diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-23 07:13:57 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-23 07:13:57 +0000 |
commit | 1e013ca5a1805023deab01a7072450c6865693e7 (patch) | |
tree | ffa1846d7c65367ce41a49c90f867e28eed685c6 /libstdc++-v3/configure | |
parent | 00a3cf461459607fe2cb4b5322d7072d665f46dc (diff) | |
download | gcc-1e013ca5a1805023deab01a7072450c6865693e7.tar.gz |
2000-12-23 Benjamin Kosnik <bkoz@redhat.com>
* src/Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES.
(strstream.cc): Add special rule for deprecated files.
* libsupc++/Makefile.am (INCLUDES): Sync.
* acinclude.m4 (GLIBCPP_EXPORT_INCLUDES): And here.
Reported by Fred Fish <fnf@ninemoons.com>
* include/backward/iomanip.h: Remove backward from include
* include/backward/strstream.h: Same.
* include/backward/stream.h: Same.
* include/backward/ostream.h: Same.
* include/backward/istream.h: Same.
* src/strstream.cc: And here.
Reported by Brad Garcia <bgarcia@laurelnetworks.com>
* src/string-inst.cc (_S_find): Use generic template.
* include/bits/string.tcc (_S_find): Remove specializations
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38477 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 0e87b07d6cb..6a5b9aa162e 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -19781,7 +19781,7 @@ gxx_target_include_dir='$(exec_prefix)/$(target_alias)/include/g++-$(libstdcxx_i # CSHADOW_INCLUDES='-I$(GLIBCPP_INCLUDE_DIR)/std -I$(C_INCLUDE_DIR) \ # -I$(top_blddir)/cshadow' #else - CSHADOW_INCLUDES='-I$(GLIBCPP_INCLUDE_DIR)/std -I$(C_INCLUDE_DIR)' + CSTD_INCLUDES='-I$(GLIBCPP_INCLUDE_DIR)/std -I$(C_INCLUDE_DIR)' #endif # Now, export this to all the little Makefiles.... @@ -20039,7 +20039,7 @@ s%@TOPLEVEL_INCLUDES@%$TOPLEVEL_INCLUDES%g s%@LIBMATH_INCLUDES@%$LIBMATH_INCLUDES%g s%@LIBSUPCXX_INCLUDES@%$LIBSUPCXX_INCLUDES%g s%@LIBIO_INCLUDES@%$LIBIO_INCLUDES%g -s%@CSHADOW_INCLUDES@%$CSHADOW_INCLUDES%g +s%@CSTD_INCLUDES@%$CSTD_INCLUDES%g s%@OPTIMIZE_CXXFLAGS@%$OPTIMIZE_CXXFLAGS%g s%@WARN_FLAGS@%$WARN_FLAGS%g |