source: rtems/aclocal/check-makefile.m4 @ 1896a650

4.104.114.84.95
Last change on this file since 1896a650 was b931d05a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/30/98 at 19:51:39

Added Id's.

  • Property mode set to 100644
File size: 320 bytes
Line 
1dnl
2dnl $Id$
3dnl
4
5dnl RTEMS_CHECK_MAKEFILE(path)
6dnl Search for Makefile.in's within the directory starting
7dnl at path and append an entry for Makefile to global variable
8dnl "makefiles" (from configure.in) for each Makefile.in found
9dnl
10AC_DEFUN(RTEMS_CHECK_MAKEFILE,
11[RTEMS_CHECK_FILES_IN($1,Makefile,makefiles)
12])
Note: See TracBrowser for help on using the repository browser.