summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-19 17:48:54 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-19 17:48:54 +0000
commit486d00084a64885a59c6793dfb8b901e02182b45 (patch)
treecb731061a667bc915567b992fc0ca0c9ff3fcf1a /aclocal.m4
parent889234847e66a3d15c2a2353af911c128cabe2dc (diff)
downloadquilt-486d00084a64885a59c6793dfb8b901e02182b45.tar.gz
- aclocal.m4: Fix a bug causing user-selected binary names not to be
displayed properly.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 92c0313..2fab8a5 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -12,7 +12,7 @@ AC_DEFUN([QUILT_COMPAT_PROG_PATH],[
[
if test ! x"$withval" = xnone; then
$1="$withval"
- AC_MSG_NOTICE([Using $2 executable $$2])
+ AC_MSG_NOTICE([Using $2 executable $$1])
COMPAT_SYMLINKS="$COMPAT_SYMLINKS $2"
fi
],[