summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-03-09 23:06:55 +0000
committerJim Meyering <jim@meyering.net>2005-03-09 23:06:55 +0000
commit185b3fffbb5448be5cfd9e3909392d1e9b7abeaf (patch)
tree3f0f1eb03d84946f4a926dc2e19fa7c75b05e503 /m4
parent080aae6f466a47f498a4e17ee07f943f66d8c411 (diff)
downloadcoreutils-185b3fffbb5448be5cfd9e3909392d1e9b7abeaf.tar.xz
(gl_XNANOSLEEP): Add intprops.h.
Diffstat (limited to 'm4')
-rw-r--r--m4/xnanosleep.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/xnanosleep.m4 b/m4/xnanosleep.m4
index f030bc1bb..360a4f5cb 100644
--- a/m4/xnanosleep.m4
+++ b/m4/xnanosleep.m4
@@ -1,4 +1,4 @@
-# xnanosleep.m4 serial 2
+#serial 3
dnl Copyright (C) 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -8,6 +8,6 @@ dnl Written by Paul Eggert.
AC_DEFUN([gl_XNANOSLEEP],
[
- AC_LIBSOURCES([xnanosleep.c, xnanosleep.h])
+ AC_LIBSOURCES([xnanosleep.c, xnanosleep.h, intprops.h])
AC_LIBOBJ([xnanosleep])
])