diff options
author | Stu Grossman <grossman@cygnus> | 1994-11-14 16:50:50 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-11-14 16:50:50 +0000 |
commit | 86c3abaa2f9d7ab21913f38536a127ecbb938ac0 (patch) | |
tree | 51a8f737283a19537643324fc1ad6f3ad53c283e /configure.in | |
parent | b1c6705acc0681a5c1be8ad66415b43ed88092e1 (diff) | |
download | gdb-86c3abaa2f9d7ab21913f38536a127ecbb938ac0.zip gdb-86c3abaa2f9d7ab21913f38536a127ecbb938ac0.tar.gz gdb-86c3abaa2f9d7ab21913f38536a127ecbb938ac0.tar.bz2 |
* configure.in: Remove tk from native_only list.
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 dcc98f7..85de7d7 100644 --- a/configure.in +++ b/configure.in @@ -65,7 +65,7 @@ target_tools="examples groff" # directories to be built in the native environment only # native_only="autoconf cvs emacs emacs19 fileutils find grep groff gzip hello - indent ispell m4 rcs recode sed shellutils tar textutils gash tk + indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof" # directories to be built in a cross environment only |