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