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