Ticket #811: config.status

File config.status, 46.8 KB (added by mjakubicek, 15 years ago)
Line 
1#! /bin/sh
2# Generated by configure.
3# Run this file to recreate the current configuration.
4# Compiler output produced by configure, useful for debugging
5# configure, is in config.log if it exists.
6
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10SHELL=${CONFIG_SHELL-/bin/sh}
11## --------------------- ##
12## M4sh Initialization.  ##
13## --------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if 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
24else
25  case `(set -o) 2>/dev/null` in
26  *posix*) set -o posix ;;
27esac
28
29fi
30
31
32
33
34# PATH needs CR
35# Avoid depending upon Character Ranges.
36as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39as_cr_digits='0123456789'
40as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42as_nl='
43'
44export as_nl
45# Printing a long string crashes Solaris 7 /usr/bin/printf.
46as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50  as_echo='printf %s\n'
51  as_echo_n='printf %s'
52else
53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55    as_echo_n='/usr/ucb/echo -n'
56  else
57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58    as_echo_n_body='eval
59      arg=$1;
60      case $arg in
61      *"$as_nl"*)
62        expr "X$arg" : "X\\(.*\\)$as_nl";
63        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64      esac;
65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66    '
67    export as_echo_n_body
68    as_echo_n='sh -c $as_echo_n_body as_echo'
69  fi
70  export as_echo_body
71  as_echo='sh -c $as_echo_body as_echo'
72fi
73
74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
76  PATH_SEPARATOR=:
77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79      PATH_SEPARATOR=';'
80  }
81fi
82
83# Support unset when possible.
84if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85  as_unset=unset
86else
87  as_unset=false
88fi
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.)
96IFS=" ""        $as_nl"
97
98# Find who we are.  Look in the path if we contain no directory separator.
99case $0 in
100  *[\\/]* ) as_myself=$0 ;;
101  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102for as_dir in $PATH
103do
104  IFS=$as_save_IFS
105  test -z "$as_dir" && as_dir=.
106  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107done
108IFS=$as_save_IFS
109
110     ;;
111esac
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.
114if test "x$as_myself" = x; then
115  as_myself=$0
116fi
117if 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; }
120fi
121
122# Work around bugs in pre-3.0 UWIN ksh.
123for as_var in ENV MAIL MAILPATH
124do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125done
126PS1='$ '
127PS2='> '
128PS4='+ '
129
130# NLS nuisances.
131LC_ALL=C
132export LC_ALL
133LANGUAGE=C
134export LANGUAGE
135
136# Required to use basename.
137if expr a : '\(a\)' >/dev/null 2>&1 &&
138   test "X`expr 00001 : '.*\(...\)'`" = X001; then
139  as_expr=expr
140else
141  as_expr=false
142fi
143
144if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145  as_basename=basename
146else
147  as_basename=false
148fi
149
150
151# Name of the executable.
152as_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
219if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
220  as_dirname=dirname
221else
222  as_dirname=false
223fi
224
225ECHO_C= ECHO_N= ECHO_T=
226case `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';;
234esac
235if expr a : '\(a\)' >/dev/null 2>&1 &&
236   test "X`expr 00001 : '.*\(...\)'`" = X001; then
237  as_expr=expr
238else
239  as_expr=false
240fi
241
242rm -f conf$$ conf$$.exe conf$$.file
243if test -d conf$$.dir; then
244  rm -f conf$$.dir/conf$$.file
245else
246  rm -f conf$$.dir
247  mkdir conf$$.dir 2>/dev/null
248fi
249if (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
263else
264  as_ln_s='cp -p'
265fi
266rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
267rmdir conf$$.dir 2>/dev/null
268
269if mkdir -p . 2>/dev/null; then
270  as_mkdir_p=:
271else
272  test -d ./-p && rmdir ./-p
273  as_mkdir_p=false
274fi
275
276if test -x / >/dev/null 2>&1; then
277  as_test_x='test -x'
278else
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  '
296fi
297as_executable_p=$as_test_x
298
299# Sed expression to map a string onto a valid CPP name.
300as_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.
303as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
304
305
306exec 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.
311ac_log="
312This file was extended by BOINC $as_me 6.6.37, which was
313generated 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
321on `(hostname || uname -n) 2>/dev/null | sed 1q`
322"
323
324# Files that config.status was made for.
325config_files=" version.h api/Makefile apps/Makefile clientgui/Makefile clientgui/res/Makefile client/Makefile client/win/boinc_path_config.py:py/Boinc/boinc_path_config.py.in client/scripts/Makefile client/scripts/boinc-client db/Makefile doc/Makefile doc/manpages/Makefile lib/Makefile locale/Makefile Makefile py/Boinc/boinc_path_config.py:py/Boinc/boinc_path_config.py.in py/Boinc/Makefile py/boinc_path_config.py:py/Boinc/boinc_path_config.py.in py/Boinc/version.py py/Makefile sched/boinc_path_config.py:py/Boinc/boinc_path_config.py.in sched/Makefile packages/generic/sea/Makefile test/boinc_path_config.py:py/Boinc/boinc_path_config.py.in test/Makefile test/version.inc tools/boinc_path_config.py:py/Boinc/boinc_path_config.py.in tools/Makefile m4/Makefile"
326config_headers=" config.h"
327config_commands=" depfiles"
328
329ac_cs_usage="\
330\`$as_me' instantiates files from templates according to the
331current configuration.
332
333Usage: $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
346Configuration files:
347$config_files
348
349Configuration headers:
350$config_headers
351
352Configuration commands:
353$config_commands
354
355Report bugs to <bug-autoconf@gnu.org>."
356
357ac_cs_version="\
358BOINC config.status 6.6.37
359configured by ./configure, generated by GNU Autoconf 2.63,
360  with options \"'--build=x86_64-unknown-linux-gnu' '--host=x86_64-unknown-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-static' '--disable-server' '--disable-fcgi' '--enable-unicode' '--with-ssl' '--with-x' 'STRIP=:' 'DOCBOOK2X_MAN=/usr/bin/db2x_docbook2man' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'FFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules'\"
361
362Copyright (C) 2008 Free Software Foundation, Inc.
363This config.status script is free software; the Free Software Foundation
364gives unlimited permission to copy, distribute and modify it."
365
366ac_pwd='/home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6'
367srcdir='.'
368INSTALL='/usr/bin/install -c'
369MKDIR_P='/bin/mkdir -p'
370AWK='gawk'
371test -n "$AWK" || AWK=awk
372# The default lists apply if the user does not specify any file.
373ac_need_defaults=:
374while test $# != 0
375do
376  case $1 in
377  --*=*)
378    ac_option=`expr "X$1" : 'X\([^=]*\)='`
379    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
380    ac_shift=:
381    ;;
382  *)
383    ac_option=$1
384    ac_optarg=$2
385    ac_shift=shift
386    ;;
387  esac
388
389  case $ac_option in
390  # Handling of the options.
391  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
392    ac_cs_recheck=: ;;
393  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
394    $as_echo "$ac_cs_version"; exit ;;
395  --debug | --debu | --deb | --de | --d | -d )
396    debug=: ;;
397  --file | --fil | --fi | --f )
398    $ac_shift
399    case $ac_optarg in
400    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
401    esac
402    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
403    ac_need_defaults=false;;
404  --header | --heade | --head | --hea )
405    $ac_shift
406    case $ac_optarg in
407    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
408    esac
409    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
410    ac_need_defaults=false;;
411  --he | --h)
412    # Conflict between --help and --header
413    { $as_echo "$as_me: error: ambiguous option: $1
414Try \`$0 --help' for more information." >&2
415   { (exit 1); exit 1; }; };;
416  --help | --hel | -h )
417    $as_echo "$ac_cs_usage"; exit ;;
418  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
419  | -silent | --silent | --silen | --sile | --sil | --si | --s)
420    ac_cs_silent=: ;;
421
422  # This is an error.
423  -*) { $as_echo "$as_me: error: unrecognized option: $1
424Try \`$0 --help' for more information." >&2
425   { (exit 1); exit 1; }; } ;;
426
427  *) ac_config_targets="$ac_config_targets $1"
428     ac_need_defaults=false ;;
429
430  esac
431  shift
432done
433
434ac_configure_extra_args=
435
436if $ac_cs_silent; then
437  exec 6>/dev/null
438  ac_configure_extra_args="$ac_configure_extra_args --silent"
439fi
440
441if $ac_cs_recheck; then
442  set X '/bin/sh' './configure'  '--build=x86_64-unknown-linux-gnu' '--host=x86_64-unknown-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-static' '--disable-server' '--disable-fcgi' '--enable-unicode' '--with-ssl' '--with-x' 'STRIP=:' 'DOCBOOK2X_MAN=/usr/bin/db2x_docbook2man' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'FFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' $ac_configure_extra_args --no-create --no-recursion
443  shift
444  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
445  CONFIG_SHELL='/bin/sh'
446  export CONFIG_SHELL
447  exec "$@"
448fi
449
450exec 5>>config.log
451{
452  echo
453  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
454## Running $as_me. ##
455_ASBOX
456  $as_echo "$ac_log"
457} >&5
458
459#
460# INIT-COMMANDS
461#
462AMDEP_TRUE="" ac_aux_dir="."
463
464
465# Handling of arguments.
466for ac_config_target in $ac_config_targets
467do
468  case $ac_config_target in
469    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
470    "version.h") CONFIG_FILES="$CONFIG_FILES version.h" ;;
471    "api/Makefile") CONFIG_FILES="$CONFIG_FILES api/Makefile" ;;
472    "apps/Makefile") CONFIG_FILES="$CONFIG_FILES apps/Makefile" ;;
473    "clientgui/Makefile") CONFIG_FILES="$CONFIG_FILES clientgui/Makefile" ;;
474    "clientgui/res/Makefile") CONFIG_FILES="$CONFIG_FILES clientgui/res/Makefile" ;;
475    "client/Makefile") CONFIG_FILES="$CONFIG_FILES client/Makefile" ;;
476    "client/win/boinc_path_config.py") CONFIG_FILES="$CONFIG_FILES client/win/boinc_path_config.py:py/Boinc/boinc_path_config.py.in" ;;
477    "client/scripts/Makefile") CONFIG_FILES="$CONFIG_FILES client/scripts/Makefile" ;;
478    "client/scripts/boinc-client") CONFIG_FILES="$CONFIG_FILES client/scripts/boinc-client" ;;
479    "db/Makefile") CONFIG_FILES="$CONFIG_FILES db/Makefile" ;;
480    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
481    "doc/manpages/Makefile") CONFIG_FILES="$CONFIG_FILES doc/manpages/Makefile" ;;
482    "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
483    "locale/Makefile") CONFIG_FILES="$CONFIG_FILES locale/Makefile" ;;
484    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
485    "py/Boinc/boinc_path_config.py") CONFIG_FILES="$CONFIG_FILES py/Boinc/boinc_path_config.py:py/Boinc/boinc_path_config.py.in" ;;
486    "py/Boinc/Makefile") CONFIG_FILES="$CONFIG_FILES py/Boinc/Makefile" ;;
487    "py/boinc_path_config.py") CONFIG_FILES="$CONFIG_FILES py/boinc_path_config.py:py/Boinc/boinc_path_config.py.in" ;;
488    "py/Boinc/version.py") CONFIG_FILES="$CONFIG_FILES py/Boinc/version.py" ;;
489    "py/Makefile") CONFIG_FILES="$CONFIG_FILES py/Makefile" ;;
490    "sched/boinc_path_config.py") CONFIG_FILES="$CONFIG_FILES sched/boinc_path_config.py:py/Boinc/boinc_path_config.py.in" ;;
491    "sched/Makefile") CONFIG_FILES="$CONFIG_FILES sched/Makefile" ;;
492    "packages/generic/sea/Makefile") CONFIG_FILES="$CONFIG_FILES packages/generic/sea/Makefile" ;;
493    "test/boinc_path_config.py") CONFIG_FILES="$CONFIG_FILES test/boinc_path_config.py:py/Boinc/boinc_path_config.py.in" ;;
494    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
495    "test/version.inc") CONFIG_FILES="$CONFIG_FILES test/version.inc" ;;
496    "tools/boinc_path_config.py") CONFIG_FILES="$CONFIG_FILES tools/boinc_path_config.py:py/Boinc/boinc_path_config.py.in" ;;
497    "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
498    "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
499    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
500
501  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
502$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
503   { (exit 1); exit 1; }; };;
504  esac
505done
506
507
508# If the user did not use the arguments to specify the items to instantiate,
509# then the envvar interface is used.  Set only those that are not.
510# We use the long form for the default assignment because of an extremely
511# bizarre bug on SunOS 4.1.3.
512if $ac_need_defaults; then
513  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
514  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
515  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
516fi
517
518# Have a temporary directory for convenience.  Make it in the build tree
519# simply because there is no reason against having it here, and in addition,
520# creating and moving files from /tmp can sometimes cause problems.
521# Hook for its removal unless debugging.
522# Note that there is a small window in which the directory will not be cleaned:
523# after its creation but before its name has been assigned to `$tmp'.
524$debug ||
525{
526  tmp=
527  trap 'exit_status=$?
528  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
529' 0
530  trap '{ (exit 1); exit 1; }' 1 2 13 15
531}
532# Create a (secure) tmp directory for tmp files.
533
534{
535  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
536  test -n "$tmp" && test -d "$tmp"
537}  ||
538{
539  tmp=./conf$$-$RANDOM
540  (umask 077 && mkdir "$tmp")
541} ||
542{
543   $as_echo "$as_me: cannot create a temporary directory in ." >&2
544   { (exit 1); exit 1; }
545}
546
547# Set up the scripts for CONFIG_FILES section.
548# No need to generate them if there are no CONFIG_FILES.
549# This happens for instance with `./config.status config.h'.
550if test -n "$CONFIG_FILES"; then
551
552
553ac_cr='
554'
555ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
556if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
557  ac_cs_awk_cr='\\r'
558else
559  ac_cs_awk_cr=$ac_cr
560fi
561
562echo 'BEGIN {' >"$tmp/subs1.awk" &&
563cat >>"$tmp/subs1.awk" <<\_ACAWK &&
564S["am__EXEEXT_FALSE"]=""
565S["am__EXEEXT_TRUE"]="#"
566S["LTLIBOBJS"]=""
567S["LIBOBJS"]=""
568S["FULLNAME"]="Milos Jakubicek"
569S["LOGNAME"]="milos"
570S["CLIENTGUILIBS"]="-pthread   -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2."\
571"8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8  "
572S["CLIENTGUIFLAGS"]=""
573S["BOINC_EXTRA_LIBS"]=" -lcurl   -lssl -lcrypto -ldl -lnsl -lz"
574S["CLIENTLIBS"]="-lstdc++ -lc_nonshared -lgcc -lgcc_eh -lpthread -lc -lm "
575S["BUILD_STATIC_LIBS_FALSE"]=""
576S["BUILD_STATIC_LIBS_TRUE"]="#"
577S["ENABLE_CLIENT_RELEASE_FALSE"]=""
578S["ENABLE_CLIENT_RELEASE_TRUE"]="#"
579S["INSTALL_HEADERS_FALSE"]="#"
580S["INSTALL_HEADERS_TRUE"]=""
581S["ENABLE_LIBRARIES_FALSE"]="#"
582S["ENABLE_LIBRARIES_TRUE"]=""
583S["ENABLE_MANAGER_FALSE"]="#"
584S["ENABLE_MANAGER_TRUE"]=""
585S["ENABLE_CLIENT_FALSE"]="#"
586S["ENABLE_CLIENT_TRUE"]=""
587S["ENABLE_SERVER_FALSE"]=""
588S["ENABLE_SERVER_TRUE"]="#"
589S["DYNAMIC_CLIENT_FALSE"]=""
590S["DYNAMIC_CLIENT_TRUE"]="#"
591S["ENABLE_FCGI_FALSE"]=""
592S["ENABLE_FCGI_TRUE"]="#"
593S["OS_WIN32_MINGW_FALSE"]=""
594S["OS_WIN32_MINGW_TRUE"]="#"
595S["OS_LINUX_FALSE"]="#"
596S["OS_LINUX_TRUE"]=""
597S["OS_DARWIN_FALSE"]=""
598S["OS_DARWIN_TRUE"]="#"
599S["WX_VERSION"]="2.8.10"
600S["WX_LIBS_STATIC"]=""
601S["WX_LIBS"]="-pthread   -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2."\
602"8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 "
603S["WX_CXXFLAGS_ONLY"]=""
604S["WX_CFLAGS_ONLY"]="-pthread"
605S["WX_CXXFLAGS"]="-I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread"
606S["WX_CFLAGS"]="-I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread"
607S["WX_CPPFLAGS"]="-I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__"
608S["WX_CONFIG_PATH"]="/usr/bin/wx-config"
609S["ALLOCA"]=""
610S["BUILD_GRAPHICS_API_FALSE"]="#"
611S["BUILD_GRAPHICS_API_TRUE"]=""
612S["GLUT_LIBS"]="-lglut  -lSM -lICE -lXmu -lXi  -lGLU -lGL  -lm"
613S["GLUT_CFLAGS"]="-pthread"
614S["GLU_LIBS"]="-lGLU -lGL  -lm"
615S["GLU_CFLAGS"]="-pthread"
616S["GL_LIBS"]="-lGL  -lm"
617S["GL_CFLAGS"]="-pthread"
618S["X_EXTRA_LIBS"]=""
619S["X_LIBS"]=""
620S["X_PRE_LIBS"]=" -lSM -lICE"
621S["X_CFLAGS"]=""
622S["XMKMF"]=""
623S["PTHREAD_CFLAGS"]="-pthread"
624S["PTHREAD_LIBS"]=""
625S["PTHREAD_CC"]="gcc"
626S["acx_pthread_config"]=""
627S["LD_EXPORT_DYNAMIC"]=""
628S["SSLDIR"]="/usr"
629S["LIBCURL"]="-lcurl  "
630S["LIBCURL_CPPFLAGS"]=""
631S["_libcurl_config"]=""
632S["MYSQL_CFLAGS"]=""
633S["MYSQL_LIBS"]=""
634S["MYSQL_CONFIG"]=""
635S["DLLEXT"]="so"
636S["LIBEXT"]="a"
637S["boinc_alt_platform"]="i686-pc-linux-gnu"
638S["boinc_platform"]="x86_64-pc-linux-gnu"
639S["PICFLAGS"]=" -fPIC -DPIC"
640S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
641S["CXXCPP"]="g++ -E"
642S["OBJDUMP"]="objdump"
643S["AS"]="as"
644S["DLLTOOL"]="dlltool"
645S["RANLIB"]="ranlib"
646S["AR"]="ar"
647S["ECHO"]="echo"
648S["OBJCFLAGS"]="-ObjC"
649S["OBJC"]="gcc"
650S["am__fastdepOBJC_FALSE"]=""
651S["am__fastdepOBJC_TRUE"]="#"
652S["OBJCDEPMODE"]="depmode=none"
653S["EGREP"]="/bin/grep -E"
654S["GREP"]="/bin/grep"
655S["CLIENT_GUI_BIN_FILENAME"]="boincmgr"
656S["CLIENT_CMD_BIN_FILENAME"]="boinccmd"
657S["CLIENT_BIN_FILENAME"]="boinc"
658S["HAVE_DOCBOOK2X_MAN_FALSE"]="#"
659S["HAVE_DOCBOOK2X_MAN_TRUE"]=""
660S["DOCBOOK2X_MAN"]="/usr/bin/db2x_docbook2man"
661S["TOP_SOURCE_DIR"]="/home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6"
662S["TOP_BUILD_DIR"]="/home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6"
663S["BOINC_VERSION_STRING"]="6.6.37"
664S["BOINC_RELEASE"]="37"
665S["BOINC_MINOR_VERSION"]="6"
666S["BOINC_MAJOR_VERSION"]="6"
667S["ac_ct_F77"]="gfortran"
668S["FFLAGS"]="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/module"\
669"s -msse2 -march=opteron -mtune=generic"
670S["F77"]="gfortran"
671S["LN_S"]="ln -s"
672S["LN"]="/bin/ln"
673S["CPP"]="gcc -E"
674S["am__fastdepCXX_FALSE"]="#"
675S["am__fastdepCXX_TRUE"]=""
676S["CXXDEPMODE"]="depmode=gcc3"
677S["ac_ct_CXX"]="g++"
678S["CXXFLAGS"]="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -msse2 -march=opteron -mtune"\
679"=generic -I/usr/include -I/usr/include/openssl"
680S["CXX"]="g++"
681S["am__fastdepCC_FALSE"]="#"
682S["am__fastdepCC_TRUE"]=""
683S["CCDEPMODE"]="depmode=gcc3"
684S["AMDEPBACKSLASH"]="\\"
685S["AMDEP_FALSE"]="#"
686S["AMDEP_TRUE"]=""
687S["am__quote"]=""
688S["am__include"]="include"
689S["DEPDIR"]=".deps"
690S["OBJEXT"]="o"
691S["EXEEXT"]=""
692S["ac_ct_CC"]="gcc"
693S["CPPFLAGS"]=" "
694S["LDFLAGS"]=" -L/usr/lib"
695S["CFLAGS"]="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -msse2 -march=opteron -mtune"\
696"=generic -I/usr/include -I/usr/include/openssl"
697S["CC"]="gcc"
698S["RDATE"]="2009.07.20"
699S["REV"]=""
700S["am__untar"]="${AMTAR} xf -"
701S["am__tar"]="${AMTAR} chof - \"$$tardir\""
702S["AMTAR"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run tar"
703S["am__leading_dot"]="."
704S["SET_MAKE"]=""
705S["AWK"]="gawk"
706S["mkdir_p"]="/bin/mkdir -p"
707S["MKDIR_P"]="/bin/mkdir -p"
708S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
709S["STRIP"]=":"
710S["install_sh"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/install-sh"
711S["MAKEINFO"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run makeinfo"
712S["AUTOHEADER"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run autoheader"
713S["AUTOMAKE"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run automake-1.11"
714S["AUTOCONF"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run autoconf"
715S["ACLOCAL"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run aclocal-1.11"
716S["VERSION"]="6.6.37"
717S["PACKAGE"]="boinc"
718S["CYGPATH_W"]="echo"
719S["am__isrc"]=""
720S["INSTALL_DATA"]="${INSTALL} -m 644"
721S["INSTALL_SCRIPT"]="${INSTALL}"
722S["INSTALL_PROGRAM"]="${INSTALL}"
723S["target_os"]="linux-gnu"
724S["target_vendor"]="redhat"
725S["target_cpu"]="x86_64"
726S["target"]="x86_64-redhat-linux-gnu"
727S["host_os"]="linux-gnu"
728S["host_vendor"]="unknown"
729S["host_cpu"]="x86_64"
730S["host"]="x86_64-unknown-linux-gnu"
731S["build_os"]="linux-gnu"
732S["build_vendor"]="unknown"
733S["build_cpu"]="x86_64"
734S["build"]="x86_64-unknown-linux-gnu"
735S["LIBBOINC_VERSION"]="6:6:37"
736S["target_alias"]="x86_64-redhat-linux-gnu"
737S["host_alias"]="x86_64-unknown-linux-gnu"
738S["build_alias"]="x86_64-unknown-linux-gnu"
739S["LIBS"]="-lstdc++ -lc_nonshared -lgcc -lgcc_eh -lpthread -lc -lm "
740S["ECHO_T"]=""
741S["ECHO_N"]="-n"
742S["ECHO_C"]=""
743S["DEFS"]="-DHAVE_CONFIG_H"
744S["mandir"]="/usr/share/man"
745S["localedir"]="${datarootdir}/locale"
746S["libdir"]="/usr/lib64"
747S["psdir"]="${docdir}"
748S["pdfdir"]="${docdir}"
749S["dvidir"]="${docdir}"
750S["htmldir"]="${docdir}"
751S["infodir"]="/usr/share/info"
752S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
753S["oldincludedir"]="/usr/include"
754S["includedir"]="/usr/include"
755S["localstatedir"]="/var"
756S["sharedstatedir"]="/var/lib"
757S["sysconfdir"]="/etc"
758S["datadir"]="/usr/share"
759S["datarootdir"]="${prefix}/share"
760S["libexecdir"]="/usr/libexec"
761S["sbindir"]="/usr/sbin"
762S["bindir"]="/usr/bin"
763S["program_transform_name"]="s&^&&"
764S["prefix"]="/usr"
765S["exec_prefix"]="/usr"
766S["PACKAGE_BUGREPORT"]=""
767S["PACKAGE_STRING"]="BOINC 6.6.37"
768S["PACKAGE_VERSION"]="6.6.37"
769S["PACKAGE_TARNAME"]="boinc"
770S["PACKAGE_NAME"]="BOINC"
771S["PATH_SEPARATOR"]=":"
772S["SHELL"]="/bin/sh"
773_ACAWK
774cat >>"$tmp/subs1.awk" <<_ACAWK &&
775  for (key in S) S_is_set[key] = 1
776  FS = ""
777
778}
779{
780  line = $ 0
781  nfields = split(line, field, "@")
782  substed = 0
783  len = length(field[1])
784  for (i = 2; i < nfields; i++) {
785    key = field[i]
786    keylen = length(key)
787    if (S_is_set[key]) {
788      value = S[key]
789      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
790      len += length(value) + length(field[++i])
791      substed = 1
792    } else
793      len += 1 + keylen
794  }
795
796  print line
797}
798
799_ACAWK
800if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
801  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
802else
803  cat
804fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
805  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
806$as_echo "$as_me: error: could not setup config files machinery" >&2;}
807   { (exit 1); exit 1; }; }
808fi # test -n "$CONFIG_FILES"
809
810# Set up the scripts for CONFIG_HEADERS section.
811# No need to generate them if there are no CONFIG_HEADERS.
812# This happens for instance with `./config.status Makefile'.
813if test -n "$CONFIG_HEADERS"; then
814cat >"$tmp/defines.awk" <<\_ACAWK ||
815BEGIN {
816D["PACKAGE_NAME"]=" \"BOINC\""
817D["PACKAGE_TARNAME"]=" \"boinc\""
818D["PACKAGE_VERSION"]=" \"6.6.37\""
819D["PACKAGE_STRING"]=" \"BOINC 6.6.37\""
820D["PACKAGE_BUGREPORT"]=" \"\""
821D["PACKAGE"]=" \"boinc\""
822D["VERSION"]=" \"6.6.37\""
823D["STDC_HEADERS"]=" 1"
824D["HAVE_SYS_TYPES_H"]=" 1"
825D["HAVE_SYS_STAT_H"]=" 1"
826D["HAVE_STDLIB_H"]=" 1"
827D["HAVE_STRING_H"]=" 1"
828D["HAVE_MEMORY_H"]=" 1"
829D["HAVE_STRINGS_H"]=" 1"
830D["HAVE_INTTYPES_H"]=" 1"
831D["HAVE_STDINT_H"]=" 1"
832D["HAVE_UNISTD_H"]=" 1"
833D["HAVE_SYS_SOCKET_H"]=" 1"
834D["HAVE_DLFCN_H"]=" 1"
835D["HOSTTYPE"]=" \"x86_64-pc-linux-gnu\""
836D["HOSTTYPEALT"]=" \"i686-pc-linux-gnu\""
837D["DLLEXT"]=" \".so\""
838D["HAVE_SYS_SOCKET_H"]=" 1"
839D["HAVE_SOCKLEN_T"]=" 1"
840D["BOINC_SOCKLEN_T"]=" socklen_t"
841D["HAVE_LIBCURL"]=" 1"
842D["LIBCURL_FEATURE_SSL"]=" 1"
843D["LIBCURL_FEATURE_IPV6"]=" 1"
844D["LIBCURL_FEATURE_LIBZ"]=" 1"
845D["LIBCURL_FEATURE_IDN"]=" 1"
846D["LIBCURL_CABUNDLE"]=" \"/etc/pki/tls/certs/ca-bundle.crt\""
847D["LIBCURL_PROTOCOL_HTTP"]=" 1"
848D["LIBCURL_PROTOCOL_HTTPS"]=" 1"
849D["LIBCURL_PROTOCOL_FTP"]=" 1"
850D["LIBCURL_PROTOCOL_FTPS"]=" 1"
851D["LIBCURL_PROTOCOL_FILE"]=" 1"
852D["LIBCURL_PROTOCOL_TELNET"]=" 1"
853D["LIBCURL_PROTOCOL_LDAP"]=" 1"
854D["LIBCURL_PROTOCOL_LDAPS"]=" 1"
855D["LIBCURL_PROTOCOL_DICT"]=" 1"
856D["LIBCURL_PROTOCOL_TFTP"]=" 1"
857D["LIBCURL_PROTOCOL_SCP"]=" 1"
858D["LIBCURL_PROTOCOL_SFTP"]=" 1"
859D["USE_OPENSSL"]=" 1"
860D["HAVE_LIBDL"]=" 1"
861D["HAVE_LIBNSL"]=" 1"
862D["HAVE_LIBZ"]=" 1"
863D["HAVE_PTHREAD"]=" 1"
864D["BOINC_PREFIX"]=" \"/usr\""
865D["BOINC_EXECPREFIX"]=" \"/usr/bin\""
866D["BOINC_LIBDIR"]=" \"/usr/lib64\""
867D["HAVE_GL_GL_H"]=" 1"
868D["HAVE_GL_GLU_H"]=" 1"
869D["HAVE_GL_GLUT_H"]=" 1"
870D["HAVE_DIRENT_H"]=" 1"
871D["STDC_HEADERS"]=" 1"
872D["HAVE_SYS_WAIT_H"]=" 1"
873D["TIME_WITH_SYS_TIME"]=" 1"
874D["RETSIGTYPE"]=" void"
875D["HAVE_ARPA_INET_H"]=" 1"
876D["HAVE_DIRENT_H"]=" 1"
877D["HAVE_GRP_H"]=" 1"
878D["HAVE_FCNTL_H"]=" 1"
879D["HAVE_INTTYPES_H"]=" 1"
880D["HAVE_STDINT_H"]=" 1"
881D["HAVE_MALLOC_H"]=" 1"
882D["HAVE_ALLOCA_H"]=" 1"
883D["HAVE_MEMORY_H"]=" 1"
884D["HAVE_NETDB_H"]=" 1"
885D["HAVE_NETINET_IN_H"]=" 1"
886D["HAVE_NETINET_TCP_H"]=" 1"
887D["HAVE_SIGNAL_H"]=" 1"
888D["HAVE_STRINGS_H"]=" 1"
889D["HAVE_SYS_FILE_H"]=" 1"
890D["HAVE_SYS_IPC_H"]=" 1"
891D["HAVE_SYS_MOUNT_H"]=" 1"
892D["HAVE_SYS_PARAM_H"]=" 1"
893D["HAVE_SYS_RESOURCE_H"]=" 1"
894D["HAVE_SYS_SELECT_H"]=" 1"
895D["HAVE_SYS_SHM_H"]=" 1"
896D["HAVE_SYS_SOCKET_H"]=" 1"
897D["HAVE_SYS_STAT_H"]=" 1"
898D["HAVE_SYS_STATVFS_H"]=" 1"
899D["HAVE_SYS_STATFS_H"]=" 1"
900D["HAVE_SYS_SWAP_H"]=" 1"
901D["HAVE_SYS_SYSCTL_H"]=" 1"
902D["HAVE_SYS_TIME_H"]=" 1"
903D["HAVE_SYS_TYPES_H"]=" 1"
904D["HAVE_SYS_UTSNAME_H"]=" 1"
905D["HAVE_SYS_WAIT_H"]=" 1"
906D["HAVE_UNISTD_H"]=" 1"
907D["HAVE_UTMP_H"]=" 1"
908D["HAVE_ERRNO_H"]=" 1"
909D["HAVE_SETJMP_H"]=" 1"
910D["HAVE_ALGORITHM"]=" 1"
911D["HAVE_BITSET"]=" 1"
912D["HAVE_CASSERT"]=" 1"
913D["HAVE_CCTYPE"]=" 1"
914D["HAVE_CERRNO"]=" 1"
915D["HAVE_CFLOAT"]=" 1"
916D["HAVE_CLIMITS"]=" 1"
917D["HAVE_CLOCALE"]=" 1"
918D["HAVE_CMATH"]=" 1"
919D["HAVE_COMPLEX"]=" 1"
920D["HAVE_CSETJMP"]=" 1"
921D["HAVE_CSIGNAL"]=" 1"
922D["HAVE_CSTDARG"]=" 1"
923D["HAVE_CSTDDEF"]=" 1"
924D["HAVE_CSTDIO"]=" 1"
925D["HAVE_CSTDLIB"]=" 1"
926D["HAVE_CSTRING"]=" 1"
927D["HAVE_CTIME"]=" 1"
928D["HAVE_DEQUE"]=" 1"
929D["HAVE_FSTREAM"]=" 1"
930D["HAVE_FUNCTIONAL"]=" 1"
931D["HAVE_IOMANIP"]=" 1"
932D["HAVE_IOS"]=" 1"
933D["HAVE_IOSFWD"]=" 1"
934D["HAVE_IOSTREAM"]=" 1"
935D["HAVE_ISTREAM"]=" 1"
936D["HAVE_ITERATOR"]=" 1"
937D["HAVE_LIMITS"]=" 1"
938D["HAVE_LIST"]=" 1"
939D["HAVE_LOCALE"]=" 1"
940D["HAVE_MAP"]=" 1"
941D["HAVE_MEMORY"]=" 1"
942D["HAVE_NUMERIC"]=" 1"
943D["HAVE_OSTREAM"]=" 1"
944D["HAVE_QUEUE"]=" 1"
945D["HAVE_SET"]=" 1"
946D["HAVE_SSTREAM"]=" 1"
947D["HAVE_STACK"]=" 1"
948D["HAVE_STDEXCEPT"]=" 1"
949D["HAVE_STREAMBUF"]=" 1"
950D["HAVE_STRING"]=" 1"
951D["HAVE_UTILITY"]=" 1"
952D["HAVE_VALARRAY"]=" 1"
953D["HAVE_VECTOR"]=" 1"
954D["HAVE_NAMESPACES"]=" 1"
955D["HAVE_STD_MIN"]=" 1"
956D["HAVE_STD_MAX"]=" 1"
957D["HAVE_STD_TRANSFORM"]=" 1"
958D["HAVE_STD_LOCALE"]=" 1"
959D["HAVE_VPRINTF"]=" 1"
960D["HAVE_ALLOCA_H"]=" 1"
961D["HAVE_ALLOCA"]=" 1"
962D["HAVE_ALLOCA"]=" 1"
963D["HAVE_SETPRIORITY"]=" 1"
964D["HAVE_STRCASESTR"]=" 1"
965D["HAVE_SIGACTION"]=" 1"
966D["HAVE_GETUTENT"]=" 1"
967D["HAVE_SETUTENT"]=" 1"
968D["HAVE_STRDUP"]=" 1"
969D["HAVE_DAEMON"]=" 1"
970D["HAVE_STAT64"]=" 1"
971D["HAVE_PUTENV"]=" 1"
972D["HAVE_SETENV"]=" 1"
973D["HAVE_UNSETENV"]=" 1"
974D["HAVE_STRUCT_TM_TM_ZONE"]=" 1"
975D["HAVE_TM_ZONE"]=" 1"
976D["UTMP_LOCATION"]=" \"/var/run/utmp\""
977D["HAVE__PROC_SELF_STAT"]=" 1"
978D["HAVE__PROC_MEMINFO"]=" 1"
979D["HAVE_LIBM"]=" 1"
980D["HAVE_LIBM"]=" 1"
981D["HAVE_LIBC"]=" 1"
982D["HAVE_LIBC"]=" 1"
983D["HAVE_LIBPTHREAD"]=" 1"
984D["HAVE_LIBPTHREAD"]=" 1"
985D["HAVE_LIBGCC_EH"]=" 1"
986D["HAVE_LIBGCC_EH"]=" 1"
987D["HAVE_LIBGCC"]=" 1"
988D["HAVE_LIBGCC"]=" 1"
989D["HAVE_LIBC_NONSHARED"]=" 1"
990D["HAVE_LIBC_NONSHARED"]=" 1"
991D["HAVE_LIBSTDC"]=" ++ 1"
992D["HAVE_LIBSTDC__"]=" 1"
993  for (key in D) D_is_set[key] = 1
994  FS = ""
995}
996/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
997  line = $ 0
998  split(line, arg, " ")
999  if (arg[1] == "#") {
1000    defundef = arg[2]
1001    mac1 = arg[3]
1002  } else {
1003    defundef = substr(arg[1], 2)
1004    mac1 = arg[2]
1005  }
1006  split(mac1, mac2, "(") #)
1007  macro = mac2[1]
1008  prefix = substr(line, 1, index(line, defundef) - 1)
1009  if (D_is_set[macro]) {
1010    # Preserve the white space surrounding the "#".
1011    print prefix "define", macro P[macro] D[macro]
1012    next
1013  } else {
1014    # Replace #undef with comments.  This is necessary, for example,
1015    # in the case of _POSIX_SOURCE, which is predefined and required
1016    # on some systems where configure will not decide to define it.
1017    if (defundef == "undef") {
1018      print "/*", prefix defundef, macro, "*/"
1019      next
1020    }
1021  }
1022}
1023{ print }
1024_ACAWK
1025  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
1026$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
1027   { (exit 1); exit 1; }; }
1028fi # test -n "$CONFIG_HEADERS"
1029
1030
1031eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1032shift
1033for ac_tag
1034do
1035  case $ac_tag in
1036  :[FHLC]) ac_mode=$ac_tag; continue;;
1037  esac
1038  case $ac_mode$ac_tag in
1039  :[FHL]*:*);;
1040  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
1041$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
1042   { (exit 1); exit 1; }; };;
1043  :[FH]-) ac_tag=-:-;;
1044  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1045  esac
1046  ac_save_IFS=$IFS
1047  IFS=:
1048  set x $ac_tag
1049  IFS=$ac_save_IFS
1050  shift
1051  ac_file=$1
1052  shift
1053
1054  case $ac_mode in
1055  :L) ac_source=$1;;
1056  :[FH])
1057    ac_file_inputs=
1058    for ac_f
1059    do
1060      case $ac_f in
1061      -) ac_f="$tmp/stdin";;
1062      *) # Look for the file first in the build tree, then in the source tree
1063         # (if the path is not absolute).  The absolute path cannot be DOS-style,
1064         # because $ac_f cannot contain `:'.
1065         test -f "$ac_f" ||
1066           case $ac_f in
1067           [\\/$]*) false;;
1068           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1069           esac ||
1070           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
1071$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1072   { (exit 1); exit 1; }; };;
1073      esac
1074      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1075      ac_file_inputs="$ac_file_inputs '$ac_f'"
1076    done
1077
1078    # Let's still pretend it is `configure' which instantiates (i.e., don't
1079    # use $as_me), people would be surprised to read:
1080    #    /* config.h.  Generated by config.status.  */
1081    configure_input='Generated from '`
1082          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1083        `' by configure.'
1084    if test x"$ac_file" != x-; then
1085      configure_input="$ac_file.  $configure_input"
1086      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
1087$as_echo "$as_me: creating $ac_file" >&6;}
1088    fi
1089    # Neutralize special characters interpreted by sed in replacement strings.
1090    case $configure_input in #(
1091    *\&* | *\|* | *\\* )
1092       ac_sed_conf_input=`$as_echo "$configure_input" |
1093       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1094    *) ac_sed_conf_input=$configure_input;;
1095    esac
1096
1097    case $ac_tag in
1098    *:-:* | *:-) cat >"$tmp/stdin" \
1099      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1100$as_echo "$as_me: error: could not create $ac_file" >&2;}
1101   { (exit 1); exit 1; }; } ;;
1102    esac
1103    ;;
1104  esac
1105
1106  ac_dir=`$as_dirname -- "$ac_file" ||
1107$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1108         X"$ac_file" : 'X\(//\)[^/]' \| \
1109         X"$ac_file" : 'X\(//\)$' \| \
1110         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1111$as_echo X"$ac_file" |
1112    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1113            s//\1/
1114            q
1115          }
1116          /^X\(\/\/\)[^/].*/{
1117            s//\1/
1118            q
1119          }
1120          /^X\(\/\/\)$/{
1121            s//\1/
1122            q
1123          }
1124          /^X\(\/\).*/{
1125            s//\1/
1126            q
1127          }
1128          s/.*/./; q'`
1129  { as_dir="$ac_dir"
1130  case $as_dir in #(
1131  -*) as_dir=./$as_dir;;
1132  esac
1133  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1134    as_dirs=
1135    while :; do
1136      case $as_dir in #(
1137      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1138      *) as_qdir=$as_dir;;
1139      esac
1140      as_dirs="'$as_qdir' $as_dirs"
1141      as_dir=`$as_dirname -- "$as_dir" ||
1142$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1143         X"$as_dir" : 'X\(//\)[^/]' \| \
1144         X"$as_dir" : 'X\(//\)$' \| \
1145         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1146$as_echo X"$as_dir" |
1147    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1148            s//\1/
1149            q
1150          }
1151          /^X\(\/\/\)[^/].*/{
1152            s//\1/
1153            q
1154          }
1155          /^X\(\/\/\)$/{
1156            s//\1/
1157            q
1158          }
1159          /^X\(\/\).*/{
1160            s//\1/
1161            q
1162          }
1163          s/.*/./; q'`
1164      test -d "$as_dir" && break
1165    done
1166    test -z "$as_dirs" || eval "mkdir $as_dirs"
1167  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1168$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1169   { (exit 1); exit 1; }; }; }
1170  ac_builddir=.
1171
1172case "$ac_dir" in
1173.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1174*)
1175  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1176  # A ".." for each directory in $ac_dir_suffix.
1177  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1178  case $ac_top_builddir_sub in
1179  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1180  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1181  esac ;;
1182esac
1183ac_abs_top_builddir=$ac_pwd
1184ac_abs_builddir=$ac_pwd$ac_dir_suffix
1185# for backward compatibility:
1186ac_top_builddir=$ac_top_build_prefix
1187
1188case $srcdir in
1189  .)  # We are building in place.
1190    ac_srcdir=.
1191    ac_top_srcdir=$ac_top_builddir_sub
1192    ac_abs_top_srcdir=$ac_pwd ;;
1193  [\\/]* | ?:[\\/]* )  # Absolute name.
1194    ac_srcdir=$srcdir$ac_dir_suffix;
1195    ac_top_srcdir=$srcdir
1196    ac_abs_top_srcdir=$srcdir ;;
1197  *) # Relative name.
1198    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1199    ac_top_srcdir=$ac_top_build_prefix$srcdir
1200    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1201esac
1202ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1203
1204
1205  case $ac_mode in
1206  :F)
1207  #
1208  # CONFIG_FILE
1209  #
1210
1211  case $INSTALL in
1212  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1213  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1214  esac
1215  ac_MKDIR_P=$MKDIR_P
1216  case $MKDIR_P in
1217  [\\/$]* | ?:[\\/]* ) ;;
1218  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1219  esac
1220# If the template does not know about datarootdir, expand it.
1221# FIXME: This hack should be removed a few years after 2.60.
1222ac_datarootdir_hack=; ac_datarootdir_seen=
1223
1224ac_sed_dataroot='
1225/datarootdir/ {
1226  p
1227  q
1228}
1229/@datadir@/p
1230/@docdir@/p
1231/@infodir@/p
1232/@localedir@/p
1233/@mandir@/p
1234'
1235case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1236*datarootdir*) ac_datarootdir_seen=yes;;
1237*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1238  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1239$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1240  ac_datarootdir_hack='
1241  s&@datadir@&/usr/share&g
1242  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1243  s&@infodir@&/usr/share/info&g
1244  s&@localedir@&${datarootdir}/locale&g
1245  s&@mandir@&/usr/share/man&g
1246    s&\${datarootdir}&${prefix}/share&g' ;;
1247esac
1248ac_sed_extra="/^[        ]*VPATH[        ]*=/{
1249s/:*\$(srcdir):*/:/
1250s/:*\${srcdir}:*/:/
1251s/:*@srcdir@:*/:/
1252s/^\([^=]*=[     ]*\):*/\1/
1253s/:*$//
1254s/^[^=]*=[       ]*$//
1255}
1256
1257:t
1258/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1259s|@configure_input@|$ac_sed_conf_input|;t t
1260s&@top_builddir@&$ac_top_builddir_sub&;t t
1261s&@top_build_prefix@&$ac_top_build_prefix&;t t
1262s&@srcdir@&$ac_srcdir&;t t
1263s&@abs_srcdir@&$ac_abs_srcdir&;t t
1264s&@top_srcdir@&$ac_top_srcdir&;t t
1265s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1266s&@builddir@&$ac_builddir&;t t
1267s&@abs_builddir@&$ac_abs_builddir&;t t
1268s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1269s&@INSTALL@&$ac_INSTALL&;t t
1270s&@MKDIR_P@&$ac_MKDIR_P&;t t
1271$ac_datarootdir_hack
1272"
1273eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1274  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1275$as_echo "$as_me: error: could not create $ac_file" >&2;}
1276   { (exit 1); exit 1; }; }
1277
1278test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1279  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1280  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1281  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1282which seems to be undefined.  Please make sure it is defined." >&5
1283$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1284which seems to be undefined.  Please make sure it is defined." >&2;}
1285
1286  rm -f "$tmp/stdin"
1287  case $ac_file in
1288  -) cat "$tmp/out" && rm -f "$tmp/out";;
1289  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1290  esac \
1291  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1292$as_echo "$as_me: error: could not create $ac_file" >&2;}
1293   { (exit 1); exit 1; }; }
1294 ;;
1295  :H)
1296  #
1297  # CONFIG_HEADER
1298  #
1299  if test x"$ac_file" != x-; then
1300    {
1301      $as_echo "/* $configure_input  */" \
1302      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1303    } >"$tmp/config.h" \
1304      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1305$as_echo "$as_me: error: could not create $ac_file" >&2;}
1306   { (exit 1); exit 1; }; }
1307    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1308      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1309$as_echo "$as_me: $ac_file is unchanged" >&6;}
1310    else
1311      rm -f "$ac_file"
1312      mv "$tmp/config.h" "$ac_file" \
1313        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1314$as_echo "$as_me: error: could not create $ac_file" >&2;}
1315   { (exit 1); exit 1; }; }
1316    fi
1317  else
1318    $as_echo "/* $configure_input  */" \
1319      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1320      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1321$as_echo "$as_me: error: could not create -" >&2;}
1322   { (exit 1); exit 1; }; }
1323  fi
1324# Compute "$ac_file"'s index in $config_headers.
1325_am_arg="$ac_file"
1326_am_stamp_count=1
1327for _am_header in $config_headers :; do
1328  case $_am_header in
1329    $_am_arg | $_am_arg:* )
1330      break ;;
1331    * )
1332      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1333  esac
1334done
1335echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1336$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1337         X"$_am_arg" : 'X\(//\)[^/]' \| \
1338         X"$_am_arg" : 'X\(//\)$' \| \
1339         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1340$as_echo X"$_am_arg" |
1341    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1342            s//\1/
1343            q
1344          }
1345          /^X\(\/\/\)[^/].*/{
1346            s//\1/
1347            q
1348          }
1349          /^X\(\/\/\)$/{
1350            s//\1/
1351            q
1352          }
1353          /^X\(\/\).*/{
1354            s//\1/
1355            q
1356          }
1357          s/.*/./; q'`/stamp-h$_am_stamp_count
1358 ;;
1359
1360  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1361$as_echo "$as_me: executing $ac_file commands" >&6;}
1362 ;;
1363  esac
1364
1365
1366  case $ac_file$ac_mode in
1367    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1368  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1369  # are listed without --file.  Let's play safe and only enable the eval
1370  # if we detect the quoting.
1371  case $CONFIG_FILES in
1372  *\'*) eval set x "$CONFIG_FILES" ;;
1373  *)   set x $CONFIG_FILES ;;
1374  esac
1375  shift
1376  for mf
1377  do
1378    # Strip MF so we end up with the name of the file.
1379    mf=`echo "$mf" | sed -e 's/:.*$//'`
1380    # Check whether this is an Automake generated Makefile or not.
1381    # We used to match only the files named `Makefile.in', but
1382    # some people rename them; so instead we look at the file content.
1383    # Grep'ing the first line is not enough: some people post-process
1384    # each Makefile.in and add a new line on top of each file to say so.
1385    # Grep'ing the whole file is not good either: AIX grep has a line
1386    # limit of 2048, but all sed's we know have understand at least 4000.
1387    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1388      dirpart=`$as_dirname -- "$mf" ||
1389$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1390         X"$mf" : 'X\(//\)[^/]' \| \
1391         X"$mf" : 'X\(//\)$' \| \
1392         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1393$as_echo X"$mf" |
1394    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1395            s//\1/
1396            q
1397          }
1398          /^X\(\/\/\)[^/].*/{
1399            s//\1/
1400            q
1401          }
1402          /^X\(\/\/\)$/{
1403            s//\1/
1404            q
1405          }
1406          /^X\(\/\).*/{
1407            s//\1/
1408            q
1409          }
1410          s/.*/./; q'`
1411    else
1412      continue
1413    fi
1414    # Extract the definition of DEPDIR, am__include, and am__quote
1415    # from the Makefile without running `make'.
1416    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1417    test -z "$DEPDIR" && continue
1418    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1419    test -z "am__include" && continue
1420    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1421    # When using ansi2knr, U may be empty or an underscore; expand it
1422    U=`sed -n 's/^U = //p' < "$mf"`
1423    # Find all dependency output files, they are included files with
1424    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1425    # simplest approach to changing $(DEPDIR) to its actual value in the
1426    # expansion.
1427    for file in `sed -n "
1428      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1429         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1430      # Make sure the directory exists.
1431      test -f "$dirpart/$file" && continue
1432      fdir=`$as_dirname -- "$file" ||
1433$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1434         X"$file" : 'X\(//\)[^/]' \| \
1435         X"$file" : 'X\(//\)$' \| \
1436         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1437$as_echo X"$file" |
1438    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1439            s//\1/
1440            q
1441          }
1442          /^X\(\/\/\)[^/].*/{
1443            s//\1/
1444            q
1445          }
1446          /^X\(\/\/\)$/{
1447            s//\1/
1448            q
1449          }
1450          /^X\(\/\).*/{
1451            s//\1/
1452            q
1453          }
1454          s/.*/./; q'`
1455      { as_dir=$dirpart/$fdir
1456  case $as_dir in #(
1457  -*) as_dir=./$as_dir;;
1458  esac
1459  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1460    as_dirs=
1461    while :; do
1462      case $as_dir in #(
1463      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1464      *) as_qdir=$as_dir;;
1465      esac
1466      as_dirs="'$as_qdir' $as_dirs"
1467      as_dir=`$as_dirname -- "$as_dir" ||
1468$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1469         X"$as_dir" : 'X\(//\)[^/]' \| \
1470         X"$as_dir" : 'X\(//\)$' \| \
1471         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1472$as_echo X"$as_dir" |
1473    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1474            s//\1/
1475            q
1476          }
1477          /^X\(\/\/\)[^/].*/{
1478            s//\1/
1479            q
1480          }
1481          /^X\(\/\/\)$/{
1482            s//\1/
1483            q
1484          }
1485          /^X\(\/\).*/{
1486            s//\1/
1487            q
1488          }
1489          s/.*/./; q'`
1490      test -d "$as_dir" && break
1491    done
1492    test -z "$as_dirs" || eval "mkdir $as_dirs"
1493  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1494$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1495   { (exit 1); exit 1; }; }; }
1496      # echo "creating $dirpart/$file"
1497      echo '# dummy' > "$dirpart/$file"
1498    done
1499  done
1500}
1501 ;;
1502
1503  esac
1504done # for ac_tag
1505
1506
1507{ (exit 0); exit 0; }