id summary reporter owner description type status priority milestone component version resolution keywords cc port 34644 ports using phpize fail to install under xcode 4.3 because autoconf is not found dell@… ryandesign "Ports that use phpize (PHP extensions) fail to install under when using Xcode 4.3 because they require autoconf. Autotool are no longer bundled with Xcode 4.3. https://discussions.apple.com/thread/3745105 Specifically, I tried to install the ports php5-mysql and php5-sqlite. Both failed to install: {{{ Error: org.macports.configure for port php5-mysql returned: command execution failed Please see the log file for port php5-mysql for details: }}} And the log reported the following error from phpize: {{{ Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script. }}} I was able to get them to install by installing the autoconf port first. The autoconf port should be declared as a dependency under Xcode 4.3 for any ports that require it." defect closed Normal ports 2.1.1 fixed phpize, autoconf jyrkiwahlstedt php