projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93ebae6
)
DTD_DIR assignment
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 9 Sep 2004 09:55:10 +0000
(09:55 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 9 Sep 2004 09:55:10 +0000
(09:55 +0000)
yaz.m4
patch
|
blob
|
history
diff --git
a/yaz.m4
b/yaz.m4
index
d07efba
..
fbf53b6
100644
(file)
--- a/
yaz.m4
+++ b/
yaz.m4
@@
-1,4
+1,4
@@
-## $Id: yaz.m4,v 1.9 2004-09-09 09:43:20 adam Exp $
+## $Id: yaz.m4,v 1.10 2004-09-09 09:55:10 adam Exp $
##
# Use this m4 function for autoconf if you use YAZ in your own
# configure script.
@@
-10,7
+10,7
@@
AC_SUBST(DTD_DIR)
AC_ARG_WITH(docbook-dtd, [ --with-docbook-dtd[=DIR] use docbookx.dtd in DIR],
[
if test -f "$withval/docbookx.dtd"; then
- DTD_DIR=$withva l
+ DTD_DIR=$withval
fi
],[
AC_MSG_CHECKING(for docbookx.dtd)