OSDN Git Service

-lexeme_idを、private inherit Enum idiomで書き直した。なんかよくわからないエラーが出るけど気にしない。
[simplecms/utakata.git] / config.status
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
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10 SHELL=${CONFIG_SHELL-/bin/sh}
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 utakata $as_me 0.0.1, which was
313 generated by GNU Autoconf 2.63.  Invocation command line was
314
315   CONFIG_FILES    = $CONFIG_FILES
316   CONFIG_HEADERS  = $CONFIG_HEADERS
317   CONFIG_LINKS    = $CONFIG_LINKS
318   CONFIG_COMMANDS = $CONFIG_COMMANDS
319   $ $0 $@
320
321 on `(hostname || uname -n) 2>/dev/null | sed 1q`
322 "
323
324 # Files that config.status was made for.
325 config_files=" Makefile test/Makefile"
326 config_headers=" config.h"
327 config_commands=" depfiles"
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 utakata config.status 0.0.1
359 configured by ./configure, generated by GNU Autoconf 2.63,
360   with options \"\"
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='/home/derui/develop/utakata'
367 srcdir='.'
368 INSTALL='/usr/bin/install -c'
369 MKDIR_P='/bin/mkdir -p'
370 AWK='gawk'
371 test -n "$AWK" || AWK=awk
372 # The default lists apply if the user does not specify any file.
373 ac_need_defaults=:
374 while test $# != 0
375 do
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
414 Try \`$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
424 Try \`$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
432 done
433
434 ac_configure_extra_args=
435
436 if $ac_cs_silent; then
437   exec 6>/dev/null
438   ac_configure_extra_args="$ac_configure_extra_args --silent"
439 fi
440
441 if $ac_cs_recheck; then
442   set X '/bin/sh' './configure'  $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 "$@"
448 fi
449
450 exec 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 #
462 AMDEP_TRUE="" ac_aux_dir="."
463
464
465 # Handling of arguments.
466 for ac_config_target in $ac_config_targets
467 do
468   case $ac_config_target in
469     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
470     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
471     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
472     "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
473
474   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
475 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
476    { (exit 1); exit 1; }; };;
477   esac
478 done
479
480
481 # If the user did not use the arguments to specify the items to instantiate,
482 # then the envvar interface is used.  Set only those that are not.
483 # We use the long form for the default assignment because of an extremely
484 # bizarre bug on SunOS 4.1.3.
485 if $ac_need_defaults; then
486   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
487   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
488   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
489 fi
490
491 # Have a temporary directory for convenience.  Make it in the build tree
492 # simply because there is no reason against having it here, and in addition,
493 # creating and moving files from /tmp can sometimes cause problems.
494 # Hook for its removal unless debugging.
495 # Note that there is a small window in which the directory will not be cleaned:
496 # after its creation but before its name has been assigned to `$tmp'.
497 $debug ||
498 {
499   tmp=
500   trap 'exit_status=$?
501   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
502 ' 0
503   trap '{ (exit 1); exit 1; }' 1 2 13 15
504 }
505 # Create a (secure) tmp directory for tmp files.
506
507 {
508   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
509   test -n "$tmp" && test -d "$tmp"
510 }  ||
511 {
512   tmp=./conf$$-$RANDOM
513   (umask 077 && mkdir "$tmp")
514 } ||
515 {
516    $as_echo "$as_me: cannot create a temporary directory in ." >&2
517    { (exit 1); exit 1; }
518 }
519
520 # Set up the scripts for CONFIG_FILES section.
521 # No need to generate them if there are no CONFIG_FILES.
522 # This happens for instance with `./config.status config.h'.
523 if test -n "$CONFIG_FILES"; then
524
525
526 ac_cr='\r'
527 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
528 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
529   ac_cs_awk_cr='\\r'
530 else
531   ac_cs_awk_cr=$ac_cr
532 fi
533
534 echo 'BEGIN {' >"$tmp/subs1.awk" &&
535 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
536 S["LTLIBOBJS"]=""
537 S["LIBOBJS"]=""
538 S["EGREP"]="/bin/grep -E"
539 S["GREP"]="/bin/grep"
540 S["CPP"]="gcc -E"
541 S["am__fastdepCC_FALSE"]="#"
542 S["am__fastdepCC_TRUE"]=""
543 S["CCDEPMODE"]="depmode=gcc3"
544 S["ac_ct_CC"]="gcc"
545 S["CFLAGS"]="-g -O2"
546 S["CC"]="gcc"
547 S["am__fastdepCXX_FALSE"]="#"
548 S["am__fastdepCXX_TRUE"]=""
549 S["CXXDEPMODE"]="depmode=gcc3"
550 S["AMDEPBACKSLASH"]="\\"
551 S["AMDEP_FALSE"]="#"
552 S["AMDEP_TRUE"]=""
553 S["am__quote"]=""
554 S["am__include"]="include"
555 S["DEPDIR"]=".deps"
556 S["OBJEXT"]="o"
557 S["EXEEXT"]=""
558 S["ac_ct_CXX"]="g++"
559 S["CPPFLAGS"]=""
560 S["LDFLAGS"]=""
561 S["CXXFLAGS"]="-g -O2"
562 S["CXX"]="g++"
563 S["am__untar"]="${AMTAR} xf -"
564 S["am__tar"]="${AMTAR} chof - \"$$tardir\""
565 S["AMTAR"]="${SHELL} /home/derui/develop/utakata/missing --run tar"
566 S["am__leading_dot"]="."
567 S["SET_MAKE"]=""
568 S["AWK"]="gawk"
569 S["mkdir_p"]="/bin/mkdir -p"
570 S["MKDIR_P"]="/bin/mkdir -p"
571 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
572 S["STRIP"]=""
573 S["install_sh"]="$(SHELL) /home/derui/develop/utakata/install-sh"
574 S["MAKEINFO"]="${SHELL} /home/derui/develop/utakata/missing --run makeinfo"
575 S["AUTOHEADER"]="${SHELL} /home/derui/develop/utakata/missing --run autoheader"
576 S["AUTOMAKE"]="${SHELL} /home/derui/develop/utakata/missing --run automake-1.10"
577 S["AUTOCONF"]="${SHELL} /home/derui/develop/utakata/missing --run autoconf"
578 S["ACLOCAL"]="${SHELL} /home/derui/develop/utakata/missing --run aclocal-1.10"
579 S["VERSION"]="0.0.1"
580 S["PACKAGE"]="utakata"
581 S["CYGPATH_W"]="echo"
582 S["am__isrc"]=""
583 S["INSTALL_DATA"]="${INSTALL} -m 644"
584 S["INSTALL_SCRIPT"]="${INSTALL}"
585 S["INSTALL_PROGRAM"]="${INSTALL}"
586 S["target_alias"]=""
587 S["host_alias"]=""
588 S["build_alias"]=""
589 S["LIBS"]=""
590 S["ECHO_T"]=""
591 S["ECHO_N"]="-n"
592 S["ECHO_C"]=""
593 S["DEFS"]="-DHAVE_CONFIG_H"
594 S["mandir"]="${datarootdir}/man"
595 S["localedir"]="${datarootdir}/locale"
596 S["libdir"]="${exec_prefix}/lib"
597 S["psdir"]="${docdir}"
598 S["pdfdir"]="${docdir}"
599 S["dvidir"]="${docdir}"
600 S["htmldir"]="${docdir}"
601 S["infodir"]="${datarootdir}/info"
602 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
603 S["oldincludedir"]="/usr/include"
604 S["includedir"]="${prefix}/include"
605 S["localstatedir"]="${prefix}/var"
606 S["sharedstatedir"]="${prefix}/com"
607 S["sysconfdir"]="${prefix}/etc"
608 S["datadir"]="${datarootdir}"
609 S["datarootdir"]="${prefix}/share"
610 S["libexecdir"]="${exec_prefix}/libexec"
611 S["sbindir"]="${exec_prefix}/sbin"
612 S["bindir"]="${exec_prefix}/bin"
613 S["program_transform_name"]="s,x,x,"
614 S["prefix"]="/usr/local"
615 S["exec_prefix"]="${prefix}"
616 S["PACKAGE_BUGREPORT"]="BUG-REPORT-ADDRESS"
617 S["PACKAGE_STRING"]="utakata 0.0.1"
618 S["PACKAGE_VERSION"]="0.0.1"
619 S["PACKAGE_TARNAME"]="utakata"
620 S["PACKAGE_NAME"]="utakata"
621 S["PATH_SEPARATOR"]=":"
622 S["SHELL"]="/bin/sh"
623 _ACAWK
624 cat >>"$tmp/subs1.awk" <<_ACAWK &&
625   for (key in S) S_is_set[key] = 1
626   FS = "\a"
627
628 }
629 {
630   line = $ 0
631   nfields = split(line, field, "@")
632   substed = 0
633   len = length(field[1])
634   for (i = 2; i < nfields; i++) {
635     key = field[i]
636     keylen = length(key)
637     if (S_is_set[key]) {
638       value = S[key]
639       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
640       len += length(value) + length(field[++i])
641       substed = 1
642     } else
643       len += 1 + keylen
644   }
645
646   print line
647 }
648
649 _ACAWK
650 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
651   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
652 else
653   cat
654 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
655   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
656 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
657    { (exit 1); exit 1; }; }
658 fi # test -n "$CONFIG_FILES"
659
660 # Set up the scripts for CONFIG_HEADERS section.
661 # No need to generate them if there are no CONFIG_HEADERS.
662 # This happens for instance with `./config.status Makefile'.
663 if test -n "$CONFIG_HEADERS"; then
664 cat >"$tmp/defines.awk" <<\_ACAWK ||
665 BEGIN {
666 D["PACKAGE_NAME"]=" \"utakata\""
667 D["PACKAGE_TARNAME"]=" \"utakata\""
668 D["PACKAGE_VERSION"]=" \"0.0.1\""
669 D["PACKAGE_STRING"]=" \"utakata 0.0.1\""
670 D["PACKAGE_BUGREPORT"]=" \"BUG-REPORT-ADDRESS\""
671 D["STDC_HEADERS"]=" 1"
672 D["HAVE_SYS_TYPES_H"]=" 1"
673 D["HAVE_SYS_STAT_H"]=" 1"
674 D["HAVE_STDLIB_H"]=" 1"
675 D["HAVE_STRING_H"]=" 1"
676 D["HAVE_MEMORY_H"]=" 1"
677 D["HAVE_STRINGS_H"]=" 1"
678 D["HAVE_INTTYPES_H"]=" 1"
679 D["HAVE_STDINT_H"]=" 1"
680 D["HAVE_UNISTD_H"]=" 1"
681 D["HAVE__BOOL"]=" 1"
682 D["HAVE_STDBOOL_H"]=" 1"
683   for (key in D) D_is_set[key] = 1
684   FS = "\a"
685 }
686 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
687   line = $ 0
688   split(line, arg, " ")
689   if (arg[1] == "#") {
690     defundef = arg[2]
691     mac1 = arg[3]
692   } else {
693     defundef = substr(arg[1], 2)
694     mac1 = arg[2]
695   }
696   split(mac1, mac2, "(") #)
697   macro = mac2[1]
698   prefix = substr(line, 1, index(line, defundef) - 1)
699   if (D_is_set[macro]) {
700     # Preserve the white space surrounding the "#".
701     print prefix "define", macro P[macro] D[macro]
702     next
703   } else {
704     # Replace #undef with comments.  This is necessary, for example,
705     # in the case of _POSIX_SOURCE, which is predefined and required
706     # on some systems where configure will not decide to define it.
707     if (defundef == "undef") {
708       print "/*", prefix defundef, macro, "*/"
709       next
710     }
711   }
712 }
713 { print }
714 _ACAWK
715   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
716 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
717    { (exit 1); exit 1; }; }
718 fi # test -n "$CONFIG_HEADERS"
719
720
721 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
722 shift
723 for ac_tag
724 do
725   case $ac_tag in
726   :[FHLC]) ac_mode=$ac_tag; continue;;
727   esac
728   case $ac_mode$ac_tag in
729   :[FHL]*:*);;
730   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
731 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
732    { (exit 1); exit 1; }; };;
733   :[FH]-) ac_tag=-:-;;
734   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
735   esac
736   ac_save_IFS=$IFS
737   IFS=:
738   set x $ac_tag
739   IFS=$ac_save_IFS
740   shift
741   ac_file=$1
742   shift
743
744   case $ac_mode in
745   :L) ac_source=$1;;
746   :[FH])
747     ac_file_inputs=
748     for ac_f
749     do
750       case $ac_f in
751       -) ac_f="$tmp/stdin";;
752       *) # Look for the file first in the build tree, then in the source tree
753          # (if the path is not absolute).  The absolute path cannot be DOS-style,
754          # because $ac_f cannot contain `:'.
755          test -f "$ac_f" ||
756            case $ac_f in
757            [\\/$]*) false;;
758            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
759            esac ||
760            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
761 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
762    { (exit 1); exit 1; }; };;
763       esac
764       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
765       ac_file_inputs="$ac_file_inputs '$ac_f'"
766     done
767
768     # Let's still pretend it is `configure' which instantiates (i.e., don't
769     # use $as_me), people would be surprised to read:
770     #    /* config.h.  Generated by config.status.  */
771     configure_input='Generated from '`
772           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
773         `' by configure.'
774     if test x"$ac_file" != x-; then
775       configure_input="$ac_file.  $configure_input"
776       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
777 $as_echo "$as_me: creating $ac_file" >&6;}
778     fi
779     # Neutralize special characters interpreted by sed in replacement strings.
780     case $configure_input in #(
781     *\&* | *\|* | *\\* )
782        ac_sed_conf_input=`$as_echo "$configure_input" |
783        sed 's/[\\\\&|]/\\\\&/g'`;; #(
784     *) ac_sed_conf_input=$configure_input;;
785     esac
786
787     case $ac_tag in
788     *:-:* | *:-) cat >"$tmp/stdin" \
789       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
790 $as_echo "$as_me: error: could not create $ac_file" >&2;}
791    { (exit 1); exit 1; }; } ;;
792     esac
793     ;;
794   esac
795
796   ac_dir=`$as_dirname -- "$ac_file" ||
797 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
798          X"$ac_file" : 'X\(//\)[^/]' \| \
799          X"$ac_file" : 'X\(//\)$' \| \
800          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
801 $as_echo X"$ac_file" |
802     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
803             s//\1/
804             q
805           }
806           /^X\(\/\/\)[^/].*/{
807             s//\1/
808             q
809           }
810           /^X\(\/\/\)$/{
811             s//\1/
812             q
813           }
814           /^X\(\/\).*/{
815             s//\1/
816             q
817           }
818           s/.*/./; q'`
819   { as_dir="$ac_dir"
820   case $as_dir in #(
821   -*) as_dir=./$as_dir;;
822   esac
823   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
824     as_dirs=
825     while :; do
826       case $as_dir in #(
827       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
828       *) as_qdir=$as_dir;;
829       esac
830       as_dirs="'$as_qdir' $as_dirs"
831       as_dir=`$as_dirname -- "$as_dir" ||
832 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
833          X"$as_dir" : 'X\(//\)[^/]' \| \
834          X"$as_dir" : 'X\(//\)$' \| \
835          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
836 $as_echo X"$as_dir" |
837     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
838             s//\1/
839             q
840           }
841           /^X\(\/\/\)[^/].*/{
842             s//\1/
843             q
844           }
845           /^X\(\/\/\)$/{
846             s//\1/
847             q
848           }
849           /^X\(\/\).*/{
850             s//\1/
851             q
852           }
853           s/.*/./; q'`
854       test -d "$as_dir" && break
855     done
856     test -z "$as_dirs" || eval "mkdir $as_dirs"
857   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
858 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
859    { (exit 1); exit 1; }; }; }
860   ac_builddir=.
861
862 case "$ac_dir" in
863 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
864 *)
865   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
866   # A ".." for each directory in $ac_dir_suffix.
867   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
868   case $ac_top_builddir_sub in
869   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
870   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
871   esac ;;
872 esac
873 ac_abs_top_builddir=$ac_pwd
874 ac_abs_builddir=$ac_pwd$ac_dir_suffix
875 # for backward compatibility:
876 ac_top_builddir=$ac_top_build_prefix
877
878 case $srcdir in
879   .)  # We are building in place.
880     ac_srcdir=.
881     ac_top_srcdir=$ac_top_builddir_sub
882     ac_abs_top_srcdir=$ac_pwd ;;
883   [\\/]* | ?:[\\/]* )  # Absolute name.
884     ac_srcdir=$srcdir$ac_dir_suffix;
885     ac_top_srcdir=$srcdir
886     ac_abs_top_srcdir=$srcdir ;;
887   *) # Relative name.
888     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
889     ac_top_srcdir=$ac_top_build_prefix$srcdir
890     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
891 esac
892 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
893
894
895   case $ac_mode in
896   :F)
897   #
898   # CONFIG_FILE
899   #
900
901   case $INSTALL in
902   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
903   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
904   esac
905   ac_MKDIR_P=$MKDIR_P
906   case $MKDIR_P in
907   [\\/$]* | ?:[\\/]* ) ;;
908   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
909   esac
910 # If the template does not know about datarootdir, expand it.
911 # FIXME: This hack should be removed a few years after 2.60.
912 ac_datarootdir_hack=; ac_datarootdir_seen=
913
914 ac_sed_dataroot='
915 /datarootdir/ {
916   p
917   q
918 }
919 /@datadir@/p
920 /@docdir@/p
921 /@infodir@/p
922 /@localedir@/p
923 /@mandir@/p
924 '
925 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
926 *datarootdir*) ac_datarootdir_seen=yes;;
927 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
928   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
929 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
930   ac_datarootdir_hack='
931   s&@datadir@&${datarootdir}&g
932   s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
933   s&@infodir@&${datarootdir}/info&g
934   s&@localedir@&${datarootdir}/locale&g
935   s&@mandir@&${datarootdir}/man&g
936     s&\${datarootdir}&${prefix}/share&g' ;;
937 esac
938 ac_sed_extra="/^[        ]*VPATH[        ]*=/{
939 s/:*\$(srcdir):*/:/
940 s/:*\${srcdir}:*/:/
941 s/:*@srcdir@:*/:/
942 s/^\([^=]*=[     ]*\):*/\1/
943 s/:*$//
944 s/^[^=]*=[       ]*$//
945 }
946
947 :t
948 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
949 s|@configure_input@|$ac_sed_conf_input|;t t
950 s&@top_builddir@&$ac_top_builddir_sub&;t t
951 s&@top_build_prefix@&$ac_top_build_prefix&;t t
952 s&@srcdir@&$ac_srcdir&;t t
953 s&@abs_srcdir@&$ac_abs_srcdir&;t t
954 s&@top_srcdir@&$ac_top_srcdir&;t t
955 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
956 s&@builddir@&$ac_builddir&;t t
957 s&@abs_builddir@&$ac_abs_builddir&;t t
958 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
959 s&@INSTALL@&$ac_INSTALL&;t t
960 s&@MKDIR_P@&$ac_MKDIR_P&;t t
961 $ac_datarootdir_hack
962 "
963 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
964   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
965 $as_echo "$as_me: error: could not create $ac_file" >&2;}
966    { (exit 1); exit 1; }; }
967
968 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
969   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
970   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
971   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
972 which seems to be undefined.  Please make sure it is defined." >&5
973 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
974 which seems to be undefined.  Please make sure it is defined." >&2;}
975
976   rm -f "$tmp/stdin"
977   case $ac_file in
978   -) cat "$tmp/out" && rm -f "$tmp/out";;
979   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
980   esac \
981   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
982 $as_echo "$as_me: error: could not create $ac_file" >&2;}
983    { (exit 1); exit 1; }; }
984  ;;
985   :H)
986   #
987   # CONFIG_HEADER
988   #
989   if test x"$ac_file" != x-; then
990     {
991       $as_echo "/* $configure_input  */" \
992       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
993     } >"$tmp/config.h" \
994       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
995 $as_echo "$as_me: error: could not create $ac_file" >&2;}
996    { (exit 1); exit 1; }; }
997     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
998       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
999 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1000     else
1001       rm -f "$ac_file"
1002       mv "$tmp/config.h" "$ac_file" \
1003         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1004 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1005    { (exit 1); exit 1; }; }
1006     fi
1007   else
1008     $as_echo "/* $configure_input  */" \
1009       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1010       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1011 $as_echo "$as_me: error: could not create -" >&2;}
1012    { (exit 1); exit 1; }; }
1013   fi
1014 # Compute "$ac_file"'s index in $config_headers.
1015 _am_arg="$ac_file"
1016 _am_stamp_count=1
1017 for _am_header in $config_headers :; do
1018   case $_am_header in
1019     $_am_arg | $_am_arg:* )
1020       break ;;
1021     * )
1022       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1023   esac
1024 done
1025 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1026 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1027          X"$_am_arg" : 'X\(//\)[^/]' \| \
1028          X"$_am_arg" : 'X\(//\)$' \| \
1029          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1030 $as_echo X"$_am_arg" |
1031     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1032             s//\1/
1033             q
1034           }
1035           /^X\(\/\/\)[^/].*/{
1036             s//\1/
1037             q
1038           }
1039           /^X\(\/\/\)$/{
1040             s//\1/
1041             q
1042           }
1043           /^X\(\/\).*/{
1044             s//\1/
1045             q
1046           }
1047           s/.*/./; q'`/stamp-h$_am_stamp_count
1048  ;;
1049
1050   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1051 $as_echo "$as_me: executing $ac_file commands" >&6;}
1052  ;;
1053   esac
1054
1055
1056   case $ac_file$ac_mode in
1057     "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files
1058 # are listed without --file.  Let's play safe and only enable the eval
1059 # if we detect the quoting.
1060 case $CONFIG_FILES in
1061 *\'*) eval set x "$CONFIG_FILES" ;;
1062 *)   set x $CONFIG_FILES ;;
1063 esac
1064 shift
1065 for mf
1066 do
1067   # Strip MF so we end up with the name of the file.
1068   mf=`echo "$mf" | sed -e 's/:.*$//'`
1069   # Check whether this is an Automake generated Makefile or not.
1070   # We used to match only the files named `Makefile.in', but
1071   # some people rename them; so instead we look at the file content.
1072   # Grep'ing the first line is not enough: some people post-process
1073   # each Makefile.in and add a new line on top of each file to say so.
1074   # Grep'ing the whole file is not good either: AIX grep has a line
1075   # limit of 2048, but all sed's we know have understand at least 4000.
1076   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1077     dirpart=`$as_dirname -- "$mf" ||
1078 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1079          X"$mf" : 'X\(//\)[^/]' \| \
1080          X"$mf" : 'X\(//\)$' \| \
1081          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1082 $as_echo X"$mf" |
1083     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1084             s//\1/
1085             q
1086           }
1087           /^X\(\/\/\)[^/].*/{
1088             s//\1/
1089             q
1090           }
1091           /^X\(\/\/\)$/{
1092             s//\1/
1093             q
1094           }
1095           /^X\(\/\).*/{
1096             s//\1/
1097             q
1098           }
1099           s/.*/./; q'`
1100   else
1101     continue
1102   fi
1103   # Extract the definition of DEPDIR, am__include, and am__quote
1104   # from the Makefile without running `make'.
1105   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1106   test -z "$DEPDIR" && continue
1107   am__include=`sed -n 's/^am__include = //p' < "$mf"`
1108   test -z "am__include" && continue
1109   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1110   # When using ansi2knr, U may be empty or an underscore; expand it
1111   U=`sed -n 's/^U = //p' < "$mf"`
1112   # Find all dependency output files, they are included files with
1113   # $(DEPDIR) in their names.  We invoke sed twice because it is the
1114   # simplest approach to changing $(DEPDIR) to its actual value in the
1115   # expansion.
1116   for file in `sed -n "
1117     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1118        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1119     # Make sure the directory exists.
1120     test -f "$dirpart/$file" && continue
1121     fdir=`$as_dirname -- "$file" ||
1122 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1123          X"$file" : 'X\(//\)[^/]' \| \
1124          X"$file" : 'X\(//\)$' \| \
1125          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1126 $as_echo X"$file" |
1127     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1128             s//\1/
1129             q
1130           }
1131           /^X\(\/\/\)[^/].*/{
1132             s//\1/
1133             q
1134           }
1135           /^X\(\/\/\)$/{
1136             s//\1/
1137             q
1138           }
1139           /^X\(\/\).*/{
1140             s//\1/
1141             q
1142           }
1143           s/.*/./; q'`
1144     { as_dir=$dirpart/$fdir
1145   case $as_dir in #(
1146   -*) as_dir=./$as_dir;;
1147   esac
1148   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1149     as_dirs=
1150     while :; do
1151       case $as_dir in #(
1152       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1153       *) as_qdir=$as_dir;;
1154       esac
1155       as_dirs="'$as_qdir' $as_dirs"
1156       as_dir=`$as_dirname -- "$as_dir" ||
1157 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1158          X"$as_dir" : 'X\(//\)[^/]' \| \
1159          X"$as_dir" : 'X\(//\)$' \| \
1160          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1161 $as_echo X"$as_dir" |
1162     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1163             s//\1/
1164             q
1165           }
1166           /^X\(\/\/\)[^/].*/{
1167             s//\1/
1168             q
1169           }
1170           /^X\(\/\/\)$/{
1171             s//\1/
1172             q
1173           }
1174           /^X\(\/\).*/{
1175             s//\1/
1176             q
1177           }
1178           s/.*/./; q'`
1179       test -d "$as_dir" && break
1180     done
1181     test -z "$as_dirs" || eval "mkdir $as_dirs"
1182   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1183 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1184    { (exit 1); exit 1; }; }; }
1185     # echo "creating $dirpart/$file"
1186     echo '# dummy' > "$dirpart/$file"
1187   done
1188 done
1189  ;;
1190
1191   esac
1192 done # for ac_tag
1193
1194
1195 { (exit 0); exit 0; }