From 60c793d887731e7cb06c5b25d72b87386666509d Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 5 Sep 2005 05:48:06 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.am | 2 +- bootstrap.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6a3963c..b5d620f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ -bin_PROGRAMS = replace +noinst_PROGRAMS = replace diff --git a/bootstrap.sh b/bootstrap.sh index dcdf243..f617baa 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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:" -- 1.7.10.4