diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-11 18:52:31 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-11 18:52:31 +0000 |
commit | c45e0e39b0d508570d821c206a2903d8f861f6e0 (patch) | |
tree | 26c1b4dcbc3d0ff6bd0acd4ee5ca67baf8ca33cf /libstdc++-v3/libio | |
parent | 1a670edb8a4b7dd7414d0f36d13375a89ca523e7 (diff) | |
download | ppe42-gcc-c45e0e39b0d508570d821c206a2903d8f861f6e0.tar.gz ppe42-gcc-c45e0e39b0d508570d821c206a2903d8f861f6e0.zip |
2001-04-11 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4: AC_CHECK_TOOL for expect.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* testsuite/Makefile.am (RUNTEST): Use substituted.
(EXPECT): Same.
* configure.in: Remove xcompiling substitution.
* tests_flags.in (CROSS_LIB_PATH): Remove.
(xcompiling): Remove.
(CXX): Use substituted CXX.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41262 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libio')
-rw-r--r-- | libstdc++-v3/libio/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/libio/Makefile.in b/libstdc++-v3/libio/Makefile.in index 07b420558db..ae7b75599ff 100644 --- a/libstdc++-v3/libio/Makefile.in +++ b/libstdc++-v3/libio/Makefile.in @@ -71,7 +71,6 @@ CSHADOW_FLAGS = @CSHADOW_FLAGS@ CSTD_INCLUDES = @CSTD_INCLUDES@ CXX = @CXX@ CXXCPP = @CXXCPP@ -CXX_libstdcxx = @CXX_libstdcxx@ DEBUG_FLAGS = @DEBUG_FLAGS@ DLLTOOL = @DLLTOOL@ EXEEXT = @EXEEXT@ @@ -99,14 +98,16 @@ WARN_FLAGS = @WARN_FLAGS@ WERROR = @WERROR@ enable_shared = @enable_shared@ enable_static = @enable_static@ +glibcpp_CXX = @glibcpp_CXX@ glibcpp_basedir = @glibcpp_basedir@ +glibcpp_expect = @glibcpp_expect@ +glibcpp_runtest = @glibcpp_runtest@ glibcpp_toolexecdir = @glibcpp_toolexecdir@ glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@ gxx_include_dir = @gxx_include_dir@ ifGNUmake = @ifGNUmake@ libio_la = @libio_la@ toplevel_srcdir = @toplevel_srcdir@ -xcompiling = @xcompiling@ AUTOMAKE_OPTIONS = 1.3 cygnus |