summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-22 08:51:02 +0000
committerJim Meyering <jim@meyering.net>2002-06-22 08:51:02 +0000
commit555d569125826a263eb83252f0918c084a41879a (patch)
tree70bd6fc819dfa712d4fe020ed714ae08143fb9e5 /m4
parentff6434052f869ba64a00f99357b2fc20ddc44160 (diff)
downloadcoreutils-555d569125826a263eb83252f0918c084a41879a.tar.xz
* jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
now that configure.ac uses AC_GNU_SOURCE. (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m47
1 files changed, 1 insertions, 6 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index b3309f080..788a16f65 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -50,7 +50,7 @@ AC_DEFUN([jm_MACROS],
AC_REQUIRE([jm_FUNC_READDIR])
AC_REQUIRE([jm_FUNC_MEMCMP])
AC_REQUIRE([jm_FUNC_GLIBC_UNLOCKED_IO])
- AC_REQUIRE([jm_FUNC_FNMATCH])
+ AC_REQUIRE([AC_FUNC_FNMATCH_GNU])
AC_REQUIRE([jm_FUNC_GROUP_MEMBER])
AC_REQUIRE([jm_FUNC_PUTENV])
AC_REQUIRE([jm_AFS])
@@ -246,11 +246,6 @@ AC_DEFUN([jm_CHECK_ALL_HEADERS],
# This macro must be invoked before any tests that run the compiler.
AC_DEFUN([jm_CHECK_ALL_TYPES],
[
- # FIXME: I shouldn't have to require this macro here. Rather, it should
- # be required by any autoconf macro that performs a compile-time test or
- # otherwise uses confdefs.h.
- AC_REQUIRE([AC__GNU_SOURCE])
-
dnl This test must come as early as possible after the compiler configuration
dnl tests, because the choice of the file model can (in principle) affect
dnl whether functions and headers are available, whether they work, etc.