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

Commit429b9d6

Browse files
committed
Nice clean compile...still need to run regression tests, but its a major
start
1 parentd7046ad commit429b9d6

File tree

2 files changed

+30
-15
lines changed

2 files changed

+30
-15
lines changed

‎src/configure

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3978,13 +3978,18 @@ fi
39783978

39793979

39803980

3981+
3982+
3983+
3984+
3985+
39813986
echo$ac_n"checking for cbrt""...$ac_c"1>&6
3982-
echo"configure:3983: checking for cbrt">&5
3987+
echo"configure:3988: checking for cbrt">&5
39833988
ifeval"test\"`echo'$''{'ac_cv_func_cbrt'+set}'`\" = set";then
39843989
echo$ac_n"(cached)$ac_c"1>&6
39853990
else
39863991
cat> conftest.$ac_ext<<EOF
3987-
#line3988 "configure"
3992+
#line3993 "configure"
39883993
#include "confdefs.h"
39893994
/* System header to define __stub macros and hopefully few prototypes,
39903995
which can conflict with char cbrt(); below. */
@@ -4007,7 +4012,7 @@ cbrt();
40074012
40084013
; return 0; }
40094014
EOF
4010-
if { (evalecho configure:4011:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
4015+
if { (evalecho configure:4016:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
40114016
rm -rf conftest*
40124017
eval"ac_cv_func_cbrt=yes"
40134018
else
@@ -4028,15 +4033,15 @@ EOF
40284033
else
40294034
echo"$ac_t""no"1>&6
40304035
echo$ac_n"checking for cbrt in -lm""...$ac_c"1>&6
4031-
echo"configure:4032: checking for cbrt in -lm">&5
4036+
echo"configure:4037: checking for cbrt in -lm">&5
40324037
ac_lib_var=`echo m'_'cbrt| sed'y%./+-%__p_%'`
40334038
ifeval"test\"`echo'$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set";then
40344039
echo$ac_n"(cached)$ac_c"1>&6
40354040
else
40364041
ac_save_LIBS="$LIBS"
40374042
LIBS="-lm$LIBS"
40384043
cat> conftest.$ac_ext<<EOF
4039-
#line4040 "configure"
4044+
#line4045 "configure"
40404045
#include "confdefs.h"
40414046
/* Override any gcc2 internal prototype to avoid an error. */
40424047
/* We use char because int might match the return type of a gcc2
@@ -4047,7 +4052,7 @@ int main() {
40474052
cbrt()
40484053
; return 0; }
40494054
EOF
4050-
if { (evalecho configure:4051:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
4055+
if { (evalecho configure:4056:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
40514056
rm -rf conftest*
40524057
eval"ac_cv_lib_$ac_lib_var=yes"
40534058
else
@@ -4073,12 +4078,12 @@ fi
40734078
fi
40744079

40754080
echo$ac_n"checking for rint""...$ac_c"1>&6
4076-
echo"configure:4077: checking for rint">&5
4081+
echo"configure:4082: checking for rint">&5
40774082
ifeval"test\"`echo'$''{'ac_cv_func_rint'+set}'`\" = set";then
40784083
echo$ac_n"(cached)$ac_c"1>&6
40794084
else
40804085
cat> conftest.$ac_ext<<EOF
4081-
#line4082 "configure"
4086+
#line4087 "configure"
40824087
#include "confdefs.h"
40834088
/* System header to define __stub macros and hopefully few prototypes,
40844089
which can conflict with char rint(); below. */
@@ -4101,7 +4106,7 @@ rint();
41014106
41024107
; return 0; }
41034108
EOF
4104-
if { (evalecho configure:4105:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
4109+
if { (evalecho configure:4110:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
41054110
rm -rf conftest*
41064111
eval"ac_cv_func_rint=yes"
41074112
else
@@ -4122,15 +4127,15 @@ EOF
41224127
else
41234128
echo"$ac_t""no"1>&6
41244129
echo$ac_n"checking for rint in -lm""...$ac_c"1>&6
4125-
echo"configure:4126: checking for rint in -lm">&5
4130+
echo"configure:4131: checking for rint in -lm">&5
41264131
ac_lib_var=`echo m'_'rint| sed'y%./+-%__p_%'`
41274132
ifeval"test\"`echo'$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set";then
41284133
echo$ac_n"(cached)$ac_c"1>&6
41294134
else
41304135
ac_save_LIBS="$LIBS"
41314136
LIBS="-lm$LIBS"
41324137
cat> conftest.$ac_ext<<EOF
4133-
#line4134 "configure"
4138+
#line4139 "configure"
41344139
#include "confdefs.h"
41354140
/* Override any gcc2 internal prototype to avoid an error. */
41364141
/* We use char because int might match the return type of a gcc2
@@ -4141,7 +4146,7 @@ int main() {
41414146
rint()
41424147
; return 0; }
41434148
EOF
4144-
if { (evalecho configure:4145:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
4149+
if { (evalecho configure:4150:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
41454150
rm -rf conftest*
41464151
eval"ac_cv_lib_$ac_lib_var=yes"
41474152
else
@@ -4168,7 +4173,7 @@ fi
41684173

41694174

41704175
echo$ac_n"checking setting USE_LOCALE""...$ac_c"1>&6
4171-
echo"configure:4172: checking setting USE_LOCALE">&5
4176+
echo"configure:4177: checking setting USE_LOCALE">&5
41724177
iftest"$USE_LOCALE" ="yes"
41734178
then
41744179
echo"$ac_t""enabled"1>&6
@@ -4180,14 +4185,14 @@ else
41804185
echo"$ac_t""disabled"1>&6
41814186
fi
41824187
echo$ac_n"checking setting DEF_PGPORT""...$ac_c"1>&6
4183-
echo"configure:4184: checking setting DEF_PGPORT">&5
4188+
echo"configure:4189: checking setting DEF_PGPORT">&5
41844189
cat>> confdefs.h<<EOF
41854190
#define DEF_PGPORT "${DEF_PGPORT}"
41864191
EOF
41874192

41884193
echo"$ac_t""$DEF_PGPORT"1>&6
41894194
echo$ac_n"checking setting HBA""...$ac_c"1>&6
4190-
echo"configure:4191: checking setting HBA">&5
4195+
echo"configure:4196: checking setting HBA">&5
41914196
iftest"$NOHBA" ="no"
41924197
then
41934198
echo"$ac_t""enabled"1>&6
@@ -4370,7 +4375,12 @@ s%@YFLAGS@%$YFLAGS%g
43704375
s%@yacc@%$yacc%g
43714376
s%@bison@%$bison%g
43724377
s%@LIBOBJS@%$LIBOBJS%g
4378+
s%@GETRUSAGE@%$GETRUSAGE%g
4379+
s%@GETHOSTNAME@%$GETHOSTNAME%g
4380+
s%@SRANDOM@%$SRANDOM%g
4381+
s%@RANDOM@%$RANDOM%g
43734382
s%@STRDUP@%$STRDUP%g
4383+
s%@STRCASECMP@%$STRCASECMP%g
43744384
s%@INET_ATON@%$INET_ATON%g
43754385
s%@STRERROR@%$STRERROR%g
43764386
s%@STRERROR2@%$STRERROR2%g

‎src/configure.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,12 @@ AC_CHECK_FUNC(strdup,
480480
AC_CHECK_FUNC(strcasecmp,
481481
AC_DEFINE(HAVE_STRCASECMP),
482482
STRCASECMP='strcasecmp.o')
483+
AC_SUBST(GETRUSAGE)
484+
AC_SUBST(GETHOSTNAME)
485+
AC_SUBST(SRANDOM)
486+
AC_SUBST(RANDOM)
483487
AC_SUBST(STRDUP)
488+
AC_SUBST(STRCASECMP)
484489
AC_SUBST(INET_ATON)
485490
AC_SUBST(STRERROR)
486491
AC_SUBST(STRERROR2)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp