From: Phil Edwards Date: Wed, 27 Aug 2003 20:26:22 +0000 (+0000) Subject: acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Change quoting of includedir. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=37e0ff11557b3ebc5917151becaaeb9514c8692d;p=gcc.git acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Change quoting of includedir. 2003-08-27 Phil Edwards * acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Change quoting of includedir. * aclocal.m4, configure: Regenerate. From-SVN: r70858 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b0797f46e56..08ae0ae35ce 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2003-08-27 Phil Edwards + + * acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Change quoting of + includedir. + * aclocal.m4, configure: Regenerate. + 2003-08-27 Daniel Jacobowitz * acinclude.m4: Include no-executables.m4. diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 5bcbf747ae6..5cc4f747313 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -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 diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4 index 4af9e9b9541..47bcaa7da6b 100644 --- a/libstdc++-v3/aclocal.m4 +++ b/libstdc++-v3/aclocal.m4 @@ -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 diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 0d46dfbbdf0..69152778649 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -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