summaryrefslogtreecommitdiff
path: root/bootstrap
blob: 689727eeb1cd598c3ae15d1ffcbdce36f45ed84f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# bootstrap:
# Build the configure script from the .in files.
#
# $Id: bootstrap,v 1.1 2002/11/04 12:27:35 chris Exp $
#
set -x
aclocal -I config
# libtoolize --force --copy
autoheader
automake --foreign --add-missing --copy
autoconf