Changeset e4bfc976 in rtems for config-ml.in
- Timestamp:
- 07/15/03 14:26:44 (19 years ago)
- Children:
- 8bf9689
- Parents:
- 4a33e89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.