diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2005-06-10 21:16:39 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2005-06-10 21:16:39 +0000 |
commit | 71113fa4b5d22e401f9b4a11ee8bf229b425131a (patch) | |
tree | 101f0f014e2e001b28f9e532e5a14c041e95dc2a /profiles/default-darwin | |
parent | updates (and stabilization of Addresses.app) of GNUMail related GNUstep ebuilds (diff) | |
download | gentoo-2-71113fa4b5d22e401f9b4a11ee8bf229b425131a.tar.gz gentoo-2-71113fa4b5d22e401f9b4a11ee8bf229b425131a.tar.bz2 gentoo-2-71113fa4b5d22e401f9b4a11ee8bf229b425131a.zip |
Added export for LIBTOOLIZE
Diffstat (limited to 'profiles/default-darwin')
-rw-r--r-- | profiles/default-darwin/macos/10.3/profile.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/default-darwin/macos/10.3/profile.bashrc b/profiles/default-darwin/macos/10.3/profile.bashrc index 8ac900a283e4..31237cedf218 100644 --- a/profiles/default-darwin/macos/10.3/profile.bashrc +++ b/profiles/default-darwin/macos/10.3/profile.bashrc @@ -7,5 +7,6 @@ export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/X11R6/lib/pkgconfig" alias libtool=glibtool alias libtoolize=glibtoolize +export LIBTOOLIZE="glibtoolize" [ -x /usr/bin/gsed ] && alias sed=gsed |