summaryrefslogtreecommitdiffstats
path: root/aclocal/check-makefile.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/check-makefile.m4')
-rw-r--r--aclocal/check-makefile.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/aclocal/check-makefile.m4 b/aclocal/check-makefile.m4
new file mode 100644
index 0000000000..07286d6318
--- /dev/null
+++ b/aclocal/check-makefile.m4
@@ -0,0 +1,11 @@
+dnl $Id$
+
+dnl RTEMS_CHECK_MAKEFILE(path)
+dnl Search for Makefile.in's within the directory starting
+dnl at path and append an entry for Makefile to global variable
+dnl "makefiles" (from configure.in) for each Makefile.in found
+dnl
+AC_DEFUN(RTEMS_CHECK_MAKEFILE,
+[RTEMS_CHECK_FILES_IN($1,Makefile.in,makefiles)
+])
+