summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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