LV2 support.
[ardour.git] / libs / sigc++2 / autogen.sh
1 #! /bin/sh
2
3 # check all tools first
4
5 if /usr/bin/which libtoolize >/dev/null 2>&1 ; then 
6     : 
7 else 
8     echo "You do not have libtool installed, which is very sadly required to build part of Ardour" 
9     exit 1
10 fi
11 if /usr/bin/which automake >/dev/null 2>&1 ; then 
12     : 
13 else 
14     echo "You do not have automake installed, which is very sadly required to build part of Ardour" 
15     exit 1
16 fi
17 if /usr/bin/which autoconf >/dev/null 2>&1 ; then 
18     : 
19 else 
20     echo "You do not have autoconf installed, which is very sadly required to build part of Ardour" 
21     exit 1
22 fi
23
24 srcdir=`dirname $0`
25 test -z "$srcdir" && srcdir=.
26
27 #echo "Adding libtools."
28 #libtoolize --automake --copy --force
29
30 echo "Building macros."
31 aclocal  -I "$srcdir/scripts" $ACLOCAL_FLAGS
32
33 echo "Building makefiles."
34 automake --add-missing --copy
35
36 echo "Building configure."
37 autoconf
38
39 rm -f config.cache