summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-26 12:52:35 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-26 12:52:35 +0000
commit1bd24d6142c601f40719e5b43799497705777329 (patch)
treed85a7119e26fdbf317c9e63d6fe0c777850b4842
parent52b321d191d134831b85dc94d8170b63161f7d67 (diff)
downloadquilt-1bd24d6142c601f40719e5b43799497705777329.tar.gz
- 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.
-rw-r--r--aclocal.m43
-rw-r--r--quilt.changes7
2 files changed, 10 insertions, 0 deletions
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,4 +1,11 @@
-------------------------------------------------------------------
+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
- Stop using find's -printf option: some versions of find don't