Run automake after autoheader.
authorhanda <handa>
Mon, 29 Mar 2004 12:45:48 +0000 (12:45 +0000)
committerhanda <handa>
Mon, 29 Mar 2004 12:45:48 +0000 (12:45 +0000)
autogen.sh

index c95bd14..00fff4b 100755 (executable)
@@ -9,10 +9,10 @@ echo "Running libtoolize..."
 libtoolize --automake
 echo "Running aclocal..."
 aclocal
-echo "Running automake..."
-automake -a
 echo "Running autoheader..."
 autoheader
+echo "Running automake..."
+automake -a
 echo "Running autoconf..."
 autoconf
 echo "The remaining steps to install this library are:"