changed each element name and source clean-up.
[platform/adaptation/emulator/gst-plugins-emulator.git] / config.status
1 #! /bin/sh
2 # Generated by configure.
3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists.
6
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10
11 SHELL=${CONFIG_SHELL-/bin/sh}
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 case $0 in #((
93   *[\\/]* ) as_myself=$0 ;;
94   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
96 do
97   IFS=$as_save_IFS
98   test -z "$as_dir" && as_dir=.
99     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100   done
101 IFS=$as_save_IFS
102
103      ;;
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108   as_myself=$0
109 fi
110 if test ! -f "$as_myself"; then
111   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112   exit 1
113 fi
114
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there.  '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
126
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
132
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136
137 # as_fn_error STATUS ERROR [LINENO LOG_FD]
138 # ----------------------------------------
139 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
140 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
141 # script with STATUS, using 1 if that was 0.
142 as_fn_error ()
143 {
144   as_status=$1; test $as_status -eq 0 && as_status=1
145   if test "$4"; then
146     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
147     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
148   fi
149   $as_echo "$as_me: error: $2" >&2
150   as_fn_exit $as_status
151 } # as_fn_error
152
153
154 # as_fn_set_status STATUS
155 # -----------------------
156 # Set $? to STATUS, without forking.
157 as_fn_set_status ()
158 {
159   return $1
160 } # as_fn_set_status
161
162 # as_fn_exit STATUS
163 # -----------------
164 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
165 as_fn_exit ()
166 {
167   set +e
168   as_fn_set_status $1
169   exit $1
170 } # as_fn_exit
171
172 # as_fn_unset VAR
173 # ---------------
174 # Portably unset VAR.
175 as_fn_unset ()
176 {
177   { eval $1=; unset $1;}
178 }
179 as_unset=as_fn_unset
180 # as_fn_append VAR VALUE
181 # ----------------------
182 # Append the text in VALUE to the end of the definition contained in VAR. Take
183 # advantage of any shell optimizations that allow amortized linear growth over
184 # repeated appends, instead of the typical quadratic growth present in naive
185 # implementations.
186 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
187   eval 'as_fn_append ()
188   {
189     eval $1+=\$2
190   }'
191 else
192   as_fn_append ()
193   {
194     eval $1=\$$1\$2
195   }
196 fi # as_fn_append
197
198 # as_fn_arith ARG...
199 # ------------------
200 # Perform arithmetic evaluation on the ARGs, and store the result in the
201 # global $as_val. Take advantage of shells that can avoid forks. The arguments
202 # must be portable across $(()) and expr.
203 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
204   eval 'as_fn_arith ()
205   {
206     as_val=$(( $* ))
207   }'
208 else
209   as_fn_arith ()
210   {
211     as_val=`expr "$@" || test $? -eq 1`
212   }
213 fi # as_fn_arith
214
215
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217    test "X`expr 00001 : '.*\(...\)'`" = X001; then
218   as_expr=expr
219 else
220   as_expr=false
221 fi
222
223 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
224   as_basename=basename
225 else
226   as_basename=false
227 fi
228
229 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
230   as_dirname=dirname
231 else
232   as_dirname=false
233 fi
234
235 as_me=`$as_basename -- "$0" ||
236 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
237          X"$0" : 'X\(//\)$' \| \
238          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
239 $as_echo X/"$0" |
240     sed '/^.*\/\([^/][^/]*\)\/*$/{
241             s//\1/
242             q
243           }
244           /^X\/\(\/\/\)$/{
245             s//\1/
246             q
247           }
248           /^X\/\(\/\).*/{
249             s//\1/
250             q
251           }
252           s/.*/./; q'`
253
254 # Avoid depending upon Character Ranges.
255 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
256 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
257 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
258 as_cr_digits='0123456789'
259 as_cr_alnum=$as_cr_Letters$as_cr_digits
260
261 ECHO_C= ECHO_N= ECHO_T=
262 case `echo -n x` in #(((((
263 -n*)
264   case `echo 'xy\c'` in
265   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
266   xy)  ECHO_C='\c';;
267   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
268        ECHO_T=' ';;
269   esac;;
270 *)
271   ECHO_N='-n';;
272 esac
273
274 rm -f conf$$ conf$$.exe conf$$.file
275 if test -d conf$$.dir; then
276   rm -f conf$$.dir/conf$$.file
277 else
278   rm -f conf$$.dir
279   mkdir conf$$.dir 2>/dev/null
280 fi
281 if (echo >conf$$.file) 2>/dev/null; then
282   if ln -s conf$$.file conf$$ 2>/dev/null; then
283     as_ln_s='ln -s'
284     # ... but there are two gotchas:
285     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
286     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
287     # In both cases, we have to default to `cp -p'.
288     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
289       as_ln_s='cp -p'
290   elif ln conf$$.file conf$$ 2>/dev/null; then
291     as_ln_s=ln
292   else
293     as_ln_s='cp -p'
294   fi
295 else
296   as_ln_s='cp -p'
297 fi
298 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
299 rmdir conf$$.dir 2>/dev/null
300
301
302 # as_fn_mkdir_p
303 # -------------
304 # Create "$as_dir" as a directory, including parents if necessary.
305 as_fn_mkdir_p ()
306 {
307
308   case $as_dir in #(
309   -*) as_dir=./$as_dir;;
310   esac
311   test -d "$as_dir" || eval $as_mkdir_p || {
312     as_dirs=
313     while :; do
314       case $as_dir in #(
315       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
316       *) as_qdir=$as_dir;;
317       esac
318       as_dirs="'$as_qdir' $as_dirs"
319       as_dir=`$as_dirname -- "$as_dir" ||
320 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
321          X"$as_dir" : 'X\(//\)[^/]' \| \
322          X"$as_dir" : 'X\(//\)$' \| \
323          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
324 $as_echo X"$as_dir" |
325     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
326             s//\1/
327             q
328           }
329           /^X\(\/\/\)[^/].*/{
330             s//\1/
331             q
332           }
333           /^X\(\/\/\)$/{
334             s//\1/
335             q
336           }
337           /^X\(\/\).*/{
338             s//\1/
339             q
340           }
341           s/.*/./; q'`
342       test -d "$as_dir" && break
343     done
344     test -z "$as_dirs" || eval "mkdir $as_dirs"
345   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
346
347
348 } # as_fn_mkdir_p
349 if mkdir -p . 2>/dev/null; then
350   as_mkdir_p='mkdir -p "$as_dir"'
351 else
352   test -d ./-p && rmdir ./-p
353   as_mkdir_p=false
354 fi
355
356 if test -x / >/dev/null 2>&1; then
357   as_test_x='test -x'
358 else
359   if ls -dL / >/dev/null 2>&1; then
360     as_ls_L_option=L
361   else
362     as_ls_L_option=
363   fi
364   as_test_x='
365     eval sh -c '\''
366       if test -d "$1"; then
367         test -d "$1/.";
368       else
369         case $1 in #(
370         -*)set "./$1";;
371         esac;
372         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
373         ???[sx]*):;;*)false;;esac;fi
374     '\'' sh
375   '
376 fi
377 as_executable_p=$as_test_x
378
379 # Sed expression to map a string onto a valid CPP name.
380 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
381
382 # Sed expression to map a string onto a valid variable name.
383 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
384
385
386 exec 6>&1
387 ## ----------------------------------- ##
388 ## Main body of $CONFIG_STATUS script. ##
389 ## ----------------------------------- ##
390 # Save the log message, to keep $0 and so on meaningful, and to
391 # report actual input values of CONFIG_FILES etc. instead of their
392 # values after options handling.
393 ac_log="
394 This file was extended by my-plugin-package $as_me 0.10.0, which was
395 generated by GNU Autoconf 2.67.  Invocation command line was
396
397   CONFIG_FILES    = $CONFIG_FILES
398   CONFIG_HEADERS  = $CONFIG_HEADERS
399   CONFIG_LINKS    = $CONFIG_LINKS
400   CONFIG_COMMANDS = $CONFIG_COMMANDS
401   $ $0 $@
402
403 on `(hostname || uname -n) 2>/dev/null | sed 1q`
404 "
405
406 # Files that config.status was made for.
407 config_files=" Makefile src/Makefile"
408 config_headers=" config.h"
409 config_commands=" depfiles libtool"
410
411 ac_cs_usage="\
412 \`$as_me' instantiates files and other configuration actions
413 from templates according to the current configuration.  Unless the files
414 and actions are specified as TAGs, all are instantiated by default.
415
416 Usage: $0 [OPTION]... [TAG]...
417
418   -h, --help       print this help, then exit
419   -V, --version    print version number and configuration settings, then exit
420       --config     print configuration, then exit
421   -q, --quiet, --silent
422                    do not print progress messages
423   -d, --debug      don't remove temporary files
424       --recheck    update $as_me by reconfiguring in the same conditions
425       --file=FILE[:TEMPLATE]
426                    instantiate the configuration file FILE
427       --header=FILE[:TEMPLATE]
428                    instantiate the configuration header FILE
429
430 Configuration files:
431 $config_files
432
433 Configuration headers:
434 $config_headers
435
436 Configuration commands:
437 $config_commands
438
439 Report bugs to the package provider."
440
441 ac_cs_config="'CFLAGS=-Wall' 'PKG_CONFIG_PATH=/home/kt/sbs/target-i386/usr/lib/pkgconfig:/home/kt/sbs/target-i386/usr/share/pkgconfig:/home/kt/sbs/tools/usr/share/pkgconfig'"
442 ac_cs_version="\
443 my-plugin-package config.status 0.10.0
444 configured by ./configure, generated by GNU Autoconf 2.67,
445   with options \"$ac_cs_config\"
446
447 Copyright (C) 2010 Free Software Foundation, Inc.
448 This config.status script is free software; the Free Software Foundation
449 gives unlimited permission to copy, distribute and modify it."
450
451 ac_pwd='/home/kt/codec/dev/gst-emul_20130124'
452 srcdir='.'
453 INSTALL='/usr/bin/install -c'
454 MKDIR_P='/bin/mkdir -p'
455 AWK='gawk'
456 test -n "$AWK" || AWK=awk
457 # The default lists apply if the user does not specify any file.
458 ac_need_defaults=:
459 while test $# != 0
460 do
461   case $1 in
462   --*=?*)
463     ac_option=`expr "X$1" : 'X\([^=]*\)='`
464     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
465     ac_shift=:
466     ;;
467   --*=)
468     ac_option=`expr "X$1" : 'X\([^=]*\)='`
469     ac_optarg=
470     ac_shift=:
471     ;;
472   *)
473     ac_option=$1
474     ac_optarg=$2
475     ac_shift=shift
476     ;;
477   esac
478
479   case $ac_option in
480   # Handling of the options.
481   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
482     ac_cs_recheck=: ;;
483   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
484     $as_echo "$ac_cs_version"; exit ;;
485   --config | --confi | --conf | --con | --co | --c )
486     $as_echo "$ac_cs_config"; exit ;;
487   --debug | --debu | --deb | --de | --d | -d )
488     debug=: ;;
489   --file | --fil | --fi | --f )
490     $ac_shift
491     case $ac_optarg in
492     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
493     '') as_fn_error $? "missing file argument" ;;
494     esac
495     as_fn_append CONFIG_FILES " '$ac_optarg'"
496     ac_need_defaults=false;;
497   --header | --heade | --head | --hea )
498     $ac_shift
499     case $ac_optarg in
500     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
501     esac
502     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
503     ac_need_defaults=false;;
504   --he | --h)
505     # Conflict between --help and --header
506     as_fn_error $? "ambiguous option: \`$1'
507 Try \`$0 --help' for more information.";;
508   --help | --hel | -h )
509     $as_echo "$ac_cs_usage"; exit ;;
510   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
511   | -silent | --silent | --silen | --sile | --sil | --si | --s)
512     ac_cs_silent=: ;;
513
514   # This is an error.
515   -*) as_fn_error $? "unrecognized option: \`$1'
516 Try \`$0 --help' for more information." ;;
517
518   *) as_fn_append ac_config_targets " $1"
519      ac_need_defaults=false ;;
520
521   esac
522   shift
523 done
524
525 ac_configure_extra_args=
526
527 if $ac_cs_silent; then
528   exec 6>/dev/null
529   ac_configure_extra_args="$ac_configure_extra_args --silent"
530 fi
531
532 if $ac_cs_recheck; then
533   set X '/bin/sh' './configure'  'CFLAGS=-Wall' 'PKG_CONFIG_PATH=/home/kt/sbs/target-i386/usr/lib/pkgconfig:/home/kt/sbs/target-i386/usr/share/pkgconfig:/home/kt/sbs/tools/usr/share/pkgconfig' $ac_configure_extra_args --no-create --no-recursion
534   shift
535   $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
536   CONFIG_SHELL='/bin/sh'
537   export CONFIG_SHELL
538   exec "$@"
539 fi
540
541 exec 5>>config.log
542 {
543   echo
544   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
545 ## Running $as_me. ##
546 _ASBOX
547   $as_echo "$ac_log"
548 } >&5
549
550 #
551 # INIT-COMMANDS
552 #
553 AMDEP_TRUE="" ac_aux_dir="."
554
555
556 # The HP-UX ksh and POSIX shell print the target directory to stdout
557 # if CDPATH is set.
558 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
559
560 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
561 double_quote_subst='s/\(["`\\]\)/\\\1/g'
562 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
563 macro_version='2.2.6b'
564 macro_revision='1.3017'
565 enable_shared='yes'
566 enable_static='yes'
567 pic_mode='default'
568 enable_fast_install='yes'
569 host_alias=''
570 host='i686-pc-linux-gnu'
571 host_os='linux-gnu'
572 build_alias=''
573 build='i686-pc-linux-gnu'
574 build_os='linux-gnu'
575 SED='/bin/sed'
576 Xsed='/bin/sed -e 1s/^X//'
577 GREP='/bin/grep'
578 EGREP='/bin/grep -E'
579 FGREP='/bin/grep -F'
580 LD='/usr/bin/ld'
581 NM='/usr/bin/nm -B'
582 LN_S='ln -s'
583 max_cmd_len='1572864'
584 ac_objext='o'
585 exeext=''
586 lt_unset='unset'
587 lt_SP2NL='tr \040 \012'
588 lt_NL2SP='tr \015\012 \040\040'
589 reload_flag=' -r'
590 reload_cmds='$LD$reload_flag -o $output$reload_objs'
591 OBJDUMP='objdump'
592 deplibs_check_method='pass_all'
593 file_magic_cmd='$MAGIC_CMD'
594 AR='ar'
595 AR_FLAGS='cru'
596 STRIP='strip'
597 RANLIB='ranlib'
598 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
599 old_postuninstall_cmds=''
600 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
601 CC='gcc'
602 CFLAGS='-Wall -Wall'
603 compiler='gcc'
604 GCC='yes'
605 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
606 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
607 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
608 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
609 objdir='.libs'
610 SHELL='/bin/sh'
611 ECHO='echo'
612 MAGIC_CMD='file'
613 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
614 lt_prog_compiler_wl='-Wl,'
615 lt_prog_compiler_pic=' -fPIC -DPIC'
616 lt_prog_compiler_static='-static'
617 lt_cv_prog_compiler_c_o='yes'
618 need_locks='no'
619 DSYMUTIL=''
620 NMEDIT=''
621 LIPO=''
622 OTOOL=''
623 OTOOL64=''
624 libext='a'
625 shrext_cmds='.so'
626 extract_expsyms_cmds=''
627 archive_cmds_need_lc='no'
628 enable_shared_with_static_runtimes='no'
629 export_dynamic_flag_spec='${wl}--export-dynamic'
630 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
631 compiler_needs_object='no'
632 old_archive_from_new_cmds=''
633 old_archive_from_expsyms_cmds=''
634 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
635 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
636             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
637             echo "local: *; };" >> $output_objdir/$libname.ver~
638             $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
639 module_cmds=''
640 module_expsym_cmds=''
641 with_gnu_ld='yes'
642 allow_undefined_flag=''
643 no_undefined_flag=''
644 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
645 hardcode_libdir_flag_spec_ld=''
646 hardcode_libdir_separator=''
647 hardcode_direct='no'
648 hardcode_direct_absolute='no'
649 hardcode_minus_L='no'
650 hardcode_shlibpath_var='unsupported'
651 hardcode_automatic='no'
652 inherit_rpath='no'
653 link_all_deplibs='no'
654 fix_srcfile_path=''
655 always_export_symbols='no'
656 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
657 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
658 include_expsyms=''
659 prelink_cmds=''
660 file_list_spec=''
661 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
662 need_lib_prefix='no'
663 need_version='no'
664 version_type='linux'
665 runpath_var='LD_RUN_PATH'
666 shlibpath_var='LD_LIBRARY_PATH'
667 shlibpath_overrides_runpath='no'
668 libname_spec='lib$name'
669 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
670 soname_spec='${libname}${release}${shared_ext}$major'
671 postinstall_cmds=''
672 postuninstall_cmds=''
673 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
674 finish_eval=''
675 hardcode_into_libs='yes'
676 sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.5.3 /usr/lib /lib'
677 sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib '
678 hardcode_action='immediate'
679 enable_dlopen='unknown'
680 enable_dlopen_self='unknown'
681 enable_dlopen_self_static='unknown'
682 old_striplib='strip --strip-debug'
683 striplib='strip --strip-unneeded'
684
685 LTCC='gcc'
686 LTCFLAGS='-Wall'
687 compiler='gcc'
688
689 # Quote evaled strings.
690 for var in SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd AR AR_FLAGS STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix SHELL ECHO lt_prog_compiler_no_builtin_flag lt_prog_compiler_wl lt_prog_compiler_pic lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator fix_srcfile_path exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec finish_eval old_striplib striplib; do
691     case `eval \\$ECHO "X\\$$var"` in
692     *[\\\`\"\$]*)
693       eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
694       ;;
695     *)
696       eval "lt_$var=\\\"\$$var\\\""
697       ;;
698     esac
699 done
700
701 # Double-quote double-evaled strings.
702 for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec; do
703     case `eval \\$ECHO "X\\$$var"` in
704     *[\\\`\"\$]*)
705       eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
706       ;;
707     *)
708       eval "lt_$var=\\\"\$$var\\\""
709       ;;
710     esac
711 done
712
713 # Fix-up fallback echo if it was mangled by the above quoting rules.
714 case $lt_ECHO in
715 *'\$0 --fallback-echo"')  lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
716   ;;
717 esac
718
719 ac_aux_dir='.'
720 xsi_shell='yes'
721 lt_shell_append='yes'
722
723 # See if we are running on zsh, and set the options which allow our
724 # commands through without removal of \ escapes INIT.
725 if test -n "${ZSH_VERSION+set}" ; then
726    setopt NO_GLOB_SUBST
727 fi
728
729
730     PACKAGE='my-plugin-package'
731     VERSION='0.10.0'
732     TIMESTAMP=''
733     RM='rm -f'
734     ofile='libtool'
735
736
737
738
739
740 # Handling of arguments.
741 for ac_config_target in $ac_config_targets
742 do
743   case $ac_config_target in
744     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
745     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
746     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
747     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
748     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
749
750   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
751   esac
752 done
753
754
755 # If the user did not use the arguments to specify the items to instantiate,
756 # then the envvar interface is used.  Set only those that are not.
757 # We use the long form for the default assignment because of an extremely
758 # bizarre bug on SunOS 4.1.3.
759 if $ac_need_defaults; then
760   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
761   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
762   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
763 fi
764
765 # Have a temporary directory for convenience.  Make it in the build tree
766 # simply because there is no reason against having it here, and in addition,
767 # creating and moving files from /tmp can sometimes cause problems.
768 # Hook for its removal unless debugging.
769 # Note that there is a small window in which the directory will not be cleaned:
770 # after its creation but before its name has been assigned to `$tmp'.
771 $debug ||
772 {
773   tmp=
774   trap 'exit_status=$?
775   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
776 ' 0
777   trap 'as_fn_exit 1' 1 2 13 15
778 }
779 # Create a (secure) tmp directory for tmp files.
780
781 {
782   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
783   test -n "$tmp" && test -d "$tmp"
784 }  ||
785 {
786   tmp=./conf$$-$RANDOM
787   (umask 077 && mkdir "$tmp")
788 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
789
790 # Set up the scripts for CONFIG_FILES section.
791 # No need to generate them if there are no CONFIG_FILES.
792 # This happens for instance with `./config.status config.h'.
793 if test -n "$CONFIG_FILES"; then
794
795
796 ac_cr=`echo X | tr X '\015'`
797 # On cygwin, bash can eat \r inside `` if the user requested igncr.
798 # But we know of no other shell where ac_cr would be empty at this
799 # point, so we can use a bashism as a fallback.
800 if test "x$ac_cr" = x; then
801   eval ac_cr=\$\'\\r\'
802 fi
803 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
804 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
805   ac_cs_awk_cr='\\r'
806 else
807   ac_cs_awk_cr=$ac_cr
808 fi
809
810 echo 'BEGIN {' >"$tmp/subs1.awk" &&
811 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
812 S["am__EXEEXT_FALSE"]=""
813 S["am__EXEEXT_TRUE"]="#"
814 S["LTLIBOBJS"]=""
815 S["LIBOBJS"]=""
816 S["GST_PLUGIN_LDFLAGS"]="-module -avoid-version -export-symbols-regex _*\\(gst_\\|Gst\\|GST_\\).*"
817 S["plugindir"]="$(libdir)/gstreamer-0.10"
818 S["GST_LIBS"]="-pthread -lgstbase-0.10 -lgstcontroller-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lxml2 -lgthread-2.0 -lrt -lglib-2.0  "
819 S["GST_CFLAGS"]="-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -Wall"
820 S["PKG_CONFIG_LIBDIR"]=""
821 S["PKG_CONFIG_PATH"]="/home/kt/sbs/target-i386/usr/lib/pkgconfig:/home/kt/sbs/target-i386/usr/share/pkgconfig:/home/kt/sbs/tools/usr/share/pkgconfig"
822 S["PKG_CONFIG"]="/usr/bin/pkg-config"
823 S["HAVE_PKGCONFIG"]=" "
824 S["CPP"]="gcc -E"
825 S["OTOOL64"]=""
826 S["OTOOL"]=""
827 S["LIPO"]=""
828 S["NMEDIT"]=""
829 S["DSYMUTIL"]=""
830 S["lt_ECHO"]="echo"
831 S["RANLIB"]="ranlib"
832 S["AR"]="ar"
833 S["OBJDUMP"]="objdump"
834 S["LN_S"]="ln -s"
835 S["NM"]="/usr/bin/nm -B"
836 S["ac_ct_DUMPBIN"]=""
837 S["DUMPBIN"]=""
838 S["LD"]="/usr/bin/ld"
839 S["FGREP"]="/bin/grep -F"
840 S["EGREP"]="/bin/grep -E"
841 S["GREP"]="/bin/grep"
842 S["SED"]="/bin/sed"
843 S["host_os"]="linux-gnu"
844 S["host_vendor"]="pc"
845 S["host_cpu"]="i686"
846 S["host"]="i686-pc-linux-gnu"
847 S["build_os"]="linux-gnu"
848 S["build_vendor"]="pc"
849 S["build_cpu"]="i686"
850 S["build"]="i686-pc-linux-gnu"
851 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
852 S["am__fastdepCC_FALSE"]="#"
853 S["am__fastdepCC_TRUE"]=""
854 S["CCDEPMODE"]="depmode=gcc3"
855 S["AMDEPBACKSLASH"]="\\"
856 S["AMDEP_FALSE"]="#"
857 S["AMDEP_TRUE"]=""
858 S["am__quote"]=""
859 S["am__include"]="include"
860 S["DEPDIR"]=".deps"
861 S["OBJEXT"]="o"
862 S["EXEEXT"]=""
863 S["ac_ct_CC"]="gcc"
864 S["CPPFLAGS"]=""
865 S["LDFLAGS"]=""
866 S["CFLAGS"]="-Wall -Wall"
867 S["CC"]="gcc"
868 S["MAINT"]=""
869 S["MAINTAINER_MODE_FALSE"]="#"
870 S["MAINTAINER_MODE_TRUE"]=""
871 S["am__untar"]="${AMTAR} xf -"
872 S["am__tar"]="${AMTAR} chof - \"$$tardir\""
873 S["AMTAR"]="${SHELL} /home/kt/codec/dev/gst-emul_20130124/missing --run tar"
874 S["am__leading_dot"]="."
875 S["SET_MAKE"]=""
876 S["AWK"]="gawk"
877 S["mkdir_p"]="/bin/mkdir -p"
878 S["MKDIR_P"]="/bin/mkdir -p"
879 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
880 S["STRIP"]="strip"
881 S["install_sh"]="${SHELL} /home/kt/codec/dev/gst-emul_20130124/install-sh"
882 S["MAKEINFO"]="${SHELL} /home/kt/codec/dev/gst-emul_20130124/missing --run makeinfo"
883 S["AUTOHEADER"]="${SHELL} /home/kt/codec/dev/gst-emul_20130124/missing --run autoheader"
884 S["AUTOMAKE"]="${SHELL} /home/kt/codec/dev/gst-emul_20130124/missing --run automake-1.11"
885 S["AUTOCONF"]="${SHELL} /home/kt/codec/dev/gst-emul_20130124/missing --run autoconf"
886 S["ACLOCAL"]="${SHELL} /home/kt/codec/dev/gst-emul_20130124/missing --run aclocal-1.11"
887 S["VERSION"]="0.10.0"
888 S["PACKAGE"]="my-plugin-package"
889 S["CYGPATH_W"]="echo"
890 S["am__isrc"]=""
891 S["INSTALL_DATA"]="${INSTALL} -m 644"
892 S["INSTALL_SCRIPT"]="${INSTALL}"
893 S["INSTALL_PROGRAM"]="${INSTALL}"
894 S["target_alias"]=""
895 S["host_alias"]=""
896 S["build_alias"]=""
897 S["LIBS"]=""
898 S["ECHO_T"]=""
899 S["ECHO_N"]="-n"
900 S["ECHO_C"]=""
901 S["DEFS"]="-DHAVE_CONFIG_H"
902 S["mandir"]="${datarootdir}/man"
903 S["localedir"]="${datarootdir}/locale"
904 S["libdir"]="${exec_prefix}/lib"
905 S["psdir"]="${docdir}"
906 S["pdfdir"]="${docdir}"
907 S["dvidir"]="${docdir}"
908 S["htmldir"]="${docdir}"
909 S["infodir"]="${datarootdir}/info"
910 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
911 S["oldincludedir"]="/usr/include"
912 S["includedir"]="${prefix}/include"
913 S["localstatedir"]="${prefix}/var"
914 S["sharedstatedir"]="${prefix}/com"
915 S["sysconfdir"]="${prefix}/etc"
916 S["datadir"]="${datarootdir}"
917 S["datarootdir"]="${prefix}/share"
918 S["libexecdir"]="${exec_prefix}/libexec"
919 S["sbindir"]="${exec_prefix}/sbin"
920 S["bindir"]="${exec_prefix}/bin"
921 S["program_transform_name"]="s,x,x,"
922 S["prefix"]="/usr/local"
923 S["exec_prefix"]="${prefix}"
924 S["PACKAGE_URL"]=""
925 S["PACKAGE_BUGREPORT"]=""
926 S["PACKAGE_STRING"]="my-plugin-package 0.10.0"
927 S["PACKAGE_VERSION"]="0.10.0"
928 S["PACKAGE_TARNAME"]="my-plugin-package"
929 S["PACKAGE_NAME"]="my-plugin-package"
930 S["PATH_SEPARATOR"]=":"
931 S["SHELL"]="/bin/sh"
932 _ACAWK
933 cat >>"$tmp/subs1.awk" <<_ACAWK &&
934   for (key in S) S_is_set[key] = 1
935   FS = "\a"
936
937 }
938 {
939   line = $ 0
940   nfields = split(line, field, "@")
941   substed = 0
942   len = length(field[1])
943   for (i = 2; i < nfields; i++) {
944     key = field[i]
945     keylen = length(key)
946     if (S_is_set[key]) {
947       value = S[key]
948       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
949       len += length(value) + length(field[++i])
950       substed = 1
951     } else
952       len += 1 + keylen
953   }
954
955   print line
956 }
957
958 _ACAWK
959 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
960   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
961 else
962   cat
963 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
964   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
965 fi # test -n "$CONFIG_FILES"
966
967 # Set up the scripts for CONFIG_HEADERS section.
968 # No need to generate them if there are no CONFIG_HEADERS.
969 # This happens for instance with `./config.status Makefile'.
970 if test -n "$CONFIG_HEADERS"; then
971 cat >"$tmp/defines.awk" <<\_ACAWK ||
972 BEGIN {
973 D["PACKAGE_NAME"]=" \"my-plugin-package\""
974 D["PACKAGE_TARNAME"]=" \"my-plugin-package\""
975 D["PACKAGE_VERSION"]=" \"0.10.0\""
976 D["PACKAGE_STRING"]=" \"my-plugin-package 0.10.0\""
977 D["PACKAGE_BUGREPORT"]=" \"\""
978 D["PACKAGE_URL"]=" \"\""
979 D["PACKAGE"]=" \"my-plugin-package\""
980 D["VERSION"]=" \"0.10.0\""
981 D["STDC_HEADERS"]=" 1"
982 D["HAVE_SYS_TYPES_H"]=" 1"
983 D["HAVE_SYS_STAT_H"]=" 1"
984 D["HAVE_STDLIB_H"]=" 1"
985 D["HAVE_STRING_H"]=" 1"
986 D["HAVE_MEMORY_H"]=" 1"
987 D["HAVE_STRINGS_H"]=" 1"
988 D["HAVE_INTTYPES_H"]=" 1"
989 D["HAVE_STDINT_H"]=" 1"
990 D["HAVE_UNISTD_H"]=" 1"
991 D["HAVE_DLFCN_H"]=" 1"
992 D["LT_OBJDIR"]=" \".libs/\""
993   for (key in D) D_is_set[key] = 1
994   FS = "\a"
995 }
996 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
997   line = $ 0
998   split(line, arg, " ")
999   if (arg[1] == "#") {
1000     defundef = arg[2]
1001     mac1 = arg[3]
1002   } else {
1003     defundef = substr(arg[1], 2)
1004     mac1 = arg[2]
1005   }
1006   split(mac1, mac2, "(") #)
1007   macro = mac2[1]
1008   prefix = substr(line, 1, index(line, defundef) - 1)
1009   if (D_is_set[macro]) {
1010     # Preserve the white space surrounding the "#".
1011     print prefix "define", macro P[macro] D[macro]
1012     next
1013   } else {
1014     # Replace #undef with comments.  This is necessary, for example,
1015     # in the case of _POSIX_SOURCE, which is predefined and required
1016     # on some systems where configure will not decide to define it.
1017     if (defundef == "undef") {
1018       print "/*", prefix defundef, macro, "*/"
1019       next
1020     }
1021   }
1022 }
1023 { print }
1024 _ACAWK
1025   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1026 fi # test -n "$CONFIG_HEADERS"
1027
1028
1029 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1030 shift
1031 for ac_tag
1032 do
1033   case $ac_tag in
1034   :[FHLC]) ac_mode=$ac_tag; continue;;
1035   esac
1036   case $ac_mode$ac_tag in
1037   :[FHL]*:*);;
1038   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
1039   :[FH]-) ac_tag=-:-;;
1040   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1041   esac
1042   ac_save_IFS=$IFS
1043   IFS=:
1044   set x $ac_tag
1045   IFS=$ac_save_IFS
1046   shift
1047   ac_file=$1
1048   shift
1049
1050   case $ac_mode in
1051   :L) ac_source=$1;;
1052   :[FH])
1053     ac_file_inputs=
1054     for ac_f
1055     do
1056       case $ac_f in
1057       -) ac_f="$tmp/stdin";;
1058       *) # Look for the file first in the build tree, then in the source tree
1059          # (if the path is not absolute).  The absolute path cannot be DOS-style,
1060          # because $ac_f cannot contain `:'.
1061          test -f "$ac_f" ||
1062            case $ac_f in
1063            [\\/$]*) false;;
1064            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1065            esac ||
1066            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
1067       esac
1068       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1069       as_fn_append ac_file_inputs " '$ac_f'"
1070     done
1071
1072     # Let's still pretend it is `configure' which instantiates (i.e., don't
1073     # use $as_me), people would be surprised to read:
1074     #    /* config.h.  Generated by config.status.  */
1075     configure_input='Generated from '`
1076           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1077         `' by configure.'
1078     if test x"$ac_file" != x-; then
1079       configure_input="$ac_file.  $configure_input"
1080       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1081 $as_echo "$as_me: creating $ac_file" >&6;}
1082     fi
1083     # Neutralize special characters interpreted by sed in replacement strings.
1084     case $configure_input in #(
1085     *\&* | *\|* | *\\* )
1086        ac_sed_conf_input=`$as_echo "$configure_input" |
1087        sed 's/[\\\\&|]/\\\\&/g'`;; #(
1088     *) ac_sed_conf_input=$configure_input;;
1089     esac
1090
1091     case $ac_tag in
1092     *:-:* | *:-) cat >"$tmp/stdin" \
1093       || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
1094     esac
1095     ;;
1096   esac
1097
1098   ac_dir=`$as_dirname -- "$ac_file" ||
1099 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1100          X"$ac_file" : 'X\(//\)[^/]' \| \
1101          X"$ac_file" : 'X\(//\)$' \| \
1102          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1103 $as_echo X"$ac_file" |
1104     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1105             s//\1/
1106             q
1107           }
1108           /^X\(\/\/\)[^/].*/{
1109             s//\1/
1110             q
1111           }
1112           /^X\(\/\/\)$/{
1113             s//\1/
1114             q
1115           }
1116           /^X\(\/\).*/{
1117             s//\1/
1118             q
1119           }
1120           s/.*/./; q'`
1121   as_dir="$ac_dir"; as_fn_mkdir_p
1122   ac_builddir=.
1123
1124 case "$ac_dir" in
1125 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1126 *)
1127   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1128   # A ".." for each directory in $ac_dir_suffix.
1129   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1130   case $ac_top_builddir_sub in
1131   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1132   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1133   esac ;;
1134 esac
1135 ac_abs_top_builddir=$ac_pwd
1136 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1137 # for backward compatibility:
1138 ac_top_builddir=$ac_top_build_prefix
1139
1140 case $srcdir in
1141   .)  # We are building in place.
1142     ac_srcdir=.
1143     ac_top_srcdir=$ac_top_builddir_sub
1144     ac_abs_top_srcdir=$ac_pwd ;;
1145   [\\/]* | ?:[\\/]* )  # Absolute name.
1146     ac_srcdir=$srcdir$ac_dir_suffix;
1147     ac_top_srcdir=$srcdir
1148     ac_abs_top_srcdir=$srcdir ;;
1149   *) # Relative name.
1150     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1151     ac_top_srcdir=$ac_top_build_prefix$srcdir
1152     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1153 esac
1154 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1155
1156
1157   case $ac_mode in
1158   :F)
1159   #
1160   # CONFIG_FILE
1161   #
1162
1163   case $INSTALL in
1164   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1165   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1166   esac
1167   ac_MKDIR_P=$MKDIR_P
1168   case $MKDIR_P in
1169   [\\/$]* | ?:[\\/]* ) ;;
1170   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1171   esac
1172 # If the template does not know about datarootdir, expand it.
1173 # FIXME: This hack should be removed a few years after 2.60.
1174 ac_datarootdir_hack=; ac_datarootdir_seen=
1175 ac_sed_dataroot='
1176 /datarootdir/ {
1177   p
1178   q
1179 }
1180 /@datadir@/p
1181 /@docdir@/p
1182 /@infodir@/p
1183 /@localedir@/p
1184 /@mandir@/p'
1185 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1186 *datarootdir*) ac_datarootdir_seen=yes;;
1187 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1188   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1189 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1190   ac_datarootdir_hack='
1191   s&@datadir@&${datarootdir}&g
1192   s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1193   s&@infodir@&${datarootdir}/info&g
1194   s&@localedir@&${datarootdir}/locale&g
1195   s&@mandir@&${datarootdir}/man&g
1196   s&\${datarootdir}&${prefix}/share&g' ;;
1197 esac
1198 ac_sed_extra="/^[        ]*VPATH[        ]*=[    ]*/{
1199 h
1200 s///
1201 s/^/:/
1202 s/[      ]*$/:/
1203 s/:\$(srcdir):/:/g
1204 s/:\${srcdir}:/:/g
1205 s/:@srcdir@:/:/g
1206 s/^:*//
1207 s/:*$//
1208 x
1209 s/\(=[   ]*\).*/\1/
1210 G
1211 s/\n//
1212 s/^[^=]*=[       ]*$//
1213 }
1214
1215 :t
1216 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1217 s|@configure_input@|$ac_sed_conf_input|;t t
1218 s&@top_builddir@&$ac_top_builddir_sub&;t t
1219 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1220 s&@srcdir@&$ac_srcdir&;t t
1221 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1222 s&@top_srcdir@&$ac_top_srcdir&;t t
1223 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1224 s&@builddir@&$ac_builddir&;t t
1225 s&@abs_builddir@&$ac_abs_builddir&;t t
1226 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1227 s&@INSTALL@&$ac_INSTALL&;t t
1228 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1229 $ac_datarootdir_hack
1230 "
1231 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1232   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1233
1234 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1235   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1236   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1237   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1238 which seems to be undefined.  Please make sure it is defined" >&5
1239 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1240 which seems to be undefined.  Please make sure it is defined" >&2;}
1241
1242   rm -f "$tmp/stdin"
1243   case $ac_file in
1244   -) cat "$tmp/out" && rm -f "$tmp/out";;
1245   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1246   esac \
1247   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1248  ;;
1249   :H)
1250   #
1251   # CONFIG_HEADER
1252   #
1253   if test x"$ac_file" != x-; then
1254     {
1255       $as_echo "/* $configure_input  */" \
1256       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1257     } >"$tmp/config.h" \
1258       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1259     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1260       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1261 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1262     else
1263       rm -f "$ac_file"
1264       mv "$tmp/config.h" "$ac_file" \
1265         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1266     fi
1267   else
1268     $as_echo "/* $configure_input  */" \
1269       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1270       || as_fn_error $? "could not create -" "$LINENO" 5
1271   fi
1272 # Compute "$ac_file"'s index in $config_headers.
1273 _am_arg="$ac_file"
1274 _am_stamp_count=1
1275 for _am_header in $config_headers :; do
1276   case $_am_header in
1277     $_am_arg | $_am_arg:* )
1278       break ;;
1279     * )
1280       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1281   esac
1282 done
1283 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1284 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1285          X"$_am_arg" : 'X\(//\)[^/]' \| \
1286          X"$_am_arg" : 'X\(//\)$' \| \
1287          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1288 $as_echo X"$_am_arg" |
1289     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1290             s//\1/
1291             q
1292           }
1293           /^X\(\/\/\)[^/].*/{
1294             s//\1/
1295             q
1296           }
1297           /^X\(\/\/\)$/{
1298             s//\1/
1299             q
1300           }
1301           /^X\(\/\).*/{
1302             s//\1/
1303             q
1304           }
1305           s/.*/./; q'`/stamp-h$_am_stamp_count
1306  ;;
1307
1308   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1309 $as_echo "$as_me: executing $ac_file commands" >&6;}
1310  ;;
1311   esac
1312
1313
1314   case $ac_file$ac_mode in
1315     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1316   # Autoconf 2.62 quotes --file arguments for eval, but not when files
1317   # are listed without --file.  Let's play safe and only enable the eval
1318   # if we detect the quoting.
1319   case $CONFIG_FILES in
1320   *\'*) eval set x "$CONFIG_FILES" ;;
1321   *)   set x $CONFIG_FILES ;;
1322   esac
1323   shift
1324   for mf
1325   do
1326     # Strip MF so we end up with the name of the file.
1327     mf=`echo "$mf" | sed -e 's/:.*$//'`
1328     # Check whether this is an Automake generated Makefile or not.
1329     # We used to match only the files named `Makefile.in', but
1330     # some people rename them; so instead we look at the file content.
1331     # Grep'ing the first line is not enough: some people post-process
1332     # each Makefile.in and add a new line on top of each file to say so.
1333     # Grep'ing the whole file is not good either: AIX grep has a line
1334     # limit of 2048, but all sed's we know have understand at least 4000.
1335     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1336       dirpart=`$as_dirname -- "$mf" ||
1337 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1338          X"$mf" : 'X\(//\)[^/]' \| \
1339          X"$mf" : 'X\(//\)$' \| \
1340          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1341 $as_echo X"$mf" |
1342     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1343             s//\1/
1344             q
1345           }
1346           /^X\(\/\/\)[^/].*/{
1347             s//\1/
1348             q
1349           }
1350           /^X\(\/\/\)$/{
1351             s//\1/
1352             q
1353           }
1354           /^X\(\/\).*/{
1355             s//\1/
1356             q
1357           }
1358           s/.*/./; q'`
1359     else
1360       continue
1361     fi
1362     # Extract the definition of DEPDIR, am__include, and am__quote
1363     # from the Makefile without running `make'.
1364     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1365     test -z "$DEPDIR" && continue
1366     am__include=`sed -n 's/^am__include = //p' < "$mf"`
1367     test -z "am__include" && continue
1368     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1369     # When using ansi2knr, U may be empty or an underscore; expand it
1370     U=`sed -n 's/^U = //p' < "$mf"`
1371     # Find all dependency output files, they are included files with
1372     # $(DEPDIR) in their names.  We invoke sed twice because it is the
1373     # simplest approach to changing $(DEPDIR) to its actual value in the
1374     # expansion.
1375     for file in `sed -n "
1376       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1377          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1378       # Make sure the directory exists.
1379       test -f "$dirpart/$file" && continue
1380       fdir=`$as_dirname -- "$file" ||
1381 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1382          X"$file" : 'X\(//\)[^/]' \| \
1383          X"$file" : 'X\(//\)$' \| \
1384          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1385 $as_echo X"$file" |
1386     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1387             s//\1/
1388             q
1389           }
1390           /^X\(\/\/\)[^/].*/{
1391             s//\1/
1392             q
1393           }
1394           /^X\(\/\/\)$/{
1395             s//\1/
1396             q
1397           }
1398           /^X\(\/\).*/{
1399             s//\1/
1400             q
1401           }
1402           s/.*/./; q'`
1403       as_dir=$dirpart/$fdir; as_fn_mkdir_p
1404       # echo "creating $dirpart/$file"
1405       echo '# dummy' > "$dirpart/$file"
1406     done
1407   done
1408 }
1409  ;;
1410     "libtool":C)
1411
1412     # See if we are running on zsh, and set the options which allow our
1413     # commands through without removal of \ escapes.
1414     if test -n "${ZSH_VERSION+set}" ; then
1415       setopt NO_GLOB_SUBST
1416     fi
1417
1418     cfgfile="${ofile}T"
1419     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1420     $RM "$cfgfile"
1421
1422     cat <<_LT_EOF >> "$cfgfile"
1423 #! $SHELL
1424
1425 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1426 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1427 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1428 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1429 #
1430 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1431 #                 2006, 2007, 2008 Free Software Foundation, Inc.
1432 #   Written by Gordon Matzigkeit, 1996
1433 #
1434 #   This file is part of GNU Libtool.
1435 #
1436 # GNU Libtool is free software; you can redistribute it and/or
1437 # modify it under the terms of the GNU General Public License as
1438 # published by the Free Software Foundation; either version 2 of
1439 # the License, or (at your option) any later version.
1440 #
1441 # As a special exception to the GNU General Public License,
1442 # if you distribute this file as part of a program or library that
1443 # is built using GNU Libtool, you may include this file under the
1444 # same distribution terms that you use for the rest of that program.
1445 #
1446 # GNU Libtool is distributed in the hope that it will be useful,
1447 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1448 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1449 # GNU General Public License for more details.
1450 #
1451 # You should have received a copy of the GNU General Public License
1452 # along with GNU Libtool; see the file COPYING.  If not, a copy
1453 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1454 # obtained by writing to the Free Software Foundation, Inc.,
1455 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1456
1457
1458 # The names of the tagged configurations supported by this script.
1459 available_tags=""
1460
1461 # ### BEGIN LIBTOOL CONFIG
1462
1463 # Which release of libtool.m4 was used?
1464 macro_version=$macro_version
1465 macro_revision=$macro_revision
1466
1467 # Whether or not to build shared libraries.
1468 build_libtool_libs=$enable_shared
1469
1470 # Whether or not to build static libraries.
1471 build_old_libs=$enable_static
1472
1473 # What type of objects to build.
1474 pic_mode=$pic_mode
1475
1476 # Whether or not to optimize for fast installation.
1477 fast_install=$enable_fast_install
1478
1479 # The host system.
1480 host_alias=$host_alias
1481 host=$host
1482 host_os=$host_os
1483
1484 # The build system.
1485 build_alias=$build_alias
1486 build=$build
1487 build_os=$build_os
1488
1489 # A sed program that does not truncate output.
1490 SED=$lt_SED
1491
1492 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1493 Xsed="\$SED -e 1s/^X//"
1494
1495 # A grep program that handles long lines.
1496 GREP=$lt_GREP
1497
1498 # An ERE matcher.
1499 EGREP=$lt_EGREP
1500
1501 # A literal string matcher.
1502 FGREP=$lt_FGREP
1503
1504 # A BSD- or MS-compatible name lister.
1505 NM=$lt_NM
1506
1507 # Whether we need soft or hard links.
1508 LN_S=$lt_LN_S
1509
1510 # What is the maximum length of a command?
1511 max_cmd_len=$max_cmd_len
1512
1513 # Object file suffix (normally "o").
1514 objext=$ac_objext
1515
1516 # Executable file suffix (normally "").
1517 exeext=$exeext
1518
1519 # whether the shell understands "unset".
1520 lt_unset=$lt_unset
1521
1522 # turn spaces into newlines.
1523 SP2NL=$lt_lt_SP2NL
1524
1525 # turn newlines into spaces.
1526 NL2SP=$lt_lt_NL2SP
1527
1528 # How to create reloadable object files.
1529 reload_flag=$lt_reload_flag
1530 reload_cmds=$lt_reload_cmds
1531
1532 # An object symbol dumper.
1533 OBJDUMP=$lt_OBJDUMP
1534
1535 # Method to check whether dependent libraries are shared objects.
1536 deplibs_check_method=$lt_deplibs_check_method
1537
1538 # Command to use when deplibs_check_method == "file_magic".
1539 file_magic_cmd=$lt_file_magic_cmd
1540
1541 # The archiver.
1542 AR=$lt_AR
1543 AR_FLAGS=$lt_AR_FLAGS
1544
1545 # A symbol stripping program.
1546 STRIP=$lt_STRIP
1547
1548 # Commands used to install an old-style archive.
1549 RANLIB=$lt_RANLIB
1550 old_postinstall_cmds=$lt_old_postinstall_cmds
1551 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1552
1553 # A C compiler.
1554 LTCC=$lt_CC
1555
1556 # LTCC compiler flags.
1557 LTCFLAGS=$lt_CFLAGS
1558
1559 # Take the output of nm and produce a listing of raw symbols and C names.
1560 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1561
1562 # Transform the output of nm in a proper C declaration.
1563 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1564
1565 # Transform the output of nm in a C name address pair.
1566 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1567
1568 # Transform the output of nm in a C name address pair when lib prefix is needed.
1569 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1570
1571 # The name of the directory that contains temporary libtool files.
1572 objdir=$objdir
1573
1574 # Shell to use when invoking shell scripts.
1575 SHELL=$lt_SHELL
1576
1577 # An echo program that does not interpret backslashes.
1578 ECHO=$lt_ECHO
1579
1580 # Used to examine libraries when file_magic_cmd begins with "file".
1581 MAGIC_CMD=$MAGIC_CMD
1582
1583 # Must we lock files when doing compilation?
1584 need_locks=$lt_need_locks
1585
1586 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1587 DSYMUTIL=$lt_DSYMUTIL
1588
1589 # Tool to change global to local symbols on Mac OS X.
1590 NMEDIT=$lt_NMEDIT
1591
1592 # Tool to manipulate fat objects and archives on Mac OS X.
1593 LIPO=$lt_LIPO
1594
1595 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1596 OTOOL=$lt_OTOOL
1597
1598 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1599 OTOOL64=$lt_OTOOL64
1600
1601 # Old archive suffix (normally "a").
1602 libext=$libext
1603
1604 # Shared library suffix (normally ".so").
1605 shrext_cmds=$lt_shrext_cmds
1606
1607 # The commands to extract the exported symbol list from a shared archive.
1608 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1609
1610 # Variables whose values should be saved in libtool wrapper scripts and
1611 # restored at link time.
1612 variables_saved_for_relink=$lt_variables_saved_for_relink
1613
1614 # Do we need the "lib" prefix for modules?
1615 need_lib_prefix=$need_lib_prefix
1616
1617 # Do we need a version for libraries?
1618 need_version=$need_version
1619
1620 # Library versioning type.
1621 version_type=$version_type
1622
1623 # Shared library runtime path variable.
1624 runpath_var=$runpath_var
1625
1626 # Shared library path variable.
1627 shlibpath_var=$shlibpath_var
1628
1629 # Is shlibpath searched before the hard-coded library search path?
1630 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1631
1632 # Format of library name prefix.
1633 libname_spec=$lt_libname_spec
1634
1635 # List of archive names.  First name is the real one, the rest are links.
1636 # The last name is the one that the linker finds with -lNAME
1637 library_names_spec=$lt_library_names_spec
1638
1639 # The coded name of the library, if different from the real name.
1640 soname_spec=$lt_soname_spec
1641
1642 # Command to use after installation of a shared archive.
1643 postinstall_cmds=$lt_postinstall_cmds
1644
1645 # Command to use after uninstallation of a shared archive.
1646 postuninstall_cmds=$lt_postuninstall_cmds
1647
1648 # Commands used to finish a libtool library installation in a directory.
1649 finish_cmds=$lt_finish_cmds
1650
1651 # As "finish_cmds", except a single script fragment to be evaled but
1652 # not shown.
1653 finish_eval=$lt_finish_eval
1654
1655 # Whether we should hardcode library paths into libraries.
1656 hardcode_into_libs=$hardcode_into_libs
1657
1658 # Compile-time system search path for libraries.
1659 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1660
1661 # Run-time system search path for libraries.
1662 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1663
1664 # Whether dlopen is supported.
1665 dlopen_support=$enable_dlopen
1666
1667 # Whether dlopen of programs is supported.
1668 dlopen_self=$enable_dlopen_self
1669
1670 # Whether dlopen of statically linked programs is supported.
1671 dlopen_self_static=$enable_dlopen_self_static
1672
1673 # Commands to strip libraries.
1674 old_striplib=$lt_old_striplib
1675 striplib=$lt_striplib
1676
1677
1678 # The linker used to build libraries.
1679 LD=$lt_LD
1680
1681 # Commands used to build an old-style archive.
1682 old_archive_cmds=$lt_old_archive_cmds
1683
1684 # A language specific compiler.
1685 CC=$lt_compiler
1686
1687 # Is the compiler the GNU compiler?
1688 with_gcc=$GCC
1689
1690 # Compiler flag to turn off builtin functions.
1691 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1692
1693 # How to pass a linker flag through the compiler.
1694 wl=$lt_lt_prog_compiler_wl
1695
1696 # Additional compiler flags for building library objects.
1697 pic_flag=$lt_lt_prog_compiler_pic
1698
1699 # Compiler flag to prevent dynamic linking.
1700 link_static_flag=$lt_lt_prog_compiler_static
1701
1702 # Does compiler simultaneously support -c and -o options?
1703 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1704
1705 # Whether or not to add -lc for building shared libraries.
1706 build_libtool_need_lc=$archive_cmds_need_lc
1707
1708 # Whether or not to disallow shared libs when runtime libs are static.
1709 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1710
1711 # Compiler flag to allow reflexive dlopens.
1712 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1713
1714 # Compiler flag to generate shared objects directly from archives.
1715 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1716
1717 # Whether the compiler copes with passing no objects directly.
1718 compiler_needs_object=$lt_compiler_needs_object
1719
1720 # Create an old-style archive from a shared archive.
1721 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1722
1723 # Create a temporary old-style archive to link instead of a shared archive.
1724 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1725
1726 # Commands used to build a shared archive.
1727 archive_cmds=$lt_archive_cmds
1728 archive_expsym_cmds=$lt_archive_expsym_cmds
1729
1730 # Commands used to build a loadable module if different from building
1731 # a shared archive.
1732 module_cmds=$lt_module_cmds
1733 module_expsym_cmds=$lt_module_expsym_cmds
1734
1735 # Whether we are building with GNU ld or not.
1736 with_gnu_ld=$lt_with_gnu_ld
1737
1738 # Flag that allows shared libraries with undefined symbols to be built.
1739 allow_undefined_flag=$lt_allow_undefined_flag
1740
1741 # Flag that enforces no undefined symbols.
1742 no_undefined_flag=$lt_no_undefined_flag
1743
1744 # Flag to hardcode \$libdir into a binary during linking.
1745 # This must work even if \$libdir does not exist
1746 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1747
1748 # If ld is used when linking, flag to hardcode \$libdir into a binary
1749 # during linking.  This must work even if \$libdir does not exist.
1750 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1751
1752 # Whether we need a single "-rpath" flag with a separated argument.
1753 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1754
1755 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1756 # DIR into the resulting binary.
1757 hardcode_direct=$hardcode_direct
1758
1759 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1760 # DIR into the resulting binary and the resulting library dependency is
1761 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1762 # library is relocated.
1763 hardcode_direct_absolute=$hardcode_direct_absolute
1764
1765 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1766 # into the resulting binary.
1767 hardcode_minus_L=$hardcode_minus_L
1768
1769 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1770 # into the resulting binary.
1771 hardcode_shlibpath_var=$hardcode_shlibpath_var
1772
1773 # Set to "yes" if building a shared library automatically hardcodes DIR
1774 # into the library and all subsequent libraries and executables linked
1775 # against it.
1776 hardcode_automatic=$hardcode_automatic
1777
1778 # Set to yes if linker adds runtime paths of dependent libraries
1779 # to runtime path list.
1780 inherit_rpath=$inherit_rpath
1781
1782 # Whether libtool must link a program against all its dependency libraries.
1783 link_all_deplibs=$link_all_deplibs
1784
1785 # Fix the shell variable \$srcfile for the compiler.
1786 fix_srcfile_path=$lt_fix_srcfile_path
1787
1788 # Set to "yes" if exported symbols are required.
1789 always_export_symbols=$always_export_symbols
1790
1791 # The commands to list exported symbols.
1792 export_symbols_cmds=$lt_export_symbols_cmds
1793
1794 # Symbols that should not be listed in the preloaded symbols.
1795 exclude_expsyms=$lt_exclude_expsyms
1796
1797 # Symbols that must always be exported.
1798 include_expsyms=$lt_include_expsyms
1799
1800 # Commands necessary for linking programs (against libraries) with templates.
1801 prelink_cmds=$lt_prelink_cmds
1802
1803 # Specify filename containing input files.
1804 file_list_spec=$lt_file_list_spec
1805
1806 # How to hardcode a shared library path into an executable.
1807 hardcode_action=$hardcode_action
1808
1809 # ### END LIBTOOL CONFIG
1810
1811 _LT_EOF
1812
1813   case $host_os in
1814   aix3*)
1815     cat <<\_LT_EOF >> "$cfgfile"
1816 # AIX sometimes has problems with the GCC collect2 program.  For some
1817 # reason, if we set the COLLECT_NAMES environment variable, the problems
1818 # vanish in a puff of smoke.
1819 if test "X${COLLECT_NAMES+set}" != Xset; then
1820   COLLECT_NAMES=
1821   export COLLECT_NAMES
1822 fi
1823 _LT_EOF
1824     ;;
1825   esac
1826
1827
1828 ltmain="$ac_aux_dir/ltmain.sh"
1829
1830
1831   # We use sed instead of cat because bash on DJGPP gets confused if
1832   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
1833   # text mode, it properly converts lines to CR/LF.  This bash problem
1834   # is reportedly fixed, but why not run on old versions too?
1835   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
1836     || (rm -f "$cfgfile"; exit 1)
1837
1838   case $xsi_shell in
1839   yes)
1840     cat << \_LT_EOF >> "$cfgfile"
1841
1842 # func_dirname file append nondir_replacement
1843 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1844 # otherwise set result to NONDIR_REPLACEMENT.
1845 func_dirname ()
1846 {
1847   case ${1} in
1848     */*) func_dirname_result="${1%/*}${2}" ;;
1849     *  ) func_dirname_result="${3}" ;;
1850   esac
1851 }
1852
1853 # func_basename file
1854 func_basename ()
1855 {
1856   func_basename_result="${1##*/}"
1857 }
1858
1859 # func_dirname_and_basename file append nondir_replacement
1860 # perform func_basename and func_dirname in a single function
1861 # call:
1862 #   dirname:  Compute the dirname of FILE.  If nonempty,
1863 #             add APPEND to the result, otherwise set result
1864 #             to NONDIR_REPLACEMENT.
1865 #             value returned in "$func_dirname_result"
1866 #   basename: Compute filename of FILE.
1867 #             value retuned in "$func_basename_result"
1868 # Implementation must be kept synchronized with func_dirname
1869 # and func_basename. For efficiency, we do not delegate to
1870 # those functions but instead duplicate the functionality here.
1871 func_dirname_and_basename ()
1872 {
1873   case ${1} in
1874     */*) func_dirname_result="${1%/*}${2}" ;;
1875     *  ) func_dirname_result="${3}" ;;
1876   esac
1877   func_basename_result="${1##*/}"
1878 }
1879
1880 # func_stripname prefix suffix name
1881 # strip PREFIX and SUFFIX off of NAME.
1882 # PREFIX and SUFFIX must not contain globbing or regex special
1883 # characters, hashes, percent signs, but SUFFIX may contain a leading
1884 # dot (in which case that matches only a dot).
1885 func_stripname ()
1886 {
1887   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1888   # positional parameters, so assign one to ordinary parameter first.
1889   func_stripname_result=${3}
1890   func_stripname_result=${func_stripname_result#"${1}"}
1891   func_stripname_result=${func_stripname_result%"${2}"}
1892 }
1893
1894 # func_opt_split
1895 func_opt_split ()
1896 {
1897   func_opt_split_opt=${1%%=*}
1898   func_opt_split_arg=${1#*=}
1899 }
1900
1901 # func_lo2o object
1902 func_lo2o ()
1903 {
1904   case ${1} in
1905     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
1906     *)    func_lo2o_result=${1} ;;
1907   esac
1908 }
1909
1910 # func_xform libobj-or-source
1911 func_xform ()
1912 {
1913   func_xform_result=${1%.*}.lo
1914 }
1915
1916 # func_arith arithmetic-term...
1917 func_arith ()
1918 {
1919   func_arith_result=$(( $* ))
1920 }
1921
1922 # func_len string
1923 # STRING may not start with a hyphen.
1924 func_len ()
1925 {
1926   func_len_result=${#1}
1927 }
1928
1929 _LT_EOF
1930     ;;
1931   *) # Bourne compatible functions.
1932     cat << \_LT_EOF >> "$cfgfile"
1933
1934 # func_dirname file append nondir_replacement
1935 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1936 # otherwise set result to NONDIR_REPLACEMENT.
1937 func_dirname ()
1938 {
1939   # Extract subdirectory from the argument.
1940   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
1941   if test "X$func_dirname_result" = "X${1}"; then
1942     func_dirname_result="${3}"
1943   else
1944     func_dirname_result="$func_dirname_result${2}"
1945   fi
1946 }
1947
1948 # func_basename file
1949 func_basename ()
1950 {
1951   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
1952 }
1953
1954
1955 # func_stripname prefix suffix name
1956 # strip PREFIX and SUFFIX off of NAME.
1957 # PREFIX and SUFFIX must not contain globbing or regex special
1958 # characters, hashes, percent signs, but SUFFIX may contain a leading
1959 # dot (in which case that matches only a dot).
1960 # func_strip_suffix prefix name
1961 func_stripname ()
1962 {
1963   case ${2} in
1964     .*) func_stripname_result=`$ECHO "X${3}" \
1965            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
1966     *)  func_stripname_result=`$ECHO "X${3}" \
1967            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
1968   esac
1969 }
1970
1971 # sed scripts:
1972 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
1973 my_sed_long_arg='1s/^-[^=]*=//'
1974
1975 # func_opt_split
1976 func_opt_split ()
1977 {
1978   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
1979   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
1980 }
1981
1982 # func_lo2o object
1983 func_lo2o ()
1984 {
1985   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
1986 }
1987
1988 # func_xform libobj-or-source
1989 func_xform ()
1990 {
1991   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
1992 }
1993
1994 # func_arith arithmetic-term...
1995 func_arith ()
1996 {
1997   func_arith_result=`expr "$@"`
1998 }
1999
2000 # func_len string
2001 # STRING may not start with a hyphen.
2002 func_len ()
2003 {
2004   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
2005 }
2006
2007 _LT_EOF
2008 esac
2009
2010 case $lt_shell_append in
2011   yes)
2012     cat << \_LT_EOF >> "$cfgfile"
2013
2014 # func_append var value
2015 # Append VALUE to the end of shell variable VAR.
2016 func_append ()
2017 {
2018   eval "$1+=\$2"
2019 }
2020 _LT_EOF
2021     ;;
2022   *)
2023     cat << \_LT_EOF >> "$cfgfile"
2024
2025 # func_append var value
2026 # Append VALUE to the end of shell variable VAR.
2027 func_append ()
2028 {
2029   eval "$1=\$$1\$2"
2030 }
2031
2032 _LT_EOF
2033     ;;
2034   esac
2035
2036
2037   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
2038     || (rm -f "$cfgfile"; exit 1)
2039
2040   mv -f "$cfgfile" "$ofile" ||
2041     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2042   chmod +x "$ofile"
2043
2044  ;;
2045
2046   esac
2047 done # for ac_tag
2048
2049
2050 as_fn_exit 0