diff options
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | doc/Makefile.am | 5 |
2 files changed, 0 insertions, 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 |