summaryrefslogtreecommitdiff
path: root/bootstrap
blob: 4bfa59c610d116c22d254f646150af6563555f7d (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$
#
set -x
aclocal -I config
# libtoolize --force --copy
autoheader
automake --foreign --add-missing --copy
autoconf