]> gcc.gnu.org Git - gcc.git/commitdiff
acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Fix syntax in test command.
authorAndreas Schwab <schwab@suse.de>
Thu, 8 Mar 2001 17:38:49 +0000 (17:38 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 8 Mar 2001 17:38:49 +0000 (17:38 +0000)
* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Fix syntax in test
command.
        * aclocal.m4, configure: Regenerated.

From-SVN: r40321

libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure

index 8222948c8c5446b009ba3adb3c916ebaa0e2951b..0c73017367a0302f594359db5e3abc26afc19cf6 100644 (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.
index 75a1efb2947d7aafb3b2bd2393aace0d3af1488e..602c102cde902ba79e73e90b23e2bcf5600c61ac 100644 (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
 
index fa58b48a43f3cade69ec5d1fa1b4d91442a62d98..68232684e5db932706aaa8d4537eab5ef10154b2 100644 (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
 
index d6b9f7928c17fd3a93f74df17b48dbd01885353f..f411d86e8bae98825855da0ad9c76f5414f94a7a 100755 (executable)
@@ -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
 
This page took 0.094245 seconds and 5 git commands to generate.