summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-11-13 23:47:58 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-11-14 13:19:51 +0100
commit24cae685e194d4e22b0527008751940ab4171663 (patch)
treee0b9ff3b5b5889524eed1d82e87ebbf5f516c97e /configure.ac
parent88b6c0dc26795473aa1cc5a28c57dc38d8885759 (diff)
downloadlibgphoto2-24cae685e194d4e22b0527008751940ab4171663.tar.gz
Remove --with-doc-dir and --with-html-dir
autoconf 2.59c has introduced docdir, htmldir, so we do not need to have --with-doc-dir= and --with-html-dir= any more. --docdir= and --htmldir= will do the job.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e1645a427..27ddee379 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AM_INIT_AUTOMAKE([
dnl Notable tool releases and why they are important for us:
dnl
dnl autoconf 2012-04-25 2.69 (what libexif requires)
-dnl autoconf 2006-04-12 2.59c (introduces localedir)
+dnl autoconf 2006-04-12 2.59c (introduces localedir, docdir, htmldir)
dnl
dnl automake 2013-12-24 1.14.1 (what libexif requires)
dnl automake 2013-06-20 1.14 (introduces %reldir%, implies AM_PROG_CC_C_O)
@@ -579,7 +579,6 @@ GP_CAMLIBS_DEFINE()dnl
dnl --------------------------------------------------------------------
dnl documentation
dnl --------------------------------------------------------------------
-GP_CHECK_DOC_DIR()dnl
GP_CHECK_DOXYGEN()dnl
GP_INTERNAL_DOCS()dnl
GP_BUILD_GTK_DOCS()dnl