Tue May 24 18:55:46 CEST 2005
======================================
-- iconv autodetection (for already-present UTF-8 support in loader)
++ Better upgrade mechanism
- Full autoconf support / PG sources dependency drop
- Special threatment of SRID=-1, dims=-1, type=GEOMETRY
in geometry_columns
-- Better upgrade mechanism
-
- Pre-8.0 port of new estimator code
- Better regression tests (single load, multi operations)
AC_PROG_CXX
AC_PROG_LN_S
+
+dnl
+dnl iconv support (might fail in case of non-default iconv installation)
+dnl
+AC_SUBST(USE_ICONV)
+USE_ICONV=
+AC_CHECK_HEADER(iconv.h,
+ USE_ICONV=1,
+ AC_MSG_WARN(utf8 encoding disabled)
+)
+
+
dnl
dnl host operating system
dnl
PGBEINCLUDES="-I`${PGCONFIG} --includedir-server`"
PGBIN="$(${PGCONFIG} --bindir)"
AC_MSG_CHECKING([which template to use])
-
PGTEMPLATE="$(${PGCONFIG} --configure | \
awk 'BEGIN {RS = " "; FS = "=";} \
{ \