Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b5d23f28
Commit
b5d23f28
authored
Feb 03, 2009
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow alternative names for tclsh used on Windows
parent
623cf5ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config/tcl.m4
config/tcl.m4
+2
-2
configure
configure
+1
-1
No files found.
config/tcl.m4
View file @
b5d23f28
# $PostgreSQL: pgsql/config/tcl.m4,v 1.
7 2008/08/01 13:50:52 alvherre
Exp $
# $PostgreSQL: pgsql/config/tcl.m4,v 1.
8 2009/02/03 01:24:57 adunstan
Exp $
# Autoconf macros to check for Tcl related things
AC_DEFUN([PGAC_PATH_TCLSH],
[AC_PATH_PROGS(TCLSH, [tclsh tcl tclsh8.5 tclsh8
.4 tclsh8.
3])
[AC_PATH_PROGS(TCLSH, [tclsh tcl tclsh8.5 tclsh8
5 tclsh8.4 tclsh84 tclsh8.3 tclsh8
3])
if test x"$TCLSH" = x""; then
AC_MSG_ERROR([Tcl shell not found])
fi
...
...
configure
View file @
b5d23f28
...
...
@@ -26180,7 +26180,7 @@ fi
# Check for Tcl configuration script tclConfig.sh
if
test
"
$with_tcl
"
=
yes
;
then
for
ac_prog
in
tclsh tcl tclsh8.5 tclsh8
.4 tclsh8.
3
for
ac_prog
in
tclsh tcl tclsh8.5 tclsh8
5 tclsh8.4 tclsh84 tclsh8.3 tclsh8
3
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment