diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-15 15:10:25 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-15 15:10:25 +0000 |
commit | 273ed9c5b194dca51ed972db8071522d60733284 (patch) | |
tree | 5756fca71150fed35117a3b02a8648a3ec5e367f /Build/source/texk/dvipsk | |
parent | ca19ba96de1003493b769ea8b13d12ebc0c883ca (diff) |
implement compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@13751 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk')
-rw-r--r-- | Build/source/texk/dvipsk/configure.ac | 2 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/squeeze/configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/dvipsk/configure.ac b/Build/source/texk/dvipsk/configure.ac index 122f6acec88..3f1e204ceb9 100644 --- a/Build/source/texk/dvipsk/configure.ac +++ b/Build/source/texk/dvipsk/configure.ac @@ -28,7 +28,7 @@ AC_CONFIG_SUBDIRS([squeeze]) AC_CONFIG_FILES([Makefile]) 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/dvipsk/squeeze/configure.ac b/Build/source/texk/dvipsk/squeeze/configure.ac index b7cc052fead..f4fdf66aa03 100644 --- a/Build/source/texk/dvipsk/squeeze/configure.ac +++ b/Build/source/texk/dvipsk/squeeze/configure.ac @@ -17,6 +17,8 @@ AM_MAINTAINER_MODE AC_PROG_CC +KPSE_COMPILER_WARNINGS + AC_CONFIG_FILES([Makefile]) AC_OUTPUT |