From 3dec6e14a9cbec4122943cf22d977b83961f06d8 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Wed, 24 Mar 1993 21:10:41 +0000 Subject: [PATCH] fix setting of target_alias when using config.guess (fixes PR config/2422) --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5b4cd383ea2..2a8ed001ebb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com) + + * configure: when using config.guess, only set target_alias when + it's not already been set (ie, on the command line) + Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * Makefile.in: add installcheck target, set PRMS to install-prms diff --git a/configure.in b/configure.in index 12ad2207162..92ffae3e720 100644 --- a/configure.in +++ b/configure.in @@ -32,7 +32,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch send-pr gprof gdbtest tgas etc expect deja-gnu dejagnu sim m4 autoconf ispell grep diff rcs cvs fileutils shellutils textutils wdiff find emacs uudecode hello tar gzip indent - recode" + recode package2 package" # these libraries are built for the target environment, and are built after -- 2.30.2