Fix the makefiles to fail cleanly if Perl is needed but not present. This
commit904075bf86b34be5e5446afd92e558b0b45ce7a6
authortgl <tgl>
Tue, 23 Jun 2009 03:46:00 +0000 (23 03:46 +0000)
committertgl <tgl>
Tue, 23 Jun 2009 03:46:00 +0000 (23 03:46 +0000)
treeea21caa60279f7fbe2d1b555bb0ca295307cda30
parentacd5733d36cd2e9be86d842a98eadca26bfc370b
Fix the makefiles to fail cleanly if Perl is needed but not present.  This
used to work as intended, but got broken some time ago (a quoted empty string
is not an empty string), and got broken some more by the changes to generate
ecpg's preproc.y automatically.  Given all the unprotected uses of $(PERL)
elsewhere, it seems best to make use of the $(missing) script rather than
trying to ensure each such use is protected individually.  Also fix various
bits of documentation that omitted to mention Perl as a requirement for
building from a CVS pull.  Per a complaint from Robert Haas.
README.CVS
config/missing
doc/src/sgml/cvs.sgml
doc/src/sgml/installation.sgml
src/Makefile.global.in
src/bin/psql/Makefile