OSDN Git Service

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