Run automake with -a -c.
authorhanda <handa>
Fri, 2 Sep 2005 12:28:18 +0000 (12:28 +0000)
committerhanda <handa>
Fri, 2 Sep 2005 12:28:18 +0000 (12:28 +0000)
autogen.sh

index 00fff4b..3c17654 100755 (executable)
@@ -12,7 +12,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:"