mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 07:30:49 +02:00
commit bash-20100603 snapshot
This commit is contained in:
@@ -18314,6 +18314,116 @@ fi
|
||||
|
||||
|
||||
|
||||
for ac_func in wcswidth
|
||||
do
|
||||
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
|
||||
$as_echo_n "checking for $ac_func... " >&6; }
|
||||
if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
|
||||
For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
||||
#define $ac_func innocuous_$ac_func
|
||||
|
||||
/* System header to define __stub macros and hopefully few prototypes,
|
||||
which can conflict with char $ac_func (); below.
|
||||
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
||||
<limits.h> exists even on freestanding compilers. */
|
||||
|
||||
#ifdef __STDC__
|
||||
# include <limits.h>
|
||||
#else
|
||||
# include <assert.h>
|
||||
#endif
|
||||
|
||||
#undef $ac_func
|
||||
|
||||
/* Override any GCC internal prototype to avoid an error.
|
||||
Use char because int might match the return type of a GCC
|
||||
builtin and then its argument prototype would still apply. */
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
char $ac_func ();
|
||||
/* The GNU C library defines this for functions which it implements
|
||||
to always fail with ENOSYS. Some functions are actually named
|
||||
something starting with __ and the normal name is an alias. */
|
||||
#if defined __stub_$ac_func || defined __stub___$ac_func
|
||||
choke me
|
||||
#endif
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
return $ac_func ();
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext 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>conftest.er1
|
||||
ac_status=$?
|
||||
grep -v '^ *+' conftest.er1 >conftest.err
|
||||
rm -f conftest.er1
|
||||
cat conftest.err >&5
|
||||
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
(exit $ac_status); } && {
|
||||
test -z "$ac_c_werror_flag" ||
|
||||
test ! -s conftest.err
|
||||
} && test -s conftest$ac_exeext && {
|
||||
test "$cross_compiling" = yes ||
|
||||
$as_test_x conftest$ac_exeext
|
||||
}; then
|
||||
eval "$as_ac_var=yes"
|
||||
else
|
||||
$as_echo "$as_me: failed program was:" >&5
|
||||
sed 's/^/| /' conftest.$ac_ext >&5
|
||||
|
||||
eval "$as_ac_var=no"
|
||||
fi
|
||||
|
||||
rm -rf conftest.dSYM
|
||||
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
|
||||
conftest$ac_exeext conftest.$ac_ext
|
||||
fi
|
||||
ac_res=`eval 'as_val=${'$as_ac_var'}
|
||||
$as_echo "$as_val"'`
|
||||
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5
|
||||
$as_echo "$ac_res" >&6; }
|
||||
as_val=`eval 'as_val=${'$as_ac_var'}
|
||||
$as_echo "$as_val"'`
|
||||
if test "x$as_val" = x""yes; then
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
|
||||
_ACEOF
|
||||
|
||||
else
|
||||
case " $LIB@&t@OBJS " in
|
||||
*" $ac_func.$ac_objext "* ) ;;
|
||||
*) LIB@&t@OBJS="$LIB@&t@OBJS $ac_func.$ac_objext"
|
||||
;;
|
||||
esac
|
||||
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
|
||||
|
||||
{ $as_echo "$as_me:$LINENO: checking whether mbrtowc and mbstate_t are properly declared" >&5
|
||||
$as_echo_n "checking whether mbrtowc and mbstate_t are properly declared... " >&6; }
|
||||
if test "${ac_cv_func_mbrtowc+set}" = set; then
|
||||
|
||||
+11
-11
@@ -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,
|
||||
|
||||
+55
-49
@@ -171,7 +171,7 @@ m4trace:configure.in:51: -1- AC_SUBST_TRACE([host_os])
|
||||
m4trace:configure.in:51: -1- m4_pattern_allow([^host_os$])
|
||||
m4trace:configure.in:101: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
|
||||
aclocal.m4:1974: AM_PATH_LISPDIR is expanded from...
|
||||
aclocal.m4:1976: AM_PATH_LISPDIR is expanded from...
|
||||
configure.in:101: the top level])
|
||||
m4trace:configure.in:101: -1- AC_SUBST([EMACS])
|
||||
m4trace:configure.in:101: -1- AC_SUBST_TRACE([EMACS])
|
||||
@@ -583,7 +583,7 @@ m4trace:configure.in:505: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is ob
|
||||
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:1778: RL_LIB_READLINE_VERSION is expanded from...
|
||||
aclocal.m4:1780: RL_LIB_READLINE_VERSION is expanded from...
|
||||
configure.in:505: the top level])
|
||||
m4trace:configure.in:505: -1- AC_DEFINE_TRACE_LITERAL([RL_READLINE_VERSION])
|
||||
m4trace:configure.in:505: -1- m4_pattern_allow([^RL_READLINE_VERSION$])
|
||||
@@ -774,8 +774,8 @@ m4trace:configure.in:651: -1- AC_SUBST_TRACE([MSGMERGE])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^MSGMERGE$])
|
||||
m4trace:configure.in:651: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete.
|
||||
You should run autoupdate.], [../../lib/autoconf/status.m4:1022: AC_OUTPUT_COMMANDS is expanded from...
|
||||
aclocal.m4:3679: AM_PO_SUBDIRS is expanded from...
|
||||
aclocal.m4:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:3681: AM_PO_SUBDIRS is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -1- AC_DEFINE_TRACE_LITERAL([off_t])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^off_t$])
|
||||
@@ -835,9 +835,9 @@ You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is
|
||||
../../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:2585: gt_INTDIV0 is expanded from...
|
||||
aclocal.m4:2371: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:2587: gt_INTDIV0 is expanded from...
|
||||
aclocal.m4:2373: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -1- AC_DEFINE_TRACE_LITERAL([INTDIV0_RAISES_SIGFPE])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^INTDIV0_RAISES_SIGFPE$])
|
||||
@@ -848,10 +848,10 @@ 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...
|
||||
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
|
||||
aclocal.m4:2687: jm_AC_HEADER_INTTYPES_H is expanded from...
|
||||
aclocal.m4:3988: jm_AC_TYPE_UINTMAX_T is expanded from...
|
||||
aclocal.m4:2371: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:2689: jm_AC_HEADER_INTTYPES_H is expanded from...
|
||||
aclocal.m4:3990: jm_AC_TYPE_UINTMAX_T is expanded from...
|
||||
aclocal.m4:2373: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H_WITH_UINTMAX])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^HAVE_INTTYPES_H_WITH_UINTMAX$])
|
||||
@@ -863,10 +863,10 @@ 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...
|
||||
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
|
||||
aclocal.m4:3958: jm_AC_HEADER_STDINT_H is expanded from...
|
||||
aclocal.m4:3988: jm_AC_TYPE_UINTMAX_T is expanded from...
|
||||
aclocal.m4:2371: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:3960: jm_AC_HEADER_STDINT_H is expanded from...
|
||||
aclocal.m4:3990: jm_AC_TYPE_UINTMAX_T is expanded from...
|
||||
aclocal.m4:2373: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDINT_H_WITH_UINTMAX])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^HAVE_STDINT_H_WITH_UINTMAX$])
|
||||
@@ -878,10 +878,10 @@ You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is
|
||||
../../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:4015: jm_AC_TYPE_UNSIGNED_LONG_LONG is expanded from...
|
||||
aclocal.m4:3988: jm_AC_TYPE_UINTMAX_T is expanded from...
|
||||
aclocal.m4:2371: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:4017: jm_AC_TYPE_UNSIGNED_LONG_LONG is expanded from...
|
||||
aclocal.m4:3990: jm_AC_TYPE_UINTMAX_T is expanded from...
|
||||
aclocal.m4:2373: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNSIGNED_LONG_LONG])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG$])
|
||||
@@ -901,9 +901,9 @@ 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...
|
||||
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
|
||||
aclocal.m4:2660: gt_HEADER_INTTYPES_H is expanded from...
|
||||
aclocal.m4:2371: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:2662: gt_HEADER_INTTYPES_H is expanded from...
|
||||
aclocal.m4:2373: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^HAVE_INTTYPES_H$])
|
||||
@@ -914,9 +914,9 @@ 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...
|
||||
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
|
||||
aclocal.m4:2715: gt_INTTYPES_PRI is expanded from...
|
||||
aclocal.m4:2371: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:2717: gt_INTTYPES_PRI is expanded from...
|
||||
aclocal.m4:2373: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -1- AC_DEFINE_TRACE_LITERAL([PRI_MACROS_BROKEN])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^PRI_MACROS_BROKEN$])
|
||||
@@ -993,20 +993,20 @@ You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is
|
||||
../../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:2493: AM_ICONV_LINK is expanded from...
|
||||
aclocal.m4:2548: AM_ICONV is expanded from...
|
||||
aclocal.m4:2371: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:2495: AM_ICONV_LINK is expanded from...
|
||||
aclocal.m4:2550: AM_ICONV is expanded from...
|
||||
aclocal.m4:2373: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -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:2493: AM_ICONV_LINK is expanded from...
|
||||
aclocal.m4:2548: AM_ICONV is expanded from...
|
||||
aclocal.m4:2371: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:2495: AM_ICONV_LINK is expanded from...
|
||||
aclocal.m4:2550: AM_ICONV is expanded from...
|
||||
aclocal.m4:2373: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ICONV])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^HAVE_ICONV$])
|
||||
@@ -1022,9 +1022,9 @@ m4trace:configure.in:651: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' i
|
||||
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:2548: AM_ICONV is expanded from...
|
||||
aclocal.m4:2371: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:2550: AM_ICONV is expanded from...
|
||||
aclocal.m4:2373: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -1- AC_DEFINE_TRACE_LITERAL([ICONV_CONST])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^ICONV_CONST$])
|
||||
@@ -1035,9 +1035,9 @@ You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is
|
||||
../../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:2012: AM_LANGINFO_CODESET is expanded from...
|
||||
aclocal.m4:2371: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:2014: AM_LANGINFO_CODESET is expanded from...
|
||||
aclocal.m4:2373: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LANGINFO_CODESET])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^HAVE_LANGINFO_CODESET$])
|
||||
@@ -1048,9 +1048,9 @@ You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is
|
||||
../../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:2782: AM_LC_MESSAGES is expanded from...
|
||||
aclocal.m4:2371: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:2784: AM_LC_MESSAGES is expanded from...
|
||||
aclocal.m4:2373: AM_INTL_SUBDIR is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
|
||||
@@ -1067,21 +1067,21 @@ You should run autoupdate.], [../../lib/autoconf/general.m4:2527: AC_TRY_LINK is
|
||||
../../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:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -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:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -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:2083: AM_GNU_GETTEXT is expanded from...
|
||||
aclocal.m4:2085: AM_GNU_GETTEXT is expanded from...
|
||||
configure.in:651: the top level])
|
||||
m4trace:configure.in:651: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS])
|
||||
m4trace:configure.in:651: -1- m4_pattern_allow([^ENABLE_NLS$])
|
||||
@@ -1685,6 +1685,12 @@ m4trace:configure.in:805: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCWIDTH])
|
||||
m4trace:configure.in:805: -2- m4_pattern_allow([^HAVE_WCWIDTH$])
|
||||
m4trace:configure.in:805: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCTYPE])
|
||||
m4trace:configure.in:805: -2- m4_pattern_allow([^HAVE_WCTYPE$])
|
||||
m4trace:configure.in:805: -1- AC_LIBSOURCE([wcswidth.c])
|
||||
m4trace:configure.in:805: -1- AH_OUTPUT([HAVE_WCSWIDTH], [/* Define to 1 if you have the `wcswidth\' function. */
|
||||
#undef HAVE_WCSWIDTH])
|
||||
m4trace:configure.in:805: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS $ac_func.$ac_objext"])
|
||||
m4trace:configure.in:805: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
|
||||
m4trace:configure.in:805: -1- m4_pattern_allow([^LIB@&t@OBJS$])
|
||||
m4trace:configure.in:805: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MBRTOWC])
|
||||
m4trace:configure.in:805: -1- m4_pattern_allow([^HAVE_MBRTOWC$])
|
||||
m4trace:configure.in:805: -1- AH_OUTPUT([HAVE_MBRTOWC], [/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
|
||||
@@ -2014,7 +2020,7 @@ m4trace:configure.in:886: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is ob
|
||||
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:1892: BASH_FUNC_CTYPE_NONASCII is expanded from...
|
||||
aclocal.m4:1894: BASH_FUNC_CTYPE_NONASCII is expanded from...
|
||||
configure.in:886: the top level])
|
||||
m4trace:configure.in:886: -1- AC_DEFINE_TRACE_LITERAL([CTYPE_NON_ASCII])
|
||||
m4trace:configure.in:886: -1- m4_pattern_allow([^CTYPE_NON_ASCII$])
|
||||
@@ -2301,7 +2307,7 @@ You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is
|
||||
../../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:4037: BASH_FUNC_SNPRINTF 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$])
|
||||
@@ -2314,7 +2320,7 @@ You should run autoupdate.], [../../lib/autoconf/general.m4:2592: AC_TRY_RUN is
|
||||
../../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:4065: BASH_FUNC_VSNPRINTF 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$])
|
||||
@@ -2398,7 +2404,7 @@ m4trace:configure.in:961: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is ob
|
||||
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:1936: BASH_CHECK_WCONTINUED 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$])
|
||||
|
||||
Reference in New Issue
Block a user