summaryrefslogtreecommitdiff
path: root/Build/source/m4/kpse-common.m4
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-07 08:40:02 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-07 08:40:02 +0000
commitca7b5c3464b1daa17a18ba5a512b36a11fd0561e (patch)
tree1e5fd3e51e28fef51e3adafd52ad51f47830b245 /Build/source/m4/kpse-common.m4
parente1cf2e3f48788387ea2def92db176a4c95c43f66 (diff)
build system: remove check for program_invocation_name
git-svn-id: svn://tug.org/texlive/trunk@21623 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4/kpse-common.m4')
-rw-r--r--Build/source/m4/kpse-common.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/m4/kpse-common.m4 b/Build/source/m4/kpse-common.m4
index 10443b6a974..c3819e31d18 100644
--- a/Build/source/m4/kpse-common.m4
+++ b/Build/source/m4/kpse-common.m4
@@ -257,20 +257,6 @@ if test "x$kb_cv_c_prototypes" = xno; then
AC_MSG_ERROR([Sorry, your compiler does not understand prototypes.])
fi
dnl
-dnl This is a GNU libc invention.
-AC_CACHE_CHECK([whether program_invocation_name is predefined],
- [kb_cv_var_program_inv_name],
- [AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],
- [[extern char *program_invocation_name;
- program_invocation_name = "love";]])],
- [kb_cv_var_program_inv_name=yes],
- [kb_cv_var_program_inv_name=no])])
-if test "x$kb_cv_var_program_inv_name" = xyes; then
- AC_DEFINE([HAVE_PROGRAM_INVOCATION_NAME], 1,
- [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