aboutsummaryrefslogtreecommitdiff
path: root/configure_h.awk (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-04-08Add comile time information/settings from ./configure to --versionDavid Sommerseth1-0/+39
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>