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/m4/kpse-common.m4 | |
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/m4/kpse-common.m4')
-rw-r--r-- | Build/source/m4/kpse-common.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/m4/kpse-common.m4 b/Build/source/m4/kpse-common.m4 index 2a0d0d66e0f..926d6cbef7c 100644 --- a/Build/source/m4/kpse-common.m4 +++ b/Build/source/m4/kpse-common.m4 @@ -260,6 +260,9 @@ if test "$kb_cv_var_program_inv_name" = yes; then [Define to 1 if you are using GNU libc or otherwise have global variables `program_invocation_name' and `program_invocation_short_name'.]) fi +dnl +dnl Enable flags for compiler warnings +KPSE_COMPILER_WARNINGS ]) # KPSE_COMMON # KPSE_MSG_ERROR(PACKAGE, ERROR, [EXIT-STATUS = 1]) @@ -285,3 +288,4 @@ AC_DEFUN([_KPSE_CHECK_PKG_CONFIG], [AC_REQUIRE([AC_CANONICAL_HOST])[]dnl AC_CHECK_TOOL([PKG_CONFIG], [pkg-config], [false])[]dnl ]) # _KPSE_CHECK_PKG_CONFIG + |