Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Side by Side Diff: bison/src/bison/2.4.1/bison-2.4.1/config.status

Issue 10807020: Add native Windows binary for bison. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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 n ame" >&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 s hell" >&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 GNU Bison $as_me 2.4.1, which was
313 generated by GNU Autoconf 2.62. 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=" javacomp.sh:build-aux/javacomp.sh.in javaexec.sh:build-aux/javaex ec.sh.in runtime-po/Makefile.in etc/bench.pl tests/Makefile tests/atlocal tests/ bison Makefile build-aux/Makefile po/Makefile.in data/Makefile etc/Makefile exam ples/Makefile examples/calc++/Makefile lib/Makefile src/Makefile doc/Makefile do c/yacc.1"
326 config_headers=" lib/config.h:lib/config.hin"
327 config_links=" GNUmakefile:GNUmakefile"
328 config_commands=" depfiles po-directories tests/atconfig"
329
330 ac_cs_usage="\
331 \`$as_me' instantiates files from templates according to the
332 current configuration.
333
334 Usage: $0 [OPTIONS] [FILE]...
335
336 -h, --help print this help, then exit
337 -V, --version print version number and configuration settings, then exit
338 -q, --quiet 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 links:
353 $config_links
354
355 Configuration commands:
356 $config_commands
357
358 Report bugs to <bug-autoconf@gnu.org>."
359
360 ac_cs_version="\
361 GNU Bison config.status 2.4.1
362 configured by ../bison-2.4.1-src/configure, generated by GNU Autoconf 2.62,
363 with options \"'--prefix=c:/progra~1/bison' '--srcdir=../bison-2.4.1-src'\"
364
365 Copyright (C) 2008 Free Software Foundation, Inc.
366 This config.status script is free software; the Free Software Foundation
367 gives unlimited permission to copy, distribute and modify it."
368
369 ac_pwd='/cygdrive/j/Devel/bison/2.4.1/bison-2.4.1'
370 srcdir='../bison-2.4.1-src'
371 INSTALL='/bin/install.exe -cp'
372 MKDIR_P='/usr/bin/mkdir -p'
373 AWK='gawk'
374 test -n "$AWK" || AWK=awk
375 # The default lists apply if the user does not specify any file.
376 ac_need_defaults=:
377 while test $# != 0
378 do
379 case $1 in
380 --*=*)
381 ac_option=`expr "X$1" : 'X\([^=]*\)='`
382 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
383 ac_shift=:
384 ;;
385 *)
386 ac_option=$1
387 ac_optarg=$2
388 ac_shift=shift
389 ;;
390 esac
391
392 case $ac_option in
393 # Handling of the options.
394 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
395 ac_cs_recheck=: ;;
396 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
397 $as_echo "$ac_cs_version"; exit ;;
398 --debug | --debu | --deb | --de | --d | -d )
399 debug=: ;;
400 --file | --fil | --fi | --f )
401 $ac_shift
402 case $ac_optarg in
403 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
404 esac
405 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
406 ac_need_defaults=false;;
407 --header | --heade | --head | --hea )
408 $ac_shift
409 case $ac_optarg in
410 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
411 esac
412 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
413 ac_need_defaults=false;;
414 --he | --h)
415 # Conflict between --help and --header
416 { $as_echo "$as_me: error: ambiguous option: $1
417 Try \`$0 --help' for more information." >&2
418 { (exit 1); exit 1; }; };;
419 --help | --hel | -h )
420 $as_echo "$ac_cs_usage"; exit ;;
421 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
422 | -silent | --silent | --silen | --sile | --sil | --si | --s)
423 ac_cs_silent=: ;;
424
425 # This is an error.
426 -*) { $as_echo "$as_me: error: unrecognized option: $1
427 Try \`$0 --help' for more information." >&2
428 { (exit 1); exit 1; }; } ;;
429
430 *) ac_config_targets="$ac_config_targets $1"
431 ac_need_defaults=false ;;
432
433 esac
434 shift
435 done
436
437 ac_configure_extra_args=
438
439 if $ac_cs_silent; then
440 exec 6>/dev/null
441 ac_configure_extra_args="$ac_configure_extra_args --silent"
442 fi
443
444 if $ac_cs_recheck; then
445 set X '/bin/sh' '../bison-2.4.1-src/configure' '--prefix=c:/progra~1/bison' ' --srcdir=../bison-2.4.1-src' $ac_configure_extra_args --no-create --no-recursion
446 shift
447 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
448 CONFIG_SHELL='/bin/sh'
449 export CONFIG_SHELL
450 exec "$@"
451 fi
452
453 exec 5>>config.log
454 {
455 echo
456 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
457 ## Running $as_me. ##
458 _ASBOX
459 $as_echo "$ac_log"
460 } >&5
461
462 #
463 # INIT-COMMANDS
464 #
465 AMDEP_TRUE="" ac_aux_dir="../bison-2.4.1-src/build-aux"
466 GNUmakefile=GNUmakefile
467 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
468 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
469 # from automake < 1.5.
470 eval 'OBSOLETE_ALL_LINGUAS''=""'
471 # Capture the value of LINGUAS because we need it to compute CATALOGS.
472 LINGUAS="%UNSET%"
473
474
475
476 # Handling of arguments.
477 for ac_config_target in $ac_config_targets
478 do
479 case $ac_config_target in
480 "lib/config.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/config.h:lib/config.hin" ;;
481 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
482 "$GNUmakefile") CONFIG_LINKS="$CONFIG_LINKS $GNUmakefile:$GNUmakefile" ;;
483 "javacomp.sh") CONFIG_FILES="$CONFIG_FILES javacomp.sh:build-aux/javacomp.sh .in" ;;
484 "javaexec.sh") CONFIG_FILES="$CONFIG_FILES javaexec.sh:build-aux/javaexec.sh .in" ;;
485 "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
486 "runtime-po/Makefile.in") CONFIG_FILES="$CONFIG_FILES runtime-po/Makefile.in " ;;
487 "etc/bench.pl") CONFIG_FILES="$CONFIG_FILES etc/bench.pl" ;;
488 "tests/atconfig") CONFIG_COMMANDS="$CONFIG_COMMANDS tests/atconfig" ;;
489 "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
490 "tests/atlocal") CONFIG_FILES="$CONFIG_FILES tests/atlocal" ;;
491 "tests/bison") CONFIG_FILES="$CONFIG_FILES tests/bison" ;;
492 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
493 "build-aux/Makefile") CONFIG_FILES="$CONFIG_FILES build-aux/Makefile" ;;
494 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
495 "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
496 "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
497 "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
498 "examples/calc++/Makefile") CONFIG_FILES="$CONFIG_FILES examples/calc++/Make file" ;;
499 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
500 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
501 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
502 "doc/yacc.1") CONFIG_FILES="$CONFIG_FILES doc/yacc.1" ;;
503
504 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" > &5
505 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
506 { (exit 1); exit 1; }; };;
507 esac
508 done
509
510
511 # If the user did not use the arguments to specify the items to instantiate,
512 # then the envvar interface is used. Set only those that are not.
513 # We use the long form for the default assignment because of an extremely
514 # bizarre bug on SunOS 4.1.3.
515 if $ac_need_defaults; then
516 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
517 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
518 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
519 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
520 fi
521
522 # Have a temporary directory for convenience. Make it in the build tree
523 # simply because there is no reason against having it here, and in addition,
524 # creating and moving files from /tmp can sometimes cause problems.
525 # Hook for its removal unless debugging.
526 # Note that there is a small window in which the directory will not be cleaned:
527 # after its creation but before its name has been assigned to `$tmp'.
528 $debug ||
529 {
530 tmp=
531 trap 'exit_status=$?
532 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
533 ' 0
534 trap '{ (exit 1); exit 1; }' 1 2 13 15
535 }
536 # Create a (secure) tmp directory for tmp files.
537
538 {
539 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
540 test -n "$tmp" && test -d "$tmp"
541 } ||
542 {
543 tmp=./conf$$-$RANDOM
544 (umask 077 && mkdir "$tmp")
545 } ||
546 {
547 $as_echo "$as_me: cannot create a temporary directory in ." >&2
548 { (exit 1); exit 1; }
549 }
550
551 # Set up the scripts for CONFIG_FILES section.
552 # No need to generate them if there are no CONFIG_FILES.
553 # This happens for instance with `./config.status config.h'.
554 if test -n "$CONFIG_FILES"; then
555
556
557 ac_cr='
558 '
559 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
560 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
561 ac_cs_awk_cr='\\r'
562 else
563 ac_cs_awk_cr=$ac_cr
564 fi
565
566 echo 'BEGIN {' >"$tmp/subs1.awk" &&
567 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
568 S["SHELL"]="/bin/sh"
569 S["PATH_SEPARATOR"]=":"
570 S["PACKAGE_NAME"]="GNU Bison"
571 S["PACKAGE_TARNAME"]="bison"
572 S["PACKAGE_VERSION"]="2.4.1"
573 S["PACKAGE_STRING"]="GNU Bison 2.4.1"
574 S["PACKAGE_BUGREPORT"]="bug-bison@gnu.org"
575 S["exec_prefix"]="${prefix}"
576 S["prefix"]="c:/progra~1/bison"
577 S["program_transform_name"]="s&$$&&;s&^&&;s/i386-pc-mingw32//"
578 S["bindir"]="${exec_prefix}/bin"
579 S["sbindir"]="${exec_prefix}/sbin"
580 S["libexecdir"]="${exec_prefix}/libexec"
581 S["datarootdir"]="${prefix}/share"
582 S["datadir"]="${datarootdir}"
583 S["sysconfdir"]="${prefix}/etc"
584 S["sharedstatedir"]="${prefix}/com"
585 S["localstatedir"]="${prefix}/var"
586 S["includedir"]="${prefix}/include"
587 S["oldincludedir"]="/usr/include"
588 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
589 S["infodir"]="${datarootdir}/info"
590 S["htmldir"]="${docdir}"
591 S["dvidir"]="${docdir}"
592 S["pdfdir"]="${docdir}"
593 S["psdir"]="${docdir}"
594 S["libdir"]="${exec_prefix}/lib"
595 S["localedir"]="${datarootdir}/locale"
596 S["mandir"]="${datarootdir}/man"
597 S["DEFS"]=""
598 S["ECHO_C"]=""
599 S["ECHO_N"]="-n"
600 S["ECHO_T"]=""
601 S["LIBS"]=" -Wl,-s -LD:/Progra~1/GnuWin32/lib -lintl -lwsock32 -lole32 -luuid -lmsvcp60 "
602 S["build_alias"]="i386-pc-mingw32"
603 S["host_alias"]="i386-pc-mingw32"
604 S["target_alias"]="i386-pc-mingw32"
605 S["PACKAGE_COPYRIGHT_YEAR"]="2008"
606 S["INSTALL_PROGRAM"]="/bin/install.exe -cp"
607 S["INSTALL_SCRIPT"]="${INSTALL}"
608 S["INSTALL_DATA"]="/bin/install.exe -cp"
609 S["am__isrc"]=" -I$(srcdir)"
610 S["CYGPATH_W"]="cygpath -w"
611 S["PACKAGE"]="bison"
612 S["VERSION"]="2.4.1"
613 S["ACLOCAL"]="${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/m issing --run aclocal-1.10"
614 S["AUTOCONF"]="${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/ missing --run autoconf"
615 S["AUTOMAKE"]="${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/ missing --run automake-1.10"
616 S["AUTOHEADER"]="${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-au x/missing --run autoheader"
617 S["MAKEINFO"]="${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/ missing --run makeinfo"
618 S["install_sh"]="$(SHELL) /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-au x/install-sh"
619 S["STRIP"]=""
620 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
621 S["MKDIR_P"]="/usr/bin/mkdir -p"
622 S["mkdir_p"]="/usr/bin/mkdir -p"
623 S["AWK"]="gawk"
624 S["SET_MAKE"]=""
625 S["am__leading_dot"]="."
626 S["AMTAR"]="${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/mis sing --run tar"
627 S["am__tar"]="${AMTAR} chof - \"$$tardir\""
628 S["am__untar"]="${AMTAR} xf -"
629 S["CC"]="gcc -std=gnu99"
630 S["CFLAGS"]=" -Wall -Wpointer-arith -O3 -fms-extensions -mms-bitfields -fno-exce ptions -fomit-frame-pointer -march=i386 -ffast-math -Wstrict-prototypes "
631 S["LDFLAGS"]=" -Wl,-s -Wl,--force-exe-suffix -Wl,--enable-auto-import -Wl,--enab le-runtime-pseudo-reloc -Wl,--allow-multiple-definition -Wl,--enable-stdcall-fix up"\
632 " -LD:/Progra~1/GnuWin32/lib "
633 S["CPPFLAGS"]=" -D__USE_MINGW_ACCESS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURC E=1 -D_FILE_OFFSET_BITS=64 -DENABLE_RELOCATABLE -DINSTALLPREFIX=\\\"$(prefix)\\\ " -DINS"\
634 "TALLDIR=\\\"$(bindir)\\\" -DEXEEXT=\\\"$(EXEEXT)\\\" -DNO_XMALLOC -ID:/Pr ogra~1/GnuWin32/include "
635 S["ac_ct_CC"]="gcc"
636 S["EXEEXT"]=".exe"
637 S["OBJEXT"]="o"
638 S["DEPDIR"]=".deps"
639 S["am__include"]="include"
640 S["am__quote"]=""
641 S["AMDEP_TRUE"]=""
642 S["AMDEP_FALSE"]="#"
643 S["AMDEPBACKSLASH"]="\\"
644 S["CCDEPMODE"]="depmode=gcc3"
645 S["am__fastdepCC_TRUE"]=""
646 S["am__fastdepCC_FALSE"]="#"
647 S["RANLIB"]="ranlib"
648 S["CPP"]="gcc -std=gnu99 -E"
649 S["GREP"]="/usr/bin/grep"
650 S["EGREP"]="/usr/bin/grep -E"
651 S["WERROR_CFLAGS"]=""
652 S["WARN_CXXFLAGS"]=""
653 S["WARN_CFLAGS"]=""
654 S["YACC_SCRIPT"]="yacc"
655 S["YACC_LIBRARY"]="liby.a"
656 S["LEX"]="flex"
657 S["LEX_OUTPUT_ROOT"]="lex.yy"
658 S["LEXLIB"]=""
659 S["YACC"]="bison -y"
660 S["YFLAGS"]=""
661 S["M4"]="/usr/bin/m4"
662 S["HELP2MAN"]="${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/ missing --run help2man"
663 S["XSLTPROC"]=""
664 S["GL_COND_LIBTOOL_TRUE"]="#"
665 S["GL_COND_LIBTOOL_FALSE"]=""
666 S["build"]="i386-pc-mingw32"
667 S["build_cpu"]="i386"
668 S["build_vendor"]="pc"
669 S["build_os"]="mingw32"
670 S["host"]="i386-pc-mingw32"
671 S["host_cpu"]="i386"
672 S["host_vendor"]="pc"
673 S["host_os"]="mingw32"
674 S["GNULIB_CHOWN"]="0"
675 S["GNULIB_CLOSE"]="0"
676 S["GNULIB_DUP2"]="0"
677 S["GNULIB_ENVIRON"]="1"
678 S["GNULIB_EUIDACCESS"]="0"
679 S["GNULIB_FCHDIR"]="0"
680 S["GNULIB_FSYNC"]="0"
681 S["GNULIB_FTRUNCATE"]="0"
682 S["GNULIB_GETCWD"]="0"
683 S["GNULIB_GETDOMAINNAME"]="0"
684 S["GNULIB_GETDTABLESIZE"]="0"
685 S["GNULIB_GETHOSTNAME"]="0"
686 S["GNULIB_GETLOGIN_R"]="0"
687 S["GNULIB_GETPAGESIZE"]="0"
688 S["GNULIB_GETUSERSHELL"]="0"
689 S["GNULIB_LCHOWN"]="0"
690 S["GNULIB_LSEEK"]="0"
691 S["GNULIB_READLINK"]="0"
692 S["GNULIB_SLEEP"]="0"
693 S["GNULIB_UNISTD_H_SIGPIPE"]="0"
694 S["GNULIB_WRITE"]="0"
695 S["HAVE_DUP2"]="1"
696 S["HAVE_EUIDACCESS"]="1"
697 S["HAVE_FSYNC"]="1"
698 S["HAVE_FTRUNCATE"]="1"
699 S["HAVE_GETDOMAINNAME"]="1"
700 S["HAVE_GETDTABLESIZE"]="1"
701 S["HAVE_GETHOSTNAME"]="1"
702 S["HAVE_GETPAGESIZE"]="1"
703 S["HAVE_GETUSERSHELL"]="1"
704 S["HAVE_READLINK"]="1"
705 S["HAVE_SLEEP"]="1"
706 S["HAVE_DECL_ENVIRON"]="0"
707 S["HAVE_DECL_GETLOGIN_R"]="1"
708 S["HAVE_OS_H"]="0"
709 S["HAVE_SYS_PARAM_H"]="0"
710 S["REPLACE_CHOWN"]="0"
711 S["REPLACE_CLOSE"]="0"
712 S["REPLACE_FCHDIR"]="0"
713 S["REPLACE_GETCWD"]="0"
714 S["REPLACE_GETPAGESIZE"]="0"
715 S["REPLACE_LCHOWN"]="0"
716 S["REPLACE_LSEEK"]="0"
717 S["REPLACE_WRITE"]="0"
718 S["UNISTD_H_HAVE_WINSOCK2_H"]="0"
719 S["INCLUDE_NEXT"]="include_next"
720 S["INCLUDE_NEXT_AS_FIRST_DIRECTIVE"]="include_next"
721 S["PRAGMA_SYSTEM_HEADER"]="#pragma GCC system_header"
722 S["NEXT_ERRNO_H"]="<errno.h>"
723 S["ERRNO_H"]="errno.h"
724 S["EMULTIHOP_HIDDEN"]="0"
725 S["EMULTIHOP_VALUE"]=""
726 S["ENOLINK_HIDDEN"]="0"
727 S["ENOLINK_VALUE"]=""
728 S["EOVERFLOW_HIDDEN"]="0"
729 S["EOVERFLOW_VALUE"]=""
730 S["GETOPT_H"]=""
731 S["LIBINTL"]="D:/Progra~1/GnuWin32/lib/libintl.dll.a -LD:/Progra~1/GnuWin32/lib"
732 S["LTLIBINTL"]="-LD:/Progra~1/GnuWin32/lib -lintl -RD:/Progra~1/GnuWin32/lib"
733 S["STDBOOL_H"]=""
734 S["HAVE__BOOL"]="1"
735 S["HAVE_LONG_LONG_INT"]="1"
736 S["HAVE_UNSIGNED_LONG_LONG_INT"]="1"
737 S["HAVE_INTTYPES_H"]="1"
738 S["HAVE_SYS_TYPES_H"]="1"
739 S["NEXT_STDINT_H"]="<stdint.h>"
740 S["HAVE_STDINT_H"]="1"
741 S["HAVE_SYS_INTTYPES_H"]=""
742 S["HAVE_SYS_BITYPES_H"]=""
743 S["BITSIZEOF_PTRDIFF_T"]=""
744 S["BITSIZEOF_SIG_ATOMIC_T"]=""
745 S["BITSIZEOF_SIZE_T"]=""
746 S["BITSIZEOF_WCHAR_T"]=""
747 S["BITSIZEOF_WINT_T"]=""
748 S["HAVE_SIGNED_SIG_ATOMIC_T"]=""
749 S["HAVE_SIGNED_WCHAR_T"]=""
750 S["HAVE_SIGNED_WINT_T"]=""
751 S["PTRDIFF_T_SUFFIX"]=""
752 S["SIG_ATOMIC_T_SUFFIX"]=""
753 S["SIZE_T_SUFFIX"]=""
754 S["WCHAR_T_SUFFIX"]=""
755 S["WINT_T_SUFFIX"]=""
756 S["STDINT_H"]=""
757 S["PRI_MACROS_BROKEN"]="0"
758 S["GNULIB_IMAXABS"]="0"
759 S["GNULIB_IMAXDIV"]="0"
760 S["GNULIB_STRTOIMAX"]="0"
761 S["GNULIB_STRTOUMAX"]="0"
762 S["HAVE_DECL_IMAXABS"]="1"
763 S["HAVE_DECL_IMAXDIV"]="1"
764 S["HAVE_DECL_STRTOIMAX"]="1"
765 S["HAVE_DECL_STRTOUMAX"]="1"
766 S["NEXT_INTTYPES_H"]="<inttypes.h>"
767 S["PRIPTR_PREFIX"]="\"\""
768 S["INT32_MAX_LT_INTMAX_MAX"]="1"
769 S["INT64_MAX_EQ_LONG_MAX"]="0"
770 S["UINT32_MAX_LT_UINTMAX_MAX"]="1"
771 S["UINT64_MAX_EQ_ULONG_MAX"]="0"
772 S["INTTYPES_H"]="inttypes.h"
773 S["GLIBC21"]="no"
774 S["LOCALCHARSET_TESTS_ENVIRONMENT"]="CHARSETALIASDIR=\"$(top_builddir)/lib\""
775 S["HAVE_MALLOC_POSIX"]="0"
776 S["GNULIB_MALLOC_POSIX"]="1"
777 S["GNULIB_REALLOC_POSIX"]="0"
778 S["GNULIB_CALLOC_POSIX"]="0"
779 S["GNULIB_ATOLL"]="0"
780 S["GNULIB_GETLOADAVG"]="0"
781 S["GNULIB_GETSUBOPT"]="0"
782 S["GNULIB_MKDTEMP"]="0"
783 S["GNULIB_MKSTEMP"]="0"
784 S["GNULIB_PUTENV"]="0"
785 S["GNULIB_RANDOM_R"]="0"
786 S["GNULIB_RPMATCH"]="0"
787 S["GNULIB_SETENV"]="0"
788 S["GNULIB_STRTOD"]="0"
789 S["GNULIB_STRTOLL"]="0"
790 S["GNULIB_STRTOULL"]="0"
791 S["GNULIB_UNSETENV"]="1"
792 S["HAVE_ATOLL"]="1"
793 S["HAVE_CALLOC_POSIX"]="1"
794 S["HAVE_GETSUBOPT"]="1"
795 S["HAVE_MKDTEMP"]="1"
796 S["HAVE_REALLOC_POSIX"]="1"
797 S["HAVE_RANDOM_R"]="1"
798 S["HAVE_RPMATCH"]="1"
799 S["HAVE_SETENV"]="1"
800 S["HAVE_STRTOD"]="1"
801 S["HAVE_STRTOLL"]="1"
802 S["HAVE_STRTOULL"]="1"
803 S["HAVE_STRUCT_RANDOM_DATA"]="0"
804 S["HAVE_SYS_LOADAVG_H"]="0"
805 S["HAVE_UNSETENV"]="0"
806 S["HAVE_DECL_GETLOADAVG"]="1"
807 S["REPLACE_MKSTEMP"]="0"
808 S["REPLACE_PUTENV"]="0"
809 S["REPLACE_STRTOD"]="0"
810 S["VOID_UNSETENV"]="0"
811 S["NEXT_STDLIB_H"]="<stdlib.h>"
812 S["GNULIB_MEMMEM"]="0"
813 S["GNULIB_MEMPCPY"]="0"
814 S["GNULIB_MEMRCHR"]="0"
815 S["GNULIB_RAWMEMCHR"]="0"
816 S["GNULIB_STPCPY"]="1"
817 S["GNULIB_STPNCPY"]="0"
818 S["GNULIB_STRCHRNUL"]="0"
819 S["GNULIB_STRDUP"]="0"
820 S["GNULIB_STRNDUP"]="1"
821 S["GNULIB_STRNLEN"]="1"
822 S["GNULIB_STRPBRK"]="0"
823 S["GNULIB_STRSEP"]="0"
824 S["GNULIB_STRSTR"]="0"
825 S["GNULIB_STRCASESTR"]="0"
826 S["GNULIB_STRTOK_R"]="0"
827 S["GNULIB_MBSLEN"]="0"
828 S["GNULIB_MBSNLEN"]="0"
829 S["GNULIB_MBSCHR"]="0"
830 S["GNULIB_MBSRCHR"]="0"
831 S["GNULIB_MBSSTR"]="0"
832 S["GNULIB_MBSCASECMP"]="0"
833 S["GNULIB_MBSNCASECMP"]="0"
834 S["GNULIB_MBSPCASECMP"]="0"
835 S["GNULIB_MBSCASESTR"]="0"
836 S["GNULIB_MBSCSPN"]="0"
837 S["GNULIB_MBSPBRK"]="0"
838 S["GNULIB_MBSSPN"]="0"
839 S["GNULIB_MBSSEP"]="0"
840 S["GNULIB_MBSTOK_R"]="0"
841 S["GNULIB_STRERROR"]="1"
842 S["GNULIB_STRSIGNAL"]="0"
843 S["GNULIB_STRVERSCMP"]="1"
844 S["HAVE_DECL_MEMMEM"]="1"
845 S["HAVE_MEMPCPY"]="1"
846 S["HAVE_DECL_MEMRCHR"]="1"
847 S["HAVE_RAWMEMCHR"]="1"
848 S["HAVE_STPCPY"]="0"
849 S["HAVE_STPNCPY"]="1"
850 S["HAVE_STRCHRNUL"]="1"
851 S["HAVE_DECL_STRDUP"]="1"
852 S["HAVE_STRNDUP"]="0"
853 S["HAVE_DECL_STRNDUP"]="0"
854 S["HAVE_DECL_STRNLEN"]="0"
855 S["HAVE_STRPBRK"]="1"
856 S["HAVE_STRSEP"]="1"
857 S["HAVE_STRCASESTR"]="1"
858 S["HAVE_DECL_STRTOK_R"]="1"
859 S["HAVE_DECL_STRERROR"]="1"
860 S["HAVE_DECL_STRSIGNAL"]="1"
861 S["HAVE_STRVERSCMP"]="0"
862 S["REPLACE_MEMMEM"]="0"
863 S["REPLACE_STRDUP"]="0"
864 S["REPLACE_STRSTR"]="0"
865 S["REPLACE_STRCASESTR"]="0"
866 S["REPLACE_STRERROR"]="1"
867 S["REPLACE_STRSIGNAL"]="0"
868 S["NEXT_STRING_H"]="<string.h>"
869 S["NEXT_UNISTD_H"]="<unistd.h>"
870 S["HAVE_UNISTD_H"]="1"
871 S["GNULIB_WCWIDTH"]="1"
872 S["HAVE_DECL_WCWIDTH"]="0"
873 S["REPLACE_WCWIDTH"]="1"
874 S["WCHAR_H"]="wchar.h"
875 S["HAVE_WINT_T"]="1"
876 S["HAVE_WCHAR_H"]="1"
877 S["NEXT_WCHAR_H"]="<wchar.h>"
878 S["HAVE_ISWCNTRL"]="1"
879 S["NEXT_WCTYPE_H"]="<wctype.h>"
880 S["HAVE_WCTYPE_H"]="1"
881 S["WCTYPE_H"]=""
882 S["REPLACE_ISWCNTRL"]="0"
883 S["LIBBISON_LIBDEPS"]=""
884 S["LIBBISON_LTLIBDEPS"]=""
885 S["USE_NLS"]="yes"
886 S["GETTEXT_MACRO_VERSION"]="0.17"
887 S["MSGFMT"]="/usr/bin/msgfmt"
888 S["GMSGFMT"]="/usr/bin/msgfmt"
889 S["MSGFMT_015"]="/usr/bin/msgfmt"
890 S["GMSGFMT_015"]="/usr/bin/msgfmt"
891 S["XGETTEXT"]="/usr/bin/xgettext"
892 S["XGETTEXT_015"]="/usr/bin/xgettext"
893 S["MSGMERGE"]="/usr/bin/msgmerge"
894 S["XGETTEXT_EXTRA_OPTIONS"]=" --flag=error:3:c-format --flag=error_at_line:5:c-f ormat"
895 S["INTL_MACOSX_LIBS"]=""
896 S["LIBICONV"]="D:/Progra~1/GnuWin32/lib/libiconv.dll.a -LD:/Progra~1/GnuWin32/li b"
897 S["LTLIBICONV"]="-LD:/Progra~1/GnuWin32/lib -liconv -RD:/Progra~1/GnuWin32/lib"
898 S["INTLLIBS"]="D:/Progra~1/GnuWin32/lib/libintl.dll.a -LD:/Progra~1/GnuWin32/lib "
899 S["POSUB"]="po"
900 S["BISON_LOCALEDIR"]="/usr/share/locale"
901 S["aclocaldir"]="${datadir}/aclocal"
902 S["VALGRIND"]=""
903 S["CXX"]="g++"
904 S["CXXFLAGS"]=" -Wall -Wpointer-arith -O3 -fms-extensions -mms-bitfields -fno-ex ceptions -fomit-frame-pointer -march=i386 -ffast-math -fconserve-space -fno-rtt i -"\
905 "D__STDC_LIMIT_MACROS "
906 S["ac_ct_CXX"]=""
907 S["CXXDEPMODE"]="depmode=gcc3"
908 S["am__fastdepCXX_TRUE"]=""
909 S["am__fastdepCXX_FALSE"]="#"
910 S["BISON_CXX_WORKS"]=":"
911 S["BISON_CXX_WORKS_TRUE"]=""
912 S["BISON_CXX_WORKS_FALSE"]="#"
913 S["AUTOM4TE"]="${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/ missing --run autom4te"
914 S["GCC"]="yes"
915 S["O0CFLAGS"]="-Wall -Wpointer-arith -fms-extensions -mms-bitfields -fno-excepti ons -fomit-frame-pointer -march=i386 -ffast-math -Wstrict-prototypes"
916 S["O0CXXFLAGS"]="-Wall -Wpointer-arith -fms-extensions -mms-bitfields -fno-excep tions -fomit-frame-pointer -march=i386 -ffast-math -fconserve-space -fno-rtti -D __STD"\
917 "C_LIMIT_MACROS"
918 S["HAVE_GIJ_IN_PATH"]="yes"
919 S["HAVE_JAVA_IN_PATH"]="yes"
920 S["HAVE_JRE_IN_PATH"]=""
921 S["HAVE_JVIEW_IN_PATH"]="yes"
922 S["CONF_JAVA"]="gij"
923 S["CLASSPATH"]="D:\\Program Files\\Oracle\\Berkeley DB 4.5.20\\jar\\dbexamples.j ar;D:\\Program Files\\Oracle\\Berkeley DB 4.5.20\\jar\\db.jar;D:\\Program Files\ \Oracle\\Berkeley"\
924 " DB 4.5.20\\jar\\debug\\dbexamples.jar;D:\\Program Files\\Oracle\\Berkeley DB 4 .5.20\\jar\\debug\\db.jar"
925 S["CLASSPATH_SEPARATOR"]=";"
926 S["HAVE_JAVA_ENVVAR"]=""
927 S["HAVE_GIJ"]="1"
928 S["HAVE_JAVA"]=""
929 S["HAVE_JRE"]=""
930 S["HAVE_JVIEW"]=""
931 S["HAVE_GCJ_IN_PATH"]="yes"
932 S["HAVE_JAVAC_IN_PATH"]=""
933 S["HAVE_JIKES_IN_PATH"]=""
934 S["CONF_JAVAC"]=""
935 S["HAVE_JAVAC_ENVVAR"]=""
936 S["HAVE_GCJ_C"]=""
937 S["HAVE_JAVAC"]=""
938 S["HAVE_JIKES"]=""
939 S["LIBOBJS"]=""
940 S["LTLIBOBJS"]=""
941 S["gl_LIBOBJS"]=" argmatch.o basename.o dirname.o dup-safer.o error.o exitfail.o fd-safer.o fopen-safer.o hash.o malloc.o obstack.o pipe-safer.o quote.o quotear g.o s"\
942 "tpcpy.o strerror.o stripslash.o strndup.o strnlen.o strverscmp.o unsetenv.o wcw idth.o xmalloc.o"
943 S["gl_LTLIBOBJS"]=" argmatch.lo basename.lo dirname.lo dup-safer.lo error.lo exi tfail.lo fd-safer.lo fopen-safer.lo hash.lo malloc.lo obstack.lo pipe-safer.lo q uote.lo"\
944 " quotearg.lo stpcpy.lo strerror.lo stripslash.lo strndup.lo strnlen.lo strversc mp.lo unsetenv.lo wcwidth.lo xmalloc.lo"
945 S["gltests_LIBOBJS"]=""
946 S["gltests_LTLIBOBJS"]=""
947 _ACAWK
948 cat >>"$tmp/subs1.awk" <<_ACAWK &&
949 for (key in S) S_is_set[key] = 1
950 FS = ""
951
952 }
953 {
954 line = $ 0
955 nfields = split(line, field, "@")
956 substed = 0
957 len = length(field[1])
958 for (i = 2; i < nfields; i++) {
959 key = field[i]
960 keylen = length(key)
961 if (S_is_set[key]) {
962 value = S[key]
963 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
964 len += length(value) + length(field[++i])
965 substed = 1
966 } else
967 len += 1 + keylen
968 }
969
970 print line
971 }
972
973 _ACAWK
974 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
975 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
976 else
977 cat
978 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
979 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery " >&5
980 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
981 { (exit 1); exit 1; }; }
982 fi # test -n "$CONFIG_FILES"
983
984 # Set up the scripts for CONFIG_HEADERS section.
985 # No need to generate them if there are no CONFIG_HEADERS.
986 # This happens for instance with `./config.status Makefile'.
987 if test -n "$CONFIG_HEADERS"; then
988 cat >"$tmp/defines.awk" <<\_ACAWK ||
989 BEGIN {
990 D["PACKAGE_NAME"]=" \"GNU Bison\""
991 D["PACKAGE_TARNAME"]=" \"bison\""
992 D["PACKAGE_VERSION"]=" \"2.4.1\""
993 D["PACKAGE_STRING"]=" \"GNU Bison 2.4.1\""
994 D["PACKAGE_BUGREPORT"]=" \"bug-bison@gnu.org\""
995 D["PACKAGE_COPYRIGHT_YEAR"]=" 2008"
996 D["PACKAGE"]=" \"bison\""
997 D["VERSION"]=" \"2.4.1\""
998 D["STDC_HEADERS"]=" 1"
999 D["HAVE_SYS_TYPES_H"]=" 1"
1000 D["HAVE_SYS_STAT_H"]=" 1"
1001 D["HAVE_STDLIB_H"]=" 1"
1002 D["HAVE_STRING_H"]=" 1"
1003 D["HAVE_MEMORY_H"]=" 1"
1004 D["HAVE_STRINGS_H"]=" 1"
1005 D["HAVE_INTTYPES_H"]=" 1"
1006 D["HAVE_STDINT_H"]=" 1"
1007 D["HAVE_UNISTD_H"]=" 1"
1008 D["__EXTENSIONS__"]=" 1"
1009 D["_ALL_SOURCE"]=" 1"
1010 D["_GNU_SOURCE"]=" 1"
1011 D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
1012 D["_TANDEM_SOURCE"]=" 1"
1013 D["M4"]=" \"/usr/bin/m4\""
1014 D["HAVE_LOCALE_H"]=" 1"
1015 D["HAVE_ERRNO_H"]=" 1"
1016 D["HAVE_STDINT_H"]=" 1"
1017 D["HAVE_WCHAR_H"]=" 1"
1018 D["HAVE_INTTYPES_H"]=" 1"
1019 D["HAVE_STDLIB_H"]=" 1"
1020 D["HAVE_STRING_H"]=" 1"
1021 D["HAVE_UNISTD_H"]=" 1"
1022 D["HAVE_WCTYPE_H"]=" 1"
1023 D["FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX"]=" 1"
1024 D["FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR"]=" 1"
1025 D["FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE"]=" 1"
1026 D["DOUBLE_SLASH_IS_DISTINCT_ROOT"]=" 1"
1027 D["HAVE_DECL_STRERROR_R"]=" 0"
1028 D["HAVE_GETOPT_H"]=" 1"
1029 D["HAVE_GETOPT_LONG_ONLY"]=" 1"
1030 D["HAVE_DECL_GETENV"]=" 1"
1031 D["HAVE__BOOL"]=" 1"
1032 D["HAVE_STDBOOL_H"]=" 1"
1033 D["HAVE_LONG_LONG_INT"]=" 1"
1034 D["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1"
1035 D["HAVE_INTTYPES_H"]=" 1"
1036 D["HAVE_DECL_IMAXABS"]=" 1"
1037 D["HAVE_DECL_IMAXDIV"]=" 1"
1038 D["HAVE_DECL_STRTOIMAX"]=" 1"
1039 D["HAVE_DECL_STRTOUMAX"]=" 1"
1040 D["HAVE_DECL_GETC_UNLOCKED"]=" 0"
1041 D["HAVE_ISASCII"]=" 1"
1042 D["HAVE_MBSINIT"]=" 1"
1043 D["HAVE_ISWCNTRL"]=" 1"
1044 D["HAVE_SETLOCALE"]=" 1"
1045 D["restrict"]=" __restrict"
1046 D["HAVE_DECL_STRERROR"]=" 1"
1047 D["HAVE_WINSOCK2_H"]=" 1"
1048 D["HAVE_DECL_STRNDUP"]=" 0"
1049 D["HAVE_DECL_STRNLEN"]=" 0"
1050 D["HAVE_DECL_CLEARERR_UNLOCKED"]=" 0"
1051 D["HAVE_DECL_FEOF_UNLOCKED"]=" 0"
1052 D["HAVE_DECL_FERROR_UNLOCKED"]=" 0"
1053 D["HAVE_DECL_FFLUSH_UNLOCKED"]=" 0"
1054 D["HAVE_DECL_FGETS_UNLOCKED"]=" 0"
1055 D["HAVE_DECL_FPUTC_UNLOCKED"]=" 0"
1056 D["HAVE_DECL_FPUTS_UNLOCKED"]=" 0"
1057 D["HAVE_DECL_FREAD_UNLOCKED"]=" 0"
1058 D["HAVE_DECL_FWRITE_UNLOCKED"]=" 0"
1059 D["HAVE_DECL_GETCHAR_UNLOCKED"]=" 0"
1060 D["HAVE_DECL_PUTC_UNLOCKED"]=" 0"
1061 D["HAVE_DECL_PUTCHAR_UNLOCKED"]=" 0"
1062 D["HAVE_WINT_T"]=" 1"
1063 D["HAVE_WCHAR_T"]=" 1"
1064 D["DOUBLE_SLASH_IS_DISTINCT_ROOT"]=" 1"
1065 D["GNULIB_FOPEN_SAFER"]=" 1"
1066 D["HAVE_INLINE"]=" 1"
1067 D["GL_TRIGGER_STDC_LIMIT_MACROS"]=" 1"
1068 D["HAVE_STDLIB_H"]=" 1"
1069 D["HAVE_MALLOC"]=" 1"
1070 D["GNULIB_MALLOC_GNU"]=" 1"
1071 D["HAVE_MBRTOWC"]=" 1"
1072 D["HAVE_DECL_MBSWIDTH_IN_WCHAR_H"]=" 0"
1073 D["HAVE_MBSTATE_T"]=" 1"
1074 D["HAVE_MBSTATE_T"]=" 1"
1075 D["HAVE_MBRTOWC"]=" 1"
1076 D["REPLACE_STRERROR"]=" 1"
1077 D["strnlen"]=" rpl_strnlen"
1078 D["HAVE_STRTOL"]=" 1"
1079 D["HAVE_STRTOUL"]=" 1"
1080 D["USE_UNLOCKED_IO"]=" 1"
1081 D["HAVE_DECL_WCWIDTH"]=" 0"
1082 D["HAVE_DUP2"]=" 1"
1083 D["vfork"]=" fork"
1084 D["HAVE_SYS_TIME_H"]=" 1"
1085 D["HAVE_DECL_GETRUSAGE"]=" 0"
1086 D["HAVE_DECL_TIMES"]=" 0"
1087 D["HAVE_DECL_CLOCK"]=" 1"
1088 D["HAVE_DECL_SYSCONF"]=" 0"
1089 D["HAVE_CLOCK_T"]=" 1"
1090 D["HAVE_ICONV"]=" 1"
1091 D["ENABLE_NLS"]=" 1"
1092 D["HAVE_GETTEXT"]=" 1"
1093 D["HAVE_DCGETTEXT"]=" 1"
1094 D["YYENABLE_NLS"]=" 1"
1095 for (key in D) D_is_set[key] = 1
1096 FS = ""
1097 }
1098 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ RSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1099 line = $ 0
1100 split(line, arg, " ")
1101 if (arg[1] == "#") {
1102 defundef = arg[2]
1103 mac1 = arg[3]
1104 } else {
1105 defundef = substr(arg[1], 2)
1106 mac1 = arg[2]
1107 }
1108 split(mac1, mac2, "(") #)
1109 macro = mac2[1]
1110 if (D_is_set[macro]) {
1111 # Preserve the white space surrounding the "#".
1112 prefix = substr(line, 1, index(line, defundef) - 1)
1113 print prefix "define", macro P[macro] D[macro]
1114 next
1115 } else {
1116 # Replace #undef with comments. This is necessary, for example,
1117 # in the case of _POSIX_SOURCE, which is predefined and required
1118 # on some systems where configure will not decide to define it.
1119 if (defundef == "undef") {
1120 print "/*", line, "*/"
1121 next
1122 }
1123 }
1124 }
1125 { print }
1126 _ACAWK
1127 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
1128 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
1129 { (exit 1); exit 1; }; }
1130 fi # test -n "$CONFIG_HEADERS"
1131
1132
1133 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG _COMMANDS"
1134 shift
1135 for ac_tag
1136 do
1137 case $ac_tag in
1138 :[FHLC]) ac_mode=$ac_tag; continue;;
1139 esac
1140 case $ac_mode$ac_tag in
1141 :[FHL]*:*);;
1142 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
1143 $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
1144 { (exit 1); exit 1; }; };;
1145 :[FH]-) ac_tag=-:-;;
1146 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1147 esac
1148 ac_save_IFS=$IFS
1149 IFS=:
1150 set x $ac_tag
1151 IFS=$ac_save_IFS
1152 shift
1153 ac_file=$1
1154 shift
1155
1156 case $ac_mode in
1157 :L) ac_source=$1;;
1158 :[FH])
1159 ac_file_inputs=
1160 for ac_f
1161 do
1162 case $ac_f in
1163 -) ac_f="$tmp/stdin";;
1164 *) # Look for the file first in the build tree, then in the source tree
1165 # (if the path is not absolute). The absolute path cannot be DOS-style ,
1166 # because $ac_f cannot contain `:'.
1167 test -f "$ac_f" ||
1168 case $ac_f in
1169 [\\/$]*) false;;
1170 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1171 esac ||
1172 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" > &5
1173 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1174 { (exit 1); exit 1; }; };;
1175 esac
1176 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; es ac
1177 ac_file_inputs="$ac_file_inputs '$ac_f'"
1178 done
1179
1180 # Let's still pretend it is `configure' which instantiates (i.e., don't
1181 # use $as_me), people would be surprised to read:
1182 # /* config.h. Generated by config.status. */
1183 configure_input='Generated from '`
1184 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1185 `' by configure.'
1186 if test x"$ac_file" != x-; then
1187 configure_input="$ac_file. $configure_input"
1188 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
1189 $as_echo "$as_me: creating $ac_file" >&6;}
1190 fi
1191 # Neutralize special characters interpreted by sed in replacement strings.
1192 case $configure_input in #(
1193 *\&* | *\|* | *\\* )
1194 ac_sed_conf_input=`$as_echo "$configure_input" |
1195 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1196 *) ac_sed_conf_input=$configure_input;;
1197 esac
1198
1199 case $ac_tag in
1200 *:-:* | *:-) cat >"$tmp/stdin" \
1201 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1202 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1203 { (exit 1); exit 1; }; } ;;
1204 esac
1205 ;;
1206 esac
1207
1208 ac_dir=`$as_dirname -- "$ac_file" ||
1209 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1210 X"$ac_file" : 'X\(//\)[^/]' \| \
1211 X"$ac_file" : 'X\(//\)$' \| \
1212 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1213 $as_echo X"$ac_file" |
1214 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1215 s//\1/
1216 q
1217 }
1218 /^X\(\/\/\)[^/].*/{
1219 s//\1/
1220 q
1221 }
1222 /^X\(\/\/\)$/{
1223 s//\1/
1224 q
1225 }
1226 /^X\(\/\).*/{
1227 s//\1/
1228 q
1229 }
1230 s/.*/./; q'`
1231 { as_dir="$ac_dir"
1232 case $as_dir in #(
1233 -*) as_dir=./$as_dir;;
1234 esac
1235 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1236 as_dirs=
1237 while :; do
1238 case $as_dir in #(
1239 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1240 *) as_qdir=$as_dir;;
1241 esac
1242 as_dirs="'$as_qdir' $as_dirs"
1243 as_dir=`$as_dirname -- "$as_dir" ||
1244 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1245 X"$as_dir" : 'X\(//\)[^/]' \| \
1246 X"$as_dir" : 'X\(//\)$' \| \
1247 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1248 $as_echo X"$as_dir" |
1249 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1250 s//\1/
1251 q
1252 }
1253 /^X\(\/\/\)[^/].*/{
1254 s//\1/
1255 q
1256 }
1257 /^X\(\/\/\)$/{
1258 s//\1/
1259 q
1260 }
1261 /^X\(\/\).*/{
1262 s//\1/
1263 q
1264 }
1265 s/.*/./; q'`
1266 test -d "$as_dir" && break
1267 done
1268 test -z "$as_dirs" || eval "mkdir $as_dirs"
1269 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create d irectory $as_dir" >&5
1270 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1271 { (exit 1); exit 1; }; }; }
1272 ac_builddir=.
1273
1274 case "$ac_dir" in
1275 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1276 *)
1277 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1278 # A ".." for each directory in $ac_dir_suffix.
1279 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1280 case $ac_top_builddir_sub in
1281 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1282 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1283 esac ;;
1284 esac
1285 ac_abs_top_builddir=$ac_pwd
1286 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1287 # for backward compatibility:
1288 ac_top_builddir=$ac_top_build_prefix
1289
1290 case $srcdir in
1291 .) # We are building in place.
1292 ac_srcdir=.
1293 ac_top_srcdir=$ac_top_builddir_sub
1294 ac_abs_top_srcdir=$ac_pwd ;;
1295 [\\/]* | ?:[\\/]* ) # Absolute name.
1296 ac_srcdir=$srcdir$ac_dir_suffix;
1297 ac_top_srcdir=$srcdir
1298 ac_abs_top_srcdir=$srcdir ;;
1299 *) # Relative name.
1300 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1301 ac_top_srcdir=$ac_top_build_prefix$srcdir
1302 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1303 esac
1304 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1305
1306
1307 case $ac_mode in
1308 :F)
1309 #
1310 # CONFIG_FILE
1311 #
1312
1313 case $INSTALL in
1314 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1315 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1316 esac
1317 ac_MKDIR_P=$MKDIR_P
1318 case $MKDIR_P in
1319 [\\/$]* | ?:[\\/]* ) ;;
1320 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1321 esac
1322 # If the template does not know about datarootdir, expand it.
1323 # FIXME: This hack should be removed a few years after 2.60.
1324 ac_datarootdir_hack=; ac_datarootdir_seen=
1325
1326 ac_sed_dataroot='
1327 /datarootdir/ {
1328 p
1329 q
1330 }
1331 /@datadir@/p
1332 /@docdir@/p
1333 /@infodir@/p
1334 /@localedir@/p
1335 /@mandir@/p
1336 '
1337 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1338 *datarootdir*) ac_datarootdir_seen=yes;;
1339 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1340 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --dat arootdir setting" >&5
1341 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir set ting" >&2;}
1342 ac_datarootdir_hack='
1343 s&@datadir@&${datarootdir}&g
1344 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1345 s&@infodir@&${datarootdir}/info&g
1346 s&@localedir@&${datarootdir}/locale&g
1347 s&@mandir@&${datarootdir}/man&g
1348 s&\${datarootdir}&${prefix}/share&g' ;;
1349 esac
1350 ac_sed_extra="
1351
1352 :t
1353 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1354 s|@configure_input@|$ac_sed_conf_input|;t t
1355 s&@top_builddir@&$ac_top_builddir_sub&;t t
1356 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1357 s&@srcdir@&$ac_srcdir&;t t
1358 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1359 s&@top_srcdir@&$ac_top_srcdir&;t t
1360 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1361 s&@builddir@&$ac_builddir&;t t
1362 s&@abs_builddir@&$ac_abs_builddir&;t t
1363 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1364 s&@INSTALL@&$ac_INSTALL&;t t
1365 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1366 $ac_datarootdir_hack
1367 "
1368 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/ou t \
1369 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1370 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1371 { (exit 1); exit 1; }; }
1372
1373 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1374 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1375 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out" ; } &&
1376 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the vari able \`datarootdir'
1377 which seems to be undefined. Please make sure it is defined." >&5
1378 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datar ootdir'
1379 which seems to be undefined. Please make sure it is defined." >&2;}
1380
1381 rm -f "$tmp/stdin"
1382 case $ac_file in
1383 -) cat "$tmp/out" && rm -f "$tmp/out";;
1384 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1385 esac \
1386 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1387 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1388 { (exit 1); exit 1; }; }
1389 ;;
1390 :H)
1391 #
1392 # CONFIG_HEADER
1393 #
1394 if test x"$ac_file" != x-; then
1395 {
1396 $as_echo "/* $configure_input */" \
1397 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1398 } >"$tmp/config.h" \
1399 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1400 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1401 { (exit 1); exit 1; }; }
1402 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1403 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1404 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1405 else
1406 rm -f "$ac_file"
1407 mv "$tmp/config.h" "$ac_file" \
1408 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1409 $as_echo "$as_me: error: could not create $ac_file" >&2;}
1410 { (exit 1); exit 1; }; }
1411 fi
1412 else
1413 $as_echo "/* $configure_input */" \
1414 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1415 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1416 $as_echo "$as_me: error: could not create -" >&2;}
1417 { (exit 1); exit 1; }; }
1418 fi
1419 # Compute "$ac_file"'s index in $config_headers.
1420 _am_arg="$ac_file"
1421 _am_stamp_count=1
1422 for _am_header in $config_headers :; do
1423 case $_am_header in
1424 $_am_arg | $_am_arg:* )
1425 break ;;
1426 * )
1427 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1428 esac
1429 done
1430 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1431 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1432 X"$_am_arg" : 'X\(//\)[^/]' \| \
1433 X"$_am_arg" : 'X\(//\)$' \| \
1434 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1435 $as_echo X"$_am_arg" |
1436 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1437 s//\1/
1438 q
1439 }
1440 /^X\(\/\/\)[^/].*/{
1441 s//\1/
1442 q
1443 }
1444 /^X\(\/\/\)$/{
1445 s//\1/
1446 q
1447 }
1448 /^X\(\/\).*/{
1449 s//\1/
1450 q
1451 }
1452 s/.*/./; q'`/stamp-h$_am_stamp_count
1453 ;;
1454 :L)
1455 #
1456 # CONFIG_LINK
1457 #
1458
1459 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
1460 { $as_echo "$as_me:$LINENO: WARNING: not linking $ac_source to itself" >&5
1461 $as_echo "$as_me: WARNING: not linking $ac_source to itself" >&2;}
1462 else
1463 # Prefer the file from the source tree if names are identical.
1464 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
1465 ac_source=$srcdir/$ac_source
1466 fi
1467
1468 { $as_echo "$as_me:$LINENO: linking $ac_source to $ac_file" >&5
1469 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
1470
1471 if test ! -r "$ac_source"; then
1472 { { $as_echo "$as_me:$LINENO: error: $ac_source: file not found" >&5
1473 $as_echo "$as_me: error: $ac_source: file not found" >&2;}
1474 { (exit 1); exit 1; }; }
1475 fi
1476 rm -f "$ac_file"
1477
1478 # Try a relative symlink, then a hard link, then a copy.
1479 case $srcdir in
1480 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
1481 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
1482 esac
1483 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
1484 ln "$ac_source" "$ac_file" 2>/dev/null ||
1485 cp -p "$ac_source" "$ac_file" ||
1486 { { $as_echo "$as_me:$LINENO: error: cannot link or copy $ac_source to $ac _file" >&5
1487 $as_echo "$as_me: error: cannot link or copy $ac_source to $ac_file" >&2;}
1488 { (exit 1); exit 1; }; }
1489 fi
1490 ;;
1491 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1492 $as_echo "$as_me: executing $ac_file commands" >&6;}
1493 ;;
1494 esac
1495
1496
1497 case $ac_file$ac_mode in
1498 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1499 # Strip MF so we end up with the name of the file.
1500 mf=`echo "$mf" | sed -e 's/:.*$//'`
1501 # Check whether this is an Automake generated Makefile or not.
1502 # We used to match only the files named `Makefile.in', but
1503 # some people rename them; so instead we look at the file content.
1504 # Grep'ing the first line is not enough: some people post-process
1505 # each Makefile.in and add a new line on top of each file to say so.
1506 # Grep'ing the whole file is not good either: AIX grep has a line
1507 # limit of 2048, but all sed's we know have understand at least 4000.
1508 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1509 dirpart=`$as_dirname -- "$mf" ||
1510 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1511 X"$mf" : 'X\(//\)[^/]' \| \
1512 X"$mf" : 'X\(//\)$' \| \
1513 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1514 $as_echo X"$mf" |
1515 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1516 s//\1/
1517 q
1518 }
1519 /^X\(\/\/\)[^/].*/{
1520 s//\1/
1521 q
1522 }
1523 /^X\(\/\/\)$/{
1524 s//\1/
1525 q
1526 }
1527 /^X\(\/\).*/{
1528 s//\1/
1529 q
1530 }
1531 s/.*/./; q'`
1532 else
1533 continue
1534 fi
1535 # Extract the definition of DEPDIR, am__include, and am__quote
1536 # from the Makefile without running `make'.
1537 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1538 test -z "$DEPDIR" && continue
1539 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1540 test -z "am__include" && continue
1541 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1542 # When using ansi2knr, U may be empty or an underscore; expand it
1543 U=`sed -n 's/^U = //p' < "$mf"`
1544 # Find all dependency output files, they are included files with
1545 # $(DEPDIR) in their names. We invoke sed twice because it is the
1546 # simplest approach to changing $(DEPDIR) to its actual value in the
1547 # expansion.
1548 for file in `sed -n "
1549 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1550 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1551 # Make sure the directory exists.
1552 test -f "$dirpart/$file" && continue
1553 fdir=`$as_dirname -- "$file" ||
1554 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1555 X"$file" : 'X\(//\)[^/]' \| \
1556 X"$file" : 'X\(//\)$' \| \
1557 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1558 $as_echo X"$file" |
1559 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1560 s//\1/
1561 q
1562 }
1563 /^X\(\/\/\)[^/].*/{
1564 s//\1/
1565 q
1566 }
1567 /^X\(\/\/\)$/{
1568 s//\1/
1569 q
1570 }
1571 /^X\(\/\).*/{
1572 s//\1/
1573 q
1574 }
1575 s/.*/./; q'`
1576 { as_dir=$dirpart/$fdir
1577 case $as_dir in #(
1578 -*) as_dir=./$as_dir;;
1579 esac
1580 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1581 as_dirs=
1582 while :; do
1583 case $as_dir in #(
1584 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1585 *) as_qdir=$as_dir;;
1586 esac
1587 as_dirs="'$as_qdir' $as_dirs"
1588 as_dir=`$as_dirname -- "$as_dir" ||
1589 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1590 X"$as_dir" : 'X\(//\)[^/]' \| \
1591 X"$as_dir" : 'X\(//\)$' \| \
1592 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1593 $as_echo X"$as_dir" |
1594 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1595 s//\1/
1596 q
1597 }
1598 /^X\(\/\/\)[^/].*/{
1599 s//\1/
1600 q
1601 }
1602 /^X\(\/\/\)$/{
1603 s//\1/
1604 q
1605 }
1606 /^X\(\/\).*/{
1607 s//\1/
1608 q
1609 }
1610 s/.*/./; q'`
1611 test -d "$as_dir" && break
1612 done
1613 test -z "$as_dirs" || eval "mkdir $as_dirs"
1614 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create d irectory $as_dir" >&5
1615 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1616 { (exit 1); exit 1; }; }; }
1617 # echo "creating $dirpart/$file"
1618 echo '# dummy' > "$dirpart/$file"
1619 done
1620 done
1621 ;;
1622 "po-directories":C)
1623 for ac_file in $CONFIG_FILES; do
1624 # Support "outfile[:infile[:infile...]]"
1625 case "$ac_file" in
1626 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1627 esac
1628 # PO directories have a Makefile.in generated from Makefile.in.in.
1629 case "$ac_file" in */Makefile.in)
1630 # Adjust a relative srcdir.
1631 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
1632 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
1633 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
1634 # In autoconf-2.13 it is called $ac_given_srcdir.
1635 # In autoconf-2.50 it is called $srcdir.
1636 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
1637 case "$ac_given_srcdir" in
1638 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
1639 /*) top_srcdir="$ac_given_srcdir" ;;
1640 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
1641 esac
1642 # Treat a directory as a PO directory if and only if it has a
1643 # POTFILES.in file. This allows packages to have multiple PO
1644 # directories under different names or in different locations.
1645 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
1646 rm -f "$ac_dir/POTFILES"
1647 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo " creating $ac_dir/POTFILES"
1648 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac _dir/POTFILES"
1649 POMAKEFILEDEPS="POTFILES.in"
1650 # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
1651 # on $ac_dir but don't depend on user-specified configuration
1652 # parameters.
1653 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
1654 # The LINGUAS file contains the set of available languages.
1655 if test -n "$OBSOLETE_ALL_LINGUAS"; then
1656 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure .in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
1657 fi
1658 ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/ LINGUAS"`
1659 # Hide the ALL_LINGUAS assigment from automake < 1.5.
1660 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
1661 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
1662 else
1663 # The set of available languages was given in configure.in.
1664 # Hide the ALL_LINGUAS assigment from automake < 1.5.
1665 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
1666 fi
1667 # Compute POFILES
1668 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
1669 # Compute UPDATEPOFILES
1670 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
1671 # Compute DUMMYPOFILES
1672 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
1673 # Compute GMOFILES
1674 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
1675 case "$ac_given_srcdir" in
1676 .) srcdirpre= ;;
1677 *) srcdirpre='$(srcdir)/' ;;
1678 esac
1679 POFILES=
1680 UPDATEPOFILES=
1681 DUMMYPOFILES=
1682 GMOFILES=
1683 for lang in $ALL_LINGUAS; do
1684 POFILES="$POFILES $srcdirpre$lang.po"
1685 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
1686 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
1687 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
1688 done
1689 # CATALOGS depends on both $ac_dir and the user's LINGUAS
1690 # environment variable.
1691 INST_LINGUAS=
1692 if test -n "$ALL_LINGUAS"; then
1693 for presentlang in $ALL_LINGUAS; do
1694 useit=no
1695 if test "%UNSET%" != "$LINGUAS"; then
1696 desiredlanguages="$LINGUAS"
1697 else
1698 desiredlanguages="$ALL_LINGUAS"
1699 fi
1700 for desiredlang in $desiredlanguages; do
1701 # Use the presentlang catalog if desiredlang is
1702 # a. equal to presentlang, or
1703 # b. a variant of presentlang (because in this case,
1704 # presentlang can be used as a fallback for messages
1705 # which are not translated in the desiredlang catalog).
1706 case "$desiredlang" in
1707 "$presentlang"*) useit=yes;;
1708 esac
1709 done
1710 if test $useit = yes; then
1711 INST_LINGUAS="$INST_LINGUAS $presentlang"
1712 fi
1713 done
1714 fi
1715 CATALOGS=
1716 if test -n "$INST_LINGUAS"; then
1717 for lang in $INST_LINGUAS; do
1718 CATALOGS="$CATALOGS $lang.gmo"
1719 done
1720 fi
1721 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo " creating $ac_dir/Makefile"
1722 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_ srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDA TEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_di r/Makefile.in" > "$ac_dir/Makefile"
1723 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
1724 if test -f "$f"; then
1725 case "$f" in
1726 *.orig | *.bak | *~) ;;
1727 *) cat "$f" >> "$ac_dir/Makefile" ;;
1728 esac
1729 fi
1730 done
1731 fi
1732 ;;
1733 esac
1734 done ;;
1735 "etc/bench.pl":F) chmod +x etc/bench.pl ;;
1736 "tests/atconfig":C) cat >tests/atconfig <<ATEOF
1737 # Configurable variable values for building test suites.
1738 # Generated by $0.
1739 # Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
1740
1741 # The test suite will define top_srcdir=$at_top_srcdir/../.. etc.
1742 at_testdir='tests'
1743 abs_builddir='$ac_abs_builddir'
1744 at_srcdir='$ac_srcdir'
1745 abs_srcdir='$ac_abs_srcdir'
1746 at_top_srcdir='$ac_top_srcdir'
1747 abs_top_srcdir='$ac_abs_top_srcdir'
1748 at_top_build_prefix='$ac_top_build_prefix'
1749 abs_top_builddir='$ac_abs_top_builddir'
1750
1751 # Backward compatibility with Autotest <= 2.59b:
1752 at_top_builddir=\$at_top_build_prefix
1753
1754 AUTOTEST_PATH='tests'
1755
1756 SHELL=\${CONFIG_SHELL-'$SHELL'}
1757 ATEOF
1758 ;;
1759 "tests/bison":F) chmod +x tests/bison ;;
1760
1761 esac
1762 done # for ac_tag
1763
1764
1765 { (exit 0); exit 0; }
OLDNEW
« no previous file with comments | « bison/src/bison/2.4.1/bison-2.4.1/config.log ('k') | bison/src/bison/2.4.1/bison-2.4.1/configure_help.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698