summaryrefslogtreecommitdiffstats
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
parentf6436c612d006ddaf5c9aa486b1658ae3a970f37 (diff)
downloadquilt-f072937ae625cf2dd5ca0ae9916a80231eaf270a.tar.gz
- aclocal.m4: Fix typo causing binaries with alternative names not to be
properly handled.
-rw-r--r--aclocal.m44
-rw-r--r--quilt.changes6
2 files changed, 8 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
diff --git a/quilt.changes b/quilt.changes
index 351f81a..35e434a 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Sep 21 22:41:08 CEST 2005 - khali@linux-fr.org
+
+- aclocal.m4: Fix typo causing binaries with alternative names not
+ to be properly handled.
+
+-------------------------------------------------------------------
Wed Sep 21 21:33:39 CEST 2005 - khali@linux-fr.org
- quilt/files.in: Compute file status only when needed (that is,