mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 07:38:22 +02:00
Replace errant use of aclocal with , as reported by Martin Hedenfalk. Closes bug #3000.
This commit is contained in:
parent
369d1bf28f
commit
173bc22a62
2 changed files with 6 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue