1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.71 for font-bh-type1 1.0.4.
4#
5# Report bugs to <https://gitlab.freedesktop.org/xorg/font/bh-type1/-/issues>.
6#
7#
8# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
9# Inc.
10#
11#
12# This configure script is free software; the Free Software Foundation
13# gives unlimited permission to copy, distribute and modify it.
14## -------------------- ##
15## M4sh Initialization. ##
16## -------------------- ##
17
18# Be more Bourne compatible
19DUALCASE=1; export DUALCASE # for MKS sh
20as_nop=:
21if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
22then :
23  emulate sh
24  NULLCMD=:
25  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26  # is contrary to our usage.  Disable this feature.
27  alias -g '${1+"$@"}'='"$@"'
28  setopt NO_GLOB_SUBST
29else $as_nop
30  case `(set -o) 2>/dev/null` in #(
31  *posix*) :
32    set -o posix ;; #(
33  *) :
34     ;;
35esac
36fi
37
38
39
40# Reset variables that may have inherited troublesome values from
41# the environment.
42
43# IFS needs to be set, to space, tab, and newline, in precisely that order.
44# (If _AS_PATH_WALK were called with IFS unset, it would have the
45# side effect of setting IFS to empty, thus disabling word splitting.)
46# Quoting is to prevent editors from complaining about space-tab.
47as_nl='
48'
49export as_nl
50IFS=" ""	$as_nl"
51
52PS1='$ '
53PS2='> '
54PS4='+ '
55
56# Ensure predictable behavior from utilities with locale-dependent output.
57LC_ALL=C
58export LC_ALL
59LANGUAGE=C
60export LANGUAGE
61
62# We cannot yet rely on "unset" to work, but we need these variables
63# to be unset--not just set to an empty or harmless value--now, to
64# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
65# also avoids known problems related to "unset" and subshell syntax
66# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
67for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
68do eval test \${$as_var+y} \
69  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
70done
71
72# Ensure that fds 0, 1, and 2 are open.
73if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
74if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
75if (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
76
77# The user is always right.
78if ${PATH_SEPARATOR+false} :; then
79  PATH_SEPARATOR=:
80  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
81    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
82      PATH_SEPARATOR=';'
83  }
84fi
85
86
87# Find who we are.  Look in the path if we contain no directory separator.
88as_myself=
89case $0 in #((
90  *[\\/]* ) as_myself=$0 ;;
91  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
92for as_dir in $PATH
93do
94  IFS=$as_save_IFS
95  case $as_dir in #(((
96    '') as_dir=./ ;;
97    */) ;;
98    *) as_dir=$as_dir/ ;;
99  esac
100    test -r "$as_dir$0" && as_myself=$as_dir$0 && break
101  done
102IFS=$as_save_IFS
103
104     ;;
105esac
106# We did not find ourselves, most probably we were run as `sh COMMAND'
107# in which case we are not to be found in the path.
108if test "x$as_myself" = x; then
109  as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112  printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113  exit 1
114fi
115
116
117# Use a proper internal environment variable to ensure we don't fall
118  # into an infinite loop, continuously re-executing ourselves.
119  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
120    _as_can_reexec=no; export _as_can_reexec;
121    # We cannot yet assume a decent shell, so we have to provide a
122# neutralization value for shells without unset; and this also
123# works around shells that cannot unset nonexistent variables.
124# Preserve -v and -x to the replacement shell.
125BASH_ENV=/dev/null
126ENV=/dev/null
127(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
128case $- in # ((((
129  *v*x* | *x*v* ) as_opts=-vx ;;
130  *v* ) as_opts=-v ;;
131  *x* ) as_opts=-x ;;
132  * ) as_opts= ;;
133esac
134exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
135# Admittedly, this is quite paranoid, since all the known shells bail
136# out after a failed `exec'.
137printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
138exit 255
139  fi
140  # We don't want this to propagate to other subprocesses.
141          { _as_can_reexec=; unset _as_can_reexec;}
142if test "x$CONFIG_SHELL" = x; then
143  as_bourne_compatible="as_nop=:
144if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
145then :
146  emulate sh
147  NULLCMD=:
148  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
149  # is contrary to our usage.  Disable this feature.
150  alias -g '\${1+\"\$@\"}'='\"\$@\"'
151  setopt NO_GLOB_SUBST
152else \$as_nop
153  case \`(set -o) 2>/dev/null\` in #(
154  *posix*) :
155    set -o posix ;; #(
156  *) :
157     ;;
158esac
159fi
160"
161  as_required="as_fn_return () { (exit \$1); }
162as_fn_success () { as_fn_return 0; }
163as_fn_failure () { as_fn_return 1; }
164as_fn_ret_success () { return 0; }
165as_fn_ret_failure () { return 1; }
166
167exitcode=0
168as_fn_success || { exitcode=1; echo as_fn_success failed.; }
169as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
170as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
171as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
172if ( set x; as_fn_ret_success y && test x = \"\$1\" )
173then :
174
175else \$as_nop
176  exitcode=1; echo positional parameters were not saved.
177fi
178test x\$exitcode = x0 || exit 1
179blah=\$(echo \$(echo blah))
180test x\"\$blah\" = xblah || exit 1
181test -x / || exit 1"
182  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
183  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
184  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
185  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
186test \$(( 1 + 1 )) = 2 || exit 1"
187  if (eval "$as_required") 2>/dev/null
188then :
189  as_have_required=yes
190else $as_nop
191  as_have_required=no
192fi
193  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
194then :
195
196else $as_nop
197  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
198as_found=false
199for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
200do
201  IFS=$as_save_IFS
202  case $as_dir in #(((
203    '') as_dir=./ ;;
204    */) ;;
205    *) as_dir=$as_dir/ ;;
206  esac
207  as_found=:
208  case $as_dir in #(
209	 /*)
210	   for as_base in sh bash ksh sh5; do
211	     # Try only shells that exist, to save several forks.
212	     as_shell=$as_dir$as_base
213	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
214		    as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
215then :
216  CONFIG_SHELL=$as_shell as_have_required=yes
217		   if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
218then :
219  break 2
220fi
221fi
222	   done;;
223       esac
224  as_found=false
225done
226IFS=$as_save_IFS
227if $as_found
228then :
229
230else $as_nop
231  if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
232	      as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
233then :
234  CONFIG_SHELL=$SHELL as_have_required=yes
235fi
236fi
237
238
239      if test "x$CONFIG_SHELL" != x
240then :
241  export CONFIG_SHELL
242             # We cannot yet assume a decent shell, so we have to provide a
243# neutralization value for shells without unset; and this also
244# works around shells that cannot unset nonexistent variables.
245# Preserve -v and -x to the replacement shell.
246BASH_ENV=/dev/null
247ENV=/dev/null
248(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
249case $- in # ((((
250  *v*x* | *x*v* ) as_opts=-vx ;;
251  *v* ) as_opts=-v ;;
252  *x* ) as_opts=-x ;;
253  * ) as_opts= ;;
254esac
255exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256# Admittedly, this is quite paranoid, since all the known shells bail
257# out after a failed `exec'.
258printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
259exit 255
260fi
261
262    if test x$as_have_required = xno
263then :
264  printf "%s\n" "$0: This script requires a shell more modern than all"
265  printf "%s\n" "$0: the shells that I found on your system."
266  if test ${ZSH_VERSION+y} ; then
267    printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268    printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
269  else
270    printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
271$0: https://gitlab.freedesktop.org/xorg/font/bh-type1/-/issues
272$0: about your system, including any error possibly output
273$0: before this message. Then install a modern shell, or
274$0: manually run the script under such a shell if you do
275$0: have one."
276  fi
277  exit 1
278fi
279fi
280fi
281SHELL=${CONFIG_SHELL-/bin/sh}
282export SHELL
283# Unset more variables known to interfere with behavior of common tools.
284CLICOLOR_FORCE= GREP_OPTIONS=
285unset CLICOLOR_FORCE GREP_OPTIONS
286
287## --------------------- ##
288## M4sh Shell Functions. ##
289## --------------------- ##
290# as_fn_unset VAR
291# ---------------
292# Portably unset VAR.
293as_fn_unset ()
294{
295  { eval $1=; unset $1;}
296}
297as_unset=as_fn_unset
298
299
300# as_fn_set_status STATUS
301# -----------------------
302# Set $? to STATUS, without forking.
303as_fn_set_status ()
304{
305  return $1
306} # as_fn_set_status
307
308# as_fn_exit STATUS
309# -----------------
310# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
311as_fn_exit ()
312{
313  set +e
314  as_fn_set_status $1
315  exit $1
316} # as_fn_exit
317# as_fn_nop
318# ---------
319# Do nothing but, unlike ":", preserve the value of $?.
320as_fn_nop ()
321{
322  return $?
323}
324as_nop=as_fn_nop
325
326# as_fn_mkdir_p
327# -------------
328# Create "$as_dir" as a directory, including parents if necessary.
329as_fn_mkdir_p ()
330{
331
332  case $as_dir in #(
333  -*) as_dir=./$as_dir;;
334  esac
335  test -d "$as_dir" || eval $as_mkdir_p || {
336    as_dirs=
337    while :; do
338      case $as_dir in #(
339      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
340      *) as_qdir=$as_dir;;
341      esac
342      as_dirs="'$as_qdir' $as_dirs"
343      as_dir=`$as_dirname -- "$as_dir" ||
344$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
345	 X"$as_dir" : 'X\(//\)[^/]' \| \
346	 X"$as_dir" : 'X\(//\)$' \| \
347	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
348printf "%s\n" X"$as_dir" |
349    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
350	    s//\1/
351	    q
352	  }
353	  /^X\(\/\/\)[^/].*/{
354	    s//\1/
355	    q
356	  }
357	  /^X\(\/\/\)$/{
358	    s//\1/
359	    q
360	  }
361	  /^X\(\/\).*/{
362	    s//\1/
363	    q
364	  }
365	  s/.*/./; q'`
366      test -d "$as_dir" && break
367    done
368    test -z "$as_dirs" || eval "mkdir $as_dirs"
369  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
370
371
372} # as_fn_mkdir_p
373
374# as_fn_executable_p FILE
375# -----------------------
376# Test if FILE is an executable regular file.
377as_fn_executable_p ()
378{
379  test -f "$1" && test -x "$1"
380} # as_fn_executable_p
381# as_fn_append VAR VALUE
382# ----------------------
383# Append the text in VALUE to the end of the definition contained in VAR. Take
384# advantage of any shell optimizations that allow amortized linear growth over
385# repeated appends, instead of the typical quadratic growth present in naive
386# implementations.
387if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
388then :
389  eval 'as_fn_append ()
390  {
391    eval $1+=\$2
392  }'
393else $as_nop
394  as_fn_append ()
395  {
396    eval $1=\$$1\$2
397  }
398fi # as_fn_append
399
400# as_fn_arith ARG...
401# ------------------
402# Perform arithmetic evaluation on the ARGs, and store the result in the
403# global $as_val. Take advantage of shells that can avoid forks. The arguments
404# must be portable across $(()) and expr.
405if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
406then :
407  eval 'as_fn_arith ()
408  {
409    as_val=$(( $* ))
410  }'
411else $as_nop
412  as_fn_arith ()
413  {
414    as_val=`expr "$@" || test $? -eq 1`
415  }
416fi # as_fn_arith
417
418# as_fn_nop
419# ---------
420# Do nothing but, unlike ":", preserve the value of $?.
421as_fn_nop ()
422{
423  return $?
424}
425as_nop=as_fn_nop
426
427# as_fn_error STATUS ERROR [LINENO LOG_FD]
428# ----------------------------------------
429# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
430# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
431# script with STATUS, using 1 if that was 0.
432as_fn_error ()
433{
434  as_status=$1; test $as_status -eq 0 && as_status=1
435  if test "$4"; then
436    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
437    printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
438  fi
439  printf "%s\n" "$as_me: error: $2" >&2
440  as_fn_exit $as_status
441} # as_fn_error
442
443if expr a : '\(a\)' >/dev/null 2>&1 &&
444   test "X`expr 00001 : '.*\(...\)'`" = X001; then
445  as_expr=expr
446else
447  as_expr=false
448fi
449
450if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
451  as_basename=basename
452else
453  as_basename=false
454fi
455
456if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
457  as_dirname=dirname
458else
459  as_dirname=false
460fi
461
462as_me=`$as_basename -- "$0" ||
463$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
464	 X"$0" : 'X\(//\)$' \| \
465	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
466printf "%s\n" X/"$0" |
467    sed '/^.*\/\([^/][^/]*\)\/*$/{
468	    s//\1/
469	    q
470	  }
471	  /^X\/\(\/\/\)$/{
472	    s//\1/
473	    q
474	  }
475	  /^X\/\(\/\).*/{
476	    s//\1/
477	    q
478	  }
479	  s/.*/./; q'`
480
481# Avoid depending upon Character Ranges.
482as_cr_letters='abcdefghijklmnopqrstuvwxyz'
483as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
484as_cr_Letters=$as_cr_letters$as_cr_LETTERS
485as_cr_digits='0123456789'
486as_cr_alnum=$as_cr_Letters$as_cr_digits
487
488
489  as_lineno_1=$LINENO as_lineno_1a=$LINENO
490  as_lineno_2=$LINENO as_lineno_2a=$LINENO
491  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
492  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
493  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
494  sed -n '
495    p
496    /[$]LINENO/=
497  ' <$as_myself |
498    sed '
499      s/[$]LINENO.*/&-/
500      t lineno
501      b
502      :lineno
503      N
504      :loop
505      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
506      t loop
507      s/-\n.*//
508    ' >$as_me.lineno &&
509  chmod +x "$as_me.lineno" ||
510    { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
511
512  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
513  # already done that, so ensure we don't try to do so again and fall
514  # in an infinite loop.  This has already happened in practice.
515  _as_can_reexec=no; export _as_can_reexec
516  # Don't try to exec as it changes $[0], causing all sort of problems
517  # (the dirname of $[0] is not the place where we might find the
518  # original and so on.  Autoconf is especially sensitive to this).
519  . "./$as_me.lineno"
520  # Exit status is that of the last command.
521  exit
522}
523
524
525# Determine whether it's possible to make 'echo' print without a newline.
526# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
527# for compatibility with existing Makefiles.
528ECHO_C= ECHO_N= ECHO_T=
529case `echo -n x` in #(((((
530-n*)
531  case `echo 'xy\c'` in
532  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
533  xy)  ECHO_C='\c';;
534  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
535       ECHO_T='	';;
536  esac;;
537*)
538  ECHO_N='-n';;
539esac
540
541# For backward compatibility with old third-party macros, we provide
542# the shell variables $as_echo and $as_echo_n.  New code should use
543# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
544as_echo='printf %s\n'
545as_echo_n='printf %s'
546
547
548rm -f conf$$ conf$$.exe conf$$.file
549if test -d conf$$.dir; then
550  rm -f conf$$.dir/conf$$.file
551else
552  rm -f conf$$.dir
553  mkdir conf$$.dir 2>/dev/null
554fi
555if (echo >conf$$.file) 2>/dev/null; then
556  if ln -s conf$$.file conf$$ 2>/dev/null; then
557    as_ln_s='ln -s'
558    # ... but there are two gotchas:
559    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
560    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
561    # In both cases, we have to default to `cp -pR'.
562    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
563      as_ln_s='cp -pR'
564  elif ln conf$$.file conf$$ 2>/dev/null; then
565    as_ln_s=ln
566  else
567    as_ln_s='cp -pR'
568  fi
569else
570  as_ln_s='cp -pR'
571fi
572rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
573rmdir conf$$.dir 2>/dev/null
574
575if mkdir -p . 2>/dev/null; then
576  as_mkdir_p='mkdir -p "$as_dir"'
577else
578  test -d ./-p && rmdir ./-p
579  as_mkdir_p=false
580fi
581
582as_test_x='test -x'
583as_executable_p=as_fn_executable_p
584
585# Sed expression to map a string onto a valid CPP name.
586as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
587
588# Sed expression to map a string onto a valid variable name.
589as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
590
591
592test -n "$DJDIR" || exec 7<&0 </dev/null
593exec 6>&1
594
595# Name of the host.
596# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
597# so uname gets run too.
598ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
599
600#
601# Initializations.
602#
603ac_default_prefix=/usr/local
604ac_clean_files=
605ac_config_libobj_dir=.
606LIBOBJS=
607cross_compiling=no
608subdirs=
609MFLAGS=
610MAKEFLAGS=
611
612# Identity of this package.
613PACKAGE_NAME='font-bh-type1'
614PACKAGE_TARNAME='font-bh-type1'
615PACKAGE_VERSION='1.0.4'
616PACKAGE_STRING='font-bh-type1 1.0.4'
617PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/bh-type1/-/issues'
618PACKAGE_URL=''
619
620ac_subst_vars='LTLIBOBJS
621LIBOBJS
622MKFONTSCALE
623MKFONTDIR
624RUN_FCCACHE
625FCCACHE
626FONTDIR
627FONTROOTDIR
628MAN_SUBSTS
629XORG_MAN_PAGE
630ADMIN_MAN_DIR
631DRIVER_MAN_DIR
632MISC_MAN_DIR
633FILE_MAN_DIR
634LIB_MAN_DIR
635APP_MAN_DIR
636ADMIN_MAN_SUFFIX
637DRIVER_MAN_SUFFIX
638MISC_MAN_SUFFIX
639FILE_MAN_SUFFIX
640LIB_MAN_SUFFIX
641APP_MAN_SUFFIX
642SED
643host_os
644host_vendor
645host_cpu
646host
647build_os
648build_vendor
649build_cpu
650build
651INSTALL_CMD
652PKG_CONFIG_LIBDIR
653PKG_CONFIG_PATH
654PKG_CONFIG
655CHANGELOG_CMD
656AM_BACKSLASH
657AM_DEFAULT_VERBOSITY
658AM_DEFAULT_V
659AM_V
660CSCOPE
661ETAGS
662CTAGS
663am__untar
664am__tar
665AMTAR
666am__leading_dot
667SET_MAKE
668AWK
669mkdir_p
670MKDIR_P
671INSTALL_STRIP_PROGRAM
672STRIP
673install_sh
674MAKEINFO
675AUTOHEADER
676AUTOMAKE
677AUTOCONF
678ACLOCAL
679VERSION
680PACKAGE
681CYGPATH_W
682am__isrc
683INSTALL_DATA
684INSTALL_SCRIPT
685INSTALL_PROGRAM
686target_alias
687host_alias
688build_alias
689LIBS
690ECHO_T
691ECHO_N
692ECHO_C
693DEFS
694mandir
695localedir
696libdir
697psdir
698pdfdir
699dvidir
700htmldir
701infodir
702docdir
703oldincludedir
704includedir
705runstatedir
706localstatedir
707sharedstatedir
708sysconfdir
709datadir
710datarootdir
711libexecdir
712sbindir
713bindir
714program_transform_name
715prefix
716exec_prefix
717PACKAGE_URL
718PACKAGE_BUGREPORT
719PACKAGE_STRING
720PACKAGE_VERSION
721PACKAGE_TARNAME
722PACKAGE_NAME
723PATH_SEPARATOR
724SHELL'
725ac_subst_files=''
726ac_user_opts='
727enable_option_checking
728enable_silent_rules
729with_fontrootdir
730with_fontdir
731'
732      ac_precious_vars='build_alias
733host_alias
734target_alias
735PKG_CONFIG
736PKG_CONFIG_PATH
737PKG_CONFIG_LIBDIR'
738
739
740# Initialize some variables set by options.
741ac_init_help=
742ac_init_version=false
743ac_unrecognized_opts=
744ac_unrecognized_sep=
745# The variables have the same names as the options, with
746# dashes changed to underlines.
747cache_file=/dev/null
748exec_prefix=NONE
749no_create=
750no_recursion=
751prefix=NONE
752program_prefix=NONE
753program_suffix=NONE
754program_transform_name=s,x,x,
755silent=
756site=
757srcdir=
758verbose=
759x_includes=NONE
760x_libraries=NONE
761
762# Installation directory options.
763# These are left unexpanded so users can "make install exec_prefix=/foo"
764# and all the variables that are supposed to be based on exec_prefix
765# by default will actually change.
766# Use braces instead of parens because sh, perl, etc. also accept them.
767# (The list follows the same order as the GNU Coding Standards.)
768bindir='${exec_prefix}/bin'
769sbindir='${exec_prefix}/sbin'
770libexecdir='${exec_prefix}/libexec'
771datarootdir='${prefix}/share'
772datadir='${datarootdir}'
773sysconfdir='${prefix}/etc'
774sharedstatedir='${prefix}/com'
775localstatedir='${prefix}/var'
776runstatedir='${localstatedir}/run'
777includedir='${prefix}/include'
778oldincludedir='/usr/include'
779docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
780infodir='${datarootdir}/info'
781htmldir='${docdir}'
782dvidir='${docdir}'
783pdfdir='${docdir}'
784psdir='${docdir}'
785libdir='${exec_prefix}/lib'
786localedir='${datarootdir}/locale'
787mandir='${datarootdir}/man'
788
789ac_prev=
790ac_dashdash=
791for ac_option
792do
793  # If the previous option needs an argument, assign it.
794  if test -n "$ac_prev"; then
795    eval $ac_prev=\$ac_option
796    ac_prev=
797    continue
798  fi
799
800  case $ac_option in
801  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
802  *=)   ac_optarg= ;;
803  *)    ac_optarg=yes ;;
804  esac
805
806  case $ac_dashdash$ac_option in
807  --)
808    ac_dashdash=yes ;;
809
810  -bindir | --bindir | --bindi | --bind | --bin | --bi)
811    ac_prev=bindir ;;
812  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
813    bindir=$ac_optarg ;;
814
815  -build | --build | --buil | --bui | --bu)
816    ac_prev=build_alias ;;
817  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
818    build_alias=$ac_optarg ;;
819
820  -cache-file | --cache-file | --cache-fil | --cache-fi \
821  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
822    ac_prev=cache_file ;;
823  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
824  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
825    cache_file=$ac_optarg ;;
826
827  --config-cache | -C)
828    cache_file=config.cache ;;
829
830  -datadir | --datadir | --datadi | --datad)
831    ac_prev=datadir ;;
832  -datadir=* | --datadir=* | --datadi=* | --datad=*)
833    datadir=$ac_optarg ;;
834
835  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
836  | --dataroo | --dataro | --datar)
837    ac_prev=datarootdir ;;
838  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
839  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
840    datarootdir=$ac_optarg ;;
841
842  -disable-* | --disable-*)
843    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
844    # Reject names that are not valid shell variable names.
845    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
846      as_fn_error $? "invalid feature name: \`$ac_useropt'"
847    ac_useropt_orig=$ac_useropt
848    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
849    case $ac_user_opts in
850      *"
851"enable_$ac_useropt"
852"*) ;;
853      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
854	 ac_unrecognized_sep=', ';;
855    esac
856    eval enable_$ac_useropt=no ;;
857
858  -docdir | --docdir | --docdi | --doc | --do)
859    ac_prev=docdir ;;
860  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
861    docdir=$ac_optarg ;;
862
863  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
864    ac_prev=dvidir ;;
865  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
866    dvidir=$ac_optarg ;;
867
868  -enable-* | --enable-*)
869    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
870    # Reject names that are not valid shell variable names.
871    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
872      as_fn_error $? "invalid feature name: \`$ac_useropt'"
873    ac_useropt_orig=$ac_useropt
874    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
875    case $ac_user_opts in
876      *"
877"enable_$ac_useropt"
878"*) ;;
879      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
880	 ac_unrecognized_sep=', ';;
881    esac
882    eval enable_$ac_useropt=\$ac_optarg ;;
883
884  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
885  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
886  | --exec | --exe | --ex)
887    ac_prev=exec_prefix ;;
888  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
889  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
890  | --exec=* | --exe=* | --ex=*)
891    exec_prefix=$ac_optarg ;;
892
893  -gas | --gas | --ga | --g)
894    # Obsolete; use --with-gas.
895    with_gas=yes ;;
896
897  -help | --help | --hel | --he | -h)
898    ac_init_help=long ;;
899  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
900    ac_init_help=recursive ;;
901  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
902    ac_init_help=short ;;
903
904  -host | --host | --hos | --ho)
905    ac_prev=host_alias ;;
906  -host=* | --host=* | --hos=* | --ho=*)
907    host_alias=$ac_optarg ;;
908
909  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
910    ac_prev=htmldir ;;
911  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
912  | --ht=*)
913    htmldir=$ac_optarg ;;
914
915  -includedir | --includedir | --includedi | --included | --include \
916  | --includ | --inclu | --incl | --inc)
917    ac_prev=includedir ;;
918  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
919  | --includ=* | --inclu=* | --incl=* | --inc=*)
920    includedir=$ac_optarg ;;
921
922  -infodir | --infodir | --infodi | --infod | --info | --inf)
923    ac_prev=infodir ;;
924  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
925    infodir=$ac_optarg ;;
926
927  -libdir | --libdir | --libdi | --libd)
928    ac_prev=libdir ;;
929  -libdir=* | --libdir=* | --libdi=* | --libd=*)
930    libdir=$ac_optarg ;;
931
932  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
933  | --libexe | --libex | --libe)
934    ac_prev=libexecdir ;;
935  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
936  | --libexe=* | --libex=* | --libe=*)
937    libexecdir=$ac_optarg ;;
938
939  -localedir | --localedir | --localedi | --localed | --locale)
940    ac_prev=localedir ;;
941  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
942    localedir=$ac_optarg ;;
943
944  -localstatedir | --localstatedir | --localstatedi | --localstated \
945  | --localstate | --localstat | --localsta | --localst | --locals)
946    ac_prev=localstatedir ;;
947  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
948  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
949    localstatedir=$ac_optarg ;;
950
951  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
952    ac_prev=mandir ;;
953  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
954    mandir=$ac_optarg ;;
955
956  -nfp | --nfp | --nf)
957    # Obsolete; use --without-fp.
958    with_fp=no ;;
959
960  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
961  | --no-cr | --no-c | -n)
962    no_create=yes ;;
963
964  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
965  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
966    no_recursion=yes ;;
967
968  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
969  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
970  | --oldin | --oldi | --old | --ol | --o)
971    ac_prev=oldincludedir ;;
972  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
973  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
974  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
975    oldincludedir=$ac_optarg ;;
976
977  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
978    ac_prev=prefix ;;
979  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
980    prefix=$ac_optarg ;;
981
982  -program-prefix | --program-prefix | --program-prefi | --program-pref \
983  | --program-pre | --program-pr | --program-p)
984    ac_prev=program_prefix ;;
985  -program-prefix=* | --program-prefix=* | --program-prefi=* \
986  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
987    program_prefix=$ac_optarg ;;
988
989  -program-suffix | --program-suffix | --program-suffi | --program-suff \
990  | --program-suf | --program-su | --program-s)
991    ac_prev=program_suffix ;;
992  -program-suffix=* | --program-suffix=* | --program-suffi=* \
993  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
994    program_suffix=$ac_optarg ;;
995
996  -program-transform-name | --program-transform-name \
997  | --program-transform-nam | --program-transform-na \
998  | --program-transform-n | --program-transform- \
999  | --program-transform | --program-transfor \
1000  | --program-transfo | --program-transf \
1001  | --program-trans | --program-tran \
1002  | --progr-tra | --program-tr | --program-t)
1003    ac_prev=program_transform_name ;;
1004  -program-transform-name=* | --program-transform-name=* \
1005  | --program-transform-nam=* | --program-transform-na=* \
1006  | --program-transform-n=* | --program-transform-=* \
1007  | --program-transform=* | --program-transfor=* \
1008  | --program-transfo=* | --program-transf=* \
1009  | --program-trans=* | --program-tran=* \
1010  | --progr-tra=* | --program-tr=* | --program-t=*)
1011    program_transform_name=$ac_optarg ;;
1012
1013  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1014    ac_prev=pdfdir ;;
1015  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1016    pdfdir=$ac_optarg ;;
1017
1018  -psdir | --psdir | --psdi | --psd | --ps)
1019    ac_prev=psdir ;;
1020  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1021    psdir=$ac_optarg ;;
1022
1023  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1024  | -silent | --silent | --silen | --sile | --sil)
1025    silent=yes ;;
1026
1027  -runstatedir | --runstatedir | --runstatedi | --runstated \
1028  | --runstate | --runstat | --runsta | --runst | --runs \
1029  | --run | --ru | --r)
1030    ac_prev=runstatedir ;;
1031  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1032  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1033  | --run=* | --ru=* | --r=*)
1034    runstatedir=$ac_optarg ;;
1035
1036  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1037    ac_prev=sbindir ;;
1038  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1039  | --sbi=* | --sb=*)
1040    sbindir=$ac_optarg ;;
1041
1042  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1043  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1044  | --sharedst | --shareds | --shared | --share | --shar \
1045  | --sha | --sh)
1046    ac_prev=sharedstatedir ;;
1047  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1048  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1049  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1050  | --sha=* | --sh=*)
1051    sharedstatedir=$ac_optarg ;;
1052
1053  -site | --site | --sit)
1054    ac_prev=site ;;
1055  -site=* | --site=* | --sit=*)
1056    site=$ac_optarg ;;
1057
1058  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1059    ac_prev=srcdir ;;
1060  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1061    srcdir=$ac_optarg ;;
1062
1063  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1064  | --syscon | --sysco | --sysc | --sys | --sy)
1065    ac_prev=sysconfdir ;;
1066  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1067  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1068    sysconfdir=$ac_optarg ;;
1069
1070  -target | --target | --targe | --targ | --tar | --ta | --t)
1071    ac_prev=target_alias ;;
1072  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1073    target_alias=$ac_optarg ;;
1074
1075  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1076    verbose=yes ;;
1077
1078  -version | --version | --versio | --versi | --vers | -V)
1079    ac_init_version=: ;;
1080
1081  -with-* | --with-*)
1082    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1083    # Reject names that are not valid shell variable names.
1084    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1085      as_fn_error $? "invalid package name: \`$ac_useropt'"
1086    ac_useropt_orig=$ac_useropt
1087    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1088    case $ac_user_opts in
1089      *"
1090"with_$ac_useropt"
1091"*) ;;
1092      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1093	 ac_unrecognized_sep=', ';;
1094    esac
1095    eval with_$ac_useropt=\$ac_optarg ;;
1096
1097  -without-* | --without-*)
1098    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1099    # Reject names that are not valid shell variable names.
1100    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1101      as_fn_error $? "invalid package name: \`$ac_useropt'"
1102    ac_useropt_orig=$ac_useropt
1103    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
1104    case $ac_user_opts in
1105      *"
1106"with_$ac_useropt"
1107"*) ;;
1108      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1109	 ac_unrecognized_sep=', ';;
1110    esac
1111    eval with_$ac_useropt=no ;;
1112
1113  --x)
1114    # Obsolete; use --with-x.
1115    with_x=yes ;;
1116
1117  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1118  | --x-incl | --x-inc | --x-in | --x-i)
1119    ac_prev=x_includes ;;
1120  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1121  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1122    x_includes=$ac_optarg ;;
1123
1124  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1125  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1126    ac_prev=x_libraries ;;
1127  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1128  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1129    x_libraries=$ac_optarg ;;
1130
1131  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1132Try \`$0 --help' for more information"
1133    ;;
1134
1135  *=*)
1136    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1137    # Reject names that are not valid shell variable names.
1138    case $ac_envvar in #(
1139      '' | [0-9]* | *[!_$as_cr_alnum]* )
1140      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1141    esac
1142    eval $ac_envvar=\$ac_optarg
1143    export $ac_envvar ;;
1144
1145  *)
1146    # FIXME: should be removed in autoconf 3.0.
1147    printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
1148    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1149      printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
1150    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1151    ;;
1152
1153  esac
1154done
1155
1156if test -n "$ac_prev"; then
1157  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1158  as_fn_error $? "missing argument to $ac_option"
1159fi
1160
1161if test -n "$ac_unrecognized_opts"; then
1162  case $enable_option_checking in
1163    no) ;;
1164    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1165    *)     printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1166  esac
1167fi
1168
1169# Check all directory arguments for consistency.
1170for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1171		datadir sysconfdir sharedstatedir localstatedir includedir \
1172		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1173		libdir localedir mandir runstatedir
1174do
1175  eval ac_val=\$$ac_var
1176  # Remove trailing slashes.
1177  case $ac_val in
1178    */ )
1179      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1180      eval $ac_var=\$ac_val;;
1181  esac
1182  # Be sure to have absolute directory names.
1183  case $ac_val in
1184    [\\/$]* | ?:[\\/]* )  continue;;
1185    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1186  esac
1187  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1188done
1189
1190# There might be people who depend on the old broken behavior: `$host'
1191# used to hold the argument of --host etc.
1192# FIXME: To remove some day.
1193build=$build_alias
1194host=$host_alias
1195target=$target_alias
1196
1197# FIXME: To remove some day.
1198if test "x$host_alias" != x; then
1199  if test "x$build_alias" = x; then
1200    cross_compiling=maybe
1201  elif test "x$build_alias" != "x$host_alias"; then
1202    cross_compiling=yes
1203  fi
1204fi
1205
1206ac_tool_prefix=
1207test -n "$host_alias" && ac_tool_prefix=$host_alias-
1208
1209test "$silent" = yes && exec 6>/dev/null
1210
1211
1212ac_pwd=`pwd` && test -n "$ac_pwd" &&
1213ac_ls_di=`ls -di .` &&
1214ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1215  as_fn_error $? "working directory cannot be determined"
1216test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1217  as_fn_error $? "pwd does not report name of working directory"
1218
1219
1220# Find the source files, if location was not specified.
1221if test -z "$srcdir"; then
1222  ac_srcdir_defaulted=yes
1223  # Try the directory containing this script, then the parent directory.
1224  ac_confdir=`$as_dirname -- "$as_myself" ||
1225$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1226	 X"$as_myself" : 'X\(//\)[^/]' \| \
1227	 X"$as_myself" : 'X\(//\)$' \| \
1228	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1229printf "%s\n" X"$as_myself" |
1230    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1231	    s//\1/
1232	    q
1233	  }
1234	  /^X\(\/\/\)[^/].*/{
1235	    s//\1/
1236	    q
1237	  }
1238	  /^X\(\/\/\)$/{
1239	    s//\1/
1240	    q
1241	  }
1242	  /^X\(\/\).*/{
1243	    s//\1/
1244	    q
1245	  }
1246	  s/.*/./; q'`
1247  srcdir=$ac_confdir
1248  if test ! -r "$srcdir/$ac_unique_file"; then
1249    srcdir=..
1250  fi
1251else
1252  ac_srcdir_defaulted=no
1253fi
1254if test ! -r "$srcdir/$ac_unique_file"; then
1255  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1256  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1257fi
1258ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1259ac_abs_confdir=`(
1260	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1261	pwd)`
1262# When building in place, set srcdir=.
1263if test "$ac_abs_confdir" = "$ac_pwd"; then
1264  srcdir=.
1265fi
1266# Remove unnecessary trailing slashes from srcdir.
1267# Double slashes in file names in object file debugging info
1268# mess up M-x gdb in Emacs.
1269case $srcdir in
1270*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1271esac
1272for ac_var in $ac_precious_vars; do
1273  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1274  eval ac_env_${ac_var}_value=\$${ac_var}
1275  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1276  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1277done
1278
1279#
1280# Report the --help message.
1281#
1282if test "$ac_init_help" = "long"; then
1283  # Omit some internal or obsolete options to make the list less imposing.
1284  # This message is too long to be a string in the A/UX 3.1 sh.
1285  cat <<_ACEOF
1286\`configure' configures font-bh-type1 1.0.4 to adapt to many kinds of systems.
1287
1288Usage: $0 [OPTION]... [VAR=VALUE]...
1289
1290To assign environment variables (e.g., CC, CFLAGS...), specify them as
1291VAR=VALUE.  See below for descriptions of some of the useful variables.
1292
1293Defaults for the options are specified in brackets.
1294
1295Configuration:
1296  -h, --help              display this help and exit
1297      --help=short        display options specific to this package
1298      --help=recursive    display the short help of all the included packages
1299  -V, --version           display version information and exit
1300  -q, --quiet, --silent   do not print \`checking ...' messages
1301      --cache-file=FILE   cache test results in FILE [disabled]
1302  -C, --config-cache      alias for \`--cache-file=config.cache'
1303  -n, --no-create         do not create output files
1304      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1305
1306Installation directories:
1307  --prefix=PREFIX         install architecture-independent files in PREFIX
1308                          [$ac_default_prefix]
1309  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1310                          [PREFIX]
1311
1312By default, \`make install' will install all the files in
1313\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1314an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1315for instance \`--prefix=\$HOME'.
1316
1317For better control, use the options below.
1318
1319Fine tuning of the installation directories:
1320  --bindir=DIR            user executables [EPREFIX/bin]
1321  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1322  --libexecdir=DIR        program executables [EPREFIX/libexec]
1323  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1324  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1325  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1326  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1327  --libdir=DIR            object code libraries [EPREFIX/lib]
1328  --includedir=DIR        C header files [PREFIX/include]
1329  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1330  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1331  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1332  --infodir=DIR           info documentation [DATAROOTDIR/info]
1333  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1334  --mandir=DIR            man documentation [DATAROOTDIR/man]
1335  --docdir=DIR            documentation root [DATAROOTDIR/doc/font-bh-type1]
1336  --htmldir=DIR           html documentation [DOCDIR]
1337  --dvidir=DIR            dvi documentation [DOCDIR]
1338  --pdfdir=DIR            pdf documentation [DOCDIR]
1339  --psdir=DIR             ps documentation [DOCDIR]
1340_ACEOF
1341
1342  cat <<\_ACEOF
1343
1344Program names:
1345  --program-prefix=PREFIX            prepend PREFIX to installed program names
1346  --program-suffix=SUFFIX            append SUFFIX to installed program names
1347  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1348
1349System types:
1350  --build=BUILD     configure for building on BUILD [guessed]
1351  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1352_ACEOF
1353fi
1354
1355if test -n "$ac_init_help"; then
1356  case $ac_init_help in
1357     short | recursive ) echo "Configuration of font-bh-type1 1.0.4:";;
1358   esac
1359  cat <<\_ACEOF
1360
1361Optional Features:
1362  --disable-option-checking  ignore unrecognized --enable/--with options
1363  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1364  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1365  --enable-silent-rules   less verbose build output (undo: "make V=1")
1366  --disable-silent-rules  verbose build output (undo: "make V=0")
1367
1368Optional Packages:
1369  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1370  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1371  --with-fontrootdir=DIR  Path to root directory for font files
1372  --with-fontdir=DIR      Path to Type1 files [FONTROOTDIR/Type1]
1373
1374Some influential environment variables:
1375  PKG_CONFIG  path to pkg-config utility
1376  PKG_CONFIG_PATH
1377              directories to add to pkg-config's search path
1378  PKG_CONFIG_LIBDIR
1379              path overriding pkg-config's built-in search path
1380
1381Use these variables to override the choices made by `configure' or to help
1382it to find libraries and programs with nonstandard names/locations.
1383
1384Report bugs to <https://gitlab.freedesktop.org/xorg/font/bh-type1/-/issues>.
1385_ACEOF
1386ac_status=$?
1387fi
1388
1389if test "$ac_init_help" = "recursive"; then
1390  # If there are subdirs, report their specific --help.
1391  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1392    test -d "$ac_dir" ||
1393      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1394      continue
1395    ac_builddir=.
1396
1397case "$ac_dir" in
1398.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1399*)
1400  ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1401  # A ".." for each directory in $ac_dir_suffix.
1402  ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1403  case $ac_top_builddir_sub in
1404  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1405  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1406  esac ;;
1407esac
1408ac_abs_top_builddir=$ac_pwd
1409ac_abs_builddir=$ac_pwd$ac_dir_suffix
1410# for backward compatibility:
1411ac_top_builddir=$ac_top_build_prefix
1412
1413case $srcdir in
1414  .)  # We are building in place.
1415    ac_srcdir=.
1416    ac_top_srcdir=$ac_top_builddir_sub
1417    ac_abs_top_srcdir=$ac_pwd ;;
1418  [\\/]* | ?:[\\/]* )  # Absolute name.
1419    ac_srcdir=$srcdir$ac_dir_suffix;
1420    ac_top_srcdir=$srcdir
1421    ac_abs_top_srcdir=$srcdir ;;
1422  *) # Relative name.
1423    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1424    ac_top_srcdir=$ac_top_build_prefix$srcdir
1425    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1426esac
1427ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1428
1429    cd "$ac_dir" || { ac_status=$?; continue; }
1430    # Check for configure.gnu first; this name is used for a wrapper for
1431    # Metaconfig's "Configure" on case-insensitive file systems.
1432    if test -f "$ac_srcdir/configure.gnu"; then
1433      echo &&
1434      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1435    elif test -f "$ac_srcdir/configure"; then
1436      echo &&
1437      $SHELL "$ac_srcdir/configure" --help=recursive
1438    else
1439      printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1440    fi || ac_status=$?
1441    cd "$ac_pwd" || { ac_status=$?; break; }
1442  done
1443fi
1444
1445test -n "$ac_init_help" && exit $ac_status
1446if $ac_init_version; then
1447  cat <<\_ACEOF
1448font-bh-type1 configure 1.0.4
1449generated by GNU Autoconf 2.71
1450
1451Copyright (C) 2021 Free Software Foundation, Inc.
1452This configure script is free software; the Free Software Foundation
1453gives unlimited permission to copy, distribute and modify it.
1454_ACEOF
1455  exit
1456fi
1457
1458## ------------------------ ##
1459## Autoconf initialization. ##
1460## ------------------------ ##
1461ac_configure_args_raw=
1462for ac_arg
1463do
1464  case $ac_arg in
1465  *\'*)
1466    ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1467  esac
1468  as_fn_append ac_configure_args_raw " '$ac_arg'"
1469done
1470
1471case $ac_configure_args_raw in
1472  *$as_nl*)
1473    ac_safe_unquote= ;;
1474  *)
1475    ac_unsafe_z='|&;<>()$`\\"*?[ ''	' # This string ends in space, tab.
1476    ac_unsafe_a="$ac_unsafe_z#~"
1477    ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
1478    ac_configure_args_raw=`      printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
1479esac
1480
1481cat >config.log <<_ACEOF
1482This file contains any messages produced by compilers while
1483running configure, to aid debugging if configure makes a mistake.
1484
1485It was created by font-bh-type1 $as_me 1.0.4, which was
1486generated by GNU Autoconf 2.71.  Invocation command line was
1487
1488  $ $0$ac_configure_args_raw
1489
1490_ACEOF
1491exec 5>>config.log
1492{
1493cat <<_ASUNAME
1494## --------- ##
1495## Platform. ##
1496## --------- ##
1497
1498hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1499uname -m = `(uname -m) 2>/dev/null || echo unknown`
1500uname -r = `(uname -r) 2>/dev/null || echo unknown`
1501uname -s = `(uname -s) 2>/dev/null || echo unknown`
1502uname -v = `(uname -v) 2>/dev/null || echo unknown`
1503
1504/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1505/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1506
1507/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1508/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1509/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1510/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1511/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1512/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1513/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1514
1515_ASUNAME
1516
1517as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1518for as_dir in $PATH
1519do
1520  IFS=$as_save_IFS
1521  case $as_dir in #(((
1522    '') as_dir=./ ;;
1523    */) ;;
1524    *) as_dir=$as_dir/ ;;
1525  esac
1526    printf "%s\n" "PATH: $as_dir"
1527  done
1528IFS=$as_save_IFS
1529
1530} >&5
1531
1532cat >&5 <<_ACEOF
1533
1534
1535## ----------- ##
1536## Core tests. ##
1537## ----------- ##
1538
1539_ACEOF
1540
1541
1542# Keep a trace of the command line.
1543# Strip out --no-create and --no-recursion so they do not pile up.
1544# Strip out --silent because we don't want to record it for future runs.
1545# Also quote any args containing shell meta-characters.
1546# Make two passes to allow for proper duplicate-argument suppression.
1547ac_configure_args=
1548ac_configure_args0=
1549ac_configure_args1=
1550ac_must_keep_next=false
1551for ac_pass in 1 2
1552do
1553  for ac_arg
1554  do
1555    case $ac_arg in
1556    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1557    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1558    | -silent | --silent | --silen | --sile | --sil)
1559      continue ;;
1560    *\'*)
1561      ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1562    esac
1563    case $ac_pass in
1564    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1565    2)
1566      as_fn_append ac_configure_args1 " '$ac_arg'"
1567      if test $ac_must_keep_next = true; then
1568	ac_must_keep_next=false # Got value, back to normal.
1569      else
1570	case $ac_arg in
1571	  *=* | --config-cache | -C | -disable-* | --disable-* \
1572	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1573	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1574	  | -with-* | --with-* | -without-* | --without-* | --x)
1575	    case "$ac_configure_args0 " in
1576	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1577	    esac
1578	    ;;
1579	  -* ) ac_must_keep_next=true ;;
1580	esac
1581      fi
1582      as_fn_append ac_configure_args " '$ac_arg'"
1583      ;;
1584    esac
1585  done
1586done
1587{ ac_configure_args0=; unset ac_configure_args0;}
1588{ ac_configure_args1=; unset ac_configure_args1;}
1589
1590# When interrupted or exit'd, cleanup temporary files, and complete
1591# config.log.  We remove comments because anyway the quotes in there
1592# would cause problems or look ugly.
1593# WARNING: Use '\'' to represent an apostrophe within the trap.
1594# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1595trap 'exit_status=$?
1596  # Sanitize IFS.
1597  IFS=" ""	$as_nl"
1598  # Save into config.log some information that might help in debugging.
1599  {
1600    echo
1601
1602    printf "%s\n" "## ---------------- ##
1603## Cache variables. ##
1604## ---------------- ##"
1605    echo
1606    # The following way of writing the cache mishandles newlines in values,
1607(
1608  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1609    eval ac_val=\$$ac_var
1610    case $ac_val in #(
1611    *${as_nl}*)
1612      case $ac_var in #(
1613      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1614printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1615      esac
1616      case $ac_var in #(
1617      _ | IFS | as_nl) ;; #(
1618      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1619      *) { eval $ac_var=; unset $ac_var;} ;;
1620      esac ;;
1621    esac
1622  done
1623  (set) 2>&1 |
1624    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1625    *${as_nl}ac_space=\ *)
1626      sed -n \
1627	"s/'\''/'\''\\\\'\'''\''/g;
1628	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1629      ;; #(
1630    *)
1631      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1632      ;;
1633    esac |
1634    sort
1635)
1636    echo
1637
1638    printf "%s\n" "## ----------------- ##
1639## Output variables. ##
1640## ----------------- ##"
1641    echo
1642    for ac_var in $ac_subst_vars
1643    do
1644      eval ac_val=\$$ac_var
1645      case $ac_val in
1646      *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1647      esac
1648      printf "%s\n" "$ac_var='\''$ac_val'\''"
1649    done | sort
1650    echo
1651
1652    if test -n "$ac_subst_files"; then
1653      printf "%s\n" "## ------------------- ##
1654## File substitutions. ##
1655## ------------------- ##"
1656      echo
1657      for ac_var in $ac_subst_files
1658      do
1659	eval ac_val=\$$ac_var
1660	case $ac_val in
1661	*\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1662	esac
1663	printf "%s\n" "$ac_var='\''$ac_val'\''"
1664      done | sort
1665      echo
1666    fi
1667
1668    if test -s confdefs.h; then
1669      printf "%s\n" "## ----------- ##
1670## confdefs.h. ##
1671## ----------- ##"
1672      echo
1673      cat confdefs.h
1674      echo
1675    fi
1676    test "$ac_signal" != 0 &&
1677      printf "%s\n" "$as_me: caught signal $ac_signal"
1678    printf "%s\n" "$as_me: exit $exit_status"
1679  } >&5
1680  rm -f core *.core core.conftest.* &&
1681    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1682    exit $exit_status
1683' 0
1684for ac_signal in 1 2 13 15; do
1685  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1686done
1687ac_signal=0
1688
1689# confdefs.h avoids OS command line length limits that DEFS can exceed.
1690rm -f -r conftest* confdefs.h
1691
1692printf "%s\n" "/* confdefs.h */" > confdefs.h
1693
1694# Predefined preprocessor variables.
1695
1696printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
1697
1698printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
1699
1700printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
1701
1702printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
1703
1704printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
1705
1706printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
1707
1708
1709# Let the site file select an alternate cache file if it wants to.
1710# Prefer an explicitly selected file to automatically selected ones.
1711if test -n "$CONFIG_SITE"; then
1712  ac_site_files="$CONFIG_SITE"
1713elif test "x$prefix" != xNONE; then
1714  ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
1715else
1716  ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1717fi
1718
1719for ac_site_file in $ac_site_files
1720do
1721  case $ac_site_file in #(
1722  */*) :
1723     ;; #(
1724  *) :
1725    ac_site_file=./$ac_site_file ;;
1726esac
1727  if test -f "$ac_site_file" && test -r "$ac_site_file"; then
1728    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1729printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
1730    sed 's/^/| /' "$ac_site_file" >&5
1731    . "$ac_site_file" \
1732      || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1733printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1734as_fn_error $? "failed to load site script $ac_site_file
1735See \`config.log' for more details" "$LINENO" 5; }
1736  fi
1737done
1738
1739if test -r "$cache_file"; then
1740  # Some versions of bash will fail to source /dev/null (special files
1741  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1742  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1743    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1744printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
1745    case $cache_file in
1746      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1747      *)                      . "./$cache_file";;
1748    esac
1749  fi
1750else
1751  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1752printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
1753  >$cache_file
1754fi
1755
1756
1757# Auxiliary files required by this configure script.
1758ac_aux_files="config.guess config.sub missing install-sh"
1759
1760# Locations in which to look for auxiliary files.
1761ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
1762
1763# Search for a directory containing all of the required auxiliary files,
1764# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
1765# If we don't find one directory that contains all the files we need,
1766# we report the set of missing files from the *first* directory in
1767# $ac_aux_dir_candidates and give up.
1768ac_missing_aux_files=""
1769ac_first_candidate=:
1770printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
1771as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1772as_found=false
1773for as_dir in $ac_aux_dir_candidates
1774do
1775  IFS=$as_save_IFS
1776  case $as_dir in #(((
1777    '') as_dir=./ ;;
1778    */) ;;
1779    *) as_dir=$as_dir/ ;;
1780  esac
1781  as_found=:
1782
1783  printf "%s\n" "$as_me:${as_lineno-$LINENO}:  trying $as_dir" >&5
1784  ac_aux_dir_found=yes
1785  ac_install_sh=
1786  for ac_aux in $ac_aux_files
1787  do
1788    # As a special case, if "install-sh" is required, that requirement
1789    # can be satisfied by any of "install-sh", "install.sh", or "shtool",
1790    # and $ac_install_sh is set appropriately for whichever one is found.
1791    if test x"$ac_aux" = x"install-sh"
1792    then
1793      if test -f "${as_dir}install-sh"; then
1794        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install-sh found" >&5
1795        ac_install_sh="${as_dir}install-sh -c"
1796      elif test -f "${as_dir}install.sh"; then
1797        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}install.sh found" >&5
1798        ac_install_sh="${as_dir}install.sh -c"
1799      elif test -f "${as_dir}shtool"; then
1800        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}shtool found" >&5
1801        ac_install_sh="${as_dir}shtool install -c"
1802      else
1803        ac_aux_dir_found=no
1804        if $ac_first_candidate; then
1805          ac_missing_aux_files="${ac_missing_aux_files} install-sh"
1806        else
1807          break
1808        fi
1809      fi
1810    else
1811      if test -f "${as_dir}${ac_aux}"; then
1812        printf "%s\n" "$as_me:${as_lineno-$LINENO}:   ${as_dir}${ac_aux} found" >&5
1813      else
1814        ac_aux_dir_found=no
1815        if $ac_first_candidate; then
1816          ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
1817        else
1818          break
1819        fi
1820      fi
1821    fi
1822  done
1823  if test "$ac_aux_dir_found" = yes; then
1824    ac_aux_dir="$as_dir"
1825    break
1826  fi
1827  ac_first_candidate=false
1828
1829  as_found=false
1830done
1831IFS=$as_save_IFS
1832if $as_found
1833then :
1834
1835else $as_nop
1836  as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
1837fi
1838
1839
1840# These three variables are undocumented and unsupported,
1841# and are intended to be withdrawn in a future Autoconf release.
1842# They can cause serious problems if a builder's source tree is in a directory
1843# whose full name contains unusual characters.
1844if test -f "${ac_aux_dir}config.guess"; then
1845  ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
1846fi
1847if test -f "${ac_aux_dir}config.sub"; then
1848  ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
1849fi
1850if test -f "$ac_aux_dir/configure"; then
1851  ac_configure="$SHELL ${ac_aux_dir}configure"
1852fi
1853
1854# Check that the precious variables saved in the cache have kept the same
1855# value.
1856ac_cache_corrupted=false
1857for ac_var in $ac_precious_vars; do
1858  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1859  eval ac_new_set=\$ac_env_${ac_var}_set
1860  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1861  eval ac_new_val=\$ac_env_${ac_var}_value
1862  case $ac_old_set,$ac_new_set in
1863    set,)
1864      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1865printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1866      ac_cache_corrupted=: ;;
1867    ,set)
1868      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1869printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1870      ac_cache_corrupted=: ;;
1871    ,);;
1872    *)
1873      if test "x$ac_old_val" != "x$ac_new_val"; then
1874	# differences in whitespace do not lead to failure.
1875	ac_old_val_w=`echo x $ac_old_val`
1876	ac_new_val_w=`echo x $ac_new_val`
1877	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1878	  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1879printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1880	  ac_cache_corrupted=:
1881	else
1882	  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1883printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1884	  eval $ac_var=\$ac_old_val
1885	fi
1886	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1887printf "%s\n" "$as_me:   former value:  \`$ac_old_val'" >&2;}
1888	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1889printf "%s\n" "$as_me:   current value: \`$ac_new_val'" >&2;}
1890      fi;;
1891  esac
1892  # Pass precious variables to config.status.
1893  if test "$ac_new_set" = set; then
1894    case $ac_new_val in
1895    *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1896    *) ac_arg=$ac_var=$ac_new_val ;;
1897    esac
1898    case " $ac_configure_args " in
1899      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1900      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1901    esac
1902  fi
1903done
1904if $ac_cache_corrupted; then
1905  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1906printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1907  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1908printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
1909  as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
1910	    and start over" "$LINENO" 5
1911fi
1912## -------------------- ##
1913## Main body of script. ##
1914## -------------------- ##
1915
1916ac_ext=c
1917ac_cpp='$CPP $CPPFLAGS'
1918ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1919ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1920ac_compiler_gnu=$ac_cv_c_compiler_gnu
1921
1922
1923am__api_version='1.16'
1924
1925
1926
1927  # Find a good install program.  We prefer a C program (faster),
1928# so one script is as good as another.  But avoid the broken or
1929# incompatible versions:
1930# SysV /etc/install, /usr/sbin/install
1931# SunOS /usr/etc/install
1932# IRIX /sbin/install
1933# AIX /bin/install
1934# AmigaOS /C/install, which installs bootblocks on floppy discs
1935# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1936# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1937# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1938# OS/2's system install, which has a completely different semantic
1939# ./install, which can be erroneously created by make from ./install.sh.
1940# Reject install programs that cannot install multiple files.
1941{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1942printf %s "checking for a BSD-compatible install... " >&6; }
1943if test -z "$INSTALL"; then
1944if test ${ac_cv_path_install+y}
1945then :
1946  printf %s "(cached) " >&6
1947else $as_nop
1948  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1949for as_dir in $PATH
1950do
1951  IFS=$as_save_IFS
1952  case $as_dir in #(((
1953    '') as_dir=./ ;;
1954    */) ;;
1955    *) as_dir=$as_dir/ ;;
1956  esac
1957    # Account for fact that we put trailing slashes in our PATH walk.
1958case $as_dir in #((
1959  ./ | /[cC]/* | \
1960  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1961  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1962  /usr/ucb/* ) ;;
1963  *)
1964    # OSF1 and SCO ODT 3.0 have their own names for install.
1965    # Don't use installbsd from OSF since it installs stuff as root
1966    # by default.
1967    for ac_prog in ginstall scoinst install; do
1968      for ac_exec_ext in '' $ac_executable_extensions; do
1969	if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
1970	  if test $ac_prog = install &&
1971	    grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1972	    # AIX install.  It has an incompatible calling convention.
1973	    :
1974	  elif test $ac_prog = install &&
1975	    grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1976	    # program-specific install script used by HP pwplus--don't use.
1977	    :
1978	  else
1979	    rm -rf conftest.one conftest.two conftest.dir
1980	    echo one > conftest.one
1981	    echo two > conftest.two
1982	    mkdir conftest.dir
1983	    if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
1984	      test -s conftest.one && test -s conftest.two &&
1985	      test -s conftest.dir/conftest.one &&
1986	      test -s conftest.dir/conftest.two
1987	    then
1988	      ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
1989	      break 3
1990	    fi
1991	  fi
1992	fi
1993      done
1994    done
1995    ;;
1996esac
1997
1998  done
1999IFS=$as_save_IFS
2000
2001rm -rf conftest.one conftest.two conftest.dir
2002
2003fi
2004  if test ${ac_cv_path_install+y}; then
2005    INSTALL=$ac_cv_path_install
2006  else
2007    # As a last resort, use the slow shell script.  Don't cache a
2008    # value for INSTALL within a source directory, because that will
2009    # break other packages using the cache if that directory is
2010    # removed, or if the value is a relative name.
2011    INSTALL=$ac_install_sh
2012  fi
2013fi
2014{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2015printf "%s\n" "$INSTALL" >&6; }
2016
2017# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2018# It thinks the first close brace ends the variable substitution.
2019test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2020
2021test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2022
2023test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2024
2025{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2026printf %s "checking whether build environment is sane... " >&6; }
2027# Reject unsafe characters in $srcdir or the absolute working directory
2028# name.  Accept space and tab only in the latter.
2029am_lf='
2030'
2031case `pwd` in
2032  *[\\\"\#\$\&\'\`$am_lf]*)
2033    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2034esac
2035case $srcdir in
2036  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2037    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2038esac
2039
2040# Do 'set' in a subshell so we don't clobber the current shell's
2041# arguments.  Must try -L first in case configure is actually a
2042# symlink; some systems play weird games with the mod time of symlinks
2043# (eg FreeBSD returns the mod time of the symlink's containing
2044# directory).
2045if (
2046   am_has_slept=no
2047   for am_try in 1 2; do
2048     echo "timestamp, slept: $am_has_slept" > conftest.file
2049     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2050     if test "$*" = "X"; then
2051	# -L didn't work.
2052	set X `ls -t "$srcdir/configure" conftest.file`
2053     fi
2054     if test "$*" != "X $srcdir/configure conftest.file" \
2055	&& test "$*" != "X conftest.file $srcdir/configure"; then
2056
2057	# If neither matched, then we have a broken ls.  This can happen
2058	# if, for instance, CONFIG_SHELL is bash and it inherits a
2059	# broken ls alias from the environment.  This has actually
2060	# happened.  Such a system could not be considered "sane".
2061	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2062  alias in your environment" "$LINENO" 5
2063     fi
2064     if test "$2" = conftest.file || test $am_try -eq 2; then
2065       break
2066     fi
2067     # Just in case.
2068     sleep 1
2069     am_has_slept=yes
2070   done
2071   test "$2" = conftest.file
2072   )
2073then
2074   # Ok.
2075   :
2076else
2077   as_fn_error $? "newly created file is older than distributed files!
2078Check your system clock" "$LINENO" 5
2079fi
2080{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2081printf "%s\n" "yes" >&6; }
2082# If we didn't sleep, we still need to ensure time stamps of config.status and
2083# generated files are strictly newer.
2084am_sleep_pid=
2085if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2086  ( sleep 1 ) &
2087  am_sleep_pid=$!
2088fi
2089
2090rm -f conftest.file
2091
2092test "$program_prefix" != NONE &&
2093  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2094# Use a double $ so make ignores it.
2095test "$program_suffix" != NONE &&
2096  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2097# Double any \ or $.
2098# By default was `s,x,x', remove it if useless.
2099ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2100program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
2101
2102
2103# Expand $ac_aux_dir to an absolute path.
2104am_aux_dir=`cd "$ac_aux_dir" && pwd`
2105
2106
2107  if test x"${MISSING+set}" != xset; then
2108  MISSING="\${SHELL} '$am_aux_dir/missing'"
2109fi
2110# Use eval to expand $SHELL
2111if eval "$MISSING --is-lightweight"; then
2112  am_missing_run="$MISSING "
2113else
2114  am_missing_run=
2115  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2116printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2117fi
2118
2119if test x"${install_sh+set}" != xset; then
2120  case $am_aux_dir in
2121  *\ * | *\	*)
2122    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2123  *)
2124    install_sh="\${SHELL} $am_aux_dir/install-sh"
2125  esac
2126fi
2127
2128# Installed binaries are usually stripped using 'strip' when the user
2129# run "make install-strip".  However 'strip' might not be the right
2130# tool to use in cross-compilation environments, therefore Automake
2131# will honor the 'STRIP' environment variable to overrule this program.
2132if test "$cross_compiling" != no; then
2133  if test -n "$ac_tool_prefix"; then
2134  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2135set dummy ${ac_tool_prefix}strip; ac_word=$2
2136{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2137printf %s "checking for $ac_word... " >&6; }
2138if test ${ac_cv_prog_STRIP+y}
2139then :
2140  printf %s "(cached) " >&6
2141else $as_nop
2142  if test -n "$STRIP"; then
2143  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2144else
2145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2146for as_dir in $PATH
2147do
2148  IFS=$as_save_IFS
2149  case $as_dir in #(((
2150    '') as_dir=./ ;;
2151    */) ;;
2152    *) as_dir=$as_dir/ ;;
2153  esac
2154    for ac_exec_ext in '' $ac_executable_extensions; do
2155  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2156    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2157    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2158    break 2
2159  fi
2160done
2161  done
2162IFS=$as_save_IFS
2163
2164fi
2165fi
2166STRIP=$ac_cv_prog_STRIP
2167if test -n "$STRIP"; then
2168  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2169printf "%s\n" "$STRIP" >&6; }
2170else
2171  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2172printf "%s\n" "no" >&6; }
2173fi
2174
2175
2176fi
2177if test -z "$ac_cv_prog_STRIP"; then
2178  ac_ct_STRIP=$STRIP
2179  # Extract the first word of "strip", so it can be a program name with args.
2180set dummy strip; ac_word=$2
2181{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2182printf %s "checking for $ac_word... " >&6; }
2183if test ${ac_cv_prog_ac_ct_STRIP+y}
2184then :
2185  printf %s "(cached) " >&6
2186else $as_nop
2187  if test -n "$ac_ct_STRIP"; then
2188  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2189else
2190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2191for as_dir in $PATH
2192do
2193  IFS=$as_save_IFS
2194  case $as_dir in #(((
2195    '') as_dir=./ ;;
2196    */) ;;
2197    *) as_dir=$as_dir/ ;;
2198  esac
2199    for ac_exec_ext in '' $ac_executable_extensions; do
2200  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2201    ac_cv_prog_ac_ct_STRIP="strip"
2202    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2203    break 2
2204  fi
2205done
2206  done
2207IFS=$as_save_IFS
2208
2209fi
2210fi
2211ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2212if test -n "$ac_ct_STRIP"; then
2213  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2214printf "%s\n" "$ac_ct_STRIP" >&6; }
2215else
2216  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2217printf "%s\n" "no" >&6; }
2218fi
2219
2220  if test "x$ac_ct_STRIP" = x; then
2221    STRIP=":"
2222  else
2223    case $cross_compiling:$ac_tool_warned in
2224yes:)
2225{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2226printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2227ac_tool_warned=yes ;;
2228esac
2229    STRIP=$ac_ct_STRIP
2230  fi
2231else
2232  STRIP="$ac_cv_prog_STRIP"
2233fi
2234
2235fi
2236INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2237
2238
2239  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
2240printf %s "checking for a race-free mkdir -p... " >&6; }
2241if test -z "$MKDIR_P"; then
2242  if test ${ac_cv_path_mkdir+y}
2243then :
2244  printf %s "(cached) " >&6
2245else $as_nop
2246  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2247for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2248do
2249  IFS=$as_save_IFS
2250  case $as_dir in #(((
2251    '') as_dir=./ ;;
2252    */) ;;
2253    *) as_dir=$as_dir/ ;;
2254  esac
2255    for ac_prog in mkdir gmkdir; do
2256	 for ac_exec_ext in '' $ac_executable_extensions; do
2257	   as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
2258	   case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
2259	     'mkdir ('*'coreutils) '* | \
2260	     'BusyBox '* | \
2261	     'mkdir (fileutils) '4.1*)
2262	       ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
2263	       break 3;;
2264	   esac
2265	 done
2266       done
2267  done
2268IFS=$as_save_IFS
2269
2270fi
2271
2272  test -d ./--version && rmdir ./--version
2273  if test ${ac_cv_path_mkdir+y}; then
2274    MKDIR_P="$ac_cv_path_mkdir -p"
2275  else
2276    # As a last resort, use the slow shell script.  Don't cache a
2277    # value for MKDIR_P within a source directory, because that will
2278    # break other packages using the cache if that directory is
2279    # removed, or if the value is a relative name.
2280    MKDIR_P="$ac_install_sh -d"
2281  fi
2282fi
2283{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2284printf "%s\n" "$MKDIR_P" >&6; }
2285
2286for ac_prog in gawk mawk nawk awk
2287do
2288  # Extract the first word of "$ac_prog", so it can be a program name with args.
2289set dummy $ac_prog; ac_word=$2
2290{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2291printf %s "checking for $ac_word... " >&6; }
2292if test ${ac_cv_prog_AWK+y}
2293then :
2294  printf %s "(cached) " >&6
2295else $as_nop
2296  if test -n "$AWK"; then
2297  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2298else
2299as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2300for as_dir in $PATH
2301do
2302  IFS=$as_save_IFS
2303  case $as_dir in #(((
2304    '') as_dir=./ ;;
2305    */) ;;
2306    *) as_dir=$as_dir/ ;;
2307  esac
2308    for ac_exec_ext in '' $ac_executable_extensions; do
2309  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2310    ac_cv_prog_AWK="$ac_prog"
2311    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2312    break 2
2313  fi
2314done
2315  done
2316IFS=$as_save_IFS
2317
2318fi
2319fi
2320AWK=$ac_cv_prog_AWK
2321if test -n "$AWK"; then
2322  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2323printf "%s\n" "$AWK" >&6; }
2324else
2325  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2326printf "%s\n" "no" >&6; }
2327fi
2328
2329
2330  test -n "$AWK" && break
2331done
2332
2333{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2334printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2335set x ${MAKE-make}
2336ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2337if eval test \${ac_cv_prog_make_${ac_make}_set+y}
2338then :
2339  printf %s "(cached) " >&6
2340else $as_nop
2341  cat >conftest.make <<\_ACEOF
2342SHELL = /bin/sh
2343all:
2344	@echo '@@@%%%=$(MAKE)=@@@%%%'
2345_ACEOF
2346# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2347case `${MAKE-make} -f conftest.make 2>/dev/null` in
2348  *@@@%%%=?*=@@@%%%*)
2349    eval ac_cv_prog_make_${ac_make}_set=yes;;
2350  *)
2351    eval ac_cv_prog_make_${ac_make}_set=no;;
2352esac
2353rm -f conftest.make
2354fi
2355if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2356  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2357printf "%s\n" "yes" >&6; }
2358  SET_MAKE=
2359else
2360  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2361printf "%s\n" "no" >&6; }
2362  SET_MAKE="MAKE=${MAKE-make}"
2363fi
2364
2365rm -rf .tst 2>/dev/null
2366mkdir .tst 2>/dev/null
2367if test -d .tst; then
2368  am__leading_dot=.
2369else
2370  am__leading_dot=_
2371fi
2372rmdir .tst 2>/dev/null
2373
2374# Check whether --enable-silent-rules was given.
2375if test ${enable_silent_rules+y}
2376then :
2377  enableval=$enable_silent_rules;
2378fi
2379
2380case $enable_silent_rules in # (((
2381  yes) AM_DEFAULT_VERBOSITY=0;;
2382   no) AM_DEFAULT_VERBOSITY=1;;
2383    *) AM_DEFAULT_VERBOSITY=1;;
2384esac
2385am_make=${MAKE-make}
2386{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2387printf %s "checking whether $am_make supports nested variables... " >&6; }
2388if test ${am_cv_make_support_nested_variables+y}
2389then :
2390  printf %s "(cached) " >&6
2391else $as_nop
2392  if printf "%s\n" 'TRUE=$(BAR$(V))
2393BAR0=false
2394BAR1=true
2395V=1
2396am__doit:
2397	@$(TRUE)
2398.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2399  am_cv_make_support_nested_variables=yes
2400else
2401  am_cv_make_support_nested_variables=no
2402fi
2403fi
2404{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2405printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
2406if test $am_cv_make_support_nested_variables = yes; then
2407    AM_V='$(V)'
2408  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2409else
2410  AM_V=$AM_DEFAULT_VERBOSITY
2411  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2412fi
2413AM_BACKSLASH='\'
2414
2415if test "`cd $srcdir && pwd`" != "`pwd`"; then
2416  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2417  # is not polluted with repeated "-I."
2418  am__isrc=' -I$(srcdir)'
2419  # test to see if srcdir already configured
2420  if test -f $srcdir/config.status; then
2421    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2422  fi
2423fi
2424
2425# test whether we have cygpath
2426if test -z "$CYGPATH_W"; then
2427  if (cygpath --version) >/dev/null 2>/dev/null; then
2428    CYGPATH_W='cygpath -w'
2429  else
2430    CYGPATH_W=echo
2431  fi
2432fi
2433
2434
2435# Define the identity of the package.
2436 PACKAGE='font-bh-type1'
2437 VERSION='1.0.4'
2438
2439
2440printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
2441
2442
2443printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
2444
2445# Some tools Automake needs.
2446
2447ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2448
2449
2450AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2451
2452
2453AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2454
2455
2456AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2457
2458
2459MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2460
2461# For better backward compatibility.  To be removed once Automake 1.9.x
2462# dies out for good.  For more background, see:
2463# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2464# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2465mkdir_p='$(MKDIR_P)'
2466
2467# We need awk for the "check" target (and possibly the TAP driver).  The
2468# system "awk" is bad on some platforms.
2469# Always define AMTAR for backward compatibility.  Yes, it's still used
2470# in the wild :-(  We should find a proper way to deprecate it ...
2471AMTAR='$${TAR-tar}'
2472
2473
2474# We'll loop over all known methods to create a tar archive until one works.
2475_am_tools='gnutar  pax cpio none'
2476
2477am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2478
2479
2480
2481
2482
2483# Variables for tags utilities; see am/tags.am
2484if test -z "$CTAGS"; then
2485  CTAGS=ctags
2486fi
2487
2488if test -z "$ETAGS"; then
2489  ETAGS=etags
2490fi
2491
2492if test -z "$CSCOPE"; then
2493  CSCOPE=cscope
2494fi
2495
2496
2497
2498# POSIX will say in a future version that running "rm -f" with no argument
2499# is OK; and we want to be able to make that assumption in our Makefile
2500# recipes.  So use an aggressive probe to check that the usage we want is
2501# actually supported "in the wild" to an acceptable degree.
2502# See automake bug#10828.
2503# To make any issue more visible, cause the running configure to be aborted
2504# by default if the 'rm' program in use doesn't match our expectations; the
2505# user can still override this though.
2506if rm -f && rm -fr && rm -rf; then : OK; else
2507  cat >&2 <<'END'
2508Oops!
2509
2510Your 'rm' program seems unable to run without file operands specified
2511on the command line, even when the '-f' option is present.  This is contrary
2512to the behaviour of most rm programs out there, and not conforming with
2513the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2514
2515Please tell bug-automake@gnu.org about your system, including the value
2516of your $PATH and any error possibly output before this message.  This
2517can help us improve future automake versions.
2518
2519END
2520  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2521    echo 'Configuration will proceed anyway, since you have set the' >&2
2522    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2523    echo >&2
2524  else
2525    cat >&2 <<'END'
2526Aborting the configuration process, to ensure you take notice of the issue.
2527
2528You can download and install GNU coreutils to get an 'rm' implementation
2529that behaves properly: <https://www.gnu.org/software/coreutils/>.
2530
2531If you want to complete the configuration process using your problematic
2532'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2533to "yes", and re-run configure.
2534
2535END
2536    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2537  fi
2538fi
2539
2540
2541# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2561	if test -n "$ac_tool_prefix"; then
2562  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2563set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2564{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2565printf %s "checking for $ac_word... " >&6; }
2566if test ${ac_cv_path_PKG_CONFIG+y}
2567then :
2568  printf %s "(cached) " >&6
2569else $as_nop
2570  case $PKG_CONFIG in
2571  [\\/]* | ?:[\\/]*)
2572  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2573  ;;
2574  *)
2575  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2576for as_dir in $PATH
2577do
2578  IFS=$as_save_IFS
2579  case $as_dir in #(((
2580    '') as_dir=./ ;;
2581    */) ;;
2582    *) as_dir=$as_dir/ ;;
2583  esac
2584    for ac_exec_ext in '' $ac_executable_extensions; do
2585  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2586    ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
2587    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2588    break 2
2589  fi
2590done
2591  done
2592IFS=$as_save_IFS
2593
2594  ;;
2595esac
2596fi
2597PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2598if test -n "$PKG_CONFIG"; then
2599  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
2600printf "%s\n" "$PKG_CONFIG" >&6; }
2601else
2602  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2603printf "%s\n" "no" >&6; }
2604fi
2605
2606
2607fi
2608if test -z "$ac_cv_path_PKG_CONFIG"; then
2609  ac_pt_PKG_CONFIG=$PKG_CONFIG
2610  # Extract the first word of "pkg-config", so it can be a program name with args.
2611set dummy pkg-config; ac_word=$2
2612{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2613printf %s "checking for $ac_word... " >&6; }
2614if test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
2615then :
2616  printf %s "(cached) " >&6
2617else $as_nop
2618  case $ac_pt_PKG_CONFIG in
2619  [\\/]* | ?:[\\/]*)
2620  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
2621  ;;
2622  *)
2623  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624for as_dir in $PATH
2625do
2626  IFS=$as_save_IFS
2627  case $as_dir in #(((
2628    '') as_dir=./ ;;
2629    */) ;;
2630    *) as_dir=$as_dir/ ;;
2631  esac
2632    for ac_exec_ext in '' $ac_executable_extensions; do
2633  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
2634    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
2635    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
2636    break 2
2637  fi
2638done
2639  done
2640IFS=$as_save_IFS
2641
2642  ;;
2643esac
2644fi
2645ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2646if test -n "$ac_pt_PKG_CONFIG"; then
2647  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
2648printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
2649else
2650  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2651printf "%s\n" "no" >&6; }
2652fi
2653
2654  if test "x$ac_pt_PKG_CONFIG" = x; then
2655    PKG_CONFIG=""
2656  else
2657    case $cross_compiling:$ac_tool_warned in
2658yes:)
2659{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2660printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2661ac_tool_warned=yes ;;
2662esac
2663    PKG_CONFIG=$ac_pt_PKG_CONFIG
2664  fi
2665else
2666  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
2667fi
2668
2669fi
2670if test -n "$PKG_CONFIG"; then
2671	_pkg_min_version=0.9.0
2672	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
2673printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; }
2674	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2675		{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2676printf "%s\n" "yes" >&6; }
2677	else
2678		{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
2679printf "%s\n" "no" >&6; }
2680		PKG_CONFIG=""
2681	fi
2682fi
2683
2684
2685  # Make sure we can run config.sub.
2686$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
2687  as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
2688
2689{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2690printf %s "checking build system type... " >&6; }
2691if test ${ac_cv_build+y}
2692then :
2693  printf %s "(cached) " >&6
2694else $as_nop
2695  ac_build_alias=$build_alias
2696test "x$ac_build_alias" = x &&
2697  ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
2698test "x$ac_build_alias" = x &&
2699  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2700ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
2701  as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
2702
2703fi
2704{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2705printf "%s\n" "$ac_cv_build" >&6; }
2706case $ac_cv_build in
2707*-*-*) ;;
2708*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2709esac
2710build=$ac_cv_build
2711ac_save_IFS=$IFS; IFS='-'
2712set x $ac_cv_build
2713shift
2714build_cpu=$1
2715build_vendor=$2
2716shift; shift
2717# Remember, the first character of IFS is used to create $*,
2718# except with old shells:
2719build_os=$*
2720IFS=$ac_save_IFS
2721case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2722
2723
2724{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2725printf %s "checking host system type... " >&6; }
2726if test ${ac_cv_host+y}
2727then :
2728  printf %s "(cached) " >&6
2729else $as_nop
2730  if test "x$host_alias" = x; then
2731  ac_cv_host=$ac_cv_build
2732else
2733  ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
2734    as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
2735fi
2736
2737fi
2738{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2739printf "%s\n" "$ac_cv_host" >&6; }
2740case $ac_cv_host in
2741*-*-*) ;;
2742*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2743esac
2744host=$ac_cv_host
2745ac_save_IFS=$IFS; IFS='-'
2746set x $ac_cv_host
2747shift
2748host_cpu=$1
2749host_vendor=$2
2750shift; shift
2751# Remember, the first character of IFS is used to create $*,
2752# except with old shells:
2753host_os=$*
2754IFS=$ac_save_IFS
2755case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2756
2757
2758{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
2759printf %s "checking for a sed that does not truncate output... " >&6; }
2760if test ${ac_cv_path_SED+y}
2761then :
2762  printf %s "(cached) " >&6
2763else $as_nop
2764            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2765     for ac_i in 1 2 3 4 5 6 7; do
2766       ac_script="$ac_script$as_nl$ac_script"
2767     done
2768     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
2769     { ac_script=; unset ac_script;}
2770     if test -z "$SED"; then
2771  ac_path_SED_found=false
2772  # Loop through the user's path and test for each of PROGNAME-LIST
2773  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2774for as_dir in $PATH
2775do
2776  IFS=$as_save_IFS
2777  case $as_dir in #(((
2778    '') as_dir=./ ;;
2779    */) ;;
2780    *) as_dir=$as_dir/ ;;
2781  esac
2782    for ac_prog in sed gsed
2783   do
2784    for ac_exec_ext in '' $ac_executable_extensions; do
2785      ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
2786      as_fn_executable_p "$ac_path_SED" || continue
2787# Check for GNU ac_path_SED and select it if it is found.
2788  # Check for GNU $ac_path_SED
2789case `"$ac_path_SED" --version 2>&1` in
2790*GNU*)
2791  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2792*)
2793  ac_count=0
2794  printf %s 0123456789 >"conftest.in"
2795  while :
2796  do
2797    cat "conftest.in" "conftest.in" >"conftest.tmp"
2798    mv "conftest.tmp" "conftest.in"
2799    cp "conftest.in" "conftest.nl"
2800    printf "%s\n" '' >> "conftest.nl"
2801    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
2802    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2803    as_fn_arith $ac_count + 1 && ac_count=$as_val
2804    if test $ac_count -gt ${ac_path_SED_max-0}; then
2805      # Best one so far, save it but keep looking for a better one
2806      ac_cv_path_SED="$ac_path_SED"
2807      ac_path_SED_max=$ac_count
2808    fi
2809    # 10*(2^10) chars as input seems more than enough
2810    test $ac_count -gt 10 && break
2811  done
2812  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2813esac
2814
2815      $ac_path_SED_found && break 3
2816    done
2817  done
2818  done
2819IFS=$as_save_IFS
2820  if test -z "$ac_cv_path_SED"; then
2821    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
2822  fi
2823else
2824  ac_cv_path_SED=$SED
2825fi
2826
2827fi
2828{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2829printf "%s\n" "$ac_cv_path_SED" >&6; }
2830 SED="$ac_cv_path_SED"
2831  rm -f conftest.sed
2832
2833
2834
2835
2836
2837cat >>confdefs.h <<_ACEOF
2838#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
2839_ACEOF
2840
2841	PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
2842	if test "x$PVM" = "x"; then
2843		PVM="0"
2844	fi
2845
2846printf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h
2847
2848	PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
2849	if test "x$PVP" = "x"; then
2850		PVP="0"
2851	fi
2852
2853printf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h
2854
2855
2856
2857CHANGELOG_CMD="((GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp) 2>/dev/null && \
2858mv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \
2859|| (rm -f \$(top_srcdir)/.changelog.tmp; test -e \$(top_srcdir)/ChangeLog || ( \
2860touch \$(top_srcdir)/ChangeLog; \
2861echo 'git failed to create ChangeLog: installing empty ChangeLog.' >&2))"
2862
2863
2864
2865
2866macros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros`
2867INSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \
2868mv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \
2869|| (rm -f \$(top_srcdir)/.INSTALL.tmp; test -e \$(top_srcdir)/INSTALL || ( \
2870touch \$(top_srcdir)/INSTALL; \
2871echo 'failed to copy INSTALL from util-macros: installing empty INSTALL.' >&2))"
2872
2873
2874
2875
2876
2877
2878case $host_os in
2879    solaris*)
2880        # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
2881        # check for a man page file found in later versions that use
2882        # traditional section numbers instead
2883        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
2884printf %s "checking for /usr/share/man/man7/attributes.7... " >&6; }
2885if test ${ac_cv_file__usr_share_man_man7_attributes_7+y}
2886then :
2887  printf %s "(cached) " >&6
2888else $as_nop
2889  test "$cross_compiling" = yes &&
2890  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
2891if test -r "/usr/share/man/man7/attributes.7"; then
2892  ac_cv_file__usr_share_man_man7_attributes_7=yes
2893else
2894  ac_cv_file__usr_share_man_man7_attributes_7=no
2895fi
2896fi
2897{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
2898printf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
2899if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes
2900then :
2901  SYSV_MAN_SECTIONS=false
2902else $as_nop
2903  SYSV_MAN_SECTIONS=true
2904fi
2905
2906        ;;
2907    *) SYSV_MAN_SECTIONS=false ;;
2908esac
2909
2910if test x$APP_MAN_SUFFIX = x    ; then
2911    APP_MAN_SUFFIX=1
2912fi
2913if test x$APP_MAN_DIR = x    ; then
2914    APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
2915fi
2916
2917if test x$LIB_MAN_SUFFIX = x    ; then
2918    LIB_MAN_SUFFIX=3
2919fi
2920if test x$LIB_MAN_DIR = x    ; then
2921    LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
2922fi
2923
2924if test x$FILE_MAN_SUFFIX = x    ; then
2925    case $SYSV_MAN_SECTIONS in
2926	true)				FILE_MAN_SUFFIX=4  ;;
2927	*)				FILE_MAN_SUFFIX=5  ;;
2928    esac
2929fi
2930if test x$FILE_MAN_DIR = x    ; then
2931    FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
2932fi
2933
2934if test x$MISC_MAN_SUFFIX = x    ; then
2935    case $SYSV_MAN_SECTIONS in
2936	true)				MISC_MAN_SUFFIX=5  ;;
2937	*)				MISC_MAN_SUFFIX=7  ;;
2938    esac
2939fi
2940if test x$MISC_MAN_DIR = x    ; then
2941    MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
2942fi
2943
2944if test x$DRIVER_MAN_SUFFIX = x    ; then
2945    case $SYSV_MAN_SECTIONS in
2946	true)				DRIVER_MAN_SUFFIX=7  ;;
2947	*)				DRIVER_MAN_SUFFIX=4  ;;
2948    esac
2949fi
2950if test x$DRIVER_MAN_DIR = x    ; then
2951    DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
2952fi
2953
2954if test x$ADMIN_MAN_SUFFIX = x    ; then
2955    case $SYSV_MAN_SECTIONS in
2956	true)				ADMIN_MAN_SUFFIX=1m ;;
2957	*)				ADMIN_MAN_SUFFIX=8  ;;
2958    esac
2959fi
2960if test x$ADMIN_MAN_DIR = x    ; then
2961    ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
2962fi
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978XORG_MAN_PAGE="X Version 11"
2979
2980MAN_SUBSTS="\
2981	-e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
2982	-e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
2983	-e 's|__xservername__|Xorg|g' \
2984	-e 's|__xconfigfile__|xorg.conf|g' \
2985	-e 's|__projectroot__|\$(prefix)|g' \
2986	-e 's|__apploaddir__|\$(appdefaultdir)|g' \
2987	-e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \
2988	-e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \
2989	-e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \
2990	-e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \
2991	-e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \
2992	-e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'"
2993
2994
2995
2996# Check whether --enable-silent-rules was given.
2997if test ${enable_silent_rules+y}
2998then :
2999  enableval=$enable_silent_rules;
3000fi
3001
3002case $enable_silent_rules in # (((
3003  yes) AM_DEFAULT_VERBOSITY=0;;
3004   no) AM_DEFAULT_VERBOSITY=1;;
3005    *) AM_DEFAULT_VERBOSITY=0;;
3006esac
3007am_make=${MAKE-make}
3008{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3009printf %s "checking whether $am_make supports nested variables... " >&6; }
3010if test ${am_cv_make_support_nested_variables+y}
3011then :
3012  printf %s "(cached) " >&6
3013else $as_nop
3014  if printf "%s\n" 'TRUE=$(BAR$(V))
3015BAR0=false
3016BAR1=true
3017V=1
3018am__doit:
3019	@$(TRUE)
3020.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3021  am_cv_make_support_nested_variables=yes
3022else
3023  am_cv_make_support_nested_variables=no
3024fi
3025fi
3026{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3027printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
3028if test $am_cv_make_support_nested_variables = yes; then
3029    AM_V='$(V)'
3030  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3031else
3032  AM_V=$AM_DEFAULT_VERBOSITY
3033  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3034fi
3035AM_BACKSLASH='\'
3036
3037
3038
3039# Require X.Org's font util macros 1.2 or later
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5
3056printf %s "checking for root directory for font files... " >&6; }
3057
3058# Check whether --with-fontrootdir was given.
3059if test ${with_fontrootdir+y}
3060then :
3061  withval=$with_fontrootdir; FONTROOTDIR="$withval"
3062fi
3063
3064	# if --with-fontrootdir not specified...
3065	if test "x${FONTROOTDIR}" = "x"; then
3066		FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil`
3067	fi
3068	# ...and if pkg-config didn't find fontdir in fontutil.pc...
3069	if test "x${FONTROOTDIR}" = "x"; then
3070		FONTROOTDIR="${datadir}/fonts/X11"
3071	fi
3072
3073	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5
3074printf "%s\n" "${FONTROOTDIR}" >&6; }
3075
3076
3077
3078
3079	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for directory for Type1 files" >&5
3080printf %s "checking for directory for Type1 files... " >&6; }
3081
3082# Check whether --with-fontdir was given.
3083if test ${with_fontdir+y}
3084then :
3085  withval=$with_fontdir; FONTDIR="${withval}"
3086else $as_nop
3087  FONTDIR='${FONTROOTDIR}/Type1'
3088fi
3089
3090
3091	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTDIR}" >&5
3092printf "%s\n" "${FONTDIR}" >&6; }
3093
3094
3095
3096
3097	# Extract the first word of "fc-cache", so it can be a program name with args.
3098set dummy fc-cache; ac_word=$2
3099{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3100printf %s "checking for $ac_word... " >&6; }
3101if test ${ac_cv_path_FCCACHE+y}
3102then :
3103  printf %s "(cached) " >&6
3104else $as_nop
3105  case $FCCACHE in
3106  [\\/]* | ?:[\\/]*)
3107  ac_cv_path_FCCACHE="$FCCACHE" # Let the user override the test with a path.
3108  ;;
3109  *)
3110  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3111for as_dir in $PATH
3112do
3113  IFS=$as_save_IFS
3114  case $as_dir in #(((
3115    '') as_dir=./ ;;
3116    */) ;;
3117    *) as_dir=$as_dir/ ;;
3118  esac
3119    for ac_exec_ext in '' $ac_executable_extensions; do
3120  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3121    ac_cv_path_FCCACHE="$as_dir$ac_word$ac_exec_ext"
3122    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3123    break 2
3124  fi
3125done
3126  done
3127IFS=$as_save_IFS
3128
3129  ;;
3130esac
3131fi
3132FCCACHE=$ac_cv_path_FCCACHE
3133if test -n "$FCCACHE"; then
3134  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FCCACHE" >&5
3135printf "%s\n" "$FCCACHE" >&6; }
3136else
3137  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3138printf "%s\n" "no" >&6; }
3139fi
3140
3141
3142	FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"'
3143	if test x"$FCCACHE" = x || test x"$cross_compiling" != x"no" ; then
3144		RUN_FCCACHE="${FCCACHE_WARN}"
3145	else
3146		RUN_FCCACHE='@(if test -z "$(DESTDIR)"; then echo $(FCCACHE) $(fontdir); $(FCCACHE) $(fontdir); else'
3147		RUN_FCCACHE="${RUN_FCCACHE} ${FCCACHE_WARN} ; fi)"
3148	fi
3149
3150
3151
3152	if test x"$cross_compiling" != x"no" ; then
3153		# Extract the first word of "mkfontdir", so it can be a program name with args.
3154set dummy mkfontdir; ac_word=$2
3155{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3156printf %s "checking for $ac_word... " >&6; }
3157if test ${ac_cv_path_MKFONTDIR+y}
3158then :
3159  printf %s "(cached) " >&6
3160else $as_nop
3161  case $MKFONTDIR in
3162  [\\/]* | ?:[\\/]*)
3163  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
3164  ;;
3165  *)
3166  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3167for as_dir in $PATH
3168do
3169  IFS=$as_save_IFS
3170  case $as_dir in #(((
3171    '') as_dir=./ ;;
3172    */) ;;
3173    *) as_dir=$as_dir/ ;;
3174  esac
3175    for ac_exec_ext in '' $ac_executable_extensions; do
3176  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3177    ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext"
3178    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3179    break 2
3180  fi
3181done
3182  done
3183IFS=$as_save_IFS
3184
3185  test -z "$ac_cv_path_MKFONTDIR" && ac_cv_path_MKFONTDIR=""""
3186  ;;
3187esac
3188fi
3189MKFONTDIR=$ac_cv_path_MKFONTDIR
3190if test -n "$MKFONTDIR"; then
3191  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5
3192printf "%s\n" "$MKFONTDIR" >&6; }
3193else
3194  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3195printf "%s\n" "no" >&6; }
3196fi
3197
3198
3199		MKFONTDIR_WARN='echo "** Warning: mkfontdir not run" ; echo "** Run mkfontdir manually on host system"'
3200
3201		if test x"$MKFONTDIR" = x; then
3202			MKFONTDIR="${MKFONTDIR_WARN} ; echo '** mkfontdir'"
3203		fi
3204	else
3205
3206	# Extract the first word of "mkfontdir", so it can be a program name with args.
3207set dummy mkfontdir; ac_word=$2
3208{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3209printf %s "checking for $ac_word... " >&6; }
3210if test ${ac_cv_path_MKFONTDIR+y}
3211then :
3212  printf %s "(cached) " >&6
3213else $as_nop
3214  case $MKFONTDIR in
3215  [\\/]* | ?:[\\/]*)
3216  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
3217  ;;
3218  *)
3219  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3220for as_dir in $PATH
3221do
3222  IFS=$as_save_IFS
3223  case $as_dir in #(((
3224    '') as_dir=./ ;;
3225    */) ;;
3226    *) as_dir=$as_dir/ ;;
3227  esac
3228    for ac_exec_ext in '' $ac_executable_extensions; do
3229  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3230    ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext"
3231    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3232    break 2
3233  fi
3234done
3235  done
3236IFS=$as_save_IFS
3237
3238  ;;
3239esac
3240fi
3241MKFONTDIR=$ac_cv_path_MKFONTDIR
3242if test -n "$MKFONTDIR"; then
3243  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5
3244printf "%s\n" "$MKFONTDIR" >&6; }
3245else
3246  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3247printf "%s\n" "no" >&6; }
3248fi
3249
3250
3251	if test x"$MKFONTDIR" = x; then
3252		as_fn_error $? "mkfontdir is required to build $PACKAGE_NAME." "$LINENO" 5
3253	fi
3254
3255	fi
3256
3257
3258
3259
3260
3261	# Extract the first word of "mkfontscale", so it can be a program name with args.
3262set dummy mkfontscale; ac_word=$2
3263{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3264printf %s "checking for $ac_word... " >&6; }
3265if test ${ac_cv_path_MKFONTSCALE+y}
3266then :
3267  printf %s "(cached) " >&6
3268else $as_nop
3269  case $MKFONTSCALE in
3270  [\\/]* | ?:[\\/]*)
3271  ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path.
3272  ;;
3273  *)
3274  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3275for as_dir in $PATH
3276do
3277  IFS=$as_save_IFS
3278  case $as_dir in #(((
3279    '') as_dir=./ ;;
3280    */) ;;
3281    *) as_dir=$as_dir/ ;;
3282  esac
3283    for ac_exec_ext in '' $ac_executable_extensions; do
3284  if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
3285    ac_cv_path_MKFONTSCALE="$as_dir$ac_word$ac_exec_ext"
3286    printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
3287    break 2
3288  fi
3289done
3290  done
3291IFS=$as_save_IFS
3292
3293  ;;
3294esac
3295fi
3296MKFONTSCALE=$ac_cv_path_MKFONTSCALE
3297if test -n "$MKFONTSCALE"; then
3298  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTSCALE" >&5
3299printf "%s\n" "$MKFONTSCALE" >&6; }
3300else
3301  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3302printf "%s\n" "no" >&6; }
3303fi
3304
3305
3306	if test x"$MKFONTSCALE" = x; then
3307		as_fn_error $? "mkfontscale is required to build $PACKAGE_NAME." "$LINENO" 5
3308	fi
3309
3310
3311
3312ac_config_files="$ac_config_files Makefile"
3313
3314cat >confcache <<\_ACEOF
3315# This file is a shell script that caches the results of configure
3316# tests run on this system so they can be shared between configure
3317# scripts and configure runs, see configure's option --config-cache.
3318# It is not useful on other systems.  If it contains results you don't
3319# want to keep, you may remove or edit it.
3320#
3321# config.status only pays attention to the cache file if you give it
3322# the --recheck option to rerun configure.
3323#
3324# `ac_cv_env_foo' variables (set or unset) will be overridden when
3325# loading this file, other *unset* `ac_cv_foo' will be assigned the
3326# following values.
3327
3328_ACEOF
3329
3330# The following way of writing the cache mishandles newlines in values,
3331# but we know of no workaround that is simple, portable, and efficient.
3332# So, we kill variables containing newlines.
3333# Ultrix sh set writes to stderr and can't be redirected directly,
3334# and sets the high bit in the cache file unless we assign to the vars.
3335(
3336  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
3337    eval ac_val=\$$ac_var
3338    case $ac_val in #(
3339    *${as_nl}*)
3340      case $ac_var in #(
3341      *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3342printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3343      esac
3344      case $ac_var in #(
3345      _ | IFS | as_nl) ;; #(
3346      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3347      *) { eval $ac_var=; unset $ac_var;} ;;
3348      esac ;;
3349    esac
3350  done
3351
3352  (set) 2>&1 |
3353    case $as_nl`(ac_space=' '; set) 2>&1` in #(
3354    *${as_nl}ac_space=\ *)
3355      # `set' does not quote correctly, so add quotes: double-quote
3356      # substitution turns \\\\ into \\, and sed turns \\ into \.
3357      sed -n \
3358	"s/'/'\\\\''/g;
3359	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3360      ;; #(
3361    *)
3362      # `set' quotes correctly as required by POSIX, so do not add quotes.
3363      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3364      ;;
3365    esac |
3366    sort
3367) |
3368  sed '
3369     /^ac_cv_env_/b end
3370     t clear
3371     :clear
3372     s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
3373     t end
3374     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3375     :end' >>confcache
3376if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3377  if test -w "$cache_file"; then
3378    if test "x$cache_file" != "x/dev/null"; then
3379      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3380printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
3381      if test ! -f "$cache_file" || test -h "$cache_file"; then
3382	cat confcache >"$cache_file"
3383      else
3384        case $cache_file in #(
3385        */* | ?:*)
3386	  mv -f confcache "$cache_file"$$ &&
3387	  mv -f "$cache_file"$$ "$cache_file" ;; #(
3388        *)
3389	  mv -f confcache "$cache_file" ;;
3390	esac
3391      fi
3392    fi
3393  else
3394    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3395printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
3396  fi
3397fi
3398rm -f confcache
3399
3400test "x$prefix" = xNONE && prefix=$ac_default_prefix
3401# Let make expand exec_prefix.
3402test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3403
3404# Transform confdefs.h into DEFS.
3405# Protect against shell expansion while executing Makefile rules.
3406# Protect against Makefile macro expansion.
3407#
3408# If the first sed substitution is executed (which looks for macros that
3409# take arguments), then branch to the quote section.  Otherwise,
3410# look for a macro that doesn't take arguments.
3411ac_script='
3412:mline
3413/\\$/{
3414 N
3415 s,\\\n,,
3416 b mline
3417}
3418t clear
3419:clear
3420s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
3421t quote
3422s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
3423t quote
3424b any
3425:quote
3426s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
3427s/\[/\\&/g
3428s/\]/\\&/g
3429s/\$/$$/g
3430H
3431:any
3432${
3433	g
3434	s/^\n//
3435	s/\n/ /g
3436	p
3437}
3438'
3439DEFS=`sed -n "$ac_script" confdefs.h`
3440
3441
3442ac_libobjs=
3443ac_ltlibobjs=
3444U=
3445for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3446  # 1. Remove the extension, and $U if already installed.
3447  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3448  ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
3449  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3450  #    will be set to the directory where LIBOBJS objects are built.
3451  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3452  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3453done
3454LIBOBJS=$ac_libobjs
3455
3456LTLIBOBJS=$ac_ltlibobjs
3457
3458
3459{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
3460printf %s "checking that generated files are newer than configure... " >&6; }
3461   if test -n "$am_sleep_pid"; then
3462     # Hide warnings about reused PIDs.
3463     wait $am_sleep_pid 2>/dev/null
3464   fi
3465   { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
3466printf "%s\n" "done" >&6; }
3467
3468
3469: "${CONFIG_STATUS=./config.status}"
3470ac_write_fail=0
3471ac_clean_files_save=$ac_clean_files
3472ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3473{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3474printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
3475as_write_fail=0
3476cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3477#! $SHELL
3478# Generated by $as_me.
3479# Run this file to recreate the current configuration.
3480# Compiler output produced by configure, useful for debugging
3481# configure, is in config.log if it exists.
3482
3483debug=false
3484ac_cs_recheck=false
3485ac_cs_silent=false
3486
3487SHELL=\${CONFIG_SHELL-$SHELL}
3488export SHELL
3489_ASEOF
3490cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3491## -------------------- ##
3492## M4sh Initialization. ##
3493## -------------------- ##
3494
3495# Be more Bourne compatible
3496DUALCASE=1; export DUALCASE # for MKS sh
3497as_nop=:
3498if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
3499then :
3500  emulate sh
3501  NULLCMD=:
3502  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3503  # is contrary to our usage.  Disable this feature.
3504  alias -g '${1+"$@"}'='"$@"'
3505  setopt NO_GLOB_SUBST
3506else $as_nop
3507  case `(set -o) 2>/dev/null` in #(
3508  *posix*) :
3509    set -o posix ;; #(
3510  *) :
3511     ;;
3512esac
3513fi
3514
3515
3516
3517# Reset variables that may have inherited troublesome values from
3518# the environment.
3519
3520# IFS needs to be set, to space, tab, and newline, in precisely that order.
3521# (If _AS_PATH_WALK were called with IFS unset, it would have the
3522# side effect of setting IFS to empty, thus disabling word splitting.)
3523# Quoting is to prevent editors from complaining about space-tab.
3524as_nl='
3525'
3526export as_nl
3527IFS=" ""	$as_nl"
3528
3529PS1='$ '
3530PS2='> '
3531PS4='+ '
3532
3533# Ensure predictable behavior from utilities with locale-dependent output.
3534LC_ALL=C
3535export LC_ALL
3536LANGUAGE=C
3537export LANGUAGE
3538
3539# We cannot yet rely on "unset" to work, but we need these variables
3540# to be unset--not just set to an empty or harmless value--now, to
3541# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh).  This construct
3542# also avoids known problems related to "unset" and subshell syntax
3543# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
3544for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
3545do eval test \${$as_var+y} \
3546  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3547done
3548
3549# Ensure that fds 0, 1, and 2 are open.
3550if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
3551if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
3552if (exec 3>&2)            ; then :; else exec 2>/dev/null; fi
3553
3554# The user is always right.
3555if ${PATH_SEPARATOR+false} :; then
3556  PATH_SEPARATOR=:
3557  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3558    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3559      PATH_SEPARATOR=';'
3560  }
3561fi
3562
3563
3564# Find who we are.  Look in the path if we contain no directory separator.
3565as_myself=
3566case $0 in #((
3567  *[\\/]* ) as_myself=$0 ;;
3568  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3569for as_dir in $PATH
3570do
3571  IFS=$as_save_IFS
3572  case $as_dir in #(((
3573    '') as_dir=./ ;;
3574    */) ;;
3575    *) as_dir=$as_dir/ ;;
3576  esac
3577    test -r "$as_dir$0" && as_myself=$as_dir$0 && break
3578  done
3579IFS=$as_save_IFS
3580
3581     ;;
3582esac
3583# We did not find ourselves, most probably we were run as `sh COMMAND'
3584# in which case we are not to be found in the path.
3585if test "x$as_myself" = x; then
3586  as_myself=$0
3587fi
3588if test ! -f "$as_myself"; then
3589  printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3590  exit 1
3591fi
3592
3593
3594
3595# as_fn_error STATUS ERROR [LINENO LOG_FD]
3596# ----------------------------------------
3597# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3598# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3599# script with STATUS, using 1 if that was 0.
3600as_fn_error ()
3601{
3602  as_status=$1; test $as_status -eq 0 && as_status=1
3603  if test "$4"; then
3604    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3605    printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
3606  fi
3607  printf "%s\n" "$as_me: error: $2" >&2
3608  as_fn_exit $as_status
3609} # as_fn_error
3610
3611
3612
3613# as_fn_set_status STATUS
3614# -----------------------
3615# Set $? to STATUS, without forking.
3616as_fn_set_status ()
3617{
3618  return $1
3619} # as_fn_set_status
3620
3621# as_fn_exit STATUS
3622# -----------------
3623# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3624as_fn_exit ()
3625{
3626  set +e
3627  as_fn_set_status $1
3628  exit $1
3629} # as_fn_exit
3630
3631# as_fn_unset VAR
3632# ---------------
3633# Portably unset VAR.
3634as_fn_unset ()
3635{
3636  { eval $1=; unset $1;}
3637}
3638as_unset=as_fn_unset
3639
3640# as_fn_append VAR VALUE
3641# ----------------------
3642# Append the text in VALUE to the end of the definition contained in VAR. Take
3643# advantage of any shell optimizations that allow amortized linear growth over
3644# repeated appends, instead of the typical quadratic growth present in naive
3645# implementations.
3646if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
3647then :
3648  eval 'as_fn_append ()
3649  {
3650    eval $1+=\$2
3651  }'
3652else $as_nop
3653  as_fn_append ()
3654  {
3655    eval $1=\$$1\$2
3656  }
3657fi # as_fn_append
3658
3659# as_fn_arith ARG...
3660# ------------------
3661# Perform arithmetic evaluation on the ARGs, and store the result in the
3662# global $as_val. Take advantage of shells that can avoid forks. The arguments
3663# must be portable across $(()) and expr.
3664if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
3665then :
3666  eval 'as_fn_arith ()
3667  {
3668    as_val=$(( $* ))
3669  }'
3670else $as_nop
3671  as_fn_arith ()
3672  {
3673    as_val=`expr "$@" || test $? -eq 1`
3674  }
3675fi # as_fn_arith
3676
3677
3678if expr a : '\(a\)' >/dev/null 2>&1 &&
3679   test "X`expr 00001 : '.*\(...\)'`" = X001; then
3680  as_expr=expr
3681else
3682  as_expr=false
3683fi
3684
3685if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3686  as_basename=basename
3687else
3688  as_basename=false
3689fi
3690
3691if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3692  as_dirname=dirname
3693else
3694  as_dirname=false
3695fi
3696
3697as_me=`$as_basename -- "$0" ||
3698$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3699	 X"$0" : 'X\(//\)$' \| \
3700	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3701printf "%s\n" X/"$0" |
3702    sed '/^.*\/\([^/][^/]*\)\/*$/{
3703	    s//\1/
3704	    q
3705	  }
3706	  /^X\/\(\/\/\)$/{
3707	    s//\1/
3708	    q
3709	  }
3710	  /^X\/\(\/\).*/{
3711	    s//\1/
3712	    q
3713	  }
3714	  s/.*/./; q'`
3715
3716# Avoid depending upon Character Ranges.
3717as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3718as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3719as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3720as_cr_digits='0123456789'
3721as_cr_alnum=$as_cr_Letters$as_cr_digits
3722
3723
3724# Determine whether it's possible to make 'echo' print without a newline.
3725# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
3726# for compatibility with existing Makefiles.
3727ECHO_C= ECHO_N= ECHO_T=
3728case `echo -n x` in #(((((
3729-n*)
3730  case `echo 'xy\c'` in
3731  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
3732  xy)  ECHO_C='\c';;
3733  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
3734       ECHO_T='	';;
3735  esac;;
3736*)
3737  ECHO_N='-n';;
3738esac
3739
3740# For backward compatibility with old third-party macros, we provide
3741# the shell variables $as_echo and $as_echo_n.  New code should use
3742# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
3743as_echo='printf %s\n'
3744as_echo_n='printf %s'
3745
3746rm -f conf$$ conf$$.exe conf$$.file
3747if test -d conf$$.dir; then
3748  rm -f conf$$.dir/conf$$.file
3749else
3750  rm -f conf$$.dir
3751  mkdir conf$$.dir 2>/dev/null
3752fi
3753if (echo >conf$$.file) 2>/dev/null; then
3754  if ln -s conf$$.file conf$$ 2>/dev/null; then
3755    as_ln_s='ln -s'
3756    # ... but there are two gotchas:
3757    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3758    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3759    # In both cases, we have to default to `cp -pR'.
3760    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3761      as_ln_s='cp -pR'
3762  elif ln conf$$.file conf$$ 2>/dev/null; then
3763    as_ln_s=ln
3764  else
3765    as_ln_s='cp -pR'
3766  fi
3767else
3768  as_ln_s='cp -pR'
3769fi
3770rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3771rmdir conf$$.dir 2>/dev/null
3772
3773
3774# as_fn_mkdir_p
3775# -------------
3776# Create "$as_dir" as a directory, including parents if necessary.
3777as_fn_mkdir_p ()
3778{
3779
3780  case $as_dir in #(
3781  -*) as_dir=./$as_dir;;
3782  esac
3783  test -d "$as_dir" || eval $as_mkdir_p || {
3784    as_dirs=
3785    while :; do
3786      case $as_dir in #(
3787      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3788      *) as_qdir=$as_dir;;
3789      esac
3790      as_dirs="'$as_qdir' $as_dirs"
3791      as_dir=`$as_dirname -- "$as_dir" ||
3792$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3793	 X"$as_dir" : 'X\(//\)[^/]' \| \
3794	 X"$as_dir" : 'X\(//\)$' \| \
3795	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3796printf "%s\n" X"$as_dir" |
3797    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3798	    s//\1/
3799	    q
3800	  }
3801	  /^X\(\/\/\)[^/].*/{
3802	    s//\1/
3803	    q
3804	  }
3805	  /^X\(\/\/\)$/{
3806	    s//\1/
3807	    q
3808	  }
3809	  /^X\(\/\).*/{
3810	    s//\1/
3811	    q
3812	  }
3813	  s/.*/./; q'`
3814      test -d "$as_dir" && break
3815    done
3816    test -z "$as_dirs" || eval "mkdir $as_dirs"
3817  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
3818
3819
3820} # as_fn_mkdir_p
3821if mkdir -p . 2>/dev/null; then
3822  as_mkdir_p='mkdir -p "$as_dir"'
3823else
3824  test -d ./-p && rmdir ./-p
3825  as_mkdir_p=false
3826fi
3827
3828
3829# as_fn_executable_p FILE
3830# -----------------------
3831# Test if FILE is an executable regular file.
3832as_fn_executable_p ()
3833{
3834  test -f "$1" && test -x "$1"
3835} # as_fn_executable_p
3836as_test_x='test -x'
3837as_executable_p=as_fn_executable_p
3838
3839# Sed expression to map a string onto a valid CPP name.
3840as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3841
3842# Sed expression to map a string onto a valid variable name.
3843as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3844
3845
3846exec 6>&1
3847## ----------------------------------- ##
3848## Main body of $CONFIG_STATUS script. ##
3849## ----------------------------------- ##
3850_ASEOF
3851test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3852
3853cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3854# Save the log message, to keep $0 and so on meaningful, and to
3855# report actual input values of CONFIG_FILES etc. instead of their
3856# values after options handling.
3857ac_log="
3858This file was extended by font-bh-type1 $as_me 1.0.4, which was
3859generated by GNU Autoconf 2.71.  Invocation command line was
3860
3861  CONFIG_FILES    = $CONFIG_FILES
3862  CONFIG_HEADERS  = $CONFIG_HEADERS
3863  CONFIG_LINKS    = $CONFIG_LINKS
3864  CONFIG_COMMANDS = $CONFIG_COMMANDS
3865  $ $0 $@
3866
3867on `(hostname || uname -n) 2>/dev/null | sed 1q`
3868"
3869
3870_ACEOF
3871
3872case $ac_config_files in *"
3873"*) set x $ac_config_files; shift; ac_config_files=$*;;
3874esac
3875
3876
3877
3878cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3879# Files that config.status was made for.
3880config_files="$ac_config_files"
3881
3882_ACEOF
3883
3884cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3885ac_cs_usage="\
3886\`$as_me' instantiates files and other configuration actions
3887from templates according to the current configuration.  Unless the files
3888and actions are specified as TAGs, all are instantiated by default.
3889
3890Usage: $0 [OPTION]... [TAG]...
3891
3892  -h, --help       print this help, then exit
3893  -V, --version    print version number and configuration settings, then exit
3894      --config     print configuration, then exit
3895  -q, --quiet, --silent
3896                   do not print progress messages
3897  -d, --debug      don't remove temporary files
3898      --recheck    update $as_me by reconfiguring in the same conditions
3899      --file=FILE[:TEMPLATE]
3900                   instantiate the configuration file FILE
3901
3902Configuration files:
3903$config_files
3904
3905Report bugs to <https://gitlab.freedesktop.org/xorg/font/bh-type1/-/issues>."
3906
3907_ACEOF
3908ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
3909ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
3910cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3911ac_cs_config='$ac_cs_config_escaped'
3912ac_cs_version="\\
3913font-bh-type1 config.status 1.0.4
3914configured by $0, generated by GNU Autoconf 2.71,
3915  with options \\"\$ac_cs_config\\"
3916
3917Copyright (C) 2021 Free Software Foundation, Inc.
3918This config.status script is free software; the Free Software Foundation
3919gives unlimited permission to copy, distribute and modify it."
3920
3921ac_pwd='$ac_pwd'
3922srcdir='$srcdir'
3923INSTALL='$INSTALL'
3924MKDIR_P='$MKDIR_P'
3925AWK='$AWK'
3926test -n "\$AWK" || AWK=awk
3927_ACEOF
3928
3929cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3930# The default lists apply if the user does not specify any file.
3931ac_need_defaults=:
3932while test $# != 0
3933do
3934  case $1 in
3935  --*=?*)
3936    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3937    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3938    ac_shift=:
3939    ;;
3940  --*=)
3941    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3942    ac_optarg=
3943    ac_shift=:
3944    ;;
3945  *)
3946    ac_option=$1
3947    ac_optarg=$2
3948    ac_shift=shift
3949    ;;
3950  esac
3951
3952  case $ac_option in
3953  # Handling of the options.
3954  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3955    ac_cs_recheck=: ;;
3956  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3957    printf "%s\n" "$ac_cs_version"; exit ;;
3958  --config | --confi | --conf | --con | --co | --c )
3959    printf "%s\n" "$ac_cs_config"; exit ;;
3960  --debug | --debu | --deb | --de | --d | -d )
3961    debug=: ;;
3962  --file | --fil | --fi | --f )
3963    $ac_shift
3964    case $ac_optarg in
3965    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3966    '') as_fn_error $? "missing file argument" ;;
3967    esac
3968    as_fn_append CONFIG_FILES " '$ac_optarg'"
3969    ac_need_defaults=false;;
3970  --he | --h |  --help | --hel | -h )
3971    printf "%s\n" "$ac_cs_usage"; exit ;;
3972  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3973  | -silent | --silent | --silen | --sile | --sil | --si | --s)
3974    ac_cs_silent=: ;;
3975
3976  # This is an error.
3977  -*) as_fn_error $? "unrecognized option: \`$1'
3978Try \`$0 --help' for more information." ;;
3979
3980  *) as_fn_append ac_config_targets " $1"
3981     ac_need_defaults=false ;;
3982
3983  esac
3984  shift
3985done
3986
3987ac_configure_extra_args=
3988
3989if $ac_cs_silent; then
3990  exec 6>/dev/null
3991  ac_configure_extra_args="$ac_configure_extra_args --silent"
3992fi
3993
3994_ACEOF
3995cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3996if \$ac_cs_recheck; then
3997  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3998  shift
3999  \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
4000  CONFIG_SHELL='$SHELL'
4001  export CONFIG_SHELL
4002  exec "\$@"
4003fi
4004
4005_ACEOF
4006cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4007exec 5>>config.log
4008{
4009  echo
4010  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4011## Running $as_me. ##
4012_ASBOX
4013  printf "%s\n" "$ac_log"
4014} >&5
4015
4016_ACEOF
4017cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4018_ACEOF
4019
4020cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4021
4022# Handling of arguments.
4023for ac_config_target in $ac_config_targets
4024do
4025  case $ac_config_target in
4026    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4027
4028  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4029  esac
4030done
4031
4032
4033# If the user did not use the arguments to specify the items to instantiate,
4034# then the envvar interface is used.  Set only those that are not.
4035# We use the long form for the default assignment because of an extremely
4036# bizarre bug on SunOS 4.1.3.
4037if $ac_need_defaults; then
4038  test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
4039fi
4040
4041# Have a temporary directory for convenience.  Make it in the build tree
4042# simply because there is no reason against having it here, and in addition,
4043# creating and moving files from /tmp can sometimes cause problems.
4044# Hook for its removal unless debugging.
4045# Note that there is a small window in which the directory will not be cleaned:
4046# after its creation but before its name has been assigned to `$tmp'.
4047$debug ||
4048{
4049  tmp= ac_tmp=
4050  trap 'exit_status=$?
4051  : "${ac_tmp:=$tmp}"
4052  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4053' 0
4054  trap 'as_fn_exit 1' 1 2 13 15
4055}
4056# Create a (secure) tmp directory for tmp files.
4057
4058{
4059  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4060  test -d "$tmp"
4061}  ||
4062{
4063  tmp=./conf$$-$RANDOM
4064  (umask 077 && mkdir "$tmp")
4065} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
4066ac_tmp=$tmp
4067
4068# Set up the scripts for CONFIG_FILES section.
4069# No need to generate them if there are no CONFIG_FILES.
4070# This happens for instance with `./config.status config.h'.
4071if test -n "$CONFIG_FILES"; then
4072
4073
4074ac_cr=`echo X | tr X '\015'`
4075# On cygwin, bash can eat \r inside `` if the user requested igncr.
4076# But we know of no other shell where ac_cr would be empty at this
4077# point, so we can use a bashism as a fallback.
4078if test "x$ac_cr" = x; then
4079  eval ac_cr=\$\'\\r\'
4080fi
4081ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
4082if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
4083  ac_cs_awk_cr='\\r'
4084else
4085  ac_cs_awk_cr=$ac_cr
4086fi
4087
4088echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4089_ACEOF
4090
4091
4092{
4093  echo "cat >conf$$subs.awk <<_ACEOF" &&
4094  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
4095  echo "_ACEOF"
4096} >conf$$subs.sh ||
4097  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4098ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
4099ac_delim='%!_!# '
4100for ac_last_try in false false false false false :; do
4101  . ./conf$$subs.sh ||
4102    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4103
4104  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
4105  if test $ac_delim_n = $ac_delim_num; then
4106    break
4107  elif $ac_last_try; then
4108    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
4109  else
4110    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
4111  fi
4112done
4113rm -f conf$$subs.sh
4114
4115cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4116cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
4117_ACEOF
4118sed -n '
4119h
4120s/^/S["/; s/!.*/"]=/
4121p
4122g
4123s/^[^!]*!//
4124:repl
4125t repl
4126s/'"$ac_delim"'$//
4127t delim
4128:nl
4129h
4130s/\(.\{148\}\)..*/\1/
4131t more1
4132s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
4133p
4134n
4135b repl
4136:more1
4137s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4138p
4139g
4140s/.\{148\}//
4141t nl
4142:delim
4143h
4144s/\(.\{148\}\)..*/\1/
4145t more2
4146s/["\\]/\\&/g; s/^/"/; s/$/"/
4147p
4148b
4149:more2
4150s/["\\]/\\&/g; s/^/"/; s/$/"\\/
4151p
4152g
4153s/.\{148\}//
4154t delim
4155' <conf$$subs.awk | sed '
4156/^[^""]/{
4157  N
4158  s/\n//
4159}
4160' >>$CONFIG_STATUS || ac_write_fail=1
4161rm -f conf$$subs.awk
4162cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4163_ACAWK
4164cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
4165  for (key in S) S_is_set[key] = 1
4166  FS = ""
4167
4168}
4169{
4170  line = $ 0
4171  nfields = split(line, field, "@")
4172  substed = 0
4173  len = length(field[1])
4174  for (i = 2; i < nfields; i++) {
4175    key = field[i]
4176    keylen = length(key)
4177    if (S_is_set[key]) {
4178      value = S[key]
4179      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
4180      len += length(value) + length(field[++i])
4181      substed = 1
4182    } else
4183      len += 1 + keylen
4184  }
4185
4186  print line
4187}
4188
4189_ACAWK
4190_ACEOF
4191cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4192if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4193  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4194else
4195  cat
4196fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4197  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
4198_ACEOF
4199
4200# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
4201# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
4202# trailing colons and then remove the whole line if VPATH becomes empty
4203# (actually we leave an empty line to preserve line numbers).
4204if test "x$srcdir" = x.; then
4205  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
4206h
4207s///
4208s/^/:/
4209s/[	 ]*$/:/
4210s/:\$(srcdir):/:/g
4211s/:\${srcdir}:/:/g
4212s/:@srcdir@:/:/g
4213s/^:*//
4214s/:*$//
4215x
4216s/\(=[	 ]*\).*/\1/
4217G
4218s/\n//
4219s/^[^=]*=[	 ]*$//
4220}'
4221fi
4222
4223cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4224fi # test -n "$CONFIG_FILES"
4225
4226
4227eval set X "  :F $CONFIG_FILES      "
4228shift
4229for ac_tag
4230do
4231  case $ac_tag in
4232  :[FHLC]) ac_mode=$ac_tag; continue;;
4233  esac
4234  case $ac_mode$ac_tag in
4235  :[FHL]*:*);;
4236  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
4237  :[FH]-) ac_tag=-:-;;
4238  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4239  esac
4240  ac_save_IFS=$IFS
4241  IFS=:
4242  set x $ac_tag
4243  IFS=$ac_save_IFS
4244  shift
4245  ac_file=$1
4246  shift
4247
4248  case $ac_mode in
4249  :L) ac_source=$1;;
4250  :[FH])
4251    ac_file_inputs=
4252    for ac_f
4253    do
4254      case $ac_f in
4255      -) ac_f="$ac_tmp/stdin";;
4256      *) # Look for the file first in the build tree, then in the source tree
4257	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
4258	 # because $ac_f cannot contain `:'.
4259	 test -f "$ac_f" ||
4260	   case $ac_f in
4261	   [\\/$]*) false;;
4262	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4263	   esac ||
4264	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4265      esac
4266      case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4267      as_fn_append ac_file_inputs " '$ac_f'"
4268    done
4269
4270    # Let's still pretend it is `configure' which instantiates (i.e., don't
4271    # use $as_me), people would be surprised to read:
4272    #    /* config.h.  Generated by config.status.  */
4273    configure_input='Generated from '`
4274	  printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4275	`' by configure.'
4276    if test x"$ac_file" != x-; then
4277      configure_input="$ac_file.  $configure_input"
4278      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4279printf "%s\n" "$as_me: creating $ac_file" >&6;}
4280    fi
4281    # Neutralize special characters interpreted by sed in replacement strings.
4282    case $configure_input in #(
4283    *\&* | *\|* | *\\* )
4284       ac_sed_conf_input=`printf "%s\n" "$configure_input" |
4285       sed 's/[\\\\&|]/\\\\&/g'`;; #(
4286    *) ac_sed_conf_input=$configure_input;;
4287    esac
4288
4289    case $ac_tag in
4290    *:-:* | *:-) cat >"$ac_tmp/stdin" \
4291      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
4292    esac
4293    ;;
4294  esac
4295
4296  ac_dir=`$as_dirname -- "$ac_file" ||
4297$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4298	 X"$ac_file" : 'X\(//\)[^/]' \| \
4299	 X"$ac_file" : 'X\(//\)$' \| \
4300	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4301printf "%s\n" X"$ac_file" |
4302    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4303	    s//\1/
4304	    q
4305	  }
4306	  /^X\(\/\/\)[^/].*/{
4307	    s//\1/
4308	    q
4309	  }
4310	  /^X\(\/\/\)$/{
4311	    s//\1/
4312	    q
4313	  }
4314	  /^X\(\/\).*/{
4315	    s//\1/
4316	    q
4317	  }
4318	  s/.*/./; q'`
4319  as_dir="$ac_dir"; as_fn_mkdir_p
4320  ac_builddir=.
4321
4322case "$ac_dir" in
4323.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4324*)
4325  ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
4326  # A ".." for each directory in $ac_dir_suffix.
4327  ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4328  case $ac_top_builddir_sub in
4329  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4330  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4331  esac ;;
4332esac
4333ac_abs_top_builddir=$ac_pwd
4334ac_abs_builddir=$ac_pwd$ac_dir_suffix
4335# for backward compatibility:
4336ac_top_builddir=$ac_top_build_prefix
4337
4338case $srcdir in
4339  .)  # We are building in place.
4340    ac_srcdir=.
4341    ac_top_srcdir=$ac_top_builddir_sub
4342    ac_abs_top_srcdir=$ac_pwd ;;
4343  [\\/]* | ?:[\\/]* )  # Absolute name.
4344    ac_srcdir=$srcdir$ac_dir_suffix;
4345    ac_top_srcdir=$srcdir
4346    ac_abs_top_srcdir=$srcdir ;;
4347  *) # Relative name.
4348    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4349    ac_top_srcdir=$ac_top_build_prefix$srcdir
4350    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4351esac
4352ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4353
4354
4355  case $ac_mode in
4356  :F)
4357  #
4358  # CONFIG_FILE
4359  #
4360
4361  case $INSTALL in
4362  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4363  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4364  esac
4365  ac_MKDIR_P=$MKDIR_P
4366  case $MKDIR_P in
4367  [\\/$]* | ?:[\\/]* ) ;;
4368  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4369  esac
4370_ACEOF
4371
4372cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4373# If the template does not know about datarootdir, expand it.
4374# FIXME: This hack should be removed a few years after 2.60.
4375ac_datarootdir_hack=; ac_datarootdir_seen=
4376ac_sed_dataroot='
4377/datarootdir/ {
4378  p
4379  q
4380}
4381/@datadir@/p
4382/@docdir@/p
4383/@infodir@/p
4384/@localedir@/p
4385/@mandir@/p'
4386case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4387*datarootdir*) ac_datarootdir_seen=yes;;
4388*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4389  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4390printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4391_ACEOF
4392cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4393  ac_datarootdir_hack='
4394  s&@datadir@&$datadir&g
4395  s&@docdir@&$docdir&g
4396  s&@infodir@&$infodir&g
4397  s&@localedir@&$localedir&g
4398  s&@mandir@&$mandir&g
4399  s&\\\${datarootdir}&$datarootdir&g' ;;
4400esac
4401_ACEOF
4402
4403# Neutralize VPATH when `$srcdir' = `.'.
4404# Shell code in configure.ac might set extrasub.
4405# FIXME: do we really want to maintain this feature?
4406cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4407ac_sed_extra="$ac_vpsub
4408$extrasub
4409_ACEOF
4410cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4411:t
4412/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4413s|@configure_input@|$ac_sed_conf_input|;t t
4414s&@top_builddir@&$ac_top_builddir_sub&;t t
4415s&@top_build_prefix@&$ac_top_build_prefix&;t t
4416s&@srcdir@&$ac_srcdir&;t t
4417s&@abs_srcdir@&$ac_abs_srcdir&;t t
4418s&@top_srcdir@&$ac_top_srcdir&;t t
4419s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4420s&@builddir@&$ac_builddir&;t t
4421s&@abs_builddir@&$ac_abs_builddir&;t t
4422s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4423s&@INSTALL@&$ac_INSTALL&;t t
4424s&@MKDIR_P@&$ac_MKDIR_P&;t t
4425$ac_datarootdir_hack
4426"
4427eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
4428  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4429
4430test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4431  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
4432  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
4433      "$ac_tmp/out"`; test -z "$ac_out"; } &&
4434  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4435which seems to be undefined.  Please make sure it is defined" >&5
4436printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4437which seems to be undefined.  Please make sure it is defined" >&2;}
4438
4439  rm -f "$ac_tmp/stdin"
4440  case $ac_file in
4441  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
4442  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
4443  esac \
4444  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4445 ;;
4446
4447
4448
4449  esac
4450
4451done # for ac_tag
4452
4453
4454as_fn_exit 0
4455_ACEOF
4456ac_clean_files=$ac_clean_files_save
4457
4458test $ac_write_fail = 0 ||
4459  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4460
4461
4462# configure is writing to config.log, and then calls config.status.
4463# config.status does its own redirection, appending to config.log.
4464# Unfortunately, on DOS this fails, as config.log is still kept open
4465# by configure, so config.status won't be able to write to it; its
4466# output is simply discarded.  So we exec the FD to /dev/null,
4467# effectively closing config.log, so it can be properly (re)opened and
4468# appended to by config.status.  When coming back to configure, we
4469# need to make the FD available again.
4470if test "$no_create" != yes; then
4471  ac_cs_success=:
4472  ac_config_status_args=
4473  test "$silent" = yes &&
4474    ac_config_status_args="$ac_config_status_args --quiet"
4475  exec 5>/dev/null
4476  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4477  exec 5>>config.log
4478  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4479  # would make configure fail if this is the last instruction.
4480  $ac_cs_success || as_fn_exit 1
4481fi
4482if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4483  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4484printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4485fi
4486
4487
4488