diff options
author | Heinz G. Seidl <hgs@cygnus> | 1992-02-26 02:20:45 +0000 |
---|---|---|
committer | Heinz G. Seidl <hgs@cygnus> | 1992-02-26 02:20:45 +0000 |
commit | 062676eb483c316380e96352914ba0d7d00342a5 (patch) | |
tree | 4d07fead92f66253f1c23329821855384d8f809e | |
parent | 5e3186ab813b17743993c35f890217be740ed16e (diff) | |
download | gdb-062676eb483c316380e96352914ba0d7d00342a5.zip gdb-062676eb483c316380e96352914ba0d7d00342a5.tar.gz gdb-062676eb483c316380e96352914ba0d7d00342a5.tar.bz2 |
changed prms to send_pr
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index ba29168..6fea2cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -96,7 +96,7 @@ install-info: install-info-dirs force install-dir.info: $(INSTALL_DATA) dir.info $(infodir)/dir.info -# clib prms +# clib send_pr # all-gnulib all.normal: all-texinfo all-bison all-byacc all-flex all-ld \ all-gas all-gcc all-binutils \ diff --git a/configure.in b/configure.in index 2ef4889..bc7c0ec 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="libiberty texinfo bfd binutils byacc bison gcc readline glob flex ld gas gnulib clib gdb emacs ispell make grep diff rcs gdbm cvs patch prms fileutils libg++" +configdirs="libiberty texinfo bfd binutils byacc bison gcc readline glob flex ld gas gnulib clib gdb emacs ispell make grep diff rcs gdbm cvs patch send_pr fileutils libg++" srctrigger=cfg-paper.texi srcname="gnu development package" |