[pgpool-committers: 3273] pgpool: Fix for [pgpool-hackers: 1630] autoconf broken
Muhammad Usama
m.usama at gmail.com
Thu Jun 16 19:50:43 JST 2016
Fix for [pgpool-hackers: 1630] autoconf broken
The autoconf was failing because of the missing docbook macro (.m4) files
mistakenly left out by the sgml documentation commit.
Apart from the autoconf fix, the commit also adds a new 'make docs' build target
for building the documentation and excludes the doc directory from the default
build targets. i.e. now 'make all' will not build the documentation
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=68b88112589e91a85c73941266bbe07fd813f620
Modified Files
--------------
Makefile.am | 8 ++--
Makefile.in | 7 ++-
m4/ax_check_docbook.m4 | 65 +++++++++++++++++++++++++++
m4/docbook.m4 | 107 ++++++++++++++++++++++++++++++++++++++++++++
src/Makefile.in | 16 ++++---
src/libs/pcp/Makefile.in | 16 ++++---
src/tools/pgmd5/Makefile.in | 16 ++++---
7 files changed, 214 insertions(+), 21 deletions(-)
More information about the pgpool-committers
mailing list