From 3582a80e4854c1596c29bb98bf6cadfd33b60b9a Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 28 Jul 2017 12:21:55 +0900 Subject: [PATCH] Rename package from repmgr4 to repmgr --- configure | 26 +++++++++++++------------- configure.in | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/configure b/configure index 833eb0ba..08d3eca4 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for repmgr4 4.0. +# Generated by GNU Autoconf 2.69 for repmgr 4.0. # # Report bugs to . # @@ -580,10 +580,10 @@ MFLAGS= MAKEFLAGS= # Identity of this package. -PACKAGE_NAME='repmgr4' -PACKAGE_TARNAME='repmgr4' +PACKAGE_NAME='repmgr' +PACKAGE_TARNAME='repmgr' PACKAGE_VERSION='4.0' -PACKAGE_STRING='repmgr4 4.0' +PACKAGE_STRING='repmgr 4.0' PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' PACKAGE_URL='https://2ndquadrant.com/en/resources/repmgr/' @@ -1179,7 +1179,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures repmgr4 4.0 to adapt to many kinds of systems. +\`configure' configures repmgr 4.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1227,7 +1227,7 @@ Fine tuning of the installation directories: --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/repmgr4] + --docdir=DIR documentation root [DATAROOTDIR/doc/repmgr] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1240,7 +1240,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of repmgr4 4.0:";; + short | recursive ) echo "Configuration of repmgr 4.0:";; esac cat <<\_ACEOF @@ -1256,7 +1256,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . -repmgr4 home page: . +repmgr home page: . _ACEOF ac_status=$? fi @@ -1319,7 +1319,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -repmgr4 configure 4.0 +repmgr configure 4.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1338,7 +1338,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by repmgr4 $as_me 4.0, which was +It was created by repmgr $as_me 4.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2377,7 +2377,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by repmgr4 $as_me 4.0, which was +This file was extended by repmgr $as_me 4.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2434,13 +2434,13 @@ Configuration headers: $config_headers Report bugs to . -repmgr4 home page: ." +repmgr home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -repmgr4 config.status 4.0 +repmgr config.status 4.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.in b/configure.in index d2ad27b1..3fd4f30a 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([repmgr4], [4.0], [pgsql-bugs@postgresql.org], [repmgr4], [https://2ndquadrant.com/en/resources/repmgr/]) +AC_INIT([repmgr], [4.0], [pgsql-bugs@postgresql.org], [repmgr], [https://2ndquadrant.com/en/resources/repmgr/]) AC_COPYRIGHT([Copyright (c) 2010-2017, 2ndQuadrant Ltd.])