autoconf
[Top][All Lists]
Advanced

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

Re: autoheader problem


From: Russ Allbery
Subject: Re: autoheader problem
Date: 22 Oct 2001 15:30:02 -0700
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

Wayne F Davis <address@hidden> writes:

> I'm getting the following error when running autoheader:
> $ autoheader
> /usr/bin/autoheader: Symbol `ENABLE_BLOWFISH' is not covered by
> /usr/share/autoconf/acconfig.h

> I have the following in my config.h.in:
> #undef ENABLE_BLOWFISH

> Shouldn't that fix the problem?

autoheader looks at acconfig.h and *generates* config.h.in.  (With current
versions of autoconf, you instead want to use the three-argument form of
AC_DEFINE so that you don't have to add an entry to acconfig.h.)

-- 
Russ Allbery (address@hidden)             <http://www.eyrie.org/~eagle/>



reply via email to

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