* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Fix syntax in test
command.
* aclocal.m4, configure: Regenerated.
From-SVN: r40321
+2001-03-08 Andreas Schwab <schwab@suse.de>
+
+ * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Fix syntax in test
+ command.
+ * aclocal.m4, configure: Regenerated.
+
2001-03-07 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/std_iosfwd.h: Remove string forward decls here.
# Default case for install directory for include files.
if test x"$version_specific_libs" = x"no" \
- && test x"$gxx_include_dir"=x"no"; then
+ && test x"$gxx_include_dir" = x"no"; then
gxx_include_dir='$(prefix)'/include/g++-${libstdcxx_interface}
fi
# Default case for install directory for include files.
if test x"$version_specific_libs" = x"no" \
- && test x"$gxx_include_dir"=x"no"; then
+ && test x"$gxx_include_dir" = x"no"; then
gxx_include_dir='$(prefix)'/include/g++-${libstdcxx_interface}
fi
# Default case for install directory for include files.
if test x"$version_specific_libs" = x"no" \
- && test x"$gxx_include_dir"=x"no"; then
+ && test x"$gxx_include_dir" = x"no"; then
gxx_include_dir='$(prefix)'/include/g++-${libstdcxx_interface}
fi