summaryrefslogtreecommitdiffstats
path: root/aclocal/ppc.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-10-11 04:28:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-10-11 04:28:28 +0000
commitaa7428ae377aecbf401dbf1edaafc2b37425d533 (patch)
treed8165556df36a28208d518f14a5fa36f9b113341 /aclocal/ppc.m4
parent2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-aa7428ae377aecbf401dbf1edaafc2b37425d533.tar.bz2
2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
Diffstat (limited to 'aclocal/ppc.m4')
-rw-r--r--aclocal/ppc.m426
1 files changed, 1 insertions, 25 deletions
diff --git a/aclocal/ppc.m4 b/aclocal/ppc.m4
index 927f8b6515..3626e5c42c 100644
--- a/aclocal/ppc.m4
+++ b/aclocal/ppc.m4
@@ -17,31 +17,7 @@ AC_CONFIG_COMMANDS_POST(
if test "$no_recursion" != yes; then
- # Remove --cache-file and --srcdir arguments so they do not pile up.
- ac_sub_configure_args=
- ac_prev=
- for ac_arg in $ac_configure_args; do
- if test -n "$ac_prev"; then
- ac_prev=
- continue
- fi
- case $ac_arg in
- -cache-file | --cache-file | --cache-fil | --cache-fi \
- | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
- ac_prev=cache_file ;;
- -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
- | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
- | --c=*)
- ;;
- --config-cache | -C)
- ;;
- -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
- ac_prev=srcdir ;;
- -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
- ;;
- *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
- esac
- done
+ RTEMS_CONFIGURE_ARGS_QUOTE([ac_sub_configure_args])
for ac_subdir in : $exceptions_subdirs; do test "x$ac_subdir" = x: && continue