Le 11/05/12 15:45, Jean-Marc Lasgouttes a écrit :
commit 366b21d4d30e2d24fab763ff8bbd004218e98e33
Author: Jean-Marc Lasgouttes<[email protected]>
Date: Fri May 11 15:44:48 2012 +0200
Allow autoconf 2.69 and automake 1.12
OK for branch? It seems to work just fine on Mac OS X.
JMarc
diff --git a/autogen.sh b/autogen.sh
index 5fc3d1b..8b48960 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,12 +16,12 @@ test "$automake_version" != ""&& {
}
case $automake_version in
- *' '1.[8-9]*|*' '1.1[01]*)
+ *' '1.[8-9]*|*' '1.1[012]*)
;;
*)
echo "This automake version is not supported by LyX."
- echo "LyX only supports automake 1.8 to 1.11."
+ echo "LyX only supports automake 1.8 to 1.12."
exit 1
;;
esac
@@ -38,11 +38,11 @@ test "$autoversion" != ""&& {
case $autoversion in
- *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-8])
+ *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-9])
;;
*)
echo "This autoconf version is not supported by LyX."
- echo "LyX only supports autoconf 2.59c-2.68."
+ echo "LyX only supports autoconf 2.59c-2.69."
exit 1
;;
esac
-----------------------------------------------------------------------
Summary of changes:
autogen.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive