]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Correctly delete temp files
[lyx.git] / autogen.sh
index 8eb194ed6db70bc0ac59ec17a63133b18758fd85..8afd4bfd78d64e45ff433d7af07d6342b511fe64 100755 (executable)
@@ -38,11 +38,11 @@ test "$autoversion" != "" && {
 
 
 case $autoversion in
-    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-9])
+    *' '2.59d|*' '2.60[ab]|*' '2.6[0-9])
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.59c-2.69."
+       echo "LyX only supports autoconf 2.59d-2.69."
        exit 1
        ;;
 esac