]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (target_alias): Fix.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 14 Jun 2002 18:43:35 +0000 (18:43 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 14 Jun 2002 18:43:35 +0000 (18:43 +0000)
2002-06-14  J.T. Conklin  <jtc@acorntoolworks.com>

* configure.in (target_alias): Fix.
* configure: Regenerate.
* aclocal.m4: Regenerate.

From-SVN: r54620

libstdc++-v3/ChangeLog
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/configure.in

index 649ad9c7e2ac448d9d7383b0e26f96c03c9f1f32..8c4e9560ace54176e6b7e73b1a4784f5a2fa8af0 100644 (file)
@@ -1,3 +1,9 @@
+2002-06-14  J.T. Conklin  <jtc@acorntoolworks.com>
+
+       * configure.in (target_alias): Fix.
+       * configure: Regenerate.
+       * aclocal.m4: Regenerate.
+
 2002-06-11  J.T. Conklin  <jtc@acorntoolworks.com>
             Benjamin Kosnik  <bkoz@redhat.com>
        
index 9d6fd5bae9945cfbfa2ca517865854236b8ac16e..e74ebecc70c8ee03c9fe7a8b6f997885e1f61bc6 100644 (file)
@@ -2196,14 +2196,7 @@ AC_MSG_RESULT($enable_symvers)
 ])
 
 
-# isc-posix.m4 serial 1 (gettext-0.10.40)
-dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
-dnl This file is free software, distributed under the terms of the GNU
-dnl General Public License.  As a special exception to the GNU General
-dnl Public License, this file may be distributed as part of a program
-dnl that contains a configuration script generated by Autoconf, under
-dnl the same distribution terms as the rest of that program.
-
+#serial 1
 # This test replaces the one in autoconf.
 # Currently this macro should have the same name as the autoconf macro
 # because gettext's gettext.m4 (distributed in the automake package)
index d8fda3e7100c4b6050a97be4280a133b803f5270..e1562d21458b2cf4df0b0c15ec32b03e48448ab2 100755 (executable)
@@ -7876,7 +7876,7 @@ EOF
 
       os_include_dir="config/os/mingw32"
       ;;
-    *-qnx6.12*)
+    *-qnx6.[12]*)
       SECTION_FLAGS='-ffunction-sections -fdata-sections'
        
       
index c8cad3bc2773552018aa29f2fdc67e5a2f23b3d4..efc9e67c80b318ede6c1139af68489809fac1066 100644 (file)
@@ -158,7 +158,9 @@ if test -n "$with_cross_host" || test x"$build" != x"$host"; then
       GLIBCPP_CHECK_WCHAR_T_SUPPORT
       os_include_dir="config/os/mingw32"
       ;;
+changequote(,)dnl
     *-qnx6.[12]*)
+changequote([,])dnl
       SECTION_FLAGS='-ffunction-sections -fdata-sections'
       AC_SUBST(SECTION_FLAGS) 
       GLIBCPP_CHECK_LINKER_FEATURES