Skip to content

Commit

Permalink
Don't define HAVE_INCLUDE_NEXT any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Aug 30, 2008
1 parent ca19d95 commit dab70a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-08-29 Bruno Haible <bruno@clisp.org>

* m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
any more.

2008-08-29 Simon Josefsson <simon@josefsson.org>

* MODULES.html.sh (Misc): Add bitrotate.
Expand Down
8 changes: 1 addition & 7 deletions m4/include_next.m4
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dab70a1

Please sign in to comment.