summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-04-23 18:07:36 +0000
committerThomas Bushnell <thomas@gnu.org>1997-04-23 18:07:36 +0000
commit8224c19990c4e8098ceac4cbd391603a76252014 (patch)
tree0255fc1cad1f15b62e8b81ad8a7410df005dbeb5 /ChangeLog
parent5989dac3caaa1e76896f8ec70128dba93a5ecccc (diff)
Wed Apr 23 13:21:23 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* configure.in (BUILD_CC): Use AC_CHECK_PROGS, not AC_CHECK_PROG, since we are checking multiple names. * configure.in (kdb): New --enable option. * Makefile.in (DEFINES): Add @DEFS@. * Makefile.in (clean, distclean, mostlyclean, maintainter-clean): New targets. (all-archs-configures): New variable. (MIG): Change to ./local-mig. (./local-mig): Change to build this instead of ./mig (check-clib-routines): Use nm -g in case there are local symbols. Suggested by Matthew Wilcox (willy@odie.barnet.ac.uk). Fri Apr 18 15:25:10 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * configure.in: Add AC_PREREQ for version 2.12. * i386/Drivers.in: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 778ab13..1091979 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+Wed Apr 23 13:21:23 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * configure.in (BUILD_CC): Use AC_CHECK_PROGS, not AC_CHECK_PROG,
+ since we are checking multiple names.
+
+ * configure.in (kdb): New --enable option.
+ * Makefile.in (DEFINES): Add @DEFS@.
+
+ * Makefile.in (clean, distclean, mostlyclean, maintainter-clean):
+ New targets.
+ (all-archs-configures): New variable.
+ (MIG): Change to ./local-mig.
+ (./local-mig): Change to build this instead of ./mig
+ (check-clib-routines): Use nm -g in case there are local symbols.
+ Suggested by Matthew Wilcox (willy@odie.barnet.ac.uk).
+
+Fri Apr 18 15:25:10 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * configure.in: Add AC_PREREQ for version 2.12.
+ * i386/Drivers.in: Likewise.
+
Wed Apr 16 16:55:36 1997 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
* configure.in: Replace AC_PROG_CC with AC_PROG_CC_LOCAL.