Clean and tiddy-up files.
[tomato.git] / release / src / router / libexif / config.status
blob08a301e449d89202e12920bebe889856638e356a
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
11 SHELL=${CONFIG_SHELL-/bin/sh}
12 export SHELL
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (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=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
101 IFS=$as_save_IFS
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108 as_myself=$0
110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112 exit 1
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there. '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 # as_fn_error ERROR [LINENO LOG_FD]
138 # ---------------------------------
139 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
140 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
141 # script with status $?, using 1 if that was 0.
142 as_fn_error ()
144 as_status=$?; test $as_status -eq 0 && as_status=1
145 if test "$3"; then
146 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
147 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
149 $as_echo "$as_me: error: $1" >&2
150 as_fn_exit $as_status
151 } # as_fn_error
154 # as_fn_set_status STATUS
155 # -----------------------
156 # Set $? to STATUS, without forking.
157 as_fn_set_status ()
159 return $1
160 } # as_fn_set_status
162 # as_fn_exit STATUS
163 # -----------------
164 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
165 as_fn_exit ()
167 set +e
168 as_fn_set_status $1
169 exit $1
170 } # as_fn_exit
172 # as_fn_unset VAR
173 # ---------------
174 # Portably unset VAR.
175 as_fn_unset ()
177 { eval $1=; unset $1;}
179 as_unset=as_fn_unset
180 # as_fn_append VAR VALUE
181 # ----------------------
182 # Append the text in VALUE to the end of the definition contained in VAR. Take
183 # advantage of any shell optimizations that allow amortized linear growth over
184 # repeated appends, instead of the typical quadratic growth present in naive
185 # implementations.
186 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
187 eval 'as_fn_append ()
189 eval $1+=\$2
191 else
192 as_fn_append ()
194 eval $1=\$$1\$2
196 fi # as_fn_append
198 # as_fn_arith ARG...
199 # ------------------
200 # Perform arithmetic evaluation on the ARGs, and store the result in the
201 # global $as_val. Take advantage of shells that can avoid forks. The arguments
202 # must be portable across $(()) and expr.
203 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
204 eval 'as_fn_arith ()
206 as_val=$(( $* ))
208 else
209 as_fn_arith ()
211 as_val=`expr "$@" || test $? -eq 1`
213 fi # as_fn_arith
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
218 as_expr=expr
219 else
220 as_expr=false
223 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
224 as_basename=basename
225 else
226 as_basename=false
229 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
230 as_dirname=dirname
231 else
232 as_dirname=false
235 as_me=`$as_basename -- "$0" ||
236 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
237 X"$0" : 'X\(//\)$' \| \
238 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
239 $as_echo X/"$0" |
240 sed '/^.*\/\([^/][^/]*\)\/*$/{
241 s//\1/
244 /^X\/\(\/\/\)$/{
245 s//\1/
248 /^X\/\(\/\).*/{
249 s//\1/
252 s/.*/./; q'`
254 # Avoid depending upon Character Ranges.
255 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
256 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
257 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
258 as_cr_digits='0123456789'
259 as_cr_alnum=$as_cr_Letters$as_cr_digits
261 ECHO_C= ECHO_N= ECHO_T=
262 case `echo -n x` in #(((((
263 -n*)
264 case `echo 'xy\c'` in
265 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
266 xy) ECHO_C='\c';;
267 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
268 ECHO_T=' ';;
269 esac;;
271 ECHO_N='-n';;
272 esac
274 rm -f conf$$ conf$$.exe conf$$.file
275 if test -d conf$$.dir; then
276 rm -f conf$$.dir/conf$$.file
277 else
278 rm -f conf$$.dir
279 mkdir conf$$.dir 2>/dev/null
281 if (echo >conf$$.file) 2>/dev/null; then
282 if ln -s conf$$.file conf$$ 2>/dev/null; then
283 as_ln_s='ln -s'
284 # ... but there are two gotchas:
285 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
286 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
287 # In both cases, we have to default to `cp -p'.
288 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
289 as_ln_s='cp -p'
290 elif ln conf$$.file conf$$ 2>/dev/null; then
291 as_ln_s=ln
292 else
293 as_ln_s='cp -p'
295 else
296 as_ln_s='cp -p'
298 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
299 rmdir conf$$.dir 2>/dev/null
302 # as_fn_mkdir_p
303 # -------------
304 # Create "$as_dir" as a directory, including parents if necessary.
305 as_fn_mkdir_p ()
308 case $as_dir in #(
309 -*) as_dir=./$as_dir;;
310 esac
311 test -d "$as_dir" || eval $as_mkdir_p || {
312 as_dirs=
313 while :; do
314 case $as_dir in #(
315 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
316 *) as_qdir=$as_dir;;
317 esac
318 as_dirs="'$as_qdir' $as_dirs"
319 as_dir=`$as_dirname -- "$as_dir" ||
320 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
321 X"$as_dir" : 'X\(//\)[^/]' \| \
322 X"$as_dir" : 'X\(//\)$' \| \
323 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
324 $as_echo X"$as_dir" |
325 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
326 s//\1/
329 /^X\(\/\/\)[^/].*/{
330 s//\1/
333 /^X\(\/\/\)$/{
334 s//\1/
337 /^X\(\/\).*/{
338 s//\1/
341 s/.*/./; q'`
342 test -d "$as_dir" && break
343 done
344 test -z "$as_dirs" || eval "mkdir $as_dirs"
345 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
348 } # as_fn_mkdir_p
349 if mkdir -p . 2>/dev/null; then
350 as_mkdir_p='mkdir -p "$as_dir"'
351 else
352 test -d ./-p && rmdir ./-p
353 as_mkdir_p=false
356 if test -x / >/dev/null 2>&1; then
357 as_test_x='test -x'
358 else
359 if ls -dL / >/dev/null 2>&1; then
360 as_ls_L_option=L
361 else
362 as_ls_L_option=
364 as_test_x='
365 eval sh -c '\''
366 if test -d "$1"; then
367 test -d "$1/.";
368 else
369 case $1 in #(
370 -*)set "./$1";;
371 esac;
372 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
373 ???[sx]*):;;*)false;;esac;fi
374 '\'' sh
377 as_executable_p=$as_test_x
379 # Sed expression to map a string onto a valid CPP name.
380 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
382 # Sed expression to map a string onto a valid variable name.
383 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
386 exec 6>&1
387 ## ----------------------------------- ##
388 ## Main body of $CONFIG_STATUS script. ##
389 ## ----------------------------------- ##
390 # Save the log message, to keep $0 and so on meaningful, and to
391 # report actual input values of CONFIG_FILES etc. instead of their
392 # values after options handling.
393 ac_log="
394 This file was extended by EXIF library $as_me 0.6.19, which was
395 generated by GNU Autoconf 2.64. Invocation command line was
397 CONFIG_FILES = $CONFIG_FILES
398 CONFIG_HEADERS = $CONFIG_HEADERS
399 CONFIG_LINKS = $CONFIG_LINKS
400 CONFIG_COMMANDS = $CONFIG_COMMANDS
401 $ $0 $@
403 on `(hostname || uname -n) 2>/dev/null | sed 1q`
406 # Files that config.status was made for.
407 config_files="po/Makefile.in Makefile libexif.spec libexif/Makefile test/Makefile test/nls/Makefile m4m/Makefile doc/Makefile doc/Doxyfile doc/Doxyfile-internals libexif.pc libexif-uninstalled.pc binary/Makefile contrib/Makefile contrib/examples/Makefile"
408 config_headers="config.h"
409 config_commands="depfiles libtool default-1"
411 ac_cs_usage="\
412 \`$as_me' instantiates files and other configuration actions
413 from templates according to the current configuration. Unless the files
414 and actions are specified as TAGs, all are instantiated by default.
416 Usage: $0 [OPTION]... [TAG]...
418 -h, --help print this help, then exit
419 -V, --version print version number and configuration settings, then exit
420 -q, --quiet, --silent
421 do not print progress messages
422 -d, --debug don't remove temporary files
423 --recheck update $as_me by reconfiguring in the same conditions
424 --file=FILE[:TEMPLATE]
425 instantiate the configuration file FILE
426 --header=FILE[:TEMPLATE]
427 instantiate the configuration header FILE
429 Configuration files:
430 $config_files
432 Configuration headers:
433 $config_headers
435 Configuration commands:
436 $config_commands
438 Report bugs to <libexif-devel@lists.sourceforge.net>."
440 ac_cs_version="\
441 EXIF library config.status 0.6.19
442 configured by ./configure, generated by GNU Autoconf 2.64,
443 with options \"'--host=mipsel-linux' '--build=x86_64-linux-gnu' '--enable-shared' '--enable-static' '--prefix=' '--disable-docs' '--disable-rpath' '--disable-nls' '--without-libiconv-prefix' '--without-libintl-prefix' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sections' 'LDFLAGS=-fPIC -ffunction-sections -fdata-sections -Wl,--gc-sections'\"
445 Copyright (C) 2009 Free Software Foundation, Inc.
446 This config.status script is free software; the Free Software Foundation
447 gives unlimited permission to copy, distribute and modify it."
449 ac_pwd='/home/vicente/tomato/release/src/router/libexif'
450 srcdir='.'
451 INSTALL='/usr/bin/install -c'
452 MKDIR_P='/bin/mkdir -p'
453 AWK='gawk'
454 test -n "$AWK" || AWK=awk
455 # The default lists apply if the user does not specify any file.
456 ac_need_defaults=:
457 while test $# != 0
459 case $1 in
460 --*=*)
461 ac_option=`expr "X$1" : 'X\([^=]*\)='`
462 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
463 ac_shift=:
466 ac_option=$1
467 ac_optarg=$2
468 ac_shift=shift
470 esac
472 case $ac_option in
473 # Handling of the options.
474 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
475 ac_cs_recheck=: ;;
476 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
477 $as_echo "$ac_cs_version"; exit ;;
478 --debug | --debu | --deb | --de | --d | -d )
479 debug=: ;;
480 --file | --fil | --fi | --f )
481 $ac_shift
482 case $ac_optarg in
483 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
484 esac
485 as_fn_append CONFIG_FILES " '$ac_optarg'"
486 ac_need_defaults=false;;
487 --header | --heade | --head | --hea )
488 $ac_shift
489 case $ac_optarg in
490 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
491 esac
492 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
493 ac_need_defaults=false;;
494 --he | --h)
495 # Conflict between --help and --header
496 as_fn_error "ambiguous option: \`$1'
497 Try \`$0 --help' for more information.";;
498 --help | --hel | -h )
499 $as_echo "$ac_cs_usage"; exit ;;
500 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
501 | -silent | --silent | --silen | --sile | --sil | --si | --s)
502 ac_cs_silent=: ;;
504 # This is an error.
505 -*) as_fn_error "unrecognized option: \`$1'
506 Try \`$0 --help' for more information." ;;
508 *) as_fn_append ac_config_targets " $1"
509 ac_need_defaults=false ;;
511 esac
512 shift
513 done
515 ac_configure_extra_args=
517 if $ac_cs_silent; then
518 exec 6>/dev/null
519 ac_configure_extra_args="$ac_configure_extra_args --silent"
522 if $ac_cs_recheck; then
523 set X '/bin/sh' './configure' '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--enable-shared' '--enable-static' '--prefix=' '--disable-docs' '--disable-rpath' '--disable-nls' '--without-libiconv-prefix' '--without-libintl-prefix' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sections' 'LDFLAGS=-fPIC -ffunction-sections -fdata-sections -Wl,--gc-sections' $ac_configure_extra_args --no-create --no-recursion
524 shift
525 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
526 CONFIG_SHELL='/bin/sh'
527 export CONFIG_SHELL
528 exec "$@"
531 exec 5>>config.log
533 echo
534 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
535 ## Running $as_me. ##
536 _ASBOX
537 $as_echo "$ac_log"
538 } >&5
541 # INIT-COMMANDS
543 AMDEP_TRUE="" ac_aux_dir="."
546 # The HP-UX ksh and POSIX shell print the target directory to stdout
547 # if CDPATH is set.
548 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
550 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
551 double_quote_subst='s/\(["`\\]\)/\\\1/g'
552 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
553 macro_version='2.2.6'
554 macro_revision='1.3012'
555 enable_shared='yes'
556 enable_static='yes'
557 pic_mode='default'
558 enable_fast_install='yes'
559 host_alias='mipsel-linux'
560 host='mipsel-unknown-linux-gnu'
561 host_os='linux-gnu'
562 build_alias='x86_64-linux-gnu'
563 build='x86_64-pc-linux-gnu'
564 build_os='linux-gnu'
565 SED='/bin/sed'
566 Xsed='/bin/sed -e 1s/^X//'
567 GREP='/bin/grep'
568 EGREP='/bin/grep -E'
569 FGREP='/bin/grep -F'
570 LD='mipsel-uclibc-ld'
571 NM='mipsel-uclibc-nm'
572 LN_S='ln -s'
573 max_cmd_len='3458764513820540925'
574 ac_objext='o'
575 exeext=''
576 lt_unset='unset'
577 lt_SP2NL='tr \040 \012'
578 lt_NL2SP='tr \015\012 \040\040'
579 reload_flag=' -r'
580 reload_cmds='$LD$reload_flag -o $output$reload_objs'
581 OBJDUMP='mipsel-linux-objdump'
582 deplibs_check_method='pass_all'
583 file_magic_cmd='$MAGIC_CMD'
584 AR='mipsel-uclibc-ar'
585 AR_FLAGS='cru'
586 STRIP='mipsel-uclibc-strip -R .note -R .comment'
587 RANLIB='mipsel-uclibc-ranlib'
588 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
589 old_postuninstall_cmds=''
590 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
591 CC='mipsel-uclibc-gcc'
592 CFLAGS='-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sections'
593 compiler='mipsel-uclibc-gcc'
594 GCC='yes'
595 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
596 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
597 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
598 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
599 objdir='.libs'
600 SHELL='/bin/sh'
601 ECHO='echo'
602 MAGIC_CMD='file'
603 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
604 lt_prog_compiler_wl='-Wl,'
605 lt_prog_compiler_pic=' -fPIC -DPIC'
606 lt_prog_compiler_static='-static'
607 lt_cv_prog_compiler_c_o='yes'
608 need_locks='no'
609 DSYMUTIL=''
610 NMEDIT=''
611 LIPO=''
612 OTOOL=''
613 OTOOL64=''
614 libext='a'
615 shrext_cmds='.so'
616 extract_expsyms_cmds=''
617 archive_cmds_need_lc='no'
618 enable_shared_with_static_runtimes='no'
619 export_dynamic_flag_spec='${wl}--export-dynamic'
620 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
621 compiler_needs_object='no'
622 old_archive_from_new_cmds=''
623 old_archive_from_expsyms_cmds=''
624 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
625 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
626 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
627 echo "local: *; };" >> $output_objdir/$libname.ver~
628 $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
629 module_cmds=''
630 module_expsym_cmds=''
631 with_gnu_ld='yes'
632 allow_undefined_flag=''
633 no_undefined_flag=''
634 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
635 hardcode_libdir_flag_spec_ld=''
636 hardcode_libdir_separator=''
637 hardcode_direct='no'
638 hardcode_direct_absolute='no'
639 hardcode_minus_L='no'
640 hardcode_shlibpath_var='unsupported'
641 hardcode_automatic='no'
642 inherit_rpath='no'
643 link_all_deplibs='unknown'
644 fix_srcfile_path=''
645 always_export_symbols='no'
646 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
647 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
648 include_expsyms=''
649 prelink_cmds=''
650 file_list_spec=''
651 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
652 need_lib_prefix='no'
653 need_version='no'
654 version_type='linux'
655 runpath_var='LD_RUN_PATH'
656 shlibpath_var='LD_LIBRARY_PATH'
657 shlibpath_overrides_runpath='no'
658 libname_spec='lib$name'
659 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
660 soname_spec='${libname}${release}${shared_ext}$major'
661 postinstall_cmds=''
662 postuninstall_cmds=''
663 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
664 finish_eval=''
665 hardcode_into_libs='yes'
666 sys_lib_search_path_spec='/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/lib/gcc/mipsel-linux-uclibc/4.2.4 /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/lib/gcc /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/mipsel-linux-uclibc/lib'
667 sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/lib/nvidia-settings /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/nvidia-current /usr/lib32/nvidia-current /lib32 /usr/lib32 '
668 hardcode_action='immediate'
669 enable_dlopen='unknown'
670 enable_dlopen_self='unknown'
671 enable_dlopen_self_static='unknown'
672 old_striplib='mipsel-uclibc-strip -R .note -R .comment --strip-debug'
673 striplib='mipsel-uclibc-strip -R .note -R .comment --strip-unneeded'
675 LTCC='mipsel-uclibc-gcc'
676 LTCFLAGS='-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sections'
677 compiler='mipsel-uclibc-gcc'
679 # Quote evaled strings.
680 for var in SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd AR AR_FLAGS STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix SHELL ECHO lt_prog_compiler_no_builtin_flag lt_prog_compiler_wl lt_prog_compiler_pic lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator fix_srcfile_path exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec finish_eval old_striplib striplib; do
681 case `eval \\$ECHO "X\\$$var"` in
682 *[\\\`\"\$]*)
683 eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
686 eval "lt_$var=\\\"\$$var\\\""
688 esac
689 done
691 # Double-quote double-evaled strings.
692 for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec; do
693 case `eval \\$ECHO "X\\$$var"` in
694 *[\\\`\"\$]*)
695 eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
698 eval "lt_$var=\\\"\$$var\\\""
700 esac
701 done
703 # Fix-up fallback echo if it was mangled by the above quoting rules.
704 case $lt_ECHO in
705 *'\$0 --fallback-echo"') lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
707 esac
709 ac_aux_dir='.'
710 xsi_shell='yes'
711 lt_shell_append='yes'
713 # See if we are running on zsh, and set the options which allow our
714 # commands through without removal of \ escapes INIT.
715 if test -n "${ZSH_VERSION+set}" ; then
716 setopt NO_GLOB_SUBST
720 PACKAGE='libexif'
721 VERSION='0.6.19'
722 TIMESTAMP=''
723 RM='rm -f'
724 ofile='libtool'
728 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
729 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
730 # from automake.
731 eval 'OBSOLETE_ALL_LINGUAS''="be cs da de en_CA en_GB es fr it ja nl pl pt pt_BR ru sk sq sr sv vi zh_CN"'
732 # Capture the value of LINGUAS because we need it to compute CATALOGS.
733 LINGUAS="%UNSET%"
737 # Handling of arguments.
738 for ac_config_target in $ac_config_targets
740 case $ac_config_target in
741 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
742 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
743 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
744 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
745 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
746 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
747 "libexif.spec") CONFIG_FILES="$CONFIG_FILES libexif.spec" ;;
748 "libexif/Makefile") CONFIG_FILES="$CONFIG_FILES libexif/Makefile" ;;
749 "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
750 "test/nls/Makefile") CONFIG_FILES="$CONFIG_FILES test/nls/Makefile" ;;
751 "m4m/Makefile") CONFIG_FILES="$CONFIG_FILES m4m/Makefile" ;;
752 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
753 "doc/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/Doxyfile" ;;
754 "doc/Doxyfile-internals") CONFIG_FILES="$CONFIG_FILES doc/Doxyfile-internals" ;;
755 "libexif.pc") CONFIG_FILES="$CONFIG_FILES libexif.pc" ;;
756 "libexif-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES libexif-uninstalled.pc" ;;
757 "binary/Makefile") CONFIG_FILES="$CONFIG_FILES binary/Makefile" ;;
758 "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
759 "contrib/examples/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/examples/Makefile" ;;
761 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
762 esac
763 done
766 # If the user did not use the arguments to specify the items to instantiate,
767 # then the envvar interface is used. Set only those that are not.
768 # We use the long form for the default assignment because of an extremely
769 # bizarre bug on SunOS 4.1.3.
770 if $ac_need_defaults; then
771 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
772 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
773 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
776 # Have a temporary directory for convenience. Make it in the build tree
777 # simply because there is no reason against having it here, and in addition,
778 # creating and moving files from /tmp can sometimes cause problems.
779 # Hook for its removal unless debugging.
780 # Note that there is a small window in which the directory will not be cleaned:
781 # after its creation but before its name has been assigned to `$tmp'.
782 $debug ||
784 tmp=
785 trap 'exit_status=$?
786 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
788 trap 'as_fn_exit 1' 1 2 13 15
790 # Create a (secure) tmp directory for tmp files.
793 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
794 test -n "$tmp" && test -d "$tmp"
795 } ||
797 tmp=./conf$$-$RANDOM
798 (umask 077 && mkdir "$tmp")
799 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
801 # Set up the scripts for CONFIG_FILES section.
802 # No need to generate them if there are no CONFIG_FILES.
803 # This happens for instance with `./config.status config.h'.
804 if test -n "$CONFIG_FILES"; then
807 ac_cr=`echo X | tr X '\015'`
808 # On cygwin, bash can eat \r inside `` if the user requested igncr.
809 # But we know of no other shell where ac_cr would be empty at this
810 # point, so we can use a bashism as a fallback.
811 if test "x$ac_cr" = x; then
812 eval ac_cr=\$\'\\r\'
814 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
815 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
816 ac_cs_awk_cr='\r'
817 else
818 ac_cs_awk_cr=$ac_cr
821 echo 'BEGIN {' >"$tmp/subs1.awk" &&
822 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
823 S["am__EXEEXT_FALSE"]=""
824 S["am__EXEEXT_TRUE"]="#"
825 S["LTLIBOBJS"]=""
826 S["LIBOBJS"]=""
827 S["AM_LDFLAGS"]="-fPIC -ffunction-sections -fdata-sections -Wl,--gc-sections -g -Wall"
828 S["AM_CPPFLAGS"]=" -DGETTEXT_PACKAGE=\\\"libexif-12\\\" -DLOCALEDIR=\\\"$(datadir)/locale\\\" -I$(top_srcdir) -I$(top_builddir) -g -Wall -Wmissing-declarations -Wmissing-prot"\
829 "otypes"
830 S["POSUB"]=""
831 S["LTLIBINTL"]=""
832 S["LIBINTL"]=""
833 S["INTLLIBS"]=""
834 S["LTLIBICONV"]=""
835 S["LIBICONV"]=""
836 S["GETTEXT_PACKAGE"]="libexif-12"
837 S["MSGMERGE"]="/usr/bin/msgmerge"
838 S["XGETTEXT"]="/usr/bin/xgettext"
839 S["GMSGFMT"]="/usr/bin/msgfmt"
840 S["MSGFMT"]="/usr/bin/msgfmt"
841 S["USE_NLS"]="no"
842 S["MKINSTALLDIRS"]="$(top_builddir)/./mkinstalldirs"
843 S["ENABLE_INTERNAL_DOCS_FALSE"]=""
844 S["ENABLE_INTERNAL_DOCS_TRUE"]="#"
845 S["HTML_APIDOC_INTERNALS_DIR"]="libexif-internals.html"
846 S["DOXYGEN_OUTPUT_DIR"]="doxygen-output"
847 S["HTML_APIDOC_DIR"]="libexif-api.html"
848 S["HAVE_DOT"]="NO"
849 S["HAVE_DOT_FALSE"]=""
850 S["HAVE_DOT_TRUE"]="#"
851 S["HAVE_DOXYGEN_FALSE"]=""
852 S["HAVE_DOXYGEN_TRUE"]="#"
853 S["DOXYGEN"]="false"
854 S["DOT"]="false"
855 S["BUILD_DOCS_FALSE"]=""
856 S["BUILD_DOCS_TRUE"]="#"
857 S["SHIP_BINARIES_FALSE"]=""
858 S["SHIP_BINARIES_TRUE"]="#"
859 S["CPP"]="mipsel-uclibc-gcc -E"
860 S["OTOOL64"]=""
861 S["OTOOL"]=""
862 S["LIPO"]=""
863 S["NMEDIT"]=""
864 S["DSYMUTIL"]=""
865 S["lt_ECHO"]="echo"
866 S["RANLIB"]="mipsel-uclibc-ranlib"
867 S["AR"]="mipsel-uclibc-ar"
868 S["OBJDUMP"]="mipsel-linux-objdump"
869 S["LN_S"]="ln -s"
870 S["NM"]="mipsel-uclibc-nm"
871 S["ac_ct_DUMPBIN"]=""
872 S["DUMPBIN"]=""
873 S["LD"]="mipsel-uclibc-ld"
874 S["FGREP"]="/bin/grep -F"
875 S["EGREP"]="/bin/grep -E"
876 S["GREP"]="/bin/grep"
877 S["SED"]="/bin/sed"
878 S["host_os"]="linux-gnu"
879 S["host_vendor"]="unknown"
880 S["host_cpu"]="mipsel"
881 S["host"]="mipsel-unknown-linux-gnu"
882 S["build_os"]="linux-gnu"
883 S["build_vendor"]="pc"
884 S["build_cpu"]="x86_64"
885 S["build"]="x86_64-pc-linux-gnu"
886 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
887 S["am__fastdepCC_FALSE"]="#"
888 S["am__fastdepCC_TRUE"]=""
889 S["CCDEPMODE"]="depmode=gcc3"
890 S["AMDEPBACKSLASH"]="\\"
891 S["AMDEP_FALSE"]="#"
892 S["AMDEP_TRUE"]=""
893 S["am__quote"]=""
894 S["am__include"]="include"
895 S["DEPDIR"]=".deps"
896 S["OBJEXT"]="o"
897 S["EXEEXT"]=""
898 S["ac_ct_CC"]=""
899 S["CPPFLAGS"]=""
900 S["LDFLAGS"]="-fPIC -ffunction-sections -fdata-sections -Wl,--gc-sections"
901 S["CFLAGS"]="-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -fPIC -ffunction-sections -fdata-sect"\
902 "ions"
903 S["CC"]="mipsel-uclibc-gcc"
904 S["LIBEXIF_VERSION_INFO"]="15:1:3"
905 S["LIBEXIF_CURRENT_MIN"]="12"
906 S["LIBEXIF_CURRENT"]="15"
907 S["LIBEXIF_REVISION"]="1"
908 S["LIBEXIF_AGE"]="3"
909 S["MAINT"]="#"
910 S["MAINTAINER_MODE_FALSE"]=""
911 S["MAINTAINER_MODE_TRUE"]="#"
912 S["am__untar"]="${AMTAR} xf -"
913 S["am__tar"]="${AMTAR} chof - \"$$tardir\""
914 S["AMTAR"]="${SHELL} /home/vicente/tomato/release/src/router/libexif/missing --run tar"
915 S["am__leading_dot"]="."
916 S["SET_MAKE"]=""
917 S["AWK"]="gawk"
918 S["mkdir_p"]="/bin/mkdir -p"
919 S["MKDIR_P"]="/bin/mkdir -p"
920 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
921 S["STRIP"]="mipsel-uclibc-strip -R .note -R .comment"
922 S["install_sh"]="${SHELL} /home/vicente/tomato/release/src/router/libexif/install-sh"
923 S["MAKEINFO"]="${SHELL} /home/vicente/tomato/release/src/router/libexif/missing --run makeinfo"
924 S["AUTOHEADER"]="${SHELL} /home/vicente/tomato/release/src/router/libexif/missing --run autoheader"
925 S["AUTOMAKE"]="${SHELL} /home/vicente/tomato/release/src/router/libexif/missing --run automake-1.11"
926 S["AUTOCONF"]="${SHELL} /home/vicente/tomato/release/src/router/libexif/missing --run autoconf"
927 S["ACLOCAL"]="${SHELL} /home/vicente/tomato/release/src/router/libexif/missing --run aclocal-1.11"
928 S["VERSION"]="0.6.19"
929 S["PACKAGE"]="libexif"
930 S["CYGPATH_W"]="echo"
931 S["am__isrc"]=""
932 S["INSTALL_DATA"]="${INSTALL} -m 644"
933 S["INSTALL_SCRIPT"]="${INSTALL}"
934 S["INSTALL_PROGRAM"]="${INSTALL}"
935 S["target_alias"]=""
936 S["host_alias"]="mipsel-linux"
937 S["build_alias"]="x86_64-linux-gnu"
938 S["LIBS"]=" -lm"
939 S["ECHO_T"]=""
940 S["ECHO_N"]="-n"
941 S["ECHO_C"]=""
942 S["DEFS"]="-DHAVE_CONFIG_H"
943 S["mandir"]="${datarootdir}/man"
944 S["localedir"]="$(datadir)/locale"
945 S["libdir"]="${exec_prefix}/lib"
946 S["psdir"]="${docdir}"
947 S["pdfdir"]="${docdir}"
948 S["dvidir"]="${docdir}"
949 S["htmldir"]="${docdir}"
950 S["infodir"]="${datarootdir}/info"
951 S["docdir"]="${prefix}/share/doc/libexif"
952 S["oldincludedir"]="/usr/include"
953 S["includedir"]="${prefix}/include"
954 S["localstatedir"]="${prefix}/var"
955 S["sharedstatedir"]="${prefix}/com"
956 S["sysconfdir"]="${prefix}/etc"
957 S["datadir"]="${datarootdir}"
958 S["datarootdir"]="${prefix}/share"
959 S["libexecdir"]="${exec_prefix}/libexec"
960 S["sbindir"]="${exec_prefix}/sbin"
961 S["bindir"]="${exec_prefix}/bin"
962 S["program_transform_name"]="s,x,x,"
963 S["prefix"]=""
964 S["exec_prefix"]="${prefix}"
965 S["PACKAGE_URL"]=""
966 S["PACKAGE_BUGREPORT"]="libexif-devel@lists.sourceforge.net"
967 S["PACKAGE_STRING"]="EXIF library 0.6.19"
968 S["PACKAGE_VERSION"]="0.6.19"
969 S["PACKAGE_TARNAME"]="libexif"
970 S["PACKAGE_NAME"]="EXIF library"
971 S["PATH_SEPARATOR"]=":"
972 S["SHELL"]="/bin/sh"
973 _ACAWK
974 cat >>"$tmp/subs1.awk" <<_ACAWK &&
975 for (key in S) S_is_set[key] = 1
976 FS = "\a"
980 line = $ 0
981 nfields = split(line, field, "@")
982 substed = 0
983 len = length(field[1])
984 for (i = 2; i < nfields; i++) {
985 key = field[i]
986 keylen = length(key)
987 if (S_is_set[key]) {
988 value = S[key]
989 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
990 len += length(value) + length(field[++i])
991 substed = 1
992 } else
993 len += 1 + keylen
996 print line
999 _ACAWK
1000 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1001 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1002 else
1004 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
1005 || as_fn_error "could not setup config files machinery" "$LINENO" 5
1006 fi # test -n "$CONFIG_FILES"
1008 # Set up the scripts for CONFIG_HEADERS section.
1009 # No need to generate them if there are no CONFIG_HEADERS.
1010 # This happens for instance with `./config.status Makefile'.
1011 if test -n "$CONFIG_HEADERS"; then
1012 cat >"$tmp/defines.awk" <<\_ACAWK ||
1013 BEGIN {
1014 D["PACKAGE_NAME"]=" \"EXIF library\""
1015 D["PACKAGE_TARNAME"]=" \"libexif\""
1016 D["PACKAGE_VERSION"]=" \"0.6.19\""
1017 D["PACKAGE_STRING"]=" \"EXIF library 0.6.19\""
1018 D["PACKAGE_BUGREPORT"]=" \"libexif-devel@lists.sourceforge.net\""
1019 D["PACKAGE_URL"]=" \"\""
1020 D["PACKAGE"]=" \"libexif\""
1021 D["VERSION"]=" \"0.6.19\""
1022 D["STDC_HEADERS"]=" 1"
1023 D["HAVE_SYS_TYPES_H"]=" 1"
1024 D["HAVE_SYS_STAT_H"]=" 1"
1025 D["HAVE_STDLIB_H"]=" 1"
1026 D["HAVE_STRING_H"]=" 1"
1027 D["HAVE_MEMORY_H"]=" 1"
1028 D["HAVE_STRINGS_H"]=" 1"
1029 D["HAVE_INTTYPES_H"]=" 1"
1030 D["HAVE_STDINT_H"]=" 1"
1031 D["HAVE_UNISTD_H"]=" 1"
1032 D["HAVE_DLFCN_H"]=" 1"
1033 D["LT_OBJDIR"]=" \".libs/\""
1034 D["HAVE_LOCALTIME_R"]=" 1"
1035 for (key in D) D_is_set[key] = 1
1036 FS = "\a"
1038 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1039 line = $ 0
1040 split(line, arg, " ")
1041 if (arg[1] == "#") {
1042 defundef = arg[2]
1043 mac1 = arg[3]
1044 } else {
1045 defundef = substr(arg[1], 2)
1046 mac1 = arg[2]
1048 split(mac1, mac2, "(") #)
1049 macro = mac2[1]
1050 prefix = substr(line, 1, index(line, defundef) - 1)
1051 if (D_is_set[macro]) {
1052 # Preserve the white space surrounding the "#".
1053 print prefix "define", macro P[macro] D[macro]
1054 next
1055 } else {
1056 # Replace #undef with comments. This is necessary, for example,
1057 # in the case of _POSIX_SOURCE, which is predefined and required
1058 # on some systems where configure will not decide to define it.
1059 if (defundef == "undef") {
1060 print "/*", prefix defundef, macro, "*/"
1061 next
1065 { print }
1066 _ACAWK
1067 as_fn_error "could not setup config headers machinery" "$LINENO" 5
1068 fi # test -n "$CONFIG_HEADERS"
1071 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1072 shift
1073 for ac_tag
1075 case $ac_tag in
1076 :[FHLC]) ac_mode=$ac_tag; continue;;
1077 esac
1078 case $ac_mode$ac_tag in
1079 :[FHL]*:*);;
1080 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
1081 :[FH]-) ac_tag=-:-;;
1082 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1083 esac
1084 ac_save_IFS=$IFS
1085 IFS=:
1086 set x $ac_tag
1087 IFS=$ac_save_IFS
1088 shift
1089 ac_file=$1
1090 shift
1092 case $ac_mode in
1093 :L) ac_source=$1;;
1094 :[FH])
1095 ac_file_inputs=
1096 for ac_f
1098 case $ac_f in
1099 -) ac_f="$tmp/stdin";;
1100 *) # Look for the file first in the build tree, then in the source tree
1101 # (if the path is not absolute). The absolute path cannot be DOS-style,
1102 # because $ac_f cannot contain `:'.
1103 test -f "$ac_f" ||
1104 case $ac_f in
1105 [\\/$]*) false;;
1106 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1107 esac ||
1108 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1109 esac
1110 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1111 as_fn_append ac_file_inputs " '$ac_f'"
1112 done
1114 # Let's still pretend it is `configure' which instantiates (i.e., don't
1115 # use $as_me), people would be surprised to read:
1116 # /* config.h. Generated by config.status. */
1117 configure_input='Generated from '`
1118 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1119 `' by configure.'
1120 if test x"$ac_file" != x-; then
1121 configure_input="$ac_file. $configure_input"
1122 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1123 $as_echo "$as_me: creating $ac_file" >&6;}
1125 # Neutralize special characters interpreted by sed in replacement strings.
1126 case $configure_input in #(
1127 *\&* | *\|* | *\\* )
1128 ac_sed_conf_input=`$as_echo "$configure_input" |
1129 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1130 *) ac_sed_conf_input=$configure_input;;
1131 esac
1133 case $ac_tag in
1134 *:-:* | *:-) cat >"$tmp/stdin" \
1135 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
1136 esac
1138 esac
1140 ac_dir=`$as_dirname -- "$ac_file" ||
1141 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1142 X"$ac_file" : 'X\(//\)[^/]' \| \
1143 X"$ac_file" : 'X\(//\)$' \| \
1144 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1145 $as_echo X"$ac_file" |
1146 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1147 s//\1/
1150 /^X\(\/\/\)[^/].*/{
1151 s//\1/
1154 /^X\(\/\/\)$/{
1155 s//\1/
1158 /^X\(\/\).*/{
1159 s//\1/
1162 s/.*/./; q'`
1163 as_dir="$ac_dir"; as_fn_mkdir_p
1164 ac_builddir=.
1166 case "$ac_dir" in
1167 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1169 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1170 # A ".." for each directory in $ac_dir_suffix.
1171 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1172 case $ac_top_builddir_sub in
1173 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1174 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1175 esac ;;
1176 esac
1177 ac_abs_top_builddir=$ac_pwd
1178 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1179 # for backward compatibility:
1180 ac_top_builddir=$ac_top_build_prefix
1182 case $srcdir in
1183 .) # We are building in place.
1184 ac_srcdir=.
1185 ac_top_srcdir=$ac_top_builddir_sub
1186 ac_abs_top_srcdir=$ac_pwd ;;
1187 [\\/]* | ?:[\\/]* ) # Absolute name.
1188 ac_srcdir=$srcdir$ac_dir_suffix;
1189 ac_top_srcdir=$srcdir
1190 ac_abs_top_srcdir=$srcdir ;;
1191 *) # Relative name.
1192 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1193 ac_top_srcdir=$ac_top_build_prefix$srcdir
1194 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1195 esac
1196 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1199 case $ac_mode in
1202 # CONFIG_FILE
1205 case $INSTALL in
1206 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1207 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1208 esac
1209 ac_MKDIR_P=$MKDIR_P
1210 case $MKDIR_P in
1211 [\\/$]* | ?:[\\/]* ) ;;
1212 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1213 esac
1214 # If the template does not know about datarootdir, expand it.
1215 # FIXME: This hack should be removed a few years after 2.60.
1216 ac_datarootdir_hack=; ac_datarootdir_seen=
1217 ac_sed_dataroot='
1218 /datarootdir/ {
1222 /@datadir@/p
1223 /@docdir@/p
1224 /@infodir@/p
1225 /@localedir@/p
1226 /@mandir@/p'
1227 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1228 *datarootdir*) ac_datarootdir_seen=yes;;
1229 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1230 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1231 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1232 ac_datarootdir_hack='
1233 s&@datadir@&${datarootdir}&g
1234 s&@docdir@&${prefix}/share/doc/libexif&g
1235 s&@infodir@&${datarootdir}/info&g
1236 s&@localedir@&$(datadir)/locale&g
1237 s&@mandir@&${datarootdir}/man&g
1238 s&\${datarootdir}&${prefix}/share&g' ;;
1239 esac
1240 ac_sed_extra="/^[ ]*VPATH[ ]*=/{
1241 s/:*\$(srcdir):*/:/
1242 s/:*\${srcdir}:*/:/
1243 s/:*@srcdir@:*/:/
1244 s/^\([^=]*=[ ]*\):*/\1/
1245 s/:*$//
1246 s/^[^=]*=[ ]*$//
1250 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1251 s|@configure_input@|$ac_sed_conf_input|;t t
1252 s&@top_builddir@&$ac_top_builddir_sub&;t t
1253 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1254 s&@srcdir@&$ac_srcdir&;t t
1255 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1256 s&@top_srcdir@&$ac_top_srcdir&;t t
1257 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1258 s&@builddir@&$ac_builddir&;t t
1259 s&@abs_builddir@&$ac_abs_builddir&;t t
1260 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1261 s&@INSTALL@&$ac_INSTALL&;t t
1262 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1263 $ac_datarootdir_hack
1265 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1266 || as_fn_error "could not create $ac_file" "$LINENO" 5
1268 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1269 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1270 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1271 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1272 which seems to be undefined. Please make sure it is defined." >&5
1273 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1274 which seems to be undefined. Please make sure it is defined." >&2;}
1276 rm -f "$tmp/stdin"
1277 case $ac_file in
1278 -) cat "$tmp/out" && rm -f "$tmp/out";;
1279 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1280 esac \
1281 || as_fn_error "could not create $ac_file" "$LINENO" 5
1285 # CONFIG_HEADER
1287 if test x"$ac_file" != x-; then
1289 $as_echo "/* $configure_input */" \
1290 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1291 } >"$tmp/config.h" \
1292 || as_fn_error "could not create $ac_file" "$LINENO" 5
1293 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1294 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1295 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1296 else
1297 rm -f "$ac_file"
1298 mv "$tmp/config.h" "$ac_file" \
1299 || as_fn_error "could not create $ac_file" "$LINENO" 5
1301 else
1302 $as_echo "/* $configure_input */" \
1303 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1304 || as_fn_error "could not create -" "$LINENO" 5
1306 # Compute "$ac_file"'s index in $config_headers.
1307 _am_arg="$ac_file"
1308 _am_stamp_count=1
1309 for _am_header in $config_headers :; do
1310 case $_am_header in
1311 $_am_arg | $_am_arg:* )
1312 break ;;
1314 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1315 esac
1316 done
1317 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1318 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1319 X"$_am_arg" : 'X\(//\)[^/]' \| \
1320 X"$_am_arg" : 'X\(//\)$' \| \
1321 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1322 $as_echo X"$_am_arg" |
1323 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1324 s//\1/
1327 /^X\(\/\/\)[^/].*/{
1328 s//\1/
1331 /^X\(\/\/\)$/{
1332 s//\1/
1335 /^X\(\/\).*/{
1336 s//\1/
1339 s/.*/./; q'`/stamp-h$_am_stamp_count
1342 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1343 $as_echo "$as_me: executing $ac_file commands" >&6;}
1345 esac
1348 case $ac_file$ac_mode in
1349 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1350 # Autoconf 2.62 quotes --file arguments for eval, but not when files
1351 # are listed without --file. Let's play safe and only enable the eval
1352 # if we detect the quoting.
1353 case $CONFIG_FILES in
1354 *\'*) eval set x "$CONFIG_FILES" ;;
1355 *) set x $CONFIG_FILES ;;
1356 esac
1357 shift
1358 for mf
1360 # Strip MF so we end up with the name of the file.
1361 mf=`echo "$mf" | sed -e 's/:.*$//'`
1362 # Check whether this is an Automake generated Makefile or not.
1363 # We used to match only the files named `Makefile.in', but
1364 # some people rename them; so instead we look at the file content.
1365 # Grep'ing the first line is not enough: some people post-process
1366 # each Makefile.in and add a new line on top of each file to say so.
1367 # Grep'ing the whole file is not good either: AIX grep has a line
1368 # limit of 2048, but all sed's we know have understand at least 4000.
1369 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1370 dirpart=`$as_dirname -- "$mf" ||
1371 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1372 X"$mf" : 'X\(//\)[^/]' \| \
1373 X"$mf" : 'X\(//\)$' \| \
1374 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1375 $as_echo X"$mf" |
1376 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1377 s//\1/
1380 /^X\(\/\/\)[^/].*/{
1381 s//\1/
1384 /^X\(\/\/\)$/{
1385 s//\1/
1388 /^X\(\/\).*/{
1389 s//\1/
1392 s/.*/./; q'`
1393 else
1394 continue
1396 # Extract the definition of DEPDIR, am__include, and am__quote
1397 # from the Makefile without running `make'.
1398 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1399 test -z "$DEPDIR" && continue
1400 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1401 test -z "am__include" && continue
1402 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1403 # When using ansi2knr, U may be empty or an underscore; expand it
1404 U=`sed -n 's/^U = //p' < "$mf"`
1405 # Find all dependency output files, they are included files with
1406 # $(DEPDIR) in their names. We invoke sed twice because it is the
1407 # simplest approach to changing $(DEPDIR) to its actual value in the
1408 # expansion.
1409 for file in `sed -n "
1410 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1411 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1412 # Make sure the directory exists.
1413 test -f "$dirpart/$file" && continue
1414 fdir=`$as_dirname -- "$file" ||
1415 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1416 X"$file" : 'X\(//\)[^/]' \| \
1417 X"$file" : 'X\(//\)$' \| \
1418 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1419 $as_echo X"$file" |
1420 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1421 s//\1/
1424 /^X\(\/\/\)[^/].*/{
1425 s//\1/
1428 /^X\(\/\/\)$/{
1429 s//\1/
1432 /^X\(\/\).*/{
1433 s//\1/
1436 s/.*/./; q'`
1437 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1438 # echo "creating $dirpart/$file"
1439 echo '# dummy' > "$dirpart/$file"
1440 done
1441 done
1444 "libtool":C)
1446 # See if we are running on zsh, and set the options which allow our
1447 # commands through without removal of \ escapes.
1448 if test -n "${ZSH_VERSION+set}" ; then
1449 setopt NO_GLOB_SUBST
1452 cfgfile="${ofile}T"
1453 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1454 $RM "$cfgfile"
1456 cat <<_LT_EOF >> "$cfgfile"
1457 #! $SHELL
1459 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1460 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1461 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1462 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1464 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1465 # 2006, 2007, 2008 Free Software Foundation, Inc.
1466 # Written by Gordon Matzigkeit, 1996
1468 # This file is part of GNU Libtool.
1470 # GNU Libtool is free software; you can redistribute it and/or
1471 # modify it under the terms of the GNU General Public License as
1472 # published by the Free Software Foundation; either version 2 of
1473 # the License, or (at your option) any later version.
1475 # As a special exception to the GNU General Public License,
1476 # if you distribute this file as part of a program or library that
1477 # is built using GNU Libtool, you may include this file under the
1478 # same distribution terms that you use for the rest of that program.
1480 # GNU Libtool is distributed in the hope that it will be useful,
1481 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1482 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1483 # GNU General Public License for more details.
1485 # You should have received a copy of the GNU General Public License
1486 # along with GNU Libtool; see the file COPYING. If not, a copy
1487 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1488 # obtained by writing to the Free Software Foundation, Inc.,
1489 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1492 # The names of the tagged configurations supported by this script.
1493 available_tags=""
1495 # ### BEGIN LIBTOOL CONFIG
1497 # Which release of libtool.m4 was used?
1498 macro_version=$macro_version
1499 macro_revision=$macro_revision
1501 # Whether or not to build shared libraries.
1502 build_libtool_libs=$enable_shared
1504 # Whether or not to build static libraries.
1505 build_old_libs=$enable_static
1507 # What type of objects to build.
1508 pic_mode=$pic_mode
1510 # Whether or not to optimize for fast installation.
1511 fast_install=$enable_fast_install
1513 # The host system.
1514 host_alias=$host_alias
1515 host=$host
1516 host_os=$host_os
1518 # The build system.
1519 build_alias=$build_alias
1520 build=$build
1521 build_os=$build_os
1523 # A sed program that does not truncate output.
1524 SED=$lt_SED
1526 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1527 Xsed="\$SED -e 1s/^X//"
1529 # A grep program that handles long lines.
1530 GREP=$lt_GREP
1532 # An ERE matcher.
1533 EGREP=$lt_EGREP
1535 # A literal string matcher.
1536 FGREP=$lt_FGREP
1538 # A BSD- or MS-compatible name lister.
1539 NM=$lt_NM
1541 # Whether we need soft or hard links.
1542 LN_S=$lt_LN_S
1544 # What is the maximum length of a command?
1545 max_cmd_len=$max_cmd_len
1547 # Object file suffix (normally "o").
1548 objext=$ac_objext
1550 # Executable file suffix (normally "").
1551 exeext=$exeext
1553 # whether the shell understands "unset".
1554 lt_unset=$lt_unset
1556 # turn spaces into newlines.
1557 SP2NL=$lt_lt_SP2NL
1559 # turn newlines into spaces.
1560 NL2SP=$lt_lt_NL2SP
1562 # How to create reloadable object files.
1563 reload_flag=$lt_reload_flag
1564 reload_cmds=$lt_reload_cmds
1566 # An object symbol dumper.
1567 OBJDUMP=$lt_OBJDUMP
1569 # Method to check whether dependent libraries are shared objects.
1570 deplibs_check_method=$lt_deplibs_check_method
1572 # Command to use when deplibs_check_method == "file_magic".
1573 file_magic_cmd=$lt_file_magic_cmd
1575 # The archiver.
1576 AR=$lt_AR
1577 AR_FLAGS=$lt_AR_FLAGS
1579 # A symbol stripping program.
1580 STRIP=$lt_STRIP
1582 # Commands used to install an old-style archive.
1583 RANLIB=$lt_RANLIB
1584 old_postinstall_cmds=$lt_old_postinstall_cmds
1585 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1587 # A C compiler.
1588 LTCC=$lt_CC
1590 # LTCC compiler flags.
1591 LTCFLAGS=$lt_CFLAGS
1593 # Take the output of nm and produce a listing of raw symbols and C names.
1594 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1596 # Transform the output of nm in a proper C declaration.
1597 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1599 # Transform the output of nm in a C name address pair.
1600 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1602 # Transform the output of nm in a C name address pair when lib prefix is needed.
1603 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1605 # The name of the directory that contains temporary libtool files.
1606 objdir=$objdir
1608 # Shell to use when invoking shell scripts.
1609 SHELL=$lt_SHELL
1611 # An echo program that does not interpret backslashes.
1612 ECHO=$lt_ECHO
1614 # Used to examine libraries when file_magic_cmd begins with "file".
1615 MAGIC_CMD=$MAGIC_CMD
1617 # Must we lock files when doing compilation?
1618 need_locks=$lt_need_locks
1620 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1621 DSYMUTIL=$lt_DSYMUTIL
1623 # Tool to change global to local symbols on Mac OS X.
1624 NMEDIT=$lt_NMEDIT
1626 # Tool to manipulate fat objects and archives on Mac OS X.
1627 LIPO=$lt_LIPO
1629 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1630 OTOOL=$lt_OTOOL
1632 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1633 OTOOL64=$lt_OTOOL64
1635 # Old archive suffix (normally "a").
1636 libext=$libext
1638 # Shared library suffix (normally ".so").
1639 shrext_cmds=$lt_shrext_cmds
1641 # The commands to extract the exported symbol list from a shared archive.
1642 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1644 # Variables whose values should be saved in libtool wrapper scripts and
1645 # restored at link time.
1646 variables_saved_for_relink=$lt_variables_saved_for_relink
1648 # Do we need the "lib" prefix for modules?
1649 need_lib_prefix=$need_lib_prefix
1651 # Do we need a version for libraries?
1652 need_version=$need_version
1654 # Library versioning type.
1655 version_type=$version_type
1657 # Shared library runtime path variable.
1658 runpath_var=$runpath_var
1660 # Shared library path variable.
1661 shlibpath_var=$shlibpath_var
1663 # Is shlibpath searched before the hard-coded library search path?
1664 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1666 # Format of library name prefix.
1667 libname_spec=$lt_libname_spec
1669 # List of archive names. First name is the real one, the rest are links.
1670 # The last name is the one that the linker finds with -lNAME
1671 library_names_spec=$lt_library_names_spec
1673 # The coded name of the library, if different from the real name.
1674 soname_spec=$lt_soname_spec
1676 # Command to use after installation of a shared archive.
1677 postinstall_cmds=$lt_postinstall_cmds
1679 # Command to use after uninstallation of a shared archive.
1680 postuninstall_cmds=$lt_postuninstall_cmds
1682 # Commands used to finish a libtool library installation in a directory.
1683 finish_cmds=$lt_finish_cmds
1685 # As "finish_cmds", except a single script fragment to be evaled but
1686 # not shown.
1687 finish_eval=$lt_finish_eval
1689 # Whether we should hardcode library paths into libraries.
1690 hardcode_into_libs=$hardcode_into_libs
1692 # Compile-time system search path for libraries.
1693 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1695 # Run-time system search path for libraries.
1696 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1698 # Whether dlopen is supported.
1699 dlopen_support=$enable_dlopen
1701 # Whether dlopen of programs is supported.
1702 dlopen_self=$enable_dlopen_self
1704 # Whether dlopen of statically linked programs is supported.
1705 dlopen_self_static=$enable_dlopen_self_static
1707 # Commands to strip libraries.
1708 old_striplib=$lt_old_striplib
1709 striplib=$lt_striplib
1712 # The linker used to build libraries.
1713 LD=$lt_LD
1715 # Commands used to build an old-style archive.
1716 old_archive_cmds=$lt_old_archive_cmds
1718 # A language specific compiler.
1719 CC=$lt_compiler
1721 # Is the compiler the GNU compiler?
1722 with_gcc=$GCC
1724 # Compiler flag to turn off builtin functions.
1725 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1727 # How to pass a linker flag through the compiler.
1728 wl=$lt_lt_prog_compiler_wl
1730 # Additional compiler flags for building library objects.
1731 pic_flag=$lt_lt_prog_compiler_pic
1733 # Compiler flag to prevent dynamic linking.
1734 link_static_flag=$lt_lt_prog_compiler_static
1736 # Does compiler simultaneously support -c and -o options?
1737 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1739 # Whether or not to add -lc for building shared libraries.
1740 build_libtool_need_lc=$archive_cmds_need_lc
1742 # Whether or not to disallow shared libs when runtime libs are static.
1743 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1745 # Compiler flag to allow reflexive dlopens.
1746 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1748 # Compiler flag to generate shared objects directly from archives.
1749 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1751 # Whether the compiler copes with passing no objects directly.
1752 compiler_needs_object=$lt_compiler_needs_object
1754 # Create an old-style archive from a shared archive.
1755 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1757 # Create a temporary old-style archive to link instead of a shared archive.
1758 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1760 # Commands used to build a shared archive.
1761 archive_cmds=$lt_archive_cmds
1762 archive_expsym_cmds=$lt_archive_expsym_cmds
1764 # Commands used to build a loadable module if different from building
1765 # a shared archive.
1766 module_cmds=$lt_module_cmds
1767 module_expsym_cmds=$lt_module_expsym_cmds
1769 # Whether we are building with GNU ld or not.
1770 with_gnu_ld=$lt_with_gnu_ld
1772 # Flag that allows shared libraries with undefined symbols to be built.
1773 allow_undefined_flag=$lt_allow_undefined_flag
1775 # Flag that enforces no undefined symbols.
1776 no_undefined_flag=$lt_no_undefined_flag
1778 # Flag to hardcode \$libdir into a binary during linking.
1779 # This must work even if \$libdir does not exist
1780 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1782 # If ld is used when linking, flag to hardcode \$libdir into a binary
1783 # during linking. This must work even if \$libdir does not exist.
1784 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1786 # Whether we need a single "-rpath" flag with a separated argument.
1787 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1789 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1790 # DIR into the resulting binary.
1791 hardcode_direct=$hardcode_direct
1793 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1794 # DIR into the resulting binary and the resulting library dependency is
1795 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1796 # library is relocated.
1797 hardcode_direct_absolute=$hardcode_direct_absolute
1799 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1800 # into the resulting binary.
1801 hardcode_minus_L=$hardcode_minus_L
1803 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1804 # into the resulting binary.
1805 hardcode_shlibpath_var=$hardcode_shlibpath_var
1807 # Set to "yes" if building a shared library automatically hardcodes DIR
1808 # into the library and all subsequent libraries and executables linked
1809 # against it.
1810 hardcode_automatic=$hardcode_automatic
1812 # Set to yes if linker adds runtime paths of dependent libraries
1813 # to runtime path list.
1814 inherit_rpath=$inherit_rpath
1816 # Whether libtool must link a program against all its dependency libraries.
1817 link_all_deplibs=$link_all_deplibs
1819 # Fix the shell variable \$srcfile for the compiler.
1820 fix_srcfile_path=$lt_fix_srcfile_path
1822 # Set to "yes" if exported symbols are required.
1823 always_export_symbols=$always_export_symbols
1825 # The commands to list exported symbols.
1826 export_symbols_cmds=$lt_export_symbols_cmds
1828 # Symbols that should not be listed in the preloaded symbols.
1829 exclude_expsyms=$lt_exclude_expsyms
1831 # Symbols that must always be exported.
1832 include_expsyms=$lt_include_expsyms
1834 # Commands necessary for linking programs (against libraries) with templates.
1835 prelink_cmds=$lt_prelink_cmds
1837 # Specify filename containing input files.
1838 file_list_spec=$lt_file_list_spec
1840 # How to hardcode a shared library path into an executable.
1841 hardcode_action=$hardcode_action
1843 # ### END LIBTOOL CONFIG
1845 _LT_EOF
1847 case $host_os in
1848 aix3*)
1849 cat <<\_LT_EOF >> "$cfgfile"
1850 # AIX sometimes has problems with the GCC collect2 program. For some
1851 # reason, if we set the COLLECT_NAMES environment variable, the problems
1852 # vanish in a puff of smoke.
1853 if test "X${COLLECT_NAMES+set}" != Xset; then
1854 COLLECT_NAMES=
1855 export COLLECT_NAMES
1857 _LT_EOF
1859 esac
1862 ltmain="$ac_aux_dir/ltmain.sh"
1865 # We use sed instead of cat because bash on DJGPP gets confused if
1866 # if finds mixed CR/LF and LF-only lines. Since sed operates in
1867 # text mode, it properly converts lines to CR/LF. This bash problem
1868 # is reportedly fixed, but why not run on old versions too?
1869 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
1870 || (rm -f "$cfgfile"; exit 1)
1872 case $xsi_shell in
1873 yes)
1874 cat << \_LT_EOF >> "$cfgfile"
1876 # func_dirname file append nondir_replacement
1877 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
1878 # otherwise set result to NONDIR_REPLACEMENT.
1879 func_dirname ()
1881 case ${1} in
1882 */*) func_dirname_result="${1%/*}${2}" ;;
1883 * ) func_dirname_result="${3}" ;;
1884 esac
1887 # func_basename file
1888 func_basename ()
1890 func_basename_result="${1##*/}"
1893 # func_dirname_and_basename file append nondir_replacement
1894 # perform func_basename and func_dirname in a single function
1895 # call:
1896 # dirname: Compute the dirname of FILE. If nonempty,
1897 # add APPEND to the result, otherwise set result
1898 # to NONDIR_REPLACEMENT.
1899 # value returned in "$func_dirname_result"
1900 # basename: Compute filename of FILE.
1901 # value retuned in "$func_basename_result"
1902 # Implementation must be kept synchronized with func_dirname
1903 # and func_basename. For efficiency, we do not delegate to
1904 # those functions but instead duplicate the functionality here.
1905 func_dirname_and_basename ()
1907 case ${1} in
1908 */*) func_dirname_result="${1%/*}${2}" ;;
1909 * ) func_dirname_result="${3}" ;;
1910 esac
1911 func_basename_result="${1##*/}"
1914 # func_stripname prefix suffix name
1915 # strip PREFIX and SUFFIX off of NAME.
1916 # PREFIX and SUFFIX must not contain globbing or regex special
1917 # characters, hashes, percent signs, but SUFFIX may contain a leading
1918 # dot (in which case that matches only a dot).
1919 func_stripname ()
1921 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1922 # positional parameters, so assign one to ordinary parameter first.
1923 func_stripname_result=${3}
1924 func_stripname_result=${func_stripname_result#"${1}"}
1925 func_stripname_result=${func_stripname_result%"${2}"}
1928 # func_opt_split
1929 func_opt_split ()
1931 func_opt_split_opt=${1%%=*}
1932 func_opt_split_arg=${1#*=}
1935 # func_lo2o object
1936 func_lo2o ()
1938 case ${1} in
1939 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
1940 *) func_lo2o_result=${1} ;;
1941 esac
1944 # func_xform libobj-or-source
1945 func_xform ()
1947 func_xform_result=${1%.*}.lo
1950 # func_arith arithmetic-term...
1951 func_arith ()
1953 func_arith_result=$(( $* ))
1956 # func_len string
1957 # STRING may not start with a hyphen.
1958 func_len ()
1960 func_len_result=${#1}
1963 _LT_EOF
1965 *) # Bourne compatible functions.
1966 cat << \_LT_EOF >> "$cfgfile"
1968 # func_dirname file append nondir_replacement
1969 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
1970 # otherwise set result to NONDIR_REPLACEMENT.
1971 func_dirname ()
1973 # Extract subdirectory from the argument.
1974 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
1975 if test "X$func_dirname_result" = "X${1}"; then
1976 func_dirname_result="${3}"
1977 else
1978 func_dirname_result="$func_dirname_result${2}"
1982 # func_basename file
1983 func_basename ()
1985 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
1989 # func_stripname prefix suffix name
1990 # strip PREFIX and SUFFIX off of NAME.
1991 # PREFIX and SUFFIX must not contain globbing or regex special
1992 # characters, hashes, percent signs, but SUFFIX may contain a leading
1993 # dot (in which case that matches only a dot).
1994 # func_strip_suffix prefix name
1995 func_stripname ()
1997 case ${2} in
1998 .*) func_stripname_result=`$ECHO "X${3}" \
1999 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
2000 *) func_stripname_result=`$ECHO "X${3}" \
2001 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
2002 esac
2005 # sed scripts:
2006 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
2007 my_sed_long_arg='1s/^-[^=]*=//'
2009 # func_opt_split
2010 func_opt_split ()
2012 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
2013 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
2016 # func_lo2o object
2017 func_lo2o ()
2019 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
2022 # func_xform libobj-or-source
2023 func_xform ()
2025 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
2028 # func_arith arithmetic-term...
2029 func_arith ()
2031 func_arith_result=`expr "$@"`
2034 # func_len string
2035 # STRING may not start with a hyphen.
2036 func_len ()
2038 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
2041 _LT_EOF
2042 esac
2044 case $lt_shell_append in
2045 yes)
2046 cat << \_LT_EOF >> "$cfgfile"
2048 # func_append var value
2049 # Append VALUE to the end of shell variable VAR.
2050 func_append ()
2052 eval "$1+=\$2"
2054 _LT_EOF
2057 cat << \_LT_EOF >> "$cfgfile"
2059 # func_append var value
2060 # Append VALUE to the end of shell variable VAR.
2061 func_append ()
2063 eval "$1=\$$1\$2"
2066 _LT_EOF
2068 esac
2071 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
2072 || (rm -f "$cfgfile"; exit 1)
2074 mv -f "$cfgfile" "$ofile" ||
2075 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2076 chmod +x "$ofile"
2079 "default-1":C)
2080 for ac_file in $CONFIG_FILES; do
2081 # Support "outfile[:infile[:infile...]]"
2082 case "$ac_file" in
2083 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2084 esac
2085 # PO directories have a Makefile.in generated from Makefile.in.in.
2086 case "$ac_file" in */Makefile.in)
2087 # Adjust a relative srcdir.
2088 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
2089 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
2090 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
2091 # In autoconf-2.13 it is called $ac_given_srcdir.
2092 # In autoconf-2.50 it is called $srcdir.
2093 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
2094 case "$ac_given_srcdir" in
2095 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
2096 /*) top_srcdir="$ac_given_srcdir" ;;
2097 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
2098 esac
2099 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
2100 rm -f "$ac_dir/POTFILES"
2101 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
2102 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
2103 POMAKEFILEDEPS="POTFILES.in"
2104 # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
2105 # on $ac_dir but don't depend on user-specified configuration
2106 # parameters.
2107 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
2108 # The LINGUAS file contains the set of available languages.
2109 if test -n "$OBSOLETE_ALL_LINGUAS"; then
2110 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
2112 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
2113 # Hide the ALL_LINGUAS assigment from automake.
2114 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
2115 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
2116 else
2117 # The set of available languages was given in configure.in.
2118 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
2120 # Compute POFILES
2121 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
2122 # Compute UPDATEPOFILES
2123 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
2124 # Compute DUMMYPOFILES
2125 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
2126 # Compute GMOFILES
2127 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
2128 case "$ac_given_srcdir" in
2129 .) srcdirpre= ;;
2130 *) srcdirpre='$(srcdir)/' ;;
2131 esac
2132 POFILES=
2133 UPDATEPOFILES=
2134 DUMMYPOFILES=
2135 GMOFILES=
2136 for lang in $ALL_LINGUAS; do
2137 POFILES="$POFILES $srcdirpre$lang.po"
2138 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
2139 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
2140 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
2141 done
2142 # CATALOGS depends on both $ac_dir and the user's LINGUAS
2143 # environment variable.
2144 INST_LINGUAS=
2145 if test -n "$ALL_LINGUAS"; then
2146 for presentlang in $ALL_LINGUAS; do
2147 useit=no
2148 if test "%UNSET%" != "$LINGUAS"; then
2149 desiredlanguages="$LINGUAS"
2150 else
2151 desiredlanguages="$ALL_LINGUAS"
2153 for desiredlang in $desiredlanguages; do
2154 # Use the presentlang catalog if desiredlang is
2155 # a. equal to presentlang, or
2156 # b. a variant of presentlang (because in this case,
2157 # presentlang can be used as a fallback for messages
2158 # which are not translated in the desiredlang catalog).
2159 case "$desiredlang" in
2160 "$presentlang"*) useit=yes;;
2161 esac
2162 done
2163 if test $useit = yes; then
2164 INST_LINGUAS="$INST_LINGUAS $presentlang"
2166 done
2168 CATALOGS=
2169 if test -n "$INST_LINGUAS"; then
2170 for lang in $INST_LINGUAS; do
2171 CATALOGS="$CATALOGS $lang.gmo"
2172 done
2174 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
2175 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
2176 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
2177 if test -f "$f"; then
2178 case "$f" in
2179 *.orig | *.bak | *~) ;;
2180 *) cat "$f" >> "$ac_dir/Makefile" ;;
2181 esac
2183 done
2186 esac
2187 done ;;
2189 esac
2190 done # for ac_tag
2193 as_fn_exit 0