aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.4&content-type=text/plain&sortby=log/index.html
blob: a868ad3e1828b6df44441d76ca5a7cfaef15e11f (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

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