From: Jim Meyering Date: Thu, 30 Jun 2005 20:24:45 +0000 (+0000) Subject: Require gl_STDOPEN. X-Git-Tag: CPPI-1_12~427 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e457b0a9c91acd8c9625c07e4b10ab371e9c3bd2;p=thirdparty%2Fcoreutils.git Require gl_STDOPEN. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 033f4d9211..7323ad4ca9 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -178,6 +178,7 @@ AC_DEFUN([gl_MACROS], AC_REQUIRE([gl_ROOT_DEV_INO]) AC_REQUIRE([gl_VERSION_ETC]) AC_REQUIRE([gl_DIACRIT]) + AC_REQUIRE([gl_STDOPEN]) ]) # These tests must be run before any use of AC_CHECK_TYPE,