aboutsummaryrefslogtreecommitdiff
path: root/boot.sh
blob: 36ae3bc079ec647eedd07146aa0b55e6740da33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
rm -f config.cache
rm -f config.h
set -e
echo "Initial preparation...this can take awhile, so sit tight..."
aclocal-1.6
#aclocal
#libtoolize --automake --copy --force
autoheader
autoconf
automake-1.6 --foreign --add-missing --copy
echo "You are now ready to run ./configure ..."