From: John Gilmore Date: Sat, 11 Apr 1992 10:52:33 +0000 (+0000) Subject: We now configure gdbtest automatically if it's there. X-Git-Tag: gdb-4_18~22019 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=347e3a00bbbe1cca1ada1d6ff812f1b75b17a2c8;p=external%2Fbinutils.git We now configure gdbtest automatically if it's there. --- diff --git a/ChangeLog b/ChangeLog index 47f4148..72ce91a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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"