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