Remove Id from header due to inconvenient diffs when yaz.m4 is copied
[yazproxy-moved-to-github.git] / yaz.m4
diff --git a/yaz.m4 b/yaz.m4
index 17f8a82..8690686 100644 (file)
--- a/yaz.m4
+++ b/yaz.m4
@@ -1,5 +1,3 @@
-## $Id: yaz.m4,v 1.3 2004-09-09 09:47:20 adam Exp $
-## 
 # Use this m4 function for autoconf if you use YAZ in your own
 # configure script.
 
@@ -10,7 +8,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)
@@ -85,7 +83,7 @@ AC_DEFUN([YAZ_INIT],
        AC_SUBST(YAZVERSION)
        yazconfig=NONE
        yazpath=NONE
-       AC_ARG_WITH(yaz-config, [  --with-yaz-config=DIR   use yaz-config in DIR (example /home/yaz-1.7)], [yazpath=$withval])
+       AC_ARG_WITH(yaz, [  --with-yaz=DIR          use yaz-config in DIR (example /home/yaz-1.7)], [yazpath=$withval])
        if test "x$yazpath" != "xNONE"; then
                yazconfig=$yazpath/yaz-config
        else