only once at the top of the file. I'm surprised include/config.h wasn't
being overwritten from interfaces/odbc/config.h.in ...
dnl Process this file with autoconf to produce a configure script.
AC_INIT(backend/access/common/heaptuple.c)
AC_PREFIX_DEFAULT(/usr/local/pgsql)
+AC_CONFIG_HEADER(include/config.h)
AC_CANONICAL_HOST
export LDFLAGS
echo "- setting LDFLAGS=$LDFLAGS"
-AC_CONFIG_HEADER(include/config.h)
-
dnl Checks for programs.
AC_PROG_CPP
fi
AC_SUBST(USE_ODBC)
fi
-
-AC_CONFIG_HEADER(interfaces/odbc/config.h)
AC_OUTPUT(
GNUmakefile