Wayne F Davis <[EMAIL PROTECTED]> 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 ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>

Reply via email to