changeset 1274:5814479a0636

.
author Jim Meyering <jim@meyering.net>
date Sun, 15 Mar 1998 09:45:00 +0000
parents 06f5f07e85df
children 79a9830ba549
files m4/prereq.m4
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/m4/prereq.m4
@@ -0,0 +1,9 @@
+#serial 1
+
+dnl These are the prerequisite macros for files in the lib/
+dnl directories of the fileutils, sh-utils, and textutils packages.
+
+AC_DEFUN(jm_PREREQ,
+[
+  jm_PREREQ_ERROR
+])