From aea88a2e117fb80b74591d61facd7b5430170e20 Mon Sep 17 00:00:00 2001 From: Kito Danya Dietrich Date: Sat, 12 Feb 2005 21:08:46 +0000 Subject: added glibtool and gsed aliases --- profiles/default-darwin/macos/progressive/profile.bashrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/default-darwin/macos/progressive/profile.bashrc b/profiles/default-darwin/macos/progressive/profile.bashrc index c52c9a04a335..4f35e6b1155e 100644 --- a/profiles/default-darwin/macos/progressive/profile.bashrc +++ b/profiles/default-darwin/macos/progressive/profile.bashrc @@ -1 +1,6 @@ -export MACOSX_DEPLOYMENT_TARGET="10.3" \ No newline at end of file +export MACOSX_DEPLOYMENT_TARGET="10.3" + +alias libtool=glibtool +alias libtoolize=glibtoolize + +[ -x /usr/bin/gsed ] && alias sed=gsed \ No newline at end of file -- cgit v1.2.3-65-gdbad