summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2010-01-27 13:49:51 +0100
committerJean Delvare <jdelvare@suse.de>2010-01-27 13:49:51 +0100
commit50b660843297b804bc189c21cf1daacaf5ebf212 (patch)
treeac2df9dbadc3ee5531a6896da1b7b9f5166497ab
parenta5960daef44bd5b028bfe8ea3482566e80a9501c (diff)
downloadquilt-50b660843297b804bc189c21cf1daacaf5ebf212.tar.gz
Stop testing for cp -l
We no longer use "cp -l" in quilt, so there is no point in testing if it is supported at configuration time. Reported by Olivier Mengué.
-rw-r--r--configure.ac12
-rw-r--r--quilt.changes6
2 files changed, 6 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 026a36c..9d4a62e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,18 +69,6 @@ You can get this patch at ftp://ftp.gnu.org/gnu/bash/
fi
QUILT_COMPAT_PROG_PATH(CP, cp, [gcp cp])
-AC_MSG_CHECKING(whether $CP -l works)
-touch conftest.1
-if $CP -l conftest.1 conftest.2 2>/dev/null; then
- AC_MSG_RESULT(yes)
-else
- AC_MSG_ERROR([no
-
-You appear to have a `cp' that does not support hard links.
-You can download GNU fileutils from ftp.gnu.org
-])
-fi
-
QUILT_COMPAT_PROG_PATH(DATE, date, [gdate date])
if test -z "$INTERNAL_DATE"; then
diff --git a/quilt.changes b/quilt.changes
index 6d10ac5..65206a4 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Jan 27 13:40:10 CET 2010 - jdelvare@suse.de
+
+- configure.ac: Stop testing for cp -l. Bug reported by Olivier
+ Mengué.
+
+-------------------------------------------------------------------
Wed Jan 27 13:39:06 CET 2010 - bert.wesarg@googlemail.com
- quilt/push.in: patch's --merge option has an optional argument