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