@@ -17,7 +17,6 @@ dnl Read the Autoconf manual for details.
1717dnl
1818m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1919
20- dnl AC_INIT([PostgresPro], [9.5.1.3], [bugs@postgrespro.ru])
2120AC_INIT([PostgreSQL], [9.5.2], [bugs@postgrespro.ru],[postgrespro])
2221PACKAGE_TARNAME=postgrespro
2322m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
@@ -2216,7 +2215,7 @@ AC_DEFINE_UNQUOTED(PG_VERSION_STR,
22162215 ["PostgreSQL $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"],
22172216 [A string containing the version number, platform, and C compiler])
22182217AC_DEFINE_UNQUOTED(PGPRO_VERSION_STR,
2219- ["PostgresPro 9.5.2.3 on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"],
2218+ ["$PGPRO_PACKAGE_NAME $PGPRO_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"],
22202219 [A string containing the version number, platform, and C compiler])
22212220# Supply a numeric version string for use by 3rd party add-ons
22222221# awk -F is a regex on some platforms, and not on others, so make "." a tab