aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 955cb8d..1a95572 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
+ * configure.in: add libm.
+
* .cvsignore: ignore some stuff that comes from test-build.mk.
Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com)
diff --git a/configure.in b/configure.in
index 0e36814..a6834da 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 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"
+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 libm"
srctrigger=cfg-paper.texi
srcname="gnu development package"