upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / srclib / apr / config.status
1 #! /bin/bash
2 # Generated by configure.
3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists.
6
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10 SHELL=${CONFIG_SHELL-/bin/bash}
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if 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
24 else
25   case `(set -o) 2>/dev/null` in
26   *posix*) set -o posix ;;
27 esac
28
29 fi
30
31
32
33
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42 as_nl='
43 '
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85   as_unset=unset
86 else
87   as_unset=false
88 fi
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.)
96 IFS=" ""        $as_nl"
97
98 # Find who we are.  Look in the path if we contain no directory separator.
99 case $0 in
100   *[\\/]* ) as_myself=$0 ;;
101   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
103 do
104   IFS=$as_save_IFS
105   test -z "$as_dir" && as_dir=.
106   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
109
110      ;;
111 esac
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.
114 if test "x$as_myself" = x; then
115   as_myself=$0
116 fi
117 if 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; }
120 fi
121
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138    test "X`expr 00001 : '.*\(...\)'`" = X001; then
139   as_expr=expr
140 else
141   as_expr=false
142 fi
143
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145   as_basename=basename
146 else
147   as_basename=false
148 fi
149
150
151 # Name of the executable.
152 as_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
219 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
220   as_dirname=dirname
221 else
222   as_dirname=false
223 fi
224
225 ECHO_C= ECHO_N= ECHO_T=
226 case `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';;
234 esac
235 if expr a : '\(a\)' >/dev/null 2>&1 &&
236    test "X`expr 00001 : '.*\(...\)'`" = X001; then
237   as_expr=expr
238 else
239   as_expr=false
240 fi
241
242 rm -f conf$$ conf$$.exe conf$$.file
243 if test -d conf$$.dir; then
244   rm -f conf$$.dir/conf$$.file
245 else
246   rm -f conf$$.dir
247   mkdir conf$$.dir 2>/dev/null
248 fi
249 if (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
263 else
264   as_ln_s='cp -p'
265 fi
266 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
267 rmdir conf$$.dir 2>/dev/null
268
269 if mkdir -p . 2>/dev/null; then
270   as_mkdir_p=:
271 else
272   test -d ./-p && rmdir ./-p
273   as_mkdir_p=false
274 fi
275
276 if test -x / >/dev/null 2>&1; then
277   as_test_x='test -x'
278 else
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   '
296 fi
297 as_executable_p=$as_test_x
298
299 # Sed expression to map a string onto a valid CPP name.
300 as_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.
303 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
304
305
306 exec 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.
311 ac_log="
312 This file was extended by $as_me, which was
313 generated 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
321 on `(hostname || uname -n) 2>/dev/null | sed 1q`
322 "
323
324 # Files that config.status was made for.
325 config_files=" Makefile strings/Makefile passwd/Makefile tables/Makefile build/Makefile  file_io/unix/Makefile  network_io/unix/Makefile  threadproc/unix/Makefile  misc/unix/Makefile  locks/unix/Makefile  time/unix/Makefile  mmap/unix/Makefile  shmem/unix/Makefile  user/unix/Makefile  memory/unix/Makefile  atomic/unix/Makefile  poll/unix/Makefile  support/unix/Makefile  dso/unix/Makefile  test/Makefile test/internal/Makefile include/apr.h build/apr_rules.mk build/pkg/pkginfo apr-config"
326 config_headers=" include/arch/unix/apr_private.h"
327 config_commands=" default"
328
329 ac_cs_usage="\
330 \`$as_me' instantiates files from templates according to the
331 current configuration.
332
333 Usage: $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
346 Configuration files:
347 $config_files
348
349 Configuration headers:
350 $config_headers
351
352 Configuration commands:
353 $config_commands
354
355 Report bugs to <bug-autoconf@gnu.org>."
356
357 ac_cs_version="\
358 config.status
359 configured by /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/configure, generated by GNU Autoconf 2.63,
360   with options \"'--disable-option-checking' '--enable-module=so' '--enable-so' '--with-mpm=worker' '--cache-file=/dev/null' '--srcdir=/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr' '--prefix=/bottlenecks/rubbos/app/apache2' '--exec-prefix=/bottlenecks/rubbos/app/apache2' '--libdir=\${prefix}/lib' '--includedir=/bottlenecks/rubbos/app/apache2/include' '--bindir=\${prefix}/bin' '--datadir=/bottlenecks/rubbos/app/apache2' '--with-installbuilddir=\${prefix}/build'\"
361
362 Copyright (C) 2008 Free Software Foundation, Inc.
363 This config.status script is free software; the Free Software Foundation
364 gives unlimited permission to copy, distribute and modify it."
365
366 ac_pwd='/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr'
367 srcdir='.'
368 INSTALL='/usr/bin/install -c'
369 AWK='gawk'
370 test -n "$AWK" || AWK=awk
371 # The default lists apply if the user does not specify any file.
372 ac_need_defaults=:
373 while test $# != 0
374 do
375   case $1 in
376   --*=*)
377     ac_option=`expr "X$1" : 'X\([^=]*\)='`
378     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
379     ac_shift=:
380     ;;
381   *)
382     ac_option=$1
383     ac_optarg=$2
384     ac_shift=shift
385     ;;
386   esac
387
388   case $ac_option in
389   # Handling of the options.
390   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
391     ac_cs_recheck=: ;;
392   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
393     $as_echo "$ac_cs_version"; exit ;;
394   --debug | --debu | --deb | --de | --d | -d )
395     debug=: ;;
396   --file | --fil | --fi | --f )
397     $ac_shift
398     case $ac_optarg in
399     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
400     esac
401     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
402     ac_need_defaults=false;;
403   --header | --heade | --head | --hea )
404     $ac_shift
405     case $ac_optarg in
406     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
407     esac
408     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
409     ac_need_defaults=false;;
410   --he | --h)
411     # Conflict between --help and --header
412     { $as_echo "$as_me: error: ambiguous option: $1
413 Try \`$0 --help' for more information." >&2
414    { (exit 1); exit 1; }; };;
415   --help | --hel | -h )
416     $as_echo "$ac_cs_usage"; exit ;;
417   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
418   | -silent | --silent | --silen | --sile | --sil | --si | --s)
419     ac_cs_silent=: ;;
420
421   # This is an error.
422   -*) { $as_echo "$as_me: error: unrecognized option: $1
423 Try \`$0 --help' for more information." >&2
424    { (exit 1); exit 1; }; } ;;
425
426   *) ac_config_targets="$ac_config_targets $1"
427      ac_need_defaults=false ;;
428
429   esac
430   shift
431 done
432
433 ac_configure_extra_args=
434
435 if $ac_cs_silent; then
436   exec 6>/dev/null
437   ac_configure_extra_args="$ac_configure_extra_args --silent"
438 fi
439
440 if $ac_cs_recheck; then
441   set X '/bin/bash' '/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/configure'  '--disable-option-checking' '--enable-module=so' '--enable-so' '--with-mpm=worker' '--cache-file=/dev/null' '--srcdir=/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr' '--prefix=/bottlenecks/rubbos/app/apache2' '--exec-prefix=/bottlenecks/rubbos/app/apache2' '--libdir=${prefix}/lib' '--includedir=/bottlenecks/rubbos/app/apache2/include' '--bindir=${prefix}/bin' '--datadir=/bottlenecks/rubbos/app/apache2' '--with-installbuilddir=${prefix}/build' $ac_configure_extra_args --no-create --no-recursion
442   shift
443   $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
444   CONFIG_SHELL='/bin/bash'
445   export CONFIG_SHELL
446   exec "$@"
447 fi
448
449 exec 5>>config.log
450 {
451   echo
452   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
453 ## Running $as_me. ##
454 _ASBOX
455   $as_echo "$ac_log"
456 } >&5
457
458
459 # Handling of arguments.
460 for ac_config_target in $ac_config_targets
461 do
462   case $ac_config_target in
463     "include/arch/unix/apr_private.h") CONFIG_HEADERS="$CONFIG_HEADERS include/arch/unix/apr_private.h" ;;
464     "$MAKEFILE1") CONFIG_FILES="$CONFIG_FILES $MAKEFILE1" ;;
465     "$MAKEFILE2") CONFIG_FILES="$CONFIG_FILES $MAKEFILE2" ;;
466     "$MAKEFILE3") CONFIG_FILES="$CONFIG_FILES $MAKEFILE3" ;;
467     "include/apr.h") CONFIG_FILES="$CONFIG_FILES include/apr.h" ;;
468     "build/apr_rules.mk") CONFIG_FILES="$CONFIG_FILES build/apr_rules.mk" ;;
469     "build/pkg/pkginfo") CONFIG_FILES="$CONFIG_FILES build/pkg/pkginfo" ;;
470     "apr-config") CONFIG_FILES="$CONFIG_FILES apr-config" ;;
471     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
472
473   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
474 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
475    { (exit 1); exit 1; }; };;
476   esac
477 done
478
479
480 # If the user did not use the arguments to specify the items to instantiate,
481 # then the envvar interface is used.  Set only those that are not.
482 # We use the long form for the default assignment because of an extremely
483 # bizarre bug on SunOS 4.1.3.
484 if $ac_need_defaults; then
485   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
486   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
487   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
488 fi
489
490 # Have a temporary directory for convenience.  Make it in the build tree
491 # simply because there is no reason against having it here, and in addition,
492 # creating and moving files from /tmp can sometimes cause problems.
493 # Hook for its removal unless debugging.
494 # Note that there is a small window in which the directory will not be cleaned:
495 # after its creation but before its name has been assigned to `$tmp'.
496 $debug ||
497 {
498   tmp=
499   trap 'exit_status=$?
500   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
501 ' 0
502   trap '{ (exit 1); exit 1; }' 1 2 13 15
503 }
504 # Create a (secure) tmp directory for tmp files.
505
506 {
507   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
508   test -n "$tmp" && test -d "$tmp"
509 }  ||
510 {
511   tmp=./conf$$-$RANDOM
512   (umask 077 && mkdir "$tmp")
513 } ||
514 {
515    $as_echo "$as_me: cannot create a temporary directory in ." >&2
516    { (exit 1); exit 1; }
517 }
518
519 # Set up the scripts for CONFIG_FILES section.
520 # No need to generate them if there are no CONFIG_FILES.
521 # This happens for instance with `./config.status config.h'.
522 if test -n "$CONFIG_FILES"; then
523
524
525 ac_cr='\r'
526 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
527 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
528   ac_cs_awk_cr='\\r'
529 else
530   ac_cs_awk_cr=$ac_cr
531 fi
532
533 echo 'BEGIN {' >"$tmp/subs1.awk" &&
534 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
535 S["LTLIBOBJS"]=""
536 S["LIBOBJS"]=""
537 S["INCLUDE_RULES"]="include /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/build/apr_rules.mk"
538 S["SUBDIRS"]="strings passwd tables  file_io/unix  network_io/unix  threadproc/unix  misc/unix  locks/unix  time/unix  mmap/unix  shmem/unix  user/unix  memory/un"\
539 "ix  atomic/unix  poll/unix  support/unix  dso/unix "
540 S["LIBTOOL_LIBS"]=""
541 S["DEFAULT_OSDIR"]="unix"
542 S["OSDIR"]="unix"
543 S["LDLIBS"]=""
544 S["NOTEST_INCLUDES"]=""
545 S["NOTEST_LIBS"]=""
546 S["NOTEST_LDFLAGS"]=""
547 S["NOTEST_CFLAGS"]=""
548 S["NOTEST_CPPFLAGS"]=""
549 S["EXTRA_INCLUDES"]=""
550 S["EXTRA_LIBS"]="-lrt -lm -lcrypt -lnsl  -lpthread -ldl"
551 S["EXTRA_LDFLAGS"]=""
552 S["EXTRA_CFLAGS"]="-g -O2 -pthread"
553 S["EXTRA_CPPFLAGS"]="-D_REENTRANT -D_GNU_SOURCE"
554 S["have_ipv6"]="1"
555 S["have_sctp"]="0"
556 S["acceptfilter"]="0"
557 S["have_corkable_tcp"]="1"
558 S["apr_tcp_nopush_flag"]="TCP_CORK"
559 S["file_as_socket"]="1"
560 S["have_in_addr"]="1"
561 S["rand"]="1"
562 S["proclockglobal"]="0"
563 S["pthreadser"]="1"
564 S["procpthreadser"]="0"
565 S["fcntlser"]="0"
566 S["posixser"]="0"
567 S["sysvser"]="1"
568 S["flockser"]="0"
569 S["hasrwlockser"]="0"
570 S["hasprocpthreadser"]="1"
571 S["hasfcntlser"]="1"
572 S["hasposixser"]="0"
573 S["hassysvser"]="1"
574 S["hasflockser"]="1"
575 S["have_union_semun"]="0"
576 S["struct_rlimit"]="1"
577 S["oc"]="1"
578 S["aprdso"]="1"
579 S["int64_strfn"]="strtol"
580 S["have_int64_strfn"]="1"
581 S["have_memchr"]="1"
582 S["have_strstr"]="1"
583 S["have_strdup"]="1"
584 S["have_strcasecmp"]="1"
585 S["have_stricmp"]="0"
586 S["have_strncasecmp"]="1"
587 S["have_strnicmp"]="0"
588 S["ino_t_value"]="unsigned long"
589 S["stdint"]="1"
590 S["int64_literal"]="#define APR_INT64_C(val) INT64_C(val)"
591 S["pid_t_fmt"]="#define APR_PID_T_FMT \"d\""
592 S["off_t_fmt"]="#define APR_OFF_T_FMT \"ld\""
593 S["size_t_fmt"]="#define APR_SIZE_T_FMT \"ld\""
594 S["ssize_t_fmt"]="#define APR_SSIZE_T_FMT \"ld\""
595 S["uint64_t_hex_fmt"]="#define APR_UINT64_T_HEX_FMT \"lx\""
596 S["uint64_t_fmt_len"]="#define APR_UINT64_T_FMT_LEN 2"
597 S["uint64_t_fmt"]="#define APR_UINT64_T_FMT \"lu\""
598 S["int64_t_fmt_len"]="#define APR_INT64_T_FMT_LEN 2"
599 S["int64_t_fmt"]="#define APR_INT64_T_FMT \"ld\""
600 S["socklen_t_value"]="socklen_t"
601 S["ssize_t_value"]="ssize_t"
602 S["size_t_value"]="size_t"
603 S["off_t_value"]="off_t"
604 S["int64_value"]="long"
605 S["long_value"]="long"
606 S["int_value"]="int"
607 S["short_value"]="short"
608 S["voidp_size"]="8"
609 S["semaphoreh"]="1"
610 S["pthreadh"]="1"
611 S["sys_waith"]="1"
612 S["signalh"]="1"
613 S["unistdh"]="1"
614 S["timeh"]="1"
615 S["sys_unh"]="1"
616 S["sys_uioh"]="1"
617 S["sys_timeh"]="1"
618 S["sys_typesh"]="1"
619 S["sys_sockioh"]="0"
620 S["sys_socketh"]="1"
621 S["sys_signalh"]="1"
622 S["sys_sendfileh"]="1"
623 S["sys_ioctlh"]="1"
624 S["stringsh"]="1"
625 S["stringh"]="1"
626 S["stdlibh"]="1"
627 S["stdioh"]="1"
628 S["stdargh"]="1"
629 S["netinet_tcph"]="1"
630 S["netinet_sctp_uioh"]="0"
631 S["netinet_sctph"]="0"
632 S["netinet_inh"]="1"
633 S["sys_syslimitsh"]="0"
634 S["netdbh"]="1"
635 S["limitsh"]="1"
636 S["ioh"]="0"
637 S["fcntlh"]="1"
638 S["direnth"]="1"
639 S["errnoh"]="1"
640 S["crypth"]="1"
641 S["ctypeh"]="1"
642 S["conioh"]="0"
643 S["arpa_ineth"]="1"
644 S["have_memmove"]="1"
645 S["mmap"]="1"
646 S["have_getrlimit"]="1"
647 S["have_setrlimit"]="1"
648 S["have_sigaction"]="1"
649 S["have_inet_network"]="1"
650 S["o_nonblock_inherited"]="0"
651 S["tcp_nodelay_inherited"]="1"
652 S["have_inet_addr"]="1"
653 S["fork"]="1"
654 S["apr_inaddr_none"]="INADDR_NONE"
655 S["sendfile"]="1"
656 S["sharedmem"]="1"
657 S["haveos2shm"]="0"
658 S["havebeosarea"]="0"
659 S["haveshmget"]="1"
660 S["havemmapshm"]="1"
661 S["havemmaptmp"]="1"
662 S["useos2shm"]="0"
663 S["usebeosarea"]="0"
664 S["useshmget"]="1"
665 S["usemmapshm"]="0"
666 S["usemmaptmp"]="0"
667 S["havemmapanon"]="1"
668 S["havemmapzero"]="1"
669 S["haveshmgetanon"]="1"
670 S["usemmapanon"]="1"
671 S["usemmapzero"]="0"
672 S["useshmgetanon"]="0"
673 S["have_sigwait"]="1"
674 S["have_sigsuspend"]="1"
675 S["threads"]="1"
676 S["INSTALL_SUBDIRS"]="none"
677 S["eolstr"]="\\n"
678 S["proc_mutex_is_global"]="0"
679 S["apr_force_atomic_generic"]="1"
680 S["MKDEP"]="$(CC) -MM"
681 S["LT_LDFLAGS"]=""
682 S["LTFLAGS"]="--silent"
683 S["shlibpath_var"]="LD_LIBRARY_PATH"
684 S["export_lib_target"]="-rpath \\$(libdir) \\$\\$objects"
685 S["lib_target"]="-rpath $(libdir) $$objects"
686 S["so_ext"]="lo"
687 S["link"]="$(LIBTOOL) $(LTFLAGS) --mode=link $(LT_LDFLAGS) $(COMPILE) -version-info 9:19:9 $(ALL_LDFLAGS) -o $@"
688 S["lt_compile"]="$(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -c $< && touch $@"
689 S["installbuilddir"]="${prefix}/build"
690 S["LIBTOOL"]="$(SHELL) $(apr_builddir)/libtool"
691 S["ac_ct_F77"]=""
692 S["FFLAGS"]=""
693 S["F77"]=""
694 S["CXXCPP"]="g++ -E"
695 S["ac_ct_CXX"]="g++"
696 S["CXXFLAGS"]="-g -O2"
697 S["CXX"]="g++"
698 S["NMEDIT"]=""
699 S["DSYMUTIL"]=""
700 S["STRIP"]="strip"
701 S["ECHO"]="echo"
702 S["SED"]="/bin/sed"
703 S["APR_LIBNAME"]="apr-${APR_MAJOR_VERSION}"
704 S["apr_charset_ebcdic"]="0"
705 S["EGREP"]="/bin/grep -E"
706 S["GREP"]="/bin/grep"
707 S["AR"]="ar"
708 S["ASCPP"]="cpp"
709 S["AS"]="as"
710 S["RM"]="rm"
711 S["INSTALL_DATA"]="${INSTALL} -m 644"
712 S["INSTALL_SCRIPT"]="${INSTALL}"
713 S["INSTALL_PROGRAM"]="${INSTALL}"
714 S["RANLIB"]="ranlib"
715 S["LN_S"]="ln -s"
716 S["AWK"]="gawk"
717 S["CPP"]="gcc -E"
718 S["SET_MAKE"]=""
719 S["OBJEXT"]="o"
720 S["EXEEXT"]=""
721 S["ac_ct_CC"]="gcc"
722 S["CPPFLAGS"]=""
723 S["LDFLAGS"]=""
724 S["CFLAGS"]=""
725 S["CC"]="gcc"
726 S["APR_MAJOR_VERSION"]="0"
727 S["APR_DOTTED_VERSION"]="0.9.19"
728 S["apr_builders"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/build"
729 S["top_builddir"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr"
730 S["APR_CONFIG_LOCATION"]="source"
731 S["apr_builddir"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr"
732 S["apr_srcdir"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr"
733 S["target_os"]="linux-gnu"
734 S["target_vendor"]="unknown"
735 S["target_cpu"]="x86_64"
736 S["target"]="x86_64-unknown-linux-gnu"
737 S["host_os"]="linux-gnu"
738 S["host_vendor"]="unknown"
739 S["host_cpu"]="x86_64"
740 S["host"]="x86_64-unknown-linux-gnu"
741 S["build_os"]="linux-gnu"
742 S["build_vendor"]="unknown"
743 S["build_cpu"]="x86_64"
744 S["build"]="x86_64-unknown-linux-gnu"
745 S["target_alias"]=""
746 S["host_alias"]=""
747 S["build_alias"]=""
748 S["LIBS"]=""
749 S["ECHO_T"]=""
750 S["ECHO_N"]="-n"
751 S["ECHO_C"]=""
752 S["DEFS"]="-DHAVE_CONFIG_H"
753 S["mandir"]="${prefix}/man"
754 S["localedir"]="${datarootdir}/locale"
755 S["libdir"]="${prefix}/lib"
756 S["psdir"]="${docdir}"
757 S["pdfdir"]="${docdir}"
758 S["dvidir"]="${docdir}"
759 S["htmldir"]="${docdir}"
760 S["infodir"]="${datarootdir}/info"
761 S["docdir"]="${datarootdir}/doc/${PACKAGE}"
762 S["oldincludedir"]="/usr/include"
763 S["includedir"]="/bottlenecks/rubbos/app/apache2/include"
764 S["localstatedir"]="${prefix}"
765 S["sharedstatedir"]="${prefix}/com"
766 S["sysconfdir"]="${prefix}/conf"
767 S["datadir"]="/bottlenecks/rubbos/app/apache2"
768 S["datarootdir"]="${prefix}/share"
769 S["libexecdir"]="${exec_prefix}/modules"
770 S["sbindir"]="${exec_prefix}/bin"
771 S["bindir"]="${prefix}/bin"
772 S["program_transform_name"]="s,x,x,"
773 S["prefix"]="/bottlenecks/rubbos/app/apache2"
774 S["exec_prefix"]="/bottlenecks/rubbos/app/apache2"
775 S["PACKAGE_BUGREPORT"]=""
776 S["PACKAGE_STRING"]=""
777 S["PACKAGE_VERSION"]=""
778 S["PACKAGE_TARNAME"]=""
779 S["PACKAGE_NAME"]=""
780 S["PATH_SEPARATOR"]=":"
781 S["SHELL"]="/bin/bash"
782 _ACAWK
783 cat >>"$tmp/subs1.awk" <<_ACAWK &&
784   for (key in S) S_is_set[key] = 1
785   FS = "\a"
786
787 }
788 {
789   line = $ 0
790   nfields = split(line, field, "@")
791   substed = 0
792   len = length(field[1])
793   for (i = 2; i < nfields; i++) {
794     key = field[i]
795     keylen = length(key)
796     if (S_is_set[key]) {
797       value = S[key]
798       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
799       len += length(value) + length(field[++i])
800       substed = 1
801     } else
802       len += 1 + keylen
803   }
804
805   print line
806 }
807
808 _ACAWK
809 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
810   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
811 else
812   cat
813 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
814   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
815 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
816    { (exit 1); exit 1; }; }
817 fi # test -n "$CONFIG_FILES"
818
819 # Set up the scripts for CONFIG_HEADERS section.
820 # No need to generate them if there are no CONFIG_HEADERS.
821 # This happens for instance with `./config.status Makefile'.
822 if test -n "$CONFIG_HEADERS"; then
823 cat >"$tmp/defines.awk" <<\_ACAWK ||
824 BEGIN {
825 D["PACKAGE_NAME"]=" \"\""
826 D["PACKAGE_TARNAME"]=" \"\""
827 D["PACKAGE_VERSION"]=" \"\""
828 D["PACKAGE_STRING"]=" \"\""
829 D["PACKAGE_BUGREPORT"]=" \"\""
830 D["STDC_HEADERS"]=" 1"
831 D["HAVE_SYS_TYPES_H"]=" 1"
832 D["HAVE_SYS_STAT_H"]=" 1"
833 D["HAVE_STDLIB_H"]=" 1"
834 D["HAVE_STRING_H"]=" 1"
835 D["HAVE_MEMORY_H"]=" 1"
836 D["HAVE_STRINGS_H"]=" 1"
837 D["HAVE_INTTYPES_H"]=" 1"
838 D["HAVE_STDINT_H"]=" 1"
839 D["HAVE_UNISTD_H"]=" 1"
840 D["__EXTENSIONS__"]=" 1"
841 D["_ALL_SOURCE"]=" 1"
842 D["_GNU_SOURCE"]=" 1"
843 D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
844 D["_TANDEM_SOURCE"]=" 1"
845 D["HAVE_DLFCN_H"]=" 1"
846 D["HAVE_LIBNSL"]=" 1"
847 D["HAVE_PTHREAD_H"]=" 1"
848 D["HAVE_PTHREAD_H"]=" 1"
849 D["USE_THREADS"]=" 1"
850 D["HAVE_PTHREAD_KEY_DELETE"]=" 1"
851 D["HAVE_PTHREAD_RWLOCK_INIT"]=" 1"
852 D["HAVE_PTHREAD_RWLOCKS"]=" 1"
853 D["HAVE_PTHREAD_MUTEX_RECURSIVE"]=" 1"
854 D["HAVE_GETHOSTBYNAME_R"]=" 1"
855 D["HAVE_GETHOSTBYADDR_R"]=" 1"
856 D["HAVE_SIGSUSPEND"]=" 1"
857 D["HAVE_SIGWAIT"]=" 1"
858 D["HAVE_POLL"]=" 1"
859 D["HAVE_GETPWNAM_R"]=" 1"
860 D["HAVE_GETPWUID_R"]=" 1"
861 D["HAVE_GETGRNAM_R"]=" 1"
862 D["HAVE_GETGRGID_R"]=" 1"
863 D["HAVE_SYS_MMAN_H"]=" 1"
864 D["HAVE_SYS_IPC_H"]=" 1"
865 D["HAVE_SYS_SHM_H"]=" 1"
866 D["HAVE_SYS_FILE_H"]=" 1"
867 D["HAVE_MMAP"]=" 1"
868 D["HAVE_MUNMAP"]=" 1"
869 D["HAVE_SHM_OPEN"]=" 1"
870 D["HAVE_SHM_UNLINK"]=" 1"
871 D["HAVE_SHMGET"]=" 1"
872 D["HAVE_SHMAT"]=" 1"
873 D["HAVE_SHMDT"]=" 1"
874 D["HAVE_SHMCTL"]=" 1"
875 D["HAVE_MAP_ANON"]=" 1"
876 D["anonymous"]=" shared memory allocation method 1"
877 D["USE_SHMEM_MMAP_ANON"]=" 1"
878 D["namebased"]=" memory allocation method 1"
879 D["USE_SHMEM_SHMGET"]=" 1"
880 D["HAVE_CALLOC"]=" 1"
881 D["HAVE_STRCASECMP"]=" 1"
882 D["HAVE_SETSID"]=" 1"
883 D["HAVE_ISINF"]=" 1"
884 D["HAVE_ISNAN"]=" 1"
885 D["HAVE_GETENV"]=" 1"
886 D["HAVE_PUTENV"]=" 1"
887 D["HAVE_SETENV"]=" 1"
888 D["HAVE_UNSETENV"]=" 1"
889 D["HAVE_SETRLIMIT"]=" 1"
890 D["HAVE_GETRLIMIT"]=" 1"
891 D["HAVE_WRITEV"]=" 1"
892 D["HAVE_SENDFILE"]=" 1"
893 D["HAVE_UTIME"]=" 1"
894 D["HAVE_UTIMES"]=" 1"
895 D["HAVE_SIGACTION"]=" 1"
896 D["HAVE_DECL_SYS_SIGLIST"]=" 1"
897 D["HAVE_FORK"]=" 1"
898 D["HAVE_STRERROR_R"]=" 1"
899 D["HAVE_CRYPT_R"]=" 1"
900 D["CRYPT_R_STRUCT_CRYPT_DATA"]=" 1"
901 D["HAVE_MMAP"]=" 1"
902 D["HAVE_MEMMOVE"]=" 1"
903 D["HAVE_GETPASS"]=" 1"
904 D["HAVE_GMTIME_R"]=" 1"
905 D["HAVE_LOCALTIME_R"]=" 1"
906 D["HAVE_HSTRERROR"]=" 1"
907 D["HAVE_MKSTEMP"]=" 1"
908 D["DIRENT_INODE"]=" d_fileno"
909 D["DIRENT_TYPE"]=" d_type"
910 D["STDC_HEADERS"]=" 1"
911 D["HAVE_ALLOCA_H"]=" 1"
912 D["HAVE_CRYPT_H"]=" 1"
913 D["HAVE_CTYPE_H"]=" 1"
914 D["HAVE_DIRENT_H"]=" 1"
915 D["HAVE_DLFCN_H"]=" 1"
916 D["HAVE_ERRNO_H"]=" 1"
917 D["HAVE_FCNTL_H"]=" 1"
918 D["HAVE_GRP_H"]=" 1"
919 D["HAVE_LIMITS_H"]=" 1"
920 D["HAVE_MALLOC_H"]=" 1"
921 D["HAVE_MEMORY_H"]=" 1"
922 D["HAVE_NETDB_H"]=" 1"
923 D["HAVE_POLL_H"]=" 1"
924 D["HAVE_PWD_H"]=" 1"
925 D["HAVE_SEMAPHORE_H"]=" 1"
926 D["HAVE_SIGNAL_H"]=" 1"
927 D["HAVE_STDARG_H"]=" 1"
928 D["HAVE_STDDEF_H"]=" 1"
929 D["HAVE_STDIO_H"]=" 1"
930 D["HAVE_STDLIB_H"]=" 1"
931 D["HAVE_STRING_H"]=" 1"
932 D["HAVE_STRINGS_H"]=" 1"
933 D["HAVE_TERMIOS_H"]=" 1"
934 D["HAVE_TIME_H"]=" 1"
935 D["HAVE_UNISTD_H"]=" 1"
936 D["HAVE_ARPA_INET_H"]=" 1"
937 D["HAVE_NETINET_IN_H"]=" 1"
938 D["HAVE_SYS_FILE_H"]=" 1"
939 D["HAVE_SYS_IOCTL_H"]=" 1"
940 D["HAVE_SYS_MMAN_H"]=" 1"
941 D["HAVE_SYS_POLL_H"]=" 1"
942 D["HAVE_SYS_RESOURCE_H"]=" 1"
943 D["HAVE_SYS_SELECT_H"]=" 1"
944 D["HAVE_SYS_SEM_H"]=" 1"
945 D["HAVE_SYS_SENDFILE_H"]=" 1"
946 D["HAVE_SYS_SIGNAL_H"]=" 1"
947 D["HAVE_SYS_SOCKET_H"]=" 1"
948 D["HAVE_SYS_STAT_H"]=" 1"
949 D["HAVE_SYS_SYSCTL_H"]=" 1"
950 D["HAVE_SYS_TIME_H"]=" 1"
951 D["HAVE_SYS_TYPES_H"]=" 1"
952 D["HAVE_SYS_UIO_H"]=" 1"
953 D["HAVE_SYS_UN_H"]=" 1"
954 D["HAVE_SYS_WAIT_H"]=" 1"
955 D["HAVE_NETINET_TCP_H"]=" 1"
956 D["SETPGRP_VOID"]=" 1"
957 D["HAVE_SOCKLEN_T"]=" 1"
958 D["SIZEOF_VOIDP"]=" 8"
959 D["SIZEOF_CHAR"]=" 1"
960 D["SIZEOF_INT"]=" 4"
961 D["SIZEOF_LONG"]=" 8"
962 D["SIZEOF_SHORT"]=" 2"
963 D["SIZEOF_LONG_DOUBLE"]=" 16"
964 D["SIZEOF_LONG_LONG"]=" 8"
965 D["SIZEOF_SSIZE_T"]=" 8"
966 D["SIZEOF_SIZE_T"]=" 8"
967 D["SIZEOF_OFF_T"]=" 8"
968 D["SIZEOF_PID_T"]=" 4"
969 D["HAVE_STRNCASECMP"]=" 1"
970 D["HAVE_STRCASECMP"]=" 1"
971 D["HAVE_STRDUP"]=" 1"
972 D["HAVE_STRSTR"]=" 1"
973 D["HAVE_MEMCHR"]=" 1"
974 D["HAVE_STRTOL"]=" 1"
975 D["HAVE_DLSYM"]=" 1"
976 D["DSO_USE_DLFCN"]=" 1"
977 D["HAVE_WAITPID"]=" 1"
978 D["HAVE_VLA"]=" 1"
979 D["HAVE_SEMGET"]=" 1"
980 D["HAVE_SEMCTL"]=" 1"
981 D["HAVE_FLOCK"]=" 1"
982 D["HAVE_SEMAPHORE_H"]=" 1"
983 D["HAVE_SEM_CLOSE"]=" 1"
984 D["HAVE_SEM_UNLINK"]=" 1"
985 D["HAVE_SEM_POST"]=" 1"
986 D["HAVE_SEM_WAIT"]=" 1"
987 D["HAVE_LOCK_EX"]=" 1"
988 D["HAVE_F_SETLK"]=" 1"
989 D["HAVE_SEM_UNDO"]=" 1"
990 D["HAVE_POLLIN"]=" 1"
991 D["HAVE_PTHREAD_PROCESS_SHARED"]=" 1"
992 D["HAVE_PTHREAD_MUTEXATTR_SETPSHARED"]=" 1"
993 D["HAVE_PTHREAD_MUTEX_ROBUST"]=" 1"
994 D["apr_lock"]=" implementation method 1"
995 D["USE_SYSVSEM_SERIALIZE"]=" 1"
996 D["DEV_RANDOM"]=" \"/dev/random\""
997 D["HAVE_GMTOFF"]=" 1"
998 D["GETHOSTBYNAME_R_GLIBC2"]=" 1"
999 D["HAVE_TCP_CORK"]=" 1"
1000 D["RESOLV_RETRANSRETRY"]=" 1"
1001 D["HAVE_GAI_STRERROR"]=" 1"
1002 D["HAVE_GETADDRINFO"]=" 1"
1003 D["NEGATIVE_EAI"]=" 1"
1004 D["HAVE_GETNAMEINFO"]=" 1"
1005 D["HAVE_LANGINFO_H"]=" 1"
1006 D["HAVE_NL_LANGINFO"]=" 1"
1007 D["HAVE_FSTAT64"]=" 1"
1008   for (key in D) D_is_set[key] = 1
1009   FS = "\a"
1010 }
1011 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1012   line = $ 0
1013   split(line, arg, " ")
1014   if (arg[1] == "#") {
1015     defundef = arg[2]
1016     mac1 = arg[3]
1017   } else {
1018     defundef = substr(arg[1], 2)
1019     mac1 = arg[2]
1020   }
1021   split(mac1, mac2, "(") #)
1022   macro = mac2[1]
1023   prefix = substr(line, 1, index(line, defundef) - 1)
1024   if (D_is_set[macro]) {
1025     # Preserve the white space surrounding the "#".
1026     print prefix "define", macro P[macro] D[macro]
1027     next
1028   } else {
1029     # Replace #undef with comments.  This is necessary, for example,
1030     # in the case of _POSIX_SOURCE, which is predefined and required
1031     # on some systems where configure will not decide to define it.
1032     if (defundef == "undef") {
1033       print "/*", prefix defundef, macro, "*/"
1034       next
1035     }
1036   }
1037 }
1038 { print }
1039 _ACAWK
1040   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
1041 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
1042    { (exit 1); exit 1; }; }
1043 fi # test -n "$CONFIG_HEADERS"
1044
1045
1046 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1047 shift
1048 for ac_tag
1049 do
1050   case $ac_tag in
1051   :[FHLC]) ac_mode=$ac_tag; continue;;
1052   esac
1053   case $ac_mode$ac_tag in
1054   :[FHL]*:*);;
1055   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
1056 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
1057    { (exit 1); exit 1; }; };;
1058   :[FH]-) ac_tag=-:-;;
1059   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1060   esac
1061   ac_save_IFS=$IFS
1062   IFS=:
1063   set x $ac_tag
1064   IFS=$ac_save_IFS
1065   shift
1066   ac_file=$1
1067   shift
1068
1069   case $ac_mode in
1070   :L) ac_source=$1;;
1071   :[FH])
1072     ac_file_inputs=
1073     for ac_f
1074     do
1075       case $ac_f in
1076       -) ac_f="$tmp/stdin";;
1077       *) # Look for the file first in the build tree, then in the source tree
1078          # (if the path is not absolute).  The absolute path cannot be DOS-style,
1079          # because $ac_f cannot contain `:'.
1080          test -f "$ac_f" ||
1081            case $ac_f in
1082            [\\/$]*) false;;
1083            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1084            esac ||
1085            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
1086 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1087    { (exit 1); exit 1; }; };;
1088       esac
1089       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1090       ac_file_inputs="$ac_file_inputs '$ac_f'"
1091     done
1092
1093     # Let's still pretend it is `configure' which instantiates (i.e., don't
1094     # use $as_me), people would be surprised to read:
1095     #    /* config.h.  Generated by config.status.  */
1096     configure_input='Generated from '`
1097           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1098         `' by configure.'
1099     if test x"$ac_file" != x-; then
1100       configure_input="$ac_file.  $configure_input"
1101       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
1102 $as_echo "$as_me: creating $ac_file" >&6;}
1103     fi
1104     # Neutralize special characters interpreted by sed in replacement strings.
1105     case $configure_input in #(
1106     *\&* | *\|* | *\\* )
1107        ac_sed_conf_input=`$as_echo "$configure_input" |
1108        sed 's/[\\\\&|]/\\\\&/g'`;; #(
1109     *) ac_sed_conf_input=$configure_input;;
1110     esac
1111
1112     case $ac_tag in
1113     *:-:* | *:-) cat >"$tmp/stdin" \
1114       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1115 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1116    { (exit 1); exit 1; }; } ;;
1117     esac
1118     ;;
1119   esac
1120
1121   ac_dir=`$as_dirname -- "$ac_file" ||
1122 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1123          X"$ac_file" : 'X\(//\)[^/]' \| \
1124          X"$ac_file" : 'X\(//\)$' \| \
1125          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1126 $as_echo X"$ac_file" |
1127     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1128             s//\1/
1129             q
1130           }
1131           /^X\(\/\/\)[^/].*/{
1132             s//\1/
1133             q
1134           }
1135           /^X\(\/\/\)$/{
1136             s//\1/
1137             q
1138           }
1139           /^X\(\/\).*/{
1140             s//\1/
1141             q
1142           }
1143           s/.*/./; q'`
1144   { as_dir="$ac_dir"
1145   case $as_dir in #(
1146   -*) as_dir=./$as_dir;;
1147   esac
1148   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1149     as_dirs=
1150     while :; do
1151       case $as_dir in #(
1152       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1153       *) as_qdir=$as_dir;;
1154       esac
1155       as_dirs="'$as_qdir' $as_dirs"
1156       as_dir=`$as_dirname -- "$as_dir" ||
1157 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1158          X"$as_dir" : 'X\(//\)[^/]' \| \
1159          X"$as_dir" : 'X\(//\)$' \| \
1160          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1161 $as_echo X"$as_dir" |
1162     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1163             s//\1/
1164             q
1165           }
1166           /^X\(\/\/\)[^/].*/{
1167             s//\1/
1168             q
1169           }
1170           /^X\(\/\/\)$/{
1171             s//\1/
1172             q
1173           }
1174           /^X\(\/\).*/{
1175             s//\1/
1176             q
1177           }
1178           s/.*/./; q'`
1179       test -d "$as_dir" && break
1180     done
1181     test -z "$as_dirs" || eval "mkdir $as_dirs"
1182   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1183 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1184    { (exit 1); exit 1; }; }; }
1185   ac_builddir=.
1186
1187 case "$ac_dir" in
1188 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1189 *)
1190   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1191   # A ".." for each directory in $ac_dir_suffix.
1192   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1193   case $ac_top_builddir_sub in
1194   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1195   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1196   esac ;;
1197 esac
1198 ac_abs_top_builddir=$ac_pwd
1199 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1200 # for backward compatibility:
1201 ac_top_builddir=$ac_top_build_prefix
1202
1203 case $srcdir in
1204   .)  # We are building in place.
1205     ac_srcdir=.
1206     ac_top_srcdir=$ac_top_builddir_sub
1207     ac_abs_top_srcdir=$ac_pwd ;;
1208   [\\/]* | ?:[\\/]* )  # Absolute name.
1209     ac_srcdir=$srcdir$ac_dir_suffix;
1210     ac_top_srcdir=$srcdir
1211     ac_abs_top_srcdir=$srcdir ;;
1212   *) # Relative name.
1213     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1214     ac_top_srcdir=$ac_top_build_prefix$srcdir
1215     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1216 esac
1217 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1218
1219
1220   case $ac_mode in
1221   :F)
1222   #
1223   # CONFIG_FILE
1224   #
1225
1226   case $INSTALL in
1227   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1228   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1229   esac
1230 # If the template does not know about datarootdir, expand it.
1231 # FIXME: This hack should be removed a few years after 2.60.
1232 ac_datarootdir_hack=; ac_datarootdir_seen=
1233
1234 ac_sed_dataroot='
1235 /datarootdir/ {
1236   p
1237   q
1238 }
1239 /@datadir@/p
1240 /@docdir@/p
1241 /@infodir@/p
1242 /@localedir@/p
1243 /@mandir@/p
1244 '
1245 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1246 *datarootdir*) ac_datarootdir_seen=yes;;
1247 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1248   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1249 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1250   ac_datarootdir_hack='
1251   s&@datadir@&/bottlenecks/rubbos/app/apache2&g
1252   s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
1253   s&@infodir@&${datarootdir}/info&g
1254   s&@localedir@&${datarootdir}/locale&g
1255   s&@mandir@&${prefix}/man&g
1256     s&\${datarootdir}&${prefix}/share&g' ;;
1257 esac
1258 ac_sed_extra="/^[        ]*VPATH[        ]*=/{
1259 s/:*\$(srcdir):*/:/
1260 s/:*\${srcdir}:*/:/
1261 s/:*@srcdir@:*/:/
1262 s/^\([^=]*=[     ]*\):*/\1/
1263 s/:*$//
1264 s/^[^=]*=[       ]*$//
1265 }
1266
1267 :t
1268 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1269 s|@configure_input@|$ac_sed_conf_input|;t t
1270 s&@top_builddir@&$ac_top_builddir_sub&;t t
1271 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1272 s&@srcdir@&$ac_srcdir&;t t
1273 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1274 s&@top_srcdir@&$ac_top_srcdir&;t t
1275 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1276 s&@builddir@&$ac_builddir&;t t
1277 s&@abs_builddir@&$ac_abs_builddir&;t t
1278 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1279 s&@INSTALL@&$ac_INSTALL&;t t
1280 $ac_datarootdir_hack
1281 "
1282 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1283   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1284 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1285    { (exit 1); exit 1; }; }
1286
1287 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1288   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1289   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1290   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1291 which seems to be undefined.  Please make sure it is defined." >&5
1292 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1293 which seems to be undefined.  Please make sure it is defined." >&2;}
1294
1295   rm -f "$tmp/stdin"
1296   case $ac_file in
1297   -) cat "$tmp/out" && rm -f "$tmp/out";;
1298   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1299   esac \
1300   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1301 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1302    { (exit 1); exit 1; }; }
1303  ;;
1304   :H)
1305   #
1306   # CONFIG_HEADER
1307   #
1308   if test x"$ac_file" != x-; then
1309     {
1310       $as_echo "/* $configure_input  */" \
1311       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1312     } >"$tmp/config.h" \
1313       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1314 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1315    { (exit 1); exit 1; }; }
1316     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1317       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1318 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1319     else
1320       rm -f "$ac_file"
1321       mv "$tmp/config.h" "$ac_file" \
1322         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1323 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1324    { (exit 1); exit 1; }; }
1325     fi
1326   else
1327     $as_echo "/* $configure_input  */" \
1328       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1329       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1330 $as_echo "$as_me: error: could not create -" >&2;}
1331    { (exit 1); exit 1; }; }
1332   fi
1333  ;;
1334
1335   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1336 $as_echo "$as_me: executing $ac_file commands" >&6;}
1337  ;;
1338   esac
1339
1340
1341   case $ac_file$ac_mode in
1342     "default":C)
1343 for i in $SAVE_FILES; do
1344   if cmp -s $i $i.save 2>/dev/null; then
1345     mv $i.save $i
1346     echo "$i is unchanged"
1347   fi
1348   rm -f $i.save
1349 done
1350 chmod +x apr-config
1351  ;;
1352
1353   esac
1354 done # for ac_tag
1355
1356
1357 { (exit 0); exit 0; }