On Sat, 9 Jan 2010 07:46:44 -0700 (MST)
Duke Normandin <[email protected]> wrote:

> But! I suppose inserting the above in my .bash_profile would hose and
> MacPort builds that uses /usr/bin/libtool - the one from Apple? Is
> there a way to point *only* your GST code (from git) to the
> /opt/local/ tree?

$ cd my_gst_clone
$ cat > .my_build_env
export LIBTOOLIZE=/opt/local/bin/glibtoolize
^D

Now you can do

$ source .my_build_env
$ autoreconf -vi ; ./configure ; make ; make install

whenever you want to build gst

s.


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to