diff options
author | Jim Meyering <jim@meyering.net> | 1998-03-15 09:45:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-03-15 09:45:00 +0000 |
commit | 36b10d9f21190c711be749f2c3437670740a130f (patch) | |
tree | 13ec0f5f4ec9ad9b649e016241f15b3eb8a3dd7a | |
parent | 72c09805851a30bef51a6a6ec484b6fb77336a59 (diff) | |
download | coreutils-36b10d9f21190c711be749f2c3437670740a130f.tar.xz |
.
-rw-r--r-- | m4/prereq.m4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/m4/prereq.m4 b/m4/prereq.m4 new file mode 100644 index 000000000..16aa53a2e --- /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 +]) |