I have been using autoconf 2.54 without any real problems for 
weeks and weeks. A couple of extra warnings, but that's all.

Is it time to support it formally?

diff -u -p -r1.38 autogen.sh
--- autogen.sh  15 Oct 2002 08:10:57 -0000      1.38
+++ autogen.sh  15 Oct 2002 08:30:27 -0000
@@ -17,7 +17,7 @@ case $autoversion in
        cp config/relyx_configure.in lib/reLyX/configure.in
        rm -f lib/reLyX/configure.ac
        ;;
-    *2.5[23])
+    *2.5[234])
        rm -f acconfig.h
        rm -f configure.in
        cp config/configure.ac .

Angus

aleem@thorax:devel$ ./autogen.sh
Using autoconf (GNU Autoconf) 2.54
Locating GNU m4... /usr/bin/m4
Generate acinclude.m4... done.
Building macros...
        .
        lib/reLyX
done.
Building config header template...
        .
configure.ac:6: warning: do not use m4_patsubst: use patsubst or 
m4_bpatsubst
configure.ac:321: warning: do not use m4_regexp: use regexp or 
m4_bregexp
autoheader: `src/config.h.in' is unchanged
done.
Building Makefile templates...
        .
src/Makefile.am:12: LIBS was set with `+=' and is now set with 
`='
src/frontends/Makefile.am:12: LIBS was set with `+=' and is now 
set with `='
        lib/reLyX
done.
Building configure...
       .
       lib/reLyX
done.
Building lib/configure ... done.

run "./configure ; make"

Reply via email to