Replace errant use of aclocal with , as reported by Martin Hedenfalk. Closes bug #3000.

This commit is contained in:
Carl Worth 2005-04-12 11:50:25 +00:00
parent 369d1bf28f
commit 173bc22a62
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-04-12 Carl Worth <cworth@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@cworth.org>
* src/cairo-pattern.c:

View file

@ -93,7 +93,7 @@ else
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)"