Changeset e4bfc976 in rtems


Ignore:
Timestamp:
07/15/03 14:26:44 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Children:
8bf9689
Parents:
4a33e89
Message:

2003-07-15 Ralf Corsepius <corsepiu@…>

  • config-ml.in: Partial sync with gcc-3.4's config-ml.in. Add "autoconf-2.5x unquoting" hack.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r4a33e89 re4bfc976  
     12003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * config-ml.in: Partial sync with gcc-3.4's config-ml.in.
     4        Add "autoconf-2.5x unquoting" hack.
     5
    162003-07-03      Joel Sherrill <joel@OARcorp.com>
    27
  • config-ml.in

    r4a33e89 re4bfc976  
    8383# configured for a particular host.
    8484
    85 if [ -n "${ac_configure_args}" ]; then
    86   Makefile=${ac_file-Makefile}
    87   ml_config_shell=${CONFIG_SHELL-/bin/sh}
    88   ml_arguments="${ac_configure_args}"
    89   ml_realsrcdir=${srcdir}
    90 else
    91   Makefile=${Makefile-Makefile}
    92   ml_config_shell=${config_shell-/bin/sh}
    93   ml_arguments="${arguments}"
    94   if [ -n "${subdir}" -a "${subdir}" != "." ] ; then
    95     ml_realsrcdir=${srcdir}/${subdir}
    96   else
    97     ml_realsrcdir=${srcdir}
    98   fi
    99 fi
     85Makefile=${ac_file-Makefile}
     86ml_config_shell=${CONFIG_SHELL-/bin/sh}
     87ml_arguments=${ac_configure_args}
     88ml_realsrcdir=${srcdir}
    10089
    10190# Scan all the arguments and set all the ones we need.
     
    10594do
    10695  case $option in
     96# Unquote autoconf >= 2.57 added quotes
     97  \'--*\') eval option="$option" ;;
    10798  --*) ;;
    10899  -*) option=-$option ;;
Note: See TracChangeset for help on using the changeset viewer.