summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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é.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 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