Return to bootstrap CVS log | Up to Nevrax / code / snowballs2 |
version 1.1, 2001/07/11 15:17:40 | version 1.2, 2001/07/23 13:16:09 | ||
---|---|---|---|
|
|
||
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 \ |
|