summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rwxr-xr-xconfigure92
-rw-r--r--configure.ac1
3 files changed, 0 insertions, 94 deletions
diff --git a/Makefile.in b/Makefile.in
index d03591a..ac8a5ac 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,7 +42,6 @@ MSGCAT := @MSGCAT@
DIFFSTAT := @DIFFSTAT@
RPMBUILD := @RPMBUILD@
SENDMAIL := @SENDMAIL@
-CP := @CP@
MD5SUM := @MD5SUM@
USE_NLS := @USE_NLS@
diff --git a/configure b/configure
index 8a4ce44..e06a19c 100755
--- a/configure
+++ b/configure
@@ -4019,98 +4019,6 @@ $as_echo "$as_me: WARNING: Using internal sendmail mechanism. Use option '--wit
-# Check whether --with-cp was given.
-if test "${with_cp+set}" = set; then :
- withval=$with_cp;
- if test x"$withval" = xnone; then
- as_fn_error $? "Invalid configure argument. use --without-cp" "$LINENO" 5
- fi
- if test x"$withval" != xno; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cp" >&5
-$as_echo_n "checking for cp... " >&6; }
- CP="$withval"
- if test -e "$CP"; then
- if test ! -f "$CP" -a ! -h "$CP" || test ! -x "$CP"; then
- as_fn_error $? "$CP is not an executable file" "$LINENO" 5
- fi
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CP" >&5
-$as_echo "$CP" >&6; }
- if test ! -e "$CP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $CP does not exist" >&5
-$as_echo "$as_me: WARNING: $CP does not exist" >&2;}
- fi
- COMPAT_SYMLINKS="$COMPAT_SYMLINKS cp"
- fi
-
-else
-
-
- for ac_prog in cp
-do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_CP+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $CP in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_CP="$CP" # Let the user override the test with a path.
- ;;
- *)
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_dummy="$PATH:"
-for as_dir in $as_dummy
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
- done
-IFS=$as_save_IFS
-
- ;;
-esac
-fi
-CP=$ac_cv_path_CP
-if test -n "$CP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CP" >&5
-$as_echo "$CP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
- test -n "$CP" && break
-done
-
- if test -n "$CP" -a "`expr "$CP" : '.*/\([^/]*\)$'`" != "cp"; then
- COMPAT_SYMLINKS="$COMPAT_SYMLINKS cp"
- fi
-
-
-
-fi
-
- if test -z "$CP"; then
-
- as_fn_error $? "Please specify the location of cp with the option '--with-cp'" "$LINENO" 5
-
- fi
-
-
-
-
-
-
# Check whether --with-md5sum was given.
if test "${with_md5sum+set}" = set; then :
withval=$with_md5sum;
diff --git a/configure.ac b/configure.ac
index 9c04d24..e5db75f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,7 +367,6 @@ fi
QUILT_COMPAT_PROG_PATH(SENDMAIL, sendmail, [], [/usr/sbin])
-QUILT_COMPAT_PROG_PATH(CP, cp, [cp])
QUILT_COMPAT_PROG_PATH(MD5SUM, md5sum, [gmd5sum md5sum])
AC_PATH_PROG(MSGMERGE, [msgmerge])