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