summaryrefslogtreecommitdiff
path: root/.bootstrap
blob: 3415fb3b8dcce912beac3a8ee627da583d31613f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

# We need to remove the "cache", else things are not regenerated properly
rm -rf autom4te.cache

# 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
@set UPDATED-MONTH January 2038
@set EDITION 12.35
@set VERSION 12.35
EOF