From df82b0df6947be99ddb404d7f981ee19ae7e4ec4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 15 Jan 2004 06:36:00 +0000 Subject: (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION. --- m4/posixver.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/posixver.m4 b/m4/posixver.m4 index b0f18d444..1fb8772f1 100644 --- a/m4/posixver.m4 +++ b/m4/posixver.m4 @@ -1,4 +1,4 @@ -# posixver.m4 serial 3 +# 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 @@ -9,6 +9,7 @@ dnl the same distribution terms as the rest of that program. AC_DEFUN([gl_POSIXVER], [ AC_CHECK_HEADERS_ONCE(unistd.h) + AC_REQUIRE([gl_DEFAULT_POSIX2_VERSION]) ]) # Set the default level of POSIX conformance at configure-time. -- cgit v1.2.3-54-g00ecf