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/target.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal/target.m4') diff --git a/aclocal/target.m4 b/aclocal/target.m4 index 6a23ea82c1..a81eb551ae 100644 --- a/aclocal/target.m4 +++ b/aclocal/target.m4 @@ -28,7 +28,7 @@ if test "$no_recursion" != yes; then rtems_prev= continue fi - case "$rtems_arg" in + case `eval echo $rtems_arg` in -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) rtems_prev=cache_file ;; -- cgit v1.2.3