summaryrefslogtreecommitdiff
path: root/m4/timespec.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/timespec.m4
parent2665224ca21ce8f05c6bc5cc1de0b6ac5203da6d (diff)
downloadgnulib-23fe10e274cf20fb2cb75ea1da9556a733106657.tar.gz
Change jm_ to gl_ in AC_DEFINE'd names. 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 5ca16d48dc..5a346112e8 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])