From e05468fb389fb745cabc4d1d5e2a4f0957a56f03 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 6 Nov 2002 11:16:52 +0000 Subject: 2002-11-06 Ralf Corsepius Further preparations for autoconf > 2.52: * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else. * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg. * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg. --- aclocal/quoting.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'aclocal/quoting.m4') diff --git a/aclocal/quoting.m4 b/aclocal/quoting.m4 index 32995c9d38..53d98a4b87 100644 --- a/aclocal/quoting.m4 +++ b/aclocal/quoting.m4 @@ -10,7 +10,8 @@ AC_DEFUN([RTEMS_CONFIGURE_ARGS_QUOTE], ac_prev= continue fi - case $ac_arg in + # the eval casts away sh quotes + case `eval echo $ac_arg` in -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -- cgit v1.2.3