[cairo-commit] svgslides ChangeLog, 1.55, 1.56 Makefile, 1.3, NONE autogen.sh, 1.1, 1.2

Kristian Hogsberg commit at pdx.freedesktop.org
Fri Feb 11 12:00:34 PST 2005


Committed by: krh

Update of /cvs/cairo/svgslides
In directory gabe:/tmp/cvs-serv25121

Modified Files:
	ChangeLog autogen.sh 
Removed Files:
	Makefile 
Log Message:
2005-02-11  Kristian Høgsberg  <krh at redhat.com>

        * autogen.sh: Add aclocal invocation.
        * Makefile: Remove.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/svgslides/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- ChangeLog	10 Feb 2005 22:25:26 -0000	1.55
+++ ChangeLog	11 Feb 2005 20:00:31 -0000	1.56
@@ -1,3 +1,8 @@
+2005-02-11  Kristian Høgsberg  <krh at redhat.com>
+
+	* autogen.sh: Add aclocal invocation.
+	* Makefile: Remove.
+
 2005-02-10  Carl Worth  <cworth at cworth.org>
 
 	* example/Makefile: Move examples into a nice self-contained

--- Makefile DELETED ---

Index: autogen.sh
===================================================================
RCS file: /cvs/cairo/svgslides/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- autogen.sh	10 Feb 2005 22:25:26 -0000	1.1
+++ autogen.sh	11 Feb 2005 20:00:31 -0000	1.2
@@ -4,6 +4,7 @@
 
 ARGV0=`basename $0`
 
+ACLOCAL=${ACLOCAL-aclocal}
 AUTOMAKE=${AUTOMAKE-automake}
 AUTOMAKE_FLAGS="--add-missing"
 AUTOCONF=${AUTOCONF-autoconf}
@@ -20,6 +21,8 @@
     $@
 }
 
+do_cmd $ACLOCAL $ACLOCAL_FLAGS
+
 do_cmd $AUTOMAKE $AUTOMAKE_FLAGS
 
 do_cmd $AUTOCONF




More information about the cairo-commit mailing list