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

File: Nevrax / code / nelns / bootstrap (download)
Revision 1.2, Fri Jun 29 16:22:30 2001 UTC (11 months, 3 weeks ago) by valignat
Branch: MAIN
Changes since 1.1: +7 -0 lines
# Set bootstrap to "touch ChangeLog", if it doesn't exist, to avoid any warning from automake

#! /bin/sh

set -x

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 \
&& autoheader \
&& automake --gnu --add-missing --copy \
&& autoconf