diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-08 01:05:01 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-08 01:05:01 +0000 |
commit | 87e3584d69f735d5e98fa0d9e10be80b001702f0 (patch) | |
tree | ffb89ab047ca19f194266d271f3b55ee9696ca28 /libstdc++-v3 | |
parent | 300ed5f295507ceff5167189acfb606174cf2a9c (diff) | |
download | gcc-87e3584d69f735d5e98fa0d9e10be80b001702f0.tar.gz |
2005-04-08 Kelley Cook <kcook@gcc.gnu.org>
* acconfig.h: Remove redundant HAVE_FLOAT_H.
* config.h.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97817 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/acconfig.h | 3 | ||||
-rw-r--r-- | libstdc++-v3/config.h.in | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0f202ef1458..1c0e7de0486 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2005-04-08 Kelley Cook <kcook@gcc.gnu.org> + * acconfig.h: Remove redundant HAVE_FLOAT_H. + * config.h.in: Regenerate. + +2005-04-08 Kelley Cook <kcook@gcc.gnu.org> + * configure.ac: Create template for PACKAGE and VERSION. Update comment on how to regenerate file. Update minimum automake version to 1.9.3. diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index f0bb08dee1c..6cfb644731a 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -1,8 +1,5 @@ // Symbols and macros for libstdc++ -*- C++ -*- -// Define if <float.h> exists. -#undef HAVE_FLOAT_H - // @BOTTOM@ // // Define symbol versioning in assember directives. If symbol diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 8000806018f..12c38a01cb4 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -1,9 +1,6 @@ /* config.h.in. Generated from configure.ac by autoheader. */ // Symbols and macros for libstdc++ -*- C++ -*- -// Define if <float.h> exists. -#undef HAVE_FLOAT_H - /* Define to 1 if you have the `acosf' function. */ #undef HAVE_ACOSF |