GNOME Bugzilla – Bug 761398
./configure should detect yacc
Last modified: 2016-02-01 21:44:01 UTC
gnumeric uses yacc during the compilation process, but it is not detected by the configure script.
We have this in configure.ac AC_PROG_YACC That ought to do it. More details, please.
When I tried to compile gnumeric on debian 8, the configure script could run without problem. But then during the make process, it stopped saying that yacc was missing. Then I installed bison and everything went fine.
Just checking: ./configure detects if bison is present, but does not make a strict requirement of its presence.
Done