From: Bruno Haible Date: Thu, 31 Mar 2011 16:21:36 +0000 (+0200) Subject: Fix bug with gl_WARN_ON_USE_PREPARE, introduced on 2011-01-23. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f31ee76bd843ff9c940b51e14b9e49cfe774aed5;p=pspp Fix bug with gl_WARN_ON_USE_PREPARE, introduced on 2011-01-23. * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK): Hide the gl_WARN_ON_USE_PREPARE definition from 'aclocal'. Reported by Simon Josefsson . --- diff --git a/ChangeLog b/ChangeLog index 057a46dc04..c4687ce05f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-03-31 Bruno Haible + + Fix bug with gl_WARN_ON_USE_PREPARE, introduced on 2011-01-23. + * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK): Hide the + gl_WARN_ON_USE_PREPARE definition from 'aclocal'. + Reported by Simon Josefsson . + 2011-03-31 Bruno Haible and Eric Blake @@ -2629,7 +2636,7 @@ 2011-01-23 Paul Eggert - Allow the user to avoid the GNULIB_TEST_* macros. + Allow the user to avoid the HAVE_RAW_DECL_* macros. * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK): New macro. 2011-01-23 Bruno Haible diff --git a/m4/gnulib-common.m4 b/m4/gnulib-common.m4 index ecbf33694e..c4d7a20ea3 100644 --- a/m4/gnulib-common.m4 +++ b/m4/gnulib-common.m4 @@ -1,4 +1,4 @@ -# gnulib-common.m4 serial 23 +# gnulib-common.m4 serial 24 dnl Copyright (C) 2007-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -109,7 +109,8 @@ AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS], AC_DEFUN([gl_ASSERT_NO_GNULIB_POSIXCHECK], [ dnl Override gl_WARN_ON_USE_PREPARE. - AC_DEFUN([gl_WARN_ON_USE_PREPARE], []) + dnl But hide this definition from 'aclocal'. + AC_DEFUN([gl_W][ARN_ON_USE_PREPARE], []) ]) # gl_ASSERT_NO_GNULIB_TESTS