Andreas Bauer <[EMAIL PROTECTED]> writes:
> AC_CONFIG_HEADERS([config.h])
>
> On some machines it does create config.h(.in) as expected, i.e. with
> all relevant definitions, on others the files are created but remain
> rather empty!
This suggests that Autoconf is not installed correctly on the
Dear List,
I'm having problems creating config.h(.in) on a machine using
autoconf/autoheader version 2.59. In configure.ac I added the
following statement:
AC_CONFIG_HEADERS([config.h])
On some machines it does create config.h(.in) as expected, i.e. with
all relevant definitions, on others the