summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLina Pezzella <j4rg0n@gentoo.org>2005-09-01 00:06:27 +0000
committerLina Pezzella <j4rg0n@gentoo.org>2005-09-01 00:06:27 +0000
commita5b3133dd8cdf557bcc5e0fb870b52c7a80c7f1a (patch)
treef617c849d7ec344630a9e8f05533f106fd8b47d1 /profiles
parentRemoved duplicate LICENSE (diff)
downloadgentoo-2-a5b3133dd8cdf557bcc5e0fb870b52c7a80c7f1a.tar.gz
gentoo-2-a5b3133dd8cdf557bcc5e0fb870b52c7a80c7f1a.tar.bz2
gentoo-2-a5b3133dd8cdf557bcc5e0fb870b52c7a80c7f1a.zip
Added LIBTOOLIZE export
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-darwin/macos/10.4/profile.bashrc3
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"