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

Commitacdf3c2

Browse files
committed
run autoconf
1 parente1942f5 commitacdf3c2

File tree

1 file changed

+41
-32
lines changed

1 file changed

+41
-32
lines changed

‎src/interfaces/odbc/configure

Lines changed: 41 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ echo "$ac_t""$CPP" 1>&6
10371037

10381038

10391039

1040-
INSTALLPATH="/usr/ucb:$PATH"
1040+
INSTALLPATH="`echo/usr/ucb:$PATH| sed's/:/ /g'`"
10411041
forac_progin ginstall installbsd bsdinst scoinst install
10421042
do
10431043
# Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -1053,7 +1053,7 @@ else
10531053
;;
10541054
*)
10551055
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1056-
forac_dirin$INSTALLPATH$ac_dummy;do
1056+
forac_dirin$INSTALLPATH$ac_dummy;do
10571057
test -z"$ac_dir"&& ac_dir=.
10581058
iftest -f$ac_dir/$ac_word;then
10591059
ac_cv_path_INSTALL="$ac_dir/$ac_word"
@@ -1084,12 +1084,19 @@ fi
10841084
INSTLOPTS="-m 444"
10851085
INSTL_EXE_OPTS="-m 555"
10861086
INSTL_LIB_OPTS="-m 644"
1087+
INSTL_SHLIB_OPTS="-m 644"
1088+
1089+
case"$host_os"in
1090+
hpux*)
1091+
INSTL_SHLIB_OPTS="-m 555" ;;
1092+
esac
10871093

10881094
case"`basename$INSTALL`"in
1089-
install|installbsd|scoinst)
1095+
install|installbsd|scoinst|install-sh)
10901096
INSTLOPTS="-c$INSTLOPTS"
10911097
INSTL_EXE_OPTS="-c$INSTL_EXE_OPTS"
1092-
INSTL_LIB_OPTS="-c$INSTL_LIB_OPTS";;
1098+
INSTL_LIB_OPTS="-c$INSTL_LIB_OPTS"
1099+
INSTL_SHLIB_OPTS="-c$INSTL_SHLIB_OPTS";;
10931100
esac
10941101

10951102
echo"- Using$INSTALL"
@@ -1098,6 +1105,7 @@ echo "- Using $INSTALL"
10981105

10991106

11001107

1108+
11011109
ECHO_N_OUT=`echo -n""| wc -c`
11021110
ECHO_C_OUT=`echo"\c"| wc -c`
11031111
iftest"$ECHO_N_OUT" -eq 0;then
@@ -1115,7 +1123,7 @@ fi
11151123

11161124

11171125
echo$ac_n"checking whether ln -s works""...$ac_c"1>&6
1118-
echo"configure:1119: checking whether ln -s works">&5
1126+
echo"configure:1127: checking whether ln -s works">&5
11191127
ifeval"test\"`echo'$''{'ac_cv_prog_LN_S'+set}'`\" = set";then
11201128
echo$ac_n"(cached)$ac_c"1>&6
11211129
else
@@ -1136,7 +1144,7 @@ else
11361144
fi
11371145

11381146
echo$ac_n"checking whether${MAKE-make} sets\${MAKE}""...$ac_c"1>&6
1139-
echo"configure:1140: checking whether${MAKE-make} sets\${MAKE}">&5
1147+
echo"configure:1148: checking whether${MAKE-make} sets\${MAKE}">&5
11401148
set dummy${MAKE-make}; ac_make=`echo"$2"| sed'y%./+-%__p_%'`
11411149
ifeval"test\"`echo'$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set";then
11421150
echo$ac_n"(cached)$ac_c"1>&6
@@ -1165,7 +1173,7 @@ fi
11651173
# Extract the first word of "ranlib", so it can be a program name with args.
11661174
set dummy ranlib; ac_word=$2
11671175
echo$ac_n"checking for$ac_word""...$ac_c"1>&6
1168-
echo"configure:1169: checking for$ac_word">&5
1176+
echo"configure:1177: checking for$ac_word">&5
11691177
ifeval"test\"`echo'$''{'ac_cv_prog_RANLIB'+set}'`\" = set";then
11701178
echo$ac_n"(cached)$ac_c"1>&6
11711179
else
@@ -1194,7 +1202,7 @@ fi
11941202
# Extract the first word of "find", so it can be a program name with args.
11951203
set dummy find; ac_word=$2
11961204
echo$ac_n"checking for$ac_word""...$ac_c"1>&6
1197-
echo"configure:1198: checking for$ac_word">&5
1205+
echo"configure:1206: checking for$ac_word">&5
11981206
ifeval"test\"`echo'$''{'ac_cv_path_find'+set}'`\" = set";then
11991207
echo$ac_n"(cached)$ac_c"1>&6
12001208
else
@@ -1225,7 +1233,7 @@ fi
12251233
# Extract the first word of "tar", so it can be a program name with args.
12261234
set dummy tar; ac_word=$2
12271235
echo$ac_n"checking for$ac_word""...$ac_c"1>&6
1228-
echo"configure:1229: checking for$ac_word">&5
1236+
echo"configure:1237: checking for$ac_word">&5
12291237
ifeval"test\"`echo'$''{'ac_cv_path_tar'+set}'`\" = set";then
12301238
echo$ac_n"(cached)$ac_c"1>&6
12311239
else
@@ -1256,7 +1264,7 @@ fi
12561264
# Extract the first word of "split", so it can be a program name with args.
12571265
set dummy split; ac_word=$2
12581266
echo$ac_n"checking for$ac_word""...$ac_c"1>&6
1259-
echo"configure:1260: checking for$ac_word">&5
1267+
echo"configure:1268: checking for$ac_word">&5
12601268
ifeval"test\"`echo'$''{'ac_cv_path_split'+set}'`\" = set";then
12611269
echo$ac_n"(cached)$ac_c"1>&6
12621270
else
@@ -1286,22 +1294,22 @@ fi
12861294

12871295

12881296
echo$ac_n"checking for main in -lc""...$ac_c"1>&6
1289-
echo"configure:1290: checking for main in -lc">&5
1297+
echo"configure:1298: checking for main in -lc">&5
12901298
ac_lib_var=`echo c'_'main| sed'y%./+-%__p_%'`
12911299
ifeval"test\"`echo'$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set";then
12921300
echo$ac_n"(cached)$ac_c"1>&6
12931301
else
12941302
ac_save_LIBS="$LIBS"
12951303
LIBS="-lc$LIBS"
12961304
cat> conftest.$ac_ext<<EOF
1297-
#line1298 "configure"
1305+
#line1306 "configure"
12981306
#include "confdefs.h"
12991307
13001308
int main() {
13011309
main()
13021310
; return 0; }
13031311
EOF
1304-
if { (evalecho configure:1305:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
1312+
if { (evalecho configure:1313:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
13051313
rm -rf conftest*
13061314
eval"ac_cv_lib_$ac_lib_var=yes"
13071315
else
@@ -1329,22 +1337,22 @@ else
13291337
fi
13301338

13311339
echo$ac_n"checking for main in -lm""...$ac_c"1>&6
1332-
echo"configure:1333: checking for main in -lm">&5
1340+
echo"configure:1341: checking for main in -lm">&5
13331341
ac_lib_var=`echo m'_'main| sed'y%./+-%__p_%'`
13341342
ifeval"test\"`echo'$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set";then
13351343
echo$ac_n"(cached)$ac_c"1>&6
13361344
else
13371345
ac_save_LIBS="$LIBS"
13381346
LIBS="-lm$LIBS"
13391347
cat> conftest.$ac_ext<<EOF
1340-
#line1341 "configure"
1348+
#line1349 "configure"
13411349
#include "confdefs.h"
13421350
13431351
int main() {
13441352
main()
13451353
; return 0; }
13461354
EOF
1347-
if { (evalecho configure:1348:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
1355+
if { (evalecho configure:1356:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
13481356
rm -rf conftest*
13491357
eval"ac_cv_lib_$ac_lib_var=yes"
13501358
else
@@ -1372,22 +1380,22 @@ else
13721380
fi
13731381

13741382
echo$ac_n"checking for main in -ldl""...$ac_c"1>&6
1375-
echo"configure:1376: checking for main in -ldl">&5
1383+
echo"configure:1384: checking for main in -ldl">&5
13761384
ac_lib_var=`echo dl'_'main| sed'y%./+-%__p_%'`
13771385
ifeval"test\"`echo'$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set";then
13781386
echo$ac_n"(cached)$ac_c"1>&6
13791387
else
13801388
ac_save_LIBS="$LIBS"
13811389
LIBS="-ldl$LIBS"
13821390
cat> conftest.$ac_ext<<EOF
1383-
#line1384 "configure"
1391+
#line1392 "configure"
13841392
#include "confdefs.h"
13851393
13861394
int main() {
13871395
main()
13881396
; return 0; }
13891397
EOF
1390-
if { (evalecho configure:1391:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
1398+
if { (evalecho configure:1399:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
13911399
rm -rf conftest*
13921400
eval"ac_cv_lib_$ac_lib_var=yes"
13931401
else
@@ -1416,20 +1424,20 @@ fi
14161424

14171425

14181426
echo$ac_n"checking for ANSI C header files""...$ac_c"1>&6
1419-
echo"configure:1420: checking for ANSI C header files">&5
1427+
echo"configure:1428: checking for ANSI C header files">&5
14201428
ifeval"test\"`echo'$''{'ac_cv_header_stdc'+set}'`\" = set";then
14211429
echo$ac_n"(cached)$ac_c"1>&6
14221430
else
14231431
cat> conftest.$ac_ext<<EOF
1424-
#line1425 "configure"
1432+
#line1433 "configure"
14251433
#include "confdefs.h"
14261434
#include <stdlib.h>
14271435
#include <stdarg.h>
14281436
#include <string.h>
14291437
#include <float.h>
14301438
EOF
14311439
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1432-
{ (evalecho configure:1433:\"$ac_try\")1>&5; (eval$ac_try)2>&5; }
1440+
{ (evalecho configure:1441:\"$ac_try\")1>&5; (eval$ac_try)2>&5; }
14331441
ac_err=`grep -v'^ *+' conftest.out`
14341442
iftest -z"$ac_err";then
14351443
rm -rf conftest*
@@ -1446,7 +1454,7 @@ rm -f conftest*
14461454
iftest$ac_cv_header_stdc = yes;then
14471455
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
14481456
cat> conftest.$ac_ext<<EOF
1449-
#line1450 "configure"
1457+
#line1458 "configure"
14501458
#include "confdefs.h"
14511459
#include <string.h>
14521460
EOF
@@ -1464,7 +1472,7 @@ fi
14641472
iftest$ac_cv_header_stdc = yes;then
14651473
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
14661474
cat> conftest.$ac_ext<<EOF
1467-
#line1468 "configure"
1475+
#line1476 "configure"
14681476
#include "confdefs.h"
14691477
#include <stdlib.h>
14701478
EOF
@@ -1485,7 +1493,7 @@ if test "$cross_compiling" = yes; then
14851493
:
14861494
else
14871495
cat> conftest.$ac_ext<<EOF
1488-
#line1489 "configure"
1496+
#line1497 "configure"
14891497
#include "confdefs.h"
14901498
#include <ctype.h>
14911499
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -1496,7 +1504,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
14961504
exit (0); }
14971505
14981506
EOF
1499-
if { (evalecho configure:1500:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest&& (./conftest; exit)2>/dev/null
1507+
if { (evalecho configure:1508:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest&& (./conftest; exit)2>/dev/null
15001508
then
15011509
:
15021510
else
@@ -1523,17 +1531,17 @@ for ac_hdr in sys/param.h pwd.h
15231531
do
15241532
ac_safe=`echo"$ac_hdr"| sed'y%./+-%__p_%'`
15251533
echo$ac_n"checking for$ac_hdr""...$ac_c"1>&6
1526-
echo"configure:1527: checking for$ac_hdr">&5
1534+
echo"configure:1535: checking for$ac_hdr">&5
15271535
ifeval"test\"`echo'$''{'ac_cv_header_$ac_safe'+set}'`\" = set";then
15281536
echo$ac_n"(cached)$ac_c"1>&6
15291537
else
15301538
cat> conftest.$ac_ext<<EOF
1531-
#line1532 "configure"
1539+
#line1540 "configure"
15321540
#include "confdefs.h"
15331541
#include <$ac_hdr>
15341542
EOF
15351543
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1536-
{ (evalecho configure:1537:\"$ac_try\")1>&5; (eval$ac_try)2>&5; }
1544+
{ (evalecho configure:1545:\"$ac_try\")1>&5; (eval$ac_try)2>&5; }
15371545
ac_err=`grep -v'^ *+' conftest.out`
15381546
iftest -z"$ac_err";then
15391547
rm -rf conftest*
@@ -1565,12 +1573,12 @@ done
15651573
forac_funcin stricmp
15661574
do
15671575
echo$ac_n"checking for$ac_func""...$ac_c"1>&6
1568-
echo"configure:1569: checking for$ac_func">&5
1576+
echo"configure:1577: checking for$ac_func">&5
15691577
ifeval"test\"`echo'$''{'ac_cv_func_$ac_func'+set}'`\" = set";then
15701578
echo$ac_n"(cached)$ac_c"1>&6
15711579
else
15721580
cat> conftest.$ac_ext<<EOF
1573-
#line1574 "configure"
1581+
#line1582 "configure"
15741582
#include "confdefs.h"
15751583
/* System header to define __stub macros and hopefully few prototypes,
15761584
which can conflict with char$ac_func(); below. */
@@ -1593,7 +1601,7 @@ $ac_func();
15931601
15941602
; return 0; }
15951603
EOF
1596-
if { (evalecho configure:1597:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
1604+
if { (evalecho configure:1605:\"$ac_link\")1>&5; (eval$ac_link)2>&5; }&&test -s conftest;then
15971605
rm -rf conftest*
15981606
eval"ac_cv_func_$ac_func=yes"
15991607
else
@@ -1766,6 +1774,7 @@ s%@DL_LIB@%$DL_LIB%g
17661774
s%@INSTALL@%$INSTALL%g
17671775
s%@INSTLOPTS@%$INSTLOPTS%g
17681776
s%@INSTL_LIB_OPTS@%$INSTL_LIB_OPTS%g
1777+
s%@INSTL_SHLIB_OPTS@%$INSTL_SHLIB_OPTS%g
17691778
s%@INSTL_EXE_OPTS@%$INSTL_EXE_OPTS%g
17701779
s%@DASH_N@%$DASH_N%g
17711780
s%@BACKSLASH_C@%$BACKSLASH_C%g

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp