From cd0ae5580739658fbb3fb8db183fa8ce622e17ca Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 16 Sep 1996 21:02:11 +0000 Subject: [PATCH] * configure.in: Use a single line for host_tools and native_only. --- ChangeLog | 6 +++++- configure.in | 13 ++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index e799b7e..5b656a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ +Mon Sep 16 17:00:52 1996 Ian Lance Taylor + + * configure.in: Use a single line for host_tools and native_only. + start-sanitize-m32r Mon Sep 9 12:21:30 1996 Doug Evans * config.sub, configure.in: Add entries for m32r. -end-sanitize-m32r +end-sanitize-m32r Thu Sep 5 13:52:47 1996 Tom Tromey * Makefile.in (inet-install): Don't run install-gzip. diff --git a/configure.in b/configure.in index 92a7c82..1fee235 100644 --- a/configure.in +++ b/configure.in @@ -49,11 +49,7 @@ fi # these tools are built for the host environment # -host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch - prms send-pr gprof gdbtest tgas etc expect dejagnu sim bash - m4 autoconf ispell grep diff rcs cvs fileutils shellutils time - textutils wdiff find emacs emacs19 uudecode hello tar gzip indent - recode release sed utils guile perl apache inet gawk" +host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu sim bash m4 autoconf ispell grep diff rcs cvs fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk" # these libraries are built for the target environment, and are built after @@ -81,10 +77,9 @@ target_tools="target-examples target-groff" # directories to be built in the native environment only # -native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello - indent ispell m4 rcs recode sed shellutils tar textutils gash - uudecode wdiff gprof target-groff guile perl apache inet time - bash prms" +# This must be a single line because of the way it is searched by grep in +# the code below. +native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms" # directories to be built in a cross environment only # -- 2.7.4