From: handa Date: Mon, 5 Sep 2005 05:48:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=60c793d887731e7cb06c5b25d72b87386666509d;p=m17n%2Fm17n-test.git *** empty log message *** --- 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:"