diff options
author | John Gilmore <gnu@cygnus> | 1992-04-11 10:52:33 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-04-11 10:52:33 +0000 |
commit | 347e3a00bbbe1cca1ada1d6ff812f1b75b17a2c8 (patch) | |
tree | f86c03029e76ec2a59aae4792dbcfa5e19f9aaa9 | |
parent | 44d835be290732a39015f2073119c60c9762eec1 (diff) | |
download | gdb-347e3a00bbbe1cca1ada1d6ff812f1b75b17a2c8.zip gdb-347e3a00bbbe1cca1ada1d6ff812f1b75b17a2c8.tar.gz gdb-347e3a00bbbe1cca1ada1d6ff812f1b75b17a2c8.tar.bz2 |
We now configure gdbtest automatically if it's there.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com) + + * configure.in: Add gdbtest to configdirs. + Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com) * Makefile.in (MINUS_G): Add macro, default to -g, pass on diff --git a/configure.in b/configure.in index fba1f82..cbbecee 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="mmalloc libiberty texinfo bfd binutils byacc bison gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof" +configdirs="mmalloc libiberty texinfo bfd binutils byacc bison gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest" srctrigger=cfg-paper.texi srcname="gnu development package" |