summaryrefslogtreecommitdiffstats
path: root/c/src/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 21:19:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 21:19:08 +0000
commit846027b9b8e2d1a645681f9c0a5f3e75a02422df (patch)
treedbc6c57e8466b1362c75d75bbf431da3ca6d4f7e /c/src/configure.in
parent2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-846027b9b8e2d1a645681f9c0a5f3e75a02422df.tar.bz2
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Switch to GNU-canonicalization. * Makefile.am: Reflect changes to configure.in. * acinclude.m4: Remove.
Diffstat (limited to 'c/src/configure.in')
-rw-r--r--c/src/configure.in11
1 files changed, 3 insertions, 8 deletions
diff --git a/c/src/configure.in b/c/src/configure.in
index 784e2a1e5a..39b680bbd9 100644
--- a/c/src/configure.in
+++ b/c/src/configure.in
@@ -59,21 +59,16 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
hst_subdirs="$hst_subdirs librtems++";
fi
-RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs)
+AC_CONFIG_SUBDIRS($hst_subdirs)
AC_SUBST(hst_subdirs)
-RTEMS_CONFIG_HOST_SUBDIRS(tests)
+AC_CONFIG_SUBDIRS(wrapup tests)
RTEMS_PROJECT_ROOT
-RTEMS_PROG_CC_FOR_TARGET
-RTEMS_CANONICALIZE_TOOLS
-
# Explicitly list all Makefiles here
AC_OUTPUT(
Makefile
-wrapup/Makefile,,
+,,
test -d lib || mkdir lib
)
-
-RTEMS_OUTPUT_HOST_SUBDIRS(RTEMS_HOST_SUBDIRS)