]> Pileus Git - ~andy/gtk/blobdiff - autogen.sh
Fix start and end radial endpoint calculations which were totally wrong.
[~andy/gtk] / autogen.sh
index 6a8d3b0fe0a1a79b5313137390c38b0cbc74c1e6..fa0fabfa2e443ac26c10235a7f534183f0131f8a 100755 (executable)
@@ -20,14 +20,6 @@ DIE=0
        DIE=1
 }
 
-(libtool --version) < /dev/null > /dev/null 2>&1 || {
-       echo
-       echo "You must have libtool installed to compile $PROJECT."
-       echo "Get ftp://alpha.gnu.org/gnu/libtool-1.2b.tar.gz"
-       echo "(or a newer version if it is available)"
-       DIE=1
-}
-
 (automake --version) < /dev/null > /dev/null 2>&1 || {
        echo
        echo "You must have automake installed to compile $PROJECT."
@@ -84,7 +76,7 @@ aclocal $ACLOCAL_FLAGS
 # optionally feature autoheader
 (autoheader --version)  < /dev/null > /dev/null 2>&1 && autoheader
 
-automake $am_opt
+automake -a $am_opt
 autoconf
 cd $ORIGDIR