| version 1.1, 2000/11/23 11:51:35 | version 1.3, 2001/06/29 14:40:58 | ||
|---|---|---|---|
|
|
||
| #! /bin/sh | #! /bin/sh | ||
| set -x | set -x | ||
| rm -f config.cache | rm -f config.cache | ||
| aclocal | |||
| libtoolize --force --copy | # This is to avoid atomake to complain about the fact that there is no | ||
| autoheader | # ChangeLog File at the moment | ||
| automake --gnu --add-missing --copy | if test ! -f ChangeLog | ||
| autoconf | then | ||
| touch ChangeLog | |||
| fi | |||
| aclocal \ | |||
| && libtoolize --force --copy \ | |||
| && autoheader \ | |||
| && automake --gnu --add-missing --copy \ | |||
| && autoconf | |||
| ||||||||