]> gcc.gnu.org Git - gcc.git/commitdiff
acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Correct last patch to ``make --enable-cstdio...
authorLoren J. Rittle <ljrittle@acm.org>
Fri, 17 Nov 2000 22:38:49 +0000 (22:38 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Fri, 17 Nov 2000 22:38:49 +0000 (22:38 +0000)
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Correct last patch
  to ``make --enable-cstdio=stdio the default''.
* libstdc++-v3/aclocal.m4: Rebuilt.
* libstdc++-v3/configure: Rebuilt.

From-SVN: r37529

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

index 7965c88011cf8a60ca311b06e3c5aa84e87a0821..71197d4c0fd0406b282079044f9cfffa2da6ee2e 100644 (file)
@@ -1,3 +1,10 @@
+2000-11-17  Loren J. Rittle  <ljrittle@acm.org>
+
+       * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Correct last patch
+         to ``make --enable-cstdio=stdio the default''.
+       * libstdc++-v3/aclocal.m4: Rebuilt.
+       * libstdc++-v3/configure: Rebuilt.
+
 2000-11-17  Phil Edwards  <pme@sources.redhat.com>
 
        * acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY):  Move switch statement
index a45d4d772bec58f3e1a9147a8ec280729bfcb8cf..99e0292dc621a4ceefee4382e13f754571965b8b 100644 (file)
@@ -1222,17 +1222,17 @@ dnl
 dnl GLIBCPP_ENABLE_CSTDIO
 dnl --enable-cstdio=libio sets config/c_io_libio.h and friends
 dnl 
-dnl default is libio
+dnl default is stdio
 dnl
 AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [
   AC_MSG_CHECKING([for cstdio to use])
   AC_ARG_ENABLE(cstdio,
-  [  --enable-cstdio        enable GNU libio for target io package. (default)
+  [  --enable-cstdio        enable stdio for target io package. (default)
      --enable-cstdio=LIB    use LIB target-speific io package.], 
   if test x$enable_cstdio = xno; then
-     enable_cstdio=libio
+     enable_cstdio=stdio
   fi,
-     enable_cstdio=libio)
+     enable_cstdio=stdio)
 
   enable_cstdio_flag=$enable_cstdio
 
index 2aec375c9ef8dc643ac74aa99e54b1d2f5f44b80..23ede2417d7c0d7369444c2d3ba2645671ee8a33 100644 (file)
@@ -1234,17 +1234,17 @@ dnl
 dnl GLIBCPP_ENABLE_CSTDIO
 dnl --enable-cstdio=libio sets config/c_io_libio.h and friends
 dnl 
-dnl default is libio
+dnl default is stdio
 dnl
 AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [
   AC_MSG_CHECKING([for cstdio to use])
   AC_ARG_ENABLE(cstdio,
-  [  --enable-cstdio        enable GNU libio for target io package. (default)
+  [  --enable-cstdio        enable stdio for target io package. (default)
      --enable-cstdio=LIB    use LIB target-speific io package.], 
   if test x$enable_cstdio = xno; then
-     enable_cstdio=libio
+     enable_cstdio=stdio
   fi,
-     enable_cstdio=libio)
+     enable_cstdio=stdio)
 
   enable_cstdio_flag=$enable_cstdio
 
index 223455f4a9fd2d9b3cb709ec0c15a0fd61771f39..64b6aa93fc685bbb18a6634948a6a68ff76ef203 100755 (executable)
@@ -36,7 +36,7 @@ ac_help="$ac_help
 ac_help="$ac_help
   --enable-debug          extra debugging, turn off optimization [default=no]"
 ac_help="$ac_help
-  --enable-cstdio        enable GNU libio for target io package. (default)
+  --enable-cstdio        enable stdio for target io package. (default)
      --enable-cstdio=LIB    use LIB target-speific io package."
 ac_help="$ac_help
   --enable-c-mbchar       enable multibyte (wide) characters [default=yes]"
@@ -2678,10 +2678,10 @@ echo "configure:2677: checking for cstdio to use" >&5
 if test "${enable_cstdio+set}" = set; then
   enableval="$enable_cstdio"
   if test x$enable_cstdio = xno; then
-     enable_cstdio=libio
+     enable_cstdio=stdio
   fi
 else
-  enable_cstdio=libio
+  enable_cstdio=stdio
 fi
 
 
This page took 0.097434 seconds and 5 git commands to generate.