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
This commit is contained in:
parent
72730fdb9a
commit
37e0ff1155
@ -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.
|
||||
|
@ -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
|
||||
|
2
libstdc++-v3/aclocal.m4
vendored
2
libstdc++-v3/aclocal.m4
vendored
@ -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
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user