updated sconstruct for g3/g4/g5 safe building
[ardour.git] / libs / sigc++2 / autogen.sh
1 #! /bin/sh
2
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
5
6 #echo "Adding libtools."
7 #libtoolize --automake --copy --force
8
9 echo "Building macros."
10 aclocal  -I "$srcdir/scripts" $ACLOCAL_FLAGS
11
12 echo "Building makefiles."
13 automake --add-missing --copy
14
15 echo "Building configure."
16 autoconf
17
18 rm -f config.cache