1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-18 21:32:12 +02:00

(gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.

This commit is contained in:
Jim Meyering
2004-01-15 06:36:00 +00:00
parent 65c6b6f9a2
commit df82b0df69

View File

@@ -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.