From 24cae685e194d4e22b0527008751940ab4171663 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 13 Nov 2021 23:47:58 +0100 Subject: 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. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.1