Changeset 824bf2e4 in rtems


Ignore:
Timestamp:
11/19/02 00:31:31 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
9e4d710
Parents:
97831b7
Message:

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

  • aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix to PR 312).
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r97831b7 r824bf2e4  
     12002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
     4        to PR 312).
     5
    162002-11-18      Joel Sherrill <joel@OARcorp.com>
    27
     
    1116        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
    1217        Motorola MTX603e.
     18
     192002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     20
     21        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
    1322
    14232002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • aclocal/target.m4

    r97831b7 r824bf2e4  
    2121    target_subdir="."
    2222  fi
    23   # Remove --cache-file and --srcdir arguments so they do not pile up.
    24   ac_sub_configure_args=
    25   rtems_prev=
    26   for rtems_arg in $rtems_configure_args; do
    27     if test -n "$rtems_prev"; then
    28       rtems_prev=
    29       continue
    30     fi
    31     case `eval echo $rtems_arg` in
    32     -cache-file | --cache-file | --cache-fil | --cache-fi \
    33     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    34       rtems_prev=cache_file ;;
    35     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
    36     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    37       ;;
    38     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    39       rtems_prev=srcdir ;;
    40     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    41       ;;
     23  RTEMS_CONFIGURE_ARGS_QUOTE([ac_sub_configure_args],
     24    [
    4225    --target*) ;;
    4326    --build*) ;;
    4427    --host*) ;;
    45     *_alias* ) ;; # HACK: Workaround to autoconf passing *_alias
    46     *) ac_sub_configure_args="$ac_sub_configure_args $rtems_arg" ;;
    47     esac
    48   done
     28    *_alias=* ) ;; # HACK: Workaround to autoconf passing *_alias
     29    ],
     30    [rtems_configure_args])
    4931
    5032  for rtems_config_dir in $RTEMS_BUILD_SUBDIRS; do
Note: See TracChangeset for help on using the changeset viewer.