aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 253d482..389323f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,39 @@
2003-08-04 Phil Edwards <pme@gcc.gnu.org>
+ Convert to new autotools.
+ * acconfig.h: Update with correct names.
+ * configure.host (ATOMICITYH): Rename to atomicity_include_dir.
+ (qnx6.[12]*): 'q' comes before 's', not after 'w'.
+ * configure.in: Update. Split hardcoded cross-configury settings
+ out to...
+ * crossconfig.m4: ...here. New file. Contents untouched.
+ * acinclude.m4: Reorganize and rewrite as needed. Split large
+ chunks out to...
+ * linkage.m4: ...here. New file. Math and stdlib linkage tests.
+ Contents untouched.
+ * scripts/testsuite_flags.in: Update.
+
+ * Makefile.am: Remove unneeded AUTOMAKE_OPTIONS settings and other
+ variables (already generated by automake).
+ * include/Makefile.am: Ditto.
+ * libmath/Makefile.am: Ditto.
+ * libsupc++/Makefile.am: Ditto.
+ * po/Makefile.am: Ditto.
+ * src/Makefile.am: Ditto.
+
+ * aclocal.m4: Regenerate using new versions.
+ * config.h.in: Ditto.
+ * configure: Ditto.
+ * Makefile.in: Ditto.
+ * include/Makefile.in: Ditto.
+ * libmath/Makefile.in: Ditto.
+ * libsupc++/Makefile.in: Ditto.
+ * po/Makefile.in: Ditto.
+ * src/Makefile.in: Ditto.
+ * testsuite/Makefile.in: Ditto.
+
+2003-08-04 Phil Edwards <pme@gcc.gnu.org>
+
* po/libstdc++.pot: Re-extract/regenerate.
2003-08-04 Phil Edwards <pme@gcc.gnu.org>