[60262] trunk/base
jmr at macports.org
jmr at macports.org
Sat Nov 7 07:37:15 PST 2009
Revision: 60262
http://trac.macports.org/changeset/60262
Author: jmr at macports.org
Date: 2009-11-07 07:37:14 -0800 (Sat, 07 Nov 2009)
Log Message:
-----------
we no longer use ditto
Modified Paths:
--------------
trunk/base/configure
trunk/base/configure.ac
trunk/base/src/port1.0/port_autoconf.tcl.in
Modified: trunk/base/configure
===================================================================
--- trunk/base/configure 2009-11-07 15:32:06 UTC (rev 60261)
+++ trunk/base/configure 2009-11-07 15:37:14 UTC (rev 60262)
@@ -694,7 +694,6 @@
CVS
FILE
DSCL
-DITTO
DIFF
CPIO
CP
@@ -4302,46 +4301,6 @@
fi
-# Extract the first word of "ditto", so it can be a program name with args.
-set dummy ditto; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_DITTO+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $DITTO in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_DITTO="$DITTO" # Let the user override the test with a path.
- ;;
- *)
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_path_DITTO="$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
-DITTO=$ac_cv_path_DITTO
-if test -n "$DITTO"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DITTO" >&5
-$as_echo "$DITTO" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
# Extract the first word of "dscl", so it can be a program name with args.
set dummy dscl; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac 2009-11-07 15:32:06 UTC (rev 60261)
+++ trunk/base/configure.ac 2009-11-07 15:37:14 UTC (rev 60262)
@@ -91,7 +91,6 @@
AC_PATH_PROG(CP, [cp], [])
AC_PATH_PROG(CPIO, [cpio], [])
AC_PATH_PROG(DIFF, [diff], [])
-AC_PATH_PROG(DITTO, [ditto], [])
AC_PATH_PROG(DSCL, [dscl], [])
AC_PATH_PROG(FILE, [file], [])
AC_PATH_PROG(CVS, [cvs], [])
Modified: trunk/base/src/port1.0/port_autoconf.tcl.in
===================================================================
--- trunk/base/src/port1.0/port_autoconf.tcl.in 2009-11-07 15:32:06 UTC (rev 60261)
+++ trunk/base/src/port1.0/port_autoconf.tcl.in 2009-11-07 15:37:14 UTC (rev 60262)
@@ -35,7 +35,6 @@
variable cp_path "@CP@"
variable cpio_path "@CPIO@"
variable diff_path "@DIFF@"
- variable ditto_path "@DITTO@"
variable dscl_path "@DSCL@"
variable file_path "@FILE@"
variable cvs_path "@CVS@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091107/7d267c02/attachment-0001.html>
More information about the macports-changes
mailing list