2003-10-16 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2003 20:33:43 +0000 (20:33 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2003 20:33:43 +0000 (20:33 +0000)
        * acconfig.h: Add HAVE_DRAND48 and HAVE_ISATTY.
* aclocal.m4: Regenerated.
* config.h.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72573 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/acconfig.h
libstdc++-v3/aclocal.m4
libstdc++-v3/config.h.in

index 043e3cd..258a570 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-16  Benjamin Kosnik  <bkoz@redhat.com>
+
+        * acconfig.h: Add HAVE_DRAND48 and HAVE_ISATTY.
+       * aclocal.m4: Regenerated.
+       * config.h.in: Regenerated.
+       
 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
 
        * config/cpu/m68k/atomicity.h (__exchange_and_add): Use TAS on
index 1532bb2..06aa7be 100644 (file)
 #undef HAVE_GTHR_DEFAULT
 
 // Define if lrand48 exists.
-#undef HAVE_LRAND48
+#undef HAVE_DRAND48
+
+// Define if isatty exists.
+#undef HAVE_ISATTY
 
 // Define if getpagesize exists.
 #undef HAVE_GETPAGESIZE
index 214a66e..b0ecb7d 100644 (file)
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.7.6 -*- Autoconf -*-
+# generated automatically by aclocal 1.7.8 -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
 # Free Software Foundation, Inc.
@@ -1973,7 +1973,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"])
 # Call AM_AUTOMAKE_VERSION so it can be traced.
 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-        [AM_AUTOMAKE_VERSION([1.7.6])])
+        [AM_AUTOMAKE_VERSION([1.7.8])])
 
 # Helper functions for option handling.                    -*- Autoconf -*-
 
index b9a9d14..8920f2c 100644 (file)
 #undef HAVE_GTHR_DEFAULT
 
 // Define if lrand48 exists.
-#undef HAVE_LRAND48
+#undef HAVE_DRAND48
+
+// Define if isatty exists.
+#undef HAVE_ISATTY
 
 // Define if getpagesize exists.
 #undef HAVE_GETPAGESIZE
 /* Define to 1 if you have the `cosl' function. */
 #undef HAVE_COSL
 
-/* Define to 1 if you have the `lrand48' function. */
-#undef HAVE_LRAND48
-
 /* Define to 1 if you have the <endian.h> header file. */
 #undef HAVE_ENDIAN_H
 
 /* Define to 1 if you have the `isnanl' function. */
 #undef HAVE_ISNANL
 
+/* Define to 1 if you have the `iswblank' function. */
+#undef HAVE_ISWBLANK
+
 /* Define to 1 if you have the `ldexpf' function. */
 #undef HAVE_LDEXPF
 
 /* Define to 1 if you have the `logl' function. */
 #undef HAVE_LOGL
 
+/* Define to 1 if you have the `lrand48' function. */
+#undef HAVE_LRAND48
+
 /* Define to 1 if you have the <machine/endian.h> header file. */
 #undef HAVE_MACHINE_ENDIAN_H
 
 /* Define to 1 if you have the `wscanf' function. */
 #undef HAVE_WSCANF
 
-/* Define if you have the `iswblank' function.  */
-#undef HAVE_ISWBLANK
-
 /* Define to 1 if you have the `_acosf' function. */
 #undef HAVE__ACOSF