summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-20 14:21:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-20 14:21:42 +0000
commitc31deebf76eaace234811de5a161a027b2cc489d (patch)
tree400728b50d8dff767016173c3ded21612ed78681 /c/src/exec/libfs/ChangeLog
parent2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c31deebf76eaace234811de5a161a027b2cc489d.tar.bz2
2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Addressing PR 140. * src/dosfs/config.h.in: Removed. * src/dosfs/stamp-h2.in: Removed. * .cvsignore: Add config.h*, stamp-h*. * configure.ac: Remove AC_SRC_DIR(.../dosfs.h). Remove AM_CONFIG_HEADER(src/dosfs/config.h). Remove AM_CONFIG_HEADER(src/imfs/config.h). Add AM_CONFIG_HEADER(config.h). * src/dosfs/Makefile.am: INCLUDES = -I../.. . * src/imfs/Makefile.am: INCLUDES = -I../.. .
Diffstat (limited to 'c/src/exec/libfs/ChangeLog')
-rw-r--r--c/src/exec/libfs/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/exec/libfs/ChangeLog b/c/src/exec/libfs/ChangeLog
index 4bca9696c7..131b0ba7cc 100644
--- a/c/src/exec/libfs/ChangeLog
+++ b/c/src/exec/libfs/ChangeLog
@@ -1,3 +1,16 @@
+2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ Addressing PR 140.
+ * src/dosfs/config.h.in: Removed.
+ * src/dosfs/stamp-h2.in: Removed.
+ * .cvsignore: Add config.h*, stamp-h*.
+ * configure.ac: Remove AC_SRC_DIR(.../dosfs.h).
+ Remove AM_CONFIG_HEADER(src/dosfs/config.h).
+ Remove AM_CONFIG_HEADER(src/imfs/config.h).
+ Add AM_CONFIG_HEADER(config.h).
+ * src/dosfs/Makefile.am: INCLUDES = -I../.. .
+ * src/imfs/Makefile.am: INCLUDES = -I../.. .
+
2002-03-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Reported and tracked as PR130.