2002-02-28 Victor V. Vengerov <vvv@oktet.ru>

* DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
	* configure.ac: Modified to reflect addition.
This commit is contained in:
Joel Sherrill
2002-02-28 20:44:18 +00:00
parent f36a7bfcde
commit 1d42dcbcdb
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-02-28 Victor V. Vengerov <vvv@oktet.ru>
* DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
* configure.ac: Modified to reflect addition.
2002-01-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove

View File

@@ -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)