>>> "horst" == horst wente <[EMAIL PROTECTED]> writes:

(Thanks for the report!)

 horst> Installing [Automake] 1.9.5 I found that `./configure
 horst> --docdir' does not work as advertised in the
 horst> `./configure --help': `docdir' is missing from the
 horst> option detection in `configure'

This came on bug-automake.  (I've started using CVS Autoconf
with the automake-1.9.5 release.)

Looks OK?


2005-04-19  Alexandre Duret-Lutz  <[EMAIL PROTECTED]>

        * lib/autoconf/general.m4 (_AC_INIT_PARSE_ARGS): Handle --docdir.
        Report from Horst Wente.

Index: lib/autoconf/general.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/general.m4,v
retrieving revision 1.849
diff -u -r1.849 general.m4
--- lib/autoconf/general.m4     15 Apr 2005 08:36:56 -0000      1.849
+++ lib/autoconf/general.m4     18 Apr 2005 23:03:24 -0000
@@ -651,6 +651,11 @@
     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
     eval "enable_$ac_feature=no" ;;
 
+  -docdir | --docdir | --docdi | --doc | --do)
+    ac_prev=docdir ;;
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
+    docdir=$ac_optarg ;;
+
   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
     ac_prev=dvidir ;;
   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
-- 
Alexandre Duret-Lutz



Reply via email to