Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitada4cfc

Browse files
committed
configure cleanup
1 parentedcf5a7 commitada4cfc

File tree

2 files changed

+1
-43
lines changed

2 files changed

+1
-43
lines changed

‎src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
2+
set -x
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.

‎src/configure.in

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -833,30 +833,6 @@ if test "$USE_TCL"; then
833833
fi
834834
fi
835835

836-
dnl Check for Tcl configuration script tclConfig.sh
837-
if test "$USE_TCL"; then
838-
AC_MSG_CHECKING(for tclConfig.sh)
839-
library_dirs="/usr/lib $LIBRARY_DIRS"
840-
TCL_CONFIG_SH=
841-
for dir in $library_dirs; do
842-
for tcl_dir in $tcl_dirs; do
843-
if test -z "$TCL_CONFIG_SH"; then
844-
if test -d "$dir/$tcl_dir" -a -r "$dir/$tcl_dir/tclConfig.sh"; then
845-
TCL_CONFIG_SH=$dir/$tcl_dir/tclConfig.sh
846-
fi
847-
fi
848-
done
849-
done
850-
if test -z "$TCL_CONFIG_SH"; then
851-
AC_MSG_RESULT(no)
852-
AC_MSG_WARN(tcl support disabled; Tcl configuration script missing)
853-
USE_TCL=
854-
else
855-
AC_MSG_RESULT($TCL_CONFIG_SH)
856-
AC_SUBST(TCL_CONFIG_SH)
857-
fi
858-
fi
859-
860836
dnl Check for location of Tk support (only if Tcl used)
861837
dnl Disable Tcl support if Tk not found
862838

@@ -959,21 +935,3 @@ AC_OUTPUT(
959935
pl/plpgsql/src/Makefile
960936
pl/tcl/mkMakefile.tcldefs.sh
961937
)
962-
963-
GNUmakefile
964-
Makefile.global
965-
backend/port/Makefile
966-
backend/utils/Gen_fmgrtab.sh
967-
bin/pg_dump/Makefile
968-
bin/pg_version/Makefile
969-
bin/psql/Makefile
970-
include/version.h
971-
interfaces/ecpg/lib/Makefile
972-
interfaces/libpgtcl/Makefile
973-
interfaces/libpq++/Makefile
974-
interfaces/libpq/Makefile
975-
interfaces/odbc/GNUmakefile
976-
interfaces/odbc/Makefile.global
977-
pl/plpgsql/src/Makefile
978-
pl/tcl/mkMakefile.tcldefs.sh
979-
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp