summaryrefslogtreecommitdiffstats
path: root/configure_h.awk
Commit message (Collapse)AuthorAgeFilesLines
* Add comile time information/settings from ./configure to --versionDavid Sommerseth2010-10-211-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>