X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fposixver.m4;h=369ba3fd67b8cfc5bc9a542b029bff38211d0ec5;hb=1b4d508f389cba95bdc7be27010b00b8e643bdaf;hp=1fb8772f17276dacc425354dfbe591123fd7b986;hpb=6ba1261f9596af6a08bbf270e1c18e8ec90be021;p=gnulib.git diff --git a/m4/posixver.m4 b/m4/posixver.m4 index 1fb8772f1..369ba3fd6 100644 --- a/m4/posixver.m4 +++ b/m4/posixver.m4 @@ -1,13 +1,14 @@ -# posixver.m4 serial 4 -dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. +# posixver.m4 serial 6 +dnl Copyright (C) 2002, 2003, 2004, 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, +dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_POSIXVER], [ + AC_LIBSOURCES([posixver.c, posixver.h]) + AC_LIBOBJ([posixver]) + AC_CHECK_HEADERS_ONCE(unistd.h) AC_REQUIRE([gl_DEFAULT_POSIX2_VERSION]) ])