source: rtems/aclocal/check-makefile.m4 @ 9b8baa1

4.104.114.84.95
Last change on this file since 9b8baa1 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
RevLine 
[b931d05a]1dnl
[6c77bba]2dnl $Id$
[b931d05a]3dnl
[6c77bba]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,
[81e0232]11[RTEMS_CHECK_FILES_IN($1,Makefile,makefiles)
[6c77bba]12])
Note: See TracBrowser for help on using the repository browser.