]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2003-08-27 Phil Edwards <pme@gcc.gnu.org>
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Aug 2003 20:26:22 +0000 (20:26 +0000)
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Aug 2003 20:26:22 +0000 (20:26 +0000)
* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES):  Change quoting of
includedir.
* aclocal.m4, configure:  Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70858 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b0797f46e567a48da0da741682cdf9e4df5b0ffb..08ae0ae35ced49a72c8e493216a40cf8532689bd 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-27  Phil Edwards  <pme@gcc.gnu.org>
+
+       * acinclude.m4 (GLIBCXX_EXPORT_INCLUDES):  Change quoting of
+       includedir.
+       * aclocal.m4, configure:  Regenerate.
+
 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
 
        * acinclude.m4: Include no-executables.m4.
index 5bcbf747ae65cefe4e99f92b841f06f0dd540800..5cc4f74731358e13131d514f9db7c2e1000a9733 100644 (file)
@@ -624,7 +624,7 @@ AC_DEFUN(GLIBCXX_EXPORT_INCLUDES, [
 
   # For Canadian crosses, pick this up too.
   if test $CANADIAN = yes; then
-    GLIBCXX_INCLUDES="$GLIBCXX_INCLUDES '-I${includedir}'"
+    GLIBCXX_INCLUDES="$GLIBCXX_INCLUDES -I\${includedir}"
   fi
 
   # Stuff in the actual top level.  Currently only used by libsupc++ to
index 4af9e9b95419e710b56512664f6335cc5a91e7c4..47bcaa7da6bda96099204ccc5977bd78529da20d 100644 (file)
@@ -637,7 +637,7 @@ AC_DEFUN(GLIBCXX_EXPORT_INCLUDES, [
 
   # For Canadian crosses, pick this up too.
   if test $CANADIAN = yes; then
-    GLIBCXX_INCLUDES="$GLIBCXX_INCLUDES '-I${includedir}'"
+    GLIBCXX_INCLUDES="$GLIBCXX_INCLUDES -I\${includedir}"
   fi
 
   # Stuff in the actual top level.  Currently only used by libsupc++ to
index 0d46dfbbdf0fd439d3c45fb7f4acd1fd66ab271c..691527786490da69133505d4540e058a41da32ac 100755 (executable)
@@ -59302,7 +59302,7 @@ echo "${ECHO_T}$gxx_include_dir" >&6
 
   # For Canadian crosses, pick this up too.
   if test $CANADIAN = yes; then
-    GLIBCXX_INCLUDES="$GLIBCXX_INCLUDES '-I${includedir}'"
+    GLIBCXX_INCLUDES="$GLIBCXX_INCLUDES -I\${includedir}"
   fi
 
   # Stuff in the actual top level.  Currently only used by libsupc++ to