summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c419e0e..a6ed1fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -209,6 +209,9 @@ PGSETUP_SUBST_OPT([NAME_PKG_PFX], [],
[package name prefix, like (PFX)postgresql.rpm])
PGSETUP_SUBST_OPT([NAME_PKG_SFX], [],
[package name suffix, like postgresql(SFX).rpm])
+PGSETUP_SUBST_OPT([NAME_DEFAULT_PREV_SERVICE], [postgresql],
+ [name of service to upgrade from by default (defaults to
+ 'postgresql'])
NAME_BINARYBASE="$NAME_BIN_PFX""postgresql$NAME_BIN_SFX"
NAME_PACKAGE="$NAME_PKG_PFX""postgresql$NAME_PKG_SFX"