[43787] trunk/base/src/port1.0/portconfigure.tcl

raimue at macports.org raimue at macports.org
Sun Dec 14 19:46:48 PST 2008


Revision: 43787
          http://trac.macports.org/changeset/43787
Author:   raimue at macports.org
Date:     2008-12-14 19:46:48 -0800 (Sun, 14 Dec 2008)
Log Message:
-----------
port1.0/portconfigure.tcl:
Remove use_libtool as it is not in use in any port and was not even functional

Modified Paths:
--------------
    trunk/base/src/port1.0/portconfigure.tcl

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2008-12-15 03:44:23 UTC (rev 43786)
+++ trunk/base/src/port1.0/portconfigure.tcl	2008-12-15 03:46:48 UTC (rev 43787)
@@ -40,7 +40,7 @@
 target_prerun ${org.macports.configure} configure_start
 
 # define options
-commands configure autoreconf automake autoconf xmkmf libtool
+commands configure autoreconf automake autoconf xmkmf
 # defaults
 default configure.env       ""
 default configure.pre_args  {--prefix=${prefix}}
@@ -58,7 +58,6 @@
 option_proc use_automake    set_configure_type
 option_proc use_autoconf    set_configure_type
 option_proc use_xmkmf       set_configure_type
-option_proc use_libtool     set_configure_type
 
 proc set_configure_type {option action args} {
     if {[string equal ${action} "set"] && [tbool args]} {
@@ -75,9 +74,6 @@
             use_xmkmf {
                 depends_build-append bin:xmkmf:imake
             }
-            use_libtool {
-                depends_build-append bin:libtool:libtool
-            }
         }
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081214/424dfa3c/attachment.html>


More information about the macports-changes mailing list