#! /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
