diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-30 19:46:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-30 19:46:32 +0000 |
commit | 94c6a5eeabfb73ec8c10bb14ee43dc297dde5470 (patch) | |
tree | 20a5fe28638a932e60c6aa55f67dd27aece285e2 /buildconf | |
parent | 35292e794ad4163075896ddd11b54fe6e766c397 (diff) |
Jean-Philippe Barrette-LaPierre made buildconf run better on Mac OS X by
properly using glibtoolize instead of plain libtoolize. (This is made if
glibtool was found and used instead of plain libtool.)
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -101,6 +101,10 @@ libtool=`findtool glibtool 2>/dev/null` if test ! -x "$libtool"; then libtool=`findtool libtool` fi + +# set the LIBTOOLIZE here so that glibtoolize is used if glibtool was found +LIBTOOLIZE="${libtool}ize" + lt_pversion=`$libtool --version 2>/dev/null|head -1|sed -e 's/^[^0-9]*//g' -e 's/[- ].*//'` if test -z "$lt_pversion"; then echo "buildconf: libtool not found." |