From 29f2f1f14d917278875d45e21b64ee8b0b2f6c2a Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 5 Sep 2005 05:48:07 +0000 Subject: [PATCH 1/1] *** empty log message *** --- bootstrap.sh | 2 -- configure.ac | 1 - 2 files changed, 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index f617baa..02864b4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -9,5 +9,3 @@ autoconf echo "The remaining steps to install this library are:" echo " % ./configure" echo " % make" -echo " % make install" - diff --git a/configure.ac b/configure.ac index ea3fe06..20209cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,5 @@ AC_INIT(m17n-test, 1.0.0, m17n-lib-bug@m17n.org) AM_INIT_AUTOMAKE(m17n-test, 1.0.0) -AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PATH_XTRA -- 1.7.10.4