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

Commit62c35b3

Browse files
committed
Simplify evaluation of TCL_INCLUDE_SPEC.
1 parent9069a5f commit62c35b3

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

‎configure

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15569,17 +15569,12 @@ fi
1556915569
1557015570
1557115571
."$TCL_CONFIG_SH"
15572+
eval TCL_INCLUDE_SPEC=\"$TCL_INCLUDE_SPEC\"
1557215573
eval TCL_LIB_FILE=\"$TCL_LIB_FILE\"
1557315574
eval TCL_LIBS=\"$TCL_LIBS\"
1557415575
eval TCL_LIB_SPEC=\"$TCL_LIB_SPEC\"
1557515576
eval TCL_SHARED_BUILD=\"$TCL_SHARED_BUILD\"
1557615577
15577-
# TCL_INCLUDE_SPEC is only provided in Tcl 8.4 and later
15578-
iftest"${TCL_INCLUDE_SPEC+set}" =set;then
15579-
eval TCL_INCLUDE_SPEC=\"$TCL_INCLUDE_SPEC\"
15580-
else
15581-
TCL_INCLUDE_SPEC=''
15582-
fi
1558315578
fi
1558415579
1558515580
# Check for Tk configuration script tkConfig.sh
@@ -16594,12 +16589,12 @@ s,@XGETTEXT@,$XGETTEXT,;t t
1659416589
s,@localedir@,$localedir,;t t
1659516590
s,@TCLSH@,$TCLSH,;t t
1659616591
s,@TCL_CONFIG_SH@,$TCL_CONFIG_SH,;t t
16592+
s,@TCL_INCLUDE_SPEC@,$TCL_INCLUDE_SPEC,;t t
1659716593
s,@TCL_LIB_FILE@,$TCL_LIB_FILE,;t t
1659816594
s,@TCL_LIBS@,$TCL_LIBS,;t t
1659916595
s,@TCL_LIB_SPEC@,$TCL_LIB_SPEC,;t t
1660016596
s,@TCL_SHARED_BUILD@,$TCL_SHARED_BUILD,;t t
1660116597
s,@TCL_SHLIB_LD_LIBS@,$TCL_SHLIB_LD_LIBS,;t t
16602-
s,@TCL_INCLUDE_SPEC@,$TCL_INCLUDE_SPEC,;t t
1660316598
s,@TK_CONFIG_SH@,$TK_CONFIG_SH,;t t
1660416599
s,@TK_LIBS@,$TK_LIBS,;t t
1660516600
s,@TK_LIB_SPEC@,$TK_LIB_SPEC,;t t

‎configure.in

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $Header: /cvsroot/pgsql/configure.in,v 1.234 2003/01/28 21:57:11 petere Exp $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.235 2003/02/11 21:05:35 petere Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -1077,15 +1077,8 @@ fi
10771077
if test "$with_tcl" = yes; then
10781078
PGAC_PATH_TCLCONFIGSH([$with_tclconfig])
10791079
PGAC_EVAL_TCLCONFIGSH([$TCL_CONFIG_SH],
1080-
[TCL_LIB_FILE,TCL_LIBS,TCL_LIB_SPEC,TCL_SHARED_BUILD])
1080+
[TCL_INCLUDE_SPEC,TCL_LIB_FILE,TCL_LIBS,TCL_LIB_SPEC,TCL_SHARED_BUILD])
10811081
AC_SUBST(TCL_SHLIB_LD_LIBS)dnl don't want to double-evaluate that one
1082-
# TCL_INCLUDE_SPEC is only provided in Tcl 8.4 and later
1083-
if test "${TCL_INCLUDE_SPEC+set}" = set; then
1084-
eval TCL_INCLUDE_SPEC=\"$TCL_INCLUDE_SPEC\"
1085-
else
1086-
TCL_INCLUDE_SPEC=''
1087-
fi
1088-
AC_SUBST(TCL_INCLUDE_SPEC)dnl
10891082
fi
10901083

10911084
# Check for Tk configuration script tkConfig.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp