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.
This commit is contained in:
Ralf Corsepius
2004-01-15 03:35:25 +00:00
parent 2dbcee87f2
commit 033f068631
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
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.
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.

View File

@@ -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)