projects
/
m17n
/
m17n-docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bcac1a
)
*** empty log message ***
author
handa
<handa>
Wed, 1 Oct 2003 06:11:31 +0000
(06:11 +0000)
committer
handa
<handa>
Wed, 1 Oct 2003 06:11:31 +0000
(06:11 +0000)
Makefile.am
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
29181d0
..
a14eba3
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-224,7
+224,7
@@
data/exmim.txt: ${EXAMPLE_MIMS} utils/exmim.sh
utils/exmim.sh ${EXAMPLE_MIMS} > $@
data/dbdata.txt: ${DBDATA} utils/dbdata.awk
- gawk -f utils/dbdata.awk @M17NDB@/mdb.dir > $@
+ @AWK@ -f utils/dbdata.awk @M17NDB@/mdb.dir > $@
data/dbformat.txt: ${DBFORMAT} utils/dbformat.sh
utils/dbformat.sh ${DBFORMAT}/*.txt > $@
diff --git
a/configure.ac
b/configure.ac
index
e1cac72
..
fb37ae6
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-6,6
+6,7
@@
AM_MAINTAINER_MODE
# Checks for programs.
AC_PROG_INSTALL
+AC_PROG_AWK
if test $USE_MAINTAINER_MODE = yes; then