From: Jim Meyering Date: Sun, 15 Mar 1998 09:45:00 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1b640164cbedbfac28e291b4a290f2db30b1d9f;p=pspp . --- diff --git a/m4/prereq.m4 b/m4/prereq.m4 new file mode 100644 index 0000000000..16aa53a2e5 --- /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 +])