]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Add comile time information/settings from ./configure to --version
authorDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 8 Apr 2010 18:31:01 +0000 (20:31 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 8 Apr 2010 18:31:01 +0000 (20:31 +0200)
commitf27bf509315a48b0070294c3993a718df0c2626c
tree09fcb800b0a3f995694c30539ed157d5290d5c28
parent9f4725e86be9700c5894e360e09496d9ee1cfb85
Add comile time information/settings from ./configure to --version

This patch will create ./configure.h which will contain two new #define
strings.  CONFIGURE_DEFINES will contain all USE, ENABLED, DISABLED and
DEPRECATED defines from ./config.h.  CONFIGURE_CALL will contain the
complete ./configure line which was used when configuring the package
for building.

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: James Yonan <james@openvpn.net>
Makefile.am
configure_h.awk [new file with mode: 0644]
configure_log.awk [new file with mode: 0644]
options.c