source: rtems/aclocal/check-makefile.m4 @ 6207ea2

4.104.114.84.95
Last change on this file since 6207ea2 was 81e0232, checked in by Joel Sherrill <joel.sherrill@…>, on 02/17/98 at 13:49:06

Update from Ralf Corsepius:

6) The macro files from aclocal/*.m4 contain the buggy sed-rules formerly
contained in aclocal..m4, i.e. the sed/sort-bug fix to aclocal.m4 didn't
make it to aclocal/*.m4. I think I should feel guilty for that - Obviously I
submitted the contents of an old aclocal-directory last time. - Sorry.

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