diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-05 23:32:23 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-05 23:32:23 +0000 |
commit | d41fae719a88233f0d2691bff25c0ba9f9d3be3b (patch) | |
tree | 999c2b7b1d30b6aaa6a6faab299a8edb1c072f80 /libstdc++-v3/config.h.in | |
parent | e7aa92b2a1d420c944ff0c2e0ed5f0240638fa39 (diff) | |
download | gcc-d41fae719a88233f0d2691bff25c0ba9f9d3be3b.tar.gz |
2003-08-05 Phil Edwards <pme@gcc.gnu.org>
* configure.in: Rename...
* configure.ac: ...to this.
* docs/html/17_intro/porting.texi: Update name.
* docs/html/17_intro/porting.html: Regenerate.
* config.h.in, Makefile.in, include/Makefile.in, libmath/Makefile.in,
libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
testsuite/Makefile.in: Regenerate (picks up new dependancy).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70194 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index fc21ca3d6e1..d61a5845989 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -1,4 +1,4 @@ -/* config.h.in. Generated from configure.in by autoheader. */ +/* config.h.in. Generated from configure.ac by autoheader. */ // acconfig.h symbols and macros for libstdc++ v3 -*- C++ -*- // Defines libstdc++ version. |