source: rtems/c/src/aclocal/prog-ccas.m4 @ a8340dc

Last change on this file since a8340dc was a8340dc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/19/06 at 14:08:08

Adaptations to automake-1.10.

  • Property mode set to 100644
File size: 117 bytes
Line 
1## $Id$
2
3AC_DEFUN([RTEMS_PROG_CCAS],
4[
5AC_REQUIRE([RTEMS_PROG_CC])
6AM_PROG_AS
7AC_SUBST(RTEMS_CCASFLAGS,["-DASM"])
8])
Note: See TracBrowser for help on using the repository browser.