diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-22 14:26:37 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-22 14:26:37 -0700 |
commit | c8fff8630133fea7c4e279458d10d825e5028c62 (patch) | |
tree | f8b8261fdf3596e1306a3d072e13ec572c9e3e65 /m4/timespec.m4 | |
parent | 36cec983d4e680e28e7066fda505910cd549f509 (diff) |
Add gnulib files to support higher-resolution time stamps.
Fixes: debbugs:9000
Diffstat (limited to 'm4/timespec.m4')
-rw-r--r-- | m4/timespec.m4 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/m4/timespec.m4 b/m4/timespec.m4 new file mode 100644 index 0000000000..597b9c2d1a --- /dev/null +++ b/m4/timespec.m4 @@ -0,0 +1,15 @@ +#serial 14 + +# Copyright (C) 2000-2001, 2003-2007, 2009-2012 Free Software Foundation, Inc. + +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +dnl From Jim Meyering + +AC_DEFUN([gl_TIMESPEC], +[ + dnl Prerequisites of lib/timespec.h. + AC_REQUIRE([AC_C_INLINE]) +]) |