bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fun with autoheader


From: Derek Robert Price
Subject: Re: Fun with autoheader
Date: Tue, 30 Apr 2002 10:01:29 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020326

Akim Demaille wrote:

| Hey all,
| If anybody has the time, autoheader 2.53 dies in a real ugly way with
| this configure.in:

dnl
dnl Use --with-encryption to turn on encryption support
dnl
AC_ARG_ENABLE(encryption,
 [  --enable-encryption     enable encryption support (disabled by default)], ,
 [enable_encryption=no])
if test "$enable_encryption" = yes; then
 AC_DEFINE(ENCRYPTION, 1,
[Define to enable encryption support.]
fi




Close the AC_DEFINE to please it.


Thanks Akim! Now to find out why the configure is dying with an unexpected EOF...

Derek

--
               *8^)

CVS Solutions Architect
Worldwide Information Technologies ( http://2-wit.com )
Email: address@hidden
Public key available from www.keyserver.net - Key ID 5ECF1609
Fingerprint 511D DCD9 04CE 48A9 CC07  A421 BFBF 5CC2 56A6 AB0E
--
To the optimist, the glass is half full.  To the pessimist, the glass is half
empty.  To the engineer, the glass is twice as big as it needs to be.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]