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.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/aclocal/check-makefile.m4 b/aclocal/check-makefile.m4
deleted file mode 100644
index 16b1c11118..0000000000
--- a/aclocal/check-makefile.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-dnl
-dnl $Id$
-dnl
-
-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,makefiles)
-])