Jean-Marc,

Debian unstable now uses autoconf 2.58 by default. The attached patch 
tells autogen.sh to allow its use. All works perfectly.

Ok to apply to the 1.3.x series?

Angus

ps, I don't have the 1.4.x tree checked out here. Could someone apply 
the patch to that for me please?
Index: autogen.sh
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/autogen.sh,v
retrieving revision 1.42.2.4
diff -u -p -r1.42.2.4 autogen.sh
--- autogen.sh	14 Apr 2003 16:46:49 -0000	1.42.2.4
+++ autogen.sh	18 Nov 2003 10:27:51 -0000
@@ -19,7 +19,7 @@ case $autoversion in
 	rm -f lib/reLyX/configure.ac
 	EXTRA_ACINCLUDE_FILES="lyxinclude213.m4"
 	;;
-    *2.5[23467])
+    *2.5[234678])
 	rm -f acconfig.h
 	rm -f configure.in
 	cp config/configure.ac .
@@ -29,7 +29,7 @@ case $autoversion in
 	;;
     *)
 	echo "This autoconf version is not supported by LyX."
-	echo "LyX only supports autoconf 2.13 and 2.5[23467]."
+	echo "LyX only supports autoconf 2.13 and 2.5[234678]."
 	exit
 	;;
 esac
Index: ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/ChangeLog,v
retrieving revision 1.906.2.27
diff -u -p -r1.906.2.27 ChangeLog
--- ChangeLog	7 Nov 2003 15:12:17 -0000	1.906.2.27
+++ ChangeLog	18 Nov 2003 10:27:51 -0000
@@ -1,3 +1,7 @@
+2003-11-18  Angus Leeming  <[EMAIL PROTECTED]>
+
+	* autogen.sh: accept autoconf 2.58 as a supported version.
+	
 2003-11-07  Ronald Florence  <[EMAIL PROTECTED]>
 
 	* README.MacOSX: small update

Reply via email to