Changeset e05468fb in rtems for aclocal/quoting.m4


Ignore:
Timestamp:
11/06/02 11:16:52 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
54508fd
Parents:
8ecc042a
Message:

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

Further preparations for autoconf > 2.52:

  • aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
  • aclocal/quoting.m4: Use eval echo $ac_args to unquote $ac_arg.
  • aclocal/target.m4: Use eval echo $rtems_args to unquote $ac_arg.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • aclocal/quoting.m4

    r8ecc042a re05468fb  
    1111      continue
    1212    fi
    13     case $ac_arg in
     13    # the eval casts away sh quotes
     14    case `eval echo $ac_arg` in
    1415    -cache-file | --cache-file | --cache-fil | --cache-fi \
    1516    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
Note: See TracChangeset for help on using the changeset viewer.