Commit c53cf0fe by Andreas Schwab Committed by Andreas Schwab

acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Fix syntax in test command.

	* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Fix syntax in test
	command.
        * aclocal.m4, configure: Regenerated.

From-SVN: r40321
parent 4082ab0f
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.
......
......@@ -1529,7 +1529,7 @@ AC_MSG_RESULT($version_specific_libs)
# 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
......
......@@ -1541,7 +1541,7 @@ AC_MSG_RESULT($version_specific_libs)
# 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
......
......@@ -15892,7 +15892,7 @@ echo "$ac_t""$version_specific_libs" 1>&6
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment