upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / 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="  docs/conf/httpd-std.conf docs/conf/ssl-std.conf include/ap_config_layout.h support/apxs support/apachectl support/dbmmanage support/envvars-std support/log_server_status support/logresolve.pl support/phf_abuse_log.cgi support/split-logfile build/rules.mk build/pkg/pkginfo"
326 config_headers=" include/ap_config_auto.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 ./configure, generated by GNU Autoconf 2.63,
360   with options \"'--prefix=/bottlenecks/rubbos/app/apache2' '--enable-module=so' '--enable-so' '--with-mpm=worker'\"
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'
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' './configure'  '--prefix=/bottlenecks/rubbos/app/apache2' '--enable-module=so' '--enable-so' '--with-mpm=worker' $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 # INIT-COMMANDS
460 #
461
462
463   /bin/bash ./build/fastgen.sh . yes no  modules/aaa/Makefile modules/arch/win32/Makefile modules/cache/Makefile modules/echo/Makefile modules/experimental/Makefile modules/filters/Makefile modules/loggers/Makefile modules/metadata/Makefile modules/proxy/Makefile modules/ssl/Makefile modules/test/Makefile os/unix/Makefile server/mpm/Makefile modules/http/Makefile modules/dav/main/Makefile modules/generators/Makefile server/mpm/worker/Makefile modules/dav/fs/Makefile modules/mappers/Makefile Makefile modules/Makefile srclib/Makefile os/beos/Makefile os/os2/Makefile os/Makefile os/unix/Makefile server/Makefile support/Makefile srclib/pcre/Makefile test/Makefile
464
465
466
467
468 # Handling of arguments.
469 for ac_config_target in $ac_config_targets
470 do
471   case $ac_config_target in
472     "include/ap_config_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS include/ap_config_auto.h" ;;
473     "$APACHE_OUTPUT_FILES") CONFIG_FILES="$CONFIG_FILES $APACHE_OUTPUT_FILES" ;;
474     "docs/conf/httpd-std.conf") CONFIG_FILES="$CONFIG_FILES docs/conf/httpd-std.conf" ;;
475     "docs/conf/ssl-std.conf") CONFIG_FILES="$CONFIG_FILES docs/conf/ssl-std.conf" ;;
476     "include/ap_config_layout.h") CONFIG_FILES="$CONFIG_FILES include/ap_config_layout.h" ;;
477     "support/apxs") CONFIG_FILES="$CONFIG_FILES support/apxs" ;;
478     "support/apachectl") CONFIG_FILES="$CONFIG_FILES support/apachectl" ;;
479     "support/dbmmanage") CONFIG_FILES="$CONFIG_FILES support/dbmmanage" ;;
480     "support/envvars-std") CONFIG_FILES="$CONFIG_FILES support/envvars-std" ;;
481     "support/log_server_status") CONFIG_FILES="$CONFIG_FILES support/log_server_status" ;;
482     "support/logresolve.pl") CONFIG_FILES="$CONFIG_FILES support/logresolve.pl" ;;
483     "support/phf_abuse_log.cgi") CONFIG_FILES="$CONFIG_FILES support/phf_abuse_log.cgi" ;;
484     "support/split-logfile") CONFIG_FILES="$CONFIG_FILES support/split-logfile" ;;
485     "build/rules.mk") CONFIG_FILES="$CONFIG_FILES build/rules.mk" ;;
486     "build/pkg/pkginfo") CONFIG_FILES="$CONFIG_FILES build/pkg/pkginfo" ;;
487     "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
488
489   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
490 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
491    { (exit 1); exit 1; }; };;
492   esac
493 done
494
495
496 # If the user did not use the arguments to specify the items to instantiate,
497 # then the envvar interface is used.  Set only those that are not.
498 # We use the long form for the default assignment because of an extremely
499 # bizarre bug on SunOS 4.1.3.
500 if $ac_need_defaults; then
501   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
502   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
503   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
504 fi
505
506 # Have a temporary directory for convenience.  Make it in the build tree
507 # simply because there is no reason against having it here, and in addition,
508 # creating and moving files from /tmp can sometimes cause problems.
509 # Hook for its removal unless debugging.
510 # Note that there is a small window in which the directory will not be cleaned:
511 # after its creation but before its name has been assigned to `$tmp'.
512 $debug ||
513 {
514   tmp=
515   trap 'exit_status=$?
516   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
517 ' 0
518   trap '{ (exit 1); exit 1; }' 1 2 13 15
519 }
520 # Create a (secure) tmp directory for tmp files.
521
522 {
523   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
524   test -n "$tmp" && test -d "$tmp"
525 }  ||
526 {
527   tmp=./conf$$-$RANDOM
528   (umask 077 && mkdir "$tmp")
529 } ||
530 {
531    $as_echo "$as_me: cannot create a temporary directory in ." >&2
532    { (exit 1); exit 1; }
533 }
534
535 # Set up the scripts for CONFIG_FILES section.
536 # No need to generate them if there are no CONFIG_FILES.
537 # This happens for instance with `./config.status config.h'.
538 if test -n "$CONFIG_FILES"; then
539
540
541 ac_cr='\r'
542 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
543 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
544   ac_cs_awk_cr='\\r'
545 else
546   ac_cs_awk_cr=$ac_cr
547 fi
548
549 echo 'BEGIN {' >"$tmp/subs1.awk" &&
550 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
551 S["LTLIBOBJS"]=""
552 S["LIBOBJS"]=""
553 S["HTTPD_VERSION"]="2.0.64"
554 S["ap_make_delimiter"]=" "
555 S["ap_make_include"]="include"
556 S["perlbin"]="/usr/bin/perl"
557 S["APU_INCLUDEDIR"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/include"
558 S["APU_BINDIR"]="/bottlenecks/rubbos/app/apache2/bin"
559 S["APR_INCLUDEDIR"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/include"
560 S["APR_BINDIR"]="/bottlenecks/rubbos/app/apache2/bin"
561 S["DSO_MODULES"]=""
562 S["INSTALL_PROG_FLAGS"]=""
563 S["MK_IMPLIB"]=""
564 S["SH_LIBTOOL"]="$(LIBTOOL)"
565 S["SH_LIBS"]=""
566 S["CORE_IMPLIB"]=""
567 S["CORE_IMPLIB_FILE"]=""
568 S["nonssl_listen_stmt_2"]="Listen @@Port@@"
569 S["nonssl_listen_stmt_1"]=""
570 S["PORT"]="80"
571 S["MODULE_CLEANDIRS"]=" arch/win32 cache echo experimental proxy ssl test dav/main dav/fs"
572 S["MODULE_DIRS"]=" aaa filters loggers metadata http generators mappers"
573 S["LIBTOOL"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/libtool $(LTFLAGS)"
574 S["NOTEST_LIBS"]=""
575 S["NOTEST_LDFLAGS"]=""
576 S["NOTEST_CXXFLAGS"]=""
577 S["NOTEST_CFLAGS"]=""
578 S["NOTEST_CPPFLAGS"]="-DAP_HAVE_DESIGNATED_INITIALIZER"
579 S["INCLUDES"]=""
580 S["UTIL_LDFLAGS"]=""
581 S["HTTPD_LDFLAGS"]=""
582 S["SH_LDFLAGS"]=""
583 S["LT_LDFLAGS"]="-export-dynamic"
584 S["LTFLAGS"]="--silent"
585 S["CXXFLAGS"]=""
586 S["CXX"]=""
587 S["other_targets"]=""
588 S["proxycachedir"]="${localstatedir}/proxy"
589 S["runtimedir"]="${localstatedir}/logs"
590 S["installbuilddir"]="${datadir}/build"
591 S["iconsdir"]="${datadir}/icons"
592 S["errordir"]="${datadir}/error"
593 S["manualdir"]="${datadir}/manual"
594 S["htdocsdir"]="${datadir}/htdocs"
595 S["logfiledir"]="${localstatedir}/logs"
596 S["cgidir"]="${datadir}/cgi-bin"
597 S["abs_srcdir"]="/bottlenecks/rubbos/app/httpd-2.0.64"
598 S["EXTRA_INCLUDES"]=" -I/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/include  -I/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/include -I/bottlenecks/rubbos/app"\
599 "/httpd-2.0.64/srclib/apr-util/xml/expat/lib -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/h"\
600 "ttp -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules"\
601 "/dav/main"
602 S["EXTRA_LIBS"]=""
603 S["EXTRA_LDFLAGS"]="  -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib"
604 S["EXTRA_CXXFLAGS"]=""
605 S["EXTRA_CFLAGS"]=" -g -O2 -pthread"
606 S["EXTRA_CPPFLAGS"]=" -D_REENTRANT -D_GNU_SOURCE"
607 S["AP_SIG_GRACEFUL_SHORT"]="USR1"
608 S["AP_SIG_GRACEFUL_STRING"]=""
609 S["AP_SIG_GRACEFUL"]="SIGUSR1"
610 S["AP_CLEAN_SRCLIB_DIRS"]="apr-util  apr"
611 S["AP_BUILD_SRCLIB_DIRS"]="apr  apr-util"
612 S["AP_LIBS"]="/bottlenecks/rubbos/app/httpd-2.0.64/srclib/pcre/libpcre.la   /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/libaprutil-0.la /bottlenecks/rubb"\
613 "os/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 -lcrypt -lnsl  -lpth"\
614 "read -ldl"
615 S["shared_build"]=""
616 S["POST_SHARED_CMDS"]="echo \"\""
617 S["PRE_SHARED_CMDS"]="echo \"\""
618 S["OS_SPECIFIC_VARS"]=""
619 S["SHLIBPATH_VAR"]="LD_LIBRARY_PATH"
620 S["BUILTIN_LIBS"]=" modules/aaa/mod_access.la modules/aaa/mod_auth.la modules/filters/mod_include.la modules/loggers/mod_log_config.la modules/metadata/mod_env.la modu"\
621 "les/metadata/mod_setenvif.la modules/http/mod_http.la modules/http/mod_mime.la modules/generators/mod_status.la modules/generators/mod_autoindex.la "\
622 "modules/generators/mod_asis.la modules/generators/mod_cgid.la modules/mappers/mod_negotiation.la modules/mappers/mod_dir.la modules/mappers/mod_imap"\
623 ".la modules/mappers/mod_actions.la modules/mappers/mod_userdir.la modules/mappers/mod_alias.la modules/mappers/mod_so.la"
624 S["OS_DIR"]="unix"
625 S["OS"]="unix"
626 S["MPM_LIB"]="server/mpm/worker/libworker.la"
627 S["progname"]="httpd"
628 S["MOD_SO_LDADD"]=""
629 S["MOD_REWRITE_LDADD"]=""
630 S["MOD_ALIAS_LDADD"]=""
631 S["MOD_USERDIR_LDADD"]=""
632 S["MOD_SPELING_LDADD"]=""
633 S["MOD_ACTIONS_LDADD"]=""
634 S["MOD_IMAP_LDADD"]=""
635 S["MOD_DIR_LDADD"]=""
636 S["MOD_NEGOTIATION_LDADD"]=""
637 S["MOD_VHOST_ALIAS_LDADD"]=""
638 S["MOD_DAV_FS_LDADD"]=""
639 S["MOD_CGI_LDADD"]=""
640 S["MOD_CGID_LDADD"]=""
641 S["MOD_SUEXEC_LDADD"]=""
642 S["MOD_INFO_LDADD"]=""
643 S["MOD_ASIS_LDADD"]=""
644 S["MOD_AUTOINDEX_LDADD"]=""
645 S["MOD_STATUS_LDADD"]=""
646 S["MOD_DAV_LDADD"]=""
647 S["MOD_MIME_LDADD"]=""
648 S["MOD_HTTP_LDADD"]=""
649 S["APACHECTL_ULIMIT"]="ulimit -S -n `ulimit -H -n`"
650 S["checkgid_LTFLAGS"]=""
651 S["ab_LTFLAGS"]=""
652 S["htdbm_LTFLAGS"]=""
653 S["logresolve_LTFLAGS"]=""
654 S["rotatelogs_LTFLAGS"]=""
655 S["htdigest_LTFLAGS"]=""
656 S["htpasswd_LTFLAGS"]=""
657 S["MPM_SUBDIR_NAME"]="worker"
658 S["MPM_NAME"]="worker"
659 S["MOD_BUCKETEER_LDADD"]=""
660 S["MOD_OPTIONAL_FN_EXPORT_LDADD"]=""
661 S["MOD_OPTIONAL_FN_IMPORT_LDADD"]=""
662 S["MOD_OPTIONAL_HOOK_IMPORT_LDADD"]=""
663 S["MOD_OPTIONAL_HOOK_EXPORT_LDADD"]=""
664 S["MOD_SSL_LDADD"]=""
665 S["SSL_LIBS"]=""
666 S["MOD_PROXY_HTTP_LDADD"]=""
667 S["MOD_PROXY_FTP_LDADD"]=""
668 S["MOD_PROXY_CONNECT_LDADD"]=""
669 S["MOD_PROXY_LDADD"]=""
670 S["MOD_VERSION_LDADD"]=""
671 S["MOD_SETENVIF_LDADD"]=""
672 S["MOD_UNIQUE_ID_LDADD"]=""
673 S["MOD_USERTRACK_LDADD"]=""
674 S["MOD_HEADERS_LDADD"]=""
675 S["MOD_EXPIRES_LDADD"]=""
676 S["MOD_CERN_META_LDADD"]=""
677 S["MOD_MIME_MAGIC_LDADD"]=""
678 S["MOD_ENV_LDADD"]=""
679 S["MOD_LOGIO_LDADD"]=""
680 S["MOD_LOG_FORENSIC_LDADD"]=""
681 S["MOD_LOG_CONFIG_LDADD"]=""
682 S["MOD_DEFLATE_LDADD"]=""
683 S["MOD_INCLUDE_LDADD"]=""
684 S["MOD_EXT_FILTER_LDADD"]=""
685 S["MOD_AUTH_LDAP_LDADD"]=""
686 S["MOD_LDAP_LDADD"]=""
687 S["MOD_DUMPIO_LDADD"]=""
688 S["MOD_CASE_FILTER_IN_LDADD"]=""
689 S["MOD_CASE_FILTER_LDADD"]=""
690 S["MOD_EXAMPLE_LDADD"]=""
691 S["MOD_MEM_CACHE_LDADD"]=""
692 S["MOD_DISK_CACHE_LDADD"]=""
693 S["MOD_CACHE_LDADD"]=""
694 S["MOD_CHARSET_LITE_LDADD"]=""
695 S["MOD_ECHO_LDADD"]=""
696 S["MOD_FILE_CACHE_LDADD"]=""
697 S["MOD_ISAPI_LDADD"]=""
698 S["MOD_AUTH_DIGEST_LDADD"]=""
699 S["MOD_AUTH_DBM_LDADD"]=""
700 S["MOD_AUTH_ANON_LDADD"]=""
701 S["MOD_AUTH_LDADD"]=""
702 S["MOD_ACCESS_LDADD"]=""
703 S["EGREP"]="/bin/grep -E"
704 S["GREP"]="/bin/grep"
705 S["RANLIB"]="ranlib"
706 S["LN_S"]="ln -s"
707 S["INSTALL_DATA"]="${INSTALL} -m 644"
708 S["INSTALL_SCRIPT"]="${INSTALL}"
709 S["INSTALL_PROGRAM"]="${INSTALL}"
710 S["AWK"]="gawk"
711 S["RM"]="/bin/rm"
712 S["LTCFLAGS"]="-prefer-non-pic -static"
713 S["SHLTCFLAGS"]="-prefer-pic"
714 S["CPP"]="gcc -E"
715 S["OBJEXT"]="o"
716 S["EXEEXT"]=""
717 S["ac_ct_CC"]="gcc"
718 S["CPPFLAGS"]=""
719 S["LDFLAGS"]=""
720 S["CFLAGS"]=""
721 S["CC"]="gcc"
722 S["target_os"]="linux-gnu"
723 S["target_vendor"]="unknown"
724 S["target_cpu"]="x86_64"
725 S["target"]="x86_64-unknown-linux-gnu"
726 S["host_os"]="linux-gnu"
727 S["host_vendor"]="unknown"
728 S["host_cpu"]="x86_64"
729 S["host"]="x86_64-unknown-linux-gnu"
730 S["build_os"]="linux-gnu"
731 S["build_vendor"]="unknown"
732 S["build_cpu"]="x86_64"
733 S["build"]="x86_64-unknown-linux-gnu"
734 S["rel_proxycachedir"]="proxy"
735 S["exp_proxycachedir"]="/bottlenecks/rubbos/app/apache2/proxy"
736 S["rel_logfiledir"]="logs"
737 S["exp_logfiledir"]="/bottlenecks/rubbos/app/apache2/logs"
738 S["rel_runtimedir"]="logs"
739 S["exp_runtimedir"]="/bottlenecks/rubbos/app/apache2/logs"
740 S["rel_localstatedir"]=""
741 S["exp_localstatedir"]="/bottlenecks/rubbos/app/apache2"
742 S["rel_includedir"]="include"
743 S["exp_includedir"]="/bottlenecks/rubbos/app/apache2/include"
744 S["rel_cgidir"]="cgi-bin"
745 S["exp_cgidir"]="/bottlenecks/rubbos/app/apache2/cgi-bin"
746 S["rel_manualdir"]="manual"
747 S["exp_manualdir"]="/bottlenecks/rubbos/app/apache2/manual"
748 S["rel_htdocsdir"]="htdocs"
749 S["exp_htdocsdir"]="/bottlenecks/rubbos/app/apache2/htdocs"
750 S["rel_iconsdir"]="icons"
751 S["exp_iconsdir"]="/bottlenecks/rubbos/app/apache2/icons"
752 S["rel_errordir"]="error"
753 S["exp_errordir"]="/bottlenecks/rubbos/app/apache2/error"
754 S["rel_installbuilddir"]="build"
755 S["exp_installbuilddir"]="/bottlenecks/rubbos/app/apache2/build"
756 S["rel_datadir"]=""
757 S["exp_datadir"]="/bottlenecks/rubbos/app/apache2"
758 S["rel_sysconfdir"]="conf"
759 S["exp_sysconfdir"]="/bottlenecks/rubbos/app/apache2/conf"
760 S["rel_mandir"]="man"
761 S["exp_mandir"]="/bottlenecks/rubbos/app/apache2/man"
762 S["rel_libexecdir"]="modules"
763 S["exp_libexecdir"]="/bottlenecks/rubbos/app/apache2/modules"
764 S["rel_libdir"]="lib"
765 S["exp_libdir"]="/bottlenecks/rubbos/app/apache2/lib"
766 S["rel_sbindir"]="bin"
767 S["exp_sbindir"]="/bottlenecks/rubbos/app/apache2/bin"
768 S["rel_bindir"]="bin"
769 S["exp_bindir"]="/bottlenecks/rubbos/app/apache2/bin"
770 S["rel_exec_prefix"]=""
771 S["exp_exec_prefix"]="/bottlenecks/rubbos/app/apache2"
772 S["target_alias"]=""
773 S["host_alias"]=""
774 S["build_alias"]=""
775 S["LIBS"]=""
776 S["ECHO_T"]=""
777 S["ECHO_N"]="-n"
778 S["ECHO_C"]=""
779 S["DEFS"]="-DHAVE_CONFIG_H"
780 S["mandir"]="${prefix}/man"
781 S["localedir"]="${datarootdir}/locale"
782 S["libdir"]="${exec_prefix}/lib"
783 S["psdir"]="${docdir}"
784 S["pdfdir"]="${docdir}"
785 S["dvidir"]="${docdir}"
786 S["htmldir"]="${docdir}"
787 S["infodir"]="${datarootdir}/info"
788 S["docdir"]="${datarootdir}/doc/${PACKAGE}"
789 S["oldincludedir"]="/usr/include"
790 S["includedir"]="${prefix}/include"
791 S["localstatedir"]="${prefix}"
792 S["sharedstatedir"]="${prefix}/com"
793 S["sysconfdir"]="${prefix}/conf"
794 S["datadir"]="${prefix}"
795 S["datarootdir"]="${prefix}/share"
796 S["libexecdir"]="${exec_prefix}/modules"
797 S["sbindir"]="${exec_prefix}/bin"
798 S["bindir"]="${exec_prefix}/bin"
799 S["program_transform_name"]="s,x,x,"
800 S["prefix"]="/bottlenecks/rubbos/app/apache2"
801 S["exec_prefix"]="${prefix}"
802 S["PACKAGE_BUGREPORT"]=""
803 S["PACKAGE_STRING"]=""
804 S["PACKAGE_VERSION"]=""
805 S["PACKAGE_TARNAME"]=""
806 S["PACKAGE_NAME"]=""
807 S["PATH_SEPARATOR"]=":"
808 S["SHELL"]="/bin/bash"
809 _ACAWK
810 cat >>"$tmp/subs1.awk" <<_ACAWK &&
811   for (key in S) S_is_set[key] = 1
812   FS = "\a"
813
814 }
815 {
816   line = $ 0
817   nfields = split(line, field, "@")
818   substed = 0
819   len = length(field[1])
820   for (i = 2; i < nfields; i++) {
821     key = field[i]
822     keylen = length(key)
823     if (S_is_set[key]) {
824       value = S[key]
825       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
826       len += length(value) + length(field[++i])
827       substed = 1
828     } else
829       len += 1 + keylen
830   }
831
832   print line
833 }
834
835 _ACAWK
836 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
837   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
838 else
839   cat
840 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
841   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
842 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
843    { (exit 1); exit 1; }; }
844 fi # test -n "$CONFIG_FILES"
845
846 # Set up the scripts for CONFIG_HEADERS section.
847 # No need to generate them if there are no CONFIG_HEADERS.
848 # This happens for instance with `./config.status Makefile'.
849 if test -n "$CONFIG_HEADERS"; then
850 cat >"$tmp/defines.awk" <<\_ACAWK ||
851 BEGIN {
852 D["PACKAGE_NAME"]=" \"\""
853 D["PACKAGE_TARNAME"]=" \"\""
854 D["PACKAGE_VERSION"]=" \"\""
855 D["PACKAGE_STRING"]=" \"\""
856 D["PACKAGE_BUGREPORT"]=" \"\""
857 D["STDC_HEADERS"]=" 1"
858 D["HAVE_SYS_TYPES_H"]=" 1"
859 D["HAVE_SYS_STAT_H"]=" 1"
860 D["HAVE_STDLIB_H"]=" 1"
861 D["HAVE_STRING_H"]=" 1"
862 D["HAVE_MEMORY_H"]=" 1"
863 D["HAVE_STRINGS_H"]=" 1"
864 D["HAVE_INTTYPES_H"]=" 1"
865 D["HAVE_STDINT_H"]=" 1"
866 D["HAVE_UNISTD_H"]=" 1"
867 D["__EXTENSIONS__"]=" 1"
868 D["_ALL_SOURCE"]=" 1"
869 D["_GNU_SOURCE"]=" 1"
870 D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
871 D["_TANDEM_SOURCE"]=" 1"
872 D["STDC_HEADERS"]=" 1"
873 D["HAVE_STRING_H"]=" 1"
874 D["HAVE_LIMITS_H"]=" 1"
875 D["HAVE_UNISTD_H"]=" 1"
876 D["HAVE_SYS_SOCKET_H"]=" 1"
877 D["HAVE_PWD_H"]=" 1"
878 D["HAVE_GRP_H"]=" 1"
879 D["HAVE_STRINGS_H"]=" 1"
880 D["HAVE_SYS_PRCTL_H"]=" 1"
881 D["HAVE_SYS_SEM_H"]=" 1"
882 D["HAVE_SYS_WAIT_H"]=" 1"
883 D["HAVE_GETPWNAM"]=" 1"
884 D["HAVE_GETGRNAM"]=" 1"
885 D["HAVE_INITGROUPS"]=" 1"
886 D["HAVE_PRCTL"]=" 1"
887 D["HAVE_TIMEGM"]=" 1"
888 D["HAVE_GMTOFF"]=" 1"
889 D["AP_ENABLE_V4_MAPPED"]=" 1"
890 D["HAVE_SYS_TIME_H"]=" 1"
891 D["HAVE_SYS_RESOURCE_H"]=" 1"
892 D["HAVE_SYS_SEM_H"]=" 1"
893 D["HAVE_SYS_IPC_H"]=" 1"
894 D["HAVE_SETSID"]=" 1"
895 D["HAVE_KILLPG"]=" 1"
896 D["HAVE_UNISTD_H"]=" 1"
897 D["HAVE_SYSLOG"]=" 1"
898 D["HAVE_SYS_TIMES_H"]=" 1"
899 D["HAVE_TIMES"]=" 1"
900 D["HAVE_PTHREAD_KILL"]=" 1"
901 D["AP_USING_AUTOCONF"]=" 1"
902 D["AP_NONBLOCK_WHEN_MULTI_LISTEN"]=" 1"
903 D["AP_SIG_GRACEFUL"]=" SIGUSR1"
904 D["AP_SIG_GRACEFUL_STRING"]=" \"SIGUSR1\""
905 D["AP_SIG_GRACEFUL_SHORT"]=" USR1"
906 D["HTTPD_ROOT"]=" \"/bottlenecks/rubbos/app/apache2\""
907 D["SERVER_CONFIG_FILE"]=" \"conf/httpd.conf\""
908 D["AP_TYPES_CONFIG_FILE"]=" \"conf/mime.types\""
909 D["APACHE_MPM_DIR"]=" \"server/mpm/worker\""
910   for (key in D) D_is_set[key] = 1
911   FS = "\a"
912 }
913 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
914   line = $ 0
915   split(line, arg, " ")
916   if (arg[1] == "#") {
917     defundef = arg[2]
918     mac1 = arg[3]
919   } else {
920     defundef = substr(arg[1], 2)
921     mac1 = arg[2]
922   }
923   split(mac1, mac2, "(") #)
924   macro = mac2[1]
925   prefix = substr(line, 1, index(line, defundef) - 1)
926   if (D_is_set[macro]) {
927     # Preserve the white space surrounding the "#".
928     print prefix "define", macro P[macro] D[macro]
929     next
930   } else {
931     # Replace #undef with comments.  This is necessary, for example,
932     # in the case of _POSIX_SOURCE, which is predefined and required
933     # on some systems where configure will not decide to define it.
934     if (defundef == "undef") {
935       print "/*", prefix defundef, macro, "*/"
936       next
937     }
938   }
939 }
940 { print }
941 _ACAWK
942   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
943 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
944    { (exit 1); exit 1; }; }
945 fi # test -n "$CONFIG_HEADERS"
946
947
948 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
949 shift
950 for ac_tag
951 do
952   case $ac_tag in
953   :[FHLC]) ac_mode=$ac_tag; continue;;
954   esac
955   case $ac_mode$ac_tag in
956   :[FHL]*:*);;
957   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
958 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
959    { (exit 1); exit 1; }; };;
960   :[FH]-) ac_tag=-:-;;
961   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
962   esac
963   ac_save_IFS=$IFS
964   IFS=:
965   set x $ac_tag
966   IFS=$ac_save_IFS
967   shift
968   ac_file=$1
969   shift
970
971   case $ac_mode in
972   :L) ac_source=$1;;
973   :[FH])
974     ac_file_inputs=
975     for ac_f
976     do
977       case $ac_f in
978       -) ac_f="$tmp/stdin";;
979       *) # Look for the file first in the build tree, then in the source tree
980          # (if the path is not absolute).  The absolute path cannot be DOS-style,
981          # because $ac_f cannot contain `:'.
982          test -f "$ac_f" ||
983            case $ac_f in
984            [\\/$]*) false;;
985            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
986            esac ||
987            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
988 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
989    { (exit 1); exit 1; }; };;
990       esac
991       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
992       ac_file_inputs="$ac_file_inputs '$ac_f'"
993     done
994
995     # Let's still pretend it is `configure' which instantiates (i.e., don't
996     # use $as_me), people would be surprised to read:
997     #    /* config.h.  Generated by config.status.  */
998     configure_input='Generated from '`
999           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1000         `' by configure.'
1001     if test x"$ac_file" != x-; then
1002       configure_input="$ac_file.  $configure_input"
1003       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
1004 $as_echo "$as_me: creating $ac_file" >&6;}
1005     fi
1006     # Neutralize special characters interpreted by sed in replacement strings.
1007     case $configure_input in #(
1008     *\&* | *\|* | *\\* )
1009        ac_sed_conf_input=`$as_echo "$configure_input" |
1010        sed 's/[\\\\&|]/\\\\&/g'`;; #(
1011     *) ac_sed_conf_input=$configure_input;;
1012     esac
1013
1014     case $ac_tag in
1015     *:-:* | *:-) cat >"$tmp/stdin" \
1016       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1017 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1018    { (exit 1); exit 1; }; } ;;
1019     esac
1020     ;;
1021   esac
1022
1023   ac_dir=`$as_dirname -- "$ac_file" ||
1024 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1025          X"$ac_file" : 'X\(//\)[^/]' \| \
1026          X"$ac_file" : 'X\(//\)$' \| \
1027          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1028 $as_echo X"$ac_file" |
1029     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1030             s//\1/
1031             q
1032           }
1033           /^X\(\/\/\)[^/].*/{
1034             s//\1/
1035             q
1036           }
1037           /^X\(\/\/\)$/{
1038             s//\1/
1039             q
1040           }
1041           /^X\(\/\).*/{
1042             s//\1/
1043             q
1044           }
1045           s/.*/./; q'`
1046   { as_dir="$ac_dir"
1047   case $as_dir in #(
1048   -*) as_dir=./$as_dir;;
1049   esac
1050   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1051     as_dirs=
1052     while :; do
1053       case $as_dir in #(
1054       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1055       *) as_qdir=$as_dir;;
1056       esac
1057       as_dirs="'$as_qdir' $as_dirs"
1058       as_dir=`$as_dirname -- "$as_dir" ||
1059 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1060          X"$as_dir" : 'X\(//\)[^/]' \| \
1061          X"$as_dir" : 'X\(//\)$' \| \
1062          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1063 $as_echo X"$as_dir" |
1064     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1065             s//\1/
1066             q
1067           }
1068           /^X\(\/\/\)[^/].*/{
1069             s//\1/
1070             q
1071           }
1072           /^X\(\/\/\)$/{
1073             s//\1/
1074             q
1075           }
1076           /^X\(\/\).*/{
1077             s//\1/
1078             q
1079           }
1080           s/.*/./; q'`
1081       test -d "$as_dir" && break
1082     done
1083     test -z "$as_dirs" || eval "mkdir $as_dirs"
1084   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1085 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1086    { (exit 1); exit 1; }; }; }
1087   ac_builddir=.
1088
1089 case "$ac_dir" in
1090 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1091 *)
1092   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1093   # A ".." for each directory in $ac_dir_suffix.
1094   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1095   case $ac_top_builddir_sub in
1096   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1097   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1098   esac ;;
1099 esac
1100 ac_abs_top_builddir=$ac_pwd
1101 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1102 # for backward compatibility:
1103 ac_top_builddir=$ac_top_build_prefix
1104
1105 case $srcdir in
1106   .)  # We are building in place.
1107     ac_srcdir=.
1108     ac_top_srcdir=$ac_top_builddir_sub
1109     ac_abs_top_srcdir=$ac_pwd ;;
1110   [\\/]* | ?:[\\/]* )  # Absolute name.
1111     ac_srcdir=$srcdir$ac_dir_suffix;
1112     ac_top_srcdir=$srcdir
1113     ac_abs_top_srcdir=$srcdir ;;
1114   *) # Relative name.
1115     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1116     ac_top_srcdir=$ac_top_build_prefix$srcdir
1117     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1118 esac
1119 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1120
1121
1122   case $ac_mode in
1123   :F)
1124   #
1125   # CONFIG_FILE
1126   #
1127
1128   case $INSTALL in
1129   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1130   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1131   esac
1132 # If the template does not know about datarootdir, expand it.
1133 # FIXME: This hack should be removed a few years after 2.60.
1134 ac_datarootdir_hack=; ac_datarootdir_seen=
1135
1136 ac_sed_dataroot='
1137 /datarootdir/ {
1138   p
1139   q
1140 }
1141 /@datadir@/p
1142 /@docdir@/p
1143 /@infodir@/p
1144 /@localedir@/p
1145 /@mandir@/p
1146 '
1147 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1148 *datarootdir*) ac_datarootdir_seen=yes;;
1149 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1150   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1151 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1152   ac_datarootdir_hack='
1153   s&@datadir@&${prefix}&g
1154   s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
1155   s&@infodir@&${datarootdir}/info&g
1156   s&@localedir@&${datarootdir}/locale&g
1157   s&@mandir@&${prefix}/man&g
1158     s&\${datarootdir}&${prefix}/share&g' ;;
1159 esac
1160 ac_sed_extra="/^[        ]*VPATH[        ]*=/{
1161 s/:*\$(srcdir):*/:/
1162 s/:*\${srcdir}:*/:/
1163 s/:*@srcdir@:*/:/
1164 s/^\([^=]*=[     ]*\):*/\1/
1165 s/:*$//
1166 s/^[^=]*=[       ]*$//
1167 }
1168
1169 :t
1170 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1171 s|@configure_input@|$ac_sed_conf_input|;t t
1172 s&@top_builddir@&$ac_top_builddir_sub&;t t
1173 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1174 s&@srcdir@&$ac_srcdir&;t t
1175 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1176 s&@top_srcdir@&$ac_top_srcdir&;t t
1177 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1178 s&@builddir@&$ac_builddir&;t t
1179 s&@abs_builddir@&$ac_abs_builddir&;t t
1180 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1181 s&@INSTALL@&$ac_INSTALL&;t t
1182 $ac_datarootdir_hack
1183 "
1184 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1185   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1186 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1187    { (exit 1); exit 1; }; }
1188
1189 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1190   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1191   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1192   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1193 which seems to be undefined.  Please make sure it is defined." >&5
1194 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1195 which seems to be undefined.  Please make sure it is defined." >&2;}
1196
1197   rm -f "$tmp/stdin"
1198   case $ac_file in
1199   -) cat "$tmp/out" && rm -f "$tmp/out";;
1200   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1201   esac \
1202   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1203 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1204    { (exit 1); exit 1; }; }
1205  ;;
1206   :H)
1207   #
1208   # CONFIG_HEADER
1209   #
1210   if test x"$ac_file" != x-; then
1211     {
1212       $as_echo "/* $configure_input  */" \
1213       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1214     } >"$tmp/config.h" \
1215       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1216 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1217    { (exit 1); exit 1; }; }
1218     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1219       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1220 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1221     else
1222       rm -f "$ac_file"
1223       mv "$tmp/config.h" "$ac_file" \
1224         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1225 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1226    { (exit 1); exit 1; }; }
1227     fi
1228   else
1229     $as_echo "/* $configure_input  */" \
1230       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1231       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1232 $as_echo "$as_me: error: could not create -" >&2;}
1233    { (exit 1); exit 1; }; }
1234   fi
1235  ;;
1236
1237   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1238 $as_echo "$as_me: executing $ac_file commands" >&6;}
1239  ;;
1240   esac
1241
1242
1243   case $ac_file$ac_mode in
1244     "default":C) true ;;
1245
1246   esac
1247 done # for ac_tag
1248
1249
1250 { (exit 0); exit 0; }