mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Update configure.ac and README for Doxygen 1.8
This commit is contained in:
parent
14a7118499
commit
9b79931265
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ fish depends on a curses implementation, such as ncurses. The headers and librar
|
|||
|
||||
fish requires gettext for translation support.
|
||||
|
||||
Building the documentation requires Doxygen 1.5 or newer.
|
||||
Building the documentation requires Doxygen 1.8 or newer.
|
||||
|
||||
### Autotools Build
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@ AS_IF([test x$local_gettext != xno],
|
|||
# Build/clean the documentation only if Doxygen is available
|
||||
#
|
||||
|
||||
doxygen_minimum=1.5
|
||||
doxygen_minimum=1.8
|
||||
|
||||
AC_ARG_WITH(
|
||||
doxygen,
|
||||
|
|
Loading…
Reference in a new issue