diff options
author | Steve Chamberlain <sac@cygnus> | 1992-06-23 01:32:47 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-06-23 01:32:47 +0000 |
commit | 4347369fb188f0d164d8ed2e51ced75b9a59ec8d (patch) | |
tree | 7533da274d3240e83f16ce81af8d5092f42c4488 /configure.in | |
parent | f74d99418e0321522e577a1cb489a76873c4ebfc (diff) | |
download | gdb-4347369fb188f0d164d8ed2e51ced75b9a59ec8d.zip gdb-4347369fb188f0d164d8ed2e51ced75b9a59ec8d.tar.gz gdb-4347369fb188f0d164d8ed2e51ced75b9a59ec8d.tar.bz2 |
* configure: fix various problems with propogating
makefile_target_frag in subdirs.
* configure.in: config libgcc if its there
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 f1a44b1..fc5a581 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 bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest" +configdirs="autoconf libgcc mmalloc libiberty texinfo bfd binutils byacc bison flex 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" |