aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/~checkout~/code/nelns/bootstrap?rev=1.3&only_with_tag=MAIN
blob: 665f3f13bf3458968530485a060f7d09192ed61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /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