Perhaps this is a stupid question, but did you remember to add the
following to the top of your configure.in file? I made a simmilar
mistake when writing my configure.in.
AC_CONFIG_HEADER(config.h)
Mo Dejong
Red Hat Inc.
On Tue, 25 Apr 2000, Lars Hecking wrote:
>
> $ autoheader --version
> Autoconf version 2.13
>
> One thing I can't seem to figure out: if acconfig.h exists, is
> autoheader supposed to add all its contents to config.h.in? And
> if this doesn't happen, is there a way to find out why?