From 273ed9c5b194dca51ed972db8071522d60733284 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 15 Jun 2009 15:10:25 +0000 Subject: implement compiler warnings git-svn-id: svn://tug.org/texlive/trunk@13751 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/xdvik/configure.ac | 2 +- Build/source/texk/xdvik/squeeze/configure.ac | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/xdvik') diff --git a/Build/source/texk/xdvik/configure.ac b/Build/source/texk/xdvik/configure.ac index 17d8896571f..a00f2320ef3 100644 --- a/Build/source/texk/xdvik/configure.ac +++ b/Build/source/texk/xdvik/configure.ac @@ -299,7 +299,7 @@ AC_CONFIG_FILES([Makefile tests/Makefile]) AC_CONFIG_FILES([xdvi:xdvi-sh.in], [chmod +x xdvi]) dnl The subdirectory squeeze must be configured for the build system. -dnl Can not share the cache file with the subdirectory! +dnl When cross compiling, can not share the cache file with the subdirectory! AC_CONFIG_COMMANDS_POST([AS_IF([test "x$cross_compiling" = xyes], [cache_file=/dev/null ac_configure_args="$ac_configure_args --host='$build' \ diff --git a/Build/source/texk/xdvik/squeeze/configure.ac b/Build/source/texk/xdvik/squeeze/configure.ac index ed97b7d6845..a2df4779565 100644 --- a/Build/source/texk/xdvik/squeeze/configure.ac +++ b/Build/source/texk/xdvik/squeeze/configure.ac @@ -17,6 +17,8 @@ AM_MAINTAINER_MODE AC_PROG_CC +KPSE_COMPILER_WARNINGS + AC_CONFIG_FILES([Makefile]) AC_OUTPUT -- cgit v1.2.3