@@ -17,7 +17,6 @@ dnl Read the Autoconf manual for details.
17
17
dnl
18
18
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
19
19
20
- dnl AC_INIT([PostgresPro], [9.5.1.3], [bugs@postgrespro.ru])
21
20
AC_INIT([PostgreSQL], [9.5.2], [bugs@postgrespro.ru],[postgrespro])
22
21
PACKAGE_TARNAME=postgrespro
23
22
m4_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,
2216
2215
["PostgreSQL $PG_VERSION on $host, compiled by $cc_string, `expr $ac_cv_sizeof_void_p \* 8`-bit"],
2217
2216
[A string containing the version number, platform, and C compiler])
2218
2217
AC_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"],
2220
2219
[A string containing the version number, platform, and C compiler])
2221
2220
# Supply a numeric version string for use by 3rd party add-ons
2222
2221
# awk -F is a regex on some platforms, and not on others, so make "." a tab
0 commit comments