Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
4da36853
Commit
4da36853
authored
21 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Revert irix change to suppress configure warnings.
parent
5c1cfb5f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+125
-141
125 additions, 141 deletions
configure
configure.in
+5
-17
5 additions, 17 deletions
configure.in
with
130 additions
and
158 deletions
configure
+
125
−
141
View file @
4da36853
...
@@ -4293,84 +4293,25 @@ _ACEOF
...
@@ -4293,84 +4293,25 @@ _ACEOF
fi
fi
fi
fi
# Irix has nsl, socket, gen, and sun in its libc, but also
# keeps separate libs around for backwords compatibility.
# Using them creates warnings in config.log. This test quiets that.
# See also: http://freeware.sgi.com/howto.html
if test "$PORTNAME" != "irix"
then
echo "$as_me:$LINENO: checking for
main
in -l
ns
l" >&5
echo "$as_me:$LINENO: checking for
setproctitle
in -l
uti
l" >&5
echo $ECHO_N "checking for
main
in -l
ns
l... $ECHO_C" >&6
echo $ECHO_N "checking for
setproctitle
in -l
uti
l... $ECHO_C" >&6
if test "${ac_cv_lib_
nsl_main
+set}" = set; then
if test "${ac_cv_lib_
util_setproctitle
+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
LIBS="-l
ns
l $LIBS"
LIBS="-l
uti
l $LIBS"
cat >conftest.$ac_ext <<_ACEOF
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#line $LINENO "configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef F77_DUMMY_MAIN
#ifdef __cplusplus
#ifdef __cplusplus
extern "C"
extern "C"
#endif
#endif
int F77_DUMMY_MAIN() { return 1; }
/* We use char because int might match the return type of a gcc2
#endif
builtin and then its argument prototype would still apply. */
int
char setproctitle ();
main ()
{
main ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_nsl_main=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_lib_nsl_main=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_main" >&5
echo "${ECHO_T}$ac_cv_lib_nsl_main" >&6
if test $ac_cv_lib_nsl_main = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBNSL 1
_ACEOF
LIBS="-lnsl $LIBS"
fi
echo "$as_me:$LINENO: checking for main in -lsocket" >&5
echo $ECHO_N "checking for main in -lsocket... $ECHO_C" >&6
if test "${ac_cv_lib_socket_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsocket $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
# ifdef __cplusplus
extern "C"
extern "C"
...
@@ -4380,7 +4321,7 @@ cat >conftest.$ac_ext <<_ACEOF
...
@@ -4380,7 +4321,7 @@ cat >conftest.$ac_ext <<_ACEOF
int
int
main ()
main ()
{
{
main
();
setproctitle
();
;
;
return 0;
return 0;
}
}
...
@@ -4397,34 +4338,34 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
...
@@ -4397,34 +4338,34 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status=$?
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
(exit $ac_status); }; }; then
ac_cv_lib_
socket_main
=yes
ac_cv_lib_
util_setproctitle
=yes
else
else
echo "$as_me: failed program was:" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
ac_cv_lib_
socket_main
=no
ac_cv_lib_
util_setproctitle
=no
fi
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
echo "$as_me:$LINENO: result: $ac_cv_lib_
socket_main
" >&5
echo "$as_me:$LINENO: result: $ac_cv_lib_
util_setproctitle
" >&5
echo "${ECHO_T}$ac_cv_lib_
socket_main
" >&6
echo "${ECHO_T}$ac_cv_lib_
util_setproctitle
" >&6
if test $ac_cv_lib_
socket_main
= yes; then
if test $ac_cv_lib_
util_setproctitle
= yes; then
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_LIB
SOCKET
1
#define HAVE_LIB
UTIL
1
_ACEOF
_ACEOF
LIBS="-l
socket
$LIBS"
LIBS="-l
util
$LIBS"
fi
fi
echo "$as_me:$LINENO: checking for main in -l
gen
" >&5
echo "$as_me:$LINENO: checking for main in -l
m
" >&5
echo $ECHO_N "checking for main in -l
gen
... $ECHO_C" >&6
echo $ECHO_N "checking for main in -l
m
... $ECHO_C" >&6
if test "${ac_cv_lib_
gen
_main+set}" = set; then
if test "${ac_cv_lib_
m
_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
LIBS="-l
gen
$LIBS"
LIBS="-l
m
$LIBS"
cat >conftest.$ac_ext <<_ACEOF
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#line $LINENO "configure"
#include "confdefs.h"
#include "confdefs.h"
...
@@ -4456,47 +4397,39 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
...
@@ -4456,47 +4397,39 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status=$?
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
(exit $ac_status); }; }; then
ac_cv_lib_
gen
_main=yes
ac_cv_lib_
m
_main=yes
else
else
echo "$as_me: failed program was:" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
ac_cv_lib_
gen
_main=no
ac_cv_lib_
m
_main=no
fi
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
echo "$as_me:$LINENO: result: $ac_cv_lib_
gen
_main" >&5
echo "$as_me:$LINENO: result: $ac_cv_lib_
m
_main" >&5
echo "${ECHO_T}$ac_cv_lib_
gen
_main" >&6
echo "${ECHO_T}$ac_cv_lib_
m
_main" >&6
if test $ac_cv_lib_
gen
_main = yes; then
if test $ac_cv_lib_
m
_main = yes; then
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_LIB
GEN
1
#define HAVE_LIB
M
1
_ACEOF
_ACEOF
LIBS="-lgen $LIBS"
LIBS="-lm $LIBS"
fi
fi
fi
echo "$as_me:$LINENO: checking for
setproctitle
in -l
uti
l" >&5
echo "$as_me:$LINENO: checking for
main
in -l
d
l" >&5
echo $ECHO_N "checking for
setproctitle
in -l
uti
l... $ECHO_C" >&6
echo $ECHO_N "checking for
main
in -l
d
l... $ECHO_C" >&6
if test "${ac_cv_lib_
util_setproctitle
+set}" = set; then
if test "${ac_cv_lib_
dl_main
+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
LIBS="-l
uti
l $LIBS"
LIBS="-l
d
l $LIBS"
cat >conftest.$ac_ext <<_ACEOF
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#line $LINENO "configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char setproctitle ();
#ifdef F77_DUMMY_MAIN
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
# ifdef __cplusplus
extern "C"
extern "C"
...
@@ -4506,7 +4439,7 @@ char setproctitle ();
...
@@ -4506,7 +4439,7 @@ char setproctitle ();
int
int
main ()
main ()
{
{
setproctitle
();
main
();
;
;
return 0;
return 0;
}
}
...
@@ -4523,34 +4456,34 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
...
@@ -4523,34 +4456,34 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status=$?
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
(exit $ac_status); }; }; then
ac_cv_lib_
util_setproctitle
=yes
ac_cv_lib_
dl_main
=yes
else
else
echo "$as_me: failed program was:" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
ac_cv_lib_
util_setproctitle
=no
ac_cv_lib_
dl_main
=no
fi
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
echo "$as_me:$LINENO: result: $ac_cv_lib_
util_setproctitle
" >&5
echo "$as_me:$LINENO: result: $ac_cv_lib_
dl_main
" >&5
echo "${ECHO_T}$ac_cv_lib_
util_setproctitle
" >&6
echo "${ECHO_T}$ac_cv_lib_
dl_main
" >&6
if test $ac_cv_lib_
util_setproctitle
= yes; then
if test $ac_cv_lib_
dl_main
= yes; then
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_LIB
UTI
L 1
#define HAVE_LIB
D
L 1
_ACEOF
_ACEOF
LIBS="-l
uti
l $LIBS"
LIBS="-l
d
l $LIBS"
fi
fi
echo "$as_me:$LINENO: checking for main in -l
m
" >&5
echo "$as_me:$LINENO: checking for main in -l
nsl
" >&5
echo $ECHO_N "checking for main in -l
m
... $ECHO_C" >&6
echo $ECHO_N "checking for main in -l
nsl
... $ECHO_C" >&6
if test "${ac_cv_lib_
m
_main+set}" = set; then
if test "${ac_cv_lib_
nsl
_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
LIBS="-l
m
$LIBS"
LIBS="-l
nsl
$LIBS"
cat >conftest.$ac_ext <<_ACEOF
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#line $LINENO "configure"
#include "confdefs.h"
#include "confdefs.h"
...
@@ -4582,34 +4515,34 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
...
@@ -4582,34 +4515,34 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status=$?
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
(exit $ac_status); }; }; then
ac_cv_lib_
m
_main=yes
ac_cv_lib_
nsl
_main=yes
else
else
echo "$as_me: failed program was:" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
ac_cv_lib_
m
_main=no
ac_cv_lib_
nsl
_main=no
fi
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
echo "$as_me:$LINENO: result: $ac_cv_lib_
m
_main" >&5
echo "$as_me:$LINENO: result: $ac_cv_lib_
nsl
_main" >&5
echo "${ECHO_T}$ac_cv_lib_
m
_main" >&6
echo "${ECHO_T}$ac_cv_lib_
nsl
_main" >&6
if test $ac_cv_lib_
m
_main = yes; then
if test $ac_cv_lib_
nsl
_main = yes; then
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_LIB
M
1
#define HAVE_LIB
NSL
1
_ACEOF
_ACEOF
LIBS="-l
m
$LIBS"
LIBS="-l
nsl
$LIBS"
fi
fi
echo "$as_me:$LINENO: checking for main in -l
dl
" >&5
echo "$as_me:$LINENO: checking for main in -l
socket
" >&5
echo $ECHO_N "checking for main in -l
dl
... $ECHO_C" >&6
echo $ECHO_N "checking for main in -l
socket
... $ECHO_C" >&6
if test "${ac_cv_lib_
dl
_main+set}" = set; then
if test "${ac_cv_lib_
socket
_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
echo $ECHO_N "(cached) $ECHO_C" >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
LIBS="-l
dl
$LIBS"
LIBS="-l
socket
$LIBS"
cat >conftest.$ac_ext <<_ACEOF
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#line $LINENO "configure"
#include "confdefs.h"
#include "confdefs.h"
...
@@ -4641,23 +4574,23 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
...
@@ -4641,23 +4574,23 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
ac_status=$?
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
(exit $ac_status); }; }; then
ac_cv_lib_
dl
_main=yes
ac_cv_lib_
socket
_main=yes
else
else
echo "$as_me: failed program was:" >&5
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
cat conftest.$ac_ext >&5
ac_cv_lib_
dl
_main=no
ac_cv_lib_
socket
_main=no
fi
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
LIBS=$ac_check_lib_save_LIBS
fi
fi
echo "$as_me:$LINENO: result: $ac_cv_lib_
dl
_main" >&5
echo "$as_me:$LINENO: result: $ac_cv_lib_
socket
_main" >&5
echo "${ECHO_T}$ac_cv_lib_
dl
_main" >&6
echo "${ECHO_T}$ac_cv_lib_
socket
_main" >&6
if test $ac_cv_lib_
dl
_main = yes; then
if test $ac_cv_lib_
socket
_main = yes; then
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_LIB
DL
1
#define HAVE_LIB
SOCKET
1
_ACEOF
_ACEOF
LIBS="-l
dl
$LIBS"
LIBS="-l
socket
$LIBS"
fi
fi
...
@@ -5075,6 +5008,65 @@ _ACEOF
...
@@ -5075,6 +5008,65 @@ _ACEOF
fi
fi
echo "$as_me:$LINENO: checking for main in -lgen" >&5
echo $ECHO_N "checking for main in -lgen... $ECHO_C" >&6
if test "${ac_cv_lib_gen_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lgen $LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
main ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_gen_main=yes
else
echo "$as_me: failed program was:" >&5
cat conftest.$ac_ext >&5
ac_cv_lib_gen_main=no
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:$LINENO: result: $ac_cv_lib_gen_main" >&5
echo "${ECHO_T}$ac_cv_lib_gen_main" >&6
if test $ac_cv_lib_gen_main = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBGEN 1
_ACEOF
LIBS="-lgen $LIBS"
fi
echo "$as_me:$LINENO: checking for main in -lPW" >&5
echo "$as_me:$LINENO: checking for main in -lPW" >&5
echo $ECHO_N "checking for main in -lPW... $ECHO_C" >&6
echo $ECHO_N "checking for main in -lPW... $ECHO_C" >&6
if test "${ac_cv_lib_PW_main+set}" = set; then
if test "${ac_cv_lib_PW_main+set}" = set; then
...
@@ -5827,9 +5819,9 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
...
@@ -5827,9 +5819,9 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
(exit $ac_status); }; }; then
# NetBSD
and
OpenBSD have a broken linker that does not
# NetBSD
,
OpenBSD
, and Irix
have a broken linker that does not
# recognize dependent libraries
# recognize dependent libraries
case $host_os in netbsd* | openbsd* )
case $host_os in netbsd* | openbsd*
| irix*
)
case $pgac_lib in
case $pgac_lib in
*curses*) ;;
*curses*) ;;
*) pgac_lib=" -lcurses" ;;
*) pgac_lib=" -lcurses" ;;
...
@@ -12019,14 +12011,7 @@ case $host_os in mingw*)
...
@@ -12019,14 +12011,7 @@ case $host_os in mingw*)
LIBOBJS="$LIBOBJS copydir.$ac_objext"
LIBOBJS="$LIBOBJS copydir.$ac_objext"
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext"
LIBOBJS="$LIBOBJS open.$ac_objext"
LIBOBJS="$LIBOBJS open.$ac_objext"
LIBOBJS="$LIBOBJS rand.$ac_objext"
LIBOBJS="$LIBOBJS rand.$ac_objext" ;;
cat >>confdefs.h <<\_ACEOF
#define USE_PGTZ 1
_ACEOF
USE_PGTZ=yes
;;
esac
esac
# Win32 can't to rename or unlink on an open file
# Win32 can't to rename or unlink on an open file
...
@@ -18631,7 +18616,6 @@ s,@python_includespec@,$python_includespec,;t t
...
@@ -18631,7 +18616,6 @@ s,@python_includespec@,$python_includespec,;t t
s,@python_libspec@,$python_libspec,;t t
s,@python_libspec@,$python_libspec,;t t
s,@LIBOBJS@,$LIBOBJS,;t t
s,@LIBOBJS@,$LIBOBJS,;t t
s,@HAVE_IPV6@,$HAVE_IPV6,;t t
s,@HAVE_IPV6@,$HAVE_IPV6,;t t
s,@USE_PGTZ@,$USE_PGTZ,;t t
s,@acx_pthread_config@,$acx_pthread_config,;t t
s,@acx_pthread_config@,$acx_pthread_config,;t t
s,@PTHREAD_CC@,$PTHREAD_CC,;t t
s,@PTHREAD_CC@,$PTHREAD_CC,;t t
s,@PTHREAD_LIBS@,$PTHREAD_LIBS,;t t
s,@PTHREAD_LIBS@,$PTHREAD_LIBS,;t t
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
5
−
17
View file @
4da36853
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.35
3
2004/05/19 22:
12
:3
0
momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.35
4
2004/05/19 22:
36
:3
6
momjian Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -580,20 +580,11 @@ if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
...
@@ -580,20 +580,11 @@ if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
then
then
AC_CHECK_LIB(bsd, main)
AC_CHECK_LIB(bsd, main)
fi
fi
# Irix has nsl, socket, gen, and sun in its libc, but also
# keeps separate libs around for backwords compatibility.
# Using them creates warnings in config.log. This test quiets that.
# See also: http://freeware.sgi.com/howto.html
if test "$PORTNAME" != "irix"
then
AC_CHECK_LIB(nsl, main)
AC_CHECK_LIB(socket, main)
AC_CHECK_LIB(gen, main)
fi
AC_CHECK_LIB(util, setproctitle)
AC_CHECK_LIB(util, setproctitle)
AC_CHECK_LIB(m, main)
AC_CHECK_LIB(m, main)
AC_CHECK_LIB(dl, main)
AC_CHECK_LIB(dl, main)
AC_CHECK_LIB(nsl, main)
AC_CHECK_LIB(socket, main)
AC_CHECK_LIB(ipc, main)
AC_CHECK_LIB(ipc, main)
AC_CHECK_LIB(IPC, main)
AC_CHECK_LIB(IPC, main)
AC_CHECK_LIB(lc, main)
AC_CHECK_LIB(lc, main)
...
@@ -601,6 +592,7 @@ AC_CHECK_LIB(dld, main)
...
@@ -601,6 +592,7 @@ AC_CHECK_LIB(dld, main)
AC_CHECK_LIB(ld, main)
AC_CHECK_LIB(ld, main)
AC_CHECK_LIB(compat, main)
AC_CHECK_LIB(compat, main)
AC_CHECK_LIB(BSD, main)
AC_CHECK_LIB(BSD, main)
AC_CHECK_LIB(gen, main)
AC_CHECK_LIB(PW, main)
AC_CHECK_LIB(PW, main)
AC_CHECK_LIB(resolv, main)
AC_CHECK_LIB(resolv, main)
AC_SEARCH_LIBS(getopt_long, [getopt gnugetopt])
AC_SEARCH_LIBS(getopt_long, [getopt gnugetopt])
...
@@ -900,11 +892,7 @@ case $host_os in mingw*)
...
@@ -900,11 +892,7 @@ case $host_os in mingw*)
AC_LIBOBJ(copydir)
AC_LIBOBJ(copydir)
AC_LIBOBJ(gettimeofday)
AC_LIBOBJ(gettimeofday)
AC_LIBOBJ(open)
AC_LIBOBJ(open)
AC_LIBOBJ(rand)
AC_LIBOBJ(rand) ;;
AC_DEFINE(USE_PGTZ, 1,
[Define to 1 to use our own timezone library])
USE_PGTZ=yes
AC_SUBST(USE_PGTZ) ;;
esac
esac
# Win32 can't to rename or unlink on an open file
# Win32 can't to rename or unlink on an open file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment