[BACK] Return to bootstrap CVS log [TXT][DIR] Up to Nevrax / code / nelns

File: Nevrax / code / nelns / bootstrap (download)
Revision 1.3, Tue Mar 26 14:37:46 2002 UTC (4 months ago) by valignat
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +7 -2 lines
BUGFIXES on several smalls points of doing smalls tasks of the autotools process which were a problem for the debian packaging.

#! /bin/sh

set -x

rm -f config.cache

# This is to avoid atomake to complain about the fact that there is no
# ChangeLog or README file at the moment
if test ! -f ChangeLog
then
        touch ChangeLog
fi

if test ! -f README
then
        touch README
fi

aclocal \
&& autoheader \
&& automake --gnu --add-missing --copy \
&& autoconf