option --with-yazconfig renamed to --with-yaz
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 11 Sep 2004 20:52:14 +0000 (20:52 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 11 Sep 2004 20:52:14 +0000 (20:52 +0000)
NEWS
yaz.m4

diff --git a/NEWS b/NEWS
index 9143081..1d656c7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
-yaz.m4 now configure option --with-yazconfig renamed to
---with-yaz-config (note extra dash).
+Macro YAZ_INIT in yaz.m4: option --with-yazconfig renamed to --with-yaz.
 
 Added CCL utility ccl_qual_line which adds CCL qualifier line consisting
 of name and value - ignoring empty lines and comments.
diff --git a/yaz.m4 b/yaz.m4
index b1e3f80..0fa4ad6 100644 (file)
--- a/yaz.m4
+++ b/yaz.m4
@@ -1,4 +1,4 @@
-## $Id: yaz.m4,v 1.10 2004-09-09 09:54:37 adam Exp $
+## $Id: yaz.m4,v 1.11 2004-09-11 20:52:14 adam Exp $
 ## 
 # Use this m4 function for autoconf if you use YAZ in your own
 # configure script.
@@ -85,7 +85,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