diff options
author | David D. Zuhn <zoo@cygnus> | 1992-12-04 05:53:52 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-12-04 05:53:52 +0000 |
commit | 1dcc1344a1377490a425220e78032a1c4ab2267f (patch) | |
tree | 9ee53c10208a2812543284715b83a4933a9081ae | |
parent | 7f2cb2702a7e2451b7096bfef416dfab61cf79d9 (diff) | |
download | gdb-1dcc1344a1377490a425220e78032a1c4ab2267f.zip gdb-1dcc1344a1377490a425220e78032a1c4ab2267f.tar.gz gdb-1dcc1344a1377490a425220e78032a1c4ab2267f.tar.bz2 |
add several packages to configdirs
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * configure.in: add m4, textutils, fileutils, sed, shellutils, + time, wdiff, and find to configdirs + Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * configure.in: use mh-sun for all *-sun-* hosts diff --git a/configure.in b/configure.in index 37b708e..cc4e142 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 tcl expect tk deja-gnu z8ksim" +configdirs="m4 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 z8ksim sed fileutils shellutils textutils time wdiff find" srctrigger=move-if-change srcname="gnu development package" |