Merge branch 'tizen' into tizen_3.0
[platform/upstream/libzbar.git] / config.status
1 #! /bin/bash
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.
6
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10
11 SHELL=${CONFIG_SHELL-/bin/bash}
12 export SHELL
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
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   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
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"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
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=';'
80   }
81 fi
82
83
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"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94   *[\\/]* ) as_myself=$0 ;;
95   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
98   IFS=$as_save_IFS
99   test -z "$as_dir" && as_dir=.
100     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101   done
102 IFS=$as_save_IFS
103
104      ;;
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109   as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113   exit 1
114 fi
115
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there.  '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137
138 # as_fn_error STATUS ERROR [LINENO LOG_FD]
139 # ----------------------------------------
140 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
141 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
142 # script with STATUS, using 1 if that was 0.
143 as_fn_error ()
144 {
145   as_status=$1; test $as_status -eq 0 && as_status=1
146   if test "$4"; then
147     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
148     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
149   fi
150   $as_echo "$as_me: error: $2" >&2
151   as_fn_exit $as_status
152 } # as_fn_error
153
154
155 # as_fn_set_status STATUS
156 # -----------------------
157 # Set $? to STATUS, without forking.
158 as_fn_set_status ()
159 {
160   return $1
161 } # as_fn_set_status
162
163 # as_fn_exit STATUS
164 # -----------------
165 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166 as_fn_exit ()
167 {
168   set +e
169   as_fn_set_status $1
170   exit $1
171 } # as_fn_exit
172
173 # as_fn_unset VAR
174 # ---------------
175 # Portably unset VAR.
176 as_fn_unset ()
177 {
178   { eval $1=; unset $1;}
179 }
180 as_unset=as_fn_unset
181 # as_fn_append VAR VALUE
182 # ----------------------
183 # Append the text in VALUE to the end of the definition contained in VAR. Take
184 # advantage of any shell optimizations that allow amortized linear growth over
185 # repeated appends, instead of the typical quadratic growth present in naive
186 # implementations.
187 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188   eval 'as_fn_append ()
189   {
190     eval $1+=\$2
191   }'
192 else
193   as_fn_append ()
194   {
195     eval $1=\$$1\$2
196   }
197 fi # as_fn_append
198
199 # as_fn_arith ARG...
200 # ------------------
201 # Perform arithmetic evaluation on the ARGs, and store the result in the
202 # global $as_val. Take advantage of shells that can avoid forks. The arguments
203 # must be portable across $(()) and expr.
204 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205   eval 'as_fn_arith ()
206   {
207     as_val=$(( $* ))
208   }'
209 else
210   as_fn_arith ()
211   {
212     as_val=`expr "$@" || test $? -eq 1`
213   }
214 fi # as_fn_arith
215
216
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218    test "X`expr 00001 : '.*\(...\)'`" = X001; then
219   as_expr=expr
220 else
221   as_expr=false
222 fi
223
224 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225   as_basename=basename
226 else
227   as_basename=false
228 fi
229
230 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231   as_dirname=dirname
232 else
233   as_dirname=false
234 fi
235
236 as_me=`$as_basename -- "$0" ||
237 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238          X"$0" : 'X\(//\)$' \| \
239          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240 $as_echo X/"$0" |
241     sed '/^.*\/\([^/][^/]*\)\/*$/{
242             s//\1/
243             q
244           }
245           /^X\/\(\/\/\)$/{
246             s//\1/
247             q
248           }
249           /^X\/\(\/\).*/{
250             s//\1/
251             q
252           }
253           s/.*/./; q'`
254
255 # Avoid depending upon Character Ranges.
256 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259 as_cr_digits='0123456789'
260 as_cr_alnum=$as_cr_Letters$as_cr_digits
261
262 ECHO_C= ECHO_N= ECHO_T=
263 case `echo -n x` in #(((((
264 -n*)
265   case `echo 'xy\c'` in
266   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
267   xy)  ECHO_C='\c';;
268   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
269        ECHO_T=' ';;
270   esac;;
271 *)
272   ECHO_N='-n';;
273 esac
274
275 rm -f conf$$ conf$$.exe conf$$.file
276 if test -d conf$$.dir; then
277   rm -f conf$$.dir/conf$$.file
278 else
279   rm -f conf$$.dir
280   mkdir conf$$.dir 2>/dev/null
281 fi
282 if (echo >conf$$.file) 2>/dev/null; then
283   if ln -s conf$$.file conf$$ 2>/dev/null; then
284     as_ln_s='ln -s'
285     # ... but there are two gotchas:
286     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
287     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
288     # In both cases, we have to default to `cp -pR'.
289     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290       as_ln_s='cp -pR'
291   elif ln conf$$.file conf$$ 2>/dev/null; then
292     as_ln_s=ln
293   else
294     as_ln_s='cp -pR'
295   fi
296 else
297   as_ln_s='cp -pR'
298 fi
299 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300 rmdir conf$$.dir 2>/dev/null
301
302
303 # as_fn_mkdir_p
304 # -------------
305 # Create "$as_dir" as a directory, including parents if necessary.
306 as_fn_mkdir_p ()
307 {
308
309   case $as_dir in #(
310   -*) as_dir=./$as_dir;;
311   esac
312   test -d "$as_dir" || eval $as_mkdir_p || {
313     as_dirs=
314     while :; do
315       case $as_dir in #(
316       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
317       *) as_qdir=$as_dir;;
318       esac
319       as_dirs="'$as_qdir' $as_dirs"
320       as_dir=`$as_dirname -- "$as_dir" ||
321 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
322          X"$as_dir" : 'X\(//\)[^/]' \| \
323          X"$as_dir" : 'X\(//\)$' \| \
324          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
325 $as_echo X"$as_dir" |
326     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
327             s//\1/
328             q
329           }
330           /^X\(\/\/\)[^/].*/{
331             s//\1/
332             q
333           }
334           /^X\(\/\/\)$/{
335             s//\1/
336             q
337           }
338           /^X\(\/\).*/{
339             s//\1/
340             q
341           }
342           s/.*/./; q'`
343       test -d "$as_dir" && break
344     done
345     test -z "$as_dirs" || eval "mkdir $as_dirs"
346   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
347
348
349 } # as_fn_mkdir_p
350 if mkdir -p . 2>/dev/null; then
351   as_mkdir_p='mkdir -p "$as_dir"'
352 else
353   test -d ./-p && rmdir ./-p
354   as_mkdir_p=false
355 fi
356
357
358 # as_fn_executable_p FILE
359 # -----------------------
360 # Test if FILE is an executable regular file.
361 as_fn_executable_p ()
362 {
363   test -f "$1" && test -x "$1"
364 } # as_fn_executable_p
365 as_test_x='test -x'
366 as_executable_p=as_fn_executable_p
367
368 # Sed expression to map a string onto a valid CPP name.
369 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
370
371 # Sed expression to map a string onto a valid variable name.
372 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
373
374
375 exec 6>&1
376 ## ----------------------------------- ##
377 ## Main body of $CONFIG_STATUS script. ##
378 ## ----------------------------------- ##
379 # Save the log message, to keep $0 and so on meaningful, and to
380 # report actual input values of CONFIG_FILES etc. instead of their
381 # values after options handling.
382 ac_log="
383 This file was extended by zbar $as_me 0.10, which was
384 generated by GNU Autoconf 2.69.  Invocation command line was
385
386   CONFIG_FILES    = $CONFIG_FILES
387   CONFIG_HEADERS  = $CONFIG_HEADERS
388   CONFIG_LINKS    = $CONFIG_LINKS
389   CONFIG_COMMANDS = $CONFIG_COMMANDS
390   $ $0 $@
391
392 on `(hostname || uname -n) 2>/dev/null | sed 1q`
393 "
394
395 # Files that config.status was made for.
396 config_files=" Makefile java/Makefile zbar.pc zbar-gtk.pc zbar-qt.pc"
397 config_headers=" include/config.h"
398 config_commands=" depfiles libtool doc/version.xml doc/reldate.xml"
399
400 ac_cs_usage="\
401 \`$as_me' instantiates files and other configuration actions
402 from templates according to the current configuration.  Unless the files
403 and actions are specified as TAGs, all are instantiated by default.
404
405 Usage: $0 [OPTION]... [TAG]...
406
407   -h, --help       print this help, then exit
408   -V, --version    print version number and configuration settings, then exit
409       --config     print configuration, then exit
410   -q, --quiet, --silent
411                    do not print progress messages
412   -d, --debug      don't remove temporary files
413       --recheck    update $as_me by reconfiguring in the same conditions
414       --file=FILE[:TEMPLATE]
415                    instantiate the configuration file FILE
416       --header=FILE[:TEMPLATE]
417                    instantiate the configuration header FILE
418
419 Configuration files:
420 $config_files
421
422 Configuration headers:
423 $config_headers
424
425 Configuration commands:
426 $config_commands
427
428 Report bugs to <spadix@users.sourceforge.net>."
429
430 ac_cs_config="'--disable-video' '--without-imagemagick' '--without-python' '--without-qt'"
431 ac_cs_version="\
432 zbar config.status 0.10
433 configured by ./configure, generated by GNU Autoconf 2.69,
434   with options \"$ac_cs_config\"
435
436 Copyright (C) 2012 Free Software Foundation, Inc.
437 This config.status script is free software; the Free Software Foundation
438 gives unlimited permission to copy, distribute and modify it."
439
440 ac_pwd='/home/yzatsikha/date_sorted/2015/03_17/ZBar'
441 srcdir='.'
442 INSTALL='/usr/bin/install -c'
443 MKDIR_P='/bin/mkdir -p'
444 AWK='gawk'
445 test -n "$AWK" || AWK=awk
446 # The default lists apply if the user does not specify any file.
447 ac_need_defaults=:
448 while test $# != 0
449 do
450   case $1 in
451   --*=?*)
452     ac_option=`expr "X$1" : 'X\([^=]*\)='`
453     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
454     ac_shift=:
455     ;;
456   --*=)
457     ac_option=`expr "X$1" : 'X\([^=]*\)='`
458     ac_optarg=
459     ac_shift=:
460     ;;
461   *)
462     ac_option=$1
463     ac_optarg=$2
464     ac_shift=shift
465     ;;
466   esac
467
468   case $ac_option in
469   # Handling of the options.
470   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
471     ac_cs_recheck=: ;;
472   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
473     $as_echo "$ac_cs_version"; exit ;;
474   --config | --confi | --conf | --con | --co | --c )
475     $as_echo "$ac_cs_config"; exit ;;
476   --debug | --debu | --deb | --de | --d | -d )
477     debug=: ;;
478   --file | --fil | --fi | --f )
479     $ac_shift
480     case $ac_optarg in
481     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
482     '') as_fn_error $? "missing file argument" ;;
483     esac
484     as_fn_append CONFIG_FILES " '$ac_optarg'"
485     ac_need_defaults=false;;
486   --header | --heade | --head | --hea )
487     $ac_shift
488     case $ac_optarg in
489     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
490     esac
491     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
492     ac_need_defaults=false;;
493   --he | --h)
494     # Conflict between --help and --header
495     as_fn_error $? "ambiguous option: \`$1'
496 Try \`$0 --help' for more information.";;
497   --help | --hel | -h )
498     $as_echo "$ac_cs_usage"; exit ;;
499   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
500   | -silent | --silent | --silen | --sile | --sil | --si | --s)
501     ac_cs_silent=: ;;
502
503   # This is an error.
504   -*) as_fn_error $? "unrecognized option: \`$1'
505 Try \`$0 --help' for more information." ;;
506
507   *) as_fn_append ac_config_targets " $1"
508      ac_need_defaults=false ;;
509
510   esac
511   shift
512 done
513
514 ac_configure_extra_args=
515
516 if $ac_cs_silent; then
517   exec 6>/dev/null
518   ac_configure_extra_args="$ac_configure_extra_args --silent"
519 fi
520
521 if $ac_cs_recheck; then
522   set X /bin/bash './configure'  '--disable-video' '--without-imagemagick' '--without-python' '--without-qt' $ac_configure_extra_args --no-create --no-recursion
523   shift
524   $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
525   CONFIG_SHELL='/bin/bash'
526   export CONFIG_SHELL
527   exec "$@"
528 fi
529
530 exec 5>>config.log
531 {
532   echo
533   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
534 ## Running $as_me. ##
535 _ASBOX
536   $as_echo "$ac_log"
537 } >&5
538
539 #
540 # INIT-COMMANDS
541 #
542 AMDEP_TRUE="" ac_aux_dir="config"
543
544
545 # The HP-UX ksh and POSIX shell print the target directory to stdout
546 # if CDPATH is set.
547 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
548
549 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
550 double_quote_subst='s/\(["`\\]\)/\\\1/g'
551 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
552 macro_version='2.4.2'
553 macro_revision='1.3337'
554 AS='as'
555 DLLTOOL='false'
556 OBJDUMP='objdump'
557 enable_shared='yes'
558 enable_static='yes'
559 pic_mode='default'
560 enable_fast_install='yes'
561 SHELL='/bin/bash'
562 ECHO='printf %s\n'
563 PATH_SEPARATOR=':'
564 host_alias=''
565 host='x86_64-unknown-linux-gnu'
566 host_os='linux-gnu'
567 build_alias=''
568 build='x86_64-unknown-linux-gnu'
569 build_os='linux-gnu'
570 SED='/bin/sed'
571 Xsed='/bin/sed -e 1s/^X//'
572 GREP='/bin/grep'
573 EGREP='/bin/grep -E'
574 FGREP='/bin/grep -F'
575 LD='/usr/bin/ld -m elf_x86_64'
576 NM='/usr/bin/nm -B'
577 LN_S='ln -s'
578 max_cmd_len='1572864'
579 ac_objext='o'
580 exeext=''
581 lt_unset='unset'
582 lt_SP2NL='tr \040 \012'
583 lt_NL2SP='tr \015\012 \040\040'
584 lt_cv_to_host_file_cmd='func_convert_file_noop'
585 lt_cv_to_tool_file_cmd='func_convert_file_noop'
586 reload_flag=' -r'
587 reload_cmds='$LD$reload_flag -o $output$reload_objs'
588 deplibs_check_method='pass_all'
589 file_magic_cmd='$MAGIC_CMD'
590 file_magic_glob=''
591 want_nocaseglob='no'
592 sharedlib_from_linklib_cmd='printf %s\n'
593 AR='ar'
594 AR_FLAGS='cru'
595 archiver_list_spec='@'
596 STRIP='strip'
597 RANLIB='ranlib'
598 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
599 old_postuninstall_cmds=''
600 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
601 lock_old_archive_extraction='no'
602 CC='gcc'
603 CFLAGS='-g -O2'
604 compiler='g++'
605 GCC='yes'
606 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
607 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
608 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
609 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'\'''
610 nm_file_list_spec='@'
611 lt_sysroot=''
612 objdir='.libs'
613 MAGIC_CMD='file'
614 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
615 lt_prog_compiler_pic=' -fPIC -DPIC'
616 lt_prog_compiler_wl='-Wl,'
617 lt_prog_compiler_static='-static'
618 lt_cv_prog_compiler_c_o='yes'
619 need_locks='no'
620 MANIFEST_TOOL=':'
621 DSYMUTIL=''
622 NMEDIT=''
623 LIPO=''
624 OTOOL=''
625 OTOOL64=''
626 libext='a'
627 shrext_cmds='.so'
628 extract_expsyms_cmds=''
629 archive_cmds_need_lc='no'
630 enable_shared_with_static_runtimes='no'
631 export_dynamic_flag_spec='${wl}--export-dynamic'
632 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
633 compiler_needs_object='no'
634 old_archive_from_new_cmds=''
635 old_archive_from_expsyms_cmds=''
636 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
637 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
638             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
639             echo "local: *; };" >> $output_objdir/$libname.ver~
640             $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
641 module_cmds=''
642 module_expsym_cmds=''
643 with_gnu_ld='yes'
644 allow_undefined_flag=''
645 no_undefined_flag=''
646 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
647 hardcode_libdir_separator=''
648 hardcode_direct='no'
649 hardcode_direct_absolute='no'
650 hardcode_minus_L='no'
651 hardcode_shlibpath_var='unsupported'
652 hardcode_automatic='no'
653 inherit_rpath='no'
654 link_all_deplibs='no'
655 always_export_symbols='no'
656 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
657 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
658 include_expsyms=''
659 prelink_cmds=''
660 postlink_cmds=''
661 file_list_spec=''
662 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
663 need_lib_prefix='no'
664 need_version='no'
665 version_type='linux'
666 runpath_var='LD_RUN_PATH'
667 shlibpath_var='LD_LIBRARY_PATH'
668 shlibpath_overrides_runpath='no'
669 libname_spec='lib$name'
670 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
671 soname_spec='${libname}${release}${shared_ext}$major'
672 install_override_mode=''
673 postinstall_cmds=''
674 postuninstall_cmds=''
675 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
676 finish_eval=''
677 hardcode_into_libs='yes'
678 sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/4.8 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib '
679 sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/lib/i386-linux-gnu/mesa /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/x86_64-linux-gnu/mesa /usr/lib/x86_64-linux-gnu/mir/clientplatform/mesa '
680 hardcode_action='immediate'
681 enable_dlopen='yes'
682 enable_dlopen_self='yes'
683 enable_dlopen_self_static='no'
684 old_striplib='strip --strip-debug'
685 striplib='strip --strip-unneeded'
686 compiler_lib_search_dirs=''
687 predep_objects=''
688 postdep_objects=''
689 predeps=''
690 postdeps=''
691 compiler_lib_search_path=''
692 LD_RC=''
693 LD_CXX='/usr/bin/ld -m elf_x86_64'
694 reload_flag_RC=''
695 reload_flag_CXX=' -r'
696 reload_cmds_RC=''
697 reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
698 old_archive_cmds_RC=''
699 old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
700 compiler_RC=''
701 compiler_CXX='g++'
702 GCC_RC=''
703 GCC_CXX='yes'
704 lt_prog_compiler_no_builtin_flag_RC=''
705 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
706 lt_prog_compiler_pic_RC=''
707 lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
708 lt_prog_compiler_wl_RC=''
709 lt_prog_compiler_wl_CXX='-Wl,'
710 lt_prog_compiler_static_RC=''
711 lt_prog_compiler_static_CXX='-static'
712 lt_cv_prog_compiler_c_o_RC='yes'
713 lt_cv_prog_compiler_c_o_CXX='yes'
714 archive_cmds_need_lc_RC=''
715 archive_cmds_need_lc_CXX='no'
716 enable_shared_with_static_runtimes_RC=''
717 enable_shared_with_static_runtimes_CXX='no'
718 export_dynamic_flag_spec_RC=''
719 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
720 whole_archive_flag_spec_RC=''
721 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
722 compiler_needs_object_RC=''
723 compiler_needs_object_CXX='no'
724 old_archive_from_new_cmds_RC=''
725 old_archive_from_new_cmds_CXX=''
726 old_archive_from_expsyms_cmds_RC=''
727 old_archive_from_expsyms_cmds_CXX=''
728 archive_cmds_RC=''
729 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
730 archive_expsym_cmds_RC=''
731 archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
732 module_cmds_RC=''
733 module_cmds_CXX=''
734 module_expsym_cmds_RC=''
735 module_expsym_cmds_CXX=''
736 with_gnu_ld_RC=''
737 with_gnu_ld_CXX='yes'
738 allow_undefined_flag_RC=''
739 allow_undefined_flag_CXX=''
740 no_undefined_flag_RC=''
741 no_undefined_flag_CXX=''
742 hardcode_libdir_flag_spec_RC=''
743 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
744 hardcode_libdir_separator_RC=''
745 hardcode_libdir_separator_CXX=''
746 hardcode_direct_RC=''
747 hardcode_direct_CXX='no'
748 hardcode_direct_absolute_RC=''
749 hardcode_direct_absolute_CXX='no'
750 hardcode_minus_L_RC=''
751 hardcode_minus_L_CXX='no'
752 hardcode_shlibpath_var_RC=''
753 hardcode_shlibpath_var_CXX='unsupported'
754 hardcode_automatic_RC=''
755 hardcode_automatic_CXX='no'
756 inherit_rpath_RC=''
757 inherit_rpath_CXX='no'
758 link_all_deplibs_RC=''
759 link_all_deplibs_CXX='no'
760 always_export_symbols_RC=''
761 always_export_symbols_CXX='no'
762 export_symbols_cmds_RC=''
763 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
764 exclude_expsyms_RC=''
765 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
766 include_expsyms_RC=''
767 include_expsyms_CXX=''
768 prelink_cmds_RC=''
769 prelink_cmds_CXX=''
770 postlink_cmds_RC=''
771 postlink_cmds_CXX=''
772 file_list_spec_RC=''
773 file_list_spec_CXX=''
774 hardcode_action_RC=''
775 hardcode_action_CXX='immediate'
776 compiler_lib_search_dirs_RC=''
777 compiler_lib_search_dirs_CXX='/usr/lib/gcc/x86_64-linux-gnu/4.8 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /usr/lib/gcc/x86_64-linux-gnu/4.8/../../..'
778 predep_objects_RC=''
779 predep_objects_CXX='/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbeginS.o'
780 postdep_objects_RC=''
781 postdep_objects_CXX='/usr/lib/gcc/x86_64-linux-gnu/4.8/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o'
782 predeps_RC=''
783 predeps_CXX=''
784 postdeps_RC=''
785 postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
786 compiler_lib_search_path_RC=''
787 compiler_lib_search_path_CXX='-L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..'
788
789 LTCC='gcc'
790 LTCFLAGS='-g -O2'
791 compiler='gcc'
792
793 # A function that is used when there is no print builtin or printf.
794 func_fallback_echo ()
795 {
796   eval 'cat <<_LTECHO_EOF
797 $1
798 _LTECHO_EOF'
799 }
800
801 # Quote evaled strings.
802 for var in AS DLLTOOL OBJDUMP SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec 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 nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL 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_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_RC LD_CXX reload_flag_RC reload_flag_CXX compiler_RC compiler_CXX lt_prog_compiler_no_builtin_flag_RC lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_RC lt_prog_compiler_pic_CXX lt_prog_compiler_wl_RC lt_prog_compiler_wl_CXX lt_prog_compiler_static_RC lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_RC lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_RC export_dynamic_flag_spec_CXX whole_archive_flag_spec_RC whole_archive_flag_spec_CXX compiler_needs_object_RC compiler_needs_object_CXX with_gnu_ld_RC with_gnu_ld_CXX allow_undefined_flag_RC allow_undefined_flag_CXX no_undefined_flag_RC no_undefined_flag_CXX hardcode_libdir_flag_spec_RC hardcode_libdir_flag_spec_CXX hardcode_libdir_separator_RC hardcode_libdir_separator_CXX exclude_expsyms_RC exclude_expsyms_CXX include_expsyms_RC include_expsyms_CXX file_list_spec_RC file_list_spec_CXX compiler_lib_search_dirs_RC compiler_lib_search_dirs_CXX predep_objects_RC predep_objects_CXX postdep_objects_RC postdep_objects_CXX predeps_RC predeps_CXX postdeps_RC postdeps_CXX compiler_lib_search_path_RC compiler_lib_search_path_CXX; do
803     case `eval \\$ECHO \\""\\$$var"\\"` in
804     *[\\\`\"\$]*)
805       eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
806       ;;
807     *)
808       eval "lt_$var=\\\"\$$var\\\""
809       ;;
810     esac
811 done
812
813 # Double-quote double-evaled strings.
814 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 postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec reload_cmds_RC reload_cmds_CXX old_archive_cmds_RC old_archive_cmds_CXX old_archive_from_new_cmds_RC old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_RC old_archive_from_expsyms_cmds_CXX archive_cmds_RC archive_cmds_CXX archive_expsym_cmds_RC archive_expsym_cmds_CXX module_cmds_RC module_cmds_CXX module_expsym_cmds_RC module_expsym_cmds_CXX export_symbols_cmds_RC export_symbols_cmds_CXX prelink_cmds_RC prelink_cmds_CXX postlink_cmds_RC postlink_cmds_CXX; do
815     case `eval \\$ECHO \\""\\$$var"\\"` in
816     *[\\\`\"\$]*)
817       eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
818       ;;
819     *)
820       eval "lt_$var=\\\"\$$var\\\""
821       ;;
822     esac
823 done
824
825 ac_aux_dir='config'
826 xsi_shell='yes'
827 lt_shell_append='yes'
828
829 # See if we are running on zsh, and set the options which allow our
830 # commands through without removal of \ escapes INIT.
831 if test -n "${ZSH_VERSION+set}" ; then
832    setopt NO_GLOB_SUBST
833 fi
834
835
836     PACKAGE='zbar'
837     VERSION='0.10'
838     TIMESTAMP=''
839     RM='rm -f'
840     ofile='libtool'
841
842
843
844
845
846
847
848 VERSION="0.10"
849
850 RELDATE="2009-10-23"
851
852
853
854 # Handling of arguments.
855 for ac_config_target in $ac_config_targets
856 do
857   case $ac_config_target in
858     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
859     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
860     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
861     "doc/version.xml") CONFIG_COMMANDS="$CONFIG_COMMANDS doc/version.xml" ;;
862     "doc/reldate.xml") CONFIG_COMMANDS="$CONFIG_COMMANDS doc/reldate.xml" ;;
863     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
864     "java/Makefile") CONFIG_FILES="$CONFIG_FILES java/Makefile" ;;
865     "zbar.pc") CONFIG_FILES="$CONFIG_FILES zbar.pc" ;;
866     "zbar-gtk.pc") CONFIG_FILES="$CONFIG_FILES zbar-gtk.pc" ;;
867     "zbar-qt.pc") CONFIG_FILES="$CONFIG_FILES zbar-qt.pc" ;;
868
869   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
870   esac
871 done
872
873
874 # If the user did not use the arguments to specify the items to instantiate,
875 # then the envvar interface is used.  Set only those that are not.
876 # We use the long form for the default assignment because of an extremely
877 # bizarre bug on SunOS 4.1.3.
878 if $ac_need_defaults; then
879   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
880   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
881   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
882 fi
883
884 # Have a temporary directory for convenience.  Make it in the build tree
885 # simply because there is no reason against having it here, and in addition,
886 # creating and moving files from /tmp can sometimes cause problems.
887 # Hook for its removal unless debugging.
888 # Note that there is a small window in which the directory will not be cleaned:
889 # after its creation but before its name has been assigned to `$tmp'.
890 $debug ||
891 {
892   tmp= ac_tmp=
893   trap 'exit_status=$?
894   : "${ac_tmp:=$tmp}"
895   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
896 ' 0
897   trap 'as_fn_exit 1' 1 2 13 15
898 }
899 # Create a (secure) tmp directory for tmp files.
900
901 {
902   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
903   test -d "$tmp"
904 }  ||
905 {
906   tmp=./conf$$-$RANDOM
907   (umask 077 && mkdir "$tmp")
908 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
909 ac_tmp=$tmp
910
911 # Set up the scripts for CONFIG_FILES section.
912 # No need to generate them if there are no CONFIG_FILES.
913 # This happens for instance with `./config.status config.h'.
914 if test -n "$CONFIG_FILES"; then
915
916
917 ac_cr=`echo X | tr X '\015'`
918 # On cygwin, bash can eat \r inside `` if the user requested igncr.
919 # But we know of no other shell where ac_cr would be empty at this
920 # point, so we can use a bashism as a fallback.
921 if test "x$ac_cr" = x; then
922   eval ac_cr=\$\'\\r\'
923 fi
924 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
925 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
926   ac_cs_awk_cr='\\r'
927 else
928   ac_cs_awk_cr=$ac_cr
929 fi
930
931 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
932 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
933 S["am__EXEEXT_FALSE"]=""
934 S["am__EXEEXT_TRUE"]="#"
935 S["LTLIBOBJS"]=""
936 S["LIBOBJS"]=""
937 S["HAVE_JAVA_FALSE"]=""
938 S["HAVE_JAVA_TRUE"]="#"
939 S["JAVA_CFLAGS"]=""
940 S["HAVE_QT_FALSE"]=""
941 S["HAVE_QT_TRUE"]="#"
942 S["QT_LIBS"]=""
943 S["QT_CFLAGS"]=""
944 S["MOC"]=""
945 S["HAVE_PYTHON_FALSE"]=""
946 S["HAVE_PYTHON_TRUE"]="#"
947 S["PYGTK_LIBS"]=""
948 S["PYGTK_CFLAGS"]=""
949 S["pkgpyexecdir"]=""
950 S["pyexecdir"]=""
951 S["pkgpythondir"]=""
952 S["pythondir"]=""
953 S["PYTHON_PLATFORM"]=""
954 S["PYTHON_EXEC_PREFIX"]=""
955 S["PYTHON_PREFIX"]=""
956 S["PYTHON_VERSION"]=""
957 S["PYTHON"]=""
958 S["PYGTK_DEFS"]=""
959 S["PYGTK_CODEGEN"]=""
960 S["PYGTK_H2DEF"]=""
961 S["PYTHON_LIBS"]=""
962 S["PYTHON_CFLAGS"]=""
963 S["PYTHON_CONFIG"]=""
964 S["HAVE_GTK_FALSE"]="#"
965 S["HAVE_GTK_TRUE"]=""
966 S["GTK_LIBS"]="-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfontconfig -lgobject"\
967 "-2.0 -lfreetype -lgthread-2.0 -lglib-2.0  "
968 S["GTK_CFLAGS"]="-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2."\
969 "0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/includ"\
970 "e -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz  "
971 S["GLIB_GENMARSHAL"]="glib-genmarshal"
972 S["HAVE_NPAPI_FALSE"]=""
973 S["HAVE_NPAPI_TRUE"]="#"
974 S["NPAPI_LIBS"]=""
975 S["NPAPI_CFLAGS"]=""
976 S["HAVE_MAGICK_FALSE"]=""
977 S["HAVE_MAGICK_TRUE"]="#"
978 S["MAGICK_LIBS"]=""
979 S["MAGICK_CFLAGS"]=""
980 S["HAVE_JPEG_FALSE"]="#"
981 S["HAVE_JPEG_TRUE"]=""
982 S["HAVE_XV_FALSE"]=""
983 S["HAVE_XV_TRUE"]="#"
984 S["XV_LIBS"]="-lXv"
985 S["HAVE_XSHM_FALSE"]="#"
986 S["HAVE_XSHM_TRUE"]=""
987 S["HAVE_X_FALSE"]="#"
988 S["HAVE_X_TRUE"]=""
989 S["X_EXTRA_LIBS"]=""
990 S["X_LIBS"]=""
991 S["X_PRE_LIBS"]=" -lSM -lICE"
992 S["X_CFLAGS"]=""
993 S["XMKMF"]=""
994 S["XSHM_LIBS"]="-lXext"
995 S["HAVE_V4L2_FALSE"]=""
996 S["HAVE_V4L2_TRUE"]="#"
997 S["HAVE_V4L1_FALSE"]=""
998 S["HAVE_V4L1_TRUE"]="#"
999 S["HAVE_VIDEO_FALSE"]=""
1000 S["HAVE_VIDEO_TRUE"]="#"
1001 S["HAVE_POLL_FALSE"]="#"
1002 S["HAVE_POLL_TRUE"]=""
1003 S["LTLIBICONV"]=""
1004 S["LIBICONV"]=""
1005 S["ENABLE_PDF417_FALSE"]=""
1006 S["ENABLE_PDF417_TRUE"]="#"
1007 S["ENABLE_QRCODE_FALSE"]="#"
1008 S["ENABLE_QRCODE_TRUE"]=""
1009 S["ENABLE_I25_FALSE"]="#"
1010 S["ENABLE_I25_TRUE"]=""
1011 S["ENABLE_CODABAR_FALSE"]="#"
1012 S["ENABLE_CODABAR_TRUE"]=""
1013 S["ENABLE_CODE39_FALSE"]="#"
1014 S["ENABLE_CODE39_TRUE"]=""
1015 S["ENABLE_CODE93_FALSE"]="#"
1016 S["ENABLE_CODE93_TRUE"]=""
1017 S["ENABLE_CODE128_FALSE"]="#"
1018 S["ENABLE_CODE128_TRUE"]=""
1019 S["ENABLE_DATABAR_FALSE"]="#"
1020 S["ENABLE_DATABAR_TRUE"]=""
1021 S["ENABLE_EAN_FALSE"]="#"
1022 S["ENABLE_EAN_TRUE"]=""
1023 S["CLASSPATH"]="."
1024 S["JAVA"]="/usr/bin/java"
1025 S["JAR"]="/usr/bin/jar"
1026 S["JAVAH"]="/usr/bin/javah"
1027 S["JAVAC"]="/usr/bin/javac"
1028 S["JAVA_HOME"]=""
1029 S["XMLTOFLAGS"]=""
1030 S["XMLTO"]=":"
1031 S["PKG_CONFIG_LIBDIR"]=""
1032 S["PKG_CONFIG_PATH"]=""
1033 S["PKG_CONFIG"]="/usr/bin/pkg-config"
1034 S["CXXCPP"]="g++ -E"
1035 S["am__fastdepCXX_FALSE"]="#"
1036 S["am__fastdepCXX_TRUE"]=""
1037 S["CXXDEPMODE"]="depmode=gcc3"
1038 S["ac_ct_CXX"]="g++"
1039 S["CXXFLAGS"]="-g -O2"
1040 S["CXX"]="g++"
1041 S["WIN32_FALSE"]=""
1042 S["WIN32_TRUE"]="#"
1043 S["AM_CXXFLAGS"]=""
1044 S["AM_CFLAGS"]=""
1045 S["AM_CPPFLAGS"]="-I./include"
1046 S["ZQT_LIB_VERSION"]="0:2:0"
1047 S["ZGTK_LIB_VERSION"]="0:2:0"
1048 S["RELDATE"]="2009-10-23"
1049 S["LIB_VERSION"]="2:0:2"
1050 S["RC"]=""
1051 S["CPP"]="gcc -E"
1052 S["OTOOL64"]=""
1053 S["OTOOL"]=""
1054 S["LIPO"]=""
1055 S["NMEDIT"]=""
1056 S["DSYMUTIL"]=""
1057 S["MANIFEST_TOOL"]=":"
1058 S["RANLIB"]="ranlib"
1059 S["ac_ct_AR"]="ar"
1060 S["AR"]="ar"
1061 S["LN_S"]="ln -s"
1062 S["NM"]="/usr/bin/nm -B"
1063 S["ac_ct_DUMPBIN"]=""
1064 S["DUMPBIN"]=""
1065 S["LD"]="/usr/bin/ld -m elf_x86_64"
1066 S["FGREP"]="/bin/grep -F"
1067 S["EGREP"]="/bin/grep -E"
1068 S["GREP"]="/bin/grep"
1069 S["SED"]="/bin/sed"
1070 S["am__fastdepCC_FALSE"]="#"
1071 S["am__fastdepCC_TRUE"]=""
1072 S["CCDEPMODE"]="depmode=gcc3"
1073 S["am__nodep"]="_no"
1074 S["AMDEPBACKSLASH"]="\\"
1075 S["AMDEP_FALSE"]="#"
1076 S["AMDEP_TRUE"]=""
1077 S["am__quote"]=""
1078 S["am__include"]="include"
1079 S["DEPDIR"]=".deps"
1080 S["OBJEXT"]="o"
1081 S["EXEEXT"]=""
1082 S["ac_ct_CC"]="gcc"
1083 S["CPPFLAGS"]=""
1084 S["LDFLAGS"]=""
1085 S["CFLAGS"]="-g -O2"
1086 S["CC"]="gcc"
1087 S["host_os"]="linux-gnu"
1088 S["host_vendor"]="unknown"
1089 S["host_cpu"]="x86_64"
1090 S["host"]="x86_64-unknown-linux-gnu"
1091 S["build_os"]="linux-gnu"
1092 S["build_vendor"]="unknown"
1093 S["build_cpu"]="x86_64"
1094 S["build"]="x86_64-unknown-linux-gnu"
1095 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
1096 S["OBJDUMP"]="objdump"
1097 S["DLLTOOL"]="false"
1098 S["AS"]="as"
1099 S["AM_BACKSLASH"]="\\"
1100 S["AM_DEFAULT_VERBOSITY"]="1"
1101 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
1102 S["AM_V"]="$(V)"
1103 S["am__untar"]="$${TAR-tar} xf -"
1104 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
1105 S["AMTAR"]="$${TAR-tar}"
1106 S["am__leading_dot"]="."
1107 S["SET_MAKE"]=""
1108 S["AWK"]="gawk"
1109 S["mkdir_p"]="$(MKDIR_P)"
1110 S["MKDIR_P"]="/bin/mkdir -p"
1111 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1112 S["STRIP"]="strip"
1113 S["install_sh"]="${SHELL} /home/yzatsikha/date_sorted/2015/03_17/ZBar/config/install-sh"
1114 S["MAKEINFO"]="${SHELL} /home/yzatsikha/date_sorted/2015/03_17/ZBar/config/missing makeinfo"
1115 S["AUTOHEADER"]="${SHELL} /home/yzatsikha/date_sorted/2015/03_17/ZBar/config/missing autoheader"
1116 S["AUTOMAKE"]="${SHELL} /home/yzatsikha/date_sorted/2015/03_17/ZBar/config/missing automake-1.14"
1117 S["AUTOCONF"]="${SHELL} /home/yzatsikha/date_sorted/2015/03_17/ZBar/config/missing autoconf"
1118 S["ACLOCAL"]="${SHELL} /home/yzatsikha/date_sorted/2015/03_17/ZBar/config/missing aclocal-1.14"
1119 S["VERSION"]="0.10"
1120 S["PACKAGE"]="zbar"
1121 S["CYGPATH_W"]="echo"
1122 S["am__isrc"]=""
1123 S["INSTALL_DATA"]="${INSTALL} -m 644"
1124 S["INSTALL_SCRIPT"]="${INSTALL}"
1125 S["INSTALL_PROGRAM"]="${INSTALL}"
1126 S["target_alias"]=""
1127 S["host_alias"]=""
1128 S["build_alias"]=""
1129 S["LIBS"]="-ljpeg -lpthread "
1130 S["ECHO_T"]=""
1131 S["ECHO_N"]="-n"
1132 S["ECHO_C"]=""
1133 S["DEFS"]="-DHAVE_CONFIG_H"
1134 S["mandir"]="${datarootdir}/man"
1135 S["localedir"]="${datarootdir}/locale"
1136 S["libdir"]="${exec_prefix}/lib"
1137 S["psdir"]="${docdir}"
1138 S["pdfdir"]="${docdir}"
1139 S["dvidir"]="${docdir}"
1140 S["htmldir"]="${docdir}"
1141 S["infodir"]="${datarootdir}/info"
1142 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1143 S["oldincludedir"]="/usr/include"
1144 S["includedir"]="${prefix}/include"
1145 S["localstatedir"]="${prefix}/var"
1146 S["sharedstatedir"]="${prefix}/com"
1147 S["sysconfdir"]="${prefix}/etc"
1148 S["datadir"]="${datarootdir}"
1149 S["datarootdir"]="${prefix}/share"
1150 S["libexecdir"]="${exec_prefix}/libexec"
1151 S["sbindir"]="${exec_prefix}/sbin"
1152 S["bindir"]="${exec_prefix}/bin"
1153 S["program_transform_name"]="s,x,x,"
1154 S["prefix"]="/usr/local"
1155 S["exec_prefix"]="${prefix}"
1156 S["PACKAGE_URL"]=""
1157 S["PACKAGE_BUGREPORT"]="spadix@users.sourceforge.net"
1158 S["PACKAGE_STRING"]="zbar 0.10"
1159 S["PACKAGE_VERSION"]="0.10"
1160 S["PACKAGE_TARNAME"]="zbar"
1161 S["PACKAGE_NAME"]="zbar"
1162 S["PATH_SEPARATOR"]=":"
1163 S["SHELL"]="/bin/bash"
1164 _ACAWK
1165 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1166   for (key in S) S_is_set[key] = 1
1167   FS = "\a"
1168
1169 }
1170 {
1171   line = $ 0
1172   nfields = split(line, field, "@")
1173   substed = 0
1174   len = length(field[1])
1175   for (i = 2; i < nfields; i++) {
1176     key = field[i]
1177     keylen = length(key)
1178     if (S_is_set[key]) {
1179       value = S[key]
1180       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1181       len += length(value) + length(field[++i])
1182       substed = 1
1183     } else
1184       len += 1 + keylen
1185   }
1186
1187   print line
1188 }
1189
1190 _ACAWK
1191 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1192   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1193 else
1194   cat
1195 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1196   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1197 fi # test -n "$CONFIG_FILES"
1198
1199 # Set up the scripts for CONFIG_HEADERS section.
1200 # No need to generate them if there are no CONFIG_HEADERS.
1201 # This happens for instance with `./config.status Makefile'.
1202 if test -n "$CONFIG_HEADERS"; then
1203 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1204 BEGIN {
1205 D["PACKAGE_NAME"]=" \"zbar\""
1206 D["PACKAGE_TARNAME"]=" \"zbar\""
1207 D["PACKAGE_VERSION"]=" \"0.10\""
1208 D["PACKAGE_STRING"]=" \"zbar 0.10\""
1209 D["PACKAGE_BUGREPORT"]=" \"spadix@users.sourceforge.net\""
1210 D["PACKAGE_URL"]=" \"\""
1211 D["PACKAGE"]=" \"zbar\""
1212 D["VERSION"]=" \"0.10\""
1213 D["STDC_HEADERS"]=" 1"
1214 D["HAVE_SYS_TYPES_H"]=" 1"
1215 D["HAVE_SYS_STAT_H"]=" 1"
1216 D["HAVE_STDLIB_H"]=" 1"
1217 D["HAVE_STRING_H"]=" 1"
1218 D["HAVE_MEMORY_H"]=" 1"
1219 D["HAVE_STRINGS_H"]=" 1"
1220 D["HAVE_INTTYPES_H"]=" 1"
1221 D["HAVE_STDINT_H"]=" 1"
1222 D["HAVE_UNISTD_H"]=" 1"
1223 D["HAVE_DLFCN_H"]=" 1"
1224 D["LT_OBJDIR"]=" \".libs/\""
1225 D["ZBAR_VERSION_MAJOR"]=" 0"
1226 D["ZBAR_VERSION_MINOR"]=" 10"
1227 D["LIB_VERSION_MAJOR"]=" 0"
1228 D["LIB_VERSION_MINOR"]=" 2"
1229 D["LIB_VERSION_REVISION"]=" 0"
1230 D["ENABLE_EAN"]=" 1"
1231 D["ENABLE_DATABAR"]=" 1"
1232 D["ENABLE_CODE128"]=" 1"
1233 D["ENABLE_CODE93"]=" 1"
1234 D["ENABLE_CODE39"]=" 1"
1235 D["ENABLE_CODABAR"]=" 1"
1236 D["ENABLE_I25"]=" 1"
1237 D["ENABLE_QRCODE"]=" 1"
1238 D["HAVE_ICONV"]=" 1"
1239 D["ICONV_CONST"]=" "
1240 D["HAVE_POLL_H"]=" 1"
1241 D["HAVE_PTHREAD_H"]=" 1"
1242 D["HAVE_LIBPTHREAD"]=" 1"
1243 D["__USE_UNIX98"]=" 1"
1244 D["HAVE_X11_EXTENSIONS_XSHM_H"]=" 1"
1245 D["HAVE_JPEGLIB_H"]=" 1"
1246 D["HAVE_LIBJPEG"]=" 1"
1247 D["HAVE_ERRNO_H"]=" 1"
1248 D["HAVE_FCNTL_H"]=" 1"
1249 D["HAVE_FEATURES_H"]=" 1"
1250 D["HAVE_INTTYPES_H"]=" 1"
1251 D["HAVE_STDLIB_H"]=" 1"
1252 D["HAVE_STRING_H"]=" 1"
1253 D["HAVE_UNISTD_H"]=" 1"
1254 D["HAVE_SYS_TYPES_H"]=" 1"
1255 D["HAVE_SYS_STAT_H"]=" 1"
1256 D["HAVE_SYS_IOCTL_H"]=" 1"
1257 D["HAVE_SYS_TIME_H"]=" 1"
1258 D["HAVE_SYS_TIMES_H"]=" 1"
1259 D["HAVE_SYS_IPC_H"]=" 1"
1260 D["HAVE_SYS_SHM_H"]=" 1"
1261 D["HAVE_SYS_MMAN_H"]=" 1"
1262 D["HAVE_UINTPTR_T"]=" 1"
1263 D["HAVE_STDLIB_H"]=" 1"
1264 D["HAVE_UNISTD_H"]=" 1"
1265 D["HAVE_SYS_PARAM_H"]=" 1"
1266 D["HAVE_GETPAGESIZE"]=" 1"
1267 D["HAVE_MMAP"]=" 1"
1268 D["HAVE_MEMSET"]=" 1"
1269 D["HAVE_ATEXIT"]=" 1"
1270 D["HAVE_SETENV"]=" 1"
1271   for (key in D) D_is_set[key] = 1
1272   FS = "\a"
1273 }
1274 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1275   line = $ 0
1276   split(line, arg, " ")
1277   if (arg[1] == "#") {
1278     defundef = arg[2]
1279     mac1 = arg[3]
1280   } else {
1281     defundef = substr(arg[1], 2)
1282     mac1 = arg[2]
1283   }
1284   split(mac1, mac2, "(") #)
1285   macro = mac2[1]
1286   prefix = substr(line, 1, index(line, defundef) - 1)
1287   if (D_is_set[macro]) {
1288     # Preserve the white space surrounding the "#".
1289     print prefix "define", macro P[macro] D[macro]
1290     next
1291   } else {
1292     # Replace #undef with comments.  This is necessary, for example,
1293     # in the case of _POSIX_SOURCE, which is predefined and required
1294     # on some systems where configure will not decide to define it.
1295     if (defundef == "undef") {
1296       print "/*", prefix defundef, macro, "*/"
1297       next
1298     }
1299   }
1300 }
1301 { print }
1302 _ACAWK
1303   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1304 fi # test -n "$CONFIG_HEADERS"
1305
1306
1307 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1308 shift
1309 for ac_tag
1310 do
1311   case $ac_tag in
1312   :[FHLC]) ac_mode=$ac_tag; continue;;
1313   esac
1314   case $ac_mode$ac_tag in
1315   :[FHL]*:*);;
1316   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1317   :[FH]-) ac_tag=-:-;;
1318   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1319   esac
1320   ac_save_IFS=$IFS
1321   IFS=:
1322   set x $ac_tag
1323   IFS=$ac_save_IFS
1324   shift
1325   ac_file=$1
1326   shift
1327
1328   case $ac_mode in
1329   :L) ac_source=$1;;
1330   :[FH])
1331     ac_file_inputs=
1332     for ac_f
1333     do
1334       case $ac_f in
1335       -) ac_f="$ac_tmp/stdin";;
1336       *) # Look for the file first in the build tree, then in the source tree
1337          # (if the path is not absolute).  The absolute path cannot be DOS-style,
1338          # because $ac_f cannot contain `:'.
1339          test -f "$ac_f" ||
1340            case $ac_f in
1341            [\\/$]*) false;;
1342            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1343            esac ||
1344            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1345       esac
1346       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1347       as_fn_append ac_file_inputs " '$ac_f'"
1348     done
1349
1350     # Let's still pretend it is `configure' which instantiates (i.e., don't
1351     # use $as_me), people would be surprised to read:
1352     #    /* config.h.  Generated by config.status.  */
1353     configure_input='Generated from '`
1354           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1355         `' by configure.'
1356     if test x"$ac_file" != x-; then
1357       configure_input="$ac_file.  $configure_input"
1358       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1359 $as_echo "$as_me: creating $ac_file" >&6;}
1360     fi
1361     # Neutralize special characters interpreted by sed in replacement strings.
1362     case $configure_input in #(
1363     *\&* | *\|* | *\\* )
1364        ac_sed_conf_input=`$as_echo "$configure_input" |
1365        sed 's/[\\\\&|]/\\\\&/g'`;; #(
1366     *) ac_sed_conf_input=$configure_input;;
1367     esac
1368
1369     case $ac_tag in
1370     *:-:* | *:-) cat >"$ac_tmp/stdin" \
1371       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1372     esac
1373     ;;
1374   esac
1375
1376   ac_dir=`$as_dirname -- "$ac_file" ||
1377 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1378          X"$ac_file" : 'X\(//\)[^/]' \| \
1379          X"$ac_file" : 'X\(//\)$' \| \
1380          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1381 $as_echo X"$ac_file" |
1382     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1383             s//\1/
1384             q
1385           }
1386           /^X\(\/\/\)[^/].*/{
1387             s//\1/
1388             q
1389           }
1390           /^X\(\/\/\)$/{
1391             s//\1/
1392             q
1393           }
1394           /^X\(\/\).*/{
1395             s//\1/
1396             q
1397           }
1398           s/.*/./; q'`
1399   as_dir="$ac_dir"; as_fn_mkdir_p
1400   ac_builddir=.
1401
1402 case "$ac_dir" in
1403 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1404 *)
1405   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1406   # A ".." for each directory in $ac_dir_suffix.
1407   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1408   case $ac_top_builddir_sub in
1409   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1410   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1411   esac ;;
1412 esac
1413 ac_abs_top_builddir=$ac_pwd
1414 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1415 # for backward compatibility:
1416 ac_top_builddir=$ac_top_build_prefix
1417
1418 case $srcdir in
1419   .)  # We are building in place.
1420     ac_srcdir=.
1421     ac_top_srcdir=$ac_top_builddir_sub
1422     ac_abs_top_srcdir=$ac_pwd ;;
1423   [\\/]* | ?:[\\/]* )  # Absolute name.
1424     ac_srcdir=$srcdir$ac_dir_suffix;
1425     ac_top_srcdir=$srcdir
1426     ac_abs_top_srcdir=$srcdir ;;
1427   *) # Relative name.
1428     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1429     ac_top_srcdir=$ac_top_build_prefix$srcdir
1430     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1431 esac
1432 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1433
1434
1435   case $ac_mode in
1436   :F)
1437   #
1438   # CONFIG_FILE
1439   #
1440
1441   case $INSTALL in
1442   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1443   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1444   esac
1445   ac_MKDIR_P=$MKDIR_P
1446   case $MKDIR_P in
1447   [\\/$]* | ?:[\\/]* ) ;;
1448   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1449   esac
1450 # If the template does not know about datarootdir, expand it.
1451 # FIXME: This hack should be removed a few years after 2.60.
1452 ac_datarootdir_hack=; ac_datarootdir_seen=
1453 ac_sed_dataroot='
1454 /datarootdir/ {
1455   p
1456   q
1457 }
1458 /@datadir@/p
1459 /@docdir@/p
1460 /@infodir@/p
1461 /@localedir@/p
1462 /@mandir@/p'
1463 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1464 *datarootdir*) ac_datarootdir_seen=yes;;
1465 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1466   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1467 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1468   ac_datarootdir_hack='
1469   s&@datadir@&${datarootdir}&g
1470   s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1471   s&@infodir@&${datarootdir}/info&g
1472   s&@localedir@&${datarootdir}/locale&g
1473   s&@mandir@&${datarootdir}/man&g
1474   s&\${datarootdir}&${prefix}/share&g' ;;
1475 esac
1476 ac_sed_extra="/^[        ]*VPATH[        ]*=[    ]*/{
1477 h
1478 s///
1479 s/^/:/
1480 s/[      ]*$/:/
1481 s/:\$(srcdir):/:/g
1482 s/:\${srcdir}:/:/g
1483 s/:@srcdir@:/:/g
1484 s/^:*//
1485 s/:*$//
1486 x
1487 s/\(=[   ]*\).*/\1/
1488 G
1489 s/\n//
1490 s/^[^=]*=[       ]*$//
1491 }
1492
1493 :t
1494 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1495 s|@configure_input@|$ac_sed_conf_input|;t t
1496 s&@top_builddir@&$ac_top_builddir_sub&;t t
1497 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1498 s&@srcdir@&$ac_srcdir&;t t
1499 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1500 s&@top_srcdir@&$ac_top_srcdir&;t t
1501 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1502 s&@builddir@&$ac_builddir&;t t
1503 s&@abs_builddir@&$ac_abs_builddir&;t t
1504 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1505 s&@INSTALL@&$ac_INSTALL&;t t
1506 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1507 $ac_datarootdir_hack
1508 "
1509 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1510   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1511
1512 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1513   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1514   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
1515       "$ac_tmp/out"`; test -z "$ac_out"; } &&
1516   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1517 which seems to be undefined.  Please make sure it is defined" >&5
1518 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1519 which seems to be undefined.  Please make sure it is defined" >&2;}
1520
1521   rm -f "$ac_tmp/stdin"
1522   case $ac_file in
1523   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1524   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1525   esac \
1526   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1527  ;;
1528   :H)
1529   #
1530   # CONFIG_HEADER
1531   #
1532   if test x"$ac_file" != x-; then
1533     {
1534       $as_echo "/* $configure_input  */" \
1535       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1536     } >"$ac_tmp/config.h" \
1537       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1538     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1539       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1540 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1541     else
1542       rm -f "$ac_file"
1543       mv "$ac_tmp/config.h" "$ac_file" \
1544         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1545     fi
1546   else
1547     $as_echo "/* $configure_input  */" \
1548       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1549       || as_fn_error $? "could not create -" "$LINENO" 5
1550   fi
1551 # Compute "$ac_file"'s index in $config_headers.
1552 _am_arg="$ac_file"
1553 _am_stamp_count=1
1554 for _am_header in $config_headers :; do
1555   case $_am_header in
1556     $_am_arg | $_am_arg:* )
1557       break ;;
1558     * )
1559       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1560   esac
1561 done
1562 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1563 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1564          X"$_am_arg" : 'X\(//\)[^/]' \| \
1565          X"$_am_arg" : 'X\(//\)$' \| \
1566          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1567 $as_echo X"$_am_arg" |
1568     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1569             s//\1/
1570             q
1571           }
1572           /^X\(\/\/\)[^/].*/{
1573             s//\1/
1574             q
1575           }
1576           /^X\(\/\/\)$/{
1577             s//\1/
1578             q
1579           }
1580           /^X\(\/\).*/{
1581             s//\1/
1582             q
1583           }
1584           s/.*/./; q'`/stamp-h$_am_stamp_count
1585  ;;
1586
1587   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1588 $as_echo "$as_me: executing $ac_file commands" >&6;}
1589  ;;
1590   esac
1591
1592
1593   case $ac_file$ac_mode in
1594     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1595   # Older Autoconf quotes --file arguments for eval, but not when files
1596   # are listed without --file.  Let's play safe and only enable the eval
1597   # if we detect the quoting.
1598   case $CONFIG_FILES in
1599   *\'*) eval set x "$CONFIG_FILES" ;;
1600   *)   set x $CONFIG_FILES ;;
1601   esac
1602   shift
1603   for mf
1604   do
1605     # Strip MF so we end up with the name of the file.
1606     mf=`echo "$mf" | sed -e 's/:.*$//'`
1607     # Check whether this is an Automake generated Makefile or not.
1608     # We used to match only the files named 'Makefile.in', but
1609     # some people rename them; so instead we look at the file content.
1610     # Grep'ing the first line is not enough: some people post-process
1611     # each Makefile.in and add a new line on top of each file to say so.
1612     # Grep'ing the whole file is not good either: AIX grep has a line
1613     # limit of 2048, but all sed's we know have understand at least 4000.
1614     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1615       dirpart=`$as_dirname -- "$mf" ||
1616 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1617          X"$mf" : 'X\(//\)[^/]' \| \
1618          X"$mf" : 'X\(//\)$' \| \
1619          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1620 $as_echo X"$mf" |
1621     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1622             s//\1/
1623             q
1624           }
1625           /^X\(\/\/\)[^/].*/{
1626             s//\1/
1627             q
1628           }
1629           /^X\(\/\/\)$/{
1630             s//\1/
1631             q
1632           }
1633           /^X\(\/\).*/{
1634             s//\1/
1635             q
1636           }
1637           s/.*/./; q'`
1638     else
1639       continue
1640     fi
1641     # Extract the definition of DEPDIR, am__include, and am__quote
1642     # from the Makefile without running 'make'.
1643     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1644     test -z "$DEPDIR" && continue
1645     am__include=`sed -n 's/^am__include = //p' < "$mf"`
1646     test -z "$am__include" && continue
1647     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1648     # Find all dependency output files, they are included files with
1649     # $(DEPDIR) in their names.  We invoke sed twice because it is the
1650     # simplest approach to changing $(DEPDIR) to its actual value in the
1651     # expansion.
1652     for file in `sed -n "
1653       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1654          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1655       # Make sure the directory exists.
1656       test -f "$dirpart/$file" && continue
1657       fdir=`$as_dirname -- "$file" ||
1658 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1659          X"$file" : 'X\(//\)[^/]' \| \
1660          X"$file" : 'X\(//\)$' \| \
1661          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1662 $as_echo X"$file" |
1663     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1664             s//\1/
1665             q
1666           }
1667           /^X\(\/\/\)[^/].*/{
1668             s//\1/
1669             q
1670           }
1671           /^X\(\/\/\)$/{
1672             s//\1/
1673             q
1674           }
1675           /^X\(\/\).*/{
1676             s//\1/
1677             q
1678           }
1679           s/.*/./; q'`
1680       as_dir=$dirpart/$fdir; as_fn_mkdir_p
1681       # echo "creating $dirpart/$file"
1682       echo '# dummy' > "$dirpart/$file"
1683     done
1684   done
1685 }
1686  ;;
1687     "libtool":C)
1688
1689     # See if we are running on zsh, and set the options which allow our
1690     # commands through without removal of \ escapes.
1691     if test -n "${ZSH_VERSION+set}" ; then
1692       setopt NO_GLOB_SUBST
1693     fi
1694
1695     cfgfile="${ofile}T"
1696     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1697     $RM "$cfgfile"
1698
1699     cat <<_LT_EOF >> "$cfgfile"
1700 #! $SHELL
1701
1702 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1703 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1704 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1705 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1706 #
1707 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1708 #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1709 #                 Foundation, Inc.
1710 #   Written by Gordon Matzigkeit, 1996
1711 #
1712 #   This file is part of GNU Libtool.
1713 #
1714 # GNU Libtool is free software; you can redistribute it and/or
1715 # modify it under the terms of the GNU General Public License as
1716 # published by the Free Software Foundation; either version 2 of
1717 # the License, or (at your option) any later version.
1718 #
1719 # As a special exception to the GNU General Public License,
1720 # if you distribute this file as part of a program or library that
1721 # is built using GNU Libtool, you may include this file under the
1722 # same distribution terms that you use for the rest of that program.
1723 #
1724 # GNU Libtool is distributed in the hope that it will be useful,
1725 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1726 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1727 # GNU General Public License for more details.
1728 #
1729 # You should have received a copy of the GNU General Public License
1730 # along with GNU Libtool; see the file COPYING.  If not, a copy
1731 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1732 # obtained by writing to the Free Software Foundation, Inc.,
1733 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1734
1735
1736 # The names of the tagged configurations supported by this script.
1737 available_tags="RC CXX "
1738
1739 # ### BEGIN LIBTOOL CONFIG
1740
1741 # Which release of libtool.m4 was used?
1742 macro_version=$macro_version
1743 macro_revision=$macro_revision
1744
1745 # Assembler program.
1746 AS=$lt_AS
1747
1748 # DLL creation program.
1749 DLLTOOL=$lt_DLLTOOL
1750
1751 # Object dumper program.
1752 OBJDUMP=$lt_OBJDUMP
1753
1754 # Whether or not to build shared libraries.
1755 build_libtool_libs=$enable_shared
1756
1757 # Whether or not to build static libraries.
1758 build_old_libs=$enable_static
1759
1760 # What type of objects to build.
1761 pic_mode=$pic_mode
1762
1763 # Whether or not to optimize for fast installation.
1764 fast_install=$enable_fast_install
1765
1766 # Shell to use when invoking shell scripts.
1767 SHELL=$lt_SHELL
1768
1769 # An echo program that protects backslashes.
1770 ECHO=$lt_ECHO
1771
1772 # The PATH separator for the build system.
1773 PATH_SEPARATOR=$lt_PATH_SEPARATOR
1774
1775 # The host system.
1776 host_alias=$host_alias
1777 host=$host
1778 host_os=$host_os
1779
1780 # The build system.
1781 build_alias=$build_alias
1782 build=$build
1783 build_os=$build_os
1784
1785 # A sed program that does not truncate output.
1786 SED=$lt_SED
1787
1788 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1789 Xsed="\$SED -e 1s/^X//"
1790
1791 # A grep program that handles long lines.
1792 GREP=$lt_GREP
1793
1794 # An ERE matcher.
1795 EGREP=$lt_EGREP
1796
1797 # A literal string matcher.
1798 FGREP=$lt_FGREP
1799
1800 # A BSD- or MS-compatible name lister.
1801 NM=$lt_NM
1802
1803 # Whether we need soft or hard links.
1804 LN_S=$lt_LN_S
1805
1806 # What is the maximum length of a command?
1807 max_cmd_len=$max_cmd_len
1808
1809 # Object file suffix (normally "o").
1810 objext=$ac_objext
1811
1812 # Executable file suffix (normally "").
1813 exeext=$exeext
1814
1815 # whether the shell understands "unset".
1816 lt_unset=$lt_unset
1817
1818 # turn spaces into newlines.
1819 SP2NL=$lt_lt_SP2NL
1820
1821 # turn newlines into spaces.
1822 NL2SP=$lt_lt_NL2SP
1823
1824 # convert \$build file names to \$host format.
1825 to_host_file_cmd=$lt_cv_to_host_file_cmd
1826
1827 # convert \$build files to toolchain format.
1828 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1829
1830 # Method to check whether dependent libraries are shared objects.
1831 deplibs_check_method=$lt_deplibs_check_method
1832
1833 # Command to use when deplibs_check_method = "file_magic".
1834 file_magic_cmd=$lt_file_magic_cmd
1835
1836 # How to find potential files when deplibs_check_method = "file_magic".
1837 file_magic_glob=$lt_file_magic_glob
1838
1839 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1840 want_nocaseglob=$lt_want_nocaseglob
1841
1842 # Command to associate shared and link libraries.
1843 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1844
1845 # The archiver.
1846 AR=$lt_AR
1847
1848 # Flags to create an archive.
1849 AR_FLAGS=$lt_AR_FLAGS
1850
1851 # How to feed a file listing to the archiver.
1852 archiver_list_spec=$lt_archiver_list_spec
1853
1854 # A symbol stripping program.
1855 STRIP=$lt_STRIP
1856
1857 # Commands used to install an old-style archive.
1858 RANLIB=$lt_RANLIB
1859 old_postinstall_cmds=$lt_old_postinstall_cmds
1860 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1861
1862 # Whether to use a lock for old archive extraction.
1863 lock_old_archive_extraction=$lock_old_archive_extraction
1864
1865 # A C compiler.
1866 LTCC=$lt_CC
1867
1868 # LTCC compiler flags.
1869 LTCFLAGS=$lt_CFLAGS
1870
1871 # Take the output of nm and produce a listing of raw symbols and C names.
1872 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1873
1874 # Transform the output of nm in a proper C declaration.
1875 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1876
1877 # Transform the output of nm in a C name address pair.
1878 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1879
1880 # Transform the output of nm in a C name address pair when lib prefix is needed.
1881 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1882
1883 # Specify filename containing input files for \$NM.
1884 nm_file_list_spec=$lt_nm_file_list_spec
1885
1886 # The root where to search for dependent libraries,and in which our libraries should be installed.
1887 lt_sysroot=$lt_sysroot
1888
1889 # The name of the directory that contains temporary libtool files.
1890 objdir=$objdir
1891
1892 # Used to examine libraries when file_magic_cmd begins with "file".
1893 MAGIC_CMD=$MAGIC_CMD
1894
1895 # Must we lock files when doing compilation?
1896 need_locks=$lt_need_locks
1897
1898 # Manifest tool.
1899 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1900
1901 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1902 DSYMUTIL=$lt_DSYMUTIL
1903
1904 # Tool to change global to local symbols on Mac OS X.
1905 NMEDIT=$lt_NMEDIT
1906
1907 # Tool to manipulate fat objects and archives on Mac OS X.
1908 LIPO=$lt_LIPO
1909
1910 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1911 OTOOL=$lt_OTOOL
1912
1913 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1914 OTOOL64=$lt_OTOOL64
1915
1916 # Old archive suffix (normally "a").
1917 libext=$libext
1918
1919 # Shared library suffix (normally ".so").
1920 shrext_cmds=$lt_shrext_cmds
1921
1922 # The commands to extract the exported symbol list from a shared archive.
1923 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1924
1925 # Variables whose values should be saved in libtool wrapper scripts and
1926 # restored at link time.
1927 variables_saved_for_relink=$lt_variables_saved_for_relink
1928
1929 # Do we need the "lib" prefix for modules?
1930 need_lib_prefix=$need_lib_prefix
1931
1932 # Do we need a version for libraries?
1933 need_version=$need_version
1934
1935 # Library versioning type.
1936 version_type=$version_type
1937
1938 # Shared library runtime path variable.
1939 runpath_var=$runpath_var
1940
1941 # Shared library path variable.
1942 shlibpath_var=$shlibpath_var
1943
1944 # Is shlibpath searched before the hard-coded library search path?
1945 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1946
1947 # Format of library name prefix.
1948 libname_spec=$lt_libname_spec
1949
1950 # List of archive names.  First name is the real one, the rest are links.
1951 # The last name is the one that the linker finds with -lNAME
1952 library_names_spec=$lt_library_names_spec
1953
1954 # The coded name of the library, if different from the real name.
1955 soname_spec=$lt_soname_spec
1956
1957 # Permission mode override for installation of shared libraries.
1958 install_override_mode=$lt_install_override_mode
1959
1960 # Command to use after installation of a shared archive.
1961 postinstall_cmds=$lt_postinstall_cmds
1962
1963 # Command to use after uninstallation of a shared archive.
1964 postuninstall_cmds=$lt_postuninstall_cmds
1965
1966 # Commands used to finish a libtool library installation in a directory.
1967 finish_cmds=$lt_finish_cmds
1968
1969 # As "finish_cmds", except a single script fragment to be evaled but
1970 # not shown.
1971 finish_eval=$lt_finish_eval
1972
1973 # Whether we should hardcode library paths into libraries.
1974 hardcode_into_libs=$hardcode_into_libs
1975
1976 # Compile-time system search path for libraries.
1977 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1978
1979 # Run-time system search path for libraries.
1980 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1981
1982 # Whether dlopen is supported.
1983 dlopen_support=$enable_dlopen
1984
1985 # Whether dlopen of programs is supported.
1986 dlopen_self=$enable_dlopen_self
1987
1988 # Whether dlopen of statically linked programs is supported.
1989 dlopen_self_static=$enable_dlopen_self_static
1990
1991 # Commands to strip libraries.
1992 old_striplib=$lt_old_striplib
1993 striplib=$lt_striplib
1994
1995
1996 # The linker used to build libraries.
1997 LD=$lt_LD
1998
1999 # How to create reloadable object files.
2000 reload_flag=$lt_reload_flag
2001 reload_cmds=$lt_reload_cmds
2002
2003 # Commands used to build an old-style archive.
2004 old_archive_cmds=$lt_old_archive_cmds
2005
2006 # A language specific compiler.
2007 CC=$lt_compiler
2008
2009 # Is the compiler the GNU compiler?
2010 with_gcc=$GCC
2011
2012 # Compiler flag to turn off builtin functions.
2013 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
2014
2015 # Additional compiler flags for building library objects.
2016 pic_flag=$lt_lt_prog_compiler_pic
2017
2018 # How to pass a linker flag through the compiler.
2019 wl=$lt_lt_prog_compiler_wl
2020
2021 # Compiler flag to prevent dynamic linking.
2022 link_static_flag=$lt_lt_prog_compiler_static
2023
2024 # Does compiler simultaneously support -c and -o options?
2025 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
2026
2027 # Whether or not to add -lc for building shared libraries.
2028 build_libtool_need_lc=$archive_cmds_need_lc
2029
2030 # Whether or not to disallow shared libs when runtime libs are static.
2031 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
2032
2033 # Compiler flag to allow reflexive dlopens.
2034 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
2035
2036 # Compiler flag to generate shared objects directly from archives.
2037 whole_archive_flag_spec=$lt_whole_archive_flag_spec
2038
2039 # Whether the compiler copes with passing no objects directly.
2040 compiler_needs_object=$lt_compiler_needs_object
2041
2042 # Create an old-style archive from a shared archive.
2043 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
2044
2045 # Create a temporary old-style archive to link instead of a shared archive.
2046 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
2047
2048 # Commands used to build a shared archive.
2049 archive_cmds=$lt_archive_cmds
2050 archive_expsym_cmds=$lt_archive_expsym_cmds
2051
2052 # Commands used to build a loadable module if different from building
2053 # a shared archive.
2054 module_cmds=$lt_module_cmds
2055 module_expsym_cmds=$lt_module_expsym_cmds
2056
2057 # Whether we are building with GNU ld or not.
2058 with_gnu_ld=$lt_with_gnu_ld
2059
2060 # Flag that allows shared libraries with undefined symbols to be built.
2061 allow_undefined_flag=$lt_allow_undefined_flag
2062
2063 # Flag that enforces no undefined symbols.
2064 no_undefined_flag=$lt_no_undefined_flag
2065
2066 # Flag to hardcode \$libdir into a binary during linking.
2067 # This must work even if \$libdir does not exist
2068 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2069
2070 # Whether we need a single "-rpath" flag with a separated argument.
2071 hardcode_libdir_separator=$lt_hardcode_libdir_separator
2072
2073 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2074 # DIR into the resulting binary.
2075 hardcode_direct=$hardcode_direct
2076
2077 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2078 # DIR into the resulting binary and the resulting library dependency is
2079 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2080 # library is relocated.
2081 hardcode_direct_absolute=$hardcode_direct_absolute
2082
2083 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2084 # into the resulting binary.
2085 hardcode_minus_L=$hardcode_minus_L
2086
2087 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2088 # into the resulting binary.
2089 hardcode_shlibpath_var=$hardcode_shlibpath_var
2090
2091 # Set to "yes" if building a shared library automatically hardcodes DIR
2092 # into the library and all subsequent libraries and executables linked
2093 # against it.
2094 hardcode_automatic=$hardcode_automatic
2095
2096 # Set to yes if linker adds runtime paths of dependent libraries
2097 # to runtime path list.
2098 inherit_rpath=$inherit_rpath
2099
2100 # Whether libtool must link a program against all its dependency libraries.
2101 link_all_deplibs=$link_all_deplibs
2102
2103 # Set to "yes" if exported symbols are required.
2104 always_export_symbols=$always_export_symbols
2105
2106 # The commands to list exported symbols.
2107 export_symbols_cmds=$lt_export_symbols_cmds
2108
2109 # Symbols that should not be listed in the preloaded symbols.
2110 exclude_expsyms=$lt_exclude_expsyms
2111
2112 # Symbols that must always be exported.
2113 include_expsyms=$lt_include_expsyms
2114
2115 # Commands necessary for linking programs (against libraries) with templates.
2116 prelink_cmds=$lt_prelink_cmds
2117
2118 # Commands necessary for finishing linking programs.
2119 postlink_cmds=$lt_postlink_cmds
2120
2121 # Specify filename containing input files.
2122 file_list_spec=$lt_file_list_spec
2123
2124 # How to hardcode a shared library path into an executable.
2125 hardcode_action=$hardcode_action
2126
2127 # The directories searched by this compiler when creating a shared library.
2128 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
2129
2130 # Dependencies to place before and after the objects being linked to
2131 # create a shared library.
2132 predep_objects=$lt_predep_objects
2133 postdep_objects=$lt_postdep_objects
2134 predeps=$lt_predeps
2135 postdeps=$lt_postdeps
2136
2137 # The library search path used internally by the compiler when linking
2138 # a shared library.
2139 compiler_lib_search_path=$lt_compiler_lib_search_path
2140
2141 # ### END LIBTOOL CONFIG
2142
2143 _LT_EOF
2144
2145   case $host_os in
2146   aix3*)
2147     cat <<\_LT_EOF >> "$cfgfile"
2148 # AIX sometimes has problems with the GCC collect2 program.  For some
2149 # reason, if we set the COLLECT_NAMES environment variable, the problems
2150 # vanish in a puff of smoke.
2151 if test "X${COLLECT_NAMES+set}" != Xset; then
2152   COLLECT_NAMES=
2153   export COLLECT_NAMES
2154 fi
2155 _LT_EOF
2156     ;;
2157   esac
2158
2159
2160 ltmain="$ac_aux_dir/ltmain.sh"
2161
2162
2163   # We use sed instead of cat because bash on DJGPP gets confused if
2164   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
2165   # text mode, it properly converts lines to CR/LF.  This bash problem
2166   # is reportedly fixed, but why not run on old versions too?
2167   sed '$q' "$ltmain" >> "$cfgfile" \
2168      || (rm -f "$cfgfile"; exit 1)
2169
2170   if test x"$xsi_shell" = xyes; then
2171   sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2172 func_dirname ()\
2173 {\
2174 \    case ${1} in\
2175 \      */*) func_dirname_result="${1%/*}${2}" ;;\
2176 \      *  ) func_dirname_result="${3}" ;;\
2177 \    esac\
2178 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2179   && mv -f "$cfgfile.tmp" "$cfgfile" \
2180     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2181 test 0 -eq $? || _lt_function_replace_fail=:
2182
2183
2184   sed -e '/^func_basename ()$/,/^} # func_basename /c\
2185 func_basename ()\
2186 {\
2187 \    func_basename_result="${1##*/}"\
2188 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2189   && mv -f "$cfgfile.tmp" "$cfgfile" \
2190     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2191 test 0 -eq $? || _lt_function_replace_fail=:
2192
2193
2194   sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2195 func_dirname_and_basename ()\
2196 {\
2197 \    case ${1} in\
2198 \      */*) func_dirname_result="${1%/*}${2}" ;;\
2199 \      *  ) func_dirname_result="${3}" ;;\
2200 \    esac\
2201 \    func_basename_result="${1##*/}"\
2202 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2203   && mv -f "$cfgfile.tmp" "$cfgfile" \
2204     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2205 test 0 -eq $? || _lt_function_replace_fail=:
2206
2207
2208   sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2209 func_stripname ()\
2210 {\
2211 \    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2212 \    # positional parameters, so assign one to ordinary parameter first.\
2213 \    func_stripname_result=${3}\
2214 \    func_stripname_result=${func_stripname_result#"${1}"}\
2215 \    func_stripname_result=${func_stripname_result%"${2}"}\
2216 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2217   && mv -f "$cfgfile.tmp" "$cfgfile" \
2218     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2219 test 0 -eq $? || _lt_function_replace_fail=:
2220
2221
2222   sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2223 func_split_long_opt ()\
2224 {\
2225 \    func_split_long_opt_name=${1%%=*}\
2226 \    func_split_long_opt_arg=${1#*=}\
2227 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2228   && mv -f "$cfgfile.tmp" "$cfgfile" \
2229     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2230 test 0 -eq $? || _lt_function_replace_fail=:
2231
2232
2233   sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2234 func_split_short_opt ()\
2235 {\
2236 \    func_split_short_opt_arg=${1#??}\
2237 \    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2238 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2239   && mv -f "$cfgfile.tmp" "$cfgfile" \
2240     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2241 test 0 -eq $? || _lt_function_replace_fail=:
2242
2243
2244   sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2245 func_lo2o ()\
2246 {\
2247 \    case ${1} in\
2248 \      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2249 \      *)    func_lo2o_result=${1} ;;\
2250 \    esac\
2251 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2252   && mv -f "$cfgfile.tmp" "$cfgfile" \
2253     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2254 test 0 -eq $? || _lt_function_replace_fail=:
2255
2256
2257   sed -e '/^func_xform ()$/,/^} # func_xform /c\
2258 func_xform ()\
2259 {\
2260     func_xform_result=${1%.*}.lo\
2261 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2262   && mv -f "$cfgfile.tmp" "$cfgfile" \
2263     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2264 test 0 -eq $? || _lt_function_replace_fail=:
2265
2266
2267   sed -e '/^func_arith ()$/,/^} # func_arith /c\
2268 func_arith ()\
2269 {\
2270     func_arith_result=$(( $* ))\
2271 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2272   && mv -f "$cfgfile.tmp" "$cfgfile" \
2273     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2274 test 0 -eq $? || _lt_function_replace_fail=:
2275
2276
2277   sed -e '/^func_len ()$/,/^} # func_len /c\
2278 func_len ()\
2279 {\
2280     func_len_result=${#1}\
2281 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2282   && mv -f "$cfgfile.tmp" "$cfgfile" \
2283     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2284 test 0 -eq $? || _lt_function_replace_fail=:
2285
2286 fi
2287
2288 if test x"$lt_shell_append" = xyes; then
2289   sed -e '/^func_append ()$/,/^} # func_append /c\
2290 func_append ()\
2291 {\
2292     eval "${1}+=\\${2}"\
2293 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2294   && mv -f "$cfgfile.tmp" "$cfgfile" \
2295     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2296 test 0 -eq $? || _lt_function_replace_fail=:
2297
2298
2299   sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2300 func_append_quoted ()\
2301 {\
2302 \    func_quote_for_eval "${2}"\
2303 \    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2304 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2305   && mv -f "$cfgfile.tmp" "$cfgfile" \
2306     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2307 test 0 -eq $? || _lt_function_replace_fail=:
2308
2309
2310   # Save a `func_append' function call where possible by direct use of '+='
2311   sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2312     && mv -f "$cfgfile.tmp" "$cfgfile" \
2313       || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2314   test 0 -eq $? || _lt_function_replace_fail=:
2315 else
2316   # Save a `func_append' function call even when '+=' is not available
2317   sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2318     && mv -f "$cfgfile.tmp" "$cfgfile" \
2319       || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2320   test 0 -eq $? || _lt_function_replace_fail=:
2321 fi
2322
2323 if test x"$_lt_function_replace_fail" = x":"; then
2324   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2325 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2326 fi
2327
2328
2329    mv -f "$cfgfile" "$ofile" ||
2330     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2331   chmod +x "$ofile"
2332
2333
2334     cat <<_LT_EOF >> "$ofile"
2335
2336 # ### BEGIN LIBTOOL TAG CONFIG: RC
2337
2338 # The linker used to build libraries.
2339 LD=$lt_LD_RC
2340
2341 # How to create reloadable object files.
2342 reload_flag=$lt_reload_flag_RC
2343 reload_cmds=$lt_reload_cmds_RC
2344
2345 # Commands used to build an old-style archive.
2346 old_archive_cmds=$lt_old_archive_cmds_RC
2347
2348 # A language specific compiler.
2349 CC=$lt_compiler_RC
2350
2351 # Is the compiler the GNU compiler?
2352 with_gcc=$GCC_RC
2353
2354 # Compiler flag to turn off builtin functions.
2355 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
2356
2357 # Additional compiler flags for building library objects.
2358 pic_flag=$lt_lt_prog_compiler_pic_RC
2359
2360 # How to pass a linker flag through the compiler.
2361 wl=$lt_lt_prog_compiler_wl_RC
2362
2363 # Compiler flag to prevent dynamic linking.
2364 link_static_flag=$lt_lt_prog_compiler_static_RC
2365
2366 # Does compiler simultaneously support -c and -o options?
2367 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
2368
2369 # Whether or not to add -lc for building shared libraries.
2370 build_libtool_need_lc=$archive_cmds_need_lc_RC
2371
2372 # Whether or not to disallow shared libs when runtime libs are static.
2373 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
2374
2375 # Compiler flag to allow reflexive dlopens.
2376 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
2377
2378 # Compiler flag to generate shared objects directly from archives.
2379 whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
2380
2381 # Whether the compiler copes with passing no objects directly.
2382 compiler_needs_object=$lt_compiler_needs_object_RC
2383
2384 # Create an old-style archive from a shared archive.
2385 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
2386
2387 # Create a temporary old-style archive to link instead of a shared archive.
2388 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
2389
2390 # Commands used to build a shared archive.
2391 archive_cmds=$lt_archive_cmds_RC
2392 archive_expsym_cmds=$lt_archive_expsym_cmds_RC
2393
2394 # Commands used to build a loadable module if different from building
2395 # a shared archive.
2396 module_cmds=$lt_module_cmds_RC
2397 module_expsym_cmds=$lt_module_expsym_cmds_RC
2398
2399 # Whether we are building with GNU ld or not.
2400 with_gnu_ld=$lt_with_gnu_ld_RC
2401
2402 # Flag that allows shared libraries with undefined symbols to be built.
2403 allow_undefined_flag=$lt_allow_undefined_flag_RC
2404
2405 # Flag that enforces no undefined symbols.
2406 no_undefined_flag=$lt_no_undefined_flag_RC
2407
2408 # Flag to hardcode \$libdir into a binary during linking.
2409 # This must work even if \$libdir does not exist
2410 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
2411
2412 # Whether we need a single "-rpath" flag with a separated argument.
2413 hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
2414
2415 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2416 # DIR into the resulting binary.
2417 hardcode_direct=$hardcode_direct_RC
2418
2419 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2420 # DIR into the resulting binary and the resulting library dependency is
2421 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2422 # library is relocated.
2423 hardcode_direct_absolute=$hardcode_direct_absolute_RC
2424
2425 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2426 # into the resulting binary.
2427 hardcode_minus_L=$hardcode_minus_L_RC
2428
2429 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2430 # into the resulting binary.
2431 hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
2432
2433 # Set to "yes" if building a shared library automatically hardcodes DIR
2434 # into the library and all subsequent libraries and executables linked
2435 # against it.
2436 hardcode_automatic=$hardcode_automatic_RC
2437
2438 # Set to yes if linker adds runtime paths of dependent libraries
2439 # to runtime path list.
2440 inherit_rpath=$inherit_rpath_RC
2441
2442 # Whether libtool must link a program against all its dependency libraries.
2443 link_all_deplibs=$link_all_deplibs_RC
2444
2445 # Set to "yes" if exported symbols are required.
2446 always_export_symbols=$always_export_symbols_RC
2447
2448 # The commands to list exported symbols.
2449 export_symbols_cmds=$lt_export_symbols_cmds_RC
2450
2451 # Symbols that should not be listed in the preloaded symbols.
2452 exclude_expsyms=$lt_exclude_expsyms_RC
2453
2454 # Symbols that must always be exported.
2455 include_expsyms=$lt_include_expsyms_RC
2456
2457 # Commands necessary for linking programs (against libraries) with templates.
2458 prelink_cmds=$lt_prelink_cmds_RC
2459
2460 # Commands necessary for finishing linking programs.
2461 postlink_cmds=$lt_postlink_cmds_RC
2462
2463 # Specify filename containing input files.
2464 file_list_spec=$lt_file_list_spec_RC
2465
2466 # How to hardcode a shared library path into an executable.
2467 hardcode_action=$hardcode_action_RC
2468
2469 # The directories searched by this compiler when creating a shared library.
2470 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_RC
2471
2472 # Dependencies to place before and after the objects being linked to
2473 # create a shared library.
2474 predep_objects=$lt_predep_objects_RC
2475 postdep_objects=$lt_postdep_objects_RC
2476 predeps=$lt_predeps_RC
2477 postdeps=$lt_postdeps_RC
2478
2479 # The library search path used internally by the compiler when linking
2480 # a shared library.
2481 compiler_lib_search_path=$lt_compiler_lib_search_path_RC
2482
2483 # ### END LIBTOOL TAG CONFIG: RC
2484 _LT_EOF
2485
2486
2487     cat <<_LT_EOF >> "$ofile"
2488
2489 # ### BEGIN LIBTOOL TAG CONFIG: CXX
2490
2491 # The linker used to build libraries.
2492 LD=$lt_LD_CXX
2493
2494 # How to create reloadable object files.
2495 reload_flag=$lt_reload_flag_CXX
2496 reload_cmds=$lt_reload_cmds_CXX
2497
2498 # Commands used to build an old-style archive.
2499 old_archive_cmds=$lt_old_archive_cmds_CXX
2500
2501 # A language specific compiler.
2502 CC=$lt_compiler_CXX
2503
2504 # Is the compiler the GNU compiler?
2505 with_gcc=$GCC_CXX
2506
2507 # Compiler flag to turn off builtin functions.
2508 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
2509
2510 # Additional compiler flags for building library objects.
2511 pic_flag=$lt_lt_prog_compiler_pic_CXX
2512
2513 # How to pass a linker flag through the compiler.
2514 wl=$lt_lt_prog_compiler_wl_CXX
2515
2516 # Compiler flag to prevent dynamic linking.
2517 link_static_flag=$lt_lt_prog_compiler_static_CXX
2518
2519 # Does compiler simultaneously support -c and -o options?
2520 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2521
2522 # Whether or not to add -lc for building shared libraries.
2523 build_libtool_need_lc=$archive_cmds_need_lc_CXX
2524
2525 # Whether or not to disallow shared libs when runtime libs are static.
2526 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2527
2528 # Compiler flag to allow reflexive dlopens.
2529 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2530
2531 # Compiler flag to generate shared objects directly from archives.
2532 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2533
2534 # Whether the compiler copes with passing no objects directly.
2535 compiler_needs_object=$lt_compiler_needs_object_CXX
2536
2537 # Create an old-style archive from a shared archive.
2538 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2539
2540 # Create a temporary old-style archive to link instead of a shared archive.
2541 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2542
2543 # Commands used to build a shared archive.
2544 archive_cmds=$lt_archive_cmds_CXX
2545 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2546
2547 # Commands used to build a loadable module if different from building
2548 # a shared archive.
2549 module_cmds=$lt_module_cmds_CXX
2550 module_expsym_cmds=$lt_module_expsym_cmds_CXX
2551
2552 # Whether we are building with GNU ld or not.
2553 with_gnu_ld=$lt_with_gnu_ld_CXX
2554
2555 # Flag that allows shared libraries with undefined symbols to be built.
2556 allow_undefined_flag=$lt_allow_undefined_flag_CXX
2557
2558 # Flag that enforces no undefined symbols.
2559 no_undefined_flag=$lt_no_undefined_flag_CXX
2560
2561 # Flag to hardcode \$libdir into a binary during linking.
2562 # This must work even if \$libdir does not exist
2563 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2564
2565 # Whether we need a single "-rpath" flag with a separated argument.
2566 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2567
2568 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2569 # DIR into the resulting binary.
2570 hardcode_direct=$hardcode_direct_CXX
2571
2572 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2573 # DIR into the resulting binary and the resulting library dependency is
2574 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2575 # library is relocated.
2576 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2577
2578 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2579 # into the resulting binary.
2580 hardcode_minus_L=$hardcode_minus_L_CXX
2581
2582 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2583 # into the resulting binary.
2584 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2585
2586 # Set to "yes" if building a shared library automatically hardcodes DIR
2587 # into the library and all subsequent libraries and executables linked
2588 # against it.
2589 hardcode_automatic=$hardcode_automatic_CXX
2590
2591 # Set to yes if linker adds runtime paths of dependent libraries
2592 # to runtime path list.
2593 inherit_rpath=$inherit_rpath_CXX
2594
2595 # Whether libtool must link a program against all its dependency libraries.
2596 link_all_deplibs=$link_all_deplibs_CXX
2597
2598 # Set to "yes" if exported symbols are required.
2599 always_export_symbols=$always_export_symbols_CXX
2600
2601 # The commands to list exported symbols.
2602 export_symbols_cmds=$lt_export_symbols_cmds_CXX
2603
2604 # Symbols that should not be listed in the preloaded symbols.
2605 exclude_expsyms=$lt_exclude_expsyms_CXX
2606
2607 # Symbols that must always be exported.
2608 include_expsyms=$lt_include_expsyms_CXX
2609
2610 # Commands necessary for linking programs (against libraries) with templates.
2611 prelink_cmds=$lt_prelink_cmds_CXX
2612
2613 # Commands necessary for finishing linking programs.
2614 postlink_cmds=$lt_postlink_cmds_CXX
2615
2616 # Specify filename containing input files.
2617 file_list_spec=$lt_file_list_spec_CXX
2618
2619 # How to hardcode a shared library path into an executable.
2620 hardcode_action=$hardcode_action_CXX
2621
2622 # The directories searched by this compiler when creating a shared library.
2623 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2624
2625 # Dependencies to place before and after the objects being linked to
2626 # create a shared library.
2627 predep_objects=$lt_predep_objects_CXX
2628 postdep_objects=$lt_postdep_objects_CXX
2629 predeps=$lt_predeps_CXX
2630 postdeps=$lt_postdeps_CXX
2631
2632 # The library search path used internally by the compiler when linking
2633 # a shared library.
2634 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2635
2636 # ### END LIBTOOL TAG CONFIG: CXX
2637 _LT_EOF
2638
2639  ;;
2640     "doc/version.xml":C) if test -f doc/version.xml && \
2641           ! echo $VERSION | diff doc/version.xml - >/dev/null 2>&1 || \
2642           ! echo $VERSION | diff $srcdir/doc/version.xml - >/dev/null 2>&1 ; then :
2643   echo "writing new doc/version.xml" ; echo $VERSION > doc/version.xml
2644 fi ;;
2645     "doc/reldate.xml":C) if test -f doc/reldate.xml && \
2646           ! echo $RELDATE | diff doc/reldate.xml - >/dev/null 2>&1 || \
2647           ! echo $RELDATE | diff $srcdir/doc/reldate.xml - >/dev/null 2>&1 ; then :
2648   echo "writing new doc/reldate.xml" ; echo $RELDATE > doc/reldate.xml
2649 fi ;;
2650
2651   esac
2652 done # for ac_tag
2653
2654
2655 as_fn_exit 0