summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 30c85fb6fe50216576bda72da816944618f29914 (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.9
autoheader
automake-1.9 --gnu --add-missing --copy
autoconf

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