summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/config.status
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/config.status')
-rwxr-xr-xapps/plugins/puzzles/src/config.status1059
1 files changed, 0 insertions, 1059 deletions
diff --git a/apps/plugins/puzzles/src/config.status b/apps/plugins/puzzles/src/config.status
deleted file mode 100755
index 9f22aa3722..0000000000
--- a/apps/plugins/puzzles/src/config.status
+++ /dev/null
@@ -1,1059 +0,0 @@
1#! /bin/sh
2# Generated by configure.
3# Run this file to recreate the current configuration.
4# Compiler output produced by configure, useful for debugging
5# configure, is in config.log if it exists.
6
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10
11SHELL=${CONFIG_SHELL-/bin/sh}
12export SHELL
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72fi
73
74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
81fi
82
83
84# IFS
85# We need space, tab and new line, in precisely that order. Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
89IFS=" "" $as_nl"
90
91# Find who we are. Look in the path if we contain no directory separator.
92as_myself=
93case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102IFS=$as_save_IFS
103
104 ;;
105esac
106# We did not find ourselves, most probably we were run as `sh COMMAND'
107# in which case we are not to be found in the path.
108if test "x$as_myself" = x; then
109 as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
114fi
115
116# Unset variables that we do not need and which cause bugs (e.g. in
117# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118# suppresses any "Segmentation fault" message there. '((' could
119# trigger a bug in pdksh 5.2.14.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# CDPATH.
135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137
138# as_fn_error STATUS ERROR [LINENO LOG_FD]
139# ----------------------------------------
140# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
141# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
142# script with STATUS, using 1 if that was 0.
143as_fn_error ()
144{
145 as_status=$1; test $as_status -eq 0 && as_status=1
146 if test "$4"; then
147 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
148 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
149 fi
150 $as_echo "$as_me: error: $2" >&2
151 as_fn_exit $as_status
152} # as_fn_error
153
154
155# as_fn_set_status STATUS
156# -----------------------
157# Set $? to STATUS, without forking.
158as_fn_set_status ()
159{
160 return $1
161} # as_fn_set_status
162
163# as_fn_exit STATUS
164# -----------------
165# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166as_fn_exit ()
167{
168 set +e
169 as_fn_set_status $1
170 exit $1
171} # as_fn_exit
172
173# as_fn_unset VAR
174# ---------------
175# Portably unset VAR.
176as_fn_unset ()
177{
178 { eval $1=; unset $1;}
179}
180as_unset=as_fn_unset
181# as_fn_append VAR VALUE
182# ----------------------
183# Append the text in VALUE to the end of the definition contained in VAR. Take
184# advantage of any shell optimizations that allow amortized linear growth over
185# repeated appends, instead of the typical quadratic growth present in naive
186# implementations.
187if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188 eval 'as_fn_append ()
189 {
190 eval $1+=\$2
191 }'
192else
193 as_fn_append ()
194 {
195 eval $1=\$$1\$2
196 }
197fi # as_fn_append
198
199# as_fn_arith ARG...
200# ------------------
201# Perform arithmetic evaluation on the ARGs, and store the result in the
202# global $as_val. Take advantage of shells that can avoid forks. The arguments
203# must be portable across $(()) and expr.
204if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205 eval 'as_fn_arith ()
206 {
207 as_val=$(( $* ))
208 }'
209else
210 as_fn_arith ()
211 {
212 as_val=`expr "$@" || test $? -eq 1`
213 }
214fi # as_fn_arith
215
216
217if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
220else
221 as_expr=false
222fi
223
224if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225 as_basename=basename
226else
227 as_basename=false
228fi
229
230if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231 as_dirname=dirname
232else
233 as_dirname=false
234fi
235
236as_me=`$as_basename -- "$0" ||
237$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238 X"$0" : 'X\(//\)$' \| \
239 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240$as_echo X/"$0" |
241 sed '/^.*\/\([^/][^/]*\)\/*$/{
242 s//\1/
243 q
244 }
245 /^X\/\(\/\/\)$/{
246 s//\1/
247 q
248 }
249 /^X\/\(\/\).*/{
250 s//\1/
251 q
252 }
253 s/.*/./; q'`
254
255# Avoid depending upon Character Ranges.
256as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259as_cr_digits='0123456789'
260as_cr_alnum=$as_cr_Letters$as_cr_digits
261
262ECHO_C= ECHO_N= ECHO_T=
263case `echo -n x` in #(((((
264-n*)
265 case `echo 'xy\c'` in
266 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
267 xy) ECHO_C='\c';;
268 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
269 ECHO_T=' ';;
270 esac;;
271*)
272 ECHO_N='-n';;
273esac
274
275rm -f conf$$ conf$$.exe conf$$.file
276if test -d conf$$.dir; then
277 rm -f conf$$.dir/conf$$.file
278else
279 rm -f conf$$.dir
280 mkdir conf$$.dir 2>/dev/null
281fi
282if (echo >conf$$.file) 2>/dev/null; then
283 if ln -s conf$$.file conf$$ 2>/dev/null; then
284 as_ln_s='ln -s'
285 # ... but there are two gotchas:
286 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
287 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
288 # In both cases, we have to default to `cp -pR'.
289 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290 as_ln_s='cp -pR'
291 elif ln conf$$.file conf$$ 2>/dev/null; then
292 as_ln_s=ln
293 else
294 as_ln_s='cp -pR'
295 fi
296else
297 as_ln_s='cp -pR'
298fi
299rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300rmdir conf$$.dir 2>/dev/null
301
302
303# as_fn_mkdir_p
304# -------------
305# Create "$as_dir" as a directory, including parents if necessary.
306as_fn_mkdir_p ()
307{
308
309 case $as_dir in #(
310 -*) as_dir=./$as_dir;;
311 esac
312 test -d "$as_dir" || eval $as_mkdir_p || {
313 as_dirs=
314 while :; do
315 case $as_dir in #(
316 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
317 *) as_qdir=$as_dir;;
318 esac
319 as_dirs="'$as_qdir' $as_dirs"
320 as_dir=`$as_dirname -- "$as_dir" ||
321$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
322 X"$as_dir" : 'X\(//\)[^/]' \| \
323 X"$as_dir" : 'X\(//\)$' \| \
324 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
325$as_echo X"$as_dir" |
326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
327 s//\1/
328 q
329 }
330 /^X\(\/\/\)[^/].*/{
331 s//\1/
332 q
333 }
334 /^X\(\/\/\)$/{
335 s//\1/
336 q
337 }
338 /^X\(\/\).*/{
339 s//\1/
340 q
341 }
342 s/.*/./; q'`
343 test -d "$as_dir" && break
344 done
345 test -z "$as_dirs" || eval "mkdir $as_dirs"
346 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
347
348
349} # as_fn_mkdir_p
350if mkdir -p . 2>/dev/null; then
351 as_mkdir_p='mkdir -p "$as_dir"'
352else
353 test -d ./-p && rmdir ./-p
354 as_mkdir_p=false
355fi
356
357
358# as_fn_executable_p FILE
359# -----------------------
360# Test if FILE is an executable regular file.
361as_fn_executable_p ()
362{
363 test -f "$1" && test -x "$1"
364} # as_fn_executable_p
365as_test_x='test -x'
366as_executable_p=as_fn_executable_p
367
368# Sed expression to map a string onto a valid CPP name.
369as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
370
371# Sed expression to map a string onto a valid variable name.
372as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
373
374
375exec 6>&1
376## ----------------------------------- ##
377## Main body of $CONFIG_STATUS script. ##
378## ----------------------------------- ##
379# Save the log message, to keep $0 and so on meaningful, and to
380# report actual input values of CONFIG_FILES etc. instead of their
381# values after options handling.
382ac_log="
383This file was extended by puzzles $as_me 6.66, which was
384generated by GNU Autoconf 2.69. Invocation command line was
385
386 CONFIG_FILES = $CONFIG_FILES
387 CONFIG_HEADERS = $CONFIG_HEADERS
388 CONFIG_LINKS = $CONFIG_LINKS
389 CONFIG_COMMANDS = $CONFIG_COMMANDS
390 $ $0 $@
391
392on `(hostname || uname -n) 2>/dev/null | sed 1q`
393"
394
395# Files that config.status was made for.
396config_files=" Makefile"
397config_commands=" depfiles"
398
399ac_cs_usage="\
400\`$as_me' instantiates files and other configuration actions
401from templates according to the current configuration. Unless the files
402and actions are specified as TAGs, all are instantiated by default.
403
404Usage: $0 [OPTION]... [TAG]...
405
406 -h, --help print this help, then exit
407 -V, --version print version number and configuration settings, then exit
408 --config print configuration, then exit
409 -q, --quiet, --silent
410 do not print progress messages
411 -d, --debug don't remove temporary files
412 --recheck update $as_me by reconfiguring in the same conditions
413 --file=FILE[:TEMPLATE]
414 instantiate the configuration file FILE
415
416Configuration files:
417$config_files
418
419Configuration commands:
420$config_commands
421
422Report bugs to <anakin@pobox.com>."
423
424ac_cs_config=""
425ac_cs_version="\
426puzzles config.status 6.66
427configured by ./configure, generated by GNU Autoconf 2.69,
428 with options \"$ac_cs_config\"
429
430Copyright (C) 2012 Free Software Foundation, Inc.
431This config.status script is free software; the Free Software Foundation
432gives unlimited permission to copy, distribute and modify it."
433
434ac_pwd='/home/franklin/puzzles'
435srcdir='.'
436INSTALL='/usr/bin/install -c'
437MKDIR_P='/usr/bin/mkdir -p'
438AWK='gawk'
439test -n "$AWK" || AWK=awk
440# The default lists apply if the user does not specify any file.
441ac_need_defaults=:
442while test $# != 0
443do
444 case $1 in
445 --*=?*)
446 ac_option=`expr "X$1" : 'X\([^=]*\)='`
447 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
448 ac_shift=:
449 ;;
450 --*=)
451 ac_option=`expr "X$1" : 'X\([^=]*\)='`
452 ac_optarg=
453 ac_shift=:
454 ;;
455 *)
456 ac_option=$1
457 ac_optarg=$2
458 ac_shift=shift
459 ;;
460 esac
461
462 case $ac_option in
463 # Handling of the options.
464 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
465 ac_cs_recheck=: ;;
466 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
467 $as_echo "$ac_cs_version"; exit ;;
468 --config | --confi | --conf | --con | --co | --c )
469 $as_echo "$ac_cs_config"; exit ;;
470 --debug | --debu | --deb | --de | --d | -d )
471 debug=: ;;
472 --file | --fil | --fi | --f )
473 $ac_shift
474 case $ac_optarg in
475 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
476 '') as_fn_error $? "missing file argument" ;;
477 esac
478 as_fn_append CONFIG_FILES " '$ac_optarg'"
479 ac_need_defaults=false;;
480 --he | --h | --help | --hel | -h )
481 $as_echo "$ac_cs_usage"; exit ;;
482 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
483 | -silent | --silent | --silen | --sile | --sil | --si | --s)
484 ac_cs_silent=: ;;
485
486 # This is an error.
487 -*) as_fn_error $? "unrecognized option: \`$1'
488Try \`$0 --help' for more information." ;;
489
490 *) as_fn_append ac_config_targets " $1"
491 ac_need_defaults=false ;;
492
493 esac
494 shift
495done
496
497ac_configure_extra_args=
498
499if $ac_cs_silent; then
500 exec 6>/dev/null
501 ac_configure_extra_args="$ac_configure_extra_args --silent"
502fi
503
504if $ac_cs_recheck; then
505 set X /bin/sh './configure' $ac_configure_extra_args --no-create --no-recursion
506 shift
507 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
508 CONFIG_SHELL='/bin/sh'
509 export CONFIG_SHELL
510 exec "$@"
511fi
512
513exec 5>>config.log
514{
515 echo
516 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
517## Running $as_me. ##
518_ASBOX
519 $as_echo "$ac_log"
520} >&5
521
522#
523# INIT-COMMANDS
524#
525AMDEP_TRUE="" ac_aux_dir="."
526
527
528# Handling of arguments.
529for ac_config_target in $ac_config_targets
530do
531 case $ac_config_target in
532 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
533 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
534
535 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
536 esac
537done
538
539
540# If the user did not use the arguments to specify the items to instantiate,
541# then the envvar interface is used. Set only those that are not.
542# We use the long form for the default assignment because of an extremely
543# bizarre bug on SunOS 4.1.3.
544if $ac_need_defaults; then
545 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
546 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
547fi
548
549# Have a temporary directory for convenience. Make it in the build tree
550# simply because there is no reason against having it here, and in addition,
551# creating and moving files from /tmp can sometimes cause problems.
552# Hook for its removal unless debugging.
553# Note that there is a small window in which the directory will not be cleaned:
554# after its creation but before its name has been assigned to `$tmp'.
555$debug ||
556{
557 tmp= ac_tmp=
558 trap 'exit_status=$?
559 : "${ac_tmp:=$tmp}"
560 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
561' 0
562 trap 'as_fn_exit 1' 1 2 13 15
563}
564# Create a (secure) tmp directory for tmp files.
565
566{
567 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
568 test -d "$tmp"
569} ||
570{
571 tmp=./conf$$-$RANDOM
572 (umask 077 && mkdir "$tmp")
573} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
574ac_tmp=$tmp
575
576# Set up the scripts for CONFIG_FILES section.
577# No need to generate them if there are no CONFIG_FILES.
578# This happens for instance with `./config.status config.h'.
579if test -n "$CONFIG_FILES"; then
580
581
582ac_cr=`echo X | tr X '\015'`
583# On cygwin, bash can eat \r inside `` if the user requested igncr.
584# But we know of no other shell where ac_cr would be empty at this
585# point, so we can use a bashism as a fallback.
586if test "x$ac_cr" = x; then
587 eval ac_cr=\$\'\\r\'
588fi
589ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
590if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
591 ac_cs_awk_cr='\\r'
592else
593 ac_cs_awk_cr=$ac_cr
594fi
595
596echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
597cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
598S["am__EXEEXT_FALSE"]=""
599S["am__EXEEXT_TRUE"]="#"
600S["LTLIBOBJS"]=""
601S["LIBOBJS"]=""
602S["RANLIB"]="ranlib"
603S["PKG_CONFIG_LIBDIR"]=""
604S["PKG_CONFIG_PATH"]=""
605S["GTK_LIBS"]="-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0"
606S["GTK_CFLAGS"]="-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/"\
607"include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/includ"\
608"e/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/inclu"\
609"de/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/incl"\
610"ude/glib-2.0 -I/usr/lib/glib-2.0/include"
611S["PKG_CONFIG"]="/usr/bin/pkg-config"
612S["am__fastdepCC_FALSE"]="#"
613S["am__fastdepCC_TRUE"]=""
614S["CCDEPMODE"]="depmode=gcc3"
615S["am__nodep"]="_no"
616S["AMDEPBACKSLASH"]="\\"
617S["AMDEP_FALSE"]="#"
618S["AMDEP_TRUE"]=""
619S["am__quote"]=""
620S["am__include"]="include"
621S["DEPDIR"]=".deps"
622S["OBJEXT"]="o"
623S["EXEEXT"]=""
624S["ac_ct_CC"]="gcc"
625S["CPPFLAGS"]=""
626S["LDFLAGS"]=""
627S["CFLAGS"]="-g -O2 -Wall -Werror -std=c89"
628S["CC"]="gcc"
629S["AM_BACKSLASH"]="\\"
630S["AM_DEFAULT_VERBOSITY"]="1"
631S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
632S["AM_V"]="$(V)"
633S["am__untar"]="$${TAR-tar} xf -"
634S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
635S["AMTAR"]="$${TAR-tar}"
636S["am__leading_dot"]="."
637S["SET_MAKE"]=""
638S["AWK"]="gawk"
639S["mkdir_p"]="$(MKDIR_P)"
640S["MKDIR_P"]="/usr/bin/mkdir -p"
641S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
642S["STRIP"]=""
643S["install_sh"]="${SHELL} /home/franklin/puzzles/install-sh"
644S["MAKEINFO"]="${SHELL} /home/franklin/puzzles/missing makeinfo"
645S["AUTOHEADER"]="${SHELL} /home/franklin/puzzles/missing autoheader"
646S["AUTOMAKE"]="${SHELL} /home/franklin/puzzles/missing automake-1.15"
647S["AUTOCONF"]="${SHELL} /home/franklin/puzzles/missing autoconf"
648S["ACLOCAL"]="${SHELL} /home/franklin/puzzles/missing aclocal-1.15"
649S["VERSION"]="6.66"
650S["PACKAGE"]="puzzles"
651S["CYGPATH_W"]="echo"
652S["am__isrc"]=""
653S["INSTALL_DATA"]="${INSTALL} -m 644"
654S["INSTALL_SCRIPT"]="${INSTALL}"
655S["INSTALL_PROGRAM"]="${INSTALL}"
656S["target_alias"]=""
657S["host_alias"]=""
658S["build_alias"]=""
659S["LIBS"]=""
660S["ECHO_T"]=""
661S["ECHO_N"]="-n"
662S["ECHO_C"]=""
663S["DEFS"]="-DPACKAGE_NAME=\\\"puzzles\\\" -DPACKAGE_TARNAME=\\\"puzzles\\\" -DPACKAGE_VERSION=\\\"6.66\\\" -DPACKAGE_STRING=\\\"puzzles\\ 6.66\\\" -DPACKAGE_BUGREPORT=\\\"anakin@"\
664"pobox.com\\\" -DPACKAGE_URL=\\\"\\\" -DPACKAGE=\\\"puzzles\\\" -DVERSION=\\\"6.66\\\""
665S["mandir"]="${datarootdir}/man"
666S["localedir"]="${datarootdir}/locale"
667S["libdir"]="${exec_prefix}/lib"
668S["psdir"]="${docdir}"
669S["pdfdir"]="${docdir}"
670S["dvidir"]="${docdir}"
671S["htmldir"]="${docdir}"
672S["infodir"]="${datarootdir}/info"
673S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
674S["oldincludedir"]="/usr/include"
675S["includedir"]="${prefix}/include"
676S["localstatedir"]="${prefix}/var"
677S["sharedstatedir"]="${prefix}/com"
678S["sysconfdir"]="${prefix}/etc"
679S["datadir"]="${datarootdir}"
680S["datarootdir"]="${prefix}/share"
681S["libexecdir"]="${exec_prefix}/libexec"
682S["sbindir"]="${exec_prefix}/sbin"
683S["bindir"]="${exec_prefix}/bin"
684S["program_transform_name"]="s,x,x,"
685S["prefix"]="/usr/local"
686S["exec_prefix"]="${prefix}"
687S["PACKAGE_URL"]=""
688S["PACKAGE_BUGREPORT"]="anakin@pobox.com"
689S["PACKAGE_STRING"]="puzzles 6.66"
690S["PACKAGE_VERSION"]="6.66"
691S["PACKAGE_TARNAME"]="puzzles"
692S["PACKAGE_NAME"]="puzzles"
693S["PATH_SEPARATOR"]=":"
694S["SHELL"]="/bin/sh"
695_ACAWK
696cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
697 for (key in S) S_is_set[key] = 1
698 FS = ""
699
700}
701{
702 line = $ 0
703 nfields = split(line, field, "@")
704 substed = 0
705 len = length(field[1])
706 for (i = 2; i < nfields; i++) {
707 key = field[i]
708 keylen = length(key)
709 if (S_is_set[key]) {
710 value = S[key]
711 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
712 len += length(value) + length(field[++i])
713 substed = 1
714 } else
715 len += 1 + keylen
716 }
717
718 print line
719}
720
721_ACAWK
722if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
723 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
724else
725 cat
726fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
727 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
728fi # test -n "$CONFIG_FILES"
729
730
731eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
732shift
733for ac_tag
734do
735 case $ac_tag in
736 :[FHLC]) ac_mode=$ac_tag; continue;;
737 esac
738 case $ac_mode$ac_tag in
739 :[FHL]*:*);;
740 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
741 :[FH]-) ac_tag=-:-;;
742 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
743 esac
744 ac_save_IFS=$IFS
745 IFS=:
746 set x $ac_tag
747 IFS=$ac_save_IFS
748 shift
749 ac_file=$1
750 shift
751
752 case $ac_mode in
753 :L) ac_source=$1;;
754 :[FH])
755 ac_file_inputs=
756 for ac_f
757 do
758 case $ac_f in
759 -) ac_f="$ac_tmp/stdin";;
760 *) # Look for the file first in the build tree, then in the source tree
761 # (if the path is not absolute). The absolute path cannot be DOS-style,
762 # because $ac_f cannot contain `:'.
763 test -f "$ac_f" ||
764 case $ac_f in
765 [\\/$]*) false;;
766 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
767 esac ||
768 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
769 esac
770 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
771 as_fn_append ac_file_inputs " '$ac_f'"
772 done
773
774 # Let's still pretend it is `configure' which instantiates (i.e., don't
775 # use $as_me), people would be surprised to read:
776 # /* config.h. Generated by config.status. */
777 configure_input='Generated from '`
778 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
779 `' by configure.'
780 if test x"$ac_file" != x-; then
781 configure_input="$ac_file. $configure_input"
782 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
783$as_echo "$as_me: creating $ac_file" >&6;}
784 fi
785 # Neutralize special characters interpreted by sed in replacement strings.
786 case $configure_input in #(
787 *\&* | *\|* | *\\* )
788 ac_sed_conf_input=`$as_echo "$configure_input" |
789 sed 's/[\\\\&|]/\\\\&/g'`;; #(
790 *) ac_sed_conf_input=$configure_input;;
791 esac
792
793 case $ac_tag in
794 *:-:* | *:-) cat >"$ac_tmp/stdin" \
795 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
796 esac
797 ;;
798 esac
799
800 ac_dir=`$as_dirname -- "$ac_file" ||
801$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
802 X"$ac_file" : 'X\(//\)[^/]' \| \
803 X"$ac_file" : 'X\(//\)$' \| \
804 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
805$as_echo X"$ac_file" |
806 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
807 s//\1/
808 q
809 }
810 /^X\(\/\/\)[^/].*/{
811 s//\1/
812 q
813 }
814 /^X\(\/\/\)$/{
815 s//\1/
816 q
817 }
818 /^X\(\/\).*/{
819 s//\1/
820 q
821 }
822 s/.*/./; q'`
823 as_dir="$ac_dir"; as_fn_mkdir_p
824 ac_builddir=.
825
826case "$ac_dir" in
827.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
828*)
829 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
830 # A ".." for each directory in $ac_dir_suffix.
831 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
832 case $ac_top_builddir_sub in
833 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
834 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
835 esac ;;
836esac
837ac_abs_top_builddir=$ac_pwd
838ac_abs_builddir=$ac_pwd$ac_dir_suffix
839# for backward compatibility:
840ac_top_builddir=$ac_top_build_prefix
841
842case $srcdir in
843 .) # We are building in place.
844 ac_srcdir=.
845 ac_top_srcdir=$ac_top_builddir_sub
846 ac_abs_top_srcdir=$ac_pwd ;;
847 [\\/]* | ?:[\\/]* ) # Absolute name.
848 ac_srcdir=$srcdir$ac_dir_suffix;
849 ac_top_srcdir=$srcdir
850 ac_abs_top_srcdir=$srcdir ;;
851 *) # Relative name.
852 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
853 ac_top_srcdir=$ac_top_build_prefix$srcdir
854 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
855esac
856ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
857
858
859 case $ac_mode in
860 :F)
861 #
862 # CONFIG_FILE
863 #
864
865 case $INSTALL in
866 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
867 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
868 esac
869 ac_MKDIR_P=$MKDIR_P
870 case $MKDIR_P in
871 [\\/$]* | ?:[\\/]* ) ;;
872 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
873 esac
874# If the template does not know about datarootdir, expand it.
875# FIXME: This hack should be removed a few years after 2.60.
876ac_datarootdir_hack=; ac_datarootdir_seen=
877ac_sed_dataroot='
878/datarootdir/ {
879 p
880 q
881}
882/@datadir@/p
883/@docdir@/p
884/@infodir@/p
885/@localedir@/p
886/@mandir@/p'
887case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
888*datarootdir*) ac_datarootdir_seen=yes;;
889*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
891$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
892 ac_datarootdir_hack='
893 s&@datadir@&${datarootdir}&g
894 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
895 s&@infodir@&${datarootdir}/info&g
896 s&@localedir@&${datarootdir}/locale&g
897 s&@mandir@&${datarootdir}/man&g
898 s&\${datarootdir}&${prefix}/share&g' ;;
899esac
900ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
901h
902s///
903s/^/:/
904s/[ ]*$/:/
905s/:\$(srcdir):/:/g
906s/:\${srcdir}:/:/g
907s/:@srcdir@:/:/g
908s/^:*//
909s/:*$//
910x
911s/\(=[ ]*\).*/\1/
912G
913s/\n//
914s/^[^=]*=[ ]*$//
915}
916
917:t
918/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
919s|@configure_input@|$ac_sed_conf_input|;t t
920s&@top_builddir@&$ac_top_builddir_sub&;t t
921s&@top_build_prefix@&$ac_top_build_prefix&;t t
922s&@srcdir@&$ac_srcdir&;t t
923s&@abs_srcdir@&$ac_abs_srcdir&;t t
924s&@top_srcdir@&$ac_top_srcdir&;t t
925s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
926s&@builddir@&$ac_builddir&;t t
927s&@abs_builddir@&$ac_abs_builddir&;t t
928s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
929s&@INSTALL@&$ac_INSTALL&;t t
930s&@MKDIR_P@&$ac_MKDIR_P&;t t
931$ac_datarootdir_hack
932"
933eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
934 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
935
936test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
937 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
938 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
939 "$ac_tmp/out"`; test -z "$ac_out"; } &&
940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
941which seems to be undefined. Please make sure it is defined" >&5
942$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
943which seems to be undefined. Please make sure it is defined" >&2;}
944
945 rm -f "$ac_tmp/stdin"
946 case $ac_file in
947 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
948 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
949 esac \
950 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
951 ;;
952
953
954 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
955$as_echo "$as_me: executing $ac_file commands" >&6;}
956 ;;
957 esac
958
959
960 case $ac_file$ac_mode in
961 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
962 # Older Autoconf quotes --file arguments for eval, but not when files
963 # are listed without --file. Let's play safe and only enable the eval
964 # if we detect the quoting.
965 case $CONFIG_FILES in
966 *\'*) eval set x "$CONFIG_FILES" ;;
967 *) set x $CONFIG_FILES ;;
968 esac
969 shift
970 for mf
971 do
972 # Strip MF so we end up with the name of the file.
973 mf=`echo "$mf" | sed -e 's/:.*$//'`
974 # Check whether this is an Automake generated Makefile or not.
975 # We used to match only the files named 'Makefile.in', but
976 # some people rename them; so instead we look at the file content.
977 # Grep'ing the first line is not enough: some people post-process
978 # each Makefile.in and add a new line on top of each file to say so.
979 # Grep'ing the whole file is not good either: AIX grep has a line
980 # limit of 2048, but all sed's we know have understand at least 4000.
981 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
982 dirpart=`$as_dirname -- "$mf" ||
983$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
984 X"$mf" : 'X\(//\)[^/]' \| \
985 X"$mf" : 'X\(//\)$' \| \
986 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
987$as_echo X"$mf" |
988 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
989 s//\1/
990 q
991 }
992 /^X\(\/\/\)[^/].*/{
993 s//\1/
994 q
995 }
996 /^X\(\/\/\)$/{
997 s//\1/
998 q
999 }
1000 /^X\(\/\).*/{
1001 s//\1/
1002 q
1003 }
1004 s/.*/./; q'`
1005 else
1006 continue
1007 fi
1008 # Extract the definition of DEPDIR, am__include, and am__quote
1009 # from the Makefile without running 'make'.
1010 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1011 test -z "$DEPDIR" && continue
1012 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1013 test -z "$am__include" && continue
1014 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1015 # Find all dependency output files, they are included files with
1016 # $(DEPDIR) in their names. We invoke sed twice because it is the
1017 # simplest approach to changing $(DEPDIR) to its actual value in the
1018 # expansion.
1019 for file in `sed -n "
1020 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1021 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1022 # Make sure the directory exists.
1023 test -f "$dirpart/$file" && continue
1024 fdir=`$as_dirname -- "$file" ||
1025$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1026 X"$file" : 'X\(//\)[^/]' \| \
1027 X"$file" : 'X\(//\)$' \| \
1028 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1029$as_echo X"$file" |
1030 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1031 s//\1/
1032 q
1033 }
1034 /^X\(\/\/\)[^/].*/{
1035 s//\1/
1036 q
1037 }
1038 /^X\(\/\/\)$/{
1039 s//\1/
1040 q
1041 }
1042 /^X\(\/\).*/{
1043 s//\1/
1044 q
1045 }
1046 s/.*/./; q'`
1047 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1048 # echo "creating $dirpart/$file"
1049 echo '# dummy' > "$dirpart/$file"
1050 done
1051 done
1052}
1053 ;;
1054
1055 esac
1056done # for ac_tag
1057
1058
1059as_fn_exit 0