configure revision 48af84fa
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.68 for font-util 1.2.0.
4#
5# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
6#
7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10# Foundation, Inc.
11#
12#
13# This configure script is free software; the Free Software Foundation
14# gives unlimited permission to copy, distribute and modify it.
15## -------------------- ##
16## M4sh Initialization. ##
17## -------------------- ##
18
19# Be more Bourne compatible
20DUALCASE=1; export DUALCASE # for MKS sh
21if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22  emulate sh
23  NULLCMD=:
24  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25  # is contrary to our usage.  Disable this feature.
26  alias -g '${1+"$@"}'='"$@"'
27  setopt NO_GLOB_SUBST
28else
29  case `(set -o) 2>/dev/null` in #(
30  *posix*) :
31    set -o posix ;; #(
32  *) :
33     ;;
34esac
35fi
36
37
38as_nl='
39'
40export as_nl
41# Printing a long string crashes Solaris 7 /usr/bin/printf.
42as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45# Prefer a ksh shell builtin over an external printf program on Solaris,
46# but without wasting forks for bash or zsh.
47if test -z "$BASH_VERSION$ZSH_VERSION" \
48    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49  as_echo='print -r --'
50  as_echo_n='print -rn --'
51elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52  as_echo='printf %s\n'
53  as_echo_n='printf %s'
54else
55  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57    as_echo_n='/usr/ucb/echo -n'
58  else
59    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60    as_echo_n_body='eval
61      arg=$1;
62      case $arg in #(
63      *"$as_nl"*)
64	expr "X$arg" : "X\\(.*\\)$as_nl";
65	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66      esac;
67      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68    '
69    export as_echo_n_body
70    as_echo_n='sh -c $as_echo_n_body as_echo'
71  fi
72  export as_echo_body
73  as_echo='sh -c $as_echo_body as_echo'
74fi
75
76# The user is always right.
77if test "${PATH_SEPARATOR+set}" != set; then
78  PATH_SEPARATOR=:
79  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81      PATH_SEPARATOR=';'
82  }
83fi
84
85
86# IFS
87# We need space, tab and new line, in precisely that order.  Quoting is
88# there to prevent editors from complaining about space-tab.
89# (If _AS_PATH_WALK were called with IFS unset, it would disable word
90# splitting by setting IFS to empty value.)
91IFS=" ""	$as_nl"
92
93# Find who we are.  Look in the path if we contain no directory separator.
94as_myself=
95case $0 in #((
96  *[\\/]* ) as_myself=$0 ;;
97  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98for as_dir in $PATH
99do
100  IFS=$as_save_IFS
101  test -z "$as_dir" && as_dir=.
102    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103  done
104IFS=$as_save_IFS
105
106     ;;
107esac
108# We did not find ourselves, most probably we were run as `sh COMMAND'
109# in which case we are not to be found in the path.
110if test "x$as_myself" = x; then
111  as_myself=$0
112fi
113if test ! -f "$as_myself"; then
114  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115  exit 1
116fi
117
118# Unset variables that we do not need and which cause bugs (e.g. in
119# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
120# suppresses any "Segmentation fault" message there.  '((' could
121# trigger a bug in pdksh 5.2.14.
122for as_var in BASH_ENV ENV MAIL MAILPATH
123do eval test x\${$as_var+set} = xset \
124  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125done
126PS1='$ '
127PS2='> '
128PS4='+ '
129
130# NLS nuisances.
131LC_ALL=C
132export LC_ALL
133LANGUAGE=C
134export LANGUAGE
135
136# CDPATH.
137(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138
139if test "x$CONFIG_SHELL" = x; then
140  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141  emulate sh
142  NULLCMD=:
143  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144  # is contrary to our usage.  Disable this feature.
145  alias -g '\${1+\"\$@\"}'='\"\$@\"'
146  setopt NO_GLOB_SUBST
147else
148  case \`(set -o) 2>/dev/null\` in #(
149  *posix*) :
150    set -o posix ;; #(
151  *) :
152     ;;
153esac
154fi
155"
156  as_required="as_fn_return () { (exit \$1); }
157as_fn_success () { as_fn_return 0; }
158as_fn_failure () { as_fn_return 1; }
159as_fn_ret_success () { return 0; }
160as_fn_ret_failure () { return 1; }
161
162exitcode=0
163as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168
169else
170  exitcode=1; echo positional parameters were not saved.
171fi
172test x\$exitcode = x0 || exit 1"
173  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177test \$(( 1 + 1 )) = 2 || exit 1"
178  if (eval "$as_required") 2>/dev/null; then :
179  as_have_required=yes
180else
181  as_have_required=no
182fi
183  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184
185else
186  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
187as_found=false
188for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189do
190  IFS=$as_save_IFS
191  test -z "$as_dir" && as_dir=.
192  as_found=:
193  case $as_dir in #(
194	 /*)
195	   for as_base in sh bash ksh sh5; do
196	     # Try only shells that exist, to save several forks.
197	     as_shell=$as_dir/$as_base
198	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
199		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
200  CONFIG_SHELL=$as_shell as_have_required=yes
201		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
202  break 2
203fi
204fi
205	   done;;
206       esac
207  as_found=false
208done
209$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
210	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
211  CONFIG_SHELL=$SHELL as_have_required=yes
212fi; }
213IFS=$as_save_IFS
214
215
216      if test "x$CONFIG_SHELL" != x; then :
217  # We cannot yet assume a decent shell, so we have to provide a
218	# neutralization value for shells without unset; and this also
219	# works around shells that cannot unset nonexistent variables.
220	# Preserve -v and -x to the replacement shell.
221	BASH_ENV=/dev/null
222	ENV=/dev/null
223	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
224	export CONFIG_SHELL
225	case $- in # ((((
226	  *v*x* | *x*v* ) as_opts=-vx ;;
227	  *v* ) as_opts=-v ;;
228	  *x* ) as_opts=-x ;;
229	  * ) as_opts= ;;
230	esac
231	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
232fi
233
234    if test x$as_have_required = xno; then :
235  $as_echo "$0: This script requires a shell more modern than all"
236  $as_echo "$0: the shells that I found on your system."
237  if test x${ZSH_VERSION+set} = xset ; then
238    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
239    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
240  else
241    $as_echo "$0: Please tell bug-autoconf@gnu.org and
242$0: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
243$0: about your system, including any error possibly output
244$0: before this message. Then install a modern shell, or
245$0: manually run the script under such a shell if you do
246$0: have one."
247  fi
248  exit 1
249fi
250fi
251fi
252SHELL=${CONFIG_SHELL-/bin/sh}
253export SHELL
254# Unset more variables known to interfere with behavior of common tools.
255CLICOLOR_FORCE= GREP_OPTIONS=
256unset CLICOLOR_FORCE GREP_OPTIONS
257
258## --------------------- ##
259## M4sh Shell Functions. ##
260## --------------------- ##
261# as_fn_unset VAR
262# ---------------
263# Portably unset VAR.
264as_fn_unset ()
265{
266  { eval $1=; unset $1;}
267}
268as_unset=as_fn_unset
269
270# as_fn_set_status STATUS
271# -----------------------
272# Set $? to STATUS, without forking.
273as_fn_set_status ()
274{
275  return $1
276} # as_fn_set_status
277
278# as_fn_exit STATUS
279# -----------------
280# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
281as_fn_exit ()
282{
283  set +e
284  as_fn_set_status $1
285  exit $1
286} # as_fn_exit
287
288# as_fn_mkdir_p
289# -------------
290# Create "$as_dir" as a directory, including parents if necessary.
291as_fn_mkdir_p ()
292{
293
294  case $as_dir in #(
295  -*) as_dir=./$as_dir;;
296  esac
297  test -d "$as_dir" || eval $as_mkdir_p || {
298    as_dirs=
299    while :; do
300      case $as_dir in #(
301      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
302      *) as_qdir=$as_dir;;
303      esac
304      as_dirs="'$as_qdir' $as_dirs"
305      as_dir=`$as_dirname -- "$as_dir" ||
306$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
307	 X"$as_dir" : 'X\(//\)[^/]' \| \
308	 X"$as_dir" : 'X\(//\)$' \| \
309	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
310$as_echo X"$as_dir" |
311    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
312	    s//\1/
313	    q
314	  }
315	  /^X\(\/\/\)[^/].*/{
316	    s//\1/
317	    q
318	  }
319	  /^X\(\/\/\)$/{
320	    s//\1/
321	    q
322	  }
323	  /^X\(\/\).*/{
324	    s//\1/
325	    q
326	  }
327	  s/.*/./; q'`
328      test -d "$as_dir" && break
329    done
330    test -z "$as_dirs" || eval "mkdir $as_dirs"
331  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
332
333
334} # as_fn_mkdir_p
335# as_fn_append VAR VALUE
336# ----------------------
337# Append the text in VALUE to the end of the definition contained in VAR. Take
338# advantage of any shell optimizations that allow amortized linear growth over
339# repeated appends, instead of the typical quadratic growth present in naive
340# implementations.
341if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
342  eval 'as_fn_append ()
343  {
344    eval $1+=\$2
345  }'
346else
347  as_fn_append ()
348  {
349    eval $1=\$$1\$2
350  }
351fi # as_fn_append
352
353# as_fn_arith ARG...
354# ------------------
355# Perform arithmetic evaluation on the ARGs, and store the result in the
356# global $as_val. Take advantage of shells that can avoid forks. The arguments
357# must be portable across $(()) and expr.
358if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
359  eval 'as_fn_arith ()
360  {
361    as_val=$(( $* ))
362  }'
363else
364  as_fn_arith ()
365  {
366    as_val=`expr "$@" || test $? -eq 1`
367  }
368fi # as_fn_arith
369
370
371# as_fn_error STATUS ERROR [LINENO LOG_FD]
372# ----------------------------------------
373# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
374# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
375# script with STATUS, using 1 if that was 0.
376as_fn_error ()
377{
378  as_status=$1; test $as_status -eq 0 && as_status=1
379  if test "$4"; then
380    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
381    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
382  fi
383  $as_echo "$as_me: error: $2" >&2
384  as_fn_exit $as_status
385} # as_fn_error
386
387if expr a : '\(a\)' >/dev/null 2>&1 &&
388   test "X`expr 00001 : '.*\(...\)'`" = X001; then
389  as_expr=expr
390else
391  as_expr=false
392fi
393
394if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
395  as_basename=basename
396else
397  as_basename=false
398fi
399
400if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
401  as_dirname=dirname
402else
403  as_dirname=false
404fi
405
406as_me=`$as_basename -- "$0" ||
407$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
408	 X"$0" : 'X\(//\)$' \| \
409	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
410$as_echo X/"$0" |
411    sed '/^.*\/\([^/][^/]*\)\/*$/{
412	    s//\1/
413	    q
414	  }
415	  /^X\/\(\/\/\)$/{
416	    s//\1/
417	    q
418	  }
419	  /^X\/\(\/\).*/{
420	    s//\1/
421	    q
422	  }
423	  s/.*/./; q'`
424
425# Avoid depending upon Character Ranges.
426as_cr_letters='abcdefghijklmnopqrstuvwxyz'
427as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
428as_cr_Letters=$as_cr_letters$as_cr_LETTERS
429as_cr_digits='0123456789'
430as_cr_alnum=$as_cr_Letters$as_cr_digits
431
432
433  as_lineno_1=$LINENO as_lineno_1a=$LINENO
434  as_lineno_2=$LINENO as_lineno_2a=$LINENO
435  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
436  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
437  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
438  sed -n '
439    p
440    /[$]LINENO/=
441  ' <$as_myself |
442    sed '
443      s/[$]LINENO.*/&-/
444      t lineno
445      b
446      :lineno
447      N
448      :loop
449      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450      t loop
451      s/-\n.*//
452    ' >$as_me.lineno &&
453  chmod +x "$as_me.lineno" ||
454    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
455
456  # Don't try to exec as it changes $[0], causing all sort of problems
457  # (the dirname of $[0] is not the place where we might find the
458  # original and so on.  Autoconf is especially sensitive to this).
459  . "./$as_me.lineno"
460  # Exit status is that of the last command.
461  exit
462}
463
464ECHO_C= ECHO_N= ECHO_T=
465case `echo -n x` in #(((((
466-n*)
467  case `echo 'xy\c'` in
468  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
469  xy)  ECHO_C='\c';;
470  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
471       ECHO_T='	';;
472  esac;;
473*)
474  ECHO_N='-n';;
475esac
476
477rm -f conf$$ conf$$.exe conf$$.file
478if test -d conf$$.dir; then
479  rm -f conf$$.dir/conf$$.file
480else
481  rm -f conf$$.dir
482  mkdir conf$$.dir 2>/dev/null
483fi
484if (echo >conf$$.file) 2>/dev/null; then
485  if ln -s conf$$.file conf$$ 2>/dev/null; then
486    as_ln_s='ln -s'
487    # ... but there are two gotchas:
488    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
489    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
490    # In both cases, we have to default to `cp -p'.
491    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
492      as_ln_s='cp -p'
493  elif ln conf$$.file conf$$ 2>/dev/null; then
494    as_ln_s=ln
495  else
496    as_ln_s='cp -p'
497  fi
498else
499  as_ln_s='cp -p'
500fi
501rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
502rmdir conf$$.dir 2>/dev/null
503
504if mkdir -p . 2>/dev/null; then
505  as_mkdir_p='mkdir -p "$as_dir"'
506else
507  test -d ./-p && rmdir ./-p
508  as_mkdir_p=false
509fi
510
511if test -x / >/dev/null 2>&1; then
512  as_test_x='test -x'
513else
514  if ls -dL / >/dev/null 2>&1; then
515    as_ls_L_option=L
516  else
517    as_ls_L_option=
518  fi
519  as_test_x='
520    eval sh -c '\''
521      if test -d "$1"; then
522	test -d "$1/.";
523      else
524	case $1 in #(
525	-*)set "./$1";;
526	esac;
527	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
528	???[sx]*):;;*)false;;esac;fi
529    '\'' sh
530  '
531fi
532as_executable_p=$as_test_x
533
534# Sed expression to map a string onto a valid CPP name.
535as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
536
537# Sed expression to map a string onto a valid variable name.
538as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
539
540
541test -n "$DJDIR" || exec 7<&0 </dev/null
542exec 6>&1
543
544# Name of the host.
545# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
546# so uname gets run too.
547ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
548
549#
550# Initializations.
551#
552ac_default_prefix=/usr/local
553ac_clean_files=
554ac_config_libobj_dir=.
555LIBOBJS=
556cross_compiling=no
557subdirs=
558MFLAGS=
559MAKEFLAGS=
560
561# Identity of this package.
562PACKAGE_NAME='font-util'
563PACKAGE_TARNAME='font-util'
564PACKAGE_VERSION='1.2.0'
565PACKAGE_STRING='font-util 1.2.0'
566PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
567PACKAGE_URL=''
568
569# Factoring default headers for most tests.
570ac_includes_default="\
571#include <stdio.h>
572#ifdef HAVE_SYS_TYPES_H
573# include <sys/types.h>
574#endif
575#ifdef HAVE_SYS_STAT_H
576# include <sys/stat.h>
577#endif
578#ifdef STDC_HEADERS
579# include <stdlib.h>
580# include <stddef.h>
581#else
582# ifdef HAVE_STDLIB_H
583#  include <stdlib.h>
584# endif
585#endif
586#ifdef HAVE_STRING_H
587# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
588#  include <memory.h>
589# endif
590# include <string.h>
591#endif
592#ifdef HAVE_STRINGS_H
593# include <strings.h>
594#endif
595#ifdef HAVE_INTTYPES_H
596# include <inttypes.h>
597#endif
598#ifdef HAVE_STDINT_H
599# include <stdint.h>
600#endif
601#ifdef HAVE_UNISTD_H
602# include <unistd.h>
603#endif"
604
605ac_subst_vars='am__EXEEXT_FALSE
606am__EXEEXT_TRUE
607LTLIBOBJS
608LIBOBJS
609MAPDIR
610fontrootdir
611AM_BACKSLASH
612AM_DEFAULT_VERBOSITY
613MAN_SUBSTS
614XORG_MAN_PAGE
615ADMIN_MAN_DIR
616DRIVER_MAN_DIR
617MISC_MAN_DIR
618FILE_MAN_DIR
619LIB_MAN_DIR
620APP_MAN_DIR
621ADMIN_MAN_SUFFIX
622DRIVER_MAN_SUFFIX
623MISC_MAN_SUFFIX
624FILE_MAN_SUFFIX
625LIB_MAN_SUFFIX
626APP_MAN_SUFFIX
627SED
628host_os
629host_vendor
630host_cpu
631host
632build_os
633build_vendor
634build_cpu
635build
636INSTALL_CMD
637PKG_CONFIG
638CHANGELOG_CMD
639CWARNFLAGS
640EGREP
641GREP
642CPP
643am__fastdepCC_FALSE
644am__fastdepCC_TRUE
645CCDEPMODE
646AMDEPBACKSLASH
647AMDEP_FALSE
648AMDEP_TRUE
649am__quote
650am__include
651DEPDIR
652OBJEXT
653EXEEXT
654ac_ct_CC
655CPPFLAGS
656LDFLAGS
657CFLAGS
658CC
659MAINT
660MAINTAINER_MODE_FALSE
661MAINTAINER_MODE_TRUE
662am__untar
663am__tar
664AMTAR
665am__leading_dot
666SET_MAKE
667AWK
668mkdir_p
669MKDIR_P
670INSTALL_STRIP_PROGRAM
671STRIP
672install_sh
673MAKEINFO
674AUTOHEADER
675AUTOMAKE
676AUTOCONF
677ACLOCAL
678VERSION
679PACKAGE
680CYGPATH_W
681am__isrc
682INSTALL_DATA
683INSTALL_SCRIPT
684INSTALL_PROGRAM
685target_alias
686host_alias
687build_alias
688LIBS
689ECHO_T
690ECHO_N
691ECHO_C
692DEFS
693mandir
694localedir
695libdir
696psdir
697pdfdir
698dvidir
699htmldir
700infodir
701docdir
702oldincludedir
703includedir
704localstatedir
705sharedstatedir
706sysconfdir
707datadir
708datarootdir
709libexecdir
710sbindir
711bindir
712program_transform_name
713prefix
714exec_prefix
715PACKAGE_URL
716PACKAGE_BUGREPORT
717PACKAGE_STRING
718PACKAGE_VERSION
719PACKAGE_TARNAME
720PACKAGE_NAME
721PATH_SEPARATOR
722SHELL'
723ac_subst_files=''
724ac_user_opts='
725enable_option_checking
726enable_maintainer_mode
727enable_dependency_tracking
728enable_strict_compilation
729enable_silent_rules
730with_fontrootdir
731with_mapdir
732'
733      ac_precious_vars='build_alias
734host_alias
735target_alias
736CC
737CFLAGS
738LDFLAGS
739LIBS
740CPPFLAGS
741CPP
742PKG_CONFIG'
743
744
745# Initialize some variables set by options.
746ac_init_help=
747ac_init_version=false
748ac_unrecognized_opts=
749ac_unrecognized_sep=
750# The variables have the same names as the options, with
751# dashes changed to underlines.
752cache_file=/dev/null
753exec_prefix=NONE
754no_create=
755no_recursion=
756prefix=NONE
757program_prefix=NONE
758program_suffix=NONE
759program_transform_name=s,x,x,
760silent=
761site=
762srcdir=
763verbose=
764x_includes=NONE
765x_libraries=NONE
766
767# Installation directory options.
768# These are left unexpanded so users can "make install exec_prefix=/foo"
769# and all the variables that are supposed to be based on exec_prefix
770# by default will actually change.
771# Use braces instead of parens because sh, perl, etc. also accept them.
772# (The list follows the same order as the GNU Coding Standards.)
773bindir='${exec_prefix}/bin'
774sbindir='${exec_prefix}/sbin'
775libexecdir='${exec_prefix}/libexec'
776datarootdir='${prefix}/share'
777datadir='${datarootdir}'
778sysconfdir='${prefix}/etc'
779sharedstatedir='${prefix}/com'
780localstatedir='${prefix}/var'
781includedir='${prefix}/include'
782oldincludedir='/usr/include'
783docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
784infodir='${datarootdir}/info'
785htmldir='${docdir}'
786dvidir='${docdir}'
787pdfdir='${docdir}'
788psdir='${docdir}'
789libdir='${exec_prefix}/lib'
790localedir='${datarootdir}/locale'
791mandir='${datarootdir}/man'
792
793ac_prev=
794ac_dashdash=
795for ac_option
796do
797  # If the previous option needs an argument, assign it.
798  if test -n "$ac_prev"; then
799    eval $ac_prev=\$ac_option
800    ac_prev=
801    continue
802  fi
803
804  case $ac_option in
805  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
806  *=)   ac_optarg= ;;
807  *)    ac_optarg=yes ;;
808  esac
809
810  # Accept the important Cygnus configure options, so we can diagnose typos.
811
812  case $ac_dashdash$ac_option in
813  --)
814    ac_dashdash=yes ;;
815
816  -bindir | --bindir | --bindi | --bind | --bin | --bi)
817    ac_prev=bindir ;;
818  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
819    bindir=$ac_optarg ;;
820
821  -build | --build | --buil | --bui | --bu)
822    ac_prev=build_alias ;;
823  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
824    build_alias=$ac_optarg ;;
825
826  -cache-file | --cache-file | --cache-fil | --cache-fi \
827  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
828    ac_prev=cache_file ;;
829  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
830  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
831    cache_file=$ac_optarg ;;
832
833  --config-cache | -C)
834    cache_file=config.cache ;;
835
836  -datadir | --datadir | --datadi | --datad)
837    ac_prev=datadir ;;
838  -datadir=* | --datadir=* | --datadi=* | --datad=*)
839    datadir=$ac_optarg ;;
840
841  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
842  | --dataroo | --dataro | --datar)
843    ac_prev=datarootdir ;;
844  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
845  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
846    datarootdir=$ac_optarg ;;
847
848  -disable-* | --disable-*)
849    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
850    # Reject names that are not valid shell variable names.
851    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
852      as_fn_error $? "invalid feature name: $ac_useropt"
853    ac_useropt_orig=$ac_useropt
854    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
855    case $ac_user_opts in
856      *"
857"enable_$ac_useropt"
858"*) ;;
859      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
860	 ac_unrecognized_sep=', ';;
861    esac
862    eval enable_$ac_useropt=no ;;
863
864  -docdir | --docdir | --docdi | --doc | --do)
865    ac_prev=docdir ;;
866  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
867    docdir=$ac_optarg ;;
868
869  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
870    ac_prev=dvidir ;;
871  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
872    dvidir=$ac_optarg ;;
873
874  -enable-* | --enable-*)
875    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
876    # Reject names that are not valid shell variable names.
877    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
878      as_fn_error $? "invalid feature name: $ac_useropt"
879    ac_useropt_orig=$ac_useropt
880    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
881    case $ac_user_opts in
882      *"
883"enable_$ac_useropt"
884"*) ;;
885      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
886	 ac_unrecognized_sep=', ';;
887    esac
888    eval enable_$ac_useropt=\$ac_optarg ;;
889
890  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
891  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
892  | --exec | --exe | --ex)
893    ac_prev=exec_prefix ;;
894  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
895  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
896  | --exec=* | --exe=* | --ex=*)
897    exec_prefix=$ac_optarg ;;
898
899  -gas | --gas | --ga | --g)
900    # Obsolete; use --with-gas.
901    with_gas=yes ;;
902
903  -help | --help | --hel | --he | -h)
904    ac_init_help=long ;;
905  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
906    ac_init_help=recursive ;;
907  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
908    ac_init_help=short ;;
909
910  -host | --host | --hos | --ho)
911    ac_prev=host_alias ;;
912  -host=* | --host=* | --hos=* | --ho=*)
913    host_alias=$ac_optarg ;;
914
915  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
916    ac_prev=htmldir ;;
917  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
918  | --ht=*)
919    htmldir=$ac_optarg ;;
920
921  -includedir | --includedir | --includedi | --included | --include \
922  | --includ | --inclu | --incl | --inc)
923    ac_prev=includedir ;;
924  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
925  | --includ=* | --inclu=* | --incl=* | --inc=*)
926    includedir=$ac_optarg ;;
927
928  -infodir | --infodir | --infodi | --infod | --info | --inf)
929    ac_prev=infodir ;;
930  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
931    infodir=$ac_optarg ;;
932
933  -libdir | --libdir | --libdi | --libd)
934    ac_prev=libdir ;;
935  -libdir=* | --libdir=* | --libdi=* | --libd=*)
936    libdir=$ac_optarg ;;
937
938  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
939  | --libexe | --libex | --libe)
940    ac_prev=libexecdir ;;
941  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
942  | --libexe=* | --libex=* | --libe=*)
943    libexecdir=$ac_optarg ;;
944
945  -localedir | --localedir | --localedi | --localed | --locale)
946    ac_prev=localedir ;;
947  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
948    localedir=$ac_optarg ;;
949
950  -localstatedir | --localstatedir | --localstatedi | --localstated \
951  | --localstate | --localstat | --localsta | --localst | --locals)
952    ac_prev=localstatedir ;;
953  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
954  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
955    localstatedir=$ac_optarg ;;
956
957  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
958    ac_prev=mandir ;;
959  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
960    mandir=$ac_optarg ;;
961
962  -nfp | --nfp | --nf)
963    # Obsolete; use --without-fp.
964    with_fp=no ;;
965
966  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
967  | --no-cr | --no-c | -n)
968    no_create=yes ;;
969
970  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
971  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
972    no_recursion=yes ;;
973
974  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
975  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
976  | --oldin | --oldi | --old | --ol | --o)
977    ac_prev=oldincludedir ;;
978  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
979  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
980  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
981    oldincludedir=$ac_optarg ;;
982
983  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
984    ac_prev=prefix ;;
985  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
986    prefix=$ac_optarg ;;
987
988  -program-prefix | --program-prefix | --program-prefi | --program-pref \
989  | --program-pre | --program-pr | --program-p)
990    ac_prev=program_prefix ;;
991  -program-prefix=* | --program-prefix=* | --program-prefi=* \
992  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
993    program_prefix=$ac_optarg ;;
994
995  -program-suffix | --program-suffix | --program-suffi | --program-suff \
996  | --program-suf | --program-su | --program-s)
997    ac_prev=program_suffix ;;
998  -program-suffix=* | --program-suffix=* | --program-suffi=* \
999  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1000    program_suffix=$ac_optarg ;;
1001
1002  -program-transform-name | --program-transform-name \
1003  | --program-transform-nam | --program-transform-na \
1004  | --program-transform-n | --program-transform- \
1005  | --program-transform | --program-transfor \
1006  | --program-transfo | --program-transf \
1007  | --program-trans | --program-tran \
1008  | --progr-tra | --program-tr | --program-t)
1009    ac_prev=program_transform_name ;;
1010  -program-transform-name=* | --program-transform-name=* \
1011  | --program-transform-nam=* | --program-transform-na=* \
1012  | --program-transform-n=* | --program-transform-=* \
1013  | --program-transform=* | --program-transfor=* \
1014  | --program-transfo=* | --program-transf=* \
1015  | --program-trans=* | --program-tran=* \
1016  | --progr-tra=* | --program-tr=* | --program-t=*)
1017    program_transform_name=$ac_optarg ;;
1018
1019  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1020    ac_prev=pdfdir ;;
1021  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1022    pdfdir=$ac_optarg ;;
1023
1024  -psdir | --psdir | --psdi | --psd | --ps)
1025    ac_prev=psdir ;;
1026  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1027    psdir=$ac_optarg ;;
1028
1029  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1030  | -silent | --silent | --silen | --sile | --sil)
1031    silent=yes ;;
1032
1033  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1034    ac_prev=sbindir ;;
1035  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1036  | --sbi=* | --sb=*)
1037    sbindir=$ac_optarg ;;
1038
1039  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1040  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1041  | --sharedst | --shareds | --shared | --share | --shar \
1042  | --sha | --sh)
1043    ac_prev=sharedstatedir ;;
1044  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1045  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1046  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1047  | --sha=* | --sh=*)
1048    sharedstatedir=$ac_optarg ;;
1049
1050  -site | --site | --sit)
1051    ac_prev=site ;;
1052  -site=* | --site=* | --sit=*)
1053    site=$ac_optarg ;;
1054
1055  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1056    ac_prev=srcdir ;;
1057  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1058    srcdir=$ac_optarg ;;
1059
1060  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1061  | --syscon | --sysco | --sysc | --sys | --sy)
1062    ac_prev=sysconfdir ;;
1063  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1064  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1065    sysconfdir=$ac_optarg ;;
1066
1067  -target | --target | --targe | --targ | --tar | --ta | --t)
1068    ac_prev=target_alias ;;
1069  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1070    target_alias=$ac_optarg ;;
1071
1072  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1073    verbose=yes ;;
1074
1075  -version | --version | --versio | --versi | --vers | -V)
1076    ac_init_version=: ;;
1077
1078  -with-* | --with-*)
1079    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1080    # Reject names that are not valid shell variable names.
1081    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1082      as_fn_error $? "invalid package name: $ac_useropt"
1083    ac_useropt_orig=$ac_useropt
1084    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1085    case $ac_user_opts in
1086      *"
1087"with_$ac_useropt"
1088"*) ;;
1089      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1090	 ac_unrecognized_sep=', ';;
1091    esac
1092    eval with_$ac_useropt=\$ac_optarg ;;
1093
1094  -without-* | --without-*)
1095    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1096    # Reject names that are not valid shell variable names.
1097    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1098      as_fn_error $? "invalid package name: $ac_useropt"
1099    ac_useropt_orig=$ac_useropt
1100    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1101    case $ac_user_opts in
1102      *"
1103"with_$ac_useropt"
1104"*) ;;
1105      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1106	 ac_unrecognized_sep=', ';;
1107    esac
1108    eval with_$ac_useropt=no ;;
1109
1110  --x)
1111    # Obsolete; use --with-x.
1112    with_x=yes ;;
1113
1114  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1115  | --x-incl | --x-inc | --x-in | --x-i)
1116    ac_prev=x_includes ;;
1117  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1118  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1119    x_includes=$ac_optarg ;;
1120
1121  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1122  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1123    ac_prev=x_libraries ;;
1124  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1125  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1126    x_libraries=$ac_optarg ;;
1127
1128  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1129Try \`$0 --help' for more information"
1130    ;;
1131
1132  *=*)
1133    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1134    # Reject names that are not valid shell variable names.
1135    case $ac_envvar in #(
1136      '' | [0-9]* | *[!_$as_cr_alnum]* )
1137      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1138    esac
1139    eval $ac_envvar=\$ac_optarg
1140    export $ac_envvar ;;
1141
1142  *)
1143    # FIXME: should be removed in autoconf 3.0.
1144    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1145    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1146      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1147    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1148    ;;
1149
1150  esac
1151done
1152
1153if test -n "$ac_prev"; then
1154  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1155  as_fn_error $? "missing argument to $ac_option"
1156fi
1157
1158if test -n "$ac_unrecognized_opts"; then
1159  case $enable_option_checking in
1160    no) ;;
1161    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1162    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1163  esac
1164fi
1165
1166# Check all directory arguments for consistency.
1167for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1168		datadir sysconfdir sharedstatedir localstatedir includedir \
1169		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1170		libdir localedir mandir
1171do
1172  eval ac_val=\$$ac_var
1173  # Remove trailing slashes.
1174  case $ac_val in
1175    */ )
1176      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1177      eval $ac_var=\$ac_val;;
1178  esac
1179  # Be sure to have absolute directory names.
1180  case $ac_val in
1181    [\\/$]* | ?:[\\/]* )  continue;;
1182    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1183  esac
1184  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1185done
1186
1187# There might be people who depend on the old broken behavior: `$host'
1188# used to hold the argument of --host etc.
1189# FIXME: To remove some day.
1190build=$build_alias
1191host=$host_alias
1192target=$target_alias
1193
1194# FIXME: To remove some day.
1195if test "x$host_alias" != x; then
1196  if test "x$build_alias" = x; then
1197    cross_compiling=maybe
1198    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1199    If a cross compiler is detected then cross compile mode will be used" >&2
1200  elif test "x$build_alias" != "x$host_alias"; then
1201    cross_compiling=yes
1202  fi
1203fi
1204
1205ac_tool_prefix=
1206test -n "$host_alias" && ac_tool_prefix=$host_alias-
1207
1208test "$silent" = yes && exec 6>/dev/null
1209
1210
1211ac_pwd=`pwd` && test -n "$ac_pwd" &&
1212ac_ls_di=`ls -di .` &&
1213ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1214  as_fn_error $? "working directory cannot be determined"
1215test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1216  as_fn_error $? "pwd does not report name of working directory"
1217
1218
1219# Find the source files, if location was not specified.
1220if test -z "$srcdir"; then
1221  ac_srcdir_defaulted=yes
1222  # Try the directory containing this script, then the parent directory.
1223  ac_confdir=`$as_dirname -- "$as_myself" ||
1224$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1225	 X"$as_myself" : 'X\(//\)[^/]' \| \
1226	 X"$as_myself" : 'X\(//\)$' \| \
1227	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1228$as_echo X"$as_myself" |
1229    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1230	    s//\1/
1231	    q
1232	  }
1233	  /^X\(\/\/\)[^/].*/{
1234	    s//\1/
1235	    q
1236	  }
1237	  /^X\(\/\/\)$/{
1238	    s//\1/
1239	    q
1240	  }
1241	  /^X\(\/\).*/{
1242	    s//\1/
1243	    q
1244	  }
1245	  s/.*/./; q'`
1246  srcdir=$ac_confdir
1247  if test ! -r "$srcdir/$ac_unique_file"; then
1248    srcdir=..
1249  fi
1250else
1251  ac_srcdir_defaulted=no
1252fi
1253if test ! -r "$srcdir/$ac_unique_file"; then
1254  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1255  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1256fi
1257ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1258ac_abs_confdir=`(
1259	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1260	pwd)`
1261# When building in place, set srcdir=.
1262if test "$ac_abs_confdir" = "$ac_pwd"; then
1263  srcdir=.
1264fi
1265# Remove unnecessary trailing slashes from srcdir.
1266# Double slashes in file names in object file debugging info
1267# mess up M-x gdb in Emacs.
1268case $srcdir in
1269*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1270esac
1271for ac_var in $ac_precious_vars; do
1272  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1273  eval ac_env_${ac_var}_value=\$${ac_var}
1274  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1275  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1276done
1277
1278#
1279# Report the --help message.
1280#
1281if test "$ac_init_help" = "long"; then
1282  # Omit some internal or obsolete options to make the list less imposing.
1283  # This message is too long to be a string in the A/UX 3.1 sh.
1284  cat <<_ACEOF
1285\`configure' configures font-util 1.2.0 to adapt to many kinds of systems.
1286
1287Usage: $0 [OPTION]... [VAR=VALUE]...
1288
1289To assign environment variables (e.g., CC, CFLAGS...), specify them as
1290VAR=VALUE.  See below for descriptions of some of the useful variables.
1291
1292Defaults for the options are specified in brackets.
1293
1294Configuration:
1295  -h, --help              display this help and exit
1296      --help=short        display options specific to this package
1297      --help=recursive    display the short help of all the included packages
1298  -V, --version           display version information and exit
1299  -q, --quiet, --silent   do not print \`checking ...' messages
1300      --cache-file=FILE   cache test results in FILE [disabled]
1301  -C, --config-cache      alias for \`--cache-file=config.cache'
1302  -n, --no-create         do not create output files
1303      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1304
1305Installation directories:
1306  --prefix=PREFIX         install architecture-independent files in PREFIX
1307                          [$ac_default_prefix]
1308  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1309                          [PREFIX]
1310
1311By default, \`make install' will install all the files in
1312\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1313an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1314for instance \`--prefix=\$HOME'.
1315
1316For better control, use the options below.
1317
1318Fine tuning of the installation directories:
1319  --bindir=DIR            user executables [EPREFIX/bin]
1320  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1321  --libexecdir=DIR        program executables [EPREFIX/libexec]
1322  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1323  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1324  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1325  --libdir=DIR            object code libraries [EPREFIX/lib]
1326  --includedir=DIR        C header files [PREFIX/include]
1327  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1328  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1329  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1330  --infodir=DIR           info documentation [DATAROOTDIR/info]
1331  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1332  --mandir=DIR            man documentation [DATAROOTDIR/man]
1333  --docdir=DIR            documentation root [DATAROOTDIR/doc/font-util]
1334  --htmldir=DIR           html documentation [DOCDIR]
1335  --dvidir=DIR            dvi documentation [DOCDIR]
1336  --pdfdir=DIR            pdf documentation [DOCDIR]
1337  --psdir=DIR             ps documentation [DOCDIR]
1338_ACEOF
1339
1340  cat <<\_ACEOF
1341
1342Program names:
1343  --program-prefix=PREFIX            prepend PREFIX to installed program names
1344  --program-suffix=SUFFIX            append SUFFIX to installed program names
1345  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1346
1347System types:
1348  --build=BUILD     configure for building on BUILD [guessed]
1349  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1350_ACEOF
1351fi
1352
1353if test -n "$ac_init_help"; then
1354  case $ac_init_help in
1355     short | recursive ) echo "Configuration of font-util 1.2.0:";;
1356   esac
1357  cat <<\_ACEOF
1358
1359Optional Features:
1360  --disable-option-checking  ignore unrecognized --enable/--with options
1361  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1362  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1363  --enable-maintainer-mode  enable make rules and dependencies not useful
1364			  (and sometimes confusing) to the casual installer
1365  --disable-dependency-tracking  speeds up one-time build
1366  --enable-dependency-tracking   do not reject slow dependency extractors
1367  --enable-strict-compilation
1368                          Enable all warnings from compiler and make them
1369                          errors (default: disabled)
1370  --enable-silent-rules          less verbose build output (undo: `make V=1')
1371  --disable-silent-rules         verbose build output (undo: `make V=0')
1372
1373Optional Packages:
1374  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1375  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1376  --with-fontrootdir=DIR  Path to parent of font subdirectories
1377                          [DATADIR/fonts/X11]
1378  --with-mapdir=DIR       Path to install font maps [FONTROOTDIR/util]
1379
1380Some influential environment variables:
1381  CC          C compiler command
1382  CFLAGS      C compiler flags
1383  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1384              nonstandard directory <lib dir>
1385  LIBS        libraries to pass to the linker, e.g. -l<library>
1386  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1387              you have headers in a nonstandard directory <include dir>
1388  CPP         C preprocessor
1389  PKG_CONFIG  path to pkg-config utility
1390
1391Use these variables to override the choices made by `configure' or to help
1392it to find libraries and programs with nonstandard names/locations.
1393
1394Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
1395_ACEOF
1396ac_status=$?
1397fi
1398
1399if test "$ac_init_help" = "recursive"; then
1400  # If there are subdirs, report their specific --help.
1401  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1402    test -d "$ac_dir" ||
1403      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1404      continue
1405    ac_builddir=.
1406
1407case "$ac_dir" in
1408.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1409*)
1410  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1411  # A ".." for each directory in $ac_dir_suffix.
1412  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1413  case $ac_top_builddir_sub in
1414  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1415  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1416  esac ;;
1417esac
1418ac_abs_top_builddir=$ac_pwd
1419ac_abs_builddir=$ac_pwd$ac_dir_suffix
1420# for backward compatibility:
1421ac_top_builddir=$ac_top_build_prefix
1422
1423case $srcdir in
1424  .)  # We are building in place.
1425    ac_srcdir=.
1426    ac_top_srcdir=$ac_top_builddir_sub
1427    ac_abs_top_srcdir=$ac_pwd ;;
1428  [\\/]* | ?:[\\/]* )  # Absolute name.
1429    ac_srcdir=$srcdir$ac_dir_suffix;
1430    ac_top_srcdir=$srcdir
1431    ac_abs_top_srcdir=$srcdir ;;
1432  *) # Relative name.
1433    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1434    ac_top_srcdir=$ac_top_build_prefix$srcdir
1435    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1436esac
1437ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1438
1439    cd "$ac_dir" || { ac_status=$?; continue; }
1440    # Check for guested configure.
1441    if test -f "$ac_srcdir/configure.gnu"; then
1442      echo &&
1443      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1444    elif test -f "$ac_srcdir/configure"; then
1445      echo &&
1446      $SHELL "$ac_srcdir/configure" --help=recursive
1447    else
1448      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1449    fi || ac_status=$?
1450    cd "$ac_pwd" || { ac_status=$?; break; }
1451  done
1452fi
1453
1454test -n "$ac_init_help" && exit $ac_status
1455if $ac_init_version; then
1456  cat <<\_ACEOF
1457font-util configure 1.2.0
1458generated by GNU Autoconf 2.68
1459
1460Copyright (C) 2010 Free Software Foundation, Inc.
1461This configure script is free software; the Free Software Foundation
1462gives unlimited permission to copy, distribute and modify it.
1463_ACEOF
1464  exit
1465fi
1466
1467## ------------------------ ##
1468## Autoconf initialization. ##
1469## ------------------------ ##
1470
1471# ac_fn_c_try_compile LINENO
1472# --------------------------
1473# Try to compile conftest.$ac_ext, and return whether this succeeded.
1474ac_fn_c_try_compile ()
1475{
1476  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1477  rm -f conftest.$ac_objext
1478  if { { ac_try="$ac_compile"
1479case "(($ac_try" in
1480  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1481  *) ac_try_echo=$ac_try;;
1482esac
1483eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1484$as_echo "$ac_try_echo"; } >&5
1485  (eval "$ac_compile") 2>conftest.err
1486  ac_status=$?
1487  if test -s conftest.err; then
1488    grep -v '^ *+' conftest.err >conftest.er1
1489    cat conftest.er1 >&5
1490    mv -f conftest.er1 conftest.err
1491  fi
1492  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1493  test $ac_status = 0; } && {
1494	 test -z "$ac_c_werror_flag" ||
1495	 test ! -s conftest.err
1496       } && test -s conftest.$ac_objext; then :
1497  ac_retval=0
1498else
1499  $as_echo "$as_me: failed program was:" >&5
1500sed 's/^/| /' conftest.$ac_ext >&5
1501
1502	ac_retval=1
1503fi
1504  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1505  as_fn_set_status $ac_retval
1506
1507} # ac_fn_c_try_compile
1508
1509# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1510# ---------------------------------------------
1511# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1512# accordingly.
1513ac_fn_c_check_decl ()
1514{
1515  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1516  as_decl_name=`echo $2|sed 's/ *(.*//'`
1517  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1518  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1519$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1520if eval \${$3+:} false; then :
1521  $as_echo_n "(cached) " >&6
1522else
1523  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1524/* end confdefs.h.  */
1525$4
1526int
1527main ()
1528{
1529#ifndef $as_decl_name
1530#ifdef __cplusplus
1531  (void) $as_decl_use;
1532#else
1533  (void) $as_decl_name;
1534#endif
1535#endif
1536
1537  ;
1538  return 0;
1539}
1540_ACEOF
1541if ac_fn_c_try_compile "$LINENO"; then :
1542  eval "$3=yes"
1543else
1544  eval "$3=no"
1545fi
1546rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1547fi
1548eval ac_res=\$$3
1549	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1550$as_echo "$ac_res" >&6; }
1551  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1552
1553} # ac_fn_c_check_decl
1554
1555# ac_fn_c_try_cpp LINENO
1556# ----------------------
1557# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1558ac_fn_c_try_cpp ()
1559{
1560  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1561  if { { ac_try="$ac_cpp conftest.$ac_ext"
1562case "(($ac_try" in
1563  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1564  *) ac_try_echo=$ac_try;;
1565esac
1566eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1567$as_echo "$ac_try_echo"; } >&5
1568  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1569  ac_status=$?
1570  if test -s conftest.err; then
1571    grep -v '^ *+' conftest.err >conftest.er1
1572    cat conftest.er1 >&5
1573    mv -f conftest.er1 conftest.err
1574  fi
1575  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1576  test $ac_status = 0; } > conftest.i && {
1577	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1578	 test ! -s conftest.err
1579       }; then :
1580  ac_retval=0
1581else
1582  $as_echo "$as_me: failed program was:" >&5
1583sed 's/^/| /' conftest.$ac_ext >&5
1584
1585    ac_retval=1
1586fi
1587  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1588  as_fn_set_status $ac_retval
1589
1590} # ac_fn_c_try_cpp
1591
1592# ac_fn_c_try_run LINENO
1593# ----------------------
1594# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1595# that executables *can* be run.
1596ac_fn_c_try_run ()
1597{
1598  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1599  if { { ac_try="$ac_link"
1600case "(($ac_try" in
1601  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1602  *) ac_try_echo=$ac_try;;
1603esac
1604eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1605$as_echo "$ac_try_echo"; } >&5
1606  (eval "$ac_link") 2>&5
1607  ac_status=$?
1608  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1609  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1610  { { case "(($ac_try" in
1611  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1612  *) ac_try_echo=$ac_try;;
1613esac
1614eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1615$as_echo "$ac_try_echo"; } >&5
1616  (eval "$ac_try") 2>&5
1617  ac_status=$?
1618  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619  test $ac_status = 0; }; }; then :
1620  ac_retval=0
1621else
1622  $as_echo "$as_me: program exited with status $ac_status" >&5
1623       $as_echo "$as_me: failed program was:" >&5
1624sed 's/^/| /' conftest.$ac_ext >&5
1625
1626       ac_retval=$ac_status
1627fi
1628  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1629  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1630  as_fn_set_status $ac_retval
1631
1632} # ac_fn_c_try_run
1633
1634# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1635# -------------------------------------------------------
1636# Tests whether HEADER exists and can be compiled using the include files in
1637# INCLUDES, setting the cache variable VAR accordingly.
1638ac_fn_c_check_header_compile ()
1639{
1640  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1642$as_echo_n "checking for $2... " >&6; }
1643if eval \${$3+:} false; then :
1644  $as_echo_n "(cached) " >&6
1645else
1646  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1647/* end confdefs.h.  */
1648$4
1649#include <$2>
1650_ACEOF
1651if ac_fn_c_try_compile "$LINENO"; then :
1652  eval "$3=yes"
1653else
1654  eval "$3=no"
1655fi
1656rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1657fi
1658eval ac_res=\$$3
1659	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1660$as_echo "$ac_res" >&6; }
1661  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1662
1663} # ac_fn_c_check_header_compile
1664cat >config.log <<_ACEOF
1665This file contains any messages produced by compilers while
1666running configure, to aid debugging if configure makes a mistake.
1667
1668It was created by font-util $as_me 1.2.0, which was
1669generated by GNU Autoconf 2.68.  Invocation command line was
1670
1671  $ $0 $@
1672
1673_ACEOF
1674exec 5>>config.log
1675{
1676cat <<_ASUNAME
1677## --------- ##
1678## Platform. ##
1679## --------- ##
1680
1681hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1682uname -m = `(uname -m) 2>/dev/null || echo unknown`
1683uname -r = `(uname -r) 2>/dev/null || echo unknown`
1684uname -s = `(uname -s) 2>/dev/null || echo unknown`
1685uname -v = `(uname -v) 2>/dev/null || echo unknown`
1686
1687/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1688/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1689
1690/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1691/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1692/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1693/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1694/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1695/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1696/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1697
1698_ASUNAME
1699
1700as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1701for as_dir in $PATH
1702do
1703  IFS=$as_save_IFS
1704  test -z "$as_dir" && as_dir=.
1705    $as_echo "PATH: $as_dir"
1706  done
1707IFS=$as_save_IFS
1708
1709} >&5
1710
1711cat >&5 <<_ACEOF
1712
1713
1714## ----------- ##
1715## Core tests. ##
1716## ----------- ##
1717
1718_ACEOF
1719
1720
1721# Keep a trace of the command line.
1722# Strip out --no-create and --no-recursion so they do not pile up.
1723# Strip out --silent because we don't want to record it for future runs.
1724# Also quote any args containing shell meta-characters.
1725# Make two passes to allow for proper duplicate-argument suppression.
1726ac_configure_args=
1727ac_configure_args0=
1728ac_configure_args1=
1729ac_must_keep_next=false
1730for ac_pass in 1 2
1731do
1732  for ac_arg
1733  do
1734    case $ac_arg in
1735    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1736    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1737    | -silent | --silent | --silen | --sile | --sil)
1738      continue ;;
1739    *\'*)
1740      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1741    esac
1742    case $ac_pass in
1743    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1744    2)
1745      as_fn_append ac_configure_args1 " '$ac_arg'"
1746      if test $ac_must_keep_next = true; then
1747	ac_must_keep_next=false # Got value, back to normal.
1748      else
1749	case $ac_arg in
1750	  *=* | --config-cache | -C | -disable-* | --disable-* \
1751	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1752	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1753	  | -with-* | --with-* | -without-* | --without-* | --x)
1754	    case "$ac_configure_args0 " in
1755	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1756	    esac
1757	    ;;
1758	  -* ) ac_must_keep_next=true ;;
1759	esac
1760      fi
1761      as_fn_append ac_configure_args " '$ac_arg'"
1762      ;;
1763    esac
1764  done
1765done
1766{ ac_configure_args0=; unset ac_configure_args0;}
1767{ ac_configure_args1=; unset ac_configure_args1;}
1768
1769# When interrupted or exit'd, cleanup temporary files, and complete
1770# config.log.  We remove comments because anyway the quotes in there
1771# would cause problems or look ugly.
1772# WARNING: Use '\'' to represent an apostrophe within the trap.
1773# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1774trap 'exit_status=$?
1775  # Save into config.log some information that might help in debugging.
1776  {
1777    echo
1778
1779    $as_echo "## ---------------- ##
1780## Cache variables. ##
1781## ---------------- ##"
1782    echo
1783    # The following way of writing the cache mishandles newlines in values,
1784(
1785  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1786    eval ac_val=\$$ac_var
1787    case $ac_val in #(
1788    *${as_nl}*)
1789      case $ac_var in #(
1790      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1791$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1792      esac
1793      case $ac_var in #(
1794      _ | IFS | as_nl) ;; #(
1795      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1796      *) { eval $ac_var=; unset $ac_var;} ;;
1797      esac ;;
1798    esac
1799  done
1800  (set) 2>&1 |
1801    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1802    *${as_nl}ac_space=\ *)
1803      sed -n \
1804	"s/'\''/'\''\\\\'\'''\''/g;
1805	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1806      ;; #(
1807    *)
1808      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1809      ;;
1810    esac |
1811    sort
1812)
1813    echo
1814
1815    $as_echo "## ----------------- ##
1816## Output variables. ##
1817## ----------------- ##"
1818    echo
1819    for ac_var in $ac_subst_vars
1820    do
1821      eval ac_val=\$$ac_var
1822      case $ac_val in
1823      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1824      esac
1825      $as_echo "$ac_var='\''$ac_val'\''"
1826    done | sort
1827    echo
1828
1829    if test -n "$ac_subst_files"; then
1830      $as_echo "## ------------------- ##
1831## File substitutions. ##
1832## ------------------- ##"
1833      echo
1834      for ac_var in $ac_subst_files
1835      do
1836	eval ac_val=\$$ac_var
1837	case $ac_val in
1838	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1839	esac
1840	$as_echo "$ac_var='\''$ac_val'\''"
1841      done | sort
1842      echo
1843    fi
1844
1845    if test -s confdefs.h; then
1846      $as_echo "## ----------- ##
1847## confdefs.h. ##
1848## ----------- ##"
1849      echo
1850      cat confdefs.h
1851      echo
1852    fi
1853    test "$ac_signal" != 0 &&
1854      $as_echo "$as_me: caught signal $ac_signal"
1855    $as_echo "$as_me: exit $exit_status"
1856  } >&5
1857  rm -f core *.core core.conftest.* &&
1858    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1859    exit $exit_status
1860' 0
1861for ac_signal in 1 2 13 15; do
1862  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1863done
1864ac_signal=0
1865
1866# confdefs.h avoids OS command line length limits that DEFS can exceed.
1867rm -f -r conftest* confdefs.h
1868
1869$as_echo "/* confdefs.h */" > confdefs.h
1870
1871# Predefined preprocessor variables.
1872
1873cat >>confdefs.h <<_ACEOF
1874#define PACKAGE_NAME "$PACKAGE_NAME"
1875_ACEOF
1876
1877cat >>confdefs.h <<_ACEOF
1878#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1879_ACEOF
1880
1881cat >>confdefs.h <<_ACEOF
1882#define PACKAGE_VERSION "$PACKAGE_VERSION"
1883_ACEOF
1884
1885cat >>confdefs.h <<_ACEOF
1886#define PACKAGE_STRING "$PACKAGE_STRING"
1887_ACEOF
1888
1889cat >>confdefs.h <<_ACEOF
1890#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1891_ACEOF
1892
1893cat >>confdefs.h <<_ACEOF
1894#define PACKAGE_URL "$PACKAGE_URL"
1895_ACEOF
1896
1897
1898# Let the site file select an alternate cache file if it wants to.
1899# Prefer an explicitly selected file to automatically selected ones.
1900ac_site_file1=NONE
1901ac_site_file2=NONE
1902if test -n "$CONFIG_SITE"; then
1903  # We do not want a PATH search for config.site.
1904  case $CONFIG_SITE in #((
1905    -*)  ac_site_file1=./$CONFIG_SITE;;
1906    */*) ac_site_file1=$CONFIG_SITE;;
1907    *)   ac_site_file1=./$CONFIG_SITE;;
1908  esac
1909elif test "x$prefix" != xNONE; then
1910  ac_site_file1=$prefix/share/config.site
1911  ac_site_file2=$prefix/etc/config.site
1912else
1913  ac_site_file1=$ac_default_prefix/share/config.site
1914  ac_site_file2=$ac_default_prefix/etc/config.site
1915fi
1916for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1917do
1918  test "x$ac_site_file" = xNONE && continue
1919  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1920    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1921$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1922    sed 's/^/| /' "$ac_site_file" >&5
1923    . "$ac_site_file" \
1924      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1925$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1926as_fn_error $? "failed to load site script $ac_site_file
1927See \`config.log' for more details" "$LINENO" 5; }
1928  fi
1929done
1930
1931if test -r "$cache_file"; then
1932  # Some versions of bash will fail to source /dev/null (special files
1933  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1934  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1935    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1936$as_echo "$as_me: loading cache $cache_file" >&6;}
1937    case $cache_file in
1938      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1939      *)                      . "./$cache_file";;
1940    esac
1941  fi
1942else
1943  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1944$as_echo "$as_me: creating cache $cache_file" >&6;}
1945  >$cache_file
1946fi
1947
1948# Check that the precious variables saved in the cache have kept the same
1949# value.
1950ac_cache_corrupted=false
1951for ac_var in $ac_precious_vars; do
1952  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1953  eval ac_new_set=\$ac_env_${ac_var}_set
1954  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1955  eval ac_new_val=\$ac_env_${ac_var}_value
1956  case $ac_old_set,$ac_new_set in
1957    set,)
1958      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1959$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1960      ac_cache_corrupted=: ;;
1961    ,set)
1962      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1963$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1964      ac_cache_corrupted=: ;;
1965    ,);;
1966    *)
1967      if test "x$ac_old_val" != "x$ac_new_val"; then
1968	# differences in whitespace do not lead to failure.
1969	ac_old_val_w=`echo x $ac_old_val`
1970	ac_new_val_w=`echo x $ac_new_val`
1971	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1972	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1973$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1974	  ac_cache_corrupted=:
1975	else
1976	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1977$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1978	  eval $ac_var=\$ac_old_val
1979	fi
1980	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1981$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1982	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1983$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1984      fi;;
1985  esac
1986  # Pass precious variables to config.status.
1987  if test "$ac_new_set" = set; then
1988    case $ac_new_val in
1989    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1990    *) ac_arg=$ac_var=$ac_new_val ;;
1991    esac
1992    case " $ac_configure_args " in
1993      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1994      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1995    esac
1996  fi
1997done
1998if $ac_cache_corrupted; then
1999  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2000$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2001  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2002$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2003  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2004fi
2005## -------------------- ##
2006## Main body of script. ##
2007## -------------------- ##
2008
2009ac_ext=c
2010ac_cpp='$CPP $CPPFLAGS'
2011ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2012ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2013ac_compiler_gnu=$ac_cv_c_compiler_gnu
2014
2015
2016am__api_version='1.11'
2017
2018ac_aux_dir=
2019for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2020  if test -f "$ac_dir/install-sh"; then
2021    ac_aux_dir=$ac_dir
2022    ac_install_sh="$ac_aux_dir/install-sh -c"
2023    break
2024  elif test -f "$ac_dir/install.sh"; then
2025    ac_aux_dir=$ac_dir
2026    ac_install_sh="$ac_aux_dir/install.sh -c"
2027    break
2028  elif test -f "$ac_dir/shtool"; then
2029    ac_aux_dir=$ac_dir
2030    ac_install_sh="$ac_aux_dir/shtool install -c"
2031    break
2032  fi
2033done
2034if test -z "$ac_aux_dir"; then
2035  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2036fi
2037
2038# These three variables are undocumented and unsupported,
2039# and are intended to be withdrawn in a future Autoconf release.
2040# They can cause serious problems if a builder's source tree is in a directory
2041# whose full name contains unusual characters.
2042ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2043ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2044ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2045
2046
2047# Find a good install program.  We prefer a C program (faster),
2048# so one script is as good as another.  But avoid the broken or
2049# incompatible versions:
2050# SysV /etc/install, /usr/sbin/install
2051# SunOS /usr/etc/install
2052# IRIX /sbin/install
2053# AIX /bin/install
2054# AmigaOS /C/install, which installs bootblocks on floppy discs
2055# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2056# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2057# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2058# OS/2's system install, which has a completely different semantic
2059# ./install, which can be erroneously created by make from ./install.sh.
2060# Reject install programs that cannot install multiple files.
2061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2062$as_echo_n "checking for a BSD-compatible install... " >&6; }
2063if test -z "$INSTALL"; then
2064if ${ac_cv_path_install+:} false; then :
2065  $as_echo_n "(cached) " >&6
2066else
2067  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2068for as_dir in $PATH
2069do
2070  IFS=$as_save_IFS
2071  test -z "$as_dir" && as_dir=.
2072    # Account for people who put trailing slashes in PATH elements.
2073case $as_dir/ in #((
2074  ./ | .// | /[cC]/* | \
2075  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2076  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2077  /usr/ucb/* ) ;;
2078  *)
2079    # OSF1 and SCO ODT 3.0 have their own names for install.
2080    # Don't use installbsd from OSF since it installs stuff as root
2081    # by default.
2082    for ac_prog in ginstall scoinst install; do
2083      for ac_exec_ext in '' $ac_executable_extensions; do
2084	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2085	  if test $ac_prog = install &&
2086	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2087	    # AIX install.  It has an incompatible calling convention.
2088	    :
2089	  elif test $ac_prog = install &&
2090	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2091	    # program-specific install script used by HP pwplus--don't use.
2092	    :
2093	  else
2094	    rm -rf conftest.one conftest.two conftest.dir
2095	    echo one > conftest.one
2096	    echo two > conftest.two
2097	    mkdir conftest.dir
2098	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2099	      test -s conftest.one && test -s conftest.two &&
2100	      test -s conftest.dir/conftest.one &&
2101	      test -s conftest.dir/conftest.two
2102	    then
2103	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2104	      break 3
2105	    fi
2106	  fi
2107	fi
2108      done
2109    done
2110    ;;
2111esac
2112
2113  done
2114IFS=$as_save_IFS
2115
2116rm -rf conftest.one conftest.two conftest.dir
2117
2118fi
2119  if test "${ac_cv_path_install+set}" = set; then
2120    INSTALL=$ac_cv_path_install
2121  else
2122    # As a last resort, use the slow shell script.  Don't cache a
2123    # value for INSTALL within a source directory, because that will
2124    # break other packages using the cache if that directory is
2125    # removed, or if the value is a relative name.
2126    INSTALL=$ac_install_sh
2127  fi
2128fi
2129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2130$as_echo "$INSTALL" >&6; }
2131
2132# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2133# It thinks the first close brace ends the variable substitution.
2134test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2135
2136test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2137
2138test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2139
2140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2141$as_echo_n "checking whether build environment is sane... " >&6; }
2142# Just in case
2143sleep 1
2144echo timestamp > conftest.file
2145# Reject unsafe characters in $srcdir or the absolute working directory
2146# name.  Accept space and tab only in the latter.
2147am_lf='
2148'
2149case `pwd` in
2150  *[\\\"\#\$\&\'\`$am_lf]*)
2151    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2152esac
2153case $srcdir in
2154  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2155    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2156esac
2157
2158# Do `set' in a subshell so we don't clobber the current shell's
2159# arguments.  Must try -L first in case configure is actually a
2160# symlink; some systems play weird games with the mod time of symlinks
2161# (eg FreeBSD returns the mod time of the symlink's containing
2162# directory).
2163if (
2164   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2165   if test "$*" = "X"; then
2166      # -L didn't work.
2167      set X `ls -t "$srcdir/configure" conftest.file`
2168   fi
2169   rm -f conftest.file
2170   if test "$*" != "X $srcdir/configure conftest.file" \
2171      && test "$*" != "X conftest.file $srcdir/configure"; then
2172
2173      # If neither matched, then we have a broken ls.  This can happen
2174      # if, for instance, CONFIG_SHELL is bash and it inherits a
2175      # broken ls alias from the environment.  This has actually
2176      # happened.  Such a system could not be considered "sane".
2177      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2178alias in your environment" "$LINENO" 5
2179   fi
2180
2181   test "$2" = conftest.file
2182   )
2183then
2184   # Ok.
2185   :
2186else
2187   as_fn_error $? "newly created file is older than distributed files!
2188Check your system clock" "$LINENO" 5
2189fi
2190{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2191$as_echo "yes" >&6; }
2192test "$program_prefix" != NONE &&
2193  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2194# Use a double $ so make ignores it.
2195test "$program_suffix" != NONE &&
2196  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2197# Double any \ or $.
2198# By default was `s,x,x', remove it if useless.
2199ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2200program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2201
2202# expand $ac_aux_dir to an absolute path
2203am_aux_dir=`cd $ac_aux_dir && pwd`
2204
2205if test x"${MISSING+set}" != xset; then
2206  case $am_aux_dir in
2207  *\ * | *\	*)
2208    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2209  *)
2210    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2211  esac
2212fi
2213# Use eval to expand $SHELL
2214if eval "$MISSING --run true"; then
2215  am_missing_run="$MISSING --run "
2216else
2217  am_missing_run=
2218  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2219$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2220fi
2221
2222if test x"${install_sh}" != xset; then
2223  case $am_aux_dir in
2224  *\ * | *\	*)
2225    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2226  *)
2227    install_sh="\${SHELL} $am_aux_dir/install-sh"
2228  esac
2229fi
2230
2231# Installed binaries are usually stripped using `strip' when the user
2232# run `make install-strip'.  However `strip' might not be the right
2233# tool to use in cross-compilation environments, therefore Automake
2234# will honor the `STRIP' environment variable to overrule this program.
2235if test "$cross_compiling" != no; then
2236  if test -n "$ac_tool_prefix"; then
2237  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2238set dummy ${ac_tool_prefix}strip; ac_word=$2
2239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2240$as_echo_n "checking for $ac_word... " >&6; }
2241if ${ac_cv_prog_STRIP+:} false; then :
2242  $as_echo_n "(cached) " >&6
2243else
2244  if test -n "$STRIP"; then
2245  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2246else
2247as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2248for as_dir in $PATH
2249do
2250  IFS=$as_save_IFS
2251  test -z "$as_dir" && as_dir=.
2252    for ac_exec_ext in '' $ac_executable_extensions; do
2253  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2254    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2255    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2256    break 2
2257  fi
2258done
2259  done
2260IFS=$as_save_IFS
2261
2262fi
2263fi
2264STRIP=$ac_cv_prog_STRIP
2265if test -n "$STRIP"; then
2266  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2267$as_echo "$STRIP" >&6; }
2268else
2269  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2270$as_echo "no" >&6; }
2271fi
2272
2273
2274fi
2275if test -z "$ac_cv_prog_STRIP"; then
2276  ac_ct_STRIP=$STRIP
2277  # Extract the first word of "strip", so it can be a program name with args.
2278set dummy strip; ac_word=$2
2279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2280$as_echo_n "checking for $ac_word... " >&6; }
2281if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2282  $as_echo_n "(cached) " >&6
2283else
2284  if test -n "$ac_ct_STRIP"; then
2285  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2286else
2287as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2288for as_dir in $PATH
2289do
2290  IFS=$as_save_IFS
2291  test -z "$as_dir" && as_dir=.
2292    for ac_exec_ext in '' $ac_executable_extensions; do
2293  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2294    ac_cv_prog_ac_ct_STRIP="strip"
2295    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2296    break 2
2297  fi
2298done
2299  done
2300IFS=$as_save_IFS
2301
2302fi
2303fi
2304ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2305if test -n "$ac_ct_STRIP"; then
2306  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2307$as_echo "$ac_ct_STRIP" >&6; }
2308else
2309  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2310$as_echo "no" >&6; }
2311fi
2312
2313  if test "x$ac_ct_STRIP" = x; then
2314    STRIP=":"
2315  else
2316    case $cross_compiling:$ac_tool_warned in
2317yes:)
2318{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2319$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2320ac_tool_warned=yes ;;
2321esac
2322    STRIP=$ac_ct_STRIP
2323  fi
2324else
2325  STRIP="$ac_cv_prog_STRIP"
2326fi
2327
2328fi
2329INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2330
2331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2332$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2333if test -z "$MKDIR_P"; then
2334  if ${ac_cv_path_mkdir+:} false; then :
2335  $as_echo_n "(cached) " >&6
2336else
2337  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2338for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2339do
2340  IFS=$as_save_IFS
2341  test -z "$as_dir" && as_dir=.
2342    for ac_prog in mkdir gmkdir; do
2343	 for ac_exec_ext in '' $ac_executable_extensions; do
2344	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2345	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2346	     'mkdir (GNU coreutils) '* | \
2347	     'mkdir (coreutils) '* | \
2348	     'mkdir (fileutils) '4.1*)
2349	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2350	       break 3;;
2351	   esac
2352	 done
2353       done
2354  done
2355IFS=$as_save_IFS
2356
2357fi
2358
2359  test -d ./--version && rmdir ./--version
2360  if test "${ac_cv_path_mkdir+set}" = set; then
2361    MKDIR_P="$ac_cv_path_mkdir -p"
2362  else
2363    # As a last resort, use the slow shell script.  Don't cache a
2364    # value for MKDIR_P within a source directory, because that will
2365    # break other packages using the cache if that directory is
2366    # removed, or if the value is a relative name.
2367    MKDIR_P="$ac_install_sh -d"
2368  fi
2369fi
2370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2371$as_echo "$MKDIR_P" >&6; }
2372
2373mkdir_p="$MKDIR_P"
2374case $mkdir_p in
2375  [\\/$]* | ?:[\\/]*) ;;
2376  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2377esac
2378
2379for ac_prog in gawk mawk nawk awk
2380do
2381  # Extract the first word of "$ac_prog", so it can be a program name with args.
2382set dummy $ac_prog; ac_word=$2
2383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2384$as_echo_n "checking for $ac_word... " >&6; }
2385if ${ac_cv_prog_AWK+:} false; then :
2386  $as_echo_n "(cached) " >&6
2387else
2388  if test -n "$AWK"; then
2389  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2390else
2391as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2392for as_dir in $PATH
2393do
2394  IFS=$as_save_IFS
2395  test -z "$as_dir" && as_dir=.
2396    for ac_exec_ext in '' $ac_executable_extensions; do
2397  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2398    ac_cv_prog_AWK="$ac_prog"
2399    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2400    break 2
2401  fi
2402done
2403  done
2404IFS=$as_save_IFS
2405
2406fi
2407fi
2408AWK=$ac_cv_prog_AWK
2409if test -n "$AWK"; then
2410  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2411$as_echo "$AWK" >&6; }
2412else
2413  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2414$as_echo "no" >&6; }
2415fi
2416
2417
2418  test -n "$AWK" && break
2419done
2420
2421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2422$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2423set x ${MAKE-make}
2424ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2425if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2426  $as_echo_n "(cached) " >&6
2427else
2428  cat >conftest.make <<\_ACEOF
2429SHELL = /bin/sh
2430all:
2431	@echo '@@@%%%=$(MAKE)=@@@%%%'
2432_ACEOF
2433# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2434case `${MAKE-make} -f conftest.make 2>/dev/null` in
2435  *@@@%%%=?*=@@@%%%*)
2436    eval ac_cv_prog_make_${ac_make}_set=yes;;
2437  *)
2438    eval ac_cv_prog_make_${ac_make}_set=no;;
2439esac
2440rm -f conftest.make
2441fi
2442if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2443  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2444$as_echo "yes" >&6; }
2445  SET_MAKE=
2446else
2447  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2448$as_echo "no" >&6; }
2449  SET_MAKE="MAKE=${MAKE-make}"
2450fi
2451
2452rm -rf .tst 2>/dev/null
2453mkdir .tst 2>/dev/null
2454if test -d .tst; then
2455  am__leading_dot=.
2456else
2457  am__leading_dot=_
2458fi
2459rmdir .tst 2>/dev/null
2460
2461if test "`cd $srcdir && pwd`" != "`pwd`"; then
2462  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2463  # is not polluted with repeated "-I."
2464  am__isrc=' -I$(srcdir)'
2465  # test to see if srcdir already configured
2466  if test -f $srcdir/config.status; then
2467    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2468  fi
2469fi
2470
2471# test whether we have cygpath
2472if test -z "$CYGPATH_W"; then
2473  if (cygpath --version) >/dev/null 2>/dev/null; then
2474    CYGPATH_W='cygpath -w'
2475  else
2476    CYGPATH_W=echo
2477  fi
2478fi
2479
2480
2481# Define the identity of the package.
2482 PACKAGE='font-util'
2483 VERSION='1.2.0'
2484
2485
2486cat >>confdefs.h <<_ACEOF
2487#define PACKAGE "$PACKAGE"
2488_ACEOF
2489
2490
2491cat >>confdefs.h <<_ACEOF
2492#define VERSION "$VERSION"
2493_ACEOF
2494
2495# Some tools Automake needs.
2496
2497ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2498
2499
2500AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2501
2502
2503AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2504
2505
2506AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2507
2508
2509MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2510
2511# We need awk for the "check" target.  The system "awk" is bad on
2512# some platforms.
2513# Always define AMTAR for backward compatibility.
2514
2515AMTAR=${AMTAR-"${am_missing_run}tar"}
2516
2517am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2518
2519
2520
2521
2522
2523
2524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2525$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2526    # Check whether --enable-maintainer-mode was given.
2527if test "${enable_maintainer_mode+set}" = set; then :
2528  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2529else
2530  USE_MAINTAINER_MODE=no
2531fi
2532
2533  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2534$as_echo "$USE_MAINTAINER_MODE" >&6; }
2535   if test $USE_MAINTAINER_MODE = yes; then
2536  MAINTAINER_MODE_TRUE=
2537  MAINTAINER_MODE_FALSE='#'
2538else
2539  MAINTAINER_MODE_TRUE='#'
2540  MAINTAINER_MODE_FALSE=
2541fi
2542
2543  MAINT=$MAINTAINER_MODE_TRUE
2544
2545
2546
2547# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559ac_config_headers="$ac_config_headers config.h"
2560
2561
2562DEPDIR="${am__leading_dot}deps"
2563
2564ac_config_commands="$ac_config_commands depfiles"
2565
2566
2567am_make=${MAKE-make}
2568cat > confinc << 'END'
2569am__doit:
2570	@echo this is the am__doit target
2571.PHONY: am__doit
2572END
2573# If we don't find an include directive, just comment out the code.
2574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2575$as_echo_n "checking for style of include used by $am_make... " >&6; }
2576am__include="#"
2577am__quote=
2578_am_result=none
2579# First try GNU make style include.
2580echo "include confinc" > confmf
2581# Ignore all kinds of additional output from `make'.
2582case `$am_make -s -f confmf 2> /dev/null` in #(
2583*the\ am__doit\ target*)
2584  am__include=include
2585  am__quote=
2586  _am_result=GNU
2587  ;;
2588esac
2589# Now try BSD make style include.
2590if test "$am__include" = "#"; then
2591   echo '.include "confinc"' > confmf
2592   case `$am_make -s -f confmf 2> /dev/null` in #(
2593   *the\ am__doit\ target*)
2594     am__include=.include
2595     am__quote="\""
2596     _am_result=BSD
2597     ;;
2598   esac
2599fi
2600
2601
2602{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
2603$as_echo "$_am_result" >&6; }
2604rm -f confinc confmf
2605
2606# Check whether --enable-dependency-tracking was given.
2607if test "${enable_dependency_tracking+set}" = set; then :
2608  enableval=$enable_dependency_tracking;
2609fi
2610
2611if test "x$enable_dependency_tracking" != xno; then
2612  am_depcomp="$ac_aux_dir/depcomp"
2613  AMDEPBACKSLASH='\'
2614fi
2615 if test "x$enable_dependency_tracking" != xno; then
2616  AMDEP_TRUE=
2617  AMDEP_FALSE='#'
2618else
2619  AMDEP_TRUE='#'
2620  AMDEP_FALSE=
2621fi
2622
2623
2624ac_ext=c
2625ac_cpp='$CPP $CPPFLAGS'
2626ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2627ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2628ac_compiler_gnu=$ac_cv_c_compiler_gnu
2629if test -n "$ac_tool_prefix"; then
2630  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2631set dummy ${ac_tool_prefix}gcc; ac_word=$2
2632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2633$as_echo_n "checking for $ac_word... " >&6; }
2634if ${ac_cv_prog_CC+:} false; then :
2635  $as_echo_n "(cached) " >&6
2636else
2637  if test -n "$CC"; then
2638  ac_cv_prog_CC="$CC" # Let the user override the test.
2639else
2640as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2641for as_dir in $PATH
2642do
2643  IFS=$as_save_IFS
2644  test -z "$as_dir" && as_dir=.
2645    for ac_exec_ext in '' $ac_executable_extensions; do
2646  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2647    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2648    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2649    break 2
2650  fi
2651done
2652  done
2653IFS=$as_save_IFS
2654
2655fi
2656fi
2657CC=$ac_cv_prog_CC
2658if test -n "$CC"; then
2659  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2660$as_echo "$CC" >&6; }
2661else
2662  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2663$as_echo "no" >&6; }
2664fi
2665
2666
2667fi
2668if test -z "$ac_cv_prog_CC"; then
2669  ac_ct_CC=$CC
2670  # Extract the first word of "gcc", so it can be a program name with args.
2671set dummy gcc; ac_word=$2
2672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2673$as_echo_n "checking for $ac_word... " >&6; }
2674if ${ac_cv_prog_ac_ct_CC+:} false; then :
2675  $as_echo_n "(cached) " >&6
2676else
2677  if test -n "$ac_ct_CC"; then
2678  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2679else
2680as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2681for as_dir in $PATH
2682do
2683  IFS=$as_save_IFS
2684  test -z "$as_dir" && as_dir=.
2685    for ac_exec_ext in '' $ac_executable_extensions; do
2686  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2687    ac_cv_prog_ac_ct_CC="gcc"
2688    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2689    break 2
2690  fi
2691done
2692  done
2693IFS=$as_save_IFS
2694
2695fi
2696fi
2697ac_ct_CC=$ac_cv_prog_ac_ct_CC
2698if test -n "$ac_ct_CC"; then
2699  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2700$as_echo "$ac_ct_CC" >&6; }
2701else
2702  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2703$as_echo "no" >&6; }
2704fi
2705
2706  if test "x$ac_ct_CC" = x; then
2707    CC=""
2708  else
2709    case $cross_compiling:$ac_tool_warned in
2710yes:)
2711{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2712$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2713ac_tool_warned=yes ;;
2714esac
2715    CC=$ac_ct_CC
2716  fi
2717else
2718  CC="$ac_cv_prog_CC"
2719fi
2720
2721if test -z "$CC"; then
2722          if test -n "$ac_tool_prefix"; then
2723    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2724set dummy ${ac_tool_prefix}cc; ac_word=$2
2725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2726$as_echo_n "checking for $ac_word... " >&6; }
2727if ${ac_cv_prog_CC+:} false; then :
2728  $as_echo_n "(cached) " >&6
2729else
2730  if test -n "$CC"; then
2731  ac_cv_prog_CC="$CC" # Let the user override the test.
2732else
2733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2734for as_dir in $PATH
2735do
2736  IFS=$as_save_IFS
2737  test -z "$as_dir" && as_dir=.
2738    for ac_exec_ext in '' $ac_executable_extensions; do
2739  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2740    ac_cv_prog_CC="${ac_tool_prefix}cc"
2741    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2742    break 2
2743  fi
2744done
2745  done
2746IFS=$as_save_IFS
2747
2748fi
2749fi
2750CC=$ac_cv_prog_CC
2751if test -n "$CC"; then
2752  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2753$as_echo "$CC" >&6; }
2754else
2755  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2756$as_echo "no" >&6; }
2757fi
2758
2759
2760  fi
2761fi
2762if test -z "$CC"; then
2763  # Extract the first word of "cc", so it can be a program name with args.
2764set dummy cc; ac_word=$2
2765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2766$as_echo_n "checking for $ac_word... " >&6; }
2767if ${ac_cv_prog_CC+:} false; then :
2768  $as_echo_n "(cached) " >&6
2769else
2770  if test -n "$CC"; then
2771  ac_cv_prog_CC="$CC" # Let the user override the test.
2772else
2773  ac_prog_rejected=no
2774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2775for as_dir in $PATH
2776do
2777  IFS=$as_save_IFS
2778  test -z "$as_dir" && as_dir=.
2779    for ac_exec_ext in '' $ac_executable_extensions; do
2780  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2781    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2782       ac_prog_rejected=yes
2783       continue
2784     fi
2785    ac_cv_prog_CC="cc"
2786    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2787    break 2
2788  fi
2789done
2790  done
2791IFS=$as_save_IFS
2792
2793if test $ac_prog_rejected = yes; then
2794  # We found a bogon in the path, so make sure we never use it.
2795  set dummy $ac_cv_prog_CC
2796  shift
2797  if test $# != 0; then
2798    # We chose a different compiler from the bogus one.
2799    # However, it has the same basename, so the bogon will be chosen
2800    # first if we set CC to just the basename; use the full file name.
2801    shift
2802    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2803  fi
2804fi
2805fi
2806fi
2807CC=$ac_cv_prog_CC
2808if test -n "$CC"; then
2809  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2810$as_echo "$CC" >&6; }
2811else
2812  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2813$as_echo "no" >&6; }
2814fi
2815
2816
2817fi
2818if test -z "$CC"; then
2819  if test -n "$ac_tool_prefix"; then
2820  for ac_prog in cl.exe
2821  do
2822    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2823set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2825$as_echo_n "checking for $ac_word... " >&6; }
2826if ${ac_cv_prog_CC+:} false; then :
2827  $as_echo_n "(cached) " >&6
2828else
2829  if test -n "$CC"; then
2830  ac_cv_prog_CC="$CC" # Let the user override the test.
2831else
2832as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2833for as_dir in $PATH
2834do
2835  IFS=$as_save_IFS
2836  test -z "$as_dir" && as_dir=.
2837    for ac_exec_ext in '' $ac_executable_extensions; do
2838  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2839    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2840    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2841    break 2
2842  fi
2843done
2844  done
2845IFS=$as_save_IFS
2846
2847fi
2848fi
2849CC=$ac_cv_prog_CC
2850if test -n "$CC"; then
2851  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2852$as_echo "$CC" >&6; }
2853else
2854  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2855$as_echo "no" >&6; }
2856fi
2857
2858
2859    test -n "$CC" && break
2860  done
2861fi
2862if test -z "$CC"; then
2863  ac_ct_CC=$CC
2864  for ac_prog in cl.exe
2865do
2866  # Extract the first word of "$ac_prog", so it can be a program name with args.
2867set dummy $ac_prog; ac_word=$2
2868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2869$as_echo_n "checking for $ac_word... " >&6; }
2870if ${ac_cv_prog_ac_ct_CC+:} false; then :
2871  $as_echo_n "(cached) " >&6
2872else
2873  if test -n "$ac_ct_CC"; then
2874  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2875else
2876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2877for as_dir in $PATH
2878do
2879  IFS=$as_save_IFS
2880  test -z "$as_dir" && as_dir=.
2881    for ac_exec_ext in '' $ac_executable_extensions; do
2882  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2883    ac_cv_prog_ac_ct_CC="$ac_prog"
2884    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2885    break 2
2886  fi
2887done
2888  done
2889IFS=$as_save_IFS
2890
2891fi
2892fi
2893ac_ct_CC=$ac_cv_prog_ac_ct_CC
2894if test -n "$ac_ct_CC"; then
2895  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2896$as_echo "$ac_ct_CC" >&6; }
2897else
2898  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2899$as_echo "no" >&6; }
2900fi
2901
2902
2903  test -n "$ac_ct_CC" && break
2904done
2905
2906  if test "x$ac_ct_CC" = x; then
2907    CC=""
2908  else
2909    case $cross_compiling:$ac_tool_warned in
2910yes:)
2911{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2912$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2913ac_tool_warned=yes ;;
2914esac
2915    CC=$ac_ct_CC
2916  fi
2917fi
2918
2919fi
2920
2921
2922test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2923$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2924as_fn_error $? "no acceptable C compiler found in \$PATH
2925See \`config.log' for more details" "$LINENO" 5; }
2926
2927# Provide some information about the compiler.
2928$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2929set X $ac_compile
2930ac_compiler=$2
2931for ac_option in --version -v -V -qversion; do
2932  { { ac_try="$ac_compiler $ac_option >&5"
2933case "(($ac_try" in
2934  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2935  *) ac_try_echo=$ac_try;;
2936esac
2937eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2938$as_echo "$ac_try_echo"; } >&5
2939  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2940  ac_status=$?
2941  if test -s conftest.err; then
2942    sed '10a\
2943... rest of stderr output deleted ...
2944         10q' conftest.err >conftest.er1
2945    cat conftest.er1 >&5
2946  fi
2947  rm -f conftest.er1 conftest.err
2948  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2949  test $ac_status = 0; }
2950done
2951
2952cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2953/* end confdefs.h.  */
2954
2955int
2956main ()
2957{
2958
2959  ;
2960  return 0;
2961}
2962_ACEOF
2963ac_clean_files_save=$ac_clean_files
2964ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2965# Try to create an executable without -o first, disregard a.out.
2966# It will help us diagnose broken compilers, and finding out an intuition
2967# of exeext.
2968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2969$as_echo_n "checking whether the C compiler works... " >&6; }
2970ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2971
2972# The possible output files:
2973ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2974
2975ac_rmfiles=
2976for ac_file in $ac_files
2977do
2978  case $ac_file in
2979    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2980    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2981  esac
2982done
2983rm -f $ac_rmfiles
2984
2985if { { ac_try="$ac_link_default"
2986case "(($ac_try" in
2987  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2988  *) ac_try_echo=$ac_try;;
2989esac
2990eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2991$as_echo "$ac_try_echo"; } >&5
2992  (eval "$ac_link_default") 2>&5
2993  ac_status=$?
2994  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2995  test $ac_status = 0; }; then :
2996  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2997# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2998# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2999# so that the user can short-circuit this test for compilers unknown to
3000# Autoconf.
3001for ac_file in $ac_files ''
3002do
3003  test -f "$ac_file" || continue
3004  case $ac_file in
3005    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3006	;;
3007    [ab].out )
3008	# We found the default executable, but exeext='' is most
3009	# certainly right.
3010	break;;
3011    *.* )
3012	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3013	then :; else
3014	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3015	fi
3016	# We set ac_cv_exeext here because the later test for it is not
3017	# safe: cross compilers may not add the suffix if given an `-o'
3018	# argument, so we may need to know it at that point already.
3019	# Even if this section looks crufty: it has the advantage of
3020	# actually working.
3021	break;;
3022    * )
3023	break;;
3024  esac
3025done
3026test "$ac_cv_exeext" = no && ac_cv_exeext=
3027
3028else
3029  ac_file=''
3030fi
3031if test -z "$ac_file"; then :
3032  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3033$as_echo "no" >&6; }
3034$as_echo "$as_me: failed program was:" >&5
3035sed 's/^/| /' conftest.$ac_ext >&5
3036
3037{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3038$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3039as_fn_error 77 "C compiler cannot create executables
3040See \`config.log' for more details" "$LINENO" 5; }
3041else
3042  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3043$as_echo "yes" >&6; }
3044fi
3045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3046$as_echo_n "checking for C compiler default output file name... " >&6; }
3047{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3048$as_echo "$ac_file" >&6; }
3049ac_exeext=$ac_cv_exeext
3050
3051rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3052ac_clean_files=$ac_clean_files_save
3053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3054$as_echo_n "checking for suffix of executables... " >&6; }
3055if { { ac_try="$ac_link"
3056case "(($ac_try" in
3057  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3058  *) ac_try_echo=$ac_try;;
3059esac
3060eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3061$as_echo "$ac_try_echo"; } >&5
3062  (eval "$ac_link") 2>&5
3063  ac_status=$?
3064  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3065  test $ac_status = 0; }; then :
3066  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3067# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3068# work properly (i.e., refer to `conftest.exe'), while it won't with
3069# `rm'.
3070for ac_file in conftest.exe conftest conftest.*; do
3071  test -f "$ac_file" || continue
3072  case $ac_file in
3073    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3074    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3075	  break;;
3076    * ) break;;
3077  esac
3078done
3079else
3080  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3081$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3082as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3083See \`config.log' for more details" "$LINENO" 5; }
3084fi
3085rm -f conftest conftest$ac_cv_exeext
3086{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3087$as_echo "$ac_cv_exeext" >&6; }
3088
3089rm -f conftest.$ac_ext
3090EXEEXT=$ac_cv_exeext
3091ac_exeext=$EXEEXT
3092cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3093/* end confdefs.h.  */
3094#include <stdio.h>
3095int
3096main ()
3097{
3098FILE *f = fopen ("conftest.out", "w");
3099 return ferror (f) || fclose (f) != 0;
3100
3101  ;
3102  return 0;
3103}
3104_ACEOF
3105ac_clean_files="$ac_clean_files conftest.out"
3106# Check that the compiler produces executables we can run.  If not, either
3107# the compiler is broken, or we cross compile.
3108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3109$as_echo_n "checking whether we are cross compiling... " >&6; }
3110if test "$cross_compiling" != yes; then
3111  { { ac_try="$ac_link"
3112case "(($ac_try" in
3113  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3114  *) ac_try_echo=$ac_try;;
3115esac
3116eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3117$as_echo "$ac_try_echo"; } >&5
3118  (eval "$ac_link") 2>&5
3119  ac_status=$?
3120  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3121  test $ac_status = 0; }
3122  if { ac_try='./conftest$ac_cv_exeext'
3123  { { case "(($ac_try" in
3124  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3125  *) ac_try_echo=$ac_try;;
3126esac
3127eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3128$as_echo "$ac_try_echo"; } >&5
3129  (eval "$ac_try") 2>&5
3130  ac_status=$?
3131  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3132  test $ac_status = 0; }; }; then
3133    cross_compiling=no
3134  else
3135    if test "$cross_compiling" = maybe; then
3136	cross_compiling=yes
3137    else
3138	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3139$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3140as_fn_error $? "cannot run C compiled programs.
3141If you meant to cross compile, use \`--host'.
3142See \`config.log' for more details" "$LINENO" 5; }
3143    fi
3144  fi
3145fi
3146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3147$as_echo "$cross_compiling" >&6; }
3148
3149rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3150ac_clean_files=$ac_clean_files_save
3151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3152$as_echo_n "checking for suffix of object files... " >&6; }
3153if ${ac_cv_objext+:} false; then :
3154  $as_echo_n "(cached) " >&6
3155else
3156  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3157/* end confdefs.h.  */
3158
3159int
3160main ()
3161{
3162
3163  ;
3164  return 0;
3165}
3166_ACEOF
3167rm -f conftest.o conftest.obj
3168if { { ac_try="$ac_compile"
3169case "(($ac_try" in
3170  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3171  *) ac_try_echo=$ac_try;;
3172esac
3173eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3174$as_echo "$ac_try_echo"; } >&5
3175  (eval "$ac_compile") 2>&5
3176  ac_status=$?
3177  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3178  test $ac_status = 0; }; then :
3179  for ac_file in conftest.o conftest.obj conftest.*; do
3180  test -f "$ac_file" || continue;
3181  case $ac_file in
3182    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3183    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3184       break;;
3185  esac
3186done
3187else
3188  $as_echo "$as_me: failed program was:" >&5
3189sed 's/^/| /' conftest.$ac_ext >&5
3190
3191{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3192$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3193as_fn_error $? "cannot compute suffix of object files: cannot compile
3194See \`config.log' for more details" "$LINENO" 5; }
3195fi
3196rm -f conftest.$ac_cv_objext conftest.$ac_ext
3197fi
3198{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3199$as_echo "$ac_cv_objext" >&6; }
3200OBJEXT=$ac_cv_objext
3201ac_objext=$OBJEXT
3202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3203$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3204if ${ac_cv_c_compiler_gnu+:} false; then :
3205  $as_echo_n "(cached) " >&6
3206else
3207  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3208/* end confdefs.h.  */
3209
3210int
3211main ()
3212{
3213#ifndef __GNUC__
3214       choke me
3215#endif
3216
3217  ;
3218  return 0;
3219}
3220_ACEOF
3221if ac_fn_c_try_compile "$LINENO"; then :
3222  ac_compiler_gnu=yes
3223else
3224  ac_compiler_gnu=no
3225fi
3226rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3227ac_cv_c_compiler_gnu=$ac_compiler_gnu
3228
3229fi
3230{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3231$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3232if test $ac_compiler_gnu = yes; then
3233  GCC=yes
3234else
3235  GCC=
3236fi
3237ac_test_CFLAGS=${CFLAGS+set}
3238ac_save_CFLAGS=$CFLAGS
3239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3240$as_echo_n "checking whether $CC accepts -g... " >&6; }
3241if ${ac_cv_prog_cc_g+:} false; then :
3242  $as_echo_n "(cached) " >&6
3243else
3244  ac_save_c_werror_flag=$ac_c_werror_flag
3245   ac_c_werror_flag=yes
3246   ac_cv_prog_cc_g=no
3247   CFLAGS="-g"
3248   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3249/* end confdefs.h.  */
3250
3251int
3252main ()
3253{
3254
3255  ;
3256  return 0;
3257}
3258_ACEOF
3259if ac_fn_c_try_compile "$LINENO"; then :
3260  ac_cv_prog_cc_g=yes
3261else
3262  CFLAGS=""
3263      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3264/* end confdefs.h.  */
3265
3266int
3267main ()
3268{
3269
3270  ;
3271  return 0;
3272}
3273_ACEOF
3274if ac_fn_c_try_compile "$LINENO"; then :
3275
3276else
3277  ac_c_werror_flag=$ac_save_c_werror_flag
3278	 CFLAGS="-g"
3279	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3280/* end confdefs.h.  */
3281
3282int
3283main ()
3284{
3285
3286  ;
3287  return 0;
3288}
3289_ACEOF
3290if ac_fn_c_try_compile "$LINENO"; then :
3291  ac_cv_prog_cc_g=yes
3292fi
3293rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3294fi
3295rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3296fi
3297rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3298   ac_c_werror_flag=$ac_save_c_werror_flag
3299fi
3300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3301$as_echo "$ac_cv_prog_cc_g" >&6; }
3302if test "$ac_test_CFLAGS" = set; then
3303  CFLAGS=$ac_save_CFLAGS
3304elif test $ac_cv_prog_cc_g = yes; then
3305  if test "$GCC" = yes; then
3306    CFLAGS="-g -O2"
3307  else
3308    CFLAGS="-g"
3309  fi
3310else
3311  if test "$GCC" = yes; then
3312    CFLAGS="-O2"
3313  else
3314    CFLAGS=
3315  fi
3316fi
3317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3318$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3319if ${ac_cv_prog_cc_c89+:} false; then :
3320  $as_echo_n "(cached) " >&6
3321else
3322  ac_cv_prog_cc_c89=no
3323ac_save_CC=$CC
3324cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3325/* end confdefs.h.  */
3326#include <stdarg.h>
3327#include <stdio.h>
3328#include <sys/types.h>
3329#include <sys/stat.h>
3330/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3331struct buf { int x; };
3332FILE * (*rcsopen) (struct buf *, struct stat *, int);
3333static char *e (p, i)
3334     char **p;
3335     int i;
3336{
3337  return p[i];
3338}
3339static char *f (char * (*g) (char **, int), char **p, ...)
3340{
3341  char *s;
3342  va_list v;
3343  va_start (v,p);
3344  s = g (p, va_arg (v,int));
3345  va_end (v);
3346  return s;
3347}
3348
3349/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3350   function prototypes and stuff, but not '\xHH' hex character constants.
3351   These don't provoke an error unfortunately, instead are silently treated
3352   as 'x'.  The following induces an error, until -std is added to get
3353   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3354   array size at least.  It's necessary to write '\x00'==0 to get something
3355   that's true only with -std.  */
3356int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3357
3358/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3359   inside strings and character constants.  */
3360#define FOO(x) 'x'
3361int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3362
3363int test (int i, double x);
3364struct s1 {int (*f) (int a);};
3365struct s2 {int (*f) (double a);};
3366int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3367int argc;
3368char **argv;
3369int
3370main ()
3371{
3372return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3373  ;
3374  return 0;
3375}
3376_ACEOF
3377for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3378	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3379do
3380  CC="$ac_save_CC $ac_arg"
3381  if ac_fn_c_try_compile "$LINENO"; then :
3382  ac_cv_prog_cc_c89=$ac_arg
3383fi
3384rm -f core conftest.err conftest.$ac_objext
3385  test "x$ac_cv_prog_cc_c89" != "xno" && break
3386done
3387rm -f conftest.$ac_ext
3388CC=$ac_save_CC
3389
3390fi
3391# AC_CACHE_VAL
3392case "x$ac_cv_prog_cc_c89" in
3393  x)
3394    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3395$as_echo "none needed" >&6; } ;;
3396  xno)
3397    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3398$as_echo "unsupported" >&6; } ;;
3399  *)
3400    CC="$CC $ac_cv_prog_cc_c89"
3401    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3402$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3403esac
3404if test "x$ac_cv_prog_cc_c89" != xno; then :
3405
3406fi
3407
3408ac_ext=c
3409ac_cpp='$CPP $CPPFLAGS'
3410ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3411ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3412ac_compiler_gnu=$ac_cv_c_compiler_gnu
3413
3414depcc="$CC"   am_compiler_list=
3415
3416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3417$as_echo_n "checking dependency style of $depcc... " >&6; }
3418if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3419  $as_echo_n "(cached) " >&6
3420else
3421  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3422  # We make a subdir and do the tests there.  Otherwise we can end up
3423  # making bogus files that we don't know about and never remove.  For
3424  # instance it was reported that on HP-UX the gcc test will end up
3425  # making a dummy file named `D' -- because `-MD' means `put the output
3426  # in D'.
3427  mkdir conftest.dir
3428  # Copy depcomp to subdir because otherwise we won't find it if we're
3429  # using a relative directory.
3430  cp "$am_depcomp" conftest.dir
3431  cd conftest.dir
3432  # We will build objects and dependencies in a subdirectory because
3433  # it helps to detect inapplicable dependency modes.  For instance
3434  # both Tru64's cc and ICC support -MD to output dependencies as a
3435  # side effect of compilation, but ICC will put the dependencies in
3436  # the current directory while Tru64 will put them in the object
3437  # directory.
3438  mkdir sub
3439
3440  am_cv_CC_dependencies_compiler_type=none
3441  if test "$am_compiler_list" = ""; then
3442     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3443  fi
3444  am__universal=false
3445  case " $depcc " in #(
3446     *\ -arch\ *\ -arch\ *) am__universal=true ;;
3447     esac
3448
3449  for depmode in $am_compiler_list; do
3450    # Setup a source with many dependencies, because some compilers
3451    # like to wrap large dependency lists on column 80 (with \), and
3452    # we should not choose a depcomp mode which is confused by this.
3453    #
3454    # We need to recreate these files for each test, as the compiler may
3455    # overwrite some of them when testing with obscure command lines.
3456    # This happens at least with the AIX C compiler.
3457    : > sub/conftest.c
3458    for i in 1 2 3 4 5 6; do
3459      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3460      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3461      # Solaris 8's {/usr,}/bin/sh.
3462      touch sub/conftst$i.h
3463    done
3464    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3465
3466    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3467    # mode.  It turns out that the SunPro C++ compiler does not properly
3468    # handle `-M -o', and we need to detect this.  Also, some Intel
3469    # versions had trouble with output in subdirs
3470    am__obj=sub/conftest.${OBJEXT-o}
3471    am__minus_obj="-o $am__obj"
3472    case $depmode in
3473    gcc)
3474      # This depmode causes a compiler race in universal mode.
3475      test "$am__universal" = false || continue
3476      ;;
3477    nosideeffect)
3478      # after this tag, mechanisms are not by side-effect, so they'll
3479      # only be used when explicitly requested
3480      if test "x$enable_dependency_tracking" = xyes; then
3481	continue
3482      else
3483	break
3484      fi
3485      ;;
3486    msvisualcpp | msvcmsys)
3487      # This compiler won't grok `-c -o', but also, the minuso test has
3488      # not run yet.  These depmodes are late enough in the game, and
3489      # so weak that their functioning should not be impacted.
3490      am__obj=conftest.${OBJEXT-o}
3491      am__minus_obj=
3492      ;;
3493    none) break ;;
3494    esac
3495    if depmode=$depmode \
3496       source=sub/conftest.c object=$am__obj \
3497       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3498       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3499         >/dev/null 2>conftest.err &&
3500       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3501       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3502       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3503       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3504      # icc doesn't choke on unknown options, it will just issue warnings
3505      # or remarks (even with -Werror).  So we grep stderr for any message
3506      # that says an option was ignored or not supported.
3507      # When given -MP, icc 7.0 and 7.1 complain thusly:
3508      #   icc: Command line warning: ignoring option '-M'; no argument required
3509      # The diagnosis changed in icc 8.0:
3510      #   icc: Command line remark: option '-MP' not supported
3511      if (grep 'ignoring option' conftest.err ||
3512          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3513        am_cv_CC_dependencies_compiler_type=$depmode
3514        break
3515      fi
3516    fi
3517  done
3518
3519  cd ..
3520  rm -rf conftest.dir
3521else
3522  am_cv_CC_dependencies_compiler_type=none
3523fi
3524
3525fi
3526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3527$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3528CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3529
3530 if
3531  test "x$enable_dependency_tracking" != xno \
3532  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3533  am__fastdepCC_TRUE=
3534  am__fastdepCC_FALSE='#'
3535else
3536  am__fastdepCC_TRUE='#'
3537  am__fastdepCC_FALSE=
3538fi
3539
3540
3541   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
3542$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
3543if ${ac_cv_prog_cc_c99+:} false; then :
3544  $as_echo_n "(cached) " >&6
3545else
3546  ac_cv_prog_cc_c99=no
3547ac_save_CC=$CC
3548cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3549/* end confdefs.h.  */
3550#include <stdarg.h>
3551#include <stdbool.h>
3552#include <stdlib.h>
3553#include <wchar.h>
3554#include <stdio.h>
3555
3556// Check varargs macros.  These examples are taken from C99 6.10.3.5.
3557#define debug(...) fprintf (stderr, __VA_ARGS__)
3558#define showlist(...) puts (#__VA_ARGS__)
3559#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
3560static void
3561test_varargs_macros (void)
3562{
3563  int x = 1234;
3564  int y = 5678;
3565  debug ("Flag");
3566  debug ("X = %d\n", x);
3567  showlist (The first, second, and third items.);
3568  report (x>y, "x is %d but y is %d", x, y);
3569}
3570
3571// Check long long types.
3572#define BIG64 18446744073709551615ull
3573#define BIG32 4294967295ul
3574#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
3575#if !BIG_OK
3576  your preprocessor is broken;
3577#endif
3578#if BIG_OK
3579#else
3580  your preprocessor is broken;
3581#endif
3582static long long int bignum = -9223372036854775807LL;
3583static unsigned long long int ubignum = BIG64;
3584
3585struct incomplete_array
3586{
3587  int datasize;
3588  double data[];
3589};
3590
3591struct named_init {
3592  int number;
3593  const wchar_t *name;
3594  double average;
3595};
3596
3597typedef const char *ccp;
3598
3599static inline int
3600test_restrict (ccp restrict text)
3601{
3602  // See if C++-style comments work.
3603  // Iterate through items via the restricted pointer.
3604  // Also check for declarations in for loops.
3605  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
3606    continue;
3607  return 0;
3608}
3609
3610// Check varargs and va_copy.
3611static void
3612test_varargs (const char *format, ...)
3613{
3614  va_list args;
3615  va_start (args, format);
3616  va_list args_copy;
3617  va_copy (args_copy, args);
3618
3619  const char *str;
3620  int number;
3621  float fnumber;
3622
3623  while (*format)
3624    {
3625      switch (*format++)
3626	{
3627	case 's': // string
3628	  str = va_arg (args_copy, const char *);
3629	  break;
3630	case 'd': // int
3631	  number = va_arg (args_copy, int);
3632	  break;
3633	case 'f': // float
3634	  fnumber = va_arg (args_copy, double);
3635	  break;
3636	default:
3637	  break;
3638	}
3639    }
3640  va_end (args_copy);
3641  va_end (args);
3642}
3643
3644int
3645main ()
3646{
3647
3648  // Check bool.
3649  _Bool success = false;
3650
3651  // Check restrict.
3652  if (test_restrict ("String literal") == 0)
3653    success = true;
3654  char *restrict newvar = "Another string";
3655
3656  // Check varargs.
3657  test_varargs ("s, d' f .", "string", 65, 34.234);
3658  test_varargs_macros ();
3659
3660  // Check flexible array members.
3661  struct incomplete_array *ia =
3662    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
3663  ia->datasize = 10;
3664  for (int i = 0; i < ia->datasize; ++i)
3665    ia->data[i] = i * 1.234;
3666
3667  // Check named initializers.
3668  struct named_init ni = {
3669    .number = 34,
3670    .name = L"Test wide string",
3671    .average = 543.34343,
3672  };
3673
3674  ni.number = 58;
3675
3676  int dynamic_array[ni.number];
3677  dynamic_array[ni.number - 1] = 543;
3678
3679  // work around unused variable warnings
3680  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
3681	  || dynamic_array[ni.number - 1] != 543);
3682
3683  ;
3684  return 0;
3685}
3686_ACEOF
3687for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
3688do
3689  CC="$ac_save_CC $ac_arg"
3690  if ac_fn_c_try_compile "$LINENO"; then :
3691  ac_cv_prog_cc_c99=$ac_arg
3692fi
3693rm -f core conftest.err conftest.$ac_objext
3694  test "x$ac_cv_prog_cc_c99" != "xno" && break
3695done
3696rm -f conftest.$ac_ext
3697CC=$ac_save_CC
3698
3699fi
3700# AC_CACHE_VAL
3701case "x$ac_cv_prog_cc_c99" in
3702  x)
3703    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3704$as_echo "none needed" >&6; } ;;
3705  xno)
3706    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3707$as_echo "unsupported" >&6; } ;;
3708  *)
3709    CC="$CC $ac_cv_prog_cc_c99"
3710    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
3711$as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
3712esac
3713if test "x$ac_cv_prog_cc_c99" != xno; then :
3714
3715fi
3716
3717
3718
3719ac_ext=c
3720ac_cpp='$CPP $CPPFLAGS'
3721ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3722ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3723ac_compiler_gnu=$ac_cv_c_compiler_gnu
3724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3725$as_echo_n "checking how to run the C preprocessor... " >&6; }
3726# On Suns, sometimes $CPP names a directory.
3727if test -n "$CPP" && test -d "$CPP"; then
3728  CPP=
3729fi
3730if test -z "$CPP"; then
3731  if ${ac_cv_prog_CPP+:} false; then :
3732  $as_echo_n "(cached) " >&6
3733else
3734      # Double quotes because CPP needs to be expanded
3735    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3736    do
3737      ac_preproc_ok=false
3738for ac_c_preproc_warn_flag in '' yes
3739do
3740  # Use a header file that comes with gcc, so configuring glibc
3741  # with a fresh cross-compiler works.
3742  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3743  # <limits.h> exists even on freestanding compilers.
3744  # On the NeXT, cc -E runs the code through the compiler's parser,
3745  # not just through cpp. "Syntax error" is here to catch this case.
3746  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3747/* end confdefs.h.  */
3748#ifdef __STDC__
3749# include <limits.h>
3750#else
3751# include <assert.h>
3752#endif
3753		     Syntax error
3754_ACEOF
3755if ac_fn_c_try_cpp "$LINENO"; then :
3756
3757else
3758  # Broken: fails on valid input.
3759continue
3760fi
3761rm -f conftest.err conftest.i conftest.$ac_ext
3762
3763  # OK, works on sane cases.  Now check whether nonexistent headers
3764  # can be detected and how.
3765  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3766/* end confdefs.h.  */
3767#include <ac_nonexistent.h>
3768_ACEOF
3769if ac_fn_c_try_cpp "$LINENO"; then :
3770  # Broken: success on invalid input.
3771continue
3772else
3773  # Passes both tests.
3774ac_preproc_ok=:
3775break
3776fi
3777rm -f conftest.err conftest.i conftest.$ac_ext
3778
3779done
3780# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3781rm -f conftest.i conftest.err conftest.$ac_ext
3782if $ac_preproc_ok; then :
3783  break
3784fi
3785
3786    done
3787    ac_cv_prog_CPP=$CPP
3788
3789fi
3790  CPP=$ac_cv_prog_CPP
3791else
3792  ac_cv_prog_CPP=$CPP
3793fi
3794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3795$as_echo "$CPP" >&6; }
3796ac_preproc_ok=false
3797for ac_c_preproc_warn_flag in '' yes
3798do
3799  # Use a header file that comes with gcc, so configuring glibc
3800  # with a fresh cross-compiler works.
3801  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3802  # <limits.h> exists even on freestanding compilers.
3803  # On the NeXT, cc -E runs the code through the compiler's parser,
3804  # not just through cpp. "Syntax error" is here to catch this case.
3805  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3806/* end confdefs.h.  */
3807#ifdef __STDC__
3808# include <limits.h>
3809#else
3810# include <assert.h>
3811#endif
3812		     Syntax error
3813_ACEOF
3814if ac_fn_c_try_cpp "$LINENO"; then :
3815
3816else
3817  # Broken: fails on valid input.
3818continue
3819fi
3820rm -f conftest.err conftest.i conftest.$ac_ext
3821
3822  # OK, works on sane cases.  Now check whether nonexistent headers
3823  # can be detected and how.
3824  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3825/* end confdefs.h.  */
3826#include <ac_nonexistent.h>
3827_ACEOF
3828if ac_fn_c_try_cpp "$LINENO"; then :
3829  # Broken: success on invalid input.
3830continue
3831else
3832  # Passes both tests.
3833ac_preproc_ok=:
3834break
3835fi
3836rm -f conftest.err conftest.i conftest.$ac_ext
3837
3838done
3839# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3840rm -f conftest.i conftest.err conftest.$ac_ext
3841if $ac_preproc_ok; then :
3842
3843else
3844  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3845$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3846as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3847See \`config.log' for more details" "$LINENO" 5; }
3848fi
3849
3850ac_ext=c
3851ac_cpp='$CPP $CPPFLAGS'
3852ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3853ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3854ac_compiler_gnu=$ac_cv_c_compiler_gnu
3855
3856
3857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3858$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3859if ${ac_cv_path_GREP+:} false; then :
3860  $as_echo_n "(cached) " >&6
3861else
3862  if test -z "$GREP"; then
3863  ac_path_GREP_found=false
3864  # Loop through the user's path and test for each of PROGNAME-LIST
3865  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3866for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3867do
3868  IFS=$as_save_IFS
3869  test -z "$as_dir" && as_dir=.
3870    for ac_prog in grep ggrep; do
3871    for ac_exec_ext in '' $ac_executable_extensions; do
3872      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3873      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3874# Check for GNU ac_path_GREP and select it if it is found.
3875  # Check for GNU $ac_path_GREP
3876case `"$ac_path_GREP" --version 2>&1` in
3877*GNU*)
3878  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3879*)
3880  ac_count=0
3881  $as_echo_n 0123456789 >"conftest.in"
3882  while :
3883  do
3884    cat "conftest.in" "conftest.in" >"conftest.tmp"
3885    mv "conftest.tmp" "conftest.in"
3886    cp "conftest.in" "conftest.nl"
3887    $as_echo 'GREP' >> "conftest.nl"
3888    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3889    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3890    as_fn_arith $ac_count + 1 && ac_count=$as_val
3891    if test $ac_count -gt ${ac_path_GREP_max-0}; then
3892      # Best one so far, save it but keep looking for a better one
3893      ac_cv_path_GREP="$ac_path_GREP"
3894      ac_path_GREP_max=$ac_count
3895    fi
3896    # 10*(2^10) chars as input seems more than enough
3897    test $ac_count -gt 10 && break
3898  done
3899  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3900esac
3901
3902      $ac_path_GREP_found && break 3
3903    done
3904  done
3905  done
3906IFS=$as_save_IFS
3907  if test -z "$ac_cv_path_GREP"; then
3908    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3909  fi
3910else
3911  ac_cv_path_GREP=$GREP
3912fi
3913
3914fi
3915{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3916$as_echo "$ac_cv_path_GREP" >&6; }
3917 GREP="$ac_cv_path_GREP"
3918
3919
3920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3921$as_echo_n "checking for egrep... " >&6; }
3922if ${ac_cv_path_EGREP+:} false; then :
3923  $as_echo_n "(cached) " >&6
3924else
3925  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3926   then ac_cv_path_EGREP="$GREP -E"
3927   else
3928     if test -z "$EGREP"; then
3929  ac_path_EGREP_found=false
3930  # Loop through the user's path and test for each of PROGNAME-LIST
3931  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3932for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3933do
3934  IFS=$as_save_IFS
3935  test -z "$as_dir" && as_dir=.
3936    for ac_prog in egrep; do
3937    for ac_exec_ext in '' $ac_executable_extensions; do
3938      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3939      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3940# Check for GNU ac_path_EGREP and select it if it is found.
3941  # Check for GNU $ac_path_EGREP
3942case `"$ac_path_EGREP" --version 2>&1` in
3943*GNU*)
3944  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3945*)
3946  ac_count=0
3947  $as_echo_n 0123456789 >"conftest.in"
3948  while :
3949  do
3950    cat "conftest.in" "conftest.in" >"conftest.tmp"
3951    mv "conftest.tmp" "conftest.in"
3952    cp "conftest.in" "conftest.nl"
3953    $as_echo 'EGREP' >> "conftest.nl"
3954    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3955    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3956    as_fn_arith $ac_count + 1 && ac_count=$as_val
3957    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3958      # Best one so far, save it but keep looking for a better one
3959      ac_cv_path_EGREP="$ac_path_EGREP"
3960      ac_path_EGREP_max=$ac_count
3961    fi
3962    # 10*(2^10) chars as input seems more than enough
3963    test $ac_count -gt 10 && break
3964  done
3965  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3966esac
3967
3968      $ac_path_EGREP_found && break 3
3969    done
3970  done
3971  done
3972IFS=$as_save_IFS
3973  if test -z "$ac_cv_path_EGREP"; then
3974    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3975  fi
3976else
3977  ac_cv_path_EGREP=$EGREP
3978fi
3979
3980   fi
3981fi
3982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3983$as_echo "$ac_cv_path_EGREP" >&6; }
3984 EGREP="$ac_cv_path_EGREP"
3985
3986
3987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3988$as_echo_n "checking for ANSI C header files... " >&6; }
3989if ${ac_cv_header_stdc+:} false; then :
3990  $as_echo_n "(cached) " >&6
3991else
3992  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3993/* end confdefs.h.  */
3994#include <stdlib.h>
3995#include <stdarg.h>
3996#include <string.h>
3997#include <float.h>
3998
3999int
4000main ()
4001{
4002
4003  ;
4004  return 0;
4005}
4006_ACEOF
4007if ac_fn_c_try_compile "$LINENO"; then :
4008  ac_cv_header_stdc=yes
4009else
4010  ac_cv_header_stdc=no
4011fi
4012rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4013
4014if test $ac_cv_header_stdc = yes; then
4015  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4016  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4017/* end confdefs.h.  */
4018#include <string.h>
4019
4020_ACEOF
4021if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4022  $EGREP "memchr" >/dev/null 2>&1; then :
4023
4024else
4025  ac_cv_header_stdc=no
4026fi
4027rm -f conftest*
4028
4029fi
4030
4031if test $ac_cv_header_stdc = yes; then
4032  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4033  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4034/* end confdefs.h.  */
4035#include <stdlib.h>
4036
4037_ACEOF
4038if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4039  $EGREP "free" >/dev/null 2>&1; then :
4040
4041else
4042  ac_cv_header_stdc=no
4043fi
4044rm -f conftest*
4045
4046fi
4047
4048if test $ac_cv_header_stdc = yes; then
4049  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4050  if test "$cross_compiling" = yes; then :
4051  :
4052else
4053  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4054/* end confdefs.h.  */
4055#include <ctype.h>
4056#include <stdlib.h>
4057#if ((' ' & 0x0FF) == 0x020)
4058# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4059# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4060#else
4061# define ISLOWER(c) \
4062		   (('a' <= (c) && (c) <= 'i') \
4063		     || ('j' <= (c) && (c) <= 'r') \
4064		     || ('s' <= (c) && (c) <= 'z'))
4065# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4066#endif
4067
4068#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4069int
4070main ()
4071{
4072  int i;
4073  for (i = 0; i < 256; i++)
4074    if (XOR (islower (i), ISLOWER (i))
4075	|| toupper (i) != TOUPPER (i))
4076      return 2;
4077  return 0;
4078}
4079_ACEOF
4080if ac_fn_c_try_run "$LINENO"; then :
4081
4082else
4083  ac_cv_header_stdc=no
4084fi
4085rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4086  conftest.$ac_objext conftest.beam conftest.$ac_ext
4087fi
4088
4089fi
4090fi
4091{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4092$as_echo "$ac_cv_header_stdc" >&6; }
4093if test $ac_cv_header_stdc = yes; then
4094
4095$as_echo "#define STDC_HEADERS 1" >>confdefs.h
4096
4097fi
4098
4099# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4100for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4101		  inttypes.h stdint.h unistd.h
4102do :
4103  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4104ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4105"
4106if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4107  cat >>confdefs.h <<_ACEOF
4108#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4109_ACEOF
4110
4111fi
4112
4113done
4114
4115
4116
4117
4118if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
4119	if test -n "$ac_tool_prefix"; then
4120  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
4121set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
4122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4123$as_echo_n "checking for $ac_word... " >&6; }
4124if ${ac_cv_path_PKG_CONFIG+:} false; then :
4125  $as_echo_n "(cached) " >&6
4126else
4127  case $PKG_CONFIG in
4128  [\\/]* | ?:[\\/]*)
4129  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
4130  ;;
4131  *)
4132  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4133for as_dir in $PATH
4134do
4135  IFS=$as_save_IFS
4136  test -z "$as_dir" && as_dir=.
4137    for ac_exec_ext in '' $ac_executable_extensions; do
4138  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4139    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4140    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4141    break 2
4142  fi
4143done
4144  done
4145IFS=$as_save_IFS
4146
4147  ;;
4148esac
4149fi
4150PKG_CONFIG=$ac_cv_path_PKG_CONFIG
4151if test -n "$PKG_CONFIG"; then
4152  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4153$as_echo "$PKG_CONFIG" >&6; }
4154else
4155  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4156$as_echo "no" >&6; }
4157fi
4158
4159
4160fi
4161if test -z "$ac_cv_path_PKG_CONFIG"; then
4162  ac_pt_PKG_CONFIG=$PKG_CONFIG
4163  # Extract the first word of "pkg-config", so it can be a program name with args.
4164set dummy pkg-config; ac_word=$2
4165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4166$as_echo_n "checking for $ac_word... " >&6; }
4167if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
4168  $as_echo_n "(cached) " >&6
4169else
4170  case $ac_pt_PKG_CONFIG in
4171  [\\/]* | ?:[\\/]*)
4172  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
4173  ;;
4174  *)
4175  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4176for as_dir in $PATH
4177do
4178  IFS=$as_save_IFS
4179  test -z "$as_dir" && as_dir=.
4180    for ac_exec_ext in '' $ac_executable_extensions; do
4181  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4182    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
4183    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4184    break 2
4185  fi
4186done
4187  done
4188IFS=$as_save_IFS
4189
4190  ;;
4191esac
4192fi
4193ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
4194if test -n "$ac_pt_PKG_CONFIG"; then
4195  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
4196$as_echo "$ac_pt_PKG_CONFIG" >&6; }
4197else
4198  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4199$as_echo "no" >&6; }
4200fi
4201
4202  if test "x$ac_pt_PKG_CONFIG" = x; then
4203    PKG_CONFIG=""
4204  else
4205    case $cross_compiling:$ac_tool_warned in
4206yes:)
4207{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4208$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4209ac_tool_warned=yes ;;
4210esac
4211    PKG_CONFIG=$ac_pt_PKG_CONFIG
4212  fi
4213else
4214  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
4215fi
4216
4217fi
4218if test -n "$PKG_CONFIG"; then
4219	_pkg_min_version=0.9.0
4220	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
4221$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
4222	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
4223		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4224$as_echo "yes" >&6; }
4225	else
4226		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227$as_echo "no" >&6; }
4228		PKG_CONFIG=""
4229	fi
4230
4231fi
4232# Make sure we can run config.sub.
4233$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4234  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4235
4236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4237$as_echo_n "checking build system type... " >&6; }
4238if ${ac_cv_build+:} false; then :
4239  $as_echo_n "(cached) " >&6
4240else
4241  ac_build_alias=$build_alias
4242test "x$ac_build_alias" = x &&
4243  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4244test "x$ac_build_alias" = x &&
4245  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4246ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4247  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4248
4249fi
4250{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4251$as_echo "$ac_cv_build" >&6; }
4252case $ac_cv_build in
4253*-*-*) ;;
4254*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4255esac
4256build=$ac_cv_build
4257ac_save_IFS=$IFS; IFS='-'
4258set x $ac_cv_build
4259shift
4260build_cpu=$1
4261build_vendor=$2
4262shift; shift
4263# Remember, the first character of IFS is used to create $*,
4264# except with old shells:
4265build_os=$*
4266IFS=$ac_save_IFS
4267case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4268
4269
4270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4271$as_echo_n "checking host system type... " >&6; }
4272if ${ac_cv_host+:} false; then :
4273  $as_echo_n "(cached) " >&6
4274else
4275  if test "x$host_alias" = x; then
4276  ac_cv_host=$ac_cv_build
4277else
4278  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4279    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4280fi
4281
4282fi
4283{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4284$as_echo "$ac_cv_host" >&6; }
4285case $ac_cv_host in
4286*-*-*) ;;
4287*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4288esac
4289host=$ac_cv_host
4290ac_save_IFS=$IFS; IFS='-'
4291set x $ac_cv_host
4292shift
4293host_cpu=$1
4294host_vendor=$2
4295shift; shift
4296# Remember, the first character of IFS is used to create $*,
4297# except with old shells:
4298host_os=$*
4299IFS=$ac_save_IFS
4300case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4301
4302
4303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4304$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4305if ${ac_cv_path_SED+:} false; then :
4306  $as_echo_n "(cached) " >&6
4307else
4308            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4309     for ac_i in 1 2 3 4 5 6 7; do
4310       ac_script="$ac_script$as_nl$ac_script"
4311     done
4312     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4313     { ac_script=; unset ac_script;}
4314     if test -z "$SED"; then
4315  ac_path_SED_found=false
4316  # Loop through the user's path and test for each of PROGNAME-LIST
4317  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4318for as_dir in $PATH
4319do
4320  IFS=$as_save_IFS
4321  test -z "$as_dir" && as_dir=.
4322    for ac_prog in sed gsed; do
4323    for ac_exec_ext in '' $ac_executable_extensions; do
4324      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4325      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4326# Check for GNU ac_path_SED and select it if it is found.
4327  # Check for GNU $ac_path_SED
4328case `"$ac_path_SED" --version 2>&1` in
4329*GNU*)
4330  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4331*)
4332  ac_count=0
4333  $as_echo_n 0123456789 >"conftest.in"
4334  while :
4335  do
4336    cat "conftest.in" "conftest.in" >"conftest.tmp"
4337    mv "conftest.tmp" "conftest.in"
4338    cp "conftest.in" "conftest.nl"
4339    $as_echo '' >> "conftest.nl"
4340    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4341    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4342    as_fn_arith $ac_count + 1 && ac_count=$as_val
4343    if test $ac_count -gt ${ac_path_SED_max-0}; then
4344      # Best one so far, save it but keep looking for a better one
4345      ac_cv_path_SED="$ac_path_SED"
4346      ac_path_SED_max=$ac_count
4347    fi
4348    # 10*(2^10) chars as input seems more than enough
4349    test $ac_count -gt 10 && break
4350  done
4351  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4352esac
4353
4354      $ac_path_SED_found && break 3
4355    done
4356  done
4357  done
4358IFS=$as_save_IFS
4359  if test -z "$ac_cv_path_SED"; then
4360    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4361  fi
4362else
4363  ac_cv_path_SED=$SED
4364fi
4365
4366fi
4367{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4368$as_echo "$ac_cv_path_SED" >&6; }
4369 SED="$ac_cv_path_SED"
4370  rm -f conftest.sed
4371
4372
4373
4374
4375
4376if  test "x$GCC" = xyes ; then
4377    CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
4378-Wmissing-declarations -Wnested-externs -fno-strict-aliasing \
4379-Wbad-function-cast -Wformat=2"
4380    case `$CC -dumpversion` in
4381    3.4.* | 4.*)
4382	CWARNFLAGS="$CWARNFLAGS -Wold-style-definition -Wdeclaration-after-statement"
4383	;;
4384    esac
4385else
4386    ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default"
4387if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then :
4388  SUNCC="yes"
4389else
4390  SUNCC="no"
4391fi
4392
4393    if test "x$SUNCC" = "xyes"; then
4394	CWARNFLAGS="-v"
4395    fi
4396fi
4397
4398
4399
4400# If the module's configure.ac calls AC_PROG_CC later on, CC gets set to C89
4401
4402
4403
4404# Check whether --enable-strict-compilation was given.
4405if test "${enable_strict_compilation+set}" = set; then :
4406  enableval=$enable_strict_compilation; STRICT_COMPILE=$enableval
4407else
4408  STRICT_COMPILE=no
4409fi
4410
4411if test "x$STRICT_COMPILE" = "xyes"; then
4412	ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default"
4413if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then :
4414  SUNCC="yes"
4415else
4416  SUNCC="no"
4417fi
4418
4419	ac_fn_c_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default"
4420if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes; then :
4421  INTELCC="yes"
4422else
4423  INTELCC="no"
4424fi
4425
4426	if test "x$GCC" = xyes ; then
4427		STRICT_CFLAGS="-pedantic -Werror"
4428	elif test "x$SUNCC" = "xyes"; then
4429		STRICT_CFLAGS="-errwarn"
4430    elif test "x$INTELCC" = "xyes"; then
4431		STRICT_CFLAGS="-Werror"
4432	fi
4433fi
4434CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS"
4435
4436
4437
4438
4439cat >>confdefs.h <<_ACEOF
4440#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
4441_ACEOF
4442
4443	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
4444	if test "x$PVM" = "x"; then
4445		PVM="0"
4446	fi
4447
4448cat >>confdefs.h <<_ACEOF
4449#define PACKAGE_VERSION_MINOR $PVM
4450_ACEOF
4451
4452	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
4453	if test "x$PVP" = "x"; then
4454		PVP="0"
4455	fi
4456
4457cat >>confdefs.h <<_ACEOF
4458#define PACKAGE_VERSION_PATCHLEVEL $PVP
4459_ACEOF
4460
4461
4462
4463CHANGELOG_CMD="(GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp && \
4464mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \
4465|| (rm -f \$(top_srcdir)/.changelog.tmp; touch \$(top_srcdir)/ChangeLog; \
4466echo 'git directory not found: installing possibly empty changelog.' >&2)"
4467
4468
4469
4470
4471macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
4472INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
4473mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \
4474|| (rm -f \$(top_srcdir)/.INSTALL.tmp; touch \$(top_srcdir)/INSTALL; \
4475echo 'util-macros \"pkgdatadir\" from xorg-macros.pc not found: installing possibly empty INSTALL.' >&2)"
4476
4477
4478
4479
4480
4481
4482if test x$APP_MAN_SUFFIX = x    ; then
4483    APP_MAN_SUFFIX=1
4484fi
4485if test x$APP_MAN_DIR = x    ; then
4486    APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
4487fi
4488
4489if test x$LIB_MAN_SUFFIX = x    ; then
4490    LIB_MAN_SUFFIX=3
4491fi
4492if test x$LIB_MAN_DIR = x    ; then
4493    LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
4494fi
4495
4496if test x$FILE_MAN_SUFFIX = x    ; then
4497    case $host_os in
4498	solaris*)	FILE_MAN_SUFFIX=4  ;;
4499	*)		FILE_MAN_SUFFIX=5  ;;
4500    esac
4501fi
4502if test x$FILE_MAN_DIR = x    ; then
4503    FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
4504fi
4505
4506if test x$MISC_MAN_SUFFIX = x    ; then
4507    case $host_os in
4508	solaris*)	MISC_MAN_SUFFIX=5  ;;
4509	*)		MISC_MAN_SUFFIX=7  ;;
4510    esac
4511fi
4512if test x$MISC_MAN_DIR = x    ; then
4513    MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
4514fi
4515
4516if test x$DRIVER_MAN_SUFFIX = x    ; then
4517    case $host_os in
4518	solaris*)	DRIVER_MAN_SUFFIX=7  ;;
4519	*)		DRIVER_MAN_SUFFIX=4  ;;
4520    esac
4521fi
4522if test x$DRIVER_MAN_DIR = x    ; then
4523    DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
4524fi
4525
4526if test x$ADMIN_MAN_SUFFIX = x    ; then
4527    case $host_os in
4528	solaris*)	ADMIN_MAN_SUFFIX=1m ;;
4529	*)		ADMIN_MAN_SUFFIX=8  ;;
4530    esac
4531fi
4532if test x$ADMIN_MAN_DIR = x    ; then
4533    ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
4534fi
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550XORG_MAN_PAGE="X Version 11"
4551
4552MAN_SUBSTS="\
4553	-e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
4554	-e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
4555	-e 's|__xservername__|Xorg|g' \
4556	-e 's|__xconfigfile__|xorg.conf|g' \
4557	-e 's|__projectroot__|\$(prefix)|g' \
4558	-e 's|__apploaddir__|\$(appdefaultdir)|g' \
4559	-e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \
4560	-e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \
4561	-e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \
4562	-e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \
4563	-e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \
4564	-e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'"
4565
4566
4567
4568# Check whether --enable-silent-rules was given.
4569if test "${enable_silent_rules+set}" = set; then :
4570  enableval=$enable_silent_rules;
4571fi
4572
4573case $enable_silent_rules in
4574yes) AM_DEFAULT_VERBOSITY=0;;
4575no)  AM_DEFAULT_VERBOSITY=1;;
4576*)   AM_DEFAULT_VERBOSITY=0;;
4577esac
4578AM_BACKSLASH='\'
4579
4580
4581
4582ac_ext=c
4583ac_cpp='$CPP $CPPFLAGS'
4584ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4585ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4586ac_compiler_gnu=$ac_cv_c_compiler_gnu
4587if test -n "$ac_tool_prefix"; then
4588  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4589set dummy ${ac_tool_prefix}gcc; ac_word=$2
4590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4591$as_echo_n "checking for $ac_word... " >&6; }
4592if ${ac_cv_prog_CC+:} false; then :
4593  $as_echo_n "(cached) " >&6
4594else
4595  if test -n "$CC"; then
4596  ac_cv_prog_CC="$CC" # Let the user override the test.
4597else
4598as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4599for as_dir in $PATH
4600do
4601  IFS=$as_save_IFS
4602  test -z "$as_dir" && as_dir=.
4603    for ac_exec_ext in '' $ac_executable_extensions; do
4604  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4605    ac_cv_prog_CC="${ac_tool_prefix}gcc"
4606    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4607    break 2
4608  fi
4609done
4610  done
4611IFS=$as_save_IFS
4612
4613fi
4614fi
4615CC=$ac_cv_prog_CC
4616if test -n "$CC"; then
4617  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4618$as_echo "$CC" >&6; }
4619else
4620  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4621$as_echo "no" >&6; }
4622fi
4623
4624
4625fi
4626if test -z "$ac_cv_prog_CC"; then
4627  ac_ct_CC=$CC
4628  # Extract the first word of "gcc", so it can be a program name with args.
4629set dummy gcc; ac_word=$2
4630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4631$as_echo_n "checking for $ac_word... " >&6; }
4632if ${ac_cv_prog_ac_ct_CC+:} false; then :
4633  $as_echo_n "(cached) " >&6
4634else
4635  if test -n "$ac_ct_CC"; then
4636  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4637else
4638as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4639for as_dir in $PATH
4640do
4641  IFS=$as_save_IFS
4642  test -z "$as_dir" && as_dir=.
4643    for ac_exec_ext in '' $ac_executable_extensions; do
4644  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4645    ac_cv_prog_ac_ct_CC="gcc"
4646    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4647    break 2
4648  fi
4649done
4650  done
4651IFS=$as_save_IFS
4652
4653fi
4654fi
4655ac_ct_CC=$ac_cv_prog_ac_ct_CC
4656if test -n "$ac_ct_CC"; then
4657  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4658$as_echo "$ac_ct_CC" >&6; }
4659else
4660  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4661$as_echo "no" >&6; }
4662fi
4663
4664  if test "x$ac_ct_CC" = x; then
4665    CC=""
4666  else
4667    case $cross_compiling:$ac_tool_warned in
4668yes:)
4669{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4670$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4671ac_tool_warned=yes ;;
4672esac
4673    CC=$ac_ct_CC
4674  fi
4675else
4676  CC="$ac_cv_prog_CC"
4677fi
4678
4679if test -z "$CC"; then
4680          if test -n "$ac_tool_prefix"; then
4681    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4682set dummy ${ac_tool_prefix}cc; ac_word=$2
4683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4684$as_echo_n "checking for $ac_word... " >&6; }
4685if ${ac_cv_prog_CC+:} false; then :
4686  $as_echo_n "(cached) " >&6
4687else
4688  if test -n "$CC"; then
4689  ac_cv_prog_CC="$CC" # Let the user override the test.
4690else
4691as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4692for as_dir in $PATH
4693do
4694  IFS=$as_save_IFS
4695  test -z "$as_dir" && as_dir=.
4696    for ac_exec_ext in '' $ac_executable_extensions; do
4697  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4698    ac_cv_prog_CC="${ac_tool_prefix}cc"
4699    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4700    break 2
4701  fi
4702done
4703  done
4704IFS=$as_save_IFS
4705
4706fi
4707fi
4708CC=$ac_cv_prog_CC
4709if test -n "$CC"; then
4710  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4711$as_echo "$CC" >&6; }
4712else
4713  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4714$as_echo "no" >&6; }
4715fi
4716
4717
4718  fi
4719fi
4720if test -z "$CC"; then
4721  # Extract the first word of "cc", so it can be a program name with args.
4722set dummy cc; ac_word=$2
4723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4724$as_echo_n "checking for $ac_word... " >&6; }
4725if ${ac_cv_prog_CC+:} false; then :
4726  $as_echo_n "(cached) " >&6
4727else
4728  if test -n "$CC"; then
4729  ac_cv_prog_CC="$CC" # Let the user override the test.
4730else
4731  ac_prog_rejected=no
4732as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4733for as_dir in $PATH
4734do
4735  IFS=$as_save_IFS
4736  test -z "$as_dir" && as_dir=.
4737    for ac_exec_ext in '' $ac_executable_extensions; do
4738  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4739    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4740       ac_prog_rejected=yes
4741       continue
4742     fi
4743    ac_cv_prog_CC="cc"
4744    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4745    break 2
4746  fi
4747done
4748  done
4749IFS=$as_save_IFS
4750
4751if test $ac_prog_rejected = yes; then
4752  # We found a bogon in the path, so make sure we never use it.
4753  set dummy $ac_cv_prog_CC
4754  shift
4755  if test $# != 0; then
4756    # We chose a different compiler from the bogus one.
4757    # However, it has the same basename, so the bogon will be chosen
4758    # first if we set CC to just the basename; use the full file name.
4759    shift
4760    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4761  fi
4762fi
4763fi
4764fi
4765CC=$ac_cv_prog_CC
4766if test -n "$CC"; then
4767  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4768$as_echo "$CC" >&6; }
4769else
4770  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4771$as_echo "no" >&6; }
4772fi
4773
4774
4775fi
4776if test -z "$CC"; then
4777  if test -n "$ac_tool_prefix"; then
4778  for ac_prog in cl.exe
4779  do
4780    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4781set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4783$as_echo_n "checking for $ac_word... " >&6; }
4784if ${ac_cv_prog_CC+:} false; then :
4785  $as_echo_n "(cached) " >&6
4786else
4787  if test -n "$CC"; then
4788  ac_cv_prog_CC="$CC" # Let the user override the test.
4789else
4790as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4791for as_dir in $PATH
4792do
4793  IFS=$as_save_IFS
4794  test -z "$as_dir" && as_dir=.
4795    for ac_exec_ext in '' $ac_executable_extensions; do
4796  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4797    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4798    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4799    break 2
4800  fi
4801done
4802  done
4803IFS=$as_save_IFS
4804
4805fi
4806fi
4807CC=$ac_cv_prog_CC
4808if test -n "$CC"; then
4809  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4810$as_echo "$CC" >&6; }
4811else
4812  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4813$as_echo "no" >&6; }
4814fi
4815
4816
4817    test -n "$CC" && break
4818  done
4819fi
4820if test -z "$CC"; then
4821  ac_ct_CC=$CC
4822  for ac_prog in cl.exe
4823do
4824  # Extract the first word of "$ac_prog", so it can be a program name with args.
4825set dummy $ac_prog; ac_word=$2
4826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4827$as_echo_n "checking for $ac_word... " >&6; }
4828if ${ac_cv_prog_ac_ct_CC+:} false; then :
4829  $as_echo_n "(cached) " >&6
4830else
4831  if test -n "$ac_ct_CC"; then
4832  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4833else
4834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4835for as_dir in $PATH
4836do
4837  IFS=$as_save_IFS
4838  test -z "$as_dir" && as_dir=.
4839    for ac_exec_ext in '' $ac_executable_extensions; do
4840  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4841    ac_cv_prog_ac_ct_CC="$ac_prog"
4842    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4843    break 2
4844  fi
4845done
4846  done
4847IFS=$as_save_IFS
4848
4849fi
4850fi
4851ac_ct_CC=$ac_cv_prog_ac_ct_CC
4852if test -n "$ac_ct_CC"; then
4853  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4854$as_echo "$ac_ct_CC" >&6; }
4855else
4856  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4857$as_echo "no" >&6; }
4858fi
4859
4860
4861  test -n "$ac_ct_CC" && break
4862done
4863
4864  if test "x$ac_ct_CC" = x; then
4865    CC=""
4866  else
4867    case $cross_compiling:$ac_tool_warned in
4868yes:)
4869{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4870$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4871ac_tool_warned=yes ;;
4872esac
4873    CC=$ac_ct_CC
4874  fi
4875fi
4876
4877fi
4878
4879
4880test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4881$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4882as_fn_error $? "no acceptable C compiler found in \$PATH
4883See \`config.log' for more details" "$LINENO" 5; }
4884
4885# Provide some information about the compiler.
4886$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4887set X $ac_compile
4888ac_compiler=$2
4889for ac_option in --version -v -V -qversion; do
4890  { { ac_try="$ac_compiler $ac_option >&5"
4891case "(($ac_try" in
4892  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4893  *) ac_try_echo=$ac_try;;
4894esac
4895eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4896$as_echo "$ac_try_echo"; } >&5
4897  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4898  ac_status=$?
4899  if test -s conftest.err; then
4900    sed '10a\
4901... rest of stderr output deleted ...
4902         10q' conftest.err >conftest.er1
4903    cat conftest.er1 >&5
4904  fi
4905  rm -f conftest.er1 conftest.err
4906  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4907  test $ac_status = 0; }
4908done
4909
4910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4911$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4912if ${ac_cv_c_compiler_gnu+:} false; then :
4913  $as_echo_n "(cached) " >&6
4914else
4915  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4916/* end confdefs.h.  */
4917
4918int
4919main ()
4920{
4921#ifndef __GNUC__
4922       choke me
4923#endif
4924
4925  ;
4926  return 0;
4927}
4928_ACEOF
4929if ac_fn_c_try_compile "$LINENO"; then :
4930  ac_compiler_gnu=yes
4931else
4932  ac_compiler_gnu=no
4933fi
4934rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4935ac_cv_c_compiler_gnu=$ac_compiler_gnu
4936
4937fi
4938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4939$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4940if test $ac_compiler_gnu = yes; then
4941  GCC=yes
4942else
4943  GCC=
4944fi
4945ac_test_CFLAGS=${CFLAGS+set}
4946ac_save_CFLAGS=$CFLAGS
4947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4948$as_echo_n "checking whether $CC accepts -g... " >&6; }
4949if ${ac_cv_prog_cc_g+:} false; then :
4950  $as_echo_n "(cached) " >&6
4951else
4952  ac_save_c_werror_flag=$ac_c_werror_flag
4953   ac_c_werror_flag=yes
4954   ac_cv_prog_cc_g=no
4955   CFLAGS="-g"
4956   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4957/* end confdefs.h.  */
4958
4959int
4960main ()
4961{
4962
4963  ;
4964  return 0;
4965}
4966_ACEOF
4967if ac_fn_c_try_compile "$LINENO"; then :
4968  ac_cv_prog_cc_g=yes
4969else
4970  CFLAGS=""
4971      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4972/* end confdefs.h.  */
4973
4974int
4975main ()
4976{
4977
4978  ;
4979  return 0;
4980}
4981_ACEOF
4982if ac_fn_c_try_compile "$LINENO"; then :
4983
4984else
4985  ac_c_werror_flag=$ac_save_c_werror_flag
4986	 CFLAGS="-g"
4987	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4988/* end confdefs.h.  */
4989
4990int
4991main ()
4992{
4993
4994  ;
4995  return 0;
4996}
4997_ACEOF
4998if ac_fn_c_try_compile "$LINENO"; then :
4999  ac_cv_prog_cc_g=yes
5000fi
5001rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5002fi
5003rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5004fi
5005rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5006   ac_c_werror_flag=$ac_save_c_werror_flag
5007fi
5008{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5009$as_echo "$ac_cv_prog_cc_g" >&6; }
5010if test "$ac_test_CFLAGS" = set; then
5011  CFLAGS=$ac_save_CFLAGS
5012elif test $ac_cv_prog_cc_g = yes; then
5013  if test "$GCC" = yes; then
5014    CFLAGS="-g -O2"
5015  else
5016    CFLAGS="-g"
5017  fi
5018else
5019  if test "$GCC" = yes; then
5020    CFLAGS="-O2"
5021  else
5022    CFLAGS=
5023  fi
5024fi
5025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5026$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5027if ${ac_cv_prog_cc_c89+:} false; then :
5028  $as_echo_n "(cached) " >&6
5029else
5030  ac_cv_prog_cc_c89=no
5031ac_save_CC=$CC
5032cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5033/* end confdefs.h.  */
5034#include <stdarg.h>
5035#include <stdio.h>
5036#include <sys/types.h>
5037#include <sys/stat.h>
5038/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
5039struct buf { int x; };
5040FILE * (*rcsopen) (struct buf *, struct stat *, int);
5041static char *e (p, i)
5042     char **p;
5043     int i;
5044{
5045  return p[i];
5046}
5047static char *f (char * (*g) (char **, int), char **p, ...)
5048{
5049  char *s;
5050  va_list v;
5051  va_start (v,p);
5052  s = g (p, va_arg (v,int));
5053  va_end (v);
5054  return s;
5055}
5056
5057/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
5058   function prototypes and stuff, but not '\xHH' hex character constants.
5059   These don't provoke an error unfortunately, instead are silently treated
5060   as 'x'.  The following induces an error, until -std is added to get
5061   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
5062   array size at least.  It's necessary to write '\x00'==0 to get something
5063   that's true only with -std.  */
5064int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5065
5066/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5067   inside strings and character constants.  */
5068#define FOO(x) 'x'
5069int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5070
5071int test (int i, double x);
5072struct s1 {int (*f) (int a);};
5073struct s2 {int (*f) (double a);};
5074int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5075int argc;
5076char **argv;
5077int
5078main ()
5079{
5080return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
5081  ;
5082  return 0;
5083}
5084_ACEOF
5085for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5086	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5087do
5088  CC="$ac_save_CC $ac_arg"
5089  if ac_fn_c_try_compile "$LINENO"; then :
5090  ac_cv_prog_cc_c89=$ac_arg
5091fi
5092rm -f core conftest.err conftest.$ac_objext
5093  test "x$ac_cv_prog_cc_c89" != "xno" && break
5094done
5095rm -f conftest.$ac_ext
5096CC=$ac_save_CC
5097
5098fi
5099# AC_CACHE_VAL
5100case "x$ac_cv_prog_cc_c89" in
5101  x)
5102    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5103$as_echo "none needed" >&6; } ;;
5104  xno)
5105    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5106$as_echo "unsupported" >&6; } ;;
5107  *)
5108    CC="$CC $ac_cv_prog_cc_c89"
5109    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5110$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5111esac
5112if test "x$ac_cv_prog_cc_c89" != xno; then :
5113
5114fi
5115
5116ac_ext=c
5117ac_cpp='$CPP $CPPFLAGS'
5118ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5119ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5120ac_compiler_gnu=$ac_cv_c_compiler_gnu
5121
5122depcc="$CC"   am_compiler_list=
5123
5124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5125$as_echo_n "checking dependency style of $depcc... " >&6; }
5126if ${am_cv_CC_dependencies_compiler_type+:} false; then :
5127  $as_echo_n "(cached) " >&6
5128else
5129  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5130  # We make a subdir and do the tests there.  Otherwise we can end up
5131  # making bogus files that we don't know about and never remove.  For
5132  # instance it was reported that on HP-UX the gcc test will end up
5133  # making a dummy file named `D' -- because `-MD' means `put the output
5134  # in D'.
5135  mkdir conftest.dir
5136  # Copy depcomp to subdir because otherwise we won't find it if we're
5137  # using a relative directory.
5138  cp "$am_depcomp" conftest.dir
5139  cd conftest.dir
5140  # We will build objects and dependencies in a subdirectory because
5141  # it helps to detect inapplicable dependency modes.  For instance
5142  # both Tru64's cc and ICC support -MD to output dependencies as a
5143  # side effect of compilation, but ICC will put the dependencies in
5144  # the current directory while Tru64 will put them in the object
5145  # directory.
5146  mkdir sub
5147
5148  am_cv_CC_dependencies_compiler_type=none
5149  if test "$am_compiler_list" = ""; then
5150     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5151  fi
5152  am__universal=false
5153  case " $depcc " in #(
5154     *\ -arch\ *\ -arch\ *) am__universal=true ;;
5155     esac
5156
5157  for depmode in $am_compiler_list; do
5158    # Setup a source with many dependencies, because some compilers
5159    # like to wrap large dependency lists on column 80 (with \), and
5160    # we should not choose a depcomp mode which is confused by this.
5161    #
5162    # We need to recreate these files for each test, as the compiler may
5163    # overwrite some of them when testing with obscure command lines.
5164    # This happens at least with the AIX C compiler.
5165    : > sub/conftest.c
5166    for i in 1 2 3 4 5 6; do
5167      echo '#include "conftst'$i'.h"' >> sub/conftest.c
5168      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
5169      # Solaris 8's {/usr,}/bin/sh.
5170      touch sub/conftst$i.h
5171    done
5172    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5173
5174    # We check with `-c' and `-o' for the sake of the "dashmstdout"
5175    # mode.  It turns out that the SunPro C++ compiler does not properly
5176    # handle `-M -o', and we need to detect this.  Also, some Intel
5177    # versions had trouble with output in subdirs
5178    am__obj=sub/conftest.${OBJEXT-o}
5179    am__minus_obj="-o $am__obj"
5180    case $depmode in
5181    gcc)
5182      # This depmode causes a compiler race in universal mode.
5183      test "$am__universal" = false || continue
5184      ;;
5185    nosideeffect)
5186      # after this tag, mechanisms are not by side-effect, so they'll
5187      # only be used when explicitly requested
5188      if test "x$enable_dependency_tracking" = xyes; then
5189	continue
5190      else
5191	break
5192      fi
5193      ;;
5194    msvisualcpp | msvcmsys)
5195      # This compiler won't grok `-c -o', but also, the minuso test has
5196      # not run yet.  These depmodes are late enough in the game, and
5197      # so weak that their functioning should not be impacted.
5198      am__obj=conftest.${OBJEXT-o}
5199      am__minus_obj=
5200      ;;
5201    none) break ;;
5202    esac
5203    if depmode=$depmode \
5204       source=sub/conftest.c object=$am__obj \
5205       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5206       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5207         >/dev/null 2>conftest.err &&
5208       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5209       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5210       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5211       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5212      # icc doesn't choke on unknown options, it will just issue warnings
5213      # or remarks (even with -Werror).  So we grep stderr for any message
5214      # that says an option was ignored or not supported.
5215      # When given -MP, icc 7.0 and 7.1 complain thusly:
5216      #   icc: Command line warning: ignoring option '-M'; no argument required
5217      # The diagnosis changed in icc 8.0:
5218      #   icc: Command line remark: option '-MP' not supported
5219      if (grep 'ignoring option' conftest.err ||
5220          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5221        am_cv_CC_dependencies_compiler_type=$depmode
5222        break
5223      fi
5224    fi
5225  done
5226
5227  cd ..
5228  rm -rf conftest.dir
5229else
5230  am_cv_CC_dependencies_compiler_type=none
5231fi
5232
5233fi
5234{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
5235$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
5236CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5237
5238 if
5239  test "x$enable_dependency_tracking" != xno \
5240  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5241  am__fastdepCC_TRUE=
5242  am__fastdepCC_FALSE='#'
5243else
5244  am__fastdepCC_TRUE='#'
5245  am__fastdepCC_FALSE=
5246fi
5247
5248
5249
5250
5251{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5
5252$as_echo_n "checking for root directory for font files... " >&6; }
5253fontrootdir='${datadir}/fonts/X11'
5254
5255# Check whether --with-fontrootdir was given.
5256if test "${with_fontrootdir+set}" = set; then :
5257  withval=$with_fontrootdir; fontrootdir="${withval}"
5258fi
5259
5260
5261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${fontrootdir}" >&5
5262$as_echo "${fontrootdir}" >&6; }
5263
5264mapdir='${fontrootdir}/util'
5265
5266# Check whether --with-mapdir was given.
5267if test "${with_mapdir+set}" = set; then :
5268  withval=$with_mapdir; mapdir="${withval}"
5269fi
5270
5271MAPDIR="$mapdir"
5272
5273
5274ac_config_files="$ac_config_files Makefile man/Makefile fontutil.m4 fontutil.pc"
5275
5276
5277cat >confcache <<\_ACEOF
5278# This file is a shell script that caches the results of configure
5279# tests run on this system so they can be shared between configure
5280# scripts and configure runs, see configure's option --config-cache.
5281# It is not useful on other systems.  If it contains results you don't
5282# want to keep, you may remove or edit it.
5283#
5284# config.status only pays attention to the cache file if you give it
5285# the --recheck option to rerun configure.
5286#
5287# `ac_cv_env_foo' variables (set or unset) will be overridden when
5288# loading this file, other *unset* `ac_cv_foo' will be assigned the
5289# following values.
5290
5291_ACEOF
5292
5293# The following way of writing the cache mishandles newlines in values,
5294# but we know of no workaround that is simple, portable, and efficient.
5295# So, we kill variables containing newlines.
5296# Ultrix sh set writes to stderr and can't be redirected directly,
5297# and sets the high bit in the cache file unless we assign to the vars.
5298(
5299  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
5300    eval ac_val=\$$ac_var
5301    case $ac_val in #(
5302    *${as_nl}*)
5303      case $ac_var in #(
5304      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
5305$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
5306      esac
5307      case $ac_var in #(
5308      _ | IFS | as_nl) ;; #(
5309      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
5310      *) { eval $ac_var=; unset $ac_var;} ;;
5311      esac ;;
5312    esac
5313  done
5314
5315  (set) 2>&1 |
5316    case $as_nl`(ac_space=' '; set) 2>&1` in #(
5317    *${as_nl}ac_space=\ *)
5318      # `set' does not quote correctly, so add quotes: double-quote
5319      # substitution turns \\\\ into \\, and sed turns \\ into \.
5320      sed -n \
5321	"s/'/'\\\\''/g;
5322	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5323      ;; #(
5324    *)
5325      # `set' quotes correctly as required by POSIX, so do not add quotes.
5326      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5327      ;;
5328    esac |
5329    sort
5330) |
5331  sed '
5332     /^ac_cv_env_/b end
5333     t clear
5334     :clear
5335     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5336     t end
5337     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5338     :end' >>confcache
5339if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5340  if test -w "$cache_file"; then
5341    if test "x$cache_file" != "x/dev/null"; then
5342      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
5343$as_echo "$as_me: updating cache $cache_file" >&6;}
5344      if test ! -f "$cache_file" || test -h "$cache_file"; then
5345	cat confcache >"$cache_file"
5346      else
5347        case $cache_file in #(
5348        */* | ?:*)
5349	  mv -f confcache "$cache_file"$$ &&
5350	  mv -f "$cache_file"$$ "$cache_file" ;; #(
5351        *)
5352	  mv -f confcache "$cache_file" ;;
5353	esac
5354      fi
5355    fi
5356  else
5357    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
5358$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5359  fi
5360fi
5361rm -f confcache
5362
5363test "x$prefix" = xNONE && prefix=$ac_default_prefix
5364# Let make expand exec_prefix.
5365test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
5366
5367DEFS=-DHAVE_CONFIG_H
5368
5369ac_libobjs=
5370ac_ltlibobjs=
5371U=
5372for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5373  # 1. Remove the extension, and $U if already installed.
5374  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
5375  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
5376  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
5377  #    will be set to the directory where LIBOBJS objects are built.
5378  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
5379  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
5380done
5381LIBOBJS=$ac_libobjs
5382
5383LTLIBOBJS=$ac_ltlibobjs
5384
5385
5386 if test -n "$EXEEXT"; then
5387  am__EXEEXT_TRUE=
5388  am__EXEEXT_FALSE='#'
5389else
5390  am__EXEEXT_TRUE='#'
5391  am__EXEEXT_FALSE=
5392fi
5393
5394if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
5395  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
5396Usually this means the macro was only invoked conditionally." "$LINENO" 5
5397fi
5398if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
5399  as_fn_error $? "conditional \"AMDEP\" was never defined.
5400Usually this means the macro was only invoked conditionally." "$LINENO" 5
5401fi
5402if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5403  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
5404Usually this means the macro was only invoked conditionally." "$LINENO" 5
5405fi
5406if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5407  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
5408Usually this means the macro was only invoked conditionally." "$LINENO" 5
5409fi
5410
5411: "${CONFIG_STATUS=./config.status}"
5412ac_write_fail=0
5413ac_clean_files_save=$ac_clean_files
5414ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5415{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
5416$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
5417as_write_fail=0
5418cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5419#! $SHELL
5420# Generated by $as_me.
5421# Run this file to recreate the current configuration.
5422# Compiler output produced by configure, useful for debugging
5423# configure, is in config.log if it exists.
5424
5425debug=false
5426ac_cs_recheck=false
5427ac_cs_silent=false
5428
5429SHELL=\${CONFIG_SHELL-$SHELL}
5430export SHELL
5431_ASEOF
5432cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
5433## -------------------- ##
5434## M4sh Initialization. ##
5435## -------------------- ##
5436
5437# Be more Bourne compatible
5438DUALCASE=1; export DUALCASE # for MKS sh
5439if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5440  emulate sh
5441  NULLCMD=:
5442  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5443  # is contrary to our usage.  Disable this feature.
5444  alias -g '${1+"$@"}'='"$@"'
5445  setopt NO_GLOB_SUBST
5446else
5447  case `(set -o) 2>/dev/null` in #(
5448  *posix*) :
5449    set -o posix ;; #(
5450  *) :
5451     ;;
5452esac
5453fi
5454
5455
5456as_nl='
5457'
5458export as_nl
5459# Printing a long string crashes Solaris 7 /usr/bin/printf.
5460as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5461as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
5462as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
5463# Prefer a ksh shell builtin over an external printf program on Solaris,
5464# but without wasting forks for bash or zsh.
5465if test -z "$BASH_VERSION$ZSH_VERSION" \
5466    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
5467  as_echo='print -r --'
5468  as_echo_n='print -rn --'
5469elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5470  as_echo='printf %s\n'
5471  as_echo_n='printf %s'
5472else
5473  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5474    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5475    as_echo_n='/usr/ucb/echo -n'
5476  else
5477    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5478    as_echo_n_body='eval
5479      arg=$1;
5480      case $arg in #(
5481      *"$as_nl"*)
5482	expr "X$arg" : "X\\(.*\\)$as_nl";
5483	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
5484      esac;
5485      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
5486    '
5487    export as_echo_n_body
5488    as_echo_n='sh -c $as_echo_n_body as_echo'
5489  fi
5490  export as_echo_body
5491  as_echo='sh -c $as_echo_body as_echo'
5492fi
5493
5494# The user is always right.
5495if test "${PATH_SEPARATOR+set}" != set; then
5496  PATH_SEPARATOR=:
5497  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
5498    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
5499      PATH_SEPARATOR=';'
5500  }
5501fi
5502
5503
5504# IFS
5505# We need space, tab and new line, in precisely that order.  Quoting is
5506# there to prevent editors from complaining about space-tab.
5507# (If _AS_PATH_WALK were called with IFS unset, it would disable word
5508# splitting by setting IFS to empty value.)
5509IFS=" ""	$as_nl"
5510
5511# Find who we are.  Look in the path if we contain no directory separator.
5512as_myself=
5513case $0 in #((
5514  *[\\/]* ) as_myself=$0 ;;
5515  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5516for as_dir in $PATH
5517do
5518  IFS=$as_save_IFS
5519  test -z "$as_dir" && as_dir=.
5520    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5521  done
5522IFS=$as_save_IFS
5523
5524     ;;
5525esac
5526# We did not find ourselves, most probably we were run as `sh COMMAND'
5527# in which case we are not to be found in the path.
5528if test "x$as_myself" = x; then
5529  as_myself=$0
5530fi
5531if test ! -f "$as_myself"; then
5532  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
5533  exit 1
5534fi
5535
5536# Unset variables that we do not need and which cause bugs (e.g. in
5537# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
5538# suppresses any "Segmentation fault" message there.  '((' could
5539# trigger a bug in pdksh 5.2.14.
5540for as_var in BASH_ENV ENV MAIL MAILPATH
5541do eval test x\${$as_var+set} = xset \
5542  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
5543done
5544PS1='$ '
5545PS2='> '
5546PS4='+ '
5547
5548# NLS nuisances.
5549LC_ALL=C
5550export LC_ALL
5551LANGUAGE=C
5552export LANGUAGE
5553
5554# CDPATH.
5555(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5556
5557
5558# as_fn_error STATUS ERROR [LINENO LOG_FD]
5559# ----------------------------------------
5560# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5561# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5562# script with STATUS, using 1 if that was 0.
5563as_fn_error ()
5564{
5565  as_status=$1; test $as_status -eq 0 && as_status=1
5566  if test "$4"; then
5567    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5568    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5569  fi
5570  $as_echo "$as_me: error: $2" >&2
5571  as_fn_exit $as_status
5572} # as_fn_error
5573
5574
5575# as_fn_set_status STATUS
5576# -----------------------
5577# Set $? to STATUS, without forking.
5578as_fn_set_status ()
5579{
5580  return $1
5581} # as_fn_set_status
5582
5583# as_fn_exit STATUS
5584# -----------------
5585# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
5586as_fn_exit ()
5587{
5588  set +e
5589  as_fn_set_status $1
5590  exit $1
5591} # as_fn_exit
5592
5593# as_fn_unset VAR
5594# ---------------
5595# Portably unset VAR.
5596as_fn_unset ()
5597{
5598  { eval $1=; unset $1;}
5599}
5600as_unset=as_fn_unset
5601# as_fn_append VAR VALUE
5602# ----------------------
5603# Append the text in VALUE to the end of the definition contained in VAR. Take
5604# advantage of any shell optimizations that allow amortized linear growth over
5605# repeated appends, instead of the typical quadratic growth present in naive
5606# implementations.
5607if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
5608  eval 'as_fn_append ()
5609  {
5610    eval $1+=\$2
5611  }'
5612else
5613  as_fn_append ()
5614  {
5615    eval $1=\$$1\$2
5616  }
5617fi # as_fn_append
5618
5619# as_fn_arith ARG...
5620# ------------------
5621# Perform arithmetic evaluation on the ARGs, and store the result in the
5622# global $as_val. Take advantage of shells that can avoid forks. The arguments
5623# must be portable across $(()) and expr.
5624if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
5625  eval 'as_fn_arith ()
5626  {
5627    as_val=$(( $* ))
5628  }'
5629else
5630  as_fn_arith ()
5631  {
5632    as_val=`expr "$@" || test $? -eq 1`
5633  }
5634fi # as_fn_arith
5635
5636
5637if expr a : '\(a\)' >/dev/null 2>&1 &&
5638   test "X`expr 00001 : '.*\(...\)'`" = X001; then
5639  as_expr=expr
5640else
5641  as_expr=false
5642fi
5643
5644if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5645  as_basename=basename
5646else
5647  as_basename=false
5648fi
5649
5650if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
5651  as_dirname=dirname
5652else
5653  as_dirname=false
5654fi
5655
5656as_me=`$as_basename -- "$0" ||
5657$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5658	 X"$0" : 'X\(//\)$' \| \
5659	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
5660$as_echo X/"$0" |
5661    sed '/^.*\/\([^/][^/]*\)\/*$/{
5662	    s//\1/
5663	    q
5664	  }
5665	  /^X\/\(\/\/\)$/{
5666	    s//\1/
5667	    q
5668	  }
5669	  /^X\/\(\/\).*/{
5670	    s//\1/
5671	    q
5672	  }
5673	  s/.*/./; q'`
5674
5675# Avoid depending upon Character Ranges.
5676as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5677as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5678as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5679as_cr_digits='0123456789'
5680as_cr_alnum=$as_cr_Letters$as_cr_digits
5681
5682ECHO_C= ECHO_N= ECHO_T=
5683case `echo -n x` in #(((((
5684-n*)
5685  case `echo 'xy\c'` in
5686  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
5687  xy)  ECHO_C='\c';;
5688  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
5689       ECHO_T='	';;
5690  esac;;
5691*)
5692  ECHO_N='-n';;
5693esac
5694
5695rm -f conf$$ conf$$.exe conf$$.file
5696if test -d conf$$.dir; then
5697  rm -f conf$$.dir/conf$$.file
5698else
5699  rm -f conf$$.dir
5700  mkdir conf$$.dir 2>/dev/null
5701fi
5702if (echo >conf$$.file) 2>/dev/null; then
5703  if ln -s conf$$.file conf$$ 2>/dev/null; then
5704    as_ln_s='ln -s'
5705    # ... but there are two gotchas:
5706    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
5707    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
5708    # In both cases, we have to default to `cp -p'.
5709    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
5710      as_ln_s='cp -p'
5711  elif ln conf$$.file conf$$ 2>/dev/null; then
5712    as_ln_s=ln
5713  else
5714    as_ln_s='cp -p'
5715  fi
5716else
5717  as_ln_s='cp -p'
5718fi
5719rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
5720rmdir conf$$.dir 2>/dev/null
5721
5722
5723# as_fn_mkdir_p
5724# -------------
5725# Create "$as_dir" as a directory, including parents if necessary.
5726as_fn_mkdir_p ()
5727{
5728
5729  case $as_dir in #(
5730  -*) as_dir=./$as_dir;;
5731  esac
5732  test -d "$as_dir" || eval $as_mkdir_p || {
5733    as_dirs=
5734    while :; do
5735      case $as_dir in #(
5736      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
5737      *) as_qdir=$as_dir;;
5738      esac
5739      as_dirs="'$as_qdir' $as_dirs"
5740      as_dir=`$as_dirname -- "$as_dir" ||
5741$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5742	 X"$as_dir" : 'X\(//\)[^/]' \| \
5743	 X"$as_dir" : 'X\(//\)$' \| \
5744	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
5745$as_echo X"$as_dir" |
5746    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5747	    s//\1/
5748	    q
5749	  }
5750	  /^X\(\/\/\)[^/].*/{
5751	    s//\1/
5752	    q
5753	  }
5754	  /^X\(\/\/\)$/{
5755	    s//\1/
5756	    q
5757	  }
5758	  /^X\(\/\).*/{
5759	    s//\1/
5760	    q
5761	  }
5762	  s/.*/./; q'`
5763      test -d "$as_dir" && break
5764    done
5765    test -z "$as_dirs" || eval "mkdir $as_dirs"
5766  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5767
5768
5769} # as_fn_mkdir_p
5770if mkdir -p . 2>/dev/null; then
5771  as_mkdir_p='mkdir -p "$as_dir"'
5772else
5773  test -d ./-p && rmdir ./-p
5774  as_mkdir_p=false
5775fi
5776
5777if test -x / >/dev/null 2>&1; then
5778  as_test_x='test -x'
5779else
5780  if ls -dL / >/dev/null 2>&1; then
5781    as_ls_L_option=L
5782  else
5783    as_ls_L_option=
5784  fi
5785  as_test_x='
5786    eval sh -c '\''
5787      if test -d "$1"; then
5788	test -d "$1/.";
5789      else
5790	case $1 in #(
5791	-*)set "./$1";;
5792	esac;
5793	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
5794	???[sx]*):;;*)false;;esac;fi
5795    '\'' sh
5796  '
5797fi
5798as_executable_p=$as_test_x
5799
5800# Sed expression to map a string onto a valid CPP name.
5801as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5802
5803# Sed expression to map a string onto a valid variable name.
5804as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5805
5806
5807exec 6>&1
5808## ----------------------------------- ##
5809## Main body of $CONFIG_STATUS script. ##
5810## ----------------------------------- ##
5811_ASEOF
5812test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5813
5814cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5815# Save the log message, to keep $0 and so on meaningful, and to
5816# report actual input values of CONFIG_FILES etc. instead of their
5817# values after options handling.
5818ac_log="
5819This file was extended by font-util $as_me 1.2.0, which was
5820generated by GNU Autoconf 2.68.  Invocation command line was
5821
5822  CONFIG_FILES    = $CONFIG_FILES
5823  CONFIG_HEADERS  = $CONFIG_HEADERS
5824  CONFIG_LINKS    = $CONFIG_LINKS
5825  CONFIG_COMMANDS = $CONFIG_COMMANDS
5826  $ $0 $@
5827
5828on `(hostname || uname -n) 2>/dev/null | sed 1q`
5829"
5830
5831_ACEOF
5832
5833case $ac_config_files in *"
5834"*) set x $ac_config_files; shift; ac_config_files=$*;;
5835esac
5836
5837case $ac_config_headers in *"
5838"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
5839esac
5840
5841
5842cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5843# Files that config.status was made for.
5844config_files="$ac_config_files"
5845config_headers="$ac_config_headers"
5846config_commands="$ac_config_commands"
5847
5848_ACEOF
5849
5850cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5851ac_cs_usage="\
5852\`$as_me' instantiates files and other configuration actions
5853from templates according to the current configuration.  Unless the files
5854and actions are specified as TAGs, all are instantiated by default.
5855
5856Usage: $0 [OPTION]... [TAG]...
5857
5858  -h, --help       print this help, then exit
5859  -V, --version    print version number and configuration settings, then exit
5860      --config     print configuration, then exit
5861  -q, --quiet, --silent
5862                   do not print progress messages
5863  -d, --debug      don't remove temporary files
5864      --recheck    update $as_me by reconfiguring in the same conditions
5865      --file=FILE[:TEMPLATE]
5866                   instantiate the configuration file FILE
5867      --header=FILE[:TEMPLATE]
5868                   instantiate the configuration header FILE
5869
5870Configuration files:
5871$config_files
5872
5873Configuration headers:
5874$config_headers
5875
5876Configuration commands:
5877$config_commands
5878
5879Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>."
5880
5881_ACEOF
5882cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5883ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5884ac_cs_version="\\
5885font-util config.status 1.2.0
5886configured by $0, generated by GNU Autoconf 2.68,
5887  with options \\"\$ac_cs_config\\"
5888
5889Copyright (C) 2010 Free Software Foundation, Inc.
5890This config.status script is free software; the Free Software Foundation
5891gives unlimited permission to copy, distribute and modify it."
5892
5893ac_pwd='$ac_pwd'
5894srcdir='$srcdir'
5895INSTALL='$INSTALL'
5896MKDIR_P='$MKDIR_P'
5897AWK='$AWK'
5898test -n "\$AWK" || AWK=awk
5899_ACEOF
5900
5901cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5902# The default lists apply if the user does not specify any file.
5903ac_need_defaults=:
5904while test $# != 0
5905do
5906  case $1 in
5907  --*=?*)
5908    ac_option=`expr "X$1" : 'X\([^=]*\)='`
5909    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5910    ac_shift=:
5911    ;;
5912  --*=)
5913    ac_option=`expr "X$1" : 'X\([^=]*\)='`
5914    ac_optarg=
5915    ac_shift=:
5916    ;;
5917  *)
5918    ac_option=$1
5919    ac_optarg=$2
5920    ac_shift=shift
5921    ;;
5922  esac
5923
5924  case $ac_option in
5925  # Handling of the options.
5926  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
5927    ac_cs_recheck=: ;;
5928  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
5929    $as_echo "$ac_cs_version"; exit ;;
5930  --config | --confi | --conf | --con | --co | --c )
5931    $as_echo "$ac_cs_config"; exit ;;
5932  --debug | --debu | --deb | --de | --d | -d )
5933    debug=: ;;
5934  --file | --fil | --fi | --f )
5935    $ac_shift
5936    case $ac_optarg in
5937    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5938    '') as_fn_error $? "missing file argument" ;;
5939    esac
5940    as_fn_append CONFIG_FILES " '$ac_optarg'"
5941    ac_need_defaults=false;;
5942  --header | --heade | --head | --hea )
5943    $ac_shift
5944    case $ac_optarg in
5945    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5946    esac
5947    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5948    ac_need_defaults=false;;
5949  --he | --h)
5950    # Conflict between --help and --header
5951    as_fn_error $? "ambiguous option: \`$1'
5952Try \`$0 --help' for more information.";;
5953  --help | --hel | -h )
5954    $as_echo "$ac_cs_usage"; exit ;;
5955  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5956  | -silent | --silent | --silen | --sile | --sil | --si | --s)
5957    ac_cs_silent=: ;;
5958
5959  # This is an error.
5960  -*) as_fn_error $? "unrecognized option: \`$1'
5961Try \`$0 --help' for more information." ;;
5962
5963  *) as_fn_append ac_config_targets " $1"
5964     ac_need_defaults=false ;;
5965
5966  esac
5967  shift
5968done
5969
5970ac_configure_extra_args=
5971
5972if $ac_cs_silent; then
5973  exec 6>/dev/null
5974  ac_configure_extra_args="$ac_configure_extra_args --silent"
5975fi
5976
5977_ACEOF
5978cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5979if \$ac_cs_recheck; then
5980  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5981  shift
5982  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5983  CONFIG_SHELL='$SHELL'
5984  export CONFIG_SHELL
5985  exec "\$@"
5986fi
5987
5988_ACEOF
5989cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5990exec 5>>config.log
5991{
5992  echo
5993  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5994## Running $as_me. ##
5995_ASBOX
5996  $as_echo "$ac_log"
5997} >&5
5998
5999_ACEOF
6000cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6001#
6002# INIT-COMMANDS
6003#
6004AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
6005
6006_ACEOF
6007
6008cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6009
6010# Handling of arguments.
6011for ac_config_target in $ac_config_targets
6012do
6013  case $ac_config_target in
6014    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
6015    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
6016    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6017    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
6018    "fontutil.m4") CONFIG_FILES="$CONFIG_FILES fontutil.m4" ;;
6019    "fontutil.pc") CONFIG_FILES="$CONFIG_FILES fontutil.pc" ;;
6020
6021  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
6022  esac
6023done
6024
6025
6026# If the user did not use the arguments to specify the items to instantiate,
6027# then the envvar interface is used.  Set only those that are not.
6028# We use the long form for the default assignment because of an extremely
6029# bizarre bug on SunOS 4.1.3.
6030if $ac_need_defaults; then
6031  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
6032  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
6033  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
6034fi
6035
6036# Have a temporary directory for convenience.  Make it in the build tree
6037# simply because there is no reason against having it here, and in addition,
6038# creating and moving files from /tmp can sometimes cause problems.
6039# Hook for its removal unless debugging.
6040# Note that there is a small window in which the directory will not be cleaned:
6041# after its creation but before its name has been assigned to `$tmp'.
6042$debug ||
6043{
6044  tmp= ac_tmp=
6045  trap 'exit_status=$?
6046  : "${ac_tmp:=$tmp}"
6047  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
6048' 0
6049  trap 'as_fn_exit 1' 1 2 13 15
6050}
6051# Create a (secure) tmp directory for tmp files.
6052
6053{
6054  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
6055  test -d "$tmp"
6056}  ||
6057{
6058  tmp=./conf$$-$RANDOM
6059  (umask 077 && mkdir "$tmp")
6060} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
6061ac_tmp=$tmp
6062
6063# Set up the scripts for CONFIG_FILES section.
6064# No need to generate them if there are no CONFIG_FILES.
6065# This happens for instance with `./config.status config.h'.
6066if test -n "$CONFIG_FILES"; then
6067
6068
6069ac_cr=`echo X | tr X '\015'`
6070# On cygwin, bash can eat \r inside `` if the user requested igncr.
6071# But we know of no other shell where ac_cr would be empty at this
6072# point, so we can use a bashism as a fallback.
6073if test "x$ac_cr" = x; then
6074  eval ac_cr=\$\'\\r\'
6075fi
6076ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
6077if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
6078  ac_cs_awk_cr='\\r'
6079else
6080  ac_cs_awk_cr=$ac_cr
6081fi
6082
6083echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
6084_ACEOF
6085
6086
6087{
6088  echo "cat >conf$$subs.awk <<_ACEOF" &&
6089  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
6090  echo "_ACEOF"
6091} >conf$$subs.sh ||
6092  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
6093ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
6094ac_delim='%!_!# '
6095for ac_last_try in false false false false false :; do
6096  . ./conf$$subs.sh ||
6097    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
6098
6099  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
6100  if test $ac_delim_n = $ac_delim_num; then
6101    break
6102  elif $ac_last_try; then
6103    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
6104  else
6105    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6106  fi
6107done
6108rm -f conf$$subs.sh
6109
6110cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6111cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
6112_ACEOF
6113sed -n '
6114h
6115s/^/S["/; s/!.*/"]=/
6116p
6117g
6118s/^[^!]*!//
6119:repl
6120t repl
6121s/'"$ac_delim"'$//
6122t delim
6123:nl
6124h
6125s/\(.\{148\}\)..*/\1/
6126t more1
6127s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
6128p
6129n
6130b repl
6131:more1
6132s/["\\]/\\&/g; s/^/"/; s/$/"\\/
6133p
6134g
6135s/.\{148\}//
6136t nl
6137:delim
6138h
6139s/\(.\{148\}\)..*/\1/
6140t more2
6141s/["\\]/\\&/g; s/^/"/; s/$/"/
6142p
6143b
6144:more2
6145s/["\\]/\\&/g; s/^/"/; s/$/"\\/
6146p
6147g
6148s/.\{148\}//
6149t delim
6150' <conf$$subs.awk | sed '
6151/^[^""]/{
6152  N
6153  s/\n//
6154}
6155' >>$CONFIG_STATUS || ac_write_fail=1
6156rm -f conf$$subs.awk
6157cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6158_ACAWK
6159cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
6160  for (key in S) S_is_set[key] = 1
6161  FS = ""
6162
6163}
6164{
6165  line = $ 0
6166  nfields = split(line, field, "@")
6167  substed = 0
6168  len = length(field[1])
6169  for (i = 2; i < nfields; i++) {
6170    key = field[i]
6171    keylen = length(key)
6172    if (S_is_set[key]) {
6173      value = S[key]
6174      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
6175      len += length(value) + length(field[++i])
6176      substed = 1
6177    } else
6178      len += 1 + keylen
6179  }
6180
6181  print line
6182}
6183
6184_ACAWK
6185_ACEOF
6186cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6187if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6188  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
6189else
6190  cat
6191fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
6192  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
6193_ACEOF
6194
6195# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
6196# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
6197# trailing colons and then remove the whole line if VPATH becomes empty
6198# (actually we leave an empty line to preserve line numbers).
6199if test "x$srcdir" = x.; then
6200  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
6201h
6202s///
6203s/^/:/
6204s/[	 ]*$/:/
6205s/:\$(srcdir):/:/g
6206s/:\${srcdir}:/:/g
6207s/:@srcdir@:/:/g
6208s/^:*//
6209s/:*$//
6210x
6211s/\(=[	 ]*\).*/\1/
6212G
6213s/\n//
6214s/^[^=]*=[	 ]*$//
6215}'
6216fi
6217
6218cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6219fi # test -n "$CONFIG_FILES"
6220
6221# Set up the scripts for CONFIG_HEADERS section.
6222# No need to generate them if there are no CONFIG_HEADERS.
6223# This happens for instance with `./config.status Makefile'.
6224if test -n "$CONFIG_HEADERS"; then
6225cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
6226BEGIN {
6227_ACEOF
6228
6229# Transform confdefs.h into an awk script `defines.awk', embedded as
6230# here-document in config.status, that substitutes the proper values into
6231# config.h.in to produce config.h.
6232
6233# Create a delimiter string that does not exist in confdefs.h, to ease
6234# handling of long lines.
6235ac_delim='%!_!# '
6236for ac_last_try in false false :; do
6237  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
6238  if test -z "$ac_tt"; then
6239    break
6240  elif $ac_last_try; then
6241    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
6242  else
6243    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6244  fi
6245done
6246
6247# For the awk script, D is an array of macro values keyed by name,
6248# likewise P contains macro parameters if any.  Preserve backslash
6249# newline sequences.
6250
6251ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
6252sed -n '
6253s/.\{148\}/&'"$ac_delim"'/g
6254t rset
6255:rset
6256s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
6257t def
6258d
6259:def
6260s/\\$//
6261t bsnl
6262s/["\\]/\\&/g
6263s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
6264D["\1"]=" \3"/p
6265s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
6266d
6267:bsnl
6268s/["\\]/\\&/g
6269s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
6270D["\1"]=" \3\\\\\\n"\\/p
6271t cont
6272s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
6273t cont
6274d
6275:cont
6276n
6277s/.\{148\}/&'"$ac_delim"'/g
6278t clear
6279:clear
6280s/\\$//
6281t bsnlc
6282s/["\\]/\\&/g; s/^/"/; s/$/"/p
6283d
6284:bsnlc
6285s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
6286b cont
6287' <confdefs.h | sed '
6288s/'"$ac_delim"'/"\\\
6289"/g' >>$CONFIG_STATUS || ac_write_fail=1
6290
6291cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6292  for (key in D) D_is_set[key] = 1
6293  FS = ""
6294}
6295/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
6296  line = \$ 0
6297  split(line, arg, " ")
6298  if (arg[1] == "#") {
6299    defundef = arg[2]
6300    mac1 = arg[3]
6301  } else {
6302    defundef = substr(arg[1], 2)
6303    mac1 = arg[2]
6304  }
6305  split(mac1, mac2, "(") #)
6306  macro = mac2[1]
6307  prefix = substr(line, 1, index(line, defundef) - 1)
6308  if (D_is_set[macro]) {
6309    # Preserve the white space surrounding the "#".
6310    print prefix "define", macro P[macro] D[macro]
6311    next
6312  } else {
6313    # Replace #undef with comments.  This is necessary, for example,
6314    # in the case of _POSIX_SOURCE, which is predefined and required
6315    # on some systems where configure will not decide to define it.
6316    if (defundef == "undef") {
6317      print "/*", prefix defundef, macro, "*/"
6318      next
6319    }
6320  }
6321}
6322{ print }
6323_ACAWK
6324_ACEOF
6325cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6326  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
6327fi # test -n "$CONFIG_HEADERS"
6328
6329
6330eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
6331shift
6332for ac_tag
6333do
6334  case $ac_tag in
6335  :[FHLC]) ac_mode=$ac_tag; continue;;
6336  esac
6337  case $ac_mode$ac_tag in
6338  :[FHL]*:*);;
6339  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
6340  :[FH]-) ac_tag=-:-;;
6341  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
6342  esac
6343  ac_save_IFS=$IFS
6344  IFS=:
6345  set x $ac_tag
6346  IFS=$ac_save_IFS
6347  shift
6348  ac_file=$1
6349  shift
6350
6351  case $ac_mode in
6352  :L) ac_source=$1;;
6353  :[FH])
6354    ac_file_inputs=
6355    for ac_f
6356    do
6357      case $ac_f in
6358      -) ac_f="$ac_tmp/stdin";;
6359      *) # Look for the file first in the build tree, then in the source tree
6360	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
6361	 # because $ac_f cannot contain `:'.
6362	 test -f "$ac_f" ||
6363	   case $ac_f in
6364	   [\\/$]*) false;;
6365	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
6366	   esac ||
6367	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
6368      esac
6369      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
6370      as_fn_append ac_file_inputs " '$ac_f'"
6371    done
6372
6373    # Let's still pretend it is `configure' which instantiates (i.e., don't
6374    # use $as_me), people would be surprised to read:
6375    #    /* config.h.  Generated by config.status.  */
6376    configure_input='Generated from '`
6377	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
6378	`' by configure.'
6379    if test x"$ac_file" != x-; then
6380      configure_input="$ac_file.  $configure_input"
6381      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
6382$as_echo "$as_me: creating $ac_file" >&6;}
6383    fi
6384    # Neutralize special characters interpreted by sed in replacement strings.
6385    case $configure_input in #(
6386    *\&* | *\|* | *\\* )
6387       ac_sed_conf_input=`$as_echo "$configure_input" |
6388       sed 's/[\\\\&|]/\\\\&/g'`;; #(
6389    *) ac_sed_conf_input=$configure_input;;
6390    esac
6391
6392    case $ac_tag in
6393    *:-:* | *:-) cat >"$ac_tmp/stdin" \
6394      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
6395    esac
6396    ;;
6397  esac
6398
6399  ac_dir=`$as_dirname -- "$ac_file" ||
6400$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6401	 X"$ac_file" : 'X\(//\)[^/]' \| \
6402	 X"$ac_file" : 'X\(//\)$' \| \
6403	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
6404$as_echo X"$ac_file" |
6405    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6406	    s//\1/
6407	    q
6408	  }
6409	  /^X\(\/\/\)[^/].*/{
6410	    s//\1/
6411	    q
6412	  }
6413	  /^X\(\/\/\)$/{
6414	    s//\1/
6415	    q
6416	  }
6417	  /^X\(\/\).*/{
6418	    s//\1/
6419	    q
6420	  }
6421	  s/.*/./; q'`
6422  as_dir="$ac_dir"; as_fn_mkdir_p
6423  ac_builddir=.
6424
6425case "$ac_dir" in
6426.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
6427*)
6428  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
6429  # A ".." for each directory in $ac_dir_suffix.
6430  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
6431  case $ac_top_builddir_sub in
6432  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
6433  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
6434  esac ;;
6435esac
6436ac_abs_top_builddir=$ac_pwd
6437ac_abs_builddir=$ac_pwd$ac_dir_suffix
6438# for backward compatibility:
6439ac_top_builddir=$ac_top_build_prefix
6440
6441case $srcdir in
6442  .)  # We are building in place.
6443    ac_srcdir=.
6444    ac_top_srcdir=$ac_top_builddir_sub
6445    ac_abs_top_srcdir=$ac_pwd ;;
6446  [\\/]* | ?:[\\/]* )  # Absolute name.
6447    ac_srcdir=$srcdir$ac_dir_suffix;
6448    ac_top_srcdir=$srcdir
6449    ac_abs_top_srcdir=$srcdir ;;
6450  *) # Relative name.
6451    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
6452    ac_top_srcdir=$ac_top_build_prefix$srcdir
6453    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
6454esac
6455ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
6456
6457
6458  case $ac_mode in
6459  :F)
6460  #
6461  # CONFIG_FILE
6462  #
6463
6464  case $INSTALL in
6465  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
6466  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
6467  esac
6468  ac_MKDIR_P=$MKDIR_P
6469  case $MKDIR_P in
6470  [\\/$]* | ?:[\\/]* ) ;;
6471  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6472  esac
6473_ACEOF
6474
6475cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6476# If the template does not know about datarootdir, expand it.
6477# FIXME: This hack should be removed a few years after 2.60.
6478ac_datarootdir_hack=; ac_datarootdir_seen=
6479ac_sed_dataroot='
6480/datarootdir/ {
6481  p
6482  q
6483}
6484/@datadir@/p
6485/@docdir@/p
6486/@infodir@/p
6487/@localedir@/p
6488/@mandir@/p'
6489case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
6490*datarootdir*) ac_datarootdir_seen=yes;;
6491*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
6492  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
6493$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
6494_ACEOF
6495cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6496  ac_datarootdir_hack='
6497  s&@datadir@&$datadir&g
6498  s&@docdir@&$docdir&g
6499  s&@infodir@&$infodir&g
6500  s&@localedir@&$localedir&g
6501  s&@mandir@&$mandir&g
6502  s&\\\${datarootdir}&$datarootdir&g' ;;
6503esac
6504_ACEOF
6505
6506# Neutralize VPATH when `$srcdir' = `.'.
6507# Shell code in configure.ac might set extrasub.
6508# FIXME: do we really want to maintain this feature?
6509cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6510ac_sed_extra="$ac_vpsub
6511$extrasub
6512_ACEOF
6513cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6514:t
6515/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
6516s|@configure_input@|$ac_sed_conf_input|;t t
6517s&@top_builddir@&$ac_top_builddir_sub&;t t
6518s&@top_build_prefix@&$ac_top_build_prefix&;t t
6519s&@srcdir@&$ac_srcdir&;t t
6520s&@abs_srcdir@&$ac_abs_srcdir&;t t
6521s&@top_srcdir@&$ac_top_srcdir&;t t
6522s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
6523s&@builddir@&$ac_builddir&;t t
6524s&@abs_builddir@&$ac_abs_builddir&;t t
6525s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
6526s&@INSTALL@&$ac_INSTALL&;t t
6527s&@MKDIR_P@&$ac_MKDIR_P&;t t
6528$ac_datarootdir_hack
6529"
6530eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
6531  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6532
6533test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
6534  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
6535  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
6536      "$ac_tmp/out"`; test -z "$ac_out"; } &&
6537  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6538which seems to be undefined.  Please make sure it is defined" >&5
6539$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
6540which seems to be undefined.  Please make sure it is defined" >&2;}
6541
6542  rm -f "$ac_tmp/stdin"
6543  case $ac_file in
6544  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
6545  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
6546  esac \
6547  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6548 ;;
6549  :H)
6550  #
6551  # CONFIG_HEADER
6552  #
6553  if test x"$ac_file" != x-; then
6554    {
6555      $as_echo "/* $configure_input  */" \
6556      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
6557    } >"$ac_tmp/config.h" \
6558      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
6559    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
6560      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
6561$as_echo "$as_me: $ac_file is unchanged" >&6;}
6562    else
6563      rm -f "$ac_file"
6564      mv "$ac_tmp/config.h" "$ac_file" \
6565	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
6566    fi
6567  else
6568    $as_echo "/* $configure_input  */" \
6569      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
6570      || as_fn_error $? "could not create -" "$LINENO" 5
6571  fi
6572# Compute "$ac_file"'s index in $config_headers.
6573_am_arg="$ac_file"
6574_am_stamp_count=1
6575for _am_header in $config_headers :; do
6576  case $_am_header in
6577    $_am_arg | $_am_arg:* )
6578      break ;;
6579    * )
6580      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
6581  esac
6582done
6583echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
6584$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6585	 X"$_am_arg" : 'X\(//\)[^/]' \| \
6586	 X"$_am_arg" : 'X\(//\)$' \| \
6587	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
6588$as_echo X"$_am_arg" |
6589    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6590	    s//\1/
6591	    q
6592	  }
6593	  /^X\(\/\/\)[^/].*/{
6594	    s//\1/
6595	    q
6596	  }
6597	  /^X\(\/\/\)$/{
6598	    s//\1/
6599	    q
6600	  }
6601	  /^X\(\/\).*/{
6602	    s//\1/
6603	    q
6604	  }
6605	  s/.*/./; q'`/stamp-h$_am_stamp_count
6606 ;;
6607
6608  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
6609$as_echo "$as_me: executing $ac_file commands" >&6;}
6610 ;;
6611  esac
6612
6613
6614  case $ac_file$ac_mode in
6615    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
6616  # Autoconf 2.62 quotes --file arguments for eval, but not when files
6617  # are listed without --file.  Let's play safe and only enable the eval
6618  # if we detect the quoting.
6619  case $CONFIG_FILES in
6620  *\'*) eval set x "$CONFIG_FILES" ;;
6621  *)   set x $CONFIG_FILES ;;
6622  esac
6623  shift
6624  for mf
6625  do
6626    # Strip MF so we end up with the name of the file.
6627    mf=`echo "$mf" | sed -e 's/:.*$//'`
6628    # Check whether this is an Automake generated Makefile or not.
6629    # We used to match only the files named `Makefile.in', but
6630    # some people rename them; so instead we look at the file content.
6631    # Grep'ing the first line is not enough: some people post-process
6632    # each Makefile.in and add a new line on top of each file to say so.
6633    # Grep'ing the whole file is not good either: AIX grep has a line
6634    # limit of 2048, but all sed's we know have understand at least 4000.
6635    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
6636      dirpart=`$as_dirname -- "$mf" ||
6637$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6638	 X"$mf" : 'X\(//\)[^/]' \| \
6639	 X"$mf" : 'X\(//\)$' \| \
6640	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
6641$as_echo X"$mf" |
6642    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6643	    s//\1/
6644	    q
6645	  }
6646	  /^X\(\/\/\)[^/].*/{
6647	    s//\1/
6648	    q
6649	  }
6650	  /^X\(\/\/\)$/{
6651	    s//\1/
6652	    q
6653	  }
6654	  /^X\(\/\).*/{
6655	    s//\1/
6656	    q
6657	  }
6658	  s/.*/./; q'`
6659    else
6660      continue
6661    fi
6662    # Extract the definition of DEPDIR, am__include, and am__quote
6663    # from the Makefile without running `make'.
6664    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
6665    test -z "$DEPDIR" && continue
6666    am__include=`sed -n 's/^am__include = //p' < "$mf"`
6667    test -z "am__include" && continue
6668    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
6669    # When using ansi2knr, U may be empty or an underscore; expand it
6670    U=`sed -n 's/^U = //p' < "$mf"`
6671    # Find all dependency output files, they are included files with
6672    # $(DEPDIR) in their names.  We invoke sed twice because it is the
6673    # simplest approach to changing $(DEPDIR) to its actual value in the
6674    # expansion.
6675    for file in `sed -n "
6676      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
6677	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6678      # Make sure the directory exists.
6679      test -f "$dirpart/$file" && continue
6680      fdir=`$as_dirname -- "$file" ||
6681$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6682	 X"$file" : 'X\(//\)[^/]' \| \
6683	 X"$file" : 'X\(//\)$' \| \
6684	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
6685$as_echo X"$file" |
6686    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6687	    s//\1/
6688	    q
6689	  }
6690	  /^X\(\/\/\)[^/].*/{
6691	    s//\1/
6692	    q
6693	  }
6694	  /^X\(\/\/\)$/{
6695	    s//\1/
6696	    q
6697	  }
6698	  /^X\(\/\).*/{
6699	    s//\1/
6700	    q
6701	  }
6702	  s/.*/./; q'`
6703      as_dir=$dirpart/$fdir; as_fn_mkdir_p
6704      # echo "creating $dirpart/$file"
6705      echo '# dummy' > "$dirpart/$file"
6706    done
6707  done
6708}
6709 ;;
6710
6711  esac
6712done # for ac_tag
6713
6714
6715as_fn_exit 0
6716_ACEOF
6717ac_clean_files=$ac_clean_files_save
6718
6719test $ac_write_fail = 0 ||
6720  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
6721
6722
6723# configure is writing to config.log, and then calls config.status.
6724# config.status does its own redirection, appending to config.log.
6725# Unfortunately, on DOS this fails, as config.log is still kept open
6726# by configure, so config.status won't be able to write to it; its
6727# output is simply discarded.  So we exec the FD to /dev/null,
6728# effectively closing config.log, so it can be properly (re)opened and
6729# appended to by config.status.  When coming back to configure, we
6730# need to make the FD available again.
6731if test "$no_create" != yes; then
6732  ac_cs_success=:
6733  ac_config_status_args=
6734  test "$silent" = yes &&
6735    ac_config_status_args="$ac_config_status_args --quiet"
6736  exec 5>/dev/null
6737  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6738  exec 5>>config.log
6739  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6740  # would make configure fail if this is the last instruction.
6741  $ac_cs_success || as_fn_exit 1
6742fi
6743if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6744  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
6745$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
6746fi
6747
6748