EFL migration revision 67547
[framework/uifw/elementary.git] / tests / 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 elementary $as_me 0.8.0.67547, 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 elementary.spec elementary.pc doc/Makefile doc/Doxyfile doc/widgets/Makefile src/Makefile src/lib/Makefile src/lib/Elementary.h src/bin/Makefile src/modules/Makefile src/modules/access_output/Makefile src/modules/test_entry/Makefile src/modules/test_map/Makefile src/modules/ctxpopup_copypasteUI/Makefile src/edje_externals/Makefile src/examples/Makefile data/Makefile data/themes/Makefile data/images/Makefile data/objects/Makefile data/desktop/Makefile data/edje_externals/Makefile config/Makefile config/default/Makefile config/standard/Makefile config/illume/Makefile config/slp/Makefile po/Makefile.in"
408 config_headers=" elementary_config.h"
409 config_commands=" depfiles libtool po-directories"
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 <enlightenment-devel@lists.sourceforge.net>."
440
441 ac_cs_config="'-C' '--build=arm-linux-gnueabi' '--prefix=/usr' '--includedir=\${prefix}/include' '--mandir=\${prefix}/share/man' '--infodir=\${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=\${prefix}/lib/elementary' '--disable-maintainer-mode' '--disable-dependency-tracking' '--disable-silent-rules' '--srcdir=.' '--enable-dependency-tracking' '--disable-doc' '--disable-web' 'build_alias=arm-linux-gnueabi' 'CFLAGS=-g -O2 -g -Wall -O2 -fPIC -Wall' 'LDFLAGS= -Wl,--hash-style=both -Wl,--as-needed' 'CPPFLAGS=' 'PKG_CONFIG_PATH=/home/jaehwan/sbs/target-armel/usr/lib/pkgconfig:/home/jaehwan/sbs/target-armel/usr/share/pkgconfig:/home/jaehwan/sbs/tools/usr/share/pkgconfig'"
442 ac_cs_version="\
443 elementary config.status 0.8.0.67547
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/jaehwan/slp/efl-upgrade/efl-upgrade-tools/build/elementary'
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'  '-C' '--build=arm-linux-gnueabi' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=${prefix}/lib/elementary' '--disable-maintainer-mode' '--disable-dependency-tracking' '--disable-silent-rules' '--srcdir=.' '--enable-dependency-tracking' '--disable-doc' '--disable-web' 'build_alias=arm-linux-gnueabi' 'CFLAGS=-g -O2 -g -Wall -O2 -fPIC -Wall' 'LDFLAGS= -Wl,--hash-style=both -Wl,--as-needed' 'CPPFLAGS=' 'PKG_CONFIG_PATH=/home/jaehwan/sbs/target-armel/usr/lib/pkgconfig:/home/jaehwan/sbs/target-armel/usr/share/pkgconfig:/home/jaehwan/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 AS='as'
564 DLLTOOL='dlltool'
565 OBJDUMP='objdump'
566 macro_version='2.2.6b'
567 macro_revision='1.3017'
568 enable_shared='yes'
569 enable_static='yes'
570 pic_mode='default'
571 enable_fast_install='yes'
572 host_alias=''
573 host='arm-unknown-linux-gnueabi'
574 host_os='linux-gnueabi'
575 build_alias='arm-linux-gnueabi'
576 build='arm-unknown-linux-gnueabi'
577 build_os='linux-gnueabi'
578 SED='/bin/sed'
579 Xsed='/bin/sed -e 1s/^X//'
580 GREP='/bin/grep'
581 EGREP='/bin/grep -E'
582 FGREP='/bin/grep -F'
583 LD='/usr/arm-linux-gnueabi/bin/ld'
584 NM='/usr/bin/nm -B'
585 LN_S='ln -s'
586 max_cmd_len='1572864'
587 ac_objext='o'
588 exeext=''
589 lt_unset='unset'
590 lt_SP2NL='tr \040 \012'
591 lt_NL2SP='tr \015\012 \040\040'
592 reload_flag=' -r'
593 reload_cmds='$LD$reload_flag -o $output$reload_objs'
594 deplibs_check_method='pass_all'
595 file_magic_cmd='$MAGIC_CMD'
596 AR='ar'
597 AR_FLAGS='cru'
598 STRIP='strip'
599 RANLIB='ranlib'
600 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
601 old_postuninstall_cmds=''
602 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
603 CC='gcc -std=gnu99'
604 CFLAGS='-g -O2 -g -Wall -O2 -fPIC -Wall -Wall -W'
605 compiler='gcc -std=gnu99'
606 GCC='yes'
607 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
608 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
609 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
610 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'\'''
611 objdir='.libs'
612 SHELL='/bin/sh'
613 ECHO='echo'
614 MAGIC_CMD='file'
615 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
616 lt_prog_compiler_wl='-Wl,'
617 lt_prog_compiler_pic=' -fPIC -DPIC'
618 lt_prog_compiler_static='-static'
619 lt_cv_prog_compiler_c_o='yes'
620 need_locks='no'
621 DSYMUTIL=''
622 NMEDIT=''
623 LIPO=''
624 OTOOL=''
625 OTOOL64=''
626 libext='a'
627 shrext_cmds='.so'
628 extract_expsyms_cmds=''
629 archive_cmds_need_lc='no'
630 enable_shared_with_static_runtimes='no'
631 export_dynamic_flag_spec='${wl}--export-dynamic'
632 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
633 compiler_needs_object='no'
634 old_archive_from_new_cmds=''
635 old_archive_from_expsyms_cmds=''
636 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
637 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
638             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
639             echo "local: *; };" >> $output_objdir/$libname.ver~
640             $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
641 module_cmds=''
642 module_expsym_cmds=''
643 with_gnu_ld='yes'
644 allow_undefined_flag=''
645 no_undefined_flag=''
646 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
647 hardcode_libdir_flag_spec_ld=''
648 hardcode_libdir_separator=''
649 hardcode_direct='no'
650 hardcode_direct_absolute='no'
651 hardcode_minus_L='no'
652 hardcode_shlibpath_var='unsupported'
653 hardcode_automatic='no'
654 inherit_rpath='no'
655 link_all_deplibs='no'
656 fix_srcfile_path=''
657 always_export_symbols='no'
658 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
659 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
660 include_expsyms=''
661 prelink_cmds=''
662 file_list_spec=''
663 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
664 need_lib_prefix='no'
665 need_version='no'
666 version_type='linux'
667 runpath_var='LD_RUN_PATH'
668 shlibpath_var='LD_LIBRARY_PATH'
669 shlibpath_overrides_runpath='no'
670 libname_spec='lib$name'
671 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
672 soname_spec='${libname}${release}${shared_ext}$major'
673 postinstall_cmds=''
674 postuninstall_cmds=''
675 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
676 finish_eval=''
677 hardcode_into_libs='yes'
678 sys_lib_search_path_spec='/usr/lib/gcc/arm-linux-gnueabi/4.5.3 /usr/arm-linux-gnueabi/lib'
679 sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib '
680 hardcode_action='immediate'
681 enable_dlopen='unknown'
682 enable_dlopen_self='unknown'
683 enable_dlopen_self_static='unknown'
684 old_striplib='strip --strip-debug'
685 striplib='strip --strip-unneeded'
686
687 LTCC='gcc -std=gnu99'
688 LTCFLAGS='-g -O2 -g -Wall -O2 -fPIC -Wall'
689 compiler='gcc -std=gnu99'
690
691 # Quote evaled strings.
692 for var in SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag 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
693     case `eval \\$ECHO "X\\$$var"` in
694     *[\\\`\"\$]*)
695       eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
696       ;;
697     *)
698       eval "lt_$var=\\\"\$$var\\\""
699       ;;
700     esac
701 done
702
703 # Double-quote double-evaled strings.
704 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
705     case `eval \\$ECHO "X\\$$var"` in
706     *[\\\`\"\$]*)
707       eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
708       ;;
709     *)
710       eval "lt_$var=\\\"\$$var\\\""
711       ;;
712     esac
713 done
714
715 # Fix-up fallback echo if it was mangled by the above quoting rules.
716 case $lt_ECHO in
717 *'\$0 --fallback-echo"')  lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
718   ;;
719 esac
720
721 ac_aux_dir='.'
722 xsi_shell='yes'
723 lt_shell_append='yes'
724
725 # See if we are running on zsh, and set the options which allow our
726 # commands through without removal of \ escapes INIT.
727 if test -n "${ZSH_VERSION+set}" ; then
728    setopt NO_GLOB_SUBST
729 fi
730
731
732     PACKAGE='elementary'
733     VERSION='0.8.0.67547'
734     TIMESTAMP=''
735     RM='rm -f'
736     ofile='libtool'
737
738
739
740 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
741     # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
742     # from automake < 1.5.
743     eval 'OBSOLETE_ALL_LINGUAS''=""'
744     # Capture the value of LINGUAS because we need it to compute CATALOGS.
745     LINGUAS="%UNSET%"
746
747
748
749 # Handling of arguments.
750 for ac_config_target in $ac_config_targets
751 do
752   case $ac_config_target in
753     "elementary_config.h") CONFIG_HEADERS="$CONFIG_HEADERS elementary_config.h" ;;
754     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
755     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
756     "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
757     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
758     "elementary.spec") CONFIG_FILES="$CONFIG_FILES elementary.spec" ;;
759     "elementary.pc") CONFIG_FILES="$CONFIG_FILES elementary.pc" ;;
760     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
761     "doc/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/Doxyfile" ;;
762     "doc/widgets/Makefile") CONFIG_FILES="$CONFIG_FILES doc/widgets/Makefile" ;;
763     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
764     "src/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
765     "src/lib/Elementary.h") CONFIG_FILES="$CONFIG_FILES src/lib/Elementary.h" ;;
766     "src/bin/Makefile") CONFIG_FILES="$CONFIG_FILES src/bin/Makefile" ;;
767     "src/modules/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/Makefile" ;;
768     "src/modules/access_output/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/access_output/Makefile" ;;
769     "src/modules/test_entry/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/test_entry/Makefile" ;;
770     "src/modules/test_map/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/test_map/Makefile" ;;
771     "src/modules/ctxpopup_copypasteUI/Makefile") CONFIG_FILES="$CONFIG_FILES src/modules/ctxpopup_copypasteUI/Makefile" ;;
772     "src/edje_externals/Makefile") CONFIG_FILES="$CONFIG_FILES src/edje_externals/Makefile" ;;
773     "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;;
774     "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
775     "data/themes/Makefile") CONFIG_FILES="$CONFIG_FILES data/themes/Makefile" ;;
776     "data/images/Makefile") CONFIG_FILES="$CONFIG_FILES data/images/Makefile" ;;
777     "data/objects/Makefile") CONFIG_FILES="$CONFIG_FILES data/objects/Makefile" ;;
778     "data/desktop/Makefile") CONFIG_FILES="$CONFIG_FILES data/desktop/Makefile" ;;
779     "data/edje_externals/Makefile") CONFIG_FILES="$CONFIG_FILES data/edje_externals/Makefile" ;;
780     "config/Makefile") CONFIG_FILES="$CONFIG_FILES config/Makefile" ;;
781     "config/default/Makefile") CONFIG_FILES="$CONFIG_FILES config/default/Makefile" ;;
782     "config/standard/Makefile") CONFIG_FILES="$CONFIG_FILES config/standard/Makefile" ;;
783     "config/illume/Makefile") CONFIG_FILES="$CONFIG_FILES config/illume/Makefile" ;;
784     "config/slp/Makefile") CONFIG_FILES="$CONFIG_FILES config/slp/Makefile" ;;
785     "$po_makefile_in") CONFIG_FILES="$CONFIG_FILES $po_makefile_in" ;;
786
787   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
788   esac
789 done
790
791
792 # If the user did not use the arguments to specify the items to instantiate,
793 # then the envvar interface is used.  Set only those that are not.
794 # We use the long form for the default assignment because of an extremely
795 # bizarre bug on SunOS 4.1.3.
796 if $ac_need_defaults; then
797   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
798   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
799   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
800 fi
801
802 # Have a temporary directory for convenience.  Make it in the build tree
803 # simply because there is no reason against having it here, and in addition,
804 # creating and moving files from /tmp can sometimes cause problems.
805 # Hook for its removal unless debugging.
806 # Note that there is a small window in which the directory will not be cleaned:
807 # after its creation but before its name has been assigned to `$tmp'.
808 $debug ||
809 {
810   tmp=
811   trap 'exit_status=$?
812   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
813 ' 0
814   trap 'as_fn_exit 1' 1 2 13 15
815 }
816 # Create a (secure) tmp directory for tmp files.
817
818 {
819   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
820   test -n "$tmp" && test -d "$tmp"
821 }  ||
822 {
823   tmp=./conf$$-$RANDOM
824   (umask 077 && mkdir "$tmp")
825 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
826
827 # Set up the scripts for CONFIG_FILES section.
828 # No need to generate them if there are no CONFIG_FILES.
829 # This happens for instance with `./config.status config.h'.
830 if test -n "$CONFIG_FILES"; then
831
832
833 ac_cr=`echo X | tr X '\015'`
834 # On cygwin, bash can eat \r inside `` if the user requested igncr.
835 # But we know of no other shell where ac_cr would be empty at this
836 # point, so we can use a bashism as a fallback.
837 if test "x$ac_cr" = x; then
838   eval ac_cr=\$\'\\r\'
839 fi
840 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
841 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
842   ac_cs_awk_cr='\\r'
843 else
844   ac_cs_awk_cr=$ac_cr
845 fi
846
847 echo 'BEGIN {' >"$tmp/subs1.awk" &&
848 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
849 S["am__EXEEXT_FALSE"]=""
850 S["am__EXEEXT_TRUE"]="#"
851 S["LTLIBOBJS"]=""
852 S["LIBOBJS"]=""
853 S["EFL_INSTALL_EXAMPLES_FALSE"]=""
854 S["EFL_INSTALL_EXAMPLES_TRUE"]="#"
855 S["EFL_BUILD_EXAMPLES_FALSE"]=""
856 S["EFL_BUILD_EXAMPLES_TRUE"]="#"
857 S["HAVE_PO_FALSE"]="#"
858 S["HAVE_PO_TRUE"]=""
859 S["POSUB"]="po"
860 S["LTLIBINTL"]=""
861 S["LIBINTL"]=""
862 S["INTLLIBS"]=""
863 S["LTLIBICONV"]="-liconv"
864 S["LIBICONV"]="-liconv"
865 S["INTL_MACOSX_LIBS"]=""
866 S["XGETTEXT_EXTRA_OPTIONS"]=""
867 S["MSGMERGE"]="/usr/bin/msgmerge"
868 S["XGETTEXT_015"]="/usr/bin/xgettext"
869 S["XGETTEXT"]="/usr/bin/xgettext"
870 S["GMSGFMT_015"]="/usr/bin/msgfmt"
871 S["MSGFMT_015"]="/usr/bin/msgfmt"
872 S["GMSGFMT"]="/usr/bin/msgfmt"
873 S["MSGFMT"]="/usr/bin/msgfmt"
874 S["GETTEXT_MACRO_VERSION"]="0.17"
875 S["USE_NLS"]="yes"
876 S["BUILD_ELEMENTARY_CONFIG_FALSE"]="#"
877 S["BUILD_ELEMENTARY_CONFIG_TRUE"]=""
878 S["ELEMENTARY_CONFIG_PRG"]="elementary_config"
879 S["BUILD_ELEMENTARY_TEST_FALSE"]="#"
880 S["BUILD_ELEMENTARY_TEST_TRUE"]=""
881 S["ELEMENTARY_TEST_PRG"]="elementary_test"
882 S["EFL_BUILD_DOC_FALSE"]=""
883 S["EFL_BUILD_DOC_TRUE"]="#"
884 S["efl_doxygen"]=""
885 S["efl_have_doxygen"]=""
886 S["edje_cc"]="/usr/bin/edje_cc"
887 S["eet_eet"]="/usr/bin/eet"
888 S["requirement_elm"]="ethumb_client efreet >= 1.0.0 efreet-mime >= 1.0.0 efreet-trash >= 1.0.0 edbus >= 1.0.0 ecore-fb >= 1.0.0 ecore-x >= 1.0.0 ecore-x >= 1.0.0 ecore-co"\
889 "n >= 1.0.999 ecore-imf >= 1.0.999 edje >= 1.0.0 ecore-file >= 1.0.0 ecore-evas >= 1.0.0 ecore >= 1.0.0 evas >= 1.0.0 eet >= 1.4.0 eina >= 1.0.0 "
890 S["my_libs"]="-lm"
891 S["ELM_DIRENT_H_DEF"]="#define"
892 S["ELM_LIBINTL_H_DEF"]="#define"
893 S["ELM_ALLOCA_H_DEF"]="#define"
894 S["ELM_DEBUG_DEF"]="#undef"
895 S["ELM_WEB_DEF"]="#undef"
896 S["ELEMENTARY_WEB_LIBS"]=""
897 S["ELEMENTARY_WEB_CFLAGS"]=""
898 S["ELM_ETHUMB_DEF"]="#define"
899 S["ELEMENTARY_ETHUMB_LIBS"]="-pthread -lethumb_client -lethumb -ledbus -ldbus-1 -lpthread -lrt -leina -levas -lecore -lecore_evas -lecore_file -ledje -lexif -lm  "
900 S["ELEMENTARY_ETHUMB_CFLAGS"]="-I/usr/include/ethumb-0 -I/usr/include/e_dbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina"\
901 " -I/usr/include/evas-1 -I/usr/include/ecore-1 -I/usr/include/edje-1 -I/usr/include/eet-1 -I/usr/include/harfbuzz -I/usr/include/fribidi -I//usr/incl"\
902 "ude -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/lua5.1 -I/usr/include/embryo-1  "
903 S["ELM_EMAP_DEF"]="#undef"
904 S["ELEMENTARY_EMAP_LIBS"]=""
905 S["ELEMENTARY_EMAP_CFLAGS"]=""
906 S["ELM_EWEATHER_DEF"]="#undef"
907 S["ELEMENTARY_EWEATHER_LIBS"]=""
908 S["ELEMENTARY_EWEATHER_CFLAGS"]=""
909 S["ELM_EFREET_DEF"]="#define"
910 S["ELEMENTARY_EFREET_LIBS"]="-lefreet -lefreet_mime -lefreet_trash  "
911 S["ELEMENTARY_EFREET_CFLAGS"]="-I/usr/include/efreet-1 -I/usr/include/ecore-1 -I/usr/include/eet-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -I/usr/"\
912 "lib/glib-2.0/include  "
913 S["ELM_EDBUS_DEF"]="#define"
914 S["ELEMENTARY_EDBUS_LIBS"]="-ledbus -ldbus-1 -lpthread -lrt  "
915 S["ELEMENTARY_EDBUS_CFLAGS"]="-I/usr/include/e_dbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina "\
916 "-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  "
917 S["ELEMENTARY_WINCE_LIBS"]=""
918 S["ELEMENTARY_WINCE_CFLAGS"]=""
919 S["ELEMENTARY_WIN32_LIBS"]=""
920 S["ELEMENTARY_WIN32_CFLAGS"]=""
921 S["ELEMENTARY_COCOA_LIBS"]=""
922 S["ELEMENTARY_COCOA_CFLAGS"]=""
923 S["ELEMENTARY_SDL_LIBS"]=""
924 S["ELEMENTARY_SDL_CFLAGS"]=""
925 S["ELEMENTARY_PSL1GHT_LIBS"]=""
926 S["ELEMENTARY_PSL1GHT_CFLAGS"]=""
927 S["ELEMENTARY_FB_LIBS"]="-lecore_fb  "
928 S["ELEMENTARY_FB_CFLAGS"]="-I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  "
929 S["ELEMENTARY_X_LIBS"]="-lecore_x  "
930 S["ELEMENTARY_X_CFLAGS"]="-I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  "
931 S["HAVE_EMOTION_FALSE"]=""
932 S["HAVE_EMOTION_TRUE"]="#"
933 S["EMOTION_LIBS"]=""
934 S["EMOTION_CFLAGS"]=""
935 S["HAVE_EIO_FALSE"]=""
936 S["HAVE_EIO_TRUE"]="#"
937 S["EIO_LIBS"]=""
938 S["EIO_CFLAGS"]=""
939 S["HAVE_ECORE_CON_FALSE"]="#"
940 S["HAVE_ECORE_CON_TRUE"]=""
941 S["ELEMENTARY_ECORE_CON_INC"]="#include <Ecore_Con.h>"
942 S["ELEMENTARY_ECORE_CON_LIBS"]="-lecore_con  "
943 S["ELEMENTARY_ECORE_CON_CFLAGS"]="-I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  "
944 S["HAVE_ECORE_IMF_FALSE"]="#"
945 S["HAVE_ECORE_IMF_TRUE"]=""
946 S["ELEMENTARY_ECORE_IMF_INC"]="#include <Ecore_IMF.h>"
947 S["ELEMENTARY_ECORE_IMF_LIBS"]="-lecore_imf  "
948 S["ELEMENTARY_ECORE_IMF_CFLAGS"]="-I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  "
949 S["ELEMENTARY_LIBS"]="-pthread -leina -leet -levas -lecore -lecore_evas -lecore_file -ledje  "
950 S["ELEMENTARY_CFLAGS"]="-I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/eet-1 -I/usr/include/evas-1 -I/usr/include/harfbuzz -I/usr/include/fribidi -I//usr/i"\
951 "nclude -I/usr/include/freetype2 -I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/edje-1 -I/usr/include/lua5"\
952 ".1 -I/usr/include/embryo-1  "
953 S["ELEMENTARY_WINDOWS_BUILD_FALSE"]=""
954 S["ELEMENTARY_WINDOWS_BUILD_TRUE"]="#"
955 S["ELM_WINCE_DEF"]="#undef"
956 S["ELM_WIN32_DEF"]="#undef"
957 S["ELM_UNIX_DEF"]="#define"
958 S["lt_enable_auto_import"]=""
959 S["dlopen_libs"]="-ldl"
960 S["BUILD_QUICKLAUNCH_FALSE"]="#"
961 S["BUILD_QUICKLAUNCH_TRUE"]=""
962 S["BUILD_MODULES_FALSE"]="#"
963 S["BUILD_MODULES_TRUE"]=""
964 S["BUILD_RUN_FALSE"]="#"
965 S["BUILD_RUN_TRUE"]=""
966 S["EVIL_LIBS"]=""
967 S["EVIL_CFLAGS"]=""
968 S["LOCALE_DIR"]="/usr/share/locale"
969 S["pkgconfig_requires_private"]="Requires.private"
970 S["MODULE_EDJE"]="linux-gnueabi-arm-1.0.0"
971 S["MODULE_ARCH"]="linux-gnueabi-arm-0.8.0"
972 S["PKG_CONFIG_LIBDIR"]=""
973 S["PKG_CONFIG_PATH"]="/home/jaehwan/sbs/target-armel/usr/lib/pkgconfig:/home/jaehwan/sbs/target-armel/usr/share/pkgconfig:/home/jaehwan/sbs/tools/usr/share/pkgconfig"
974 S["PKG_CONFIG"]="/usr/bin/pkg-config"
975 S["VMIN"]="8"
976 S["VMAJ"]="0"
977 S["release_info"]="-release ver-pre-svn-09"
978 S["version_info"]="8:0:8"
979 S["OTOOL64"]=""
980 S["OTOOL"]=""
981 S["LIPO"]=""
982 S["NMEDIT"]=""
983 S["DSYMUTIL"]=""
984 S["lt_ECHO"]="echo"
985 S["RANLIB"]="ranlib"
986 S["AR"]="ar"
987 S["LN_S"]="ln -s"
988 S["NM"]="/usr/bin/nm -B"
989 S["ac_ct_DUMPBIN"]=""
990 S["DUMPBIN"]=""
991 S["LD"]="/usr/arm-linux-gnueabi/bin/ld"
992 S["FGREP"]="/bin/grep -F"
993 S["SED"]="/bin/sed"
994 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
995 S["OBJDUMP"]="objdump"
996 S["DLLTOOL"]="dlltool"
997 S["AS"]="as"
998 S["ALLOCA"]=""
999 S["EGREP"]="/bin/grep -E"
1000 S["GREP"]="/bin/grep"
1001 S["CPP"]="gcc -E"
1002 S["am__fastdepCC_FALSE"]="#"
1003 S["am__fastdepCC_TRUE"]=""
1004 S["CCDEPMODE"]="depmode=gcc3"
1005 S["AMDEPBACKSLASH"]="\\"
1006 S["AMDEP_FALSE"]="#"
1007 S["AMDEP_TRUE"]=""
1008 S["am__quote"]=""
1009 S["am__include"]="include"
1010 S["DEPDIR"]=".deps"
1011 S["OBJEXT"]="o"
1012 S["EXEEXT"]=""
1013 S["ac_ct_CC"]="gcc"
1014 S["CPPFLAGS"]=""
1015 S["LDFLAGS"]=" -Wl,--hash-style=both -Wl,--as-needed"
1016 S["CFLAGS"]="-g -O2 -g -Wall -O2 -fPIC -Wall -Wall -W"
1017 S["CC"]="gcc -std=gnu99"
1018 S["AM_BACKSLASH"]="\\"
1019 S["AM_DEFAULT_VERBOSITY"]="1"
1020 S["am__untar"]="${AMTAR} xf -"
1021 S["am__tar"]="${AMTAR} chof - \"$$tardir\""
1022 S["AMTAR"]="${SHELL} /home/jaehwan/slp/efl-upgrade/efl-upgrade-tools/build/elementary/missing --run tar"
1023 S["am__leading_dot"]="."
1024 S["SET_MAKE"]=""
1025 S["AWK"]="gawk"
1026 S["mkdir_p"]="/bin/mkdir -p"
1027 S["MKDIR_P"]="/bin/mkdir -p"
1028 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1029 S["STRIP"]="strip"
1030 S["install_sh"]="${SHELL} /home/jaehwan/slp/efl-upgrade/efl-upgrade-tools/build/elementary/install-sh"
1031 S["MAKEINFO"]="${SHELL} /home/jaehwan/slp/efl-upgrade/efl-upgrade-tools/build/elementary/missing --run makeinfo"
1032 S["AUTOHEADER"]="${SHELL} /home/jaehwan/slp/efl-upgrade/efl-upgrade-tools/build/elementary/missing --run autoheader"
1033 S["AUTOMAKE"]="${SHELL} /home/jaehwan/slp/efl-upgrade/efl-upgrade-tools/build/elementary/missing --run automake-1.11"
1034 S["AUTOCONF"]="${SHELL} /home/jaehwan/slp/efl-upgrade/efl-upgrade-tools/build/elementary/missing --run autoconf"
1035 S["ACLOCAL"]="${SHELL} /home/jaehwan/slp/efl-upgrade/efl-upgrade-tools/build/elementary/missing --run aclocal-1.11"
1036 S["VERSION"]="0.8.0.67547"
1037 S["PACKAGE"]="elementary"
1038 S["CYGPATH_W"]="echo"
1039 S["am__isrc"]=""
1040 S["INSTALL_DATA"]="${INSTALL} -m 644"
1041 S["INSTALL_SCRIPT"]="${INSTALL}"
1042 S["INSTALL_PROGRAM"]="${INSTALL}"
1043 S["host_os"]="linux-gnueabi"
1044 S["host_vendor"]="unknown"
1045 S["host_cpu"]="arm"
1046 S["host"]="arm-unknown-linux-gnueabi"
1047 S["build_os"]="linux-gnueabi"
1048 S["build_vendor"]="unknown"
1049 S["build_cpu"]="arm"
1050 S["build"]="arm-unknown-linux-gnueabi"
1051 S["target_alias"]=""
1052 S["host_alias"]=""
1053 S["build_alias"]="arm-linux-gnueabi"
1054 S["LIBS"]=""
1055 S["ECHO_T"]=""
1056 S["ECHO_N"]="-n"
1057 S["ECHO_C"]=""
1058 S["DEFS"]="-DHAVE_CONFIG_H"
1059 S["mandir"]="${prefix}/share/man"
1060 S["localedir"]="${datarootdir}/locale"
1061 S["libdir"]="${exec_prefix}/lib"
1062 S["psdir"]="${docdir}"
1063 S["pdfdir"]="${docdir}"
1064 S["dvidir"]="${docdir}"
1065 S["htmldir"]="${docdir}"
1066 S["infodir"]="${prefix}/share/info"
1067 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1068 S["oldincludedir"]="/usr/include"
1069 S["includedir"]="${prefix}/include"
1070 S["localstatedir"]="/var"
1071 S["sharedstatedir"]="${prefix}/com"
1072 S["sysconfdir"]="/etc"
1073 S["datadir"]="${datarootdir}"
1074 S["datarootdir"]="${prefix}/share"
1075 S["libexecdir"]="${prefix}/lib/elementary"
1076 S["sbindir"]="${exec_prefix}/sbin"
1077 S["bindir"]="${exec_prefix}/bin"
1078 S["program_transform_name"]="s,x,x,"
1079 S["prefix"]="/usr"
1080 S["exec_prefix"]="${prefix}"
1081 S["PACKAGE_URL"]=""
1082 S["PACKAGE_BUGREPORT"]="enlightenment-devel@lists.sourceforge.net"
1083 S["PACKAGE_STRING"]="elementary 0.8.0.67547"
1084 S["PACKAGE_VERSION"]="0.8.0.67547"
1085 S["PACKAGE_TARNAME"]="elementary"
1086 S["PACKAGE_NAME"]="elementary"
1087 S["PATH_SEPARATOR"]=":"
1088 S["SHELL"]="/bin/sh"
1089 _ACAWK
1090 cat >>"$tmp/subs1.awk" <<_ACAWK &&
1091   for (key in S) S_is_set[key] = 1
1092   FS = "\a"
1093
1094 }
1095 {
1096   line = $ 0
1097   nfields = split(line, field, "@")
1098   substed = 0
1099   len = length(field[1])
1100   for (i = 2; i < nfields; i++) {
1101     key = field[i]
1102     keylen = length(key)
1103     if (S_is_set[key]) {
1104       value = S[key]
1105       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1106       len += length(value) + length(field[++i])
1107       substed = 1
1108     } else
1109       len += 1 + keylen
1110   }
1111
1112   print line
1113 }
1114
1115 _ACAWK
1116 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1117   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1118 else
1119   cat
1120 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
1121   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1122 fi # test -n "$CONFIG_FILES"
1123
1124 # Set up the scripts for CONFIG_HEADERS section.
1125 # No need to generate them if there are no CONFIG_HEADERS.
1126 # This happens for instance with `./config.status Makefile'.
1127 if test -n "$CONFIG_HEADERS"; then
1128 cat >"$tmp/defines.awk" <<\_ACAWK ||
1129 BEGIN {
1130 D["PACKAGE_NAME"]=" \"elementary\""
1131 D["PACKAGE_TARNAME"]=" \"elementary\""
1132 D["PACKAGE_VERSION"]=" \"0.8.0.67547\""
1133 D["PACKAGE_STRING"]=" \"elementary 0.8.0.67547\""
1134 D["PACKAGE_BUGREPORT"]=" \"enlightenment-devel@lists.sourceforge.net\""
1135 D["PACKAGE_URL"]=" \"\""
1136 D["PACKAGE"]=" \"elementary\""
1137 D["VERSION"]=" \"0.8.0.67547\""
1138 D["STDC_HEADERS"]=" 1"
1139 D["HAVE_SYS_TYPES_H"]=" 1"
1140 D["HAVE_SYS_STAT_H"]=" 1"
1141 D["HAVE_STDLIB_H"]=" 1"
1142 D["HAVE_STRING_H"]=" 1"
1143 D["HAVE_MEMORY_H"]=" 1"
1144 D["HAVE_STRINGS_H"]=" 1"
1145 D["HAVE_INTTYPES_H"]=" 1"
1146 D["HAVE_STDINT_H"]=" 1"
1147 D["HAVE_UNISTD_H"]=" 1"
1148 D["__EXTENSIONS__"]=" 1"
1149 D["_ALL_SOURCE"]=" 1"
1150 D["_GNU_SOURCE"]=" 1"
1151 D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
1152 D["_TANDEM_SOURCE"]=" 1"
1153 D["STDC_HEADERS"]=" 1"
1154 D["HAVE___ATTRIBUTE__"]=" 1"
1155 D["__UNUSED__"]=" __attribute__((unused))"
1156 D["HAVE_ALLOCA_H"]=" 1"
1157 D["HAVE_ALLOCA"]=" 1"
1158 D["HAVE_DLFCN_H"]=" 1"
1159 D["LT_OBJDIR"]=" \".libs/\""
1160 D["VMAJ"]=" 0"
1161 D["VMIN"]=" 8"
1162 D["VMIC"]=" 0"
1163 D["VREV"]=" 67547"
1164 D["MODULE_ARCH"]=" \"linux-gnueabi-arm-0.8.0\""
1165 D["MODULE_EDJE"]=" \"linux-gnueabi-arm-1.0.0\""
1166 D["EFL_SHARED_EXTENSION"]=" \".so\""
1167 D["HAVE_DLADDR"]=" 1"
1168 D["HAVE_STRCASESTR"]=" 1"
1169 D["HAVE_STRCASESTR"]=" 1"
1170 D["HAVE_FORK"]=" 1"
1171 D["HAVE_FORK"]=" 1"
1172 D["HAVE_ELEMENTARY_ECORE_IMF"]=" 1"
1173 D["HAVE_ELEMENTARY_ECORE_CON"]=" 1"
1174 D["HAVE_ELEMENTARY_X"]=" 1"
1175 D["HAVE_CONFORMANT_AUTOSCROLL"]=" 1"
1176 D["HAVE_ELEMENTARY_FB"]=" 1"
1177 D["HAVE_ELEMENTARY_EDBUS"]=" 1"
1178 D["HAVE_ELEMENTARY_EFREET"]=" 1"
1179 D["HAVE_ELEMENTARY_ETHUMB"]=" 1"
1180 D["HAVE_MMAN_H"]=" 1"
1181 D["ENABLE_NLS"]=" 1"
1182 D["HAVE_GETTEXT"]=" 1"
1183 D["HAVE_DCGETTEXT"]=" 1"
1184 D["ELEMENTARY_BASE_DIR"]=" \".elementary\""
1185   for (key in D) D_is_set[key] = 1
1186   FS = "\a"
1187 }
1188 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1189   line = $ 0
1190   split(line, arg, " ")
1191   if (arg[1] == "#") {
1192     defundef = arg[2]
1193     mac1 = arg[3]
1194   } else {
1195     defundef = substr(arg[1], 2)
1196     mac1 = arg[2]
1197   }
1198   split(mac1, mac2, "(") #)
1199   macro = mac2[1]
1200   prefix = substr(line, 1, index(line, defundef) - 1)
1201   if (D_is_set[macro]) {
1202     # Preserve the white space surrounding the "#".
1203     print prefix "define", macro P[macro] D[macro]
1204     next
1205   } else {
1206     # Replace #undef with comments.  This is necessary, for example,
1207     # in the case of _POSIX_SOURCE, which is predefined and required
1208     # on some systems where configure will not decide to define it.
1209     if (defundef == "undef") {
1210       print "/*", prefix defundef, macro, "*/"
1211       next
1212     }
1213   }
1214 }
1215 { print }
1216 _ACAWK
1217   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1218 fi # test -n "$CONFIG_HEADERS"
1219
1220
1221 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1222 shift
1223 for ac_tag
1224 do
1225   case $ac_tag in
1226   :[FHLC]) ac_mode=$ac_tag; continue;;
1227   esac
1228   case $ac_mode$ac_tag in
1229   :[FHL]*:*);;
1230   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
1231   :[FH]-) ac_tag=-:-;;
1232   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1233   esac
1234   ac_save_IFS=$IFS
1235   IFS=:
1236   set x $ac_tag
1237   IFS=$ac_save_IFS
1238   shift
1239   ac_file=$1
1240   shift
1241
1242   case $ac_mode in
1243   :L) ac_source=$1;;
1244   :[FH])
1245     ac_file_inputs=
1246     for ac_f
1247     do
1248       case $ac_f in
1249       -) ac_f="$tmp/stdin";;
1250       *) # Look for the file first in the build tree, then in the source tree
1251          # (if the path is not absolute).  The absolute path cannot be DOS-style,
1252          # because $ac_f cannot contain `:'.
1253          test -f "$ac_f" ||
1254            case $ac_f in
1255            [\\/$]*) false;;
1256            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1257            esac ||
1258            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
1259       esac
1260       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1261       as_fn_append ac_file_inputs " '$ac_f'"
1262     done
1263
1264     # Let's still pretend it is `configure' which instantiates (i.e., don't
1265     # use $as_me), people would be surprised to read:
1266     #    /* config.h.  Generated by config.status.  */
1267     configure_input='Generated from '`
1268           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1269         `' by configure.'
1270     if test x"$ac_file" != x-; then
1271       configure_input="$ac_file.  $configure_input"
1272       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1273 $as_echo "$as_me: creating $ac_file" >&6;}
1274     fi
1275     # Neutralize special characters interpreted by sed in replacement strings.
1276     case $configure_input in #(
1277     *\&* | *\|* | *\\* )
1278        ac_sed_conf_input=`$as_echo "$configure_input" |
1279        sed 's/[\\\\&|]/\\\\&/g'`;; #(
1280     *) ac_sed_conf_input=$configure_input;;
1281     esac
1282
1283     case $ac_tag in
1284     *:-:* | *:-) cat >"$tmp/stdin" \
1285       || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
1286     esac
1287     ;;
1288   esac
1289
1290   ac_dir=`$as_dirname -- "$ac_file" ||
1291 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1292          X"$ac_file" : 'X\(//\)[^/]' \| \
1293          X"$ac_file" : 'X\(//\)$' \| \
1294          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1295 $as_echo X"$ac_file" |
1296     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1297             s//\1/
1298             q
1299           }
1300           /^X\(\/\/\)[^/].*/{
1301             s//\1/
1302             q
1303           }
1304           /^X\(\/\/\)$/{
1305             s//\1/
1306             q
1307           }
1308           /^X\(\/\).*/{
1309             s//\1/
1310             q
1311           }
1312           s/.*/./; q'`
1313   as_dir="$ac_dir"; as_fn_mkdir_p
1314   ac_builddir=.
1315
1316 case "$ac_dir" in
1317 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1318 *)
1319   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1320   # A ".." for each directory in $ac_dir_suffix.
1321   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1322   case $ac_top_builddir_sub in
1323   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1324   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1325   esac ;;
1326 esac
1327 ac_abs_top_builddir=$ac_pwd
1328 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1329 # for backward compatibility:
1330 ac_top_builddir=$ac_top_build_prefix
1331
1332 case $srcdir in
1333   .)  # We are building in place.
1334     ac_srcdir=.
1335     ac_top_srcdir=$ac_top_builddir_sub
1336     ac_abs_top_srcdir=$ac_pwd ;;
1337   [\\/]* | ?:[\\/]* )  # Absolute name.
1338     ac_srcdir=$srcdir$ac_dir_suffix;
1339     ac_top_srcdir=$srcdir
1340     ac_abs_top_srcdir=$srcdir ;;
1341   *) # Relative name.
1342     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1343     ac_top_srcdir=$ac_top_build_prefix$srcdir
1344     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1345 esac
1346 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1347
1348
1349   case $ac_mode in
1350   :F)
1351   #
1352   # CONFIG_FILE
1353   #
1354
1355   case $INSTALL in
1356   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1357   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1358   esac
1359   ac_MKDIR_P=$MKDIR_P
1360   case $MKDIR_P in
1361   [\\/$]* | ?:[\\/]* ) ;;
1362   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1363   esac
1364 # If the template does not know about datarootdir, expand it.
1365 # FIXME: This hack should be removed a few years after 2.60.
1366 ac_datarootdir_hack=; ac_datarootdir_seen=
1367 ac_sed_dataroot='
1368 /datarootdir/ {
1369   p
1370   q
1371 }
1372 /@datadir@/p
1373 /@docdir@/p
1374 /@infodir@/p
1375 /@localedir@/p
1376 /@mandir@/p'
1377 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1378 *datarootdir*) ac_datarootdir_seen=yes;;
1379 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1380   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1381 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1382   ac_datarootdir_hack='
1383   s&@datadir@&${datarootdir}&g
1384   s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1385   s&@infodir@&${prefix}/share/info&g
1386   s&@localedir@&${datarootdir}/locale&g
1387   s&@mandir@&${prefix}/share/man&g
1388   s&\${datarootdir}&${prefix}/share&g' ;;
1389 esac
1390 ac_sed_extra="/^[        ]*VPATH[        ]*=[    ]*/{
1391 h
1392 s///
1393 s/^/:/
1394 s/[      ]*$/:/
1395 s/:\$(srcdir):/:/g
1396 s/:\${srcdir}:/:/g
1397 s/:@srcdir@:/:/g
1398 s/^:*//
1399 s/:*$//
1400 x
1401 s/\(=[   ]*\).*/\1/
1402 G
1403 s/\n//
1404 s/^[^=]*=[       ]*$//
1405 }
1406
1407 :t
1408 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1409 s|@configure_input@|$ac_sed_conf_input|;t t
1410 s&@top_builddir@&$ac_top_builddir_sub&;t t
1411 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1412 s&@srcdir@&$ac_srcdir&;t t
1413 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1414 s&@top_srcdir@&$ac_top_srcdir&;t t
1415 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1416 s&@builddir@&$ac_builddir&;t t
1417 s&@abs_builddir@&$ac_abs_builddir&;t t
1418 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1419 s&@INSTALL@&$ac_INSTALL&;t t
1420 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1421 $ac_datarootdir_hack
1422 "
1423 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1424   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1425
1426 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1427   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1428   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1429   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1430 which seems to be undefined.  Please make sure it is defined" >&5
1431 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1432 which seems to be undefined.  Please make sure it is defined" >&2;}
1433
1434   rm -f "$tmp/stdin"
1435   case $ac_file in
1436   -) cat "$tmp/out" && rm -f "$tmp/out";;
1437   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1438   esac \
1439   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1440  ;;
1441   :H)
1442   #
1443   # CONFIG_HEADER
1444   #
1445   if test x"$ac_file" != x-; then
1446     {
1447       $as_echo "/* $configure_input  */" \
1448       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1449     } >"$tmp/config.h" \
1450       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1451     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1452       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1453 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1454     else
1455       rm -f "$ac_file"
1456       mv "$tmp/config.h" "$ac_file" \
1457         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1458     fi
1459   else
1460     $as_echo "/* $configure_input  */" \
1461       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1462       || as_fn_error $? "could not create -" "$LINENO" 5
1463   fi
1464 # Compute "$ac_file"'s index in $config_headers.
1465 _am_arg="$ac_file"
1466 _am_stamp_count=1
1467 for _am_header in $config_headers :; do
1468   case $_am_header in
1469     $_am_arg | $_am_arg:* )
1470       break ;;
1471     * )
1472       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1473   esac
1474 done
1475 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1476 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1477          X"$_am_arg" : 'X\(//\)[^/]' \| \
1478          X"$_am_arg" : 'X\(//\)$' \| \
1479          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1480 $as_echo X"$_am_arg" |
1481     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1482             s//\1/
1483             q
1484           }
1485           /^X\(\/\/\)[^/].*/{
1486             s//\1/
1487             q
1488           }
1489           /^X\(\/\/\)$/{
1490             s//\1/
1491             q
1492           }
1493           /^X\(\/\).*/{
1494             s//\1/
1495             q
1496           }
1497           s/.*/./; q'`/stamp-h$_am_stamp_count
1498  ;;
1499
1500   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1501 $as_echo "$as_me: executing $ac_file commands" >&6;}
1502  ;;
1503   esac
1504
1505
1506   case $ac_file$ac_mode in
1507     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1508   # Autoconf 2.62 quotes --file arguments for eval, but not when files
1509   # are listed without --file.  Let's play safe and only enable the eval
1510   # if we detect the quoting.
1511   case $CONFIG_FILES in
1512   *\'*) eval set x "$CONFIG_FILES" ;;
1513   *)   set x $CONFIG_FILES ;;
1514   esac
1515   shift
1516   for mf
1517   do
1518     # Strip MF so we end up with the name of the file.
1519     mf=`echo "$mf" | sed -e 's/:.*$//'`
1520     # Check whether this is an Automake generated Makefile or not.
1521     # We used to match only the files named `Makefile.in', but
1522     # some people rename them; so instead we look at the file content.
1523     # Grep'ing the first line is not enough: some people post-process
1524     # each Makefile.in and add a new line on top of each file to say so.
1525     # Grep'ing the whole file is not good either: AIX grep has a line
1526     # limit of 2048, but all sed's we know have understand at least 4000.
1527     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1528       dirpart=`$as_dirname -- "$mf" ||
1529 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1530          X"$mf" : 'X\(//\)[^/]' \| \
1531          X"$mf" : 'X\(//\)$' \| \
1532          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1533 $as_echo X"$mf" |
1534     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1535             s//\1/
1536             q
1537           }
1538           /^X\(\/\/\)[^/].*/{
1539             s//\1/
1540             q
1541           }
1542           /^X\(\/\/\)$/{
1543             s//\1/
1544             q
1545           }
1546           /^X\(\/\).*/{
1547             s//\1/
1548             q
1549           }
1550           s/.*/./; q'`
1551     else
1552       continue
1553     fi
1554     # Extract the definition of DEPDIR, am__include, and am__quote
1555     # from the Makefile without running `make'.
1556     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1557     test -z "$DEPDIR" && continue
1558     am__include=`sed -n 's/^am__include = //p' < "$mf"`
1559     test -z "am__include" && continue
1560     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1561     # When using ansi2knr, U may be empty or an underscore; expand it
1562     U=`sed -n 's/^U = //p' < "$mf"`
1563     # Find all dependency output files, they are included files with
1564     # $(DEPDIR) in their names.  We invoke sed twice because it is the
1565     # simplest approach to changing $(DEPDIR) to its actual value in the
1566     # expansion.
1567     for file in `sed -n "
1568       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1569          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1570       # Make sure the directory exists.
1571       test -f "$dirpart/$file" && continue
1572       fdir=`$as_dirname -- "$file" ||
1573 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1574          X"$file" : 'X\(//\)[^/]' \| \
1575          X"$file" : 'X\(//\)$' \| \
1576          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1577 $as_echo X"$file" |
1578     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1579             s//\1/
1580             q
1581           }
1582           /^X\(\/\/\)[^/].*/{
1583             s//\1/
1584             q
1585           }
1586           /^X\(\/\/\)$/{
1587             s//\1/
1588             q
1589           }
1590           /^X\(\/\).*/{
1591             s//\1/
1592             q
1593           }
1594           s/.*/./; q'`
1595       as_dir=$dirpart/$fdir; as_fn_mkdir_p
1596       # echo "creating $dirpart/$file"
1597       echo '# dummy' > "$dirpart/$file"
1598     done
1599   done
1600 }
1601  ;;
1602     "libtool":C)
1603
1604     # See if we are running on zsh, and set the options which allow our
1605     # commands through without removal of \ escapes.
1606     if test -n "${ZSH_VERSION+set}" ; then
1607       setopt NO_GLOB_SUBST
1608     fi
1609
1610     cfgfile="${ofile}T"
1611     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1612     $RM "$cfgfile"
1613
1614     cat <<_LT_EOF >> "$cfgfile"
1615 #! $SHELL
1616
1617 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1618 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1619 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1620 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1621 #
1622 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1623 #                 2006, 2007, 2008 Free Software Foundation, Inc.
1624 #   Written by Gordon Matzigkeit, 1996
1625 #
1626 #   This file is part of GNU Libtool.
1627 #
1628 # GNU Libtool is free software; you can redistribute it and/or
1629 # modify it under the terms of the GNU General Public License as
1630 # published by the Free Software Foundation; either version 2 of
1631 # the License, or (at your option) any later version.
1632 #
1633 # As a special exception to the GNU General Public License,
1634 # if you distribute this file as part of a program or library that
1635 # is built using GNU Libtool, you may include this file under the
1636 # same distribution terms that you use for the rest of that program.
1637 #
1638 # GNU Libtool is distributed in the hope that it will be useful,
1639 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1640 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1641 # GNU General Public License for more details.
1642 #
1643 # You should have received a copy of the GNU General Public License
1644 # along with GNU Libtool; see the file COPYING.  If not, a copy
1645 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1646 # obtained by writing to the Free Software Foundation, Inc.,
1647 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1648
1649
1650 # The names of the tagged configurations supported by this script.
1651 available_tags=""
1652
1653 # ### BEGIN LIBTOOL CONFIG
1654
1655 # Assembler program.
1656 AS=$AS
1657
1658 # DLL creation program.
1659 DLLTOOL=$DLLTOOL
1660
1661 # Object dumper program.
1662 OBJDUMP=$OBJDUMP
1663
1664 # Which release of libtool.m4 was used?
1665 macro_version=$macro_version
1666 macro_revision=$macro_revision
1667
1668 # Whether or not to build shared libraries.
1669 build_libtool_libs=$enable_shared
1670
1671 # Whether or not to build static libraries.
1672 build_old_libs=$enable_static
1673
1674 # What type of objects to build.
1675 pic_mode=$pic_mode
1676
1677 # Whether or not to optimize for fast installation.
1678 fast_install=$enable_fast_install
1679
1680 # The host system.
1681 host_alias=$host_alias
1682 host=$host
1683 host_os=$host_os
1684
1685 # The build system.
1686 build_alias=$build_alias
1687 build=$build
1688 build_os=$build_os
1689
1690 # A sed program that does not truncate output.
1691 SED=$lt_SED
1692
1693 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1694 Xsed="\$SED -e 1s/^X//"
1695
1696 # A grep program that handles long lines.
1697 GREP=$lt_GREP
1698
1699 # An ERE matcher.
1700 EGREP=$lt_EGREP
1701
1702 # A literal string matcher.
1703 FGREP=$lt_FGREP
1704
1705 # A BSD- or MS-compatible name lister.
1706 NM=$lt_NM
1707
1708 # Whether we need soft or hard links.
1709 LN_S=$lt_LN_S
1710
1711 # What is the maximum length of a command?
1712 max_cmd_len=$max_cmd_len
1713
1714 # Object file suffix (normally "o").
1715 objext=$ac_objext
1716
1717 # Executable file suffix (normally "").
1718 exeext=$exeext
1719
1720 # whether the shell understands "unset".
1721 lt_unset=$lt_unset
1722
1723 # turn spaces into newlines.
1724 SP2NL=$lt_lt_SP2NL
1725
1726 # turn newlines into spaces.
1727 NL2SP=$lt_lt_NL2SP
1728
1729 # How to create reloadable object files.
1730 reload_flag=$lt_reload_flag
1731 reload_cmds=$lt_reload_cmds
1732
1733 # Method to check whether dependent libraries are shared objects.
1734 deplibs_check_method=$lt_deplibs_check_method
1735
1736 # Command to use when deplibs_check_method == "file_magic".
1737 file_magic_cmd=$lt_file_magic_cmd
1738
1739 # The archiver.
1740 AR=$lt_AR
1741 AR_FLAGS=$lt_AR_FLAGS
1742
1743 # A symbol stripping program.
1744 STRIP=$lt_STRIP
1745
1746 # Commands used to install an old-style archive.
1747 RANLIB=$lt_RANLIB
1748 old_postinstall_cmds=$lt_old_postinstall_cmds
1749 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1750
1751 # A C compiler.
1752 LTCC=$lt_CC
1753
1754 # LTCC compiler flags.
1755 LTCFLAGS=$lt_CFLAGS
1756
1757 # Take the output of nm and produce a listing of raw symbols and C names.
1758 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1759
1760 # Transform the output of nm in a proper C declaration.
1761 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1762
1763 # Transform the output of nm in a C name address pair.
1764 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1765
1766 # Transform the output of nm in a C name address pair when lib prefix is needed.
1767 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1768
1769 # The name of the directory that contains temporary libtool files.
1770 objdir=$objdir
1771
1772 # Shell to use when invoking shell scripts.
1773 SHELL=$lt_SHELL
1774
1775 # An echo program that does not interpret backslashes.
1776 ECHO=$lt_ECHO
1777
1778 # Used to examine libraries when file_magic_cmd begins with "file".
1779 MAGIC_CMD=$MAGIC_CMD
1780
1781 # Must we lock files when doing compilation?
1782 need_locks=$lt_need_locks
1783
1784 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1785 DSYMUTIL=$lt_DSYMUTIL
1786
1787 # Tool to change global to local symbols on Mac OS X.
1788 NMEDIT=$lt_NMEDIT
1789
1790 # Tool to manipulate fat objects and archives on Mac OS X.
1791 LIPO=$lt_LIPO
1792
1793 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1794 OTOOL=$lt_OTOOL
1795
1796 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1797 OTOOL64=$lt_OTOOL64
1798
1799 # Old archive suffix (normally "a").
1800 libext=$libext
1801
1802 # Shared library suffix (normally ".so").
1803 shrext_cmds=$lt_shrext_cmds
1804
1805 # The commands to extract the exported symbol list from a shared archive.
1806 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1807
1808 # Variables whose values should be saved in libtool wrapper scripts and
1809 # restored at link time.
1810 variables_saved_for_relink=$lt_variables_saved_for_relink
1811
1812 # Do we need the "lib" prefix for modules?
1813 need_lib_prefix=$need_lib_prefix
1814
1815 # Do we need a version for libraries?
1816 need_version=$need_version
1817
1818 # Library versioning type.
1819 version_type=$version_type
1820
1821 # Shared library runtime path variable.
1822 runpath_var=$runpath_var
1823
1824 # Shared library path variable.
1825 shlibpath_var=$shlibpath_var
1826
1827 # Is shlibpath searched before the hard-coded library search path?
1828 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1829
1830 # Format of library name prefix.
1831 libname_spec=$lt_libname_spec
1832
1833 # List of archive names.  First name is the real one, the rest are links.
1834 # The last name is the one that the linker finds with -lNAME
1835 library_names_spec=$lt_library_names_spec
1836
1837 # The coded name of the library, if different from the real name.
1838 soname_spec=$lt_soname_spec
1839
1840 # Command to use after installation of a shared archive.
1841 postinstall_cmds=$lt_postinstall_cmds
1842
1843 # Command to use after uninstallation of a shared archive.
1844 postuninstall_cmds=$lt_postuninstall_cmds
1845
1846 # Commands used to finish a libtool library installation in a directory.
1847 finish_cmds=$lt_finish_cmds
1848
1849 # As "finish_cmds", except a single script fragment to be evaled but
1850 # not shown.
1851 finish_eval=$lt_finish_eval
1852
1853 # Whether we should hardcode library paths into libraries.
1854 hardcode_into_libs=$hardcode_into_libs
1855
1856 # Compile-time system search path for libraries.
1857 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1858
1859 # Run-time system search path for libraries.
1860 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1861
1862 # Whether dlopen is supported.
1863 dlopen_support=$enable_dlopen
1864
1865 # Whether dlopen of programs is supported.
1866 dlopen_self=$enable_dlopen_self
1867
1868 # Whether dlopen of statically linked programs is supported.
1869 dlopen_self_static=$enable_dlopen_self_static
1870
1871 # Commands to strip libraries.
1872 old_striplib=$lt_old_striplib
1873 striplib=$lt_striplib
1874
1875
1876 # The linker used to build libraries.
1877 LD=$lt_LD
1878
1879 # Commands used to build an old-style archive.
1880 old_archive_cmds=$lt_old_archive_cmds
1881
1882 # A language specific compiler.
1883 CC=$lt_compiler
1884
1885 # Is the compiler the GNU compiler?
1886 with_gcc=$GCC
1887
1888 # Compiler flag to turn off builtin functions.
1889 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1890
1891 # How to pass a linker flag through the compiler.
1892 wl=$lt_lt_prog_compiler_wl
1893
1894 # Additional compiler flags for building library objects.
1895 pic_flag=$lt_lt_prog_compiler_pic
1896
1897 # Compiler flag to prevent dynamic linking.
1898 link_static_flag=$lt_lt_prog_compiler_static
1899
1900 # Does compiler simultaneously support -c and -o options?
1901 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1902
1903 # Whether or not to add -lc for building shared libraries.
1904 build_libtool_need_lc=$archive_cmds_need_lc
1905
1906 # Whether or not to disallow shared libs when runtime libs are static.
1907 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1908
1909 # Compiler flag to allow reflexive dlopens.
1910 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1911
1912 # Compiler flag to generate shared objects directly from archives.
1913 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1914
1915 # Whether the compiler copes with passing no objects directly.
1916 compiler_needs_object=$lt_compiler_needs_object
1917
1918 # Create an old-style archive from a shared archive.
1919 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1920
1921 # Create a temporary old-style archive to link instead of a shared archive.
1922 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1923
1924 # Commands used to build a shared archive.
1925 archive_cmds=$lt_archive_cmds
1926 archive_expsym_cmds=$lt_archive_expsym_cmds
1927
1928 # Commands used to build a loadable module if different from building
1929 # a shared archive.
1930 module_cmds=$lt_module_cmds
1931 module_expsym_cmds=$lt_module_expsym_cmds
1932
1933 # Whether we are building with GNU ld or not.
1934 with_gnu_ld=$lt_with_gnu_ld
1935
1936 # Flag that allows shared libraries with undefined symbols to be built.
1937 allow_undefined_flag=$lt_allow_undefined_flag
1938
1939 # Flag that enforces no undefined symbols.
1940 no_undefined_flag=$lt_no_undefined_flag
1941
1942 # Flag to hardcode \$libdir into a binary during linking.
1943 # This must work even if \$libdir does not exist
1944 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1945
1946 # If ld is used when linking, flag to hardcode \$libdir into a binary
1947 # during linking.  This must work even if \$libdir does not exist.
1948 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1949
1950 # Whether we need a single "-rpath" flag with a separated argument.
1951 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1952
1953 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1954 # DIR into the resulting binary.
1955 hardcode_direct=$hardcode_direct
1956
1957 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1958 # DIR into the resulting binary and the resulting library dependency is
1959 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1960 # library is relocated.
1961 hardcode_direct_absolute=$hardcode_direct_absolute
1962
1963 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1964 # into the resulting binary.
1965 hardcode_minus_L=$hardcode_minus_L
1966
1967 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1968 # into the resulting binary.
1969 hardcode_shlibpath_var=$hardcode_shlibpath_var
1970
1971 # Set to "yes" if building a shared library automatically hardcodes DIR
1972 # into the library and all subsequent libraries and executables linked
1973 # against it.
1974 hardcode_automatic=$hardcode_automatic
1975
1976 # Set to yes if linker adds runtime paths of dependent libraries
1977 # to runtime path list.
1978 inherit_rpath=$inherit_rpath
1979
1980 # Whether libtool must link a program against all its dependency libraries.
1981 link_all_deplibs=$link_all_deplibs
1982
1983 # Fix the shell variable \$srcfile for the compiler.
1984 fix_srcfile_path=$lt_fix_srcfile_path
1985
1986 # Set to "yes" if exported symbols are required.
1987 always_export_symbols=$always_export_symbols
1988
1989 # The commands to list exported symbols.
1990 export_symbols_cmds=$lt_export_symbols_cmds
1991
1992 # Symbols that should not be listed in the preloaded symbols.
1993 exclude_expsyms=$lt_exclude_expsyms
1994
1995 # Symbols that must always be exported.
1996 include_expsyms=$lt_include_expsyms
1997
1998 # Commands necessary for linking programs (against libraries) with templates.
1999 prelink_cmds=$lt_prelink_cmds
2000
2001 # Specify filename containing input files.
2002 file_list_spec=$lt_file_list_spec
2003
2004 # How to hardcode a shared library path into an executable.
2005 hardcode_action=$hardcode_action
2006
2007 # ### END LIBTOOL CONFIG
2008
2009 _LT_EOF
2010
2011   case $host_os in
2012   aix3*)
2013     cat <<\_LT_EOF >> "$cfgfile"
2014 # AIX sometimes has problems with the GCC collect2 program.  For some
2015 # reason, if we set the COLLECT_NAMES environment variable, the problems
2016 # vanish in a puff of smoke.
2017 if test "X${COLLECT_NAMES+set}" != Xset; then
2018   COLLECT_NAMES=
2019   export COLLECT_NAMES
2020 fi
2021 _LT_EOF
2022     ;;
2023   esac
2024
2025
2026 ltmain="$ac_aux_dir/ltmain.sh"
2027
2028
2029   # We use sed instead of cat because bash on DJGPP gets confused if
2030   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
2031   # text mode, it properly converts lines to CR/LF.  This bash problem
2032   # is reportedly fixed, but why not run on old versions too?
2033   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
2034     || (rm -f "$cfgfile"; exit 1)
2035
2036   case $xsi_shell in
2037   yes)
2038     cat << \_LT_EOF >> "$cfgfile"
2039
2040 # func_dirname file append nondir_replacement
2041 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
2042 # otherwise set result to NONDIR_REPLACEMENT.
2043 func_dirname ()
2044 {
2045   case ${1} in
2046     */*) func_dirname_result="${1%/*}${2}" ;;
2047     *  ) func_dirname_result="${3}" ;;
2048   esac
2049 }
2050
2051 # func_basename file
2052 func_basename ()
2053 {
2054   func_basename_result="${1##*/}"
2055 }
2056
2057 # func_dirname_and_basename file append nondir_replacement
2058 # perform func_basename and func_dirname in a single function
2059 # call:
2060 #   dirname:  Compute the dirname of FILE.  If nonempty,
2061 #             add APPEND to the result, otherwise set result
2062 #             to NONDIR_REPLACEMENT.
2063 #             value returned in "$func_dirname_result"
2064 #   basename: Compute filename of FILE.
2065 #             value retuned in "$func_basename_result"
2066 # Implementation must be kept synchronized with func_dirname
2067 # and func_basename. For efficiency, we do not delegate to
2068 # those functions but instead duplicate the functionality here.
2069 func_dirname_and_basename ()
2070 {
2071   case ${1} in
2072     */*) func_dirname_result="${1%/*}${2}" ;;
2073     *  ) func_dirname_result="${3}" ;;
2074   esac
2075   func_basename_result="${1##*/}"
2076 }
2077
2078 # func_stripname prefix suffix name
2079 # strip PREFIX and SUFFIX off of NAME.
2080 # PREFIX and SUFFIX must not contain globbing or regex special
2081 # characters, hashes, percent signs, but SUFFIX may contain a leading
2082 # dot (in which case that matches only a dot).
2083 func_stripname ()
2084 {
2085   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
2086   # positional parameters, so assign one to ordinary parameter first.
2087   func_stripname_result=${3}
2088   func_stripname_result=${func_stripname_result#"${1}"}
2089   func_stripname_result=${func_stripname_result%"${2}"}
2090 }
2091
2092 # func_opt_split
2093 func_opt_split ()
2094 {
2095   func_opt_split_opt=${1%%=*}
2096   func_opt_split_arg=${1#*=}
2097 }
2098
2099 # func_lo2o object
2100 func_lo2o ()
2101 {
2102   case ${1} in
2103     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
2104     *)    func_lo2o_result=${1} ;;
2105   esac
2106 }
2107
2108 # func_xform libobj-or-source
2109 func_xform ()
2110 {
2111   func_xform_result=${1%.*}.lo
2112 }
2113
2114 # func_arith arithmetic-term...
2115 func_arith ()
2116 {
2117   func_arith_result=$(( $* ))
2118 }
2119
2120 # func_len string
2121 # STRING may not start with a hyphen.
2122 func_len ()
2123 {
2124   func_len_result=${#1}
2125 }
2126
2127 _LT_EOF
2128     ;;
2129   *) # Bourne compatible functions.
2130     cat << \_LT_EOF >> "$cfgfile"
2131
2132 # func_dirname file append nondir_replacement
2133 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
2134 # otherwise set result to NONDIR_REPLACEMENT.
2135 func_dirname ()
2136 {
2137   # Extract subdirectory from the argument.
2138   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
2139   if test "X$func_dirname_result" = "X${1}"; then
2140     func_dirname_result="${3}"
2141   else
2142     func_dirname_result="$func_dirname_result${2}"
2143   fi
2144 }
2145
2146 # func_basename file
2147 func_basename ()
2148 {
2149   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
2150 }
2151
2152
2153 # func_stripname prefix suffix name
2154 # strip PREFIX and SUFFIX off of NAME.
2155 # PREFIX and SUFFIX must not contain globbing or regex special
2156 # characters, hashes, percent signs, but SUFFIX may contain a leading
2157 # dot (in which case that matches only a dot).
2158 # func_strip_suffix prefix name
2159 func_stripname ()
2160 {
2161   case ${2} in
2162     .*) func_stripname_result=`$ECHO "X${3}" \
2163            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
2164     *)  func_stripname_result=`$ECHO "X${3}" \
2165            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
2166   esac
2167 }
2168
2169 # sed scripts:
2170 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
2171 my_sed_long_arg='1s/^-[^=]*=//'
2172
2173 # func_opt_split
2174 func_opt_split ()
2175 {
2176   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
2177   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
2178 }
2179
2180 # func_lo2o object
2181 func_lo2o ()
2182 {
2183   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
2184 }
2185
2186 # func_xform libobj-or-source
2187 func_xform ()
2188 {
2189   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
2190 }
2191
2192 # func_arith arithmetic-term...
2193 func_arith ()
2194 {
2195   func_arith_result=`expr "$@"`
2196 }
2197
2198 # func_len string
2199 # STRING may not start with a hyphen.
2200 func_len ()
2201 {
2202   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
2203 }
2204
2205 _LT_EOF
2206 esac
2207
2208 case $lt_shell_append in
2209   yes)
2210     cat << \_LT_EOF >> "$cfgfile"
2211
2212 # func_append var value
2213 # Append VALUE to the end of shell variable VAR.
2214 func_append ()
2215 {
2216   eval "$1+=\$2"
2217 }
2218 _LT_EOF
2219     ;;
2220   *)
2221     cat << \_LT_EOF >> "$cfgfile"
2222
2223 # func_append var value
2224 # Append VALUE to the end of shell variable VAR.
2225 func_append ()
2226 {
2227   eval "$1=\$$1\$2"
2228 }
2229
2230 _LT_EOF
2231     ;;
2232   esac
2233
2234
2235   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
2236     || (rm -f "$cfgfile"; exit 1)
2237
2238   mv -f "$cfgfile" "$ofile" ||
2239     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2240   chmod +x "$ofile"
2241
2242  ;;
2243     "po-directories":C)
2244     for ac_file in $CONFIG_FILES; do
2245       # Support "outfile[:infile[:infile...]]"
2246       case "$ac_file" in
2247         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2248       esac
2249       # PO directories have a Makefile.in generated from Makefile.in.in.
2250       case "$ac_file" in */Makefile.in)
2251         # Adjust a relative srcdir.
2252         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
2253         ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
2254         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
2255         # In autoconf-2.13 it is called $ac_given_srcdir.
2256         # In autoconf-2.50 it is called $srcdir.
2257         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
2258         case "$ac_given_srcdir" in
2259           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
2260           /*) top_srcdir="$ac_given_srcdir" ;;
2261           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
2262         esac
2263         # Treat a directory as a PO directory if and only if it has a
2264         # POTFILES.in file. This allows packages to have multiple PO
2265         # directories under different names or in different locations.
2266         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
2267           rm -f "$ac_dir/POTFILES"
2268           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
2269           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[   ]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
2270           POMAKEFILEDEPS="POTFILES.in"
2271           # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
2272           # on $ac_dir but don't depend on user-specified configuration
2273           # parameters.
2274           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
2275             # The LINGUAS file contains the set of available languages.
2276             if test -n "$OBSOLETE_ALL_LINGUAS"; then
2277               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
2278             fi
2279             ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
2280             # Hide the ALL_LINGUAS assigment from automake < 1.5.
2281             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
2282             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
2283           else
2284             # The set of available languages was given in configure.in.
2285             # Hide the ALL_LINGUAS assigment from automake < 1.5.
2286             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
2287           fi
2288           # Compute POFILES
2289           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
2290           # Compute UPDATEPOFILES
2291           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
2292           # Compute DUMMYPOFILES
2293           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
2294           # Compute GMOFILES
2295           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
2296           case "$ac_given_srcdir" in
2297             .) srcdirpre= ;;
2298             *) srcdirpre='$(srcdir)/' ;;
2299           esac
2300           POFILES=
2301           UPDATEPOFILES=
2302           DUMMYPOFILES=
2303           GMOFILES=
2304           for lang in $ALL_LINGUAS; do
2305             POFILES="$POFILES $srcdirpre$lang.po"
2306             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
2307             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
2308             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
2309           done
2310           # CATALOGS depends on both $ac_dir and the user's LINGUAS
2311           # environment variable.
2312           INST_LINGUAS=
2313           if test -n "$ALL_LINGUAS"; then
2314             for presentlang in $ALL_LINGUAS; do
2315               useit=no
2316               if test "%UNSET%" != "$LINGUAS"; then
2317                 desiredlanguages="$LINGUAS"
2318               else
2319                 desiredlanguages="$ALL_LINGUAS"
2320               fi
2321               for desiredlang in $desiredlanguages; do
2322                 # Use the presentlang catalog if desiredlang is
2323                 #   a. equal to presentlang, or
2324                 #   b. a variant of presentlang (because in this case,
2325                 #      presentlang can be used as a fallback for messages
2326                 #      which are not translated in the desiredlang catalog).
2327                 case "$desiredlang" in
2328                   "$presentlang"*) useit=yes;;
2329                 esac
2330               done
2331               if test $useit = yes; then
2332                 INST_LINGUAS="$INST_LINGUAS $presentlang"
2333               fi
2334             done
2335           fi
2336           CATALOGS=
2337           if test -n "$INST_LINGUAS"; then
2338             for lang in $INST_LINGUAS; do
2339               CATALOGS="$CATALOGS $lang.gmo"
2340             done
2341           fi
2342           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
2343           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
2344           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
2345             if test -f "$f"; then
2346               case "$f" in
2347                 *.orig | *.bak | *~) ;;
2348                 *) cat "$f" >> "$ac_dir/Makefile" ;;
2349               esac
2350             fi
2351           done
2352         fi
2353         ;;
2354       esac
2355     done ;;
2356
2357   esac
2358 done # for ac_tag
2359
2360
2361 as_fn_exit 0