aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/~checkout~/code/nelns/bootstrap?rev=1.2&sortby=date
blob: da0b43dd6484c7964b416ca8f3cf8147e72c6c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /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