From f072937ae625cf2dd5ca0ae9916a80231eaf270a Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 21 Sep 2005 20:41:19 +0000 Subject: - aclocal.m4: Fix typo causing binaries with alternative names not to be properly handled. --- aclocal.m4 | 4 ++-- quilt.changes | 6 ++++++ 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,3 +1,9 @@ +------------------------------------------------------------------- +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 -- cgit