[cairo-commit] cairo ChangeLog,1.497,1.498 autogen.sh,1.11,1.12
Carl Worth
commit at pdx.freedesktop.org
Tue Apr 12 11:50:27 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv13043
Modified Files:
ChangeLog autogen.sh
Log Message:
* autogen.sh: Replace errant use of aclocal with , as
reported by Martin Hedenfalk. Closes bug #3000.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.497
retrieving revision 1.498
diff -u -d -r1.497 -r1.498
--- ChangeLog 12 Apr 2005 16:14:14 -0000 1.497
+++ ChangeLog 12 Apr 2005 18:50:25 -0000 1.498
@@ -1,5 +1,10 @@
2005-04-12 Carl Worth <cworth at cworth.org>
+ * autogen.sh: Replace errant use of aclocal with $ACLOCAL, as
+ reported by Martin Hedenfalk. Closes bug #3000.
+
+2005-04-12 Carl Worth <cworth at cworth.org>
+
* src/cairo-pattern.c:
* src/cairo-surface.c: (_cairo_surface_init): Default to
CAIRO_FILTER_GOOD rather than CAIRO_FILTER_BEST.
Index: autogen.sh
===================================================================
RCS file: /cvs/cairo/cairo/autogen.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- autogen.sh 13 Feb 2005 19:57:52 -0000 1.11
+++ autogen.sh 12 Apr 2005 18:50:25 -0000 1.12
@@ -93,7 +93,7 @@
fi
if test -z "$ACLOCAL_FLAGS"; then
- acdir=`aclocal --print-ac-dir`
+ acdir=`$ACLOCAL --print-ac-dir`
if [ ! -f $acdir/pkg.m4 ]; then
echo "$ARGV0: Error: Could not find pkg-config macros."
echo " (Looked in $acdir/pkg.m4)"
More information about the cairo-commit
mailing list