projects
/
m17n
/
m17n-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ebce4
)
Setup the var ICONS. Add icons/Makefile in
author
handa
<handa>
Tue, 20 Dec 2005 02:12:17 +0000
(
02:12
+0000)
committer
handa
<handa>
Tue, 20 Dec 2005 02:12:17 +0000
(
02:12
+0000)
AC_CONFIG_FILES.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
84e3556
..
c4e74f3
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-62,7
+62,10
@@
else :
fi
-AC_CONFIG_FILES([Makefile mapconv m17n-db])
+ICONS=`cd icons; echo *.png`
+AC_SUBST(ICONS)
+
+AC_CONFIG_FILES([Makefile mapconv m17n-db icons/Makefile])
AC_OUTPUT
# Print configuration message.