diff options
author | Phil Edwards <phil@codesourcery.com> | 2004-03-19 11:34:47 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2004-03-19 11:34:47 +0000 |
commit | d54bc1d870a81e72b3418abaeef9a3b1c997a945 (patch) | |
tree | 05e016085db5fbc026e884949a40ffea756b57c4 /libstdc++-v3/po | |
parent | dbee7ab93c2c22ce25aa38033073a437e787a96a (diff) | |
download | gcc-d54bc1d870a81e72b3418abaeef9a3b1c997a945.zip gcc-d54bc1d870a81e72b3418abaeef9a3b1c997a945.tar.gz gcc-d54bc1d870a81e72b3418abaeef9a3b1c997a945.tar.bz2 |
acinclude.m4 (GLIBCXX_CHECK_WCHAR_T_SUPPORT): Set LIBICONV, not libiconv.
2004-03-19 Phil Edwards <phil@codesourcery.com>
* acinclude.m4 (GLIBCXX_CHECK_WCHAR_T_SUPPORT): Set LIBICONV,
not libiconv. SUBST this variable as well.
* testsuite/Makefile.am (site.exp): New target, based on that
created by automake. Also set libiconv.
* configure, Makefile.in, include/Makefile.in, libmath/Makefile.in,
libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
testsuite/Makefile.in: Regenerate.
From-SVN: r79678
Diffstat (limited to 'libstdc++-v3/po')
-rw-r--r-- | libstdc++-v3/po/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/po/Makefile.in b/libstdc++-v3/po/Makefile.in index e009066..a337535 100644 --- a/libstdc++-v3/po/Makefile.in +++ b/libstdc++-v3/po/Makefile.in @@ -122,6 +122,7 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LIBICONV = @LIBICONV@ LIBMATHOBJS = @LIBMATHOBJS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ |