From f1162767e3552d05c1255497d49de15c2d94d0b4 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 11 Jul 2018 10:54:09 +0900 Subject: doc: Now, yat2m is a standard tool. * configure.ac (YAT2M, HAVE_YAT2M): Remove. * doc/Makefile.am: Always use yat2m which comes with this source. -- Suggested-by: Michael Haubenwallner Fixes-commit: 4dc6d4d2067c726cdb13593bf151637319ff65e6 Signed-off-by: NIIBE Yutaka --- configure.ac | 4 ---- doc/Makefile.am | 5 ----- 2 files changed, 9 deletions(-) diff --git a/configure.ac b/configure.ac index 9a462dc..5c69dce 100644 --- a/configure.ac +++ b/configure.ac @@ -138,10 +138,6 @@ fi AC_MSG_RESULT($CC_FOR_BUILD) AC_ARG_VAR(CC_FOR_BUILD,[build system C compiler]) -AC_PATH_PROG(YAT2M, yat2m) -AC_ARG_VAR(YAT2M, [tool to convert texi to man pages]) -AM_CONDITIONAL(HAVE_YAT2M, test -n "$ac_cv_path_YAT2M") - AH_BOTTOM([ /* Force using of NLS for W32 even if no libintl has been found. This is okay because we have our own gettext implementation for W32. */ diff --git a/doc/Makefile.am b/doc/Makefile.am index 6f3e5a1..d9d5d15 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -37,10 +37,6 @@ myman_pages = gpg-error-config.1 man_MANS = $(myman_pages) -if HAVE_YAT2M -YAT2M_CMD = $(YAT2M) -YAT2M_DEP = $(YAT2M) -else if CROSS_COMPILING YAT2M_CMD = ./yat2m-for-build YAT2M_DEP = yat2m-for-build @@ -57,7 +53,6 @@ YAT2M_CMD = ./yat2m YAT2M_DEP = yat2m endif endif -endif yat2m-stamp: $(myman_sources) $(srcdir)/version.texi @rm -f yat2m-stamp.tmp -- cgit v1.2.3