summaryrefslogtreecommitdiffstats
path: root/aclocal/target.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-06 11:16:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-06 11:16:52 +0000
commite05468fb389fb745cabc4d1d5e2a4f0957a56f03 (patch)
tree6cbe0a8ff1493b1bd6d5f8963cb3d85bad8bd9ce /aclocal/target.m4
parent2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e05468fb389fb745cabc4d1d5e2a4f0957a56f03.tar.bz2
2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
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.
Diffstat (limited to 'aclocal/target.m4')
-rw-r--r--aclocal/target.m42
1 files changed, 1 insertions, 1 deletions
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 ;;