<div dir="ltr">Hi<div><br></div><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 15, 2016 at 10:59 AM, Tatsuo Ishii <span dir="ltr">&lt;<a href="mailto:ishii@postgresql.org" target="_blank">ishii@postgresql.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Usama,<br>
<br>
I think current configure related files are broken since your SGML<br>
patch was introduced. If so, please fix it. I need to tweak version<br>
info toward 3.6.<br></blockquote><div><br></div><div>The problem was somehow the m4 files part of the SGML patch were not checked in the repository.</div><div>Please find the attached patch if it solves the issue at your end. I have also altered the base Makefile.am</div><div>So that only &#39;$make docs&#39; will build the docs and &#39;$make all&#39; will not build the documentation.</div><div><br></div><div>Kind regards</div><div>Muhammad Usama</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
$ autoreconf<br>
Makefile.am:7: error: can_build_docs does not appear in AM_CONDITIONAL<br>
doc/src/sgml/Makefile.am:11: warning: &#39;:=&#39;-style assignments are not portable<br>
doc/src/sgml/Makefile.am:11: warning: wildcard $(srcdir: non-POSIX variable name<br>
doc/src/sgml/Makefile.am:11: (probably a GNU make extension)<br>
doc/src/sgml/Makefile.am:14: warning: &#39;:=&#39;-style assignments are not portable<br>
doc/src/sgml/Makefile.am:14: warning: filter-out %bookindex.sgml,$(ALLSGML: non-POSIX variable name<br>
doc/src/sgml/Makefile.am:14: (probably a GNU make extension)<br>
doc/src/sgml/Makefile.am:89: warning: &#39;%&#39;-style pattern rules are a GNU make extension<br>
doc/src/sgml/Makefile.am:92: warning: &#39;%&#39;-style pattern rules are a GNU make extension<br>
doc/src/sgml/Makefile.am:95: warning: &#39;%&#39;-style pattern rules are a GNU make extension<br>
doc/src/sgml/Makefile.am:98: warning: &#39;%&#39;-style pattern rules are a GNU make extension<br>
doc/src/sgml/Makefile.am:101: warning: &#39;%&#39;-style pattern rules are a GNU make extension<br>
doc/src/sgml/Makefile.am:105: warning: &#39;%&#39;-style pattern rules are a GNU make extension<br>
doc/src/sgml/Makefile.am:117: warning: &#39;%&#39;-style pattern rules are a GNU make extension<br>
doc/src/sgml/Makefile.am:120: warning: &#39;%&#39;-style pattern rules are a GNU make extension<br>
doc/src/sgml/Makefile.am:157: warning: &#39;%&#39;-style pattern rules are a GNU make extension<br>
doc/src/sgml/Makefile.am:161: warning: &#39;%&#39;-style pattern rules are a GNU make extension<br>
doc/src/sgml/Makefile.am:172: warning: &#39;%&#39;-style pattern rules are a GNU make extension<br>
doc/src/sgml/Makefile.am:187: warning: wildcard $(srcdir: non-POSIX variable name<br>
doc/src/sgml/Makefile.am:187: (probably a GNU make extension)<br>
autoreconf: automake failed with exit status: 1<br>
$ make<br>
/bin/bash ./config.status --recheck<br>
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/home/t-ishii/work/pgpool-II/current --no-create --no-recursion<br>
checking for gcc... gcc<br>
checking whether the C compiler works... yes<br>
checking for C compiler default output file name... a.out<br>
checking for suffix of executables...<br>
checking whether we are cross compiling... no<br>
[snip]<br>
checking lex output file root... lex.yy<br>
checking lex library... -lfl<br>
checking whether yytext is a pointer... yes<br>
checking for bison... bison -y<br>
./configure: line 12045: PGAC_PROG_NSGMLS: command not found<br>
./configure: line 12046: PGAC_PROG_JADE: command not found<br>
./configure: line 12047: syntax error near unexpected token `4.2&#39;<br>
./configure: line 12047: `PGAC_CHECK_DOCBOOK(4.2)&#39;<br>
make: *** [config.status] エラー 2<br>
<br>
Best regards,<br>
--<br>
Tatsuo Ishii<br>
SRA OSS, Inc. Japan<br>
English: <a href="http://www.sraoss.co.jp/index_en.php" rel="noreferrer" target="_blank">http://www.sraoss.co.jp/index_en.php</a><br>
Japanese:<a href="http://www.sraoss.co.jp" rel="noreferrer" target="_blank">http://www.sraoss.co.jp</a><br>
_______________________________________________<br>
pgpool-hackers mailing list<br>
<a href="mailto:pgpool-hackers@pgpool.net">pgpool-hackers@pgpool.net</a><br>
<a href="http://www.pgpool.net/mailman/listinfo/pgpool-hackers" rel="noreferrer" target="_blank">http://www.pgpool.net/mailman/listinfo/pgpool-hackers</a><br>
</blockquote></div><br></div></div>