* jm-macros.m4: Require the new macro.
authorJim Meyering <jim@meyering.net>
Thu, 28 Sep 2006 21:03:15 +0000 (21:03 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 28 Sep 2006 21:03:15 +0000 (21:03 +0000)
* readdir.m4 (gl_FUNC_READDIR): Rename from GL_FUNC_READDIR.

m4/ChangeLog
m4/jm-macros.m4
m4/readdir.m4

index 17aadd5..5747b97 100644 (file)
@@ -1,5 +1,7 @@
 2006-09-28  Jim Meyering  <jim@meyering.net>
 
+       * jm-macros.m4: Require the new macro.
+       * readdir.m4 (gl_FUNC_READDIR): Rename from GL_FUNC_READDIR.
        * readdir.m4: Revivify this file.
        We need it to work around a bug on Darwin 0.7.x.
 
index e0188e6..199e5c7 100644 (file)
@@ -45,6 +45,7 @@ AC_DEFUN([gl_MACROS],
   AC_REQUIRE([gl_PREREQ])
 
   AC_REQUIRE([AC_FUNC_FSEEKO])
+  AC_REQUIRE([gl_FUNC_READDIR])
 
   AC_CONFIG_LIBOBJ_DIR([lib])
 
index 7783ef0..5f0176e 100644 (file)
@@ -1,6 +1,6 @@
 #serial 8
 
-# Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003 Free Software
+# Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2006 Free Software
 # Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
@@ -22,7 +22,7 @@ dnl Define HAVE_WORKING_READDIR if readdir does *not* have this problem.
 
 dnl Written by Jim Meyering.
 
-AC_DEFUN([GL_FUNC_READDIR],
+AC_DEFUN([gl_FUNC_READDIR],
 [dnl
 AC_REQUIRE([AC_HEADER_DIRENT])
 AC_CACHE_CHECK([for working readdir], gl_cv_func_working_readdir,