Changes between Version 28 and Version 29 of BuildMacApp
- Timestamp:
- Apr 9, 2008, 5:43:47 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildMacApp
v28 v29 167 167 XCode 2.4.1 installs autoconf 2.59 and automake 1.6.3. XCode 3.0 installs autoconf 2.61 and automake 1.10. To determine the version number, type autoconf --version or automake --version. If you installed a later version of either or both, they will be in the '/usr/local/bin/' directory. This line ensures that the system will look there first. 168 168 169 None of these examples require running `_autosetup`. If you are building other libraries or utilities that do have _autosetup, you may also need to install [http://sourceforge.net/projects/pkgconfig/ pkg-config].169 None of these examples require running `_autosetup`. If you are building other libraries or utilities that do have `_autosetup` , you may also need to install [http://sourceforge.net/projects/pkgconfig/ pkg-config]. 170 170 {{{ 171 171 export MACOSX_DEPLOYMENT_TARGET=10.3