summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 21ae79e8fda632a40a31366b7202aa7e745ffd7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

echo "Generating build information using aclocal, autoheader, automake and autoconf."
echo

# Regerate configuration files
aclocal-1.7
autoheader
automake-1.7 --gnu --add-missing --copy
autoconf

echo
echo "Now you are ready to run ./configure"