projects
/
m17n
/
m17n-contrib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e9d44b
)
*** empty log message ***
author
handa
<handa>
Wed, 5 Apr 2006 08:02:58 +0000
(08:02 +0000)
committer
handa
<handa>
Wed, 5 Apr 2006 08:02:58 +0000
(08:02 +0000)
Makefile.am
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
c786bf3
..
fe114f0
100644
(file)
--- 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
(file)
--- 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 <http://www.m17n.org/m17n-lib>.])
fi