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