bug-autoconf
[Top][All Lists]
Advanced

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

Re: Fun with autoheader


From: Akim Demaille
Subject: Re: Fun with autoheader
Date: 30 Apr 2002 09:06:05 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

| 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.



reply via email to

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