*** empty log message ***
authorhanda <handa>
Mon, 5 Sep 2005 05:48:06 +0000 (05:48 +0000)
committerhanda <handa>
Mon, 5 Sep 2005 05:48:06 +0000 (05:48 +0000)
Makefile.am
bootstrap.sh

index 6a3963c..b5d620f 100644 (file)
@@ -1,2 +1,2 @@
-bin_PROGRAMS = replace
+noinst_PROGRAMS = replace
 
index dcdf243..f617baa 100755 (executable)
@@ -2,10 +2,8 @@ echo "Running libtoolize..."
 libtoolize --automake
 echo "Running aclocal..."
 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:"