[cairo-commit] autogen.sh

Carl Worth cworth at kemper.freedesktop.org
Wed Sep 6 14:20:27 PDT 2006


 autogen.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

New commits:
diff-tree 8a25471c2535206343e46ea90ac8875fed948363 (from b5a64138bb9be97b96e6bf248c559e8d3c6d4ac1)
Author: Carl Worth <cworth at cworth.org>
Date:   Wed Sep 6 14:19:32 2006 -0700

    autogen.sh: Require automake version 1.9
    
    This is the first version of automake to support a slash in SUBDIRS, (as
    used by the recent addition of cairo/boilerplate). Thanks to Frederic Peters
    for pointing this out (fixes bug #8152).

diff --git a/autogen.sh b/autogen.sh
index f589c5d..dd5b91a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,9 +10,10 @@ AUTOHEADER=${AUTOHEADER-autoheader}
 AUTOMAKE_FLAGS="--add-missing --foreign"
 AUTOCONF=${AUTOCONF-autoconf}
 
+# automake 1.9 requires autoconf ???
 # automake 1.8 requires autoconf 2.58
 # automake 1.7 requires autoconf 2.54
-automake_min_vers=1.7
+automake_min_vers=1.9
 aclocal_min_vers=$automake_min_vers
 autoconf_min_vers=2.54
 libtoolize_min_vers=1.4


More information about the cairo-commit mailing list