*** empty log message ***
authorhanda <handa>
Wed, 5 Apr 2006 08:02:58 +0000 (08:02 +0000)
committerhanda <handa>
Wed, 5 Apr 2006 08:02:58 +0000 (08:02 +0000)
Makefile.am
configure.ac

index c786bf3..fe114f0 100644 (file)
@@ -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}
index 4c95934..a9f66aa 100644 (file)
@@ -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 <http://www.m17n.org/m17n-lib>.])
 fi