summaryrefslogtreecommitdiff
path: root/.bootstrap
diff options
context:
space:
mode:
Diffstat (limited to '.bootstrap')
-rwxr-xr-x.bootstrap3
1 files changed, 1 insertions, 2 deletions
diff --git a/.bootstrap b/.bootstrap
index 4fa484ae2..637eb4ddb 100755
--- a/.bootstrap
+++ b/.bootstrap
@@ -1,6 +1,5 @@
#! /bin/sh
-# FIXME: Add libtoolize too to this list?
# FIXME: Use automake -a? Then we could remove various
# automake-supplied files from the repository.
@@ -9,7 +8,7 @@ rm -rf autom4te.cache
# Stick to automake-1.8, since later versions require the ylwrap
# script.
-aclocal && autoconf && autoheader && automake
+aclocal && libtoolize -c && autoconf && autoheader && automake
cat >doc/version.texi <<EOF
@set UPDATED 19 January 2038