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