Clean and tiddy-up files.
[tomato.git] / release / src / router / glib / config.status
blob338d7c0d2b37977056c0bbee7b22f9efb9089abb
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.
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
11 SHELL=${CONFIG_SHELL-/bin/sh}
12 export SHELL
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 :
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 *) :
32 esac
36 as_nl='
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"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
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=';'
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"
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102 IFS=$as_save_IFS
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109 as_myself=$0
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 # as_fn_error STATUS ERROR [LINENO LOG_FD]
139 # ----------------------------------------
140 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
141 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
142 # script with STATUS, using 1 if that was 0.
143 as_fn_error ()
145 as_status=$1; test $as_status -eq 0 && as_status=1
146 if test "$4"; then
147 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
148 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
150 $as_echo "$as_me: error: $2" >&2
151 as_fn_exit $as_status
152 } # as_fn_error
155 # as_fn_set_status STATUS
156 # -----------------------
157 # Set $? to STATUS, without forking.
158 as_fn_set_status ()
160 return $1
161 } # as_fn_set_status
163 # as_fn_exit STATUS
164 # -----------------
165 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166 as_fn_exit ()
168 set +e
169 as_fn_set_status $1
170 exit $1
171 } # as_fn_exit
173 # as_fn_unset VAR
174 # ---------------
175 # Portably unset VAR.
176 as_fn_unset ()
178 { eval $1=; unset $1;}
180 as_unset=as_fn_unset
181 # as_fn_append VAR VALUE
182 # ----------------------
183 # Append the text in VALUE to the end of the definition contained in VAR. Take
184 # advantage of any shell optimizations that allow amortized linear growth over
185 # repeated appends, instead of the typical quadratic growth present in naive
186 # implementations.
187 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188 eval 'as_fn_append ()
190 eval $1+=\$2
192 else
193 as_fn_append ()
195 eval $1=\$$1\$2
197 fi # as_fn_append
199 # as_fn_arith ARG...
200 # ------------------
201 # Perform arithmetic evaluation on the ARGs, and store the result in the
202 # global $as_val. Take advantage of shells that can avoid forks. The arguments
203 # must be portable across $(()) and expr.
204 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205 eval 'as_fn_arith ()
207 as_val=$(( $* ))
209 else
210 as_fn_arith ()
212 as_val=`expr "$@" || test $? -eq 1`
214 fi # as_fn_arith
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
220 else
221 as_expr=false
224 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225 as_basename=basename
226 else
227 as_basename=false
230 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231 as_dirname=dirname
232 else
233 as_dirname=false
236 as_me=`$as_basename -- "$0" ||
237 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238 X"$0" : 'X\(//\)$' \| \
239 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240 $as_echo X/"$0" |
241 sed '/^.*\/\([^/][^/]*\)\/*$/{
242 s//\1/
245 /^X\/\(\/\/\)$/{
246 s//\1/
249 /^X\/\(\/\).*/{
250 s//\1/
253 s/.*/./; q'`
255 # Avoid depending upon Character Ranges.
256 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259 as_cr_digits='0123456789'
260 as_cr_alnum=$as_cr_Letters$as_cr_digits
262 ECHO_C= ECHO_N= ECHO_T=
263 case `echo -n x` in #(((((
264 -n*)
265 case `echo 'xy\c'` in
266 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
267 xy) ECHO_C='\c';;
268 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
269 ECHO_T=' ';;
270 esac;;
272 ECHO_N='-n';;
273 esac
275 rm -f conf$$ conf$$.exe conf$$.file
276 if test -d conf$$.dir; then
277 rm -f conf$$.dir/conf$$.file
278 else
279 rm -f conf$$.dir
280 mkdir conf$$.dir 2>/dev/null
282 if (echo >conf$$.file) 2>/dev/null; then
283 if ln -s conf$$.file conf$$ 2>/dev/null; then
284 as_ln_s='ln -s'
285 # ... but there are two gotchas:
286 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
287 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
288 # In both cases, we have to default to `cp -p'.
289 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290 as_ln_s='cp -p'
291 elif ln conf$$.file conf$$ 2>/dev/null; then
292 as_ln_s=ln
293 else
294 as_ln_s='cp -p'
296 else
297 as_ln_s='cp -p'
299 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300 rmdir conf$$.dir 2>/dev/null
303 # as_fn_mkdir_p
304 # -------------
305 # Create "$as_dir" as a directory, including parents if necessary.
306 as_fn_mkdir_p ()
309 case $as_dir in #(
310 -*) as_dir=./$as_dir;;
311 esac
312 test -d "$as_dir" || eval $as_mkdir_p || {
313 as_dirs=
314 while :; do
315 case $as_dir in #(
316 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
317 *) as_qdir=$as_dir;;
318 esac
319 as_dirs="'$as_qdir' $as_dirs"
320 as_dir=`$as_dirname -- "$as_dir" ||
321 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
322 X"$as_dir" : 'X\(//\)[^/]' \| \
323 X"$as_dir" : 'X\(//\)$' \| \
324 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
325 $as_echo X"$as_dir" |
326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
327 s//\1/
330 /^X\(\/\/\)[^/].*/{
331 s//\1/
334 /^X\(\/\/\)$/{
335 s//\1/
338 /^X\(\/\).*/{
339 s//\1/
342 s/.*/./; q'`
343 test -d "$as_dir" && break
344 done
345 test -z "$as_dirs" || eval "mkdir $as_dirs"
346 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
349 } # as_fn_mkdir_p
350 if mkdir -p . 2>/dev/null; then
351 as_mkdir_p='mkdir -p "$as_dir"'
352 else
353 test -d ./-p && rmdir ./-p
354 as_mkdir_p=false
357 if test -x / >/dev/null 2>&1; then
358 as_test_x='test -x'
359 else
360 if ls -dL / >/dev/null 2>&1; then
361 as_ls_L_option=L
362 else
363 as_ls_L_option=
365 as_test_x='
366 eval sh -c '\''
367 if test -d "$1"; then
368 test -d "$1/.";
369 else
370 case $1 in #(
371 -*)set "./$1";;
372 esac;
373 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
374 ???[sx]*):;;*)false;;esac;fi
375 '\'' sh
378 as_executable_p=$as_test_x
380 # Sed expression to map a string onto a valid CPP name.
381 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
383 # Sed expression to map a string onto a valid variable name.
384 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
387 exec 6>&1
388 ## ----------------------------------- ##
389 ## Main body of $CONFIG_STATUS script. ##
390 ## ----------------------------------- ##
391 # Save the log message, to keep $0 and so on meaningful, and to
392 # report actual input values of CONFIG_FILES etc. instead of their
393 # values after options handling.
394 ac_log="
395 This file was extended by $as_me, which was
396 generated by GNU Autoconf 2.68. Invocation command line was
398 CONFIG_FILES = $CONFIG_FILES
399 CONFIG_HEADERS = $CONFIG_HEADERS
400 CONFIG_LINKS = $CONFIG_LINKS
401 CONFIG_COMMANDS = $CONFIG_COMMANDS
402 $ $0 $@
404 on `(hostname || uname -n) 2>/dev/null | sed 1q`
407 # Files that config.status was made for.
408 config_files=" glib.spec Makefile glib-config gmodule/gmoduleconf.h gmodule/Makefile gthread/Makefile docs/Makefile docs/glib-config.1 tests/Makefile glib.pc gmodule.pc gthread.pc"
409 config_headers=" config.h"
410 config_commands=" depfiles libtool default-1 default"
412 ac_cs_usage="\
413 \`$as_me' instantiates files and other configuration actions
414 from templates according to the current configuration. Unless the files
415 and actions are specified as TAGs, all are instantiated by default.
417 Usage: $0 [OPTION]... [TAG]...
419 -h, --help print this help, then exit
420 -V, --version print version number and configuration settings, then exit
421 --config print configuration, then exit
422 -q, --quiet, --silent
423 do not print progress messages
424 -d, --debug don't remove temporary files
425 --recheck update $as_me by reconfiguring in the same conditions
426 --file=FILE[:TEMPLATE]
427 instantiate the configuration file FILE
428 --header=FILE[:TEMPLATE]
429 instantiate the configuration header FILE
431 Configuration files:
432 $config_files
434 Configuration headers:
435 $config_headers
437 Configuration commands:
438 $config_commands
440 Report bugs to the package provider."
442 ac_cs_config="'--host=mipsel-linux' '--build=x86_64-linux-gnu' '--prefix=/usr' 'glib_cv_prog_cc_ansi_proto=no' 'glib_cv_has__inline=yes' 'glib_cv_has__inline__=yes' 'glib_cv_hasinline=yes' 'glib_cv_sane_realloc=yes' 'glib_cv_va_copy=no' 'glib_cv___va_copy=yes' 'glib_cv_va_val_copy=yes' 'glib_cv_rtldglobal_broken=no' 'glib_cv_uscore=no' 'glib_cv_func_pthread_mutex_trylock_posix=yes' 'glib_cv_func_pthread_cond_timedwait_posix=yes' 'glib_cv_sizeof_gmutex=24' 'glib_cv_byte_contents_gmutex=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0' 'glib_cv_sys_pthread_getspecific_posix=yes' 'glib_cv_sys_pthread_mutex_trylock_posix=yes' 'glib_cv_sys_pthread_cond_timedwait_posix=yes' 'ac_cv_func_getpwuid_r=yes' 'ac_cv_func_getpwuid_r_posix=yes' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc'"
443 ac_cs_version="\
444 config.status
445 configured by ./configure, generated by GNU Autoconf 2.68,
446 with options \"$ac_cs_config\"
448 Copyright (C) 2010 Free Software Foundation, Inc.
449 This config.status script is free software; the Free Software Foundation
450 gives unlimited permission to copy, distribute and modify it."
452 ac_pwd='/home/vicente/tomatoastman/release/src/router/glib'
453 srcdir='.'
454 INSTALL='/usr/bin/install -c'
455 MKDIR_P='/bin/mkdir -p'
456 AWK='gawk'
457 test -n "$AWK" || AWK=awk
458 # The default lists apply if the user does not specify any file.
459 ac_need_defaults=:
460 while test $# != 0
462 case $1 in
463 --*=?*)
464 ac_option=`expr "X$1" : 'X\([^=]*\)='`
465 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
466 ac_shift=:
468 --*=)
469 ac_option=`expr "X$1" : 'X\([^=]*\)='`
470 ac_optarg=
471 ac_shift=:
474 ac_option=$1
475 ac_optarg=$2
476 ac_shift=shift
478 esac
480 case $ac_option in
481 # Handling of the options.
482 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
483 ac_cs_recheck=: ;;
484 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
485 $as_echo "$ac_cs_version"; exit ;;
486 --config | --confi | --conf | --con | --co | --c )
487 $as_echo "$ac_cs_config"; exit ;;
488 --debug | --debu | --deb | --de | --d | -d )
489 debug=: ;;
490 --file | --fil | --fi | --f )
491 $ac_shift
492 case $ac_optarg in
493 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
494 '') as_fn_error $? "missing file argument" ;;
495 esac
496 as_fn_append CONFIG_FILES " '$ac_optarg'"
497 ac_need_defaults=false;;
498 --header | --heade | --head | --hea )
499 $ac_shift
500 case $ac_optarg in
501 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
502 esac
503 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
504 ac_need_defaults=false;;
505 --he | --h)
506 # Conflict between --help and --header
507 as_fn_error $? "ambiguous option: \`$1'
508 Try \`$0 --help' for more information.";;
509 --help | --hel | -h )
510 $as_echo "$ac_cs_usage"; exit ;;
511 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
512 | -silent | --silent | --silen | --sile | --sil | --si | --s)
513 ac_cs_silent=: ;;
515 # This is an error.
516 -*) as_fn_error $? "unrecognized option: \`$1'
517 Try \`$0 --help' for more information." ;;
519 *) as_fn_append ac_config_targets " $1"
520 ac_need_defaults=false ;;
522 esac
523 shift
524 done
526 ac_configure_extra_args=
528 if $ac_cs_silent; then
529 exec 6>/dev/null
530 ac_configure_extra_args="$ac_configure_extra_args --silent"
533 if $ac_cs_recheck; then
534 set X '/bin/sh' './configure' '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--prefix=/usr' 'glib_cv_prog_cc_ansi_proto=no' 'glib_cv_has__inline=yes' 'glib_cv_has__inline__=yes' 'glib_cv_hasinline=yes' 'glib_cv_sane_realloc=yes' 'glib_cv_va_copy=no' 'glib_cv___va_copy=yes' 'glib_cv_va_val_copy=yes' 'glib_cv_rtldglobal_broken=no' 'glib_cv_uscore=no' 'glib_cv_func_pthread_mutex_trylock_posix=yes' 'glib_cv_func_pthread_cond_timedwait_posix=yes' 'glib_cv_sizeof_gmutex=24' 'glib_cv_byte_contents_gmutex=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0' 'glib_cv_sys_pthread_getspecific_posix=yes' 'glib_cv_sys_pthread_mutex_trylock_posix=yes' 'glib_cv_sys_pthread_cond_timedwait_posix=yes' 'ac_cv_func_getpwuid_r=yes' 'ac_cv_func_getpwuid_r_posix=yes' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' $ac_configure_extra_args --no-create --no-recursion
535 shift
536 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
537 CONFIG_SHELL='/bin/sh'
538 export CONFIG_SHELL
539 exec "$@"
542 exec 5>>config.log
544 echo
545 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
546 ## Running $as_me. ##
547 _ASBOX
548 $as_echo "$ac_log"
549 } >&5
552 # INIT-COMMANDS
554 AMDEP_TRUE="" ac_aux_dir="."
557 # The HP-UX ksh and POSIX shell print the target directory to stdout
558 # if CDPATH is set.
559 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
561 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
562 double_quote_subst='s/\(["`\\]\)/\\\1/g'
563 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
564 macro_version='2.4'
565 macro_revision='1.3293'
566 enable_shared='yes'
567 enable_static='yes'
568 pic_mode='default'
569 enable_fast_install='yes'
570 SHELL='/bin/sh'
571 ECHO='printf %s\n'
572 host_alias='mipsel-linux'
573 host='mipsel-unknown-linux-gnu'
574 host_os='linux-gnu'
575 build_alias='x86_64-linux-gnu'
576 build='x86_64-pc-linux-gnu'
577 build_os='linux-gnu'
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='mipsel-uclibc-ld'
584 NM='mipsel-uclibc-nm'
585 LN_S='ln -s'
586 max_cmd_len='3458764513820540925'
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 lt_cv_to_host_file_cmd='func_convert_file_noop'
593 lt_cv_to_tool_file_cmd='func_convert_file_noop'
594 reload_flag=' -r'
595 reload_cmds='$LD$reload_flag -o $output$reload_objs'
596 OBJDUMP='mipsel-linux-objdump'
597 deplibs_check_method='pass_all'
598 file_magic_cmd='$MAGIC_CMD'
599 file_magic_glob=''
600 want_nocaseglob='no'
601 DLLTOOL='false'
602 sharedlib_from_linklib_cmd='printf %s\n'
603 AR='mipsel-uclibc-ar'
604 AR_FLAGS='cru'
605 archiver_list_spec='@'
606 STRIP='mipsel-uclibc-strip -R .note -R .comment'
607 RANLIB='mipsel-uclibc-ranlib'
608 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
609 old_postuninstall_cmds=''
610 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
611 lock_old_archive_extraction='no'
612 CC='mipsel-uclibc-gcc'
613 CFLAGS='-g -O2 -Wall -D_REENTRANT'
614 compiler='mipsel-uclibc-gcc'
615 GCC='yes'
616 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
617 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
618 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
619 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'\'''
620 nm_file_list_spec='@'
621 lt_sysroot=''
622 objdir='.libs'
623 MAGIC_CMD='file'
624 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
625 lt_prog_compiler_pic=' -fPIC -DPIC'
626 lt_prog_compiler_wl='-Wl,'
627 lt_prog_compiler_static='-static'
628 lt_cv_prog_compiler_c_o='yes'
629 need_locks='no'
630 MANIFEST_TOOL=':'
631 DSYMUTIL=''
632 NMEDIT=''
633 LIPO=''
634 OTOOL=''
635 OTOOL64=''
636 libext='a'
637 shrext_cmds='.so'
638 extract_expsyms_cmds=''
639 archive_cmds_need_lc='no'
640 enable_shared_with_static_runtimes='no'
641 export_dynamic_flag_spec='${wl}--export-dynamic'
642 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
643 compiler_needs_object='no'
644 old_archive_from_new_cmds=''
645 old_archive_from_expsyms_cmds=''
646 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
647 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
648 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
649 echo "local: *; };" >> $output_objdir/$libname.ver~
650 $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
651 module_cmds=''
652 module_expsym_cmds=''
653 with_gnu_ld='yes'
654 allow_undefined_flag=''
655 no_undefined_flag=''
656 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
657 hardcode_libdir_flag_spec_ld=''
658 hardcode_libdir_separator=''
659 hardcode_direct='no'
660 hardcode_direct_absolute='no'
661 hardcode_minus_L='no'
662 hardcode_shlibpath_var='unsupported'
663 hardcode_automatic='no'
664 inherit_rpath='no'
665 link_all_deplibs='unknown'
666 always_export_symbols='no'
667 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
668 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
669 include_expsyms=''
670 prelink_cmds=''
671 postlink_cmds=''
672 file_list_spec=''
673 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
674 need_lib_prefix='no'
675 need_version='no'
676 version_type='linux'
677 runpath_var='LD_RUN_PATH'
678 shlibpath_var='LD_LIBRARY_PATH'
679 shlibpath_overrides_runpath='no'
680 libname_spec='lib$name'
681 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
682 soname_spec='${libname}${release}${shared_ext}$major'
683 install_override_mode=''
684 postinstall_cmds=''
685 postuninstall_cmds=''
686 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
687 finish_eval=''
688 hardcode_into_libs='yes'
689 sys_lib_search_path_spec='/home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/lib/gcc/mipsel-linux-uclibc/4.2.4 /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/lib/gcc /home/vicente/tomato/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/mipsel-linux-uclibc/lib '
690 sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/lib/nvidia-settings /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/nvidia-current /usr/lib32/nvidia-current /lib32 /usr/lib32 '
691 hardcode_action='immediate'
692 enable_dlopen='unknown'
693 enable_dlopen_self='unknown'
694 enable_dlopen_self_static='unknown'
695 old_striplib='mipsel-uclibc-strip -R .note -R .comment --strip-debug'
696 striplib='mipsel-uclibc-strip -R .note -R .comment --strip-unneeded'
698 LTCC='mipsel-uclibc-gcc'
699 LTCFLAGS='-g -O2'
700 compiler='mipsel-uclibc-gcc'
702 # A function that is used when there is no print builtin or printf.
703 func_fallback_echo ()
705 eval 'cat <<_LTECHO_EOF
707 _LTECHO_EOF'
710 # Quote evaled strings.
711 for var in SHELL ECHO SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib; do
712 case `eval \\$ECHO \\""\\$$var"\\"` in
713 *[\\\`\"\$]*)
714 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
717 eval "lt_$var=\\\"\$$var\\\""
719 esac
720 done
722 # Double-quote double-evaled strings.
723 for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec; do
724 case `eval \\$ECHO \\""\\$$var"\\"` in
725 *[\\\`\"\$]*)
726 eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
729 eval "lt_$var=\\\"\$$var\\\""
731 esac
732 done
734 ac_aux_dir='.'
735 xsi_shell='yes'
736 lt_shell_append='yes'
738 # See if we are running on zsh, and set the options which allow our
739 # commands through without removal of \ escapes INIT.
740 if test -n "${ZSH_VERSION+set}" ; then
741 setopt NO_GLOB_SUBST
745 PACKAGE='glib'
746 VERSION='1.2.10'
747 TIMESTAMP=''
748 RM='rm -f'
749 ofile='libtool'
755 # Note that if two cases are the same, case goes with the first one.
756 # Note also that this is inside an AC_OUTPUT_COMMAND. We do not depend
757 # on variable expansion in case labels. Look at the generated config.status
758 # for a hint.
760 case xyes in
761 xyes)
762 glib_float_h=yes
763 glib_mf=FLT_MIN glib_Mf=FLT_MAX
764 glib_md=DBL_MIN glib_Md=DBL_MAX
766 xyes)
767 glib_values_h=yes
768 glib_mf=MINFLOAT glib_Mf=MAXFLOAT
769 glib_md=MINDOUBLE glib_Md=MAXDOUBLE
771 esac
773 case xyes in
774 xyes)
775 glib_limits_h=yes
776 glib_ms=SHRT_MIN glib_Ms=SHRT_MAX
777 glib_mi=INT_MIN glib_Mi=INT_MAX
778 glib_ml=LONG_MIN glib_Ml=LONG_MAX
780 xyes)
781 glib_values_h=yes
782 glib_ms=MINSHORT glib_Ms=MAXSHORT
783 glib_mi=MININT glib_Mi=MAXINT
784 glib_ml=MINLONG glib_Ml=MAXLONG
786 esac
788 if test xyes = xyes ; then
789 glib_sys_poll_h=yes
792 case 2 in
793 2) gint16=short;;
794 4) gint16=int;;
795 esac
796 case 4 in
797 2) gint32=short;;
798 4) gint32=int;;
799 4) gint32=long;;
800 esac
801 case 8 in
803 gint64=int
804 glib_extension=
805 glib_warning_guard=
806 gint64_constant='(val)'
809 gint64=long
810 glib_extension=
811 glib_warning_guard=
812 gint64_constant='(val##L)'
815 gint64='long long'
816 glib_extension='G_GNUC_EXTENSION '
817 glib_warning_guard="
818 #if defined (__GNUC__) && (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8))
819 # define G_GNUC_EXTENSION __extension__
820 #else
821 # define G_GNUC_EXTENSION
822 #endif
825 gint64_constant='(G_GNUC_EXTENSION (val##LL))'
827 esac
829 gintbits=32
830 glongbits=32
833 case 4 in
834 4) glib_gpi_cast='' glib_gpui_cast='' ;;
835 4) glib_gpi_cast='(glong)' glib_gpui_cast='(gulong)' ;;
836 *) glib_unknown_void_p=yes ;;
837 esac
840 case xyes in
841 xyes)
842 glib_atexit="
843 #ifdef NeXT /* @#%@! NeXTStep */
844 # define g_ATEXIT(proc) (!atexit (proc))
845 #else
846 # define g_ATEXIT(proc) (atexit (proc))
847 #endif"
849 xyes)
850 glib_atexit="
851 #define g_ATEXIT(proc) (on_exit ((void (*)(int, void*))(proc), NULL))"
853 esac
855 case xyes in
856 xyes)
857 glib_memmove='
858 #define g_memmove(d,s,n) G_STMT_START { memmove ((d), (s), (n)); } G_STMT_END'
861 glib_memmove="
862 /* We make the assumption that if memmove isn't available, then
863 * bcopy will do the job. This isn't safe everywhere. (bcopy can't
864 * necessarily handle overlapping copies) */
865 #define g_memmove(d,s,n) G_STMT_START { bcopy ((s), (d), (n)); } G_STMT_END"
867 esac
869 glib_defines="
870 #define GLIB_MAJOR_VERSION 1
871 #define GLIB_MINOR_VERSION 2
872 #define GLIB_MICRO_VERSION 10
875 case xyes in
876 xno) glib_vacopy='#define G_VA_COPY va_copy' ;;
877 xyes) glib_vacopy='#define G_VA_COPY __va_copy' ;;
878 *) glib_vacopy=''
879 esac
881 if test xyes = xno; then
882 glib_vacopy="$glib_vacopy
883 #define G_VA_COPY_AS_ARRAY 1"
886 if test xyes = xyes; then
887 glib_inline='#define G_HAVE_INLINE 1'
889 if test xyes = xyes; then
890 glib_inline="$glib_inline
891 #define G_HAVE___INLINE 1"
893 if test xyes = xyes; then
894 glib_inline="$glib_inline
895 #define G_HAVE___INLINE__ 1"
898 case xyes in
899 xno)
900 g_byte_order=G_BIG_ENDIAN
901 g_bs_native=BE
902 g_bs_alien=LE
905 g_byte_order=G_LITTLE_ENDIAN
906 g_bs_native=LE
907 g_bs_alien=BE
909 esac
911 if test xyes = xyes; then
912 glib_wc='
913 #define G_HAVE_WCHAR_H 1'
915 if test xyes = xyes; then
916 glib_wc="$glib_wc
917 #define G_HAVE_WCTYPE_H 1"
919 if test xyes = xno; then
920 glib_wc="$glib_wc
921 #define G_HAVE_BROKEN_WCTYPE 1"
924 case xyes in
925 xyes) g_enable_threads_def="#define";;
926 *) g_enable_threads_def="#undef ";;
927 esac
929 g_threads_impl_def=POSIX
931 g_mutex_has_default="yes"
932 g_mutex_sizeof="24"
933 g_mutex_contents="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
937 # Handling of arguments.
938 for ac_config_target in $ac_config_targets
940 case $ac_config_target in
941 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
942 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
943 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
944 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
945 "glib.spec") CONFIG_FILES="$CONFIG_FILES glib.spec" ;;
946 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
947 "glib-config") CONFIG_FILES="$CONFIG_FILES glib-config" ;;
948 "gmodule/gmoduleconf.h") CONFIG_FILES="$CONFIG_FILES gmodule/gmoduleconf.h" ;;
949 "gmodule/Makefile") CONFIG_FILES="$CONFIG_FILES gmodule/Makefile" ;;
950 "gthread/Makefile") CONFIG_FILES="$CONFIG_FILES gthread/Makefile" ;;
951 "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
952 "docs/glib-config.1") CONFIG_FILES="$CONFIG_FILES docs/glib-config.1" ;;
953 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
954 "glib.pc") CONFIG_FILES="$CONFIG_FILES glib.pc" ;;
955 "gmodule.pc") CONFIG_FILES="$CONFIG_FILES gmodule.pc" ;;
956 "gthread.pc") CONFIG_FILES="$CONFIG_FILES gthread.pc" ;;
957 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
959 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
960 esac
961 done
964 # If the user did not use the arguments to specify the items to instantiate,
965 # then the envvar interface is used. Set only those that are not.
966 # We use the long form for the default assignment because of an extremely
967 # bizarre bug on SunOS 4.1.3.
968 if $ac_need_defaults; then
969 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
970 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
971 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
974 # Have a temporary directory for convenience. Make it in the build tree
975 # simply because there is no reason against having it here, and in addition,
976 # creating and moving files from /tmp can sometimes cause problems.
977 # Hook for its removal unless debugging.
978 # Note that there is a small window in which the directory will not be cleaned:
979 # after its creation but before its name has been assigned to `$tmp'.
980 $debug ||
982 tmp= ac_tmp=
983 trap 'exit_status=$?
984 : "${ac_tmp:=$tmp}"
985 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
987 trap 'as_fn_exit 1' 1 2 13 15
989 # Create a (secure) tmp directory for tmp files.
992 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
993 test -d "$tmp"
994 } ||
996 tmp=./conf$$-$RANDOM
997 (umask 077 && mkdir "$tmp")
998 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
999 ac_tmp=$tmp
1001 # Set up the scripts for CONFIG_FILES section.
1002 # No need to generate them if there are no CONFIG_FILES.
1003 # This happens for instance with `./config.status config.h'.
1004 if test -n "$CONFIG_FILES"; then
1007 ac_cr=`echo X | tr X '\015'`
1008 # On cygwin, bash can eat \r inside `` if the user requested igncr.
1009 # But we know of no other shell where ac_cr would be empty at this
1010 # point, so we can use a bashism as a fallback.
1011 if test "x$ac_cr" = x; then
1012 eval ac_cr=\$\'\\r\'
1014 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
1015 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
1016 ac_cs_awk_cr='\\r'
1017 else
1018 ac_cs_awk_cr=$ac_cr
1021 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
1022 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
1023 S["am__EXEEXT_FALSE"]=""
1024 S["am__EXEEXT_TRUE"]="#"
1025 S["LTLIBOBJS"]=""
1026 S["LIBOBJS"]=""
1027 S["G_THREAD_LIBS"]="-lpthread"
1028 S["G_THREAD_CFLAGS"]=" -D_REENTRANT"
1029 S["GLIB_DEBUG_FLAGS"]=""
1030 S["G_MODULE_BROKEN_RTLD_GLOBAL"]="0"
1031 S["G_MODULE_NEED_USCORE"]="0"
1032 S["G_MODULE_HAVE_DLERROR"]="1"
1033 S["G_MODULE_LDFLAGS"]="-rdynamic"
1034 S["G_MODULE_LIBS"]="-ldl"
1035 S["G_MODULE_IMPL"]="G_MODULE_IMPL_DL"
1036 S["ENABLE_MEM_PROFILE"]=""
1037 S["ENABLE_MEM_CHECK"]=""
1038 S["MAINT"]="#"
1039 S["MAINTAINER_MODE_FALSE"]=""
1040 S["MAINTAINER_MODE_TRUE"]="#"
1041 S["CPP"]="mipsel-uclibc-gcc -E"
1042 S["OTOOL64"]=""
1043 S["OTOOL"]=""
1044 S["LIPO"]=""
1045 S["NMEDIT"]=""
1046 S["DSYMUTIL"]=""
1047 S["MANIFEST_TOOL"]=":"
1048 S["RANLIB"]="mipsel-uclibc-ranlib"
1049 S["ac_ct_AR"]=""
1050 S["AR"]="mipsel-uclibc-ar"
1051 S["DLLTOOL"]="false"
1052 S["OBJDUMP"]="mipsel-linux-objdump"
1053 S["LN_S"]="ln -s"
1054 S["NM"]="mipsel-uclibc-nm"
1055 S["ac_ct_DUMPBIN"]=""
1056 S["DUMPBIN"]=""
1057 S["LD"]="mipsel-uclibc-ld"
1058 S["FGREP"]="/bin/grep -F"
1059 S["EGREP"]="/bin/grep -E"
1060 S["GREP"]="/bin/grep"
1061 S["SED"]="/bin/sed"
1062 S["am__fastdepCC_FALSE"]="#"
1063 S["am__fastdepCC_TRUE"]=""
1064 S["CCDEPMODE"]="depmode=gcc3"
1065 S["AMDEPBACKSLASH"]="\\"
1066 S["AMDEP_FALSE"]="#"
1067 S["AMDEP_TRUE"]=""
1068 S["am__quote"]=""
1069 S["am__include"]="include"
1070 S["DEPDIR"]=".deps"
1071 S["OBJEXT"]="o"
1072 S["EXEEXT"]=""
1073 S["ac_ct_CC"]=""
1074 S["CPPFLAGS"]=""
1075 S["LDFLAGS"]=""
1076 S["CFLAGS"]="-g -O2 -Wall -D_REENTRANT"
1077 S["CC"]="mipsel-uclibc-gcc"
1078 S["host_os"]="linux-gnu"
1079 S["host_vendor"]="unknown"
1080 S["host_cpu"]="mipsel"
1081 S["host"]="mipsel-unknown-linux-gnu"
1082 S["build_os"]="linux-gnu"
1083 S["build_vendor"]="pc"
1084 S["build_cpu"]="x86_64"
1085 S["build"]="x86_64-pc-linux-gnu"
1086 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
1087 S["am__untar"]="${AMTAR} xf -"
1088 S["am__tar"]="${AMTAR} chof - \"$$tardir\""
1089 S["AMTAR"]="${SHELL} /home/vicente/tomatoastman/release/src/router/glib/missing --run tar"
1090 S["am__leading_dot"]="."
1091 S["SET_MAKE"]=""
1092 S["AWK"]="gawk"
1093 S["mkdir_p"]="/bin/mkdir -p"
1094 S["MKDIR_P"]="/bin/mkdir -p"
1095 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1096 S["STRIP"]="mipsel-uclibc-strip -R .note -R .comment"
1097 S["install_sh"]="${SHELL} /home/vicente/tomatoastman/release/src/router/glib/install-sh"
1098 S["MAKEINFO"]="${SHELL} /home/vicente/tomatoastman/release/src/router/glib/missing --run makeinfo"
1099 S["AUTOHEADER"]="${SHELL} /home/vicente/tomatoastman/release/src/router/glib/missing --run autoheader"
1100 S["AUTOMAKE"]="${SHELL} /home/vicente/tomatoastman/release/src/router/glib/missing --run automake-1.11"
1101 S["AUTOCONF"]="${SHELL} /home/vicente/tomatoastman/release/src/router/glib/missing --run autoconf"
1102 S["ACLOCAL"]="${SHELL} /home/vicente/tomatoastman/release/src/router/glib/missing --run aclocal-1.11"
1103 S["VERSION"]="1.2.10"
1104 S["PACKAGE"]="glib"
1105 S["CYGPATH_W"]="echo"
1106 S["am__isrc"]=""
1107 S["INSTALL_DATA"]="${INSTALL} -m 644"
1108 S["INSTALL_SCRIPT"]="${INSTALL}"
1109 S["INSTALL_PROGRAM"]="${INSTALL}"
1110 S["LT_AGE"]="0"
1111 S["LT_REVISION"]="10"
1112 S["LT_CURRENT"]="0"
1113 S["LT_RELEASE"]="1.2"
1114 S["GLIB_BINARY_AGE"]="10"
1115 S["GLIB_INTERFACE_AGE"]="10"
1116 S["GLIB_VERSION"]="1.2.10"
1117 S["GLIB_MICRO_VERSION"]="10"
1118 S["GLIB_MINOR_VERSION"]="2"
1119 S["GLIB_MAJOR_VERSION"]="1"
1120 S["target_alias"]=""
1121 S["host_alias"]="mipsel-linux"
1122 S["build_alias"]="x86_64-linux-gnu"
1123 S["LIBS"]=""
1124 S["ECHO_T"]=""
1125 S["ECHO_N"]="-n"
1126 S["ECHO_C"]=""
1127 S["DEFS"]="-DHAVE_CONFIG_H"
1128 S["mandir"]="${datarootdir}/man"
1129 S["localedir"]="${datarootdir}/locale"
1130 S["libdir"]="${exec_prefix}/lib"
1131 S["psdir"]="${docdir}"
1132 S["pdfdir"]="${docdir}"
1133 S["dvidir"]="${docdir}"
1134 S["htmldir"]="${docdir}"
1135 S["infodir"]="${datarootdir}/info"
1136 S["docdir"]="${datarootdir}/doc/${PACKAGE}"
1137 S["oldincludedir"]="/usr/include"
1138 S["includedir"]="${prefix}/include"
1139 S["localstatedir"]="${prefix}/var"
1140 S["sharedstatedir"]="${prefix}/com"
1141 S["sysconfdir"]="${prefix}/etc"
1142 S["datadir"]="${datarootdir}"
1143 S["datarootdir"]="${prefix}/share"
1144 S["libexecdir"]="${exec_prefix}/libexec"
1145 S["sbindir"]="${exec_prefix}/sbin"
1146 S["bindir"]="${exec_prefix}/bin"
1147 S["program_transform_name"]="s,x,x,"
1148 S["prefix"]="/usr"
1149 S["exec_prefix"]="${prefix}"
1150 S["PACKAGE_URL"]=""
1151 S["PACKAGE_BUGREPORT"]=""
1152 S["PACKAGE_STRING"]=""
1153 S["PACKAGE_VERSION"]=""
1154 S["PACKAGE_TARNAME"]=""
1155 S["PACKAGE_NAME"]=""
1156 S["PATH_SEPARATOR"]=":"
1157 S["SHELL"]="/bin/sh"
1158 _ACAWK
1159 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1160 for (key in S) S_is_set[key] = 1
1161 FS = "\a"
1165 line = $ 0
1166 nfields = split(line, field, "@")
1167 substed = 0
1168 len = length(field[1])
1169 for (i = 2; i < nfields; i++) {
1170 key = field[i]
1171 keylen = length(key)
1172 if (S_is_set[key]) {
1173 value = S[key]
1174 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1175 len += length(value) + length(field[++i])
1176 substed = 1
1177 } else
1178 len += 1 + keylen
1181 print line
1184 _ACAWK
1185 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1186 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1187 else
1189 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1190 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1191 fi # test -n "$CONFIG_FILES"
1193 # Set up the scripts for CONFIG_HEADERS section.
1194 # No need to generate them if there are no CONFIG_HEADERS.
1195 # This happens for instance with `./config.status Makefile'.
1196 if test -n "$CONFIG_HEADERS"; then
1197 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1198 BEGIN {
1199 D["PACKAGE_NAME"]=" \"\""
1200 D["PACKAGE_TARNAME"]=" \"\""
1201 D["PACKAGE_VERSION"]=" \"\""
1202 D["PACKAGE_STRING"]=" \"\""
1203 D["PACKAGE_BUGREPORT"]=" \"\""
1204 D["PACKAGE_URL"]=" \"\""
1205 D["GLIB_MAJOR_VERSION"]=" 1"
1206 D["GLIB_MINOR_VERSION"]=" 2"
1207 D["GLIB_MICRO_VERSION"]=" 10"
1208 D["GLIB_INTERFACE_AGE"]=" 10"
1209 D["GLIB_BINARY_AGE"]=" 10"
1210 D["STDC_HEADERS"]=" 1"
1211 D["HAVE_SYS_TYPES_H"]=" 1"
1212 D["HAVE_SYS_STAT_H"]=" 1"
1213 D["HAVE_STDLIB_H"]=" 1"
1214 D["HAVE_STRING_H"]=" 1"
1215 D["HAVE_MEMORY_H"]=" 1"
1216 D["HAVE_STRINGS_H"]=" 1"
1217 D["HAVE_INTTYPES_H"]=" 1"
1218 D["HAVE_STDINT_H"]=" 1"
1219 D["HAVE_UNISTD_H"]=" 1"
1220 D["HAVE_DLFCN_H"]=" 1"
1221 D["LT_OBJDIR"]=" \".libs/\""
1222 D["G_COMPILED_WITH_DEBUGGING"]=" \"minimum\""
1223 D["STDC_HEADERS"]=" 1"
1224 D["HAVE_VPRINTF"]=" 1"
1225 D["HAVE_ATEXIT"]=" 1"
1226 D["HAVE_ON_EXIT"]=" 1"
1227 D["SIZEOF_CHAR"]=" 1"
1228 D["SIZEOF_SHORT"]=" 2"
1229 D["SIZEOF_LONG"]=" 4"
1230 D["SIZEOF_INT"]=" 4"
1231 D["SIZEOF_VOID_P"]=" 4"
1232 D["SIZEOF_LONG_LONG"]=" 8"
1233 D["G_HAVE___INLINE"]=" 1"
1234 D["G_HAVE___INLINE__"]=" 1"
1235 D["G_HAVE_INLINE"]=" 1"
1236 D["HAVE_FLOAT_H"]=" 1"
1237 D["HAVE_FLOAT_H"]=" 1"
1238 D["HAVE_LIMITS_H"]=" 1"
1239 D["HAVE_LIMITS_H"]=" 1"
1240 D["HAVE_PWD_H"]=" 1"
1241 D["HAVE_PWD_H"]=" 1"
1242 D["HAVE_SYS_PARAM_H"]=" 1"
1243 D["HAVE_SYS_PARAM_H"]=" 1"
1244 D["HAVE_SYS_POLL_H"]=" 1"
1245 D["HAVE_SYS_POLL_H"]=" 1"
1246 D["HAVE_SYS_SELECT_H"]=" 1"
1247 D["HAVE_SYS_SELECT_H"]=" 1"
1248 D["HAVE_SYS_TIME_H"]=" 1"
1249 D["HAVE_SYS_TIME_H"]=" 1"
1250 D["HAVE_SYS_TIMES_H"]=" 1"
1251 D["HAVE_SYS_TIMES_H"]=" 1"
1252 D["HAVE_UNISTD_H"]=" 1"
1253 D["HAVE_UNISTD_H"]=" 1"
1254 D["HAVE_VALUES_H"]=" 1"
1255 D["HAVE_VALUES_H"]=" 1"
1256 D["HAVE_LSTAT"]=" 1"
1257 D["HAVE_STRERROR"]=" 1"
1258 D["HAVE_STRSIGNAL"]=" 1"
1259 D["HAVE_MEMMOVE"]=" 1"
1260 D["HAVE_VSNPRINTF"]=" 1"
1261 D["HAVE_STRCASECMP"]=" 1"
1262 D["HAVE_STRNCASECMP"]=" 1"
1263 D["HAVE_POLL"]=" 1"
1264 D["NO_SYS_ERRLIST"]=" 1"
1265 D["NO_SYS_SIGLIST"]=" 1"
1266 D["NO_SYS_SIGLIST_DECL"]=" 1"
1267 D["HAVE_WCHAR_H"]=" 1"
1268 D["HAVE_WCTYPE_H"]=" 1"
1269 D["REALLOC_0_WORKS"]=" 1"
1270 D["G_VA_COPY"]=" __va_copy"
1271 D["HAVE_LOCALTIME_R"]=" 1"
1272 D["HAVE_RAND_R"]=" 1"
1273 D["HAVE_GETPWUID_R"]=" 1"
1274 D["HAVE_GETPWUID_R_POSIX"]=" 1"
1275 D["HAVE_PTHREAD_GETSPECIFIC_POSIX"]=" 1"
1276 D["HAVE_PTHREAD_COND_TIMEDWAIT_POSIX"]=" 1"
1277 D["G_THREAD_SOURCE"]=" \"gthread-posix.c\""
1278 D["GLIB_SIZEOF_GMUTEX"]=" 24"
1279 D["GLIB_BYTE_CONTENTS_GMUTEX"]=" 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
1280 for (key in D) D_is_set[key] = 1
1281 FS = "\a"
1283 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1284 line = $ 0
1285 split(line, arg, " ")
1286 if (arg[1] == "#") {
1287 defundef = arg[2]
1288 mac1 = arg[3]
1289 } else {
1290 defundef = substr(arg[1], 2)
1291 mac1 = arg[2]
1293 split(mac1, mac2, "(") #)
1294 macro = mac2[1]
1295 prefix = substr(line, 1, index(line, defundef) - 1)
1296 if (D_is_set[macro]) {
1297 # Preserve the white space surrounding the "#".
1298 print prefix "define", macro P[macro] D[macro]
1299 next
1300 } else {
1301 # Replace #undef with comments. This is necessary, for example,
1302 # in the case of _POSIX_SOURCE, which is predefined and required
1303 # on some systems where configure will not decide to define it.
1304 if (defundef == "undef") {
1305 print "/*", prefix defundef, macro, "*/"
1306 next
1310 { print }
1311 _ACAWK
1312 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1313 fi # test -n "$CONFIG_HEADERS"
1316 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1317 shift
1318 for ac_tag
1320 case $ac_tag in
1321 :[FHLC]) ac_mode=$ac_tag; continue;;
1322 esac
1323 case $ac_mode$ac_tag in
1324 :[FHL]*:*);;
1325 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1326 :[FH]-) ac_tag=-:-;;
1327 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1328 esac
1329 ac_save_IFS=$IFS
1330 IFS=:
1331 set x $ac_tag
1332 IFS=$ac_save_IFS
1333 shift
1334 ac_file=$1
1335 shift
1337 case $ac_mode in
1338 :L) ac_source=$1;;
1339 :[FH])
1340 ac_file_inputs=
1341 for ac_f
1343 case $ac_f in
1344 -) ac_f="$ac_tmp/stdin";;
1345 *) # Look for the file first in the build tree, then in the source tree
1346 # (if the path is not absolute). The absolute path cannot be DOS-style,
1347 # because $ac_f cannot contain `:'.
1348 test -f "$ac_f" ||
1349 case $ac_f in
1350 [\\/$]*) false;;
1351 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1352 esac ||
1353 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1354 esac
1355 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1356 as_fn_append ac_file_inputs " '$ac_f'"
1357 done
1359 # Let's still pretend it is `configure' which instantiates (i.e., don't
1360 # use $as_me), people would be surprised to read:
1361 # /* config.h. Generated by config.status. */
1362 configure_input='Generated from '`
1363 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1364 `' by configure.'
1365 if test x"$ac_file" != x-; then
1366 configure_input="$ac_file. $configure_input"
1367 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1368 $as_echo "$as_me: creating $ac_file" >&6;}
1370 # Neutralize special characters interpreted by sed in replacement strings.
1371 case $configure_input in #(
1372 *\&* | *\|* | *\\* )
1373 ac_sed_conf_input=`$as_echo "$configure_input" |
1374 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1375 *) ac_sed_conf_input=$configure_input;;
1376 esac
1378 case $ac_tag in
1379 *:-:* | *:-) cat >"$ac_tmp/stdin" \
1380 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1381 esac
1383 esac
1385 ac_dir=`$as_dirname -- "$ac_file" ||
1386 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1387 X"$ac_file" : 'X\(//\)[^/]' \| \
1388 X"$ac_file" : 'X\(//\)$' \| \
1389 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1390 $as_echo X"$ac_file" |
1391 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1392 s//\1/
1395 /^X\(\/\/\)[^/].*/{
1396 s//\1/
1399 /^X\(\/\/\)$/{
1400 s//\1/
1403 /^X\(\/\).*/{
1404 s//\1/
1407 s/.*/./; q'`
1408 as_dir="$ac_dir"; as_fn_mkdir_p
1409 ac_builddir=.
1411 case "$ac_dir" in
1412 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1414 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1415 # A ".." for each directory in $ac_dir_suffix.
1416 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1417 case $ac_top_builddir_sub in
1418 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1419 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1420 esac ;;
1421 esac
1422 ac_abs_top_builddir=$ac_pwd
1423 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1424 # for backward compatibility:
1425 ac_top_builddir=$ac_top_build_prefix
1427 case $srcdir in
1428 .) # We are building in place.
1429 ac_srcdir=.
1430 ac_top_srcdir=$ac_top_builddir_sub
1431 ac_abs_top_srcdir=$ac_pwd ;;
1432 [\\/]* | ?:[\\/]* ) # Absolute name.
1433 ac_srcdir=$srcdir$ac_dir_suffix;
1434 ac_top_srcdir=$srcdir
1435 ac_abs_top_srcdir=$srcdir ;;
1436 *) # Relative name.
1437 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1438 ac_top_srcdir=$ac_top_build_prefix$srcdir
1439 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1440 esac
1441 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1444 case $ac_mode in
1447 # CONFIG_FILE
1450 case $INSTALL in
1451 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1452 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1453 esac
1454 ac_MKDIR_P=$MKDIR_P
1455 case $MKDIR_P in
1456 [\\/$]* | ?:[\\/]* ) ;;
1457 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1458 esac
1459 # If the template does not know about datarootdir, expand it.
1460 # FIXME: This hack should be removed a few years after 2.60.
1461 ac_datarootdir_hack=; ac_datarootdir_seen=
1462 ac_sed_dataroot='
1463 /datarootdir/ {
1467 /@datadir@/p
1468 /@docdir@/p
1469 /@infodir@/p
1470 /@localedir@/p
1471 /@mandir@/p'
1472 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1473 *datarootdir*) ac_datarootdir_seen=yes;;
1474 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1475 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1476 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1477 ac_datarootdir_hack='
1478 s&@datadir@&${datarootdir}&g
1479 s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
1480 s&@infodir@&${datarootdir}/info&g
1481 s&@localedir@&${datarootdir}/locale&g
1482 s&@mandir@&${datarootdir}/man&g
1483 s&\${datarootdir}&${prefix}/share&g' ;;
1484 esac
1485 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
1487 s///
1488 s/^/:/
1489 s/[ ]*$/:/
1490 s/:\$(srcdir):/:/g
1491 s/:\${srcdir}:/:/g
1492 s/:@srcdir@:/:/g
1493 s/^:*//
1494 s/:*$//
1496 s/\(=[ ]*\).*/\1/
1498 s/\n//
1499 s/^[^=]*=[ ]*$//
1503 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1504 s|@configure_input@|$ac_sed_conf_input|;t t
1505 s&@top_builddir@&$ac_top_builddir_sub&;t t
1506 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1507 s&@srcdir@&$ac_srcdir&;t t
1508 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1509 s&@top_srcdir@&$ac_top_srcdir&;t t
1510 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1511 s&@builddir@&$ac_builddir&;t t
1512 s&@abs_builddir@&$ac_abs_builddir&;t t
1513 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1514 s&@INSTALL@&$ac_INSTALL&;t t
1515 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1516 $ac_datarootdir_hack
1518 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1519 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1521 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1522 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1523 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1524 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1525 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1526 which seems to be undefined. Please make sure it is defined" >&5
1527 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1528 which seems to be undefined. Please make sure it is defined" >&2;}
1530 rm -f "$ac_tmp/stdin"
1531 case $ac_file in
1532 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1533 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1534 esac \
1535 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1539 # CONFIG_HEADER
1541 if test x"$ac_file" != x-; then
1543 $as_echo "/* $configure_input */" \
1544 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1545 } >"$ac_tmp/config.h" \
1546 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1547 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1548 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1549 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1550 else
1551 rm -f "$ac_file"
1552 mv "$ac_tmp/config.h" "$ac_file" \
1553 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1555 else
1556 $as_echo "/* $configure_input */" \
1557 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1558 || as_fn_error $? "could not create -" "$LINENO" 5
1560 # Compute "$ac_file"'s index in $config_headers.
1561 _am_arg="$ac_file"
1562 _am_stamp_count=1
1563 for _am_header in $config_headers :; do
1564 case $_am_header in
1565 $_am_arg | $_am_arg:* )
1566 break ;;
1568 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1569 esac
1570 done
1571 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1572 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1573 X"$_am_arg" : 'X\(//\)[^/]' \| \
1574 X"$_am_arg" : 'X\(//\)$' \| \
1575 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1576 $as_echo X"$_am_arg" |
1577 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1578 s//\1/
1581 /^X\(\/\/\)[^/].*/{
1582 s//\1/
1585 /^X\(\/\/\)$/{
1586 s//\1/
1589 /^X\(\/\).*/{
1590 s//\1/
1593 s/.*/./; q'`/stamp-h$_am_stamp_count
1596 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1597 $as_echo "$as_me: executing $ac_file commands" >&6;}
1599 esac
1602 case $ac_file$ac_mode in
1603 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1604 # Autoconf 2.62 quotes --file arguments for eval, but not when files
1605 # are listed without --file. Let's play safe and only enable the eval
1606 # if we detect the quoting.
1607 case $CONFIG_FILES in
1608 *\'*) eval set x "$CONFIG_FILES" ;;
1609 *) set x $CONFIG_FILES ;;
1610 esac
1611 shift
1612 for mf
1614 # Strip MF so we end up with the name of the file.
1615 mf=`echo "$mf" | sed -e 's/:.*$//'`
1616 # Check whether this is an Automake generated Makefile or not.
1617 # We used to match only the files named `Makefile.in', but
1618 # some people rename them; so instead we look at the file content.
1619 # Grep'ing the first line is not enough: some people post-process
1620 # each Makefile.in and add a new line on top of each file to say so.
1621 # Grep'ing the whole file is not good either: AIX grep has a line
1622 # limit of 2048, but all sed's we know have understand at least 4000.
1623 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1624 dirpart=`$as_dirname -- "$mf" ||
1625 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1626 X"$mf" : 'X\(//\)[^/]' \| \
1627 X"$mf" : 'X\(//\)$' \| \
1628 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1629 $as_echo X"$mf" |
1630 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1631 s//\1/
1634 /^X\(\/\/\)[^/].*/{
1635 s//\1/
1638 /^X\(\/\/\)$/{
1639 s//\1/
1642 /^X\(\/\).*/{
1643 s//\1/
1646 s/.*/./; q'`
1647 else
1648 continue
1650 # Extract the definition of DEPDIR, am__include, and am__quote
1651 # from the Makefile without running `make'.
1652 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1653 test -z "$DEPDIR" && continue
1654 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1655 test -z "am__include" && continue
1656 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1657 # When using ansi2knr, U may be empty or an underscore; expand it
1658 U=`sed -n 's/^U = //p' < "$mf"`
1659 # Find all dependency output files, they are included files with
1660 # $(DEPDIR) in their names. We invoke sed twice because it is the
1661 # simplest approach to changing $(DEPDIR) to its actual value in the
1662 # expansion.
1663 for file in `sed -n "
1664 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1665 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1666 # Make sure the directory exists.
1667 test -f "$dirpart/$file" && continue
1668 fdir=`$as_dirname -- "$file" ||
1669 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1670 X"$file" : 'X\(//\)[^/]' \| \
1671 X"$file" : 'X\(//\)$' \| \
1672 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1673 $as_echo X"$file" |
1674 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1675 s//\1/
1678 /^X\(\/\/\)[^/].*/{
1679 s//\1/
1682 /^X\(\/\/\)$/{
1683 s//\1/
1686 /^X\(\/\).*/{
1687 s//\1/
1690 s/.*/./; q'`
1691 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1692 # echo "creating $dirpart/$file"
1693 echo '# dummy' > "$dirpart/$file"
1694 done
1695 done
1698 "libtool":C)
1700 # See if we are running on zsh, and set the options which allow our
1701 # commands through without removal of \ escapes.
1702 if test -n "${ZSH_VERSION+set}" ; then
1703 setopt NO_GLOB_SUBST
1706 cfgfile="${ofile}T"
1707 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1708 $RM "$cfgfile"
1710 cat <<_LT_EOF >> "$cfgfile"
1711 #! $SHELL
1713 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1714 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1715 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1716 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1718 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1719 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
1720 # Inc.
1721 # Written by Gordon Matzigkeit, 1996
1723 # This file is part of GNU Libtool.
1725 # GNU Libtool is free software; you can redistribute it and/or
1726 # modify it under the terms of the GNU General Public License as
1727 # published by the Free Software Foundation; either version 2 of
1728 # the License, or (at your option) any later version.
1730 # As a special exception to the GNU General Public License,
1731 # if you distribute this file as part of a program or library that
1732 # is built using GNU Libtool, you may include this file under the
1733 # same distribution terms that you use for the rest of that program.
1735 # GNU Libtool is distributed in the hope that it will be useful,
1736 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1737 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1738 # GNU General Public License for more details.
1740 # You should have received a copy of the GNU General Public License
1741 # along with GNU Libtool; see the file COPYING. If not, a copy
1742 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1743 # obtained by writing to the Free Software Foundation, Inc.,
1744 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1747 # The names of the tagged configurations supported by this script.
1748 available_tags=""
1750 # ### BEGIN LIBTOOL CONFIG
1752 # Which release of libtool.m4 was used?
1753 macro_version=$macro_version
1754 macro_revision=$macro_revision
1756 # Whether or not to build shared libraries.
1757 build_libtool_libs=$enable_shared
1759 # Whether or not to build static libraries.
1760 build_old_libs=$enable_static
1762 # What type of objects to build.
1763 pic_mode=$pic_mode
1765 # Whether or not to optimize for fast installation.
1766 fast_install=$enable_fast_install
1768 # Shell to use when invoking shell scripts.
1769 SHELL=$lt_SHELL
1771 # An echo program that protects backslashes.
1772 ECHO=$lt_ECHO
1774 # The host system.
1775 host_alias=$host_alias
1776 host=$host
1777 host_os=$host_os
1779 # The build system.
1780 build_alias=$build_alias
1781 build=$build
1782 build_os=$build_os
1784 # A sed program that does not truncate output.
1785 SED=$lt_SED
1787 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1788 Xsed="\$SED -e 1s/^X//"
1790 # A grep program that handles long lines.
1791 GREP=$lt_GREP
1793 # An ERE matcher.
1794 EGREP=$lt_EGREP
1796 # A literal string matcher.
1797 FGREP=$lt_FGREP
1799 # A BSD- or MS-compatible name lister.
1800 NM=$lt_NM
1802 # Whether we need soft or hard links.
1803 LN_S=$lt_LN_S
1805 # What is the maximum length of a command?
1806 max_cmd_len=$max_cmd_len
1808 # Object file suffix (normally "o").
1809 objext=$ac_objext
1811 # Executable file suffix (normally "").
1812 exeext=$exeext
1814 # whether the shell understands "unset".
1815 lt_unset=$lt_unset
1817 # turn spaces into newlines.
1818 SP2NL=$lt_lt_SP2NL
1820 # turn newlines into spaces.
1821 NL2SP=$lt_lt_NL2SP
1823 # convert \$build file names to \$host format.
1824 to_host_file_cmd=$lt_cv_to_host_file_cmd
1826 # convert \$build files to toolchain format.
1827 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1829 # An object symbol dumper.
1830 OBJDUMP=$lt_OBJDUMP
1832 # Method to check whether dependent libraries are shared objects.
1833 deplibs_check_method=$lt_deplibs_check_method
1835 # Command to use when deplibs_check_method = "file_magic".
1836 file_magic_cmd=$lt_file_magic_cmd
1838 # How to find potential files when deplibs_check_method = "file_magic".
1839 file_magic_glob=$lt_file_magic_glob
1841 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1842 want_nocaseglob=$lt_want_nocaseglob
1844 # DLL creation program.
1845 DLLTOOL=$lt_DLLTOOL
1847 # Command to associate shared and link libraries.
1848 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1850 # The archiver.
1851 AR=$lt_AR
1853 # Flags to create an archive.
1854 AR_FLAGS=$lt_AR_FLAGS
1856 # How to feed a file listing to the archiver.
1857 archiver_list_spec=$lt_archiver_list_spec
1859 # A symbol stripping program.
1860 STRIP=$lt_STRIP
1862 # Commands used to install an old-style archive.
1863 RANLIB=$lt_RANLIB
1864 old_postinstall_cmds=$lt_old_postinstall_cmds
1865 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1867 # Whether to use a lock for old archive extraction.
1868 lock_old_archive_extraction=$lock_old_archive_extraction
1870 # A C compiler.
1871 LTCC=$lt_CC
1873 # LTCC compiler flags.
1874 LTCFLAGS=$lt_CFLAGS
1876 # Take the output of nm and produce a listing of raw symbols and C names.
1877 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1879 # Transform the output of nm in a proper C declaration.
1880 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1882 # Transform the output of nm in a C name address pair.
1883 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1885 # Transform the output of nm in a C name address pair when lib prefix is needed.
1886 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1888 # Specify filename containing input files for \$NM.
1889 nm_file_list_spec=$lt_nm_file_list_spec
1891 # The root where to search for dependent libraries,and in which our libraries should be installed.
1892 lt_sysroot=$lt_sysroot
1894 # The name of the directory that contains temporary libtool files.
1895 objdir=$objdir
1897 # Used to examine libraries when file_magic_cmd begins with "file".
1898 MAGIC_CMD=$MAGIC_CMD
1900 # Must we lock files when doing compilation?
1901 need_locks=$lt_need_locks
1903 # Manifest tool.
1904 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1906 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1907 DSYMUTIL=$lt_DSYMUTIL
1909 # Tool to change global to local symbols on Mac OS X.
1910 NMEDIT=$lt_NMEDIT
1912 # Tool to manipulate fat objects and archives on Mac OS X.
1913 LIPO=$lt_LIPO
1915 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1916 OTOOL=$lt_OTOOL
1918 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1919 OTOOL64=$lt_OTOOL64
1921 # Old archive suffix (normally "a").
1922 libext=$libext
1924 # Shared library suffix (normally ".so").
1925 shrext_cmds=$lt_shrext_cmds
1927 # The commands to extract the exported symbol list from a shared archive.
1928 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1930 # Variables whose values should be saved in libtool wrapper scripts and
1931 # restored at link time.
1932 variables_saved_for_relink=$lt_variables_saved_for_relink
1934 # Do we need the "lib" prefix for modules?
1935 need_lib_prefix=$need_lib_prefix
1937 # Do we need a version for libraries?
1938 need_version=$need_version
1940 # Library versioning type.
1941 version_type=$version_type
1943 # Shared library runtime path variable.
1944 runpath_var=$runpath_var
1946 # Shared library path variable.
1947 shlibpath_var=$shlibpath_var
1949 # Is shlibpath searched before the hard-coded library search path?
1950 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1952 # Format of library name prefix.
1953 libname_spec=$lt_libname_spec
1955 # List of archive names. First name is the real one, the rest are links.
1956 # The last name is the one that the linker finds with -lNAME
1957 library_names_spec=$lt_library_names_spec
1959 # The coded name of the library, if different from the real name.
1960 soname_spec=$lt_soname_spec
1962 # Permission mode override for installation of shared libraries.
1963 install_override_mode=$lt_install_override_mode
1965 # Command to use after installation of a shared archive.
1966 postinstall_cmds=$lt_postinstall_cmds
1968 # Command to use after uninstallation of a shared archive.
1969 postuninstall_cmds=$lt_postuninstall_cmds
1971 # Commands used to finish a libtool library installation in a directory.
1972 finish_cmds=$lt_finish_cmds
1974 # As "finish_cmds", except a single script fragment to be evaled but
1975 # not shown.
1976 finish_eval=$lt_finish_eval
1978 # Whether we should hardcode library paths into libraries.
1979 hardcode_into_libs=$hardcode_into_libs
1981 # Compile-time system search path for libraries.
1982 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1984 # Run-time system search path for libraries.
1985 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1987 # Whether dlopen is supported.
1988 dlopen_support=$enable_dlopen
1990 # Whether dlopen of programs is supported.
1991 dlopen_self=$enable_dlopen_self
1993 # Whether dlopen of statically linked programs is supported.
1994 dlopen_self_static=$enable_dlopen_self_static
1996 # Commands to strip libraries.
1997 old_striplib=$lt_old_striplib
1998 striplib=$lt_striplib
2001 # The linker used to build libraries.
2002 LD=$lt_LD
2004 # How to create reloadable object files.
2005 reload_flag=$lt_reload_flag
2006 reload_cmds=$lt_reload_cmds
2008 # Commands used to build an old-style archive.
2009 old_archive_cmds=$lt_old_archive_cmds
2011 # A language specific compiler.
2012 CC=$lt_compiler
2014 # Is the compiler the GNU compiler?
2015 with_gcc=$GCC
2017 # Compiler flag to turn off builtin functions.
2018 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
2020 # Additional compiler flags for building library objects.
2021 pic_flag=$lt_lt_prog_compiler_pic
2023 # How to pass a linker flag through the compiler.
2024 wl=$lt_lt_prog_compiler_wl
2026 # Compiler flag to prevent dynamic linking.
2027 link_static_flag=$lt_lt_prog_compiler_static
2029 # Does compiler simultaneously support -c and -o options?
2030 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
2032 # Whether or not to add -lc for building shared libraries.
2033 build_libtool_need_lc=$archive_cmds_need_lc
2035 # Whether or not to disallow shared libs when runtime libs are static.
2036 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
2038 # Compiler flag to allow reflexive dlopens.
2039 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
2041 # Compiler flag to generate shared objects directly from archives.
2042 whole_archive_flag_spec=$lt_whole_archive_flag_spec
2044 # Whether the compiler copes with passing no objects directly.
2045 compiler_needs_object=$lt_compiler_needs_object
2047 # Create an old-style archive from a shared archive.
2048 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
2050 # Create a temporary old-style archive to link instead of a shared archive.
2051 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
2053 # Commands used to build a shared archive.
2054 archive_cmds=$lt_archive_cmds
2055 archive_expsym_cmds=$lt_archive_expsym_cmds
2057 # Commands used to build a loadable module if different from building
2058 # a shared archive.
2059 module_cmds=$lt_module_cmds
2060 module_expsym_cmds=$lt_module_expsym_cmds
2062 # Whether we are building with GNU ld or not.
2063 with_gnu_ld=$lt_with_gnu_ld
2065 # Flag that allows shared libraries with undefined symbols to be built.
2066 allow_undefined_flag=$lt_allow_undefined_flag
2068 # Flag that enforces no undefined symbols.
2069 no_undefined_flag=$lt_no_undefined_flag
2071 # Flag to hardcode \$libdir into a binary during linking.
2072 # This must work even if \$libdir does not exist
2073 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2075 # If ld is used when linking, flag to hardcode \$libdir into a binary
2076 # during linking. This must work even if \$libdir does not exist.
2077 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
2079 # Whether we need a single "-rpath" flag with a separated argument.
2080 hardcode_libdir_separator=$lt_hardcode_libdir_separator
2082 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2083 # DIR into the resulting binary.
2084 hardcode_direct=$hardcode_direct
2086 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2087 # DIR into the resulting binary and the resulting library dependency is
2088 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2089 # library is relocated.
2090 hardcode_direct_absolute=$hardcode_direct_absolute
2092 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2093 # into the resulting binary.
2094 hardcode_minus_L=$hardcode_minus_L
2096 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2097 # into the resulting binary.
2098 hardcode_shlibpath_var=$hardcode_shlibpath_var
2100 # Set to "yes" if building a shared library automatically hardcodes DIR
2101 # into the library and all subsequent libraries and executables linked
2102 # against it.
2103 hardcode_automatic=$hardcode_automatic
2105 # Set to yes if linker adds runtime paths of dependent libraries
2106 # to runtime path list.
2107 inherit_rpath=$inherit_rpath
2109 # Whether libtool must link a program against all its dependency libraries.
2110 link_all_deplibs=$link_all_deplibs
2112 # Set to "yes" if exported symbols are required.
2113 always_export_symbols=$always_export_symbols
2115 # The commands to list exported symbols.
2116 export_symbols_cmds=$lt_export_symbols_cmds
2118 # Symbols that should not be listed in the preloaded symbols.
2119 exclude_expsyms=$lt_exclude_expsyms
2121 # Symbols that must always be exported.
2122 include_expsyms=$lt_include_expsyms
2124 # Commands necessary for linking programs (against libraries) with templates.
2125 prelink_cmds=$lt_prelink_cmds
2127 # Commands necessary for finishing linking programs.
2128 postlink_cmds=$lt_postlink_cmds
2130 # Specify filename containing input files.
2131 file_list_spec=$lt_file_list_spec
2133 # How to hardcode a shared library path into an executable.
2134 hardcode_action=$hardcode_action
2136 # ### END LIBTOOL CONFIG
2138 _LT_EOF
2140 case $host_os in
2141 aix3*)
2142 cat <<\_LT_EOF >> "$cfgfile"
2143 # AIX sometimes has problems with the GCC collect2 program. For some
2144 # reason, if we set the COLLECT_NAMES environment variable, the problems
2145 # vanish in a puff of smoke.
2146 if test "X${COLLECT_NAMES+set}" != Xset; then
2147 COLLECT_NAMES=
2148 export COLLECT_NAMES
2150 _LT_EOF
2152 esac
2155 ltmain="$ac_aux_dir/ltmain.sh"
2158 # We use sed instead of cat because bash on DJGPP gets confused if
2159 # if finds mixed CR/LF and LF-only lines. Since sed operates in
2160 # text mode, it properly converts lines to CR/LF. This bash problem
2161 # is reportedly fixed, but why not run on old versions too?
2162 sed '$q' "$ltmain" >> "$cfgfile" \
2163 || (rm -f "$cfgfile"; exit 1)
2165 if test x"$xsi_shell" = xyes; then
2166 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2167 func_dirname ()\
2169 \ case ${1} in\
2170 \ */*) func_dirname_result="${1%/*}${2}" ;;\
2171 \ * ) func_dirname_result="${3}" ;;\
2172 \ esac\
2173 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2174 && mv -f "$cfgfile.tmp" "$cfgfile" \
2175 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2176 test 0 -eq $? || _lt_function_replace_fail=:
2179 sed -e '/^func_basename ()$/,/^} # func_basename /c\
2180 func_basename ()\
2182 \ func_basename_result="${1##*/}"\
2183 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2184 && mv -f "$cfgfile.tmp" "$cfgfile" \
2185 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2186 test 0 -eq $? || _lt_function_replace_fail=:
2189 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2190 func_dirname_and_basename ()\
2192 \ case ${1} in\
2193 \ */*) func_dirname_result="${1%/*}${2}" ;;\
2194 \ * ) func_dirname_result="${3}" ;;\
2195 \ esac\
2196 \ func_basename_result="${1##*/}"\
2197 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2198 && mv -f "$cfgfile.tmp" "$cfgfile" \
2199 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2200 test 0 -eq $? || _lt_function_replace_fail=:
2203 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2204 func_stripname ()\
2206 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2207 \ # positional parameters, so assign one to ordinary parameter first.\
2208 \ func_stripname_result=${3}\
2209 \ func_stripname_result=${func_stripname_result#"${1}"}\
2210 \ func_stripname_result=${func_stripname_result%"${2}"}\
2211 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2212 && mv -f "$cfgfile.tmp" "$cfgfile" \
2213 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2214 test 0 -eq $? || _lt_function_replace_fail=:
2217 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2218 func_split_long_opt ()\
2220 \ func_split_long_opt_name=${1%%=*}\
2221 \ func_split_long_opt_arg=${1#*=}\
2222 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2223 && mv -f "$cfgfile.tmp" "$cfgfile" \
2224 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2225 test 0 -eq $? || _lt_function_replace_fail=:
2228 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2229 func_split_short_opt ()\
2231 \ func_split_short_opt_arg=${1#??}\
2232 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2233 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2234 && mv -f "$cfgfile.tmp" "$cfgfile" \
2235 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2236 test 0 -eq $? || _lt_function_replace_fail=:
2239 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2240 func_lo2o ()\
2242 \ case ${1} in\
2243 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2244 \ *) func_lo2o_result=${1} ;;\
2245 \ esac\
2246 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2247 && mv -f "$cfgfile.tmp" "$cfgfile" \
2248 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2249 test 0 -eq $? || _lt_function_replace_fail=:
2252 sed -e '/^func_xform ()$/,/^} # func_xform /c\
2253 func_xform ()\
2255 func_xform_result=${1%.*}.lo\
2256 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2257 && mv -f "$cfgfile.tmp" "$cfgfile" \
2258 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2259 test 0 -eq $? || _lt_function_replace_fail=:
2262 sed -e '/^func_arith ()$/,/^} # func_arith /c\
2263 func_arith ()\
2265 func_arith_result=$(( $* ))\
2266 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2267 && mv -f "$cfgfile.tmp" "$cfgfile" \
2268 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2269 test 0 -eq $? || _lt_function_replace_fail=:
2272 sed -e '/^func_len ()$/,/^} # func_len /c\
2273 func_len ()\
2275 func_len_result=${#1}\
2276 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2277 && mv -f "$cfgfile.tmp" "$cfgfile" \
2278 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2279 test 0 -eq $? || _lt_function_replace_fail=:
2283 if test x"$lt_shell_append" = xyes; then
2284 sed -e '/^func_append ()$/,/^} # func_append /c\
2285 func_append ()\
2287 eval "${1}+=\\${2}"\
2288 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2289 && mv -f "$cfgfile.tmp" "$cfgfile" \
2290 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2291 test 0 -eq $? || _lt_function_replace_fail=:
2294 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2295 func_append_quoted ()\
2297 \ func_quote_for_eval "${2}"\
2298 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2299 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2300 && mv -f "$cfgfile.tmp" "$cfgfile" \
2301 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2302 test 0 -eq $? || _lt_function_replace_fail=:
2305 # Save a `func_append' function call where possible by direct use of '+='
2306 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2307 && mv -f "$cfgfile.tmp" "$cfgfile" \
2308 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2309 test 0 -eq $? || _lt_function_replace_fail=:
2310 else
2311 # Save a `func_append' function call even when '+=' is not available
2312 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2313 && mv -f "$cfgfile.tmp" "$cfgfile" \
2314 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2315 test 0 -eq $? || _lt_function_replace_fail=:
2318 if test x"$_lt_function_replace_fail" = x":"; then
2319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2320 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2324 mv -f "$cfgfile" "$ofile" ||
2325 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2326 chmod +x "$ofile"
2329 "default-1":C)
2331 ## Generate `glibconfig.h' in two cases
2332 ## 1. `config.status' is run either explicitly, or via configure.
2333 ## Esp. not when it is run in `Makefile' to generate makefiles and
2334 ## config.h
2335 ## 2. CONFIG_OTHER is set explicitly
2337 ## Case 1 is difficult. We know that `automake' sets one of
2338 ## CONFIG_FILES or CONFIG_HEADERS to empty. This heuristic works
2339 ## only when AM_CONFIG_HEADER is set, however.
2341 if test -n "${CONFIG_FILES}" && test -n "${CONFIG_HEADERS}"; then
2342 # Both CONFIG_FILES and CONFIG_HEADERS are non-empty ==> Case 1
2343 CONFIG_OTHER=${CONFIG_OTHER:-glibconfig.h}
2345 case "$CONFIG_OTHER" in
2346 *glibconfig.h*)
2347 echo creating glibconfig.h
2348 outfile=glibconfig.h-tmp
2349 cat > $outfile <<\_______EOF
2350 /* glibconfig.h
2352 * This is a generated file. Please modify `configure.in'
2355 #ifndef GLIBCONFIG_H
2356 #define GLIBCONFIG_H
2358 _______EOF
2360 if test x$glib_limits_h = xyes; then
2361 echo '#include <limits.h>' >> $outfile
2363 if test x$glib_float_h = xyes; then
2364 echo '#include <float.h>' >> $outfile
2366 if test x$glib_values_h = xyes; then
2367 echo '#include <values.h>' >> $outfile
2369 if test x$g_mutex_header_file != x; then
2370 echo '#include <'"$g_mutex_header_file"'>' >> $outfile
2372 if test x$glib_sys_poll_h = xyes; then
2373 echo '#define GLIB_HAVE_SYS_POLL_H' >> $outfile
2376 cat >> $outfile <<_______EOF
2378 #ifdef __cplusplus
2379 extern "C" {
2380 #endif /* __cplusplus */
2382 #define G_MINFLOAT $glib_mf
2383 #define G_MAXFLOAT $glib_Mf
2384 #define G_MINDOUBLE $glib_md
2385 #define G_MAXDOUBLE $glib_Md
2386 #define G_MINSHORT $glib_ms
2387 #define G_MAXSHORT $glib_Ms
2388 #define G_MININT $glib_mi
2389 #define G_MAXINT $glib_Mi
2390 #define G_MINLONG $glib_ml
2391 #define G_MAXLONG $glib_Ml
2393 _______EOF
2396 ### this should always be true in a modern C/C++ compiler
2397 cat >>$outfile <<_______EOF
2398 typedef signed char gint8;
2399 typedef unsigned char guint8;
2400 _______EOF
2403 if test -n "$gint16"; then
2404 cat >>$outfile <<_______EOF
2405 typedef signed $gint16 gint16;
2406 typedef unsigned $gint16 guint16;
2407 _______EOF
2411 if test -n "$gint32"; then
2412 cat >>$outfile <<_______EOF
2413 typedef signed $gint32 gint32;
2414 typedef unsigned $gint32 guint32;
2415 _______EOF
2419 if test -n "$gint64"; then
2420 cat >>$outfile <<_______EOF
2421 ${glib_warning_guard}#define G_HAVE_GINT64 1
2423 ${glib_extension}typedef signed $gint64 gint64;
2424 ${glib_extension}typedef unsigned $gint64 guint64;
2426 #define G_GINT64_CONSTANT(val) $gint64_constant
2427 _______EOF
2431 if test -z "$glib_unknown_void_p"; then
2432 cat >>$outfile <<_______EOF
2434 #define GPOINTER_TO_INT(p) ((gint) ${glib_gpi_cast} (p))
2435 #define GPOINTER_TO_UINT(p) ((guint) ${glib_gpui_cast} (p))
2437 #define GINT_TO_POINTER(i) ((gpointer) ${glib_gpi_cast} (i))
2438 #define GUINT_TO_POINTER(u) ((gpointer) ${glib_gpui_cast} (u))
2439 _______EOF
2440 else
2441 echo '#error SIZEOF_VOID_P unknown - This should never happen' >>$outfile
2446 cat >>$outfile <<_______EOF
2447 $glib_atexit
2448 $glib_memmove
2449 $glib_defines
2451 $glib_vacopy
2453 #ifdef __cplusplus
2454 #define G_HAVE_INLINE 1
2455 #else /* !__cplusplus */
2456 $glib_inline
2457 #endif /* !__cplusplus */
2458 _______EOF
2460 echo >>$outfile
2461 if test x$g_mutex_has_default = xyes; then
2462 cat >>$outfile <<_______EOF
2463 $g_enable_threads_def G_THREADS_ENABLED
2464 #define G_THREADS_IMPL_$g_threads_impl_def
2465 typedef struct _GStaticMutex GStaticMutex;
2466 struct _GStaticMutex
2468 struct _GMutex *runtime_mutex;
2469 union {
2470 char pad[$g_mutex_sizeof];
2471 double dummy_double;
2472 void *dummy_pointer;
2473 long dummy_long;
2474 } aligned_pad_u;
2476 #define G_STATIC_MUTEX_INIT { NULL, { { $g_mutex_contents} } }
2477 #define g_static_mutex_get_mutex(mutex) \
2478 (g_thread_use_default_impl ? ((GMutex*) &((mutex)->aligned_pad_u)) : \
2479 g_static_mutex_get_mutex_impl (&((mutex)->runtime_mutex)))
2480 _______EOF
2481 else
2482 cat >>$outfile <<_______EOF
2483 $g_enable_threads_def G_THREADS_ENABLED
2484 #define G_THREADS_IMPL_$g_threads_impl_def
2485 typedef struct _GMutex* GStaticMutex;
2486 #define G_STATIC_MUTEX_INIT NULL
2487 #define g_static_mutex_get_mutex(mutex) (g_static_mutex_get_mutex_impl (mutex))
2488 _______EOF
2491 echo >>$outfile
2492 g_bit_sizes="16 32"
2493 if test -n "$gint64"; then
2494 g_bit_sizes="$g_bit_sizes 64"
2496 for bits in $g_bit_sizes; do
2497 cat >>$outfile <<_______EOF
2498 #define GINT${bits}_TO_${g_bs_native}(val) ((gint${bits}) (val))
2499 #define GUINT${bits}_TO_${g_bs_native}(val) ((guint${bits}) (val))
2500 #define GINT${bits}_TO_${g_bs_alien}(val) ((gint${bits}) GUINT${bits}_SWAP_LE_BE (val))
2501 #define GUINT${bits}_TO_${g_bs_alien}(val) (GUINT${bits}_SWAP_LE_BE (val))
2502 _______EOF
2503 done
2505 cat >>$outfile <<_______EOF
2506 #define GLONG_TO_LE(val) ((glong) GINT${glongbits}_TO_LE (val))
2507 #define GULONG_TO_LE(val) ((gulong) GUINT${glongbits}_TO_LE (val))
2508 #define GLONG_TO_BE(val) ((glong) GINT${glongbits}_TO_BE (val))
2509 #define GULONG_TO_BE(val) ((gulong) GUINT${glongbits}_TO_BE (val))
2510 #define GINT_TO_LE(val) ((gint) GINT${gintbits}_TO_LE (val))
2511 #define GUINT_TO_LE(val) ((guint) GUINT${gintbits}_TO_LE (val))
2512 #define GINT_TO_BE(val) ((gint) GINT${gintbits}_TO_BE (val))
2513 #define GUINT_TO_BE(val) ((guint) GUINT${gintbits}_TO_BE (val))
2514 #define G_BYTE_ORDER $g_byte_order
2516 _______EOF
2518 if test -r glibconfig-sysdefs.h; then
2519 cat glibconfig-sysdefs.h >>$outfile
2523 cat >>$outfile <<_______EOF
2525 $glib_wc
2528 #ifdef __cplusplus
2530 #endif /* __cplusplus */
2532 #endif /* GLIBCONFIG_H */
2533 _______EOF
2536 if cmp -s $outfile glibconfig.h; then
2537 echo glibconfig.h is unchanged
2538 rm -f $outfile
2539 else
2540 mv $outfile glibconfig.h
2541 fi ;;
2542 esac
2544 "default":C) case "$CONFIG_FILES" in
2545 *glib-config*)chmod +x glib-config;;
2546 esac ;;
2548 esac
2549 done # for ac_tag
2552 as_fn_exit 0