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
fbcda7b4
Commit
fbcda7b4
authored
Oct 12, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
autoconf
parent
e33a23fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
14 deletions
+20
-14
src/configure
src/configure
+20
-14
No files found.
src/configure
View file @
fbcda7b4
...
...
@@ -6061,6 +6061,7 @@ fi
echo
"configure: warning: tcl support disabled; tcl.h missing"
1>&2
USE_TCL
=
fi
fi
if
test
"
$USE_TCL
"
=
"true"
;
then
...
...
@@ -6069,7 +6070,7 @@ if test "$USE_TCL" = "true"; then
for
tcl_lib
in
$tcl_libs
;
do
if
test
-z
"
$TCL_LIB
"
;
then
echo
$ac_n
"checking for main in -l
$tcl_lib
""...
$ac_c
"
1>&6
echo
"configure:607
3
: checking for main in -l
$tcl_lib
"
>
&5
echo
"configure:607
4
: checking for main in -l
$tcl_lib
"
>
&5
ac_lib_var
=
`
echo
$tcl_lib
'_'
main |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -6077,14 +6078,14 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-l
$tcl_lib
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 608
1
"configure"
#line 608
2
"configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
EOF
if
{
(
eval echo
configure:608
8
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:608
9
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -6111,12 +6112,13 @@ fi
USE_TCL
=
else
TCL_LIB
=
-l
$TCL_LIB
fi
fi
if
test
"
$USE_TCL
"
;
then
echo
$ac_n
"checking for tclConfig.sh""...
$ac_c
"
1>&6
echo
"configure:612
0
: checking for tclConfig.sh"
>
&5
echo
"configure:612
2
: checking for tclConfig.sh"
>
&5
library_dirs
=
"
$LIBRARY_DIRS
/usr/lib"
TCL_CONFIG_SH
=
for
dir
in
$library_dirs
;
do
...
...
@@ -6156,17 +6158,17 @@ then
TK_INCDIR
=
no
ac_safe
=
`
echo
"tk.h"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for tk.h""...
$ac_c
"
1>&6
echo
"configure:616
0
: checking for tk.h"
>
&5
echo
"configure:616
2
: checking for tk.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 616
5
"configure"
#line 616
7
"configure"
#include "confdefs.h"
#include <tk.h>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:617
0
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:617
2
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -6215,7 +6217,7 @@ then
for
tk_lib
in
$tk_libs
;
do
if
test
-z
"
$TK_LIB
"
;
then
echo
$ac_n
"checking for main in -l
$tk_lib
""...
$ac_c
"
1>&6
echo
"configure:62
19
: checking for main in -l
$tk_lib
"
>
&5
echo
"configure:62
21
: checking for main in -l
$tk_lib
"
>
&5
ac_lib_var
=
`
echo
$tk_lib
'_'
main |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -6223,14 +6225,14 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-l
$tk_lib
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 622
7
"configure"
#line 622
9
"configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
EOF
if
{
(
eval echo
configure:623
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:623
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -6257,6 +6259,7 @@ fi
USE_TCL
=
else
TK_LIB
=
-l
$TK_LIB
fi
LIBS
=
"
$ice_save_LIBS
"
...
...
@@ -6267,7 +6270,7 @@ fi
if
test
"
$USE_TCL
"
;
then
echo
$ac_n
"checking for tkConfig.sh""...
$ac_c
"
1>&6
echo
"configure:627
1
: checking for tkConfig.sh"
>
&5
echo
"configure:627
4
: checking for tkConfig.sh"
>
&5
library_dirs
=
"
$LIBRARY_DIRS
/usr/lib"
TK_CONFIG_SH
=
for
dir
in
$library_dirs
;
do
...
...
@@ -6303,17 +6306,17 @@ then
PWD_INCDIR
=
no
ac_safe
=
`
echo
"pwd.h"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for pwd.h""...
$ac_c
"
1>&6
echo
"configure:63
07
: checking for pwd.h"
>
&5
echo
"configure:63
10
: checking for pwd.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 631
2
"configure"
#line 631
5
"configure"
#include "confdefs.h"
#include <pwd.h>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:63
17
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:63
20
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -6557,7 +6560,10 @@ s%@X_PRE_LIBS@%$X_PRE_LIBS%g
s%@X_LIBS@%
$X_LIBS
%g
s%@X_EXTRA_LIBS@%
$X_EXTRA_LIBS
%g
s%@X11_LIBS@%
$X11_LIBS
%g
s%@TCL_INCDIR@%
$TCL_INCDIR
%g
s%@TCL_LIB@%
$TCL_LIB
%g
s%@TCL_CONFIG_SH@%
$TCL_CONFIG_SH
%g
s%@TK_LIB@%
$TK_LIB
%g
s%@TK_CONFIG_SH@%
$TK_CONFIG_SH
%g
CEOF
...
...
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