From 1bd24d6142c601f40719e5b43799497705777329 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Thu, 26 Jan 2006 12:52:35 +0000 Subject: - aclocal.m4(QUILT_COMPAT_PROG_PATH): Create missing compat symlinks for binaries that have a different basename than what quilt expects (e.g., awk/gawk). Patch from Gary V. Vaughan. --- aclocal.m4 | 3 +++ quilt.changes | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/aclocal.m4 b/aclocal.m4 index 7b302c3..b6107ff 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -32,6 +32,9 @@ AC_DEFUN([QUILT_COMPAT_PROG_PATH],[ AC_PATH_PROG($1,$2,,$PATH:$4) ],[ AC_PATH_PROGS($1,$3,,$PATH:$4) + if test `expr "$$1" : '.*/\([[^/]]*\)$'` != "$2"; then + COMPAT_SYMLINKS="$COMPAT_SYMLINKS $2" + fi ]) m4_if([$4],[],[],[ if test -n "$$1"; then diff --git a/quilt.changes b/quilt.changes index a776bfc..a9fe8cd 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 26 13:49:53 CET 2006 - agruen@suse.de + +- aclocal.m4(QUILT_COMPAT_PROG_PATH): Create missing compat + symlinks for binaries that have a different basename than what + quilt expects (e.g., awk/gawk). Patch from Gary V. Vaughan. + ------------------------------------------------------------------- Thu Jan 26 13:39:37 CET 2006 - agruen@suse.de -- cgit