summaryrefslogtreecommitdiff
path: root/m4/strftime.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-13 15:28:45 +0000
committerJim Meyering <jim@meyering.net>2004-04-13 15:28:45 +0000
commit72002f81e39c6becf987fd8805703eb2acbc2c8b (patch)
tree5f0f6faa3be3d7ac7211b7e725d4e1bf4c4d2204 /m4/strftime.m4
parentd7d389b5dc365d4185e48327456cada8e6692f38 (diff)
downloadcoreutils-72002f81e39c6becf987fd8805703eb2acbc2c8b.tar.xz
Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses.
Diffstat (limited to 'm4/strftime.m4')
-rw-r--r--m4/strftime.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/strftime.m4 b/m4/strftime.m4
index dfcf320bd..0143a2e91 100644
--- a/m4/strftime.m4
+++ b/m4/strftime.m4
@@ -1,8 +1,8 @@
-#serial 21
+#serial 22
dnl This macro is intended to be used solely in this file.
dnl These are the prerequisite macros for GNU's strftime.c replacement.
-AC_DEFUN([_jm_STRFTIME_PREREQS],
+AC_DEFUN([_gl_STRFTIME_PREREQS],
[
dnl strftime.c uses the underyling system strftime if it exists.
AC_FUNC_STRFTIME
@@ -22,10 +22,10 @@ AC_DEFUN([_jm_STRFTIME_PREREQS],
dnl From Jim Meyering.
dnl
-AC_DEFUN([jm_FUNC_GNU_STRFTIME],
+AC_DEFUN([gl_FUNC_GNU_STRFTIME],
[AC_REQUIRE([AC_HEADER_TIME])dnl
- _jm_STRFTIME_PREREQS
+ _gl_STRFTIME_PREREQS
AC_REQUIRE([AC_C_CONST])dnl
AC_CHECK_HEADERS_ONCE(sys/time.h)
@@ -33,7 +33,7 @@ AC_DEFUN([jm_FUNC_GNU_STRFTIME],
[Define to the name of the strftime replacement function.])
])
-AC_DEFUN([jm_FUNC_STRFTIME],
+AC_DEFUN([gl_FUNC_STRFTIME],
[
- _jm_STRFTIME_PREREQS
+ _gl_STRFTIME_PREREQS
])