Changeset 3a032d41 in rtems
- Timestamp:
- 07/15/03 11:59:42 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 69b40b05
- Parents:
- 6ad26a9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r6ad26a9 r3a032d41 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 6 2003-07-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 7 8 * config.sub: Remove (Automatically added by automake, again). 9 * bootstrap: Reflect change above. 10 * configure.ac: Require automake >= 1.7.6. 11 1 12 2003-07-03 Joel Sherrill <joel@OARcorp.com> 2 13 -
config-ml.in
r6ad26a9 r3a032d41 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.