2
2
# Guess values for system-dependent variables and create Makefiles.
3
# Generated by GNU Autoconf 2.64 for sqlite3cc 0.1.0.
3
# Generated by GNU Autoconf 2.65 for sqlite3cc 0.1.0.
5
5
# Report bugs to <edam@waxworlds.org>.
7
8
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
11
13
# This configure script is free software; the Free Software Foundation
12
14
# gives unlimited permission to copy, distribute and modify it.
703
706
PACKAGE_BUGREPORT='edam@waxworlds.org'
704
707
PACKAGE_URL='http://www.waxworlds.org/edam/software/sqlite3cc'
706
ac_unique_file="src/database.cc"
709
ac_unique_file="src/command.cc"
707
710
# Factoring default headers for most tests.
708
711
ac_includes_default="\
709
712
#include <stdio.h>
1521
1524
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1522
1525
nonstandard directory <lib dir>
1523
1526
LIBS libraries to pass to the linker, e.g. -l<library>
1524
CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1527
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1525
1528
you have headers in a nonstandard directory <include dir>
1526
1529
CPP C preprocessor
1527
1530
CXX C++ compiler command
1596
1599
if $ac_init_version; then
1598
1601
sqlite3cc configure 0.1.0
1599
generated by GNU Autoconf 2.64
1602
generated by GNU Autoconf 2.65
1601
1604
Copyright (C) 2009 Free Software Foundation, Inc.
1602
1605
This configure script is free software; the Free Software Foundation
2088
2091
running configure, to aid debugging if configure makes a mistake.
2090
2093
It was created by sqlite3cc $as_me 0.1.0, which was
2091
generated by GNU Autoconf 2.64. Invocation command line was
2094
generated by GNU Autoconf 2.65. Invocation command line was
2341
2344
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2343
2346
test "x$ac_site_file" = xNONE && continue
2344
if test -r "$ac_site_file"; then
2347
if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2345
2348
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2346
2349
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2347
2350
sed 's/^/| /' "$ac_site_file" >&5
2352
2355
if test -r "$cache_file"; then
2353
# Some versions of bash will fail to source /dev/null (special
2354
# files actually), so we avoid doing that.
2355
if test -f "$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
2356
2359
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2357
2360
$as_echo "$as_me: loading cache $cache_file" >&6;}
2358
2361
case $cache_file in
2781
2785
# value for MKDIR_P within a source directory, because that will
2782
2786
# break other packages using the cache if that directory is
2783
2787
# removed, or if the value is a relative name.
2784
test -d ./--version && rmdir ./--version
2785
2788
MKDIR_P="$ac_install_sh -d"
3421
3424
... rest of stderr output deleted ...
3422
3425
10q' conftest.err >conftest.er1
3423
3426
cat conftest.er1 >&5
3424
rm -f conftest.er1 conftest.err
3428
rm -f conftest.er1 conftest.err
3426
3429
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3427
3430
test $ac_status = 0; }
3430
3433
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3431
3434
/* end confdefs.h. */
3436
FILE *f = fopen ("conftest.out", "w");
3437
return ferror (f) || fclose (f) != 0;
3443
3444
ac_clean_files_save=$ac_clean_files
3444
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3445
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3445
3446
# Try to create an executable without -o first, disregard a.out.
3446
3447
# It will help us diagnose broken compilers, and finding out an intuition
3448
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3449
$as_echo_n "checking for C compiler default output file name... " >&6; }
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; }
3450
3451
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3452
3453
# The possible output files:
3511
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3512
$as_echo "$ac_file" >&6; }
3513
3512
if test -z "$ac_file"; then :
3514
$as_echo "$as_me: failed program was:" >&5
3513
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3514
$as_echo "no" >&6; }
3515
$as_echo "$as_me: failed program was:" >&5
3515
3516
sed 's/^/| /' conftest.$ac_ext >&5
3517
3518
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3519
3520
{ as_fn_set_status 77
3520
3521
as_fn_error "C compiler cannot create executables
3521
3522
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; }
3523
3531
ac_exeext=$ac_cv_exeext
3525
# Check that the compiler produces executables we can run. If not, either
3526
# the compiler is broken, or we cross compile.
3527
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3528
$as_echo_n "checking whether the C compiler works... " >&6; }
3529
# If not cross compiling, check that we can run a simple program.
3530
if test "$cross_compiling" != yes; then
3531
if { ac_try='./$ac_file'
3532
{ { case "(($ac_try" in
3533
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3534
*) ac_try_echo=$ac_try;;
3536
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3537
$as_echo "$ac_try_echo"; } >&5
3538
(eval "$ac_try") 2>&5
3540
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3541
test $ac_status = 0; }; }; then
3544
if test "$cross_compiling" = maybe; then
3547
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3548
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3549
as_fn_error "cannot run C compiled programs.
3550
If you meant to cross compile, use \`--host'.
3551
See \`config.log' for more details." "$LINENO" 5; }
3555
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3556
$as_echo "yes" >&6; }
3558
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3533
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3559
3534
ac_clean_files=$ac_clean_files_save
3560
# Check that the compiler produces executables we can run. If not, either
3561
# the compiler is broken, or we cross compile.
3562
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3563
$as_echo_n "checking whether we are cross compiling... " >&6; }
3564
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3565
$as_echo "$cross_compiling" >&6; }
3567
3535
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3568
3536
$as_echo_n "checking for suffix of executables... " >&6; }
3569
3537
if { { ac_try="$ac_link"
3596
3564
as_fn_error "cannot compute suffix of executables: cannot compile and link
3597
3565
See \`config.log' for more details." "$LINENO" 5; }
3599
rm -f conftest$ac_cv_exeext
3567
rm -f conftest conftest$ac_cv_exeext
3600
3568
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3601
3569
$as_echo "$ac_cv_exeext" >&6; }
3603
3571
rm -f conftest.$ac_ext
3604
3572
EXEEXT=$ac_cv_exeext
3605
3573
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
3606
3633
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3607
3634
$as_echo_n "checking for suffix of object files... " >&6; }
3608
3635
if test "${ac_cv_objext+set}" = set; then :
4578
4605
lt_cv_nm_interface="BSD nm"
4579
4606
echo "int some_variable = 0;" > conftest.$ac_ext
4580
(eval echo "\"\$as_me:4580: $ac_compile\"" >&5)
4607
(eval echo "\"\$as_me:4607: $ac_compile\"" >&5)
4581
4608
(eval "$ac_compile" 2>conftest.err)
4582
4609
cat conftest.err >&5
4583
(eval echo "\"\$as_me:4583: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4610
(eval echo "\"\$as_me:4610: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4584
4611
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4585
4612
cat conftest.err >&5
4586
(eval echo "\"\$as_me:4586: output\"" >&5)
4613
(eval echo "\"\$as_me:4613: output\"" >&5)
4587
4614
cat conftest.out >&5
4588
4615
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4589
4616
lt_cv_nm_interface="MS dumpbin"
7319
7346
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7320
7347
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7321
7348
-e 's:$: $lt_compiler_flag:'`
7322
(eval echo "\"\$as_me:7322: $lt_compile\"" >&5)
7349
(eval echo "\"\$as_me:7349: $lt_compile\"" >&5)
7323
7350
(eval "$lt_compile" 2>conftest.err)
7325
7352
cat conftest.err >&5
7326
echo "$as_me:7326: \$? = $ac_status" >&5
7353
echo "$as_me:7353: \$? = $ac_status" >&5
7327
7354
if (exit $ac_status) && test -s "$ac_outfile"; then
7328
7355
# The compiler can only warn and ignore the option if not recognized
7329
7356
# So say no if there are warnings other than the usual output.
7658
7685
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7659
7686
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7660
7687
-e 's:$: $lt_compiler_flag:'`
7661
(eval echo "\"\$as_me:7661: $lt_compile\"" >&5)
7688
(eval echo "\"\$as_me:7688: $lt_compile\"" >&5)
7662
7689
(eval "$lt_compile" 2>conftest.err)
7664
7691
cat conftest.err >&5
7665
echo "$as_me:7665: \$? = $ac_status" >&5
7692
echo "$as_me:7692: \$? = $ac_status" >&5
7666
7693
if (exit $ac_status) && test -s "$ac_outfile"; then
7667
7694
# The compiler can only warn and ignore the option if not recognized
7668
7695
# So say no if there are warnings other than the usual output.
7763
7790
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7764
7791
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7765
7792
-e 's:$: $lt_compiler_flag:'`
7766
(eval echo "\"\$as_me:7766: $lt_compile\"" >&5)
7793
(eval echo "\"\$as_me:7793: $lt_compile\"" >&5)
7767
7794
(eval "$lt_compile" 2>out/conftest.err)
7769
7796
cat out/conftest.err >&5
7770
echo "$as_me:7770: \$? = $ac_status" >&5
7797
echo "$as_me:7797: \$? = $ac_status" >&5
7771
7798
if (exit $ac_status) && test -s out/conftest2.$ac_objext
7773
7800
# The compiler can only warn and ignore the option if not recognized
7818
7845
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7819
7846
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7820
7847
-e 's:$: $lt_compiler_flag:'`
7821
(eval echo "\"\$as_me:7821: $lt_compile\"" >&5)
7848
(eval echo "\"\$as_me:7848: $lt_compile\"" >&5)
7822
7849
(eval "$lt_compile" 2>out/conftest.err)
7824
7851
cat out/conftest.err >&5
7825
echo "$as_me:7825: \$? = $ac_status" >&5
7852
echo "$as_me:7852: \$? = $ac_status" >&5
7826
7853
if (exit $ac_status) && test -s out/conftest2.$ac_objext
7828
7855
# The compiler can only warn and ignore the option if not recognized
10656
10683
... rest of stderr output deleted ...
10657
10684
10q' conftest.err >conftest.er1
10658
10685
cat conftest.er1 >&5
10659
rm -f conftest.er1 conftest.err
10687
rm -f conftest.er1 conftest.err
10661
10688
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10662
10689
test $ac_status = 0; }
11041
11068
... rest of stderr output deleted ...
11042
11069
10q' conftest.err >conftest.er1
11043
11070
cat conftest.er1 >&5
11044
rm -f conftest.er1 conftest.err
11072
rm -f conftest.er1 conftest.err
11046
11073
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11047
11074
test $ac_status = 0; }
13185
13212
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13186
13213
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13187
13214
-e 's:$: $lt_compiler_flag:'`
13188
(eval echo "\"\$as_me:13188: $lt_compile\"" >&5)
13215
(eval echo "\"\$as_me:13215: $lt_compile\"" >&5)
13189
13216
(eval "$lt_compile" 2>conftest.err)
13191
13218
cat conftest.err >&5
13192
echo "$as_me:13192: \$? = $ac_status" >&5
13219
echo "$as_me:13219: \$? = $ac_status" >&5
13193
13220
if (exit $ac_status) && test -s "$ac_outfile"; then
13194
13221
# The compiler can only warn and ignore the option if not recognized
13195
13222
# So say no if there are warnings other than the usual output.
13284
13311
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13285
13312
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13286
13313
-e 's:$: $lt_compiler_flag:'`
13287
(eval echo "\"\$as_me:13287: $lt_compile\"" >&5)
13314
(eval echo "\"\$as_me:13314: $lt_compile\"" >&5)
13288
13315
(eval "$lt_compile" 2>out/conftest.err)
13290
13317
cat out/conftest.err >&5
13291
echo "$as_me:13291: \$? = $ac_status" >&5
13318
echo "$as_me:13318: \$? = $ac_status" >&5
13292
13319
if (exit $ac_status) && test -s out/conftest2.$ac_objext
13294
13321
# The compiler can only warn and ignore the option if not recognized
13336
13363
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13337
13364
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13338
13365
-e 's:$: $lt_compiler_flag:'`
13339
(eval echo "\"\$as_me:13339: $lt_compile\"" >&5)
13366
(eval echo "\"\$as_me:13366: $lt_compile\"" >&5)
13340
13367
(eval "$lt_compile" 2>out/conftest.err)
13342
13369
cat out/conftest.err >&5
13343
echo "$as_me:13343: \$? = $ac_status" >&5
13370
echo "$as_me:13370: \$? = $ac_status" >&5
13344
13371
if (exit $ac_status) && test -s out/conftest2.$ac_objext
13346
13373
# The compiler can only warn and ignore the option if not recognized
15080
15107
# values after options handling.
15082
15109
This file was extended by sqlite3cc $as_me 0.1.0, which was
15083
generated by GNU Autoconf 2.64. Invocation command line was
15110
generated by GNU Autoconf 2.65. Invocation command line was
15085
15112
CONFIG_FILES = $CONFIG_FILES
15086
15113
CONFIG_HEADERS = $CONFIG_HEADERS
15121
15148
-h, --help print this help, then exit
15122
15149
-V, --version print version number and configuration settings, then exit
15150
--config print configuration, then exit
15123
15151
-q, --quiet, --silent
15124
15152
do not print progress messages
15125
15153
-d, --debug don't remove temporary files
15145
15173
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15174
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15146
15175
ac_cs_version="\\
15147
15176
sqlite3cc config.status 0.1.0
15148
configured by $0, generated by GNU Autoconf 2.64,
15149
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15177
configured by $0, generated by GNU Autoconf 2.65,
15178
with options \\"\$ac_cs_config\\"
15151
15180
Copyright (C) 2009 Free Software Foundation, Inc.
15152
15181
This config.status script is free software; the Free Software Foundation
15184
15213
ac_cs_recheck=: ;;
15185
15214
--version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15186
15215
$as_echo "$ac_cs_version"; exit ;;
15216
--config | --confi | --conf | --con | --co | --c )
15217
$as_echo "$ac_cs_config"; exit ;;
15187
15218
--debug | --debu | --deb | --de | --d | -d )
15189
15220
--file | --fil | --fi | --f )