From e7d110bac375c718300815ca6f3c896c655f4691 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 7 Jan 2004 17:16:36 +0000 Subject: 2004-01-07 Ralf Corsepius * automake/amcompile.am: New. * configure.ac: Add subdir-objects, AM_PROG_CC_C_O. --- cpukit/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 12b1ff6040..ee684379e7 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -9,7 +9,7 @@ RTEMS_TOP(..) RTEMS_CANONICAL_TARGET_CPU -AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.8]) +AM_INIT_AUTOMAKE([no-define nostdinc subdir-objects foreign 1.8]) AM_MAINTAINER_MODE RTEMS_ENABLE_MULTILIB @@ -33,6 +33,7 @@ fi RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_CANONICALIZE_TOOLS +AM_PROG_CC_C_O AC_PROG_RANLIB # FIXME: For the moment, no reason to check for ada -- cgit v1.2.3