summaryrefslogtreecommitdiff
path: root/m4/timespec.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/timespec.m4
parentd7d389b5dc365d4185e48327456cada8e6692f38 (diff)
downloadcoreutils-72002f81e39c6becf987fd8805703eb2acbc2c8b.tar.xz
Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses.
Diffstat (limited to 'm4/timespec.m4')
-rw-r--r--m4/timespec.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/timespec.m4 b/m4/timespec.m4
index 5ca16d48d..5a346112e 100644
--- a/m4/timespec.m4
+++ b/m4/timespec.m4
@@ -1,4 +1,4 @@
-#serial 7
+#serial 8
dnl From Jim Meyering
@@ -7,7 +7,7 @@ AC_DEFUN([gl_TIMESPEC],
dnl Prerequisites of lib/timespec.h.
AC_REQUIRE([AC_HEADER_TIME])
AC_CHECK_HEADERS_ONCE(sys/time.h)
- jm_CHECK_TYPE_STRUCT_TIMESPEC
+ gl_CHECK_TYPE_STRUCT_TIMESPEC
AC_STRUCT_ST_MTIM_NSEC
dnl Persuade glibc <time.h> to declare nanosleep().
@@ -19,7 +19,7 @@ AC_DEFUN([gl_TIMESPEC],
dnl Define HAVE_STRUCT_TIMESPEC if `struct timespec' is declared
dnl in time.h or sys/time.h.
-AC_DEFUN([jm_CHECK_TYPE_STRUCT_TIMESPEC],
+AC_DEFUN([gl_CHECK_TYPE_STRUCT_TIMESPEC],
[
dnl Persuade pedantic Solaris to declare struct timespec.
AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])