eca967ea53bed278453ccabb3a79ce1e25501d32
[rtl-433.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 rtl433 $as_me UNKNOWN-dirty, 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=" rtl433.pc include/Makefile src/Makefile Makefile Doxyfile"
397 config_headers=" config.h"
398 config_commands=" depfiles libtool"
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 <rtl_433@googlegroups.com>."
429
430 ac_cs_config="'PKG_CONFIG_PATH=/opt/intel/opencl:'"
431 ac_cs_version="\
432 rtl433 config.status UNKNOWN-dirty
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/rvb/git/rtl_433'
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'  'PKG_CONFIG_PATH=/opt/intel/opencl:' $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="."
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.6'
553 macro_revision='2.4.6'
554 enable_shared='yes'
555 enable_static='yes'
556 pic_mode='default'
557 enable_fast_install='yes'
558 shared_archive_member_spec=''
559 SHELL='/bin/bash'
560 ECHO='printf %s\n'
561 PATH_SEPARATOR=':'
562 host_alias=''
563 host='x86_64-pc-linux-gnu'
564 host_os='linux-gnu'
565 build_alias=''
566 build='x86_64-pc-linux-gnu'
567 build_os='linux-gnu'
568 SED='/bin/sed'
569 Xsed='/bin/sed -e 1s/^X//'
570 GREP='/bin/grep'
571 EGREP='/bin/grep -E'
572 FGREP='/bin/grep -F'
573 LD='/usr/bin/ld -m elf_x86_64'
574 NM='/usr/bin/nm -B'
575 LN_S='ln -s'
576 max_cmd_len='1572864'
577 ac_objext='o'
578 exeext=''
579 lt_unset='unset'
580 lt_SP2NL='tr \040 \012'
581 lt_NL2SP='tr \015\012 \040\040'
582 lt_cv_to_host_file_cmd='func_convert_file_noop'
583 lt_cv_to_tool_file_cmd='func_convert_file_noop'
584 reload_flag=' -r'
585 reload_cmds='$LD$reload_flag -o $output$reload_objs'
586 OBJDUMP='objdump'
587 deplibs_check_method='pass_all'
588 file_magic_cmd='$MAGIC_CMD'
589 file_magic_glob=''
590 want_nocaseglob='no'
591 DLLTOOL='false'
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 -I/usr/include/ -Wall -Wextra -Wno-unused -Wsign-compare'
604 compiler='gcc'
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][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
608 lt_cv_sys_global_symbol_to_import=''
609 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
610 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
611 lt_cv_nm_interface='BSD nm'
612 nm_file_list_spec='@'
613 lt_sysroot=''
614 lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
615 objdir='.libs'
616 MAGIC_CMD='file'
617 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
618 lt_prog_compiler_pic=' -fPIC -DPIC'
619 lt_prog_compiler_wl='-Wl,'
620 lt_prog_compiler_static='-static'
621 lt_cv_prog_compiler_c_o='yes'
622 need_locks='no'
623 MANIFEST_TOOL=':'
624 DSYMUTIL=''
625 NMEDIT=''
626 LIPO=''
627 OTOOL=''
628 OTOOL64=''
629 libext='a'
630 shrext_cmds='.so'
631 extract_expsyms_cmds=''
632 archive_cmds_need_lc='no'
633 enable_shared_with_static_runtimes='no'
634 export_dynamic_flag_spec='$wl--export-dynamic'
635 whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
636 compiler_needs_object='no'
637 old_archive_from_new_cmds=''
638 old_archive_from_expsyms_cmds=''
639 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
640 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
641             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
642             echo "local: *; };" >> $output_objdir/$libname.ver~
643             $CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
644 module_cmds=''
645 module_expsym_cmds=''
646 with_gnu_ld='yes'
647 allow_undefined_flag=''
648 no_undefined_flag=''
649 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
650 hardcode_libdir_separator=''
651 hardcode_direct='no'
652 hardcode_direct_absolute='no'
653 hardcode_minus_L='no'
654 hardcode_shlibpath_var='unsupported'
655 hardcode_automatic='no'
656 inherit_rpath='no'
657 link_all_deplibs='no'
658 always_export_symbols='no'
659 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
660 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
661 include_expsyms=''
662 prelink_cmds=''
663 postlink_cmds=''
664 file_list_spec=''
665 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
666 need_lib_prefix='no'
667 need_version='no'
668 version_type='linux'
669 runpath_var='LD_RUN_PATH'
670 shlibpath_var='LD_LIBRARY_PATH'
671 shlibpath_overrides_runpath='no'
672 libname_spec='lib$name'
673 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
674 soname_spec='$libname$release$shared_ext$major'
675 install_override_mode=''
676 postinstall_cmds=''
677 postuninstall_cmds=''
678 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
679 finish_eval=''
680 hardcode_into_libs='yes'
681 sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/5 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib '
682 configure_time_dlsearch_path='/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/lib/i386-linux-gnu/mesa /opt/intel/common/mdf/lib64 /usr/local/lib /opt/intel/opencl /usr/local/lib /usr/lib/OpenCL/vendors/intel/ /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 /lib32 /usr/lib32 /libx32 /usr/libx32 '
683 configure_time_lt_sys_library_path=''
684 hardcode_action='immediate'
685 enable_dlopen='unknown'
686 enable_dlopen_self='unknown'
687 enable_dlopen_self_static='unknown'
688 old_striplib='strip --strip-debug'
689 striplib='strip --strip-unneeded'
690
691 LTCC='gcc'
692 LTCFLAGS='-g -O2'
693 compiler='gcc'
694
695 # A function that is used when there is no print builtin or printf.
696 func_fallback_echo ()
697 {
698   eval 'cat <<_LTECHO_EOF
699 $1
700 _LTECHO_EOF'
701 }
702
703 # Quote evaled strings.
704 for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL 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_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin 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; do
705     case `eval \\$ECHO \\""\\$$var"\\"` in
706     *[\\\`\"\$]*)
707       eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
708       ;;
709     *)
710       eval "lt_$var=\\\"\$$var\\\""
711       ;;
712     esac
713 done
714
715 # Double-quote double-evaled strings.
716 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 configure_time_dlsearch_path configure_time_lt_sys_library_path; do
717     case `eval \\$ECHO \\""\\$$var"\\"` in
718     *[\\\`\"\$]*)
719       eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
720       ;;
721     *)
722       eval "lt_$var=\\\"\$$var\\\""
723       ;;
724     esac
725 done
726
727 ac_aux_dir='.'
728
729 # See if we are running on zsh, and set the options that allow our
730 # commands through without removal of \ escapes INIT.
731 if test -n "${ZSH_VERSION+set}"; then
732    setopt NO_GLOB_SUBST
733 fi
734
735
736     PACKAGE='rtl433'
737     VERSION='UNKNOWN-dirty'
738     RM='rm -f'
739     ofile='libtool'
740
741
742
743
744
745 # Handling of arguments.
746 for ac_config_target in $ac_config_targets
747 do
748   case $ac_config_target in
749     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
750     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
751     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
752     "rtl433.pc") CONFIG_FILES="$CONFIG_FILES rtl433.pc" ;;
753     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
754     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
755     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
756     "Doxyfile") CONFIG_FILES="$CONFIG_FILES Doxyfile" ;;
757
758   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
759   esac
760 done
761
762
763 # If the user did not use the arguments to specify the items to instantiate,
764 # then the envvar interface is used.  Set only those that are not.
765 # We use the long form for the default assignment because of an extremely
766 # bizarre bug on SunOS 4.1.3.
767 if $ac_need_defaults; then
768   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
769   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
770   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
771 fi
772
773 # Have a temporary directory for convenience.  Make it in the build tree
774 # simply because there is no reason against having it here, and in addition,
775 # creating and moving files from /tmp can sometimes cause problems.
776 # Hook for its removal unless debugging.
777 # Note that there is a small window in which the directory will not be cleaned:
778 # after its creation but before its name has been assigned to `$tmp'.
779 $debug ||
780 {
781   tmp= ac_tmp=
782   trap 'exit_status=$?
783   : "${ac_tmp:=$tmp}"
784   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
785 ' 0
786   trap 'as_fn_exit 1' 1 2 13 15
787 }
788 # Create a (secure) tmp directory for tmp files.
789
790 {
791   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
792   test -d "$tmp"
793 }  ||
794 {
795   tmp=./conf$$-$RANDOM
796   (umask 077 && mkdir "$tmp")
797 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
798 ac_tmp=$tmp
799
800 # Set up the scripts for CONFIG_FILES section.
801 # No need to generate them if there are no CONFIG_FILES.
802 # This happens for instance with `./config.status config.h'.
803 if test -n "$CONFIG_FILES"; then
804
805
806 ac_cr=`echo X | tr X '\015'`
807 # On cygwin, bash can eat \r inside `` if the user requested igncr.
808 # But we know of no other shell where ac_cr would be empty at this
809 # point, so we can use a bashism as a fallback.
810 if test "x$ac_cr" = x; then
811   eval ac_cr=\$\'\\r\'
812 fi
813 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
814 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
815   ac_cs_awk_cr='\\r'
816 else
817   ac_cs_awk_cr=$ac_cr
818 fi
819
820 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
821 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
822 S["am__EXEEXT_FALSE"]=""
823 S["am__EXEEXT_TRUE"]="#"
824 S["LTLIBOBJS"]=""
825 S["LIBOBJS"]=""
826 S["SYMBOL_VISIBILITY"]="-fvisibility=hidden"
827 S["RTLSDR_PC_CFLAGS"]="-g -O2 -I/usr/include/"
828 S["RTLSDR_PC_LIBS"]=" -lrtlsdr"
829 S["HAVE_DOXYGEN_FALSE"]="#"
830 S["HAVE_DOXYGEN_TRUE"]=""
831 S["DOXYGEN"]="/usr/bin/doxygen"
832 S["LIBRTLSDR_LIBS"]="-lrtlsdr"
833 S["LIBRTLSDR_CFLAGS"]="-I/usr/include/"
834 S["PKG_CONFIG_LIBDIR"]=""
835 S["PKG_CONFIG_PATH"]="/opt/intel/opencl:"
836 S["PKG_CONFIG"]="/usr/bin/pkg-config"
837 S["CPP"]="gcc -E"
838 S["LT_SYS_LIBRARY_PATH"]=""
839 S["OTOOL64"]=""
840 S["OTOOL"]=""
841 S["LIPO"]=""
842 S["NMEDIT"]=""
843 S["DSYMUTIL"]=""
844 S["MANIFEST_TOOL"]=":"
845 S["RANLIB"]="ranlib"
846 S["ac_ct_AR"]="ar"
847 S["AR"]="ar"
848 S["DLLTOOL"]="false"
849 S["OBJDUMP"]="objdump"
850 S["LN_S"]="ln -s"
851 S["NM"]="/usr/bin/nm -B"
852 S["ac_ct_DUMPBIN"]=""
853 S["DUMPBIN"]=""
854 S["LD"]="/usr/bin/ld -m elf_x86_64"
855 S["FGREP"]="/bin/grep -F"
856 S["EGREP"]="/bin/grep -E"
857 S["GREP"]="/bin/grep"
858 S["SED"]="/bin/sed"
859 S["host_os"]="linux-gnu"
860 S["host_vendor"]="pc"
861 S["host_cpu"]="x86_64"
862 S["host"]="x86_64-pc-linux-gnu"
863 S["build_os"]="linux-gnu"
864 S["build_vendor"]="pc"
865 S["build_cpu"]="x86_64"
866 S["build"]="x86_64-pc-linux-gnu"
867 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
868 S["am__fastdepCC_FALSE"]="#"
869 S["am__fastdepCC_TRUE"]=""
870 S["CCDEPMODE"]="depmode=gcc3"
871 S["am__nodep"]="_no"
872 S["AMDEPBACKSLASH"]="\\"
873 S["AMDEP_FALSE"]="#"
874 S["AMDEP_TRUE"]=""
875 S["am__quote"]=""
876 S["am__include"]="include"
877 S["DEPDIR"]=".deps"
878 S["OBJEXT"]="o"
879 S["EXEEXT"]=""
880 S["ac_ct_CC"]="gcc"
881 S["CPPFLAGS"]=""
882 S["LDFLAGS"]=""
883 S["CFLAGS"]="-g -O2 -I/usr/include/ -Wall -Wextra -Wno-unused -Wsign-compare"
884 S["CC"]="gcc"
885 S["AM_BACKSLASH"]="\\"
886 S["AM_DEFAULT_VERBOSITY"]="0"
887 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
888 S["AM_V"]="$(V)"
889 S["am__untar"]="$${TAR-tar} xf -"
890 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
891 S["AMTAR"]="$${TAR-tar}"
892 S["am__leading_dot"]="."
893 S["SET_MAKE"]=""
894 S["AWK"]="gawk"
895 S["mkdir_p"]="$(MKDIR_P)"
896 S["MKDIR_P"]="/bin/mkdir -p"
897 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
898 S["STRIP"]="strip"
899 S["install_sh"]="${SHELL} /home/rvb/git/rtl_433/install-sh"
900 S["MAKEINFO"]="${SHELL} /home/rvb/git/rtl_433/missing makeinfo"
901 S["AUTOHEADER"]="${SHELL} /home/rvb/git/rtl_433/missing autoheader"
902 S["AUTOMAKE"]="${SHELL} /home/rvb/git/rtl_433/missing automake-1.15"
903 S["AUTOCONF"]="${SHELL} /home/rvb/git/rtl_433/missing autoconf"
904 S["ACLOCAL"]="${SHELL} /home/rvb/git/rtl_433/missing aclocal-1.15"
905 S["VERSION"]="UNKNOWN-dirty"
906 S["PACKAGE"]="rtl433"
907 S["CYGPATH_W"]="echo"
908 S["am__isrc"]=""
909 S["INSTALL_DATA"]="${INSTALL} -m 644"
910 S["INSTALL_SCRIPT"]="${INSTALL}"
911 S["INSTALL_PROGRAM"]="${INSTALL}"
912 S["target_alias"]=""
913 S["host_alias"]=""
914 S["build_alias"]=""
915 S["LIBS"]=" -lrtlsdr"
916 S["ECHO_T"]=""
917 S["ECHO_N"]="-n"
918 S["ECHO_C"]=""
919 S["DEFS"]="-DHAVE_CONFIG_H"
920 S["mandir"]="${datarootdir}/man"
921 S["localedir"]="${datarootdir}/locale"
922 S["libdir"]="${exec_prefix}/lib"
923 S["psdir"]="${docdir}"
924 S["pdfdir"]="${docdir}"
925 S["dvidir"]="${docdir}"
926 S["htmldir"]="${docdir}"
927 S["infodir"]="${datarootdir}/info"
928 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
929 S["oldincludedir"]="/usr/include"
930 S["includedir"]="${prefix}/include"
931 S["runstatedir"]="${localstatedir}/run"
932 S["localstatedir"]="${prefix}/var"
933 S["sharedstatedir"]="${prefix}/com"
934 S["sysconfdir"]="${prefix}/etc"
935 S["datadir"]="${datarootdir}"
936 S["datarootdir"]="${prefix}/share"
937 S["libexecdir"]="${exec_prefix}/libexec"
938 S["sbindir"]="${exec_prefix}/sbin"
939 S["bindir"]="${exec_prefix}/bin"
940 S["program_transform_name"]="s,x,x,"
941 S["prefix"]="/usr/local"
942 S["exec_prefix"]="${prefix}"
943 S["PACKAGE_URL"]=""
944 S["PACKAGE_BUGREPORT"]="rtl_433@googlegroups.com"
945 S["PACKAGE_STRING"]="rtl433 UNKNOWN-dirty"
946 S["PACKAGE_VERSION"]="UNKNOWN-dirty"
947 S["PACKAGE_TARNAME"]="rtl433"
948 S["PACKAGE_NAME"]="rtl433"
949 S["PATH_SEPARATOR"]=":"
950 S["SHELL"]="/bin/bash"
951 _ACAWK
952 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
953   for (key in S) S_is_set[key] = 1
954   FS = "\a"
955
956 }
957 {
958   line = $ 0
959   nfields = split(line, field, "@")
960   substed = 0
961   len = length(field[1])
962   for (i = 2; i < nfields; i++) {
963     key = field[i]
964     keylen = length(key)
965     if (S_is_set[key]) {
966       value = S[key]
967       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
968       len += length(value) + length(field[++i])
969       substed = 1
970     } else
971       len += 1 + keylen
972   }
973
974   print line
975 }
976
977 _ACAWK
978 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
979   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
980 else
981   cat
982 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
983   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
984 fi # test -n "$CONFIG_FILES"
985
986 # Set up the scripts for CONFIG_HEADERS section.
987 # No need to generate them if there are no CONFIG_HEADERS.
988 # This happens for instance with `./config.status Makefile'.
989 if test -n "$CONFIG_HEADERS"; then
990 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
991 BEGIN {
992 D["PACKAGE_NAME"]=" \"rtl433\""
993 D["PACKAGE_TARNAME"]=" \"rtl433\""
994 D["PACKAGE_VERSION"]=" \"UNKNOWN-dirty\""
995 D["PACKAGE_STRING"]=" \"rtl433 UNKNOWN-dirty\""
996 D["PACKAGE_BUGREPORT"]=" \"rtl_433@googlegroups.com\""
997 D["PACKAGE_URL"]=" \"\""
998 D["PACKAGE"]=" \"rtl433\""
999 D["VERSION"]=" \"UNKNOWN-dirty\""
1000 D["STDC_HEADERS"]=" 1"
1001 D["HAVE_SYS_TYPES_H"]=" 1"
1002 D["HAVE_SYS_STAT_H"]=" 1"
1003 D["HAVE_STDLIB_H"]=" 1"
1004 D["HAVE_STRING_H"]=" 1"
1005 D["HAVE_MEMORY_H"]=" 1"
1006 D["HAVE_STRINGS_H"]=" 1"
1007 D["HAVE_INTTYPES_H"]=" 1"
1008 D["HAVE_STDINT_H"]=" 1"
1009 D["HAVE_UNISTD_H"]=" 1"
1010 D["HAVE_DLFCN_H"]=" 1"
1011 D["LT_OBJDIR"]=" \".libs/\""
1012 D["STDC_HEADERS"]=" 1"
1013 D["HAVE_SYS_TYPES_H"]=" 1"
1014   for (key in D) D_is_set[key] = 1
1015   FS = "\a"
1016 }
1017 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1018   line = $ 0
1019   split(line, arg, " ")
1020   if (arg[1] == "#") {
1021     defundef = arg[2]
1022     mac1 = arg[3]
1023   } else {
1024     defundef = substr(arg[1], 2)
1025     mac1 = arg[2]
1026   }
1027   split(mac1, mac2, "(") #)
1028   macro = mac2[1]
1029   prefix = substr(line, 1, index(line, defundef) - 1)
1030   if (D_is_set[macro]) {
1031     # Preserve the white space surrounding the "#".
1032     print prefix "define", macro P[macro] D[macro]
1033     next
1034   } else {
1035     # Replace #undef with comments.  This is necessary, for example,
1036     # in the case of _POSIX_SOURCE, which is predefined and required
1037     # on some systems where configure will not decide to define it.
1038     if (defundef == "undef") {
1039       print "/*", prefix defundef, macro, "*/"
1040       next
1041     }
1042   }
1043 }
1044 { print }
1045 _ACAWK
1046   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1047 fi # test -n "$CONFIG_HEADERS"
1048
1049
1050 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1051 shift
1052 for ac_tag
1053 do
1054   case $ac_tag in
1055   :[FHLC]) ac_mode=$ac_tag; continue;;
1056   esac
1057   case $ac_mode$ac_tag in
1058   :[FHL]*:*);;
1059   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1060   :[FH]-) ac_tag=-:-;;
1061   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1062   esac
1063   ac_save_IFS=$IFS
1064   IFS=:
1065   set x $ac_tag
1066   IFS=$ac_save_IFS
1067   shift
1068   ac_file=$1
1069   shift
1070
1071   case $ac_mode in
1072   :L) ac_source=$1;;
1073   :[FH])
1074     ac_file_inputs=
1075     for ac_f
1076     do
1077       case $ac_f in
1078       -) ac_f="$ac_tmp/stdin";;
1079       *) # Look for the file first in the build tree, then in the source tree
1080          # (if the path is not absolute).  The absolute path cannot be DOS-style,
1081          # because $ac_f cannot contain `:'.
1082          test -f "$ac_f" ||
1083            case $ac_f in
1084            [\\/$]*) false;;
1085            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1086            esac ||
1087            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1088       esac
1089       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1090       as_fn_append ac_file_inputs " '$ac_f'"
1091     done
1092
1093     # Let's still pretend it is `configure' which instantiates (i.e., don't
1094     # use $as_me), people would be surprised to read:
1095     #    /* config.h.  Generated by config.status.  */
1096     configure_input='Generated from '`
1097           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1098         `' by configure.'
1099     if test x"$ac_file" != x-; then
1100       configure_input="$ac_file.  $configure_input"
1101       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1102 $as_echo "$as_me: creating $ac_file" >&6;}
1103     fi
1104     # Neutralize special characters interpreted by sed in replacement strings.
1105     case $configure_input in #(
1106     *\&* | *\|* | *\\* )
1107        ac_sed_conf_input=`$as_echo "$configure_input" |
1108        sed 's/[\\\\&|]/\\\\&/g'`;; #(
1109     *) ac_sed_conf_input=$configure_input;;
1110     esac
1111
1112     case $ac_tag in
1113     *:-:* | *:-) cat >"$ac_tmp/stdin" \
1114       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1115     esac
1116     ;;
1117   esac
1118
1119   ac_dir=`$as_dirname -- "$ac_file" ||
1120 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1121          X"$ac_file" : 'X\(//\)[^/]' \| \
1122          X"$ac_file" : 'X\(//\)$' \| \
1123          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1124 $as_echo X"$ac_file" |
1125     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1126             s//\1/
1127             q
1128           }
1129           /^X\(\/\/\)[^/].*/{
1130             s//\1/
1131             q
1132           }
1133           /^X\(\/\/\)$/{
1134             s//\1/
1135             q
1136           }
1137           /^X\(\/\).*/{
1138             s//\1/
1139             q
1140           }
1141           s/.*/./; q'`
1142   as_dir="$ac_dir"; as_fn_mkdir_p
1143   ac_builddir=.
1144
1145 case "$ac_dir" in
1146 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1147 *)
1148   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1149   # A ".." for each directory in $ac_dir_suffix.
1150   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1151   case $ac_top_builddir_sub in
1152   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1153   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1154   esac ;;
1155 esac
1156 ac_abs_top_builddir=$ac_pwd
1157 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1158 # for backward compatibility:
1159 ac_top_builddir=$ac_top_build_prefix
1160
1161 case $srcdir in
1162   .)  # We are building in place.
1163     ac_srcdir=.
1164     ac_top_srcdir=$ac_top_builddir_sub
1165     ac_abs_top_srcdir=$ac_pwd ;;
1166   [\\/]* | ?:[\\/]* )  # Absolute name.
1167     ac_srcdir=$srcdir$ac_dir_suffix;
1168     ac_top_srcdir=$srcdir
1169     ac_abs_top_srcdir=$srcdir ;;
1170   *) # Relative name.
1171     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1172     ac_top_srcdir=$ac_top_build_prefix$srcdir
1173     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1174 esac
1175 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1176
1177
1178   case $ac_mode in
1179   :F)
1180   #
1181   # CONFIG_FILE
1182   #
1183
1184   case $INSTALL in
1185   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1186   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1187   esac
1188   ac_MKDIR_P=$MKDIR_P
1189   case $MKDIR_P in
1190   [\\/$]* | ?:[\\/]* ) ;;
1191   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1192   esac
1193 # If the template does not know about datarootdir, expand it.
1194 # FIXME: This hack should be removed a few years after 2.60.
1195 ac_datarootdir_hack=; ac_datarootdir_seen=
1196 ac_sed_dataroot='
1197 /datarootdir/ {
1198   p
1199   q
1200 }
1201 /@datadir@/p
1202 /@docdir@/p
1203 /@infodir@/p
1204 /@localedir@/p
1205 /@mandir@/p'
1206 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1207 *datarootdir*) ac_datarootdir_seen=yes;;
1208 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1209   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1210 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1211   ac_datarootdir_hack='
1212   s&@datadir@&${datarootdir}&g
1213   s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1214   s&@infodir@&${datarootdir}/info&g
1215   s&@localedir@&${datarootdir}/locale&g
1216   s&@mandir@&${datarootdir}/man&g
1217   s&\${datarootdir}&${prefix}/share&g' ;;
1218 esac
1219 ac_sed_extra="/^[        ]*VPATH[        ]*=[    ]*/{
1220 h
1221 s///
1222 s/^/:/
1223 s/[      ]*$/:/
1224 s/:\$(srcdir):/:/g
1225 s/:\${srcdir}:/:/g
1226 s/:@srcdir@:/:/g
1227 s/^:*//
1228 s/:*$//
1229 x
1230 s/\(=[   ]*\).*/\1/
1231 G
1232 s/\n//
1233 s/^[^=]*=[       ]*$//
1234 }
1235
1236 :t
1237 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1238 s|@configure_input@|$ac_sed_conf_input|;t t
1239 s&@top_builddir@&$ac_top_builddir_sub&;t t
1240 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1241 s&@srcdir@&$ac_srcdir&;t t
1242 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1243 s&@top_srcdir@&$ac_top_srcdir&;t t
1244 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1245 s&@builddir@&$ac_builddir&;t t
1246 s&@abs_builddir@&$ac_abs_builddir&;t t
1247 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1248 s&@INSTALL@&$ac_INSTALL&;t t
1249 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1250 $ac_datarootdir_hack
1251 "
1252 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1253   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1254
1255 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1256   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1257   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
1258       "$ac_tmp/out"`; test -z "$ac_out"; } &&
1259   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1260 which seems to be undefined.  Please make sure it is defined" >&5
1261 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1262 which seems to be undefined.  Please make sure it is defined" >&2;}
1263
1264   rm -f "$ac_tmp/stdin"
1265   case $ac_file in
1266   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1267   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1268   esac \
1269   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1270  ;;
1271   :H)
1272   #
1273   # CONFIG_HEADER
1274   #
1275   if test x"$ac_file" != x-; then
1276     {
1277       $as_echo "/* $configure_input  */" \
1278       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1279     } >"$ac_tmp/config.h" \
1280       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1281     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1282       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1283 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1284     else
1285       rm -f "$ac_file"
1286       mv "$ac_tmp/config.h" "$ac_file" \
1287         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1288     fi
1289   else
1290     $as_echo "/* $configure_input  */" \
1291       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1292       || as_fn_error $? "could not create -" "$LINENO" 5
1293   fi
1294 # Compute "$ac_file"'s index in $config_headers.
1295 _am_arg="$ac_file"
1296 _am_stamp_count=1
1297 for _am_header in $config_headers :; do
1298   case $_am_header in
1299     $_am_arg | $_am_arg:* )
1300       break ;;
1301     * )
1302       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1303   esac
1304 done
1305 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1306 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1307          X"$_am_arg" : 'X\(//\)[^/]' \| \
1308          X"$_am_arg" : 'X\(//\)$' \| \
1309          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1310 $as_echo X"$_am_arg" |
1311     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1312             s//\1/
1313             q
1314           }
1315           /^X\(\/\/\)[^/].*/{
1316             s//\1/
1317             q
1318           }
1319           /^X\(\/\/\)$/{
1320             s//\1/
1321             q
1322           }
1323           /^X\(\/\).*/{
1324             s//\1/
1325             q
1326           }
1327           s/.*/./; q'`/stamp-h$_am_stamp_count
1328  ;;
1329
1330   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1331 $as_echo "$as_me: executing $ac_file commands" >&6;}
1332  ;;
1333   esac
1334
1335
1336   case $ac_file$ac_mode in
1337     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1338   # Older Autoconf quotes --file arguments for eval, but not when files
1339   # are listed without --file.  Let's play safe and only enable the eval
1340   # if we detect the quoting.
1341   case $CONFIG_FILES in
1342   *\'*) eval set x "$CONFIG_FILES" ;;
1343   *)   set x $CONFIG_FILES ;;
1344   esac
1345   shift
1346   for mf
1347   do
1348     # Strip MF so we end up with the name of the file.
1349     mf=`echo "$mf" | sed -e 's/:.*$//'`
1350     # Check whether this is an Automake generated Makefile or not.
1351     # We used to match only the files named 'Makefile.in', but
1352     # some people rename them; so instead we look at the file content.
1353     # Grep'ing the first line is not enough: some people post-process
1354     # each Makefile.in and add a new line on top of each file to say so.
1355     # Grep'ing the whole file is not good either: AIX grep has a line
1356     # limit of 2048, but all sed's we know have understand at least 4000.
1357     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1358       dirpart=`$as_dirname -- "$mf" ||
1359 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1360          X"$mf" : 'X\(//\)[^/]' \| \
1361          X"$mf" : 'X\(//\)$' \| \
1362          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1363 $as_echo X"$mf" |
1364     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1365             s//\1/
1366             q
1367           }
1368           /^X\(\/\/\)[^/].*/{
1369             s//\1/
1370             q
1371           }
1372           /^X\(\/\/\)$/{
1373             s//\1/
1374             q
1375           }
1376           /^X\(\/\).*/{
1377             s//\1/
1378             q
1379           }
1380           s/.*/./; q'`
1381     else
1382       continue
1383     fi
1384     # Extract the definition of DEPDIR, am__include, and am__quote
1385     # from the Makefile without running 'make'.
1386     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1387     test -z "$DEPDIR" && continue
1388     am__include=`sed -n 's/^am__include = //p' < "$mf"`
1389     test -z "$am__include" && continue
1390     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1391     # Find all dependency output files, they are included files with
1392     # $(DEPDIR) in their names.  We invoke sed twice because it is the
1393     # simplest approach to changing $(DEPDIR) to its actual value in the
1394     # expansion.
1395     for file in `sed -n "
1396       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1397          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1398       # Make sure the directory exists.
1399       test -f "$dirpart/$file" && continue
1400       fdir=`$as_dirname -- "$file" ||
1401 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1402          X"$file" : 'X\(//\)[^/]' \| \
1403          X"$file" : 'X\(//\)$' \| \
1404          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1405 $as_echo X"$file" |
1406     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1407             s//\1/
1408             q
1409           }
1410           /^X\(\/\/\)[^/].*/{
1411             s//\1/
1412             q
1413           }
1414           /^X\(\/\/\)$/{
1415             s//\1/
1416             q
1417           }
1418           /^X\(\/\).*/{
1419             s//\1/
1420             q
1421           }
1422           s/.*/./; q'`
1423       as_dir=$dirpart/$fdir; as_fn_mkdir_p
1424       # echo "creating $dirpart/$file"
1425       echo '# dummy' > "$dirpart/$file"
1426     done
1427   done
1428 }
1429  ;;
1430     "libtool":C)
1431
1432     # See if we are running on zsh, and set the options that allow our
1433     # commands through without removal of \ escapes.
1434     if test -n "${ZSH_VERSION+set}"; then
1435       setopt NO_GLOB_SUBST
1436     fi
1437
1438     cfgfile=${ofile}T
1439     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1440     $RM "$cfgfile"
1441
1442     cat <<_LT_EOF >> "$cfgfile"
1443 #! $SHELL
1444 # Generated automatically by $as_me ($PACKAGE) $VERSION
1445 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1446 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1447
1448 # Provide generalized library-building support services.
1449 # Written by Gordon Matzigkeit, 1996
1450
1451 # Copyright (C) 2014 Free Software Foundation, Inc.
1452 # This is free software; see the source for copying conditions.  There is NO
1453 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1454
1455 # GNU Libtool is free software; you can redistribute it and/or modify
1456 # it under the terms of the GNU General Public License as published by
1457 # the Free Software Foundation; either version 2 of of the License, or
1458 # (at your option) any later version.
1459 #
1460 # As a special exception to the GNU General Public License, if you
1461 # distribute this file as part of a program or library that is built
1462 # using GNU Libtool, you may include this file under the  same
1463 # distribution terms that you use for the rest of that program.
1464 #
1465 # GNU Libtool is distributed in the hope that it will be useful, but
1466 # WITHOUT ANY WARRANTY; without even the implied warranty of
1467 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1468 # GNU General Public License for more details.
1469 #
1470 # You should have received a copy of the GNU General Public License
1471 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
1472
1473
1474 # The names of the tagged configurations supported by this script.
1475 available_tags=''
1476
1477 # Configured defaults for sys_lib_dlsearch_path munging.
1478 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
1479
1480 # ### BEGIN LIBTOOL CONFIG
1481
1482 # Which release of libtool.m4 was used?
1483 macro_version=$macro_version
1484 macro_revision=$macro_revision
1485
1486 # Whether or not to build shared libraries.
1487 build_libtool_libs=$enable_shared
1488
1489 # Whether or not to build static libraries.
1490 build_old_libs=$enable_static
1491
1492 # What type of objects to build.
1493 pic_mode=$pic_mode
1494
1495 # Whether or not to optimize for fast installation.
1496 fast_install=$enable_fast_install
1497
1498 # Shared archive member basename,for filename based shared library versioning on AIX.
1499 shared_archive_member_spec=$shared_archive_member_spec
1500
1501 # Shell to use when invoking shell scripts.
1502 SHELL=$lt_SHELL
1503
1504 # An echo program that protects backslashes.
1505 ECHO=$lt_ECHO
1506
1507 # The PATH separator for the build system.
1508 PATH_SEPARATOR=$lt_PATH_SEPARATOR
1509
1510 # The host system.
1511 host_alias=$host_alias
1512 host=$host
1513 host_os=$host_os
1514
1515 # The build system.
1516 build_alias=$build_alias
1517 build=$build
1518 build_os=$build_os
1519
1520 # A sed program that does not truncate output.
1521 SED=$lt_SED
1522
1523 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1524 Xsed="\$SED -e 1s/^X//"
1525
1526 # A grep program that handles long lines.
1527 GREP=$lt_GREP
1528
1529 # An ERE matcher.
1530 EGREP=$lt_EGREP
1531
1532 # A literal string matcher.
1533 FGREP=$lt_FGREP
1534
1535 # A BSD- or MS-compatible name lister.
1536 NM=$lt_NM
1537
1538 # Whether we need soft or hard links.
1539 LN_S=$lt_LN_S
1540
1541 # What is the maximum length of a command?
1542 max_cmd_len=$max_cmd_len
1543
1544 # Object file suffix (normally "o").
1545 objext=$ac_objext
1546
1547 # Executable file suffix (normally "").
1548 exeext=$exeext
1549
1550 # whether the shell understands "unset".
1551 lt_unset=$lt_unset
1552
1553 # turn spaces into newlines.
1554 SP2NL=$lt_lt_SP2NL
1555
1556 # turn newlines into spaces.
1557 NL2SP=$lt_lt_NL2SP
1558
1559 # convert \$build file names to \$host format.
1560 to_host_file_cmd=$lt_cv_to_host_file_cmd
1561
1562 # convert \$build files to toolchain format.
1563 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1564
1565 # An object symbol dumper.
1566 OBJDUMP=$lt_OBJDUMP
1567
1568 # Method to check whether dependent libraries are shared objects.
1569 deplibs_check_method=$lt_deplibs_check_method
1570
1571 # Command to use when deplibs_check_method = "file_magic".
1572 file_magic_cmd=$lt_file_magic_cmd
1573
1574 # How to find potential files when deplibs_check_method = "file_magic".
1575 file_magic_glob=$lt_file_magic_glob
1576
1577 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1578 want_nocaseglob=$lt_want_nocaseglob
1579
1580 # DLL creation program.
1581 DLLTOOL=$lt_DLLTOOL
1582
1583 # Command to associate shared and link libraries.
1584 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1585
1586 # The archiver.
1587 AR=$lt_AR
1588
1589 # Flags to create an archive.
1590 AR_FLAGS=$lt_AR_FLAGS
1591
1592 # How to feed a file listing to the archiver.
1593 archiver_list_spec=$lt_archiver_list_spec
1594
1595 # A symbol stripping program.
1596 STRIP=$lt_STRIP
1597
1598 # Commands used to install an old-style archive.
1599 RANLIB=$lt_RANLIB
1600 old_postinstall_cmds=$lt_old_postinstall_cmds
1601 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1602
1603 # Whether to use a lock for old archive extraction.
1604 lock_old_archive_extraction=$lock_old_archive_extraction
1605
1606 # A C compiler.
1607 LTCC=$lt_CC
1608
1609 # LTCC compiler flags.
1610 LTCFLAGS=$lt_CFLAGS
1611
1612 # Take the output of nm and produce a listing of raw symbols and C names.
1613 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1614
1615 # Transform the output of nm in a proper C declaration.
1616 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1617
1618 # Transform the output of nm into a list of symbols to manually relocate.
1619 global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
1620
1621 # Transform the output of nm in a C name address pair.
1622 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1623
1624 # Transform the output of nm in a C name address pair when lib prefix is needed.
1625 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1626
1627 # The name lister interface.
1628 nm_interface=$lt_lt_cv_nm_interface
1629
1630 # Specify filename containing input files for \$NM.
1631 nm_file_list_spec=$lt_nm_file_list_spec
1632
1633 # The root where to search for dependent libraries,and where our libraries should be installed.
1634 lt_sysroot=$lt_sysroot
1635
1636 # Command to truncate a binary pipe.
1637 lt_truncate_bin=$lt_lt_cv_truncate_bin
1638
1639 # The name of the directory that contains temporary libtool files.
1640 objdir=$objdir
1641
1642 # Used to examine libraries when file_magic_cmd begins with "file".
1643 MAGIC_CMD=$MAGIC_CMD
1644
1645 # Must we lock files when doing compilation?
1646 need_locks=$lt_need_locks
1647
1648 # Manifest tool.
1649 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1650
1651 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1652 DSYMUTIL=$lt_DSYMUTIL
1653
1654 # Tool to change global to local symbols on Mac OS X.
1655 NMEDIT=$lt_NMEDIT
1656
1657 # Tool to manipulate fat objects and archives on Mac OS X.
1658 LIPO=$lt_LIPO
1659
1660 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1661 OTOOL=$lt_OTOOL
1662
1663 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1664 OTOOL64=$lt_OTOOL64
1665
1666 # Old archive suffix (normally "a").
1667 libext=$libext
1668
1669 # Shared library suffix (normally ".so").
1670 shrext_cmds=$lt_shrext_cmds
1671
1672 # The commands to extract the exported symbol list from a shared archive.
1673 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1674
1675 # Variables whose values should be saved in libtool wrapper scripts and
1676 # restored at link time.
1677 variables_saved_for_relink=$lt_variables_saved_for_relink
1678
1679 # Do we need the "lib" prefix for modules?
1680 need_lib_prefix=$need_lib_prefix
1681
1682 # Do we need a version for libraries?
1683 need_version=$need_version
1684
1685 # Library versioning type.
1686 version_type=$version_type
1687
1688 # Shared library runtime path variable.
1689 runpath_var=$runpath_var
1690
1691 # Shared library path variable.
1692 shlibpath_var=$shlibpath_var
1693
1694 # Is shlibpath searched before the hard-coded library search path?
1695 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1696
1697 # Format of library name prefix.
1698 libname_spec=$lt_libname_spec
1699
1700 # List of archive names.  First name is the real one, the rest are links.
1701 # The last name is the one that the linker finds with -lNAME
1702 library_names_spec=$lt_library_names_spec
1703
1704 # The coded name of the library, if different from the real name.
1705 soname_spec=$lt_soname_spec
1706
1707 # Permission mode override for installation of shared libraries.
1708 install_override_mode=$lt_install_override_mode
1709
1710 # Command to use after installation of a shared archive.
1711 postinstall_cmds=$lt_postinstall_cmds
1712
1713 # Command to use after uninstallation of a shared archive.
1714 postuninstall_cmds=$lt_postuninstall_cmds
1715
1716 # Commands used to finish a libtool library installation in a directory.
1717 finish_cmds=$lt_finish_cmds
1718
1719 # As "finish_cmds", except a single script fragment to be evaled but
1720 # not shown.
1721 finish_eval=$lt_finish_eval
1722
1723 # Whether we should hardcode library paths into libraries.
1724 hardcode_into_libs=$hardcode_into_libs
1725
1726 # Compile-time system search path for libraries.
1727 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1728
1729 # Detected run-time system search path for libraries.
1730 sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
1731
1732 # Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
1733 configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
1734
1735 # Whether dlopen is supported.
1736 dlopen_support=$enable_dlopen
1737
1738 # Whether dlopen of programs is supported.
1739 dlopen_self=$enable_dlopen_self
1740
1741 # Whether dlopen of statically linked programs is supported.
1742 dlopen_self_static=$enable_dlopen_self_static
1743
1744 # Commands to strip libraries.
1745 old_striplib=$lt_old_striplib
1746 striplib=$lt_striplib
1747
1748
1749 # The linker used to build libraries.
1750 LD=$lt_LD
1751
1752 # How to create reloadable object files.
1753 reload_flag=$lt_reload_flag
1754 reload_cmds=$lt_reload_cmds
1755
1756 # Commands used to build an old-style archive.
1757 old_archive_cmds=$lt_old_archive_cmds
1758
1759 # A language specific compiler.
1760 CC=$lt_compiler
1761
1762 # Is the compiler the GNU compiler?
1763 with_gcc=$GCC
1764
1765 # Compiler flag to turn off builtin functions.
1766 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1767
1768 # Additional compiler flags for building library objects.
1769 pic_flag=$lt_lt_prog_compiler_pic
1770
1771 # How to pass a linker flag through the compiler.
1772 wl=$lt_lt_prog_compiler_wl
1773
1774 # Compiler flag to prevent dynamic linking.
1775 link_static_flag=$lt_lt_prog_compiler_static
1776
1777 # Does compiler simultaneously support -c and -o options?
1778 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1779
1780 # Whether or not to add -lc for building shared libraries.
1781 build_libtool_need_lc=$archive_cmds_need_lc
1782
1783 # Whether or not to disallow shared libs when runtime libs are static.
1784 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1785
1786 # Compiler flag to allow reflexive dlopens.
1787 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1788
1789 # Compiler flag to generate shared objects directly from archives.
1790 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1791
1792 # Whether the compiler copes with passing no objects directly.
1793 compiler_needs_object=$lt_compiler_needs_object
1794
1795 # Create an old-style archive from a shared archive.
1796 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1797
1798 # Create a temporary old-style archive to link instead of a shared archive.
1799 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1800
1801 # Commands used to build a shared archive.
1802 archive_cmds=$lt_archive_cmds
1803 archive_expsym_cmds=$lt_archive_expsym_cmds
1804
1805 # Commands used to build a loadable module if different from building
1806 # a shared archive.
1807 module_cmds=$lt_module_cmds
1808 module_expsym_cmds=$lt_module_expsym_cmds
1809
1810 # Whether we are building with GNU ld or not.
1811 with_gnu_ld=$lt_with_gnu_ld
1812
1813 # Flag that allows shared libraries with undefined symbols to be built.
1814 allow_undefined_flag=$lt_allow_undefined_flag
1815
1816 # Flag that enforces no undefined symbols.
1817 no_undefined_flag=$lt_no_undefined_flag
1818
1819 # Flag to hardcode \$libdir into a binary during linking.
1820 # This must work even if \$libdir does not exist
1821 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1822
1823 # Whether we need a single "-rpath" flag with a separated argument.
1824 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1825
1826 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1827 # DIR into the resulting binary.
1828 hardcode_direct=$hardcode_direct
1829
1830 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1831 # DIR into the resulting binary and the resulting library dependency is
1832 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
1833 # library is relocated.
1834 hardcode_direct_absolute=$hardcode_direct_absolute
1835
1836 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1837 # into the resulting binary.
1838 hardcode_minus_L=$hardcode_minus_L
1839
1840 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1841 # into the resulting binary.
1842 hardcode_shlibpath_var=$hardcode_shlibpath_var
1843
1844 # Set to "yes" if building a shared library automatically hardcodes DIR
1845 # into the library and all subsequent libraries and executables linked
1846 # against it.
1847 hardcode_automatic=$hardcode_automatic
1848
1849 # Set to yes if linker adds runtime paths of dependent libraries
1850 # to runtime path list.
1851 inherit_rpath=$inherit_rpath
1852
1853 # Whether libtool must link a program against all its dependency libraries.
1854 link_all_deplibs=$link_all_deplibs
1855
1856 # Set to "yes" if exported symbols are required.
1857 always_export_symbols=$always_export_symbols
1858
1859 # The commands to list exported symbols.
1860 export_symbols_cmds=$lt_export_symbols_cmds
1861
1862 # Symbols that should not be listed in the preloaded symbols.
1863 exclude_expsyms=$lt_exclude_expsyms
1864
1865 # Symbols that must always be exported.
1866 include_expsyms=$lt_include_expsyms
1867
1868 # Commands necessary for linking programs (against libraries) with templates.
1869 prelink_cmds=$lt_prelink_cmds
1870
1871 # Commands necessary for finishing linking programs.
1872 postlink_cmds=$lt_postlink_cmds
1873
1874 # Specify filename containing input files.
1875 file_list_spec=$lt_file_list_spec
1876
1877 # How to hardcode a shared library path into an executable.
1878 hardcode_action=$hardcode_action
1879
1880 # ### END LIBTOOL CONFIG
1881
1882 _LT_EOF
1883
1884     cat <<'_LT_EOF' >> "$cfgfile"
1885
1886 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
1887
1888 # func_munge_path_list VARIABLE PATH
1889 # -----------------------------------
1890 # VARIABLE is name of variable containing _space_ separated list of
1891 # directories to be munged by the contents of PATH, which is string
1892 # having a format:
1893 # "DIR[:DIR]:"
1894 #       string "DIR[ DIR]" will be prepended to VARIABLE
1895 # ":DIR[:DIR]"
1896 #       string "DIR[ DIR]" will be appended to VARIABLE
1897 # "DIRP[:DIRP]::[DIRA:]DIRA"
1898 #       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
1899 #       "DIRA[ DIRA]" will be appended to VARIABLE
1900 # "DIR[:DIR]"
1901 #       VARIABLE will be replaced by "DIR[ DIR]"
1902 func_munge_path_list ()
1903 {
1904     case x$2 in
1905     x)
1906         ;;
1907     *:)
1908         eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
1909         ;;
1910     x:*)
1911         eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
1912         ;;
1913     *::*)
1914         eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
1915         eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
1916         ;;
1917     *)
1918         eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
1919         ;;
1920     esac
1921 }
1922
1923
1924 # Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
1925 func_cc_basename ()
1926 {
1927     for cc_temp in $*""; do
1928       case $cc_temp in
1929         compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
1930         distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
1931         \-*) ;;
1932         *) break;;
1933       esac
1934     done
1935     func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
1936 }
1937
1938
1939 # ### END FUNCTIONS SHARED WITH CONFIGURE
1940
1941 _LT_EOF
1942
1943   case $host_os in
1944   aix3*)
1945     cat <<\_LT_EOF >> "$cfgfile"
1946 # AIX sometimes has problems with the GCC collect2 program.  For some
1947 # reason, if we set the COLLECT_NAMES environment variable, the problems
1948 # vanish in a puff of smoke.
1949 if test set != "${COLLECT_NAMES+set}"; then
1950   COLLECT_NAMES=
1951   export COLLECT_NAMES
1952 fi
1953 _LT_EOF
1954     ;;
1955   esac
1956
1957
1958 ltmain=$ac_aux_dir/ltmain.sh
1959
1960
1961   # We use sed instead of cat because bash on DJGPP gets confused if
1962   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
1963   # text mode, it properly converts lines to CR/LF.  This bash problem
1964   # is reportedly fixed, but why not run on old versions too?
1965   sed '$q' "$ltmain" >> "$cfgfile" \
1966      || (rm -f "$cfgfile"; exit 1)
1967
1968    mv -f "$cfgfile" "$ofile" ||
1969     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
1970   chmod +x "$ofile"
1971
1972  ;;
1973
1974   esac
1975 done # for ac_tag
1976
1977
1978 as_fn_exit 0