summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2018-03-27 09:53:42 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2018-03-27 09:53:42 +0900
commitefc4769339d42a4a399c040c146cf4a29c02ea4f (patch)
tree62f6120bef46fc436a0b28c0151d2bbf45794fa5 /configure.ac
parent157130befaacfcc417ddfc98d8f0238f6756b2cc (diff)
downloadlibgpg-error-efc4769339d42a4a399c040c146cf4a29c02ea4f.tar.gz
doc: Support cross compilation for yat2m.
* configure.ac (HAVE_YAT2M): New. * doc/Makefile.am [CROSS_COMPILING]: Supported. -- Makefile portability is also improved. Fixes-commit: 4dc6d4d2067c726cdb13593bf151637319ff65e6 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 3 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 8d11998..0214fb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,6 @@ AM_PROG_CC_C_O
AC_PROG_CPP
AC_PROG_AWK
AC_CHECK_TOOL(AR, ar, :)
-AC_ARG_VAR(YAT2M, [tool to convert texi to man pages])
AC_GNU_SOURCE
# Set some variables depending on the platform for later use.
@@ -139,13 +138,9 @@ fi
AC_MSG_RESULT($CC_FOR_BUILD)
AC_ARG_VAR(CC_FOR_BUILD,[build system C compiler])
-AC_PATH_PROG(YAT2M, yat2m, ./yat2m)
-if test "$cross_compiling" = "yes" -a ac_cv_path_YAT2M = "./yat2m"; then
- AC_MSG_ERROR([[
-***
-*** yat2m is not installed on this build system. Please install.
-***]])
-fi
+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