OSDN Git Service

SchemeLexerの実装により、字句解析部分の作成を完了。
[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 Rakefile"
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     "Rakefile") CONFIG_FILES="$CONFIG_FILES Rakefile" ;;
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["PACKAGE"]=" \"utakata\""
672 D["VERSION"]=" \"0.0.1\""
673 D["STDC_HEADERS"]=" 1"
674 D["HAVE_SYS_TYPES_H"]=" 1"
675 D["HAVE_SYS_STAT_H"]=" 1"
676 D["HAVE_STDLIB_H"]=" 1"
677 D["HAVE_STRING_H"]=" 1"
678 D["HAVE_MEMORY_H"]=" 1"
679 D["HAVE_STRINGS_H"]=" 1"
680 D["HAVE_INTTYPES_H"]=" 1"
681 D["HAVE_STDINT_H"]=" 1"
682 D["HAVE_UNISTD_H"]=" 1"
683 D["HAVE__BOOL"]=" 1"
684 D["HAVE_STDBOOL_H"]=" 1"
685   for (key in D) D_is_set[key] = 1
686   FS = "\a"
687 }
688 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
689   line = $ 0
690   split(line, arg, " ")
691   if (arg[1] == "#") {
692     defundef = arg[2]
693     mac1 = arg[3]
694   } else {
695     defundef = substr(arg[1], 2)
696     mac1 = arg[2]
697   }
698   split(mac1, mac2, "(") #)
699   macro = mac2[1]
700   prefix = substr(line, 1, index(line, defundef) - 1)
701   if (D_is_set[macro]) {
702     # Preserve the white space surrounding the "#".
703     print prefix "define", macro P[macro] D[macro]
704     next
705   } else {
706     # Replace #undef with comments.  This is necessary, for example,
707     # in the case of _POSIX_SOURCE, which is predefined and required
708     # on some systems where configure will not decide to define it.
709     if (defundef == "undef") {
710       print "/*", prefix defundef, macro, "*/"
711       next
712     }
713   }
714 }
715 { print }
716 _ACAWK
717   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
718 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
719    { (exit 1); exit 1; }; }
720 fi # test -n "$CONFIG_HEADERS"
721
722
723 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
724 shift
725 for ac_tag
726 do
727   case $ac_tag in
728   :[FHLC]) ac_mode=$ac_tag; continue;;
729   esac
730   case $ac_mode$ac_tag in
731   :[FHL]*:*);;
732   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
733 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
734    { (exit 1); exit 1; }; };;
735   :[FH]-) ac_tag=-:-;;
736   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
737   esac
738   ac_save_IFS=$IFS
739   IFS=:
740   set x $ac_tag
741   IFS=$ac_save_IFS
742   shift
743   ac_file=$1
744   shift
745
746   case $ac_mode in
747   :L) ac_source=$1;;
748   :[FH])
749     ac_file_inputs=
750     for ac_f
751     do
752       case $ac_f in
753       -) ac_f="$tmp/stdin";;
754       *) # Look for the file first in the build tree, then in the source tree
755          # (if the path is not absolute).  The absolute path cannot be DOS-style,
756          # because $ac_f cannot contain `:'.
757          test -f "$ac_f" ||
758            case $ac_f in
759            [\\/$]*) false;;
760            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
761            esac ||
762            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
763 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
764    { (exit 1); exit 1; }; };;
765       esac
766       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
767       ac_file_inputs="$ac_file_inputs '$ac_f'"
768     done
769
770     # Let's still pretend it is `configure' which instantiates (i.e., don't
771     # use $as_me), people would be surprised to read:
772     #    /* config.h.  Generated by config.status.  */
773     configure_input='Generated from '`
774           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
775         `' by configure.'
776     if test x"$ac_file" != x-; then
777       configure_input="$ac_file.  $configure_input"
778       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
779 $as_echo "$as_me: creating $ac_file" >&6;}
780     fi
781     # Neutralize special characters interpreted by sed in replacement strings.
782     case $configure_input in #(
783     *\&* | *\|* | *\\* )
784        ac_sed_conf_input=`$as_echo "$configure_input" |
785        sed 's/[\\\\&|]/\\\\&/g'`;; #(
786     *) ac_sed_conf_input=$configure_input;;
787     esac
788
789     case $ac_tag in
790     *:-:* | *:-) cat >"$tmp/stdin" \
791       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
792 $as_echo "$as_me: error: could not create $ac_file" >&2;}
793    { (exit 1); exit 1; }; } ;;
794     esac
795     ;;
796   esac
797
798   ac_dir=`$as_dirname -- "$ac_file" ||
799 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
800          X"$ac_file" : 'X\(//\)[^/]' \| \
801          X"$ac_file" : 'X\(//\)$' \| \
802          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
803 $as_echo X"$ac_file" |
804     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
805             s//\1/
806             q
807           }
808           /^X\(\/\/\)[^/].*/{
809             s//\1/
810             q
811           }
812           /^X\(\/\/\)$/{
813             s//\1/
814             q
815           }
816           /^X\(\/\).*/{
817             s//\1/
818             q
819           }
820           s/.*/./; q'`
821   { as_dir="$ac_dir"
822   case $as_dir in #(
823   -*) as_dir=./$as_dir;;
824   esac
825   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
826     as_dirs=
827     while :; do
828       case $as_dir in #(
829       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
830       *) as_qdir=$as_dir;;
831       esac
832       as_dirs="'$as_qdir' $as_dirs"
833       as_dir=`$as_dirname -- "$as_dir" ||
834 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
835          X"$as_dir" : 'X\(//\)[^/]' \| \
836          X"$as_dir" : 'X\(//\)$' \| \
837          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
838 $as_echo X"$as_dir" |
839     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
840             s//\1/
841             q
842           }
843           /^X\(\/\/\)[^/].*/{
844             s//\1/
845             q
846           }
847           /^X\(\/\/\)$/{
848             s//\1/
849             q
850           }
851           /^X\(\/\).*/{
852             s//\1/
853             q
854           }
855           s/.*/./; q'`
856       test -d "$as_dir" && break
857     done
858     test -z "$as_dirs" || eval "mkdir $as_dirs"
859   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
860 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
861    { (exit 1); exit 1; }; }; }
862   ac_builddir=.
863
864 case "$ac_dir" in
865 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
866 *)
867   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
868   # A ".." for each directory in $ac_dir_suffix.
869   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
870   case $ac_top_builddir_sub in
871   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
872   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
873   esac ;;
874 esac
875 ac_abs_top_builddir=$ac_pwd
876 ac_abs_builddir=$ac_pwd$ac_dir_suffix
877 # for backward compatibility:
878 ac_top_builddir=$ac_top_build_prefix
879
880 case $srcdir in
881   .)  # We are building in place.
882     ac_srcdir=.
883     ac_top_srcdir=$ac_top_builddir_sub
884     ac_abs_top_srcdir=$ac_pwd ;;
885   [\\/]* | ?:[\\/]* )  # Absolute name.
886     ac_srcdir=$srcdir$ac_dir_suffix;
887     ac_top_srcdir=$srcdir
888     ac_abs_top_srcdir=$srcdir ;;
889   *) # Relative name.
890     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
891     ac_top_srcdir=$ac_top_build_prefix$srcdir
892     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
893 esac
894 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
895
896
897   case $ac_mode in
898   :F)
899   #
900   # CONFIG_FILE
901   #
902
903   case $INSTALL in
904   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
905   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
906   esac
907   ac_MKDIR_P=$MKDIR_P
908   case $MKDIR_P in
909   [\\/$]* | ?:[\\/]* ) ;;
910   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
911   esac
912 # If the template does not know about datarootdir, expand it.
913 # FIXME: This hack should be removed a few years after 2.60.
914 ac_datarootdir_hack=; ac_datarootdir_seen=
915
916 ac_sed_dataroot='
917 /datarootdir/ {
918   p
919   q
920 }
921 /@datadir@/p
922 /@docdir@/p
923 /@infodir@/p
924 /@localedir@/p
925 /@mandir@/p
926 '
927 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
928 *datarootdir*) ac_datarootdir_seen=yes;;
929 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
930   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
931 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
932   ac_datarootdir_hack='
933   s&@datadir@&${datarootdir}&g
934   s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
935   s&@infodir@&${datarootdir}/info&g
936   s&@localedir@&${datarootdir}/locale&g
937   s&@mandir@&${datarootdir}/man&g
938     s&\${datarootdir}&${prefix}/share&g' ;;
939 esac
940 ac_sed_extra="/^[        ]*VPATH[        ]*=/{
941 s/:*\$(srcdir):*/:/
942 s/:*\${srcdir}:*/:/
943 s/:*@srcdir@:*/:/
944 s/^\([^=]*=[     ]*\):*/\1/
945 s/:*$//
946 s/^[^=]*=[       ]*$//
947 }
948
949 :t
950 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
951 s|@configure_input@|$ac_sed_conf_input|;t t
952 s&@top_builddir@&$ac_top_builddir_sub&;t t
953 s&@top_build_prefix@&$ac_top_build_prefix&;t t
954 s&@srcdir@&$ac_srcdir&;t t
955 s&@abs_srcdir@&$ac_abs_srcdir&;t t
956 s&@top_srcdir@&$ac_top_srcdir&;t t
957 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
958 s&@builddir@&$ac_builddir&;t t
959 s&@abs_builddir@&$ac_abs_builddir&;t t
960 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
961 s&@INSTALL@&$ac_INSTALL&;t t
962 s&@MKDIR_P@&$ac_MKDIR_P&;t t
963 $ac_datarootdir_hack
964 "
965 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
966   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
967 $as_echo "$as_me: error: could not create $ac_file" >&2;}
968    { (exit 1); exit 1; }; }
969
970 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
971   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
972   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
973   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
974 which seems to be undefined.  Please make sure it is defined." >&5
975 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
976 which seems to be undefined.  Please make sure it is defined." >&2;}
977
978   rm -f "$tmp/stdin"
979   case $ac_file in
980   -) cat "$tmp/out" && rm -f "$tmp/out";;
981   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
982   esac \
983   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
984 $as_echo "$as_me: error: could not create $ac_file" >&2;}
985    { (exit 1); exit 1; }; }
986  ;;
987   :H)
988   #
989   # CONFIG_HEADER
990   #
991   if test x"$ac_file" != x-; then
992     {
993       $as_echo "/* $configure_input  */" \
994       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
995     } >"$tmp/config.h" \
996       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
997 $as_echo "$as_me: error: could not create $ac_file" >&2;}
998    { (exit 1); exit 1; }; }
999     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1000       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1001 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1002     else
1003       rm -f "$ac_file"
1004       mv "$tmp/config.h" "$ac_file" \
1005         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1006 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1007    { (exit 1); exit 1; }; }
1008     fi
1009   else
1010     $as_echo "/* $configure_input  */" \
1011       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1012       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1013 $as_echo "$as_me: error: could not create -" >&2;}
1014    { (exit 1); exit 1; }; }
1015   fi
1016 # Compute "$ac_file"'s index in $config_headers.
1017 _am_arg="$ac_file"
1018 _am_stamp_count=1
1019 for _am_header in $config_headers :; do
1020   case $_am_header in
1021     $_am_arg | $_am_arg:* )
1022       break ;;
1023     * )
1024       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1025   esac
1026 done
1027 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1028 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1029          X"$_am_arg" : 'X\(//\)[^/]' \| \
1030          X"$_am_arg" : 'X\(//\)$' \| \
1031          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1032 $as_echo X"$_am_arg" |
1033     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1034             s//\1/
1035             q
1036           }
1037           /^X\(\/\/\)[^/].*/{
1038             s//\1/
1039             q
1040           }
1041           /^X\(\/\/\)$/{
1042             s//\1/
1043             q
1044           }
1045           /^X\(\/\).*/{
1046             s//\1/
1047             q
1048           }
1049           s/.*/./; q'`/stamp-h$_am_stamp_count
1050  ;;
1051
1052   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1053 $as_echo "$as_me: executing $ac_file commands" >&6;}
1054  ;;
1055   esac
1056
1057
1058   case $ac_file$ac_mode in
1059     "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files
1060 # are listed without --file.  Let's play safe and only enable the eval
1061 # if we detect the quoting.
1062 case $CONFIG_FILES in
1063 *\'*) eval set x "$CONFIG_FILES" ;;
1064 *)   set x $CONFIG_FILES ;;
1065 esac
1066 shift
1067 for mf
1068 do
1069   # Strip MF so we end up with the name of the file.
1070   mf=`echo "$mf" | sed -e 's/:.*$//'`
1071   # Check whether this is an Automake generated Makefile or not.
1072   # We used to match only the files named `Makefile.in', but
1073   # some people rename them; so instead we look at the file content.
1074   # Grep'ing the first line is not enough: some people post-process
1075   # each Makefile.in and add a new line on top of each file to say so.
1076   # Grep'ing the whole file is not good either: AIX grep has a line
1077   # limit of 2048, but all sed's we know have understand at least 4000.
1078   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1079     dirpart=`$as_dirname -- "$mf" ||
1080 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1081          X"$mf" : 'X\(//\)[^/]' \| \
1082          X"$mf" : 'X\(//\)$' \| \
1083          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1084 $as_echo X"$mf" |
1085     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1086             s//\1/
1087             q
1088           }
1089           /^X\(\/\/\)[^/].*/{
1090             s//\1/
1091             q
1092           }
1093           /^X\(\/\/\)$/{
1094             s//\1/
1095             q
1096           }
1097           /^X\(\/\).*/{
1098             s//\1/
1099             q
1100           }
1101           s/.*/./; q'`
1102   else
1103     continue
1104   fi
1105   # Extract the definition of DEPDIR, am__include, and am__quote
1106   # from the Makefile without running `make'.
1107   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1108   test -z "$DEPDIR" && continue
1109   am__include=`sed -n 's/^am__include = //p' < "$mf"`
1110   test -z "am__include" && continue
1111   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1112   # When using ansi2knr, U may be empty or an underscore; expand it
1113   U=`sed -n 's/^U = //p' < "$mf"`
1114   # Find all dependency output files, they are included files with
1115   # $(DEPDIR) in their names.  We invoke sed twice because it is the
1116   # simplest approach to changing $(DEPDIR) to its actual value in the
1117   # expansion.
1118   for file in `sed -n "
1119     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1120        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1121     # Make sure the directory exists.
1122     test -f "$dirpart/$file" && continue
1123     fdir=`$as_dirname -- "$file" ||
1124 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1125          X"$file" : 'X\(//\)[^/]' \| \
1126          X"$file" : 'X\(//\)$' \| \
1127          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1128 $as_echo X"$file" |
1129     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1130             s//\1/
1131             q
1132           }
1133           /^X\(\/\/\)[^/].*/{
1134             s//\1/
1135             q
1136           }
1137           /^X\(\/\/\)$/{
1138             s//\1/
1139             q
1140           }
1141           /^X\(\/\).*/{
1142             s//\1/
1143             q
1144           }
1145           s/.*/./; q'`
1146     { as_dir=$dirpart/$fdir
1147   case $as_dir in #(
1148   -*) as_dir=./$as_dir;;
1149   esac
1150   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1151     as_dirs=
1152     while :; do
1153       case $as_dir in #(
1154       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1155       *) as_qdir=$as_dir;;
1156       esac
1157       as_dirs="'$as_qdir' $as_dirs"
1158       as_dir=`$as_dirname -- "$as_dir" ||
1159 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1160          X"$as_dir" : 'X\(//\)[^/]' \| \
1161          X"$as_dir" : 'X\(//\)$' \| \
1162          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1163 $as_echo X"$as_dir" |
1164     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1165             s//\1/
1166             q
1167           }
1168           /^X\(\/\/\)[^/].*/{
1169             s//\1/
1170             q
1171           }
1172           /^X\(\/\/\)$/{
1173             s//\1/
1174             q
1175           }
1176           /^X\(\/\).*/{
1177             s//\1/
1178             q
1179           }
1180           s/.*/./; q'`
1181       test -d "$as_dir" && break
1182     done
1183     test -z "$as_dirs" || eval "mkdir $as_dirs"
1184   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1185 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1186    { (exit 1); exit 1; }; }; }
1187     # echo "creating $dirpart/$file"
1188     echo '# dummy' > "$dirpart/$file"
1189   done
1190 done
1191  ;;
1192
1193   esac
1194 done # for ac_tag
1195
1196
1197 { (exit 0); exit 0; }