summaryrefslogtreecommitdiff
path: root/.bootstrap
blob: 5cca8282192184dcf90a159231b34d213ca3552d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh
set -e

# 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 || exit 1

cat >doc/version.texi <<EOF
@set UPDATED 19 January 2038
@set UPDATED-MONTH January 2038
@set EDITION 12.35
@set VERSION 12.35
EOF