Call automake with -a -c.
authorhanda <handa>
Mon, 5 Sep 2005 00:32:16 +0000 (00:32 +0000)
committerhanda <handa>
Mon, 5 Sep 2005 00:32:16 +0000 (00:32 +0000)
bootstrap.sh

index 688af67..f19de8d 100755 (executable)
@@ -14,7 +14,7 @@ aclocal
 echo "Running autoheader..."
 autoheader
 echo "Running automake..."
-automake -a
+automake -a -c
 echo "Running autoconf..."
 autoconf
 echo "The remaining steps to install this library are:"