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

toby at macports.org toby at macports.org
Wed Jun 3 01:06:02 PDT 2009


Revision: 51783
          http://trac.macports.org/changeset/51783
Author:   toby at macports.org
Date:     2009-06-03 01:05:57 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
require autoconf/automake/libtool for any use_auto* options - otherwise version mismatches and other nonsense break stuff

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

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2009-06-03 07:08:58 UTC (rev 51782)
+++ trunk/base/src/port1.0/portconfigure.tcl	2009-06-03 08:05:57 UTC (rev 51783)
@@ -65,15 +65,9 @@
 proc portconfigure::set_configure_type {option action args} {
     if {[string equal ${action} "set"] && [tbool args]} {
         switch $option {
-            use_autoreconf {
-                depends_build-append bin:autoreconf:autoconf
+            default {
+                depends_build-append port:autoconf port:automake port:libtool
             }
-            use_automake {
-                depends_build-append bin:automake:automake
-            }
-            use_autoconf {
-                depends_build-append bin:autoconf:autoconf
-            }
             use_xmkmf {
                 depends_build-append path:bin/xmkmf:imake
             }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090603/f00dc926/attachment.html>


More information about the macports-changes mailing list