]> git.eshelyaron.com Git - emacs.git/commitdiff
* m4/lstat.m4: Merge from gnulib (Bug#8878).
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Jun 2011 23:10:17 +0000 (16:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Jun 2011 23:10:17 +0000 (16:10 -0700)
ChangeLog
m4/lstat.m4

index 979529240050077c362dbb4d47c0886ec811822f..bede3f3155c14a521f3b91a81af25a1379fe57f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * m4/lstat.m4: Merge from gnulib (Bug#8878).
+
 2011-06-16  Miles Bader <miles@gnu.org>
 
        * configure.in: Try to determine CRT_DIR automatically when
index 72c76c6cf3bea22d02c6858acf2e2a691f3d8e09..fe161d40101dce4335e51d747acd00090d9cd215 100644 (file)
@@ -1,4 +1,4 @@
-# serial 22
+# serial 23
 
 # Copyright (C) 1997-2001, 2003-2011 Free Software Foundation, Inc.
 #
@@ -15,7 +15,7 @@ AC_DEFUN([gl_FUNC_LSTAT],
   dnl "#define lstat stat", and lstat.c is a no-op.
   AC_CHECK_FUNCS_ONCE([lstat])
   if test $ac_cv_func_lstat = yes; then
-    AC_REQUIRE([AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK])
+    AC_REQUIRE([gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK])
     if test $gl_cv_func_lstat_dereferences_slashed_symlink = no; then
       REPLACE_LSTAT=1
     fi