[cairo-commit] cairo ChangeLog,1.236,1.237 autogen.sh,1.7,1.8

Carl Worth commit at pdx.freedesktop.org
Wed Oct 13 08:18:40 PDT 2004


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv3649

Modified Files:
	ChangeLog autogen.sh 
Log Message:

        * autogen.sh: automake 1.4 seems to be sufficient. Don't require
        1.6.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -d -r1.236 -r1.237
--- ChangeLog	12 Oct 2004 21:17:23 -0000	1.236
+++ ChangeLog	13 Oct 2004 15:18:38 -0000	1.237
@@ -1,3 +1,8 @@
+2004-10-13  Carl Worth  <cworth at cworth.org>
+
+	* autogen.sh: automake 1.4 seems to be sufficient. Don't require
+	1.6.
+
 2004-10-12  Keith Packard  <keithp at keithp.com>
 
 	* src/cairo_traps.c: (_cairo_traps_init), (_cairo_traps_add_trap),

Index: autogen.sh
===================================================================
RCS file: /cvs/cairo/cairo/autogen.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- autogen.sh	11 Sep 2004 20:30:00 -0000	1.7
+++ autogen.sh	13 Oct 2004 15:18:38 -0000	1.8
@@ -14,8 +14,8 @@
 
 # automake 1.8 requires autoconf 2.58
 # automake 1.7 requires autoconf 2.54
-# I don't know what automake 1.6 wants, but this seems to work...
-automake_min_vers=1.6
+# I don't know what automake 1.4 wants, but the following seems to work...
+automake_min_vers=1.4
 aclocal_min_vers=$automake_min_vers
 autoconf_min_vers=2.54
 libtoolize_min_vers=1.4




More information about the cairo-commit mailing list