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

4.115
Last change on this file since 0c0181d was 4f5e472, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 17:09:33

2006-10-17 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/prog-ccas.m4: 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.