https://sourceware.org/bugzilla/show_bug.cgi?id=30894
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Vladimir Mezentsev <vmeze...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e5b3bfa519a9704288219d09fef1a792663351c0 commit e5b3bfa519a9704288219d09fef1a792663351c0 Author: Vladimir Mezentsev <vladimir.mezent...@oracle.com> Date: Tue Oct 3 23:53:01 2023 -0700 gprofng: 30894 bison should be no hard dependency When running from a distribution tarball, bison should not be necessary. The generated files (QLParser.tab.cc, QLParser.tab.hh) should be distributed. configure.ac should not abort if bison is missing. configure.ac should remove temporary files (dummy.c, Simple.class). bison must be run once to create QLParser.tab.cc and QLParser.tab.hh. gprofng/ChangeLog 2023-10-03 Vladimir Mezentsev <vladimir.mezent...@oracle.com> PR gprofng/30894 * configure.ac: Don't abort if bison is missing. Remove temporary files. * src/Makefile.am: Distribute QLParser.tab.cc and QLParser.tab.hh. * Run bison once to create QLParser.tab.cc and QLParser.tab.hh. * configure: Rebuild. * src/Makefile.in: Rebuild. -- You are receiving this mail because: You are on the CC list for the bug.