[44261] trunk/base

raimue at macports.org raimue at macports.org
Wed Dec 24 01:28:19 PST 2008


Revision: 44261
          http://trac.macports.org/changeset/44261
Author:   raimue at macports.org
Date:     2008-12-24 01:28:18 -0800 (Wed, 24 Dec 2008)
Log Message:
-----------
base:
Remove old pathconf stuff for /etc/paths.d and /etc/manpaths.d

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

Removed Paths:
-------------
    trunk/base/src/pathconf/

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2008-12-24 09:26:11 UTC (rev 44260)
+++ trunk/base/configure.ac	2008-12-24 09:28:18 UTC (rev 44261)
@@ -331,23 +331,7 @@
 	AS_HELP_STRING([--with-trace-sdk=SDK],
 		[SDK for redirection in trace lib (for example MacOSX10.4u.sdk)]),
 	[test -d /Developer/SDKs/$withval && AC_DEFINE_UNQUOTED([TRACE_SDK], "${withval}")], [])
-	
-	
-# 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).
-AC_MSG_CHECKING(whether to install MacPorts paths into /etc/paths.d and /etc/manpaths.d)
-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([src/pathconf/Makefile src/pathconf/paths src/pathconf/manpaths])
-	AC_MSG_RESULT([yes])
-else
-	AC_MSG_RESULT([no])
-fi
 
-
 # Allows building of shared libraries
 SC_ENABLE_SHARED
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081224/f9dfb6ca/attachment.html>


More information about the macports-changes mailing list