summaryrefslogtreecommitdiff
path: root/.bootstrap
diff options
context:
space:
mode:
Diffstat (limited to '.bootstrap')
-rwxr-xr-x.bootstrap9
1 files changed, 3 insertions, 6 deletions
diff --git a/.bootstrap b/.bootstrap
index 74812b5e0..3415fb3b8 100755
--- a/.bootstrap
+++ b/.bootstrap
@@ -1,14 +1,11 @@
#! /bin/sh
-# FIXME: Use automake -a? Then we could remove various
-# automake-supplied files from the repository.
-
# We need to remove the "cache", else things are not regenerated properly
rm -rf autom4te.cache
-# Stick to automake-1.8, since later versions require the ylwrap
-# script.
-aclocal && libtoolize && autoconf && autoheader && automake
+# for warnings, add: -v -W all
+autoreconf -i -s
+# aclocal && libtoolize && autoconf && autoheader && automake -a
cat >doc/version.texi <<EOF
@set UPDATED 19 January 2038