Michael Jennings wrote:

While I appreciate the patch, it does not remove the aforementioned warning messages.

Odd.

This is what I get on RH-7.2 (autoconf-2.13):

$ ./autogen.sh
Generating configuration files for libast, please wait....
+ libtoolize -c -f
Remember to add `AC_PROG_LIBTOOL' to `configure.in'.
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
+ aclocal -I .
+ autoheader
configure.in:17: warning: AC_TRY_RUN called without default to allow cross compiling
+ automake -a -c
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
+ autoconf
configure.in:17: warning: AC_TRY_RUN called without default to allow cross compiling



and on FC1 (autoconf-2.57):


$ ./autogen.sh
Generating configuration files for libast, please wait....
+ libtoolize -c -f
Remember to add `AC_PROG_LIBTOOL' to `configure.in'.
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
+ aclocal -I .
+ autoheader
configure.in:15: warning: AC_ARG_PROGRAM invoked multiple times
configure.in:15: warning: AC_CANONICAL_HOST invoked multiple times
+ automake -a -c
configure.in:15: warning: AC_ARG_PROGRAM invoked multiple times
configure.in:15: warning: AC_CANONICAL_HOST invoked multiple times
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
src/Makefile.am: installing `./depcomp'
+ autoconf



I get the same results if on RH-7.2 I use the Vermillion autoconf-2.13 and 2.53, respectively.


config.h.in is generated properly in all cases.

/Kim


------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to