Makefiles and placeholder code

This commit is contained in:
Ian Barwick
2017-04-18 11:26:51 +09:00
parent 4a830b14b9
commit e6237cc81a
12 changed files with 1380 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ if test -z "$version_num"; then
fi
version_num_int=$(echo "$version_num"|
$SED -e 's/^\([[0-9]]*\)\([[0-9]]*\)$/\1\2/')
$SED -e 's/^\([[0-9]]*\)\.\([[0-9]]*\)$/\1\2/')
if test "$version_num_int" -lt '93'; then
AC_MSG_ERROR([repmgr is not compatible with detected PostgreSQL version: $version_num])
@@ -41,3 +41,8 @@ else
vpath_build=yes
fi
AC_SUBST(vpath_build)
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([Makefile.global])
AC_OUTPUT