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