diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:26:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:26:01 +0000 |
commit | d7c9bf8bdc78b40ec91f15300c9558a5f79e803c (patch) | |
tree | f31ad4ad244bf5932be8048b3ef9dc6eacca0b7c /aclocal.m4 | |
parent | Adding upstream version 2.9.1. (diff) | |
download | lynx-d7c9bf8bdc78b40ec91f15300c9558a5f79e803c.tar.xz lynx-d7c9bf8bdc78b40ec91f15300c9558a5f79e803c.zip |
Adding upstream version 2.9.2.upstream/2.9.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -dnl $LynxId: aclocal.m4,v 1.341 2024/04/09 22:40:58 tom Exp $ +dnl $LynxId: aclocal.m4,v 1.342 2024/05/01 19:00:19 tom Exp $ dnl Macros for auto-configure script. dnl by Thomas E. Dickey <dickey@invisible-island.net> dnl and Jim Spath <jspath@mail.bcpl.lib.md.us> @@ -829,7 +829,7 @@ AC_MSG_RESULT($cf_cv_alt_char_set) test "$cf_cv_alt_char_set" != no && AC_DEFINE_UNQUOTED(ALT_CHAR_SET,$cf_cv_alt_char_set,[Define to 1 if if curses supports alternate-character set]) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_ANSI_CC_CHECK version: 14 updated: 2024/01/07 06:34:16 +dnl CF_ANSI_CC_CHECK version: 15 updated: 2024/05/01 15:00:19 dnl ---------------- dnl This was originally adapted from the macros 'fp_PROG_CC_STDC' and dnl 'fp_C_PROTOTYPES' in the sharutils 4.2 distribution. @@ -856,6 +856,8 @@ for cf_arg in "-DCC_HAS_PROTOS" \ "-Aa -D_HPUX_SOURCE" \ -Xc do + CFLAGS="$cf_save_CFLAGS" + CPPFLAGS="$cf_save_CPPFLAGS" CF_ADD_CFLAGS($cf_arg) AC_TRY_COMPILE( [ |