[45616] trunk/base/configure

blb at macports.org blb at macports.org
Sun Jan 18 16:17:31 PST 2009


Revision: 45616
          http://trac.macports.org/changeset/45616
Author:   blb at macports.org
Date:     2009-01-18 16:17:30 -0800 (Sun, 18 Jan 2009)
Log Message:
-----------
configure - regen after r44261 (which removed old pathconf stuff)

Modified Paths:
--------------
    trunk/base/configure

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2009-01-19 00:17:30 UTC (rev 45615)
+++ trunk/base/configure	2009-01-19 00:17:30 UTC (rev 45616)
@@ -12723,26 +12723,6 @@
 fi
 
 
-
-# If /etc/paths.d and /etc/manpaths.d then we can install our path configuration
-# (this code is currently disabled since this mechanism implies that MacPorts paths are
-# added after the system's paths, and so MacPorts commands would not override system functions).
-{ $as_echo "$as_me:$LINENO: checking whether to install MacPorts paths into /etc/paths.d and /etc/manpaths.d" >&5
-$as_echo_n "checking whether to install MacPorts paths into /etc/paths.d and /etc/manpaths.d... " >&6; }
-mpprefix=$prefix
-test "x$mpprefix" = "xNONE" && mpprefix=$ac_default_prefix
-if false && test -d /etc/paths.d -a -d /etc/manpaths.d -a "$mpprefix" = "$ac_default_prefix"; then
-	PATHCONF=pathconf
-	ac_config_files="$ac_config_files src/pathconf/Makefile src/pathconf/paths src/pathconf/manpaths"
-
-	{ $as_echo "$as_me:$LINENO: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-	{ $as_echo "$as_me:$LINENO: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
 # Allows building of shared libraries
 
     { $as_echo "$as_me:$LINENO: checking how to build libraries" >&5
@@ -13419,9 +13399,6 @@
   case $ac_config_target in
     "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
     "src/programs/daemondo/Makefile") CONFIG_FILES="$CONFIG_FILES src/programs/daemondo/Makefile" ;;
-    "src/pathconf/Makefile") CONFIG_FILES="$CONFIG_FILES src/pathconf/Makefile" ;;
-    "src/pathconf/paths") CONFIG_FILES="$CONFIG_FILES src/pathconf/paths" ;;
-    "src/pathconf/manpaths") CONFIG_FILES="$CONFIG_FILES src/pathconf/manpaths" ;;
     "Doxyfile") CONFIG_FILES="$CONFIG_FILES Doxyfile" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "Mk/macports.autoconf.mk") CONFIG_FILES="$CONFIG_FILES Mk/macports.autoconf.mk" ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090118/8bfed2d2/attachment.html>


More information about the macports-changes mailing list