summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-04-12 11:50:25 +0000
committerCarl Worth <cworth@cworth.org>2005-04-12 11:50:25 +0000
commit173bc22a62681d1dc0807f16f387e3f41d3653c0 (patch)
tree0f47cf4b390d305eda858e63d52aa3002c3c54b7 /autogen.sh
parent369d1bf28f589d4aee7773180038a9564f14db19 (diff)
Replace errant use of aclocal with , as reported by Martin Hedenfalk. Closes bug #3000.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f834cfed1..ae8acc606 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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)"