]> git.saurik.com Git - bison.git/commit - doc/local.mk
build: look for Perl in configure.
authorAkim Demaille <akim@lrde.epita.fr>
Sun, 8 Apr 2012 06:58:43 +0000 (08:58 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Sun, 8 Apr 2012 07:49:06 +0000 (09:49 +0200)
commit5aaad6c43154f3e69c4e49616d29b1f95b012881
treed4fbc8b8a65ad21bafcdcc60103f8b361f465e21
parent8e15fef554bd31b6284eceb3e9e4888ae3658769
build: look for Perl in configure.

Bison uses "/usr/bin/perl" or "perl" in several places, and it does
not appear to be a problem.  But, at least to make it simpler to
change PERL on the make command line, check for perl in configure.

* configure.ac (PERL): New.
* doc/Doxyfile.in, doc/local.mk, examples/local.mk,
* tests/bison.in: Use it.
configure.ac
doc/Doxyfile.in
doc/local.mk
examples/local.mk
tests/bison.in