projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32d425
)
.
author
Jim Meyering
<jim@meyering.net>
Sun, 15 Mar 1998 09:45:00 +0000
(09:45 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 15 Mar 1998 09:45:00 +0000
(09:45 +0000)
m4/prereq.m4
[new file with mode: 0644]
patch
|
blob
diff --git a/m4/prereq.m4
b/m4/prereq.m4
new file mode 100644
(file)
index 0000000..
16aa53a
--- /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
+])