summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/libfs/ChangeLog8
-rw-r--r--c/src/exec/libfs/Makefile.am2
-rw-r--r--c/src/libfs/ChangeLog8
-rw-r--r--c/src/libfs/Makefile.am2
-rw-r--r--c/src/libfs/configure.in2
-rw-r--r--cpukit/libfs/ChangeLog8
-rw-r--r--cpukit/libfs/Makefile.am2
7 files changed, 28 insertions, 4 deletions
diff --git a/c/src/exec/libfs/ChangeLog b/c/src/exec/libfs/ChangeLog
index 9acd52cb8c..c17b7a6db5 100644
--- a/c/src/exec/libfs/ChangeLog
+++ b/c/src/exec/libfs/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am, configure.in: Introduce GNU canonicalization to libfs/.
+ The approach is currently a bit of a hack as GNU canonicalization
+ does not support the per-BSP build some of the other directories
+ require. As more of the tree is converted, this will become less
+ of an issue.
+
2000-10-19 Joel Sherrill <joel@OARcorp.com>
* .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore:
diff --git a/c/src/exec/libfs/Makefile.am b/c/src/exec/libfs/Makefile.am
index a6307af59c..8cad9253bf 100644
--- a/c/src/exec/libfs/Makefile.am
+++ b/c/src/exec/libfs/Makefile.am
@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = src wrapup
diff --git a/c/src/libfs/ChangeLog b/c/src/libfs/ChangeLog
index 9acd52cb8c..c17b7a6db5 100644
--- a/c/src/libfs/ChangeLog
+++ b/c/src/libfs/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am, configure.in: Introduce GNU canonicalization to libfs/.
+ The approach is currently a bit of a hack as GNU canonicalization
+ does not support the per-BSP build some of the other directories
+ require. As more of the tree is converted, this will become less
+ of an issue.
+
2000-10-19 Joel Sherrill <joel@OARcorp.com>
* .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore:
diff --git a/c/src/libfs/Makefile.am b/c/src/libfs/Makefile.am
index a6307af59c..8cad9253bf 100644
--- a/c/src/libfs/Makefile.am
+++ b/c/src/libfs/Makefile.am
@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = src wrapup
diff --git a/c/src/libfs/configure.in b/c/src/libfs/configure.in
index 3f62d6223a..c3696f78af 100644
--- a/c/src/libfs/configure.in
+++ b/c/src/libfs/configure.in
@@ -3,7 +3,7 @@ dnl
dnl $Id$
AC_PREREQ(2.13)
-AC_INIT(README)
+AC_INIT(src/imfs/imfs.h)
RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..)
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index 9acd52cb8c..c17b7a6db5 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am, configure.in: Introduce GNU canonicalization to libfs/.
+ The approach is currently a bit of a hack as GNU canonicalization
+ does not support the per-BSP build some of the other directories
+ require. As more of the tree is converted, this will become less
+ of an issue.
+
2000-10-19 Joel Sherrill <joel@OARcorp.com>
* .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore:
diff --git a/cpukit/libfs/Makefile.am b/cpukit/libfs/Makefile.am
index a6307af59c..8cad9253bf 100644
--- a/cpukit/libfs/Makefile.am
+++ b/cpukit/libfs/Makefile.am
@@ -3,7 +3,7 @@
##
AUTOMAKE_OPTIONS = foreign 1.4
-ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
SUBDIRS = src wrapup