Update configure.ac and README for Doxygen 1.8

This commit is contained in:
Mark Griffiths 2014-08-05 18:46:14 +01:00
parent 14a7118499
commit 9b79931265
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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,