After installing `sudo apt install gtk-doc-tools``` to satisfy autgen.sh
After configure, make throws out this error and stops the compilation
make[4]: entering in folder '[...]/Chimara/interpreters/nitfol'
MAKEINFO nitfol.info
CC nitfol_la-automap.lo
CC nitfol_la-debug.lo
CC nitfol_la-decode.lo
CC nitfol_la-errmesg.lo
CC nitfol_la-globals.lo
CC nitfol_la-hash.lo
CC nitfol_la-iff.lo
CC nitfol_la-infix.lo
YACC inform.c
../../ylwrap: línea 175: yacc: couldn't find the command
Makefile:870: instructions for objective 'inform.c' failed
make[4]: *** [inform.c] Error 127
make[4]: going out from folder '[...]/Chimara/interpreters/nitfol'
Makefile:497: instructions for objective 'all' failed
make[3]: *** [all] Error 2
make[3]: going out from folder '[...]/Chimara/interpreters/nitfol'
Makefile:413: instructions for objective 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: going out from folder '[...]/Chimara/interpreters'
Makefile:571: instructions for objective 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: going out from folder '[...]/Chimara'
Makefile:455: instructions for objective 'all' failed
make: *** [all] Error 2
After installing `sudo apt install gtk-doc-tools``` to satisfy autgen.sh
After configure, make throws out this error and stops the compilation