2002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
This commit is contained in:
Ralf Corsepius
2002-10-11 04:32:49 +00:00
parent 2fe08ccb0b
commit 154c99ce3e
2 changed files with 5 additions and 26 deletions

View File

@@ -14,32 +14,7 @@ if test "$multilib" != "yes"; then
ac_sub_builddir=$1
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])
ac_sub_configure_args="$ac_sub_configure_args $3"