Changeset 6a31b7c0 in rtems


Ignore:
Timestamp:
11/14/02 01:47:12 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
22b689b
Parents:
aff9de8
Message:

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

  • acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the end of the args passed to sub-configure-scripts. (Reported by Wulf Hofbauer <wh73@…>)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    raff9de8 r6a31b7c0  
     12002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
     4        end of the args passed to sub-configure-scripts. (Reported by
     5        Wulf Hofbauer <wh73@cornell.edu>)
     6
    172002-11-12      Joel Sherrill <joel@OARcorp.com>
    28
  • acinclude.m4

    raff9de8 r6a31b7c0  
    223223      esac
    224224
    225       AC_MSG_NOTICE([running $ac_sub_configure $ac_sub_configure_args \
    226            --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir])
     225      ac_sub_configure_args="$ac_sub_configure_args '--cache-file=$ac_sub_cache_file'"
     226      ac_sub_configure_args="$ac_sub_configure_args '--srcdir=$ac_srcdir'"
     227
    227228      # The eval makes quoting arguments work.
    228229      ac_sub_configure_vars=
     
    231232      test -n "[$]CFLAGS_FOR_$2" && \
    232233        ac_sub_configure_vars="$ac_sub_configure_vars 'CFLAGS=[$]CFLAGS_FOR_$2'"
    233       eval $ac_sub_configure_vars \
    234         $ac_sub_configure $ac_sub_configure_args \
    235           --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
     234
     235      AC_MSG_NOTICE([running $ac_sub_configure $ac_sub_configure_args $ac_sub_configure_vars])
     236      eval $ac_sub_configure $ac_sub_configure_args $ac_sub_configure_vars ||
    236237        AC_MSG_ERROR([$ac_sub_configure failed for $ac_dir])
    237238    fi
Note: See TracChangeset for help on using the changeset viewer.