From ca7b5c3464b1daa17a18ba5a512b36a11fd0561e Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 7 Mar 2011 08:40:02 +0000 Subject: build system: remove check for program_invocation_name git-svn-id: svn://tug.org/texlive/trunk@21623 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/ChangeLog | 5 ++++ Build/source/configure | 32 -------------------------- Build/source/m4/kpse-common.m4 | 14 ----------- Build/source/texk/afm2pl/c-auto.in | 4 ---- Build/source/texk/afm2pl/configure | 32 -------------------------- Build/source/texk/bibtex8/config.h.in | 4 ---- Build/source/texk/bibtex8/configure | 32 -------------------------- Build/source/texk/bibtexu/config.h.in | 4 ---- Build/source/texk/bibtexu/configure | 32 -------------------------- Build/source/texk/cjkutils/c-auto.in | 4 ---- Build/source/texk/cjkutils/configure | 32 -------------------------- Build/source/texk/detex/c-auto.in | 4 ---- Build/source/texk/detex/configure | 32 -------------------------- Build/source/texk/dtl/config.h.in | 4 ---- Build/source/texk/dtl/configure | 32 -------------------------- Build/source/texk/dvi2tty/c-auto.in | 4 ---- Build/source/texk/dvi2tty/configure | 32 -------------------------- Build/source/texk/dvidvi/config.h.in | 4 ---- Build/source/texk/dvidvi/configure | 32 -------------------------- Build/source/texk/dviljk/c-auto.in | 4 ---- Build/source/texk/dviljk/configure | 32 -------------------------- Build/source/texk/dvipdfmx/config.h.in | 4 ---- Build/source/texk/dvipdfmx/configure | 32 -------------------------- Build/source/texk/dvipng/config.h.in | 4 ---- Build/source/texk/dvipng/configure | 32 -------------------------- Build/source/texk/dvipos/c-auto.in | 4 ---- Build/source/texk/dvipos/configure | 32 -------------------------- Build/source/texk/dvipsk/c-auto.in | 4 ---- Build/source/texk/dvipsk/configure | 32 -------------------------- Build/source/texk/dvisvgm/config.h.in | 4 ---- Build/source/texk/dvisvgm/configure | 32 -------------------------- Build/source/texk/gsftopk/c-auto.in | 4 ---- Build/source/texk/gsftopk/configure | 32 -------------------------- Build/source/texk/kpathsea/c-auto.in | 4 ---- Build/source/texk/kpathsea/configure | 32 -------------------------- Build/source/texk/lacheck/config.h.in | 4 ---- Build/source/texk/lacheck/configure | 32 -------------------------- Build/source/texk/lcdf-typetools/autoconf.h.in | 4 ---- Build/source/texk/lcdf-typetools/configure | 32 -------------------------- Build/source/texk/makeindexk/c-auto.in | 4 ---- Build/source/texk/makeindexk/configure | 32 -------------------------- Build/source/texk/makejvf/c-auto.in | 4 ---- Build/source/texk/makejvf/configure | 32 -------------------------- Build/source/texk/mendexk/c-auto.in | 4 ---- Build/source/texk/mendexk/configure | 32 -------------------------- Build/source/texk/ps2pkm/c-auto.in | 4 ---- Build/source/texk/ps2pkm/configure | 32 -------------------------- Build/source/texk/ptexenc/c-auto.in | 4 ---- Build/source/texk/ptexenc/configure | 32 -------------------------- Build/source/texk/seetexk/config.h.in | 4 ---- Build/source/texk/seetexk/configure | 32 -------------------------- Build/source/texk/tex4htk/c-auto.in | 4 ---- Build/source/texk/tex4htk/configure | 32 -------------------------- Build/source/texk/ttf2pk/c-auto.in | 4 ---- Build/source/texk/ttf2pk/configure | 32 -------------------------- Build/source/texk/ttfdump/config.h.in | 4 ---- Build/source/texk/ttfdump/configure | 32 -------------------------- Build/source/texk/web2c/c-auto.in | 4 ---- Build/source/texk/web2c/configure | 32 -------------------------- Build/source/texk/web2c/web2c/c-auto.in | 4 ---- Build/source/texk/web2c/web2c/configure | 32 -------------------------- Build/source/texk/xdv2pdf/config.h.in | 4 ---- Build/source/texk/xdv2pdf/configure | 32 -------------------------- Build/source/texk/xdvik/c-auto.in | 4 ---- Build/source/texk/xdvik/configure | 32 -------------------------- Build/source/texk/xdvipdfmx/config.h.in | 4 ---- Build/source/texk/xdvipdfmx/configure | 32 -------------------------- 67 files changed, 5 insertions(+), 1198 deletions(-) diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index f30f83cbdda..5572570fa5e 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -1,3 +1,8 @@ +2011-03-07 Peter Breitenlohner + + * m4/kpse-common.m4 (KPSE_COMMON): Remove check for + program_invocation_name. + 2011-03-03 Peter Breitenlohner * tardate.ac: Switch to 2011-03-03. diff --git a/Build/source/configure b/Build/source/configure index 5c7910f4039..c1d62d89f46 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -15039,38 +15039,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } 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 diff --git a/Build/source/texk/afm2pl/c-auto.in b/Build/source/texk/afm2pl/c-auto.in index 6f04cb3e55d..b0fd948194c 100644 --- a/Build/source/texk/afm2pl/c-auto.in +++ b/Build/source/texk/afm2pl/c-auto.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/afm2pl/configure b/Build/source/texk/afm2pl/configure index da2cc714a32..663714ce27a 100755 --- a/Build/source/texk/afm2pl/configure +++ b/Build/source/texk/afm2pl/configure @@ -12450,38 +12450,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/bibtex8/config.h.in b/Build/source/texk/bibtex8/config.h.in index c9ced0fcf28..11ed458d342 100644 --- a/Build/source/texk/bibtex8/config.h.in +++ b/Build/source/texk/bibtex8/config.h.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/bibtex8/configure b/Build/source/texk/bibtex8/configure index 9fed9e0f785..a62cc898b86 100755 --- a/Build/source/texk/bibtex8/configure +++ b/Build/source/texk/bibtex8/configure @@ -12441,38 +12441,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/bibtexu/config.h.in b/Build/source/texk/bibtexu/config.h.in index 9c1de869202..873d9f92717 100644 --- a/Build/source/texk/bibtexu/config.h.in +++ b/Build/source/texk/bibtexu/config.h.in @@ -64,10 +64,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/bibtexu/configure b/Build/source/texk/bibtexu/configure index 8feed7c5660..f669f3b5cef 100755 --- a/Build/source/texk/bibtexu/configure +++ b/Build/source/texk/bibtexu/configure @@ -12683,38 +12683,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/cjkutils/c-auto.in b/Build/source/texk/cjkutils/c-auto.in index 546f1edcbb3..735d4a50a33 100644 --- a/Build/source/texk/cjkutils/c-auto.in +++ b/Build/source/texk/cjkutils/c-auto.in @@ -64,10 +64,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/cjkutils/configure b/Build/source/texk/cjkutils/configure index d0fb25cb6a4..2e9f68243dc 100755 --- a/Build/source/texk/cjkutils/configure +++ b/Build/source/texk/cjkutils/configure @@ -12451,38 +12451,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/detex/c-auto.in b/Build/source/texk/detex/c-auto.in index fbabed05c0a..4bb57db6786 100644 --- a/Build/source/texk/detex/c-auto.in +++ b/Build/source/texk/detex/c-auto.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/detex/configure b/Build/source/texk/detex/configure index 8cbdf867da8..022bb190729 100755 --- a/Build/source/texk/detex/configure +++ b/Build/source/texk/detex/configure @@ -12454,38 +12454,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/dtl/config.h.in b/Build/source/texk/dtl/config.h.in index a4ed5504faa..8000e111324 100644 --- a/Build/source/texk/dtl/config.h.in +++ b/Build/source/texk/dtl/config.h.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/dtl/configure b/Build/source/texk/dtl/configure index 32e6dc32578..5a3989313e4 100755 --- a/Build/source/texk/dtl/configure +++ b/Build/source/texk/dtl/configure @@ -12628,38 +12628,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/dvi2tty/c-auto.in b/Build/source/texk/dvi2tty/c-auto.in index 6f04cb3e55d..b0fd948194c 100644 --- a/Build/source/texk/dvi2tty/c-auto.in +++ b/Build/source/texk/dvi2tty/c-auto.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/dvi2tty/configure b/Build/source/texk/dvi2tty/configure index 0d9829056a6..161d2a490ef 100755 --- a/Build/source/texk/dvi2tty/configure +++ b/Build/source/texk/dvi2tty/configure @@ -12451,38 +12451,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/dvidvi/config.h.in b/Build/source/texk/dvidvi/config.h.in index 1a3a856ed0f..70a5e27481e 100644 --- a/Build/source/texk/dvidvi/config.h.in +++ b/Build/source/texk/dvidvi/config.h.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/dvidvi/configure b/Build/source/texk/dvidvi/configure index 1b929a3ff70..818dea113db 100755 --- a/Build/source/texk/dvidvi/configure +++ b/Build/source/texk/dvidvi/configure @@ -12450,38 +12450,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/dviljk/c-auto.in b/Build/source/texk/dviljk/c-auto.in index e7e491ec2e8..5a84f21edd7 100644 --- a/Build/source/texk/dviljk/c-auto.in +++ b/Build/source/texk/dviljk/c-auto.in @@ -64,10 +64,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/dviljk/configure b/Build/source/texk/dviljk/configure index 4f5f433d3e2..7d360e40338 100755 --- a/Build/source/texk/dviljk/configure +++ b/Build/source/texk/dviljk/configure @@ -12621,38 +12621,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/dvipdfmx/config.h.in b/Build/source/texk/dvipdfmx/config.h.in index 6eb2499b17a..063ef98a75d 100644 --- a/Build/source/texk/dvipdfmx/config.h.in +++ b/Build/source/texk/dvipdfmx/config.h.in @@ -95,10 +95,6 @@ /* Define to 1 if you have the `png_get_image_width' function. */ #undef HAVE_PNG_GET_IMAGE_WIDTH -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/dvipdfmx/configure b/Build/source/texk/dvipdfmx/configure index a93cf2bde45..0e328b05fb1 100755 --- a/Build/source/texk/dvipdfmx/configure +++ b/Build/source/texk/dvipdfmx/configure @@ -12696,38 +12696,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/dvipng/config.h.in b/Build/source/texk/dvipng/config.h.in index 4441060ddc7..a59a5cc2335 100644 --- a/Build/source/texk/dvipng/config.h.in +++ b/Build/source/texk/dvipng/config.h.in @@ -167,10 +167,6 @@ /* Define to 1 if you have the `pow' function. */ #undef HAVE_POW -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/dvipng/configure b/Build/source/texk/dvipng/configure index 805d2afea93..0382766c876 100755 --- a/Build/source/texk/dvipng/configure +++ b/Build/source/texk/dvipng/configure @@ -12653,38 +12653,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/dvipos/c-auto.in b/Build/source/texk/dvipos/c-auto.in index 6f04cb3e55d..b0fd948194c 100644 --- a/Build/source/texk/dvipos/c-auto.in +++ b/Build/source/texk/dvipos/c-auto.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/dvipos/configure b/Build/source/texk/dvipos/configure index b20d9908331..d17e9007cc0 100755 --- a/Build/source/texk/dvipos/configure +++ b/Build/source/texk/dvipos/configure @@ -12450,38 +12450,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/dvipsk/c-auto.in b/Build/source/texk/dvipsk/c-auto.in index 4fa520e276d..76216a2946c 100644 --- a/Build/source/texk/dvipsk/c-auto.in +++ b/Build/source/texk/dvipsk/c-auto.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/dvipsk/configure b/Build/source/texk/dvipsk/configure index f7046b591a2..6ea87da11ac 100755 --- a/Build/source/texk/dvipsk/configure +++ b/Build/source/texk/dvipsk/configure @@ -12629,38 +12629,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/dvisvgm/config.h.in b/Build/source/texk/dvisvgm/config.h.in index ecd875db64a..4acaf277437 100644 --- a/Build/source/texk/dvisvgm/config.h.in +++ b/Build/source/texk/dvisvgm/config.h.in @@ -85,10 +85,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/dvisvgm/configure b/Build/source/texk/dvisvgm/configure index a87eb09f35e..47ef57a594c 100755 --- a/Build/source/texk/dvisvgm/configure +++ b/Build/source/texk/dvisvgm/configure @@ -12716,38 +12716,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/gsftopk/c-auto.in b/Build/source/texk/gsftopk/c-auto.in index 6400fe7075c..cddc5ec6f9c 100644 --- a/Build/source/texk/gsftopk/c-auto.in +++ b/Build/source/texk/gsftopk/c-auto.in @@ -70,10 +70,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_POLL_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/gsftopk/configure b/Build/source/texk/gsftopk/configure index c7e01e570ea..234502cbe93 100755 --- a/Build/source/texk/gsftopk/configure +++ b/Build/source/texk/gsftopk/configure @@ -12450,38 +12450,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/kpathsea/c-auto.in b/Build/source/texk/kpathsea/c-auto.in index d889da641ca..252a9b45124 100644 --- a/Build/source/texk/kpathsea/c-auto.in +++ b/Build/source/texk/kpathsea/c-auto.in @@ -98,10 +98,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/kpathsea/configure b/Build/source/texk/kpathsea/configure index 9c14ddee1cd..32f77eab1fd 100755 --- a/Build/source/texk/kpathsea/configure +++ b/Build/source/texk/kpathsea/configure @@ -12513,38 +12513,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/lacheck/config.h.in b/Build/source/texk/lacheck/config.h.in index 6acac3406d9..67c7bebeaca 100644 --- a/Build/source/texk/lacheck/config.h.in +++ b/Build/source/texk/lacheck/config.h.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/lacheck/configure b/Build/source/texk/lacheck/configure index 696b388ef19..b5c8546f6f1 100755 --- a/Build/source/texk/lacheck/configure +++ b/Build/source/texk/lacheck/configure @@ -12445,38 +12445,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/lcdf-typetools/autoconf.h.in b/Build/source/texk/lcdf-typetools/autoconf.h.in index 98a0ffa454e..7675fbaea84 100644 --- a/Build/source/texk/lcdf-typetools/autoconf.h.in +++ b/Build/source/texk/lcdf-typetools/autoconf.h.in @@ -122,10 +122,6 @@ /* Define if PermStrings are available. */ #undef HAVE_PERMSTRING -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/lcdf-typetools/configure b/Build/source/texk/lcdf-typetools/configure index 7f49d5f19c0..cc3a5214dde 100755 --- a/Build/source/texk/lcdf-typetools/configure +++ b/Build/source/texk/lcdf-typetools/configure @@ -12952,38 +12952,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/makeindexk/c-auto.in b/Build/source/texk/makeindexk/c-auto.in index 398b63cd013..9e4e1ae9d59 100644 --- a/Build/source/texk/makeindexk/c-auto.in +++ b/Build/source/texk/makeindexk/c-auto.in @@ -67,10 +67,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/makeindexk/configure b/Build/source/texk/makeindexk/configure index 00c2f3ee26d..19f94d71021 100755 --- a/Build/source/texk/makeindexk/configure +++ b/Build/source/texk/makeindexk/configure @@ -12443,38 +12443,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/makejvf/c-auto.in b/Build/source/texk/makejvf/c-auto.in index cdd78d19fdd..e8219156f31 100644 --- a/Build/source/texk/makejvf/c-auto.in +++ b/Build/source/texk/makejvf/c-auto.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/makejvf/configure b/Build/source/texk/makejvf/configure index 62e2593428c..5d3181151bf 100755 --- a/Build/source/texk/makejvf/configure +++ b/Build/source/texk/makejvf/configure @@ -12446,38 +12446,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/mendexk/c-auto.in b/Build/source/texk/mendexk/c-auto.in index b5b1a2e0463..b6f88f47be7 100644 --- a/Build/source/texk/mendexk/c-auto.in +++ b/Build/source/texk/mendexk/c-auto.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/mendexk/configure b/Build/source/texk/mendexk/configure index 14788b7dfa1..7df6c35c9f6 100755 --- a/Build/source/texk/mendexk/configure +++ b/Build/source/texk/mendexk/configure @@ -12446,38 +12446,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/ps2pkm/c-auto.in b/Build/source/texk/ps2pkm/c-auto.in index 7284cbc9a62..e99adfe7dbf 100644 --- a/Build/source/texk/ps2pkm/c-auto.in +++ b/Build/source/texk/ps2pkm/c-auto.in @@ -70,10 +70,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/ps2pkm/configure b/Build/source/texk/ps2pkm/configure index 328206feeaf..a8ced9b6342 100755 --- a/Build/source/texk/ps2pkm/configure +++ b/Build/source/texk/ps2pkm/configure @@ -12441,38 +12441,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/ptexenc/c-auto.in b/Build/source/texk/ptexenc/c-auto.in index 6aa188dee0a..02381398008 100644 --- a/Build/source/texk/ptexenc/c-auto.in +++ b/Build/source/texk/ptexenc/c-auto.in @@ -87,10 +87,6 @@ /* Define to 1 if you have the `on_exit' function. */ #undef HAVE_ON_EXIT -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/ptexenc/configure b/Build/source/texk/ptexenc/configure index 1881c3051d1..0033bb81d77 100755 --- a/Build/source/texk/ptexenc/configure +++ b/Build/source/texk/ptexenc/configure @@ -12463,38 +12463,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/seetexk/config.h.in b/Build/source/texk/seetexk/config.h.in index 1595057406c..78480f3179d 100644 --- a/Build/source/texk/seetexk/config.h.in +++ b/Build/source/texk/seetexk/config.h.in @@ -64,10 +64,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/seetexk/configure b/Build/source/texk/seetexk/configure index c41a355b51b..7c9d4d5c486 100755 --- a/Build/source/texk/seetexk/configure +++ b/Build/source/texk/seetexk/configure @@ -12628,38 +12628,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/tex4htk/c-auto.in b/Build/source/texk/tex4htk/c-auto.in index 4fa520e276d..76216a2946c 100644 --- a/Build/source/texk/tex4htk/c-auto.in +++ b/Build/source/texk/tex4htk/c-auto.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/tex4htk/configure b/Build/source/texk/tex4htk/configure index 53c4cb05d58..1d132067373 100755 --- a/Build/source/texk/tex4htk/configure +++ b/Build/source/texk/tex4htk/configure @@ -12632,38 +12632,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/ttf2pk/c-auto.in b/Build/source/texk/ttf2pk/c-auto.in index 6f04cb3e55d..b0fd948194c 100644 --- a/Build/source/texk/ttf2pk/c-auto.in +++ b/Build/source/texk/ttf2pk/c-auto.in @@ -61,10 +61,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/ttf2pk/configure b/Build/source/texk/ttf2pk/configure index 351b43d2f85..d3666685613 100755 --- a/Build/source/texk/ttf2pk/configure +++ b/Build/source/texk/ttf2pk/configure @@ -12462,38 +12462,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/ttfdump/config.h.in b/Build/source/texk/ttfdump/config.h.in index a5e7f9b88b8..b2a6e811289 100644 --- a/Build/source/texk/ttfdump/config.h.in +++ b/Build/source/texk/ttfdump/config.h.in @@ -64,10 +64,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/ttfdump/configure b/Build/source/texk/ttfdump/configure index 8caf4b802ae..c94c1776122 100755 --- a/Build/source/texk/ttfdump/configure +++ b/Build/source/texk/ttfdump/configure @@ -12616,38 +12616,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in index 423a459707b..bbe8b558f28 100644 --- a/Build/source/texk/web2c/c-auto.in +++ b/Build/source/texk/web2c/c-auto.in @@ -149,10 +149,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index b7426e1692a..2883b30e7d7 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -13158,38 +13158,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/web2c/web2c/c-auto.in b/Build/source/texk/web2c/web2c/c-auto.in index bfd63bf3343..46bbb8688df 100644 --- a/Build/source/texk/web2c/web2c/c-auto.in +++ b/Build/source/texk/web2c/web2c/c-auto.in @@ -64,10 +64,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/web2c/web2c/configure b/Build/source/texk/web2c/web2c/configure index cfe5e6731f1..05aec2cf02b 100755 --- a/Build/source/texk/web2c/web2c/configure +++ b/Build/source/texk/web2c/web2c/configure @@ -12628,38 +12628,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/xdv2pdf/config.h.in b/Build/source/texk/xdv2pdf/config.h.in index 4173e419f26..6555664963c 100644 --- a/Build/source/texk/xdv2pdf/config.h.in +++ b/Build/source/texk/xdv2pdf/config.h.in @@ -67,10 +67,6 @@ /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/xdv2pdf/configure b/Build/source/texk/xdv2pdf/configure index d4e0fffbf41..4a9ebf3697b 100755 --- a/Build/source/texk/xdv2pdf/configure +++ b/Build/source/texk/xdv2pdf/configure @@ -12643,38 +12643,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/xdvik/c-auto.in b/Build/source/texk/xdvik/c-auto.in index 763ad37d8db..9abc25e4a08 100644 --- a/Build/source/texk/xdvik/c-auto.in +++ b/Build/source/texk/xdvik/c-auto.in @@ -168,10 +168,6 @@ /* Define if your system has and poll(). */ #undef HAVE_POLL -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/xdvik/configure b/Build/source/texk/xdvik/configure index 30d50c76dca..524c3eb6608 100755 --- a/Build/source/texk/xdvik/configure +++ b/Build/source/texk/xdvik/configure @@ -12757,38 +12757,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } diff --git a/Build/source/texk/xdvipdfmx/config.h.in b/Build/source/texk/xdvipdfmx/config.h.in index 2f0b220c840..b44a0388429 100644 --- a/Build/source/texk/xdvipdfmx/config.h.in +++ b/Build/source/texk/xdvipdfmx/config.h.in @@ -110,10 +110,6 @@ /* Define to 1 if you have the `png_get_image_width' function. */ #undef HAVE_PNG_GET_IMAGE_WIDTH -/* Define to 1 if you are using GNU libc or otherwise have global variables - `program_invocation_name' and `program_invocation_short_name'. */ -#undef HAVE_PROGRAM_INVOCATION_NAME - /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV diff --git a/Build/source/texk/xdvipdfmx/configure b/Build/source/texk/xdvipdfmx/configure index abf354e85f3..aac21494224 100755 --- a/Build/source/texk/xdvipdfmx/configure +++ b/Build/source/texk/xdvipdfmx/configure @@ -12716,38 +12716,6 @@ fi $as_echo "$kb_cv_c_prototypes" >&6; } if test "x$kb_cv_c_prototypes" = xno; then as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether program_invocation_name is predefined" >&5 -$as_echo_n "checking whether program_invocation_name is predefined... " >&6; } -if ${kb_cv_var_program_inv_name+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern char *program_invocation_name; - program_invocation_name = "love"; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - kb_cv_var_program_inv_name=yes -else - kb_cv_var_program_inv_name=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_var_program_inv_name" >&5 -$as_echo "$kb_cv_var_program_inv_name" >&6; } -if test "x$kb_cv_var_program_inv_name" = xyes; then - -$as_echo "#define HAVE_PROGRAM_INVOCATION_NAME 1" >>confdefs.h - fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 $as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } -- cgit v1.2.3