(|l)gpl-2.[01].tex: Remove the `\renewcommand{\theenumi}...' comments.
[cfd] / build-setup
CommitLineData
1f79a056 1#! /bin/sh
ba4d97a4 2### Build setup script
1f79a056
MW
3
4set -e
ba4d97a4
MW
5case "$1" in
6 start)
7 ln -sf aclocal.glob acinclude.m4
eb4ac913 8 ln -sf GPL-2 COPYING
ba4d97a4
MW
9 ;;
10esac