diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-29 20:43:53 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-29 20:43:53 -0700 |
commit | ce32345589050b17b23b18157f95f060f4c776a3 (patch) | |
tree | 0da124494425511abd9562fa2fa1ffdb02b96284 /xorg-macros.m4.in | |
parent | eb7ebbbbb2a6196322cf7e48f60a11f2f65f7534 (diff) |
Version bump: 1.11.0util-macros-1.11.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xorg-macros.m4.in')
-rw-r--r-- | xorg-macros.m4.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in index 8e982be..c7dbd41 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -349,6 +349,7 @@ AC_SUBST(MAKE_HTML) # XORG_WITH_XMLTO([MIN-VERSION], [DEFAULT]) # ---------------- # Minimum version: 1.5.0 +# Minimum version for optional DEFAULT argument: 1.11.0 # # Documentation tools are not always available on all platforms and sometimes # not at the appropriate level. This macro enables a module to test for the @@ -434,6 +435,7 @@ AM_CONDITIONAL([HAVE_XMLTO], [test "$have_xmlto" = yes]) # XORG_WITH_ASCIIDOC([MIN-VERSION], [DEFAULT]) # ---------------- # Minimum version: 1.5.0 +# Minimum version for optional DEFAULT argument: 1.11.0 # # Documentation tools are not always available on all platforms and sometimes # not at the appropriate level. This macro enables a module to test for the @@ -502,6 +504,7 @@ AM_CONDITIONAL([HAVE_ASCIIDOC], [test "$have_asciidoc" = yes]) # XORG_WITH_DOXYGEN([MIN-VERSION], [DEFAULT]) # -------------------------------- # Minimum version: 1.5.0 +# Minimum version for optional DEFAULT argument: 1.11.0 # # Documentation tools are not always available on all platforms and sometimes # not at the appropriate level. This macro enables a module to test for the @@ -570,6 +573,7 @@ AM_CONDITIONAL([HAVE_DOXYGEN], [test "$have_doxygen" = yes]) # XORG_WITH_GROFF([DEFAULT]) # ---------------- # Minimum version: 1.6.0 +# Minimum version for optional DEFAULT argument: 1.11.0 # # Documentation tools are not always available on all platforms and sometimes # not at the appropriate level. This macro enables a module to test for the @@ -676,6 +680,7 @@ AM_CONDITIONAL([HAVE_GROFF_HTML], [test "$have_groff_html" = yes]) # XORG_WITH_FOP([DEFAULT]) # ---------------- # Minimum version: 1.6.0 +# Minimum version for optional DEFAULT argument: 1.11.0 # # Documentation tools are not always available on all platforms and sometimes # not at the appropriate level. This macro enables a module to test for the @@ -730,6 +735,7 @@ AM_CONDITIONAL([HAVE_FOP], [test "$have_fop" = yes]) # XORG_WITH_PS2PDF([DEFAULT]) # ---------------- # Minimum version: 1.6.0 +# Minimum version for optional DEFAULT argument: 1.11.0 # # Documentation tools are not always available on all platforms and sometimes # not at the appropriate level. This macro enables a module to test for the |