From: handa Date: Wed, 5 Apr 2006 08:02:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-0-0~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9135105177a7fc1e253b56dae89f5092d8413e0c;p=m17n%2Fm17n-contrib.git *** empty log message *** --- 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