aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/~checkout~/code/nel/bootstrap?rev=1.5&sortby=author
blob: cceb64ef40995adb3c32f43fb602ad936a257591 (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