Return to bootstrap CVS log | Up to Nevrax / code / nelns |
version 1.2, 2001/06/29 16:22:30 | version 1.3, 2002/03/26 14:37:46 | ||
---|---|---|---|
|
|
||
rm -f config.cache | rm -f config.cache | ||
# This is to avoid atomake to complain about the fact that there is no | # This is to avoid atomake to complain about the fact that there is no | ||
# ChangeLog File at the moment | # ChangeLog or README file at the moment | ||
if test ! -f ChangeLog | if test ! -f ChangeLog | ||
then | then | ||
touch ChangeLog | touch ChangeLog | ||
fi | |||
if test ! -f README | |||
then | |||
touch README | |||
fi | fi | ||
aclocal \ | aclocal \ |
|