[65077] trunk/base
raimue at macports.org
raimue at macports.org
Sat Mar 20 22:10:14 PDT 2010
Revision: 65077
http://trac.macports.org/changeset/65077
Author: raimue at macports.org
Date: 2010-03-20 22:10:12 -0700 (Sat, 20 Mar 2010)
Log Message:
-----------
configure: Remove NICE as it isn't used anymore
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 2010-03-21 05:03:24 UTC (rev 65076)
+++ trunk/base/configure 2010-03-21 05:10:12 UTC (rev 65077)
@@ -691,7 +691,6 @@
RSYNC
RMDIR
PATCH
-NICE
LIPO
GZIP
HG
@@ -4650,46 +4649,6 @@
fi
-# Extract the first word of "nice", so it can be a program name with args.
-set dummy nice; 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_NICE+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- case $NICE in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_NICE="$NICE" # 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_NICE="$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
-NICE=$ac_cv_path_NICE
-if test -n "$NICE"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NICE" >&5
-$as_echo "$NICE" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
# Extract the first word of "patch", so it can be a program name with args.
set dummy patch; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac 2010-03-21 05:03:24 UTC (rev 65076)
+++ trunk/base/configure.ac 2010-03-21 05:10:12 UTC (rev 65077)
@@ -99,7 +99,6 @@
AC_PATH_PROG(HG, [hg], [])
AC_PATH_PROG(GZIP, [gzip], [])
AC_PATH_PROG(LIPO, [lipo], [])
-AC_PATH_PROG(NICE, [nice], [])
AC_PATH_PROG(PATCH, [patch], [])
AC_PATH_PROG(RMDIR, [rmdir], [])
AC_PATH_PROG(RSYNC, [rsync], [])
Modified: trunk/base/src/port1.0/port_autoconf.tcl.in
===================================================================
--- trunk/base/src/port1.0/port_autoconf.tcl.in 2010-03-21 05:03:24 UTC (rev 65076)
+++ trunk/base/src/port1.0/port_autoconf.tcl.in 2010-03-21 05:10:12 UTC (rev 65077)
@@ -43,7 +43,6 @@
variable hg_path "@HG@"
variable gzip_path "@GZIP@"
variable lipo_path "@LIPO@"
- variable nice_path "@NICE@"
variable patch_path "@PATCH@"
variable gnupatch_path "@GNUPATCH@"
variable rmdir_path "@RMDIR@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100320/cef2b82e/attachment.html>
More information about the macports-changes
mailing list