b0d92c3772699e8100ae25be20cf564e05c1cd43
[com/asn1c.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 asn1c $as_me 0.9.29, 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=" tests/tests-c-compiler/check-src/Makefile tests/tests-asn1c-compiler/Makefile tests/tests-asn1c-smoke/Makefile tests/tests-randomized/Makefile tests/tests-c-compiler/Makefile tests/tests-skeletons/Makefile libasn1compiler/Makefile libasn1common/Makefile libasn1parser/Makefile libasn1print/Makefile libasn1fix/Makefile doc/docsrc/Makefile skeletons/Makefile examples/Makefile doc/man/Makefile tests/Makefile asn1c/Makefile doc/Makefile Makefile"
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 <vlm@lionet.info>."
429
430 ac_cs_config=""
431 ac_cs_version="\
432 asn1c config.status 0.9.29
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/nokia/mouse07410/asn1c'
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'  $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.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 -Wall -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-error=attributes -Wno-error=cast-align -std=gnu99'
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][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 /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 '
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 compiler_lib_search_dirs=''
691 predep_objects=''
692 postdep_objects=''
693 predeps=''
694 postdeps=''
695 compiler_lib_search_path=''
696 LD_CXX='/usr/bin/ld -m elf_x86_64'
697 reload_flag_CXX=' -r'
698 reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
699 old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
700 compiler_CXX='g++'
701 GCC_CXX='yes'
702 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
703 lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
704 lt_prog_compiler_wl_CXX='-Wl,'
705 lt_prog_compiler_static_CXX='-static'
706 lt_cv_prog_compiler_c_o_CXX='yes'
707 archive_cmds_need_lc_CXX='no'
708 enable_shared_with_static_runtimes_CXX='no'
709 export_dynamic_flag_spec_CXX='$wl--export-dynamic'
710 whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
711 compiler_needs_object_CXX='no'
712 old_archive_from_new_cmds_CXX=''
713 old_archive_from_expsyms_cmds_CXX=''
714 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
715 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'
716 module_cmds_CXX=''
717 module_expsym_cmds_CXX=''
718 with_gnu_ld_CXX='yes'
719 allow_undefined_flag_CXX=''
720 no_undefined_flag_CXX=''
721 hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
722 hardcode_libdir_separator_CXX=''
723 hardcode_direct_CXX='no'
724 hardcode_direct_absolute_CXX='no'
725 hardcode_minus_L_CXX='no'
726 hardcode_shlibpath_var_CXX='unsupported'
727 hardcode_automatic_CXX='no'
728 inherit_rpath_CXX='no'
729 link_all_deplibs_CXX='no'
730 always_export_symbols_CXX='no'
731 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
732 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
733 include_expsyms_CXX=''
734 prelink_cmds_CXX=''
735 postlink_cmds_CXX=''
736 file_list_spec_CXX=''
737 hardcode_action_CXX='immediate'
738 compiler_lib_search_dirs_CXX='/usr/lib/gcc/x86_64-linux-gnu/5 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu /usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /usr/lib/gcc/x86_64-linux-gnu/5/../../..'
739 predep_objects_CXX='/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o'
740 postdep_objects_CXX='/usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o'
741 predeps_CXX=''
742 postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
743 compiler_lib_search_path_CXX='-L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../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/5/../../..'
744
745 LTCC='gcc'
746 LTCFLAGS='-g -O2'
747 compiler='gcc'
748
749 # A function that is used when there is no print builtin or printf.
750 func_fallback_echo ()
751 {
752   eval 'cat <<_LTECHO_EOF
753 $1
754 _LTECHO_EOF'
755 }
756
757 # Quote evaled strings.
758 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 compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_separator_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do
759     case `eval \\$ECHO \\""\\$$var"\\"` in
760     *[\\\`\"\$]*)
761       eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
762       ;;
763     *)
764       eval "lt_$var=\\\"\$$var\\\""
765       ;;
766     esac
767 done
768
769 # Double-quote double-evaled strings.
770 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 reload_cmds_CXX old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX postlink_cmds_CXX; do
771     case `eval \\$ECHO \\""\\$$var"\\"` in
772     *[\\\`\"\$]*)
773       eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
774       ;;
775     *)
776       eval "lt_$var=\\\"\$$var\\\""
777       ;;
778     esac
779 done
780
781 ac_aux_dir='config'
782
783 # See if we are running on zsh, and set the options that allow our
784 # commands through without removal of \ escapes INIT.
785 if test -n "${ZSH_VERSION+set}"; then
786    setopt NO_GLOB_SUBST
787 fi
788
789
790     PACKAGE='asn1c'
791     VERSION='0.9.29'
792     RM='rm -f'
793     ofile='libtool'
794
795
796
797
798
799
800
801 # Handling of arguments.
802 for ac_config_target in $ac_config_targets
803 do
804   case $ac_config_target in
805     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
806     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
807     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
808     "tests/tests-c-compiler/check-src/Makefile") CONFIG_FILES="$CONFIG_FILES tests/tests-c-compiler/check-src/Makefile" ;;
809     "tests/tests-asn1c-compiler/Makefile") CONFIG_FILES="$CONFIG_FILES tests/tests-asn1c-compiler/Makefile" ;;
810     "tests/tests-asn1c-smoke/Makefile") CONFIG_FILES="$CONFIG_FILES tests/tests-asn1c-smoke/Makefile" ;;
811     "tests/tests-randomized/Makefile") CONFIG_FILES="$CONFIG_FILES tests/tests-randomized/Makefile" ;;
812     "tests/tests-c-compiler/Makefile") CONFIG_FILES="$CONFIG_FILES tests/tests-c-compiler/Makefile" ;;
813     "tests/tests-skeletons/Makefile") CONFIG_FILES="$CONFIG_FILES tests/tests-skeletons/Makefile" ;;
814     "libasn1compiler/Makefile") CONFIG_FILES="$CONFIG_FILES libasn1compiler/Makefile" ;;
815     "libasn1common/Makefile") CONFIG_FILES="$CONFIG_FILES libasn1common/Makefile" ;;
816     "libasn1parser/Makefile") CONFIG_FILES="$CONFIG_FILES libasn1parser/Makefile" ;;
817     "libasn1print/Makefile") CONFIG_FILES="$CONFIG_FILES libasn1print/Makefile" ;;
818     "libasn1fix/Makefile") CONFIG_FILES="$CONFIG_FILES libasn1fix/Makefile" ;;
819     "doc/docsrc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/docsrc/Makefile" ;;
820     "skeletons/Makefile") CONFIG_FILES="$CONFIG_FILES skeletons/Makefile" ;;
821     "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
822     "doc/man/Makefile") CONFIG_FILES="$CONFIG_FILES doc/man/Makefile" ;;
823     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
824     "asn1c/Makefile") CONFIG_FILES="$CONFIG_FILES asn1c/Makefile" ;;
825     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
826     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
827
828   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
829   esac
830 done
831
832
833 # If the user did not use the arguments to specify the items to instantiate,
834 # then the envvar interface is used.  Set only those that are not.
835 # We use the long form for the default assignment because of an extremely
836 # bizarre bug on SunOS 4.1.3.
837 if $ac_need_defaults; then
838   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
839   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
840   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
841 fi
842
843 # Have a temporary directory for convenience.  Make it in the build tree
844 # simply because there is no reason against having it here, and in addition,
845 # creating and moving files from /tmp can sometimes cause problems.
846 # Hook for its removal unless debugging.
847 # Note that there is a small window in which the directory will not be cleaned:
848 # after its creation but before its name has been assigned to `$tmp'.
849 $debug ||
850 {
851   tmp= ac_tmp=
852   trap 'exit_status=$?
853   : "${ac_tmp:=$tmp}"
854   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
855 ' 0
856   trap 'as_fn_exit 1' 1 2 13 15
857 }
858 # Create a (secure) tmp directory for tmp files.
859
860 {
861   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
862   test -d "$tmp"
863 }  ||
864 {
865   tmp=./conf$$-$RANDOM
866   (umask 077 && mkdir "$tmp")
867 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
868 ac_tmp=$tmp
869
870 # Set up the scripts for CONFIG_FILES section.
871 # No need to generate them if there are no CONFIG_FILES.
872 # This happens for instance with `./config.status config.h'.
873 if test -n "$CONFIG_FILES"; then
874
875
876 ac_cr=`echo X | tr X '\015'`
877 # On cygwin, bash can eat \r inside `` if the user requested igncr.
878 # But we know of no other shell where ac_cr would be empty at this
879 # point, so we can use a bashism as a fallback.
880 if test "x$ac_cr" = x; then
881   eval ac_cr=\$\'\\r\'
882 fi
883 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
884 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
885   ac_cs_awk_cr='\\r'
886 else
887   ac_cs_awk_cr=$ac_cr
888 fi
889
890 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
891 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
892 S["am__EXEEXT_FALSE"]=""
893 S["am__EXEEXT_TRUE"]="#"
894 S["LTLIBOBJS"]=""
895 S["LIBOBJS"]=""
896 S["HAVE_PANDOC_FALSE"]=""
897 S["HAVE_PANDOC_TRUE"]="#"
898 S["PANDOC"]=""
899 S["TEST_64BIT_FALSE"]="#"
900 S["TEST_64BIT_TRUE"]=""
901 S["ASAN_ENV_FLAGS"]=" ASAN_OPTIONS=detect_leaks=1"
902 S["SKELETONS_CFLAGS"]="  -std=c89 -Wpedantic -Wno-long-long  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-fram"\
903 "e-pointer"
904 S["TESTSUITE_CFLAGS"]=" -std=gnu99 -Wno-error=unused-variable  -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-fr"\
905 "ame-pointer"
906 S["SANITIZER_CFLAGS"]=" -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -fsanitize=address -fno-omit-frame-pointer"
907 S["LIBFUZZER_CFLAGS"]=""
908 S["ADD_CFLAGS"]=""
909 S["EXPLICIT_M32_FALSE"]=""
910 S["EXPLICIT_M32_TRUE"]="#"
911 S["CFLAGS_M32"]=""
912 S["CODE_COVERAGE_RULES"]="\n"\
913 "# Code coverage\n"\
914 "#\n"\
915 "# Optional:\n"\
916 "#  - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting.\n"\
917 "#    Multiple directories may be specified, separated by whitespace.\n"\
918 "#    (Default: $(top_builddir))\n"\
919 "#  - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated\n"\
920 "#    by lcov for code coverage. (Default:\n"\
921 "#    $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)\n"\
922 "#  - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage\n"\
923 "#    reports to be created. (Default:\n"\
924 "#    $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)\n"\
925 "#  - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage,\n"\
926 "#    set to 0 to disable it and leave empty to stay with the default.\n"\
927 "#    (Default: empty)\n"\
928 "#  - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov\n"\
929 "#    instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)\n"\
930 "#  - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov\n"\
931 "#    instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)\n"\
932 "#  - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov\n"\
933 "#  - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the\n"\
934 "#    collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)\n"\
935 "#  - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov\n"\
936 "#    instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)\n"\
937 "#  - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering\n"\
938 "#    lcov instance. (Default: empty)\n"\
939 "#  - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov\n"\
940 "#    instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)\n"\
941 "#  - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the\n"\
942 "#    genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)\n"\
943 "#  - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml\n"\
944 "#    instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)\n"\
945 "#  - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore\n"\
946 "#\n"\
947 "# The generated report will be titled using the $(PACKAGE_NAME) and\n"\
948 "# $(PACKAGE_VERSION). In order to add the current git hash to the title,\n"\
949 "# use the git-version-gen script, available online.\n"\
950 "\n"\
951 "# Optional variables\n"\
952 "CODE_COVERAGE_DIRECTORY ?= $(top_builddir)\n"\
953 "CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info\n"\
954 "CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage\n"\
955 "CODE_COVERAGE_BRANCH_COVERAGE ?=\n"\
956 "CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\\\n"\
957 "--rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))\n"\
958 "CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)\n"\
959 "CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool \"$(GCOV)\"\n"\
960 "CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)\n"\
961 "CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)\n"\
962 "CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?=\n"\
963 "CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)\n"\
964 "CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\\\n"\
965 "$(if $(CODE_COVERAGE_BRANCH_COVERAGE),\\\n"\
966 "--rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))\n"\
967 "CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)\n"\
968 "CODE_COVERAGE_IGNORE_PATTERN ?=\n"\
969 "\n"\
970 "code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V))\n"\
971 "code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY))\n"\
972 "code_coverage_v_lcov_cap_0 = @echo \"  LCOV   --capture\"\\\n"\
973 " $(CODE_COVERAGE_OUTPUT_FILE);\n"\
974 "code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V))\n"\
975 "code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY))\n"\
976 "code_coverage_v_lcov_ign_0 = @echo \"  LCOV   --remove /tmp/*\"\\\n"\
977 " $(CODE_COVERAGE_IGNORE_PATTERN);\n"\
978 "code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V))\n"\
979 "code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY))\n"\
980 "code_coverage_v_genhtml_0 = @echo \"  GEN   \" $(CODE_COVERAGE_OUTPUT_DIRECTORY);\n"\
981 "code_coverage_quiet = $(code_coverage_quiet_$(V))\n"\
982 "code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY))\n"\
983 "code_coverage_quiet_0 = --quiet\n"\
984 "\n"\
985 "# sanitizes the test-name: replaces with underscores: dashes and dots\n"\
986 "code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1)))\n"\
987 "\n"\
988 "# Use recursive makes in order to ignore errors during check\n"\
989 "check-code-coverage:\n"\
990 "       @echo \"Need to reconfigure with --enable-code-coverage\"\n"\
991 "\n"\
992 "\n"\
993 "# Capture code coverage data\n"\
994 "code-coverage-capture: code-coverage-capture-hook\n"\
995 "       @echo \"Need to reconfigure with --enable-code-coverage\"\n"\
996 "\n"\
997 "\n"\
998 "# Hook rule executed before code-coverage-capture, overridable by the user\n"\
999 "code-coverage-capture-hook:\n"\
1000 "\n"\
1001 "\n"\
1002 "\n"\
1003 "GITIGNOREFILES ?=\n"\
1004 "GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)\n"\
1005 "\n"\
1006 "AM_DISTCHECK_CONFIGURE_FLAGS ?=\n"\
1007 "AM_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage\n"\
1008 "\n"\
1009 ".PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean\n"\
1010 ""
1011 S["CODE_COVERAGE_LDFLAGS"]=""
1012 S["CODE_COVERAGE_LIBS"]=""
1013 S["CODE_COVERAGE_CXXFLAGS"]=""
1014 S["CODE_COVERAGE_CFLAGS"]=""
1015 S["CODE_COVERAGE_CPPFLAGS"]=""
1016 S["GENHTML"]=""
1017 S["LCOV"]=""
1018 S["GCOV"]=""
1019 S["CODE_COVERAGE_ENABLED"]="no"
1020 S["CODE_COVERAGE_ENABLED_FALSE"]=""
1021 S["CODE_COVERAGE_ENABLED_TRUE"]="#"
1022 S["CXXCPP"]="g++ -E"
1023 S["LT_SYS_LIBRARY_PATH"]=""
1024 S["OTOOL64"]=""
1025 S["OTOOL"]=""
1026 S["LIPO"]=""
1027 S["NMEDIT"]=""
1028 S["DSYMUTIL"]=""
1029 S["MANIFEST_TOOL"]=":"
1030 S["RANLIB"]="ranlib"
1031 S["DLLTOOL"]="false"
1032 S["OBJDUMP"]="objdump"
1033 S["NM"]="/usr/bin/nm -B"
1034 S["ac_ct_DUMPBIN"]=""
1035 S["DUMPBIN"]=""
1036 S["LD"]="/usr/bin/ld -m elf_x86_64"
1037 S["FGREP"]="/bin/grep -F"
1038 S["EGREP"]="/bin/grep -E"
1039 S["GREP"]="/bin/grep"
1040 S["SED"]="/bin/sed"
1041 S["host_os"]="linux-gnu"
1042 S["host_vendor"]="pc"
1043 S["host_cpu"]="x86_64"
1044 S["host"]="x86_64-pc-linux-gnu"
1045 S["build_os"]="linux-gnu"
1046 S["build_vendor"]="pc"
1047 S["build_cpu"]="x86_64"
1048 S["build"]="x86_64-pc-linux-gnu"
1049 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
1050 S["am__fastdepCXX_FALSE"]="#"
1051 S["am__fastdepCXX_TRUE"]=""
1052 S["CXXDEPMODE"]="depmode=gcc3"
1053 S["ac_ct_CXX"]="g++"
1054 S["CXXFLAGS"]="-std=c++11"
1055 S["CXX"]="g++"
1056 S["ac_ct_AR"]="ar"
1057 S["AR"]="ar"
1058 S["LEXLIB"]="-lfl"
1059 S["LEX_OUTPUT_ROOT"]="lex.yy"
1060 S["LEX"]="flex"
1061 S["YFLAGS"]=""
1062 S["YACC"]="bison -y"
1063 S["LN_S"]="ln -s"
1064 S["CPP"]="gcc -E"
1065 S["am__fastdepCC_FALSE"]="#"
1066 S["am__fastdepCC_TRUE"]=""
1067 S["CCDEPMODE"]="depmode=gcc3"
1068 S["am__nodep"]="_no"
1069 S["AMDEPBACKSLASH"]="\\"
1070 S["AMDEP_FALSE"]="#"
1071 S["AMDEP_TRUE"]=""
1072 S["am__quote"]=""
1073 S["am__include"]="include"
1074 S["DEPDIR"]=".deps"
1075 S["OBJEXT"]="o"
1076 S["EXEEXT"]=""
1077 S["ac_ct_CC"]="gcc"
1078 S["CPPFLAGS"]=""
1079 S["LDFLAGS"]=""
1080 S["CFLAGS"]="-g -O2 -Wall -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-error=attributes -Wno-error=cast-align -std=gnu99"
1081 S["CC"]="gcc"
1082 S["AM_BACKSLASH"]="\\"
1083 S["AM_DEFAULT_VERBOSITY"]="0"
1084 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
1085 S["AM_V"]="$(V)"
1086 S["am__untar"]="$${TAR-tar} xf -"
1087 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
1088 S["AMTAR"]="$${TAR-tar}"
1089 S["am__leading_dot"]="."
1090 S["SET_MAKE"]=""
1091 S["AWK"]="gawk"
1092 S["mkdir_p"]="$(MKDIR_P)"
1093 S["MKDIR_P"]="/bin/mkdir -p"
1094 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1095 S["STRIP"]="strip"
1096 S["install_sh"]="${SHELL} /home/nokia/mouse07410/asn1c/config/install-sh"
1097 S["MAKEINFO"]="${SHELL} /home/nokia/mouse07410/asn1c/config/missing makeinfo"
1098 S["AUTOHEADER"]="${SHELL} /home/nokia/mouse07410/asn1c/config/missing autoheader"
1099 S["AUTOMAKE"]="${SHELL} /home/nokia/mouse07410/asn1c/config/missing automake-1.15"
1100 S["AUTOCONF"]="${SHELL} /home/nokia/mouse07410/asn1c/config/missing autoconf"
1101 S["ACLOCAL"]="${SHELL} /home/nokia/mouse07410/asn1c/config/missing aclocal-1.15"
1102 S["VERSION"]="0.9.29"
1103 S["PACKAGE"]="asn1c"
1104 S["CYGPATH_W"]="echo"
1105 S["am__isrc"]=""
1106 S["INSTALL_DATA"]="${INSTALL} -m 644"
1107 S["INSTALL_SCRIPT"]="${INSTALL}"
1108 S["INSTALL_PROGRAM"]="${INSTALL}"
1109 S["target_alias"]=""
1110 S["host_alias"]=""
1111 S["build_alias"]=""
1112 S["LIBS"]=""
1113 S["ECHO_T"]=""
1114 S["ECHO_N"]="-n"
1115 S["ECHO_C"]=""
1116 S["DEFS"]="-DHAVE_CONFIG_H"
1117 S["mandir"]="${datarootdir}/man"
1118 S["localedir"]="${datarootdir}/locale"
1119 S["libdir"]="${exec_prefix}/lib"
1120 S["psdir"]="${docdir}"
1121 S["pdfdir"]="${docdir}"
1122 S["dvidir"]="${docdir}"
1123 S["htmldir"]="${docdir}"
1124 S["infodir"]="${datarootdir}/info"
1125 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1126 S["oldincludedir"]="/usr/include"
1127 S["includedir"]="${prefix}/include"
1128 S["runstatedir"]="${localstatedir}/run"
1129 S["localstatedir"]="${prefix}/var"
1130 S["sharedstatedir"]="${prefix}/com"
1131 S["sysconfdir"]="${prefix}/etc"
1132 S["datadir"]="${datarootdir}"
1133 S["datarootdir"]="${prefix}/share"
1134 S["libexecdir"]="${exec_prefix}/libexec"
1135 S["sbindir"]="${exec_prefix}/sbin"
1136 S["bindir"]="${exec_prefix}/bin"
1137 S["program_transform_name"]="s,x,x,"
1138 S["prefix"]="/usr/local"
1139 S["exec_prefix"]="${prefix}"
1140 S["PACKAGE_URL"]=""
1141 S["PACKAGE_BUGREPORT"]="vlm@lionet.info"
1142 S["PACKAGE_STRING"]="asn1c 0.9.29"
1143 S["PACKAGE_VERSION"]="0.9.29"
1144 S["PACKAGE_TARNAME"]="asn1c"
1145 S["PACKAGE_NAME"]="asn1c"
1146 S["PATH_SEPARATOR"]=":"
1147 S["SHELL"]="/bin/bash"
1148 _ACAWK
1149 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1150   for (key in S) S_is_set[key] = 1
1151   FS = "\a"
1152
1153 }
1154 {
1155   line = $ 0
1156   nfields = split(line, field, "@")
1157   substed = 0
1158   len = length(field[1])
1159   for (i = 2; i < nfields; i++) {
1160     key = field[i]
1161     keylen = length(key)
1162     if (S_is_set[key]) {
1163       value = S[key]
1164       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1165       len += length(value) + length(field[++i])
1166       substed = 1
1167     } else
1168       len += 1 + keylen
1169   }
1170
1171   print line
1172 }
1173
1174 _ACAWK
1175 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1176   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1177 else
1178   cat
1179 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1180   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1181 fi # test -n "$CONFIG_FILES"
1182
1183 # Set up the scripts for CONFIG_HEADERS section.
1184 # No need to generate them if there are no CONFIG_HEADERS.
1185 # This happens for instance with `./config.status Makefile'.
1186 if test -n "$CONFIG_HEADERS"; then
1187 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1188 BEGIN {
1189 D["PACKAGE_NAME"]=" \"asn1c\""
1190 D["PACKAGE_TARNAME"]=" \"asn1c\""
1191 D["PACKAGE_VERSION"]=" \"0.9.29\""
1192 D["PACKAGE_STRING"]=" \"asn1c 0.9.29\""
1193 D["PACKAGE_BUGREPORT"]=" \"vlm@lionet.info\""
1194 D["PACKAGE_URL"]=" \"\""
1195 D["PACKAGE"]=" \"asn1c\""
1196 D["VERSION"]=" \"0.9.29\""
1197 D["YYTEXT_POINTER"]=" 1"
1198 D["STDC_HEADERS"]=" 1"
1199 D["HAVE_SYS_TYPES_H"]=" 1"
1200 D["HAVE_SYS_STAT_H"]=" 1"
1201 D["HAVE_STDLIB_H"]=" 1"
1202 D["HAVE_STRING_H"]=" 1"
1203 D["HAVE_MEMORY_H"]=" 1"
1204 D["HAVE_STRINGS_H"]=" 1"
1205 D["HAVE_INTTYPES_H"]=" 1"
1206 D["HAVE_STDINT_H"]=" 1"
1207 D["HAVE_UNISTD_H"]=" 1"
1208 D["HAVE_DLFCN_H"]=" 1"
1209 D["LT_OBJDIR"]=" \".libs/\""
1210 D["STDC_HEADERS"]=" 1"
1211 D["HAVE_SYS_PARAM_H"]=" 1"
1212 D["HAVE_128_BIT_INT"]=" 1"
1213 D["SIZEOF_VOID_P"]=" 8"
1214 D["HAVE_STRTOIMAX"]=" 1"
1215 D["HAVE_STRTOLL"]=" 1"
1216 D["HAVE_MKSTEMPS"]=" 1"
1217 D["HAVE_TIMEGM"]=" 1"
1218 D["HAVE_DECL_STRCASECMP"]=" 1"
1219 D["HAVE_DECL_VASPRINTF"]=" 0"
1220 D["HAVE_SYMLINK"]=" 1"
1221   for (key in D) D_is_set[key] = 1
1222   FS = "\a"
1223 }
1224 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1225   line = $ 0
1226   split(line, arg, " ")
1227   if (arg[1] == "#") {
1228     defundef = arg[2]
1229     mac1 = arg[3]
1230   } else {
1231     defundef = substr(arg[1], 2)
1232     mac1 = arg[2]
1233   }
1234   split(mac1, mac2, "(") #)
1235   macro = mac2[1]
1236   prefix = substr(line, 1, index(line, defundef) - 1)
1237   if (D_is_set[macro]) {
1238     # Preserve the white space surrounding the "#".
1239     print prefix "define", macro P[macro] D[macro]
1240     next
1241   } else {
1242     # Replace #undef with comments.  This is necessary, for example,
1243     # in the case of _POSIX_SOURCE, which is predefined and required
1244     # on some systems where configure will not decide to define it.
1245     if (defundef == "undef") {
1246       print "/*", prefix defundef, macro, "*/"
1247       next
1248     }
1249   }
1250 }
1251 { print }
1252 _ACAWK
1253   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1254 fi # test -n "$CONFIG_HEADERS"
1255
1256
1257 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1258 shift
1259 for ac_tag
1260 do
1261   case $ac_tag in
1262   :[FHLC]) ac_mode=$ac_tag; continue;;
1263   esac
1264   case $ac_mode$ac_tag in
1265   :[FHL]*:*);;
1266   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1267   :[FH]-) ac_tag=-:-;;
1268   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1269   esac
1270   ac_save_IFS=$IFS
1271   IFS=:
1272   set x $ac_tag
1273   IFS=$ac_save_IFS
1274   shift
1275   ac_file=$1
1276   shift
1277
1278   case $ac_mode in
1279   :L) ac_source=$1;;
1280   :[FH])
1281     ac_file_inputs=
1282     for ac_f
1283     do
1284       case $ac_f in
1285       -) ac_f="$ac_tmp/stdin";;
1286       *) # Look for the file first in the build tree, then in the source tree
1287          # (if the path is not absolute).  The absolute path cannot be DOS-style,
1288          # because $ac_f cannot contain `:'.
1289          test -f "$ac_f" ||
1290            case $ac_f in
1291            [\\/$]*) false;;
1292            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1293            esac ||
1294            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1295       esac
1296       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1297       as_fn_append ac_file_inputs " '$ac_f'"
1298     done
1299
1300     # Let's still pretend it is `configure' which instantiates (i.e., don't
1301     # use $as_me), people would be surprised to read:
1302     #    /* config.h.  Generated by config.status.  */
1303     configure_input='Generated from '`
1304           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1305         `' by configure.'
1306     if test x"$ac_file" != x-; then
1307       configure_input="$ac_file.  $configure_input"
1308       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1309 $as_echo "$as_me: creating $ac_file" >&6;}
1310     fi
1311     # Neutralize special characters interpreted by sed in replacement strings.
1312     case $configure_input in #(
1313     *\&* | *\|* | *\\* )
1314        ac_sed_conf_input=`$as_echo "$configure_input" |
1315        sed 's/[\\\\&|]/\\\\&/g'`;; #(
1316     *) ac_sed_conf_input=$configure_input;;
1317     esac
1318
1319     case $ac_tag in
1320     *:-:* | *:-) cat >"$ac_tmp/stdin" \
1321       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1322     esac
1323     ;;
1324   esac
1325
1326   ac_dir=`$as_dirname -- "$ac_file" ||
1327 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1328          X"$ac_file" : 'X\(//\)[^/]' \| \
1329          X"$ac_file" : 'X\(//\)$' \| \
1330          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1331 $as_echo X"$ac_file" |
1332     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1333             s//\1/
1334             q
1335           }
1336           /^X\(\/\/\)[^/].*/{
1337             s//\1/
1338             q
1339           }
1340           /^X\(\/\/\)$/{
1341             s//\1/
1342             q
1343           }
1344           /^X\(\/\).*/{
1345             s//\1/
1346             q
1347           }
1348           s/.*/./; q'`
1349   as_dir="$ac_dir"; as_fn_mkdir_p
1350   ac_builddir=.
1351
1352 case "$ac_dir" in
1353 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1354 *)
1355   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1356   # A ".." for each directory in $ac_dir_suffix.
1357   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1358   case $ac_top_builddir_sub in
1359   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1360   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1361   esac ;;
1362 esac
1363 ac_abs_top_builddir=$ac_pwd
1364 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1365 # for backward compatibility:
1366 ac_top_builddir=$ac_top_build_prefix
1367
1368 case $srcdir in
1369   .)  # We are building in place.
1370     ac_srcdir=.
1371     ac_top_srcdir=$ac_top_builddir_sub
1372     ac_abs_top_srcdir=$ac_pwd ;;
1373   [\\/]* | ?:[\\/]* )  # Absolute name.
1374     ac_srcdir=$srcdir$ac_dir_suffix;
1375     ac_top_srcdir=$srcdir
1376     ac_abs_top_srcdir=$srcdir ;;
1377   *) # Relative name.
1378     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1379     ac_top_srcdir=$ac_top_build_prefix$srcdir
1380     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1381 esac
1382 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1383
1384
1385   case $ac_mode in
1386   :F)
1387   #
1388   # CONFIG_FILE
1389   #
1390
1391   case $INSTALL in
1392   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1393   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1394   esac
1395   ac_MKDIR_P=$MKDIR_P
1396   case $MKDIR_P in
1397   [\\/$]* | ?:[\\/]* ) ;;
1398   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1399   esac
1400 # If the template does not know about datarootdir, expand it.
1401 # FIXME: This hack should be removed a few years after 2.60.
1402 ac_datarootdir_hack=; ac_datarootdir_seen=
1403 ac_sed_dataroot='
1404 /datarootdir/ {
1405   p
1406   q
1407 }
1408 /@datadir@/p
1409 /@docdir@/p
1410 /@infodir@/p
1411 /@localedir@/p
1412 /@mandir@/p'
1413 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1414 *datarootdir*) ac_datarootdir_seen=yes;;
1415 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1416   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1417 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1418   ac_datarootdir_hack='
1419   s&@datadir@&${datarootdir}&g
1420   s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1421   s&@infodir@&${datarootdir}/info&g
1422   s&@localedir@&${datarootdir}/locale&g
1423   s&@mandir@&${datarootdir}/man&g
1424   s&\${datarootdir}&${prefix}/share&g' ;;
1425 esac
1426 ac_sed_extra="/^[        ]*VPATH[        ]*=[    ]*/{
1427 h
1428 s///
1429 s/^/:/
1430 s/[      ]*$/:/
1431 s/:\$(srcdir):/:/g
1432 s/:\${srcdir}:/:/g
1433 s/:@srcdir@:/:/g
1434 s/^:*//
1435 s/:*$//
1436 x
1437 s/\(=[   ]*\).*/\1/
1438 G
1439 s/\n//
1440 s/^[^=]*=[       ]*$//
1441 }
1442
1443 :t
1444 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1445 s|@configure_input@|$ac_sed_conf_input|;t t
1446 s&@top_builddir@&$ac_top_builddir_sub&;t t
1447 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1448 s&@srcdir@&$ac_srcdir&;t t
1449 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1450 s&@top_srcdir@&$ac_top_srcdir&;t t
1451 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1452 s&@builddir@&$ac_builddir&;t t
1453 s&@abs_builddir@&$ac_abs_builddir&;t t
1454 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1455 s&@INSTALL@&$ac_INSTALL&;t t
1456 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1457 $ac_datarootdir_hack
1458 "
1459 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1460   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1461
1462 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1463   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1464   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
1465       "$ac_tmp/out"`; test -z "$ac_out"; } &&
1466   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1467 which seems to be undefined.  Please make sure it is defined" >&5
1468 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1469 which seems to be undefined.  Please make sure it is defined" >&2;}
1470
1471   rm -f "$ac_tmp/stdin"
1472   case $ac_file in
1473   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1474   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1475   esac \
1476   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1477  ;;
1478   :H)
1479   #
1480   # CONFIG_HEADER
1481   #
1482   if test x"$ac_file" != x-; then
1483     {
1484       $as_echo "/* $configure_input  */" \
1485       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1486     } >"$ac_tmp/config.h" \
1487       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1488     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1489       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1490 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1491     else
1492       rm -f "$ac_file"
1493       mv "$ac_tmp/config.h" "$ac_file" \
1494         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1495     fi
1496   else
1497     $as_echo "/* $configure_input  */" \
1498       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1499       || as_fn_error $? "could not create -" "$LINENO" 5
1500   fi
1501 # Compute "$ac_file"'s index in $config_headers.
1502 _am_arg="$ac_file"
1503 _am_stamp_count=1
1504 for _am_header in $config_headers :; do
1505   case $_am_header in
1506     $_am_arg | $_am_arg:* )
1507       break ;;
1508     * )
1509       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1510   esac
1511 done
1512 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1513 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1514          X"$_am_arg" : 'X\(//\)[^/]' \| \
1515          X"$_am_arg" : 'X\(//\)$' \| \
1516          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1517 $as_echo X"$_am_arg" |
1518     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1519             s//\1/
1520             q
1521           }
1522           /^X\(\/\/\)[^/].*/{
1523             s//\1/
1524             q
1525           }
1526           /^X\(\/\/\)$/{
1527             s//\1/
1528             q
1529           }
1530           /^X\(\/\).*/{
1531             s//\1/
1532             q
1533           }
1534           s/.*/./; q'`/stamp-h$_am_stamp_count
1535  ;;
1536
1537   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1538 $as_echo "$as_me: executing $ac_file commands" >&6;}
1539  ;;
1540   esac
1541
1542
1543   case $ac_file$ac_mode in
1544     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1545   # Older Autoconf quotes --file arguments for eval, but not when files
1546   # are listed without --file.  Let's play safe and only enable the eval
1547   # if we detect the quoting.
1548   case $CONFIG_FILES in
1549   *\'*) eval set x "$CONFIG_FILES" ;;
1550   *)   set x $CONFIG_FILES ;;
1551   esac
1552   shift
1553   for mf
1554   do
1555     # Strip MF so we end up with the name of the file.
1556     mf=`echo "$mf" | sed -e 's/:.*$//'`
1557     # Check whether this is an Automake generated Makefile or not.
1558     # We used to match only the files named 'Makefile.in', but
1559     # some people rename them; so instead we look at the file content.
1560     # Grep'ing the first line is not enough: some people post-process
1561     # each Makefile.in and add a new line on top of each file to say so.
1562     # Grep'ing the whole file is not good either: AIX grep has a line
1563     # limit of 2048, but all sed's we know have understand at least 4000.
1564     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1565       dirpart=`$as_dirname -- "$mf" ||
1566 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1567          X"$mf" : 'X\(//\)[^/]' \| \
1568          X"$mf" : 'X\(//\)$' \| \
1569          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1570 $as_echo X"$mf" |
1571     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1572             s//\1/
1573             q
1574           }
1575           /^X\(\/\/\)[^/].*/{
1576             s//\1/
1577             q
1578           }
1579           /^X\(\/\/\)$/{
1580             s//\1/
1581             q
1582           }
1583           /^X\(\/\).*/{
1584             s//\1/
1585             q
1586           }
1587           s/.*/./; q'`
1588     else
1589       continue
1590     fi
1591     # Extract the definition of DEPDIR, am__include, and am__quote
1592     # from the Makefile without running 'make'.
1593     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1594     test -z "$DEPDIR" && continue
1595     am__include=`sed -n 's/^am__include = //p' < "$mf"`
1596     test -z "$am__include" && continue
1597     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1598     # Find all dependency output files, they are included files with
1599     # $(DEPDIR) in their names.  We invoke sed twice because it is the
1600     # simplest approach to changing $(DEPDIR) to its actual value in the
1601     # expansion.
1602     for file in `sed -n "
1603       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1604          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1605       # Make sure the directory exists.
1606       test -f "$dirpart/$file" && continue
1607       fdir=`$as_dirname -- "$file" ||
1608 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1609          X"$file" : 'X\(//\)[^/]' \| \
1610          X"$file" : 'X\(//\)$' \| \
1611          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1612 $as_echo X"$file" |
1613     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1614             s//\1/
1615             q
1616           }
1617           /^X\(\/\/\)[^/].*/{
1618             s//\1/
1619             q
1620           }
1621           /^X\(\/\/\)$/{
1622             s//\1/
1623             q
1624           }
1625           /^X\(\/\).*/{
1626             s//\1/
1627             q
1628           }
1629           s/.*/./; q'`
1630       as_dir=$dirpart/$fdir; as_fn_mkdir_p
1631       # echo "creating $dirpart/$file"
1632       echo '# dummy' > "$dirpart/$file"
1633     done
1634   done
1635 }
1636  ;;
1637     "libtool":C)
1638
1639     # See if we are running on zsh, and set the options that allow our
1640     # commands through without removal of \ escapes.
1641     if test -n "${ZSH_VERSION+set}"; then
1642       setopt NO_GLOB_SUBST
1643     fi
1644
1645     cfgfile=${ofile}T
1646     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1647     $RM "$cfgfile"
1648
1649     cat <<_LT_EOF >> "$cfgfile"
1650 #! $SHELL
1651 # Generated automatically by $as_me ($PACKAGE) $VERSION
1652 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1653 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1654
1655 # Provide generalized library-building support services.
1656 # Written by Gordon Matzigkeit, 1996
1657
1658 # Copyright (C) 2014 Free Software Foundation, Inc.
1659 # This is free software; see the source for copying conditions.  There is NO
1660 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1661
1662 # GNU Libtool is free software; you can redistribute it and/or modify
1663 # it under the terms of the GNU General Public License as published by
1664 # the Free Software Foundation; either version 2 of of the License, or
1665 # (at your option) any later version.
1666 #
1667 # As a special exception to the GNU General Public License, if you
1668 # distribute this file as part of a program or library that is built
1669 # using GNU Libtool, you may include this file under the  same
1670 # distribution terms that you use for the rest of that program.
1671 #
1672 # GNU Libtool is distributed in the hope that it will be useful, but
1673 # WITHOUT ANY WARRANTY; without even the implied warranty of
1674 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1675 # GNU General Public License for more details.
1676 #
1677 # You should have received a copy of the GNU General Public License
1678 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
1679
1680
1681 # The names of the tagged configurations supported by this script.
1682 available_tags='CXX '
1683
1684 # Configured defaults for sys_lib_dlsearch_path munging.
1685 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
1686
1687 # ### BEGIN LIBTOOL CONFIG
1688
1689 # Which release of libtool.m4 was used?
1690 macro_version=$macro_version
1691 macro_revision=$macro_revision
1692
1693 # Whether or not to build shared libraries.
1694 build_libtool_libs=$enable_shared
1695
1696 # Whether or not to build static libraries.
1697 build_old_libs=$enable_static
1698
1699 # What type of objects to build.
1700 pic_mode=$pic_mode
1701
1702 # Whether or not to optimize for fast installation.
1703 fast_install=$enable_fast_install
1704
1705 # Shared archive member basename,for filename based shared library versioning on AIX.
1706 shared_archive_member_spec=$shared_archive_member_spec
1707
1708 # Shell to use when invoking shell scripts.
1709 SHELL=$lt_SHELL
1710
1711 # An echo program that protects backslashes.
1712 ECHO=$lt_ECHO
1713
1714 # The PATH separator for the build system.
1715 PATH_SEPARATOR=$lt_PATH_SEPARATOR
1716
1717 # The host system.
1718 host_alias=$host_alias
1719 host=$host
1720 host_os=$host_os
1721
1722 # The build system.
1723 build_alias=$build_alias
1724 build=$build
1725 build_os=$build_os
1726
1727 # A sed program that does not truncate output.
1728 SED=$lt_SED
1729
1730 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1731 Xsed="\$SED -e 1s/^X//"
1732
1733 # A grep program that handles long lines.
1734 GREP=$lt_GREP
1735
1736 # An ERE matcher.
1737 EGREP=$lt_EGREP
1738
1739 # A literal string matcher.
1740 FGREP=$lt_FGREP
1741
1742 # A BSD- or MS-compatible name lister.
1743 NM=$lt_NM
1744
1745 # Whether we need soft or hard links.
1746 LN_S=$lt_LN_S
1747
1748 # What is the maximum length of a command?
1749 max_cmd_len=$max_cmd_len
1750
1751 # Object file suffix (normally "o").
1752 objext=$ac_objext
1753
1754 # Executable file suffix (normally "").
1755 exeext=$exeext
1756
1757 # whether the shell understands "unset".
1758 lt_unset=$lt_unset
1759
1760 # turn spaces into newlines.
1761 SP2NL=$lt_lt_SP2NL
1762
1763 # turn newlines into spaces.
1764 NL2SP=$lt_lt_NL2SP
1765
1766 # convert \$build file names to \$host format.
1767 to_host_file_cmd=$lt_cv_to_host_file_cmd
1768
1769 # convert \$build files to toolchain format.
1770 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1771
1772 # An object symbol dumper.
1773 OBJDUMP=$lt_OBJDUMP
1774
1775 # Method to check whether dependent libraries are shared objects.
1776 deplibs_check_method=$lt_deplibs_check_method
1777
1778 # Command to use when deplibs_check_method = "file_magic".
1779 file_magic_cmd=$lt_file_magic_cmd
1780
1781 # How to find potential files when deplibs_check_method = "file_magic".
1782 file_magic_glob=$lt_file_magic_glob
1783
1784 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1785 want_nocaseglob=$lt_want_nocaseglob
1786
1787 # DLL creation program.
1788 DLLTOOL=$lt_DLLTOOL
1789
1790 # Command to associate shared and link libraries.
1791 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1792
1793 # The archiver.
1794 AR=$lt_AR
1795
1796 # Flags to create an archive.
1797 AR_FLAGS=$lt_AR_FLAGS
1798
1799 # How to feed a file listing to the archiver.
1800 archiver_list_spec=$lt_archiver_list_spec
1801
1802 # A symbol stripping program.
1803 STRIP=$lt_STRIP
1804
1805 # Commands used to install an old-style archive.
1806 RANLIB=$lt_RANLIB
1807 old_postinstall_cmds=$lt_old_postinstall_cmds
1808 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1809
1810 # Whether to use a lock for old archive extraction.
1811 lock_old_archive_extraction=$lock_old_archive_extraction
1812
1813 # A C compiler.
1814 LTCC=$lt_CC
1815
1816 # LTCC compiler flags.
1817 LTCFLAGS=$lt_CFLAGS
1818
1819 # Take the output of nm and produce a listing of raw symbols and C names.
1820 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1821
1822 # Transform the output of nm in a proper C declaration.
1823 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1824
1825 # Transform the output of nm into a list of symbols to manually relocate.
1826 global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
1827
1828 # Transform the output of nm in a C name address pair.
1829 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1830
1831 # Transform the output of nm in a C name address pair when lib prefix is needed.
1832 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1833
1834 # The name lister interface.
1835 nm_interface=$lt_lt_cv_nm_interface
1836
1837 # Specify filename containing input files for \$NM.
1838 nm_file_list_spec=$lt_nm_file_list_spec
1839
1840 # The root where to search for dependent libraries,and where our libraries should be installed.
1841 lt_sysroot=$lt_sysroot
1842
1843 # Command to truncate a binary pipe.
1844 lt_truncate_bin=$lt_lt_cv_truncate_bin
1845
1846 # The name of the directory that contains temporary libtool files.
1847 objdir=$objdir
1848
1849 # Used to examine libraries when file_magic_cmd begins with "file".
1850 MAGIC_CMD=$MAGIC_CMD
1851
1852 # Must we lock files when doing compilation?
1853 need_locks=$lt_need_locks
1854
1855 # Manifest tool.
1856 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1857
1858 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1859 DSYMUTIL=$lt_DSYMUTIL
1860
1861 # Tool to change global to local symbols on Mac OS X.
1862 NMEDIT=$lt_NMEDIT
1863
1864 # Tool to manipulate fat objects and archives on Mac OS X.
1865 LIPO=$lt_LIPO
1866
1867 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1868 OTOOL=$lt_OTOOL
1869
1870 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1871 OTOOL64=$lt_OTOOL64
1872
1873 # Old archive suffix (normally "a").
1874 libext=$libext
1875
1876 # Shared library suffix (normally ".so").
1877 shrext_cmds=$lt_shrext_cmds
1878
1879 # The commands to extract the exported symbol list from a shared archive.
1880 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1881
1882 # Variables whose values should be saved in libtool wrapper scripts and
1883 # restored at link time.
1884 variables_saved_for_relink=$lt_variables_saved_for_relink
1885
1886 # Do we need the "lib" prefix for modules?
1887 need_lib_prefix=$need_lib_prefix
1888
1889 # Do we need a version for libraries?
1890 need_version=$need_version
1891
1892 # Library versioning type.
1893 version_type=$version_type
1894
1895 # Shared library runtime path variable.
1896 runpath_var=$runpath_var
1897
1898 # Shared library path variable.
1899 shlibpath_var=$shlibpath_var
1900
1901 # Is shlibpath searched before the hard-coded library search path?
1902 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1903
1904 # Format of library name prefix.
1905 libname_spec=$lt_libname_spec
1906
1907 # List of archive names.  First name is the real one, the rest are links.
1908 # The last name is the one that the linker finds with -lNAME
1909 library_names_spec=$lt_library_names_spec
1910
1911 # The coded name of the library, if different from the real name.
1912 soname_spec=$lt_soname_spec
1913
1914 # Permission mode override for installation of shared libraries.
1915 install_override_mode=$lt_install_override_mode
1916
1917 # Command to use after installation of a shared archive.
1918 postinstall_cmds=$lt_postinstall_cmds
1919
1920 # Command to use after uninstallation of a shared archive.
1921 postuninstall_cmds=$lt_postuninstall_cmds
1922
1923 # Commands used to finish a libtool library installation in a directory.
1924 finish_cmds=$lt_finish_cmds
1925
1926 # As "finish_cmds", except a single script fragment to be evaled but
1927 # not shown.
1928 finish_eval=$lt_finish_eval
1929
1930 # Whether we should hardcode library paths into libraries.
1931 hardcode_into_libs=$hardcode_into_libs
1932
1933 # Compile-time system search path for libraries.
1934 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1935
1936 # Detected run-time system search path for libraries.
1937 sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
1938
1939 # Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
1940 configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
1941
1942 # Whether dlopen is supported.
1943 dlopen_support=$enable_dlopen
1944
1945 # Whether dlopen of programs is supported.
1946 dlopen_self=$enable_dlopen_self
1947
1948 # Whether dlopen of statically linked programs is supported.
1949 dlopen_self_static=$enable_dlopen_self_static
1950
1951 # Commands to strip libraries.
1952 old_striplib=$lt_old_striplib
1953 striplib=$lt_striplib
1954
1955
1956 # The linker used to build libraries.
1957 LD=$lt_LD
1958
1959 # How to create reloadable object files.
1960 reload_flag=$lt_reload_flag
1961 reload_cmds=$lt_reload_cmds
1962
1963 # Commands used to build an old-style archive.
1964 old_archive_cmds=$lt_old_archive_cmds
1965
1966 # A language specific compiler.
1967 CC=$lt_compiler
1968
1969 # Is the compiler the GNU compiler?
1970 with_gcc=$GCC
1971
1972 # Compiler flag to turn off builtin functions.
1973 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1974
1975 # Additional compiler flags for building library objects.
1976 pic_flag=$lt_lt_prog_compiler_pic
1977
1978 # How to pass a linker flag through the compiler.
1979 wl=$lt_lt_prog_compiler_wl
1980
1981 # Compiler flag to prevent dynamic linking.
1982 link_static_flag=$lt_lt_prog_compiler_static
1983
1984 # Does compiler simultaneously support -c and -o options?
1985 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1986
1987 # Whether or not to add -lc for building shared libraries.
1988 build_libtool_need_lc=$archive_cmds_need_lc
1989
1990 # Whether or not to disallow shared libs when runtime libs are static.
1991 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1992
1993 # Compiler flag to allow reflexive dlopens.
1994 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1995
1996 # Compiler flag to generate shared objects directly from archives.
1997 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1998
1999 # Whether the compiler copes with passing no objects directly.
2000 compiler_needs_object=$lt_compiler_needs_object
2001
2002 # Create an old-style archive from a shared archive.
2003 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
2004
2005 # Create a temporary old-style archive to link instead of a shared archive.
2006 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
2007
2008 # Commands used to build a shared archive.
2009 archive_cmds=$lt_archive_cmds
2010 archive_expsym_cmds=$lt_archive_expsym_cmds
2011
2012 # Commands used to build a loadable module if different from building
2013 # a shared archive.
2014 module_cmds=$lt_module_cmds
2015 module_expsym_cmds=$lt_module_expsym_cmds
2016
2017 # Whether we are building with GNU ld or not.
2018 with_gnu_ld=$lt_with_gnu_ld
2019
2020 # Flag that allows shared libraries with undefined symbols to be built.
2021 allow_undefined_flag=$lt_allow_undefined_flag
2022
2023 # Flag that enforces no undefined symbols.
2024 no_undefined_flag=$lt_no_undefined_flag
2025
2026 # Flag to hardcode \$libdir into a binary during linking.
2027 # This must work even if \$libdir does not exist
2028 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2029
2030 # Whether we need a single "-rpath" flag with a separated argument.
2031 hardcode_libdir_separator=$lt_hardcode_libdir_separator
2032
2033 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
2034 # DIR into the resulting binary.
2035 hardcode_direct=$hardcode_direct
2036
2037 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
2038 # DIR into the resulting binary and the resulting library dependency is
2039 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
2040 # library is relocated.
2041 hardcode_direct_absolute=$hardcode_direct_absolute
2042
2043 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2044 # into the resulting binary.
2045 hardcode_minus_L=$hardcode_minus_L
2046
2047 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2048 # into the resulting binary.
2049 hardcode_shlibpath_var=$hardcode_shlibpath_var
2050
2051 # Set to "yes" if building a shared library automatically hardcodes DIR
2052 # into the library and all subsequent libraries and executables linked
2053 # against it.
2054 hardcode_automatic=$hardcode_automatic
2055
2056 # Set to yes if linker adds runtime paths of dependent libraries
2057 # to runtime path list.
2058 inherit_rpath=$inherit_rpath
2059
2060 # Whether libtool must link a program against all its dependency libraries.
2061 link_all_deplibs=$link_all_deplibs
2062
2063 # Set to "yes" if exported symbols are required.
2064 always_export_symbols=$always_export_symbols
2065
2066 # The commands to list exported symbols.
2067 export_symbols_cmds=$lt_export_symbols_cmds
2068
2069 # Symbols that should not be listed in the preloaded symbols.
2070 exclude_expsyms=$lt_exclude_expsyms
2071
2072 # Symbols that must always be exported.
2073 include_expsyms=$lt_include_expsyms
2074
2075 # Commands necessary for linking programs (against libraries) with templates.
2076 prelink_cmds=$lt_prelink_cmds
2077
2078 # Commands necessary for finishing linking programs.
2079 postlink_cmds=$lt_postlink_cmds
2080
2081 # Specify filename containing input files.
2082 file_list_spec=$lt_file_list_spec
2083
2084 # How to hardcode a shared library path into an executable.
2085 hardcode_action=$hardcode_action
2086
2087 # The directories searched by this compiler when creating a shared library.
2088 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
2089
2090 # Dependencies to place before and after the objects being linked to
2091 # create a shared library.
2092 predep_objects=$lt_predep_objects
2093 postdep_objects=$lt_postdep_objects
2094 predeps=$lt_predeps
2095 postdeps=$lt_postdeps
2096
2097 # The library search path used internally by the compiler when linking
2098 # a shared library.
2099 compiler_lib_search_path=$lt_compiler_lib_search_path
2100
2101 # ### END LIBTOOL CONFIG
2102
2103 _LT_EOF
2104
2105     cat <<'_LT_EOF' >> "$cfgfile"
2106
2107 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
2108
2109 # func_munge_path_list VARIABLE PATH
2110 # -----------------------------------
2111 # VARIABLE is name of variable containing _space_ separated list of
2112 # directories to be munged by the contents of PATH, which is string
2113 # having a format:
2114 # "DIR[:DIR]:"
2115 #       string "DIR[ DIR]" will be prepended to VARIABLE
2116 # ":DIR[:DIR]"
2117 #       string "DIR[ DIR]" will be appended to VARIABLE
2118 # "DIRP[:DIRP]::[DIRA:]DIRA"
2119 #       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
2120 #       "DIRA[ DIRA]" will be appended to VARIABLE
2121 # "DIR[:DIR]"
2122 #       VARIABLE will be replaced by "DIR[ DIR]"
2123 func_munge_path_list ()
2124 {
2125     case x$2 in
2126     x)
2127         ;;
2128     *:)
2129         eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
2130         ;;
2131     x:*)
2132         eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
2133         ;;
2134     *::*)
2135         eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
2136         eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
2137         ;;
2138     *)
2139         eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
2140         ;;
2141     esac
2142 }
2143
2144
2145 # Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
2146 func_cc_basename ()
2147 {
2148     for cc_temp in $*""; do
2149       case $cc_temp in
2150         compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
2151         distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
2152         \-*) ;;
2153         *) break;;
2154       esac
2155     done
2156     func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
2157 }
2158
2159
2160 # ### END FUNCTIONS SHARED WITH CONFIGURE
2161
2162 _LT_EOF
2163
2164   case $host_os in
2165   aix3*)
2166     cat <<\_LT_EOF >> "$cfgfile"
2167 # AIX sometimes has problems with the GCC collect2 program.  For some
2168 # reason, if we set the COLLECT_NAMES environment variable, the problems
2169 # vanish in a puff of smoke.
2170 if test set != "${COLLECT_NAMES+set}"; then
2171   COLLECT_NAMES=
2172   export COLLECT_NAMES
2173 fi
2174 _LT_EOF
2175     ;;
2176   esac
2177
2178
2179 ltmain=$ac_aux_dir/ltmain.sh
2180
2181
2182   # We use sed instead of cat because bash on DJGPP gets confused if
2183   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
2184   # text mode, it properly converts lines to CR/LF.  This bash problem
2185   # is reportedly fixed, but why not run on old versions too?
2186   sed '$q' "$ltmain" >> "$cfgfile" \
2187      || (rm -f "$cfgfile"; exit 1)
2188
2189    mv -f "$cfgfile" "$ofile" ||
2190     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2191   chmod +x "$ofile"
2192
2193
2194     cat <<_LT_EOF >> "$ofile"
2195
2196 # ### BEGIN LIBTOOL TAG CONFIG: CXX
2197
2198 # The linker used to build libraries.
2199 LD=$lt_LD_CXX
2200
2201 # How to create reloadable object files.
2202 reload_flag=$lt_reload_flag_CXX
2203 reload_cmds=$lt_reload_cmds_CXX
2204
2205 # Commands used to build an old-style archive.
2206 old_archive_cmds=$lt_old_archive_cmds_CXX
2207
2208 # A language specific compiler.
2209 CC=$lt_compiler_CXX
2210
2211 # Is the compiler the GNU compiler?
2212 with_gcc=$GCC_CXX
2213
2214 # Compiler flag to turn off builtin functions.
2215 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
2216
2217 # Additional compiler flags for building library objects.
2218 pic_flag=$lt_lt_prog_compiler_pic_CXX
2219
2220 # How to pass a linker flag through the compiler.
2221 wl=$lt_lt_prog_compiler_wl_CXX
2222
2223 # Compiler flag to prevent dynamic linking.
2224 link_static_flag=$lt_lt_prog_compiler_static_CXX
2225
2226 # Does compiler simultaneously support -c and -o options?
2227 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2228
2229 # Whether or not to add -lc for building shared libraries.
2230 build_libtool_need_lc=$archive_cmds_need_lc_CXX
2231
2232 # Whether or not to disallow shared libs when runtime libs are static.
2233 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2234
2235 # Compiler flag to allow reflexive dlopens.
2236 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2237
2238 # Compiler flag to generate shared objects directly from archives.
2239 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2240
2241 # Whether the compiler copes with passing no objects directly.
2242 compiler_needs_object=$lt_compiler_needs_object_CXX
2243
2244 # Create an old-style archive from a shared archive.
2245 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2246
2247 # Create a temporary old-style archive to link instead of a shared archive.
2248 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2249
2250 # Commands used to build a shared archive.
2251 archive_cmds=$lt_archive_cmds_CXX
2252 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2253
2254 # Commands used to build a loadable module if different from building
2255 # a shared archive.
2256 module_cmds=$lt_module_cmds_CXX
2257 module_expsym_cmds=$lt_module_expsym_cmds_CXX
2258
2259 # Whether we are building with GNU ld or not.
2260 with_gnu_ld=$lt_with_gnu_ld_CXX
2261
2262 # Flag that allows shared libraries with undefined symbols to be built.
2263 allow_undefined_flag=$lt_allow_undefined_flag_CXX
2264
2265 # Flag that enforces no undefined symbols.
2266 no_undefined_flag=$lt_no_undefined_flag_CXX
2267
2268 # Flag to hardcode \$libdir into a binary during linking.
2269 # This must work even if \$libdir does not exist
2270 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2271
2272 # Whether we need a single "-rpath" flag with a separated argument.
2273 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2274
2275 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
2276 # DIR into the resulting binary.
2277 hardcode_direct=$hardcode_direct_CXX
2278
2279 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
2280 # DIR into the resulting binary and the resulting library dependency is
2281 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
2282 # library is relocated.
2283 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2284
2285 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2286 # into the resulting binary.
2287 hardcode_minus_L=$hardcode_minus_L_CXX
2288
2289 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2290 # into the resulting binary.
2291 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2292
2293 # Set to "yes" if building a shared library automatically hardcodes DIR
2294 # into the library and all subsequent libraries and executables linked
2295 # against it.
2296 hardcode_automatic=$hardcode_automatic_CXX
2297
2298 # Set to yes if linker adds runtime paths of dependent libraries
2299 # to runtime path list.
2300 inherit_rpath=$inherit_rpath_CXX
2301
2302 # Whether libtool must link a program against all its dependency libraries.
2303 link_all_deplibs=$link_all_deplibs_CXX
2304
2305 # Set to "yes" if exported symbols are required.
2306 always_export_symbols=$always_export_symbols_CXX
2307
2308 # The commands to list exported symbols.
2309 export_symbols_cmds=$lt_export_symbols_cmds_CXX
2310
2311 # Symbols that should not be listed in the preloaded symbols.
2312 exclude_expsyms=$lt_exclude_expsyms_CXX
2313
2314 # Symbols that must always be exported.
2315 include_expsyms=$lt_include_expsyms_CXX
2316
2317 # Commands necessary for linking programs (against libraries) with templates.
2318 prelink_cmds=$lt_prelink_cmds_CXX
2319
2320 # Commands necessary for finishing linking programs.
2321 postlink_cmds=$lt_postlink_cmds_CXX
2322
2323 # Specify filename containing input files.
2324 file_list_spec=$lt_file_list_spec_CXX
2325
2326 # How to hardcode a shared library path into an executable.
2327 hardcode_action=$hardcode_action_CXX
2328
2329 # The directories searched by this compiler when creating a shared library.
2330 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2331
2332 # Dependencies to place before and after the objects being linked to
2333 # create a shared library.
2334 predep_objects=$lt_predep_objects_CXX
2335 postdep_objects=$lt_postdep_objects_CXX
2336 predeps=$lt_predeps_CXX
2337 postdeps=$lt_postdeps_CXX
2338
2339 # The library search path used internally by the compiler when linking
2340 # a shared library.
2341 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2342
2343 # ### END LIBTOOL TAG CONFIG: CXX
2344 _LT_EOF
2345
2346  ;;
2347
2348   esac
2349 done # for ac_tag
2350
2351
2352 as_fn_exit 0