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.
11 SHELL=${CONFIG_SHELL-/bin/sh}
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
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 :
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+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
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
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
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'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68 as_echo_n='sh -c $as_echo_n_body as_echo'
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
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.)
91 # Find who we are. Look in the path if we contain no directory separator.
93 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98 test -z "$as_dir" && as_dir=.
99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
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
110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
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 || :
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
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.
144 as_status=$1; test $as_status -eq 0 && as_status=1
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
149 $as_echo "$as_me: error: $2" >&2
150 as_fn_exit $as_status
154 # as_fn_set_status STATUS
155 # -----------------------
156 # Set $? to STATUS, without forking.
164 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
174 # Portably unset VAR.
177 { eval $1=; unset $1;}
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
186 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
187 eval 'as_fn_append ()
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 :
211 as_val=`expr "$@" || test $? -eq 1`
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
223 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
229 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
235 as_me=`$as_basename -- "$0" ||
236 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
237 X"$0" : 'X\(//\)$' \| \
238 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240 sed '/^.*\/\([^/][^/]*\)\/*$/{
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
261 ECHO_C= ECHO_N= ECHO_T=
262 case `echo -n x` in #(((((
264 case `echo 'xy\c'` in
265 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
267 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
274 rm -f conf$$ conf$$.exe conf$$.file
275 if test -d conf$$.dir; then
276 rm -f conf$$.dir/conf$$.file
279 mkdir conf$$.dir 2>/dev/null
281 if (echo >conf$$.file) 2>/dev/null; then
282 if ln -s conf$$.file conf$$ 2>/dev/null; then
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 ||
290 elif ln conf$$.file conf$$ 2>/dev/null; then
298 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
299 rmdir conf$$.dir 2>/dev/null
304 # Create "$as_dir" as a directory, including parents if necessary.
309 -*) as_dir=./$as_dir;;
311 test -d "$as_dir" || eval $as_mkdir_p || {
315 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
342 test -d "$as_dir" && break
344 test -z "$as_dirs" || eval "mkdir $as_dirs"
345 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
349 if mkdir -p . 2>/dev/null; then
350 as_mkdir_p='mkdir -p "$as_dir"'
352 test -d ./-p && rmdir ./-p
356 if test -x / >/dev/null 2>&1; then
359 if ls -dL / >/dev/null 2>&1; then
366 if test -d "$1"; then
372 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
373 ???[sx]*):;;*)false;;esac;fi
377 as_executable_p=$as_test_x
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'"
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'"
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.
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
397 CONFIG_FILES = $CONFIG_FILES
398 CONFIG_HEADERS = $CONFIG_HEADERS
399 CONFIG_LINKS = $CONFIG_LINKS
400 CONFIG_COMMANDS = $CONFIG_COMMANDS
403 on `(hostname || uname -n) 2>/dev/null | sed 1q`
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"
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.
416 Usage: $0 [OPTION]... [TAG]...
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
433 Configuration headers:
436 Configuration commands:
439 Report bugs to <enlightenment-devel@lists.sourceforge.net>."
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'"
443 elementary config.status 0.8.0.67547
444 configured by ./configure, generated by GNU Autoconf 2.67,
445 with options \"$ac_cs_config\"
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."
451 ac_pwd='/home/jaehwan/slp/efl-upgrade/efl-upgrade-tools/build/elementary'
453 INSTALL='/usr/bin/install -c'
454 MKDIR_P='/bin/mkdir -p'
456 test -n "$AWK" || AWK=awk
457 # The default lists apply if the user does not specify any file.
463 ac_option=`expr "X$1" : 'X\([^=]*\)='`
464 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
468 ac_option=`expr "X$1" : 'X\([^=]*\)='`
480 # Handling of the options.
481 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
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 )
489 --file | --fil | --fi | --f )
492 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
493 '') as_fn_error $? "missing file argument" ;;
495 as_fn_append CONFIG_FILES " '$ac_optarg'"
496 ac_need_defaults=false;;
497 --header | --heade | --head | --hea )
500 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
502 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
503 ac_need_defaults=false;;
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)
515 -*) as_fn_error $? "unrecognized option: \`$1'
516 Try \`$0 --help' for more information." ;;
518 *) as_fn_append ac_config_targets " $1"
519 ac_need_defaults=false ;;
525 ac_configure_extra_args=
527 if $ac_cs_silent; then
529 ac_configure_extra_args="$ac_configure_extra_args --silent"
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
535 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
536 CONFIG_SHELL='/bin/sh'
544 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
545 ## Running $as_me. ##
553 AMDEP_TRUE="" ac_aux_dir="."
556 # The HP-UX ksh and POSIX shell print the target directory to stdout
558 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
560 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
561 double_quote_subst='s/\(["`\\]\)/\\\1/g'
562 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
566 macro_version='2.2.6b'
567 macro_revision='1.3017'
571 enable_fast_install='yes'
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'
579 Xsed='/bin/sed -e 1s/^X//'
583 LD='/usr/arm-linux-gnueabi/bin/ld'
586 max_cmd_len='1572864'
590 lt_SP2NL='tr \040 \012'
591 lt_NL2SP='tr \015\012 \040\040'
593 reload_cmds='$LD$reload_flag -o $output$reload_objs'
594 deplibs_check_method='pass_all'
595 file_magic_cmd='$MAGIC_CMD'
600 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
601 old_postuninstall_cmds=''
602 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
604 CFLAGS='-g -O2 -g -Wall -O2 -fPIC -Wall -Wall -W'
605 compiler='gcc -std=gnu99'
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'\'''
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'
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'
642 module_expsym_cmds=''
644 allow_undefined_flag=''
646 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
647 hardcode_libdir_flag_spec_ld=''
648 hardcode_libdir_separator=''
650 hardcode_direct_absolute='no'
651 hardcode_minus_L='no'
652 hardcode_shlibpath_var='unsupported'
653 hardcode_automatic='no'
655 link_all_deplibs='no'
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]_.*'
663 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
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'
674 postuninstall_cmds=''
675 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
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'
687 LTCC='gcc -std=gnu99'
688 LTCFLAGS='-g -O2 -g -Wall -O2 -fPIC -Wall'
689 compiler='gcc -std=gnu99'
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
695 eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
698 eval "lt_$var=\\\"\$$var\\\""
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
707 eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
710 eval "lt_$var=\\\"\$$var\\\""
715 # Fix-up fallback echo if it was mangled by the above quoting rules.
717 *'\$0 --fallback-echo"') lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
723 lt_shell_append='yes'
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
733 VERSION='0.8.0.67547'
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.
749 # Handling of arguments.
750 for ac_config_target in $ac_config_targets
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" ;;
787 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
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
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'.
812 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
814 trap 'as_fn_exit 1' 1 2 13 15
816 # Create a (secure) tmp directory for tmp files.
819 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
820 test -n "$tmp" && test -d "$tmp"
824 (umask 077 && mkdir "$tmp")
825 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
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
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
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
847 echo 'BEGIN {' >"$tmp/subs1.awk" &&
848 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
849 S["am__EXEEXT_FALSE"]=""
850 S["am__EXEEXT_TRUE"]="#"
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"]="#"
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"
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"]="#"
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 "
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"]="#"
934 S["EMOTION_CFLAGS"]=""
935 S["HAVE_EIO_FALSE"]=""
936 S["HAVE_EIO_TRUE"]="#"
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"]=""
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"
977 S["release_info"]="-release ver-pre-svn-09"
978 S["version_info"]="8:0:8"
988 S["NM"]="/usr/bin/nm -B"
989 S["ac_ct_DUMPBIN"]=""
991 S["LD"]="/usr/arm-linux-gnueabi/bin/ld"
992 S["FGREP"]="/bin/grep -F"
994 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
995 S["OBJDUMP"]="objdump"
996 S["DLLTOOL"]="dlltool"
999 S["EGREP"]="/bin/grep -E"
1000 S["GREP"]="/bin/grep"
1002 S["am__fastdepCC_FALSE"]="#"
1003 S["am__fastdepCC_TRUE"]=""
1004 S["CCDEPMODE"]="depmode=gcc3"
1005 S["AMDEPBACKSLASH"]="\\"
1006 S["AMDEP_FALSE"]="#"
1009 S["am__include"]="include"
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"]="."
1026 S["mkdir_p"]="/bin/mkdir -p"
1027 S["MKDIR_P"]="/bin/mkdir -p"
1028 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
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"
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"
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"]=""
1053 S["build_alias"]="arm-linux-gnueabi"
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,"
1080 S["exec_prefix"]="${prefix}"
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"
1090 cat >>"$tmp/subs1.awk" <<_ACAWK &&
1091 for (key in S) S_is_set[key] = 1
1097 nfields = split(line, field, "@")
1099 len = length(field[1])
1100 for (i = 2; i < nfields; i++) {
1102 keylen = length(key)
1103 if (S_is_set[key]) {
1105 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1106 len += length(value) + length(field[++i])
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"
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"
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 ||
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/\""
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"
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
1188 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1190 split(line, arg, " ")
1191 if (arg[1] == "#") {
1195 defundef = substr(arg[1], 2)
1198 split(mac1, mac2, "(") #)
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]
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, "*/"
1217 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1218 fi # test -n "$CONFIG_HEADERS"
1221 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1226 :[FHLC]) ac_mode=$ac_tag; continue;;
1228 case $ac_mode$ac_tag in
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;;
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 `:'.
1256 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1258 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
1260 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1261 as_fn_append ac_file_inputs " '$ac_f'"
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'
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;}
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;;
1284 *:-:* | *:-) cat >"$tmp/stdin" \
1285 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1313 as_dir="$ac_dir"; as_fn_mkdir_p
1317 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
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/ ;;
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
1333 .) # We are building in place.
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 ;;
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 ;;
1346 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1356 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1357 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1361 [\\/$]* | ?:[\\/]* ) ;;
1362 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
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=
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' ;;
1390 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
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
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
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;}
1436 -) cat "$tmp/out" && rm -f "$tmp/out";;
1437 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1439 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1445 if test x"$ac_file" != x-; then
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;}
1456 mv "$tmp/config.h" "$ac_file" \
1457 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1460 $as_echo "/* $configure_input */" \
1461 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1462 || as_fn_error $? "could not create -" "$LINENO" 5
1464 # Compute "$ac_file"'s index in $config_headers.
1467 for _am_header in $config_headers :; do
1469 $_am_arg | $_am_arg:* )
1472 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1497 s/.*/./; q'`/stamp-h$_am_stamp_count
1500 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1501 $as_echo "$as_me: executing $ac_file commands" >&6;}
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 ;;
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 ||
1534 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
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
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 ||
1578 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1595 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1596 # echo "creating $dirpart/$file"
1597 echo '# dummy' > "$dirpart/$file"
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
1611 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1614 cat <<_LT_EOF >> "$cfgfile"
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.
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
1626 # This file is part of GNU Libtool.
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.
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.
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.
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.
1650 # The names of the tagged configurations supported by this script.
1653 # ### BEGIN LIBTOOL CONFIG
1655 # Assembler program.
1658 # DLL creation program.
1661 # Object dumper program.
1664 # Which release of libtool.m4 was used?
1665 macro_version=$macro_version
1666 macro_revision=$macro_revision
1668 # Whether or not to build shared libraries.
1669 build_libtool_libs=$enable_shared
1671 # Whether or not to build static libraries.
1672 build_old_libs=$enable_static
1674 # What type of objects to build.
1677 # Whether or not to optimize for fast installation.
1678 fast_install=$enable_fast_install
1681 host_alias=$host_alias
1686 build_alias=$build_alias
1690 # A sed program that does not truncate output.
1693 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1694 Xsed="\$SED -e 1s/^X//"
1696 # A grep program that handles long lines.
1702 # A literal string matcher.
1705 # A BSD- or MS-compatible name lister.
1708 # Whether we need soft or hard links.
1711 # What is the maximum length of a command?
1712 max_cmd_len=$max_cmd_len
1714 # Object file suffix (normally "o").
1717 # Executable file suffix (normally "").
1720 # whether the shell understands "unset".
1723 # turn spaces into newlines.
1726 # turn newlines into spaces.
1729 # How to create reloadable object files.
1730 reload_flag=$lt_reload_flag
1731 reload_cmds=$lt_reload_cmds
1733 # Method to check whether dependent libraries are shared objects.
1734 deplibs_check_method=$lt_deplibs_check_method
1736 # Command to use when deplibs_check_method == "file_magic".
1737 file_magic_cmd=$lt_file_magic_cmd
1741 AR_FLAGS=$lt_AR_FLAGS
1743 # A symbol stripping program.
1746 # Commands used to install an old-style archive.
1748 old_postinstall_cmds=$lt_old_postinstall_cmds
1749 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1754 # LTCC compiler flags.
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
1760 # Transform the output of nm in a proper C declaration.
1761 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
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
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
1769 # The name of the directory that contains temporary libtool files.
1772 # Shell to use when invoking shell scripts.
1775 # An echo program that does not interpret backslashes.
1778 # Used to examine libraries when file_magic_cmd begins with "file".
1779 MAGIC_CMD=$MAGIC_CMD
1781 # Must we lock files when doing compilation?
1782 need_locks=$lt_need_locks
1784 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1785 DSYMUTIL=$lt_DSYMUTIL
1787 # Tool to change global to local symbols on Mac OS X.
1790 # Tool to manipulate fat objects and archives on Mac OS X.
1793 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1796 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1799 # Old archive suffix (normally "a").
1802 # Shared library suffix (normally ".so").
1803 shrext_cmds=$lt_shrext_cmds
1805 # The commands to extract the exported symbol list from a shared archive.
1806 extract_expsyms_cmds=$lt_extract_expsyms_cmds
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
1812 # Do we need the "lib" prefix for modules?
1813 need_lib_prefix=$need_lib_prefix
1815 # Do we need a version for libraries?
1816 need_version=$need_version
1818 # Library versioning type.
1819 version_type=$version_type
1821 # Shared library runtime path variable.
1822 runpath_var=$runpath_var
1824 # Shared library path variable.
1825 shlibpath_var=$shlibpath_var
1827 # Is shlibpath searched before the hard-coded library search path?
1828 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1830 # Format of library name prefix.
1831 libname_spec=$lt_libname_spec
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
1837 # The coded name of the library, if different from the real name.
1838 soname_spec=$lt_soname_spec
1840 # Command to use after installation of a shared archive.
1841 postinstall_cmds=$lt_postinstall_cmds
1843 # Command to use after uninstallation of a shared archive.
1844 postuninstall_cmds=$lt_postuninstall_cmds
1846 # Commands used to finish a libtool library installation in a directory.
1847 finish_cmds=$lt_finish_cmds
1849 # As "finish_cmds", except a single script fragment to be evaled but
1851 finish_eval=$lt_finish_eval
1853 # Whether we should hardcode library paths into libraries.
1854 hardcode_into_libs=$hardcode_into_libs
1856 # Compile-time system search path for libraries.
1857 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1859 # Run-time system search path for libraries.
1860 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1862 # Whether dlopen is supported.
1863 dlopen_support=$enable_dlopen
1865 # Whether dlopen of programs is supported.
1866 dlopen_self=$enable_dlopen_self
1868 # Whether dlopen of statically linked programs is supported.
1869 dlopen_self_static=$enable_dlopen_self_static
1871 # Commands to strip libraries.
1872 old_striplib=$lt_old_striplib
1873 striplib=$lt_striplib
1876 # The linker used to build libraries.
1879 # Commands used to build an old-style archive.
1880 old_archive_cmds=$lt_old_archive_cmds
1882 # A language specific compiler.
1885 # Is the compiler the GNU compiler?
1888 # Compiler flag to turn off builtin functions.
1889 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1891 # How to pass a linker flag through the compiler.
1892 wl=$lt_lt_prog_compiler_wl
1894 # Additional compiler flags for building library objects.
1895 pic_flag=$lt_lt_prog_compiler_pic
1897 # Compiler flag to prevent dynamic linking.
1898 link_static_flag=$lt_lt_prog_compiler_static
1900 # Does compiler simultaneously support -c and -o options?
1901 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1903 # Whether or not to add -lc for building shared libraries.
1904 build_libtool_need_lc=$archive_cmds_need_lc
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
1909 # Compiler flag to allow reflexive dlopens.
1910 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1912 # Compiler flag to generate shared objects directly from archives.
1913 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1915 # Whether the compiler copes with passing no objects directly.
1916 compiler_needs_object=$lt_compiler_needs_object
1918 # Create an old-style archive from a shared archive.
1919 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
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
1924 # Commands used to build a shared archive.
1925 archive_cmds=$lt_archive_cmds
1926 archive_expsym_cmds=$lt_archive_expsym_cmds
1928 # Commands used to build a loadable module if different from building
1930 module_cmds=$lt_module_cmds
1931 module_expsym_cmds=$lt_module_expsym_cmds
1933 # Whether we are building with GNU ld or not.
1934 with_gnu_ld=$lt_with_gnu_ld
1936 # Flag that allows shared libraries with undefined symbols to be built.
1937 allow_undefined_flag=$lt_allow_undefined_flag
1939 # Flag that enforces no undefined symbols.
1940 no_undefined_flag=$lt_no_undefined_flag
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
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
1950 # Whether we need a single "-rpath" flag with a separated argument.
1951 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1953 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1954 # DIR into the resulting binary.
1955 hardcode_direct=$hardcode_direct
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
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
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
1971 # Set to "yes" if building a shared library automatically hardcodes DIR
1972 # into the library and all subsequent libraries and executables linked
1974 hardcode_automatic=$hardcode_automatic
1976 # Set to yes if linker adds runtime paths of dependent libraries
1977 # to runtime path list.
1978 inherit_rpath=$inherit_rpath
1980 # Whether libtool must link a program against all its dependency libraries.
1981 link_all_deplibs=$link_all_deplibs
1983 # Fix the shell variable \$srcfile for the compiler.
1984 fix_srcfile_path=$lt_fix_srcfile_path
1986 # Set to "yes" if exported symbols are required.
1987 always_export_symbols=$always_export_symbols
1989 # The commands to list exported symbols.
1990 export_symbols_cmds=$lt_export_symbols_cmds
1992 # Symbols that should not be listed in the preloaded symbols.
1993 exclude_expsyms=$lt_exclude_expsyms
1995 # Symbols that must always be exported.
1996 include_expsyms=$lt_include_expsyms
1998 # Commands necessary for linking programs (against libraries) with templates.
1999 prelink_cmds=$lt_prelink_cmds
2001 # Specify filename containing input files.
2002 file_list_spec=$lt_file_list_spec
2004 # How to hardcode a shared library path into an executable.
2005 hardcode_action=$hardcode_action
2007 # ### END LIBTOOL CONFIG
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
2019 export COLLECT_NAMES
2026 ltmain="$ac_aux_dir/ltmain.sh"
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)
2038 cat << \_LT_EOF >> "$cfgfile"
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.
2046 */*) func_dirname_result="${1%/*}${2}" ;;
2047 * ) func_dirname_result="${3}" ;;
2051 # func_basename file
2054 func_basename_result="${1##*/}"
2057 # func_dirname_and_basename file append nondir_replacement
2058 # perform func_basename and func_dirname in a single function
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 ()
2072 */*) func_dirname_result="${1%/*}${2}" ;;
2073 * ) func_dirname_result="${3}" ;;
2075 func_basename_result="${1##*/}"
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).
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}"}
2095 func_opt_split_opt=${1%%=*}
2096 func_opt_split_arg=${1#*=}
2103 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
2104 *) func_lo2o_result=${1} ;;
2108 # func_xform libobj-or-source
2111 func_xform_result=${1%.*}.lo
2114 # func_arith arithmetic-term...
2117 func_arith_result=$(( $* ))
2121 # STRING may not start with a hyphen.
2124 func_len_result=${#1}
2129 *) # Bourne compatible functions.
2130 cat << \_LT_EOF >> "$cfgfile"
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.
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}"
2142 func_dirname_result="$func_dirname_result${2}"
2146 # func_basename file
2149 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
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
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}\$%%"`;;
2170 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
2171 my_sed_long_arg='1s/^-[^=]*=//'
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"`
2183 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
2186 # func_xform libobj-or-source
2189 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
2192 # func_arith arithmetic-term...
2195 func_arith_result=`expr "$@"`
2199 # STRING may not start with a hyphen.
2202 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
2208 case $lt_shell_append in
2210 cat << \_LT_EOF >> "$cfgfile"
2212 # func_append var value
2213 # Append VALUE to the end of shell variable VAR.
2221 cat << \_LT_EOF >> "$cfgfile"
2223 # func_append var value
2224 # Append VALUE to the end of shell variable VAR.
2235 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
2236 || (rm -f "$cfgfile"; exit 1)
2238 mv -f "$cfgfile" "$ofile" ||
2239 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2244 for ac_file in $CONFIG_FILES; do
2245 # Support "outfile[:infile[:infile...]]"
2247 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
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" ;;
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
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"
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"
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'
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)
2295 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
2296 case "$ac_given_srcdir" in
2298 *) srcdirpre='$(srcdir)/' ;;
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"
2310 # CATALOGS depends on both $ac_dir and the user's LINGUAS
2311 # environment variable.
2313 if test -n "$ALL_LINGUAS"; then
2314 for presentlang in $ALL_LINGUAS; do
2316 if test "%UNSET%" != "$LINGUAS"; then
2317 desiredlanguages="$LINGUAS"
2319 desiredlanguages="$ALL_LINGUAS"
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;;
2331 if test $useit = yes; then
2332 INST_LINGUAS="$INST_LINGUAS $presentlang"
2337 if test -n "$INST_LINGUAS"; then
2338 for lang in $INST_LINGUAS; do
2339 CATALOGS="$CATALOGS $lang.gmo"
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
2347 *.orig | *.bak | *~) ;;
2348 *) cat "$f" >> "$ac_dir/Makefile" ;;