09019ee5369788c2ba3f5597cbec55bda39f1c7f
[ardour.git] / libs / sigc++2 / autogen.sh
1 #! /bin/sh
2
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
5
6 PKG_NAME="sigc++"
7
8 echo "Adding libtools."
9 libtoolize --automake --copy --force
10
11 echo "Building macros."
12 aclocal  -I "$srcdir/scripts" $ACLOCAL_FLAGS
13
14 #echo "Building config header."
15 #autoheader
16
17 echo "Building makefiles."
18 automake --add-missing --copy
19
20 echo "Building configure."
21 autoconf
22
23 rm -f config.cache