| % ./autogen.sh
| autoheader: src/config.h.in is unchanged
| configure.in:23: warning: AC_CANONICAL_BUILD invoked multiple times
|
| (line 23)
| dnl Set up host checks using config.sub and config.guess.
| AC_CANONICAL_HOST
| AC_CANONICAL_BUILD
|
| Any ideas why autoconf now generates a warning?
Because since HOST needs BUILD it runs it. Swap them or run just HOST.
| Also, a user of a package I work on reported the following
| problem running autoheader from the CVS on and AIX box.
| Has anyone seen something like this before?
|
| ./autogen.sh
| /opt/autoconf/bin/autoheader: NONE:0:: command not found
| autoheader: error: AC_CONFIG_HEADERS not found in configure.in
| NONE:0: /usr/bin/m4: Cannot open /usr/local/share/autoconf/autoconf.m4f:
| No
| such file or directory
IIUC this is not an Autoconf problem, right?