summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-15 15:10:25 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-15 15:10:25 +0000
commit273ed9c5b194dca51ed972db8071522d60733284 (patch)
tree5756fca71150fed35117a3b02a8648a3ec5e367f /Build/source/texk/xdvik
parentca19ba96de1003493b769ea8b13d12ebc0c883ca (diff)
implement compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@13751 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik')
-rw-r--r--Build/source/texk/xdvik/configure.ac2
-rw-r--r--Build/source/texk/xdvik/squeeze/configure.ac2
2 files changed, 3 insertions, 1 deletions
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