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