summaryrefslogtreecommitdiff
path: root/m4/stat.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-18 18:12:50 +0000
committerJim Meyering <jim@meyering.net>2004-04-18 18:12:50 +0000
commit23fe10e274cf20fb2cb75ea1da9556a733106657 (patch)
tree968e667701da26960a813b529127fead800f4723 /m4/stat.m4
parent2665224ca21ce8f05c6bc5cc1de0b6ac5203da6d (diff)
downloadgnulib-23fe10e274cf20fb2cb75ea1da9556a733106657.tar.gz
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Diffstat (limited to 'm4/stat.m4')
-rw-r--r--m4/stat.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/stat.m4 b/m4/stat.m4
index bdfee5cb3f..01c682a497 100644
--- a/m4/stat.m4
+++ b/m4/stat.m4
@@ -1,4 +1,4 @@
-#serial 9
+#serial 10
dnl From Jim Meyering.
dnl Determine whether stat has the bug that it succeeds when given the
@@ -9,7 +9,7 @@ dnl If it does, then define HAVE_STAT_EMPTY_STRING_BUG and arrange to
dnl compile the wrapper function.
dnl
-AC_DEFUN([jm_FUNC_STAT],
+AC_DEFUN([gl_FUNC_STAT],
[
AC_FUNC_STAT
dnl Note: AC_FUNC_STAT does AC_LIBOBJ(stat).