From c42b3ab659c294e1c2a0de4b8bcbb4611eb3d005 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 25 Oct 2012 12:29:46 -0700 Subject: Imported Upstream version 2.11 --- m4/timespec.m4 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 m4/timespec.m4 (limited to 'm4/timespec.m4') diff --git a/m4/timespec.m4 b/m4/timespec.m4 new file mode 100644 index 0000000..5dbaed7 --- /dev/null +++ b/m4/timespec.m4 @@ -0,0 +1,15 @@ +#serial 14 + +# Copyright (C) 2000-2001, 2003-2007, 2009-2010 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]) +]) -- cgit v1.2.3