.
authorJim Meyering <jim@meyering.net>
Sun, 15 Mar 1998 09:45:00 +0000 (09:45 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 15 Mar 1998 09:45:00 +0000 (09:45 +0000)
m4/prereq.m4 [new file with mode: 0644]

diff --git a/m4/prereq.m4 b/m4/prereq.m4
new file mode 100644 (file)
index 0000000..16aa53a
--- /dev/null
@@ -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
+])