acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Add kfreebsd*-gnu and knetbsd*-gnu.
2003-10-24 Robert Millan <robertmh@gnu.org> * acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Add kfreebsd*-gnu and knetbsd*-gnu. * aclocal.m4: Regenerated. * configure: Regenerated. From-SVN: r72917
This commit is contained in:
parent
02befdf47f
commit
b2398b4947
@ -1,3 +1,10 @@
|
|||||||
|
2003-10-24 Robert Millan <robertmh@gnu.org>
|
||||||
|
|
||||||
|
* acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Add kfreebsd*-gnu
|
||||||
|
and knetbsd*-gnu.
|
||||||
|
* aclocal.m4: Regenerated.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
2003-10-24 Paolo Carlini <pcarlini@suse.de>
|
2003-10-24 Paolo Carlini <pcarlini@suse.de>
|
||||||
|
|
||||||
* include/bits/locale_facets.tcc (money_get::do_get(...,
|
* include/bits/locale_facets.tcc (money_get::do_get(...,
|
||||||
|
@ -991,7 +991,7 @@ AC_DEFUN(GLIBCXX_ENABLE_CLOCALE, [
|
|||||||
# Default to "generic".
|
# Default to "generic".
|
||||||
if test $enable_clocale_flag = auto; then
|
if test $enable_clocale_flag = auto; then
|
||||||
case x${target_os} in
|
case x${target_os} in
|
||||||
xlinux* | xgnu*)
|
xlinux* | xgnu* | xkfreebsd*-gnu | xknetbsd*-gnu)
|
||||||
AC_EGREP_CPP([_GLIBCXX_ok], [
|
AC_EGREP_CPP([_GLIBCXX_ok], [
|
||||||
#include <features.h>
|
#include <features.h>
|
||||||
#if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)
|
#if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)
|
||||||
|
6
libstdc++-v3/aclocal.m4
vendored
6
libstdc++-v3/aclocal.m4
vendored
@ -1,4 +1,4 @@
|
|||||||
# generated automatically by aclocal 1.7.8 -*- Autoconf -*-
|
# generated automatically by aclocal 1.7.7 -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
@ -1004,7 +1004,7 @@ AC_DEFUN(GLIBCXX_ENABLE_CLOCALE, [
|
|||||||
# Default to "generic".
|
# Default to "generic".
|
||||||
if test $enable_clocale_flag = auto; then
|
if test $enable_clocale_flag = auto; then
|
||||||
case x${target_os} in
|
case x${target_os} in
|
||||||
xlinux* | xgnu*)
|
xlinux* | xgnu* | xkfreebsd*-gnu | xknetbsd*-gnu)
|
||||||
AC_EGREP_CPP([_GLIBCXX_ok], [
|
AC_EGREP_CPP([_GLIBCXX_ok], [
|
||||||
#include <features.h>
|
#include <features.h>
|
||||||
#if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)
|
#if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)
|
||||||
@ -2004,7 +2004,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
|
|||||||
# Call AM_AUTOMAKE_VERSION so it can be traced.
|
# Call AM_AUTOMAKE_VERSION so it can be traced.
|
||||||
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
||||||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
||||||
[AM_AUTOMAKE_VERSION([1.7.8])])
|
[AM_AUTOMAKE_VERSION([1.7.7])])
|
||||||
|
|
||||||
# Helper functions for option handling. -*- Autoconf -*-
|
# Helper functions for option handling. -*- Autoconf -*-
|
||||||
|
|
||||||
|
40
libstdc++-v3/configure
vendored
40
libstdc++-v3/configure
vendored
@ -971,7 +971,7 @@ ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
|
|||||||
else
|
else
|
||||||
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
|
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
|
||||||
fi
|
fi
|
||||||
cd $ac_popdir
|
cd "$ac_popdir"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -1170,7 +1170,7 @@ _ASBOX
|
|||||||
echo "$as_me: caught signal $ac_signal"
|
echo "$as_me: caught signal $ac_signal"
|
||||||
echo "$as_me: exit $exit_status"
|
echo "$as_me: exit $exit_status"
|
||||||
} >&5
|
} >&5
|
||||||
rm -f core core.* *.core &&
|
rm -f core *.core &&
|
||||||
rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
|
rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
|
||||||
exit $exit_status
|
exit $exit_status
|
||||||
' 0
|
' 0
|
||||||
@ -2800,8 +2800,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|||||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||||
(exit $ac_status); }; }; then
|
(exit $ac_status); }; }; then
|
||||||
for ac_declaration in \
|
for ac_declaration in \
|
||||||
''\
|
'' \
|
||||||
'#include <stdlib.h>' \
|
|
||||||
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
||||||
'extern "C" void std::exit (int); using std::exit;' \
|
'extern "C" void std::exit (int); using std::exit;' \
|
||||||
'extern "C" void exit (int) throw ();' \
|
'extern "C" void exit (int) throw ();' \
|
||||||
@ -2815,8 +2814,8 @@ _ACEOF
|
|||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
cat >>conftest.$ac_ext <<_ACEOF
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
#include <stdlib.h>
|
|
||||||
$ac_declaration
|
$ac_declaration
|
||||||
|
#include <stdlib.h>
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
@ -3126,8 +3125,7 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
for ac_declaration in \
|
for ac_declaration in \
|
||||||
''\
|
'' \
|
||||||
'#include <stdlib.h>' \
|
|
||||||
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
'extern "C" void std::exit (int) throw (); using std::exit;' \
|
||||||
'extern "C" void std::exit (int); using std::exit;' \
|
'extern "C" void std::exit (int); using std::exit;' \
|
||||||
'extern "C" void exit (int) throw ();' \
|
'extern "C" void exit (int) throw ();' \
|
||||||
@ -3141,8 +3139,8 @@ _ACEOF
|
|||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
cat >>conftest.$ac_ext <<_ACEOF
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
#include <stdlib.h>
|
|
||||||
$ac_declaration
|
$ac_declaration
|
||||||
|
#include <stdlib.h>
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
@ -4267,7 +4265,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
|
|||||||
case $host in
|
case $host in
|
||||||
*-*-irix6*)
|
*-*-irix6*)
|
||||||
# Find out which ABI we are using.
|
# Find out which ABI we are using.
|
||||||
echo '#line 4270 "configure"' > conftest.$ac_ext
|
echo '#line 4268 "configure"' > conftest.$ac_ext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>&5
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
@ -4871,7 +4869,7 @@ fi;
|
|||||||
#
|
#
|
||||||
# Fake what AC_TRY_COMPILE does. XXX Look at redoing this new-style.
|
# Fake what AC_TRY_COMPILE does. XXX Look at redoing this new-style.
|
||||||
cat > conftest.$ac_ext << EOF
|
cat > conftest.$ac_ext << EOF
|
||||||
#line 4874 "configure"
|
#line 4872 "configure"
|
||||||
struct S { ~S(); };
|
struct S { ~S(); };
|
||||||
void bar();
|
void bar();
|
||||||
void foo()
|
void foo()
|
||||||
@ -5459,7 +5457,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
( exit $ac_status )
|
( exit $ac_status )
|
||||||
ac_cv_header_stdc=no
|
ac_cv_header_stdc=no
|
||||||
fi
|
fi
|
||||||
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
@ -5569,7 +5567,7 @@ fi;
|
|||||||
# Default to "generic".
|
# Default to "generic".
|
||||||
if test $enable_clocale_flag = auto; then
|
if test $enable_clocale_flag = auto; then
|
||||||
case x${target_os} in
|
case x${target_os} in
|
||||||
xlinux* | xgnu*)
|
xlinux* | xgnu* | xkfreebsd*-gnu | xknetbsd*-gnu)
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
#line $LINENO "configure"
|
#line $LINENO "configure"
|
||||||
/* confdefs.h. */
|
/* confdefs.h. */
|
||||||
@ -5650,7 +5648,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
( exit $ac_status )
|
( exit $ac_status )
|
||||||
enable_clocale_flag=generic
|
enable_clocale_flag=generic
|
||||||
fi
|
fi
|
||||||
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -7806,7 +7804,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
( exit $ac_status )
|
( exit $ac_status )
|
||||||
ac_sectionLDflags=no
|
ac_sectionLDflags=no
|
||||||
fi
|
fi
|
||||||
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
if test "$ac_test_CFLAGS" = set; then
|
if test "$ac_test_CFLAGS" = set; then
|
||||||
CFLAGS="$ac_save_CFLAGS"
|
CFLAGS="$ac_save_CFLAGS"
|
||||||
@ -27561,7 +27559,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
( exit $ac_status )
|
( exit $ac_status )
|
||||||
ac_cv_func_mmap_fixed_mapped=no
|
ac_cv_func_mmap_fixed_mapped=no
|
||||||
fi
|
fi
|
||||||
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
|
echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
|
||||||
@ -47270,7 +47268,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
( exit $ac_status )
|
( exit $ac_status )
|
||||||
ac_sectionLDflags=no
|
ac_sectionLDflags=no
|
||||||
fi
|
fi
|
||||||
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
if test "$ac_test_CFLAGS" = set; then
|
if test "$ac_test_CFLAGS" = set; then
|
||||||
CFLAGS="$ac_save_CFLAGS"
|
CFLAGS="$ac_save_CFLAGS"
|
||||||
@ -49412,7 +49410,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
( exit $ac_status )
|
( exit $ac_status )
|
||||||
ac_sectionLDflags=no
|
ac_sectionLDflags=no
|
||||||
fi
|
fi
|
||||||
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
if test "$ac_test_CFLAGS" = set; then
|
if test "$ac_test_CFLAGS" = set; then
|
||||||
CFLAGS="$ac_save_CFLAGS"
|
CFLAGS="$ac_save_CFLAGS"
|
||||||
@ -51423,7 +51421,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
( exit $ac_status )
|
( exit $ac_status )
|
||||||
ac_sectionLDflags=no
|
ac_sectionLDflags=no
|
||||||
fi
|
fi
|
||||||
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
if test "$ac_test_CFLAGS" = set; then
|
if test "$ac_test_CFLAGS" = set; then
|
||||||
CFLAGS="$ac_save_CFLAGS"
|
CFLAGS="$ac_save_CFLAGS"
|
||||||
@ -53443,7 +53441,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
( exit $ac_status )
|
( exit $ac_status )
|
||||||
ac_sectionLDflags=no
|
ac_sectionLDflags=no
|
||||||
fi
|
fi
|
||||||
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
if test "$ac_test_CFLAGS" = set; then
|
if test "$ac_test_CFLAGS" = set; then
|
||||||
CFLAGS="$ac_save_CFLAGS"
|
CFLAGS="$ac_save_CFLAGS"
|
||||||
@ -55410,7 +55408,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
( exit $ac_status )
|
( exit $ac_status )
|
||||||
ac_sectionLDflags=no
|
ac_sectionLDflags=no
|
||||||
fi
|
fi
|
||||||
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
if test "$ac_test_CFLAGS" = set; then
|
if test "$ac_test_CFLAGS" = set; then
|
||||||
CFLAGS="$ac_save_CFLAGS"
|
CFLAGS="$ac_save_CFLAGS"
|
||||||
@ -57276,7 +57274,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
|
|||||||
( exit $ac_status )
|
( exit $ac_status )
|
||||||
ac_sectionLDflags=no
|
ac_sectionLDflags=no
|
||||||
fi
|
fi
|
||||||
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
||||||
fi
|
fi
|
||||||
if test "$ac_test_CFLAGS" = set; then
|
if test "$ac_test_CFLAGS" = set; then
|
||||||
CFLAGS="$ac_save_CFLAGS"
|
CFLAGS="$ac_save_CFLAGS"
|
||||||
|
Loading…
Reference in New Issue
Block a user