summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
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