diff options
author | 2005-09-01 00:06:27 +0000 | |
---|---|---|
committer | 2005-09-01 00:06:27 +0000 | |
commit | 115a2afc98f02b38f98ac5e15032d9dadb45a396 (patch) | |
tree | 56a8f34636dd426eb9cd884f495e08ed30761a5a /profiles/default-darwin | |
parent | Removed duplicate LICENSE (diff) | |
download | historical-115a2afc98f02b38f98ac5e15032d9dadb45a396.tar.gz historical-115a2afc98f02b38f98ac5e15032d9dadb45a396.tar.bz2 historical-115a2afc98f02b38f98ac5e15032d9dadb45a396.zip |
Added LIBTOOLIZE export
Diffstat (limited to 'profiles/default-darwin')
-rw-r--r-- | profiles/default-darwin/macos/10.4/profile.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/default-darwin/macos/10.4/profile.bashrc b/profiles/default-darwin/macos/10.4/profile.bashrc index 540c93810fc3..13a7311386fc 100644 --- a/profiles/default-darwin/macos/10.4/profile.bashrc +++ b/profiles/default-darwin/macos/10.4/profile.bashrc @@ -4,6 +4,9 @@ export MACOSX_DEPLOYMENT_TARGET=10.4 # /usr/X11R6 is not in our PATH export PATH="${PATH}:/usr/X11R6/bin" export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/X11R6/lib/pkgconfig" +# Needed for autoreconf to work properly +export LIBTOOLIZE="glibtoolize" + # add Python.framework dirs to path [ -d /System/Library/Frameworks/Python.framework/Versions/Current/bin ] && \ export PATH="${PATH}:/System/Library/Frameworks/Python.framework/Versions/Current/bin" |