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