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

Commit50610ef

Browse files
committed
Remove some checks for libraries that no one can identify. We'll see how
that works out...
1 parent04a942e commit50610ef

File tree

2 files changed

+1
-346
lines changed

2 files changed

+1
-346
lines changed

‎configure

Lines changed: 0 additions & 340 deletions
Original file line numberDiff line numberDiff line change
@@ -5390,210 +5390,6 @@ if test "$ac_cv_search_socket" != no; then
53905390

53915391
fi
53925392

5393-
5394-
echo "$as_me:$LINENO: checking for main in -lipc" >&5
5395-
echo $ECHO_N "checking for main in -lipc... $ECHO_C" >&6
5396-
if test "${ac_cv_lib_ipc_main+set}" = set; then
5397-
echo $ECHO_N "(cached) $ECHO_C" >&6
5398-
else
5399-
ac_check_lib_save_LIBS=$LIBS
5400-
LIBS="-lipc $LIBS"
5401-
cat >conftest.$ac_ext <<_ACEOF
5402-
/* confdefs.h. */
5403-
_ACEOF
5404-
cat confdefs.h >>conftest.$ac_ext
5405-
cat >>conftest.$ac_ext <<_ACEOF
5406-
/* end confdefs.h. */
5407-
5408-
5409-
int
5410-
main ()
5411-
{
5412-
main ();
5413-
;
5414-
return 0;
5415-
}
5416-
_ACEOF
5417-
rm -f conftest.$ac_objext conftest$ac_exeext
5418-
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5419-
(eval $ac_link) 2>conftest.er1
5420-
ac_status=$?
5421-
grep -v '^ *+' conftest.er1 >conftest.err
5422-
rm -f conftest.er1
5423-
cat conftest.err >&5
5424-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5425-
(exit $ac_status); } &&
5426-
{ ac_try='test -z "$ac_c_werror_flag"
5427-
|| test ! -s conftest.err'
5428-
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5429-
(eval $ac_try) 2>&5
5430-
ac_status=$?
5431-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5432-
(exit $ac_status); }; } &&
5433-
{ ac_try='test -s conftest$ac_exeext'
5434-
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5435-
(eval $ac_try) 2>&5
5436-
ac_status=$?
5437-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5438-
(exit $ac_status); }; }; then
5439-
ac_cv_lib_ipc_main=yes
5440-
else
5441-
echo "$as_me: failed program was:" >&5
5442-
sed 's/^/| /' conftest.$ac_ext >&5
5443-
5444-
ac_cv_lib_ipc_main=no
5445-
fi
5446-
rm -f conftest.err conftest.$ac_objext \
5447-
conftest$ac_exeext conftest.$ac_ext
5448-
LIBS=$ac_check_lib_save_LIBS
5449-
fi
5450-
echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_main" >&5
5451-
echo "${ECHO_T}$ac_cv_lib_ipc_main" >&6
5452-
if test $ac_cv_lib_ipc_main = yes; then
5453-
cat >>confdefs.h <<_ACEOF
5454-
#define HAVE_LIBIPC 1
5455-
_ACEOF
5456-
5457-
LIBS="-lipc $LIBS"
5458-
5459-
fi
5460-
5461-
5462-
echo "$as_me:$LINENO: checking for main in -lIPC" >&5
5463-
echo $ECHO_N "checking for main in -lIPC... $ECHO_C" >&6
5464-
if test "${ac_cv_lib_IPC_main+set}" = set; then
5465-
echo $ECHO_N "(cached) $ECHO_C" >&6
5466-
else
5467-
ac_check_lib_save_LIBS=$LIBS
5468-
LIBS="-lIPC $LIBS"
5469-
cat >conftest.$ac_ext <<_ACEOF
5470-
/* confdefs.h. */
5471-
_ACEOF
5472-
cat confdefs.h >>conftest.$ac_ext
5473-
cat >>conftest.$ac_ext <<_ACEOF
5474-
/* end confdefs.h. */
5475-
5476-
5477-
int
5478-
main ()
5479-
{
5480-
main ();
5481-
;
5482-
return 0;
5483-
}
5484-
_ACEOF
5485-
rm -f conftest.$ac_objext conftest$ac_exeext
5486-
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5487-
(eval $ac_link) 2>conftest.er1
5488-
ac_status=$?
5489-
grep -v '^ *+' conftest.er1 >conftest.err
5490-
rm -f conftest.er1
5491-
cat conftest.err >&5
5492-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5493-
(exit $ac_status); } &&
5494-
{ ac_try='test -z "$ac_c_werror_flag"
5495-
|| test ! -s conftest.err'
5496-
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5497-
(eval $ac_try) 2>&5
5498-
ac_status=$?
5499-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5500-
(exit $ac_status); }; } &&
5501-
{ ac_try='test -s conftest$ac_exeext'
5502-
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5503-
(eval $ac_try) 2>&5
5504-
ac_status=$?
5505-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5506-
(exit $ac_status); }; }; then
5507-
ac_cv_lib_IPC_main=yes
5508-
else
5509-
echo "$as_me: failed program was:" >&5
5510-
sed 's/^/| /' conftest.$ac_ext >&5
5511-
5512-
ac_cv_lib_IPC_main=no
5513-
fi
5514-
rm -f conftest.err conftest.$ac_objext \
5515-
conftest$ac_exeext conftest.$ac_ext
5516-
LIBS=$ac_check_lib_save_LIBS
5517-
fi
5518-
echo "$as_me:$LINENO: result: $ac_cv_lib_IPC_main" >&5
5519-
echo "${ECHO_T}$ac_cv_lib_IPC_main" >&6
5520-
if test $ac_cv_lib_IPC_main = yes; then
5521-
cat >>confdefs.h <<_ACEOF
5522-
#define HAVE_LIBIPC 1
5523-
_ACEOF
5524-
5525-
LIBS="-lIPC $LIBS"
5526-
5527-
fi
5528-
5529-
5530-
echo "$as_me:$LINENO: checking for main in -llc" >&5
5531-
echo $ECHO_N "checking for main in -llc... $ECHO_C" >&6
5532-
if test "${ac_cv_lib_lc_main+set}" = set; then
5533-
echo $ECHO_N "(cached) $ECHO_C" >&6
5534-
else
5535-
ac_check_lib_save_LIBS=$LIBS
5536-
LIBS="-llc $LIBS"
5537-
cat >conftest.$ac_ext <<_ACEOF
5538-
/* confdefs.h. */
5539-
_ACEOF
5540-
cat confdefs.h >>conftest.$ac_ext
5541-
cat >>conftest.$ac_ext <<_ACEOF
5542-
/* end confdefs.h. */
5543-
5544-
5545-
int
5546-
main ()
5547-
{
5548-
main ();
5549-
;
5550-
return 0;
5551-
}
5552-
_ACEOF
5553-
rm -f conftest.$ac_objext conftest$ac_exeext
5554-
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5555-
(eval $ac_link) 2>conftest.er1
5556-
ac_status=$?
5557-
grep -v '^ *+' conftest.er1 >conftest.err
5558-
rm -f conftest.er1
5559-
cat conftest.err >&5
5560-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5561-
(exit $ac_status); } &&
5562-
{ ac_try='test -z "$ac_c_werror_flag"
5563-
|| test ! -s conftest.err'
5564-
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5565-
(eval $ac_try) 2>&5
5566-
ac_status=$?
5567-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5568-
(exit $ac_status); }; } &&
5569-
{ ac_try='test -s conftest$ac_exeext'
5570-
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5571-
(eval $ac_try) 2>&5
5572-
ac_status=$?
5573-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5574-
(exit $ac_status); }; }; then
5575-
ac_cv_lib_lc_main=yes
5576-
else
5577-
echo "$as_me: failed program was:" >&5
5578-
sed 's/^/| /' conftest.$ac_ext >&5
5579-
5580-
ac_cv_lib_lc_main=no
5581-
fi
5582-
rm -f conftest.err conftest.$ac_objext \
5583-
conftest$ac_exeext conftest.$ac_ext
5584-
LIBS=$ac_check_lib_save_LIBS
5585-
fi
5586-
echo "$as_me:$LINENO: result: $ac_cv_lib_lc_main" >&5
5587-
echo "${ECHO_T}$ac_cv_lib_lc_main" >&6
5588-
if test $ac_cv_lib_lc_main = yes; then
5589-
cat >>confdefs.h <<_ACEOF
5590-
#define HAVE_LIBLC 1
5591-
_ACEOF
5592-
5593-
LIBS="-llc $LIBS"
5594-
5595-
fi
5596-
55975393
echo "$as_me:$LINENO: checking for library containing shl_load" >&5
55985394
echo $ECHO_N "checking for library containing shl_load... $ECHO_C" >&6
55995395
if test "${ac_cv_search_shl_load+set}" = set; then
@@ -5789,74 +5585,6 @@ _ACEOF
57895585
fi
57905586

57915587

5792-
echo "$as_me:$LINENO: checking for main in -lcompat" >&5
5793-
echo $ECHO_N "checking for main in -lcompat... $ECHO_C" >&6
5794-
if test "${ac_cv_lib_compat_main+set}" = set; then
5795-
echo $ECHO_N "(cached) $ECHO_C" >&6
5796-
else
5797-
ac_check_lib_save_LIBS=$LIBS
5798-
LIBS="-lcompat $LIBS"
5799-
cat >conftest.$ac_ext <<_ACEOF
5800-
/* confdefs.h. */
5801-
_ACEOF
5802-
cat confdefs.h >>conftest.$ac_ext
5803-
cat >>conftest.$ac_ext <<_ACEOF
5804-
/* end confdefs.h. */
5805-
5806-
5807-
int
5808-
main ()
5809-
{
5810-
main ();
5811-
;
5812-
return 0;
5813-
}
5814-
_ACEOF
5815-
rm -f conftest.$ac_objext conftest$ac_exeext
5816-
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5817-
(eval $ac_link) 2>conftest.er1
5818-
ac_status=$?
5819-
grep -v '^ *+' conftest.er1 >conftest.err
5820-
rm -f conftest.er1
5821-
cat conftest.err >&5
5822-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5823-
(exit $ac_status); } &&
5824-
{ ac_try='test -z "$ac_c_werror_flag"
5825-
|| test ! -s conftest.err'
5826-
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5827-
(eval $ac_try) 2>&5
5828-
ac_status=$?
5829-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5830-
(exit $ac_status); }; } &&
5831-
{ ac_try='test -s conftest$ac_exeext'
5832-
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5833-
(eval $ac_try) 2>&5
5834-
ac_status=$?
5835-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
5836-
(exit $ac_status); }; }; then
5837-
ac_cv_lib_compat_main=yes
5838-
else
5839-
echo "$as_me: failed program was:" >&5
5840-
sed 's/^/| /' conftest.$ac_ext >&5
5841-
5842-
ac_cv_lib_compat_main=no
5843-
fi
5844-
rm -f conftest.err conftest.$ac_objext \
5845-
conftest$ac_exeext conftest.$ac_ext
5846-
LIBS=$ac_check_lib_save_LIBS
5847-
fi
5848-
echo "$as_me:$LINENO: result: $ac_cv_lib_compat_main" >&5
5849-
echo "${ECHO_T}$ac_cv_lib_compat_main" >&6
5850-
if test $ac_cv_lib_compat_main = yes; then
5851-
cat >>confdefs.h <<_ACEOF
5852-
#define HAVE_LIBCOMPAT 1
5853-
_ACEOF
5854-
5855-
LIBS="-lcompat $LIBS"
5856-
5857-
fi
5858-
5859-
58605588
echo "$as_me:$LINENO: checking for main in -lBSD" >&5
58615589
echo $ECHO_N "checking for main in -lBSD... $ECHO_C" >&6
58625590
if test "${ac_cv_lib_BSD_main+set}" = set; then
@@ -5993,74 +5721,6 @@ _ACEOF
59935721
fi
59945722

59955723

5996-
echo "$as_me:$LINENO: checking for main in -lPW" >&5
5997-
echo $ECHO_N "checking for main in -lPW... $ECHO_C" >&6
5998-
if test "${ac_cv_lib_PW_main+set}" = set; then
5999-
echo $ECHO_N "(cached) $ECHO_C" >&6
6000-
else
6001-
ac_check_lib_save_LIBS=$LIBS
6002-
LIBS="-lPW $LIBS"
6003-
cat >conftest.$ac_ext <<_ACEOF
6004-
/* confdefs.h. */
6005-
_ACEOF
6006-
cat confdefs.h >>conftest.$ac_ext
6007-
cat >>conftest.$ac_ext <<_ACEOF
6008-
/* end confdefs.h. */
6009-
6010-
6011-
int
6012-
main ()
6013-
{
6014-
main ();
6015-
;
6016-
return 0;
6017-
}
6018-
_ACEOF
6019-
rm -f conftest.$ac_objext conftest$ac_exeext
6020-
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6021-
(eval $ac_link) 2>conftest.er1
6022-
ac_status=$?
6023-
grep -v '^ *+' conftest.er1 >conftest.err
6024-
rm -f conftest.er1
6025-
cat conftest.err >&5
6026-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6027-
(exit $ac_status); } &&
6028-
{ ac_try='test -z "$ac_c_werror_flag"
6029-
|| test ! -s conftest.err'
6030-
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6031-
(eval $ac_try) 2>&5
6032-
ac_status=$?
6033-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6034-
(exit $ac_status); }; } &&
6035-
{ ac_try='test -s conftest$ac_exeext'
6036-
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6037-
(eval $ac_try) 2>&5
6038-
ac_status=$?
6039-
echo "$as_me:$LINENO: \$? = $ac_status" >&5
6040-
(exit $ac_status); }; }; then
6041-
ac_cv_lib_PW_main=yes
6042-
else
6043-
echo "$as_me: failed program was:" >&5
6044-
sed 's/^/| /' conftest.$ac_ext >&5
6045-
6046-
ac_cv_lib_PW_main=no
6047-
fi
6048-
rm -f conftest.err conftest.$ac_objext \
6049-
conftest$ac_exeext conftest.$ac_ext
6050-
LIBS=$ac_check_lib_save_LIBS
6051-
fi
6052-
echo "$as_me:$LINENO: result: $ac_cv_lib_PW_main" >&5
6053-
echo "${ECHO_T}$ac_cv_lib_PW_main" >&6
6054-
if test $ac_cv_lib_PW_main = yes; then
6055-
cat >>confdefs.h <<_ACEOF
6056-
#define HAVE_LIBPW 1
6057-
_ACEOF
6058-
6059-
LIBS="-lPW $LIBS"
6060-
6061-
fi
6062-
6063-
60645724
echo "$as_me:$LINENO: checking for main in -lresolv" >&5
60655725
echo $ECHO_N "checking for main in -lresolv... $ECHO_C" >&6
60665726
if test "${ac_cv_lib_resolv_main+set}" = set; then

‎configure.in

Lines changed: 1 addition & 6 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 $PostgreSQL: pgsql/configure.in,v 1.446 2006/02/04 01:00:01 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.447 2006/02/07 11:22:41 petere Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -599,15 +599,10 @@ AC_SEARCH_LIBS(pow, m)
599599
AC_SEARCH_LIBS(dlopen, dl)
600600
AC_CHECK_LIB(nsl, main)
601601
AC_SEARCH_LIBS(socket, [socket wsock32])
602-
AC_CHECK_LIB(ipc, main)
603-
AC_CHECK_LIB(IPC, main)
604-
AC_CHECK_LIB(lc, main)
605602
AC_SEARCH_LIBS(shl_load, dld)
606603
AC_CHECK_LIB(ld, main)
607-
AC_CHECK_LIB(compat, main)
608604
AC_CHECK_LIB(BSD, main)
609605
AC_CHECK_LIB(gen, main)
610-
AC_CHECK_LIB(PW, main)
611606
AC_CHECK_LIB(resolv, main)
612607
AC_SEARCH_LIBS(getopt_long, [getopt gnugetopt])
613608
# QNX:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp