Use --with-yazpp instead of --with-yazppconfig
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 22 Apr 2004 07:52:51 +0000 (07:52 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 22 Apr 2004 07:52:51 +0000 (07:52 +0000)
doc/installation.xml
yazpp.m4

index 4c32b9d..58c8f8f 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="installation">
-  <!-- $Id: installation.xml,v 1.4 2004-04-21 08:16:42 adam Exp $ -->
+  <!-- $Id: installation.xml,v 1.5 2004-04-22 07:52:51 adam Exp $ -->
   <title>Installation</title>
   <para>
    You need a C++ compiler to compile and use YAZ proxy.
@@ -47,7 +47,7 @@
        </para></listitem>
      </varlistentry>
      <varlistentry>
-      <term><literal>--with-yazppconfig </literal>directory</term>
+      <term><literal>--with-yazpp </literal>directory</term>
       <listitem><para>
         Specifies the location of <filename>yaz++-config</filename>.
         The <filename>yaz++-config</filename> program is generated in
index fe0949f..65bb934 100644 (file)
--- a/yazpp.m4
+++ b/yazpp.m4
@@ -1,4 +1,4 @@
-## $Id: yazpp.m4,v 1.2 2004-04-11 14:34:16 adam Exp $
+## $Id: yazpp.m4,v 1.3 2004-04-22 07:52:51 adam Exp $
 AC_DEFUN([YAZPP_INIT],
 [
         AC_SUBST(YAZPPLIB)
@@ -7,7 +7,7 @@ AC_DEFUN([YAZPP_INIT],
         AC_SUBST(YAZPPVERSION)
         yazppconfig=NONE
         yazpppath=NONE
-        AC_ARG_WITH(yazppconfig, [  --with-yazppconfig=DIR  yaz++-config in DIR (example /home/yaz++-0.5)], [yazpppath=$withval])
+        AC_ARG_WITH(yazpp, [  --with-yazpp=DIR        yaz++-config in DIR (example /home/yaz++-0.8)], [yazpppath=$withval])
         if test "x$yazpppath" != "xNONE"; then
                 yazppconfig=$yazpppath/yaz++-config
         else