autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

missing --docdir parsing code


From: Alexandre Duret-Lutz
Subject: missing --docdir parsing code
Date: Tue, 19 Apr 2005 01:09:50 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

>>> "horst" == horst wente <address@hidden> 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  <address@hidden>

        * 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

[Prev in Thread] Current Thread [Next in Thread]