Clean and tiddy-up files.
[tomato.git] / release / src / router / sqlite / config.status
blob1a69f31af6542e7042def5a05076faf332289f03
1 #! /bin/sh
2 # Generated by configure.
3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists.
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10 SHELL=${CONFIG_SHELL-/bin/sh}
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
176 as_lineno_1=$LINENO
177 as_lineno_2=$LINENO
178 test "x$as_lineno_1" != "x$as_lineno_2" &&
179 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
181 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
182 # uniformly replaced by the line number. The first 'sed' inserts a
183 # line-number line after each line using $LINENO; the second 'sed'
184 # does the real work. The second script uses 'N' to pair each
185 # line-number line with the line containing $LINENO, and appends
186 # trailing '-' during substitution so that $LINENO is not a special
187 # case at line end.
188 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
189 # scripts with optimization help from Paolo Bonzini. Blame Lee
190 # E. McMahon (1931-1989) for sed's syntax. :-)
191 sed -n '
193 /[$]LINENO/=
194 ' <$as_myself |
195 sed '
196 s/[$]LINENO.*/&-/
197 t lineno
199 :lineno
201 :loop
202 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
203 t loop
204 s/-\n.*//
205 ' >$as_me.lineno &&
206 chmod +x "$as_me.lineno" ||
207 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
208 { (exit 1); exit 1; }; }
210 # Don't try to exec as it changes $[0], causing all sort of problems
211 # (the dirname of $[0] is not the place where we might find the
212 # original and so on. Autoconf is especially sensitive to this).
213 . "./$as_me.lineno"
214 # Exit status is that of the last command.
215 exit
219 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
220 as_dirname=dirname
221 else
222 as_dirname=false
225 ECHO_C= ECHO_N= ECHO_T=
226 case `echo -n x` in
227 -n*)
228 case `echo 'x\c'` in
229 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
230 *) ECHO_C='\c';;
231 esac;;
233 ECHO_N='-n';;
234 esac
235 if expr a : '\(a\)' >/dev/null 2>&1 &&
236 test "X`expr 00001 : '.*\(...\)'`" = X001; then
237 as_expr=expr
238 else
239 as_expr=false
242 rm -f conf$$ conf$$.exe conf$$.file
243 if test -d conf$$.dir; then
244 rm -f conf$$.dir/conf$$.file
245 else
246 rm -f conf$$.dir
247 mkdir conf$$.dir 2>/dev/null
249 if (echo >conf$$.file) 2>/dev/null; then
250 if ln -s conf$$.file conf$$ 2>/dev/null; then
251 as_ln_s='ln -s'
252 # ... but there are two gotchas:
253 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
254 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
255 # In both cases, we have to default to `cp -p'.
256 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
257 as_ln_s='cp -p'
258 elif ln conf$$.file conf$$ 2>/dev/null; then
259 as_ln_s=ln
260 else
261 as_ln_s='cp -p'
263 else
264 as_ln_s='cp -p'
266 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
267 rmdir conf$$.dir 2>/dev/null
269 if mkdir -p . 2>/dev/null; then
270 as_mkdir_p=:
271 else
272 test -d ./-p && rmdir ./-p
273 as_mkdir_p=false
276 if test -x / >/dev/null 2>&1; then
277 as_test_x='test -x'
278 else
279 if ls -dL / >/dev/null 2>&1; then
280 as_ls_L_option=L
281 else
282 as_ls_L_option=
284 as_test_x='
285 eval sh -c '\''
286 if test -d "$1"; then
287 test -d "$1/.";
288 else
289 case $1 in
290 -*)set "./$1";;
291 esac;
292 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
293 ???[sx]*):;;*)false;;esac;fi
294 '\'' sh
297 as_executable_p=$as_test_x
299 # Sed expression to map a string onto a valid CPP name.
300 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
302 # Sed expression to map a string onto a valid variable name.
303 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
306 exec 6>&1
308 # Save the log message, to keep $[0] and so on meaningful, and to
309 # report actual input values of CONFIG_FILES etc. instead of their
310 # values after options handling.
311 ac_log="
312 This file was extended by sqlite $as_me 3.7.5, which was
313 generated by GNU Autoconf 2.62. Invocation command line was
315 CONFIG_FILES = $CONFIG_FILES
316 CONFIG_HEADERS = $CONFIG_HEADERS
317 CONFIG_LINKS = $CONFIG_LINKS
318 CONFIG_COMMANDS = $CONFIG_COMMANDS
319 $ $0 $@
321 on `(hostname || uname -n) 2>/dev/null | sed 1q`
324 # Files that config.status was made for.
325 config_files=" Makefile sqlite3.pc"
326 config_commands=" depfiles"
328 ac_cs_usage="\
329 \`$as_me' instantiates files from templates according to the
330 current configuration.
332 Usage: $0 [OPTIONS] [FILE]...
334 -h, --help print this help, then exit
335 -V, --version print version number and configuration settings, then exit
336 -q, --quiet do not print progress messages
337 -d, --debug don't remove temporary files
338 --recheck update $as_me by reconfiguring in the same conditions
339 --file=FILE[:TEMPLATE]
340 instantiate the configuration file FILE
342 Configuration files:
343 $config_files
345 Configuration commands:
346 $config_commands
348 Report bugs to <bug-autoconf@gnu.org>."
350 ac_cs_version="\
351 sqlite config.status 3.7.5
352 configured by ./configure, generated by GNU Autoconf 2.62,
353 with options \"'--host=mipsel-linux' '--build=x86_64-linux-gnu' '--prefix=/usr' '--enable-shared' '--enable-static' '--disable-readline' '--disable-dynamic-extensions' '--enable-threadsafe' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' 'LDFLAGS=-ffunction-sections -fdata-sections -Wl,--gc-sections'\"
355 Copyright (C) 2008 Free Software Foundation, Inc.
356 This config.status script is free software; the Free Software Foundation
357 gives unlimited permission to copy, distribute and modify it."
359 ac_pwd='/home/vicente/tomato/release/src/router/sqlite'
360 srcdir='.'
361 INSTALL='/usr/bin/install -c'
362 AWK='gawk'
363 test -n "$AWK" || AWK=awk
364 # The default lists apply if the user does not specify any file.
365 ac_need_defaults=:
366 while test $# != 0
368 case $1 in
369 --*=*)
370 ac_option=`expr "X$1" : 'X\([^=]*\)='`
371 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
372 ac_shift=:
375 ac_option=$1
376 ac_optarg=$2
377 ac_shift=shift
379 esac
381 case $ac_option in
382 # Handling of the options.
383 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
384 ac_cs_recheck=: ;;
385 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
386 $as_echo "$ac_cs_version"; exit ;;
387 --debug | --debu | --deb | --de | --d | -d )
388 debug=: ;;
389 --file | --fil | --fi | --f )
390 $ac_shift
391 case $ac_optarg in
392 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
393 esac
394 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
395 ac_need_defaults=false;;
396 --he | --h | --help | --hel | -h )
397 $as_echo "$ac_cs_usage"; exit ;;
398 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
399 | -silent | --silent | --silen | --sile | --sil | --si | --s)
400 ac_cs_silent=: ;;
402 # This is an error.
403 -*) { $as_echo "$as_me: error: unrecognized option: $1
404 Try \`$0 --help' for more information." >&2
405 { (exit 1); exit 1; }; } ;;
407 *) ac_config_targets="$ac_config_targets $1"
408 ac_need_defaults=false ;;
410 esac
411 shift
412 done
414 ac_configure_extra_args=
416 if $ac_cs_silent; then
417 exec 6>/dev/null
418 ac_configure_extra_args="$ac_configure_extra_args --silent"
421 if $ac_cs_recheck; then
422 set X '/bin/sh' './configure' '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--prefix=/usr' '--enable-shared' '--enable-static' '--disable-readline' '--disable-dynamic-extensions' '--enable-threadsafe' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' 'LDFLAGS=-ffunction-sections -fdata-sections -Wl,--gc-sections' $ac_configure_extra_args --no-create --no-recursion
423 shift
424 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
425 CONFIG_SHELL='/bin/sh'
426 export CONFIG_SHELL
427 exec "$@"
430 exec 5>>config.log
432 echo
433 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
434 ## Running $as_me. ##
435 _ASBOX
436 $as_echo "$ac_log"
437 } >&5
440 # INIT-COMMANDS
442 AMDEP_TRUE="" ac_aux_dir="."
445 # Handling of arguments.
446 for ac_config_target in $ac_config_targets
448 case $ac_config_target in
449 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
450 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
451 "sqlite3.pc") CONFIG_FILES="$CONFIG_FILES sqlite3.pc" ;;
453 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
454 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
455 { (exit 1); exit 1; }; };;
456 esac
457 done
460 # If the user did not use the arguments to specify the items to instantiate,
461 # then the envvar interface is used. Set only those that are not.
462 # We use the long form for the default assignment because of an extremely
463 # bizarre bug on SunOS 4.1.3.
464 if $ac_need_defaults; then
465 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
466 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
469 # Have a temporary directory for convenience. Make it in the build tree
470 # simply because there is no reason against having it here, and in addition,
471 # creating and moving files from /tmp can sometimes cause problems.
472 # Hook for its removal unless debugging.
473 # Note that there is a small window in which the directory will not be cleaned:
474 # after its creation but before its name has been assigned to `$tmp'.
475 $debug ||
477 tmp=
478 trap 'exit_status=$?
479 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
481 trap '{ (exit 1); exit 1; }' 1 2 13 15
483 # Create a (secure) tmp directory for tmp files.
486 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
487 test -n "$tmp" && test -d "$tmp"
488 } ||
490 tmp=./conf$$-$RANDOM
491 (umask 077 && mkdir "$tmp")
492 } ||
494 $as_echo "$as_me: cannot create a temporary directory in ." >&2
495 { (exit 1); exit 1; }
498 # Set up the scripts for CONFIG_FILES section.
499 # No need to generate them if there are no CONFIG_FILES.
500 # This happens for instance with `./config.status config.h'.
501 if test -n "$CONFIG_FILES"; then
504 ac_cr=' '
505 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
506 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
507 ac_cs_awk_cr='\\r'
508 else
509 ac_cs_awk_cr=$ac_cr
512 echo 'BEGIN {' >"$tmp/subs1.awk" &&
513 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
514 S["SHELL"]="/bin/sh"
515 S["PATH_SEPARATOR"]=":"
516 S["PACKAGE_NAME"]="sqlite"
517 S["PACKAGE_TARNAME"]="sqlite"
518 S["PACKAGE_VERSION"]="3.7.5"
519 S["PACKAGE_STRING"]="sqlite 3.7.5"
520 S["PACKAGE_BUGREPORT"]="http://www.sqlite.org"
521 S["exec_prefix"]="${prefix}"
522 S["prefix"]="/usr"
523 S["program_transform_name"]="s,x,x,"
524 S["bindir"]="${exec_prefix}/bin"
525 S["sbindir"]="${exec_prefix}/sbin"
526 S["libexecdir"]="${exec_prefix}/libexec"
527 S["datarootdir"]="${prefix}/share"
528 S["datadir"]="${datarootdir}"
529 S["sysconfdir"]="${prefix}/etc"
530 S["sharedstatedir"]="${prefix}/com"
531 S["localstatedir"]="${prefix}/var"
532 S["includedir"]="${prefix}/include"
533 S["oldincludedir"]="/usr/include"
534 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
535 S["infodir"]="${datarootdir}/info"
536 S["htmldir"]="${docdir}"
537 S["dvidir"]="${docdir}"
538 S["pdfdir"]="${docdir}"
539 S["psdir"]="${docdir}"
540 S["libdir"]="${exec_prefix}/lib"
541 S["localedir"]="${datarootdir}/locale"
542 S["mandir"]="${datarootdir}/man"
543 S["DEFS"]="-DPACKAGE_NAME=\\\"sqlite\\\" -DPACKAGE_TARNAME=\\\"sqlite\\\" -DPACKAGE_VERSION=\\\"3.7.5\\\" -DPACKAGE_STRING=\\\"sqlite\\ 3.7.5\\\" -DPACKAGE_BUGREPORT=\\\"http://w"\
544 "ww.sqlite.org\\\" -DPACKAGE=\\\"sqlite\\\" -DVERSION=\\\"3.7.5\\\" -D_FILE_OFFSET_BITS=64 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STD"\
545 "LIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FDATA"\
546 "SYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1"
547 S["ECHO_C"]=""
548 S["ECHO_N"]="-n"
549 S["ECHO_T"]=""
550 S["LIBS"]="-lpthread "
551 S["build_alias"]="x86_64-linux-gnu"
552 S["host_alias"]="mipsel-linux"
553 S["target_alias"]=""
554 S["INSTALL_PROGRAM"]="${INSTALL}"
555 S["INSTALL_SCRIPT"]="${INSTALL}"
556 S["INSTALL_DATA"]="${INSTALL} -m 644"
557 S["CYGPATH_W"]="echo"
558 S["PACKAGE"]="sqlite"
559 S["VERSION"]="3.7.5"
560 S["ACLOCAL"]="${SHELL} /home/vicente/tomato/release/src/router/sqlite/missing --run aclocal-1.9"
561 S["AUTOCONF"]="${SHELL} /home/vicente/tomato/release/src/router/sqlite/missing --run autoconf"
562 S["AUTOMAKE"]="${SHELL} /home/vicente/tomato/release/src/router/sqlite/missing --run automake-1.9"
563 S["AUTOHEADER"]="${SHELL} /home/vicente/tomato/release/src/router/sqlite/missing --run autoheader"
564 S["MAKEINFO"]="${SHELL} /home/vicente/tomato/release/src/router/sqlite/missing --run makeinfo"
565 S["install_sh"]="/home/vicente/tomato/release/src/router/sqlite/install-sh"
566 S["STRIP"]="mipsel-uclibc-strip -R .note -R .comment"
567 S["INSTALL_STRIP_PROGRAM"]="${SHELL} $(install_sh) -c -s"
568 S["mkdir_p"]="mkdir -p --"
569 S["AWK"]="gawk"
570 S["SET_MAKE"]=""
571 S["am__leading_dot"]="."
572 S["AMTAR"]="${SHELL} /home/vicente/tomato/release/src/router/sqlite/missing --run tar"
573 S["am__tar"]="${AMTAR} chof - \"$$tardir\""
574 S["am__untar"]="${AMTAR} xf -"
575 S["CC"]="mipsel-uclibc-gcc"
576 S["CFLAGS"]="-Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections"
577 S["LDFLAGS"]="-ffunction-sections -fdata-sections -Wl,--gc-sections"
578 S["CPPFLAGS"]=""
579 S["ac_ct_CC"]=""
580 S["EXEEXT"]=""
581 S["OBJEXT"]="o"
582 S["DEPDIR"]=".deps"
583 S["am__include"]="include"
584 S["am__quote"]=""
585 S["AMDEP_TRUE"]=""
586 S["AMDEP_FALSE"]="#"
587 S["AMDEPBACKSLASH"]="\\"
588 S["CCDEPMODE"]="depmode=gcc3"
589 S["am__fastdepCC_TRUE"]=""
590 S["am__fastdepCC_FALSE"]="#"
591 S["RANLIB"]="mipsel-uclibc-ranlib"
592 S["build"]="x86_64-pc-linux-gnu"
593 S["build_cpu"]="x86_64"
594 S["build_vendor"]="pc"
595 S["build_os"]="linux-gnu"
596 S["host"]="mipsel-unknown-linux-gnu"
597 S["host_cpu"]="mipsel"
598 S["host_vendor"]="unknown"
599 S["host_os"]="linux-gnu"
600 S["GREP"]="/bin/grep"
601 S["EGREP"]="/bin/grep -E"
602 S["LN_S"]="ln -s"
603 S["ECHO"]="echo"
604 S["AR"]="mipsel-uclibc-ar"
605 S["CPP"]="mipsel-uclibc-gcc -E"
606 S["CXX"]="mipsel-linux-g++"
607 S["CXXFLAGS"]="-g -O2"
608 S["ac_ct_CXX"]=""
609 S["CXXDEPMODE"]="depmode=gcc3"
610 S["am__fastdepCXX_TRUE"]=""
611 S["am__fastdepCXX_FALSE"]="#"
612 S["CXXCPP"]="mipsel-linux-g++ -E"
613 S["F77"]=""
614 S["FFLAGS"]=""
615 S["ac_ct_F77"]=""
616 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
617 S["BUILD_CFLAGS"]=""
618 S["READLINE_LIBS"]=""
619 S["THREADSAFE_FLAGS"]="-DSQLITE_THREADSAFE=1"
620 S["DYNAMIC_EXTENSION_FLAGS"]="-DSQLITE_OMIT_LOAD_EXTENSION=1"
621 S["LIBOBJS"]=""
622 S["LTLIBOBJS"]=""
623 _ACAWK
624 cat >>"$tmp/subs1.awk" <<_ACAWK &&
625 for (key in S) S_is_set[key] = 1
626 FS = "\a"
630 line = $ 0
631 nfields = split(line, field, "@")
632 substed = 0
633 len = length(field[1])
634 for (i = 2; i < nfields; i++) {
635 key = field[i]
636 keylen = length(key)
637 if (S_is_set[key]) {
638 value = S[key]
639 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
640 len += length(value) + length(field[++i])
641 substed = 1
642 } else
643 len += 1 + keylen
646 print line
649 _ACAWK
650 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
651 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
652 else
654 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
655 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
656 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
657 { (exit 1); exit 1; }; }
658 fi # test -n "$CONFIG_FILES"
661 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
662 shift
663 for ac_tag
665 case $ac_tag in
666 :[FHLC]) ac_mode=$ac_tag; continue;;
667 esac
668 case $ac_mode$ac_tag in
669 :[FHL]*:*);;
670 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
671 $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
672 { (exit 1); exit 1; }; };;
673 :[FH]-) ac_tag=-:-;;
674 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
675 esac
676 ac_save_IFS=$IFS
677 IFS=:
678 set x $ac_tag
679 IFS=$ac_save_IFS
680 shift
681 ac_file=$1
682 shift
684 case $ac_mode in
685 :L) ac_source=$1;;
686 :[FH])
687 ac_file_inputs=
688 for ac_f
690 case $ac_f in
691 -) ac_f="$tmp/stdin";;
692 *) # Look for the file first in the build tree, then in the source tree
693 # (if the path is not absolute). The absolute path cannot be DOS-style,
694 # because $ac_f cannot contain `:'.
695 test -f "$ac_f" ||
696 case $ac_f in
697 [\\/$]*) false;;
698 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
699 esac ||
700 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
701 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
702 { (exit 1); exit 1; }; };;
703 esac
704 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
705 ac_file_inputs="$ac_file_inputs '$ac_f'"
706 done
708 # Let's still pretend it is `configure' which instantiates (i.e., don't
709 # use $as_me), people would be surprised to read:
710 # /* config.h. Generated by config.status. */
711 configure_input='Generated from '`
712 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
713 `' by configure.'
714 if test x"$ac_file" != x-; then
715 configure_input="$ac_file. $configure_input"
716 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
717 $as_echo "$as_me: creating $ac_file" >&6;}
719 # Neutralize special characters interpreted by sed in replacement strings.
720 case $configure_input in #(
721 *\&* | *\|* | *\\* )
722 ac_sed_conf_input=`$as_echo "$configure_input" |
723 sed 's/[\\\\&|]/\\\\&/g'`;; #(
724 *) ac_sed_conf_input=$configure_input;;
725 esac
727 case $ac_tag in
728 *:-:* | *:-) cat >"$tmp/stdin" \
729 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
730 $as_echo "$as_me: error: could not create $ac_file" >&2;}
731 { (exit 1); exit 1; }; } ;;
732 esac
734 esac
736 ac_dir=`$as_dirname -- "$ac_file" ||
737 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
738 X"$ac_file" : 'X\(//\)[^/]' \| \
739 X"$ac_file" : 'X\(//\)$' \| \
740 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
741 $as_echo X"$ac_file" |
742 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
743 s//\1/
746 /^X\(\/\/\)[^/].*/{
747 s//\1/
750 /^X\(\/\/\)$/{
751 s//\1/
754 /^X\(\/\).*/{
755 s//\1/
758 s/.*/./; q'`
759 { as_dir="$ac_dir"
760 case $as_dir in #(
761 -*) as_dir=./$as_dir;;
762 esac
763 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
764 as_dirs=
765 while :; do
766 case $as_dir in #(
767 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
768 *) as_qdir=$as_dir;;
769 esac
770 as_dirs="'$as_qdir' $as_dirs"
771 as_dir=`$as_dirname -- "$as_dir" ||
772 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
773 X"$as_dir" : 'X\(//\)[^/]' \| \
774 X"$as_dir" : 'X\(//\)$' \| \
775 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
776 $as_echo X"$as_dir" |
777 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
778 s//\1/
781 /^X\(\/\/\)[^/].*/{
782 s//\1/
785 /^X\(\/\/\)$/{
786 s//\1/
789 /^X\(\/\).*/{
790 s//\1/
793 s/.*/./; q'`
794 test -d "$as_dir" && break
795 done
796 test -z "$as_dirs" || eval "mkdir $as_dirs"
797 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
798 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
799 { (exit 1); exit 1; }; }; }
800 ac_builddir=.
802 case "$ac_dir" in
803 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
805 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
806 # A ".." for each directory in $ac_dir_suffix.
807 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
808 case $ac_top_builddir_sub in
809 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
810 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
811 esac ;;
812 esac
813 ac_abs_top_builddir=$ac_pwd
814 ac_abs_builddir=$ac_pwd$ac_dir_suffix
815 # for backward compatibility:
816 ac_top_builddir=$ac_top_build_prefix
818 case $srcdir in
819 .) # We are building in place.
820 ac_srcdir=.
821 ac_top_srcdir=$ac_top_builddir_sub
822 ac_abs_top_srcdir=$ac_pwd ;;
823 [\\/]* | ?:[\\/]* ) # Absolute name.
824 ac_srcdir=$srcdir$ac_dir_suffix;
825 ac_top_srcdir=$srcdir
826 ac_abs_top_srcdir=$srcdir ;;
827 *) # Relative name.
828 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
829 ac_top_srcdir=$ac_top_build_prefix$srcdir
830 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
831 esac
832 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
835 case $ac_mode in
838 # CONFIG_FILE
841 case $INSTALL in
842 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
843 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
844 esac
845 # If the template does not know about datarootdir, expand it.
846 # FIXME: This hack should be removed a few years after 2.60.
847 ac_datarootdir_hack=; ac_datarootdir_seen=
849 ac_sed_dataroot='
850 /datarootdir/ {
854 /@datadir@/p
855 /@docdir@/p
856 /@infodir@/p
857 /@localedir@/p
858 /@mandir@/p
860 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
861 *datarootdir*) ac_datarootdir_seen=yes;;
862 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
863 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
864 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
865 ac_datarootdir_hack='
866 s&@datadir@&${datarootdir}&g
867 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
868 s&@infodir@&${datarootdir}/info&g
869 s&@localedir@&${datarootdir}/locale&g
870 s&@mandir@&${datarootdir}/man&g
871 s&\${datarootdir}&${prefix}/share&g' ;;
872 esac
873 ac_sed_extra="/^[ ]*VPATH[ ]*=/{
874 s/:*\$(srcdir):*/:/
875 s/:*\${srcdir}:*/:/
876 s/:*@srcdir@:*/:/
877 s/^\([^=]*=[ ]*\):*/\1/
878 s/:*$//
879 s/^[^=]*=[ ]*$//
883 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
884 s|@configure_input@|$ac_sed_conf_input|;t t
885 s&@top_builddir@&$ac_top_builddir_sub&;t t
886 s&@top_build_prefix@&$ac_top_build_prefix&;t t
887 s&@srcdir@&$ac_srcdir&;t t
888 s&@abs_srcdir@&$ac_abs_srcdir&;t t
889 s&@top_srcdir@&$ac_top_srcdir&;t t
890 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
891 s&@builddir@&$ac_builddir&;t t
892 s&@abs_builddir@&$ac_abs_builddir&;t t
893 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
894 s&@INSTALL@&$ac_INSTALL&;t t
895 $ac_datarootdir_hack
897 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
898 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
899 $as_echo "$as_me: error: could not create $ac_file" >&2;}
900 { (exit 1); exit 1; }; }
902 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
903 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
904 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
905 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
906 which seems to be undefined. Please make sure it is defined." >&5
907 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
908 which seems to be undefined. Please make sure it is defined." >&2;}
910 rm -f "$tmp/stdin"
911 case $ac_file in
912 -) cat "$tmp/out" && rm -f "$tmp/out";;
913 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
914 esac \
915 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
916 $as_echo "$as_me: error: could not create $ac_file" >&2;}
917 { (exit 1); exit 1; }; }
921 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
922 $as_echo "$as_me: executing $ac_file commands" >&6;}
924 esac
927 case $ac_file$ac_mode in
928 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
929 # Strip MF so we end up with the name of the file.
930 mf=`echo "$mf" | sed -e 's/:.*$//'`
931 # Check whether this is an Automake generated Makefile or not.
932 # We used to match only the files named `Makefile.in', but
933 # some people rename them; so instead we look at the file content.
934 # Grep'ing the first line is not enough: some people post-process
935 # each Makefile.in and add a new line on top of each file to say so.
936 # So let's grep whole file.
937 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
938 dirpart=`$as_dirname -- "$mf" ||
939 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
940 X"$mf" : 'X\(//\)[^/]' \| \
941 X"$mf" : 'X\(//\)$' \| \
942 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
943 $as_echo X"$mf" |
944 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
945 s//\1/
948 /^X\(\/\/\)[^/].*/{
949 s//\1/
952 /^X\(\/\/\)$/{
953 s//\1/
956 /^X\(\/\).*/{
957 s//\1/
960 s/.*/./; q'`
961 else
962 continue
964 # Extract the definition of DEPDIR, am__include, and am__quote
965 # from the Makefile without running `make'.
966 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
967 test -z "$DEPDIR" && continue
968 am__include=`sed -n 's/^am__include = //p' < "$mf"`
969 test -z "am__include" && continue
970 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
971 # When using ansi2knr, U may be empty or an underscore; expand it
972 U=`sed -n 's/^U = //p' < "$mf"`
973 # Find all dependency output files, they are included files with
974 # $(DEPDIR) in their names. We invoke sed twice because it is the
975 # simplest approach to changing $(DEPDIR) to its actual value in the
976 # expansion.
977 for file in `sed -n "
978 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
979 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
980 # Make sure the directory exists.
981 test -f "$dirpart/$file" && continue
982 fdir=`$as_dirname -- "$file" ||
983 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
984 X"$file" : 'X\(//\)[^/]' \| \
985 X"$file" : 'X\(//\)$' \| \
986 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
987 $as_echo X"$file" |
988 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
989 s//\1/
992 /^X\(\/\/\)[^/].*/{
993 s//\1/
996 /^X\(\/\/\)$/{
997 s//\1/
1000 /^X\(\/\).*/{
1001 s//\1/
1004 s/.*/./; q'`
1005 { as_dir=$dirpart/$fdir
1006 case $as_dir in #(
1007 -*) as_dir=./$as_dir;;
1008 esac
1009 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1010 as_dirs=
1011 while :; do
1012 case $as_dir in #(
1013 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1014 *) as_qdir=$as_dir;;
1015 esac
1016 as_dirs="'$as_qdir' $as_dirs"
1017 as_dir=`$as_dirname -- "$as_dir" ||
1018 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1019 X"$as_dir" : 'X\(//\)[^/]' \| \
1020 X"$as_dir" : 'X\(//\)$' \| \
1021 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1022 $as_echo X"$as_dir" |
1023 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1024 s//\1/
1027 /^X\(\/\/\)[^/].*/{
1028 s//\1/
1031 /^X\(\/\/\)$/{
1032 s//\1/
1035 /^X\(\/\).*/{
1036 s//\1/
1039 s/.*/./; q'`
1040 test -d "$as_dir" && break
1041 done
1042 test -z "$as_dirs" || eval "mkdir $as_dirs"
1043 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1044 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1045 { (exit 1); exit 1; }; }; }
1046 # echo "creating $dirpart/$file"
1047 echo '# dummy' > "$dirpart/$file"
1048 done
1049 done
1052 esac
1053 done # for ac_tag
1056 { (exit 0); exit 0; }