diff options
author | David D. Zuhn <zoo@cygnus> | 1992-11-07 05:00:06 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-11-07 05:00:06 +0000 |
commit | ffce44a01096c2240c9249315d15bf2487858811 (patch) | |
tree | 414ec4c3ae98c848abbea937c78ec3379d535a3f /configure.in | |
parent | d86908e0de832d6c299ed433118812c36e74394c (diff) | |
download | gdb-ffce44a01096c2240c9249315d15bf2487858811.zip gdb-ffce44a01096c2240c9249315d15bf2487858811.tar.gz gdb-ffce44a01096c2240c9249315d15bf2487858811.tar.bz2 |
added tcl, tk, and expect
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 d32ca6a..9f705c1 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ # script appropriate for this directory. For more information, check # any existing configure script. -configdirs="autoconf mmalloc libiberty texinfo flex byacc bison opcodes bfd binutils gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas etc deja-gnu" +configdirs="autoconf mmalloc libiberty texinfo flex byacc bison opcodes bfd binutils gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas etc tcl expect tk deja-gnu" srctrigger=move-if-change srcname="gnu development package" |