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:
parent
4082ab0f2a
commit
c53cf0fe5e
4 changed files with 9 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
2
libstdc++-v3/aclocal.m4
vendored
2
libstdc++-v3/aclocal.m4
vendored
|
@ -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
|
||||
|
||||
|
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue