Re: empty config.h(.in)

2005-02-07 Thread Paul Eggert
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

empty config.h(.in)

2005-02-06 Thread Andreas Bauer
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