Changeset e4bfc976 in rtems
- Timestamp:
- 07/15/03 14:26:44 (20 years ago)
- Children:
- 8bf9689
- Parents:
- 4a33e89
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r4a33e89 re4bfc976 1 2003-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 1 6 2003-07-03 Joel Sherrill <joel@OARcorp.com> 2 7 -
config-ml.in
r4a33e89 re4bfc976 83 83 # configured for a particular host. 84 84 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 85 Makefile=${ac_file-Makefile} 86 ml_config_shell=${CONFIG_SHELL-/bin/sh} 87 ml_arguments=${ac_configure_args} 88 ml_realsrcdir=${srcdir} 100 89 101 90 # Scan all the arguments and set all the ones we need. … … 105 94 do 106 95 case $option in 96 # Unquote autoconf >= 2.57 added quotes 97 \'--*\') eval option="$option" ;; 107 98 --*) ;; 108 99 -*) option=-$option ;;
Note: See TracChangeset
for help on using the changeset viewer.