@@ -7169,17 +7169,129 @@ EOF
7169
7169
7170
7170
7171
7171
7172
+ for ac_func in strtoll strtoq
7173
+ do
7174
+ echo $ac_n " checking for $ac_func " " ... $ac_c " 1>&6
7175
+ echo " configure:7176: checking for $ac_func " >&5
7176
+ if eval " test \" ` echo ' $' ' {' ac_cv_func_$ac_func ' +set}' ` \" = set" ; then
7177
+ echo $ac_n " (cached) $ac_c " 1>&6
7178
+ else
7179
+ cat > conftest.$ac_ext << EOF
7180
+ #line 7181 "configure"
7181
+ #include "confdefs.h"
7182
+ /* System header to define __stub macros and hopefully few prototypes,
7183
+ which can conflict with char $ac_func (); below. */
7184
+ #include <assert.h>
7185
+ /* Override any gcc2 internal prototype to avoid an error. */
7186
+ /* We use char because int might match the return type of a gcc2
7187
+ builtin and then its argument prototype would still apply. */
7188
+ char $ac_func ();
7189
+
7190
+ int main() {
7191
+
7192
+ /* The GNU C library defines this for functions which it implements
7193
+ to always fail with ENOSYS. Some functions are actually named
7194
+ something starting with __ and the normal name is an alias. */
7195
+ #if defined (__stub_$ac_func ) || defined (__stub___$ac_func )
7196
+ choke me
7197
+ #else
7198
+ $ac_func ();
7199
+ #endif
7200
+
7201
+ ; return 0; }
7202
+ EOF
7203
+ if { (eval echo configure:7204: \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} ; then
7204
+ rm -rf conftest*
7205
+ eval " ac_cv_func_$ac_func =yes"
7206
+ else
7207
+ echo " configure: failed program was:" >&5
7208
+ cat conftest.$ac_ext >&5
7209
+ rm -rf conftest*
7210
+ eval " ac_cv_func_$ac_func =no"
7211
+ fi
7212
+ rm -f conftest*
7213
+ fi
7214
+
7215
+ if eval " test \" ` echo ' $ac_cv_func_' $ac_func ` \" = yes" ; then
7216
+ echo " $ac_t " " yes" 1>&6
7217
+ ac_tr_func=HAVE_` echo $ac_func | tr ' abcdefghijklmnopqrstuvwxyz' ' ABCDEFGHIJKLMNOPQRSTUVWXYZ' `
7218
+ cat >> confdefs.h << EOF
7219
+ #define $ac_tr_func 1
7220
+ EOF
7221
+ break
7222
+ else
7223
+ echo " $ac_t " " no" 1>&6
7224
+ fi
7225
+ done
7226
+
7227
+ for ac_func in strtoull strtouq
7228
+ do
7229
+ echo $ac_n " checking for $ac_func " " ... $ac_c " 1>&6
7230
+ echo " configure:7231: checking for $ac_func " >&5
7231
+ if eval " test \" ` echo ' $' ' {' ac_cv_func_$ac_func ' +set}' ` \" = set" ; then
7232
+ echo $ac_n " (cached) $ac_c " 1>&6
7233
+ else
7234
+ cat > conftest.$ac_ext << EOF
7235
+ #line 7236 "configure"
7236
+ #include "confdefs.h"
7237
+ /* System header to define __stub macros and hopefully few prototypes,
7238
+ which can conflict with char $ac_func (); below. */
7239
+ #include <assert.h>
7240
+ /* Override any gcc2 internal prototype to avoid an error. */
7241
+ /* We use char because int might match the return type of a gcc2
7242
+ builtin and then its argument prototype would still apply. */
7243
+ char $ac_func ();
7244
+
7245
+ int main() {
7246
+
7247
+ /* The GNU C library defines this for functions which it implements
7248
+ to always fail with ENOSYS. Some functions are actually named
7249
+ something starting with __ and the normal name is an alias. */
7250
+ #if defined (__stub_$ac_func ) || defined (__stub___$ac_func )
7251
+ choke me
7252
+ #else
7253
+ $ac_func ();
7254
+ #endif
7255
+
7256
+ ; return 0; }
7257
+ EOF
7258
+ if { (eval echo configure:7259: \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} ; then
7259
+ rm -rf conftest*
7260
+ eval " ac_cv_func_$ac_func =yes"
7261
+ else
7262
+ echo " configure: failed program was:" >&5
7263
+ cat conftest.$ac_ext >&5
7264
+ rm -rf conftest*
7265
+ eval " ac_cv_func_$ac_func =no"
7266
+ fi
7267
+ rm -f conftest*
7268
+ fi
7269
+
7270
+ if eval " test \" ` echo ' $ac_cv_func_' $ac_func ` \" = yes" ; then
7271
+ echo " $ac_t " " yes" 1>&6
7272
+ ac_tr_func=HAVE_` echo $ac_func | tr ' abcdefghijklmnopqrstuvwxyz' ' ABCDEFGHIJKLMNOPQRSTUVWXYZ' `
7273
+ cat >> confdefs.h << EOF
7274
+ #define $ac_tr_func 1
7275
+ EOF
7276
+ break
7277
+ else
7278
+ echo " $ac_t " " no" 1>&6
7279
+ fi
7280
+ done
7281
+
7282
+
7283
+
7172
7284
7173
7285
echo $ac_n " checking alignment of short" " ... $ac_c " 1>&6
7174
- echo " configure:7175 : checking alignment of short" >&5
7286
+ echo " configure:7287 : checking alignment of short" >&5
7175
7287
if eval " test \" ` echo ' $' ' {' pgac_cv_alignof_short' +set}' ` \" = set" ; then
7176
7288
echo $ac_n " (cached) $ac_c " 1>&6
7177
7289
else
7178
7290
if test " $cross_compiling " = yes; then
7179
7291
pgac_cv_alignof_short=' sizeof(short)'
7180
7292
else
7181
7293
cat > conftest.$ac_ext << EOF
7182
- #line 7183 "configure"
7294
+ #line 7295 "configure"
7183
7295
#include "confdefs.h"
7184
7296
#include <stdio.h>
7185
7297
struct { char filler; short field; } mystruct;
@@ -7191,7 +7303,7 @@ main()
7191
7303
exit(0);
7192
7304
}
7193
7305
EOF
7194
- if { (eval echo configure:7195 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7306
+ if { (eval echo configure:7307 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7195
7307
then
7196
7308
pgac_cv_alignof_short=` cat conftestval`
7197
7309
else
@@ -7211,15 +7323,15 @@ EOF
7211
7323
7212
7324
7213
7325
echo $ac_n " checking alignment of int" " ... $ac_c " 1>&6
7214
- echo " configure:7215 : checking alignment of int" >&5
7326
+ echo " configure:7327 : checking alignment of int" >&5
7215
7327
if eval " test \" ` echo ' $' ' {' pgac_cv_alignof_int' +set}' ` \" = set" ; then
7216
7328
echo $ac_n " (cached) $ac_c " 1>&6
7217
7329
else
7218
7330
if test " $cross_compiling " = yes; then
7219
7331
pgac_cv_alignof_int=' sizeof(int)'
7220
7332
else
7221
7333
cat > conftest.$ac_ext << EOF
7222
- #line 7223 "configure"
7334
+ #line 7335 "configure"
7223
7335
#include "confdefs.h"
7224
7336
#include <stdio.h>
7225
7337
struct { char filler; int field; } mystruct;
@@ -7231,7 +7343,7 @@ main()
7231
7343
exit(0);
7232
7344
}
7233
7345
EOF
7234
- if { (eval echo configure:7235 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7346
+ if { (eval echo configure:7347 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7235
7347
then
7236
7348
pgac_cv_alignof_int=` cat conftestval`
7237
7349
else
@@ -7251,15 +7363,15 @@ EOF
7251
7363
7252
7364
7253
7365
echo $ac_n " checking alignment of long" " ... $ac_c " 1>&6
7254
- echo " configure:7255 : checking alignment of long" >&5
7366
+ echo " configure:7367 : checking alignment of long" >&5
7255
7367
if eval " test \" ` echo ' $' ' {' pgac_cv_alignof_long' +set}' ` \" = set" ; then
7256
7368
echo $ac_n " (cached) $ac_c " 1>&6
7257
7369
else
7258
7370
if test " $cross_compiling " = yes; then
7259
7371
pgac_cv_alignof_long=' sizeof(long)'
7260
7372
else
7261
7373
cat > conftest.$ac_ext << EOF
7262
- #line 7263 "configure"
7374
+ #line 7375 "configure"
7263
7375
#include "confdefs.h"
7264
7376
#include <stdio.h>
7265
7377
struct { char filler; long field; } mystruct;
@@ -7271,7 +7383,7 @@ main()
7271
7383
exit(0);
7272
7384
}
7273
7385
EOF
7274
- if { (eval echo configure:7275 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7386
+ if { (eval echo configure:7387 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7275
7387
then
7276
7388
pgac_cv_alignof_long=` cat conftestval`
7277
7389
else
@@ -7292,15 +7404,15 @@ EOF
7292
7404
7293
7405
if [ x" $HAVE_LONG_LONG_INT_64 " = xyes ] ; then
7294
7406
echo $ac_n " checking alignment of long long int" " ... $ac_c " 1>&6
7295
- echo " configure:7296 : checking alignment of long long int" >&5
7407
+ echo " configure:7408 : checking alignment of long long int" >&5
7296
7408
if eval " test \" ` echo ' $' ' {' pgac_cv_alignof_long_long_int' +set}' ` \" = set" ; then
7297
7409
echo $ac_n " (cached) $ac_c " 1>&6
7298
7410
else
7299
7411
if test " $cross_compiling " = yes; then
7300
7412
pgac_cv_alignof_long_long_int=' sizeof(long long int)'
7301
7413
else
7302
7414
cat > conftest.$ac_ext << EOF
7303
- #line 7304 "configure"
7415
+ #line 7416 "configure"
7304
7416
#include "confdefs.h"
7305
7417
#include <stdio.h>
7306
7418
struct { char filler; long long int field; } mystruct;
@@ -7312,7 +7424,7 @@ main()
7312
7424
exit(0);
7313
7425
}
7314
7426
EOF
7315
- if { (eval echo configure:7316 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7427
+ if { (eval echo configure:7428 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7316
7428
then
7317
7429
pgac_cv_alignof_long_long_int=` cat conftestval`
7318
7430
else
@@ -7333,15 +7445,15 @@ EOF
7333
7445
7334
7446
fi
7335
7447
echo $ac_n " checking alignment of double" " ... $ac_c " 1>&6
7336
- echo " configure:7337 : checking alignment of double" >&5
7448
+ echo " configure:7449 : checking alignment of double" >&5
7337
7449
if eval " test \" ` echo ' $' ' {' pgac_cv_alignof_double' +set}' ` \" = set" ; then
7338
7450
echo $ac_n " (cached) $ac_c " 1>&6
7339
7451
else
7340
7452
if test " $cross_compiling " = yes; then
7341
7453
pgac_cv_alignof_double=' sizeof(double)'
7342
7454
else
7343
7455
cat > conftest.$ac_ext << EOF
7344
- #line 7345 "configure"
7456
+ #line 7457 "configure"
7345
7457
#include "confdefs.h"
7346
7458
#include <stdio.h>
7347
7459
struct { char filler; double field; } mystruct;
@@ -7353,7 +7465,7 @@ main()
7353
7465
exit(0);
7354
7466
}
7355
7467
EOF
7356
- if { (eval echo configure:7357 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7468
+ if { (eval echo configure:7469 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7357
7469
then
7358
7470
pgac_cv_alignof_double=` cat conftestval`
7359
7471
else
@@ -7391,12 +7503,12 @@ EOF
7391
7503
7392
7504
7393
7505
echo $ac_n " checking for POSIX signal interface" " ... $ac_c " 1>&6
7394
- echo " configure:7395 : checking for POSIX signal interface" >&5
7506
+ echo " configure:7507 : checking for POSIX signal interface" >&5
7395
7507
if eval " test \" ` echo ' $' ' {' pgac_cv_func_posix_signals' +set}' ` \" = set" ; then
7396
7508
echo $ac_n " (cached) $ac_c " 1>&6
7397
7509
else
7398
7510
cat > conftest.$ac_ext << EOF
7399
- #line 7400 "configure"
7511
+ #line 7512 "configure"
7400
7512
#include "confdefs.h"
7401
7513
#include <signal.h>
7402
7514
@@ -7407,7 +7519,7 @@ act.sa_flags = SA_RESTART;
7407
7519
sigaction(0, &act, &oact);
7408
7520
; return 0; }
7409
7521
EOF
7410
- if { (eval echo configure:7411 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} ; then
7522
+ if { (eval echo configure:7523 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} ; then
7411
7523
rm -rf conftest*
7412
7524
pgac_cv_func_posix_signals=yes
7413
7525
else
7437
7549
# Extract the first word of "$ac_prog", so it can be a program name with args.
7438
7550
set dummy $ac_prog ; ac_word=$2
7439
7551
echo $ac_n " checking for $ac_word " " ... $ac_c " 1>&6
7440
- echo " configure:7441 : checking for $ac_word " >&5
7552
+ echo " configure:7553 : checking for $ac_word " >&5
7441
7553
if eval " test \" ` echo ' $' ' {' ac_cv_path_TCLSH' +set}' ` \" = set" ; then
7442
7554
echo $ac_n " (cached) $ac_c " 1>&6
7443
7555
else
@@ -7473,7 +7585,7 @@ test -n "$TCLSH" && break
7473
7585
done
7474
7586
7475
7587
echo $ac_n " checking for tclConfig.sh" " ... $ac_c " 1>&6
7476
- echo " configure:7477 : checking for tclConfig.sh" >&5
7588
+ echo " configure:7589 : checking for tclConfig.sh" >&5
7477
7589
# Let user override test
7478
7590
if test -z " $TCL_CONFIG_SH " ; then
7479
7591
pgac_test_dirs=" $with_tclconfig "
7506
7618
# Check for Tk configuration script tkConfig.sh
7507
7619
if test " $with_tk " = yes; then
7508
7620
echo $ac_n " checking for tkConfig.sh" " ... $ac_c " 1>&6
7509
- echo " configure:7510 : checking for tkConfig.sh" >&5
7621
+ echo " configure:7622 : checking for tkConfig.sh" >&5
7510
7622
# Let user override test
7511
7623
if test -z " $TK_CONFIG_SH " ; then
7512
7624
pgac_test_dirs=" $with_tkconfig $with_tclconfig "
7545
7657
# Extract the first word of "$ac_prog", so it can be a program name with args.
7546
7658
set dummy $ac_prog ; ac_word=$2
7547
7659
echo $ac_n " checking for $ac_word " " ... $ac_c " 1>&6
7548
- echo " configure:7549 : checking for $ac_word " >&5
7660
+ echo " configure:7661 : checking for $ac_word " >&5
7549
7661
if eval " test \" ` echo ' $' ' {' ac_cv_prog_NSGMLS' +set}' ` \" = set" ; then
7550
7662
echo $ac_n " (cached) $ac_c " 1>&6
7551
7663
else
7581
7693
# Extract the first word of "$ac_prog", so it can be a program name with args.
7582
7694
set dummy $ac_prog ; ac_word=$2
7583
7695
echo $ac_n " checking for $ac_word " " ... $ac_c " 1>&6
7584
- echo " configure:7585 : checking for $ac_word " >&5
7696
+ echo " configure:7697 : checking for $ac_word " >&5
7585
7697
if eval " test \" ` echo ' $' ' {' ac_cv_prog_JADE' +set}' ` \" = set" ; then
7586
7698
echo $ac_n " (cached) $ac_c " 1>&6
7587
7699
else
@@ -7612,7 +7724,7 @@ done
7612
7724
7613
7725
7614
7726
echo $ac_n " checking for DocBook V3.1" " ... $ac_c " 1>&6
7615
- echo " configure:7616 : checking for DocBook V3.1" >&5
7727
+ echo " configure:7728 : checking for DocBook V3.1" >&5
7616
7728
if eval " test \" ` echo ' $' ' {' pgac_cv_check_docbook' +set}' ` \" = set" ; then
7617
7729
echo $ac_n " (cached) $ac_c " 1>&6
7618
7730
else
@@ -7645,7 +7757,7 @@ have_docbook=$pgac_cv_check_docbook
7645
7757
7646
7758
7647
7759
echo $ac_n " checking for DocBook stylesheets" " ... $ac_c " 1>&6
7648
- echo " configure:7649 : checking for DocBook stylesheets" >&5
7760
+ echo " configure:7761 : checking for DocBook stylesheets" >&5
7649
7761
if eval " test \" ` echo ' $' ' {' pgac_cv_path_stylesheets' +set}' ` \" = set" ; then
7650
7762
echo $ac_n " (cached) $ac_c " 1>&6
7651
7763
else
7684
7796
# Extract the first word of "$ac_prog", so it can be a program name with args.
7685
7797
set dummy $ac_prog ; ac_word=$2
7686
7798
echo $ac_n " checking for $ac_word " " ... $ac_c " 1>&6
7687
- echo " configure:7688 : checking for $ac_word " >&5
7799
+ echo " configure:7800 : checking for $ac_word " >&5
7688
7800
if eval " test \" ` echo ' $' ' {' ac_cv_prog_SGMLSPL' +set}' ` \" = set" ; then
7689
7801
echo $ac_n " (cached) $ac_c " 1>&6
7690
7802
else
0 commit comments