2
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by GNU Autoconf 2.65 for sqlite3cc 0.1.0.
3
# Generated by GNU Autoconf 2.64 for sqlite3cc 0.1.0.
5
5
# Report bugs to <edam@waxworlds.org>.
8
7
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
8
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
13
11
# This configure script is free software; the Free Software Foundation
14
12
# gives unlimited permission to copy, distribute and modify it.
2355
2350
if test -r "$cache_file"; then
2356
# Some versions of bash will fail to source /dev/null (special files
2357
# actually), so we avoid doing that. DJGPP emulates it as a regular file.
2358
if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2351
# Some versions of bash will fail to source /dev/null (special
2352
# files actually), so we avoid doing that.
2353
if test -f "$cache_file"; then
2359
2354
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2360
2355
$as_echo "$as_me: loading cache $cache_file" >&6;}
2361
2356
case $cache_file in
3424
3417
... rest of stderr output deleted ...
3425
3418
10q' conftest.err >conftest.er1
3426
3419
cat conftest.er1 >&5
3420
rm -f conftest.er1 conftest.err
3428
rm -f conftest.er1 conftest.err
3429
3422
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3430
3423
test $ac_status = 0; }
3433
3426
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3434
3427
/* end confdefs.h. */
3432
FILE *f = fopen ("conftest.out", "w");
3433
return ferror (f) || fclose (f) != 0;
3444
3439
ac_clean_files_save=$ac_clean_files
3445
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3440
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3446
3441
# Try to create an executable without -o first, disregard a.out.
3447
3442
# It will help us diagnose broken compilers, and finding out an intuition
3449
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3450
$as_echo_n "checking whether the C compiler works... " >&6; }
3444
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3445
$as_echo_n "checking for C compiler default output file name... " >&6; }
3451
3446
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3453
3448
# The possible output files:
3520
3515
{ as_fn_set_status 77
3521
3516
as_fn_error "C compiler cannot create executables
3522
3517
See \`config.log' for more details." "$LINENO" 5; }; }
3524
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3525
$as_echo "yes" >&6; }
3527
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3528
$as_echo_n "checking for C compiler default output file name... " >&6; }
3529
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3530
$as_echo "$ac_file" >&6; }
3531
3519
ac_exeext=$ac_cv_exeext
3533
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3521
# Check that the compiler produces executables we can run. If not, either
3522
# the compiler is broken, or we cross compile.
3523
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3524
$as_echo_n "checking whether the C compiler works... " >&6; }
3525
# If not cross compiling, check that we can run a simple program.
3526
if test "$cross_compiling" != yes; then
3527
if { ac_try='./$ac_file'
3528
{ { case "(($ac_try" in
3529
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3530
*) ac_try_echo=$ac_try;;
3532
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3533
$as_echo "$ac_try_echo"; } >&5
3534
(eval "$ac_try") 2>&5
3536
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3537
test $ac_status = 0; }; }; then
3540
if test "$cross_compiling" = maybe; then
3543
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3544
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3545
as_fn_error "cannot run C compiled programs.
3546
If you meant to cross compile, use \`--host'.
3547
See \`config.log' for more details." "$LINENO" 5; }
3551
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3552
$as_echo "yes" >&6; }
3554
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3534
3555
ac_clean_files=$ac_clean_files_save
3556
# Check that the compiler produces executables we can run. If not, either
3557
# the compiler is broken, or we cross compile.
3558
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3559
$as_echo_n "checking whether we are cross compiling... " >&6; }
3560
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3561
$as_echo "$cross_compiling" >&6; }
3535
3563
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3536
3564
$as_echo_n "checking for suffix of executables... " >&6; }
3537
3565
if { { ac_try="$ac_link"
3564
3592
as_fn_error "cannot compute suffix of executables: cannot compile and link
3565
3593
See \`config.log' for more details." "$LINENO" 5; }
3567
rm -f conftest conftest$ac_cv_exeext
3595
rm -f conftest$ac_cv_exeext
3568
3596
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3569
3597
$as_echo "$ac_cv_exeext" >&6; }
3571
3599
rm -f conftest.$ac_ext
3572
3600
EXEEXT=$ac_cv_exeext
3573
3601
ac_exeext=$EXEEXT
3574
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3575
/* end confdefs.h. */
3580
FILE *f = fopen ("conftest.out", "w");
3581
return ferror (f) || fclose (f) != 0;
3587
ac_clean_files="$ac_clean_files conftest.out"
3588
# Check that the compiler produces executables we can run. If not, either
3589
# the compiler is broken, or we cross compile.
3590
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3591
$as_echo_n "checking whether we are cross compiling... " >&6; }
3592
if test "$cross_compiling" != yes; then
3593
{ { ac_try="$ac_link"
3595
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3596
*) ac_try_echo=$ac_try;;
3598
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3599
$as_echo "$ac_try_echo"; } >&5
3600
(eval "$ac_link") 2>&5
3602
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3603
test $ac_status = 0; }
3604
if { ac_try='./conftest$ac_cv_exeext'
3605
{ { case "(($ac_try" in
3606
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3607
*) ac_try_echo=$ac_try;;
3609
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3610
$as_echo "$ac_try_echo"; } >&5
3611
(eval "$ac_try") 2>&5
3613
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3614
test $ac_status = 0; }; }; then
3617
if test "$cross_compiling" = maybe; then
3620
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3621
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3622
as_fn_error "cannot run C compiled programs.
3623
If you meant to cross compile, use \`--host'.
3624
See \`config.log' for more details." "$LINENO" 5; }
3628
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3629
$as_echo "$cross_compiling" >&6; }
3631
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3632
ac_clean_files=$ac_clean_files_save
3633
3602
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3634
3603
$as_echo_n "checking for suffix of object files... " >&6; }
3635
3604
if test "${ac_cv_objext+set}" = set; then :
4605
4574
lt_cv_nm_interface="BSD nm"
4606
4575
echo "int some_variable = 0;" > conftest.$ac_ext
4607
(eval echo "\"\$as_me:4607: $ac_compile\"" >&5)
4576
(eval echo "\"\$as_me:4576: $ac_compile\"" >&5)
4608
4577
(eval "$ac_compile" 2>conftest.err)
4609
4578
cat conftest.err >&5
4610
(eval echo "\"\$as_me:4610: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4579
(eval echo "\"\$as_me:4579: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4611
4580
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4612
4581
cat conftest.err >&5
4613
(eval echo "\"\$as_me:4613: output\"" >&5)
4582
(eval echo "\"\$as_me:4582: output\"" >&5)
4614
4583
cat conftest.out >&5
4615
4584
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4616
4585
lt_cv_nm_interface="MS dumpbin"
7346
7315
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7347
7316
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7348
7317
-e 's:$: $lt_compiler_flag:'`
7349
(eval echo "\"\$as_me:7349: $lt_compile\"" >&5)
7318
(eval echo "\"\$as_me:7318: $lt_compile\"" >&5)
7350
7319
(eval "$lt_compile" 2>conftest.err)
7352
7321
cat conftest.err >&5
7353
echo "$as_me:7353: \$? = $ac_status" >&5
7322
echo "$as_me:7322: \$? = $ac_status" >&5
7354
7323
if (exit $ac_status) && test -s "$ac_outfile"; then
7355
7324
# The compiler can only warn and ignore the option if not recognized
7356
7325
# So say no if there are warnings other than the usual output.
7685
7654
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7686
7655
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7687
7656
-e 's:$: $lt_compiler_flag:'`
7688
(eval echo "\"\$as_me:7688: $lt_compile\"" >&5)
7657
(eval echo "\"\$as_me:7657: $lt_compile\"" >&5)
7689
7658
(eval "$lt_compile" 2>conftest.err)
7691
7660
cat conftest.err >&5
7692
echo "$as_me:7692: \$? = $ac_status" >&5
7661
echo "$as_me:7661: \$? = $ac_status" >&5
7693
7662
if (exit $ac_status) && test -s "$ac_outfile"; then
7694
7663
# The compiler can only warn and ignore the option if not recognized
7695
7664
# So say no if there are warnings other than the usual output.
7790
7759
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7791
7760
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7792
7761
-e 's:$: $lt_compiler_flag:'`
7793
(eval echo "\"\$as_me:7793: $lt_compile\"" >&5)
7762
(eval echo "\"\$as_me:7762: $lt_compile\"" >&5)
7794
7763
(eval "$lt_compile" 2>out/conftest.err)
7796
7765
cat out/conftest.err >&5
7797
echo "$as_me:7797: \$? = $ac_status" >&5
7766
echo "$as_me:7766: \$? = $ac_status" >&5
7798
7767
if (exit $ac_status) && test -s out/conftest2.$ac_objext
7800
7769
# The compiler can only warn and ignore the option if not recognized
7845
7814
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7846
7815
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7847
7816
-e 's:$: $lt_compiler_flag:'`
7848
(eval echo "\"\$as_me:7848: $lt_compile\"" >&5)
7817
(eval echo "\"\$as_me:7817: $lt_compile\"" >&5)
7849
7818
(eval "$lt_compile" 2>out/conftest.err)
7851
7820
cat out/conftest.err >&5
7852
echo "$as_me:7852: \$? = $ac_status" >&5
7821
echo "$as_me:7821: \$? = $ac_status" >&5
7853
7822
if (exit $ac_status) && test -s out/conftest2.$ac_objext
7855
7824
# The compiler can only warn and ignore the option if not recognized
13212
13181
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13213
13182
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13214
13183
-e 's:$: $lt_compiler_flag:'`
13215
(eval echo "\"\$as_me:13215: $lt_compile\"" >&5)
13184
(eval echo "\"\$as_me:13184: $lt_compile\"" >&5)
13216
13185
(eval "$lt_compile" 2>conftest.err)
13218
13187
cat conftest.err >&5
13219
echo "$as_me:13219: \$? = $ac_status" >&5
13188
echo "$as_me:13188: \$? = $ac_status" >&5
13220
13189
if (exit $ac_status) && test -s "$ac_outfile"; then
13221
13190
# The compiler can only warn and ignore the option if not recognized
13222
13191
# So say no if there are warnings other than the usual output.
13311
13280
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13312
13281
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13313
13282
-e 's:$: $lt_compiler_flag:'`
13314
(eval echo "\"\$as_me:13314: $lt_compile\"" >&5)
13283
(eval echo "\"\$as_me:13283: $lt_compile\"" >&5)
13315
13284
(eval "$lt_compile" 2>out/conftest.err)
13317
13286
cat out/conftest.err >&5
13318
echo "$as_me:13318: \$? = $ac_status" >&5
13287
echo "$as_me:13287: \$? = $ac_status" >&5
13319
13288
if (exit $ac_status) && test -s out/conftest2.$ac_objext
13321
13290
# The compiler can only warn and ignore the option if not recognized
13363
13332
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13364
13333
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13365
13334
-e 's:$: $lt_compiler_flag:'`
13366
(eval echo "\"\$as_me:13366: $lt_compile\"" >&5)
13335
(eval echo "\"\$as_me:13335: $lt_compile\"" >&5)
13367
13336
(eval "$lt_compile" 2>out/conftest.err)
13369
13338
cat out/conftest.err >&5
13370
echo "$as_me:13370: \$? = $ac_status" >&5
13339
echo "$as_me:13339: \$? = $ac_status" >&5
13371
13340
if (exit $ac_status) && test -s out/conftest2.$ac_objext
13373
13342
# The compiler can only warn and ignore the option if not recognized
14316
14285
# checks for libraries.
14317
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lboost_filesystem-mt" >&5
14318
$as_echo_n "checking for main in -lboost_filesystem-mt... " >&6; }
14319
if test "${ac_cv_lib_boost_filesystem_mt_main+set}" = set; then :
14320
$as_echo_n "(cached) " >&6
14322
ac_check_lib_save_LIBS=$LIBS
14323
LIBS="-lboost_filesystem-mt $LIBS"
14324
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14325
/* end confdefs.h. */
14336
if ac_fn_c_try_link "$LINENO"; then :
14337
ac_cv_lib_boost_filesystem_mt_main=yes
14339
ac_cv_lib_boost_filesystem_mt_main=no
14341
rm -f core conftest.err conftest.$ac_objext \
14342
conftest$ac_exeext conftest.$ac_ext
14343
LIBS=$ac_check_lib_save_LIBS
14345
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_boost_filesystem_mt_main" >&5
14346
$as_echo "$ac_cv_lib_boost_filesystem_mt_main" >&6; }
14347
if test "x$ac_cv_lib_boost_filesystem_mt_main" = x""yes; then :
14348
cat >>confdefs.h <<_ACEOF
14349
#define HAVE_LIBBOOST_FILESYSTEM_MT 1
14352
LIBS="-lboost_filesystem-mt $LIBS"
14355
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to find Boost Filesystem library - the library tests may not compile!" >&5
14356
$as_echo "$as_me: WARNING: Unable to find Boost Filesystem library - the library tests may not compile!" >&2;}
14359
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lboost_thread-mt" >&5
14360
$as_echo_n "checking for main in -lboost_thread-mt... " >&6; }
14361
if test "${ac_cv_lib_boost_thread_mt_main+set}" = set; then :
14362
$as_echo_n "(cached) " >&6
14364
ac_check_lib_save_LIBS=$LIBS
14365
LIBS="-lboost_thread-mt $LIBS"
14366
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14367
/* end confdefs.h. */
14378
if ac_fn_c_try_link "$LINENO"; then :
14379
ac_cv_lib_boost_thread_mt_main=yes
14381
ac_cv_lib_boost_thread_mt_main=no
14383
rm -f core conftest.err conftest.$ac_objext \
14384
conftest$ac_exeext conftest.$ac_ext
14385
LIBS=$ac_check_lib_save_LIBS
14387
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_boost_thread_mt_main" >&5
14388
$as_echo "$ac_cv_lib_boost_thread_mt_main" >&6; }
14389
if test "x$ac_cv_lib_boost_thread_mt_main" = x""yes; then :
14390
cat >>confdefs.h <<_ACEOF
14391
#define HAVE_LIBBOOST_THREAD_MT 1
14394
LIBS="-lboost_thread-mt $LIBS"
14397
as_fn_error "Unable to find Boost Thread library" "$LINENO" 5
14400
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_initialize in -lsqlite3" >&5
14401
$as_echo_n "checking for sqlite3_initialize in -lsqlite3... " >&6; }
14402
if test "${ac_cv_lib_sqlite3_sqlite3_initialize+set}" = set; then :
14403
$as_echo_n "(cached) " >&6
14405
ac_check_lib_save_LIBS=$LIBS
14406
LIBS="-lsqlite3 $LIBS"
14407
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14408
/* end confdefs.h. */
14410
/* Override any GCC internal prototype to avoid an error.
14411
Use char because int might match the return type of a GCC
14412
builtin and then its argument prototype would still apply. */
14416
char sqlite3_initialize ();
14420
return sqlite3_initialize ();
14425
if ac_fn_c_try_link "$LINENO"; then :
14426
ac_cv_lib_sqlite3_sqlite3_initialize=yes
14428
ac_cv_lib_sqlite3_sqlite3_initialize=no
14430
rm -f core conftest.err conftest.$ac_objext \
14431
conftest$ac_exeext conftest.$ac_ext
14432
LIBS=$ac_check_lib_save_LIBS
14434
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sqlite3_sqlite3_initialize" >&5
14435
$as_echo "$ac_cv_lib_sqlite3_sqlite3_initialize" >&6; }
14436
if test "x$ac_cv_lib_sqlite3_sqlite3_initialize" = x""yes; then :
14437
cat >>confdefs.h <<_ACEOF
14438
#define HAVE_LIBSQLITE3 1
14441
LIBS="-lsqlite3 $LIBS"
14444
as_fn_error "Unable to find SQLite3 library" "$LINENO" 5
14448
14287
# checks for header files.
14449
14288
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
15166
15004
Configuration commands:
15167
15005
$config_commands
15169
Report bugs to <edam@waxworlds.org>.
15170
sqlite3cc home page: <http://www.waxworlds.org/edam/software/sqlite3cc>."
15007
Report bugs to <edam@waxworlds.org>."
15173
15010
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15174
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15175
15011
ac_cs_version="\\
15176
15012
sqlite3cc config.status 0.1.0
15177
configured by $0, generated by GNU Autoconf 2.65,
15178
with options \\"\$ac_cs_config\\"
15013
configured by $0, generated by GNU Autoconf 2.64,
15014
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15180
15016
Copyright (C) 2009 Free Software Foundation, Inc.
15181
15017
This config.status script is free software; the Free Software Foundation