xref: /aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/config.status (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
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
10
11SHELL=${CONFIG_SHELL-/bin/sh}
12export SHELL
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if 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
26else
27  case `(set -o) 2>/dev/null` in #(
28  *posix*) :
29    set -o posix ;; #(
30  *) :
31     ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_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.
45if 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 --'
49elif (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
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.)
89IFS=" ""	$as_nl"
90
91# Find who we are.  Look in the path if we contain no directory separator.
92as_myself=
93case $0 in #((
94  *[\\/]* ) as_myself=$0 ;;
95  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
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
102IFS=$as_save_IFS
103
104     ;;
105esac
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.
108if test "x$as_myself" = x; then
109  as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113  exit 1
114fi
115
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.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# CDPATH.
135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137
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.
143as_fn_error ()
144{
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
149  fi
150  $as_echo "$as_me: error: $2" >&2
151  as_fn_exit $as_status
152} # as_fn_error
153
154
155# as_fn_set_status STATUS
156# -----------------------
157# Set $? to STATUS, without forking.
158as_fn_set_status ()
159{
160  return $1
161} # as_fn_set_status
162
163# as_fn_exit STATUS
164# -----------------
165# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166as_fn_exit ()
167{
168  set +e
169  as_fn_set_status $1
170  exit $1
171} # as_fn_exit
172
173# as_fn_unset VAR
174# ---------------
175# Portably unset VAR.
176as_fn_unset ()
177{
178  { eval $1=; unset $1;}
179}
180as_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.
187if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188  eval 'as_fn_append ()
189  {
190    eval $1+=\$2
191  }'
192else
193  as_fn_append ()
194  {
195    eval $1=\$$1\$2
196  }
197fi # as_fn_append
198
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.
204if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205  eval 'as_fn_arith ()
206  {
207    as_val=$(( $* ))
208  }'
209else
210  as_fn_arith ()
211  {
212    as_val=`expr "$@" || test $? -eq 1`
213  }
214fi # as_fn_arith
215
216
217if expr a : '\(a\)' >/dev/null 2>&1 &&
218   test "X`expr 00001 : '.*\(...\)'`" = X001; then
219  as_expr=expr
220else
221  as_expr=false
222fi
223
224if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225  as_basename=basename
226else
227  as_basename=false
228fi
229
230if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231  as_dirname=dirname
232else
233  as_dirname=false
234fi
235
236as_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/
243	    q
244	  }
245	  /^X\/\(\/\/\)$/{
246	    s//\1/
247	    q
248	  }
249	  /^X\/\(\/\).*/{
250	    s//\1/
251	    q
252	  }
253	  s/.*/./; q'`
254
255# Avoid depending upon Character Ranges.
256as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259as_cr_digits='0123456789'
260as_cr_alnum=$as_cr_Letters$as_cr_digits
261
262ECHO_C= ECHO_N= ECHO_T=
263case `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;;
271*)
272  ECHO_N='-n';;
273esac
274
275rm -f conf$$ conf$$.exe conf$$.file
276if test -d conf$$.dir; then
277  rm -f conf$$.dir/conf$$.file
278else
279  rm -f conf$$.dir
280  mkdir conf$$.dir 2>/dev/null
281fi
282if (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 -pR'.
289    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290      as_ln_s='cp -pR'
291  elif ln conf$$.file conf$$ 2>/dev/null; then
292    as_ln_s=ln
293  else
294    as_ln_s='cp -pR'
295  fi
296else
297  as_ln_s='cp -pR'
298fi
299rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300rmdir conf$$.dir 2>/dev/null
301
302
303# as_fn_mkdir_p
304# -------------
305# Create "$as_dir" as a directory, including parents if necessary.
306as_fn_mkdir_p ()
307{
308
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/
328	    q
329	  }
330	  /^X\(\/\/\)[^/].*/{
331	    s//\1/
332	    q
333	  }
334	  /^X\(\/\/\)$/{
335	    s//\1/
336	    q
337	  }
338	  /^X\(\/\).*/{
339	    s//\1/
340	    q
341	  }
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"
347
348
349} # as_fn_mkdir_p
350if mkdir -p . 2>/dev/null; then
351  as_mkdir_p='mkdir -p "$as_dir"'
352else
353  test -d ./-p && rmdir ./-p
354  as_mkdir_p=false
355fi
356
357
358# as_fn_executable_p FILE
359# -----------------------
360# Test if FILE is an executable regular file.
361as_fn_executable_p ()
362{
363  test -f "$1" && test -x "$1"
364} # as_fn_executable_p
365as_test_x='test -x'
366as_executable_p=as_fn_executable_p
367
368# Sed expression to map a string onto a valid CPP name.
369as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
370
371# Sed expression to map a string onto a valid variable name.
372as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
373
374
375exec 6>&1
376## ----------------------------------- ##
377## Main body of $CONFIG_STATUS script. ##
378## ----------------------------------- ##
379# Save the log message, to keep $0 and so on meaningful, and to
380# report actual input values of CONFIG_FILES etc. instead of their
381# values after options handling.
382ac_log="
383This file was extended by $as_me, which was
384generated by GNU Autoconf 2.69.  Invocation command line was
385
386  CONFIG_FILES    = $CONFIG_FILES
387  CONFIG_HEADERS  = $CONFIG_HEADERS
388  CONFIG_LINKS    = $CONFIG_LINKS
389  CONFIG_COMMANDS = $CONFIG_COMMANDS
390  $ $0 $@
391
392on `(hostname || uname -n) 2>/dev/null | sed 1q`
393"
394
395# Files that config.status was made for.
396config_files=" Makefile include/apr.h build/apr_rules.mk build/pkg/pkginfo apr-1-config:apr-config.in apr.pc test/Makefile test/internal/Makefile"
397config_headers=" include/arch/unix/apr_private.h"
398config_commands=" libtool default"
399
400ac_cs_usage="\
401\`$as_me' instantiates files and other configuration actions
402from templates according to the current configuration.  Unless the files
403and actions are specified as TAGs, all are instantiated by default.
404
405Usage: $0 [OPTION]... [TAG]...
406
407  -h, --help       print this help, then exit
408  -V, --version    print version number and configuration settings, then exit
409      --config     print configuration, then exit
410  -q, --quiet, --silent
411                   do not print progress messages
412  -d, --debug      don't remove temporary files
413      --recheck    update $as_me by reconfiguring in the same conditions
414      --file=FILE[:TEMPLATE]
415                   instantiate the configuration file FILE
416      --header=FILE[:TEMPLATE]
417                   instantiate the configuration header FILE
418
419Configuration files:
420$config_files
421
422Configuration headers:
423$config_headers
424
425Configuration commands:
426$config_commands
427
428Report bugs to the package provider."
429
430ac_cs_config=""
431ac_cs_version="\
432config.status
433configured by ./configure, generated by GNU Autoconf 2.69,
434  with options \"$ac_cs_config\"
435
436Copyright (C) 2012 Free Software Foundation, Inc.
437This config.status script is free software; the Free Software Foundation
438gives unlimited permission to copy, distribute and modify it."
439
440ac_pwd='/ssd/chrome/repo/android/src/third_party/apache-portable-runtime'
441srcdir='.'
442INSTALL='/usr/bin/install -c'
443AWK='gawk'
444test -n "$AWK" || AWK=awk
445# The default lists apply if the user does not specify any file.
446ac_need_defaults=:
447while test $# != 0
448do
449  case $1 in
450  --*=?*)
451    ac_option=`expr "X$1" : 'X\([^=]*\)='`
452    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
453    ac_shift=:
454    ;;
455  --*=)
456    ac_option=`expr "X$1" : 'X\([^=]*\)='`
457    ac_optarg=
458    ac_shift=:
459    ;;
460  *)
461    ac_option=$1
462    ac_optarg=$2
463    ac_shift=shift
464    ;;
465  esac
466
467  case $ac_option in
468  # Handling of the options.
469  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
470    ac_cs_recheck=: ;;
471  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
472    $as_echo "$ac_cs_version"; exit ;;
473  --config | --confi | --conf | --con | --co | --c )
474    $as_echo "$ac_cs_config"; exit ;;
475  --debug | --debu | --deb | --de | --d | -d )
476    debug=: ;;
477  --file | --fil | --fi | --f )
478    $ac_shift
479    case $ac_optarg in
480    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
481    '') as_fn_error $? "missing file argument" ;;
482    esac
483    as_fn_append CONFIG_FILES " '$ac_optarg'"
484    ac_need_defaults=false;;
485  --header | --heade | --head | --hea )
486    $ac_shift
487    case $ac_optarg in
488    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
489    esac
490    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
491    ac_need_defaults=false;;
492  --he | --h)
493    # Conflict between --help and --header
494    as_fn_error $? "ambiguous option: \`$1'
495Try \`$0 --help' for more information.";;
496  --help | --hel | -h )
497    $as_echo "$ac_cs_usage"; exit ;;
498  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
499  | -silent | --silent | --silen | --sile | --sil | --si | --s)
500    ac_cs_silent=: ;;
501
502  # This is an error.
503  -*) as_fn_error $? "unrecognized option: \`$1'
504Try \`$0 --help' for more information." ;;
505
506  *) as_fn_append ac_config_targets " $1"
507     ac_need_defaults=false ;;
508
509  esac
510  shift
511done
512
513ac_configure_extra_args=
514
515if $ac_cs_silent; then
516  exec 6>/dev/null
517  ac_configure_extra_args="$ac_configure_extra_args --silent"
518fi
519
520if $ac_cs_recheck; then
521  set X /bin/sh './configure'  $ac_configure_extra_args --no-create --no-recursion
522  shift
523  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
524  CONFIG_SHELL='/bin/sh'
525  export CONFIG_SHELL
526  exec "$@"
527fi
528
529exec 5>>config.log
530{
531  echo
532  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
533## Running $as_me. ##
534_ASBOX
535  $as_echo "$ac_log"
536} >&5
537
538#
539# INIT-COMMANDS
540#
541
542
543# The HP-UX ksh and POSIX shell print the target directory to stdout
544# if CDPATH is set.
545(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
546
547sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
548double_quote_subst='s/\(["`\\]\)/\\\1/g'
549delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
550AS='as'
551DLLTOOL='dlltool'
552OBJDUMP='objdump'
553macro_version='2.4.2'
554macro_revision='1.3337'
555enable_shared='yes'
556enable_static='yes'
557pic_mode='default'
558enable_fast_install='yes'
559SHELL='/bin/sh'
560ECHO='printf %s\n'
561PATH_SEPARATOR=':'
562host_alias=''
563host='x86_64-unknown-linux-gnu'
564host_os='linux-gnu'
565build_alias=''
566build='x86_64-unknown-linux-gnu'
567build_os='linux-gnu'
568SED='/bin/sed'
569Xsed='/bin/sed -e 1s/^X//'
570GREP='/bin/grep'
571EGREP='/bin/grep -E'
572FGREP='/bin/grep -F'
573LD='/usr/bin/ld -m elf_x86_64'
574NM='/usr/bin/nm -B'
575LN_S='ln -s'
576max_cmd_len='1572864'
577ac_objext='o'
578exeext=''
579lt_unset='unset'
580lt_SP2NL='tr \040 \012'
581lt_NL2SP='tr \015\012 \040\040'
582lt_cv_to_host_file_cmd='func_convert_file_noop'
583lt_cv_to_tool_file_cmd='func_convert_file_noop'
584reload_flag=' -r'
585reload_cmds='$LD$reload_flag -o $output$reload_objs'
586deplibs_check_method='pass_all'
587file_magic_cmd='$MAGIC_CMD'
588file_magic_glob=''
589want_nocaseglob='no'
590sharedlib_from_linklib_cmd='printf %s\n'
591AR='ar'
592AR_FLAGS='cru'
593archiver_list_spec='@'
594STRIP='strip'
595RANLIB='ranlib'
596old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
597old_postuninstall_cmds=''
598old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
599lock_old_archive_extraction='no'
600CC='gcc'
601CFLAGS=''
602compiler='gcc'
603GCC='yes'
604lt_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'\'''
605lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
606lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
607lt_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'\'''
608nm_file_list_spec='@'
609lt_sysroot=''
610objdir='.libs'
611MAGIC_CMD='file'
612lt_prog_compiler_no_builtin_flag=' -fno-builtin'
613lt_prog_compiler_pic=' -fPIC -DPIC'
614lt_prog_compiler_wl='-Wl,'
615lt_prog_compiler_static='-static'
616lt_cv_prog_compiler_c_o='yes'
617need_locks='no'
618MANIFEST_TOOL=':'
619DSYMUTIL=''
620NMEDIT=''
621LIPO=''
622OTOOL=''
623OTOOL64=''
624libext='a'
625shrext_cmds='.so'
626extract_expsyms_cmds=''
627archive_cmds_need_lc='no'
628enable_shared_with_static_runtimes='no'
629export_dynamic_flag_spec='${wl}--export-dynamic'
630whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
631compiler_needs_object='no'
632old_archive_from_new_cmds=''
633old_archive_from_expsyms_cmds=''
634archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
635archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
636	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
637	    echo "local: *; };" >> $output_objdir/$libname.ver~
638	    $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
639module_cmds=''
640module_expsym_cmds=''
641with_gnu_ld='yes'
642allow_undefined_flag=''
643no_undefined_flag=''
644hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
645hardcode_libdir_separator=''
646hardcode_direct='no'
647hardcode_direct_absolute='no'
648hardcode_minus_L='no'
649hardcode_shlibpath_var='unsupported'
650hardcode_automatic='no'
651inherit_rpath='no'
652link_all_deplibs='unknown'
653always_export_symbols='no'
654export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
655exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
656include_expsyms=''
657prelink_cmds=''
658postlink_cmds=''
659file_list_spec=''
660variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
661need_lib_prefix='no'
662need_version='no'
663version_type='linux'
664runpath_var='LD_RUN_PATH'
665shlibpath_var='LD_LIBRARY_PATH'
666shlibpath_overrides_runpath='no'
667libname_spec='lib$name'
668library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
669soname_spec='${libname}${release}${shared_ext}$major'
670install_override_mode=''
671postinstall_cmds=''
672postuninstall_cmds=''
673finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
674finish_eval=''
675hardcode_into_libs='yes'
676sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/4.8 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib '
677sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/x86_64-linux-gnu/fakechroot /usr/lib/x86_64-linux-gnu/libfakeroot /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/nvidia-340 /usr/lib32/nvidia-340 /usr/lib/x86_64-linux-gnu/mir/clientplatform/mesa /lib32 /usr/lib32 /libx32 /usr/libx32 '
678hardcode_action='immediate'
679enable_dlopen='unknown'
680enable_dlopen_self='unknown'
681enable_dlopen_self_static='unknown'
682old_striplib='strip --strip-debug'
683striplib='strip --strip-unneeded'
684
685LTCC='gcc'
686LTCFLAGS='-g -O2'
687compiler='gcc'
688
689# A function that is used when there is no print builtin or printf.
690func_fallback_echo ()
691{
692  eval 'cat <<_LTECHO_EOF
693$1
694_LTECHO_EOF'
695}
696
697# Quote evaled strings.
698for var in AS DLLTOOL OBJDUMP SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob 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_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
699    case `eval \\$ECHO \\""\\$$var"\\"` in
700    *[\\\`\"\$]*)
701      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
702      ;;
703    *)
704      eval "lt_$var=\\\"\$$var\\\""
705      ;;
706    esac
707done
708
709# Double-quote double-evaled strings.
710for 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
711    case `eval \\$ECHO \\""\\$$var"\\"` in
712    *[\\\`\"\$]*)
713      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
714      ;;
715    *)
716      eval "lt_$var=\\\"\$$var\\\""
717      ;;
718    esac
719done
720
721ac_aux_dir='build'
722xsi_shell='yes'
723lt_shell_append='yes'
724
725# See if we are running on zsh, and set the options which allow our
726# commands through without removal of \ escapes INIT.
727if test -n "${ZSH_VERSION+set}" ; then
728   setopt NO_GLOB_SUBST
729fi
730
731
732    PACKAGE=''
733    VERSION=''
734    TIMESTAMP=''
735    RM='rm'
736    ofile='libtool'
737
738
739
740
741
742# Commands run at the beginning of config.status:
743APR_SAVE_HEADERS="include/apr.h include/arch/unix/apr_private.h"
744APR_MAJOR_VERSION=1
745APR_PLATFORM=x86_64-unknown-linux-gnu
746
747for apri in ${APR_SAVE_HEADERS}; do
748  test -r ${apri} && mv ${apri} ${apri}.save
749done
750
751
752
753# Handling of arguments.
754for ac_config_target in $ac_config_targets
755do
756  case $ac_config_target in
757    "include/arch/unix/apr_private.h") CONFIG_HEADERS="$CONFIG_HEADERS include/arch/unix/apr_private.h" ;;
758    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
759    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
760    "include/apr.h") CONFIG_FILES="$CONFIG_FILES include/apr.h" ;;
761    "build/apr_rules.mk") CONFIG_FILES="$CONFIG_FILES build/apr_rules.mk" ;;
762    "build/pkg/pkginfo") CONFIG_FILES="$CONFIG_FILES build/pkg/pkginfo" ;;
763    "apr-$APR_MAJOR_VERSION-config") CONFIG_FILES="$CONFIG_FILES apr-$APR_MAJOR_VERSION-config:apr-config.in" ;;
764    "apr.pc") CONFIG_FILES="$CONFIG_FILES apr.pc" ;;
765    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
766    "test/internal/Makefile") CONFIG_FILES="$CONFIG_FILES test/internal/Makefile" ;;
767    "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
768
769  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
770  esac
771done
772
773
774# If the user did not use the arguments to specify the items to instantiate,
775# then the envvar interface is used.  Set only those that are not.
776# We use the long form for the default assignment because of an extremely
777# bizarre bug on SunOS 4.1.3.
778if $ac_need_defaults; then
779  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
780  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
781  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
782fi
783
784# Have a temporary directory for convenience.  Make it in the build tree
785# simply because there is no reason against having it here, and in addition,
786# creating and moving files from /tmp can sometimes cause problems.
787# Hook for its removal unless debugging.
788# Note that there is a small window in which the directory will not be cleaned:
789# after its creation but before its name has been assigned to `$tmp'.
790$debug ||
791{
792  tmp= ac_tmp=
793  trap 'exit_status=$?
794  : "${ac_tmp:=$tmp}"
795  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
796' 0
797  trap 'as_fn_exit 1' 1 2 13 15
798}
799# Create a (secure) tmp directory for tmp files.
800
801{
802  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
803  test -d "$tmp"
804}  ||
805{
806  tmp=./conf$$-$RANDOM
807  (umask 077 && mkdir "$tmp")
808} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
809ac_tmp=$tmp
810
811# Set up the scripts for CONFIG_FILES section.
812# No need to generate them if there are no CONFIG_FILES.
813# This happens for instance with `./config.status config.h'.
814if test -n "$CONFIG_FILES"; then
815
816
817ac_cr=`echo X | tr X '\015'`
818# On cygwin, bash can eat \r inside `` if the user requested igncr.
819# But we know of no other shell where ac_cr would be empty at this
820# point, so we can use a bashism as a fallback.
821if test "x$ac_cr" = x; then
822  eval ac_cr=\$\'\\r\'
823fi
824ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
825if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
826  ac_cs_awk_cr='\\r'
827else
828  ac_cs_awk_cr=$ac_cr
829fi
830
831echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
832cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
833S["LTLIBOBJS"]=""
834S["LIBOBJS"]=""
835S["INCLUDE_OUTPUTS"]="include /ssd/chrome/repo/android/src/third_party/apache-portable-runtime/build-outputs.mk"
836S["INCLUDE_RULES"]="include /ssd/chrome/repo/android/src/third_party/apache-portable-runtime/build/apr_rules.mk"
837S["LT_NO_INSTALL"]="-no-install"
838S["LIBTOOL_LIBS"]=""
839S["DEFAULT_OSDIR"]="unix"
840S["OSDIR"]="unix"
841S["INCLUDES"]=""
842S["LDLIBS"]=""
843S["INTERNAL_CPPFLAGS"]=""
844S["NOTEST_INCLUDES"]=""
845S["NOTEST_LIBS"]=""
846S["NOTEST_LDFLAGS"]=""
847S["NOTEST_CFLAGS"]=""
848S["NOTEST_CPPFLAGS"]=""
849S["EXTRA_INCLUDES"]=""
850S["EXTRA_LIBS"]="-luuid -lrt -lcrypt  -lpthread -ldl"
851S["EXTRA_LDFLAGS"]=""
852S["EXTRA_CFLAGS"]="-g -O2 -pthread"
853S["EXTRA_CPPFLAGS"]="-DLINUX -D_REENTRANT -D_GNU_SOURCE"
854S["apr_has_user"]="1"
855S["apr_thread_func"]=""
856S["apr_procattr_user_set_requires_password"]="0"
857S["apr_has_xthread_files"]="0"
858S["have_unicode_fs"]="0"
859S["have_ipv6"]="1"
860S["have_sa_storage"]="1"
861S["have_sctp"]="1"
862S["acceptfilter"]="0"
863S["have_corkable_tcp"]="1"
864S["apr_tcp_nopush_flag"]="TCP_CORK"
865S["file_as_socket"]="1"
866S["have_in_addr"]="1"
867S["osuuid"]="1"
868S["rand"]="1"
869S["proclockglobal"]="0"
870S["pthreadser"]="1"
871S["procpthreadser"]="0"
872S["fcntlser"]="0"
873S["posixser"]="0"
874S["sysvser"]="1"
875S["flockser"]="0"
876S["hasprocpthreadser"]="1"
877S["hasfcntlser"]="1"
878S["hasposixser"]="1"
879S["hassysvser"]="1"
880S["hasflockser"]="1"
881S["have_union_semun"]="0"
882S["struct_rlimit"]="1"
883S["have_proc_invoked"]="0"
884S["oc"]="1"
885S["aprdso"]="1"
886S["have_memchr"]="1"
887S["have_strstr"]="1"
888S["have_strdup"]="1"
889S["have_strcasecmp"]="1"
890S["have_stricmp"]="0"
891S["have_strncasecmp"]="1"
892S["have_strnicmp"]="0"
893S["ino_t_value"]="ino_t"
894S["have_iovec"]="1"
895S["aprlfs"]="0"
896S["bigendian"]="0"
897S["stdint"]="1"
898S["uint64_literal"]="#define APR_UINT64_C(val) UINT64_C(val)"
899S["int64_literal"]="#define APR_INT64_C(val) INT64_C(val)"
900S["pid_t_fmt"]="#define APR_PID_T_FMT \"d\""
901S["off_t_fmt"]="#define APR_OFF_T_FMT \"ld\""
902S["size_t_fmt"]="#define APR_SIZE_T_FMT \"lu\""
903S["ssize_t_fmt"]="#define APR_SSIZE_T_FMT \"ld\""
904S["uint64_t_hex_fmt"]="#define APR_UINT64_T_HEX_FMT \"lx\""
905S["uint64_t_fmt"]="#define APR_UINT64_T_FMT \"lu\""
906S["int64_t_fmt"]="#define APR_INT64_T_FMT \"ld\""
907S["socklen_t_value"]="socklen_t"
908S["ssize_t_value"]="ssize_t"
909S["size_t_value"]="size_t"
910S["off_t_value"]="off_t"
911S["int64_value"]="long"
912S["long_value"]="long"
913S["int_value"]="int"
914S["short_value"]="short"
915S["voidp_size"]="8"
916S["winsock2h"]="0"
917S["windowsh"]="0"
918S["semaphoreh"]="1"
919S["pthreadh"]="1"
920S["processh"]="0"
921S["sys_waith"]="1"
922S["signalh"]="1"
923S["unistdh"]="1"
924S["timeh"]="1"
925S["sys_unh"]="1"
926S["sys_uioh"]="1"
927S["sys_timeh"]="1"
928S["sys_typesh"]="1"
929S["sys_sockioh"]="0"
930S["sys_socketh"]="1"
931S["sys_signalh"]="1"
932S["sys_sendfileh"]="1"
933S["sys_ioctlh"]="1"
934S["stringsh"]="1"
935S["stringh"]="1"
936S["stdlibh"]="1"
937S["stdioh"]="1"
938S["stdargh"]="1"
939S["netinet_tcph"]="1"
940S["netinet_sctp_uioh"]="0"
941S["netinet_sctph"]="1"
942S["netinet_inh"]="1"
943S["sys_syslimitsh"]="0"
944S["netdbh"]="1"
945S["limitsh"]="1"
946S["ioh"]="0"
947S["fcntlh"]="1"
948S["direnth"]="1"
949S["errnoh"]="1"
950S["crypth"]="1"
951S["ctypeh"]="1"
952S["conioh"]="0"
953S["arpa_ineth"]="1"
954S["have_memmove"]="1"
955S["mmap"]="1"
956S["have_getrlimit"]="1"
957S["have_setrlimit"]="1"
958S["have_sigaction"]="1"
959S["have_inet_network"]="1"
960S["o_nonblock_inherited"]="0"
961S["tcp_nodelay_inherited"]="1"
962S["have_inet_addr"]="1"
963S["fork"]="1"
964S["apr_inaddr_none"]=""
965S["sendfile"]="1"
966S["ALLOCA"]=""
967S["sharedmem"]="1"
968S["havewin32shm"]="0"
969S["haveos2shm"]="0"
970S["havebeosarea"]="0"
971S["haveshmget"]="1"
972S["havemmapshm"]="1"
973S["havemmaptmp"]="1"
974S["usewin32shm"]="0"
975S["useos2shm"]="0"
976S["usebeosarea"]="0"
977S["useshmget"]="1"
978S["usemmapshm"]="0"
979S["usemmaptmp"]="0"
980S["havemmapanon"]="1"
981S["havemmapzero"]="1"
982S["haveshmgetanon"]="1"
983S["usemmapanon"]="1"
984S["usemmapzero"]="0"
985S["useshmgetanon"]="0"
986S["have_sigwait"]="1"
987S["have_sigsuspend"]="1"
988S["threads"]="1"
989S["INSTALL_SUBDIRS"]="none"
990S["eolstr"]="\\n"
991S["proc_mutex_is_global"]="0"
992S["OBJECTS_PLATFORM"]="$(OBJECTS_unix)"
993S["MKDEP"]="$(CC) -MM"
994S["LT_VERSION"]="-version-info 5:2:5"
995S["LT_LDFLAGS"]=""
996S["LTFLAGS"]="--silent"
997S["shlibpath_var"]="LD_LIBRARY_PATH"
998S["export_lib_target"]="-rpath \\$(libdir) \\$(OBJECTS)"
999S["lib_target"]="-rpath $(libdir) $(OBJECTS)"
1000S["so_ext"]="lo"
1001S["link"]="$(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) $(LT_LDFLAGS) $(LT_VERSION) $(ALL_LDFLAGS) -o $@"
1002S["lt_compile"]="$(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -o $@ -c $< && touch $@"
1003S["installbuilddir"]="${prefix}/build-1"
1004S["OTOOL64"]=""
1005S["OTOOL"]=""
1006S["LIPO"]=""
1007S["NMEDIT"]=""
1008S["DSYMUTIL"]=""
1009S["MANIFEST_TOOL"]=":"
1010S["STRIP"]="strip"
1011S["ac_ct_AR"]="ar"
1012S["NM"]="/usr/bin/nm -B"
1013S["ac_ct_DUMPBIN"]=""
1014S["DUMPBIN"]=""
1015S["LD"]="/usr/bin/ld -m elf_x86_64"
1016S["FGREP"]="/bin/grep -F"
1017S["LIBTOOL"]="$(SHELL) $(apr_builddir)/libtool"
1018S["OBJDUMP"]="objdump"
1019S["DLLTOOL"]="dlltool"
1020S["APR_LIBNAME"]="apr-${APR_MAJOR_VERSION}"
1021S["apr_charset_ebcdic"]="0"
1022S["EGREP"]="/bin/grep -E"
1023S["GREP"]="/bin/grep"
1024S["AR"]="ar"
1025S["ASCPP"]="cpp"
1026S["AS"]="as"
1027S["RM"]="rm"
1028S["INSTALL_DATA"]="${INSTALL} -m 644"
1029S["INSTALL_SCRIPT"]="${INSTALL}"
1030S["INSTALL_PROGRAM"]="${INSTALL}"
1031S["RANLIB"]="ranlib"
1032S["LN_S"]="ln -s"
1033S["AWK"]="gawk"
1034S["CPP"]="gcc -E"
1035S["SET_MAKE"]=""
1036S["SED"]="/bin/sed"
1037S["OBJEXT"]="o"
1038S["EXEEXT"]=""
1039S["ac_ct_CC"]="gcc"
1040S["CPPFLAGS"]=""
1041S["LDFLAGS"]=""
1042S["CFLAGS"]=""
1043S["CC"]="gcc"
1044S["APR_MAJOR_VERSION"]="1"
1045S["APR_DOTTED_VERSION"]="1.5.2"
1046S["apr_builders"]="/ssd/chrome/repo/android/src/third_party/apache-portable-runtime/build"
1047S["top_builddir"]="/ssd/chrome/repo/android/src/third_party/apache-portable-runtime"
1048S["APR_CONFIG_LOCATION"]="source"
1049S["apr_builddir"]="/ssd/chrome/repo/android/src/third_party/apache-portable-runtime"
1050S["apr_srcdir"]="/ssd/chrome/repo/android/src/third_party/apache-portable-runtime"
1051S["target_os"]="linux-gnu"
1052S["target_vendor"]="unknown"
1053S["target_cpu"]="x86_64"
1054S["target"]="x86_64-unknown-linux-gnu"
1055S["host_os"]="linux-gnu"
1056S["host_vendor"]="unknown"
1057S["host_cpu"]="x86_64"
1058S["host"]="x86_64-unknown-linux-gnu"
1059S["build_os"]="linux-gnu"
1060S["build_vendor"]="unknown"
1061S["build_cpu"]="x86_64"
1062S["build"]="x86_64-unknown-linux-gnu"
1063S["target_alias"]=""
1064S["host_alias"]=""
1065S["build_alias"]=""
1066S["LIBS"]=""
1067S["ECHO_T"]=""
1068S["ECHO_N"]="-n"
1069S["ECHO_C"]=""
1070S["DEFS"]="-DHAVE_CONFIG_H"
1071S["mandir"]="${prefix}/man"
1072S["localedir"]="${datarootdir}/locale"
1073S["libdir"]="${exec_prefix}/lib"
1074S["psdir"]="${docdir}"
1075S["pdfdir"]="${docdir}"
1076S["dvidir"]="${docdir}"
1077S["htmldir"]="${docdir}"
1078S["infodir"]="${datarootdir}/info"
1079S["docdir"]="${datarootdir}/doc/${PACKAGE}"
1080S["oldincludedir"]="/usr/include"
1081S["includedir"]="${prefix}/include/apr-${APR_MAJOR_VERSION}"
1082S["localstatedir"]="${prefix}"
1083S["sharedstatedir"]="${prefix}/com"
1084S["sysconfdir"]="${prefix}/conf"
1085S["datadir"]="${prefix}"
1086S["datarootdir"]="${prefix}/share"
1087S["libexecdir"]="${exec_prefix}/modules"
1088S["sbindir"]="${exec_prefix}/bin"
1089S["bindir"]="${exec_prefix}/bin"
1090S["program_transform_name"]="s,x,x,"
1091S["prefix"]="/usr/local/apr"
1092S["exec_prefix"]="${prefix}"
1093S["PACKAGE_URL"]=""
1094S["PACKAGE_BUGREPORT"]=""
1095S["PACKAGE_STRING"]=""
1096S["PACKAGE_VERSION"]=""
1097S["PACKAGE_TARNAME"]=""
1098S["PACKAGE_NAME"]=""
1099S["PATH_SEPARATOR"]=":"
1100S["SHELL"]="/bin/sh"
1101_ACAWK
1102cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1103  for (key in S) S_is_set[key] = 1
1104  FS = ""
1105
1106}
1107{
1108  line = $ 0
1109  nfields = split(line, field, "@")
1110  substed = 0
1111  len = length(field[1])
1112  for (i = 2; i < nfields; i++) {
1113    key = field[i]
1114    keylen = length(key)
1115    if (S_is_set[key]) {
1116      value = S[key]
1117      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1118      len += length(value) + length(field[++i])
1119      substed = 1
1120    } else
1121      len += 1 + keylen
1122  }
1123
1124  print line
1125}
1126
1127_ACAWK
1128if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1129  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1130else
1131  cat
1132fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1133  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1134fi # test -n "$CONFIG_FILES"
1135
1136# Set up the scripts for CONFIG_HEADERS section.
1137# No need to generate them if there are no CONFIG_HEADERS.
1138# This happens for instance with `./config.status Makefile'.
1139if test -n "$CONFIG_HEADERS"; then
1140cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1141BEGIN {
1142D["PACKAGE_NAME"]=" \"\""
1143D["PACKAGE_TARNAME"]=" \"\""
1144D["PACKAGE_VERSION"]=" \"\""
1145D["PACKAGE_STRING"]=" \"\""
1146D["PACKAGE_BUGREPORT"]=" \"\""
1147D["PACKAGE_URL"]=" \"\""
1148D["STDC_HEADERS"]=" 1"
1149D["HAVE_SYS_TYPES_H"]=" 1"
1150D["HAVE_SYS_STAT_H"]=" 1"
1151D["HAVE_STDLIB_H"]=" 1"
1152D["HAVE_STRING_H"]=" 1"
1153D["HAVE_MEMORY_H"]=" 1"
1154D["HAVE_STRINGS_H"]=" 1"
1155D["HAVE_INTTYPES_H"]=" 1"
1156D["HAVE_STDINT_H"]=" 1"
1157D["HAVE_UNISTD_H"]=" 1"
1158D["__EXTENSIONS__"]=" 1"
1159D["_ALL_SOURCE"]=" 1"
1160D["_GNU_SOURCE"]=" 1"
1161D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
1162D["_TANDEM_SOURCE"]=" 1"
1163D["HAVE_DLFCN_H"]=" 1"
1164D["LT_OBJDIR"]=" \".libs/\""
1165D["HAVE_ATOMIC_BUILTINS"]=" 1"
1166D["HAVE_PTHREAD_H"]=" 1"
1167D["HAVE_PTHREAD_H"]=" 1"
1168D["HAVE_PTHREAD_MUTEX_RECURSIVE"]=" 1"
1169D["HAVE_PTHREAD_KEY_DELETE"]=" 1"
1170D["HAVE_PTHREAD_RWLOCK_INIT"]=" 1"
1171D["HAVE_PTHREAD_ATTR_SETGUARDSIZE"]=" 1"
1172D["HAVE_PTHREAD_YIELD"]=" 1"
1173D["HAVE_PTHREAD_RWLOCKS"]=" 1"
1174D["HAVE_GETHOSTBYNAME_R"]=" 1"
1175D["HAVE_GETHOSTBYADDR_R"]=" 1"
1176D["HAVE_GETSERVBYNAME_R"]=" 1"
1177D["HAVE_SIGSUSPEND"]=" 1"
1178D["HAVE_SIGWAIT"]=" 1"
1179D["HAVE_POLL"]=" 1"
1180D["HAVE_EPOLL"]=" 1"
1181D["HAVE_EPOLL_CREATE1"]=" 1"
1182D["HAVE_DUP3"]=" 1"
1183D["HAVE_ACCEPT4"]=" 1"
1184D["HAVE_SOCK_CLOEXEC"]=" 1"
1185D["HAVE_FDATASYNC"]=" 1"
1186D["HAVE_EPOLL_CREATE1"]=" 1"
1187D["HAVE_DUP3"]=" 1"
1188D["HAVE_ACCEPT4"]=" 1"
1189D["HAVE_SOCK_CLOEXEC"]=" 1"
1190D["HAVE_GETPWNAM_R"]=" 1"
1191D["HAVE_GETPWUID_R"]=" 1"
1192D["HAVE_GETGRNAM_R"]=" 1"
1193D["HAVE_GETGRGID_R"]=" 1"
1194D["HAVE_SYS_TYPES_H"]=" 1"
1195D["HAVE_SYS_MMAN_H"]=" 1"
1196D["HAVE_SYS_IPC_H"]=" 1"
1197D["HAVE_SYS_SHM_H"]=" 1"
1198D["HAVE_SYS_FILE_H"]=" 1"
1199D["HAVE_MMAP"]=" 1"
1200D["HAVE_MUNMAP"]=" 1"
1201D["HAVE_SHM_OPEN"]=" 1"
1202D["HAVE_SHM_UNLINK"]=" 1"
1203D["HAVE_SHMGET"]=" 1"
1204D["HAVE_SHMAT"]=" 1"
1205D["HAVE_SHMDT"]=" 1"
1206D["HAVE_SHMCTL"]=" 1"
1207D["HAVE_MAP_ANON"]=" 1"
1208D["anonymous"]=" shared memory allocation method 1"
1209D["USE_SHMEM_MMAP_ANON"]=" 1"
1210D["namebased"]=" memory allocation method 1"
1211D["USE_SHMEM_SHMGET"]=" 1"
1212D["HAVE_ALLOCA_H"]=" 1"
1213D["HAVE_ALLOCA"]=" 1"
1214D["HAVE_CALLOC"]=" 1"
1215D["HAVE_SETSID"]=" 1"
1216D["HAVE_ISINF"]=" 1"
1217D["HAVE_ISNAN"]=" 1"
1218D["HAVE_GETENV"]=" 1"
1219D["HAVE_PUTENV"]=" 1"
1220D["HAVE_SETENV"]=" 1"
1221D["HAVE_UNSETENV"]=" 1"
1222D["HAVE_WRITEV"]=" 1"
1223D["HAVE_GETIFADDRS"]=" 1"
1224D["HAVE_UTIME"]=" 1"
1225D["HAVE_UTIMES"]=" 1"
1226D["HAVE_SETRLIMIT"]=" 1"
1227D["HAVE_GETRLIMIT"]=" 1"
1228D["HAVE_SENDFILE"]=" 1"
1229D["HAVE_SIGACTION"]=" 1"
1230D["HAVE_DECL_SYS_SIGLIST"]=" 1"
1231D["HAVE_FORK"]=" 1"
1232D["HAVE_STRERROR_R"]=" 1"
1233D["HAVE_MMAP"]=" 1"
1234D["HAVE_MEMMOVE"]=" 1"
1235D["HAVE_GETPASS"]=" 1"
1236D["HAVE_GMTIME_R"]=" 1"
1237D["HAVE_LOCALTIME_R"]=" 1"
1238D["HAVE_MKSTEMP"]=" 1"
1239D["STDC_HEADERS"]=" 1"
1240D["HAVE_CRYPT_H"]=" 1"
1241D["HAVE_CTYPE_H"]=" 1"
1242D["HAVE_DIRENT_H"]=" 1"
1243D["HAVE_DLFCN_H"]=" 1"
1244D["HAVE_ERRNO_H"]=" 1"
1245D["HAVE_FCNTL_H"]=" 1"
1246D["HAVE_GRP_H"]=" 1"
1247D["HAVE_LIMITS_H"]=" 1"
1248D["HAVE_MALLOC_H"]=" 1"
1249D["HAVE_MEMORY_H"]=" 1"
1250D["HAVE_NETDB_H"]=" 1"
1251D["HAVE_POLL_H"]=" 1"
1252D["HAVE_PWD_H"]=" 1"
1253D["HAVE_SEMAPHORE_H"]=" 1"
1254D["HAVE_SIGNAL_H"]=" 1"
1255D["HAVE_STDARG_H"]=" 1"
1256D["HAVE_STDDEF_H"]=" 1"
1257D["HAVE_STDIO_H"]=" 1"
1258D["HAVE_STDLIB_H"]=" 1"
1259D["HAVE_STRING_H"]=" 1"
1260D["HAVE_STRINGS_H"]=" 1"
1261D["HAVE_TERMIOS_H"]=" 1"
1262D["HAVE_TIME_H"]=" 1"
1263D["HAVE_UNISTD_H"]=" 1"
1264D["HAVE_ARPA_INET_H"]=" 1"
1265D["HAVE_NETINET_IN_H"]=" 1"
1266D["HAVE_NETINET_SCTP_H"]=" 1"
1267D["HAVE_SYS_FILE_H"]=" 1"
1268D["HAVE_SYS_IOCTL_H"]=" 1"
1269D["HAVE_SYS_MMAN_H"]=" 1"
1270D["HAVE_SYS_PARAM_H"]=" 1"
1271D["HAVE_SYS_POLL_H"]=" 1"
1272D["HAVE_SYS_RESOURCE_H"]=" 1"
1273D["HAVE_SYS_SELECT_H"]=" 1"
1274D["HAVE_SYS_SEM_H"]=" 1"
1275D["HAVE_SYS_SENDFILE_H"]=" 1"
1276D["HAVE_SYS_SIGNAL_H"]=" 1"
1277D["HAVE_SYS_SOCKET_H"]=" 1"
1278D["HAVE_SYS_STAT_H"]=" 1"
1279D["HAVE_SYS_SYSCTL_H"]=" 1"
1280D["HAVE_SYS_TIME_H"]=" 1"
1281D["HAVE_SYS_TYPES_H"]=" 1"
1282D["HAVE_SYS_UIO_H"]=" 1"
1283D["HAVE_SYS_UN_H"]=" 1"
1284D["HAVE_SYS_WAIT_H"]=" 1"
1285D["HAVE_NETINET_TCP_H"]=" 1"
1286D["SETPGRP_VOID"]=" 1"
1287D["HAVE_SOCKLEN_T"]=" 1"
1288D["SIZEOF_VOIDP"]=" 8"
1289D["SIZEOF_CHAR"]=" 1"
1290D["SIZEOF_INT"]=" 4"
1291D["SIZEOF_LONG"]=" 8"
1292D["SIZEOF_SHORT"]=" 2"
1293D["SIZEOF_LONG_LONG"]=" 8"
1294D["SIZEOF_PID_T"]=" 4"
1295D["SIZEOF_SSIZE_T"]=" 8"
1296D["SIZEOF_SIZE_T"]=" 8"
1297D["SIZEOF_OFF_T"]=" 8"
1298D["SIZEOF_INO_T"]=" 8"
1299D["SIZEOF_STRUCT_IOVEC"]=" 16"
1300D["HAVE_STRNCASECMP"]=" 1"
1301D["HAVE_STRCASECMP"]=" 1"
1302D["HAVE_STRDUP"]=" 1"
1303D["HAVE_STRSTR"]=" 1"
1304D["HAVE_MEMCHR"]=" 1"
1305D["APR_INT64_STRFN"]=" strtol"
1306D["APR_OFF_T_STRFN"]=" strtol"
1307D["DSO_USE_DLFCN"]=" 1"
1308D["HAVE_WAITPID"]=" 1"
1309D["HAVE_VLA"]=" 1"
1310D["HAVE_SEMGET"]=" 1"
1311D["HAVE_SEMCTL"]=" 1"
1312D["HAVE_FLOCK"]=" 1"
1313D["HAVE_SEMAPHORE_H"]=" 1"
1314D["HAVE_SEM_CLOSE"]=" 1"
1315D["HAVE_SEM_UNLINK"]=" 1"
1316D["HAVE_SEM_POST"]=" 1"
1317D["HAVE_SEM_WAIT"]=" 1"
1318D["HAVE_LOCK_EX"]=" 1"
1319D["HAVE_F_SETLK"]=" 1"
1320D["HAVE_SEM_UNDO"]=" 1"
1321D["HAVE_POLLIN"]=" 1"
1322D["HAVE_PTHREAD_PROCESS_SHARED"]=" 1"
1323D["HAVE_PTHREAD_MUTEXATTR_SETPSHARED"]=" 1"
1324D["HAVE_PTHREAD_MUTEX_ROBUST"]=" 1"
1325D["apr_lock"]=" implementation method 1"
1326D["USE_SYSVSEM_SERIALIZE"]=" 1"
1327D["DEV_RANDOM"]=" \"/dev/urandom\""
1328D["HAVE_STRUCT_STAT_ST_BLOCKS"]=" 1"
1329D["HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC"]=" 1"
1330D["HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC"]=" 1"
1331D["HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC"]=" 1"
1332D["DIRENT_INODE"]=" d_fileno"
1333D["DIRENT_TYPE"]=" d_type"
1334D["HAVE_UUID_UUID_H"]=" 1"
1335D["HAVE_UUID_GENERATE"]=" 1"
1336D["HAVE_STRUCT_TM_TM_GMTOFF"]=" 1"
1337D["WAITIO_USES_POLL"]=" 1"
1338D["GETHOSTBYNAME_R_GLIBC2"]=" 1"
1339D["GETSERVBYNAME_R_GLIBC2"]=" 1"
1340D["HAVE_TCP_NODELAY_WITH_CORK"]=" 1"
1341D["HAVE_TCP_CORK"]=" 1"
1342D["HAVE_STRUCT_IPMREQ"]=" 1"
1343D["HAVE_GAI_STRERROR"]=" 1"
1344D["HAVE_GETADDRINFO"]=" 1"
1345D["NEGATIVE_EAI"]=" 1"
1346D["HAVE_GETNAMEINFO"]=" 1"
1347D["HAVE_GAI_ADDRCONFIG"]=" 1"
1348D["HAVE_LANGINFO_H"]=" 1"
1349D["HAVE_NL_LANGINFO"]=" 1"
1350  for (key in D) D_is_set[key] = 1
1351  FS = ""
1352}
1353/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1354  line = $ 0
1355  split(line, arg, " ")
1356  if (arg[1] == "#") {
1357    defundef = arg[2]
1358    mac1 = arg[3]
1359  } else {
1360    defundef = substr(arg[1], 2)
1361    mac1 = arg[2]
1362  }
1363  split(mac1, mac2, "(") #)
1364  macro = mac2[1]
1365  prefix = substr(line, 1, index(line, defundef) - 1)
1366  if (D_is_set[macro]) {
1367    # Preserve the white space surrounding the "#".
1368    print prefix "define", macro P[macro] D[macro]
1369    next
1370  } else {
1371    # Replace #undef with comments.  This is necessary, for example,
1372    # in the case of _POSIX_SOURCE, which is predefined and required
1373    # on some systems where configure will not decide to define it.
1374    if (defundef == "undef") {
1375      print "/*", prefix defundef, macro, "*/"
1376      next
1377    }
1378  }
1379}
1380{ print }
1381_ACAWK
1382  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1383fi # test -n "$CONFIG_HEADERS"
1384
1385
1386eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1387shift
1388for ac_tag
1389do
1390  case $ac_tag in
1391  :[FHLC]) ac_mode=$ac_tag; continue;;
1392  esac
1393  case $ac_mode$ac_tag in
1394  :[FHL]*:*);;
1395  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1396  :[FH]-) ac_tag=-:-;;
1397  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1398  esac
1399  ac_save_IFS=$IFS
1400  IFS=:
1401  set x $ac_tag
1402  IFS=$ac_save_IFS
1403  shift
1404  ac_file=$1
1405  shift
1406
1407  case $ac_mode in
1408  :L) ac_source=$1;;
1409  :[FH])
1410    ac_file_inputs=
1411    for ac_f
1412    do
1413      case $ac_f in
1414      -) ac_f="$ac_tmp/stdin";;
1415      *) # Look for the file first in the build tree, then in the source tree
1416	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
1417	 # because $ac_f cannot contain `:'.
1418	 test -f "$ac_f" ||
1419	   case $ac_f in
1420	   [\\/$]*) false;;
1421	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1422	   esac ||
1423	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1424      esac
1425      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1426      as_fn_append ac_file_inputs " '$ac_f'"
1427    done
1428
1429    # Let's still pretend it is `configure' which instantiates (i.e., don't
1430    # use $as_me), people would be surprised to read:
1431    #    /* config.h.  Generated by config.status.  */
1432    configure_input='Generated from '`
1433	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1434	`' by configure.'
1435    if test x"$ac_file" != x-; then
1436      configure_input="$ac_file.  $configure_input"
1437      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1438$as_echo "$as_me: creating $ac_file" >&6;}
1439    fi
1440    # Neutralize special characters interpreted by sed in replacement strings.
1441    case $configure_input in #(
1442    *\&* | *\|* | *\\* )
1443       ac_sed_conf_input=`$as_echo "$configure_input" |
1444       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1445    *) ac_sed_conf_input=$configure_input;;
1446    esac
1447
1448    case $ac_tag in
1449    *:-:* | *:-) cat >"$ac_tmp/stdin" \
1450      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1451    esac
1452    ;;
1453  esac
1454
1455  ac_dir=`$as_dirname -- "$ac_file" ||
1456$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1457	 X"$ac_file" : 'X\(//\)[^/]' \| \
1458	 X"$ac_file" : 'X\(//\)$' \| \
1459	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1460$as_echo X"$ac_file" |
1461    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1462	    s//\1/
1463	    q
1464	  }
1465	  /^X\(\/\/\)[^/].*/{
1466	    s//\1/
1467	    q
1468	  }
1469	  /^X\(\/\/\)$/{
1470	    s//\1/
1471	    q
1472	  }
1473	  /^X\(\/\).*/{
1474	    s//\1/
1475	    q
1476	  }
1477	  s/.*/./; q'`
1478  as_dir="$ac_dir"; as_fn_mkdir_p
1479  ac_builddir=.
1480
1481case "$ac_dir" in
1482.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1483*)
1484  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1485  # A ".." for each directory in $ac_dir_suffix.
1486  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1487  case $ac_top_builddir_sub in
1488  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1489  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1490  esac ;;
1491esac
1492ac_abs_top_builddir=$ac_pwd
1493ac_abs_builddir=$ac_pwd$ac_dir_suffix
1494# for backward compatibility:
1495ac_top_builddir=$ac_top_build_prefix
1496
1497case $srcdir in
1498  .)  # We are building in place.
1499    ac_srcdir=.
1500    ac_top_srcdir=$ac_top_builddir_sub
1501    ac_abs_top_srcdir=$ac_pwd ;;
1502  [\\/]* | ?:[\\/]* )  # Absolute name.
1503    ac_srcdir=$srcdir$ac_dir_suffix;
1504    ac_top_srcdir=$srcdir
1505    ac_abs_top_srcdir=$srcdir ;;
1506  *) # Relative name.
1507    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1508    ac_top_srcdir=$ac_top_build_prefix$srcdir
1509    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1510esac
1511ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1512
1513
1514  case $ac_mode in
1515  :F)
1516  #
1517  # CONFIG_FILE
1518  #
1519
1520  case $INSTALL in
1521  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1522  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1523  esac
1524# If the template does not know about datarootdir, expand it.
1525# FIXME: This hack should be removed a few years after 2.60.
1526ac_datarootdir_hack=; ac_datarootdir_seen=
1527ac_sed_dataroot='
1528/datarootdir/ {
1529  p
1530  q
1531}
1532/@datadir@/p
1533/@docdir@/p
1534/@infodir@/p
1535/@localedir@/p
1536/@mandir@/p'
1537case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1538*datarootdir*) ac_datarootdir_seen=yes;;
1539*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1540  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1541$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1542  ac_datarootdir_hack='
1543  s&@datadir@&${prefix}&g
1544  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
1545  s&@infodir@&${datarootdir}/info&g
1546  s&@localedir@&${datarootdir}/locale&g
1547  s&@mandir@&${prefix}/man&g
1548  s&\${datarootdir}&${prefix}/share&g' ;;
1549esac
1550ac_sed_extra="/^[	 ]*VPATH[	 ]*=[	 ]*/{
1551h
1552s///
1553s/^/:/
1554s/[	 ]*$/:/
1555s/:\$(srcdir):/:/g
1556s/:\${srcdir}:/:/g
1557s/:@srcdir@:/:/g
1558s/^:*//
1559s/:*$//
1560x
1561s/\(=[	 ]*\).*/\1/
1562G
1563s/\n//
1564s/^[^=]*=[	 ]*$//
1565}
1566
1567:t
1568/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1569s|@configure_input@|$ac_sed_conf_input|;t t
1570s&@top_builddir@&$ac_top_builddir_sub&;t t
1571s&@top_build_prefix@&$ac_top_build_prefix&;t t
1572s&@srcdir@&$ac_srcdir&;t t
1573s&@abs_srcdir@&$ac_abs_srcdir&;t t
1574s&@top_srcdir@&$ac_top_srcdir&;t t
1575s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1576s&@builddir@&$ac_builddir&;t t
1577s&@abs_builddir@&$ac_abs_builddir&;t t
1578s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1579s&@INSTALL@&$ac_INSTALL&;t t
1580$ac_datarootdir_hack
1581"
1582eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1583  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1584
1585test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1586  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1587  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
1588      "$ac_tmp/out"`; test -z "$ac_out"; } &&
1589  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1590which seems to be undefined.  Please make sure it is defined" >&5
1591$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1592which seems to be undefined.  Please make sure it is defined" >&2;}
1593
1594  rm -f "$ac_tmp/stdin"
1595  case $ac_file in
1596  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1597  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1598  esac \
1599  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1600 ;;
1601  :H)
1602  #
1603  # CONFIG_HEADER
1604  #
1605  if test x"$ac_file" != x-; then
1606    {
1607      $as_echo "/* $configure_input  */" \
1608      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1609    } >"$ac_tmp/config.h" \
1610      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1611    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1612      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1613$as_echo "$as_me: $ac_file is unchanged" >&6;}
1614    else
1615      rm -f "$ac_file"
1616      mv "$ac_tmp/config.h" "$ac_file" \
1617	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
1618    fi
1619  else
1620    $as_echo "/* $configure_input  */" \
1621      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1622      || as_fn_error $? "could not create -" "$LINENO" 5
1623  fi
1624 ;;
1625
1626  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1627$as_echo "$as_me: executing $ac_file commands" >&6;}
1628 ;;
1629  esac
1630
1631
1632  case $ac_file$ac_mode in
1633    "libtool":C)
1634
1635    # See if we are running on zsh, and set the options which allow our
1636    # commands through without removal of \ escapes.
1637    if test -n "${ZSH_VERSION+set}" ; then
1638      setopt NO_GLOB_SUBST
1639    fi
1640
1641    cfgfile="${ofile}T"
1642    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1643    $RM "$cfgfile"
1644
1645    cat <<_LT_EOF >> "$cfgfile"
1646#! $SHELL
1647
1648# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1649# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1650# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1651# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1652#
1653#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1654#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1655#                 Foundation, Inc.
1656#   Written by Gordon Matzigkeit, 1996
1657#
1658#   This file is part of GNU Libtool.
1659#
1660# GNU Libtool is free software; you can redistribute it and/or
1661# modify it under the terms of the GNU General Public License as
1662# published by the Free Software Foundation; either version 2 of
1663# the License, or (at your option) any later version.
1664#
1665# As a special exception to the GNU General Public License,
1666# if you distribute this file as part of a program or library that
1667# is built using GNU Libtool, you may include this file under the
1668# same distribution terms that you use for the rest of that program.
1669#
1670# GNU Libtool is distributed in the hope that it will be useful,
1671# but WITHOUT ANY WARRANTY; without even the implied warranty of
1672# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1673# GNU General Public License for more details.
1674#
1675# You should have received a copy of the GNU General Public License
1676# along with GNU Libtool; see the file COPYING.  If not, a copy
1677# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1678# obtained by writing to the Free Software Foundation, Inc.,
1679# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1680
1681
1682# The names of the tagged configurations supported by this script.
1683available_tags=""
1684
1685# ### BEGIN LIBTOOL CONFIG
1686
1687# Assembler program.
1688AS=$lt_AS
1689
1690# DLL creation program.
1691DLLTOOL=$lt_DLLTOOL
1692
1693# Object dumper program.
1694OBJDUMP=$lt_OBJDUMP
1695
1696# Which release of libtool.m4 was used?
1697macro_version=$macro_version
1698macro_revision=$macro_revision
1699
1700# Whether or not to build shared libraries.
1701build_libtool_libs=$enable_shared
1702
1703# Whether or not to build static libraries.
1704build_old_libs=$enable_static
1705
1706# What type of objects to build.
1707pic_mode=$pic_mode
1708
1709# Whether or not to optimize for fast installation.
1710fast_install=$enable_fast_install
1711
1712# Shell to use when invoking shell scripts.
1713SHELL=$lt_SHELL
1714
1715# An echo program that protects backslashes.
1716ECHO=$lt_ECHO
1717
1718# The PATH separator for the build system.
1719PATH_SEPARATOR=$lt_PATH_SEPARATOR
1720
1721# The host system.
1722host_alias=$host_alias
1723host=$host
1724host_os=$host_os
1725
1726# The build system.
1727build_alias=$build_alias
1728build=$build
1729build_os=$build_os
1730
1731# A sed program that does not truncate output.
1732SED=$lt_SED
1733
1734# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1735Xsed="\$SED -e 1s/^X//"
1736
1737# A grep program that handles long lines.
1738GREP=$lt_GREP
1739
1740# An ERE matcher.
1741EGREP=$lt_EGREP
1742
1743# A literal string matcher.
1744FGREP=$lt_FGREP
1745
1746# A BSD- or MS-compatible name lister.
1747NM=$lt_NM
1748
1749# Whether we need soft or hard links.
1750LN_S=$lt_LN_S
1751
1752# What is the maximum length of a command?
1753max_cmd_len=$max_cmd_len
1754
1755# Object file suffix (normally "o").
1756objext=$ac_objext
1757
1758# Executable file suffix (normally "").
1759exeext=$exeext
1760
1761# whether the shell understands "unset".
1762lt_unset=$lt_unset
1763
1764# turn spaces into newlines.
1765SP2NL=$lt_lt_SP2NL
1766
1767# turn newlines into spaces.
1768NL2SP=$lt_lt_NL2SP
1769
1770# convert \$build file names to \$host format.
1771to_host_file_cmd=$lt_cv_to_host_file_cmd
1772
1773# convert \$build files to toolchain format.
1774to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1775
1776# Method to check whether dependent libraries are shared objects.
1777deplibs_check_method=$lt_deplibs_check_method
1778
1779# Command to use when deplibs_check_method = "file_magic".
1780file_magic_cmd=$lt_file_magic_cmd
1781
1782# How to find potential files when deplibs_check_method = "file_magic".
1783file_magic_glob=$lt_file_magic_glob
1784
1785# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1786want_nocaseglob=$lt_want_nocaseglob
1787
1788# Command to associate shared and link libraries.
1789sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1790
1791# The archiver.
1792AR=$lt_AR
1793
1794# Flags to create an archive.
1795AR_FLAGS=$lt_AR_FLAGS
1796
1797# How to feed a file listing to the archiver.
1798archiver_list_spec=$lt_archiver_list_spec
1799
1800# A symbol stripping program.
1801STRIP=$lt_STRIP
1802
1803# Commands used to install an old-style archive.
1804RANLIB=$lt_RANLIB
1805old_postinstall_cmds=$lt_old_postinstall_cmds
1806old_postuninstall_cmds=$lt_old_postuninstall_cmds
1807
1808# Whether to use a lock for old archive extraction.
1809lock_old_archive_extraction=$lock_old_archive_extraction
1810
1811# A C compiler.
1812LTCC=$lt_CC
1813
1814# LTCC compiler flags.
1815LTCFLAGS=$lt_CFLAGS
1816
1817# Take the output of nm and produce a listing of raw symbols and C names.
1818global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1819
1820# Transform the output of nm in a proper C declaration.
1821global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1822
1823# Transform the output of nm in a C name address pair.
1824global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1825
1826# Transform the output of nm in a C name address pair when lib prefix is needed.
1827global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1828
1829# Specify filename containing input files for \$NM.
1830nm_file_list_spec=$lt_nm_file_list_spec
1831
1832# The root where to search for dependent libraries,and in which our libraries should be installed.
1833lt_sysroot=$lt_sysroot
1834
1835# The name of the directory that contains temporary libtool files.
1836objdir=$objdir
1837
1838# Used to examine libraries when file_magic_cmd begins with "file".
1839MAGIC_CMD=$MAGIC_CMD
1840
1841# Must we lock files when doing compilation?
1842need_locks=$lt_need_locks
1843
1844# Manifest tool.
1845MANIFEST_TOOL=$lt_MANIFEST_TOOL
1846
1847# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1848DSYMUTIL=$lt_DSYMUTIL
1849
1850# Tool to change global to local symbols on Mac OS X.
1851NMEDIT=$lt_NMEDIT
1852
1853# Tool to manipulate fat objects and archives on Mac OS X.
1854LIPO=$lt_LIPO
1855
1856# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1857OTOOL=$lt_OTOOL
1858
1859# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1860OTOOL64=$lt_OTOOL64
1861
1862# Old archive suffix (normally "a").
1863libext=$libext
1864
1865# Shared library suffix (normally ".so").
1866shrext_cmds=$lt_shrext_cmds
1867
1868# The commands to extract the exported symbol list from a shared archive.
1869extract_expsyms_cmds=$lt_extract_expsyms_cmds
1870
1871# Variables whose values should be saved in libtool wrapper scripts and
1872# restored at link time.
1873variables_saved_for_relink=$lt_variables_saved_for_relink
1874
1875# Do we need the "lib" prefix for modules?
1876need_lib_prefix=$need_lib_prefix
1877
1878# Do we need a version for libraries?
1879need_version=$need_version
1880
1881# Library versioning type.
1882version_type=$version_type
1883
1884# Shared library runtime path variable.
1885runpath_var=$runpath_var
1886
1887# Shared library path variable.
1888shlibpath_var=$shlibpath_var
1889
1890# Is shlibpath searched before the hard-coded library search path?
1891shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1892
1893# Format of library name prefix.
1894libname_spec=$lt_libname_spec
1895
1896# List of archive names.  First name is the real one, the rest are links.
1897# The last name is the one that the linker finds with -lNAME
1898library_names_spec=$lt_library_names_spec
1899
1900# The coded name of the library, if different from the real name.
1901soname_spec=$lt_soname_spec
1902
1903# Permission mode override for installation of shared libraries.
1904install_override_mode=$lt_install_override_mode
1905
1906# Command to use after installation of a shared archive.
1907postinstall_cmds=$lt_postinstall_cmds
1908
1909# Command to use after uninstallation of a shared archive.
1910postuninstall_cmds=$lt_postuninstall_cmds
1911
1912# Commands used to finish a libtool library installation in a directory.
1913finish_cmds=$lt_finish_cmds
1914
1915# As "finish_cmds", except a single script fragment to be evaled but
1916# not shown.
1917finish_eval=$lt_finish_eval
1918
1919# Whether we should hardcode library paths into libraries.
1920hardcode_into_libs=$hardcode_into_libs
1921
1922# Compile-time system search path for libraries.
1923sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1924
1925# Run-time system search path for libraries.
1926sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1927
1928# Whether dlopen is supported.
1929dlopen_support=$enable_dlopen
1930
1931# Whether dlopen of programs is supported.
1932dlopen_self=$enable_dlopen_self
1933
1934# Whether dlopen of statically linked programs is supported.
1935dlopen_self_static=$enable_dlopen_self_static
1936
1937# Commands to strip libraries.
1938old_striplib=$lt_old_striplib
1939striplib=$lt_striplib
1940
1941
1942# The linker used to build libraries.
1943LD=$lt_LD
1944
1945# How to create reloadable object files.
1946reload_flag=$lt_reload_flag
1947reload_cmds=$lt_reload_cmds
1948
1949# Commands used to build an old-style archive.
1950old_archive_cmds=$lt_old_archive_cmds
1951
1952# A language specific compiler.
1953CC=$lt_compiler
1954
1955# Is the compiler the GNU compiler?
1956with_gcc=$GCC
1957
1958# Compiler flag to turn off builtin functions.
1959no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1960
1961# Additional compiler flags for building library objects.
1962pic_flag=$lt_lt_prog_compiler_pic
1963
1964# How to pass a linker flag through the compiler.
1965wl=$lt_lt_prog_compiler_wl
1966
1967# Compiler flag to prevent dynamic linking.
1968link_static_flag=$lt_lt_prog_compiler_static
1969
1970# Does compiler simultaneously support -c and -o options?
1971compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1972
1973# Whether or not to add -lc for building shared libraries.
1974build_libtool_need_lc=$archive_cmds_need_lc
1975
1976# Whether or not to disallow shared libs when runtime libs are static.
1977allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1978
1979# Compiler flag to allow reflexive dlopens.
1980export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1981
1982# Compiler flag to generate shared objects directly from archives.
1983whole_archive_flag_spec=$lt_whole_archive_flag_spec
1984
1985# Whether the compiler copes with passing no objects directly.
1986compiler_needs_object=$lt_compiler_needs_object
1987
1988# Create an old-style archive from a shared archive.
1989old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1990
1991# Create a temporary old-style archive to link instead of a shared archive.
1992old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1993
1994# Commands used to build a shared archive.
1995archive_cmds=$lt_archive_cmds
1996archive_expsym_cmds=$lt_archive_expsym_cmds
1997
1998# Commands used to build a loadable module if different from building
1999# a shared archive.
2000module_cmds=$lt_module_cmds
2001module_expsym_cmds=$lt_module_expsym_cmds
2002
2003# Whether we are building with GNU ld or not.
2004with_gnu_ld=$lt_with_gnu_ld
2005
2006# Flag that allows shared libraries with undefined symbols to be built.
2007allow_undefined_flag=$lt_allow_undefined_flag
2008
2009# Flag that enforces no undefined symbols.
2010no_undefined_flag=$lt_no_undefined_flag
2011
2012# Flag to hardcode \$libdir into a binary during linking.
2013# This must work even if \$libdir does not exist
2014hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2015
2016# Whether we need a single "-rpath" flag with a separated argument.
2017hardcode_libdir_separator=$lt_hardcode_libdir_separator
2018
2019# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2020# DIR into the resulting binary.
2021hardcode_direct=$hardcode_direct
2022
2023# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2024# DIR into the resulting binary and the resulting library dependency is
2025# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2026# library is relocated.
2027hardcode_direct_absolute=$hardcode_direct_absolute
2028
2029# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2030# into the resulting binary.
2031hardcode_minus_L=$hardcode_minus_L
2032
2033# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2034# into the resulting binary.
2035hardcode_shlibpath_var=$hardcode_shlibpath_var
2036
2037# Set to "yes" if building a shared library automatically hardcodes DIR
2038# into the library and all subsequent libraries and executables linked
2039# against it.
2040hardcode_automatic=$hardcode_automatic
2041
2042# Set to yes if linker adds runtime paths of dependent libraries
2043# to runtime path list.
2044inherit_rpath=$inherit_rpath
2045
2046# Whether libtool must link a program against all its dependency libraries.
2047link_all_deplibs=$link_all_deplibs
2048
2049# Set to "yes" if exported symbols are required.
2050always_export_symbols=$always_export_symbols
2051
2052# The commands to list exported symbols.
2053export_symbols_cmds=$lt_export_symbols_cmds
2054
2055# Symbols that should not be listed in the preloaded symbols.
2056exclude_expsyms=$lt_exclude_expsyms
2057
2058# Symbols that must always be exported.
2059include_expsyms=$lt_include_expsyms
2060
2061# Commands necessary for linking programs (against libraries) with templates.
2062prelink_cmds=$lt_prelink_cmds
2063
2064# Commands necessary for finishing linking programs.
2065postlink_cmds=$lt_postlink_cmds
2066
2067# Specify filename containing input files.
2068file_list_spec=$lt_file_list_spec
2069
2070# How to hardcode a shared library path into an executable.
2071hardcode_action=$hardcode_action
2072
2073# ### END LIBTOOL CONFIG
2074
2075_LT_EOF
2076
2077  case $host_os in
2078  aix3*)
2079    cat <<\_LT_EOF >> "$cfgfile"
2080# AIX sometimes has problems with the GCC collect2 program.  For some
2081# reason, if we set the COLLECT_NAMES environment variable, the problems
2082# vanish in a puff of smoke.
2083if test "X${COLLECT_NAMES+set}" != Xset; then
2084  COLLECT_NAMES=
2085  export COLLECT_NAMES
2086fi
2087_LT_EOF
2088    ;;
2089  esac
2090
2091
2092ltmain="$ac_aux_dir/ltmain.sh"
2093
2094
2095  # We use sed instead of cat because bash on DJGPP gets confused if
2096  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
2097  # text mode, it properly converts lines to CR/LF.  This bash problem
2098  # is reportedly fixed, but why not run on old versions too?
2099  sed '$q' "$ltmain" >> "$cfgfile" \
2100     || (rm -f "$cfgfile"; exit 1)
2101
2102  if test x"$xsi_shell" = xyes; then
2103  sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2104func_dirname ()\
2105{\
2106\    case ${1} in\
2107\      */*) func_dirname_result="${1%/*}${2}" ;;\
2108\      *  ) func_dirname_result="${3}" ;;\
2109\    esac\
2110} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2111  && mv -f "$cfgfile.tmp" "$cfgfile" \
2112    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2113test 0 -eq $? || _lt_function_replace_fail=:
2114
2115
2116  sed -e '/^func_basename ()$/,/^} # func_basename /c\
2117func_basename ()\
2118{\
2119\    func_basename_result="${1##*/}"\
2120} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2121  && mv -f "$cfgfile.tmp" "$cfgfile" \
2122    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2123test 0 -eq $? || _lt_function_replace_fail=:
2124
2125
2126  sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2127func_dirname_and_basename ()\
2128{\
2129\    case ${1} in\
2130\      */*) func_dirname_result="${1%/*}${2}" ;;\
2131\      *  ) func_dirname_result="${3}" ;;\
2132\    esac\
2133\    func_basename_result="${1##*/}"\
2134} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2135  && mv -f "$cfgfile.tmp" "$cfgfile" \
2136    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2137test 0 -eq $? || _lt_function_replace_fail=:
2138
2139
2140  sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2141func_stripname ()\
2142{\
2143\    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2144\    # positional parameters, so assign one to ordinary parameter first.\
2145\    func_stripname_result=${3}\
2146\    func_stripname_result=${func_stripname_result#"${1}"}\
2147\    func_stripname_result=${func_stripname_result%"${2}"}\
2148} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2149  && mv -f "$cfgfile.tmp" "$cfgfile" \
2150    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2151test 0 -eq $? || _lt_function_replace_fail=:
2152
2153
2154  sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2155func_split_long_opt ()\
2156{\
2157\    func_split_long_opt_name=${1%%=*}\
2158\    func_split_long_opt_arg=${1#*=}\
2159} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2160  && mv -f "$cfgfile.tmp" "$cfgfile" \
2161    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2162test 0 -eq $? || _lt_function_replace_fail=:
2163
2164
2165  sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2166func_split_short_opt ()\
2167{\
2168\    func_split_short_opt_arg=${1#??}\
2169\    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2170} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2171  && mv -f "$cfgfile.tmp" "$cfgfile" \
2172    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2173test 0 -eq $? || _lt_function_replace_fail=:
2174
2175
2176  sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2177func_lo2o ()\
2178{\
2179\    case ${1} in\
2180\      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2181\      *)    func_lo2o_result=${1} ;;\
2182\    esac\
2183} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2184  && mv -f "$cfgfile.tmp" "$cfgfile" \
2185    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2186test 0 -eq $? || _lt_function_replace_fail=:
2187
2188
2189  sed -e '/^func_xform ()$/,/^} # func_xform /c\
2190func_xform ()\
2191{\
2192    func_xform_result=${1%.*}.lo\
2193} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2194  && mv -f "$cfgfile.tmp" "$cfgfile" \
2195    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2196test 0 -eq $? || _lt_function_replace_fail=:
2197
2198
2199  sed -e '/^func_arith ()$/,/^} # func_arith /c\
2200func_arith ()\
2201{\
2202    func_arith_result=$(( $* ))\
2203} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2204  && mv -f "$cfgfile.tmp" "$cfgfile" \
2205    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2206test 0 -eq $? || _lt_function_replace_fail=:
2207
2208
2209  sed -e '/^func_len ()$/,/^} # func_len /c\
2210func_len ()\
2211{\
2212    func_len_result=${#1}\
2213} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2214  && mv -f "$cfgfile.tmp" "$cfgfile" \
2215    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2216test 0 -eq $? || _lt_function_replace_fail=:
2217
2218fi
2219
2220if test x"$lt_shell_append" = xyes; then
2221  sed -e '/^func_append ()$/,/^} # func_append /c\
2222func_append ()\
2223{\
2224    eval "${1}+=\\${2}"\
2225} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2226  && mv -f "$cfgfile.tmp" "$cfgfile" \
2227    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2228test 0 -eq $? || _lt_function_replace_fail=:
2229
2230
2231  sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2232func_append_quoted ()\
2233{\
2234\    func_quote_for_eval "${2}"\
2235\    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2236} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2237  && mv -f "$cfgfile.tmp" "$cfgfile" \
2238    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2239test 0 -eq $? || _lt_function_replace_fail=:
2240
2241
2242  # Save a `func_append' function call where possible by direct use of '+='
2243  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2244    && mv -f "$cfgfile.tmp" "$cfgfile" \
2245      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2246  test 0 -eq $? || _lt_function_replace_fail=:
2247else
2248  # Save a `func_append' function call even when '+=' is not available
2249  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2250    && mv -f "$cfgfile.tmp" "$cfgfile" \
2251      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2252  test 0 -eq $? || _lt_function_replace_fail=:
2253fi
2254
2255if test x"$_lt_function_replace_fail" = x":"; then
2256  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2257$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2258fi
2259
2260
2261   mv -f "$cfgfile" "$ofile" ||
2262    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2263  chmod +x "$ofile"
2264
2265 ;;
2266    "default":C)
2267# Commands run at the end of config.status:
2268for i in $APR_SAVE_HEADERS; do
2269  if cmp -s $i $i.save 2>/dev/null; then
2270    mv $i.save $i
2271    { $as_echo "$as_me:${as_lineno-$LINENO}: $i is unchanged" >&5
2272$as_echo "$as_me: $i is unchanged" >&6;}
2273  fi
2274  rm -f $i.save
2275done
2276chmod +x apr-$APR_MAJOR_VERSION-config
2277 ;;
2278
2279  esac
2280done # for ac_tag
2281
2282
2283as_fn_exit 0
2284