[45146] trunk/dports/graphics/gd2/Portfile
Joshua Root
jmr at macports.org
Fri Jan 9 00:09:38 PST 2009
ryandesign at macports.org wrote:
> Revision: 45146
> http://trac.macports.org/changeset/45146
> Author: ryandesign at macports.org
> Date: 2009-01-08 23:57:50 -0800 (Thu, 08 Jan 2009)
> Log Message:
> -----------
> gd2: use "use_autoconf" to autoreconf
>
> Modified Paths:
> --------------
> trunk/dports/graphics/gd2/Portfile
>
> Modified: trunk/dports/graphics/gd2/Portfile
> ===================================================================
> --- trunk/dports/graphics/gd2/Portfile 2009-01-09 07:48:52 UTC (rev 45145)
> +++ trunk/dports/graphics/gd2/Portfile 2009-01-09 07:57:50 UTC (rev 45146)
> @@ -62,11 +62,8 @@
> copy -force ${prefix}/share/libtool/config/ltmain.sh ${worksrcpath}/config/ltmain.sh
> }
>
> -pre-configure {
> - set cmd "cd ${worksrcpath} && autoreconf"
> - ui_debug ${cmd}
> - system "${cmd}"
> -}
> +use_autoconf yes
> +autoconf.cmd ${prefix}/bin/autoreconf
Why not just "use_autoreconf yes"?
- Josh
More information about the macports-dev
mailing list