From: Jim Meyering Date: Sat, 22 Jan 2000 21:51:57 +0000 (+0000) Subject: (jm_PREREQ_ADDEXT): New macro. Parts moved here from fileutils' configure.in. X-Git-Tag: FILEUTILS-4_0p~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24c45a756e67d049880b25d1341225a32dbf4bed;p=platform%2Fupstream%2Fcoreutils.git (jm_PREREQ_ADDEXT): New macro. Parts moved here from fileutils' configure.in. --- diff --git a/m4/prereq.m4 b/m4/prereq.m4 index 122d69e..4c8ac93 100644 --- a/m4/prereq.m4 +++ b/m4/prereq.m4 @@ -1,10 +1,11 @@ -#serial 4 +#serial 5 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_ADDEXT jm_PREREQ_CANON_HOST jm_PREREQ_ERROR jm_PREREQ_QUOTEARG @@ -12,6 +13,14 @@ AC_DEFUN(jm_PREREQ, jm_PREREQ_REGEX ]) +AC_DEFUN(jm_PREREQ_ADDEXT, +[ + dnl For addext.c. + AC_SYS_LONG_FILE_NAMES + AC_CHECK_FUNC(pathconf) + AC_CHECK_HEADERS(limits.h string.h unistd.h) +]) + AC_DEFUN(jm_PREREQ_CANON_HOST, [ dnl Add any libraries as early as possible.