diff options
author | Gabriel Dos Reis <gdr@codesourcery.com> | 2000-12-21 01:28:58 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2000-12-21 01:28:58 +0000 |
commit | 1228c7b6bde4a1504e2eb57626e58db322132805 (patch) | |
tree | 61badc342d3eb229c3bff772c8045fd228faff42 /libstdc++-v3/configure.in | |
parent | 4b01bd1658cc87a0d9a674606b4ae78a3b4594fe (diff) | |
download | gcc-1228c7b6bde4a1504e2eb57626e58db322132805.zip gcc-1228c7b6bde4a1504e2eb57626e58db322132805.tar.gz gcc-1228c7b6bde4a1504e2eb57626e58db322132805.tar.bz2 |
Makefile.am (sources): Remove complex.cc, complexf.cc and complexl.cc from list.
* src/Makefile.am (sources): Remove complex.cc, complexf.cc and
complexl.cc from list.
* src/Makefile.in: Regenerate.
* src/complex.cc: Remove.
* src/complexf.cc: Likewise.
* src/complexl.cc: Likewise.
* libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove csqrtl.c
(EXTRA_DIST): Remove csqrt.c and csqrtf.c.
* libmath/Makefile.in: Regenerate.
* libmath/complex-stub.h: Remove.
* libmath/csqrt.c: Likewise.
* libmath/sqrtf.c: Likewise.
* libmath/sqrtl.c: Likewise.
* libmath/mathconf.h: Remove <complex.h> and "complex-stub.h"
#inclusion.
* include/bits/std_complex.h (sqrt<>): Define primary template.
(complex<>): Remove sqrt friend declarations.
* configure.in: Initialize with src/ios.cc.
* configure: Regenerate.
* acinclude.m4: Remove check for csqrt* and <complex.h>
* aclocal.m4: Regenerate.
* config.h.in: Regenerate.
* Makefile.in: Regenerate.
From-SVN: r38409
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index d013147..3f44e12 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -2,7 +2,7 @@ # aclocal, autoconf, autoheader, automake AC_PREREQ(2.13) -AC_INIT(src/complex.cc) +AC_INIT(src/ios.cc) AC_CONFIG_AUX_DIR(..) # Gets and sets build, host, target, *_vendor, *_cpu, *_os, etc. |