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
10fac62c
Commit
10fac62c
authored
Mar 21, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better identify tcl and tk.
parent
2b3bb341
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
src/configure
src/configure
+4
-4
src/configure.in
src/configure.in
+4
-4
No files found.
src/configure
View file @
10fac62c
...
...
@@ -5426,7 +5426,7 @@ else
echo
"
$ac_t
""no"
1>&6
fi
for
f
in
/usr/include /usr/include/tcl
8.0 /usr/local/include
/usr/local/include/tcl8.0
;
do
for
f
in
/usr/include /usr/include/tcl
/usr/include/tcl8.0 /usr/local/include /usr/local/include/tcl
/usr/local/include/tcl8.0
;
do
if
test
"
$TCL_INCDIR
"
=
"no"
;
then
ac_safe
=
`
echo
"
$f
/tcl.h"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$f
/tcl.h""...
$ac_c
"
1>&6
...
...
@@ -5473,7 +5473,7 @@ fi
if
test
"
$USE_TCL
"
=
"true"
then
TCL_LIB
=
for
f
in
tcl8.0 tcl80
;
do
for
f
in
tcl
tcl
8.0 tcl80
;
do
if
test
-z
"
$TCL_LIB
"
;
then
echo
$ac_n
"checking for main in -l
$f
""...
$ac_c
"
1>&6
echo
"configure:5480: checking for main in -l
$f
"
>
&5
...
...
@@ -5567,7 +5567,7 @@ else
echo
"
$ac_t
""no"
1>&6
fi
for
f
in
/usr/include /usr/include/tk
8.0 /usr/local/include
/usr/local/include/tk8.0
;
do
for
f
in
/usr/include /usr/include/tk
/usr/include/tk8.0 /usr/local/include /usr/local/include/tk
/usr/local/include/tk8.0
;
do
if
test
"
$TK_INCDIR
"
=
"no"
;
then
ac_safe
=
`
echo
"
$f
/tk.h"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$f
/tk.h""...
$ac_c
"
1>&6
...
...
@@ -5619,7 +5619,7 @@ fi
if
test
"
$USE_TCL
"
=
"true"
then
TK_LIB
=
for
f
in
tk8.0 tk80
;
do
for
f
in
tk
tk
8.0 tk80
;
do
if
test
-z
"
$TK_LIB
"
;
then
echo
$ac_n
"checking for main in -l
$f
""...
$ac_c
"
1>&6
echo
"configure:5626: checking for main in -l
$f
"
>
&5
...
...
src/configure.in
View file @
10fac62c
...
...
@@ -564,7 +564,7 @@ if test "$USE_TCL" = "true"
then
TCL_INCDIR=no
AC_CHECK_HEADER(tcl.h, TCL_INCDIR=)
for f in /usr/include /usr/include/tcl
8.0 /usr/local/include
/usr/local/include/tcl8.0; do
for f in /usr/include /usr/include/tcl
/usr/include/tcl8.0 /usr/local/include /usr/local/include/tcl
/usr/local/include/tcl8.0; do
if test "$TCL_INCDIR" = "no"; then
AC_CHECK_HEADER($f/tcl.h, TCL_INCDIR=$f)
fi
...
...
@@ -580,7 +580,7 @@ dnl Check for Tcl archive
if test "$USE_TCL" = "true"
then
TCL_LIB=
for f in tcl8.0 tcl80; do
for f in tcl
tcl
8.0 tcl80; do
if test -z "$TCL_LIB"; then
AC_CHECK_LIB($f, main, TCL_LIB=$f)
fi
...
...
@@ -610,7 +610,7 @@ CPPFLAGS="$CPPFLAGS $X_CFLAGS -I$TCL_INCDIR"
TK_INCDIR=no
AC_CHECK_HEADER(tk.h, TK_INCDIR=)
for f in /usr/include /usr/include/tk
8.0 /usr/local/include
/usr/local/include/tk8.0; do
for f in /usr/include /usr/include/tk
/usr/include/tk8.0 /usr/local/include /usr/local/include/tk
/usr/local/include/tk8.0; do
if test "$TK_INCDIR" = "no"; then
AC_CHECK_HEADER($f/tk.h, TK_INCDIR=$f)
fi
...
...
@@ -631,7 +631,7 @@ dnl Check for Tk archive
if test "$USE_TCL" = "true"
then
TK_LIB=
for f in tk8.0 tk80; do
for f in tk
tk
8.0 tk80; do
if test -z "$TK_LIB"; then
AC_CHECK_LIB($f, main, TK_LIB=$f)
fi
...
...
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