Merge from emacs-24; up to 2012-05-02T07:12:52Z!rgm@gnu.org.
[bpt/emacs.git] / m4 / timespec.m4
CommitLineData
c8fff863
PE
1#serial 14
2
3# Copyright (C) 2000-2001, 2003-2007, 2009-2012 Free Software Foundation, Inc.
4
5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9dnl From Jim Meyering
10
11AC_DEFUN([gl_TIMESPEC],
12[
13 dnl Prerequisites of lib/timespec.h.
14 AC_REQUIRE([AC_C_INLINE])
15])