diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2003-08-27 20:26:22 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2003-08-27 20:26:22 +0000 |
commit | 37e0ff11557b3ebc5917151becaaeb9514c8692d (patch) | |
tree | 2be1ab9af09fb16dcb333ab21e072ef14d87f91f /libstdc++-v3 | |
parent | 72730fdb9a5304d21684f2f278e9d2303f9daba1 (diff) | |
download | gcc-37e0ff11557b3ebc5917151becaaeb9514c8692d.tar.gz |
acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Change quoting of includedir.
2003-08-27 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Change quoting of
includedir.
* aclocal.m4, configure: Regenerate.
From-SVN: r70858
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/acinclude.m4 | 2 | ||||
-rw-r--r-- | libstdc++-v3/aclocal.m4 | 2 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 2 |
4 files changed, 9 insertions, 3 deletions
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 <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. 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 |