summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/prog-ccas.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-16 15:58:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-16 15:58:13 +0000
commited908735b018f2d8ac723f57145b73abc7ebcd57 (patch)
treed3fe6149dd3f416a5b1a982f01565e03ee973f5f /cpukit/aclocal/prog-ccas.m4
parent2006-10-16 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ed908735b018f2d8ac723f57145b73abc7ebcd57.tar.bz2
Adaptations to automake-1.10.
Diffstat (limited to 'cpukit/aclocal/prog-ccas.m4')
-rw-r--r--cpukit/aclocal/prog-ccas.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/aclocal/prog-ccas.m4 b/cpukit/aclocal/prog-ccas.m4
index c5b64f561f..15b1a2c9b8 100644
--- a/cpukit/aclocal/prog-ccas.m4
+++ b/cpukit/aclocal/prog-ccas.m4
@@ -3,6 +3,6 @@
AC_DEFUN([RTEMS_PROG_CCAS],
[
AC_REQUIRE([RTEMS_PROG_CC])
-AC_SUBST(CCAS,["$CC"])
-AC_SUBST(CCASFLAGS,["-DASM \$(CFLAGS) \$(INCLUDES)"])
+AM_PROG_AS
+AC_SUBST(RTEMS_CCASFLAGS,["-DASM \$(CFLAGS)"])
])