Changeset aa7428a in rtems


Ignore:
Timestamp:
10/11/02 04:28:28 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2fe08ccb
Parents:
59d28b7
Message:

2002-10-11 Ralf Corsepius <corsepiu@…>

  • aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r59d28b7 raa7428a  
     12002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
     4
    152002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • aclocal/ppc.m4

    r59d28b7 raa7428a  
    1818if test "$no_recursion" != yes; then
    1919
    20   # Remove --cache-file and --srcdir arguments so they do not pile up.
    21   ac_sub_configure_args=
    22   ac_prev=
    23   for ac_arg in $ac_configure_args; do
    24     if test -n "$ac_prev"; then
    25       ac_prev=
    26       continue
    27     fi
    28     case $ac_arg in
    29     -cache-file | --cache-file | --cache-fil | --cache-fi \
    30     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    31       ac_prev=cache_file ;;
    32     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
    33     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
    34     | --c=*)
    35       ;;
    36     --config-cache | -C)
    37       ;;
    38     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    39       ac_prev=srcdir ;;
    40     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    41       ;;
    42     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
    43     esac
    44   done
     20  RTEMS_CONFIGURE_ARGS_QUOTE([ac_sub_configure_args])
    4521
    4622  for ac_subdir in : $exceptions_subdirs; do test "x$ac_subdir" = x: && continue
Note: See TracChangeset for help on using the changeset viewer.