summaryrefslogtreecommitdiffstats
path: root/c/src/lib/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-16 13:00:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-16 13:00:42 +0000
commit994202a41792070b06809c614ae7ea73f1d79b84 (patch)
treeec0e15541054a93902afe12dc0f294cfad5508dd /c/src/lib/configure.in
parentModified to pick up components from libcpu. (diff)
downloadrtems-994202a41792070b06809c614ae7ea73f1d79b84.tar.bz2
Patch rtems-rc-20000615-4-cvs.diff from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> to fix the following: * lib/configure.in actually is libc's configure.in, so let it depend on libc not on lib [In my Cygnus/GNU configuration scheme, lib/include and lib/libc are treated as one unit, while libcpu and libbsp are treated as separate units.] * Allow empty --enable-bare* flags for the bare bsp. The formerly used scheme is too strict for our multilib experiments.
Diffstat (limited to '')
-rw-r--r--c/src/lib/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/configure.in b/c/src/lib/configure.in
index de922749ea..893f816188 100644
--- a/c/src/lib/configure.in
+++ b/c/src/lib/configure.in
@@ -3,7 +3,7 @@ dnl
dnl $Id$
AC_PREREQ(2.13)
-AC_INIT(libbsp)
+AC_INIT(libc)
RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..)