summaryrefslogtreecommitdiffstats
path: root/aclocal/check-makefile.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-17 13:49:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-17 13:49:06 +0000
commit81e0232b13db827c0e0c43c142d41ea6f1150f28 (patch)
treec47eb0c4fdbc054b34188e8f3e7243c9cf6e3172 /aclocal/check-makefile.m4
parentUpdate from Ralf Corsepius: (diff)
downloadrtems-81e0232b13db827c0e0c43c142d41ea6f1150f28.tar.bz2
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.
Diffstat (limited to 'aclocal/check-makefile.m4')
-rw-r--r--aclocal/check-makefile.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/aclocal/check-makefile.m4 b/aclocal/check-makefile.m4
index 07286d6318..6cb61f36b0 100644
--- a/aclocal/check-makefile.m4
+++ b/aclocal/check-makefile.m4
@@ -6,6 +6,5 @@ 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)
+[RTEMS_CHECK_FILES_IN($1,Makefile,makefiles)
])
-