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