commit bash-20100701 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:01:40 -05:00
parent 3d35553ad4
commit 7d92f73f39
56 changed files with 8704 additions and 5916 deletions
+100 -1
View File
@@ -1,5 +1,5 @@
@%:@! /bin/sh
@%:@ From configure.in for Bash 4.2, version 4.031.
@%:@ From configure.in for Bash 4.2, version 4.032.
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.63 for bash 4.2-devel.
@%:@
@@ -28279,6 +28279,105 @@ _ACEOF
fi
{ $as_echo "$as_me:$LINENO: checking for offset of exit status in return status from wait" >&5
$as_echo_n "checking for offset of exit status in return status from wait... " >&6; }
if test "${bash_cv_wexitstatus_offset+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test "$cross_compiling" = yes; then
{ $as_echo "$as_me:$LINENO: WARNING: cannot check WEXITSTATUS offset if cross compiling -- defaulting to 0" >&5
$as_echo "$as_me: WARNING: cannot check WEXITSTATUS offset if cross compiling -- defaulting to 0" >&2;}
bash_cv_wexitstatus_offset=0
else
cat >conftest.$ac_ext <<_ACEOF
#include <stdlib.h>
#include <unistd.h>
#include <sys/wait.h>
main(c, v)
int c;
char **v;
{
pid_t pid, p;
int s, i, n;
s = 0;
pid = fork();
if (pid == 0)
exit (42);
/* wait for the process */
p = wait(&s);
if (p != pid)
exit (255);
/* crack s */
for (i = 0; i < (sizeof(s) - 8); i++)
{
n = (s >> i) & 0xff;
if (n == 42)
exit (i);
}
exit (254);
}
_ACEOF
rm -f conftest$ac_exeext
if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
$as_echo "$ac_try_echo") >&5
(eval "$ac_link") 2>&5
ac_status=$?
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } && { ac_try='./conftest$ac_exeext'
{ (case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
$as_echo "$ac_try_echo") >&5
(eval "$ac_try") 2>&5
ac_status=$?
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
bash_cv_wexitstatus_offset=0
else
$as_echo "$as_me: program exited with status $ac_status" >&5
$as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
( exit $ac_status )
bash_cv_wexitstatus_offset=$?
fi
rm -rf conftest.dSYM
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
fi
if test "$bash_cv_wexitstatus_offset" -gt 32 ; then
{ $as_echo "$as_me:$LINENO: WARNING: bad exit status from test program -- defaulting to 0" >&5
$as_echo "$as_me: WARNING: bad exit status from test program -- defaulting to 0" >&2;}
bash_cv_wexitstatus_offset=0
fi
{ $as_echo "$as_me:$LINENO: result: $bash_cv_wexitstatus_offset" >&5
$as_echo "$bash_cv_wexitstatus_offset" >&6; }
cat >>confdefs.h <<_ACEOF
@%:@define WEXITSTATUS_OFFSET $bash_cv_wexitstatus_offset
_ACEOF
{ $as_echo "$as_me:$LINENO: checking for the existence of strsignal" >&5
$as_echo_n "checking for the existence of strsignal... " >&6; }
if test "${bash_cv_have_strsignal+set}" = set; then
+11 -11
View File
@@ -15,25 +15,25 @@
'configure.in'
],
{
'_LT_AC_TAGCONFIG' => 1,
'AM_PROG_F77_C_O' => 1,
'AC_INIT' => 1,
'_LT_AC_TAGCONFIG' => 1,
'm4_pattern_forbid' => 1,
'_AM_COND_IF' => 1,
'AC_INIT' => 1,
'AC_CANONICAL_TARGET' => 1,
'AC_SUBST' => 1,
'_AM_COND_IF' => 1,
'AC_CONFIG_LIBOBJ_DIR' => 1,
'AC_FC_SRCEXT' => 1,
'AC_SUBST' => 1,
'AC_CANONICAL_HOST' => 1,
'AC_FC_SRCEXT' => 1,
'AC_PROG_LIBTOOL' => 1,
'AM_INIT_AUTOMAKE' => 1,
'AC_CONFIG_SUBDIRS' => 1,
'AM_AUTOMAKE_VERSION' => 1,
'LT_CONFIG_LTDL_DIR' => 1,
'AC_REQUIRE_AUX_FILE' => 1,
'AC_CONFIG_LINKS' => 1,
'm4_sinclude' => 1,
'AC_REQUIRE_AUX_FILE' => 1,
'LT_SUPPORTED_TAG' => 1,
'm4_sinclude' => 1,
'AM_MAINTAINER_MODE' => 1,
'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
'_m4_warn' => 1,
@@ -49,13 +49,13 @@
'AC_CANONICAL_BUILD' => 1,
'AC_FC_FREEFORM' => 1,
'AH_OUTPUT' => 1,
'_AM_SUBST_NOTMAKE' => 1,
'AC_CONFIG_AUX_DIR' => 1,
'sinclude' => 1,
'm4_pattern_allow' => 1,
'_AM_SUBST_NOTMAKE' => 1,
'AM_PROG_CC_C_O' => 1,
'AC_CANONICAL_SYSTEM' => 1,
'm4_pattern_allow' => 1,
'sinclude' => 1,
'AM_CONDITIONAL' => 1,
'AC_CANONICAL_SYSTEM' => 1,
'AC_CONFIG_HEADERS' => 1,
'AC_DEFINE_TRACE_LITERAL' => 1,
'm4_include' => 1,
+254 -250
View File
@@ -2229,213 +2229,217 @@ m4trace:configure.in:918: -1- AH_OUTPUT([HAVE_TZNAME], [/* Define to 1 if you do
#undef HAVE_TZNAME])
m4trace:configure.in:919: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_TIMEZONE])
m4trace:configure.in:919: -1- m4_pattern_allow([^HAVE_STRUCT_TIMEZONE$])
m4trace:configure.in:922: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
m4trace:configure.in:921: -1- AC_DEFINE_TRACE_LITERAL([WEXITSTATUS_OFFSET])
m4trace:configure.in:921: -1- m4_pattern_allow([^WEXITSTATUS_OFFSET$])
m4trace:configure.in:921: -1- AH_OUTPUT([WEXITSTATUS_OFFSET], [/* Offset of exit status in wait status word */
#undef WEXITSTATUS_OFFSET])
m4trace:configure.in:924: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:299: BASH_FUNC_STRSIGNAL is expanded from...
configure.in:922: the top level])
m4trace:configure.in:922: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRSIGNAL])
m4trace:configure.in:922: -1- m4_pattern_allow([^HAVE_STRSIGNAL$])
m4trace:configure.in:923: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
configure.in:924: the top level])
m4trace:configure.in:924: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRSIGNAL])
m4trace:configure.in:924: -1- m4_pattern_allow([^HAVE_STRSIGNAL$])
m4trace:configure.in:925: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:313: BASH_FUNC_OPENDIR_CHECK is expanded from...
configure.in:923: the top level])
m4trace:configure.in:923: -1- AC_DEFINE_TRACE_LITERAL([OPENDIR_NOT_ROBUST])
m4trace:configure.in:923: -1- m4_pattern_allow([^OPENDIR_NOT_ROBUST$])
m4trace:configure.in:924: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:683: BASH_FUNC_ULIMIT_MAXFDS is expanded from...
configure.in:924: the top level])
m4trace:configure.in:924: -1- AC_DEFINE_TRACE_LITERAL([ULIMIT_MAXFDS])
m4trace:configure.in:924: -1- m4_pattern_allow([^ULIMIT_MAXFDS$])
m4trace:configure.in:925: -1- AH_OUTPUT([HAVE_FPURGE], [/* Define to 1 if you have the `fpurge\' function. */
#undef HAVE_FPURGE])
m4trace:configure.in:925: -1- AH_OUTPUT([HAVE___FPURGE], [/* Define to 1 if you have the `__fpurge\' function. */
#undef HAVE___FPURGE])
m4trace:configure.in:925: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FPURGE])
m4trace:configure.in:925: -1- m4_pattern_allow([^HAVE_DECL_FPURGE$])
m4trace:configure.in:925: -1- AH_OUTPUT([HAVE_DECL_FPURGE], [/* Define to 1 if you have the declaration of `fpurge\', and to 0 if you don\'t.
*/
#undef HAVE_DECL_FPURGE])
m4trace:configure.in:925: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FPURGE])
m4trace:configure.in:925: -1- m4_pattern_allow([^HAVE_DECL_FPURGE$])
configure.in:925: the top level])
m4trace:configure.in:925: -1- AC_DEFINE_TRACE_LITERAL([OPENDIR_NOT_ROBUST])
m4trace:configure.in:925: -1- m4_pattern_allow([^OPENDIR_NOT_ROBUST$])
m4trace:configure.in:926: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:579: BASH_FUNC_GETENV is expanded from...
aclocal.m4:683: BASH_FUNC_ULIMIT_MAXFDS is expanded from...
configure.in:926: the top level])
m4trace:configure.in:926: -1- AC_DEFINE_TRACE_LITERAL([CAN_REDEFINE_GETENV])
m4trace:configure.in:926: -1- m4_pattern_allow([^CAN_REDEFINE_GETENV$])
m4trace:configure.in:926: -1- AC_DEFINE_TRACE_LITERAL([ULIMIT_MAXFDS])
m4trace:configure.in:926: -1- m4_pattern_allow([^ULIMIT_MAXFDS$])
m4trace:configure.in:927: -1- AH_OUTPUT([HAVE_FPURGE], [/* Define to 1 if you have the `fpurge\' function. */
#undef HAVE_FPURGE])
m4trace:configure.in:927: -1- AH_OUTPUT([HAVE___FPURGE], [/* Define to 1 if you have the `__fpurge\' function. */
#undef HAVE___FPURGE])
m4trace:configure.in:927: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FPURGE])
m4trace:configure.in:927: -1- m4_pattern_allow([^HAVE_DECL_FPURGE$])
m4trace:configure.in:927: -1- AH_OUTPUT([HAVE_DECL_FPURGE], [/* Define to 1 if you have the declaration of `fpurge\', and to 0 if you don\'t.
*/
#undef HAVE_DECL_FPURGE])
m4trace:configure.in:927: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FPURGE])
m4trace:configure.in:927: -1- m4_pattern_allow([^HAVE_DECL_FPURGE$])
m4trace:configure.in:928: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:702: BASH_FUNC_GETCWD is expanded from...
aclocal.m4:579: BASH_FUNC_GETENV is expanded from...
configure.in:928: the top level])
m4trace:configure.in:928: -1- AC_DEFINE_TRACE_LITERAL([GETCWD_BROKEN])
m4trace:configure.in:928: -1- m4_pattern_allow([^GETCWD_BROKEN$])
m4trace:configure.in:928: -1- AC_LIBSOURCE([getcwd.c])
m4trace:configure.in:928: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS getcwd.$ac_objext"])
m4trace:configure.in:928: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:928: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:928: -1- AC_DEFINE_TRACE_LITERAL([CAN_REDEFINE_GETENV])
m4trace:configure.in:928: -1- m4_pattern_allow([^CAN_REDEFINE_GETENV$])
m4trace:configure.in:930: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:778: BASH_FUNC_POSIX_SETJMP is expanded from...
aclocal.m4:702: BASH_FUNC_GETCWD is expanded from...
configure.in:930: the top level])
m4trace:configure.in:930: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_SIGSETJMP])
m4trace:configure.in:930: -1- m4_pattern_allow([^HAVE_POSIX_SIGSETJMP$])
m4trace:configure.in:931: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
m4trace:configure.in:930: -1- AC_DEFINE_TRACE_LITERAL([GETCWD_BROKEN])
m4trace:configure.in:930: -1- m4_pattern_allow([^GETCWD_BROKEN$])
m4trace:configure.in:930: -1- AC_LIBSOURCE([getcwd.c])
m4trace:configure.in:930: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS getcwd.$ac_objext"])
m4trace:configure.in:930: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:930: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:932: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:778: BASH_FUNC_POSIX_SETJMP is expanded from...
configure.in:932: the top level])
m4trace:configure.in:932: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_SIGSETJMP])
m4trace:configure.in:932: -1- m4_pattern_allow([^HAVE_POSIX_SIGSETJMP$])
m4trace:configure.in:933: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:829: BASH_FUNC_STRCOLL is expanded from...
configure.in:931: the top level])
m4trace:configure.in:931: -1- AC_DEFINE_TRACE_LITERAL([STRCOLL_BROKEN])
m4trace:configure.in:931: -1- m4_pattern_allow([^STRCOLL_BROKEN$])
m4trace:configure.in:932: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define to 1 if you have the `snprintf\' function. */
configure.in:933: the top level])
m4trace:configure.in:933: -1- AC_DEFINE_TRACE_LITERAL([STRCOLL_BROKEN])
m4trace:configure.in:933: -1- m4_pattern_allow([^STRCOLL_BROKEN$])
m4trace:configure.in:934: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define to 1 if you have the `snprintf\' function. */
#undef HAVE_SNPRINTF])
m4trace:configure.in:932: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
m4trace:configure.in:934: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:4039: BASH_FUNC_SNPRINTF is expanded from...
configure.in:932: the top level])
m4trace:configure.in:932: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF])
m4trace:configure.in:932: -1- m4_pattern_allow([^HAVE_SNPRINTF$])
m4trace:configure.in:932: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define if you have a standard-conformant snprintf function. */
configure.in:934: the top level])
m4trace:configure.in:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF])
m4trace:configure.in:934: -1- m4_pattern_allow([^HAVE_SNPRINTF$])
m4trace:configure.in:934: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define if you have a standard-conformant snprintf function. */
#undef HAVE_SNPRINTF])
m4trace:configure.in:933: -1- AH_OUTPUT([HAVE_VSNPRINTF], [/* Define to 1 if you have the `vsnprintf\' function. */
m4trace:configure.in:935: -1- AH_OUTPUT([HAVE_VSNPRINTF], [/* Define to 1 if you have the `vsnprintf\' function. */
#undef HAVE_VSNPRINTF])
m4trace:configure.in:933: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
m4trace:configure.in:935: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:4067: BASH_FUNC_VSNPRINTF is expanded from...
configure.in:933: the top level])
m4trace:configure.in:933: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VSNPRINTF])
m4trace:configure.in:933: -1- m4_pattern_allow([^HAVE_VSNPRINTF$])
m4trace:configure.in:933: -1- AH_OUTPUT([HAVE_VSNPRINTF], [/* Define if you have a standard-conformant vsnprintf function. */
configure.in:935: the top level])
m4trace:configure.in:935: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VSNPRINTF])
m4trace:configure.in:935: -1- m4_pattern_allow([^HAVE_VSNPRINTF$])
m4trace:configure.in:935: -1- AH_OUTPUT([HAVE_VSNPRINTF], [/* Define if you have a standard-conformant vsnprintf function. */
#undef HAVE_VSNPRINTF])
m4trace:configure.in:939: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
m4trace:configure.in:941: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:624: BASH_FUNC_STD_PUTENV is expanded from...
configure.in:939: the top level])
m4trace:configure.in:939: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_PUTENV])
m4trace:configure.in:939: -1- m4_pattern_allow([^HAVE_STD_PUTENV$])
configure.in:941: the top level])
m4trace:configure.in:941: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_PUTENV])
m4trace:configure.in:941: -1- m4_pattern_allow([^HAVE_STD_PUTENV$])
m4trace:configure.in:944: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
m4trace:configure.in:943: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_PUTENV])
m4trace:configure.in:943: -1- m4_pattern_allow([^HAVE_STD_PUTENV$])
m4trace:configure.in:946: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:654: BASH_FUNC_STD_UNSETENV is expanded from...
configure.in:944: the top level])
m4trace:configure.in:944: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_UNSETENV])
m4trace:configure.in:944: -1- m4_pattern_allow([^HAVE_STD_UNSETENV$])
configure.in:946: the top level])
m4trace:configure.in:946: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_UNSETENV])
m4trace:configure.in:946: -1- m4_pattern_allow([^HAVE_STD_UNSETENV$])
m4trace:configure.in:949: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
m4trace:configure.in:948: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_UNSETENV])
m4trace:configure.in:948: -1- m4_pattern_allow([^HAVE_STD_UNSETENV$])
m4trace:configure.in:951: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:878: BASH_FUNC_PRINTF_A_FORMAT is expanded from...
configure.in:949: the top level])
m4trace:configure.in:949: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PRINTF_A_FORMAT])
m4trace:configure.in:949: -1- m4_pattern_allow([^HAVE_PRINTF_A_FORMAT$])
m4trace:configure.in:952: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1297: BASH_SYS_REINSTALL_SIGHANDLERS is expanded from...
configure.in:952: the top level])
m4trace:configure.in:952: -1- AC_DEFINE_TRACE_LITERAL([MUST_REINSTALL_SIGHANDLERS])
m4trace:configure.in:952: -1- m4_pattern_allow([^MUST_REINSTALL_SIGHANDLERS$])
m4trace:configure.in:953: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1356: BASH_SYS_JOB_CONTROL_MISSING is expanded from...
configure.in:953: the top level])
m4trace:configure.in:953: -1- AC_DEFINE_TRACE_LITERAL([JOB_CONTROL_MISSING])
m4trace:configure.in:953: -1- m4_pattern_allow([^JOB_CONTROL_MISSING$])
configure.in:951: the top level])
m4trace:configure.in:951: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PRINTF_A_FORMAT])
m4trace:configure.in:951: -1- m4_pattern_allow([^HAVE_PRINTF_A_FORMAT$])
m4trace:configure.in:954: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1415: BASH_SYS_NAMED_PIPES is expanded from...
aclocal.m4:1297: BASH_SYS_REINSTALL_SIGHANDLERS is expanded from...
configure.in:954: the top level])
m4trace:configure.in:954: -1- AC_DEFINE_TRACE_LITERAL([NAMED_PIPES_MISSING])
m4trace:configure.in:954: -1- m4_pattern_allow([^NAMED_PIPES_MISSING$])
m4trace:configure.in:957: -1- AC_DEFINE_TRACE_LITERAL([GWINSZ_IN_SYS_IOCTL])
m4trace:configure.in:957: -1- m4_pattern_allow([^GWINSZ_IN_SYS_IOCTL$])
m4trace:configure.in:957: -1- AH_OUTPUT([GWINSZ_IN_SYS_IOCTL], [/* Define to 1 if `TIOCGWINSZ\' requires <sys/ioctl.h>. */
m4trace:configure.in:954: -1- AC_DEFINE_TRACE_LITERAL([MUST_REINSTALL_SIGHANDLERS])
m4trace:configure.in:954: -1- m4_pattern_allow([^MUST_REINSTALL_SIGHANDLERS$])
m4trace:configure.in:955: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1356: BASH_SYS_JOB_CONTROL_MISSING is expanded from...
configure.in:955: the top level])
m4trace:configure.in:955: -1- AC_DEFINE_TRACE_LITERAL([JOB_CONTROL_MISSING])
m4trace:configure.in:955: -1- m4_pattern_allow([^JOB_CONTROL_MISSING$])
m4trace:configure.in:956: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1415: BASH_SYS_NAMED_PIPES is expanded from...
configure.in:956: the top level])
m4trace:configure.in:956: -1- AC_DEFINE_TRACE_LITERAL([NAMED_PIPES_MISSING])
m4trace:configure.in:956: -1- m4_pattern_allow([^NAMED_PIPES_MISSING$])
m4trace:configure.in:959: -1- AC_DEFINE_TRACE_LITERAL([GWINSZ_IN_SYS_IOCTL])
m4trace:configure.in:959: -1- m4_pattern_allow([^GWINSZ_IN_SYS_IOCTL$])
m4trace:configure.in:959: -1- AH_OUTPUT([GWINSZ_IN_SYS_IOCTL], [/* Define to 1 if `TIOCGWINSZ\' requires <sys/ioctl.h>. */
#undef GWINSZ_IN_SYS_IOCTL])
m4trace:configure.in:958: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
m4trace:configure.in:960: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1496: BASH_HAVE_TIOCSTAT is expanded from...
configure.in:958: the top level])
m4trace:configure.in:958: -1- AC_DEFINE_TRACE_LITERAL([TIOCSTAT_IN_SYS_IOCTL])
m4trace:configure.in:958: -1- m4_pattern_allow([^TIOCSTAT_IN_SYS_IOCTL$])
m4trace:configure.in:959: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
configure.in:960: the top level])
m4trace:configure.in:960: -1- AC_DEFINE_TRACE_LITERAL([TIOCSTAT_IN_SYS_IOCTL])
m4trace:configure.in:960: -1- m4_pattern_allow([^TIOCSTAT_IN_SYS_IOCTL$])
m4trace:configure.in:961: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1508: BASH_HAVE_FIONREAD is expanded from...
configure.in:959: the top level])
m4trace:configure.in:959: -1- AC_DEFINE_TRACE_LITERAL([FIONREAD_IN_SYS_IOCTL])
m4trace:configure.in:959: -1- m4_pattern_allow([^FIONREAD_IN_SYS_IOCTL$])
m4trace:configure.in:961: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
configure.in:961: the top level])
m4trace:configure.in:961: -1- AC_DEFINE_TRACE_LITERAL([FIONREAD_IN_SYS_IOCTL])
m4trace:configure.in:961: -1- m4_pattern_allow([^FIONREAD_IN_SYS_IOCTL$])
m4trace:configure.in:963: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1938: BASH_CHECK_WCONTINUED is expanded from...
configure.in:961: the top level])
m4trace:configure.in:961: -1- AC_DEFINE_TRACE_LITERAL([WCONTINUED_BROKEN])
m4trace:configure.in:961: -1- m4_pattern_allow([^WCONTINUED_BROKEN$])
m4trace:configure.in:964: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
configure.in:963: the top level])
m4trace:configure.in:963: -1- AC_DEFINE_TRACE_LITERAL([WCONTINUED_BROKEN])
m4trace:configure.in:963: -1- m4_pattern_allow([^WCONTINUED_BROKEN$])
m4trace:configure.in:966: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1526: BASH_CHECK_SPEED_T is expanded from...
configure.in:964: the top level])
m4trace:configure.in:964: -1- AC_DEFINE_TRACE_LITERAL([SPEED_T_IN_SYS_TYPES])
m4trace:configure.in:964: -1- m4_pattern_allow([^SPEED_T_IN_SYS_TYPES$])
m4trace:configure.in:965: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPW_DECLS])
m4trace:configure.in:965: -1- m4_pattern_allow([^HAVE_GETPW_DECLS$])
m4trace:configure.in:966: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
configure.in:966: the top level])
m4trace:configure.in:966: -1- AC_DEFINE_TRACE_LITERAL([SPEED_T_IN_SYS_TYPES])
m4trace:configure.in:966: -1- m4_pattern_allow([^SPEED_T_IN_SYS_TYPES$])
m4trace:configure.in:967: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPW_DECLS])
m4trace:configure.in:967: -1- m4_pattern_allow([^HAVE_GETPW_DECLS$])
m4trace:configure.in:968: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1653: BASH_CHECK_RTSIGS is expanded from...
configure.in:966: the top level])
m4trace:configure.in:966: -1- AC_DEFINE_TRACE_LITERAL([UNUSABLE_RT_SIGNALS])
m4trace:configure.in:966: -1- m4_pattern_allow([^UNUSABLE_RT_SIGNALS$])
m4trace:configure.in:967: -1- AC_SUBST([SIGLIST_O])
m4trace:configure.in:967: -1- AC_SUBST_TRACE([SIGLIST_O])
m4trace:configure.in:967: -1- m4_pattern_allow([^SIGLIST_O$])
m4trace:configure.in:971: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
configure.in:968: the top level])
m4trace:configure.in:968: -1- AC_DEFINE_TRACE_LITERAL([UNUSABLE_RT_SIGNALS])
m4trace:configure.in:968: -1- m4_pattern_allow([^UNUSABLE_RT_SIGNALS$])
m4trace:configure.in:969: -1- AC_SUBST([SIGLIST_O])
m4trace:configure.in:969: -1- AC_SUBST_TRACE([SIGLIST_O])
m4trace:configure.in:969: -1- m4_pattern_allow([^SIGLIST_O$])
m4trace:configure.in:973: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1605: BASH_CHECK_KERNEL_RLIMIT is expanded from...
configure.in:971: the top level])
m4trace:configure.in:971: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
configure.in:973: the top level])
m4trace:configure.in:973: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE is expanded from...
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:2462: AC_COMPILE_IFELSE is expanded from...
@@ -2443,140 +2447,140 @@ You should run autoupdate.], [../../lib/autoconf/general.m4:2470: AC_TRY_COMPILE
../../lib/m4sugar/m4sh.m4:505: AS_IF is expanded from...
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
aclocal.m4:1605: BASH_CHECK_KERNEL_RLIMIT is expanded from...
configure.in:971: the top level])
m4trace:configure.in:971: -1- AC_DEFINE_TRACE_LITERAL([RLIMIT_NEEDS_KERNEL])
m4trace:configure.in:971: -1- m4_pattern_allow([^RLIMIT_NEEDS_KERNEL$])
m4trace:configure.in:981: -1- AC_SUBST([TERMCAP_LIB])
m4trace:configure.in:981: -1- AC_SUBST_TRACE([TERMCAP_LIB])
m4trace:configure.in:981: -1- m4_pattern_allow([^TERMCAP_LIB$])
m4trace:configure.in:982: -1- AC_SUBST([TERMCAP_DEP])
m4trace:configure.in:982: -1- AC_SUBST_TRACE([TERMCAP_DEP])
m4trace:configure.in:982: -1- m4_pattern_allow([^TERMCAP_DEP$])
m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_FD])
m4trace:configure.in:984: -1- m4_pattern_allow([^HAVE_DEV_FD$])
m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([DEV_FD_PREFIX])
m4trace:configure.in:984: -1- m4_pattern_allow([^DEV_FD_PREFIX$])
m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_FD])
m4trace:configure.in:984: -1- m4_pattern_allow([^HAVE_DEV_FD$])
m4trace:configure.in:984: -1- AC_DEFINE_TRACE_LITERAL([DEV_FD_PREFIX])
m4trace:configure.in:984: -1- m4_pattern_allow([^DEV_FD_PREFIX$])
m4trace:configure.in:985: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_STDIN])
m4trace:configure.in:985: -1- m4_pattern_allow([^HAVE_DEV_STDIN$])
m4trace:configure.in:986: -1- AC_DEFINE_TRACE_LITERAL([DEFAULT_MAIL_DIRECTORY])
m4trace:configure.in:986: -1- m4_pattern_allow([^DEFAULT_MAIL_DIRECTORY$])
m4trace:configure.in:993: -1- AC_DEFINE_TRACE_LITERAL([JOB_CONTROL])
m4trace:configure.in:993: -1- m4_pattern_allow([^JOB_CONTROL$])
m4trace:configure.in:999: -1- AC_SUBST([JOBS_O])
m4trace:configure.in:999: -1- AC_SUBST_TRACE([JOBS_O])
m4trace:configure.in:999: -1- m4_pattern_allow([^JOBS_O$])
m4trace:configure.in:1012: -1- AC_DEFINE_TRACE_LITERAL([SVR4_2])
m4trace:configure.in:1012: -1- m4_pattern_allow([^SVR4_2$])
m4trace:configure.in:1013: -1- AC_DEFINE_TRACE_LITERAL([SVR4])
m4trace:configure.in:1013: -1- m4_pattern_allow([^SVR4$])
m4trace:configure.in:1014: -1- AC_DEFINE_TRACE_LITERAL([SVR4])
m4trace:configure.in:1014: -1- m4_pattern_allow([^SVR4$])
m4trace:configure.in:1015: -1- AC_DEFINE_TRACE_LITERAL([SVR5])
m4trace:configure.in:1015: -1- m4_pattern_allow([^SVR5$])
m4trace:configure.in:1034: -1- AC_DEFINE_TRACE_LITERAL([PGRP_PIPE])
m4trace:configure.in:1034: -1- m4_pattern_allow([^PGRP_PIPE$])
m4trace:configure.in:1081: -1- AC_SUBST([SHOBJ_CC])
m4trace:configure.in:1081: -1- AC_SUBST_TRACE([SHOBJ_CC])
m4trace:configure.in:1081: -1- m4_pattern_allow([^SHOBJ_CC$])
m4trace:configure.in:1082: -1- AC_SUBST([SHOBJ_CFLAGS])
m4trace:configure.in:1082: -1- AC_SUBST_TRACE([SHOBJ_CFLAGS])
m4trace:configure.in:1082: -1- m4_pattern_allow([^SHOBJ_CFLAGS$])
m4trace:configure.in:1083: -1- AC_SUBST([SHOBJ_LD])
m4trace:configure.in:1083: -1- AC_SUBST_TRACE([SHOBJ_LD])
m4trace:configure.in:1083: -1- m4_pattern_allow([^SHOBJ_LD$])
m4trace:configure.in:1084: -1- AC_SUBST([SHOBJ_LDFLAGS])
m4trace:configure.in:1084: -1- AC_SUBST_TRACE([SHOBJ_LDFLAGS])
m4trace:configure.in:1084: -1- m4_pattern_allow([^SHOBJ_LDFLAGS$])
m4trace:configure.in:1085: -1- AC_SUBST([SHOBJ_XLDFLAGS])
m4trace:configure.in:1085: -1- AC_SUBST_TRACE([SHOBJ_XLDFLAGS])
m4trace:configure.in:1085: -1- m4_pattern_allow([^SHOBJ_XLDFLAGS$])
m4trace:configure.in:1086: -1- AC_SUBST([SHOBJ_LIBS])
m4trace:configure.in:1086: -1- AC_SUBST_TRACE([SHOBJ_LIBS])
m4trace:configure.in:1086: -1- m4_pattern_allow([^SHOBJ_LIBS$])
m4trace:configure.in:1087: -1- AC_SUBST([SHOBJ_STATUS])
m4trace:configure.in:1087: -1- AC_SUBST_TRACE([SHOBJ_STATUS])
m4trace:configure.in:1087: -1- m4_pattern_allow([^SHOBJ_STATUS$])
m4trace:configure.in:1119: -1- AC_SUBST([PROFILE_FLAGS])
m4trace:configure.in:1119: -1- AC_SUBST_TRACE([PROFILE_FLAGS])
m4trace:configure.in:1119: -1- m4_pattern_allow([^PROFILE_FLAGS$])
m4trace:configure.in:1121: -1- AC_SUBST([incdir])
m4trace:configure.in:1121: -1- AC_SUBST_TRACE([incdir])
m4trace:configure.in:1121: -1- m4_pattern_allow([^incdir$])
m4trace:configure.in:1122: -1- AC_SUBST([BUILD_DIR])
m4trace:configure.in:1122: -1- AC_SUBST_TRACE([BUILD_DIR])
m4trace:configure.in:1122: -1- m4_pattern_allow([^BUILD_DIR$])
m4trace:configure.in:1125: -1- AC_SUBST([datarootdir])
m4trace:configure.in:1125: -1- AC_SUBST_TRACE([datarootdir])
m4trace:configure.in:1125: -1- m4_pattern_allow([^datarootdir$])
m4trace:configure.in:1126: -1- AC_SUBST([localedir])
m4trace:configure.in:1126: -1- AC_SUBST_TRACE([localedir])
m4trace:configure.in:1126: -1- m4_pattern_allow([^localedir$])
m4trace:configure.in:1128: -1- AC_SUBST([YACC])
m4trace:configure.in:1128: -1- AC_SUBST_TRACE([YACC])
m4trace:configure.in:1128: -1- m4_pattern_allow([^YACC$])
m4trace:configure.in:1129: -1- AC_SUBST([AR])
m4trace:configure.in:1129: -1- AC_SUBST_TRACE([AR])
m4trace:configure.in:1129: -1- m4_pattern_allow([^AR$])
m4trace:configure.in:1130: -1- AC_SUBST([ARFLAGS])
m4trace:configure.in:1130: -1- AC_SUBST_TRACE([ARFLAGS])
m4trace:configure.in:1130: -1- m4_pattern_allow([^ARFLAGS$])
m4trace:configure.in:1132: -1- AC_SUBST([BASHVERS])
m4trace:configure.in:1132: -1- AC_SUBST_TRACE([BASHVERS])
m4trace:configure.in:1132: -1- m4_pattern_allow([^BASHVERS$])
m4trace:configure.in:1133: -1- AC_SUBST([RELSTATUS])
m4trace:configure.in:1133: -1- AC_SUBST_TRACE([RELSTATUS])
m4trace:configure.in:1133: -1- m4_pattern_allow([^RELSTATUS$])
m4trace:configure.in:1134: -1- AC_SUBST([DEBUG])
m4trace:configure.in:1134: -1- AC_SUBST_TRACE([DEBUG])
m4trace:configure.in:1134: -1- m4_pattern_allow([^DEBUG$])
m4trace:configure.in:1135: -1- AC_SUBST([MALLOC_DEBUG])
m4trace:configure.in:1135: -1- AC_SUBST_TRACE([MALLOC_DEBUG])
m4trace:configure.in:1135: -1- m4_pattern_allow([^MALLOC_DEBUG$])
m4trace:configure.in:1137: -1- AC_SUBST([host_cpu])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([host_cpu])
m4trace:configure.in:1137: -1- m4_pattern_allow([^host_cpu$])
m4trace:configure.in:1138: -1- AC_SUBST([host_vendor])
m4trace:configure.in:1138: -1- AC_SUBST_TRACE([host_vendor])
m4trace:configure.in:1138: -1- m4_pattern_allow([^host_vendor$])
m4trace:configure.in:1139: -1- AC_SUBST([host_os])
m4trace:configure.in:1139: -1- AC_SUBST_TRACE([host_os])
m4trace:configure.in:1139: -1- m4_pattern_allow([^host_os$])
m4trace:configure.in:1141: -1- AC_SUBST([LOCAL_LIBS])
m4trace:configure.in:1141: -1- AC_SUBST_TRACE([LOCAL_LIBS])
m4trace:configure.in:1141: -1- m4_pattern_allow([^LOCAL_LIBS$])
m4trace:configure.in:1142: -1- AC_SUBST([LOCAL_CFLAGS])
m4trace:configure.in:1142: -1- AC_SUBST_TRACE([LOCAL_CFLAGS])
m4trace:configure.in:1142: -1- m4_pattern_allow([^LOCAL_CFLAGS$])
m4trace:configure.in:1143: -1- AC_SUBST([LOCAL_LDFLAGS])
m4trace:configure.in:1143: -1- AC_SUBST_TRACE([LOCAL_LDFLAGS])
m4trace:configure.in:1143: -1- m4_pattern_allow([^LOCAL_LDFLAGS$])
m4trace:configure.in:1144: -1- AC_SUBST([LOCAL_DEFS])
m4trace:configure.in:1144: -1- AC_SUBST_TRACE([LOCAL_DEFS])
m4trace:configure.in:1144: -1- m4_pattern_allow([^LOCAL_DEFS$])
m4trace:configure.in:1149: -1- AC_CONFIG_FILES([Makefile builtins/Makefile lib/readline/Makefile lib/glob/Makefile \
configure.in:973: the top level])
m4trace:configure.in:973: -1- AC_DEFINE_TRACE_LITERAL([RLIMIT_NEEDS_KERNEL])
m4trace:configure.in:973: -1- m4_pattern_allow([^RLIMIT_NEEDS_KERNEL$])
m4trace:configure.in:983: -1- AC_SUBST([TERMCAP_LIB])
m4trace:configure.in:983: -1- AC_SUBST_TRACE([TERMCAP_LIB])
m4trace:configure.in:983: -1- m4_pattern_allow([^TERMCAP_LIB$])
m4trace:configure.in:984: -1- AC_SUBST([TERMCAP_DEP])
m4trace:configure.in:984: -1- AC_SUBST_TRACE([TERMCAP_DEP])
m4trace:configure.in:984: -1- m4_pattern_allow([^TERMCAP_DEP$])
m4trace:configure.in:986: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_FD])
m4trace:configure.in:986: -1- m4_pattern_allow([^HAVE_DEV_FD$])
m4trace:configure.in:986: -1- AC_DEFINE_TRACE_LITERAL([DEV_FD_PREFIX])
m4trace:configure.in:986: -1- m4_pattern_allow([^DEV_FD_PREFIX$])
m4trace:configure.in:986: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_FD])
m4trace:configure.in:986: -1- m4_pattern_allow([^HAVE_DEV_FD$])
m4trace:configure.in:986: -1- AC_DEFINE_TRACE_LITERAL([DEV_FD_PREFIX])
m4trace:configure.in:986: -1- m4_pattern_allow([^DEV_FD_PREFIX$])
m4trace:configure.in:987: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DEV_STDIN])
m4trace:configure.in:987: -1- m4_pattern_allow([^HAVE_DEV_STDIN$])
m4trace:configure.in:988: -1- AC_DEFINE_TRACE_LITERAL([DEFAULT_MAIL_DIRECTORY])
m4trace:configure.in:988: -1- m4_pattern_allow([^DEFAULT_MAIL_DIRECTORY$])
m4trace:configure.in:995: -1- AC_DEFINE_TRACE_LITERAL([JOB_CONTROL])
m4trace:configure.in:995: -1- m4_pattern_allow([^JOB_CONTROL$])
m4trace:configure.in:1001: -1- AC_SUBST([JOBS_O])
m4trace:configure.in:1001: -1- AC_SUBST_TRACE([JOBS_O])
m4trace:configure.in:1001: -1- m4_pattern_allow([^JOBS_O$])
m4trace:configure.in:1014: -1- AC_DEFINE_TRACE_LITERAL([SVR4_2])
m4trace:configure.in:1014: -1- m4_pattern_allow([^SVR4_2$])
m4trace:configure.in:1015: -1- AC_DEFINE_TRACE_LITERAL([SVR4])
m4trace:configure.in:1015: -1- m4_pattern_allow([^SVR4$])
m4trace:configure.in:1016: -1- AC_DEFINE_TRACE_LITERAL([SVR4])
m4trace:configure.in:1016: -1- m4_pattern_allow([^SVR4$])
m4trace:configure.in:1017: -1- AC_DEFINE_TRACE_LITERAL([SVR5])
m4trace:configure.in:1017: -1- m4_pattern_allow([^SVR5$])
m4trace:configure.in:1036: -1- AC_DEFINE_TRACE_LITERAL([PGRP_PIPE])
m4trace:configure.in:1036: -1- m4_pattern_allow([^PGRP_PIPE$])
m4trace:configure.in:1083: -1- AC_SUBST([SHOBJ_CC])
m4trace:configure.in:1083: -1- AC_SUBST_TRACE([SHOBJ_CC])
m4trace:configure.in:1083: -1- m4_pattern_allow([^SHOBJ_CC$])
m4trace:configure.in:1084: -1- AC_SUBST([SHOBJ_CFLAGS])
m4trace:configure.in:1084: -1- AC_SUBST_TRACE([SHOBJ_CFLAGS])
m4trace:configure.in:1084: -1- m4_pattern_allow([^SHOBJ_CFLAGS$])
m4trace:configure.in:1085: -1- AC_SUBST([SHOBJ_LD])
m4trace:configure.in:1085: -1- AC_SUBST_TRACE([SHOBJ_LD])
m4trace:configure.in:1085: -1- m4_pattern_allow([^SHOBJ_LD$])
m4trace:configure.in:1086: -1- AC_SUBST([SHOBJ_LDFLAGS])
m4trace:configure.in:1086: -1- AC_SUBST_TRACE([SHOBJ_LDFLAGS])
m4trace:configure.in:1086: -1- m4_pattern_allow([^SHOBJ_LDFLAGS$])
m4trace:configure.in:1087: -1- AC_SUBST([SHOBJ_XLDFLAGS])
m4trace:configure.in:1087: -1- AC_SUBST_TRACE([SHOBJ_XLDFLAGS])
m4trace:configure.in:1087: -1- m4_pattern_allow([^SHOBJ_XLDFLAGS$])
m4trace:configure.in:1088: -1- AC_SUBST([SHOBJ_LIBS])
m4trace:configure.in:1088: -1- AC_SUBST_TRACE([SHOBJ_LIBS])
m4trace:configure.in:1088: -1- m4_pattern_allow([^SHOBJ_LIBS$])
m4trace:configure.in:1089: -1- AC_SUBST([SHOBJ_STATUS])
m4trace:configure.in:1089: -1- AC_SUBST_TRACE([SHOBJ_STATUS])
m4trace:configure.in:1089: -1- m4_pattern_allow([^SHOBJ_STATUS$])
m4trace:configure.in:1121: -1- AC_SUBST([PROFILE_FLAGS])
m4trace:configure.in:1121: -1- AC_SUBST_TRACE([PROFILE_FLAGS])
m4trace:configure.in:1121: -1- m4_pattern_allow([^PROFILE_FLAGS$])
m4trace:configure.in:1123: -1- AC_SUBST([incdir])
m4trace:configure.in:1123: -1- AC_SUBST_TRACE([incdir])
m4trace:configure.in:1123: -1- m4_pattern_allow([^incdir$])
m4trace:configure.in:1124: -1- AC_SUBST([BUILD_DIR])
m4trace:configure.in:1124: -1- AC_SUBST_TRACE([BUILD_DIR])
m4trace:configure.in:1124: -1- m4_pattern_allow([^BUILD_DIR$])
m4trace:configure.in:1127: -1- AC_SUBST([datarootdir])
m4trace:configure.in:1127: -1- AC_SUBST_TRACE([datarootdir])
m4trace:configure.in:1127: -1- m4_pattern_allow([^datarootdir$])
m4trace:configure.in:1128: -1- AC_SUBST([localedir])
m4trace:configure.in:1128: -1- AC_SUBST_TRACE([localedir])
m4trace:configure.in:1128: -1- m4_pattern_allow([^localedir$])
m4trace:configure.in:1130: -1- AC_SUBST([YACC])
m4trace:configure.in:1130: -1- AC_SUBST_TRACE([YACC])
m4trace:configure.in:1130: -1- m4_pattern_allow([^YACC$])
m4trace:configure.in:1131: -1- AC_SUBST([AR])
m4trace:configure.in:1131: -1- AC_SUBST_TRACE([AR])
m4trace:configure.in:1131: -1- m4_pattern_allow([^AR$])
m4trace:configure.in:1132: -1- AC_SUBST([ARFLAGS])
m4trace:configure.in:1132: -1- AC_SUBST_TRACE([ARFLAGS])
m4trace:configure.in:1132: -1- m4_pattern_allow([^ARFLAGS$])
m4trace:configure.in:1134: -1- AC_SUBST([BASHVERS])
m4trace:configure.in:1134: -1- AC_SUBST_TRACE([BASHVERS])
m4trace:configure.in:1134: -1- m4_pattern_allow([^BASHVERS$])
m4trace:configure.in:1135: -1- AC_SUBST([RELSTATUS])
m4trace:configure.in:1135: -1- AC_SUBST_TRACE([RELSTATUS])
m4trace:configure.in:1135: -1- m4_pattern_allow([^RELSTATUS$])
m4trace:configure.in:1136: -1- AC_SUBST([DEBUG])
m4trace:configure.in:1136: -1- AC_SUBST_TRACE([DEBUG])
m4trace:configure.in:1136: -1- m4_pattern_allow([^DEBUG$])
m4trace:configure.in:1137: -1- AC_SUBST([MALLOC_DEBUG])
m4trace:configure.in:1137: -1- AC_SUBST_TRACE([MALLOC_DEBUG])
m4trace:configure.in:1137: -1- m4_pattern_allow([^MALLOC_DEBUG$])
m4trace:configure.in:1139: -1- AC_SUBST([host_cpu])
m4trace:configure.in:1139: -1- AC_SUBST_TRACE([host_cpu])
m4trace:configure.in:1139: -1- m4_pattern_allow([^host_cpu$])
m4trace:configure.in:1140: -1- AC_SUBST([host_vendor])
m4trace:configure.in:1140: -1- AC_SUBST_TRACE([host_vendor])
m4trace:configure.in:1140: -1- m4_pattern_allow([^host_vendor$])
m4trace:configure.in:1141: -1- AC_SUBST([host_os])
m4trace:configure.in:1141: -1- AC_SUBST_TRACE([host_os])
m4trace:configure.in:1141: -1- m4_pattern_allow([^host_os$])
m4trace:configure.in:1143: -1- AC_SUBST([LOCAL_LIBS])
m4trace:configure.in:1143: -1- AC_SUBST_TRACE([LOCAL_LIBS])
m4trace:configure.in:1143: -1- m4_pattern_allow([^LOCAL_LIBS$])
m4trace:configure.in:1144: -1- AC_SUBST([LOCAL_CFLAGS])
m4trace:configure.in:1144: -1- AC_SUBST_TRACE([LOCAL_CFLAGS])
m4trace:configure.in:1144: -1- m4_pattern_allow([^LOCAL_CFLAGS$])
m4trace:configure.in:1145: -1- AC_SUBST([LOCAL_LDFLAGS])
m4trace:configure.in:1145: -1- AC_SUBST_TRACE([LOCAL_LDFLAGS])
m4trace:configure.in:1145: -1- m4_pattern_allow([^LOCAL_LDFLAGS$])
m4trace:configure.in:1146: -1- AC_SUBST([LOCAL_DEFS])
m4trace:configure.in:1146: -1- AC_SUBST_TRACE([LOCAL_DEFS])
m4trace:configure.in:1146: -1- m4_pattern_allow([^LOCAL_DEFS$])
m4trace:configure.in:1151: -1- AC_CONFIG_FILES([Makefile builtins/Makefile lib/readline/Makefile lib/glob/Makefile \
lib/intl/Makefile \
lib/malloc/Makefile lib/sh/Makefile lib/termcap/Makefile \
lib/tilde/Makefile doc/Makefile support/Makefile po/Makefile.in \
examples/loadables/Makefile examples/loadables/perl/Makefile])
m4trace:configure.in:1149: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
m4trace:configure.in:1151: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
You should run autoupdate.], [])
m4trace:configure.in:1149: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
m4trace:configure.in:1149: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:1149: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:1149: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
m4trace:configure.in:1149: -1- AC_SUBST_TRACE([LTLIBOBJS])
m4trace:configure.in:1149: -1- m4_pattern_allow([^LTLIBOBJS$])
m4trace:configure.in:1149: -1- AC_SUBST_TRACE([top_builddir])
m4trace:configure.in:1149: -1- AC_SUBST_TRACE([top_build_prefix])
m4trace:configure.in:1149: -1- AC_SUBST_TRACE([srcdir])
m4trace:configure.in:1149: -1- AC_SUBST_TRACE([abs_srcdir])
m4trace:configure.in:1149: -1- AC_SUBST_TRACE([top_srcdir])
m4trace:configure.in:1149: -1- AC_SUBST_TRACE([abs_top_srcdir])
m4trace:configure.in:1149: -1- AC_SUBST_TRACE([builddir])
m4trace:configure.in:1149: -1- AC_SUBST_TRACE([abs_builddir])
m4trace:configure.in:1149: -1- AC_SUBST_TRACE([abs_top_builddir])
m4trace:configure.in:1149: -1- AC_SUBST_TRACE([INSTALL])
m4trace:configure.in:1151: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
m4trace:configure.in:1151: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.in:1151: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.in:1151: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
m4trace:configure.in:1151: -1- AC_SUBST_TRACE([LTLIBOBJS])
m4trace:configure.in:1151: -1- m4_pattern_allow([^LTLIBOBJS$])
m4trace:configure.in:1151: -1- AC_SUBST_TRACE([top_builddir])
m4trace:configure.in:1151: -1- AC_SUBST_TRACE([top_build_prefix])
m4trace:configure.in:1151: -1- AC_SUBST_TRACE([srcdir])
m4trace:configure.in:1151: -1- AC_SUBST_TRACE([abs_srcdir])
m4trace:configure.in:1151: -1- AC_SUBST_TRACE([top_srcdir])
m4trace:configure.in:1151: -1- AC_SUBST_TRACE([abs_top_srcdir])
m4trace:configure.in:1151: -1- AC_SUBST_TRACE([builddir])
m4trace:configure.in:1151: -1- AC_SUBST_TRACE([abs_builddir])
m4trace:configure.in:1151: -1- AC_SUBST_TRACE([abs_top_builddir])
m4trace:configure.in:1151: -1- AC_SUBST_TRACE([INSTALL])