diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-09 15:15:38 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-09 15:15:38 +0000 |
commit | b58b6ee18f447ee5231e8a995bdceea6c15114a9 (patch) | |
tree | a8d75616c86a7b32c94653a18882e62d919bc613 /src-release | |
parent | 09928447ed4dd16ad92526a81bf065aed244d252 (diff) | |
download | newlib-b58b6ee18f447ee5231e8a995bdceea6c15114a9.zip newlib-b58b6ee18f447ee5231e8a995bdceea6c15114a9.tar.gz newlib-b58b6ee18f447ee5231e8a995bdceea6c15114a9.tar.bz2 |
* Makefile.tpl (build_alias, host_alias, target_alias): Use
noncanonical equivalents.
* configure.in: Rename to...
* configure.ac: ...this. Update AC_PREREQ. Prevent error for
AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
target_noncanonical. Use them. Rewrite removal of configure
arguments for autoconf 2.59. Discard variable settings. Force
program_transform_name for native tools.
* Makefile.in: Regenerated.
* configure: Regenerated with autoconf 2.59.
* src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
* acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG
with an empty path.
Diffstat (limited to 'src-release')
-rw-r--r-- | src-release | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src-release b/src-release index cf0f7fc..1f87154 100644 --- a/src-release +++ b/src-release @@ -46,7 +46,7 @@ PWD = $${PWDCMD-pwd} # Files in devo used in any net release. # ChangeLog omitted because it may refer to files which are not in this # distribution (perhaps it would be better to include it anyway). -DEVO_SUPPORT= README Makefile.in configure configure.in \ +DEVO_SUPPORT= README Makefile.in configure configure.ac \ config.guess config.sub config move-if-change \ COPYING COPYING.LIB install-sh config-ml.in symlink-tree \ mkinstalldirs ltconfig ltmain.sh missing ylwrap \ @@ -184,9 +184,9 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex done) # # Take out texinfo from configurable dirs - rm proto-toplev/configure.in + rm proto-toplev/configure.ac sed -e '/^host_tools=/s/texinfo //' \ - <configure.in >proto-toplev/configure.in + <configure.ac >proto-toplev/configure.ac # mkdir proto-toplev/texinfo ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/ |