configure.in (host_configargs): Replace reference to no-longer-defined buildopts with --build=${build_alias}.

* configure.in (host_configargs): Replace reference to
no-longer-defined buildopts with --build=${build_alias}.
* configure: Rebuilt.

From-SVN: r60582
This commit is contained in:
Alexandre Oliva 2002-12-28 17:57:14 +00:00 committed by Alexandre Oliva
parent 5888b7f20e
commit 903de29523
3 changed files with 254 additions and 219 deletions

View File

@ -1,5 +1,9 @@
2002-12-28 Alexandre Oliva <aoliva@redhat.com> 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
* configure.in (host_configargs): Replace reference to
no-longer-defined buildopts with --build=${build_alias}.
* configure: Rebuilt.
* Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
program_transform_name to standard idiom. program_transform_name to standard idiom.
(AUTOGEN, AUTOCONF): Define. (AUTOGEN, AUTOCONF): Define.

467
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1752,7 +1752,7 @@ case "${cache_file}" in
cache_file_option="--cache-file=../${cache_file}" ;; cache_file_option="--cache-file=../${cache_file}" ;;
esac esac
host_configargs="${cache_file_option} ${buildopt} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}" host_configargs="${cache_file_option} --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
target_configargs=${baseargs} target_configargs=${baseargs}