From 9135105177a7fc1e253b56dae89f5092d8413e0c Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 5 Apr 2006 08:02:58 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index c786bf3..fe114f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,4 +26,4 @@ m17n_icondir = ${m17ndir}/icons m17n_DATA = @INPUT_METHOD@ m17n_icon_DATA= @ICONS@ -EXTRA_DIST = im-indic +EXTRA_DIST = ${m17n_DATA} ${m17n_icon_DATA} diff --git a/configure.ac b/configure.ac index 4c95934..a9f66aa 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_PROG_AWK AC_CHECK_PROG(HAVE_M17N_DB, m17n-db, yes) if test "x$HAVE_M17N_DB" != "xyes"; then - AC_MSG_ERROR([Please install the m17n-db at first. + AC_MSG_ERROR([Please install m17n-db at first. It is available at .]) fi -- 1.7.10.4