]> git.jsancho.org Git - gacela.git/blob - configure
Gacela as Guile modules: main loop in a thread
[gacela.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.68 for gacela 0.5.
4 #
5 # Report bugs to <jsf@jsancho.org>.
6 #
7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10 # Foundation, Inc.
11 #
12 #
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
18
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22   emulate sh
23   NULLCMD=:
24   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25   # is contrary to our usage.  Disable this feature.
26   alias -g '${1+"$@"}'='"$@"'
27   setopt NO_GLOB_SUBST
28 else
29   case `(set -o) 2>/dev/null` in #(
30   *posix*) :
31     set -o posix ;; #(
32   *) :
33      ;;
34 esac
35 fi
36
37
38 as_nl='
39 '
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49   as_echo='print -r --'
50   as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52   as_echo='printf %s\n'
53   as_echo_n='printf %s'
54 else
55   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57     as_echo_n='/usr/ucb/echo -n'
58   else
59     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60     as_echo_n_body='eval
61       arg=$1;
62       case $arg in #(
63       *"$as_nl"*)
64         expr "X$arg" : "X\\(.*\\)$as_nl";
65         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66       esac;
67       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68     '
69     export as_echo_n_body
70     as_echo_n='sh -c $as_echo_n_body as_echo'
71   fi
72   export as_echo_body
73   as_echo='sh -c $as_echo_body as_echo'
74 fi
75
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78   PATH_SEPARATOR=:
79   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81       PATH_SEPARATOR=';'
82   }
83 fi
84
85
86 # IFS
87 # We need space, tab and new line, in precisely that order.  Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" ""        $as_nl"
92
93 # Find who we are.  Look in the path if we contain no directory separator.
94 as_myself=
95 case $0 in #((
96   *[\\/]* ) as_myself=$0 ;;
97   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98 for as_dir in $PATH
99 do
100   IFS=$as_save_IFS
101   test -z "$as_dir" && as_dir=.
102     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103   done
104 IFS=$as_save_IFS
105
106      ;;
107 esac
108 # We did not find ourselves, most probably we were run as `sh COMMAND'
109 # in which case we are not to be found in the path.
110 if test "x$as_myself" = x; then
111   as_myself=$0
112 fi
113 if test ! -f "$as_myself"; then
114   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115   exit 1
116 fi
117
118 # Unset variables that we do not need and which cause bugs (e.g. in
119 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
120 # suppresses any "Segmentation fault" message there.  '((' could
121 # trigger a bug in pdksh 5.2.14.
122 for as_var in BASH_ENV ENV MAIL MAILPATH
123 do eval test x\${$as_var+set} = xset \
124   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && 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 # CDPATH.
137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138
139 if test "x$CONFIG_SHELL" = x; then
140   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141   emulate sh
142   NULLCMD=:
143   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144   # is contrary to our usage.  Disable this feature.
145   alias -g '\${1+\"\$@\"}'='\"\$@\"'
146   setopt NO_GLOB_SUBST
147 else
148   case \`(set -o) 2>/dev/null\` in #(
149   *posix*) :
150     set -o posix ;; #(
151   *) :
152      ;;
153 esac
154 fi
155 "
156   as_required="as_fn_return () { (exit \$1); }
157 as_fn_success () { as_fn_return 0; }
158 as_fn_failure () { as_fn_return 1; }
159 as_fn_ret_success () { return 0; }
160 as_fn_ret_failure () { return 1; }
161
162 exitcode=0
163 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168
169 else
170   exitcode=1; echo positional parameters were not saved.
171 fi
172 test x\$exitcode = x0 || exit 1"
173   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
177   if (eval "$as_required") 2>/dev/null; then :
178   as_have_required=yes
179 else
180   as_have_required=no
181 fi
182   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183
184 else
185   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
188 do
189   IFS=$as_save_IFS
190   test -z "$as_dir" && as_dir=.
191   as_found=:
192   case $as_dir in #(
193          /*)
194            for as_base in sh bash ksh sh5; do
195              # Try only shells that exist, to save several forks.
196              as_shell=$as_dir/$as_base
197              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199   CONFIG_SHELL=$as_shell as_have_required=yes
200                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201   break 2
202 fi
203 fi
204            done;;
205        esac
206   as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210   CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
213
214
215       if test "x$CONFIG_SHELL" != x; then :
216   # We cannot yet assume a decent shell, so we have to provide a
217         # neutralization value for shells without unset; and this also
218         # works around shells that cannot unset nonexistent variables.
219         # Preserve -v and -x to the replacement shell.
220         BASH_ENV=/dev/null
221         ENV=/dev/null
222         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
223         export CONFIG_SHELL
224         case $- in # ((((
225           *v*x* | *x*v* ) as_opts=-vx ;;
226           *v* ) as_opts=-v ;;
227           *x* ) as_opts=-x ;;
228           * ) as_opts= ;;
229         esac
230         exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
231 fi
232
233     if test x$as_have_required = xno; then :
234   $as_echo "$0: This script requires a shell more modern than all"
235   $as_echo "$0: the shells that I found on your system."
236   if test x${ZSH_VERSION+set} = xset ; then
237     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
238     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
239   else
240     $as_echo "$0: Please tell bug-autoconf@gnu.org and jsf@jsancho.org
241 $0: about your system, including any error possibly output
242 $0: before this message. Then install a modern shell, or
243 $0: manually run the script under such a shell if you do
244 $0: have one."
245   fi
246   exit 1
247 fi
248 fi
249 fi
250 SHELL=${CONFIG_SHELL-/bin/sh}
251 export SHELL
252 # Unset more variables known to interfere with behavior of common tools.
253 CLICOLOR_FORCE= GREP_OPTIONS=
254 unset CLICOLOR_FORCE GREP_OPTIONS
255
256 ## --------------------- ##
257 ## M4sh Shell Functions. ##
258 ## --------------------- ##
259 # as_fn_unset VAR
260 # ---------------
261 # Portably unset VAR.
262 as_fn_unset ()
263 {
264   { eval $1=; unset $1;}
265 }
266 as_unset=as_fn_unset
267
268 # as_fn_set_status STATUS
269 # -----------------------
270 # Set $? to STATUS, without forking.
271 as_fn_set_status ()
272 {
273   return $1
274 } # as_fn_set_status
275
276 # as_fn_exit STATUS
277 # -----------------
278 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
279 as_fn_exit ()
280 {
281   set +e
282   as_fn_set_status $1
283   exit $1
284 } # as_fn_exit
285
286 # as_fn_mkdir_p
287 # -------------
288 # Create "$as_dir" as a directory, including parents if necessary.
289 as_fn_mkdir_p ()
290 {
291
292   case $as_dir in #(
293   -*) as_dir=./$as_dir;;
294   esac
295   test -d "$as_dir" || eval $as_mkdir_p || {
296     as_dirs=
297     while :; do
298       case $as_dir in #(
299       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
300       *) as_qdir=$as_dir;;
301       esac
302       as_dirs="'$as_qdir' $as_dirs"
303       as_dir=`$as_dirname -- "$as_dir" ||
304 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
305          X"$as_dir" : 'X\(//\)[^/]' \| \
306          X"$as_dir" : 'X\(//\)$' \| \
307          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
308 $as_echo X"$as_dir" |
309     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
310             s//\1/
311             q
312           }
313           /^X\(\/\/\)[^/].*/{
314             s//\1/
315             q
316           }
317           /^X\(\/\/\)$/{
318             s//\1/
319             q
320           }
321           /^X\(\/\).*/{
322             s//\1/
323             q
324           }
325           s/.*/./; q'`
326       test -d "$as_dir" && break
327     done
328     test -z "$as_dirs" || eval "mkdir $as_dirs"
329   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
330
331
332 } # as_fn_mkdir_p
333 # as_fn_append VAR VALUE
334 # ----------------------
335 # Append the text in VALUE to the end of the definition contained in VAR. Take
336 # advantage of any shell optimizations that allow amortized linear growth over
337 # repeated appends, instead of the typical quadratic growth present in naive
338 # implementations.
339 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
340   eval 'as_fn_append ()
341   {
342     eval $1+=\$2
343   }'
344 else
345   as_fn_append ()
346   {
347     eval $1=\$$1\$2
348   }
349 fi # as_fn_append
350
351 # as_fn_arith ARG...
352 # ------------------
353 # Perform arithmetic evaluation on the ARGs, and store the result in the
354 # global $as_val. Take advantage of shells that can avoid forks. The arguments
355 # must be portable across $(()) and expr.
356 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
357   eval 'as_fn_arith ()
358   {
359     as_val=$(( $* ))
360   }'
361 else
362   as_fn_arith ()
363   {
364     as_val=`expr "$@" || test $? -eq 1`
365   }
366 fi # as_fn_arith
367
368
369 # as_fn_error STATUS ERROR [LINENO LOG_FD]
370 # ----------------------------------------
371 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
372 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
373 # script with STATUS, using 1 if that was 0.
374 as_fn_error ()
375 {
376   as_status=$1; test $as_status -eq 0 && as_status=1
377   if test "$4"; then
378     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
379     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
380   fi
381   $as_echo "$as_me: error: $2" >&2
382   as_fn_exit $as_status
383 } # as_fn_error
384
385 if expr a : '\(a\)' >/dev/null 2>&1 &&
386    test "X`expr 00001 : '.*\(...\)'`" = X001; then
387   as_expr=expr
388 else
389   as_expr=false
390 fi
391
392 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
393   as_basename=basename
394 else
395   as_basename=false
396 fi
397
398 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
399   as_dirname=dirname
400 else
401   as_dirname=false
402 fi
403
404 as_me=`$as_basename -- "$0" ||
405 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
406          X"$0" : 'X\(//\)$' \| \
407          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
408 $as_echo X/"$0" |
409     sed '/^.*\/\([^/][^/]*\)\/*$/{
410             s//\1/
411             q
412           }
413           /^X\/\(\/\/\)$/{
414             s//\1/
415             q
416           }
417           /^X\/\(\/\).*/{
418             s//\1/
419             q
420           }
421           s/.*/./; q'`
422
423 # Avoid depending upon Character Ranges.
424 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
425 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
426 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
427 as_cr_digits='0123456789'
428 as_cr_alnum=$as_cr_Letters$as_cr_digits
429
430
431   as_lineno_1=$LINENO as_lineno_1a=$LINENO
432   as_lineno_2=$LINENO as_lineno_2a=$LINENO
433   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
434   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
435   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
436   sed -n '
437     p
438     /[$]LINENO/=
439   ' <$as_myself |
440     sed '
441       s/[$]LINENO.*/&-/
442       t lineno
443       b
444       :lineno
445       N
446       :loop
447       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
448       t loop
449       s/-\n.*//
450     ' >$as_me.lineno &&
451   chmod +x "$as_me.lineno" ||
452     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
453
454   # Don't try to exec as it changes $[0], causing all sort of problems
455   # (the dirname of $[0] is not the place where we might find the
456   # original and so on.  Autoconf is especially sensitive to this).
457   . "./$as_me.lineno"
458   # Exit status is that of the last command.
459   exit
460 }
461
462 ECHO_C= ECHO_N= ECHO_T=
463 case `echo -n x` in #(((((
464 -n*)
465   case `echo 'xy\c'` in
466   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
467   xy)  ECHO_C='\c';;
468   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
469        ECHO_T=' ';;
470   esac;;
471 *)
472   ECHO_N='-n';;
473 esac
474
475 rm -f conf$$ conf$$.exe conf$$.file
476 if test -d conf$$.dir; then
477   rm -f conf$$.dir/conf$$.file
478 else
479   rm -f conf$$.dir
480   mkdir conf$$.dir 2>/dev/null
481 fi
482 if (echo >conf$$.file) 2>/dev/null; then
483   if ln -s conf$$.file conf$$ 2>/dev/null; then
484     as_ln_s='ln -s'
485     # ... but there are two gotchas:
486     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
487     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
488     # In both cases, we have to default to `cp -p'.
489     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
490       as_ln_s='cp -p'
491   elif ln conf$$.file conf$$ 2>/dev/null; then
492     as_ln_s=ln
493   else
494     as_ln_s='cp -p'
495   fi
496 else
497   as_ln_s='cp -p'
498 fi
499 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
500 rmdir conf$$.dir 2>/dev/null
501
502 if mkdir -p . 2>/dev/null; then
503   as_mkdir_p='mkdir -p "$as_dir"'
504 else
505   test -d ./-p && rmdir ./-p
506   as_mkdir_p=false
507 fi
508
509 if test -x / >/dev/null 2>&1; then
510   as_test_x='test -x'
511 else
512   if ls -dL / >/dev/null 2>&1; then
513     as_ls_L_option=L
514   else
515     as_ls_L_option=
516   fi
517   as_test_x='
518     eval sh -c '\''
519       if test -d "$1"; then
520         test -d "$1/.";
521       else
522         case $1 in #(
523         -*)set "./$1";;
524         esac;
525         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
526         ???[sx]*):;;*)false;;esac;fi
527     '\'' sh
528   '
529 fi
530 as_executable_p=$as_test_x
531
532 # Sed expression to map a string onto a valid CPP name.
533 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
534
535 # Sed expression to map a string onto a valid variable name.
536 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
537
538
539 test -n "$DJDIR" || exec 7<&0 </dev/null
540 exec 6>&1
541
542 # Name of the host.
543 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
544 # so uname gets run too.
545 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
546
547 #
548 # Initializations.
549 #
550 ac_default_prefix=/usr/local
551 ac_clean_files=
552 ac_config_libobj_dir=.
553 LIBOBJS=
554 cross_compiling=no
555 subdirs=
556 MFLAGS=
557 MAKEFLAGS=
558
559 # Identity of this package.
560 PACKAGE_NAME='gacela'
561 PACKAGE_TARNAME='gacela'
562 PACKAGE_VERSION='0.5'
563 PACKAGE_STRING='gacela 0.5'
564 PACKAGE_BUGREPORT='jsf@jsancho.org'
565 PACKAGE_URL=''
566
567 ac_unique_file="src/gacela_SDL.h"
568 ac_subst_vars='am__EXEEXT_FALSE
569 am__EXEEXT_TRUE
570 LTLIBOBJS
571 LIBOBJS
572 GUILE_LDFLAGS
573 GUILE_CFLAGS
574 GUILE_TOOLS
575 GUILE_CONFIG
576 GUILE
577 am__fastdepCC_FALSE
578 am__fastdepCC_TRUE
579 CCDEPMODE
580 AMDEPBACKSLASH
581 AMDEP_FALSE
582 AMDEP_TRUE
583 am__quote
584 am__include
585 DEPDIR
586 OBJEXT
587 EXEEXT
588 ac_ct_CC
589 CPPFLAGS
590 LDFLAGS
591 CFLAGS
592 CC
593 am__untar
594 am__tar
595 AMTAR
596 am__leading_dot
597 SET_MAKE
598 AWK
599 mkdir_p
600 MKDIR_P
601 INSTALL_STRIP_PROGRAM
602 STRIP
603 install_sh
604 MAKEINFO
605 AUTOHEADER
606 AUTOMAKE
607 AUTOCONF
608 ACLOCAL
609 VERSION
610 PACKAGE
611 CYGPATH_W
612 am__isrc
613 INSTALL_DATA
614 INSTALL_SCRIPT
615 INSTALL_PROGRAM
616 target_alias
617 host_alias
618 build_alias
619 LIBS
620 ECHO_T
621 ECHO_N
622 ECHO_C
623 DEFS
624 mandir
625 localedir
626 libdir
627 psdir
628 pdfdir
629 dvidir
630 htmldir
631 infodir
632 docdir
633 oldincludedir
634 includedir
635 localstatedir
636 sharedstatedir
637 sysconfdir
638 datadir
639 datarootdir
640 libexecdir
641 sbindir
642 bindir
643 program_transform_name
644 prefix
645 exec_prefix
646 PACKAGE_URL
647 PACKAGE_BUGREPORT
648 PACKAGE_STRING
649 PACKAGE_VERSION
650 PACKAGE_TARNAME
651 PACKAGE_NAME
652 PATH_SEPARATOR
653 SHELL'
654 ac_subst_files=''
655 ac_user_opts='
656 enable_option_checking
657 enable_dependency_tracking
658 '
659       ac_precious_vars='build_alias
660 host_alias
661 target_alias
662 CC
663 CFLAGS
664 LDFLAGS
665 LIBS
666 CPPFLAGS'
667
668
669 # Initialize some variables set by options.
670 ac_init_help=
671 ac_init_version=false
672 ac_unrecognized_opts=
673 ac_unrecognized_sep=
674 # The variables have the same names as the options, with
675 # dashes changed to underlines.
676 cache_file=/dev/null
677 exec_prefix=NONE
678 no_create=
679 no_recursion=
680 prefix=NONE
681 program_prefix=NONE
682 program_suffix=NONE
683 program_transform_name=s,x,x,
684 silent=
685 site=
686 srcdir=
687 verbose=
688 x_includes=NONE
689 x_libraries=NONE
690
691 # Installation directory options.
692 # These are left unexpanded so users can "make install exec_prefix=/foo"
693 # and all the variables that are supposed to be based on exec_prefix
694 # by default will actually change.
695 # Use braces instead of parens because sh, perl, etc. also accept them.
696 # (The list follows the same order as the GNU Coding Standards.)
697 bindir='${exec_prefix}/bin'
698 sbindir='${exec_prefix}/sbin'
699 libexecdir='${exec_prefix}/libexec'
700 datarootdir='${prefix}/share'
701 datadir='${datarootdir}'
702 sysconfdir='${prefix}/etc'
703 sharedstatedir='${prefix}/com'
704 localstatedir='${prefix}/var'
705 includedir='${prefix}/include'
706 oldincludedir='/usr/include'
707 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
708 infodir='${datarootdir}/info'
709 htmldir='${docdir}'
710 dvidir='${docdir}'
711 pdfdir='${docdir}'
712 psdir='${docdir}'
713 libdir='${exec_prefix}/lib'
714 localedir='${datarootdir}/locale'
715 mandir='${datarootdir}/man'
716
717 ac_prev=
718 ac_dashdash=
719 for ac_option
720 do
721   # If the previous option needs an argument, assign it.
722   if test -n "$ac_prev"; then
723     eval $ac_prev=\$ac_option
724     ac_prev=
725     continue
726   fi
727
728   case $ac_option in
729   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
730   *=)   ac_optarg= ;;
731   *)    ac_optarg=yes ;;
732   esac
733
734   # Accept the important Cygnus configure options, so we can diagnose typos.
735
736   case $ac_dashdash$ac_option in
737   --)
738     ac_dashdash=yes ;;
739
740   -bindir | --bindir | --bindi | --bind | --bin | --bi)
741     ac_prev=bindir ;;
742   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
743     bindir=$ac_optarg ;;
744
745   -build | --build | --buil | --bui | --bu)
746     ac_prev=build_alias ;;
747   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
748     build_alias=$ac_optarg ;;
749
750   -cache-file | --cache-file | --cache-fil | --cache-fi \
751   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
752     ac_prev=cache_file ;;
753   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
754   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
755     cache_file=$ac_optarg ;;
756
757   --config-cache | -C)
758     cache_file=config.cache ;;
759
760   -datadir | --datadir | --datadi | --datad)
761     ac_prev=datadir ;;
762   -datadir=* | --datadir=* | --datadi=* | --datad=*)
763     datadir=$ac_optarg ;;
764
765   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
766   | --dataroo | --dataro | --datar)
767     ac_prev=datarootdir ;;
768   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
769   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
770     datarootdir=$ac_optarg ;;
771
772   -disable-* | --disable-*)
773     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
774     # Reject names that are not valid shell variable names.
775     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
776       as_fn_error $? "invalid feature name: $ac_useropt"
777     ac_useropt_orig=$ac_useropt
778     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
779     case $ac_user_opts in
780       *"
781 "enable_$ac_useropt"
782 "*) ;;
783       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
784          ac_unrecognized_sep=', ';;
785     esac
786     eval enable_$ac_useropt=no ;;
787
788   -docdir | --docdir | --docdi | --doc | --do)
789     ac_prev=docdir ;;
790   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
791     docdir=$ac_optarg ;;
792
793   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
794     ac_prev=dvidir ;;
795   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
796     dvidir=$ac_optarg ;;
797
798   -enable-* | --enable-*)
799     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
800     # Reject names that are not valid shell variable names.
801     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
802       as_fn_error $? "invalid feature name: $ac_useropt"
803     ac_useropt_orig=$ac_useropt
804     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
805     case $ac_user_opts in
806       *"
807 "enable_$ac_useropt"
808 "*) ;;
809       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
810          ac_unrecognized_sep=', ';;
811     esac
812     eval enable_$ac_useropt=\$ac_optarg ;;
813
814   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
815   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
816   | --exec | --exe | --ex)
817     ac_prev=exec_prefix ;;
818   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
819   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
820   | --exec=* | --exe=* | --ex=*)
821     exec_prefix=$ac_optarg ;;
822
823   -gas | --gas | --ga | --g)
824     # Obsolete; use --with-gas.
825     with_gas=yes ;;
826
827   -help | --help | --hel | --he | -h)
828     ac_init_help=long ;;
829   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
830     ac_init_help=recursive ;;
831   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
832     ac_init_help=short ;;
833
834   -host | --host | --hos | --ho)
835     ac_prev=host_alias ;;
836   -host=* | --host=* | --hos=* | --ho=*)
837     host_alias=$ac_optarg ;;
838
839   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
840     ac_prev=htmldir ;;
841   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
842   | --ht=*)
843     htmldir=$ac_optarg ;;
844
845   -includedir | --includedir | --includedi | --included | --include \
846   | --includ | --inclu | --incl | --inc)
847     ac_prev=includedir ;;
848   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
849   | --includ=* | --inclu=* | --incl=* | --inc=*)
850     includedir=$ac_optarg ;;
851
852   -infodir | --infodir | --infodi | --infod | --info | --inf)
853     ac_prev=infodir ;;
854   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
855     infodir=$ac_optarg ;;
856
857   -libdir | --libdir | --libdi | --libd)
858     ac_prev=libdir ;;
859   -libdir=* | --libdir=* | --libdi=* | --libd=*)
860     libdir=$ac_optarg ;;
861
862   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
863   | --libexe | --libex | --libe)
864     ac_prev=libexecdir ;;
865   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
866   | --libexe=* | --libex=* | --libe=*)
867     libexecdir=$ac_optarg ;;
868
869   -localedir | --localedir | --localedi | --localed | --locale)
870     ac_prev=localedir ;;
871   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
872     localedir=$ac_optarg ;;
873
874   -localstatedir | --localstatedir | --localstatedi | --localstated \
875   | --localstate | --localstat | --localsta | --localst | --locals)
876     ac_prev=localstatedir ;;
877   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
878   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
879     localstatedir=$ac_optarg ;;
880
881   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
882     ac_prev=mandir ;;
883   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
884     mandir=$ac_optarg ;;
885
886   -nfp | --nfp | --nf)
887     # Obsolete; use --without-fp.
888     with_fp=no ;;
889
890   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
891   | --no-cr | --no-c | -n)
892     no_create=yes ;;
893
894   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
895   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
896     no_recursion=yes ;;
897
898   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
899   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
900   | --oldin | --oldi | --old | --ol | --o)
901     ac_prev=oldincludedir ;;
902   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
903   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
904   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
905     oldincludedir=$ac_optarg ;;
906
907   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
908     ac_prev=prefix ;;
909   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
910     prefix=$ac_optarg ;;
911
912   -program-prefix | --program-prefix | --program-prefi | --program-pref \
913   | --program-pre | --program-pr | --program-p)
914     ac_prev=program_prefix ;;
915   -program-prefix=* | --program-prefix=* | --program-prefi=* \
916   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
917     program_prefix=$ac_optarg ;;
918
919   -program-suffix | --program-suffix | --program-suffi | --program-suff \
920   | --program-suf | --program-su | --program-s)
921     ac_prev=program_suffix ;;
922   -program-suffix=* | --program-suffix=* | --program-suffi=* \
923   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
924     program_suffix=$ac_optarg ;;
925
926   -program-transform-name | --program-transform-name \
927   | --program-transform-nam | --program-transform-na \
928   | --program-transform-n | --program-transform- \
929   | --program-transform | --program-transfor \
930   | --program-transfo | --program-transf \
931   | --program-trans | --program-tran \
932   | --progr-tra | --program-tr | --program-t)
933     ac_prev=program_transform_name ;;
934   -program-transform-name=* | --program-transform-name=* \
935   | --program-transform-nam=* | --program-transform-na=* \
936   | --program-transform-n=* | --program-transform-=* \
937   | --program-transform=* | --program-transfor=* \
938   | --program-transfo=* | --program-transf=* \
939   | --program-trans=* | --program-tran=* \
940   | --progr-tra=* | --program-tr=* | --program-t=*)
941     program_transform_name=$ac_optarg ;;
942
943   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
944     ac_prev=pdfdir ;;
945   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
946     pdfdir=$ac_optarg ;;
947
948   -psdir | --psdir | --psdi | --psd | --ps)
949     ac_prev=psdir ;;
950   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
951     psdir=$ac_optarg ;;
952
953   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
954   | -silent | --silent | --silen | --sile | --sil)
955     silent=yes ;;
956
957   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
958     ac_prev=sbindir ;;
959   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
960   | --sbi=* | --sb=*)
961     sbindir=$ac_optarg ;;
962
963   -sharedstatedir | --sharedstatedir | --sharedstatedi \
964   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
965   | --sharedst | --shareds | --shared | --share | --shar \
966   | --sha | --sh)
967     ac_prev=sharedstatedir ;;
968   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
969   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
970   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
971   | --sha=* | --sh=*)
972     sharedstatedir=$ac_optarg ;;
973
974   -site | --site | --sit)
975     ac_prev=site ;;
976   -site=* | --site=* | --sit=*)
977     site=$ac_optarg ;;
978
979   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
980     ac_prev=srcdir ;;
981   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
982     srcdir=$ac_optarg ;;
983
984   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
985   | --syscon | --sysco | --sysc | --sys | --sy)
986     ac_prev=sysconfdir ;;
987   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
988   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
989     sysconfdir=$ac_optarg ;;
990
991   -target | --target | --targe | --targ | --tar | --ta | --t)
992     ac_prev=target_alias ;;
993   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
994     target_alias=$ac_optarg ;;
995
996   -v | -verbose | --verbose | --verbos | --verbo | --verb)
997     verbose=yes ;;
998
999   -version | --version | --versio | --versi | --vers | -V)
1000     ac_init_version=: ;;
1001
1002   -with-* | --with-*)
1003     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1004     # Reject names that are not valid shell variable names.
1005     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006       as_fn_error $? "invalid package name: $ac_useropt"
1007     ac_useropt_orig=$ac_useropt
1008     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1009     case $ac_user_opts in
1010       *"
1011 "with_$ac_useropt"
1012 "*) ;;
1013       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1014          ac_unrecognized_sep=', ';;
1015     esac
1016     eval with_$ac_useropt=\$ac_optarg ;;
1017
1018   -without-* | --without-*)
1019     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1020     # Reject names that are not valid shell variable names.
1021     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1022       as_fn_error $? "invalid package name: $ac_useropt"
1023     ac_useropt_orig=$ac_useropt
1024     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1025     case $ac_user_opts in
1026       *"
1027 "with_$ac_useropt"
1028 "*) ;;
1029       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1030          ac_unrecognized_sep=', ';;
1031     esac
1032     eval with_$ac_useropt=no ;;
1033
1034   --x)
1035     # Obsolete; use --with-x.
1036     with_x=yes ;;
1037
1038   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1039   | --x-incl | --x-inc | --x-in | --x-i)
1040     ac_prev=x_includes ;;
1041   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1042   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1043     x_includes=$ac_optarg ;;
1044
1045   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1046   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1047     ac_prev=x_libraries ;;
1048   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1049   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1050     x_libraries=$ac_optarg ;;
1051
1052   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1053 Try \`$0 --help' for more information"
1054     ;;
1055
1056   *=*)
1057     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1058     # Reject names that are not valid shell variable names.
1059     case $ac_envvar in #(
1060       '' | [0-9]* | *[!_$as_cr_alnum]* )
1061       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1062     esac
1063     eval $ac_envvar=\$ac_optarg
1064     export $ac_envvar ;;
1065
1066   *)
1067     # FIXME: should be removed in autoconf 3.0.
1068     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1069     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1070       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1071     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1072     ;;
1073
1074   esac
1075 done
1076
1077 if test -n "$ac_prev"; then
1078   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1079   as_fn_error $? "missing argument to $ac_option"
1080 fi
1081
1082 if test -n "$ac_unrecognized_opts"; then
1083   case $enable_option_checking in
1084     no) ;;
1085     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1086     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1087   esac
1088 fi
1089
1090 # Check all directory arguments for consistency.
1091 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1092                 datadir sysconfdir sharedstatedir localstatedir includedir \
1093                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1094                 libdir localedir mandir
1095 do
1096   eval ac_val=\$$ac_var
1097   # Remove trailing slashes.
1098   case $ac_val in
1099     */ )
1100       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1101       eval $ac_var=\$ac_val;;
1102   esac
1103   # Be sure to have absolute directory names.
1104   case $ac_val in
1105     [\\/$]* | ?:[\\/]* )  continue;;
1106     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1107   esac
1108   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1109 done
1110
1111 # There might be people who depend on the old broken behavior: `$host'
1112 # used to hold the argument of --host etc.
1113 # FIXME: To remove some day.
1114 build=$build_alias
1115 host=$host_alias
1116 target=$target_alias
1117
1118 # FIXME: To remove some day.
1119 if test "x$host_alias" != x; then
1120   if test "x$build_alias" = x; then
1121     cross_compiling=maybe
1122     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1123     If a cross compiler is detected then cross compile mode will be used" >&2
1124   elif test "x$build_alias" != "x$host_alias"; then
1125     cross_compiling=yes
1126   fi
1127 fi
1128
1129 ac_tool_prefix=
1130 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1131
1132 test "$silent" = yes && exec 6>/dev/null
1133
1134
1135 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1136 ac_ls_di=`ls -di .` &&
1137 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1138   as_fn_error $? "working directory cannot be determined"
1139 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1140   as_fn_error $? "pwd does not report name of working directory"
1141
1142
1143 # Find the source files, if location was not specified.
1144 if test -z "$srcdir"; then
1145   ac_srcdir_defaulted=yes
1146   # Try the directory containing this script, then the parent directory.
1147   ac_confdir=`$as_dirname -- "$as_myself" ||
1148 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1149          X"$as_myself" : 'X\(//\)[^/]' \| \
1150          X"$as_myself" : 'X\(//\)$' \| \
1151          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1152 $as_echo X"$as_myself" |
1153     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1154             s//\1/
1155             q
1156           }
1157           /^X\(\/\/\)[^/].*/{
1158             s//\1/
1159             q
1160           }
1161           /^X\(\/\/\)$/{
1162             s//\1/
1163             q
1164           }
1165           /^X\(\/\).*/{
1166             s//\1/
1167             q
1168           }
1169           s/.*/./; q'`
1170   srcdir=$ac_confdir
1171   if test ! -r "$srcdir/$ac_unique_file"; then
1172     srcdir=..
1173   fi
1174 else
1175   ac_srcdir_defaulted=no
1176 fi
1177 if test ! -r "$srcdir/$ac_unique_file"; then
1178   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1179   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1180 fi
1181 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1182 ac_abs_confdir=`(
1183         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1184         pwd)`
1185 # When building in place, set srcdir=.
1186 if test "$ac_abs_confdir" = "$ac_pwd"; then
1187   srcdir=.
1188 fi
1189 # Remove unnecessary trailing slashes from srcdir.
1190 # Double slashes in file names in object file debugging info
1191 # mess up M-x gdb in Emacs.
1192 case $srcdir in
1193 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1194 esac
1195 for ac_var in $ac_precious_vars; do
1196   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1197   eval ac_env_${ac_var}_value=\$${ac_var}
1198   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1199   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1200 done
1201
1202 #
1203 # Report the --help message.
1204 #
1205 if test "$ac_init_help" = "long"; then
1206   # Omit some internal or obsolete options to make the list less imposing.
1207   # This message is too long to be a string in the A/UX 3.1 sh.
1208   cat <<_ACEOF
1209 \`configure' configures gacela 0.5 to adapt to many kinds of systems.
1210
1211 Usage: $0 [OPTION]... [VAR=VALUE]...
1212
1213 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1214 VAR=VALUE.  See below for descriptions of some of the useful variables.
1215
1216 Defaults for the options are specified in brackets.
1217
1218 Configuration:
1219   -h, --help              display this help and exit
1220       --help=short        display options specific to this package
1221       --help=recursive    display the short help of all the included packages
1222   -V, --version           display version information and exit
1223   -q, --quiet, --silent   do not print \`checking ...' messages
1224       --cache-file=FILE   cache test results in FILE [disabled]
1225   -C, --config-cache      alias for \`--cache-file=config.cache'
1226   -n, --no-create         do not create output files
1227       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1228
1229 Installation directories:
1230   --prefix=PREFIX         install architecture-independent files in PREFIX
1231                           [$ac_default_prefix]
1232   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1233                           [PREFIX]
1234
1235 By default, \`make install' will install all the files in
1236 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1237 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1238 for instance \`--prefix=\$HOME'.
1239
1240 For better control, use the options below.
1241
1242 Fine tuning of the installation directories:
1243   --bindir=DIR            user executables [EPREFIX/bin]
1244   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1245   --libexecdir=DIR        program executables [EPREFIX/libexec]
1246   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1247   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1248   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1249   --libdir=DIR            object code libraries [EPREFIX/lib]
1250   --includedir=DIR        C header files [PREFIX/include]
1251   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1252   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1253   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1254   --infodir=DIR           info documentation [DATAROOTDIR/info]
1255   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1256   --mandir=DIR            man documentation [DATAROOTDIR/man]
1257   --docdir=DIR            documentation root [DATAROOTDIR/doc/gacela]
1258   --htmldir=DIR           html documentation [DOCDIR]
1259   --dvidir=DIR            dvi documentation [DOCDIR]
1260   --pdfdir=DIR            pdf documentation [DOCDIR]
1261   --psdir=DIR             ps documentation [DOCDIR]
1262 _ACEOF
1263
1264   cat <<\_ACEOF
1265
1266 Program names:
1267   --program-prefix=PREFIX            prepend PREFIX to installed program names
1268   --program-suffix=SUFFIX            append SUFFIX to installed program names
1269   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1270 _ACEOF
1271 fi
1272
1273 if test -n "$ac_init_help"; then
1274   case $ac_init_help in
1275      short | recursive ) echo "Configuration of gacela 0.5:";;
1276    esac
1277   cat <<\_ACEOF
1278
1279 Optional Features:
1280   --disable-option-checking  ignore unrecognized --enable/--with options
1281   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1282   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1283   --disable-dependency-tracking  speeds up one-time build
1284   --enable-dependency-tracking   do not reject slow dependency extractors
1285
1286 Some influential environment variables:
1287   CC          C compiler command
1288   CFLAGS      C compiler flags
1289   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1290               nonstandard directory <lib dir>
1291   LIBS        libraries to pass to the linker, e.g. -l<library>
1292   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1293               you have headers in a nonstandard directory <include dir>
1294
1295 Use these variables to override the choices made by `configure' or to help
1296 it to find libraries and programs with nonstandard names/locations.
1297
1298 Report bugs to <jsf@jsancho.org>.
1299 _ACEOF
1300 ac_status=$?
1301 fi
1302
1303 if test "$ac_init_help" = "recursive"; then
1304   # If there are subdirs, report their specific --help.
1305   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1306     test -d "$ac_dir" ||
1307       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1308       continue
1309     ac_builddir=.
1310
1311 case "$ac_dir" in
1312 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1313 *)
1314   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1315   # A ".." for each directory in $ac_dir_suffix.
1316   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1317   case $ac_top_builddir_sub in
1318   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1319   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1320   esac ;;
1321 esac
1322 ac_abs_top_builddir=$ac_pwd
1323 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1324 # for backward compatibility:
1325 ac_top_builddir=$ac_top_build_prefix
1326
1327 case $srcdir in
1328   .)  # We are building in place.
1329     ac_srcdir=.
1330     ac_top_srcdir=$ac_top_builddir_sub
1331     ac_abs_top_srcdir=$ac_pwd ;;
1332   [\\/]* | ?:[\\/]* )  # Absolute name.
1333     ac_srcdir=$srcdir$ac_dir_suffix;
1334     ac_top_srcdir=$srcdir
1335     ac_abs_top_srcdir=$srcdir ;;
1336   *) # Relative name.
1337     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1338     ac_top_srcdir=$ac_top_build_prefix$srcdir
1339     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1340 esac
1341 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1342
1343     cd "$ac_dir" || { ac_status=$?; continue; }
1344     # Check for guested configure.
1345     if test -f "$ac_srcdir/configure.gnu"; then
1346       echo &&
1347       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1348     elif test -f "$ac_srcdir/configure"; then
1349       echo &&
1350       $SHELL "$ac_srcdir/configure" --help=recursive
1351     else
1352       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1353     fi || ac_status=$?
1354     cd "$ac_pwd" || { ac_status=$?; break; }
1355   done
1356 fi
1357
1358 test -n "$ac_init_help" && exit $ac_status
1359 if $ac_init_version; then
1360   cat <<\_ACEOF
1361 gacela configure 0.5
1362 generated by GNU Autoconf 2.68
1363
1364 Copyright (C) 2010 Free Software Foundation, Inc.
1365 This configure script is free software; the Free Software Foundation
1366 gives unlimited permission to copy, distribute and modify it.
1367 _ACEOF
1368   exit
1369 fi
1370
1371 ## ------------------------ ##
1372 ## Autoconf initialization. ##
1373 ## ------------------------ ##
1374
1375 # ac_fn_c_try_compile LINENO
1376 # --------------------------
1377 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1378 ac_fn_c_try_compile ()
1379 {
1380   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1381   rm -f conftest.$ac_objext
1382   if { { ac_try="$ac_compile"
1383 case "(($ac_try" in
1384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1385   *) ac_try_echo=$ac_try;;
1386 esac
1387 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1388 $as_echo "$ac_try_echo"; } >&5
1389   (eval "$ac_compile") 2>conftest.err
1390   ac_status=$?
1391   if test -s conftest.err; then
1392     grep -v '^ *+' conftest.err >conftest.er1
1393     cat conftest.er1 >&5
1394     mv -f conftest.er1 conftest.err
1395   fi
1396   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1397   test $ac_status = 0; } && {
1398          test -z "$ac_c_werror_flag" ||
1399          test ! -s conftest.err
1400        } && test -s conftest.$ac_objext; then :
1401   ac_retval=0
1402 else
1403   $as_echo "$as_me: failed program was:" >&5
1404 sed 's/^/| /' conftest.$ac_ext >&5
1405
1406         ac_retval=1
1407 fi
1408   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1409   as_fn_set_status $ac_retval
1410
1411 } # ac_fn_c_try_compile
1412
1413 # ac_fn_c_try_link LINENO
1414 # -----------------------
1415 # Try to link conftest.$ac_ext, and return whether this succeeded.
1416 ac_fn_c_try_link ()
1417 {
1418   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1419   rm -f conftest.$ac_objext conftest$ac_exeext
1420   if { { ac_try="$ac_link"
1421 case "(($ac_try" in
1422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1423   *) ac_try_echo=$ac_try;;
1424 esac
1425 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1426 $as_echo "$ac_try_echo"; } >&5
1427   (eval "$ac_link") 2>conftest.err
1428   ac_status=$?
1429   if test -s conftest.err; then
1430     grep -v '^ *+' conftest.err >conftest.er1
1431     cat conftest.er1 >&5
1432     mv -f conftest.er1 conftest.err
1433   fi
1434   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1435   test $ac_status = 0; } && {
1436          test -z "$ac_c_werror_flag" ||
1437          test ! -s conftest.err
1438        } && test -s conftest$ac_exeext && {
1439          test "$cross_compiling" = yes ||
1440          $as_test_x conftest$ac_exeext
1441        }; then :
1442   ac_retval=0
1443 else
1444   $as_echo "$as_me: failed program was:" >&5
1445 sed 's/^/| /' conftest.$ac_ext >&5
1446
1447         ac_retval=1
1448 fi
1449   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1450   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1451   # interfere with the next link command; also delete a directory that is
1452   # left behind by Apple's compiler.  We do this before executing the actions.
1453   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1454   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1455   as_fn_set_status $ac_retval
1456
1457 } # ac_fn_c_try_link
1458 cat >config.log <<_ACEOF
1459 This file contains any messages produced by compilers while
1460 running configure, to aid debugging if configure makes a mistake.
1461
1462 It was created by gacela $as_me 0.5, which was
1463 generated by GNU Autoconf 2.68.  Invocation command line was
1464
1465   $ $0 $@
1466
1467 _ACEOF
1468 exec 5>>config.log
1469 {
1470 cat <<_ASUNAME
1471 ## --------- ##
1472 ## Platform. ##
1473 ## --------- ##
1474
1475 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1476 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1477 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1478 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1479 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1480
1481 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1482 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1483
1484 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1485 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1486 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1487 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1488 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1489 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1490 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1491
1492 _ASUNAME
1493
1494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1495 for as_dir in $PATH
1496 do
1497   IFS=$as_save_IFS
1498   test -z "$as_dir" && as_dir=.
1499     $as_echo "PATH: $as_dir"
1500   done
1501 IFS=$as_save_IFS
1502
1503 } >&5
1504
1505 cat >&5 <<_ACEOF
1506
1507
1508 ## ----------- ##
1509 ## Core tests. ##
1510 ## ----------- ##
1511
1512 _ACEOF
1513
1514
1515 # Keep a trace of the command line.
1516 # Strip out --no-create and --no-recursion so they do not pile up.
1517 # Strip out --silent because we don't want to record it for future runs.
1518 # Also quote any args containing shell meta-characters.
1519 # Make two passes to allow for proper duplicate-argument suppression.
1520 ac_configure_args=
1521 ac_configure_args0=
1522 ac_configure_args1=
1523 ac_must_keep_next=false
1524 for ac_pass in 1 2
1525 do
1526   for ac_arg
1527   do
1528     case $ac_arg in
1529     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1530     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1531     | -silent | --silent | --silen | --sile | --sil)
1532       continue ;;
1533     *\'*)
1534       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1535     esac
1536     case $ac_pass in
1537     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1538     2)
1539       as_fn_append ac_configure_args1 " '$ac_arg'"
1540       if test $ac_must_keep_next = true; then
1541         ac_must_keep_next=false # Got value, back to normal.
1542       else
1543         case $ac_arg in
1544           *=* | --config-cache | -C | -disable-* | --disable-* \
1545           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1546           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1547           | -with-* | --with-* | -without-* | --without-* | --x)
1548             case "$ac_configure_args0 " in
1549               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1550             esac
1551             ;;
1552           -* ) ac_must_keep_next=true ;;
1553         esac
1554       fi
1555       as_fn_append ac_configure_args " '$ac_arg'"
1556       ;;
1557     esac
1558   done
1559 done
1560 { ac_configure_args0=; unset ac_configure_args0;}
1561 { ac_configure_args1=; unset ac_configure_args1;}
1562
1563 # When interrupted or exit'd, cleanup temporary files, and complete
1564 # config.log.  We remove comments because anyway the quotes in there
1565 # would cause problems or look ugly.
1566 # WARNING: Use '\'' to represent an apostrophe within the trap.
1567 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1568 trap 'exit_status=$?
1569   # Save into config.log some information that might help in debugging.
1570   {
1571     echo
1572
1573     $as_echo "## ---------------- ##
1574 ## Cache variables. ##
1575 ## ---------------- ##"
1576     echo
1577     # The following way of writing the cache mishandles newlines in values,
1578 (
1579   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1580     eval ac_val=\$$ac_var
1581     case $ac_val in #(
1582     *${as_nl}*)
1583       case $ac_var in #(
1584       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1585 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1586       esac
1587       case $ac_var in #(
1588       _ | IFS | as_nl) ;; #(
1589       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1590       *) { eval $ac_var=; unset $ac_var;} ;;
1591       esac ;;
1592     esac
1593   done
1594   (set) 2>&1 |
1595     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1596     *${as_nl}ac_space=\ *)
1597       sed -n \
1598         "s/'\''/'\''\\\\'\'''\''/g;
1599           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1600       ;; #(
1601     *)
1602       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1603       ;;
1604     esac |
1605     sort
1606 )
1607     echo
1608
1609     $as_echo "## ----------------- ##
1610 ## Output variables. ##
1611 ## ----------------- ##"
1612     echo
1613     for ac_var in $ac_subst_vars
1614     do
1615       eval ac_val=\$$ac_var
1616       case $ac_val in
1617       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1618       esac
1619       $as_echo "$ac_var='\''$ac_val'\''"
1620     done | sort
1621     echo
1622
1623     if test -n "$ac_subst_files"; then
1624       $as_echo "## ------------------- ##
1625 ## File substitutions. ##
1626 ## ------------------- ##"
1627       echo
1628       for ac_var in $ac_subst_files
1629       do
1630         eval ac_val=\$$ac_var
1631         case $ac_val in
1632         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1633         esac
1634         $as_echo "$ac_var='\''$ac_val'\''"
1635       done | sort
1636       echo
1637     fi
1638
1639     if test -s confdefs.h; then
1640       $as_echo "## ----------- ##
1641 ## confdefs.h. ##
1642 ## ----------- ##"
1643       echo
1644       cat confdefs.h
1645       echo
1646     fi
1647     test "$ac_signal" != 0 &&
1648       $as_echo "$as_me: caught signal $ac_signal"
1649     $as_echo "$as_me: exit $exit_status"
1650   } >&5
1651   rm -f core *.core core.conftest.* &&
1652     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1653     exit $exit_status
1654 ' 0
1655 for ac_signal in 1 2 13 15; do
1656   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1657 done
1658 ac_signal=0
1659
1660 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1661 rm -f -r conftest* confdefs.h
1662
1663 $as_echo "/* confdefs.h */" > confdefs.h
1664
1665 # Predefined preprocessor variables.
1666
1667 cat >>confdefs.h <<_ACEOF
1668 #define PACKAGE_NAME "$PACKAGE_NAME"
1669 _ACEOF
1670
1671 cat >>confdefs.h <<_ACEOF
1672 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1673 _ACEOF
1674
1675 cat >>confdefs.h <<_ACEOF
1676 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1677 _ACEOF
1678
1679 cat >>confdefs.h <<_ACEOF
1680 #define PACKAGE_STRING "$PACKAGE_STRING"
1681 _ACEOF
1682
1683 cat >>confdefs.h <<_ACEOF
1684 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1685 _ACEOF
1686
1687 cat >>confdefs.h <<_ACEOF
1688 #define PACKAGE_URL "$PACKAGE_URL"
1689 _ACEOF
1690
1691
1692 # Let the site file select an alternate cache file if it wants to.
1693 # Prefer an explicitly selected file to automatically selected ones.
1694 ac_site_file1=NONE
1695 ac_site_file2=NONE
1696 if test -n "$CONFIG_SITE"; then
1697   # We do not want a PATH search for config.site.
1698   case $CONFIG_SITE in #((
1699     -*)  ac_site_file1=./$CONFIG_SITE;;
1700     */*) ac_site_file1=$CONFIG_SITE;;
1701     *)   ac_site_file1=./$CONFIG_SITE;;
1702   esac
1703 elif test "x$prefix" != xNONE; then
1704   ac_site_file1=$prefix/share/config.site
1705   ac_site_file2=$prefix/etc/config.site
1706 else
1707   ac_site_file1=$ac_default_prefix/share/config.site
1708   ac_site_file2=$ac_default_prefix/etc/config.site
1709 fi
1710 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1711 do
1712   test "x$ac_site_file" = xNONE && continue
1713   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1714     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1715 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1716     sed 's/^/| /' "$ac_site_file" >&5
1717     . "$ac_site_file" \
1718       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1719 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1720 as_fn_error $? "failed to load site script $ac_site_file
1721 See \`config.log' for more details" "$LINENO" 5; }
1722   fi
1723 done
1724
1725 if test -r "$cache_file"; then
1726   # Some versions of bash will fail to source /dev/null (special files
1727   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1728   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1729     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1730 $as_echo "$as_me: loading cache $cache_file" >&6;}
1731     case $cache_file in
1732       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1733       *)                      . "./$cache_file";;
1734     esac
1735   fi
1736 else
1737   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1738 $as_echo "$as_me: creating cache $cache_file" >&6;}
1739   >$cache_file
1740 fi
1741
1742 # Check that the precious variables saved in the cache have kept the same
1743 # value.
1744 ac_cache_corrupted=false
1745 for ac_var in $ac_precious_vars; do
1746   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1747   eval ac_new_set=\$ac_env_${ac_var}_set
1748   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1749   eval ac_new_val=\$ac_env_${ac_var}_value
1750   case $ac_old_set,$ac_new_set in
1751     set,)
1752       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1753 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1754       ac_cache_corrupted=: ;;
1755     ,set)
1756       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1757 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1758       ac_cache_corrupted=: ;;
1759     ,);;
1760     *)
1761       if test "x$ac_old_val" != "x$ac_new_val"; then
1762         # differences in whitespace do not lead to failure.
1763         ac_old_val_w=`echo x $ac_old_val`
1764         ac_new_val_w=`echo x $ac_new_val`
1765         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1766           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1767 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1768           ac_cache_corrupted=:
1769         else
1770           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1771 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1772           eval $ac_var=\$ac_old_val
1773         fi
1774         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1775 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1776         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1777 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1778       fi;;
1779   esac
1780   # Pass precious variables to config.status.
1781   if test "$ac_new_set" = set; then
1782     case $ac_new_val in
1783     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1784     *) ac_arg=$ac_var=$ac_new_val ;;
1785     esac
1786     case " $ac_configure_args " in
1787       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1788       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1789     esac
1790   fi
1791 done
1792 if $ac_cache_corrupted; then
1793   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1794 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1795   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1796 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1797   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1798 fi
1799 ## -------------------- ##
1800 ## Main body of script. ##
1801 ## -------------------- ##
1802
1803 ac_ext=c
1804 ac_cpp='$CPP $CPPFLAGS'
1805 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1806 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1807 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1808
1809
1810 am__api_version='1.11'
1811
1812 ac_aux_dir=
1813 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1814   if test -f "$ac_dir/install-sh"; then
1815     ac_aux_dir=$ac_dir
1816     ac_install_sh="$ac_aux_dir/install-sh -c"
1817     break
1818   elif test -f "$ac_dir/install.sh"; then
1819     ac_aux_dir=$ac_dir
1820     ac_install_sh="$ac_aux_dir/install.sh -c"
1821     break
1822   elif test -f "$ac_dir/shtool"; then
1823     ac_aux_dir=$ac_dir
1824     ac_install_sh="$ac_aux_dir/shtool install -c"
1825     break
1826   fi
1827 done
1828 if test -z "$ac_aux_dir"; then
1829   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1830 fi
1831
1832 # These three variables are undocumented and unsupported,
1833 # and are intended to be withdrawn in a future Autoconf release.
1834 # They can cause serious problems if a builder's source tree is in a directory
1835 # whose full name contains unusual characters.
1836 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1837 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1838 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1839
1840
1841 # Find a good install program.  We prefer a C program (faster),
1842 # so one script is as good as another.  But avoid the broken or
1843 # incompatible versions:
1844 # SysV /etc/install, /usr/sbin/install
1845 # SunOS /usr/etc/install
1846 # IRIX /sbin/install
1847 # AIX /bin/install
1848 # AmigaOS /C/install, which installs bootblocks on floppy discs
1849 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1850 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1851 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1852 # OS/2's system install, which has a completely different semantic
1853 # ./install, which can be erroneously created by make from ./install.sh.
1854 # Reject install programs that cannot install multiple files.
1855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1856 $as_echo_n "checking for a BSD-compatible install... " >&6; }
1857 if test -z "$INSTALL"; then
1858 if ${ac_cv_path_install+:} false; then :
1859   $as_echo_n "(cached) " >&6
1860 else
1861   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1862 for as_dir in $PATH
1863 do
1864   IFS=$as_save_IFS
1865   test -z "$as_dir" && as_dir=.
1866     # Account for people who put trailing slashes in PATH elements.
1867 case $as_dir/ in #((
1868   ./ | .// | /[cC]/* | \
1869   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1870   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1871   /usr/ucb/* ) ;;
1872   *)
1873     # OSF1 and SCO ODT 3.0 have their own names for install.
1874     # Don't use installbsd from OSF since it installs stuff as root
1875     # by default.
1876     for ac_prog in ginstall scoinst install; do
1877       for ac_exec_ext in '' $ac_executable_extensions; do
1878         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1879           if test $ac_prog = install &&
1880             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1881             # AIX install.  It has an incompatible calling convention.
1882             :
1883           elif test $ac_prog = install &&
1884             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1885             # program-specific install script used by HP pwplus--don't use.
1886             :
1887           else
1888             rm -rf conftest.one conftest.two conftest.dir
1889             echo one > conftest.one
1890             echo two > conftest.two
1891             mkdir conftest.dir
1892             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1893               test -s conftest.one && test -s conftest.two &&
1894               test -s conftest.dir/conftest.one &&
1895               test -s conftest.dir/conftest.two
1896             then
1897               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1898               break 3
1899             fi
1900           fi
1901         fi
1902       done
1903     done
1904     ;;
1905 esac
1906
1907   done
1908 IFS=$as_save_IFS
1909
1910 rm -rf conftest.one conftest.two conftest.dir
1911
1912 fi
1913   if test "${ac_cv_path_install+set}" = set; then
1914     INSTALL=$ac_cv_path_install
1915   else
1916     # As a last resort, use the slow shell script.  Don't cache a
1917     # value for INSTALL within a source directory, because that will
1918     # break other packages using the cache if that directory is
1919     # removed, or if the value is a relative name.
1920     INSTALL=$ac_install_sh
1921   fi
1922 fi
1923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1924 $as_echo "$INSTALL" >&6; }
1925
1926 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1927 # It thinks the first close brace ends the variable substitution.
1928 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1929
1930 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1931
1932 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1933
1934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1935 $as_echo_n "checking whether build environment is sane... " >&6; }
1936 # Just in case
1937 sleep 1
1938 echo timestamp > conftest.file
1939 # Reject unsafe characters in $srcdir or the absolute working directory
1940 # name.  Accept space and tab only in the latter.
1941 am_lf='
1942 '
1943 case `pwd` in
1944   *[\\\"\#\$\&\'\`$am_lf]*)
1945     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1946 esac
1947 case $srcdir in
1948   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
1949     as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
1950 esac
1951
1952 # Do `set' in a subshell so we don't clobber the current shell's
1953 # arguments.  Must try -L first in case configure is actually a
1954 # symlink; some systems play weird games with the mod time of symlinks
1955 # (eg FreeBSD returns the mod time of the symlink's containing
1956 # directory).
1957 if (
1958    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1959    if test "$*" = "X"; then
1960       # -L didn't work.
1961       set X `ls -t "$srcdir/configure" conftest.file`
1962    fi
1963    rm -f conftest.file
1964    if test "$*" != "X $srcdir/configure conftest.file" \
1965       && test "$*" != "X conftest.file $srcdir/configure"; then
1966
1967       # If neither matched, then we have a broken ls.  This can happen
1968       # if, for instance, CONFIG_SHELL is bash and it inherits a
1969       # broken ls alias from the environment.  This has actually
1970       # happened.  Such a system could not be considered "sane".
1971       as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
1972 alias in your environment" "$LINENO" 5
1973    fi
1974
1975    test "$2" = conftest.file
1976    )
1977 then
1978    # Ok.
1979    :
1980 else
1981    as_fn_error $? "newly created file is older than distributed files!
1982 Check your system clock" "$LINENO" 5
1983 fi
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1985 $as_echo "yes" >&6; }
1986 test "$program_prefix" != NONE &&
1987   program_transform_name="s&^&$program_prefix&;$program_transform_name"
1988 # Use a double $ so make ignores it.
1989 test "$program_suffix" != NONE &&
1990   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1991 # Double any \ or $.
1992 # By default was `s,x,x', remove it if useless.
1993 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1994 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1995
1996 # expand $ac_aux_dir to an absolute path
1997 am_aux_dir=`cd $ac_aux_dir && pwd`
1998
1999 if test x"${MISSING+set}" != xset; then
2000   case $am_aux_dir in
2001   *\ * | *\     *)
2002     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2003   *)
2004     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2005   esac
2006 fi
2007 # Use eval to expand $SHELL
2008 if eval "$MISSING --run true"; then
2009   am_missing_run="$MISSING --run "
2010 else
2011   am_missing_run=
2012   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2013 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2014 fi
2015
2016 if test x"${install_sh}" != xset; then
2017   case $am_aux_dir in
2018   *\ * | *\     *)
2019     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2020   *)
2021     install_sh="\${SHELL} $am_aux_dir/install-sh"
2022   esac
2023 fi
2024
2025 # Installed binaries are usually stripped using `strip' when the user
2026 # run `make install-strip'.  However `strip' might not be the right
2027 # tool to use in cross-compilation environments, therefore Automake
2028 # will honor the `STRIP' environment variable to overrule this program.
2029 if test "$cross_compiling" != no; then
2030   if test -n "$ac_tool_prefix"; then
2031   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2032 set dummy ${ac_tool_prefix}strip; ac_word=$2
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2034 $as_echo_n "checking for $ac_word... " >&6; }
2035 if ${ac_cv_prog_STRIP+:} false; then :
2036   $as_echo_n "(cached) " >&6
2037 else
2038   if test -n "$STRIP"; then
2039   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2040 else
2041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2042 for as_dir in $PATH
2043 do
2044   IFS=$as_save_IFS
2045   test -z "$as_dir" && as_dir=.
2046     for ac_exec_ext in '' $ac_executable_extensions; do
2047   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2048     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2049     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2050     break 2
2051   fi
2052 done
2053   done
2054 IFS=$as_save_IFS
2055
2056 fi
2057 fi
2058 STRIP=$ac_cv_prog_STRIP
2059 if test -n "$STRIP"; then
2060   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2061 $as_echo "$STRIP" >&6; }
2062 else
2063   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2064 $as_echo "no" >&6; }
2065 fi
2066
2067
2068 fi
2069 if test -z "$ac_cv_prog_STRIP"; then
2070   ac_ct_STRIP=$STRIP
2071   # Extract the first word of "strip", so it can be a program name with args.
2072 set dummy strip; ac_word=$2
2073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2074 $as_echo_n "checking for $ac_word... " >&6; }
2075 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2076   $as_echo_n "(cached) " >&6
2077 else
2078   if test -n "$ac_ct_STRIP"; then
2079   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2080 else
2081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2082 for as_dir in $PATH
2083 do
2084   IFS=$as_save_IFS
2085   test -z "$as_dir" && as_dir=.
2086     for ac_exec_ext in '' $ac_executable_extensions; do
2087   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2088     ac_cv_prog_ac_ct_STRIP="strip"
2089     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2090     break 2
2091   fi
2092 done
2093   done
2094 IFS=$as_save_IFS
2095
2096 fi
2097 fi
2098 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2099 if test -n "$ac_ct_STRIP"; then
2100   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2101 $as_echo "$ac_ct_STRIP" >&6; }
2102 else
2103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2104 $as_echo "no" >&6; }
2105 fi
2106
2107   if test "x$ac_ct_STRIP" = x; then
2108     STRIP=":"
2109   else
2110     case $cross_compiling:$ac_tool_warned in
2111 yes:)
2112 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2113 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2114 ac_tool_warned=yes ;;
2115 esac
2116     STRIP=$ac_ct_STRIP
2117   fi
2118 else
2119   STRIP="$ac_cv_prog_STRIP"
2120 fi
2121
2122 fi
2123 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2124
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2126 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2127 if test -z "$MKDIR_P"; then
2128   if ${ac_cv_path_mkdir+:} false; then :
2129   $as_echo_n "(cached) " >&6
2130 else
2131   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2132 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2133 do
2134   IFS=$as_save_IFS
2135   test -z "$as_dir" && as_dir=.
2136     for ac_prog in mkdir gmkdir; do
2137          for ac_exec_ext in '' $ac_executable_extensions; do
2138            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2139            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2140              'mkdir (GNU coreutils) '* | \
2141              'mkdir (coreutils) '* | \
2142              'mkdir (fileutils) '4.1*)
2143                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2144                break 3;;
2145            esac
2146          done
2147        done
2148   done
2149 IFS=$as_save_IFS
2150
2151 fi
2152
2153   test -d ./--version && rmdir ./--version
2154   if test "${ac_cv_path_mkdir+set}" = set; then
2155     MKDIR_P="$ac_cv_path_mkdir -p"
2156   else
2157     # As a last resort, use the slow shell script.  Don't cache a
2158     # value for MKDIR_P within a source directory, because that will
2159     # break other packages using the cache if that directory is
2160     # removed, or if the value is a relative name.
2161     MKDIR_P="$ac_install_sh -d"
2162   fi
2163 fi
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2165 $as_echo "$MKDIR_P" >&6; }
2166
2167 mkdir_p="$MKDIR_P"
2168 case $mkdir_p in
2169   [\\/$]* | ?:[\\/]*) ;;
2170   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2171 esac
2172
2173 for ac_prog in gawk mawk nawk awk
2174 do
2175   # Extract the first word of "$ac_prog", so it can be a program name with args.
2176 set dummy $ac_prog; ac_word=$2
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2178 $as_echo_n "checking for $ac_word... " >&6; }
2179 if ${ac_cv_prog_AWK+:} false; then :
2180   $as_echo_n "(cached) " >&6
2181 else
2182   if test -n "$AWK"; then
2183   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2184 else
2185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2186 for as_dir in $PATH
2187 do
2188   IFS=$as_save_IFS
2189   test -z "$as_dir" && as_dir=.
2190     for ac_exec_ext in '' $ac_executable_extensions; do
2191   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2192     ac_cv_prog_AWK="$ac_prog"
2193     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2194     break 2
2195   fi
2196 done
2197   done
2198 IFS=$as_save_IFS
2199
2200 fi
2201 fi
2202 AWK=$ac_cv_prog_AWK
2203 if test -n "$AWK"; then
2204   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2205 $as_echo "$AWK" >&6; }
2206 else
2207   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2208 $as_echo "no" >&6; }
2209 fi
2210
2211
2212   test -n "$AWK" && break
2213 done
2214
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2216 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2217 set x ${MAKE-make}
2218 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2219 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2220   $as_echo_n "(cached) " >&6
2221 else
2222   cat >conftest.make <<\_ACEOF
2223 SHELL = /bin/sh
2224 all:
2225         @echo '@@@%%%=$(MAKE)=@@@%%%'
2226 _ACEOF
2227 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2228 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2229   *@@@%%%=?*=@@@%%%*)
2230     eval ac_cv_prog_make_${ac_make}_set=yes;;
2231   *)
2232     eval ac_cv_prog_make_${ac_make}_set=no;;
2233 esac
2234 rm -f conftest.make
2235 fi
2236 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2237   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2238 $as_echo "yes" >&6; }
2239   SET_MAKE=
2240 else
2241   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2242 $as_echo "no" >&6; }
2243   SET_MAKE="MAKE=${MAKE-make}"
2244 fi
2245
2246 rm -rf .tst 2>/dev/null
2247 mkdir .tst 2>/dev/null
2248 if test -d .tst; then
2249   am__leading_dot=.
2250 else
2251   am__leading_dot=_
2252 fi
2253 rmdir .tst 2>/dev/null
2254
2255 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2256   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2257   # is not polluted with repeated "-I."
2258   am__isrc=' -I$(srcdir)'
2259   # test to see if srcdir already configured
2260   if test -f $srcdir/config.status; then
2261     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2262   fi
2263 fi
2264
2265 # test whether we have cygpath
2266 if test -z "$CYGPATH_W"; then
2267   if (cygpath --version) >/dev/null 2>/dev/null; then
2268     CYGPATH_W='cygpath -w'
2269   else
2270     CYGPATH_W=echo
2271   fi
2272 fi
2273
2274
2275 # Define the identity of the package.
2276  PACKAGE='gacela'
2277  VERSION='0.5'
2278
2279
2280 cat >>confdefs.h <<_ACEOF
2281 #define PACKAGE "$PACKAGE"
2282 _ACEOF
2283
2284
2285 cat >>confdefs.h <<_ACEOF
2286 #define VERSION "$VERSION"
2287 _ACEOF
2288
2289 # Some tools Automake needs.
2290
2291 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2292
2293
2294 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2295
2296
2297 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2298
2299
2300 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2301
2302
2303 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2304
2305 # We need awk for the "check" target.  The system "awk" is bad on
2306 # some platforms.
2307 # Always define AMTAR for backward compatibility.
2308
2309 AMTAR=${AMTAR-"${am_missing_run}tar"}
2310
2311 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2312
2313
2314
2315
2316
2317 ac_ext=c
2318 ac_cpp='$CPP $CPPFLAGS'
2319 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2320 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2321 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2322 if test -n "$ac_tool_prefix"; then
2323   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2324 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2326 $as_echo_n "checking for $ac_word... " >&6; }
2327 if ${ac_cv_prog_CC+:} false; then :
2328   $as_echo_n "(cached) " >&6
2329 else
2330   if test -n "$CC"; then
2331   ac_cv_prog_CC="$CC" # Let the user override the test.
2332 else
2333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2334 for as_dir in $PATH
2335 do
2336   IFS=$as_save_IFS
2337   test -z "$as_dir" && as_dir=.
2338     for ac_exec_ext in '' $ac_executable_extensions; do
2339   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2340     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2341     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2342     break 2
2343   fi
2344 done
2345   done
2346 IFS=$as_save_IFS
2347
2348 fi
2349 fi
2350 CC=$ac_cv_prog_CC
2351 if test -n "$CC"; then
2352   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2353 $as_echo "$CC" >&6; }
2354 else
2355   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2356 $as_echo "no" >&6; }
2357 fi
2358
2359
2360 fi
2361 if test -z "$ac_cv_prog_CC"; then
2362   ac_ct_CC=$CC
2363   # Extract the first word of "gcc", so it can be a program name with args.
2364 set dummy gcc; ac_word=$2
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2366 $as_echo_n "checking for $ac_word... " >&6; }
2367 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2368   $as_echo_n "(cached) " >&6
2369 else
2370   if test -n "$ac_ct_CC"; then
2371   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2372 else
2373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2374 for as_dir in $PATH
2375 do
2376   IFS=$as_save_IFS
2377   test -z "$as_dir" && as_dir=.
2378     for ac_exec_ext in '' $ac_executable_extensions; do
2379   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2380     ac_cv_prog_ac_ct_CC="gcc"
2381     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2382     break 2
2383   fi
2384 done
2385   done
2386 IFS=$as_save_IFS
2387
2388 fi
2389 fi
2390 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2391 if test -n "$ac_ct_CC"; then
2392   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2393 $as_echo "$ac_ct_CC" >&6; }
2394 else
2395   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2396 $as_echo "no" >&6; }
2397 fi
2398
2399   if test "x$ac_ct_CC" = x; then
2400     CC=""
2401   else
2402     case $cross_compiling:$ac_tool_warned in
2403 yes:)
2404 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2405 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2406 ac_tool_warned=yes ;;
2407 esac
2408     CC=$ac_ct_CC
2409   fi
2410 else
2411   CC="$ac_cv_prog_CC"
2412 fi
2413
2414 if test -z "$CC"; then
2415           if test -n "$ac_tool_prefix"; then
2416     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2417 set dummy ${ac_tool_prefix}cc; ac_word=$2
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2419 $as_echo_n "checking for $ac_word... " >&6; }
2420 if ${ac_cv_prog_CC+:} false; then :
2421   $as_echo_n "(cached) " >&6
2422 else
2423   if test -n "$CC"; then
2424   ac_cv_prog_CC="$CC" # Let the user override the test.
2425 else
2426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2427 for as_dir in $PATH
2428 do
2429   IFS=$as_save_IFS
2430   test -z "$as_dir" && as_dir=.
2431     for ac_exec_ext in '' $ac_executable_extensions; do
2432   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2433     ac_cv_prog_CC="${ac_tool_prefix}cc"
2434     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2435     break 2
2436   fi
2437 done
2438   done
2439 IFS=$as_save_IFS
2440
2441 fi
2442 fi
2443 CC=$ac_cv_prog_CC
2444 if test -n "$CC"; then
2445   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2446 $as_echo "$CC" >&6; }
2447 else
2448   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2449 $as_echo "no" >&6; }
2450 fi
2451
2452
2453   fi
2454 fi
2455 if test -z "$CC"; then
2456   # Extract the first word of "cc", so it can be a program name with args.
2457 set dummy cc; ac_word=$2
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if ${ac_cv_prog_CC+:} false; then :
2461   $as_echo_n "(cached) " >&6
2462 else
2463   if test -n "$CC"; then
2464   ac_cv_prog_CC="$CC" # Let the user override the test.
2465 else
2466   ac_prog_rejected=no
2467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2468 for as_dir in $PATH
2469 do
2470   IFS=$as_save_IFS
2471   test -z "$as_dir" && as_dir=.
2472     for ac_exec_ext in '' $ac_executable_extensions; do
2473   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2474     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2475        ac_prog_rejected=yes
2476        continue
2477      fi
2478     ac_cv_prog_CC="cc"
2479     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2480     break 2
2481   fi
2482 done
2483   done
2484 IFS=$as_save_IFS
2485
2486 if test $ac_prog_rejected = yes; then
2487   # We found a bogon in the path, so make sure we never use it.
2488   set dummy $ac_cv_prog_CC
2489   shift
2490   if test $# != 0; then
2491     # We chose a different compiler from the bogus one.
2492     # However, it has the same basename, so the bogon will be chosen
2493     # first if we set CC to just the basename; use the full file name.
2494     shift
2495     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2496   fi
2497 fi
2498 fi
2499 fi
2500 CC=$ac_cv_prog_CC
2501 if test -n "$CC"; then
2502   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2503 $as_echo "$CC" >&6; }
2504 else
2505   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2506 $as_echo "no" >&6; }
2507 fi
2508
2509
2510 fi
2511 if test -z "$CC"; then
2512   if test -n "$ac_tool_prefix"; then
2513   for ac_prog in cl.exe
2514   do
2515     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2516 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2518 $as_echo_n "checking for $ac_word... " >&6; }
2519 if ${ac_cv_prog_CC+:} false; then :
2520   $as_echo_n "(cached) " >&6
2521 else
2522   if test -n "$CC"; then
2523   ac_cv_prog_CC="$CC" # Let the user override the test.
2524 else
2525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2526 for as_dir in $PATH
2527 do
2528   IFS=$as_save_IFS
2529   test -z "$as_dir" && as_dir=.
2530     for ac_exec_ext in '' $ac_executable_extensions; do
2531   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2532     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2533     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2534     break 2
2535   fi
2536 done
2537   done
2538 IFS=$as_save_IFS
2539
2540 fi
2541 fi
2542 CC=$ac_cv_prog_CC
2543 if test -n "$CC"; then
2544   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2545 $as_echo "$CC" >&6; }
2546 else
2547   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2548 $as_echo "no" >&6; }
2549 fi
2550
2551
2552     test -n "$CC" && break
2553   done
2554 fi
2555 if test -z "$CC"; then
2556   ac_ct_CC=$CC
2557   for ac_prog in cl.exe
2558 do
2559   # Extract the first word of "$ac_prog", so it can be a program name with args.
2560 set dummy $ac_prog; ac_word=$2
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2562 $as_echo_n "checking for $ac_word... " >&6; }
2563 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2564   $as_echo_n "(cached) " >&6
2565 else
2566   if test -n "$ac_ct_CC"; then
2567   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2568 else
2569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2570 for as_dir in $PATH
2571 do
2572   IFS=$as_save_IFS
2573   test -z "$as_dir" && as_dir=.
2574     for ac_exec_ext in '' $ac_executable_extensions; do
2575   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2576     ac_cv_prog_ac_ct_CC="$ac_prog"
2577     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2578     break 2
2579   fi
2580 done
2581   done
2582 IFS=$as_save_IFS
2583
2584 fi
2585 fi
2586 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2587 if test -n "$ac_ct_CC"; then
2588   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2589 $as_echo "$ac_ct_CC" >&6; }
2590 else
2591   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2592 $as_echo "no" >&6; }
2593 fi
2594
2595
2596   test -n "$ac_ct_CC" && break
2597 done
2598
2599   if test "x$ac_ct_CC" = x; then
2600     CC=""
2601   else
2602     case $cross_compiling:$ac_tool_warned in
2603 yes:)
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2605 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2606 ac_tool_warned=yes ;;
2607 esac
2608     CC=$ac_ct_CC
2609   fi
2610 fi
2611
2612 fi
2613
2614
2615 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2616 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2617 as_fn_error $? "no acceptable C compiler found in \$PATH
2618 See \`config.log' for more details" "$LINENO" 5; }
2619
2620 # Provide some information about the compiler.
2621 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2622 set X $ac_compile
2623 ac_compiler=$2
2624 for ac_option in --version -v -V -qversion; do
2625   { { ac_try="$ac_compiler $ac_option >&5"
2626 case "(($ac_try" in
2627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2628   *) ac_try_echo=$ac_try;;
2629 esac
2630 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2631 $as_echo "$ac_try_echo"; } >&5
2632   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2633   ac_status=$?
2634   if test -s conftest.err; then
2635     sed '10a\
2636 ... rest of stderr output deleted ...
2637          10q' conftest.err >conftest.er1
2638     cat conftest.er1 >&5
2639   fi
2640   rm -f conftest.er1 conftest.err
2641   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2642   test $ac_status = 0; }
2643 done
2644
2645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2646 /* end confdefs.h.  */
2647
2648 int
2649 main ()
2650 {
2651
2652   ;
2653   return 0;
2654 }
2655 _ACEOF
2656 ac_clean_files_save=$ac_clean_files
2657 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2658 # Try to create an executable without -o first, disregard a.out.
2659 # It will help us diagnose broken compilers, and finding out an intuition
2660 # of exeext.
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2662 $as_echo_n "checking whether the C compiler works... " >&6; }
2663 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2664
2665 # The possible output files:
2666 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2667
2668 ac_rmfiles=
2669 for ac_file in $ac_files
2670 do
2671   case $ac_file in
2672     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2673     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2674   esac
2675 done
2676 rm -f $ac_rmfiles
2677
2678 if { { ac_try="$ac_link_default"
2679 case "(($ac_try" in
2680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2681   *) ac_try_echo=$ac_try;;
2682 esac
2683 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2684 $as_echo "$ac_try_echo"; } >&5
2685   (eval "$ac_link_default") 2>&5
2686   ac_status=$?
2687   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2688   test $ac_status = 0; }; then :
2689   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2690 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2691 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2692 # so that the user can short-circuit this test for compilers unknown to
2693 # Autoconf.
2694 for ac_file in $ac_files ''
2695 do
2696   test -f "$ac_file" || continue
2697   case $ac_file in
2698     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2699         ;;
2700     [ab].out )
2701         # We found the default executable, but exeext='' is most
2702         # certainly right.
2703         break;;
2704     *.* )
2705         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2706         then :; else
2707            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2708         fi
2709         # We set ac_cv_exeext here because the later test for it is not
2710         # safe: cross compilers may not add the suffix if given an `-o'
2711         # argument, so we may need to know it at that point already.
2712         # Even if this section looks crufty: it has the advantage of
2713         # actually working.
2714         break;;
2715     * )
2716         break;;
2717   esac
2718 done
2719 test "$ac_cv_exeext" = no && ac_cv_exeext=
2720
2721 else
2722   ac_file=''
2723 fi
2724 if test -z "$ac_file"; then :
2725   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2726 $as_echo "no" >&6; }
2727 $as_echo "$as_me: failed program was:" >&5
2728 sed 's/^/| /' conftest.$ac_ext >&5
2729
2730 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2731 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2732 as_fn_error 77 "C compiler cannot create executables
2733 See \`config.log' for more details" "$LINENO" 5; }
2734 else
2735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2736 $as_echo "yes" >&6; }
2737 fi
2738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2739 $as_echo_n "checking for C compiler default output file name... " >&6; }
2740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2741 $as_echo "$ac_file" >&6; }
2742 ac_exeext=$ac_cv_exeext
2743
2744 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2745 ac_clean_files=$ac_clean_files_save
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2747 $as_echo_n "checking for suffix of executables... " >&6; }
2748 if { { ac_try="$ac_link"
2749 case "(($ac_try" in
2750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2751   *) ac_try_echo=$ac_try;;
2752 esac
2753 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2754 $as_echo "$ac_try_echo"; } >&5
2755   (eval "$ac_link") 2>&5
2756   ac_status=$?
2757   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2758   test $ac_status = 0; }; then :
2759   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2760 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2761 # work properly (i.e., refer to `conftest.exe'), while it won't with
2762 # `rm'.
2763 for ac_file in conftest.exe conftest conftest.*; do
2764   test -f "$ac_file" || continue
2765   case $ac_file in
2766     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2767     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2768           break;;
2769     * ) break;;
2770   esac
2771 done
2772 else
2773   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2774 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2775 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2776 See \`config.log' for more details" "$LINENO" 5; }
2777 fi
2778 rm -f conftest conftest$ac_cv_exeext
2779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2780 $as_echo "$ac_cv_exeext" >&6; }
2781
2782 rm -f conftest.$ac_ext
2783 EXEEXT=$ac_cv_exeext
2784 ac_exeext=$EXEEXT
2785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2786 /* end confdefs.h.  */
2787 #include <stdio.h>
2788 int
2789 main ()
2790 {
2791 FILE *f = fopen ("conftest.out", "w");
2792  return ferror (f) || fclose (f) != 0;
2793
2794   ;
2795   return 0;
2796 }
2797 _ACEOF
2798 ac_clean_files="$ac_clean_files conftest.out"
2799 # Check that the compiler produces executables we can run.  If not, either
2800 # the compiler is broken, or we cross compile.
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2802 $as_echo_n "checking whether we are cross compiling... " >&6; }
2803 if test "$cross_compiling" != yes; then
2804   { { ac_try="$ac_link"
2805 case "(($ac_try" in
2806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2807   *) ac_try_echo=$ac_try;;
2808 esac
2809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2810 $as_echo "$ac_try_echo"; } >&5
2811   (eval "$ac_link") 2>&5
2812   ac_status=$?
2813   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2814   test $ac_status = 0; }
2815   if { ac_try='./conftest$ac_cv_exeext'
2816   { { case "(($ac_try" in
2817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2818   *) ac_try_echo=$ac_try;;
2819 esac
2820 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2821 $as_echo "$ac_try_echo"; } >&5
2822   (eval "$ac_try") 2>&5
2823   ac_status=$?
2824   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2825   test $ac_status = 0; }; }; then
2826     cross_compiling=no
2827   else
2828     if test "$cross_compiling" = maybe; then
2829         cross_compiling=yes
2830     else
2831         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2832 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2833 as_fn_error $? "cannot run C compiled programs.
2834 If you meant to cross compile, use \`--host'.
2835 See \`config.log' for more details" "$LINENO" 5; }
2836     fi
2837   fi
2838 fi
2839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2840 $as_echo "$cross_compiling" >&6; }
2841
2842 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2843 ac_clean_files=$ac_clean_files_save
2844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2845 $as_echo_n "checking for suffix of object files... " >&6; }
2846 if ${ac_cv_objext+:} false; then :
2847   $as_echo_n "(cached) " >&6
2848 else
2849   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2850 /* end confdefs.h.  */
2851
2852 int
2853 main ()
2854 {
2855
2856   ;
2857   return 0;
2858 }
2859 _ACEOF
2860 rm -f conftest.o conftest.obj
2861 if { { ac_try="$ac_compile"
2862 case "(($ac_try" in
2863   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2864   *) ac_try_echo=$ac_try;;
2865 esac
2866 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2867 $as_echo "$ac_try_echo"; } >&5
2868   (eval "$ac_compile") 2>&5
2869   ac_status=$?
2870   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2871   test $ac_status = 0; }; then :
2872   for ac_file in conftest.o conftest.obj conftest.*; do
2873   test -f "$ac_file" || continue;
2874   case $ac_file in
2875     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2876     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2877        break;;
2878   esac
2879 done
2880 else
2881   $as_echo "$as_me: failed program was:" >&5
2882 sed 's/^/| /' conftest.$ac_ext >&5
2883
2884 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2885 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2886 as_fn_error $? "cannot compute suffix of object files: cannot compile
2887 See \`config.log' for more details" "$LINENO" 5; }
2888 fi
2889 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2890 fi
2891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2892 $as_echo "$ac_cv_objext" >&6; }
2893 OBJEXT=$ac_cv_objext
2894 ac_objext=$OBJEXT
2895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2896 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2897 if ${ac_cv_c_compiler_gnu+:} false; then :
2898   $as_echo_n "(cached) " >&6
2899 else
2900   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2901 /* end confdefs.h.  */
2902
2903 int
2904 main ()
2905 {
2906 #ifndef __GNUC__
2907        choke me
2908 #endif
2909
2910   ;
2911   return 0;
2912 }
2913 _ACEOF
2914 if ac_fn_c_try_compile "$LINENO"; then :
2915   ac_compiler_gnu=yes
2916 else
2917   ac_compiler_gnu=no
2918 fi
2919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2920 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2921
2922 fi
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2924 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2925 if test $ac_compiler_gnu = yes; then
2926   GCC=yes
2927 else
2928   GCC=
2929 fi
2930 ac_test_CFLAGS=${CFLAGS+set}
2931 ac_save_CFLAGS=$CFLAGS
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2933 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2934 if ${ac_cv_prog_cc_g+:} false; then :
2935   $as_echo_n "(cached) " >&6
2936 else
2937   ac_save_c_werror_flag=$ac_c_werror_flag
2938    ac_c_werror_flag=yes
2939    ac_cv_prog_cc_g=no
2940    CFLAGS="-g"
2941    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2942 /* end confdefs.h.  */
2943
2944 int
2945 main ()
2946 {
2947
2948   ;
2949   return 0;
2950 }
2951 _ACEOF
2952 if ac_fn_c_try_compile "$LINENO"; then :
2953   ac_cv_prog_cc_g=yes
2954 else
2955   CFLAGS=""
2956       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2957 /* end confdefs.h.  */
2958
2959 int
2960 main ()
2961 {
2962
2963   ;
2964   return 0;
2965 }
2966 _ACEOF
2967 if ac_fn_c_try_compile "$LINENO"; then :
2968
2969 else
2970   ac_c_werror_flag=$ac_save_c_werror_flag
2971          CFLAGS="-g"
2972          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2973 /* end confdefs.h.  */
2974
2975 int
2976 main ()
2977 {
2978
2979   ;
2980   return 0;
2981 }
2982 _ACEOF
2983 if ac_fn_c_try_compile "$LINENO"; then :
2984   ac_cv_prog_cc_g=yes
2985 fi
2986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2987 fi
2988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2989 fi
2990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2991    ac_c_werror_flag=$ac_save_c_werror_flag
2992 fi
2993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2994 $as_echo "$ac_cv_prog_cc_g" >&6; }
2995 if test "$ac_test_CFLAGS" = set; then
2996   CFLAGS=$ac_save_CFLAGS
2997 elif test $ac_cv_prog_cc_g = yes; then
2998   if test "$GCC" = yes; then
2999     CFLAGS="-g -O2"
3000   else
3001     CFLAGS="-g"
3002   fi
3003 else
3004   if test "$GCC" = yes; then
3005     CFLAGS="-O2"
3006   else
3007     CFLAGS=
3008   fi
3009 fi
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3011 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3012 if ${ac_cv_prog_cc_c89+:} false; then :
3013   $as_echo_n "(cached) " >&6
3014 else
3015   ac_cv_prog_cc_c89=no
3016 ac_save_CC=$CC
3017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3018 /* end confdefs.h.  */
3019 #include <stdarg.h>
3020 #include <stdio.h>
3021 #include <sys/types.h>
3022 #include <sys/stat.h>
3023 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3024 struct buf { int x; };
3025 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3026 static char *e (p, i)
3027      char **p;
3028      int i;
3029 {
3030   return p[i];
3031 }
3032 static char *f (char * (*g) (char **, int), char **p, ...)
3033 {
3034   char *s;
3035   va_list v;
3036   va_start (v,p);
3037   s = g (p, va_arg (v,int));
3038   va_end (v);
3039   return s;
3040 }
3041
3042 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3043    function prototypes and stuff, but not '\xHH' hex character constants.
3044    These don't provoke an error unfortunately, instead are silently treated
3045    as 'x'.  The following induces an error, until -std is added to get
3046    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3047    array size at least.  It's necessary to write '\x00'==0 to get something
3048    that's true only with -std.  */
3049 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3050
3051 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3052    inside strings and character constants.  */
3053 #define FOO(x) 'x'
3054 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3055
3056 int test (int i, double x);
3057 struct s1 {int (*f) (int a);};
3058 struct s2 {int (*f) (double a);};
3059 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3060 int argc;
3061 char **argv;
3062 int
3063 main ()
3064 {
3065 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3066   ;
3067   return 0;
3068 }
3069 _ACEOF
3070 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3071         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3072 do
3073   CC="$ac_save_CC $ac_arg"
3074   if ac_fn_c_try_compile "$LINENO"; then :
3075   ac_cv_prog_cc_c89=$ac_arg
3076 fi
3077 rm -f core conftest.err conftest.$ac_objext
3078   test "x$ac_cv_prog_cc_c89" != "xno" && break
3079 done
3080 rm -f conftest.$ac_ext
3081 CC=$ac_save_CC
3082
3083 fi
3084 # AC_CACHE_VAL
3085 case "x$ac_cv_prog_cc_c89" in
3086   x)
3087     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3088 $as_echo "none needed" >&6; } ;;
3089   xno)
3090     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3091 $as_echo "unsupported" >&6; } ;;
3092   *)
3093     CC="$CC $ac_cv_prog_cc_c89"
3094     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3095 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3096 esac
3097 if test "x$ac_cv_prog_cc_c89" != xno; then :
3098
3099 fi
3100
3101 ac_ext=c
3102 ac_cpp='$CPP $CPPFLAGS'
3103 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3104 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3105 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3106 DEPDIR="${am__leading_dot}deps"
3107
3108 ac_config_commands="$ac_config_commands depfiles"
3109
3110
3111 am_make=${MAKE-make}
3112 cat > confinc << 'END'
3113 am__doit:
3114         @echo this is the am__doit target
3115 .PHONY: am__doit
3116 END
3117 # If we don't find an include directive, just comment out the code.
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3119 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3120 am__include="#"
3121 am__quote=
3122 _am_result=none
3123 # First try GNU make style include.
3124 echo "include confinc" > confmf
3125 # Ignore all kinds of additional output from `make'.
3126 case `$am_make -s -f confmf 2> /dev/null` in #(
3127 *the\ am__doit\ target*)
3128   am__include=include
3129   am__quote=
3130   _am_result=GNU
3131   ;;
3132 esac
3133 # Now try BSD make style include.
3134 if test "$am__include" = "#"; then
3135    echo '.include "confinc"' > confmf
3136    case `$am_make -s -f confmf 2> /dev/null` in #(
3137    *the\ am__doit\ target*)
3138      am__include=.include
3139      am__quote="\""
3140      _am_result=BSD
3141      ;;
3142    esac
3143 fi
3144
3145
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3147 $as_echo "$_am_result" >&6; }
3148 rm -f confinc confmf
3149
3150 # Check whether --enable-dependency-tracking was given.
3151 if test "${enable_dependency_tracking+set}" = set; then :
3152   enableval=$enable_dependency_tracking;
3153 fi
3154
3155 if test "x$enable_dependency_tracking" != xno; then
3156   am_depcomp="$ac_aux_dir/depcomp"
3157   AMDEPBACKSLASH='\'
3158 fi
3159  if test "x$enable_dependency_tracking" != xno; then
3160   AMDEP_TRUE=
3161   AMDEP_FALSE='#'
3162 else
3163   AMDEP_TRUE='#'
3164   AMDEP_FALSE=
3165 fi
3166
3167
3168
3169 depcc="$CC"   am_compiler_list=
3170
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3172 $as_echo_n "checking dependency style of $depcc... " >&6; }
3173 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3174   $as_echo_n "(cached) " >&6
3175 else
3176   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3177   # We make a subdir and do the tests there.  Otherwise we can end up
3178   # making bogus files that we don't know about and never remove.  For
3179   # instance it was reported that on HP-UX the gcc test will end up
3180   # making a dummy file named `D' -- because `-MD' means `put the output
3181   # in D'.
3182   mkdir conftest.dir
3183   # Copy depcomp to subdir because otherwise we won't find it if we're
3184   # using a relative directory.
3185   cp "$am_depcomp" conftest.dir
3186   cd conftest.dir
3187   # We will build objects and dependencies in a subdirectory because
3188   # it helps to detect inapplicable dependency modes.  For instance
3189   # both Tru64's cc and ICC support -MD to output dependencies as a
3190   # side effect of compilation, but ICC will put the dependencies in
3191   # the current directory while Tru64 will put them in the object
3192   # directory.
3193   mkdir sub
3194
3195   am_cv_CC_dependencies_compiler_type=none
3196   if test "$am_compiler_list" = ""; then
3197      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3198   fi
3199   am__universal=false
3200   case " $depcc " in #(
3201      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3202      esac
3203
3204   for depmode in $am_compiler_list; do
3205     # Setup a source with many dependencies, because some compilers
3206     # like to wrap large dependency lists on column 80 (with \), and
3207     # we should not choose a depcomp mode which is confused by this.
3208     #
3209     # We need to recreate these files for each test, as the compiler may
3210     # overwrite some of them when testing with obscure command lines.
3211     # This happens at least with the AIX C compiler.
3212     : > sub/conftest.c
3213     for i in 1 2 3 4 5 6; do
3214       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3215       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3216       # Solaris 8's {/usr,}/bin/sh.
3217       touch sub/conftst$i.h
3218     done
3219     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3220
3221     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3222     # mode.  It turns out that the SunPro C++ compiler does not properly
3223     # handle `-M -o', and we need to detect this.  Also, some Intel
3224     # versions had trouble with output in subdirs
3225     am__obj=sub/conftest.${OBJEXT-o}
3226     am__minus_obj="-o $am__obj"
3227     case $depmode in
3228     gcc)
3229       # This depmode causes a compiler race in universal mode.
3230       test "$am__universal" = false || continue
3231       ;;
3232     nosideeffect)
3233       # after this tag, mechanisms are not by side-effect, so they'll
3234       # only be used when explicitly requested
3235       if test "x$enable_dependency_tracking" = xyes; then
3236         continue
3237       else
3238         break
3239       fi
3240       ;;
3241     msvisualcpp | msvcmsys)
3242       # This compiler won't grok `-c -o', but also, the minuso test has
3243       # not run yet.  These depmodes are late enough in the game, and
3244       # so weak that their functioning should not be impacted.
3245       am__obj=conftest.${OBJEXT-o}
3246       am__minus_obj=
3247       ;;
3248     none) break ;;
3249     esac
3250     if depmode=$depmode \
3251        source=sub/conftest.c object=$am__obj \
3252        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3253        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3254          >/dev/null 2>conftest.err &&
3255        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3256        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3257        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3258        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3259       # icc doesn't choke on unknown options, it will just issue warnings
3260       # or remarks (even with -Werror).  So we grep stderr for any message
3261       # that says an option was ignored or not supported.
3262       # When given -MP, icc 7.0 and 7.1 complain thusly:
3263       #   icc: Command line warning: ignoring option '-M'; no argument required
3264       # The diagnosis changed in icc 8.0:
3265       #   icc: Command line remark: option '-MP' not supported
3266       if (grep 'ignoring option' conftest.err ||
3267           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3268         am_cv_CC_dependencies_compiler_type=$depmode
3269         break
3270       fi
3271     fi
3272   done
3273
3274   cd ..
3275   rm -rf conftest.dir
3276 else
3277   am_cv_CC_dependencies_compiler_type=none
3278 fi
3279
3280 fi
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3282 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3283 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3284
3285  if
3286   test "x$enable_dependency_tracking" != xno \
3287   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3288   am__fastdepCC_TRUE=
3289   am__fastdepCC_FALSE='#'
3290 else
3291   am__fastdepCC_TRUE='#'
3292   am__fastdepCC_FALSE=
3293 fi
3294
3295
3296 # Extract the first word of "guile", so it can be a program name with args.
3297 set dummy guile; ac_word=$2
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3299 $as_echo_n "checking for $ac_word... " >&6; }
3300 if ${ac_cv_path_GUILE+:} false; then :
3301   $as_echo_n "(cached) " >&6
3302 else
3303   case $GUILE in
3304   [\\/]* | ?:[\\/]*)
3305   ac_cv_path_GUILE="$GUILE" # Let the user override the test with a path.
3306   ;;
3307   *)
3308   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3309 for as_dir in $PATH
3310 do
3311   IFS=$as_save_IFS
3312   test -z "$as_dir" && as_dir=.
3313     for ac_exec_ext in '' $ac_executable_extensions; do
3314   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3315     ac_cv_path_GUILE="$as_dir/$ac_word$ac_exec_ext"
3316     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3317     break 2
3318   fi
3319 done
3320   done
3321 IFS=$as_save_IFS
3322
3323   ;;
3324 esac
3325 fi
3326 GUILE=$ac_cv_path_GUILE
3327 if test -n "$GUILE"; then
3328   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUILE" >&5
3329 $as_echo "$GUILE" >&6; }
3330 else
3331   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3332 $as_echo "no" >&6; }
3333 fi
3334
3335
3336   if test "$GUILE" = "" ; then
3337       as_fn_error $? "guile required but not found" "$LINENO" 5
3338   fi
3339
3340   # Extract the first word of "guile-config", so it can be a program name with args.
3341 set dummy guile-config; ac_word=$2
3342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3343 $as_echo_n "checking for $ac_word... " >&6; }
3344 if ${ac_cv_path_GUILE_CONFIG+:} false; then :
3345   $as_echo_n "(cached) " >&6
3346 else
3347   case $GUILE_CONFIG in
3348   [\\/]* | ?:[\\/]*)
3349   ac_cv_path_GUILE_CONFIG="$GUILE_CONFIG" # Let the user override the test with a path.
3350   ;;
3351   *)
3352   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3353 for as_dir in $PATH
3354 do
3355   IFS=$as_save_IFS
3356   test -z "$as_dir" && as_dir=.
3357     for ac_exec_ext in '' $ac_executable_extensions; do
3358   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3359     ac_cv_path_GUILE_CONFIG="$as_dir/$ac_word$ac_exec_ext"
3360     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3361     break 2
3362   fi
3363 done
3364   done
3365 IFS=$as_save_IFS
3366
3367   ;;
3368 esac
3369 fi
3370 GUILE_CONFIG=$ac_cv_path_GUILE_CONFIG
3371 if test -n "$GUILE_CONFIG"; then
3372   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUILE_CONFIG" >&5
3373 $as_echo "$GUILE_CONFIG" >&6; }
3374 else
3375   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3376 $as_echo "no" >&6; }
3377 fi
3378
3379
3380   if test "$GUILE_CONFIG" = "" ; then
3381       as_fn_error $? "guile-config required but not found" "$LINENO" 5
3382   fi
3383
3384   # Extract the first word of "guile-tools", so it can be a program name with args.
3385 set dummy guile-tools; ac_word=$2
3386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3387 $as_echo_n "checking for $ac_word... " >&6; }
3388 if ${ac_cv_path_GUILE_TOOLS+:} false; then :
3389   $as_echo_n "(cached) " >&6
3390 else
3391   case $GUILE_TOOLS in
3392   [\\/]* | ?:[\\/]*)
3393   ac_cv_path_GUILE_TOOLS="$GUILE_TOOLS" # Let the user override the test with a path.
3394   ;;
3395   *)
3396   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3397 for as_dir in $PATH
3398 do
3399   IFS=$as_save_IFS
3400   test -z "$as_dir" && as_dir=.
3401     for ac_exec_ext in '' $ac_executable_extensions; do
3402   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3403     ac_cv_path_GUILE_TOOLS="$as_dir/$ac_word$ac_exec_ext"
3404     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3405     break 2
3406   fi
3407 done
3408   done
3409 IFS=$as_save_IFS
3410
3411   ;;
3412 esac
3413 fi
3414 GUILE_TOOLS=$ac_cv_path_GUILE_TOOLS
3415 if test -n "$GUILE_TOOLS"; then
3416   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUILE_TOOLS" >&5
3417 $as_echo "$GUILE_TOOLS" >&6; }
3418 else
3419   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3420 $as_echo "no" >&6; }
3421 fi
3422
3423
3424
3425
3426   { $as_echo "$as_me:${as_lineno-$LINENO}: checking libguile compile flags" >&5
3427 $as_echo_n "checking libguile compile flags... " >&6; }
3428   GUILE_CFLAGS="`$GUILE_CONFIG compile`"
3429   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUILE_CFLAGS" >&5
3430 $as_echo "$GUILE_CFLAGS" >&6; }
3431   { $as_echo "$as_me:${as_lineno-$LINENO}: checking libguile link flags" >&5
3432 $as_echo_n "checking libguile link flags... " >&6; }
3433   GUILE_LDFLAGS="`$GUILE_CONFIG link`"
3434   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GUILE_LDFLAGS" >&5
3435 $as_echo "$GUILE_LDFLAGS" >&6; }
3436
3437
3438
3439 CFLAGS="$CFLAGS -I/usr/include/freetype2"
3440
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lreadline" >&5
3442 $as_echo_n "checking for main in -lreadline... " >&6; }
3443 if ${ac_cv_lib_readline_main+:} false; then :
3444   $as_echo_n "(cached) " >&6
3445 else
3446   ac_check_lib_save_LIBS=$LIBS
3447 LIBS="-lreadline  $LIBS"
3448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3449 /* end confdefs.h.  */
3450
3451
3452 int
3453 main ()
3454 {
3455 return main ();
3456   ;
3457   return 0;
3458 }
3459 _ACEOF
3460 if ac_fn_c_try_link "$LINENO"; then :
3461   ac_cv_lib_readline_main=yes
3462 else
3463   ac_cv_lib_readline_main=no
3464 fi
3465 rm -f core conftest.err conftest.$ac_objext \
3466     conftest$ac_exeext conftest.$ac_ext
3467 LIBS=$ac_check_lib_save_LIBS
3468 fi
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_main" >&5
3470 $as_echo "$ac_cv_lib_readline_main" >&6; }
3471 if test "x$ac_cv_lib_readline_main" = xyes; then :
3472   LIBS="$LIBS -lreadline"
3473 else
3474   as_fn_error $? "*** readline library not found!" "$LINENO" 5
3475
3476 fi
3477
3478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lSDL" >&5
3479 $as_echo_n "checking for main in -lSDL... " >&6; }
3480 if ${ac_cv_lib_SDL_main+:} false; then :
3481   $as_echo_n "(cached) " >&6
3482 else
3483   ac_check_lib_save_LIBS=$LIBS
3484 LIBS="-lSDL  $LIBS"
3485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3486 /* end confdefs.h.  */
3487
3488
3489 int
3490 main ()
3491 {
3492 return main ();
3493   ;
3494   return 0;
3495 }
3496 _ACEOF
3497 if ac_fn_c_try_link "$LINENO"; then :
3498   ac_cv_lib_SDL_main=yes
3499 else
3500   ac_cv_lib_SDL_main=no
3501 fi
3502 rm -f core conftest.err conftest.$ac_objext \
3503     conftest$ac_exeext conftest.$ac_ext
3504 LIBS=$ac_check_lib_save_LIBS
3505 fi
3506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SDL_main" >&5
3507 $as_echo "$ac_cv_lib_SDL_main" >&6; }
3508 if test "x$ac_cv_lib_SDL_main" = xyes; then :
3509   LIBS="$LIBS -lSDL"
3510 else
3511   as_fn_error $? "*** SDL library not found!" "$LINENO" 5
3512
3513 fi
3514
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lSDL_image" >&5
3516 $as_echo_n "checking for main in -lSDL_image... " >&6; }
3517 if ${ac_cv_lib_SDL_image_main+:} false; then :
3518   $as_echo_n "(cached) " >&6
3519 else
3520   ac_check_lib_save_LIBS=$LIBS
3521 LIBS="-lSDL_image  $LIBS"
3522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3523 /* end confdefs.h.  */
3524
3525
3526 int
3527 main ()
3528 {
3529 return main ();
3530   ;
3531   return 0;
3532 }
3533 _ACEOF
3534 if ac_fn_c_try_link "$LINENO"; then :
3535   ac_cv_lib_SDL_image_main=yes
3536 else
3537   ac_cv_lib_SDL_image_main=no
3538 fi
3539 rm -f core conftest.err conftest.$ac_objext \
3540     conftest$ac_exeext conftest.$ac_ext
3541 LIBS=$ac_check_lib_save_LIBS
3542 fi
3543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SDL_image_main" >&5
3544 $as_echo "$ac_cv_lib_SDL_image_main" >&6; }
3545 if test "x$ac_cv_lib_SDL_image_main" = xyes; then :
3546   LIBS="$LIBS -lSDL_image"
3547 else
3548   as_fn_error $? "*** SDL_image library not found!" "$LINENO" 5
3549
3550 fi
3551
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lSDL_gfx" >&5
3553 $as_echo_n "checking for main in -lSDL_gfx... " >&6; }
3554 if ${ac_cv_lib_SDL_gfx_main+:} false; then :
3555   $as_echo_n "(cached) " >&6
3556 else
3557   ac_check_lib_save_LIBS=$LIBS
3558 LIBS="-lSDL_gfx  $LIBS"
3559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3560 /* end confdefs.h.  */
3561
3562
3563 int
3564 main ()
3565 {
3566 return main ();
3567   ;
3568   return 0;
3569 }
3570 _ACEOF
3571 if ac_fn_c_try_link "$LINENO"; then :
3572   ac_cv_lib_SDL_gfx_main=yes
3573 else
3574   ac_cv_lib_SDL_gfx_main=no
3575 fi
3576 rm -f core conftest.err conftest.$ac_objext \
3577     conftest$ac_exeext conftest.$ac_ext
3578 LIBS=$ac_check_lib_save_LIBS
3579 fi
3580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SDL_gfx_main" >&5
3581 $as_echo "$ac_cv_lib_SDL_gfx_main" >&6; }
3582 if test "x$ac_cv_lib_SDL_gfx_main" = xyes; then :
3583   LIBS="$LIBS -lSDL_gfx"
3584 else
3585   as_fn_error $? "*** SDL_gfx library not found!" "$LINENO" 5
3586
3587 fi
3588
3589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lSDL_mixer" >&5
3590 $as_echo_n "checking for main in -lSDL_mixer... " >&6; }
3591 if ${ac_cv_lib_SDL_mixer_main+:} false; then :
3592   $as_echo_n "(cached) " >&6
3593 else
3594   ac_check_lib_save_LIBS=$LIBS
3595 LIBS="-lSDL_mixer  $LIBS"
3596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3597 /* end confdefs.h.  */
3598
3599
3600 int
3601 main ()
3602 {
3603 return main ();
3604   ;
3605   return 0;
3606 }
3607 _ACEOF
3608 if ac_fn_c_try_link "$LINENO"; then :
3609   ac_cv_lib_SDL_mixer_main=yes
3610 else
3611   ac_cv_lib_SDL_mixer_main=no
3612 fi
3613 rm -f core conftest.err conftest.$ac_objext \
3614     conftest$ac_exeext conftest.$ac_ext
3615 LIBS=$ac_check_lib_save_LIBS
3616 fi
3617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SDL_mixer_main" >&5
3618 $as_echo "$ac_cv_lib_SDL_mixer_main" >&6; }
3619 if test "x$ac_cv_lib_SDL_mixer_main" = xyes; then :
3620   LIBS="$LIBS -lSDL_mixer"
3621 else
3622   as_fn_error $? "*** SDL_mixer library not found!" "$LINENO" 5
3623
3624 fi
3625
3626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lGL" >&5
3627 $as_echo_n "checking for main in -lGL... " >&6; }
3628 if ${ac_cv_lib_GL_main+:} false; then :
3629   $as_echo_n "(cached) " >&6
3630 else
3631   ac_check_lib_save_LIBS=$LIBS
3632 LIBS="-lGL  $LIBS"
3633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3634 /* end confdefs.h.  */
3635
3636
3637 int
3638 main ()
3639 {
3640 return main ();
3641   ;
3642   return 0;
3643 }
3644 _ACEOF
3645 if ac_fn_c_try_link "$LINENO"; then :
3646   ac_cv_lib_GL_main=yes
3647 else
3648   ac_cv_lib_GL_main=no
3649 fi
3650 rm -f core conftest.err conftest.$ac_objext \
3651     conftest$ac_exeext conftest.$ac_ext
3652 LIBS=$ac_check_lib_save_LIBS
3653 fi
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GL_main" >&5
3655 $as_echo "$ac_cv_lib_GL_main" >&6; }
3656 if test "x$ac_cv_lib_GL_main" = xyes; then :
3657   LIBS="$LIBS -lGL"
3658 else
3659   as_fn_error $? "*** GL library not found!" "$LINENO" 5
3660
3661 fi
3662
3663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lGLU" >&5
3664 $as_echo_n "checking for main in -lGLU... " >&6; }
3665 if ${ac_cv_lib_GLU_main+:} false; then :
3666   $as_echo_n "(cached) " >&6
3667 else
3668   ac_check_lib_save_LIBS=$LIBS
3669 LIBS="-lGLU  $LIBS"
3670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3671 /* end confdefs.h.  */
3672
3673
3674 int
3675 main ()
3676 {
3677 return main ();
3678   ;
3679   return 0;
3680 }
3681 _ACEOF
3682 if ac_fn_c_try_link "$LINENO"; then :
3683   ac_cv_lib_GLU_main=yes
3684 else
3685   ac_cv_lib_GLU_main=no
3686 fi
3687 rm -f core conftest.err conftest.$ac_objext \
3688     conftest$ac_exeext conftest.$ac_ext
3689 LIBS=$ac_check_lib_save_LIBS
3690 fi
3691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_main" >&5
3692 $as_echo "$ac_cv_lib_GLU_main" >&6; }
3693 if test "x$ac_cv_lib_GLU_main" = xyes; then :
3694   LIBS="$LIBS -lGLU"
3695 else
3696   as_fn_error $? "*** GLU library not found!" "$LINENO" 5
3697
3698 fi
3699
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lftgl" >&5
3701 $as_echo_n "checking for main in -lftgl... " >&6; }
3702 if ${ac_cv_lib_ftgl_main+:} false; then :
3703   $as_echo_n "(cached) " >&6
3704 else
3705   ac_check_lib_save_LIBS=$LIBS
3706 LIBS="-lftgl  $LIBS"
3707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3708 /* end confdefs.h.  */
3709
3710
3711 int
3712 main ()
3713 {
3714 return main ();
3715   ;
3716   return 0;
3717 }
3718 _ACEOF
3719 if ac_fn_c_try_link "$LINENO"; then :
3720   ac_cv_lib_ftgl_main=yes
3721 else
3722   ac_cv_lib_ftgl_main=no
3723 fi
3724 rm -f core conftest.err conftest.$ac_objext \
3725     conftest$ac_exeext conftest.$ac_ext
3726 LIBS=$ac_check_lib_save_LIBS
3727 fi
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ftgl_main" >&5
3729 $as_echo "$ac_cv_lib_ftgl_main" >&6; }
3730 if test "x$ac_cv_lib_ftgl_main" = xyes; then :
3731   LIBS="$LIBS -lftgl"
3732 else
3733   as_fn_error $? "*** FTGL library not found!" "$LINENO" 5
3734
3735 fi
3736
3737
3738 ac_config_headers="$ac_config_headers config.h"
3739
3740 ac_config_files="$ac_config_files Makefile src/Makefile"
3741
3742 cat >confcache <<\_ACEOF
3743 # This file is a shell script that caches the results of configure
3744 # tests run on this system so they can be shared between configure
3745 # scripts and configure runs, see configure's option --config-cache.
3746 # It is not useful on other systems.  If it contains results you don't
3747 # want to keep, you may remove or edit it.
3748 #
3749 # config.status only pays attention to the cache file if you give it
3750 # the --recheck option to rerun configure.
3751 #
3752 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3753 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3754 # following values.
3755
3756 _ACEOF
3757
3758 # The following way of writing the cache mishandles newlines in values,
3759 # but we know of no workaround that is simple, portable, and efficient.
3760 # So, we kill variables containing newlines.
3761 # Ultrix sh set writes to stderr and can't be redirected directly,
3762 # and sets the high bit in the cache file unless we assign to the vars.
3763 (
3764   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3765     eval ac_val=\$$ac_var
3766     case $ac_val in #(
3767     *${as_nl}*)
3768       case $ac_var in #(
3769       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3770 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3771       esac
3772       case $ac_var in #(
3773       _ | IFS | as_nl) ;; #(
3774       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3775       *) { eval $ac_var=; unset $ac_var;} ;;
3776       esac ;;
3777     esac
3778   done
3779
3780   (set) 2>&1 |
3781     case $as_nl`(ac_space=' '; set) 2>&1` in #(
3782     *${as_nl}ac_space=\ *)
3783       # `set' does not quote correctly, so add quotes: double-quote
3784       # substitution turns \\\\ into \\, and sed turns \\ into \.
3785       sed -n \
3786         "s/'/'\\\\''/g;
3787           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3788       ;; #(
3789     *)
3790       # `set' quotes correctly as required by POSIX, so do not add quotes.
3791       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3792       ;;
3793     esac |
3794     sort
3795 ) |
3796   sed '
3797      /^ac_cv_env_/b end
3798      t clear
3799      :clear
3800      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3801      t end
3802      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3803      :end' >>confcache
3804 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3805   if test -w "$cache_file"; then
3806     if test "x$cache_file" != "x/dev/null"; then
3807       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3808 $as_echo "$as_me: updating cache $cache_file" >&6;}
3809       if test ! -f "$cache_file" || test -h "$cache_file"; then
3810         cat confcache >"$cache_file"
3811       else
3812         case $cache_file in #(
3813         */* | ?:*)
3814           mv -f confcache "$cache_file"$$ &&
3815           mv -f "$cache_file"$$ "$cache_file" ;; #(
3816         *)
3817           mv -f confcache "$cache_file" ;;
3818         esac
3819       fi
3820     fi
3821   else
3822     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3823 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3824   fi
3825 fi
3826 rm -f confcache
3827
3828 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3829 # Let make expand exec_prefix.
3830 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3831
3832 DEFS=-DHAVE_CONFIG_H
3833
3834 ac_libobjs=
3835 ac_ltlibobjs=
3836 U=
3837 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3838   # 1. Remove the extension, and $U if already installed.
3839   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3840   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3841   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3842   #    will be set to the directory where LIBOBJS objects are built.
3843   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3844   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3845 done
3846 LIBOBJS=$ac_libobjs
3847
3848 LTLIBOBJS=$ac_ltlibobjs
3849
3850
3851  if test -n "$EXEEXT"; then
3852   am__EXEEXT_TRUE=
3853   am__EXEEXT_FALSE='#'
3854 else
3855   am__EXEEXT_TRUE='#'
3856   am__EXEEXT_FALSE=
3857 fi
3858
3859 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
3860   as_fn_error $? "conditional \"AMDEP\" was never defined.
3861 Usually this means the macro was only invoked conditionally." "$LINENO" 5
3862 fi
3863 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
3864   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
3865 Usually this means the macro was only invoked conditionally." "$LINENO" 5
3866 fi
3867
3868 : "${CONFIG_STATUS=./config.status}"
3869 ac_write_fail=0
3870 ac_clean_files_save=$ac_clean_files
3871 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3872 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3873 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3874 as_write_fail=0
3875 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3876 #! $SHELL
3877 # Generated by $as_me.
3878 # Run this file to recreate the current configuration.
3879 # Compiler output produced by configure, useful for debugging
3880 # configure, is in config.log if it exists.
3881
3882 debug=false
3883 ac_cs_recheck=false
3884 ac_cs_silent=false
3885
3886 SHELL=\${CONFIG_SHELL-$SHELL}
3887 export SHELL
3888 _ASEOF
3889 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3890 ## -------------------- ##
3891 ## M4sh Initialization. ##
3892 ## -------------------- ##
3893
3894 # Be more Bourne compatible
3895 DUALCASE=1; export DUALCASE # for MKS sh
3896 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3897   emulate sh
3898   NULLCMD=:
3899   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3900   # is contrary to our usage.  Disable this feature.
3901   alias -g '${1+"$@"}'='"$@"'
3902   setopt NO_GLOB_SUBST
3903 else
3904   case `(set -o) 2>/dev/null` in #(
3905   *posix*) :
3906     set -o posix ;; #(
3907   *) :
3908      ;;
3909 esac
3910 fi
3911
3912
3913 as_nl='
3914 '
3915 export as_nl
3916 # Printing a long string crashes Solaris 7 /usr/bin/printf.
3917 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3918 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3919 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3920 # Prefer a ksh shell builtin over an external printf program on Solaris,
3921 # but without wasting forks for bash or zsh.
3922 if test -z "$BASH_VERSION$ZSH_VERSION" \
3923     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3924   as_echo='print -r --'
3925   as_echo_n='print -rn --'
3926 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3927   as_echo='printf %s\n'
3928   as_echo_n='printf %s'
3929 else
3930   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3931     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3932     as_echo_n='/usr/ucb/echo -n'
3933   else
3934     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3935     as_echo_n_body='eval
3936       arg=$1;
3937       case $arg in #(
3938       *"$as_nl"*)
3939         expr "X$arg" : "X\\(.*\\)$as_nl";
3940         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3941       esac;
3942       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3943     '
3944     export as_echo_n_body
3945     as_echo_n='sh -c $as_echo_n_body as_echo'
3946   fi
3947   export as_echo_body
3948   as_echo='sh -c $as_echo_body as_echo'
3949 fi
3950
3951 # The user is always right.
3952 if test "${PATH_SEPARATOR+set}" != set; then
3953   PATH_SEPARATOR=:
3954   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3955     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3956       PATH_SEPARATOR=';'
3957   }
3958 fi
3959
3960
3961 # IFS
3962 # We need space, tab and new line, in precisely that order.  Quoting is
3963 # there to prevent editors from complaining about space-tab.
3964 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
3965 # splitting by setting IFS to empty value.)
3966 IFS=" ""        $as_nl"
3967
3968 # Find who we are.  Look in the path if we contain no directory separator.
3969 as_myself=
3970 case $0 in #((
3971   *[\\/]* ) as_myself=$0 ;;
3972   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3973 for as_dir in $PATH
3974 do
3975   IFS=$as_save_IFS
3976   test -z "$as_dir" && as_dir=.
3977     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3978   done
3979 IFS=$as_save_IFS
3980
3981      ;;
3982 esac
3983 # We did not find ourselves, most probably we were run as `sh COMMAND'
3984 # in which case we are not to be found in the path.
3985 if test "x$as_myself" = x; then
3986   as_myself=$0
3987 fi
3988 if test ! -f "$as_myself"; then
3989   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3990   exit 1
3991 fi
3992
3993 # Unset variables that we do not need and which cause bugs (e.g. in
3994 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
3995 # suppresses any "Segmentation fault" message there.  '((' could
3996 # trigger a bug in pdksh 5.2.14.
3997 for as_var in BASH_ENV ENV MAIL MAILPATH
3998 do eval test x\${$as_var+set} = xset \
3999   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
4000 done
4001 PS1='$ '
4002 PS2='> '
4003 PS4='+ '
4004
4005 # NLS nuisances.
4006 LC_ALL=C
4007 export LC_ALL
4008 LANGUAGE=C
4009 export LANGUAGE
4010
4011 # CDPATH.
4012 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4013
4014
4015 # as_fn_error STATUS ERROR [LINENO LOG_FD]
4016 # ----------------------------------------
4017 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4018 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4019 # script with STATUS, using 1 if that was 0.
4020 as_fn_error ()
4021 {
4022   as_status=$1; test $as_status -eq 0 && as_status=1
4023   if test "$4"; then
4024     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4025     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4026   fi
4027   $as_echo "$as_me: error: $2" >&2
4028   as_fn_exit $as_status
4029 } # as_fn_error
4030
4031
4032 # as_fn_set_status STATUS
4033 # -----------------------
4034 # Set $? to STATUS, without forking.
4035 as_fn_set_status ()
4036 {
4037   return $1
4038 } # as_fn_set_status
4039
4040 # as_fn_exit STATUS
4041 # -----------------
4042 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4043 as_fn_exit ()
4044 {
4045   set +e
4046   as_fn_set_status $1
4047   exit $1
4048 } # as_fn_exit
4049
4050 # as_fn_unset VAR
4051 # ---------------
4052 # Portably unset VAR.
4053 as_fn_unset ()
4054 {
4055   { eval $1=; unset $1;}
4056 }
4057 as_unset=as_fn_unset
4058 # as_fn_append VAR VALUE
4059 # ----------------------
4060 # Append the text in VALUE to the end of the definition contained in VAR. Take
4061 # advantage of any shell optimizations that allow amortized linear growth over
4062 # repeated appends, instead of the typical quadratic growth present in naive
4063 # implementations.
4064 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
4065   eval 'as_fn_append ()
4066   {
4067     eval $1+=\$2
4068   }'
4069 else
4070   as_fn_append ()
4071   {
4072     eval $1=\$$1\$2
4073   }
4074 fi # as_fn_append
4075
4076 # as_fn_arith ARG...
4077 # ------------------
4078 # Perform arithmetic evaluation on the ARGs, and store the result in the
4079 # global $as_val. Take advantage of shells that can avoid forks. The arguments
4080 # must be portable across $(()) and expr.
4081 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
4082   eval 'as_fn_arith ()
4083   {
4084     as_val=$(( $* ))
4085   }'
4086 else
4087   as_fn_arith ()
4088   {
4089     as_val=`expr "$@" || test $? -eq 1`
4090   }
4091 fi # as_fn_arith
4092
4093
4094 if expr a : '\(a\)' >/dev/null 2>&1 &&
4095    test "X`expr 00001 : '.*\(...\)'`" = X001; then
4096   as_expr=expr
4097 else
4098   as_expr=false
4099 fi
4100
4101 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4102   as_basename=basename
4103 else
4104   as_basename=false
4105 fi
4106
4107 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4108   as_dirname=dirname
4109 else
4110   as_dirname=false
4111 fi
4112
4113 as_me=`$as_basename -- "$0" ||
4114 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4115          X"$0" : 'X\(//\)$' \| \
4116          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4117 $as_echo X/"$0" |
4118     sed '/^.*\/\([^/][^/]*\)\/*$/{
4119             s//\1/
4120             q
4121           }
4122           /^X\/\(\/\/\)$/{
4123             s//\1/
4124             q
4125           }
4126           /^X\/\(\/\).*/{
4127             s//\1/
4128             q
4129           }
4130           s/.*/./; q'`
4131
4132 # Avoid depending upon Character Ranges.
4133 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4134 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4135 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4136 as_cr_digits='0123456789'
4137 as_cr_alnum=$as_cr_Letters$as_cr_digits
4138
4139 ECHO_C= ECHO_N= ECHO_T=
4140 case `echo -n x` in #(((((
4141 -n*)
4142   case `echo 'xy\c'` in
4143   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
4144   xy)  ECHO_C='\c';;
4145   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
4146        ECHO_T=' ';;
4147   esac;;
4148 *)
4149   ECHO_N='-n';;
4150 esac
4151
4152 rm -f conf$$ conf$$.exe conf$$.file
4153 if test -d conf$$.dir; then
4154   rm -f conf$$.dir/conf$$.file
4155 else
4156   rm -f conf$$.dir
4157   mkdir conf$$.dir 2>/dev/null
4158 fi
4159 if (echo >conf$$.file) 2>/dev/null; then
4160   if ln -s conf$$.file conf$$ 2>/dev/null; then
4161     as_ln_s='ln -s'
4162     # ... but there are two gotchas:
4163     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4164     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4165     # In both cases, we have to default to `cp -p'.
4166     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4167       as_ln_s='cp -p'
4168   elif ln conf$$.file conf$$ 2>/dev/null; then
4169     as_ln_s=ln
4170   else
4171     as_ln_s='cp -p'
4172   fi
4173 else
4174   as_ln_s='cp -p'
4175 fi
4176 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4177 rmdir conf$$.dir 2>/dev/null
4178
4179
4180 # as_fn_mkdir_p
4181 # -------------
4182 # Create "$as_dir" as a directory, including parents if necessary.
4183 as_fn_mkdir_p ()
4184 {
4185
4186   case $as_dir in #(
4187   -*) as_dir=./$as_dir;;
4188   esac
4189   test -d "$as_dir" || eval $as_mkdir_p || {
4190     as_dirs=
4191     while :; do
4192       case $as_dir in #(
4193       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4194       *) as_qdir=$as_dir;;
4195       esac
4196       as_dirs="'$as_qdir' $as_dirs"
4197       as_dir=`$as_dirname -- "$as_dir" ||
4198 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4199          X"$as_dir" : 'X\(//\)[^/]' \| \
4200          X"$as_dir" : 'X\(//\)$' \| \
4201          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4202 $as_echo X"$as_dir" |
4203     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4204             s//\1/
4205             q
4206           }
4207           /^X\(\/\/\)[^/].*/{
4208             s//\1/
4209             q
4210           }
4211           /^X\(\/\/\)$/{
4212             s//\1/
4213             q
4214           }
4215           /^X\(\/\).*/{
4216             s//\1/
4217             q
4218           }
4219           s/.*/./; q'`
4220       test -d "$as_dir" && break
4221     done
4222     test -z "$as_dirs" || eval "mkdir $as_dirs"
4223   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
4224
4225
4226 } # as_fn_mkdir_p
4227 if mkdir -p . 2>/dev/null; then
4228   as_mkdir_p='mkdir -p "$as_dir"'
4229 else
4230   test -d ./-p && rmdir ./-p
4231   as_mkdir_p=false
4232 fi
4233
4234 if test -x / >/dev/null 2>&1; then
4235   as_test_x='test -x'
4236 else
4237   if ls -dL / >/dev/null 2>&1; then
4238     as_ls_L_option=L
4239   else
4240     as_ls_L_option=
4241   fi
4242   as_test_x='
4243     eval sh -c '\''
4244       if test -d "$1"; then
4245         test -d "$1/.";
4246       else
4247         case $1 in #(
4248         -*)set "./$1";;
4249         esac;
4250         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
4251         ???[sx]*):;;*)false;;esac;fi
4252     '\'' sh
4253   '
4254 fi
4255 as_executable_p=$as_test_x
4256
4257 # Sed expression to map a string onto a valid CPP name.
4258 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4259
4260 # Sed expression to map a string onto a valid variable name.
4261 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4262
4263
4264 exec 6>&1
4265 ## ----------------------------------- ##
4266 ## Main body of $CONFIG_STATUS script. ##
4267 ## ----------------------------------- ##
4268 _ASEOF
4269 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
4270
4271 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4272 # Save the log message, to keep $0 and so on meaningful, and to
4273 # report actual input values of CONFIG_FILES etc. instead of their
4274 # values after options handling.
4275 ac_log="
4276 This file was extended by gacela $as_me 0.5, which was
4277 generated by GNU Autoconf 2.68.  Invocation command line was
4278
4279   CONFIG_FILES    = $CONFIG_FILES
4280   CONFIG_HEADERS  = $CONFIG_HEADERS
4281   CONFIG_LINKS    = $CONFIG_LINKS
4282   CONFIG_COMMANDS = $CONFIG_COMMANDS
4283   $ $0 $@
4284
4285 on `(hostname || uname -n) 2>/dev/null | sed 1q`
4286 "
4287
4288 _ACEOF
4289
4290 case $ac_config_files in *"
4291 "*) set x $ac_config_files; shift; ac_config_files=$*;;
4292 esac
4293
4294 case $ac_config_headers in *"
4295 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
4296 esac
4297
4298
4299 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4300 # Files that config.status was made for.
4301 config_files="$ac_config_files"
4302 config_headers="$ac_config_headers"
4303 config_commands="$ac_config_commands"
4304
4305 _ACEOF
4306
4307 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4308 ac_cs_usage="\
4309 \`$as_me' instantiates files and other configuration actions
4310 from templates according to the current configuration.  Unless the files
4311 and actions are specified as TAGs, all are instantiated by default.
4312
4313 Usage: $0 [OPTION]... [TAG]...
4314
4315   -h, --help       print this help, then exit
4316   -V, --version    print version number and configuration settings, then exit
4317       --config     print configuration, then exit
4318   -q, --quiet, --silent
4319                    do not print progress messages
4320   -d, --debug      don't remove temporary files
4321       --recheck    update $as_me by reconfiguring in the same conditions
4322       --file=FILE[:TEMPLATE]
4323                    instantiate the configuration file FILE
4324       --header=FILE[:TEMPLATE]
4325                    instantiate the configuration header FILE
4326
4327 Configuration files:
4328 $config_files
4329
4330 Configuration headers:
4331 $config_headers
4332
4333 Configuration commands:
4334 $config_commands
4335
4336 Report bugs to <jsf@jsancho.org>."
4337
4338 _ACEOF
4339 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4340 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4341 ac_cs_version="\\
4342 gacela config.status 0.5
4343 configured by $0, generated by GNU Autoconf 2.68,
4344   with options \\"\$ac_cs_config\\"
4345
4346 Copyright (C) 2010 Free Software Foundation, Inc.
4347 This config.status script is free software; the Free Software Foundation
4348 gives unlimited permission to copy, distribute and modify it."
4349
4350 ac_pwd='$ac_pwd'
4351 srcdir='$srcdir'
4352 INSTALL='$INSTALL'
4353 MKDIR_P='$MKDIR_P'
4354 AWK='$AWK'
4355 test -n "\$AWK" || AWK=awk
4356 _ACEOF
4357
4358 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4359 # The default lists apply if the user does not specify any file.
4360 ac_need_defaults=:
4361 while test $# != 0
4362 do
4363   case $1 in
4364   --*=?*)
4365     ac_option=`expr "X$1" : 'X\([^=]*\)='`
4366     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
4367     ac_shift=:
4368     ;;
4369   --*=)
4370     ac_option=`expr "X$1" : 'X\([^=]*\)='`
4371     ac_optarg=
4372     ac_shift=:
4373     ;;
4374   *)
4375     ac_option=$1
4376     ac_optarg=$2
4377     ac_shift=shift
4378     ;;
4379   esac
4380
4381   case $ac_option in
4382   # Handling of the options.
4383   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4384     ac_cs_recheck=: ;;
4385   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4386     $as_echo "$ac_cs_version"; exit ;;
4387   --config | --confi | --conf | --con | --co | --c )
4388     $as_echo "$ac_cs_config"; exit ;;
4389   --debug | --debu | --deb | --de | --d | -d )
4390     debug=: ;;
4391   --file | --fil | --fi | --f )
4392     $ac_shift
4393     case $ac_optarg in
4394     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4395     '') as_fn_error $? "missing file argument" ;;
4396     esac
4397     as_fn_append CONFIG_FILES " '$ac_optarg'"
4398     ac_need_defaults=false;;
4399   --header | --heade | --head | --hea )
4400     $ac_shift
4401     case $ac_optarg in
4402     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
4403     esac
4404     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
4405     ac_need_defaults=false;;
4406   --he | --h)
4407     # Conflict between --help and --header
4408     as_fn_error $? "ambiguous option: \`$1'
4409 Try \`$0 --help' for more information.";;
4410   --help | --hel | -h )
4411     $as_echo "$ac_cs_usage"; exit ;;
4412   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4413   | -silent | --silent | --silen | --sile | --sil | --si | --s)
4414     ac_cs_silent=: ;;
4415
4416   # This is an error.
4417   -*) as_fn_error $? "unrecognized option: \`$1'
4418 Try \`$0 --help' for more information." ;;
4419
4420   *) as_fn_append ac_config_targets " $1"
4421      ac_need_defaults=false ;;
4422
4423   esac
4424   shift
4425 done
4426
4427 ac_configure_extra_args=
4428
4429 if $ac_cs_silent; then
4430   exec 6>/dev/null
4431   ac_configure_extra_args="$ac_configure_extra_args --silent"
4432 fi
4433
4434 _ACEOF
4435 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4436 if \$ac_cs_recheck; then
4437   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4438   shift
4439   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
4440   CONFIG_SHELL='$SHELL'
4441   export CONFIG_SHELL
4442   exec "\$@"
4443 fi
4444
4445 _ACEOF
4446 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4447 exec 5>>config.log
4448 {
4449   echo
4450   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4451 ## Running $as_me. ##
4452 _ASBOX
4453   $as_echo "$ac_log"
4454 } >&5
4455
4456 _ACEOF
4457 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4458 #
4459 # INIT-COMMANDS
4460 #
4461 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
4462
4463 _ACEOF
4464
4465 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4466
4467 # Handling of arguments.
4468 for ac_config_target in $ac_config_targets
4469 do
4470   case $ac_config_target in
4471     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
4472     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
4473     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4474     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
4475
4476   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4477   esac
4478 done
4479
4480
4481 # If the user did not use the arguments to specify the items to instantiate,
4482 # then the envvar interface is used.  Set only those that are not.
4483 # We use the long form for the default assignment because of an extremely
4484 # bizarre bug on SunOS 4.1.3.
4485 if $ac_need_defaults; then
4486   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4487   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
4488   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
4489 fi
4490
4491 # Have a temporary directory for convenience.  Make it in the build tree
4492 # simply because there is no reason against having it here, and in addition,
4493 # creating and moving files from /tmp can sometimes cause problems.
4494 # Hook for its removal unless debugging.
4495 # Note that there is a small window in which the directory will not be cleaned:
4496 # after its creation but before its name has been assigned to `$tmp'.
4497 $debug ||
4498 {
4499   tmp= ac_tmp=
4500   trap 'exit_status=$?
4501   : "${ac_tmp:=$tmp}"
4502   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4503 ' 0
4504   trap 'as_fn_exit 1' 1 2 13 15
4505 }
4506 # Create a (secure) tmp directory for tmp files.
4507
4508 {
4509   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4510   test -d "$tmp"
4511 }  ||
4512 {
4513   tmp=./conf$$-$RANDOM
4514   (umask 077 && mkdir "$tmp")
4515 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
4516 ac_tmp=$tmp
4517
4518 # Set up the scripts for CONFIG_FILES section.
4519 # No need to generate them if there are no CONFIG_FILES.
4520 # This happens for instance with `./config.status config.h'.
4521 if test -n "$CONFIG_FILES"; then
4522
4523
4524 ac_cr=`echo X | tr X '\015'`
4525 # On cygwin, bash can eat \r inside `` if the user requested igncr.
4526 # But we know of no other shell where ac_cr would be empty at this
4527 # point, so we can use a bashism as a fallback.
4528 if test "x$ac_cr" = x; then
4529   eval ac_cr=\$\'\\r\'
4530 fi
4531 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4532 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4533   ac_cs_awk_cr='\\r'
4534 else
4535   ac_cs_awk_cr=$ac_cr
4536 fi
4537
4538 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4539 _ACEOF
4540
4541
4542 {
4543   echo "cat >conf$$subs.awk <<_ACEOF" &&
4544   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4545   echo "_ACEOF"
4546 } >conf$$subs.sh ||
4547   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4548 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4549 ac_delim='%!_!# '
4550 for ac_last_try in false false false false false :; do
4551   . ./conf$$subs.sh ||
4552     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4553
4554   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4555   if test $ac_delim_n = $ac_delim_num; then
4556     break
4557   elif $ac_last_try; then
4558     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4559   else
4560     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4561   fi
4562 done
4563 rm -f conf$$subs.sh
4564
4565 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4566 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
4567 _ACEOF
4568 sed -n '
4569 h
4570 s/^/S["/; s/!.*/"]=/
4571 p
4572 g
4573 s/^[^!]*!//
4574 :repl
4575 t repl
4576 s/'"$ac_delim"'$//
4577 t delim
4578 :nl
4579 h
4580 s/\(.\{148\}\)..*/\1/
4581 t more1
4582 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4583 p
4584 n
4585 b repl
4586 :more1
4587 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4588 p
4589 g
4590 s/.\{148\}//
4591 t nl
4592 :delim
4593 h
4594 s/\(.\{148\}\)..*/\1/
4595 t more2
4596 s/["\\]/\\&/g; s/^/"/; s/$/"/
4597 p
4598 b
4599 :more2
4600 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4601 p
4602 g
4603 s/.\{148\}//
4604 t delim
4605 ' <conf$$subs.awk | sed '
4606 /^[^""]/{
4607   N
4608   s/\n//
4609 }
4610 ' >>$CONFIG_STATUS || ac_write_fail=1
4611 rm -f conf$$subs.awk
4612 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4613 _ACAWK
4614 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
4615   for (key in S) S_is_set[key] = 1
4616   FS = "\a"
4617
4618 }
4619 {
4620   line = $ 0
4621   nfields = split(line, field, "@")
4622   substed = 0
4623   len = length(field[1])
4624   for (i = 2; i < nfields; i++) {
4625     key = field[i]
4626     keylen = length(key)
4627     if (S_is_set[key]) {
4628       value = S[key]
4629       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4630       len += length(value) + length(field[++i])
4631       substed = 1
4632     } else
4633       len += 1 + keylen
4634   }
4635
4636   print line
4637 }
4638
4639 _ACAWK
4640 _ACEOF
4641 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4642 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4643   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4644 else
4645   cat
4646 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4647   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
4648 _ACEOF
4649
4650 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
4651 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
4652 # trailing colons and then remove the whole line if VPATH becomes empty
4653 # (actually we leave an empty line to preserve line numbers).
4654 if test "x$srcdir" = x.; then
4655   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
4656 h
4657 s///
4658 s/^/:/
4659 s/[      ]*$/:/
4660 s/:\$(srcdir):/:/g
4661 s/:\${srcdir}:/:/g
4662 s/:@srcdir@:/:/g
4663 s/^:*//
4664 s/:*$//
4665 x
4666 s/\(=[   ]*\).*/\1/
4667 G
4668 s/\n//
4669 s/^[^=]*=[       ]*$//
4670 }'
4671 fi
4672
4673 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4674 fi # test -n "$CONFIG_FILES"
4675
4676 # Set up the scripts for CONFIG_HEADERS section.
4677 # No need to generate them if there are no CONFIG_HEADERS.
4678 # This happens for instance with `./config.status Makefile'.
4679 if test -n "$CONFIG_HEADERS"; then
4680 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
4681 BEGIN {
4682 _ACEOF
4683
4684 # Transform confdefs.h into an awk script `defines.awk', embedded as
4685 # here-document in config.status, that substitutes the proper values into
4686 # config.h.in to produce config.h.
4687
4688 # Create a delimiter string that does not exist in confdefs.h, to ease
4689 # handling of long lines.
4690 ac_delim='%!_!# '
4691 for ac_last_try in false false :; do
4692   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
4693   if test -z "$ac_tt"; then
4694     break
4695   elif $ac_last_try; then
4696     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
4697   else
4698     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4699   fi
4700 done
4701
4702 # For the awk script, D is an array of macro values keyed by name,
4703 # likewise P contains macro parameters if any.  Preserve backslash
4704 # newline sequences.
4705
4706 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
4707 sed -n '
4708 s/.\{148\}/&'"$ac_delim"'/g
4709 t rset
4710 :rset
4711 s/^[     ]*#[    ]*define[       ][      ]*/ /
4712 t def
4713 d
4714 :def
4715 s/\\$//
4716 t bsnl
4717 s/["\\]/\\&/g
4718 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
4719 D["\1"]=" \3"/p
4720 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
4721 d
4722 :bsnl
4723 s/["\\]/\\&/g
4724 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
4725 D["\1"]=" \3\\\\\\n"\\/p
4726 t cont
4727 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
4728 t cont
4729 d
4730 :cont
4731 n
4732 s/.\{148\}/&'"$ac_delim"'/g
4733 t clear
4734 :clear
4735 s/\\$//
4736 t bsnlc
4737 s/["\\]/\\&/g; s/^/"/; s/$/"/p
4738 d
4739 :bsnlc
4740 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
4741 b cont
4742 ' <confdefs.h | sed '
4743 s/'"$ac_delim"'/"\\\
4744 "/g' >>$CONFIG_STATUS || ac_write_fail=1
4745
4746 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4747   for (key in D) D_is_set[key] = 1
4748   FS = "\a"
4749 }
4750 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
4751   line = \$ 0
4752   split(line, arg, " ")
4753   if (arg[1] == "#") {
4754     defundef = arg[2]
4755     mac1 = arg[3]
4756   } else {
4757     defundef = substr(arg[1], 2)
4758     mac1 = arg[2]
4759   }
4760   split(mac1, mac2, "(") #)
4761   macro = mac2[1]
4762   prefix = substr(line, 1, index(line, defundef) - 1)
4763   if (D_is_set[macro]) {
4764     # Preserve the white space surrounding the "#".
4765     print prefix "define", macro P[macro] D[macro]
4766     next
4767   } else {
4768     # Replace #undef with comments.  This is necessary, for example,
4769     # in the case of _POSIX_SOURCE, which is predefined and required
4770     # on some systems where configure will not decide to define it.
4771     if (defundef == "undef") {
4772       print "/*", prefix defundef, macro, "*/"
4773       next
4774     }
4775   }
4776 }
4777 { print }
4778 _ACAWK
4779 _ACEOF
4780 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4781   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
4782 fi # test -n "$CONFIG_HEADERS"
4783
4784
4785 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
4786 shift
4787 for ac_tag
4788 do
4789   case $ac_tag in
4790   :[FHLC]) ac_mode=$ac_tag; continue;;
4791   esac
4792   case $ac_mode$ac_tag in
4793   :[FHL]*:*);;
4794   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
4795   :[FH]-) ac_tag=-:-;;
4796   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4797   esac
4798   ac_save_IFS=$IFS
4799   IFS=:
4800   set x $ac_tag
4801   IFS=$ac_save_IFS
4802   shift
4803   ac_file=$1
4804   shift
4805
4806   case $ac_mode in
4807   :L) ac_source=$1;;
4808   :[FH])
4809     ac_file_inputs=
4810     for ac_f
4811     do
4812       case $ac_f in
4813       -) ac_f="$ac_tmp/stdin";;
4814       *) # Look for the file first in the build tree, then in the source tree
4815          # (if the path is not absolute).  The absolute path cannot be DOS-style,
4816          # because $ac_f cannot contain `:'.
4817          test -f "$ac_f" ||
4818            case $ac_f in
4819            [\\/$]*) false;;
4820            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4821            esac ||
4822            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4823       esac
4824       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4825       as_fn_append ac_file_inputs " '$ac_f'"
4826     done
4827
4828     # Let's still pretend it is `configure' which instantiates (i.e., don't
4829     # use $as_me), people would be surprised to read:
4830     #    /* config.h.  Generated by config.status.  */
4831     configure_input='Generated from '`
4832           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4833         `' by configure.'
4834     if test x"$ac_file" != x-; then
4835       configure_input="$ac_file.  $configure_input"
4836       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4837 $as_echo "$as_me: creating $ac_file" >&6;}
4838     fi
4839     # Neutralize special characters interpreted by sed in replacement strings.
4840     case $configure_input in #(
4841     *\&* | *\|* | *\\* )
4842        ac_sed_conf_input=`$as_echo "$configure_input" |
4843        sed 's/[\\\\&|]/\\\\&/g'`;; #(
4844     *) ac_sed_conf_input=$configure_input;;
4845     esac
4846
4847     case $ac_tag in
4848     *:-:* | *:-) cat >"$ac_tmp/stdin" \
4849       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
4850     esac
4851     ;;
4852   esac
4853
4854   ac_dir=`$as_dirname -- "$ac_file" ||
4855 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4856          X"$ac_file" : 'X\(//\)[^/]' \| \
4857          X"$ac_file" : 'X\(//\)$' \| \
4858          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4859 $as_echo X"$ac_file" |
4860     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4861             s//\1/
4862             q
4863           }
4864           /^X\(\/\/\)[^/].*/{
4865             s//\1/
4866             q
4867           }
4868           /^X\(\/\/\)$/{
4869             s//\1/
4870             q
4871           }
4872           /^X\(\/\).*/{
4873             s//\1/
4874             q
4875           }
4876           s/.*/./; q'`
4877   as_dir="$ac_dir"; as_fn_mkdir_p
4878   ac_builddir=.
4879
4880 case "$ac_dir" in
4881 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4882 *)
4883   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4884   # A ".." for each directory in $ac_dir_suffix.
4885   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4886   case $ac_top_builddir_sub in
4887   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4888   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4889   esac ;;
4890 esac
4891 ac_abs_top_builddir=$ac_pwd
4892 ac_abs_builddir=$ac_pwd$ac_dir_suffix
4893 # for backward compatibility:
4894 ac_top_builddir=$ac_top_build_prefix
4895
4896 case $srcdir in
4897   .)  # We are building in place.
4898     ac_srcdir=.
4899     ac_top_srcdir=$ac_top_builddir_sub
4900     ac_abs_top_srcdir=$ac_pwd ;;
4901   [\\/]* | ?:[\\/]* )  # Absolute name.
4902     ac_srcdir=$srcdir$ac_dir_suffix;
4903     ac_top_srcdir=$srcdir
4904     ac_abs_top_srcdir=$srcdir ;;
4905   *) # Relative name.
4906     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4907     ac_top_srcdir=$ac_top_build_prefix$srcdir
4908     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4909 esac
4910 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4911
4912
4913   case $ac_mode in
4914   :F)
4915   #
4916   # CONFIG_FILE
4917   #
4918
4919   case $INSTALL in
4920   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4921   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4922   esac
4923   ac_MKDIR_P=$MKDIR_P
4924   case $MKDIR_P in
4925   [\\/$]* | ?:[\\/]* ) ;;
4926   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4927   esac
4928 _ACEOF
4929
4930 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4931 # If the template does not know about datarootdir, expand it.
4932 # FIXME: This hack should be removed a few years after 2.60.
4933 ac_datarootdir_hack=; ac_datarootdir_seen=
4934 ac_sed_dataroot='
4935 /datarootdir/ {
4936   p
4937   q
4938 }
4939 /@datadir@/p
4940 /@docdir@/p
4941 /@infodir@/p
4942 /@localedir@/p
4943 /@mandir@/p'
4944 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4945 *datarootdir*) ac_datarootdir_seen=yes;;
4946 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4947   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4948 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4949 _ACEOF
4950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4951   ac_datarootdir_hack='
4952   s&@datadir@&$datadir&g
4953   s&@docdir@&$docdir&g
4954   s&@infodir@&$infodir&g
4955   s&@localedir@&$localedir&g
4956   s&@mandir@&$mandir&g
4957   s&\\\${datarootdir}&$datarootdir&g' ;;
4958 esac
4959 _ACEOF
4960
4961 # Neutralize VPATH when `$srcdir' = `.'.
4962 # Shell code in configure.ac might set extrasub.
4963 # FIXME: do we really want to maintain this feature?
4964 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4965 ac_sed_extra="$ac_vpsub
4966 $extrasub
4967 _ACEOF
4968 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4969 :t
4970 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4971 s|@configure_input@|$ac_sed_conf_input|;t t
4972 s&@top_builddir@&$ac_top_builddir_sub&;t t
4973 s&@top_build_prefix@&$ac_top_build_prefix&;t t
4974 s&@srcdir@&$ac_srcdir&;t t
4975 s&@abs_srcdir@&$ac_abs_srcdir&;t t
4976 s&@top_srcdir@&$ac_top_srcdir&;t t
4977 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4978 s&@builddir@&$ac_builddir&;t t
4979 s&@abs_builddir@&$ac_abs_builddir&;t t
4980 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4981 s&@INSTALL@&$ac_INSTALL&;t t
4982 s&@MKDIR_P@&$ac_MKDIR_P&;t t
4983 $ac_datarootdir_hack
4984 "
4985 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
4986   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4987
4988 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4989   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
4990   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
4991       "$ac_tmp/out"`; test -z "$ac_out"; } &&
4992   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4993 which seems to be undefined.  Please make sure it is defined" >&5
4994 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4995 which seems to be undefined.  Please make sure it is defined" >&2;}
4996
4997   rm -f "$ac_tmp/stdin"
4998   case $ac_file in
4999   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5000   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5001   esac \
5002   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5003  ;;
5004   :H)
5005   #
5006   # CONFIG_HEADER
5007   #
5008   if test x"$ac_file" != x-; then
5009     {
5010       $as_echo "/* $configure_input  */" \
5011       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
5012     } >"$ac_tmp/config.h" \
5013       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5014     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
5015       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
5016 $as_echo "$as_me: $ac_file is unchanged" >&6;}
5017     else
5018       rm -f "$ac_file"
5019       mv "$ac_tmp/config.h" "$ac_file" \
5020         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5021     fi
5022   else
5023     $as_echo "/* $configure_input  */" \
5024       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
5025       || as_fn_error $? "could not create -" "$LINENO" 5
5026   fi
5027 # Compute "$ac_file"'s index in $config_headers.
5028 _am_arg="$ac_file"
5029 _am_stamp_count=1
5030 for _am_header in $config_headers :; do
5031   case $_am_header in
5032     $_am_arg | $_am_arg:* )
5033       break ;;
5034     * )
5035       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
5036   esac
5037 done
5038 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
5039 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5040          X"$_am_arg" : 'X\(//\)[^/]' \| \
5041          X"$_am_arg" : 'X\(//\)$' \| \
5042          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
5043 $as_echo X"$_am_arg" |
5044     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5045             s//\1/
5046             q
5047           }
5048           /^X\(\/\/\)[^/].*/{
5049             s//\1/
5050             q
5051           }
5052           /^X\(\/\/\)$/{
5053             s//\1/
5054             q
5055           }
5056           /^X\(\/\).*/{
5057             s//\1/
5058             q
5059           }
5060           s/.*/./; q'`/stamp-h$_am_stamp_count
5061  ;;
5062
5063   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
5064 $as_echo "$as_me: executing $ac_file commands" >&6;}
5065  ;;
5066   esac
5067
5068
5069   case $ac_file$ac_mode in
5070     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
5071   # Autoconf 2.62 quotes --file arguments for eval, but not when files
5072   # are listed without --file.  Let's play safe and only enable the eval
5073   # if we detect the quoting.
5074   case $CONFIG_FILES in
5075   *\'*) eval set x "$CONFIG_FILES" ;;
5076   *)   set x $CONFIG_FILES ;;
5077   esac
5078   shift
5079   for mf
5080   do
5081     # Strip MF so we end up with the name of the file.
5082     mf=`echo "$mf" | sed -e 's/:.*$//'`
5083     # Check whether this is an Automake generated Makefile or not.
5084     # We used to match only the files named `Makefile.in', but
5085     # some people rename them; so instead we look at the file content.
5086     # Grep'ing the first line is not enough: some people post-process
5087     # each Makefile.in and add a new line on top of each file to say so.
5088     # Grep'ing the whole file is not good either: AIX grep has a line
5089     # limit of 2048, but all sed's we know have understand at least 4000.
5090     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
5091       dirpart=`$as_dirname -- "$mf" ||
5092 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5093          X"$mf" : 'X\(//\)[^/]' \| \
5094          X"$mf" : 'X\(//\)$' \| \
5095          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
5096 $as_echo X"$mf" |
5097     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5098             s//\1/
5099             q
5100           }
5101           /^X\(\/\/\)[^/].*/{
5102             s//\1/
5103             q
5104           }
5105           /^X\(\/\/\)$/{
5106             s//\1/
5107             q
5108           }
5109           /^X\(\/\).*/{
5110             s//\1/
5111             q
5112           }
5113           s/.*/./; q'`
5114     else
5115       continue
5116     fi
5117     # Extract the definition of DEPDIR, am__include, and am__quote
5118     # from the Makefile without running `make'.
5119     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
5120     test -z "$DEPDIR" && continue
5121     am__include=`sed -n 's/^am__include = //p' < "$mf"`
5122     test -z "am__include" && continue
5123     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
5124     # When using ansi2knr, U may be empty or an underscore; expand it
5125     U=`sed -n 's/^U = //p' < "$mf"`
5126     # Find all dependency output files, they are included files with
5127     # $(DEPDIR) in their names.  We invoke sed twice because it is the
5128     # simplest approach to changing $(DEPDIR) to its actual value in the
5129     # expansion.
5130     for file in `sed -n "
5131       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5132          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
5133       # Make sure the directory exists.
5134       test -f "$dirpart/$file" && continue
5135       fdir=`$as_dirname -- "$file" ||
5136 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5137          X"$file" : 'X\(//\)[^/]' \| \
5138          X"$file" : 'X\(//\)$' \| \
5139          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
5140 $as_echo X"$file" |
5141     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5142             s//\1/
5143             q
5144           }
5145           /^X\(\/\/\)[^/].*/{
5146             s//\1/
5147             q
5148           }
5149           /^X\(\/\/\)$/{
5150             s//\1/
5151             q
5152           }
5153           /^X\(\/\).*/{
5154             s//\1/
5155             q
5156           }
5157           s/.*/./; q'`
5158       as_dir=$dirpart/$fdir; as_fn_mkdir_p
5159       # echo "creating $dirpart/$file"
5160       echo '# dummy' > "$dirpart/$file"
5161     done
5162   done
5163 }
5164  ;;
5165
5166   esac
5167 done # for ac_tag
5168
5169
5170 as_fn_exit 0
5171 _ACEOF
5172 ac_clean_files=$ac_clean_files_save
5173
5174 test $ac_write_fail = 0 ||
5175   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5176
5177
5178 # configure is writing to config.log, and then calls config.status.
5179 # config.status does its own redirection, appending to config.log.
5180 # Unfortunately, on DOS this fails, as config.log is still kept open
5181 # by configure, so config.status won't be able to write to it; its
5182 # output is simply discarded.  So we exec the FD to /dev/null,
5183 # effectively closing config.log, so it can be properly (re)opened and
5184 # appended to by config.status.  When coming back to configure, we
5185 # need to make the FD available again.
5186 if test "$no_create" != yes; then
5187   ac_cs_success=:
5188   ac_config_status_args=
5189   test "$silent" = yes &&
5190     ac_config_status_args="$ac_config_status_args --quiet"
5191   exec 5>/dev/null
5192   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5193   exec 5>>config.log
5194   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5195   # would make configure fail if this is the last instruction.
5196   $ac_cs_success || as_fn_exit 1
5197 fi
5198 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5199   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5200 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5201 fi
5202
5203