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

# FIXME: Add libtoolize too to this list?
# FIXME: Use automake -a? Then we could remove various
# automake-supplied files from the repository.

# Stick to automake-1.8, since later versions require the ylwrap
# script.
aclocal-1.8 && autoconf && autoheader && automake-1.8

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