diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-06-28 18:24:41 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-06-28 18:24:41 +0000 |
commit | c6d76a2a6a4311dfe786b4832e5275eca3b804b1 (patch) | |
tree | 1b0baef2e00219572f64cb2a1f07935d72cd16b0 /configure.in | |
parent | c611cd82fc0b6ed67111d927cdcdd0debc56b687 (diff) | |
download | gdb-c6d76a2a6a4311dfe786b4832e5275eca3b804b1.zip gdb-c6d76a2a6a4311dfe786b4832e5275eca3b804b1.tar.gz gdb-c6d76a2a6a4311dfe786b4832e5275eca3b804b1.tar.bz2 |
(native_only): Add gawk.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9758ce1..2c40b22 100644 --- a/configure.in +++ b/configure.in @@ -81,7 +81,7 @@ target_tools="target-examples target-groff" # directories to be built in the native environment only # -native_only="autoconf cvs emacs emacs19 fileutils find grep gzip hello +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" |