From 4f55ce5d05105147799b560ba671088f0615065e Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 10 Jun 1997 18:21:19 +0000 Subject: Tue Jun 10 13:33:37 1997 Thomas Bushnell, n/BSG * Makefile.in (install): Install cross-migcom as `migcom', not as `mig'. Mon Jun 9 22:14:09 1997 Thomas Bushnell, n/BSG * i386/Drivers.in: Fix typos apt.o -> atp.o; 3c403.o -> 3c503.o. * Drivers.macros (AC_DRIVER): Test the class selected flag correctly. Mon May 26 14:33:19 1997 Thomas Bushnell, n/BSG * version.c (version): Update to version 1.1.2. Fri May 23 10:08:48 1997 Thomas Bushnell, n/BSG * Makefile.in (topfiles): Add aclocal.m4. Reported by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu). --- Drivers.macros | 2 +- version.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Drivers.macros b/Drivers.macros index 054e521..fe0e216 100644 --- a/Drivers.macros +++ b/Drivers.macros @@ -45,7 +45,7 @@ AC_DEFUN(AC_DRIVER, [ AC_ARG_ENABLE([$1],, AC_DEFINE([$2]) device_drivers="$device_drivers [$3]" -if test "driver_class_[$4]_selected+set" != set; then +if test "${driver_class_[$4]_selected+set}" != set; then driver_class_[$4]_selected=yes AC_DEFINE_UNQUOTED($driver_class_[$4]_option) device_drivers="$device_drivers $driver_class_[$4]_files" diff --git a/version.c b/version.c index 970832a..24febb1 100644 --- a/version.c +++ b/version.c @@ -1,2 +1,2 @@ -char version[] = "GNUmach 1.1.1"; +char version[] = "GNUmach 1.1.2"; -- cgit v1.2.3