summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-15 03:35:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-15 03:35:25 +0000
commit033f068631947320bcc845354b9552276d7b80d2 (patch)
tree3d89f99c95ecdc0eddf49c0e16d1c26820ad9236 /c/src/configure.ac
parent2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-033f068631947320bcc845354b9552276d7b80d2.tar.bz2
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add subdir-objects to AUTOMAKE_OPTIONS. Require automake-1.8.2. Add RTEMS_PROG_CCAS. Add AM_PROG_CC_C_O.
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 06e3ce3449..39ef0e7e3e 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -13,7 +13,7 @@ RTEMS_ENABLE_RDBG
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.8])
+AM_INIT_AUTOMAKE([no-define subdir-objects no-exeext foreign 1.8.2])
AM_MAINTAINER_MODE
RTEMS_ENABLE_MULTILIB
@@ -108,8 +108,9 @@ test -n "${CFLAGS_DEBUG_V}" && \
ac_configure_args="$ac_configure_args 'CFLAGS_DEBUG_V=${CFLAGS_DEBUG_V}'"
RTEMS_PROG_CC_FOR_TARGET
+RTEMS_PROG_CCAS
RTEMS_CANONICALIZE_TOOLS
-
+AM_PROG_CC_C_O
AC_SUBST(CUSTOM_CFG_FILES)
AC_SUBST(cfg_dir)