On Mon, Sep 21, 2009 at 02:50:18PM +0200, Jürgen Spitzmüller wrote:

> Jean-Marc Lasgouttes wrote:
> > Jurgen, this could go in branch too. I can skip the removal of
> > mkinstalldirs if you want to be extra safe.
> 
> OK.

What about also allowing autoconf 2.64? I tested it and found no problems.
Patch attached.

-- 
Enrico
Index: autogen.sh
===================================================================
--- autogen.sh	(revisione 31433)
+++ autogen.sh	(copia locale)
@@ -38,11 +38,11 @@ test "$autoversion" != "" && {
 
 
 case $autoversion in
-    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-3])
+    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-4])
 	;;
     *)
 	echo "This autoconf version is not supported by LyX."
-	echo "LyX only supports autoconf 2.59c-2.63."
+	echo "LyX only supports autoconf 2.59c-2.64."
 	exit 1
 	;;
 esac

Reply via email to