]> Savannah Git Hosting - gnulib.git/commitdiff
bison: Fix today's commit.
authorBruno Haible <bruno@clisp.org>
Sun, 3 May 2020 12:16:43 +0000 (14:16 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 3 May 2020 12:16:43 +0000 (14:16 +0200)
* m4/bison.m4 (gl_PROG_BISON): Set ac_verc_fail to 'yes', not 'true'.

ChangeLog
m4/bison.m4

index 899e444873657cc3c4453ca247cae3ac8bfb5788..eeaa1af65c8d2aa748f12d4fcbda0ea97d1112fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 76b62baf809cc75ca7c50114331c27d91070879c..3f18960450e9f1a6e4d26f34883c981a07555b9b 100644 (file)
@@ -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]=: