summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--aclocal/ppc.m426
2 files changed, 5 insertions, 25 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ac2576ff0..f1b412adc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
+
+2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
* acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
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