Also there is no proper dependency for configure.h in Makefile.am so it won't be built. Proper way to do so is like I done for OpenSC [1], look for OPENSC_FEATURES.
[1] http://www.opensc-project.org/opensc/browser/trunk/configure.ac#L613 On Sat, Apr 10, 2010 at 10:05 AM, Alon Bar-Lev <alon.bar...@gmail.com> wrote: > Highly none standard autotools usage. > Also requires awk which may not be available. > Please REVERT. > > On Thu, Apr 8, 2010 at 10:44 PM, David Sommerseth > <openvpn.l...@topphemmelig.net> wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On 30/03/10 14:12, David Sommerseth wrote: >>> 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 <d...@users.sourceforge.net> >>> --- >>> Makefile.am | 7 +++++++ >>> configure_h.awk | 39 +++++++++++++++++++++++++++++++++++++++ >>> configure_log.awk | 36 ++++++++++++++++++++++++++++++++++++ >>> options.c | 3 +++ >>> 4 files changed, 85 insertions(+), 0 deletions(-) >>> create mode 100644 configure_h.awk >>> create mode 100644 configure_log.awk >> >> Applied to the openvpn-testing.git feat_misc branch. To be merged into >> allmerged soon. >> Commit f27bf509315a48b0070294c3993a718df0c2626c >> >> >> kind regards, >> >> David Sommerseth >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.10 (GNU/Linux) >> Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ >> >> iEYEARECAAYFAku+MgUACgkQDC186MBRfrrSTQCfZcZ1BbzdmGO7GwKhwMRyYfd3 >> f90AnieGGtEskxG+E5Ng/AxjwnL++6k6 >> =qKP1 >> -----END PGP SIGNATURE----- >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Openvpn-devel mailing list >> Openvpn-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/openvpn-devel >> >