From f289c0987057c449ce2aecdd90073e9bc770a0c8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 15 Nov 2002 14:13:01 +0000 Subject: 2002-11-15 Ralf Corsepius * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*. Fix stupid typo (continue/configure). * aclocal/prog-cc.m4: Remove obsolete comments. Acknowledge CFLAGS. --- acinclude.m4 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index c5b4add5b6..2dc9691262 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -164,6 +164,10 @@ _RTEMS_ARG_VAR([CC_FOR_$2], [c-compiler to be used for $1 subdirs (default: auto-detected)]) _RTEMS_ARG_VAR([CFLAGS_FOR_$2], [c-flags to be used for $1 subdirs (default: provided by autoconf)]) +_RTEMS_ARG_VAR([CXX_FOR_$2], + [c++-compiler to be used for $1 subdirs (default: auto-detected)]) +_RTEMS_ARG_VAR([CXXFLAGS_FOR_$2], + [c++-flags to be used for $1 subdirs (default: provided by autoconf)]) if test "$no_recursion" != yes; then if test -n "${$2_SUBDIRS}"; then @@ -229,8 +233,12 @@ if test "$no_recursion" != yes; then ac_sub_configure_vars= test -n "[$]CC_FOR_$2" && \ ac_sub_configure_vars="'CC=[$]CC_FOR_$2'" + test -n "[$]CXX_FOR_$2" && \ + ac_sub_configure_vars="$ac_sub_configure_vars 'CXX=[$]CXX_FOR_$2'" test -n "[$]CFLAGS_FOR_$2" && \ ac_sub_configure_vars="$ac_sub_configure_vars 'CFLAGS=[$]CFLAGS_FOR_$2'" + test -n "[$]CXXFLAGS_FOR_$2" && \ + ac_sub_configure_vars="$ac_sub_configure_vars 'CXXFLAGS=[$]CXXFLAGS_FOR_$2'" AC_MSG_NOTICE([running $ac_sub_configure $ac_sub_configure_args $ac_sub_configure_vars]) eval $ac_sub_configure $ac_sub_configure_args $ac_sub_configure_vars || @@ -261,7 +269,7 @@ AC_DEFUN([_RTEMS_CONFIGURE_ARGS_PRUNE], for ac_arg in m4_if([$3],,[$ac_configure_args],[[$]$3]); do if test -n "$ac_prev"; then ac_prev= - configure + continue fi # the eval casts away sh quotes case `eval echo $ac_arg` in -- cgit v1.2.3