X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fjm-macros.m4;h=788a16f6573aa512c0bc11237e20e326f1c66296;hb=2bf674b2395b6aff54eff7928d24f2995c37c28e;hp=a6d452689db352c045139bb287b06fb1e7ffc8f9;hpb=0f4d938b521c00b66e02b0c55be623137bdde858;p=gnulib.git diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index a6d452689..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]) @@ -207,6 +207,7 @@ AC_DEFUN([jm_CHECK_ALL_HEADERS], fcntl.h \ fenv.h \ float.h \ + hurd.h \ limits.h \ memory.h \ mntent.h \ @@ -245,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.