*** pgsql/configure 2003/11/03 05:27:17 1.310 --- pgsql/configure 2004/03/05 19:57:18 1.310.2.8 *************** *** 1,6 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.53 for PostgreSQL 7.4RC1. # # Report bugs to . # --- 1,6 ---- #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.53 for PostgreSQL 7.4.2. # # Report bugs to . # *************** SHELL=${CONFIG_SHELL-/bin/sh} *** 258,265 **** # Identity of this package. PACKAGE_NAME='PostgreSQL' PACKAGE_TARNAME='postgresql' ! PACKAGE_VERSION='7.4RC1' ! PACKAGE_STRING='PostgreSQL 7.4RC1' PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' ac_unique_file="src/backend/access/common/heaptuple.c" --- 258,265 ---- # Identity of this package. PACKAGE_NAME='PostgreSQL' PACKAGE_TARNAME='postgresql' ! PACKAGE_VERSION='7.4.2' ! PACKAGE_STRING='PostgreSQL 7.4.2' PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' ac_unique_file="src/backend/access/common/heaptuple.c" *************** if test "$ac_init_help" = "long"; then *** 769,775 **** # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures PostgreSQL 7.4RC1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... --- 769,775 ---- # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures PostgreSQL 7.4.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... *************** fi *** 830,836 **** if test -n "$ac_init_help"; then case $ac_init_help in ! short | recursive ) echo "Configuration of PostgreSQL 7.4RC1:";; esac cat <<\_ACEOF --- 830,836 ---- if test -n "$ac_init_help"; then case $ac_init_help in ! short | recursive ) echo "Configuration of PostgreSQL 7.4.2:";; esac cat <<\_ACEOF *************** fi *** 950,956 **** test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF ! PostgreSQL configure 7.4RC1 generated by GNU Autoconf 2.53 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 --- 950,956 ---- test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF ! PostgreSQL configure 7.4.2 generated by GNU Autoconf 2.53 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 *************** cat >&5 <<_ACEOF *** 967,973 **** This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. ! It was created by PostgreSQL $as_me 7.4RC1, which was generated by GNU Autoconf 2.53. Invocation command line was $ $0 $@ --- 967,973 ---- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. ! It was created by PostgreSQL $as_me 7.4.2, which was generated by GNU Autoconf 2.53. Invocation command line was $ $0 $@ *************** fi *** 2471,2477 **** echo "$as_me:$LINENO: result: $pgac_cv_prog_cc_no_strict_aliasing" >&5 echo "${ECHO_T}$pgac_cv_prog_cc_no_strict_aliasing" >&6 ! if test "$ac_env_CFLAGS_set" != set; then CFLAGS="$CFLAGS $pgac_cv_prog_cc_no_strict_aliasing" fi --- 2471,2477 ---- echo "$as_me:$LINENO: result: $pgac_cv_prog_cc_no_strict_aliasing" >&5 echo "${ECHO_T}$pgac_cv_prog_cc_no_strict_aliasing" >&6 ! if test x"$pgac_cv_prog_cc_no_strict_aliasing" != x""; then CFLAGS="$CFLAGS $pgac_cv_prog_cc_no_strict_aliasing" fi *************** if test "${enable_thread_safety+set}" = *** 2909,2915 **** yes) cat >>confdefs.h <<\_ACEOF ! #define USE_THREADS 1 _ACEOF ;; --- 2909,2915 ---- yes) cat >>confdefs.h <<\_ACEOF ! #define ENABLE_THREAD_SAFETY 1 _ACEOF ;; *************** fi *** 13395,13400 **** --- 13395,13405 ---- # functions are marked "not found", which is perfect. # if test "$enable_thread_safety" = yes -a "$NEED_REENTRANT_FUNCS" = yes ; then + + cat >>confdefs.h <<\_ACEOF + #define NEED_REENTRANT_FUNCS 1 + _ACEOF + _CFLAGS="$CFLAGS" _LIBS="$LIBS" CFLAGS="$CFLAGS $THREAD_CPPFLAGS" *************** else *** 17441,17451 **** EOF ! ${NSGMLS-false} -s conftest.sgml 1>&5 2>&1 ! if test $? -eq 0; then ! pgac_cv_check_docbook=yes ! else ! pgac_cv_check_docbook=no fi rm -f conftest.sgml fi --- 17446,17458 ---- EOF ! pgac_cv_check_docbook=no ! ! if test -n "$NSGMLS"; then ! $NSGMLS -s conftest.sgml 1>&5 2>&1 ! if test $? -eq 0; then ! pgac_cv_check_docbook=yes ! fi fi rm -f conftest.sgml fi *************** _ASBOX *** 17983,17989 **** } >&5 cat >&5 <<_CSEOF ! This file was extended by PostgreSQL $as_me 7.4RC1, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = $CONFIG_FILES --- 17990,17996 ---- } >&5 cat >&5 <<_CSEOF ! This file was extended by PostgreSQL $as_me 7.4.2, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = $CONFIG_FILES *************** _ACEOF *** 18045,18051 **** cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! PostgreSQL config.status 7.4RC1 configured by $0, generated by GNU Autoconf 2.53, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" --- 18052,18058 ---- cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! PostgreSQL config.status 7.4.2 configured by $0, generated by GNU Autoconf 2.53, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"