Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 878f9db

Browse files
committed
autoconf
1 parent ada4cfc commit 878f9db

File tree

1 file changed

+10
-52
lines changed

1 file changed

+10
-52
lines changed

src/configure

+10-52
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
set -x
2+
33
# Guess values for system-dependent variables and create Makefiles.
44
# Generated automatically using autoconf version 2.12
55
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
@@ -6144,30 +6144,6 @@ echo "configure:6121: checking for tclConfig.sh" >&5
61446144
fi
61456145
fi
61466146

6147-
if test "$USE_TCL"; then
6148-
echo $ac_n "checking for tclConfig.sh""... $ac_c" 1>&6
6149-
echo "configure:6150: checking for tclConfig.sh" >&5
6150-
library_dirs="/usr/lib $LIBRARY_DIRS"
6151-
TCL_CONFIG_SH=
6152-
for dir in $library_dirs; do
6153-
for tcl_dir in $tcl_dirs; do
6154-
if test -z "$TCL_CONFIG_SH"; then
6155-
if test -d "$dir/$tcl_dir" -a -r "$dir/$tcl_dir/tclConfig.sh"; then
6156-
TCL_CONFIG_SH=$dir/$tcl_dir/tclConfig.sh
6157-
fi
6158-
fi
6159-
done
6160-
done
6161-
if test -z "$TCL_CONFIG_SH"; then
6162-
echo "$ac_t""no" 1>&6
6163-
echo "configure: warning: tcl support disabled; Tcl configuration script missing" 1>&2
6164-
USE_TCL=
6165-
else
6166-
echo "$ac_t""$TCL_CONFIG_SH" 1>&6
6167-
6168-
fi
6169-
fi
6170-
61716147

61726148
if test "$USE_TCL" = "true"
61736149
then
@@ -6181,17 +6157,17 @@ then
61816157
TK_INCDIR=no
61826158
ac_safe=`echo "tk.h" | sed 'y%./+-%__p_%'`
61836159
echo $ac_n "checking for tk.h""... $ac_c" 1>&6
6184-
echo "configure:6185: checking for tk.h" >&5
6160+
echo "configure:6161: checking for tk.h" >&5
61856161
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
61866162
echo $ac_n "(cached) $ac_c" 1>&6
61876163
else
61886164
cat > conftest.$ac_ext <<EOF
6189-
#line 6190 "configure"
6165+
#line 6166 "configure"
61906166
#include "confdefs.h"
61916167
#include <tk.h>
61926168
EOF
61936169
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6194-
{ (eval echo configure:6195: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6170+
{ (eval echo configure:6171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
61956171
ac_err=`grep -v '^ *+' conftest.out`
61966172
if test -z "$ac_err"; then
61976173
rm -rf conftest*
@@ -6240,22 +6216,22 @@ then
62406216
for tk_lib in $tk_libs; do
62416217
if test -z "$TK_LIB"; then
62426218
echo $ac_n "checking for main in -l$tk_lib""... $ac_c" 1>&6
6243-
echo "configure:6244: checking for main in -l$tk_lib" >&5
6219+
echo "configure:6220: checking for main in -l$tk_lib" >&5
62446220
ac_lib_var=`echo $tk_lib'_'main | sed 'y%./+-%__p_%'`
62456221
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
62466222
echo $ac_n "(cached) $ac_c" 1>&6
62476223
else
62486224
ac_save_LIBS="$LIBS"
62496225
LIBS="-l$tk_lib $LIBS"
62506226
cat > conftest.$ac_ext <<EOF
6251-
#line 6252 "configure"
6227+
#line 6228 "configure"
62526228
#include "confdefs.h"
62536229
62546230
int main() {
62556231
main()
62566232
; return 0; }
62576233
EOF
6258-
if { (eval echo configure:6259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
6234+
if { (eval echo configure:6235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
62596235
rm -rf conftest*
62606236
eval "ac_cv_lib_$ac_lib_var=yes"
62616237
else
@@ -6301,17 +6277,17 @@ then
63016277
PWD_INCDIR=no
63026278
ac_safe=`echo "pwd.h" | sed 'y%./+-%__p_%'`
63036279
echo $ac_n "checking for pwd.h""... $ac_c" 1>&6
6304-
echo "configure:6305: checking for pwd.h" >&5
6280+
echo "configure:6281: checking for pwd.h" >&5
63056281
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
63066282
echo $ac_n "(cached) $ac_c" 1>&6
63076283
else
63086284
cat > conftest.$ac_ext <<EOF
6309-
#line 6310 "configure"
6285+
#line 6286 "configure"
63106286
#include "confdefs.h"
63116287
#include <pwd.h>
63126288
EOF
63136289
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6314-
{ (eval echo configure:6315: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6290+
{ (eval echo configure:6291: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
63156291
ac_err=`grep -v '^ *+' conftest.out`
63166292
if test -z "$ac_err"; then
63176293
rm -rf conftest*
@@ -6831,21 +6807,3 @@ chmod +x $CONFIG_STATUS
68316807
rm -fr confdefs* $ac_clean_files
68326808
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
68336809
6834-
6835-
GNUmakefile
6836-
Makefile.global
6837-
backend/port/Makefile
6838-
backend/utils/Gen_fmgrtab.sh
6839-
bin/pg_dump/Makefile
6840-
bin/pg_version/Makefile
6841-
bin/psql/Makefile
6842-
include/version.h
6843-
interfaces/ecpg/lib/Makefile
6844-
interfaces/libpgtcl/Makefile
6845-
interfaces/libpq++/Makefile
6846-
interfaces/libpq/Makefile
6847-
interfaces/odbc/GNUmakefile
6848-
interfaces/odbc/Makefile.global
6849-
pl/plpgsql/src/Makefile
6850-
pl/tcl/mkMakefile.tcldefs.sh
6851-
)

0 commit comments

Comments
 (0)