1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(jm_PREREQ_ADDEXT): New macro. Parts moved here from fileutils' configure.in.

This commit is contained in:
Jim Meyering
2000-01-22 21:51:57 +00:00
parent d4db66a0fb
commit 24c45a756e

View File

@@ -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.