@@ -7206,16 +7206,61 @@ done
7206
7206
7207
7207
7208
7208
7209
+ echo $ac_n " checking size of unsigned long" " ... $ac_c " 1>&6
7210
+ echo " configure:7211: checking size of unsigned long" >&5
7211
+ if eval " test \" ` echo ' $' ' {' ac_cv_sizeof_unsigned_long' +set}' ` \" = set" ; then
7212
+ echo $ac_n " (cached) $ac_c " 1>&6
7213
+ else
7214
+ if test " $cross_compiling " = yes; then
7215
+ ac_cv_sizeof_unsigned_long=4
7216
+ else
7217
+ cat > conftest.$ac_ext << EOF
7218
+ #line 7219 "configure"
7219
+ #include "confdefs.h"
7220
+ #include <stdio.h>
7221
+ main()
7222
+ {
7223
+ FILE *f=fopen("conftestval", "w");
7224
+ if (!f) exit(1);
7225
+ fprintf(f, "%d\n", sizeof(unsigned long));
7226
+ exit(0);
7227
+ }
7228
+ EOF
7229
+ if { (eval echo configure:7230: \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7230
+ then
7231
+ ac_cv_sizeof_unsigned_long=` cat conftestval`
7232
+ else
7233
+ echo " configure: failed program was:" >&5
7234
+ cat conftest.$ac_ext >&5
7235
+ rm -fr conftest*
7236
+ ac_cv_sizeof_unsigned_long=0
7237
+ fi
7238
+ rm -fr conftest*
7239
+ fi
7240
+
7241
+ fi
7242
+ echo " $ac_t " " $ac_cv_sizeof_unsigned_long " 1>&6
7243
+ cat >> confdefs.h << EOF
7244
+ #define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
7245
+ EOF
7246
+
7247
+
7248
+ cat >> confdefs.h << EOF
7249
+ #define SIZEOF_DATUM $ac_cv_sizeof_unsigned_long
7250
+ EOF
7251
+
7252
+
7253
+
7209
7254
echo $ac_n " checking alignment of short" " ... $ac_c " 1>&6
7210
- echo " configure:7211 : checking alignment of short" >&5
7255
+ echo " configure:7256 : checking alignment of short" >&5
7211
7256
if eval " test \" ` echo ' $' ' {' pgac_cv_alignof_short' +set}' ` \" = set" ; then
7212
7257
echo $ac_n " (cached) $ac_c " 1>&6
7213
7258
else
7214
7259
if test " $cross_compiling " = yes; then
7215
7260
pgac_cv_alignof_short=' sizeof(short)'
7216
7261
else
7217
7262
cat > conftest.$ac_ext << EOF
7218
- #line 7219 "configure"
7263
+ #line 7264 "configure"
7219
7264
#include "confdefs.h"
7220
7265
#include <stdio.h>
7221
7266
struct { char filler; short field; } mystruct;
@@ -7227,7 +7272,7 @@ main()
7227
7272
exit(0);
7228
7273
}
7229
7274
EOF
7230
- if { (eval echo configure:7231 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7275
+ if { (eval echo configure:7276 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7231
7276
then
7232
7277
pgac_cv_alignof_short=` cat conftestval`
7233
7278
else
@@ -7247,15 +7292,15 @@ EOF
7247
7292
7248
7293
7249
7294
echo $ac_n " checking alignment of int" " ... $ac_c " 1>&6
7250
- echo " configure:7251 : checking alignment of int" >&5
7295
+ echo " configure:7296 : checking alignment of int" >&5
7251
7296
if eval " test \" ` echo ' $' ' {' pgac_cv_alignof_int' +set}' ` \" = set" ; then
7252
7297
echo $ac_n " (cached) $ac_c " 1>&6
7253
7298
else
7254
7299
if test " $cross_compiling " = yes; then
7255
7300
pgac_cv_alignof_int=' sizeof(int)'
7256
7301
else
7257
7302
cat > conftest.$ac_ext << EOF
7258
- #line 7259 "configure"
7303
+ #line 7304 "configure"
7259
7304
#include "confdefs.h"
7260
7305
#include <stdio.h>
7261
7306
struct { char filler; int field; } mystruct;
@@ -7267,7 +7312,7 @@ main()
7267
7312
exit(0);
7268
7313
}
7269
7314
EOF
7270
- if { (eval echo configure:7271 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
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
7271
7316
then
7272
7317
pgac_cv_alignof_int=` cat conftestval`
7273
7318
else
@@ -7287,15 +7332,15 @@ EOF
7287
7332
7288
7333
7289
7334
echo $ac_n " checking alignment of long" " ... $ac_c " 1>&6
7290
- echo " configure:7291 : checking alignment of long" >&5
7335
+ echo " configure:7336 : checking alignment of long" >&5
7291
7336
if eval " test \" ` echo ' $' ' {' pgac_cv_alignof_long' +set}' ` \" = set" ; then
7292
7337
echo $ac_n " (cached) $ac_c " 1>&6
7293
7338
else
7294
7339
if test " $cross_compiling " = yes; then
7295
7340
pgac_cv_alignof_long=' sizeof(long)'
7296
7341
else
7297
7342
cat > conftest.$ac_ext << EOF
7298
- #line 7299 "configure"
7343
+ #line 7344 "configure"
7299
7344
#include "confdefs.h"
7300
7345
#include <stdio.h>
7301
7346
struct { char filler; long field; } mystruct;
@@ -7307,7 +7352,7 @@ main()
7307
7352
exit(0);
7308
7353
}
7309
7354
EOF
7310
- if { (eval echo configure:7311 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7355
+ if { (eval echo configure:7356 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7311
7356
then
7312
7357
pgac_cv_alignof_long=` cat conftestval`
7313
7358
else
@@ -7328,15 +7373,15 @@ EOF
7328
7373
7329
7374
if [ x" $HAVE_LONG_LONG_INT_64 " = xyes ] ; then
7330
7375
echo $ac_n " checking alignment of long long int" " ... $ac_c " 1>&6
7331
- echo " configure:7332 : checking alignment of long long int" >&5
7376
+ echo " configure:7377 : checking alignment of long long int" >&5
7332
7377
if eval " test \" ` echo ' $' ' {' pgac_cv_alignof_long_long_int' +set}' ` \" = set" ; then
7333
7378
echo $ac_n " (cached) $ac_c " 1>&6
7334
7379
else
7335
7380
if test " $cross_compiling " = yes; then
7336
7381
pgac_cv_alignof_long_long_int=' sizeof(long long int)'
7337
7382
else
7338
7383
cat > conftest.$ac_ext << EOF
7339
- #line 7340 "configure"
7384
+ #line 7385 "configure"
7340
7385
#include "confdefs.h"
7341
7386
#include <stdio.h>
7342
7387
struct { char filler; long long int field; } mystruct;
@@ -7348,7 +7393,7 @@ main()
7348
7393
exit(0);
7349
7394
}
7350
7395
EOF
7351
- if { (eval echo configure:7352 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7396
+ if { (eval echo configure:7397 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7352
7397
then
7353
7398
pgac_cv_alignof_long_long_int=` cat conftestval`
7354
7399
else
@@ -7369,15 +7414,15 @@ EOF
7369
7414
7370
7415
fi
7371
7416
echo $ac_n " checking alignment of double" " ... $ac_c " 1>&6
7372
- echo " configure:7373 : checking alignment of double" >&5
7417
+ echo " configure:7418 : checking alignment of double" >&5
7373
7418
if eval " test \" ` echo ' $' ' {' pgac_cv_alignof_double' +set}' ` \" = set" ; then
7374
7419
echo $ac_n " (cached) $ac_c " 1>&6
7375
7420
else
7376
7421
if test " $cross_compiling " = yes; then
7377
7422
pgac_cv_alignof_double=' sizeof(double)'
7378
7423
else
7379
7424
cat > conftest.$ac_ext << EOF
7380
- #line 7381 "configure"
7425
+ #line 7426 "configure"
7381
7426
#include "confdefs.h"
7382
7427
#include <stdio.h>
7383
7428
struct { char filler; double field; } mystruct;
@@ -7389,7 +7434,7 @@ main()
7389
7434
exit(0);
7390
7435
}
7391
7436
EOF
7392
- if { (eval echo configure:7393 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7437
+ if { (eval echo configure:7438 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} && (./conftest; exit) 2> /dev/null
7393
7438
then
7394
7439
pgac_cv_alignof_double=` cat conftestval`
7395
7440
else
@@ -7427,12 +7472,12 @@ EOF
7427
7472
7428
7473
7429
7474
echo $ac_n " checking for POSIX signal interface" " ... $ac_c " 1>&6
7430
- echo " configure:7431 : checking for POSIX signal interface" >&5
7475
+ echo " configure:7476 : checking for POSIX signal interface" >&5
7431
7476
if eval " test \" ` echo ' $' ' {' pgac_cv_func_posix_signals' +set}' ` \" = set" ; then
7432
7477
echo $ac_n " (cached) $ac_c " 1>&6
7433
7478
else
7434
7479
cat > conftest.$ac_ext << EOF
7435
- #line 7436 "configure"
7480
+ #line 7481 "configure"
7436
7481
#include "confdefs.h"
7437
7482
#include <signal.h>
7438
7483
@@ -7443,7 +7488,7 @@ act.sa_flags = SA_RESTART;
7443
7488
sigaction(0, &act, &oact);
7444
7489
; return 0; }
7445
7490
EOF
7446
- if { (eval echo configure:7447 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} ; then
7491
+ if { (eval echo configure:7492 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest${ac_exeext} ; then
7447
7492
rm -rf conftest*
7448
7493
pgac_cv_func_posix_signals=yes
7449
7494
else
7473
7518
# Extract the first word of "$ac_prog", so it can be a program name with args.
7474
7519
set dummy $ac_prog ; ac_word=$2
7475
7520
echo $ac_n " checking for $ac_word " " ... $ac_c " 1>&6
7476
- echo " configure:7477 : checking for $ac_word " >&5
7521
+ echo " configure:7522 : checking for $ac_word " >&5
7477
7522
if eval " test \" ` echo ' $' ' {' ac_cv_path_TCLSH' +set}' ` \" = set" ; then
7478
7523
echo $ac_n " (cached) $ac_c " 1>&6
7479
7524
else
@@ -7509,7 +7554,7 @@ test -n "$TCLSH" && break
7509
7554
done
7510
7555
7511
7556
echo $ac_n " checking for tclConfig.sh" " ... $ac_c " 1>&6
7512
- echo " configure:7513 : checking for tclConfig.sh" >&5
7557
+ echo " configure:7558 : checking for tclConfig.sh" >&5
7513
7558
# Let user override test
7514
7559
if test -z " $TCL_CONFIG_SH " ; then
7515
7560
pgac_test_dirs=" $with_tclconfig "
7542
7587
# Check for Tk configuration script tkConfig.sh
7543
7588
if test " $with_tk " = yes; then
7544
7589
echo $ac_n " checking for tkConfig.sh" " ... $ac_c " 1>&6
7545
- echo " configure:7546 : checking for tkConfig.sh" >&5
7590
+ echo " configure:7591 : checking for tkConfig.sh" >&5
7546
7591
# Let user override test
7547
7592
if test -z " $TK_CONFIG_SH " ; then
7548
7593
pgac_test_dirs=" $with_tkconfig $with_tclconfig "
7581
7626
# Extract the first word of "$ac_prog", so it can be a program name with args.
7582
7627
set dummy $ac_prog ; ac_word=$2
7583
7628
echo $ac_n " checking for $ac_word " " ... $ac_c " 1>&6
7584
- echo " configure:7585 : checking for $ac_word " >&5
7629
+ echo " configure:7630 : checking for $ac_word " >&5
7585
7630
if eval " test \" ` echo ' $' ' {' ac_cv_prog_NSGMLS' +set}' ` \" = set" ; then
7586
7631
echo $ac_n " (cached) $ac_c " 1>&6
7587
7632
else
7617
7662
# Extract the first word of "$ac_prog", so it can be a program name with args.
7618
7663
set dummy $ac_prog ; ac_word=$2
7619
7664
echo $ac_n " checking for $ac_word " " ... $ac_c " 1>&6
7620
- echo " configure:7621 : checking for $ac_word " >&5
7665
+ echo " configure:7666 : checking for $ac_word " >&5
7621
7666
if eval " test \" ` echo ' $' ' {' ac_cv_prog_JADE' +set}' ` \" = set" ; then
7622
7667
echo $ac_n " (cached) $ac_c " 1>&6
7623
7668
else
@@ -7648,7 +7693,7 @@ done
7648
7693
7649
7694
7650
7695
echo $ac_n " checking for DocBook V3.1" " ... $ac_c " 1>&6
7651
- echo " configure:7652 : checking for DocBook V3.1" >&5
7696
+ echo " configure:7697 : checking for DocBook V3.1" >&5
7652
7697
if eval " test \" ` echo ' $' ' {' pgac_cv_check_docbook' +set}' ` \" = set" ; then
7653
7698
echo $ac_n " (cached) $ac_c " 1>&6
7654
7699
else
@@ -7681,7 +7726,7 @@ have_docbook=$pgac_cv_check_docbook
7681
7726
7682
7727
7683
7728
echo $ac_n " checking for DocBook stylesheets" " ... $ac_c " 1>&6
7684
- echo " configure:7685 : checking for DocBook stylesheets" >&5
7729
+ echo " configure:7730 : checking for DocBook stylesheets" >&5
7685
7730
if eval " test \" ` echo ' $' ' {' pgac_cv_path_stylesheets' +set}' ` \" = set" ; then
7686
7731
echo $ac_n " (cached) $ac_c " 1>&6
7687
7732
else
7720
7765
# Extract the first word of "$ac_prog", so it can be a program name with args.
7721
7766
set dummy $ac_prog ; ac_word=$2
7722
7767
echo $ac_n " checking for $ac_word " " ... $ac_c " 1>&6
7723
- echo " configure:7724 : checking for $ac_word " >&5
7768
+ echo " configure:7769 : checking for $ac_word " >&5
7724
7769
if eval " test \" ` echo ' $' ' {' ac_cv_prog_SGMLSPL' +set}' ` \" = set" ; then
7725
7770
echo $ac_n " (cached) $ac_c " 1>&6
7726
7771
else
0 commit comments