summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-21 20:41:19 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-21 20:41:19 +0000
commitf072937ae625cf2dd5ca0ae9916a80231eaf270a (patch)
tree6126e6cd9b91fbf80c26d771b77cb1d05492d8de /aclocal.m4
parentf6436c612d006ddaf5c9aa486b1658ae3a970f37 (diff)
downloadquilt-f072937ae625cf2dd5ca0ae9916a80231eaf270a.tar.gz
- aclocal.m4: Fix typo causing binaries with alternative names not to be
properly handled.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 2fab8a5..60e90f8 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -17,9 +17,9 @@ AC_DEFUN([QUILT_COMPAT_PROG_PATH],[
fi
],[
m4_if([$3],[],[
- AC_PATH_PROGS($1,$2,,$PATH:$4)
+ AC_PATH_PROG($1,$2,,$PATH:$4)
],[
- AC_PATH_PROG($1,$3,,$PATH:$4)
+ AC_PATH_PROGS($1,$3,,$PATH:$4)
])
m4_if([$4],[],[],[
if test -n "$$1"; then