]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/configure
Convert to new autotools.
authorPhil Edwards <pme@gcc.gnu.org>
Tue, 5 Aug 2003 02:00:18 +0000 (02:00 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Tue, 5 Aug 2003 02:00:18 +0000 (02:00 +0000)
commitff66d28f7cf77786daf86a541aa0cfa28a150167
tree8ca19c32549dc8a7643db3a9fa2ead2353a5c85f
parent5e7c251db4e4860d9aa6398ae4d831a64837dc46
Convert to new autotools.

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.

From-SVN: r70167
24 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.am
libstdc++-v3/Makefile.in
libstdc++-v3/acconfig.h
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/configure.host
libstdc++-v3/configure.in
libstdc++-v3/crossconfig.m4 [new file with mode: 0644]
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/libmath/Makefile.am
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/linkage.m4 [new file with mode: 0644]
libstdc++-v3/po/Makefile.am
libstdc++-v3/po/Makefile.in
libstdc++-v3/scripts/testsuite_flags.in
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/testsuite/Makefile.in