summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-15 06:36:00 +0000
committerJim Meyering <jim@meyering.net>2004-01-15 06:36:00 +0000
commitdf82b0df6947be99ddb404d7f981ee19ae7e4ec4 (patch)
tree754f08ce447ae7971d91c3fe6cf173f2fda7f48c /m4
parent65c6b6f9a203802d59f1b3884d8ca3273f7be948 (diff)
downloadcoreutils-df82b0df6947be99ddb404d7f981ee19ae7e4ec4.tar.xz
(gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
Diffstat (limited to 'm4')
-rw-r--r--m4/posixver.m43
1 files changed, 2 insertions, 1 deletions
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.