configure.in (target_alias): Fix.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 14 Jun 2002 18:21:24 +0000 (18:21 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 14 Jun 2002 18:21:24 +0000 (18:21 +0000)
2002-06-14  J.T. Conklin  <jtc@acorntoolworks.com>

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

From-SVN: r54618

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

index a60aec61646de35185c2494b277d57b3e2263395..502a1002f06c33e6fdb5187cccaec5854f7cf919 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-12  Phil Edwards  <pme@gcc.gnu.org>
 
        * include/Makefile.am:  Add new files.
index c0d04471be1ffd7fdf44e4c537b883577ee4fcfa..9c8e45c23c68d05b2dd94cbb3c468eda839cbaa7 100644 (file)
@@ -2198,14 +2198,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 8a16602aabd7cb4f78a82a96ebc8bb57254a4a4d..4254d7f76e0988c244e2358531c054b748941fb8 100755 (executable)
@@ -7879,7 +7879,7 @@ EOF
     *-windiss*)
       os_include_dir="config/os/windiss"
       ;;
-    *-qnx6.12*)
+    *-qnx6.[12]*)
       SECTION_FLAGS='-ffunction-sections -fdata-sections'
        
       
index 8fdbc5fc22099d13c108c4ba878573459b2e4aa8..151eaf485b6efee1c8d83ac5afa407869561e76e 100644 (file)
@@ -161,7 +161,9 @@ if test -n "$with_cross_host" || test x"$build" != x"$host"; then
     *-windiss*)
       os_include_dir="config/os/windiss"
       ;;
+changequote(,)dnl
     *-qnx6.[12]*)
+changequote([,])dnl
       SECTION_FLAGS='-ffunction-sections -fdata-sections'
       AC_SUBST(SECTION_FLAGS) 
       GLIBCPP_CHECK_LINKER_FEATURES