Return to bootstrap CVS log | Up to Nevrax / code / nelns |
version 1.1, 2001/04/18 13:54:25 | version 1.2, 2001/06/29 16:22:30 | ||
---|---|---|---|
|
|
||
rm -f config.cache | rm -f config.cache | ||
# This is to avoid atomake to complain about the fact that there is no | |||
# ChangeLog File at the moment | |||
if test ! -f ChangeLog | |||
then | |||
touch ChangeLog | |||
fi | |||
aclocal \ | aclocal \ | ||
&& autoheader \ | && autoheader \ | ||
&& automake --gnu --add-missing --copy \ | && automake --gnu --add-missing --copy \ |
|