mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
build: Use 'libtoolize' in autogen.sh.
Fixes <http://bugs.gnu.org/18470>. Reported by Rob Browning <rlb@defaultvalue.org>. * autogen.sh: Invoke 'libtoolize' instead of 'libtool'.
This commit is contained in:
parent
8442211ef0
commit
76a8db27c6
1 changed files with 1 additions and 5 deletions
|
@ -15,11 +15,7 @@ autoconf --version
|
|||
echo ""
|
||||
automake --version
|
||||
echo ""
|
||||
if test "`uname -s`" = Darwin; then
|
||||
glibtool --version
|
||||
else
|
||||
libtool --version
|
||||
fi
|
||||
libtoolize --version
|
||||
echo ""
|
||||
${M4:-m4} --version
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue