vpath_build
BUILDING_BDR
BUILDING_UDR
+PATH
OBJEXT
EXEEXT
ac_ct_CC
LDFLAGS
LIBS
CPPFLAGS
+PATH
BUILDING_UDR
BUILDING_BDR'
LIBS libraries to pass to the linker, e.g. -l<library>
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
+ PATH PATH for target PostgreSQL install pg_config
BUILDING_UDR
- 1
+ Compile UDR only
BUILDING_BDR
- 1
+ Compile BDR (requires patched PostgreSQL 9.4
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
done
+
+
+
+
if test "$ac_cv_header_replication_replication_identifier_h" != 'yes'; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: postgres-bdr patches missing, forcing UDR build" >&5
$as_echo "$as_me: postgres-bdr patches missing, forcing UDR build" >&6;}
-
BUILDING_UDR=1
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: building against appropriately patched PostgreSQL" >&5
$as_echo "$as_me: building against appropriately patched PostgreSQL" >&6;}
-
BUILDING_BDR=1
[#include "postgres.h"
])
+AC_ARG_VAR([PATH], [PATH for target PostgreSQL install pg_config])
+AC_ARG_VAR([BUILDING_UDR], [Compile UDR only])
+AC_ARG_VAR([BUILDING_BDR], [Compile BDR (requires patched PostgreSQL 9.4])
+
if test "$ac_cv_header_replication_replication_identifier_h" != 'yes'; then
AC_MSG_NOTICE([postgres-bdr patches missing, forcing UDR build])
- AC_ARG_VAR([BUILDING_UDR], 1)
AC_SUBST([BUILDING_UDR], 1)
AC_DEFINE([BUILDING_UDR], 1, ['Building UDR'])
if test "$enable_bdr" = "yes"; then
fi
else
AC_MSG_NOTICE([building against appropriately patched PostgreSQL])
- AC_ARG_VAR([BUILDING_BDR], 1)
AC_SUBST([BUILDING_BDR], 1)
AC_DEFINE([BUILDING_BDR], 1, ['Building BDR'])
if test "$enable_bdr" = "no"; then