1
1
#! /bin/sh
2
- set -x
2
+
3
3
# Guess values for system-dependent variables and create Makefiles.
4
4
# Generated automatically using autoconf version 2.12
5
5
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
@@ -6144,30 +6144,6 @@ echo "configure:6121: checking for tclConfig.sh" >&5
6144
6144
fi
6145
6145
fi
6146
6146
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
-
6171
6147
6172
6148
if test " $USE_TCL " = " true"
6173
6149
then
@@ -6181,17 +6157,17 @@ then
6181
6157
TK_INCDIR=no
6182
6158
ac_safe=` echo " tk.h" | sed ' y%./+-%__p_%' `
6183
6159
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
6185
6161
if eval " test \" ` echo ' $' ' {' ac_cv_header_$ac_safe ' +set}' ` \" = set" ; then
6186
6162
echo $ac_n " (cached) $ac_c " 1>&6
6187
6163
else
6188
6164
cat > conftest.$ac_ext << EOF
6189
- #line 6190 "configure"
6165
+ #line 6166 "configure"
6190
6166
#include "confdefs.h"
6191
6167
#include <tk.h>
6192
6168
EOF
6193
6169
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 ; }
6195
6171
ac_err=` grep -v ' ^ *+' conftest.out`
6196
6172
if test -z " $ac_err " ; then
6197
6173
rm -rf conftest*
@@ -6240,22 +6216,22 @@ then
6240
6216
for tk_lib in $tk_libs ; do
6241
6217
if test -z " $TK_LIB " ; then
6242
6218
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
6244
6220
ac_lib_var=` echo $tk_lib ' _' main | sed ' y%./+-%__p_%' `
6245
6221
if eval " test \" ` echo ' $' ' {' ac_cv_lib_$ac_lib_var ' +set}' ` \" = set" ; then
6246
6222
echo $ac_n " (cached) $ac_c " 1>&6
6247
6223
else
6248
6224
ac_save_LIBS=" $LIBS "
6249
6225
LIBS=" -l$tk_lib $LIBS "
6250
6226
cat > conftest.$ac_ext << EOF
6251
- #line 6252 "configure"
6227
+ #line 6228 "configure"
6252
6228
#include "confdefs.h"
6253
6229
6254
6230
int main() {
6255
6231
main()
6256
6232
; return 0; }
6257
6233
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
6259
6235
rm -rf conftest*
6260
6236
eval " ac_cv_lib_$ac_lib_var =yes"
6261
6237
else
@@ -6301,17 +6277,17 @@ then
6301
6277
PWD_INCDIR=no
6302
6278
ac_safe=` echo " pwd.h" | sed ' y%./+-%__p_%' `
6303
6279
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
6305
6281
if eval " test \" ` echo ' $' ' {' ac_cv_header_$ac_safe ' +set}' ` \" = set" ; then
6306
6282
echo $ac_n " (cached) $ac_c " 1>&6
6307
6283
else
6308
6284
cat > conftest.$ac_ext << EOF
6309
- #line 6310 "configure"
6285
+ #line 6286 "configure"
6310
6286
#include "confdefs.h"
6311
6287
#include <pwd.h>
6312
6288
EOF
6313
6289
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 ; }
6315
6291
ac_err=` grep -v ' ^ *+' conftest.out`
6316
6292
if test -z " $ac_err " ; then
6317
6293
rm -rf conftest*
@@ -6831,21 +6807,3 @@ chmod +x $CONFIG_STATUS
6831
6807
rm -fr confdefs* $ac_clean_files
6832
6808
test " $no_create " = yes || ${CONFIG_SHELL-/ bin/ sh} $CONFIG_STATUS || exit 1
6833
6809
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