From: Jim Meyering Date: Thu, 15 Jan 2004 06:36:00 +0000 (+0000) Subject: (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION. X-Git-Tag: v5.1.1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df82b0df6947be99ddb404d7f981ee19ae7e4ec4;p=thirdparty%2Fcoreutils.git (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION. --- diff --git a/m4/posixver.m4 b/m4/posixver.m4 index b0f18d444e..1fb8772f17 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.