summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Mount2001-03-05 10:18:48 +0000
committerPeter Mount2001-03-05 10:18:48 +0000
commitef8181b8081676bde976adbe8d22b12a2ecb3e1a (patch)
treeddf2c9ad1a4d202454e0083294aa21dfcf193ad3 /configure
parent79e2dd5875c3311097b22e78445cf2623bd0b7c1 (diff)
Hmmm, a conflict with V1.104 of configure.in remained and broke configure
(said redirection required when run). After checking using cvsweb, removed the offending conflict. Rebuilt configure using autoconf, and it now works fine.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 3 insertions, 17 deletions
diff --git a/configure b/configure
index 95e1f189454..07b55c16e5f 100755
--- a/configure
+++ b/configure
@@ -42,7 +42,7 @@
# ... more stuff removed ...
-# $Header: /cvsroot/pgsql/configure,v 1.112 2001/03/05 09:38:55 peter Exp $
+# $Header: /cvsroot/pgsql/configure,v 1.113 2001/03/05 10:18:43 peter Exp $
# PGAC_PATH_FLEX
@@ -66,7 +66,7 @@
#
# Autoconf macros for configuring the build of Python extension modules
#
-# $Header: /cvsroot/pgsql/configure,v 1.112 2001/03/05 09:38:55 peter Exp $
+# $Header: /cvsroot/pgsql/configure,v 1.113 2001/03/05 10:18:43 peter Exp $
#
# PGAC_PROG_PYTHON
@@ -85,7 +85,7 @@
# the build of the shared module. Future project.
# PGAC_PATH_PYTHONDIR
-# $Header: /cvsroot/pgsql/configure,v 1.112 2001/03/05 09:38:55 peter Exp $
+# $Header: /cvsroot/pgsql/configure,v 1.113 2001/03/05 10:18:43 peter Exp $
# Autoconf macros to check for Tcl related things
@@ -8085,26 +8085,13 @@ done
fi
-<<<<<<< configure.in
-
-# Finally ready to produce output files ...
-=======
-
# check whether 'test -ef' works
if (test "$srcdir" -ef "$srcdir") >/dev/null 2>&1 ; then
test_ef_works=yes
else
test_ef_works=no
fi
->>>>>>> 1.104
-<<<<<<< configure.in
-if test x"$abs_top_srcdir" != x"$abs_top_builddir"; then
- echo $ac_n "preparing build tree... $ac_c" 1>&6
- /bin/sh "$srcdir/config/prep_buildtree" "$abs_top_srcdir" "$abs_top_builddir" \
- || { echo "configure: error: failed" 1>&2; exit 1; }
- echo "$ac_t""done" 1>&6
-=======
abs_top_srcdir=
@@ -8117,7 +8104,6 @@ if test "$test_ef_works" = yes ; then
|| { echo "configure: error: failed" 1>&2; exit 1; }
echo "$ac_t""done" 1>&6
fi
->>>>>>> 1.104
fi
trap '' 1 2 15