summaryrefslogtreecommitdiffstats
path: root/c/src/libfs/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-24 22:06:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-24 22:06:00 +0000
commit7ec7cf74919501c581c8508bf22699914dae6097 (patch)
tree069628beb146c2f7d0359b908e3de6d2ecc5d5db /c/src/libfs/configure.in
parent2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7ec7cf74919501c581c8508bf22699914dae6097.tar.bz2
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.
Diffstat (limited to 'c/src/libfs/configure.in')
-rw-r--r--c/src/libfs/configure.in2
1 files changed, 1 insertions, 1 deletions
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(../../..)