mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
Merge branch 'jk/asciidoc-update'
* jk/asciidoc-update: docs: default to more modern toolset
This commit is contained in:
12
configure.ac
12
configure.ac
@@ -398,21 +398,21 @@ if test -n "$ASCIIDOC"; then
|
||||
AC_MSG_CHECKING([for asciidoc version])
|
||||
asciidoc_version=`$ASCIIDOC --version 2>/dev/null`
|
||||
case "${asciidoc_version}" in
|
||||
asciidoc' '8*)
|
||||
ASCIIDOC8=YesPlease
|
||||
asciidoc' '7*)
|
||||
ASCIIDOC7=YesPlease
|
||||
AC_MSG_RESULT([${asciidoc_version} > 7])
|
||||
;;
|
||||
asciidoc' '7*)
|
||||
ASCIIDOC8=
|
||||
asciidoc' '8*)
|
||||
ASCIIDOC7=
|
||||
AC_MSG_RESULT([${asciidoc_version}])
|
||||
;;
|
||||
*)
|
||||
ASCIIDOC8=
|
||||
ASCIIDOC7=
|
||||
AC_MSG_RESULT([${asciidoc_version} (unknown)])
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
AC_SUBST(ASCIIDOC8)
|
||||
AC_SUBST(ASCIIDOC7)
|
||||
|
||||
|
||||
## Checks for libraries.
|
||||
|
||||
Reference in New Issue
Block a user