summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--m4/bison.m48
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 899e444873..eeaa1af65c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2020-05-03 Bruno Haible <bruno@clisp.org>
+ bison: Fix today's commit.
+ * m4/bison.m4 (gl_PROG_BISON): Set ac_verc_fail to 'yes', not 'true'.
+
+2020-05-03 Bruno Haible <bruno@clisp.org>
+
list-c++: Add get_first, get_last, set_first, set_last operations.
* lib/gl_list.hh (class gl_List): Add methods get_first, get_last,
set_first, set_last.
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]=: