comparison configure.in @ 1796:a210f58165ed

test gnome-doc-tool in configure
author nadvornik
date Sun, 07 Feb 2010 13:16:35 +0000
parents 8b9bbf92725f
children 93bb96b21be9
comparison
equal deleted inserted replaced
1795:181a2e03062b 1796:a210f58165ed
216 htmldir=$withval, htmldir="$readmedir/html") 216 htmldir=$withval, htmldir="$readmedir/html")
217 217
218 AC_DEFINE_UNQUOTED(GQ_HELPDIR, "$readmedir", [Location of documentation files]) 218 AC_DEFINE_UNQUOTED(GQ_HELPDIR, "$readmedir", [Location of documentation files])
219 AC_DEFINE_UNQUOTED(GQ_HTMLDIR, "$htmldir", [Location of html documentation]) 219 AC_DEFINE_UNQUOTED(GQ_HTMLDIR, "$htmldir", [Location of html documentation])
220 220
221 AC_PATH_PROG(GNOME_DOC_TOOL, gnome-doc-tool)
222
221 AC_SUBST(readmedir) 223 AC_SUBST(readmedir)
222 AC_SUBST(htmldir) 224 AC_SUBST(htmldir)
223 225
224 eval "eval appdir=${datadir}/${PACKAGE}" 226 eval "eval appdir=${datadir}/${PACKAGE}"
225 AC_DEFINE_UNQUOTED([GQ_APP_DIR], "$appdir", [Location of application data]) 227 AC_DEFINE_UNQUOTED([GQ_APP_DIR], "$appdir", [Location of application data])
467 Libchamplain-gtk: $HAVE_LIBCHAMPLAIN_GTK 469 Libchamplain-gtk: $HAVE_LIBCHAMPLAIN_GTK
468 470
469 Documentation: 471 Documentation:
470 Doxygen: $DOXYGEN 472 Doxygen: $DOXYGEN
471 Formats: $doxy_formats_report 473 Formats: $doxy_formats_report
474 doc-tool: $GNOME_DOC_TOOL
475
472 END 476 END
473 477
474 cat config.report 478 cat config.report
475 cat <<EOF 479 cat <<EOF
476 480