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

File: Nevrax / code / nel / bootstrap (download)
Revision 1.3, Fri Jun 29 14:40:58 2001 UTC (12 months, 4 weeks ago) by valignat
Branch: MAIN
CVS Tags: nel_0_4, demo_0_1
Changes since 1.2: +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 \
&& libtoolize --force --copy \
&& autoheader \
&& automake --gnu --add-missing --copy \
&& autoconf