[pgpool-committers: 8937] pgpool: Remove Makefile.in etc. generated by autoconf.
Tatsuo Ishii
ishii at sraoss.co.jp
Tue Dec 13 18:44:23 JST 2022
Remove Makefile.in etc. generated by autoconf.
Also update some .ignore files and add some new .gitignore files. Now
developers need to run autoconf/autoreconf before compiling since the
generated files are not provided by git anymore.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=caeb3a8681d7aa0f5b24539de12d29dd5a8d9997
Modified Files
--------------
.gitignore | 18 +
Makefile.in | 812 ---
aclocal.m4 | 845 ---
compile | 0
config.guess | 1530 -----
config.sub | 1773 ------
depcomp | 688 ---
doc.ja/Makefile.in | 638 --
doc.ja/src/Makefile.in | 641 --
doc.ja/src/sgml/Makefile.in | 623 --
doc/Makefile.in | 638 --
doc/src/Makefile.in | 643 --
doc/src/sgml/Makefile.in | 621 --
install-sh | 527 --
ltmain.sh | 9661 -------------------------------
m4/ax_check_docbook.m4 | 65 -
m4/libtool.m4 | 8001 -------------------------
m4/ltoptions.m4 | 384 --
m4/ltsugar.m4 | 123 -
m4/ltversion.m4 | 23 -
m4/lt~obsolete.m4 | 98 -
missing | 331 --
mkinstalldirs | 162 -
src/Makefile.in | 1222 ----
src/include/Makefile.in | 543 --
src/include/config.h.in | 371 --
src/libs/Makefile.in | 633 --
src/libs/pcp/Makefile.in | 715 ---
src/parser/Makefile.in | 661 ---
src/test/.gitignore | 1 +
src/test/extended-query-test/.gitignore | 4 +
src/tools/Makefile.in | 709 ---
src/tools/pcp/Makefile.in | 772 ---
src/tools/pgenc/Makefile.in | 683 ---
src/tools/pgmd5/Makefile.in | 672 ---
src/tools/pgproto/Makefile.in | 627 --
src/tools/watchdog/Makefile.in | 773 ---
src/watchdog/Makefile.in | 600 --
ylwrap | 226 -
39 files changed, 23 insertions(+), 38034 deletions(-)
More information about the pgpool-committers
mailing list