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
This commit is contained in:
Andreas Schwab 2001-03-08 17:38:49 +00:00 committed by Andreas Schwab
parent 4082ab0f2a
commit c53cf0fe5e
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -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

View File

@ -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

View File

@ -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