summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* bump to 1.1Pavel Raiskup2014-09-231-1/+1
| | | | * configure.ac (AC_INIT): Bump.
* release 1.0.0Pavel Raiskup2014-09-221-1/+1
| | | | | * NEWS: Adjust. * configure.ac: Likewise.
* configury: PREV_POSTGRES_BIN may be unsetPavel Raiskup2014-09-221-4/+4
| | | | | * configure.ac: Postpone PREV_POSTGRES_BIN check after the PREVPGENGINE check.
* release 0.9.2release-0.9.2Pavel Raiskup2014-09-191-1/+1
| | | | * configure.ac: Bump version.
* configure: show the configuration results once donePavel Raiskup2014-09-181-1/+14
| | | | | * configure.ac: Print the basic info about configured postgresql-setup project.
* configury: fix make distcheck errorsPavel Raiskup2014-09-181-1/+1
| | | | | | | | | | | | | * Makefile.am (EXTRA_DIST): Always use $(srcdir) when referencing wildcards. (install-data-hook): Return true even for non-root make install. (DISTCLEANFILES): Mention ChangeLog. * configure.ac (TEST_GEN_FILES_LIST): Only use the basename. * tests/Makefile.am (CHECK_DEPS): Fix reference to TEST_GEN_FILES_LIST. (DISTCLEANFILES): Mention also atconfig and atlocal. * tests/testsuite.at: Fix reference to $TEST_GEN_FILES_LIST, use always $abs_top_builddir when referencing built files.
* configury: some steps making the macros more consistentPavel Raiskup2014-09-181-82/+33
|
* testsuite: configury & and add first test-casePavel Raiskup2014-09-171-0/+51
| | | | | | | This required little bit of generalization so I moved the SED_CALL into configure.ac to have it available for tests/Makefile.am also. The first testsuite just checks that no un-expanded @pattern@ exists in generated files.
* NEWS: mention move from /etc/postgresql/* configurationPavel Raiskup2014-09-161-1/+1
| | | | (and bump version to 0.9.2~beta)
* README.rpmd-dist: template fixingPavel Raiskup2014-09-161-2/+3
|
* release: 0.9.1Pavel Raiskup2014-07-031-1/+1
| | | | Merge changes with ChangeLog & NEWS files. Bump version.
* upgrade/initdb logs: diverge among service namesPavel Raiskup2014-07-031-8/+5
| | | | | | Generate separate log file for each service. Also, don't configure with INITDB_LOG or UPGRADE_LOG but rather with POSTGRES_HOME.
* configure.ac: fix for PG_CTL_BIN & README_DISTPavel Raiskup2014-07-021-5/+3
|
* postgresql-ctl: use detected PG_CTL_BINPavel Raiskup2014-07-011-3/+30
|
* postgresql-check-db-dir generated alsoPavel Raiskup2014-07-011-1/+5
| | | | | Also generate files using sed as is suggested by autoconf manual (and the autoconf project does so internally).
* generate also README.rpm-distPavel Raiskup2014-07-011-0/+4
|
* Generate postgresql.service and configuration filePavel Raiskup2014-07-011-3/+8
|
* postgresql-ctl, DISTSUFF: introducePavel Raiskup2014-07-011-1/+8
| | | | | | | | | | | | We need postgresql-ctl for to keep backward compatibility with clients setting "PGPORT" directly in service file. DISTSUFF variable (which is read by ./configure) may be used to generated namespaced binary names -- e.g. DISTSUFF=93 results in postgresql93-setup is generated instead of postgresql-setup. This commit also adjusts autotools build system to not generate scripts by ./configure, but rather by make.
* docs: update option documentation and generate manPavel Raiskup2014-07-011-1/+1
|
* configury: make it non-foreignPavel Raiskup2014-07-011-1/+1
| | | | | This makes us to do some additional documentation, but it should not be so hard.
* configury: prepare for autotoolsPavel Raiskup2014-07-011-0/+131