From dab70a1d6f9de4a28cde076f441ea98bb16690b2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 30 Aug 2008 02:12:22 +0200 Subject: [PATCH] Don't define HAVE_INCLUDE_NEXT any more. --- ChangeLog | 5 +++++ m4/include_next.m4 | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index be14c9523..7e9ec6c46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-29 Bruno Haible + + * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT + any more. + 2008-08-29 Simon Josefsson * MODULES.html.sh (Misc): Add bitrotate. diff --git a/m4/include_next.m4 b/m4/include_next.m4 index a842e2a23..e4b000659 100644 --- a/m4/include_next.m4 +++ b/m4/include_next.m4 @@ -1,4 +1,4 @@ -# include_next.m4 serial 6 +# include_next.m4 serial 7 dnl Copyright (C) 2006-2008 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -37,12 +37,6 @@ EOF rm -rf conftestd1 conftestd2 ]) if test $gl_cv_have_include_next = yes; then - - dnl FIXME: Remove HAVE_INCLUDE_NEXT and update everything that uses it - dnl to use @INCLUDE_NEXT@ instead. - AC_DEFINE([HAVE_INCLUDE_NEXT], 1, - [Define if your compiler supports the #include_next directive.]) - INCLUDE_NEXT=include_next else INCLUDE_NEXT=include -- 2.11.0