From 2ac33b29fc09f72a18eb08829eb142eb86428747 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 3 May 2020 14:16:43 +0200 Subject: [PATCH] bison: Fix today's commit. * m4/bison.m4 (gl_PROG_BISON): Set ac_verc_fail to 'yes', not 'true'. --- ChangeLog | 5 +++++ m4/bison.m4 | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 899e444873..eeaa1af65c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-05-03 Bruno Haible + + bison: Fix today's commit. + * m4/bison.m4 (gl_PROG_BISON): Set ac_verc_fail to 'yes', not 'true'. + 2020-05-03 Bruno Haible list-c++: Add get_first, get_last, set_first, set_last operations. diff --git a/m4/bison.m4 b/m4/bison.m4 index 76b62baf80..3f18960450 100644 --- a/m4/bison.m4 +++ b/m4/bison.m4 @@ -1,4 +1,4 @@ -# serial 9 +# serial 10 # Copyright (C) 2002-2006, 2008-2020 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation @@ -57,13 +57,13 @@ _ACEOF : ${ac_prog_version:='v. ?.??'} if $$1 conftest.y -o conftest.c 2>/dev/null; then ac_prog_version="$ac_prog_version, ok" - ac_verc_fail=false + ac_verc_fail=no else ac_prog_version="$ac_prog_version, bad" - ac_verc_fail=true + ac_verc_fail=yes fi - AC_MSG_RESULT([$ac_prog_version]) rm -f conftest.y conftest.c + AC_MSG_RESULT([$ac_prog_version]) fi if test $ac_verc_fail = yes; then [$1]=: -- 2.39.5