Update automake checks to check incremental versions in the correct order,
authorRodney Dawes <dobey@free.fr>
Mon, 8 Dec 2003 23:18:12 +0000 (23:18 +0000)
committerRodney Dawes <dobey@src.gnome.org>
Mon, 8 Dec 2003 23:18:12 +0000 (23:18 +0000)
2003-12-08  Rodney Dawes  <dobey@free.fr>

* autogen.sh: Update automake checks to check incremental
versions in the correct order, Fixes #128691

svn path=/trunk/; revision=3071

macros2/ChangeLog
macros2/autogen.sh

index 895c7f5..f8533ad 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-08  Rodney Dawes  <dobey@free.fr>
+
+       * autogen.sh: Update automake checks to check incremental
+       versions in the correct order, Fixes #128691
+
 2003-11-19  Malcolm Tredinnick <malcolm@commsecure.com.au>
 
        * autogen.sh: Replace use of -or in a find command with -o.
index 598edc5..bdde708 100644 (file)
@@ -249,8 +249,8 @@ AUTOHEADER=`echo $AUTOCONF | sed s/autoconf/autoheader/`
 
 case $REQUIRED_AUTOMAKE_VERSION in
     1.4*) automake_progs="automake-1.4" ;;
-    1.5*) automake_progs="automake-1.7 automake-1.6 automake-1.5" ;;
-    1.6*) automake_progs="automake-1.7 automake-1.6" ;;
+    1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7" ;;
+    1.6*) automake_progs="automake-1.6 automake-1.7" ;;
     1.7*) automake_progs="automake-1.7" ;;
 esac
 version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \