bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / srclib / apr-util / 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=" export_vars.sh apu-config build/pkg/pkginfo include/private/apu_select_dbm.h include/apr_ldap.h include/apu.h include/apu_want.h Makefile buckets/Makefile crypto/Makefile dbm/Makefile dbm/sdbm/Makefile encoding/Makefile hooks/Makefile ldap/Makefile uri/Makefile xml/Makefile misc/Makefile strmatch/Makefile xlate/Makefile test/Makefile"
326 config_headers=" include/private/apu_config.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-util/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-util' '--with-apr=../apr' '--prefix=/bottlenecks/rubbos/app/apache2' '--exec-prefix=/bottlenecks/rubbos/app/apache2' '--libdir=\${prefix}/lib' '--includedir=/bottlenecks/rubbos/app/apache2/include' '--bindir=\${prefix}/bin'\"
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-util'
367 srcdir='.'
368 test -n "$AWK" || AWK=awk
369 # The default lists apply if the user does not specify any file.
370 ac_need_defaults=:
371 while test $# != 0
372 do
373   case $1 in
374   --*=*)
375     ac_option=`expr "X$1" : 'X\([^=]*\)='`
376     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
377     ac_shift=:
378     ;;
379   *)
380     ac_option=$1
381     ac_optarg=$2
382     ac_shift=shift
383     ;;
384   esac
385
386   case $ac_option in
387   # Handling of the options.
388   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
389     ac_cs_recheck=: ;;
390   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
391     $as_echo "$ac_cs_version"; exit ;;
392   --debug | --debu | --deb | --de | --d | -d )
393     debug=: ;;
394   --file | --fil | --fi | --f )
395     $ac_shift
396     case $ac_optarg in
397     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
398     esac
399     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
400     ac_need_defaults=false;;
401   --header | --heade | --head | --hea )
402     $ac_shift
403     case $ac_optarg in
404     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
405     esac
406     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
407     ac_need_defaults=false;;
408   --he | --h)
409     # Conflict between --help and --header
410     { $as_echo "$as_me: error: ambiguous option: $1
411 Try \`$0 --help' for more information." >&2
412    { (exit 1); exit 1; }; };;
413   --help | --hel | -h )
414     $as_echo "$ac_cs_usage"; exit ;;
415   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
416   | -silent | --silent | --silen | --sile | --sil | --si | --s)
417     ac_cs_silent=: ;;
418
419   # This is an error.
420   -*) { $as_echo "$as_me: error: unrecognized option: $1
421 Try \`$0 --help' for more information." >&2
422    { (exit 1); exit 1; }; } ;;
423
424   *) ac_config_targets="$ac_config_targets $1"
425      ac_need_defaults=false ;;
426
427   esac
428   shift
429 done
430
431 ac_configure_extra_args=
432
433 if $ac_cs_silent; then
434   exec 6>/dev/null
435   ac_configure_extra_args="$ac_configure_extra_args --silent"
436 fi
437
438 if $ac_cs_recheck; then
439   set X '/bin/bash' '/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/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-util' '--with-apr=../apr' '--prefix=/bottlenecks/rubbos/app/apache2' '--exec-prefix=/bottlenecks/rubbos/app/apache2' '--libdir=${prefix}/lib' '--includedir=/bottlenecks/rubbos/app/apache2/include' '--bindir=${prefix}/bin' $ac_configure_extra_args --no-create --no-recursion
440   shift
441   $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
442   CONFIG_SHELL='/bin/bash'
443   export CONFIG_SHELL
444   exec "$@"
445 fi
446
447 exec 5>>config.log
448 {
449   echo
450   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
451 ## Running $as_me. ##
452 _ASBOX
453   $as_echo "$ac_log"
454 } >&5
455
456
457 # Handling of arguments.
458 for ac_config_target in $ac_config_targets
459 do
460   case $ac_config_target in
461     "include/private/apu_config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/private/apu_config.h" ;;
462     "export_vars.sh") CONFIG_FILES="$CONFIG_FILES export_vars.sh" ;;
463     "apu-config") CONFIG_FILES="$CONFIG_FILES apu-config" ;;
464     "build/pkg/pkginfo") CONFIG_FILES="$CONFIG_FILES build/pkg/pkginfo" ;;
465     "include/private/apu_select_dbm.h") CONFIG_FILES="$CONFIG_FILES include/private/apu_select_dbm.h" ;;
466     "include/apr_ldap.h") CONFIG_FILES="$CONFIG_FILES include/apr_ldap.h" ;;
467     "include/apu.h") CONFIG_FILES="$CONFIG_FILES include/apu.h" ;;
468     "include/apu_want.h") CONFIG_FILES="$CONFIG_FILES include/apu_want.h" ;;
469     "$MAKEFILES") CONFIG_FILES="$CONFIG_FILES $MAKEFILES" ;;
470     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
471
472   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
473 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
474    { (exit 1); exit 1; }; };;
475   esac
476 done
477
478
479 # If the user did not use the arguments to specify the items to instantiate,
480 # then the envvar interface is used.  Set only those that are not.
481 # We use the long form for the default assignment because of an extremely
482 # bizarre bug on SunOS 4.1.3.
483 if $ac_need_defaults; then
484   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
485   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
486   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
487 fi
488
489 # Have a temporary directory for convenience.  Make it in the build tree
490 # simply because there is no reason against having it here, and in addition,
491 # creating and moving files from /tmp can sometimes cause problems.
492 # Hook for its removal unless debugging.
493 # Note that there is a small window in which the directory will not be cleaned:
494 # after its creation but before its name has been assigned to `$tmp'.
495 $debug ||
496 {
497   tmp=
498   trap 'exit_status=$?
499   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
500 ' 0
501   trap '{ (exit 1); exit 1; }' 1 2 13 15
502 }
503 # Create a (secure) tmp directory for tmp files.
504
505 {
506   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
507   test -n "$tmp" && test -d "$tmp"
508 }  ||
509 {
510   tmp=./conf$$-$RANDOM
511   (umask 077 && mkdir "$tmp")
512 } ||
513 {
514    $as_echo "$as_me: cannot create a temporary directory in ." >&2
515    { (exit 1); exit 1; }
516 }
517
518 # Set up the scripts for CONFIG_FILES section.
519 # No need to generate them if there are no CONFIG_FILES.
520 # This happens for instance with `./config.status config.h'.
521 if test -n "$CONFIG_FILES"; then
522
523
524 ac_cr='\r'
525 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
526 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
527   ac_cs_awk_cr='\\r'
528 else
529   ac_cs_awk_cr=$ac_cr
530 fi
531
532 echo 'BEGIN {' >"$tmp/subs1.awk" &&
533 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
534 S["LTLIBOBJS"]=""
535 S["LIBOBJS"]=""
536 S["INCLUDE_RULES"]="include /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/build/rules.mk"
537 S["APRUTIL_LIBS"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/libexpat.la /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/libapr-0.la -lrt -lm -lcr"\
538 "ypt -lnsl -lpthread -ldl"
539 S["APRUTIL_LDFLAGS"]="-L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib"
540 S["APRUTIL_INCLUDES"]="-I/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib"
541 S["APRUTIL_PRIV_INCLUDES"]="-I/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/include -I/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/include/private"
542 S["APRUTIL_EXPORT_LIBS"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/libexpat.la"
543 S["EXTRA_OS_LINK"]=""
544 S["LT_NO_INSTALL"]="-no-install"
545 S["APRUTIL_LIBNAME"]="aprutil-${APRUTIL_MAJOR_VERSION}"
546 S["lib_target"]="-rpath $(libdir) $$objects"
547 S["so_ext"]="lo"
548 S["have_iconv"]="1"
549 S["APR_XML_EXPAT_OLD"]=""
550 S["APR_XML_DIR"]="xml/expat"
551 S["APR_XML_SUBDIRS"]="expat"
552 S["apu_db_version"]="0"
553 S["apu_db_header"]="db.h"
554 S["apu_have_db"]="0"
555 S["apu_have_ndbm"]="0"
556 S["apu_have_gdbm"]="0"
557 S["apu_have_sdbm"]="1"
558 S["apu_use_db"]="0"
559 S["apu_use_ndbm"]="0"
560 S["apu_use_gdbm"]="0"
561 S["apu_use_sdbm"]="1"
562 S["apu_has_ldap"]="0"
563 S["apu_has_ldap_starttls"]="0"
564 S["apu_has_ldap_netscape_ssl"]="0"
565 S["ldap_ssl_h"]=""
566 S["lber_h"]=""
567 S["ldap_h"]=""
568 S["EGREP"]="/bin/grep -E"
569 S["GREP"]="/bin/grep"
570 S["CPP"]="gcc -E"
571 S["OBJEXT"]="o"
572 S["EXEEXT"]=""
573 S["ac_ct_CC"]="gcc"
574 S["CPPFLAGS"]=" -D_REENTRANT -D_GNU_SOURCE"
575 S["LDFLAGS"]=""
576 S["CFLAGS"]=" -g -O2 -pthread"
577 S["CC"]="gcc"
578 S["APR_BUILD_DIR"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/build"
579 S["APR_LIBS"]=" /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl  -lpthread -ldl"
580 S["APR_INCLUDES"]=" -I/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/include "
581 S["APRUTIL_MAJOR_VERSION"]="0"
582 S["APRUTIL_DOTTED_VERSION"]="0.9.19"
583 S["abs_builddir"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util"
584 S["abs_srcdir"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util"
585 S["top_builddir"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util"
586 S["target_os"]="linux-gnu"
587 S["target_vendor"]="unknown"
588 S["target_cpu"]="x86_64"
589 S["target"]="x86_64-unknown-linux-gnu"
590 S["host_os"]="linux-gnu"
591 S["host_vendor"]="unknown"
592 S["host_cpu"]="x86_64"
593 S["host"]="x86_64-unknown-linux-gnu"
594 S["build_os"]="linux-gnu"
595 S["build_vendor"]="unknown"
596 S["build_cpu"]="x86_64"
597 S["build"]="x86_64-unknown-linux-gnu"
598 S["APU_CONFIG_LOCATION"]="source"
599 S["target_alias"]=""
600 S["host_alias"]="Linux"
601 S["build_alias"]=""
602 S["LIBS"]="-lcrypt "
603 S["ECHO_T"]=""
604 S["ECHO_N"]="-n"
605 S["ECHO_C"]=""
606 S["DEFS"]="-DHAVE_CONFIG_H"
607 S["mandir"]="${prefix}/man"
608 S["localedir"]="${datarootdir}/locale"
609 S["libdir"]="${prefix}/lib"
610 S["psdir"]="${docdir}"
611 S["pdfdir"]="${docdir}"
612 S["dvidir"]="${docdir}"
613 S["htmldir"]="${docdir}"
614 S["infodir"]="${datarootdir}/info"
615 S["docdir"]="${datarootdir}/doc/${PACKAGE}"
616 S["oldincludedir"]="/usr/include"
617 S["includedir"]="/bottlenecks/rubbos/app/apache2/include"
618 S["localstatedir"]="${prefix}"
619 S["sharedstatedir"]="${prefix}/com"
620 S["sysconfdir"]="${prefix}/conf"
621 S["datadir"]="${prefix}"
622 S["datarootdir"]="${prefix}/share"
623 S["libexecdir"]="${exec_prefix}/modules"
624 S["sbindir"]="${exec_prefix}/bin"
625 S["bindir"]="${prefix}/bin"
626 S["program_transform_name"]="s,x,x,"
627 S["prefix"]="/bottlenecks/rubbos/app/apache2"
628 S["exec_prefix"]="/bottlenecks/rubbos/app/apache2"
629 S["PACKAGE_BUGREPORT"]=""
630 S["PACKAGE_STRING"]=""
631 S["PACKAGE_VERSION"]=""
632 S["PACKAGE_TARNAME"]=""
633 S["PACKAGE_NAME"]=""
634 S["PATH_SEPARATOR"]=":"
635 S["SHELL"]="/bin/bash"
636 _ACAWK
637 cat >>"$tmp/subs1.awk" <<_ACAWK &&
638   for (key in S) S_is_set[key] = 1
639   FS = "\a"
640
641 }
642 {
643   line = $ 0
644   nfields = split(line, field, "@")
645   substed = 0
646   len = length(field[1])
647   for (i = 2; i < nfields; i++) {
648     key = field[i]
649     keylen = length(key)
650     if (S_is_set[key]) {
651       value = S[key]
652       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
653       len += length(value) + length(field[++i])
654       substed = 1
655     } else
656       len += 1 + keylen
657   }
658
659   print line
660 }
661
662 _ACAWK
663 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
664   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
665 else
666   cat
667 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
668   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
669 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
670    { (exit 1); exit 1; }; }
671 fi # test -n "$CONFIG_FILES"
672
673 # Set up the scripts for CONFIG_HEADERS section.
674 # No need to generate them if there are no CONFIG_HEADERS.
675 # This happens for instance with `./config.status Makefile'.
676 if test -n "$CONFIG_HEADERS"; then
677 cat >"$tmp/defines.awk" <<\_ACAWK ||
678 BEGIN {
679 D["PACKAGE_NAME"]=" \"\""
680 D["PACKAGE_TARNAME"]=" \"\""
681 D["PACKAGE_VERSION"]=" \"\""
682 D["PACKAGE_STRING"]=" \"\""
683 D["PACKAGE_BUGREPORT"]=" \"\""
684 D["STDC_HEADERS"]=" 1"
685 D["HAVE_SYS_TYPES_H"]=" 1"
686 D["HAVE_SYS_STAT_H"]=" 1"
687 D["HAVE_STDLIB_H"]=" 1"
688 D["HAVE_STRING_H"]=" 1"
689 D["HAVE_MEMORY_H"]=" 1"
690 D["HAVE_STRINGS_H"]=" 1"
691 D["HAVE_INTTYPES_H"]=" 1"
692 D["HAVE_STDINT_H"]=" 1"
693 D["HAVE_UNISTD_H"]=" 1"
694 D["HAVE_ICONV_H"]=" 1"
695 D["HAVE_LANGINFO_H"]=" 1"
696 D["HAVE_NL_LANGINFO"]=" 1"
697 D["HAVE_CODESET"]=" 1"
698 D["HAVE_CRYPT_R"]=" 1"
699 D["CRYPT_R_STRUCT_CRYPT_DATA"]=" 1"
700   for (key in D) D_is_set[key] = 1
701   FS = "\a"
702 }
703 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
704   line = $ 0
705   split(line, arg, " ")
706   if (arg[1] == "#") {
707     defundef = arg[2]
708     mac1 = arg[3]
709   } else {
710     defundef = substr(arg[1], 2)
711     mac1 = arg[2]
712   }
713   split(mac1, mac2, "(") #)
714   macro = mac2[1]
715   prefix = substr(line, 1, index(line, defundef) - 1)
716   if (D_is_set[macro]) {
717     # Preserve the white space surrounding the "#".
718     print prefix "define", macro P[macro] D[macro]
719     next
720   } else {
721     # Replace #undef with comments.  This is necessary, for example,
722     # in the case of _POSIX_SOURCE, which is predefined and required
723     # on some systems where configure will not decide to define it.
724     if (defundef == "undef") {
725       print "/*", prefix defundef, macro, "*/"
726       next
727     }
728   }
729 }
730 { print }
731 _ACAWK
732   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
733 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
734    { (exit 1); exit 1; }; }
735 fi # test -n "$CONFIG_HEADERS"
736
737
738 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
739 shift
740 for ac_tag
741 do
742   case $ac_tag in
743   :[FHLC]) ac_mode=$ac_tag; continue;;
744   esac
745   case $ac_mode$ac_tag in
746   :[FHL]*:*);;
747   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
748 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
749    { (exit 1); exit 1; }; };;
750   :[FH]-) ac_tag=-:-;;
751   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
752   esac
753   ac_save_IFS=$IFS
754   IFS=:
755   set x $ac_tag
756   IFS=$ac_save_IFS
757   shift
758   ac_file=$1
759   shift
760
761   case $ac_mode in
762   :L) ac_source=$1;;
763   :[FH])
764     ac_file_inputs=
765     for ac_f
766     do
767       case $ac_f in
768       -) ac_f="$tmp/stdin";;
769       *) # Look for the file first in the build tree, then in the source tree
770          # (if the path is not absolute).  The absolute path cannot be DOS-style,
771          # because $ac_f cannot contain `:'.
772          test -f "$ac_f" ||
773            case $ac_f in
774            [\\/$]*) false;;
775            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
776            esac ||
777            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
778 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
779    { (exit 1); exit 1; }; };;
780       esac
781       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
782       ac_file_inputs="$ac_file_inputs '$ac_f'"
783     done
784
785     # Let's still pretend it is `configure' which instantiates (i.e., don't
786     # use $as_me), people would be surprised to read:
787     #    /* config.h.  Generated by config.status.  */
788     configure_input='Generated from '`
789           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
790         `' by configure.'
791     if test x"$ac_file" != x-; then
792       configure_input="$ac_file.  $configure_input"
793       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
794 $as_echo "$as_me: creating $ac_file" >&6;}
795     fi
796     # Neutralize special characters interpreted by sed in replacement strings.
797     case $configure_input in #(
798     *\&* | *\|* | *\\* )
799        ac_sed_conf_input=`$as_echo "$configure_input" |
800        sed 's/[\\\\&|]/\\\\&/g'`;; #(
801     *) ac_sed_conf_input=$configure_input;;
802     esac
803
804     case $ac_tag in
805     *:-:* | *:-) cat >"$tmp/stdin" \
806       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
807 $as_echo "$as_me: error: could not create $ac_file" >&2;}
808    { (exit 1); exit 1; }; } ;;
809     esac
810     ;;
811   esac
812
813   ac_dir=`$as_dirname -- "$ac_file" ||
814 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
815          X"$ac_file" : 'X\(//\)[^/]' \| \
816          X"$ac_file" : 'X\(//\)$' \| \
817          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
818 $as_echo X"$ac_file" |
819     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
820             s//\1/
821             q
822           }
823           /^X\(\/\/\)[^/].*/{
824             s//\1/
825             q
826           }
827           /^X\(\/\/\)$/{
828             s//\1/
829             q
830           }
831           /^X\(\/\).*/{
832             s//\1/
833             q
834           }
835           s/.*/./; q'`
836   { as_dir="$ac_dir"
837   case $as_dir in #(
838   -*) as_dir=./$as_dir;;
839   esac
840   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
841     as_dirs=
842     while :; do
843       case $as_dir in #(
844       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
845       *) as_qdir=$as_dir;;
846       esac
847       as_dirs="'$as_qdir' $as_dirs"
848       as_dir=`$as_dirname -- "$as_dir" ||
849 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
850          X"$as_dir" : 'X\(//\)[^/]' \| \
851          X"$as_dir" : 'X\(//\)$' \| \
852          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
853 $as_echo X"$as_dir" |
854     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
855             s//\1/
856             q
857           }
858           /^X\(\/\/\)[^/].*/{
859             s//\1/
860             q
861           }
862           /^X\(\/\/\)$/{
863             s//\1/
864             q
865           }
866           /^X\(\/\).*/{
867             s//\1/
868             q
869           }
870           s/.*/./; q'`
871       test -d "$as_dir" && break
872     done
873     test -z "$as_dirs" || eval "mkdir $as_dirs"
874   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
875 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
876    { (exit 1); exit 1; }; }; }
877   ac_builddir=.
878
879 case "$ac_dir" in
880 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
881 *)
882   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
883   # A ".." for each directory in $ac_dir_suffix.
884   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
885   case $ac_top_builddir_sub in
886   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
887   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
888   esac ;;
889 esac
890 ac_abs_top_builddir=$ac_pwd
891 ac_abs_builddir=$ac_pwd$ac_dir_suffix
892 # for backward compatibility:
893 ac_top_builddir=$ac_top_build_prefix
894
895 case $srcdir in
896   .)  # We are building in place.
897     ac_srcdir=.
898     ac_top_srcdir=$ac_top_builddir_sub
899     ac_abs_top_srcdir=$ac_pwd ;;
900   [\\/]* | ?:[\\/]* )  # Absolute name.
901     ac_srcdir=$srcdir$ac_dir_suffix;
902     ac_top_srcdir=$srcdir
903     ac_abs_top_srcdir=$srcdir ;;
904   *) # Relative name.
905     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
906     ac_top_srcdir=$ac_top_build_prefix$srcdir
907     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
908 esac
909 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
910
911
912   case $ac_mode in
913   :F)
914   #
915   # CONFIG_FILE
916   #
917
918 # If the template does not know about datarootdir, expand it.
919 # FIXME: This hack should be removed a few years after 2.60.
920 ac_datarootdir_hack=; ac_datarootdir_seen=
921
922 ac_sed_dataroot='
923 /datarootdir/ {
924   p
925   q
926 }
927 /@datadir@/p
928 /@docdir@/p
929 /@infodir@/p
930 /@localedir@/p
931 /@mandir@/p
932 '
933 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
934 *datarootdir*) ac_datarootdir_seen=yes;;
935 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
936   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
937 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
938   ac_datarootdir_hack='
939   s&@datadir@&${prefix}&g
940   s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
941   s&@infodir@&${datarootdir}/info&g
942   s&@localedir@&${datarootdir}/locale&g
943   s&@mandir@&${prefix}/man&g
944     s&\${datarootdir}&${prefix}/share&g' ;;
945 esac
946 ac_sed_extra="/^[        ]*VPATH[        ]*=/{
947 s/:*\$(srcdir):*/:/
948 s/:*\${srcdir}:*/:/
949 s/:*@srcdir@:*/:/
950 s/^\([^=]*=[     ]*\):*/\1/
951 s/:*$//
952 s/^[^=]*=[       ]*$//
953 }
954
955 :t
956 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
957 s|@configure_input@|$ac_sed_conf_input|;t t
958 s&@top_builddir@&$ac_top_builddir_sub&;t t
959 s&@top_build_prefix@&$ac_top_build_prefix&;t t
960 s&@srcdir@&$ac_srcdir&;t t
961 s&@abs_srcdir@&$ac_abs_srcdir&;t t
962 s&@top_srcdir@&$ac_top_srcdir&;t t
963 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
964 s&@builddir@&$ac_builddir&;t t
965 s&@abs_builddir@&$ac_abs_builddir&;t t
966 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
967 $ac_datarootdir_hack
968 "
969 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
970   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
971 $as_echo "$as_me: error: could not create $ac_file" >&2;}
972    { (exit 1); exit 1; }; }
973
974 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
975   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
976   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
977   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
978 which seems to be undefined.  Please make sure it is defined." >&5
979 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
980 which seems to be undefined.  Please make sure it is defined." >&2;}
981
982   rm -f "$tmp/stdin"
983   case $ac_file in
984   -) cat "$tmp/out" && rm -f "$tmp/out";;
985   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
986   esac \
987   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
988 $as_echo "$as_me: error: could not create $ac_file" >&2;}
989    { (exit 1); exit 1; }; }
990  ;;
991   :H)
992   #
993   # CONFIG_HEADER
994   #
995   if test x"$ac_file" != x-; then
996     {
997       $as_echo "/* $configure_input  */" \
998       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
999     } >"$tmp/config.h" \
1000       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1001 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1002    { (exit 1); exit 1; }; }
1003     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1004       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1005 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1006     else
1007       rm -f "$ac_file"
1008       mv "$tmp/config.h" "$ac_file" \
1009         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1010 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1011    { (exit 1); exit 1; }; }
1012     fi
1013   else
1014     $as_echo "/* $configure_input  */" \
1015       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1016       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1017 $as_echo "$as_me: error: could not create -" >&2;}
1018    { (exit 1); exit 1; }; }
1019   fi
1020  ;;
1021
1022   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1023 $as_echo "$as_me: executing $ac_file commands" >&6;}
1024  ;;
1025   esac
1026
1027
1028   case $ac_file$ac_mode in
1029     "default":C)
1030 chmod +x apu-config
1031  ;;
1032
1033   esac
1034 done # for ac_tag
1035
1036
1037 { (exit 0); exit 0; }