From 1d42dcbcdb8dd54e6c05d104c792dc394a8fc68b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Feb 2002 20:44:18 +0000 Subject: 2002-02-28 Victor V. Vengerov * DOS filesystem including FAT12, FAT16, and FAT32 support submitted. * configure.ac: Modified to reflect addition. --- c/src/ChangeLog | 5 +++++ c/src/configure.ac | 1 + 2 files changed, 6 insertions(+) (limited to 'c') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 09d05f6082..1cadb474f9 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,8 @@ +2002-02-28 Victor V. Vengerov + + * DOS filesystem including FAT12, FAT16, and FAT32 support submitted. + * configure.ac: Modified to reflect addition. + 2002-01-02 Ralf Corsepius * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove diff --git a/c/src/configure.ac b/c/src/configure.ac index 7a9dc61cfd..2085559c36 100644 --- a/c/src/configure.ac +++ b/c/src/configure.ac @@ -35,6 +35,7 @@ fi AC_CONFIG_SUBDIRS(optman) AC_CONFIG_SUBDIRS(lib) AC_CONFIG_SUBDIRS(lib/libcpu) +AC_CONFIG_SUBDIRS(libblock) AC_CONFIG_SUBDIRS(lib/libbsp) AC_CONFIG_SUBDIRS(libfs) AC_CONFIG_SUBDIRS(libmisc) -- cgit v1.2.3