1#serial 14
2
3# Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software
4# Foundation, Inc.
5
6# This file is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10dnl From Jim Meyering
11
12AC_DEFUN([gl_TIMESPEC],
13[
14  dnl Prerequisites of lib/timespec.h.
15  AC_REQUIRE([AC_C_INLINE])
16])
17