diff options
Diffstat (limited to 'gl/m4/include_next.m4')
| -rw-r--r-- | gl/m4/include_next.m4 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gl/m4/include_next.m4 b/gl/m4/include_next.m4 index 9f19215e..80de991e 100644 --- a/gl/m4/include_next.m4 +++ b/gl/m4/include_next.m4 | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | # include_next.m4 serial 26 | 1 | # include_next.m4 |
| 2 | dnl Copyright (C) 2006-2023 Free Software Foundation, Inc. | 2 | # serial 27 |
| 3 | dnl Copyright (C) 2006-2025 Free Software Foundation, Inc. | ||
| 3 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 5 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
| 7 | dnl This file is offered as-is, without any warranty. | ||
| 6 | 8 | ||
| 7 | dnl From Paul Eggert and Derek Price. | 9 | dnl From Paul Eggert and Derek Price. |
| 8 | 10 | ||
| @@ -74,17 +76,17 @@ EOF | |||
| 74 | #endif | 76 | #endif |
| 75 | #define DEFINED_IN_CONFTESTD2 | 77 | #define DEFINED_IN_CONFTESTD2 |
| 76 | EOF | 78 | EOF |
| 77 | gl_save_CPPFLAGS="$CPPFLAGS" | 79 | gl_saved_CPPFLAGS="$CPPFLAGS" |
| 78 | CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2" | 80 | CPPFLAGS="$gl_saved_CPPFLAGS -Iconftestd1b -Iconftestd2" |
| 79 | dnl We intentionally avoid using AC_LANG_SOURCE here. | 81 | dnl We intentionally avoid using AC_LANG_SOURCE here. |
| 80 | AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED[#include <conftest.h>]], | 82 | AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED[#include <conftest.h>]], |
| 81 | [gl_cv_have_include_next=yes], | 83 | [gl_cv_have_include_next=yes], |
| 82 | [CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2" | 84 | [CPPFLAGS="$gl_saved_CPPFLAGS -Iconftestd1a -Iconftestd2" |
| 83 | AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED[#include <conftest.h>]], | 85 | AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED[#include <conftest.h>]], |
| 84 | [gl_cv_have_include_next=buggy], | 86 | [gl_cv_have_include_next=buggy], |
| 85 | [gl_cv_have_include_next=no]) | 87 | [gl_cv_have_include_next=no]) |
| 86 | ]) | 88 | ]) |
| 87 | CPPFLAGS="$gl_save_CPPFLAGS" | 89 | CPPFLAGS="$gl_saved_CPPFLAGS" |
| 88 | rm -rf conftestd1a conftestd1b conftestd2 | 90 | rm -rf conftestd1a conftestd1b conftestd2 |
| 89 | ]) | 91 | ]) |
| 90 | PRAGMA_SYSTEM_HEADER= | 92 | PRAGMA_SYSTEM_HEADER= |
