| 1) I had a line like this in my configure.in: | test -f somefile.in && AC_OUTPUT(somefile)
Err, I suppose you mean AC_CONFIG_FILES. Two AC_OUTPUT is not supported by Autoconf.
| 1) I had a line like this in my configure.in: | test -f somefile.in && AC_OUTPUT(somefile)
Err, I suppose you mean AC_CONFIG_FILES. Two AC_OUTPUT is not supported by Autoconf.