configure revision 67332fb9
167332fb9Smrg#! /bin/sh
267332fb9Smrg# Guess values for system-dependent variables and create Makefiles.
367332fb9Smrg# Generated by GNU Autoconf 2.59 for font-adobe-utopia-75dpi 1.0.1.
467332fb9Smrg#
567332fb9Smrg# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
667332fb9Smrg#
767332fb9Smrg# Copyright (C) 2003 Free Software Foundation, Inc.
867332fb9Smrg# This configure script is free software; the Free Software Foundation
967332fb9Smrg# gives unlimited permission to copy, distribute and modify it.
1067332fb9Smrg## --------------------- ##
1167332fb9Smrg## M4sh Initialization.  ##
1267332fb9Smrg## --------------------- ##
1367332fb9Smrg
1467332fb9Smrg# Be Bourne compatible
1567332fb9Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1667332fb9Smrg  emulate sh
1767332fb9Smrg  NULLCMD=:
1867332fb9Smrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1967332fb9Smrg  # is contrary to our usage.  Disable this feature.
2067332fb9Smrg  alias -g '${1+"$@"}'='"$@"'
2167332fb9Smrgelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2267332fb9Smrg  set -o posix
2367332fb9Smrgfi
2467332fb9SmrgDUALCASE=1; export DUALCASE # for MKS sh
2567332fb9Smrg
2667332fb9Smrg# Support unset when possible.
2767332fb9Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2867332fb9Smrg  as_unset=unset
2967332fb9Smrgelse
3067332fb9Smrg  as_unset=false
3167332fb9Smrgfi
3267332fb9Smrg
3367332fb9Smrg
3467332fb9Smrg# Work around bugs in pre-3.0 UWIN ksh.
3567332fb9Smrg$as_unset ENV MAIL MAILPATH
3667332fb9SmrgPS1='$ '
3767332fb9SmrgPS2='> '
3867332fb9SmrgPS4='+ '
3967332fb9Smrg
4067332fb9Smrg# NLS nuisances.
4167332fb9Smrgfor as_var in \
4267332fb9Smrg  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
4367332fb9Smrg  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
4467332fb9Smrg  LC_TELEPHONE LC_TIME
4567332fb9Smrgdo
4667332fb9Smrg  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
4767332fb9Smrg    eval $as_var=C; export $as_var
4867332fb9Smrg  else
4967332fb9Smrg    $as_unset $as_var
5067332fb9Smrg  fi
5167332fb9Smrgdone
5267332fb9Smrg
5367332fb9Smrg# Required to use basename.
5467332fb9Smrgif expr a : '\(a\)' >/dev/null 2>&1; then
5567332fb9Smrg  as_expr=expr
5667332fb9Smrgelse
5767332fb9Smrg  as_expr=false
5867332fb9Smrgfi
5967332fb9Smrg
6067332fb9Smrgif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
6167332fb9Smrg  as_basename=basename
6267332fb9Smrgelse
6367332fb9Smrg  as_basename=false
6467332fb9Smrgfi
6567332fb9Smrg
6667332fb9Smrg
6767332fb9Smrg# Name of the executable.
6867332fb9Smrgas_me=`$as_basename "$0" ||
6967332fb9Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7067332fb9Smrg	 X"$0" : 'X\(//\)$' \| \
7167332fb9Smrg	 X"$0" : 'X\(/\)$' \| \
7267332fb9Smrg	 .     : '\(.\)' 2>/dev/null ||
7367332fb9Smrgecho X/"$0" |
7467332fb9Smrg    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7567332fb9Smrg  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
7667332fb9Smrg  	  /^X\/\(\/\).*/{ s//\1/; q; }
7767332fb9Smrg  	  s/.*/./; q'`
7867332fb9Smrg
7967332fb9Smrg
8067332fb9Smrg# PATH needs CR, and LINENO needs CR and PATH.
8167332fb9Smrg# Avoid depending upon Character Ranges.
8267332fb9Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
8367332fb9Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8467332fb9Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
8567332fb9Smrgas_cr_digits='0123456789'
8667332fb9Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits
8767332fb9Smrg
8867332fb9Smrg# The user is always right.
8967332fb9Smrgif test "${PATH_SEPARATOR+set}" != set; then
9067332fb9Smrg  echo "#! /bin/sh" >conf$$.sh
9167332fb9Smrg  echo  "exit 0"   >>conf$$.sh
9267332fb9Smrg  chmod +x conf$$.sh
9367332fb9Smrg  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
9467332fb9Smrg    PATH_SEPARATOR=';'
9567332fb9Smrg  else
9667332fb9Smrg    PATH_SEPARATOR=:
9767332fb9Smrg  fi
9867332fb9Smrg  rm -f conf$$.sh
9967332fb9Smrgfi
10067332fb9Smrg
10167332fb9Smrg
10267332fb9Smrg  as_lineno_1=$LINENO
10367332fb9Smrg  as_lineno_2=$LINENO
10467332fb9Smrg  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10567332fb9Smrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
10667332fb9Smrg  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
10767332fb9Smrg  # Find who we are.  Look in the path if we contain no path at all
10867332fb9Smrg  # relative or not.
10967332fb9Smrg  case $0 in
11067332fb9Smrg    *[\\/]* ) as_myself=$0 ;;
11167332fb9Smrg    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11267332fb9Smrgfor as_dir in $PATH
11367332fb9Smrgdo
11467332fb9Smrg  IFS=$as_save_IFS
11567332fb9Smrg  test -z "$as_dir" && as_dir=.
11667332fb9Smrg  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11767332fb9Smrgdone
11867332fb9Smrg
11967332fb9Smrg       ;;
12067332fb9Smrg  esac
12167332fb9Smrg  # We did not find ourselves, most probably we were run as `sh COMMAND'
12267332fb9Smrg  # in which case we are not to be found in the path.
12367332fb9Smrg  if test "x$as_myself" = x; then
12467332fb9Smrg    as_myself=$0
12567332fb9Smrg  fi
12667332fb9Smrg  if test ! -f "$as_myself"; then
12767332fb9Smrg    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
12867332fb9Smrg   { (exit 1); exit 1; }; }
12967332fb9Smrg  fi
13067332fb9Smrg  case $CONFIG_SHELL in
13167332fb9Smrg  '')
13267332fb9Smrg    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13367332fb9Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
13467332fb9Smrgdo
13567332fb9Smrg  IFS=$as_save_IFS
13667332fb9Smrg  test -z "$as_dir" && as_dir=.
13767332fb9Smrg  for as_base in sh bash ksh sh5; do
13867332fb9Smrg	 case $as_dir in
13967332fb9Smrg	 /*)
14067332fb9Smrg	   if ("$as_dir/$as_base" -c '
14167332fb9Smrg  as_lineno_1=$LINENO
14267332fb9Smrg  as_lineno_2=$LINENO
14367332fb9Smrg  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
14467332fb9Smrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
14567332fb9Smrg  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
14667332fb9Smrg	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
14767332fb9Smrg	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
14867332fb9Smrg	     CONFIG_SHELL=$as_dir/$as_base
14967332fb9Smrg	     export CONFIG_SHELL
15067332fb9Smrg	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
15167332fb9Smrg	   fi;;
15267332fb9Smrg	 esac
15367332fb9Smrg       done
15467332fb9Smrgdone
15567332fb9Smrg;;
15667332fb9Smrg  esac
15767332fb9Smrg
15867332fb9Smrg  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
15967332fb9Smrg  # uniformly replaced by the line number.  The first 'sed' inserts a
16067332fb9Smrg  # line-number line before each line; the second 'sed' does the real
16167332fb9Smrg  # work.  The second script uses 'N' to pair each line-number line
16267332fb9Smrg  # with the numbered line, and appends trailing '-' during
16367332fb9Smrg  # substitution so that $LINENO is not a special case at line end.
16467332fb9Smrg  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
16567332fb9Smrg  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
16667332fb9Smrg  sed '=' <$as_myself |
16767332fb9Smrg    sed '
16867332fb9Smrg      N
16967332fb9Smrg      s,$,-,
17067332fb9Smrg      : loop
17167332fb9Smrg      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
17267332fb9Smrg      t loop
17367332fb9Smrg      s,-$,,
17467332fb9Smrg      s,^['$as_cr_digits']*\n,,
17567332fb9Smrg    ' >$as_me.lineno &&
17667332fb9Smrg  chmod +x $as_me.lineno ||
17767332fb9Smrg    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
17867332fb9Smrg   { (exit 1); exit 1; }; }
17967332fb9Smrg
18067332fb9Smrg  # Don't try to exec as it changes $[0], causing all sort of problems
18167332fb9Smrg  # (the dirname of $[0] is not the place where we might find the
18267332fb9Smrg  # original and so on.  Autoconf is especially sensible to this).
18367332fb9Smrg  . ./$as_me.lineno
18467332fb9Smrg  # Exit status is that of the last command.
18567332fb9Smrg  exit
18667332fb9Smrg}
18767332fb9Smrg
18867332fb9Smrg
18967332fb9Smrgcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
19067332fb9Smrg  *c*,-n*) ECHO_N= ECHO_C='
19167332fb9Smrg' ECHO_T='	' ;;
19267332fb9Smrg  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
19367332fb9Smrg  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
19467332fb9Smrgesac
19567332fb9Smrg
19667332fb9Smrgif expr a : '\(a\)' >/dev/null 2>&1; then
19767332fb9Smrg  as_expr=expr
19867332fb9Smrgelse
19967332fb9Smrg  as_expr=false
20067332fb9Smrgfi
20167332fb9Smrg
20267332fb9Smrgrm -f conf$$ conf$$.exe conf$$.file
20367332fb9Smrgecho >conf$$.file
20467332fb9Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then
20567332fb9Smrg  # We could just check for DJGPP; but this test a) works b) is more generic
20667332fb9Smrg  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
20767332fb9Smrg  if test -f conf$$.exe; then
20867332fb9Smrg    # Don't use ln at all; we don't have any links
20967332fb9Smrg    as_ln_s='cp -p'
21067332fb9Smrg  else
21167332fb9Smrg    as_ln_s='ln -s'
21267332fb9Smrg  fi
21367332fb9Smrgelif ln conf$$.file conf$$ 2>/dev/null; then
21467332fb9Smrg  as_ln_s=ln
21567332fb9Smrgelse
21667332fb9Smrg  as_ln_s='cp -p'
21767332fb9Smrgfi
21867332fb9Smrgrm -f conf$$ conf$$.exe conf$$.file
21967332fb9Smrg
22067332fb9Smrgif mkdir -p . 2>/dev/null; then
22167332fb9Smrg  as_mkdir_p=:
22267332fb9Smrgelse
22367332fb9Smrg  test -d ./-p && rmdir ./-p
22467332fb9Smrg  as_mkdir_p=false
22567332fb9Smrgfi
22667332fb9Smrg
22767332fb9Smrgas_executable_p="test -f"
22867332fb9Smrg
22967332fb9Smrg# Sed expression to map a string onto a valid CPP name.
23067332fb9Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
23167332fb9Smrg
23267332fb9Smrg# Sed expression to map a string onto a valid variable name.
23367332fb9Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
23467332fb9Smrg
23567332fb9Smrg
23667332fb9Smrg# IFS
23767332fb9Smrg# We need space, tab and new line, in precisely that order.
23867332fb9Smrgas_nl='
23967332fb9Smrg'
24067332fb9SmrgIFS=" 	$as_nl"
24167332fb9Smrg
24267332fb9Smrg# CDPATH.
24367332fb9Smrg$as_unset CDPATH
24467332fb9Smrg
24567332fb9Smrg
24667332fb9Smrg# Name of the host.
24767332fb9Smrg# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
24867332fb9Smrg# so uname gets run too.
24967332fb9Smrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
25067332fb9Smrg
25167332fb9Smrgexec 6>&1
25267332fb9Smrg
25367332fb9Smrg#
25467332fb9Smrg# Initializations.
25567332fb9Smrg#
25667332fb9Smrgac_default_prefix=/usr/local
25767332fb9Smrgac_config_libobj_dir=.
25867332fb9Smrgcross_compiling=no
25967332fb9Smrgsubdirs=
26067332fb9SmrgMFLAGS=
26167332fb9SmrgMAKEFLAGS=
26267332fb9SmrgSHELL=${CONFIG_SHELL-/bin/sh}
26367332fb9Smrg
26467332fb9Smrg# Maximum number of lines to put in a shell here document.
26567332fb9Smrg# This variable seems obsolete.  It should probably be removed, and
26667332fb9Smrg# only ac_max_sed_lines should be used.
26767332fb9Smrg: ${ac_max_here_lines=38}
26867332fb9Smrg
26967332fb9Smrg# Identity of this package.
27067332fb9SmrgPACKAGE_NAME='font-adobe-utopia-75dpi'
27167332fb9SmrgPACKAGE_TARNAME='font-adobe-utopia-75dpi'
27267332fb9SmrgPACKAGE_VERSION='1.0.1'
27367332fb9SmrgPACKAGE_STRING='font-adobe-utopia-75dpi 1.0.1'
27467332fb9SmrgPACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
27567332fb9Smrg
27667332fb9Smrgac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT BDFTOPCF UCS2ANY MKFONTSCALE MKFONTDIR FONTDIR PKG_CONFIG ac_pt_PKG_CONFIG MAPS_CFLAGS MAPS_LIBS MAPFILES_PATH ISO8859_1_TRUE ISO8859_1_FALSE ISO8859_2_TRUE ISO8859_2_FALSE ISO8859_3_TRUE ISO8859_3_FALSE ISO8859_4_TRUE ISO8859_4_FALSE ISO8859_9_TRUE ISO8859_9_FALSE ISO8859_10_TRUE ISO8859_10_FALSE ISO8859_13_TRUE ISO8859_13_FALSE ISO8859_14_TRUE ISO8859_14_FALSE ISO8859_15_TRUE ISO8859_15_FALSE LIBOBJS LTLIBOBJS'
27767332fb9Smrgac_subst_files=''
27867332fb9Smrg
27967332fb9Smrg# Initialize some variables set by options.
28067332fb9Smrgac_init_help=
28167332fb9Smrgac_init_version=false
28267332fb9Smrg# The variables have the same names as the options, with
28367332fb9Smrg# dashes changed to underlines.
28467332fb9Smrgcache_file=/dev/null
28567332fb9Smrgexec_prefix=NONE
28667332fb9Smrgno_create=
28767332fb9Smrgno_recursion=
28867332fb9Smrgprefix=NONE
28967332fb9Smrgprogram_prefix=NONE
29067332fb9Smrgprogram_suffix=NONE
29167332fb9Smrgprogram_transform_name=s,x,x,
29267332fb9Smrgsilent=
29367332fb9Smrgsite=
29467332fb9Smrgsrcdir=
29567332fb9Smrgverbose=
29667332fb9Smrgx_includes=NONE
29767332fb9Smrgx_libraries=NONE
29867332fb9Smrg
29967332fb9Smrg# Installation directory options.
30067332fb9Smrg# These are left unexpanded so users can "make install exec_prefix=/foo"
30167332fb9Smrg# and all the variables that are supposed to be based on exec_prefix
30267332fb9Smrg# by default will actually change.
30367332fb9Smrg# Use braces instead of parens because sh, perl, etc. also accept them.
30467332fb9Smrgbindir='${exec_prefix}/bin'
30567332fb9Smrgsbindir='${exec_prefix}/sbin'
30667332fb9Smrglibexecdir='${exec_prefix}/libexec'
30767332fb9Smrgdatadir='${prefix}/share'
30867332fb9Smrgsysconfdir='${prefix}/etc'
30967332fb9Smrgsharedstatedir='${prefix}/com'
31067332fb9Smrglocalstatedir='${prefix}/var'
31167332fb9Smrglibdir='${exec_prefix}/lib'
31267332fb9Smrgincludedir='${prefix}/include'
31367332fb9Smrgoldincludedir='/usr/include'
31467332fb9Smrginfodir='${prefix}/info'
31567332fb9Smrgmandir='${prefix}/man'
31667332fb9Smrg
31767332fb9Smrgac_prev=
31867332fb9Smrgfor ac_option
31967332fb9Smrgdo
32067332fb9Smrg  # If the previous option needs an argument, assign it.
32167332fb9Smrg  if test -n "$ac_prev"; then
32267332fb9Smrg    eval "$ac_prev=\$ac_option"
32367332fb9Smrg    ac_prev=
32467332fb9Smrg    continue
32567332fb9Smrg  fi
32667332fb9Smrg
32767332fb9Smrg  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
32867332fb9Smrg
32967332fb9Smrg  # Accept the important Cygnus configure options, so we can diagnose typos.
33067332fb9Smrg
33167332fb9Smrg  case $ac_option in
33267332fb9Smrg
33367332fb9Smrg  -bindir | --bindir | --bindi | --bind | --bin | --bi)
33467332fb9Smrg    ac_prev=bindir ;;
33567332fb9Smrg  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
33667332fb9Smrg    bindir=$ac_optarg ;;
33767332fb9Smrg
33867332fb9Smrg  -build | --build | --buil | --bui | --bu)
33967332fb9Smrg    ac_prev=build_alias ;;
34067332fb9Smrg  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
34167332fb9Smrg    build_alias=$ac_optarg ;;
34267332fb9Smrg
34367332fb9Smrg  -cache-file | --cache-file | --cache-fil | --cache-fi \
34467332fb9Smrg  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
34567332fb9Smrg    ac_prev=cache_file ;;
34667332fb9Smrg  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
34767332fb9Smrg  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
34867332fb9Smrg    cache_file=$ac_optarg ;;
34967332fb9Smrg
35067332fb9Smrg  --config-cache | -C)
35167332fb9Smrg    cache_file=config.cache ;;
35267332fb9Smrg
35367332fb9Smrg  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
35467332fb9Smrg    ac_prev=datadir ;;
35567332fb9Smrg  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
35667332fb9Smrg  | --da=*)
35767332fb9Smrg    datadir=$ac_optarg ;;
35867332fb9Smrg
35967332fb9Smrg  -disable-* | --disable-*)
36067332fb9Smrg    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
36167332fb9Smrg    # Reject names that are not valid shell variable names.
36267332fb9Smrg    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
36367332fb9Smrg      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
36467332fb9Smrg   { (exit 1); exit 1; }; }
36567332fb9Smrg    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
36667332fb9Smrg    eval "enable_$ac_feature=no" ;;
36767332fb9Smrg
36867332fb9Smrg  -enable-* | --enable-*)
36967332fb9Smrg    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
37067332fb9Smrg    # Reject names that are not valid shell variable names.
37167332fb9Smrg    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
37267332fb9Smrg      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
37367332fb9Smrg   { (exit 1); exit 1; }; }
37467332fb9Smrg    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
37567332fb9Smrg    case $ac_option in
37667332fb9Smrg      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
37767332fb9Smrg      *) ac_optarg=yes ;;
37867332fb9Smrg    esac
37967332fb9Smrg    eval "enable_$ac_feature='$ac_optarg'" ;;
38067332fb9Smrg
38167332fb9Smrg  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
38267332fb9Smrg  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
38367332fb9Smrg  | --exec | --exe | --ex)
38467332fb9Smrg    ac_prev=exec_prefix ;;
38567332fb9Smrg  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
38667332fb9Smrg  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
38767332fb9Smrg  | --exec=* | --exe=* | --ex=*)
38867332fb9Smrg    exec_prefix=$ac_optarg ;;
38967332fb9Smrg
39067332fb9Smrg  -gas | --gas | --ga | --g)
39167332fb9Smrg    # Obsolete; use --with-gas.
39267332fb9Smrg    with_gas=yes ;;
39367332fb9Smrg
39467332fb9Smrg  -help | --help | --hel | --he | -h)
39567332fb9Smrg    ac_init_help=long ;;
39667332fb9Smrg  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
39767332fb9Smrg    ac_init_help=recursive ;;
39867332fb9Smrg  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
39967332fb9Smrg    ac_init_help=short ;;
40067332fb9Smrg
40167332fb9Smrg  -host | --host | --hos | --ho)
40267332fb9Smrg    ac_prev=host_alias ;;
40367332fb9Smrg  -host=* | --host=* | --hos=* | --ho=*)
40467332fb9Smrg    host_alias=$ac_optarg ;;
40567332fb9Smrg
40667332fb9Smrg  -includedir | --includedir | --includedi | --included | --include \
40767332fb9Smrg  | --includ | --inclu | --incl | --inc)
40867332fb9Smrg    ac_prev=includedir ;;
40967332fb9Smrg  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
41067332fb9Smrg  | --includ=* | --inclu=* | --incl=* | --inc=*)
41167332fb9Smrg    includedir=$ac_optarg ;;
41267332fb9Smrg
41367332fb9Smrg  -infodir | --infodir | --infodi | --infod | --info | --inf)
41467332fb9Smrg    ac_prev=infodir ;;
41567332fb9Smrg  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
41667332fb9Smrg    infodir=$ac_optarg ;;
41767332fb9Smrg
41867332fb9Smrg  -libdir | --libdir | --libdi | --libd)
41967332fb9Smrg    ac_prev=libdir ;;
42067332fb9Smrg  -libdir=* | --libdir=* | --libdi=* | --libd=*)
42167332fb9Smrg    libdir=$ac_optarg ;;
42267332fb9Smrg
42367332fb9Smrg  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
42467332fb9Smrg  | --libexe | --libex | --libe)
42567332fb9Smrg    ac_prev=libexecdir ;;
42667332fb9Smrg  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
42767332fb9Smrg  | --libexe=* | --libex=* | --libe=*)
42867332fb9Smrg    libexecdir=$ac_optarg ;;
42967332fb9Smrg
43067332fb9Smrg  -localstatedir | --localstatedir | --localstatedi | --localstated \
43167332fb9Smrg  | --localstate | --localstat | --localsta | --localst \
43267332fb9Smrg  | --locals | --local | --loca | --loc | --lo)
43367332fb9Smrg    ac_prev=localstatedir ;;
43467332fb9Smrg  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
43567332fb9Smrg  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
43667332fb9Smrg  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
43767332fb9Smrg    localstatedir=$ac_optarg ;;
43867332fb9Smrg
43967332fb9Smrg  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
44067332fb9Smrg    ac_prev=mandir ;;
44167332fb9Smrg  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
44267332fb9Smrg    mandir=$ac_optarg ;;
44367332fb9Smrg
44467332fb9Smrg  -nfp | --nfp | --nf)
44567332fb9Smrg    # Obsolete; use --without-fp.
44667332fb9Smrg    with_fp=no ;;
44767332fb9Smrg
44867332fb9Smrg  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
44967332fb9Smrg  | --no-cr | --no-c | -n)
45067332fb9Smrg    no_create=yes ;;
45167332fb9Smrg
45267332fb9Smrg  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
45367332fb9Smrg  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
45467332fb9Smrg    no_recursion=yes ;;
45567332fb9Smrg
45667332fb9Smrg  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
45767332fb9Smrg  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
45867332fb9Smrg  | --oldin | --oldi | --old | --ol | --o)
45967332fb9Smrg    ac_prev=oldincludedir ;;
46067332fb9Smrg  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
46167332fb9Smrg  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
46267332fb9Smrg  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
46367332fb9Smrg    oldincludedir=$ac_optarg ;;
46467332fb9Smrg
46567332fb9Smrg  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
46667332fb9Smrg    ac_prev=prefix ;;
46767332fb9Smrg  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
46867332fb9Smrg    prefix=$ac_optarg ;;
46967332fb9Smrg
47067332fb9Smrg  -program-prefix | --program-prefix | --program-prefi | --program-pref \
47167332fb9Smrg  | --program-pre | --program-pr | --program-p)
47267332fb9Smrg    ac_prev=program_prefix ;;
47367332fb9Smrg  -program-prefix=* | --program-prefix=* | --program-prefi=* \
47467332fb9Smrg  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
47567332fb9Smrg    program_prefix=$ac_optarg ;;
47667332fb9Smrg
47767332fb9Smrg  -program-suffix | --program-suffix | --program-suffi | --program-suff \
47867332fb9Smrg  | --program-suf | --program-su | --program-s)
47967332fb9Smrg    ac_prev=program_suffix ;;
48067332fb9Smrg  -program-suffix=* | --program-suffix=* | --program-suffi=* \
48167332fb9Smrg  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
48267332fb9Smrg    program_suffix=$ac_optarg ;;
48367332fb9Smrg
48467332fb9Smrg  -program-transform-name | --program-transform-name \
48567332fb9Smrg  | --program-transform-nam | --program-transform-na \
48667332fb9Smrg  | --program-transform-n | --program-transform- \
48767332fb9Smrg  | --program-transform | --program-transfor \
48867332fb9Smrg  | --program-transfo | --program-transf \
48967332fb9Smrg  | --program-trans | --program-tran \
49067332fb9Smrg  | --progr-tra | --program-tr | --program-t)
49167332fb9Smrg    ac_prev=program_transform_name ;;
49267332fb9Smrg  -program-transform-name=* | --program-transform-name=* \
49367332fb9Smrg  | --program-transform-nam=* | --program-transform-na=* \
49467332fb9Smrg  | --program-transform-n=* | --program-transform-=* \
49567332fb9Smrg  | --program-transform=* | --program-transfor=* \
49667332fb9Smrg  | --program-transfo=* | --program-transf=* \
49767332fb9Smrg  | --program-trans=* | --program-tran=* \
49867332fb9Smrg  | --progr-tra=* | --program-tr=* | --program-t=*)
49967332fb9Smrg    program_transform_name=$ac_optarg ;;
50067332fb9Smrg
50167332fb9Smrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
50267332fb9Smrg  | -silent | --silent | --silen | --sile | --sil)
50367332fb9Smrg    silent=yes ;;
50467332fb9Smrg
50567332fb9Smrg  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
50667332fb9Smrg    ac_prev=sbindir ;;
50767332fb9Smrg  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
50867332fb9Smrg  | --sbi=* | --sb=*)
50967332fb9Smrg    sbindir=$ac_optarg ;;
51067332fb9Smrg
51167332fb9Smrg  -sharedstatedir | --sharedstatedir | --sharedstatedi \
51267332fb9Smrg  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
51367332fb9Smrg  | --sharedst | --shareds | --shared | --share | --shar \
51467332fb9Smrg  | --sha | --sh)
51567332fb9Smrg    ac_prev=sharedstatedir ;;
51667332fb9Smrg  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
51767332fb9Smrg  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
51867332fb9Smrg  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
51967332fb9Smrg  | --sha=* | --sh=*)
52067332fb9Smrg    sharedstatedir=$ac_optarg ;;
52167332fb9Smrg
52267332fb9Smrg  -site | --site | --sit)
52367332fb9Smrg    ac_prev=site ;;
52467332fb9Smrg  -site=* | --site=* | --sit=*)
52567332fb9Smrg    site=$ac_optarg ;;
52667332fb9Smrg
52767332fb9Smrg  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
52867332fb9Smrg    ac_prev=srcdir ;;
52967332fb9Smrg  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
53067332fb9Smrg    srcdir=$ac_optarg ;;
53167332fb9Smrg
53267332fb9Smrg  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
53367332fb9Smrg  | --syscon | --sysco | --sysc | --sys | --sy)
53467332fb9Smrg    ac_prev=sysconfdir ;;
53567332fb9Smrg  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
53667332fb9Smrg  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
53767332fb9Smrg    sysconfdir=$ac_optarg ;;
53867332fb9Smrg
53967332fb9Smrg  -target | --target | --targe | --targ | --tar | --ta | --t)
54067332fb9Smrg    ac_prev=target_alias ;;
54167332fb9Smrg  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
54267332fb9Smrg    target_alias=$ac_optarg ;;
54367332fb9Smrg
54467332fb9Smrg  -v | -verbose | --verbose | --verbos | --verbo | --verb)
54567332fb9Smrg    verbose=yes ;;
54667332fb9Smrg
54767332fb9Smrg  -version | --version | --versio | --versi | --vers | -V)
54867332fb9Smrg    ac_init_version=: ;;
54967332fb9Smrg
55067332fb9Smrg  -with-* | --with-*)
55167332fb9Smrg    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
55267332fb9Smrg    # Reject names that are not valid shell variable names.
55367332fb9Smrg    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
55467332fb9Smrg      { echo "$as_me: error: invalid package name: $ac_package" >&2
55567332fb9Smrg   { (exit 1); exit 1; }; }
55667332fb9Smrg    ac_package=`echo $ac_package| sed 's/-/_/g'`
55767332fb9Smrg    case $ac_option in
55867332fb9Smrg      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
55967332fb9Smrg      *) ac_optarg=yes ;;
56067332fb9Smrg    esac
56167332fb9Smrg    eval "with_$ac_package='$ac_optarg'" ;;
56267332fb9Smrg
56367332fb9Smrg  -without-* | --without-*)
56467332fb9Smrg    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
56567332fb9Smrg    # Reject names that are not valid shell variable names.
56667332fb9Smrg    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
56767332fb9Smrg      { echo "$as_me: error: invalid package name: $ac_package" >&2
56867332fb9Smrg   { (exit 1); exit 1; }; }
56967332fb9Smrg    ac_package=`echo $ac_package | sed 's/-/_/g'`
57067332fb9Smrg    eval "with_$ac_package=no" ;;
57167332fb9Smrg
57267332fb9Smrg  --x)
57367332fb9Smrg    # Obsolete; use --with-x.
57467332fb9Smrg    with_x=yes ;;
57567332fb9Smrg
57667332fb9Smrg  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
57767332fb9Smrg  | --x-incl | --x-inc | --x-in | --x-i)
57867332fb9Smrg    ac_prev=x_includes ;;
57967332fb9Smrg  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
58067332fb9Smrg  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
58167332fb9Smrg    x_includes=$ac_optarg ;;
58267332fb9Smrg
58367332fb9Smrg  -x-libraries | --x-libraries | --x-librarie | --x-librari \
58467332fb9Smrg  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
58567332fb9Smrg    ac_prev=x_libraries ;;
58667332fb9Smrg  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
58767332fb9Smrg  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
58867332fb9Smrg    x_libraries=$ac_optarg ;;
58967332fb9Smrg
59067332fb9Smrg  -*) { echo "$as_me: error: unrecognized option: $ac_option
59167332fb9SmrgTry \`$0 --help' for more information." >&2
59267332fb9Smrg   { (exit 1); exit 1; }; }
59367332fb9Smrg    ;;
59467332fb9Smrg
59567332fb9Smrg  *=*)
59667332fb9Smrg    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
59767332fb9Smrg    # Reject names that are not valid shell variable names.
59867332fb9Smrg    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
59967332fb9Smrg      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
60067332fb9Smrg   { (exit 1); exit 1; }; }
60167332fb9Smrg    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
60267332fb9Smrg    eval "$ac_envvar='$ac_optarg'"
60367332fb9Smrg    export $ac_envvar ;;
60467332fb9Smrg
60567332fb9Smrg  *)
60667332fb9Smrg    # FIXME: should be removed in autoconf 3.0.
60767332fb9Smrg    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
60867332fb9Smrg    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
60967332fb9Smrg      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
61067332fb9Smrg    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
61167332fb9Smrg    ;;
61267332fb9Smrg
61367332fb9Smrg  esac
61467332fb9Smrgdone
61567332fb9Smrg
61667332fb9Smrgif test -n "$ac_prev"; then
61767332fb9Smrg  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
61867332fb9Smrg  { echo "$as_me: error: missing argument to $ac_option" >&2
61967332fb9Smrg   { (exit 1); exit 1; }; }
62067332fb9Smrgfi
62167332fb9Smrg
62267332fb9Smrg# Be sure to have absolute paths.
62367332fb9Smrgfor ac_var in exec_prefix prefix
62467332fb9Smrgdo
62567332fb9Smrg  eval ac_val=$`echo $ac_var`
62667332fb9Smrg  case $ac_val in
62767332fb9Smrg    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
62867332fb9Smrg    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
62967332fb9Smrg   { (exit 1); exit 1; }; };;
63067332fb9Smrg  esac
63167332fb9Smrgdone
63267332fb9Smrg
63367332fb9Smrg# Be sure to have absolute paths.
63467332fb9Smrgfor ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
63567332fb9Smrg	      localstatedir libdir includedir oldincludedir infodir mandir
63667332fb9Smrgdo
63767332fb9Smrg  eval ac_val=$`echo $ac_var`
63867332fb9Smrg  case $ac_val in
63967332fb9Smrg    [\\/$]* | ?:[\\/]* ) ;;
64067332fb9Smrg    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
64167332fb9Smrg   { (exit 1); exit 1; }; };;
64267332fb9Smrg  esac
64367332fb9Smrgdone
64467332fb9Smrg
64567332fb9Smrg# There might be people who depend on the old broken behavior: `$host'
64667332fb9Smrg# used to hold the argument of --host etc.
64767332fb9Smrg# FIXME: To remove some day.
64867332fb9Smrgbuild=$build_alias
64967332fb9Smrghost=$host_alias
65067332fb9Smrgtarget=$target_alias
65167332fb9Smrg
65267332fb9Smrg# FIXME: To remove some day.
65367332fb9Smrgif test "x$host_alias" != x; then
65467332fb9Smrg  if test "x$build_alias" = x; then
65567332fb9Smrg    cross_compiling=maybe
65667332fb9Smrg    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
65767332fb9Smrg    If a cross compiler is detected then cross compile mode will be used." >&2
65867332fb9Smrg  elif test "x$build_alias" != "x$host_alias"; then
65967332fb9Smrg    cross_compiling=yes
66067332fb9Smrg  fi
66167332fb9Smrgfi
66267332fb9Smrg
66367332fb9Smrgac_tool_prefix=
66467332fb9Smrgtest -n "$host_alias" && ac_tool_prefix=$host_alias-
66567332fb9Smrg
66667332fb9Smrgtest "$silent" = yes && exec 6>/dev/null
66767332fb9Smrg
66867332fb9Smrg
66967332fb9Smrg# Find the source files, if location was not specified.
67067332fb9Smrgif test -z "$srcdir"; then
67167332fb9Smrg  ac_srcdir_defaulted=yes
67267332fb9Smrg  # Try the directory containing this script, then its parent.
67367332fb9Smrg  ac_confdir=`(dirname "$0") 2>/dev/null ||
67467332fb9Smrg$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
67567332fb9Smrg	 X"$0" : 'X\(//\)[^/]' \| \
67667332fb9Smrg	 X"$0" : 'X\(//\)$' \| \
67767332fb9Smrg	 X"$0" : 'X\(/\)' \| \
67867332fb9Smrg	 .     : '\(.\)' 2>/dev/null ||
67967332fb9Smrgecho X"$0" |
68067332fb9Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
68167332fb9Smrg  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
68267332fb9Smrg  	  /^X\(\/\/\)$/{ s//\1/; q; }
68367332fb9Smrg  	  /^X\(\/\).*/{ s//\1/; q; }
68467332fb9Smrg  	  s/.*/./; q'`
68567332fb9Smrg  srcdir=$ac_confdir
68667332fb9Smrg  if test ! -r $srcdir/$ac_unique_file; then
68767332fb9Smrg    srcdir=..
68867332fb9Smrg  fi
68967332fb9Smrgelse
69067332fb9Smrg  ac_srcdir_defaulted=no
69167332fb9Smrgfi
69267332fb9Smrgif test ! -r $srcdir/$ac_unique_file; then
69367332fb9Smrg  if test "$ac_srcdir_defaulted" = yes; then
69467332fb9Smrg    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
69567332fb9Smrg   { (exit 1); exit 1; }; }
69667332fb9Smrg  else
69767332fb9Smrg    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
69867332fb9Smrg   { (exit 1); exit 1; }; }
69967332fb9Smrg  fi
70067332fb9Smrgfi
70167332fb9Smrg(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
70267332fb9Smrg  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
70367332fb9Smrg   { (exit 1); exit 1; }; }
70467332fb9Smrgsrcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
70567332fb9Smrgac_env_build_alias_set=${build_alias+set}
70667332fb9Smrgac_env_build_alias_value=$build_alias
70767332fb9Smrgac_cv_env_build_alias_set=${build_alias+set}
70867332fb9Smrgac_cv_env_build_alias_value=$build_alias
70967332fb9Smrgac_env_host_alias_set=${host_alias+set}
71067332fb9Smrgac_env_host_alias_value=$host_alias
71167332fb9Smrgac_cv_env_host_alias_set=${host_alias+set}
71267332fb9Smrgac_cv_env_host_alias_value=$host_alias
71367332fb9Smrgac_env_target_alias_set=${target_alias+set}
71467332fb9Smrgac_env_target_alias_value=$target_alias
71567332fb9Smrgac_cv_env_target_alias_set=${target_alias+set}
71667332fb9Smrgac_cv_env_target_alias_value=$target_alias
71767332fb9Smrgac_env_PKG_CONFIG_set=${PKG_CONFIG+set}
71867332fb9Smrgac_env_PKG_CONFIG_value=$PKG_CONFIG
71967332fb9Smrgac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set}
72067332fb9Smrgac_cv_env_PKG_CONFIG_value=$PKG_CONFIG
72167332fb9Smrgac_env_MAPS_CFLAGS_set=${MAPS_CFLAGS+set}
72267332fb9Smrgac_env_MAPS_CFLAGS_value=$MAPS_CFLAGS
72367332fb9Smrgac_cv_env_MAPS_CFLAGS_set=${MAPS_CFLAGS+set}
72467332fb9Smrgac_cv_env_MAPS_CFLAGS_value=$MAPS_CFLAGS
72567332fb9Smrgac_env_MAPS_LIBS_set=${MAPS_LIBS+set}
72667332fb9Smrgac_env_MAPS_LIBS_value=$MAPS_LIBS
72767332fb9Smrgac_cv_env_MAPS_LIBS_set=${MAPS_LIBS+set}
72867332fb9Smrgac_cv_env_MAPS_LIBS_value=$MAPS_LIBS
72967332fb9Smrg
73067332fb9Smrg#
73167332fb9Smrg# Report the --help message.
73267332fb9Smrg#
73367332fb9Smrgif test "$ac_init_help" = "long"; then
73467332fb9Smrg  # Omit some internal or obsolete options to make the list less imposing.
73567332fb9Smrg  # This message is too long to be a string in the A/UX 3.1 sh.
73667332fb9Smrg  cat <<_ACEOF
73767332fb9Smrg\`configure' configures font-adobe-utopia-75dpi 1.0.1 to adapt to many kinds of systems.
73867332fb9Smrg
73967332fb9SmrgUsage: $0 [OPTION]... [VAR=VALUE]...
74067332fb9Smrg
74167332fb9SmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as
74267332fb9SmrgVAR=VALUE.  See below for descriptions of some of the useful variables.
74367332fb9Smrg
74467332fb9SmrgDefaults for the options are specified in brackets.
74567332fb9Smrg
74667332fb9SmrgConfiguration:
74767332fb9Smrg  -h, --help              display this help and exit
74867332fb9Smrg      --help=short        display options specific to this package
74967332fb9Smrg      --help=recursive    display the short help of all the included packages
75067332fb9Smrg  -V, --version           display version information and exit
75167332fb9Smrg  -q, --quiet, --silent   do not print \`checking...' messages
75267332fb9Smrg      --cache-file=FILE   cache test results in FILE [disabled]
75367332fb9Smrg  -C, --config-cache      alias for \`--cache-file=config.cache'
75467332fb9Smrg  -n, --no-create         do not create output files
75567332fb9Smrg      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
75667332fb9Smrg
75767332fb9Smrg_ACEOF
75867332fb9Smrg
75967332fb9Smrg  cat <<_ACEOF
76067332fb9SmrgInstallation directories:
76167332fb9Smrg  --prefix=PREFIX         install architecture-independent files in PREFIX
76267332fb9Smrg			  [$ac_default_prefix]
76367332fb9Smrg  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
76467332fb9Smrg			  [PREFIX]
76567332fb9Smrg
76667332fb9SmrgBy default, \`make install' will install all the files in
76767332fb9Smrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
76867332fb9Smrgan installation prefix other than \`$ac_default_prefix' using \`--prefix',
76967332fb9Smrgfor instance \`--prefix=\$HOME'.
77067332fb9Smrg
77167332fb9SmrgFor better control, use the options below.
77267332fb9Smrg
77367332fb9SmrgFine tuning of the installation directories:
77467332fb9Smrg  --bindir=DIR           user executables [EPREFIX/bin]
77567332fb9Smrg  --sbindir=DIR          system admin executables [EPREFIX/sbin]
77667332fb9Smrg  --libexecdir=DIR       program executables [EPREFIX/libexec]
77767332fb9Smrg  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
77867332fb9Smrg  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
77967332fb9Smrg  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
78067332fb9Smrg  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
78167332fb9Smrg  --libdir=DIR           object code libraries [EPREFIX/lib]
78267332fb9Smrg  --includedir=DIR       C header files [PREFIX/include]
78367332fb9Smrg  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
78467332fb9Smrg  --infodir=DIR          info documentation [PREFIX/info]
78567332fb9Smrg  --mandir=DIR           man documentation [PREFIX/man]
78667332fb9Smrg_ACEOF
78767332fb9Smrg
78867332fb9Smrg  cat <<\_ACEOF
78967332fb9Smrg
79067332fb9SmrgProgram names:
79167332fb9Smrg  --program-prefix=PREFIX            prepend PREFIX to installed program names
79267332fb9Smrg  --program-suffix=SUFFIX            append SUFFIX to installed program names
79367332fb9Smrg  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
79467332fb9Smrg_ACEOF
79567332fb9Smrgfi
79667332fb9Smrg
79767332fb9Smrgif test -n "$ac_init_help"; then
79867332fb9Smrg  case $ac_init_help in
79967332fb9Smrg     short | recursive ) echo "Configuration of font-adobe-utopia-75dpi 1.0.1:";;
80067332fb9Smrg   esac
80167332fb9Smrg  cat <<\_ACEOF
80267332fb9Smrg
80367332fb9SmrgOptional Features:
80467332fb9Smrg  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
80567332fb9Smrg  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
80667332fb9Smrg  --enable-maintainer-mode enable make rules and dependencies not useful
80767332fb9Smrg                          (and sometimes confusing) to the casual installer
80867332fb9Smrg  --disable-iso8859-1     Build ISO8859-1 fonts (default: yes)
80967332fb9Smrg  --disable-iso8859-2     Build ISO8859-2 fonts (default: yes)
81067332fb9Smrg  --disable-iso8859-3     Build ISO8859-3 fonts (default: yes)
81167332fb9Smrg  --disable-iso8859-4     Build ISO8859-4 fonts (default: yes)
81267332fb9Smrg  --disable-iso8859-9     Build ISO8859-9 fonts (default: yes)
81367332fb9Smrg  --disable-iso8859-10    Build ISO8859-10 fonts (default: yes)
81467332fb9Smrg  --disable-iso8859-13    Build ISO8859-13 fonts (default: yes)
81567332fb9Smrg  --disable-iso8859-14    Build ISO8859-14 fonts (default: yes)
81667332fb9Smrg  --disable-iso8859-15    Build ISO8859-15 fonts (default: yes)
81767332fb9Smrg
81867332fb9SmrgOptional Packages:
81967332fb9Smrg  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
82067332fb9Smrg  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
82167332fb9Smrg  --with-fontdir=FONTDIR  Path to install fonts
82267332fb9Smrg  --with-release-version=STRING
82367332fb9Smrg                          Use release version string in package name
82467332fb9Smrg
82567332fb9SmrgSome influential environment variables:
82667332fb9Smrg  PKG_CONFIG  path to pkg-config utility
82767332fb9Smrg  MAPS_CFLAGS C compiler flags for MAPS, overriding pkg-config
82867332fb9Smrg  MAPS_LIBS   linker flags for MAPS, overriding pkg-config
82967332fb9Smrg
83067332fb9SmrgUse these variables to override the choices made by `configure' or to help
83167332fb9Smrgit to find libraries and programs with nonstandard names/locations.
83267332fb9Smrg
83367332fb9SmrgReport bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
83467332fb9Smrg_ACEOF
83567332fb9Smrgfi
83667332fb9Smrg
83767332fb9Smrgif test "$ac_init_help" = "recursive"; then
83867332fb9Smrg  # If there are subdirs, report their specific --help.
83967332fb9Smrg  ac_popdir=`pwd`
84067332fb9Smrg  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
84167332fb9Smrg    test -d $ac_dir || continue
84267332fb9Smrg    ac_builddir=.
84367332fb9Smrg
84467332fb9Smrgif test "$ac_dir" != .; then
84567332fb9Smrg  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
84667332fb9Smrg  # A "../" for each directory in $ac_dir_suffix.
84767332fb9Smrg  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
84867332fb9Smrgelse
84967332fb9Smrg  ac_dir_suffix= ac_top_builddir=
85067332fb9Smrgfi
85167332fb9Smrg
85267332fb9Smrgcase $srcdir in
85367332fb9Smrg  .)  # No --srcdir option.  We are building in place.
85467332fb9Smrg    ac_srcdir=.
85567332fb9Smrg    if test -z "$ac_top_builddir"; then
85667332fb9Smrg       ac_top_srcdir=.
85767332fb9Smrg    else
85867332fb9Smrg       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
85967332fb9Smrg    fi ;;
86067332fb9Smrg  [\\/]* | ?:[\\/]* )  # Absolute path.
86167332fb9Smrg    ac_srcdir=$srcdir$ac_dir_suffix;
86267332fb9Smrg    ac_top_srcdir=$srcdir ;;
86367332fb9Smrg  *) # Relative path.
86467332fb9Smrg    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
86567332fb9Smrg    ac_top_srcdir=$ac_top_builddir$srcdir ;;
86667332fb9Smrgesac
86767332fb9Smrg
86867332fb9Smrg# Do not use `cd foo && pwd` to compute absolute paths, because
86967332fb9Smrg# the directories may not exist.
87067332fb9Smrgcase `pwd` in
87167332fb9Smrg.) ac_abs_builddir="$ac_dir";;
87267332fb9Smrg*)
87367332fb9Smrg  case "$ac_dir" in
87467332fb9Smrg  .) ac_abs_builddir=`pwd`;;
87567332fb9Smrg  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
87667332fb9Smrg  *) ac_abs_builddir=`pwd`/"$ac_dir";;
87767332fb9Smrg  esac;;
87867332fb9Smrgesac
87967332fb9Smrgcase $ac_abs_builddir in
88067332fb9Smrg.) ac_abs_top_builddir=${ac_top_builddir}.;;
88167332fb9Smrg*)
88267332fb9Smrg  case ${ac_top_builddir}. in
88367332fb9Smrg  .) ac_abs_top_builddir=$ac_abs_builddir;;
88467332fb9Smrg  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
88567332fb9Smrg  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
88667332fb9Smrg  esac;;
88767332fb9Smrgesac
88867332fb9Smrgcase $ac_abs_builddir in
88967332fb9Smrg.) ac_abs_srcdir=$ac_srcdir;;
89067332fb9Smrg*)
89167332fb9Smrg  case $ac_srcdir in
89267332fb9Smrg  .) ac_abs_srcdir=$ac_abs_builddir;;
89367332fb9Smrg  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
89467332fb9Smrg  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
89567332fb9Smrg  esac;;
89667332fb9Smrgesac
89767332fb9Smrgcase $ac_abs_builddir in
89867332fb9Smrg.) ac_abs_top_srcdir=$ac_top_srcdir;;
89967332fb9Smrg*)
90067332fb9Smrg  case $ac_top_srcdir in
90167332fb9Smrg  .) ac_abs_top_srcdir=$ac_abs_builddir;;
90267332fb9Smrg  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
90367332fb9Smrg  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
90467332fb9Smrg  esac;;
90567332fb9Smrgesac
90667332fb9Smrg
90767332fb9Smrg    cd $ac_dir
90867332fb9Smrg    # Check for guested configure; otherwise get Cygnus style configure.
90967332fb9Smrg    if test -f $ac_srcdir/configure.gnu; then
91067332fb9Smrg      echo
91167332fb9Smrg      $SHELL $ac_srcdir/configure.gnu  --help=recursive
91267332fb9Smrg    elif test -f $ac_srcdir/configure; then
91367332fb9Smrg      echo
91467332fb9Smrg      $SHELL $ac_srcdir/configure  --help=recursive
91567332fb9Smrg    elif test -f $ac_srcdir/configure.ac ||
91667332fb9Smrg	   test -f $ac_srcdir/configure.in; then
91767332fb9Smrg      echo
91867332fb9Smrg      $ac_configure --help
91967332fb9Smrg    else
92067332fb9Smrg      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
92167332fb9Smrg    fi
92267332fb9Smrg    cd $ac_popdir
92367332fb9Smrg  done
92467332fb9Smrgfi
92567332fb9Smrg
92667332fb9Smrgtest -n "$ac_init_help" && exit 0
92767332fb9Smrgif $ac_init_version; then
92867332fb9Smrg  cat <<\_ACEOF
92967332fb9Smrgfont-adobe-utopia-75dpi configure 1.0.1
93067332fb9Smrggenerated by GNU Autoconf 2.59
93167332fb9Smrg
93267332fb9SmrgCopyright (C) 2003 Free Software Foundation, Inc.
93367332fb9SmrgThis configure script is free software; the Free Software Foundation
93467332fb9Smrggives unlimited permission to copy, distribute and modify it.
93567332fb9Smrg_ACEOF
93667332fb9Smrg  exit 0
93767332fb9Smrgfi
93867332fb9Smrgexec 5>config.log
93967332fb9Smrgcat >&5 <<_ACEOF
94067332fb9SmrgThis file contains any messages produced by compilers while
94167332fb9Smrgrunning configure, to aid debugging if configure makes a mistake.
94267332fb9Smrg
94367332fb9SmrgIt was created by font-adobe-utopia-75dpi $as_me 1.0.1, which was
94467332fb9Smrggenerated by GNU Autoconf 2.59.  Invocation command line was
94567332fb9Smrg
94667332fb9Smrg  $ $0 $@
94767332fb9Smrg
94867332fb9Smrg_ACEOF
94967332fb9Smrg{
95067332fb9Smrgcat <<_ASUNAME
95167332fb9Smrg## --------- ##
95267332fb9Smrg## Platform. ##
95367332fb9Smrg## --------- ##
95467332fb9Smrg
95567332fb9Smrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
95667332fb9Smrguname -m = `(uname -m) 2>/dev/null || echo unknown`
95767332fb9Smrguname -r = `(uname -r) 2>/dev/null || echo unknown`
95867332fb9Smrguname -s = `(uname -s) 2>/dev/null || echo unknown`
95967332fb9Smrguname -v = `(uname -v) 2>/dev/null || echo unknown`
96067332fb9Smrg
96167332fb9Smrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
96267332fb9Smrg/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
96367332fb9Smrg
96467332fb9Smrg/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
96567332fb9Smrg/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
96667332fb9Smrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
96767332fb9Smrghostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
96867332fb9Smrg/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
96967332fb9Smrg/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
97067332fb9Smrg/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
97167332fb9Smrg
97267332fb9Smrg_ASUNAME
97367332fb9Smrg
97467332fb9Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97567332fb9Smrgfor as_dir in $PATH
97667332fb9Smrgdo
97767332fb9Smrg  IFS=$as_save_IFS
97867332fb9Smrg  test -z "$as_dir" && as_dir=.
97967332fb9Smrg  echo "PATH: $as_dir"
98067332fb9Smrgdone
98167332fb9Smrg
98267332fb9Smrg} >&5
98367332fb9Smrg
98467332fb9Smrgcat >&5 <<_ACEOF
98567332fb9Smrg
98667332fb9Smrg
98767332fb9Smrg## ----------- ##
98867332fb9Smrg## Core tests. ##
98967332fb9Smrg## ----------- ##
99067332fb9Smrg
99167332fb9Smrg_ACEOF
99267332fb9Smrg
99367332fb9Smrg
99467332fb9Smrg# Keep a trace of the command line.
99567332fb9Smrg# Strip out --no-create and --no-recursion so they do not pile up.
99667332fb9Smrg# Strip out --silent because we don't want to record it for future runs.
99767332fb9Smrg# Also quote any args containing shell meta-characters.
99867332fb9Smrg# Make two passes to allow for proper duplicate-argument suppression.
99967332fb9Smrgac_configure_args=
100067332fb9Smrgac_configure_args0=
100167332fb9Smrgac_configure_args1=
100267332fb9Smrgac_sep=
100367332fb9Smrgac_must_keep_next=false
100467332fb9Smrgfor ac_pass in 1 2
100567332fb9Smrgdo
100667332fb9Smrg  for ac_arg
100767332fb9Smrg  do
100867332fb9Smrg    case $ac_arg in
100967332fb9Smrg    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
101067332fb9Smrg    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
101167332fb9Smrg    | -silent | --silent | --silen | --sile | --sil)
101267332fb9Smrg      continue ;;
101367332fb9Smrg    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
101467332fb9Smrg      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
101567332fb9Smrg    esac
101667332fb9Smrg    case $ac_pass in
101767332fb9Smrg    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
101867332fb9Smrg    2)
101967332fb9Smrg      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
102067332fb9Smrg      if test $ac_must_keep_next = true; then
102167332fb9Smrg	ac_must_keep_next=false # Got value, back to normal.
102267332fb9Smrg      else
102367332fb9Smrg	case $ac_arg in
102467332fb9Smrg	  *=* | --config-cache | -C | -disable-* | --disable-* \
102567332fb9Smrg	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
102667332fb9Smrg	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
102767332fb9Smrg	  | -with-* | --with-* | -without-* | --without-* | --x)
102867332fb9Smrg	    case "$ac_configure_args0 " in
102967332fb9Smrg	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
103067332fb9Smrg	    esac
103167332fb9Smrg	    ;;
103267332fb9Smrg	  -* ) ac_must_keep_next=true ;;
103367332fb9Smrg	esac
103467332fb9Smrg      fi
103567332fb9Smrg      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
103667332fb9Smrg      # Get rid of the leading space.
103767332fb9Smrg      ac_sep=" "
103867332fb9Smrg      ;;
103967332fb9Smrg    esac
104067332fb9Smrg  done
104167332fb9Smrgdone
104267332fb9Smrg$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
104367332fb9Smrg$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
104467332fb9Smrg
104567332fb9Smrg# When interrupted or exit'd, cleanup temporary files, and complete
104667332fb9Smrg# config.log.  We remove comments because anyway the quotes in there
104767332fb9Smrg# would cause problems or look ugly.
104867332fb9Smrg# WARNING: Be sure not to use single quotes in there, as some shells,
104967332fb9Smrg# such as our DU 5.0 friend, will then `close' the trap.
105067332fb9Smrgtrap 'exit_status=$?
105167332fb9Smrg  # Save into config.log some information that might help in debugging.
105267332fb9Smrg  {
105367332fb9Smrg    echo
105467332fb9Smrg
105567332fb9Smrg    cat <<\_ASBOX
105667332fb9Smrg## ---------------- ##
105767332fb9Smrg## Cache variables. ##
105867332fb9Smrg## ---------------- ##
105967332fb9Smrg_ASBOX
106067332fb9Smrg    echo
106167332fb9Smrg    # The following way of writing the cache mishandles newlines in values,
106267332fb9Smrg{
106367332fb9Smrg  (set) 2>&1 |
106467332fb9Smrg    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
106567332fb9Smrg    *ac_space=\ *)
106667332fb9Smrg      sed -n \
106767332fb9Smrg	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
106867332fb9Smrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
106967332fb9Smrg      ;;
107067332fb9Smrg    *)
107167332fb9Smrg      sed -n \
107267332fb9Smrg	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
107367332fb9Smrg      ;;
107467332fb9Smrg    esac;
107567332fb9Smrg}
107667332fb9Smrg    echo
107767332fb9Smrg
107867332fb9Smrg    cat <<\_ASBOX
107967332fb9Smrg## ----------------- ##
108067332fb9Smrg## Output variables. ##
108167332fb9Smrg## ----------------- ##
108267332fb9Smrg_ASBOX
108367332fb9Smrg    echo
108467332fb9Smrg    for ac_var in $ac_subst_vars
108567332fb9Smrg    do
108667332fb9Smrg      eval ac_val=$`echo $ac_var`
108767332fb9Smrg      echo "$ac_var='"'"'$ac_val'"'"'"
108867332fb9Smrg    done | sort
108967332fb9Smrg    echo
109067332fb9Smrg
109167332fb9Smrg    if test -n "$ac_subst_files"; then
109267332fb9Smrg      cat <<\_ASBOX
109367332fb9Smrg## ------------- ##
109467332fb9Smrg## Output files. ##
109567332fb9Smrg## ------------- ##
109667332fb9Smrg_ASBOX
109767332fb9Smrg      echo
109867332fb9Smrg      for ac_var in $ac_subst_files
109967332fb9Smrg      do
110067332fb9Smrg	eval ac_val=$`echo $ac_var`
110167332fb9Smrg	echo "$ac_var='"'"'$ac_val'"'"'"
110267332fb9Smrg      done | sort
110367332fb9Smrg      echo
110467332fb9Smrg    fi
110567332fb9Smrg
110667332fb9Smrg    if test -s confdefs.h; then
110767332fb9Smrg      cat <<\_ASBOX
110867332fb9Smrg## ----------- ##
110967332fb9Smrg## confdefs.h. ##
111067332fb9Smrg## ----------- ##
111167332fb9Smrg_ASBOX
111267332fb9Smrg      echo
111367332fb9Smrg      sed "/^$/d" confdefs.h | sort
111467332fb9Smrg      echo
111567332fb9Smrg    fi
111667332fb9Smrg    test "$ac_signal" != 0 &&
111767332fb9Smrg      echo "$as_me: caught signal $ac_signal"
111867332fb9Smrg    echo "$as_me: exit $exit_status"
111967332fb9Smrg  } >&5
112067332fb9Smrg  rm -f core *.core &&
112167332fb9Smrg  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
112267332fb9Smrg    exit $exit_status
112367332fb9Smrg     ' 0
112467332fb9Smrgfor ac_signal in 1 2 13 15; do
112567332fb9Smrg  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
112667332fb9Smrgdone
112767332fb9Smrgac_signal=0
112867332fb9Smrg
112967332fb9Smrg# confdefs.h avoids OS command line length limits that DEFS can exceed.
113067332fb9Smrgrm -rf conftest* confdefs.h
113167332fb9Smrg# AIX cpp loses on an empty file, so make sure it contains at least a newline.
113267332fb9Smrgecho >confdefs.h
113367332fb9Smrg
113467332fb9Smrg# Predefined preprocessor variables.
113567332fb9Smrg
113667332fb9Smrgcat >>confdefs.h <<_ACEOF
113767332fb9Smrg#define PACKAGE_NAME "$PACKAGE_NAME"
113867332fb9Smrg_ACEOF
113967332fb9Smrg
114067332fb9Smrg
114167332fb9Smrgcat >>confdefs.h <<_ACEOF
114267332fb9Smrg#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
114367332fb9Smrg_ACEOF
114467332fb9Smrg
114567332fb9Smrg
114667332fb9Smrgcat >>confdefs.h <<_ACEOF
114767332fb9Smrg#define PACKAGE_VERSION "$PACKAGE_VERSION"
114867332fb9Smrg_ACEOF
114967332fb9Smrg
115067332fb9Smrg
115167332fb9Smrgcat >>confdefs.h <<_ACEOF
115267332fb9Smrg#define PACKAGE_STRING "$PACKAGE_STRING"
115367332fb9Smrg_ACEOF
115467332fb9Smrg
115567332fb9Smrg
115667332fb9Smrgcat >>confdefs.h <<_ACEOF
115767332fb9Smrg#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
115867332fb9Smrg_ACEOF
115967332fb9Smrg
116067332fb9Smrg
116167332fb9Smrg# Let the site file select an alternate cache file if it wants to.
116267332fb9Smrg# Prefer explicitly selected file to automatically selected ones.
116367332fb9Smrgif test -z "$CONFIG_SITE"; then
116467332fb9Smrg  if test "x$prefix" != xNONE; then
116567332fb9Smrg    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
116667332fb9Smrg  else
116767332fb9Smrg    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
116867332fb9Smrg  fi
116967332fb9Smrgfi
117067332fb9Smrgfor ac_site_file in $CONFIG_SITE; do
117167332fb9Smrg  if test -r "$ac_site_file"; then
117267332fb9Smrg    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
117367332fb9Smrgecho "$as_me: loading site script $ac_site_file" >&6;}
117467332fb9Smrg    sed 's/^/| /' "$ac_site_file" >&5
117567332fb9Smrg    . "$ac_site_file"
117667332fb9Smrg  fi
117767332fb9Smrgdone
117867332fb9Smrg
117967332fb9Smrgif test -r "$cache_file"; then
118067332fb9Smrg  # Some versions of bash will fail to source /dev/null (special
118167332fb9Smrg  # files actually), so we avoid doing that.
118267332fb9Smrg  if test -f "$cache_file"; then
118367332fb9Smrg    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
118467332fb9Smrgecho "$as_me: loading cache $cache_file" >&6;}
118567332fb9Smrg    case $cache_file in
118667332fb9Smrg      [\\/]* | ?:[\\/]* ) . $cache_file;;
118767332fb9Smrg      *)                      . ./$cache_file;;
118867332fb9Smrg    esac
118967332fb9Smrg  fi
119067332fb9Smrgelse
119167332fb9Smrg  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
119267332fb9Smrgecho "$as_me: creating cache $cache_file" >&6;}
119367332fb9Smrg  >$cache_file
119467332fb9Smrgfi
119567332fb9Smrg
119667332fb9Smrg# Check that the precious variables saved in the cache have kept the same
119767332fb9Smrg# value.
119867332fb9Smrgac_cache_corrupted=false
119967332fb9Smrgfor ac_var in `(set) 2>&1 |
120067332fb9Smrg	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
120167332fb9Smrg  eval ac_old_set=\$ac_cv_env_${ac_var}_set
120267332fb9Smrg  eval ac_new_set=\$ac_env_${ac_var}_set
120367332fb9Smrg  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
120467332fb9Smrg  eval ac_new_val="\$ac_env_${ac_var}_value"
120567332fb9Smrg  case $ac_old_set,$ac_new_set in
120667332fb9Smrg    set,)
120767332fb9Smrg      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
120867332fb9Smrgecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
120967332fb9Smrg      ac_cache_corrupted=: ;;
121067332fb9Smrg    ,set)
121167332fb9Smrg      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
121267332fb9Smrgecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
121367332fb9Smrg      ac_cache_corrupted=: ;;
121467332fb9Smrg    ,);;
121567332fb9Smrg    *)
121667332fb9Smrg      if test "x$ac_old_val" != "x$ac_new_val"; then
121767332fb9Smrg	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
121867332fb9Smrgecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
121967332fb9Smrg	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
122067332fb9Smrgecho "$as_me:   former value:  $ac_old_val" >&2;}
122167332fb9Smrg	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
122267332fb9Smrgecho "$as_me:   current value: $ac_new_val" >&2;}
122367332fb9Smrg	ac_cache_corrupted=:
122467332fb9Smrg      fi;;
122567332fb9Smrg  esac
122667332fb9Smrg  # Pass precious variables to config.status.
122767332fb9Smrg  if test "$ac_new_set" = set; then
122867332fb9Smrg    case $ac_new_val in
122967332fb9Smrg    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
123067332fb9Smrg      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
123167332fb9Smrg    *) ac_arg=$ac_var=$ac_new_val ;;
123267332fb9Smrg    esac
123367332fb9Smrg    case " $ac_configure_args " in
123467332fb9Smrg      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
123567332fb9Smrg      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
123667332fb9Smrg    esac
123767332fb9Smrg  fi
123867332fb9Smrgdone
123967332fb9Smrgif $ac_cache_corrupted; then
124067332fb9Smrg  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
124167332fb9Smrgecho "$as_me: error: changes in the environment can compromise the build" >&2;}
124267332fb9Smrg  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
124367332fb9Smrgecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
124467332fb9Smrg   { (exit 1); exit 1; }; }
124567332fb9Smrgfi
124667332fb9Smrg
124767332fb9Smrgac_ext=c
124867332fb9Smrgac_cpp='$CPP $CPPFLAGS'
124967332fb9Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
125067332fb9Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
125167332fb9Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu
125267332fb9Smrg
125367332fb9Smrg
125467332fb9Smrg
125567332fb9Smrg
125667332fb9Smrg
125767332fb9Smrg
125867332fb9Smrg
125967332fb9Smrg
126067332fb9Smrg
126167332fb9Smrg
126267332fb9Smrg
126367332fb9Smrg
126467332fb9Smrg
126567332fb9Smrg
126667332fb9Smrg
126767332fb9Smrg
126867332fb9Smrg
126967332fb9Smrg
127067332fb9Smrg
127167332fb9Smrg
127267332fb9Smrg
127367332fb9Smrg
127467332fb9Smrg
127567332fb9Smrg
127667332fb9Smrg
127767332fb9Smrg
127867332fb9Smrg
127967332fb9Smrgam__api_version="1.7"
128067332fb9Smrgac_aux_dir=
128167332fb9Smrgfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
128267332fb9Smrg  if test -f $ac_dir/install-sh; then
128367332fb9Smrg    ac_aux_dir=$ac_dir
128467332fb9Smrg    ac_install_sh="$ac_aux_dir/install-sh -c"
128567332fb9Smrg    break
128667332fb9Smrg  elif test -f $ac_dir/install.sh; then
128767332fb9Smrg    ac_aux_dir=$ac_dir
128867332fb9Smrg    ac_install_sh="$ac_aux_dir/install.sh -c"
128967332fb9Smrg    break
129067332fb9Smrg  elif test -f $ac_dir/shtool; then
129167332fb9Smrg    ac_aux_dir=$ac_dir
129267332fb9Smrg    ac_install_sh="$ac_aux_dir/shtool install -c"
129367332fb9Smrg    break
129467332fb9Smrg  fi
129567332fb9Smrgdone
129667332fb9Smrgif test -z "$ac_aux_dir"; then
129767332fb9Smrg  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
129867332fb9Smrgecho "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
129967332fb9Smrg   { (exit 1); exit 1; }; }
130067332fb9Smrgfi
130167332fb9Smrgac_config_guess="$SHELL $ac_aux_dir/config.guess"
130267332fb9Smrgac_config_sub="$SHELL $ac_aux_dir/config.sub"
130367332fb9Smrgac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
130467332fb9Smrg
130567332fb9Smrg# Find a good install program.  We prefer a C program (faster),
130667332fb9Smrg# so one script is as good as another.  But avoid the broken or
130767332fb9Smrg# incompatible versions:
130867332fb9Smrg# SysV /etc/install, /usr/sbin/install
130967332fb9Smrg# SunOS /usr/etc/install
131067332fb9Smrg# IRIX /sbin/install
131167332fb9Smrg# AIX /bin/install
131267332fb9Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs
131367332fb9Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
131467332fb9Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args
131567332fb9Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
131667332fb9Smrg# OS/2's system install, which has a completely different semantic
131767332fb9Smrg# ./install, which can be erroneously created by make from ./install.sh.
131867332fb9Smrgecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5
131967332fb9Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
132067332fb9Smrgif test -z "$INSTALL"; then
132167332fb9Smrgif test "${ac_cv_path_install+set}" = set; then
132267332fb9Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
132367332fb9Smrgelse
132467332fb9Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
132567332fb9Smrgfor as_dir in $PATH
132667332fb9Smrgdo
132767332fb9Smrg  IFS=$as_save_IFS
132867332fb9Smrg  test -z "$as_dir" && as_dir=.
132967332fb9Smrg  # Account for people who put trailing slashes in PATH elements.
133067332fb9Smrgcase $as_dir/ in
133167332fb9Smrg  ./ | .// | /cC/* | \
133267332fb9Smrg  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
133367332fb9Smrg  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
133467332fb9Smrg  /usr/ucb/* ) ;;
133567332fb9Smrg  *)
133667332fb9Smrg    # OSF1 and SCO ODT 3.0 have their own names for install.
133767332fb9Smrg    # Don't use installbsd from OSF since it installs stuff as root
133867332fb9Smrg    # by default.
133967332fb9Smrg    for ac_prog in ginstall scoinst install; do
134067332fb9Smrg      for ac_exec_ext in '' $ac_executable_extensions; do
134167332fb9Smrg	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
134267332fb9Smrg	  if test $ac_prog = install &&
134367332fb9Smrg	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
134467332fb9Smrg	    # AIX install.  It has an incompatible calling convention.
134567332fb9Smrg	    :
134667332fb9Smrg	  elif test $ac_prog = install &&
134767332fb9Smrg	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
134867332fb9Smrg	    # program-specific install script used by HP pwplus--don't use.
134967332fb9Smrg	    :
135067332fb9Smrg	  else
135167332fb9Smrg	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
135267332fb9Smrg	    break 3
135367332fb9Smrg	  fi
135467332fb9Smrg	fi
135567332fb9Smrg      done
135667332fb9Smrg    done
135767332fb9Smrg    ;;
135867332fb9Smrgesac
135967332fb9Smrgdone
136067332fb9Smrg
136167332fb9Smrg
136267332fb9Smrgfi
136367332fb9Smrg  if test "${ac_cv_path_install+set}" = set; then
136467332fb9Smrg    INSTALL=$ac_cv_path_install
136567332fb9Smrg  else
136667332fb9Smrg    # As a last resort, use the slow shell script.  We don't cache a
136767332fb9Smrg    # path for INSTALL within a source directory, because that will
136867332fb9Smrg    # break other packages using the cache if that directory is
136967332fb9Smrg    # removed, or if the path is relative.
137067332fb9Smrg    INSTALL=$ac_install_sh
137167332fb9Smrg  fi
137267332fb9Smrgfi
137367332fb9Smrgecho "$as_me:$LINENO: result: $INSTALL" >&5
137467332fb9Smrgecho "${ECHO_T}$INSTALL" >&6
137567332fb9Smrg
137667332fb9Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
137767332fb9Smrg# It thinks the first close brace ends the variable substitution.
137867332fb9Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
137967332fb9Smrg
138067332fb9Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
138167332fb9Smrg
138267332fb9Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
138367332fb9Smrg
138467332fb9Smrgecho "$as_me:$LINENO: checking whether build environment is sane" >&5
138567332fb9Smrgecho $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
138667332fb9Smrg# Just in case
138767332fb9Smrgsleep 1
138867332fb9Smrgecho timestamp > conftest.file
138967332fb9Smrg# Do `set' in a subshell so we don't clobber the current shell's
139067332fb9Smrg# arguments.  Must try -L first in case configure is actually a
139167332fb9Smrg# symlink; some systems play weird games with the mod time of symlinks
139267332fb9Smrg# (eg FreeBSD returns the mod time of the symlink's containing
139367332fb9Smrg# directory).
139467332fb9Smrgif (
139567332fb9Smrg   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
139667332fb9Smrg   if test "$*" = "X"; then
139767332fb9Smrg      # -L didn't work.
139867332fb9Smrg      set X `ls -t $srcdir/configure conftest.file`
139967332fb9Smrg   fi
140067332fb9Smrg   rm -f conftest.file
140167332fb9Smrg   if test "$*" != "X $srcdir/configure conftest.file" \
140267332fb9Smrg      && test "$*" != "X conftest.file $srcdir/configure"; then
140367332fb9Smrg
140467332fb9Smrg      # If neither matched, then we have a broken ls.  This can happen
140567332fb9Smrg      # if, for instance, CONFIG_SHELL is bash and it inherits a
140667332fb9Smrg      # broken ls alias from the environment.  This has actually
140767332fb9Smrg      # happened.  Such a system could not be considered "sane".
140867332fb9Smrg      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
140967332fb9Smrgalias in your environment" >&5
141067332fb9Smrgecho "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
141167332fb9Smrgalias in your environment" >&2;}
141267332fb9Smrg   { (exit 1); exit 1; }; }
141367332fb9Smrg   fi
141467332fb9Smrg
141567332fb9Smrg   test "$2" = conftest.file
141667332fb9Smrg   )
141767332fb9Smrgthen
141867332fb9Smrg   # Ok.
141967332fb9Smrg   :
142067332fb9Smrgelse
142167332fb9Smrg   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
142267332fb9SmrgCheck your system clock" >&5
142367332fb9Smrgecho "$as_me: error: newly created file is older than distributed files!
142467332fb9SmrgCheck your system clock" >&2;}
142567332fb9Smrg   { (exit 1); exit 1; }; }
142667332fb9Smrgfi
142767332fb9Smrgecho "$as_me:$LINENO: result: yes" >&5
142867332fb9Smrgecho "${ECHO_T}yes" >&6
142967332fb9Smrgtest "$program_prefix" != NONE &&
143067332fb9Smrg  program_transform_name="s,^,$program_prefix,;$program_transform_name"
143167332fb9Smrg# Use a double $ so make ignores it.
143267332fb9Smrgtest "$program_suffix" != NONE &&
143367332fb9Smrg  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
143467332fb9Smrg# Double any \ or $.  echo might interpret backslashes.
143567332fb9Smrg# By default was `s,x,x', remove it if useless.
143667332fb9Smrgcat <<\_ACEOF >conftest.sed
143767332fb9Smrgs/[\\$]/&&/g;s/;s,x,x,$//
143867332fb9Smrg_ACEOF
143967332fb9Smrgprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed`
144067332fb9Smrgrm conftest.sed
144167332fb9Smrg
144267332fb9Smrg
144367332fb9Smrg# expand $ac_aux_dir to an absolute path
144467332fb9Smrgam_aux_dir=`cd $ac_aux_dir && pwd`
144567332fb9Smrg
144667332fb9Smrgtest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
144767332fb9Smrg# Use eval to expand $SHELL
144867332fb9Smrgif eval "$MISSING --run true"; then
144967332fb9Smrg  am_missing_run="$MISSING --run "
145067332fb9Smrgelse
145167332fb9Smrg  am_missing_run=
145267332fb9Smrg  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
145367332fb9Smrgecho "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
145467332fb9Smrgfi
145567332fb9Smrg
145667332fb9Smrgfor ac_prog in gawk mawk nawk awk
145767332fb9Smrgdo
145867332fb9Smrg  # Extract the first word of "$ac_prog", so it can be a program name with args.
145967332fb9Smrgset dummy $ac_prog; ac_word=$2
146067332fb9Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5
146167332fb9Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
146267332fb9Smrgif test "${ac_cv_prog_AWK+set}" = set; then
146367332fb9Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
146467332fb9Smrgelse
146567332fb9Smrg  if test -n "$AWK"; then
146667332fb9Smrg  ac_cv_prog_AWK="$AWK" # Let the user override the test.
146767332fb9Smrgelse
146867332fb9Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
146967332fb9Smrgfor as_dir in $PATH
147067332fb9Smrgdo
147167332fb9Smrg  IFS=$as_save_IFS
147267332fb9Smrg  test -z "$as_dir" && as_dir=.
147367332fb9Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
147467332fb9Smrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
147567332fb9Smrg    ac_cv_prog_AWK="$ac_prog"
147667332fb9Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
147767332fb9Smrg    break 2
147867332fb9Smrg  fi
147967332fb9Smrgdone
148067332fb9Smrgdone
148167332fb9Smrg
148267332fb9Smrgfi
148367332fb9Smrgfi
148467332fb9SmrgAWK=$ac_cv_prog_AWK
148567332fb9Smrgif test -n "$AWK"; then
148667332fb9Smrg  echo "$as_me:$LINENO: result: $AWK" >&5
148767332fb9Smrgecho "${ECHO_T}$AWK" >&6
148867332fb9Smrgelse
148967332fb9Smrg  echo "$as_me:$LINENO: result: no" >&5
149067332fb9Smrgecho "${ECHO_T}no" >&6
149167332fb9Smrgfi
149267332fb9Smrg
149367332fb9Smrg  test -n "$AWK" && break
149467332fb9Smrgdone
149567332fb9Smrg
149667332fb9Smrgecho "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
149767332fb9Smrgecho $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
149867332fb9Smrgset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
149967332fb9Smrgif eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
150067332fb9Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
150167332fb9Smrgelse
150267332fb9Smrg  cat >conftest.make <<\_ACEOF
150367332fb9Smrgall:
150467332fb9Smrg	@echo 'ac_maketemp="$(MAKE)"'
150567332fb9Smrg_ACEOF
150667332fb9Smrg# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
150767332fb9Smrgeval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
150867332fb9Smrgif test -n "$ac_maketemp"; then
150967332fb9Smrg  eval ac_cv_prog_make_${ac_make}_set=yes
151067332fb9Smrgelse
151167332fb9Smrg  eval ac_cv_prog_make_${ac_make}_set=no
151267332fb9Smrgfi
151367332fb9Smrgrm -f conftest.make
151467332fb9Smrgfi
151567332fb9Smrgif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
151667332fb9Smrg  echo "$as_me:$LINENO: result: yes" >&5
151767332fb9Smrgecho "${ECHO_T}yes" >&6
151867332fb9Smrg  SET_MAKE=
151967332fb9Smrgelse
152067332fb9Smrg  echo "$as_me:$LINENO: result: no" >&5
152167332fb9Smrgecho "${ECHO_T}no" >&6
152267332fb9Smrg  SET_MAKE="MAKE=${MAKE-make}"
152367332fb9Smrgfi
152467332fb9Smrg
152567332fb9Smrgrm -rf .tst 2>/dev/null
152667332fb9Smrgmkdir .tst 2>/dev/null
152767332fb9Smrgif test -d .tst; then
152867332fb9Smrg  am__leading_dot=.
152967332fb9Smrgelse
153067332fb9Smrg  am__leading_dot=_
153167332fb9Smrgfi
153267332fb9Smrgrmdir .tst 2>/dev/null
153367332fb9Smrg
153467332fb9Smrg # test to see if srcdir already configured
153567332fb9Smrgif test "`cd $srcdir && pwd`" != "`pwd`" &&
153667332fb9Smrg   test -f $srcdir/config.status; then
153767332fb9Smrg  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
153867332fb9Smrgecho "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
153967332fb9Smrg   { (exit 1); exit 1; }; }
154067332fb9Smrgfi
154167332fb9Smrg
154267332fb9Smrg# test whether we have cygpath
154367332fb9Smrgif test -z "$CYGPATH_W"; then
154467332fb9Smrg  if (cygpath --version) >/dev/null 2>/dev/null; then
154567332fb9Smrg    CYGPATH_W='cygpath -w'
154667332fb9Smrg  else
154767332fb9Smrg    CYGPATH_W=echo
154867332fb9Smrg  fi
154967332fb9Smrgfi
155067332fb9Smrg
155167332fb9Smrg
155267332fb9Smrg# Define the identity of the package.
155367332fb9Smrg PACKAGE='font-adobe-utopia-75dpi'
155467332fb9Smrg VERSION='1.0.1'
155567332fb9Smrg
155667332fb9Smrg
155767332fb9Smrgcat >>confdefs.h <<_ACEOF
155867332fb9Smrg#define PACKAGE "$PACKAGE"
155967332fb9Smrg_ACEOF
156067332fb9Smrg
156167332fb9Smrg
156267332fb9Smrgcat >>confdefs.h <<_ACEOF
156367332fb9Smrg#define VERSION "$VERSION"
156467332fb9Smrg_ACEOF
156567332fb9Smrg
156667332fb9Smrg# Some tools Automake needs.
156767332fb9Smrg
156867332fb9SmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
156967332fb9Smrg
157067332fb9Smrg
157167332fb9SmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
157267332fb9Smrg
157367332fb9Smrg
157467332fb9SmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
157567332fb9Smrg
157667332fb9Smrg
157767332fb9SmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
157867332fb9Smrg
157967332fb9Smrg
158067332fb9SmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
158167332fb9Smrg
158267332fb9Smrg
158367332fb9SmrgAMTAR=${AMTAR-"${am_missing_run}tar"}
158467332fb9Smrg
158567332fb9Smrginstall_sh=${install_sh-"$am_aux_dir/install-sh"}
158667332fb9Smrg
158767332fb9Smrg# Installed binaries are usually stripped using `strip' when the user
158867332fb9Smrg# run `make install-strip'.  However `strip' might not be the right
158967332fb9Smrg# tool to use in cross-compilation environments, therefore Automake
159067332fb9Smrg# will honor the `STRIP' environment variable to overrule this program.
159167332fb9Smrgif test "$cross_compiling" != no; then
159267332fb9Smrg  if test -n "$ac_tool_prefix"; then
159367332fb9Smrg  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
159467332fb9Smrgset dummy ${ac_tool_prefix}strip; ac_word=$2
159567332fb9Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5
159667332fb9Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
159767332fb9Smrgif test "${ac_cv_prog_STRIP+set}" = set; then
159867332fb9Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
159967332fb9Smrgelse
160067332fb9Smrg  if test -n "$STRIP"; then
160167332fb9Smrg  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
160267332fb9Smrgelse
160367332fb9Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
160467332fb9Smrgfor as_dir in $PATH
160567332fb9Smrgdo
160667332fb9Smrg  IFS=$as_save_IFS
160767332fb9Smrg  test -z "$as_dir" && as_dir=.
160867332fb9Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
160967332fb9Smrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
161067332fb9Smrg    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
161167332fb9Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
161267332fb9Smrg    break 2
161367332fb9Smrg  fi
161467332fb9Smrgdone
161567332fb9Smrgdone
161667332fb9Smrg
161767332fb9Smrgfi
161867332fb9Smrgfi
161967332fb9SmrgSTRIP=$ac_cv_prog_STRIP
162067332fb9Smrgif test -n "$STRIP"; then
162167332fb9Smrg  echo "$as_me:$LINENO: result: $STRIP" >&5
162267332fb9Smrgecho "${ECHO_T}$STRIP" >&6
162367332fb9Smrgelse
162467332fb9Smrg  echo "$as_me:$LINENO: result: no" >&5
162567332fb9Smrgecho "${ECHO_T}no" >&6
162667332fb9Smrgfi
162767332fb9Smrg
162867332fb9Smrgfi
162967332fb9Smrgif test -z "$ac_cv_prog_STRIP"; then
163067332fb9Smrg  ac_ct_STRIP=$STRIP
163167332fb9Smrg  # Extract the first word of "strip", so it can be a program name with args.
163267332fb9Smrgset dummy strip; ac_word=$2
163367332fb9Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5
163467332fb9Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
163567332fb9Smrgif test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
163667332fb9Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
163767332fb9Smrgelse
163867332fb9Smrg  if test -n "$ac_ct_STRIP"; then
163967332fb9Smrg  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
164067332fb9Smrgelse
164167332fb9Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR
164267332fb9Smrgfor as_dir in $PATH
164367332fb9Smrgdo
164467332fb9Smrg  IFS=$as_save_IFS
164567332fb9Smrg  test -z "$as_dir" && as_dir=.
164667332fb9Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
164767332fb9Smrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
164867332fb9Smrg    ac_cv_prog_ac_ct_STRIP="strip"
164967332fb9Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
165067332fb9Smrg    break 2
165167332fb9Smrg  fi
165267332fb9Smrgdone
165367332fb9Smrgdone
165467332fb9Smrg
165567332fb9Smrg  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
165667332fb9Smrgfi
165767332fb9Smrgfi
165867332fb9Smrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
165967332fb9Smrgif test -n "$ac_ct_STRIP"; then
166067332fb9Smrg  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
166167332fb9Smrgecho "${ECHO_T}$ac_ct_STRIP" >&6
166267332fb9Smrgelse
166367332fb9Smrg  echo "$as_me:$LINENO: result: no" >&5
166467332fb9Smrgecho "${ECHO_T}no" >&6
166567332fb9Smrgfi
166667332fb9Smrg
166767332fb9Smrg  STRIP=$ac_ct_STRIP
166867332fb9Smrgelse
166967332fb9Smrg  STRIP="$ac_cv_prog_STRIP"
167067332fb9Smrgfi
167167332fb9Smrg
167267332fb9Smrgfi
167367332fb9SmrgINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
167467332fb9Smrg
167567332fb9Smrg# We need awk for the "check" target.  The system "awk" is bad on
167667332fb9Smrg# some platforms.
167767332fb9Smrg
167867332fb9Smrg
167967332fb9Smrg
168067332fb9Smrgecho "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
168167332fb9Smrgecho $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
168267332fb9Smrg    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
168367332fb9Smrgif test "${enable_maintainer_mode+set}" = set; then
168467332fb9Smrg  enableval="$enable_maintainer_mode"
168567332fb9Smrg  USE_MAINTAINER_MODE=$enableval
168667332fb9Smrgelse
168767332fb9Smrg  USE_MAINTAINER_MODE=no
168867332fb9Smrgfi;
168967332fb9Smrg  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
169067332fb9Smrgecho "${ECHO_T}$USE_MAINTAINER_MODE" >&6
169167332fb9Smrg
169267332fb9Smrg
169367332fb9Smrgif test $USE_MAINTAINER_MODE = yes; then
169467332fb9Smrg  MAINTAINER_MODE_TRUE=
169567332fb9Smrg  MAINTAINER_MODE_FALSE='#'
169667332fb9Smrgelse
169767332fb9Smrg  MAINTAINER_MODE_TRUE='#'
169867332fb9Smrg  MAINTAINER_MODE_FALSE=
169967332fb9Smrgfi
170067332fb9Smrg
170167332fb9Smrg  MAINT=$MAINTAINER_MODE_TRUE
170267332fb9Smrg
170367332fb9Smrg
170467332fb9Smrg
170567332fb9Smrg# Find a good install program.  We prefer a C program (faster),
170667332fb9Smrg# so one script is as good as another.  But avoid the broken or
170767332fb9Smrg# incompatible versions:
170867332fb9Smrg# SysV /etc/install, /usr/sbin/install
170967332fb9Smrg# SunOS /usr/etc/install
171067332fb9Smrg# IRIX /sbin/install
171167332fb9Smrg# AIX /bin/install
171267332fb9Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs
171367332fb9Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
171467332fb9Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args
171567332fb9Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
171667332fb9Smrg# OS/2's system install, which has a completely different semantic
171767332fb9Smrg# ./install, which can be erroneously created by make from ./install.sh.
171867332fb9Smrgecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5
171967332fb9Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
172067332fb9Smrgif test -z "$INSTALL"; then
172167332fb9Smrgif test "${ac_cv_path_install+set}" = set; then
172267332fb9Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
172367332fb9Smrgelse
172467332fb9Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
172567332fb9Smrgfor as_dir in $PATH
172667332fb9Smrgdo
172767332fb9Smrg  IFS=$as_save_IFS
172867332fb9Smrg  test -z "$as_dir" && as_dir=.
172967332fb9Smrg  # Account for people who put trailing slashes in PATH elements.
173067332fb9Smrgcase $as_dir/ in
173167332fb9Smrg  ./ | .// | /cC/* | \
173267332fb9Smrg  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
173367332fb9Smrg  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
173467332fb9Smrg  /usr/ucb/* ) ;;
173567332fb9Smrg  *)
173667332fb9Smrg    # OSF1 and SCO ODT 3.0 have their own names for install.
173767332fb9Smrg    # Don't use installbsd from OSF since it installs stuff as root
173867332fb9Smrg    # by default.
173967332fb9Smrg    for ac_prog in ginstall scoinst install; do
174067332fb9Smrg      for ac_exec_ext in '' $ac_executable_extensions; do
174167332fb9Smrg	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
174267332fb9Smrg	  if test $ac_prog = install &&
174367332fb9Smrg	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
174467332fb9Smrg	    # AIX install.  It has an incompatible calling convention.
174567332fb9Smrg	    :
174667332fb9Smrg	  elif test $ac_prog = install &&
174767332fb9Smrg	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
174867332fb9Smrg	    # program-specific install script used by HP pwplus--don't use.
174967332fb9Smrg	    :
175067332fb9Smrg	  else
175167332fb9Smrg	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
175267332fb9Smrg	    break 3
175367332fb9Smrg	  fi
175467332fb9Smrg	fi
175567332fb9Smrg      done
175667332fb9Smrg    done
175767332fb9Smrg    ;;
175867332fb9Smrgesac
175967332fb9Smrgdone
176067332fb9Smrg
176167332fb9Smrg
176267332fb9Smrgfi
176367332fb9Smrg  if test "${ac_cv_path_install+set}" = set; then
176467332fb9Smrg    INSTALL=$ac_cv_path_install
176567332fb9Smrg  else
176667332fb9Smrg    # As a last resort, use the slow shell script.  We don't cache a
176767332fb9Smrg    # path for INSTALL within a source directory, because that will
176867332fb9Smrg    # break other packages using the cache if that directory is
176967332fb9Smrg    # removed, or if the path is relative.
177067332fb9Smrg    INSTALL=$ac_install_sh
177167332fb9Smrg  fi
177267332fb9Smrgfi
177367332fb9Smrgecho "$as_me:$LINENO: result: $INSTALL" >&5
177467332fb9Smrgecho "${ECHO_T}$INSTALL" >&6
177567332fb9Smrg
177667332fb9Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
177767332fb9Smrg# It thinks the first close brace ends the variable substitution.
177867332fb9Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
177967332fb9Smrg
178067332fb9Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
178167332fb9Smrg
178267332fb9Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
178367332fb9Smrg
178467332fb9Smrg
178567332fb9Smrg# Extract the first word of "bdftopcf", so it can be a program name with args.
178667332fb9Smrgset dummy bdftopcf; ac_word=$2
178767332fb9Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5
178867332fb9Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
178967332fb9Smrgif test "${ac_cv_path_BDFTOPCF+set}" = set; then
179067332fb9Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
179167332fb9Smrgelse
179267332fb9Smrg  case $BDFTOPCF in
179367332fb9Smrg  [\\/]* | ?:[\\/]*)
179467332fb9Smrg  ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path.
179567332fb9Smrg  ;;
179667332fb9Smrg  *)
179767332fb9Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
179867332fb9Smrgfor as_dir in $PATH
179967332fb9Smrgdo
180067332fb9Smrg  IFS=$as_save_IFS
180167332fb9Smrg  test -z "$as_dir" && as_dir=.
180267332fb9Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
180367332fb9Smrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
180467332fb9Smrg    ac_cv_path_BDFTOPCF="$as_dir/$ac_word$ac_exec_ext"
180567332fb9Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
180667332fb9Smrg    break 2
180767332fb9Smrg  fi
180867332fb9Smrgdone
180967332fb9Smrgdone
181067332fb9Smrg
181167332fb9Smrg  ;;
181267332fb9Smrgesac
181367332fb9Smrgfi
181467332fb9SmrgBDFTOPCF=$ac_cv_path_BDFTOPCF
181567332fb9Smrg
181667332fb9Smrgif test -n "$BDFTOPCF"; then
181767332fb9Smrg  echo "$as_me:$LINENO: result: $BDFTOPCF" >&5
181867332fb9Smrgecho "${ECHO_T}$BDFTOPCF" >&6
181967332fb9Smrgelse
182067332fb9Smrg  echo "$as_me:$LINENO: result: no" >&5
182167332fb9Smrgecho "${ECHO_T}no" >&6
182267332fb9Smrgfi
182367332fb9Smrg
182467332fb9Smrg# Extract the first word of "ucs2any", so it can be a program name with args.
182567332fb9Smrgset dummy ucs2any; ac_word=$2
182667332fb9Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5
182767332fb9Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
182867332fb9Smrgif test "${ac_cv_path_UCS2ANY+set}" = set; then
182967332fb9Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
183067332fb9Smrgelse
183167332fb9Smrg  case $UCS2ANY in
183267332fb9Smrg  [\\/]* | ?:[\\/]*)
183367332fb9Smrg  ac_cv_path_UCS2ANY="$UCS2ANY" # Let the user override the test with a path.
183467332fb9Smrg  ;;
183567332fb9Smrg  *)
183667332fb9Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
183767332fb9Smrgfor as_dir in $PATH
183867332fb9Smrgdo
183967332fb9Smrg  IFS=$as_save_IFS
184067332fb9Smrg  test -z "$as_dir" && as_dir=.
184167332fb9Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
184267332fb9Smrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
184367332fb9Smrg    ac_cv_path_UCS2ANY="$as_dir/$ac_word$ac_exec_ext"
184467332fb9Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
184567332fb9Smrg    break 2
184667332fb9Smrg  fi
184767332fb9Smrgdone
184867332fb9Smrgdone
184967332fb9Smrg
185067332fb9Smrg  ;;
185167332fb9Smrgesac
185267332fb9Smrgfi
185367332fb9SmrgUCS2ANY=$ac_cv_path_UCS2ANY
185467332fb9Smrg
185567332fb9Smrgif test -n "$UCS2ANY"; then
185667332fb9Smrg  echo "$as_me:$LINENO: result: $UCS2ANY" >&5
185767332fb9Smrgecho "${ECHO_T}$UCS2ANY" >&6
185867332fb9Smrgelse
185967332fb9Smrg  echo "$as_me:$LINENO: result: no" >&5
186067332fb9Smrgecho "${ECHO_T}no" >&6
186167332fb9Smrgfi
186267332fb9Smrg
186367332fb9Smrg# Extract the first word of "mkfontscale", so it can be a program name with args.
186467332fb9Smrgset dummy mkfontscale; ac_word=$2
186567332fb9Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5
186667332fb9Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
186767332fb9Smrgif test "${ac_cv_path_MKFONTSCALE+set}" = set; then
186867332fb9Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
186967332fb9Smrgelse
187067332fb9Smrg  case $MKFONTSCALE in
187167332fb9Smrg  [\\/]* | ?:[\\/]*)
187267332fb9Smrg  ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path.
187367332fb9Smrg  ;;
187467332fb9Smrg  *)
187567332fb9Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
187667332fb9Smrgfor as_dir in $PATH
187767332fb9Smrgdo
187867332fb9Smrg  IFS=$as_save_IFS
187967332fb9Smrg  test -z "$as_dir" && as_dir=.
188067332fb9Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
188167332fb9Smrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
188267332fb9Smrg    ac_cv_path_MKFONTSCALE="$as_dir/$ac_word$ac_exec_ext"
188367332fb9Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
188467332fb9Smrg    break 2
188567332fb9Smrg  fi
188667332fb9Smrgdone
188767332fb9Smrgdone
188867332fb9Smrg
188967332fb9Smrg  ;;
189067332fb9Smrgesac
189167332fb9Smrgfi
189267332fb9SmrgMKFONTSCALE=$ac_cv_path_MKFONTSCALE
189367332fb9Smrg
189467332fb9Smrgif test -n "$MKFONTSCALE"; then
189567332fb9Smrg  echo "$as_me:$LINENO: result: $MKFONTSCALE" >&5
189667332fb9Smrgecho "${ECHO_T}$MKFONTSCALE" >&6
189767332fb9Smrgelse
189867332fb9Smrg  echo "$as_me:$LINENO: result: no" >&5
189967332fb9Smrgecho "${ECHO_T}no" >&6
190067332fb9Smrgfi
190167332fb9Smrg
190267332fb9Smrg# Extract the first word of "mkfontdir", so it can be a program name with args.
190367332fb9Smrgset dummy mkfontdir; ac_word=$2
190467332fb9Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5
190567332fb9Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
190667332fb9Smrgif test "${ac_cv_path_MKFONTDIR+set}" = set; then
190767332fb9Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
190867332fb9Smrgelse
190967332fb9Smrg  case $MKFONTDIR in
191067332fb9Smrg  [\\/]* | ?:[\\/]*)
191167332fb9Smrg  ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
191267332fb9Smrg  ;;
191367332fb9Smrg  *)
191467332fb9Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
191567332fb9Smrgfor as_dir in $PATH
191667332fb9Smrgdo
191767332fb9Smrg  IFS=$as_save_IFS
191867332fb9Smrg  test -z "$as_dir" && as_dir=.
191967332fb9Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
192067332fb9Smrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
192167332fb9Smrg    ac_cv_path_MKFONTDIR="$as_dir/$ac_word$ac_exec_ext"
192267332fb9Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
192367332fb9Smrg    break 2
192467332fb9Smrg  fi
192567332fb9Smrgdone
192667332fb9Smrgdone
192767332fb9Smrg
192867332fb9Smrg  ;;
192967332fb9Smrgesac
193067332fb9Smrgfi
193167332fb9SmrgMKFONTDIR=$ac_cv_path_MKFONTDIR
193267332fb9Smrg
193367332fb9Smrgif test -n "$MKFONTDIR"; then
193467332fb9Smrg  echo "$as_me:$LINENO: result: $MKFONTDIR" >&5
193567332fb9Smrgecho "${ECHO_T}$MKFONTDIR" >&6
193667332fb9Smrgelse
193767332fb9Smrg  echo "$as_me:$LINENO: result: no" >&5
193867332fb9Smrgecho "${ECHO_T}no" >&6
193967332fb9Smrgfi
194067332fb9Smrg
194167332fb9Smrg
194267332fb9Smrg
194367332fb9Smrg
194467332fb9SmrgDEFAULT_FONTDIR=${libdir}/X11/fonts/75dpi
194567332fb9Smrg
194667332fb9Smrg# Check whether --with-fontdir or --without-fontdir was given.
194767332fb9Smrgif test "${with_fontdir+set}" = set; then
194867332fb9Smrg  withval="$with_fontdir"
194967332fb9Smrg  FONTDIR="$withval"
195067332fb9Smrgelse
195167332fb9Smrg  FONTDIR="$DEFAULT_FONTDIR"
195267332fb9Smrgfi;
195367332fb9Smrg
195467332fb9Smrg
195567332fb9Smrg
195667332fb9Smrg
195767332fb9Smrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
195867332fb9Smrg	if test -n "$ac_tool_prefix"; then
195967332fb9Smrg  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
196067332fb9Smrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2
196167332fb9Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5
196267332fb9Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
196367332fb9Smrgif test "${ac_cv_path_PKG_CONFIG+set}" = set; then
196467332fb9Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
196567332fb9Smrgelse
196667332fb9Smrg  case $PKG_CONFIG in
196767332fb9Smrg  [\\/]* | ?:[\\/]*)
196867332fb9Smrg  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
196967332fb9Smrg  ;;
197067332fb9Smrg  *)
197167332fb9Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
197267332fb9Smrgfor as_dir in $PATH
197367332fb9Smrgdo
197467332fb9Smrg  IFS=$as_save_IFS
197567332fb9Smrg  test -z "$as_dir" && as_dir=.
197667332fb9Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
197767332fb9Smrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
197867332fb9Smrg    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
197967332fb9Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
198067332fb9Smrg    break 2
198167332fb9Smrg  fi
198267332fb9Smrgdone
198367332fb9Smrgdone
198467332fb9Smrg
198567332fb9Smrg  ;;
198667332fb9Smrgesac
198767332fb9Smrgfi
198867332fb9SmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG
198967332fb9Smrg
199067332fb9Smrgif test -n "$PKG_CONFIG"; then
199167332fb9Smrg  echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
199267332fb9Smrgecho "${ECHO_T}$PKG_CONFIG" >&6
199367332fb9Smrgelse
199467332fb9Smrg  echo "$as_me:$LINENO: result: no" >&5
199567332fb9Smrgecho "${ECHO_T}no" >&6
199667332fb9Smrgfi
199767332fb9Smrg
199867332fb9Smrgfi
199967332fb9Smrgif test -z "$ac_cv_path_PKG_CONFIG"; then
200067332fb9Smrg  ac_pt_PKG_CONFIG=$PKG_CONFIG
200167332fb9Smrg  # Extract the first word of "pkg-config", so it can be a program name with args.
200267332fb9Smrgset dummy pkg-config; ac_word=$2
200367332fb9Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5
200467332fb9Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6
200567332fb9Smrgif test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
200667332fb9Smrg  echo $ECHO_N "(cached) $ECHO_C" >&6
200767332fb9Smrgelse
200867332fb9Smrg  case $ac_pt_PKG_CONFIG in
200967332fb9Smrg  [\\/]* | ?:[\\/]*)
201067332fb9Smrg  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
201167332fb9Smrg  ;;
201267332fb9Smrg  *)
201367332fb9Smrg  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
201467332fb9Smrgfor as_dir in $PATH
201567332fb9Smrgdo
201667332fb9Smrg  IFS=$as_save_IFS
201767332fb9Smrg  test -z "$as_dir" && as_dir=.
201867332fb9Smrg  for ac_exec_ext in '' $ac_executable_extensions; do
201967332fb9Smrg  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
202067332fb9Smrg    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
202167332fb9Smrg    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
202267332fb9Smrg    break 2
202367332fb9Smrg  fi
202467332fb9Smrgdone
202567332fb9Smrgdone
202667332fb9Smrg
202767332fb9Smrg  ;;
202867332fb9Smrgesac
202967332fb9Smrgfi
203067332fb9Smrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
203167332fb9Smrg
203267332fb9Smrgif test -n "$ac_pt_PKG_CONFIG"; then
203367332fb9Smrg  echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
203467332fb9Smrgecho "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
203567332fb9Smrgelse
203667332fb9Smrg  echo "$as_me:$LINENO: result: no" >&5
203767332fb9Smrgecho "${ECHO_T}no" >&6
203867332fb9Smrgfi
203967332fb9Smrg
204067332fb9Smrg  PKG_CONFIG=$ac_pt_PKG_CONFIG
204167332fb9Smrgelse
204267332fb9Smrg  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
204367332fb9Smrgfi
204467332fb9Smrg
204567332fb9Smrgfi
204667332fb9Smrgif test -n "$PKG_CONFIG"; then
204767332fb9Smrg	_pkg_min_version=0.9.0
204867332fb9Smrg	echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
204967332fb9Smrgecho $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
205067332fb9Smrg	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
205167332fb9Smrg		echo "$as_me:$LINENO: result: yes" >&5
205267332fb9Smrgecho "${ECHO_T}yes" >&6
205367332fb9Smrg	else
205467332fb9Smrg		echo "$as_me:$LINENO: result: no" >&5
205567332fb9Smrgecho "${ECHO_T}no" >&6
205667332fb9Smrg		PKG_CONFIG=""
205767332fb9Smrg	fi
205867332fb9Smrg
205967332fb9Smrgfi
206067332fb9Smrg
206167332fb9Smrgpkg_failed=no
206267332fb9Smrgecho "$as_me:$LINENO: checking for MAPS" >&5
206367332fb9Smrgecho $ECHO_N "checking for MAPS... $ECHO_C" >&6
206467332fb9Smrg
206567332fb9Smrgif test -n "$PKG_CONFIG"; then
206667332fb9Smrg    if test -n "$MAPS_CFLAGS"; then
206767332fb9Smrg        pkg_cv_MAPS_CFLAGS="$MAPS_CFLAGS"
206867332fb9Smrg    else
206967332fb9Smrg        if test -n "$PKG_CONFIG" && \
207067332fb9Smrg    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5
207167332fb9Smrg  ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5
207267332fb9Smrg  ac_status=$?
207367332fb9Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
207467332fb9Smrg  (exit $ac_status); }; then
207567332fb9Smrg  pkg_cv_MAPS_CFLAGS=`$PKG_CONFIG --cflags "fontutil" 2>/dev/null`
207667332fb9Smrgelse
207767332fb9Smrg  pkg_failed=yes
207867332fb9Smrgfi
207967332fb9Smrg    fi
208067332fb9Smrgelse
208167332fb9Smrg	pkg_failed=untried
208267332fb9Smrgfi
208367332fb9Smrgif test -n "$PKG_CONFIG"; then
208467332fb9Smrg    if test -n "$MAPS_LIBS"; then
208567332fb9Smrg        pkg_cv_MAPS_LIBS="$MAPS_LIBS"
208667332fb9Smrg    else
208767332fb9Smrg        if test -n "$PKG_CONFIG" && \
208867332fb9Smrg    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5
208967332fb9Smrg  ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5
209067332fb9Smrg  ac_status=$?
209167332fb9Smrg  echo "$as_me:$LINENO: \$? = $ac_status" >&5
209267332fb9Smrg  (exit $ac_status); }; then
209367332fb9Smrg  pkg_cv_MAPS_LIBS=`$PKG_CONFIG --libs "fontutil" 2>/dev/null`
209467332fb9Smrgelse
209567332fb9Smrg  pkg_failed=yes
209667332fb9Smrgfi
209767332fb9Smrg    fi
209867332fb9Smrgelse
209967332fb9Smrg	pkg_failed=untried
210067332fb9Smrgfi
210167332fb9Smrg
210267332fb9Smrg
210367332fb9Smrg
210467332fb9Smrgif test $pkg_failed = yes; then
210567332fb9Smrg
210667332fb9Smrgif $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
210767332fb9Smrg        _pkg_short_errors_supported=yes
210867332fb9Smrgelse
210967332fb9Smrg        _pkg_short_errors_supported=no
211067332fb9Smrgfi
211167332fb9Smrg        if test $_pkg_short_errors_supported = yes; then
211267332fb9Smrg	        MAPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "fontutil"`
211367332fb9Smrg        else
211467332fb9Smrg	        MAPS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontutil"`
211567332fb9Smrg        fi
211667332fb9Smrg	# Put the nasty error message in config.log where it belongs
211767332fb9Smrg	echo "$MAPS_PKG_ERRORS" >&5
211867332fb9Smrg
211967332fb9Smrg	{ { echo "$as_me:$LINENO: error: Package requirements (fontutil) were not met:
212067332fb9Smrg
212167332fb9Smrg$MAPS_PKG_ERRORS
212267332fb9Smrg
212367332fb9SmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you
212467332fb9Smrginstalled software in a non-standard prefix.
212567332fb9Smrg
212667332fb9SmrgAlternatively, you may set the environment variables MAPS_CFLAGS
212767332fb9Smrgand MAPS_LIBS to avoid the need to call pkg-config.
212867332fb9SmrgSee the pkg-config man page for more details.
212967332fb9Smrg" >&5
213067332fb9Smrgecho "$as_me: error: Package requirements (fontutil) were not met:
213167332fb9Smrg
213267332fb9Smrg$MAPS_PKG_ERRORS
213367332fb9Smrg
213467332fb9SmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you
213567332fb9Smrginstalled software in a non-standard prefix.
213667332fb9Smrg
213767332fb9SmrgAlternatively, you may set the environment variables MAPS_CFLAGS
213867332fb9Smrgand MAPS_LIBS to avoid the need to call pkg-config.
213967332fb9SmrgSee the pkg-config man page for more details.
214067332fb9Smrg" >&2;}
214167332fb9Smrg   { (exit 1); exit 1; }; }
214267332fb9Smrgelif test $pkg_failed = untried; then
214367332fb9Smrg	{ { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
214467332fb9Smrgis in your PATH or set the PKG_CONFIG environment variable to the full
214567332fb9Smrgpath to pkg-config.
214667332fb9Smrg
214767332fb9SmrgAlternatively, you may set the environment variables MAPS_CFLAGS
214867332fb9Smrgand MAPS_LIBS to avoid the need to call pkg-config.
214967332fb9SmrgSee the pkg-config man page for more details.
215067332fb9Smrg
215167332fb9SmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
215267332fb9SmrgSee \`config.log' for more details." >&5
215367332fb9Smrgecho "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
215467332fb9Smrgis in your PATH or set the PKG_CONFIG environment variable to the full
215567332fb9Smrgpath to pkg-config.
215667332fb9Smrg
215767332fb9SmrgAlternatively, you may set the environment variables MAPS_CFLAGS
215867332fb9Smrgand MAPS_LIBS to avoid the need to call pkg-config.
215967332fb9SmrgSee the pkg-config man page for more details.
216067332fb9Smrg
216167332fb9SmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
216267332fb9SmrgSee \`config.log' for more details." >&2;}
216367332fb9Smrg   { (exit 1); exit 1; }; }
216467332fb9Smrgelse
216567332fb9Smrg	MAPS_CFLAGS=$pkg_cv_MAPS_CFLAGS
216667332fb9Smrg	MAPS_LIBS=$pkg_cv_MAPS_LIBS
216767332fb9Smrg        echo "$as_me:$LINENO: result: yes" >&5
216867332fb9Smrgecho "${ECHO_T}yes" >&6
216967332fb9Smrg	:
217067332fb9Smrgfi
217167332fb9SmrgMAPFILES_PATH=$(pkg-config --variable=mapdir fontutil)
217267332fb9Smrg
217367332fb9Smrg
217467332fb9Smrg
217567332fb9Smrg	# Check whether --enable-iso8859-1 or --disable-iso8859-1 was given.
217667332fb9Smrgif test "${enable_iso8859_1+set}" = set; then
217767332fb9Smrg  enableval="$enable_iso8859_1"
217867332fb9Smrg  ISO8859_1=$enableval
217967332fb9Smrgelse
218067332fb9Smrg  ISO8859_1=yes
218167332fb9Smrgfi;
218267332fb9Smrg	echo "$as_me:$LINENO: checking whether to build ISO8859-1 fonts" >&5
218367332fb9Smrgecho $ECHO_N "checking whether to build ISO8859-1 fonts... $ECHO_C" >&6
218467332fb9Smrg	echo "$as_me:$LINENO: result: $ISO8859_1" >&5
218567332fb9Smrgecho "${ECHO_T}$ISO8859_1" >&6
218667332fb9Smrg
218767332fb9Smrg
218867332fb9Smrgif test "x$ISO8859_1" = xyes; then
218967332fb9Smrg  ISO8859_1_TRUE=
219067332fb9Smrg  ISO8859_1_FALSE='#'
219167332fb9Smrgelse
219267332fb9Smrg  ISO8859_1_TRUE='#'
219367332fb9Smrg  ISO8859_1_FALSE=
219467332fb9Smrgfi
219567332fb9Smrg
219667332fb9Smrg
219767332fb9Smrg
219867332fb9Smrg	# Check whether --enable-iso8859-2 or --disable-iso8859-2 was given.
219967332fb9Smrgif test "${enable_iso8859_2+set}" = set; then
220067332fb9Smrg  enableval="$enable_iso8859_2"
220167332fb9Smrg  ISO8859_2=$enableval
220267332fb9Smrgelse
220367332fb9Smrg  ISO8859_2=yes
220467332fb9Smrgfi;
220567332fb9Smrg	echo "$as_me:$LINENO: checking whether to build ISO8859-2 fonts" >&5
220667332fb9Smrgecho $ECHO_N "checking whether to build ISO8859-2 fonts... $ECHO_C" >&6
220767332fb9Smrg	echo "$as_me:$LINENO: result: $ISO8859_2" >&5
220867332fb9Smrgecho "${ECHO_T}$ISO8859_2" >&6
220967332fb9Smrg
221067332fb9Smrg
221167332fb9Smrgif test "x$ISO8859_2" = xyes; then
221267332fb9Smrg  ISO8859_2_TRUE=
221367332fb9Smrg  ISO8859_2_FALSE='#'
221467332fb9Smrgelse
221567332fb9Smrg  ISO8859_2_TRUE='#'
221667332fb9Smrg  ISO8859_2_FALSE=
221767332fb9Smrgfi
221867332fb9Smrg
221967332fb9Smrg
222067332fb9Smrg
222167332fb9Smrg	# Check whether --enable-iso8859-3 or --disable-iso8859-3 was given.
222267332fb9Smrgif test "${enable_iso8859_3+set}" = set; then
222367332fb9Smrg  enableval="$enable_iso8859_3"
222467332fb9Smrg  ISO8859_3=$enableval
222567332fb9Smrgelse
222667332fb9Smrg  ISO8859_3=yes
222767332fb9Smrgfi;
222867332fb9Smrg	echo "$as_me:$LINENO: checking whether to build ISO8859-3 fonts" >&5
222967332fb9Smrgecho $ECHO_N "checking whether to build ISO8859-3 fonts... $ECHO_C" >&6
223067332fb9Smrg	echo "$as_me:$LINENO: result: $ISO8859_3" >&5
223167332fb9Smrgecho "${ECHO_T}$ISO8859_3" >&6
223267332fb9Smrg
223367332fb9Smrg
223467332fb9Smrgif test "x$ISO8859_3" = xyes; then
223567332fb9Smrg  ISO8859_3_TRUE=
223667332fb9Smrg  ISO8859_3_FALSE='#'
223767332fb9Smrgelse
223867332fb9Smrg  ISO8859_3_TRUE='#'
223967332fb9Smrg  ISO8859_3_FALSE=
224067332fb9Smrgfi
224167332fb9Smrg
224267332fb9Smrg
224367332fb9Smrg
224467332fb9Smrg	# Check whether --enable-iso8859-4 or --disable-iso8859-4 was given.
224567332fb9Smrgif test "${enable_iso8859_4+set}" = set; then
224667332fb9Smrg  enableval="$enable_iso8859_4"
224767332fb9Smrg  ISO8859_4=$enableval
224867332fb9Smrgelse
224967332fb9Smrg  ISO8859_4=yes
225067332fb9Smrgfi;
225167332fb9Smrg	echo "$as_me:$LINENO: checking whether to build ISO8859-4 fonts" >&5
225267332fb9Smrgecho $ECHO_N "checking whether to build ISO8859-4 fonts... $ECHO_C" >&6
225367332fb9Smrg	echo "$as_me:$LINENO: result: $ISO8859_4" >&5
225467332fb9Smrgecho "${ECHO_T}$ISO8859_4" >&6
225567332fb9Smrg
225667332fb9Smrg
225767332fb9Smrgif test "x$ISO8859_4" = xyes; then
225867332fb9Smrg  ISO8859_4_TRUE=
225967332fb9Smrg  ISO8859_4_FALSE='#'
226067332fb9Smrgelse
226167332fb9Smrg  ISO8859_4_TRUE='#'
226267332fb9Smrg  ISO8859_4_FALSE=
226367332fb9Smrgfi
226467332fb9Smrg
226567332fb9Smrg
226667332fb9Smrg
226767332fb9Smrg	# Check whether --enable-iso8859-9 or --disable-iso8859-9 was given.
226867332fb9Smrgif test "${enable_iso8859_9+set}" = set; then
226967332fb9Smrg  enableval="$enable_iso8859_9"
227067332fb9Smrg  ISO8859_9=$enableval
227167332fb9Smrgelse
227267332fb9Smrg  ISO8859_9=yes
227367332fb9Smrgfi;
227467332fb9Smrg	echo "$as_me:$LINENO: checking whether to build ISO8859-9 fonts" >&5
227567332fb9Smrgecho $ECHO_N "checking whether to build ISO8859-9 fonts... $ECHO_C" >&6
227667332fb9Smrg	echo "$as_me:$LINENO: result: $ISO8859_9" >&5
227767332fb9Smrgecho "${ECHO_T}$ISO8859_9" >&6
227867332fb9Smrg
227967332fb9Smrg
228067332fb9Smrgif test "x$ISO8859_9" = xyes; then
228167332fb9Smrg  ISO8859_9_TRUE=
228267332fb9Smrg  ISO8859_9_FALSE='#'
228367332fb9Smrgelse
228467332fb9Smrg  ISO8859_9_TRUE='#'
228567332fb9Smrg  ISO8859_9_FALSE=
228667332fb9Smrgfi
228767332fb9Smrg
228867332fb9Smrg
228967332fb9Smrg
229067332fb9Smrg	# Check whether --enable-iso8859-10 or --disable-iso8859-10 was given.
229167332fb9Smrgif test "${enable_iso8859_10+set}" = set; then
229267332fb9Smrg  enableval="$enable_iso8859_10"
229367332fb9Smrg  ISO8859_10=$enableval
229467332fb9Smrgelse
229567332fb9Smrg  ISO8859_10=yes
229667332fb9Smrgfi;
229767332fb9Smrg	echo "$as_me:$LINENO: checking whether to build ISO8859-10 fonts" >&5
229867332fb9Smrgecho $ECHO_N "checking whether to build ISO8859-10 fonts... $ECHO_C" >&6
229967332fb9Smrg	echo "$as_me:$LINENO: result: $ISO8859_10" >&5
230067332fb9Smrgecho "${ECHO_T}$ISO8859_10" >&6
230167332fb9Smrg
230267332fb9Smrg
230367332fb9Smrgif test "x$ISO8859_10" = xyes; then
230467332fb9Smrg  ISO8859_10_TRUE=
230567332fb9Smrg  ISO8859_10_FALSE='#'
230667332fb9Smrgelse
230767332fb9Smrg  ISO8859_10_TRUE='#'
230867332fb9Smrg  ISO8859_10_FALSE=
230967332fb9Smrgfi
231067332fb9Smrg
231167332fb9Smrg
231267332fb9Smrg
231367332fb9Smrg	# Check whether --enable-iso8859-13 or --disable-iso8859-13 was given.
231467332fb9Smrgif test "${enable_iso8859_13+set}" = set; then
231567332fb9Smrg  enableval="$enable_iso8859_13"
231667332fb9Smrg  ISO8859_13=$enableval
231767332fb9Smrgelse
231867332fb9Smrg  ISO8859_13=yes
231967332fb9Smrgfi;
232067332fb9Smrg	echo "$as_me:$LINENO: checking whether to build ISO8859-13 fonts" >&5
232167332fb9Smrgecho $ECHO_N "checking whether to build ISO8859-13 fonts... $ECHO_C" >&6
232267332fb9Smrg	echo "$as_me:$LINENO: result: $ISO8859_13" >&5
232367332fb9Smrgecho "${ECHO_T}$ISO8859_13" >&6
232467332fb9Smrg
232567332fb9Smrg
232667332fb9Smrgif test "x$ISO8859_13" = xyes; then
232767332fb9Smrg  ISO8859_13_TRUE=
232867332fb9Smrg  ISO8859_13_FALSE='#'
232967332fb9Smrgelse
233067332fb9Smrg  ISO8859_13_TRUE='#'
233167332fb9Smrg  ISO8859_13_FALSE=
233267332fb9Smrgfi
233367332fb9Smrg
233467332fb9Smrg
233567332fb9Smrg
233667332fb9Smrg	# Check whether --enable-iso8859-14 or --disable-iso8859-14 was given.
233767332fb9Smrgif test "${enable_iso8859_14+set}" = set; then
233867332fb9Smrg  enableval="$enable_iso8859_14"
233967332fb9Smrg  ISO8859_14=$enableval
234067332fb9Smrgelse
234167332fb9Smrg  ISO8859_14=yes
234267332fb9Smrgfi;
234367332fb9Smrg	echo "$as_me:$LINENO: checking whether to build ISO8859-14 fonts" >&5
234467332fb9Smrgecho $ECHO_N "checking whether to build ISO8859-14 fonts... $ECHO_C" >&6
234567332fb9Smrg	echo "$as_me:$LINENO: result: $ISO8859_14" >&5
234667332fb9Smrgecho "${ECHO_T}$ISO8859_14" >&6
234767332fb9Smrg
234867332fb9Smrg
234967332fb9Smrgif test "x$ISO8859_14" = xyes; then
235067332fb9Smrg  ISO8859_14_TRUE=
235167332fb9Smrg  ISO8859_14_FALSE='#'
235267332fb9Smrgelse
235367332fb9Smrg  ISO8859_14_TRUE='#'
235467332fb9Smrg  ISO8859_14_FALSE=
235567332fb9Smrgfi
235667332fb9Smrg
235767332fb9Smrg
235867332fb9Smrg
235967332fb9Smrg	# Check whether --enable-iso8859-15 or --disable-iso8859-15 was given.
236067332fb9Smrgif test "${enable_iso8859_15+set}" = set; then
236167332fb9Smrg  enableval="$enable_iso8859_15"
236267332fb9Smrg  ISO8859_15=$enableval
236367332fb9Smrgelse
236467332fb9Smrg  ISO8859_15=yes
236567332fb9Smrgfi;
236667332fb9Smrg	echo "$as_me:$LINENO: checking whether to build ISO8859-15 fonts" >&5
236767332fb9Smrgecho $ECHO_N "checking whether to build ISO8859-15 fonts... $ECHO_C" >&6
236867332fb9Smrg	echo "$as_me:$LINENO: result: $ISO8859_15" >&5
236967332fb9Smrgecho "${ECHO_T}$ISO8859_15" >&6
237067332fb9Smrg
237167332fb9Smrg
237267332fb9Smrgif test "x$ISO8859_15" = xyes; then
237367332fb9Smrg  ISO8859_15_TRUE=
237467332fb9Smrg  ISO8859_15_FALSE='#'
237567332fb9Smrgelse
237667332fb9Smrg  ISO8859_15_TRUE='#'
237767332fb9Smrg  ISO8859_15_FALSE=
237867332fb9Smrgfi
237967332fb9Smrg
238067332fb9Smrg
238167332fb9Smrg
238267332fb9Smrg
238367332fb9Smrg
238467332fb9Smrg# Check whether --with-release-version or --without-release-version was given.
238567332fb9Smrgif test "${with_release_version+set}" = set; then
238667332fb9Smrg  withval="$with_release_version"
238767332fb9Smrg  RELEASE_VERSION="$withval"
238867332fb9Smrgelse
238967332fb9Smrg  RELEASE_VERSION=""
239067332fb9Smrgfi;
239167332fb9Smrg	if test "x$RELEASE_VERSION" != "x"; then
239267332fb9Smrg		PACKAGE="$PACKAGE-$RELEASE_VERSION"
239367332fb9Smrg		PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
239467332fb9Smrg		{ echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
239567332fb9Smrgecho "$as_me: Building with package name set to $PACKAGE" >&6;}
239667332fb9Smrg	fi
239767332fb9Smrg
239867332fb9Smrg
239967332fb9Smrg          ac_config_files="$ac_config_files Makefile"
240067332fb9Smrgcat >confcache <<\_ACEOF
240167332fb9Smrg# This file is a shell script that caches the results of configure
240267332fb9Smrg# tests run on this system so they can be shared between configure
240367332fb9Smrg# scripts and configure runs, see configure's option --config-cache.
240467332fb9Smrg# It is not useful on other systems.  If it contains results you don't
240567332fb9Smrg# want to keep, you may remove or edit it.
240667332fb9Smrg#
240767332fb9Smrg# config.status only pays attention to the cache file if you give it
240867332fb9Smrg# the --recheck option to rerun configure.
240967332fb9Smrg#
241067332fb9Smrg# `ac_cv_env_foo' variables (set or unset) will be overridden when
241167332fb9Smrg# loading this file, other *unset* `ac_cv_foo' will be assigned the
241267332fb9Smrg# following values.
241367332fb9Smrg
241467332fb9Smrg_ACEOF
241567332fb9Smrg
241667332fb9Smrg# The following way of writing the cache mishandles newlines in values,
241767332fb9Smrg# but we know of no workaround that is simple, portable, and efficient.
241867332fb9Smrg# So, don't put newlines in cache variables' values.
241967332fb9Smrg# Ultrix sh set writes to stderr and can't be redirected directly,
242067332fb9Smrg# and sets the high bit in the cache file unless we assign to the vars.
242167332fb9Smrg{
242267332fb9Smrg  (set) 2>&1 |
242367332fb9Smrg    case `(ac_space=' '; set | grep ac_space) 2>&1` in
242467332fb9Smrg    *ac_space=\ *)
242567332fb9Smrg      # `set' does not quote correctly, so add quotes (double-quote
242667332fb9Smrg      # substitution turns \\\\ into \\, and sed turns \\ into \).
242767332fb9Smrg      sed -n \
242867332fb9Smrg	"s/'/'\\\\''/g;
242967332fb9Smrg	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
243067332fb9Smrg      ;;
243167332fb9Smrg    *)
243267332fb9Smrg      # `set' quotes correctly as required by POSIX, so do not add quotes.
243367332fb9Smrg      sed -n \
243467332fb9Smrg	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
243567332fb9Smrg      ;;
243667332fb9Smrg    esac;
243767332fb9Smrg} |
243867332fb9Smrg  sed '
243967332fb9Smrg     t clear
244067332fb9Smrg     : clear
244167332fb9Smrg     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
244267332fb9Smrg     t end
244367332fb9Smrg     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
244467332fb9Smrg     : end' >>confcache
244567332fb9Smrgif diff $cache_file confcache >/dev/null 2>&1; then :; else
244667332fb9Smrg  if test -w $cache_file; then
244767332fb9Smrg    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
244867332fb9Smrg    cat confcache >$cache_file
244967332fb9Smrg  else
245067332fb9Smrg    echo "not updating unwritable cache $cache_file"
245167332fb9Smrg  fi
245267332fb9Smrgfi
245367332fb9Smrgrm -f confcache
245467332fb9Smrg
245567332fb9Smrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix
245667332fb9Smrg# Let make expand exec_prefix.
245767332fb9Smrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
245867332fb9Smrg
245967332fb9Smrg# VPATH may cause trouble with some makes, so we remove $(srcdir),
246067332fb9Smrg# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
246167332fb9Smrg# trailing colons and then remove the whole line if VPATH becomes empty
246267332fb9Smrg# (actually we leave an empty line to preserve line numbers).
246367332fb9Smrgif test "x$srcdir" = x.; then
246467332fb9Smrg  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
246567332fb9Smrgs/:*\$(srcdir):*/:/;
246667332fb9Smrgs/:*\${srcdir}:*/:/;
246767332fb9Smrgs/:*@srcdir@:*/:/;
246867332fb9Smrgs/^\([^=]*=[	 ]*\):*/\1/;
246967332fb9Smrgs/:*$//;
247067332fb9Smrgs/^[^=]*=[	 ]*$//;
247167332fb9Smrg}'
247267332fb9Smrgfi
247367332fb9Smrg
247467332fb9Smrg# Transform confdefs.h into DEFS.
247567332fb9Smrg# Protect against shell expansion while executing Makefile rules.
247667332fb9Smrg# Protect against Makefile macro expansion.
247767332fb9Smrg#
247867332fb9Smrg# If the first sed substitution is executed (which looks for macros that
247967332fb9Smrg# take arguments), then we branch to the quote section.  Otherwise,
248067332fb9Smrg# look for a macro that doesn't take arguments.
248167332fb9Smrgcat >confdef2opt.sed <<\_ACEOF
248267332fb9Smrgt clear
248367332fb9Smrg: clear
248467332fb9Smrgs,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\),-D\1=\2,g
248567332fb9Smrgt quote
248667332fb9Smrgs,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\),-D\1=\2,g
248767332fb9Smrgt quote
248867332fb9Smrgd
248967332fb9Smrg: quote
249067332fb9Smrgs,[	 `~#$^&*(){}\\|;'"<>?],\\&,g
249167332fb9Smrgs,\[,\\&,g
249267332fb9Smrgs,\],\\&,g
249367332fb9Smrgs,\$,$$,g
249467332fb9Smrgp
249567332fb9Smrg_ACEOF
249667332fb9Smrg# We use echo to avoid assuming a particular line-breaking character.
249767332fb9Smrg# The extra dot is to prevent the shell from consuming trailing
249867332fb9Smrg# line-breaks from the sub-command output.  A line-break within
249967332fb9Smrg# single-quotes doesn't work because, if this script is created in a
250067332fb9Smrg# platform that uses two characters for line-breaks (e.g., DOS), tr
250167332fb9Smrg# would break.
250267332fb9Smrgac_LF_and_DOT=`echo; echo .`
250367332fb9SmrgDEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
250467332fb9Smrgrm -f confdef2opt.sed
250567332fb9Smrg
250667332fb9Smrg
250767332fb9Smrgac_libobjs=
250867332fb9Smrgac_ltlibobjs=
250967332fb9Smrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
251067332fb9Smrg  # 1. Remove the extension, and $U if already installed.
251167332fb9Smrg  ac_i=`echo "$ac_i" |
251267332fb9Smrg	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
251367332fb9Smrg  # 2. Add them.
251467332fb9Smrg  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
251567332fb9Smrg  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
251667332fb9Smrgdone
251767332fb9SmrgLIBOBJS=$ac_libobjs
251867332fb9Smrg
251967332fb9SmrgLTLIBOBJS=$ac_ltlibobjs
252067332fb9Smrg
252167332fb9Smrg
252267332fb9Smrgif test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
252367332fb9Smrg  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
252467332fb9SmrgUsually this means the macro was only invoked conditionally." >&5
252567332fb9Smrgecho "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
252667332fb9SmrgUsually this means the macro was only invoked conditionally." >&2;}
252767332fb9Smrg   { (exit 1); exit 1; }; }
252867332fb9Smrgfi
252967332fb9Smrgif test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
253067332fb9Smrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_1\" was never defined.
253167332fb9SmrgUsually this means the macro was only invoked conditionally." >&5
253267332fb9Smrgecho "$as_me: error: conditional \"ISO8859_1\" was never defined.
253367332fb9SmrgUsually this means the macro was only invoked conditionally." >&2;}
253467332fb9Smrg   { (exit 1); exit 1; }; }
253567332fb9Smrgfi
253667332fb9Smrgif test -z "${ISO8859_2_TRUE}" && test -z "${ISO8859_2_FALSE}"; then
253767332fb9Smrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_2\" was never defined.
253867332fb9SmrgUsually this means the macro was only invoked conditionally." >&5
253967332fb9Smrgecho "$as_me: error: conditional \"ISO8859_2\" was never defined.
254067332fb9SmrgUsually this means the macro was only invoked conditionally." >&2;}
254167332fb9Smrg   { (exit 1); exit 1; }; }
254267332fb9Smrgfi
254367332fb9Smrgif test -z "${ISO8859_3_TRUE}" && test -z "${ISO8859_3_FALSE}"; then
254467332fb9Smrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_3\" was never defined.
254567332fb9SmrgUsually this means the macro was only invoked conditionally." >&5
254667332fb9Smrgecho "$as_me: error: conditional \"ISO8859_3\" was never defined.
254767332fb9SmrgUsually this means the macro was only invoked conditionally." >&2;}
254867332fb9Smrg   { (exit 1); exit 1; }; }
254967332fb9Smrgfi
255067332fb9Smrgif test -z "${ISO8859_4_TRUE}" && test -z "${ISO8859_4_FALSE}"; then
255167332fb9Smrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_4\" was never defined.
255267332fb9SmrgUsually this means the macro was only invoked conditionally." >&5
255367332fb9Smrgecho "$as_me: error: conditional \"ISO8859_4\" was never defined.
255467332fb9SmrgUsually this means the macro was only invoked conditionally." >&2;}
255567332fb9Smrg   { (exit 1); exit 1; }; }
255667332fb9Smrgfi
255767332fb9Smrgif test -z "${ISO8859_9_TRUE}" && test -z "${ISO8859_9_FALSE}"; then
255867332fb9Smrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_9\" was never defined.
255967332fb9SmrgUsually this means the macro was only invoked conditionally." >&5
256067332fb9Smrgecho "$as_me: error: conditional \"ISO8859_9\" was never defined.
256167332fb9SmrgUsually this means the macro was only invoked conditionally." >&2;}
256267332fb9Smrg   { (exit 1); exit 1; }; }
256367332fb9Smrgfi
256467332fb9Smrgif test -z "${ISO8859_10_TRUE}" && test -z "${ISO8859_10_FALSE}"; then
256567332fb9Smrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_10\" was never defined.
256667332fb9SmrgUsually this means the macro was only invoked conditionally." >&5
256767332fb9Smrgecho "$as_me: error: conditional \"ISO8859_10\" was never defined.
256867332fb9SmrgUsually this means the macro was only invoked conditionally." >&2;}
256967332fb9Smrg   { (exit 1); exit 1; }; }
257067332fb9Smrgfi
257167332fb9Smrgif test -z "${ISO8859_13_TRUE}" && test -z "${ISO8859_13_FALSE}"; then
257267332fb9Smrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_13\" was never defined.
257367332fb9SmrgUsually this means the macro was only invoked conditionally." >&5
257467332fb9Smrgecho "$as_me: error: conditional \"ISO8859_13\" was never defined.
257567332fb9SmrgUsually this means the macro was only invoked conditionally." >&2;}
257667332fb9Smrg   { (exit 1); exit 1; }; }
257767332fb9Smrgfi
257867332fb9Smrgif test -z "${ISO8859_14_TRUE}" && test -z "${ISO8859_14_FALSE}"; then
257967332fb9Smrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_14\" was never defined.
258067332fb9SmrgUsually this means the macro was only invoked conditionally." >&5
258167332fb9Smrgecho "$as_me: error: conditional \"ISO8859_14\" was never defined.
258267332fb9SmrgUsually this means the macro was only invoked conditionally." >&2;}
258367332fb9Smrg   { (exit 1); exit 1; }; }
258467332fb9Smrgfi
258567332fb9Smrgif test -z "${ISO8859_15_TRUE}" && test -z "${ISO8859_15_FALSE}"; then
258667332fb9Smrg  { { echo "$as_me:$LINENO: error: conditional \"ISO8859_15\" was never defined.
258767332fb9SmrgUsually this means the macro was only invoked conditionally." >&5
258867332fb9Smrgecho "$as_me: error: conditional \"ISO8859_15\" was never defined.
258967332fb9SmrgUsually this means the macro was only invoked conditionally." >&2;}
259067332fb9Smrg   { (exit 1); exit 1; }; }
259167332fb9Smrgfi
259267332fb9Smrg
259367332fb9Smrg: ${CONFIG_STATUS=./config.status}
259467332fb9Smrgac_clean_files_save=$ac_clean_files
259567332fb9Smrgac_clean_files="$ac_clean_files $CONFIG_STATUS"
259667332fb9Smrg{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
259767332fb9Smrgecho "$as_me: creating $CONFIG_STATUS" >&6;}
259867332fb9Smrgcat >$CONFIG_STATUS <<_ACEOF
259967332fb9Smrg#! $SHELL
260067332fb9Smrg# Generated by $as_me.
260167332fb9Smrg# Run this file to recreate the current configuration.
260267332fb9Smrg# Compiler output produced by configure, useful for debugging
260367332fb9Smrg# configure, is in config.log if it exists.
260467332fb9Smrg
260567332fb9Smrgdebug=false
260667332fb9Smrgac_cs_recheck=false
260767332fb9Smrgac_cs_silent=false
260867332fb9SmrgSHELL=\${CONFIG_SHELL-$SHELL}
260967332fb9Smrg_ACEOF
261067332fb9Smrg
261167332fb9Smrgcat >>$CONFIG_STATUS <<\_ACEOF
261267332fb9Smrg## --------------------- ##
261367332fb9Smrg## M4sh Initialization.  ##
261467332fb9Smrg## --------------------- ##
261567332fb9Smrg
261667332fb9Smrg# Be Bourne compatible
261767332fb9Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
261867332fb9Smrg  emulate sh
261967332fb9Smrg  NULLCMD=:
262067332fb9Smrg  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
262167332fb9Smrg  # is contrary to our usage.  Disable this feature.
262267332fb9Smrg  alias -g '${1+"$@"}'='"$@"'
262367332fb9Smrgelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
262467332fb9Smrg  set -o posix
262567332fb9Smrgfi
262667332fb9SmrgDUALCASE=1; export DUALCASE # for MKS sh
262767332fb9Smrg
262867332fb9Smrg# Support unset when possible.
262967332fb9Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
263067332fb9Smrg  as_unset=unset
263167332fb9Smrgelse
263267332fb9Smrg  as_unset=false
263367332fb9Smrgfi
263467332fb9Smrg
263567332fb9Smrg
263667332fb9Smrg# Work around bugs in pre-3.0 UWIN ksh.
263767332fb9Smrg$as_unset ENV MAIL MAILPATH
263867332fb9SmrgPS1='$ '
263967332fb9SmrgPS2='> '
264067332fb9SmrgPS4='+ '
264167332fb9Smrg
264267332fb9Smrg# NLS nuisances.
264367332fb9Smrgfor as_var in \
264467332fb9Smrg  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
264567332fb9Smrg  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
264667332fb9Smrg  LC_TELEPHONE LC_TIME
264767332fb9Smrgdo
264867332fb9Smrg  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
264967332fb9Smrg    eval $as_var=C; export $as_var
265067332fb9Smrg  else
265167332fb9Smrg    $as_unset $as_var
265267332fb9Smrg  fi
265367332fb9Smrgdone
265467332fb9Smrg
265567332fb9Smrg# Required to use basename.
265667332fb9Smrgif expr a : '\(a\)' >/dev/null 2>&1; then
265767332fb9Smrg  as_expr=expr
265867332fb9Smrgelse
265967332fb9Smrg  as_expr=false
266067332fb9Smrgfi
266167332fb9Smrg
266267332fb9Smrgif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
266367332fb9Smrg  as_basename=basename
266467332fb9Smrgelse
266567332fb9Smrg  as_basename=false
266667332fb9Smrgfi
266767332fb9Smrg
266867332fb9Smrg
266967332fb9Smrg# Name of the executable.
267067332fb9Smrgas_me=`$as_basename "$0" ||
267167332fb9Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
267267332fb9Smrg	 X"$0" : 'X\(//\)$' \| \
267367332fb9Smrg	 X"$0" : 'X\(/\)$' \| \
267467332fb9Smrg	 .     : '\(.\)' 2>/dev/null ||
267567332fb9Smrgecho X/"$0" |
267667332fb9Smrg    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
267767332fb9Smrg  	  /^X\/\(\/\/\)$/{ s//\1/; q; }
267867332fb9Smrg  	  /^X\/\(\/\).*/{ s//\1/; q; }
267967332fb9Smrg  	  s/.*/./; q'`
268067332fb9Smrg
268167332fb9Smrg
268267332fb9Smrg# PATH needs CR, and LINENO needs CR and PATH.
268367332fb9Smrg# Avoid depending upon Character Ranges.
268467332fb9Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz'
268567332fb9Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
268667332fb9Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS
268767332fb9Smrgas_cr_digits='0123456789'
268867332fb9Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits
268967332fb9Smrg
269067332fb9Smrg# The user is always right.
269167332fb9Smrgif test "${PATH_SEPARATOR+set}" != set; then
269267332fb9Smrg  echo "#! /bin/sh" >conf$$.sh
269367332fb9Smrg  echo  "exit 0"   >>conf$$.sh
269467332fb9Smrg  chmod +x conf$$.sh
269567332fb9Smrg  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
269667332fb9Smrg    PATH_SEPARATOR=';'
269767332fb9Smrg  else
269867332fb9Smrg    PATH_SEPARATOR=:
269967332fb9Smrg  fi
270067332fb9Smrg  rm -f conf$$.sh
270167332fb9Smrgfi
270267332fb9Smrg
270367332fb9Smrg
270467332fb9Smrg  as_lineno_1=$LINENO
270567332fb9Smrg  as_lineno_2=$LINENO
270667332fb9Smrg  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
270767332fb9Smrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
270867332fb9Smrg  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
270967332fb9Smrg  # Find who we are.  Look in the path if we contain no path at all
271067332fb9Smrg  # relative or not.
271167332fb9Smrg  case $0 in
271267332fb9Smrg    *[\\/]* ) as_myself=$0 ;;
271367332fb9Smrg    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
271467332fb9Smrgfor as_dir in $PATH
271567332fb9Smrgdo
271667332fb9Smrg  IFS=$as_save_IFS
271767332fb9Smrg  test -z "$as_dir" && as_dir=.
271867332fb9Smrg  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
271967332fb9Smrgdone
272067332fb9Smrg
272167332fb9Smrg       ;;
272267332fb9Smrg  esac
272367332fb9Smrg  # We did not find ourselves, most probably we were run as `sh COMMAND'
272467332fb9Smrg  # in which case we are not to be found in the path.
272567332fb9Smrg  if test "x$as_myself" = x; then
272667332fb9Smrg    as_myself=$0
272767332fb9Smrg  fi
272867332fb9Smrg  if test ! -f "$as_myself"; then
272967332fb9Smrg    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
273067332fb9Smrgecho "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
273167332fb9Smrg   { (exit 1); exit 1; }; }
273267332fb9Smrg  fi
273367332fb9Smrg  case $CONFIG_SHELL in
273467332fb9Smrg  '')
273567332fb9Smrg    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
273667332fb9Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
273767332fb9Smrgdo
273867332fb9Smrg  IFS=$as_save_IFS
273967332fb9Smrg  test -z "$as_dir" && as_dir=.
274067332fb9Smrg  for as_base in sh bash ksh sh5; do
274167332fb9Smrg	 case $as_dir in
274267332fb9Smrg	 /*)
274367332fb9Smrg	   if ("$as_dir/$as_base" -c '
274467332fb9Smrg  as_lineno_1=$LINENO
274567332fb9Smrg  as_lineno_2=$LINENO
274667332fb9Smrg  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
274767332fb9Smrg  test "x$as_lineno_1" != "x$as_lineno_2" &&
274867332fb9Smrg  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
274967332fb9Smrg	     $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
275067332fb9Smrg	     $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
275167332fb9Smrg	     CONFIG_SHELL=$as_dir/$as_base
275267332fb9Smrg	     export CONFIG_SHELL
275367332fb9Smrg	     exec "$CONFIG_SHELL" "$0" ${1+"$@"}
275467332fb9Smrg	   fi;;
275567332fb9Smrg	 esac
275667332fb9Smrg       done
275767332fb9Smrgdone
275867332fb9Smrg;;
275967332fb9Smrg  esac
276067332fb9Smrg
276167332fb9Smrg  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
276267332fb9Smrg  # uniformly replaced by the line number.  The first 'sed' inserts a
276367332fb9Smrg  # line-number line before each line; the second 'sed' does the real
276467332fb9Smrg  # work.  The second script uses 'N' to pair each line-number line
276567332fb9Smrg  # with the numbered line, and appends trailing '-' during
276667332fb9Smrg  # substitution so that $LINENO is not a special case at line end.
276767332fb9Smrg  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
276867332fb9Smrg  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
276967332fb9Smrg  sed '=' <$as_myself |
277067332fb9Smrg    sed '
277167332fb9Smrg      N
277267332fb9Smrg      s,$,-,
277367332fb9Smrg      : loop
277467332fb9Smrg      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
277567332fb9Smrg      t loop
277667332fb9Smrg      s,-$,,
277767332fb9Smrg      s,^['$as_cr_digits']*\n,,
277867332fb9Smrg    ' >$as_me.lineno &&
277967332fb9Smrg  chmod +x $as_me.lineno ||
278067332fb9Smrg    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
278167332fb9Smrgecho "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
278267332fb9Smrg   { (exit 1); exit 1; }; }
278367332fb9Smrg
278467332fb9Smrg  # Don't try to exec as it changes $[0], causing all sort of problems
278567332fb9Smrg  # (the dirname of $[0] is not the place where we might find the
278667332fb9Smrg  # original and so on.  Autoconf is especially sensible to this).
278767332fb9Smrg  . ./$as_me.lineno
278867332fb9Smrg  # Exit status is that of the last command.
278967332fb9Smrg  exit
279067332fb9Smrg}
279167332fb9Smrg
279267332fb9Smrg
279367332fb9Smrgcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
279467332fb9Smrg  *c*,-n*) ECHO_N= ECHO_C='
279567332fb9Smrg' ECHO_T='	' ;;
279667332fb9Smrg  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
279767332fb9Smrg  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
279867332fb9Smrgesac
279967332fb9Smrg
280067332fb9Smrgif expr a : '\(a\)' >/dev/null 2>&1; then
280167332fb9Smrg  as_expr=expr
280267332fb9Smrgelse
280367332fb9Smrg  as_expr=false
280467332fb9Smrgfi
280567332fb9Smrg
280667332fb9Smrgrm -f conf$$ conf$$.exe conf$$.file
280767332fb9Smrgecho >conf$$.file
280867332fb9Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then
280967332fb9Smrg  # We could just check for DJGPP; but this test a) works b) is more generic
281067332fb9Smrg  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
281167332fb9Smrg  if test -f conf$$.exe; then
281267332fb9Smrg    # Don't use ln at all; we don't have any links
281367332fb9Smrg    as_ln_s='cp -p'
281467332fb9Smrg  else
281567332fb9Smrg    as_ln_s='ln -s'
281667332fb9Smrg  fi
281767332fb9Smrgelif ln conf$$.file conf$$ 2>/dev/null; then
281867332fb9Smrg  as_ln_s=ln
281967332fb9Smrgelse
282067332fb9Smrg  as_ln_s='cp -p'
282167332fb9Smrgfi
282267332fb9Smrgrm -f conf$$ conf$$.exe conf$$.file
282367332fb9Smrg
282467332fb9Smrgif mkdir -p . 2>/dev/null; then
282567332fb9Smrg  as_mkdir_p=:
282667332fb9Smrgelse
282767332fb9Smrg  test -d ./-p && rmdir ./-p
282867332fb9Smrg  as_mkdir_p=false
282967332fb9Smrgfi
283067332fb9Smrg
283167332fb9Smrgas_executable_p="test -f"
283267332fb9Smrg
283367332fb9Smrg# Sed expression to map a string onto a valid CPP name.
283467332fb9Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
283567332fb9Smrg
283667332fb9Smrg# Sed expression to map a string onto a valid variable name.
283767332fb9Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
283867332fb9Smrg
283967332fb9Smrg
284067332fb9Smrg# IFS
284167332fb9Smrg# We need space, tab and new line, in precisely that order.
284267332fb9Smrgas_nl='
284367332fb9Smrg'
284467332fb9SmrgIFS=" 	$as_nl"
284567332fb9Smrg
284667332fb9Smrg# CDPATH.
284767332fb9Smrg$as_unset CDPATH
284867332fb9Smrg
284967332fb9Smrgexec 6>&1
285067332fb9Smrg
285167332fb9Smrg# Open the log real soon, to keep \$[0] and so on meaningful, and to
285267332fb9Smrg# report actual input values of CONFIG_FILES etc. instead of their
285367332fb9Smrg# values after options handling.  Logging --version etc. is OK.
285467332fb9Smrgexec 5>>config.log
285567332fb9Smrg{
285667332fb9Smrg  echo
285767332fb9Smrg  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
285867332fb9Smrg## Running $as_me. ##
285967332fb9Smrg_ASBOX
286067332fb9Smrg} >&5
286167332fb9Smrgcat >&5 <<_CSEOF
286267332fb9Smrg
286367332fb9SmrgThis file was extended by font-adobe-utopia-75dpi $as_me 1.0.1, which was
286467332fb9Smrggenerated by GNU Autoconf 2.59.  Invocation command line was
286567332fb9Smrg
286667332fb9Smrg  CONFIG_FILES    = $CONFIG_FILES
286767332fb9Smrg  CONFIG_HEADERS  = $CONFIG_HEADERS
286867332fb9Smrg  CONFIG_LINKS    = $CONFIG_LINKS
286967332fb9Smrg  CONFIG_COMMANDS = $CONFIG_COMMANDS
287067332fb9Smrg  $ $0 $@
287167332fb9Smrg
287267332fb9Smrg_CSEOF
287367332fb9Smrgecho "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
287467332fb9Smrgecho >&5
287567332fb9Smrg_ACEOF
287667332fb9Smrg
287767332fb9Smrg# Files that config.status was made for.
287867332fb9Smrgif test -n "$ac_config_files"; then
287967332fb9Smrg  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
288067332fb9Smrgfi
288167332fb9Smrg
288267332fb9Smrgif test -n "$ac_config_headers"; then
288367332fb9Smrg  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
288467332fb9Smrgfi
288567332fb9Smrg
288667332fb9Smrgif test -n "$ac_config_links"; then
288767332fb9Smrg  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
288867332fb9Smrgfi
288967332fb9Smrg
289067332fb9Smrgif test -n "$ac_config_commands"; then
289167332fb9Smrg  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
289267332fb9Smrgfi
289367332fb9Smrg
289467332fb9Smrgcat >>$CONFIG_STATUS <<\_ACEOF
289567332fb9Smrg
289667332fb9Smrgac_cs_usage="\
289767332fb9Smrg\`$as_me' instantiates files from templates according to the
289867332fb9Smrgcurrent configuration.
289967332fb9Smrg
290067332fb9SmrgUsage: $0 [OPTIONS] [FILE]...
290167332fb9Smrg
290267332fb9Smrg  -h, --help       print this help, then exit
290367332fb9Smrg  -V, --version    print version number, then exit
290467332fb9Smrg  -q, --quiet      do not print progress messages
290567332fb9Smrg  -d, --debug      don't remove temporary files
290667332fb9Smrg      --recheck    update $as_me by reconfiguring in the same conditions
290767332fb9Smrg  --file=FILE[:TEMPLATE]
290867332fb9Smrg		   instantiate the configuration file FILE
290967332fb9Smrg
291067332fb9SmrgConfiguration files:
291167332fb9Smrg$config_files
291267332fb9Smrg
291367332fb9SmrgReport bugs to <bug-autoconf@gnu.org>."
291467332fb9Smrg_ACEOF
291567332fb9Smrg
291667332fb9Smrgcat >>$CONFIG_STATUS <<_ACEOF
291767332fb9Smrgac_cs_version="\\
291867332fb9Smrgfont-adobe-utopia-75dpi config.status 1.0.1
291967332fb9Smrgconfigured by $0, generated by GNU Autoconf 2.59,
292067332fb9Smrg  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
292167332fb9Smrg
292267332fb9SmrgCopyright (C) 2003 Free Software Foundation, Inc.
292367332fb9SmrgThis config.status script is free software; the Free Software Foundation
292467332fb9Smrggives unlimited permission to copy, distribute and modify it."
292567332fb9Smrgsrcdir=$srcdir
292667332fb9SmrgINSTALL="$INSTALL"
292767332fb9Smrg_ACEOF
292867332fb9Smrg
292967332fb9Smrgcat >>$CONFIG_STATUS <<\_ACEOF
293067332fb9Smrg# If no file are specified by the user, then we need to provide default
293167332fb9Smrg# value.  By we need to know if files were specified by the user.
293267332fb9Smrgac_need_defaults=:
293367332fb9Smrgwhile test $# != 0
293467332fb9Smrgdo
293567332fb9Smrg  case $1 in
293667332fb9Smrg  --*=*)
293767332fb9Smrg    ac_option=`expr "x$1" : 'x\([^=]*\)='`
293867332fb9Smrg    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
293967332fb9Smrg    ac_shift=:
294067332fb9Smrg    ;;
294167332fb9Smrg  -*)
294267332fb9Smrg    ac_option=$1
294367332fb9Smrg    ac_optarg=$2
294467332fb9Smrg    ac_shift=shift
294567332fb9Smrg    ;;
294667332fb9Smrg  *) # This is not an option, so the user has probably given explicit
294767332fb9Smrg     # arguments.
294867332fb9Smrg     ac_option=$1
294967332fb9Smrg     ac_need_defaults=false;;
295067332fb9Smrg  esac
295167332fb9Smrg
295267332fb9Smrg  case $ac_option in
295367332fb9Smrg  # Handling of the options.
295467332fb9Smrg_ACEOF
295567332fb9Smrgcat >>$CONFIG_STATUS <<\_ACEOF
295667332fb9Smrg  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
295767332fb9Smrg    ac_cs_recheck=: ;;
295867332fb9Smrg  --version | --vers* | -V )
295967332fb9Smrg    echo "$ac_cs_version"; exit 0 ;;
296067332fb9Smrg  --he | --h)
296167332fb9Smrg    # Conflict between --help and --header
296267332fb9Smrg    { { echo "$as_me:$LINENO: error: ambiguous option: $1
296367332fb9SmrgTry \`$0 --help' for more information." >&5
296467332fb9Smrgecho "$as_me: error: ambiguous option: $1
296567332fb9SmrgTry \`$0 --help' for more information." >&2;}
296667332fb9Smrg   { (exit 1); exit 1; }; };;
296767332fb9Smrg  --help | --hel | -h )
296867332fb9Smrg    echo "$ac_cs_usage"; exit 0 ;;
296967332fb9Smrg  --debug | --d* | -d )
297067332fb9Smrg    debug=: ;;
297167332fb9Smrg  --file | --fil | --fi | --f )
297267332fb9Smrg    $ac_shift
297367332fb9Smrg    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
297467332fb9Smrg    ac_need_defaults=false;;
297567332fb9Smrg  --header | --heade | --head | --hea )
297667332fb9Smrg    $ac_shift
297767332fb9Smrg    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
297867332fb9Smrg    ac_need_defaults=false;;
297967332fb9Smrg  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
298067332fb9Smrg  | -silent | --silent | --silen | --sile | --sil | --si | --s)
298167332fb9Smrg    ac_cs_silent=: ;;
298267332fb9Smrg
298367332fb9Smrg  # This is an error.
298467332fb9Smrg  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
298567332fb9SmrgTry \`$0 --help' for more information." >&5
298667332fb9Smrgecho "$as_me: error: unrecognized option: $1
298767332fb9SmrgTry \`$0 --help' for more information." >&2;}
298867332fb9Smrg   { (exit 1); exit 1; }; } ;;
298967332fb9Smrg
299067332fb9Smrg  *) ac_config_targets="$ac_config_targets $1" ;;
299167332fb9Smrg
299267332fb9Smrg  esac
299367332fb9Smrg  shift
299467332fb9Smrgdone
299567332fb9Smrg
299667332fb9Smrgac_configure_extra_args=
299767332fb9Smrg
299867332fb9Smrgif $ac_cs_silent; then
299967332fb9Smrg  exec 6>/dev/null
300067332fb9Smrg  ac_configure_extra_args="$ac_configure_extra_args --silent"
300167332fb9Smrgfi
300267332fb9Smrg
300367332fb9Smrg_ACEOF
300467332fb9Smrgcat >>$CONFIG_STATUS <<_ACEOF
300567332fb9Smrgif \$ac_cs_recheck; then
300667332fb9Smrg  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
300767332fb9Smrg  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
300867332fb9Smrgfi
300967332fb9Smrg
301067332fb9Smrg_ACEOF
301167332fb9Smrg
301267332fb9Smrg
301367332fb9Smrg
301467332fb9Smrg
301567332fb9Smrg
301667332fb9Smrgcat >>$CONFIG_STATUS <<\_ACEOF
301767332fb9Smrgfor ac_config_target in $ac_config_targets
301867332fb9Smrgdo
301967332fb9Smrg  case "$ac_config_target" in
302067332fb9Smrg  # Handling of arguments.
302167332fb9Smrg  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
302267332fb9Smrg  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
302367332fb9Smrgecho "$as_me: error: invalid argument: $ac_config_target" >&2;}
302467332fb9Smrg   { (exit 1); exit 1; }; };;
302567332fb9Smrg  esac
302667332fb9Smrgdone
302767332fb9Smrg
302867332fb9Smrg# If the user did not use the arguments to specify the items to instantiate,
302967332fb9Smrg# then the envvar interface is used.  Set only those that are not.
303067332fb9Smrg# We use the long form for the default assignment because of an extremely
303167332fb9Smrg# bizarre bug on SunOS 4.1.3.
303267332fb9Smrgif $ac_need_defaults; then
303367332fb9Smrg  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
303467332fb9Smrgfi
303567332fb9Smrg
303667332fb9Smrg# Have a temporary directory for convenience.  Make it in the build tree
303767332fb9Smrg# simply because there is no reason to put it here, and in addition,
303867332fb9Smrg# creating and moving files from /tmp can sometimes cause problems.
303967332fb9Smrg# Create a temporary directory, and hook for its removal unless debugging.
304067332fb9Smrg$debug ||
304167332fb9Smrg{
304267332fb9Smrg  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
304367332fb9Smrg  trap '{ (exit 1); exit 1; }' 1 2 13 15
304467332fb9Smrg}
304567332fb9Smrg
304667332fb9Smrg# Create a (secure) tmp directory for tmp files.
304767332fb9Smrg
304867332fb9Smrg{
304967332fb9Smrg  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
305067332fb9Smrg  test -n "$tmp" && test -d "$tmp"
305167332fb9Smrg}  ||
305267332fb9Smrg{
305367332fb9Smrg  tmp=./confstat$$-$RANDOM
305467332fb9Smrg  (umask 077 && mkdir $tmp)
305567332fb9Smrg} ||
305667332fb9Smrg{
305767332fb9Smrg   echo "$me: cannot create a temporary directory in ." >&2
305867332fb9Smrg   { (exit 1); exit 1; }
305967332fb9Smrg}
306067332fb9Smrg
306167332fb9Smrg_ACEOF
306267332fb9Smrg
306367332fb9Smrgcat >>$CONFIG_STATUS <<_ACEOF
306467332fb9Smrg
306567332fb9Smrg#
306667332fb9Smrg# CONFIG_FILES section.
306767332fb9Smrg#
306867332fb9Smrg
306967332fb9Smrg# No need to generate the scripts if there are no CONFIG_FILES.
307067332fb9Smrg# This happens for instance when ./config.status config.h
307167332fb9Smrgif test -n "\$CONFIG_FILES"; then
307267332fb9Smrg  # Protect against being on the right side of a sed subst in config.status.
307367332fb9Smrg  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
307467332fb9Smrg   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
307567332fb9Smrgs,@SHELL@,$SHELL,;t t
307667332fb9Smrgs,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
307767332fb9Smrgs,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
307867332fb9Smrgs,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
307967332fb9Smrgs,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
308067332fb9Smrgs,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
308167332fb9Smrgs,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
308267332fb9Smrgs,@exec_prefix@,$exec_prefix,;t t
308367332fb9Smrgs,@prefix@,$prefix,;t t
308467332fb9Smrgs,@program_transform_name@,$program_transform_name,;t t
308567332fb9Smrgs,@bindir@,$bindir,;t t
308667332fb9Smrgs,@sbindir@,$sbindir,;t t
308767332fb9Smrgs,@libexecdir@,$libexecdir,;t t
308867332fb9Smrgs,@datadir@,$datadir,;t t
308967332fb9Smrgs,@sysconfdir@,$sysconfdir,;t t
309067332fb9Smrgs,@sharedstatedir@,$sharedstatedir,;t t
309167332fb9Smrgs,@localstatedir@,$localstatedir,;t t
309267332fb9Smrgs,@libdir@,$libdir,;t t
309367332fb9Smrgs,@includedir@,$includedir,;t t
309467332fb9Smrgs,@oldincludedir@,$oldincludedir,;t t
309567332fb9Smrgs,@infodir@,$infodir,;t t
309667332fb9Smrgs,@mandir@,$mandir,;t t
309767332fb9Smrgs,@build_alias@,$build_alias,;t t
309867332fb9Smrgs,@host_alias@,$host_alias,;t t
309967332fb9Smrgs,@target_alias@,$target_alias,;t t
310067332fb9Smrgs,@DEFS@,$DEFS,;t t
310167332fb9Smrgs,@ECHO_C@,$ECHO_C,;t t
310267332fb9Smrgs,@ECHO_N@,$ECHO_N,;t t
310367332fb9Smrgs,@ECHO_T@,$ECHO_T,;t t
310467332fb9Smrgs,@LIBS@,$LIBS,;t t
310567332fb9Smrgs,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
310667332fb9Smrgs,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
310767332fb9Smrgs,@INSTALL_DATA@,$INSTALL_DATA,;t t
310867332fb9Smrgs,@CYGPATH_W@,$CYGPATH_W,;t t
310967332fb9Smrgs,@PACKAGE@,$PACKAGE,;t t
311067332fb9Smrgs,@VERSION@,$VERSION,;t t
311167332fb9Smrgs,@ACLOCAL@,$ACLOCAL,;t t
311267332fb9Smrgs,@AUTOCONF@,$AUTOCONF,;t t
311367332fb9Smrgs,@AUTOMAKE@,$AUTOMAKE,;t t
311467332fb9Smrgs,@AUTOHEADER@,$AUTOHEADER,;t t
311567332fb9Smrgs,@MAKEINFO@,$MAKEINFO,;t t
311667332fb9Smrgs,@AMTAR@,$AMTAR,;t t
311767332fb9Smrgs,@install_sh@,$install_sh,;t t
311867332fb9Smrgs,@STRIP@,$STRIP,;t t
311967332fb9Smrgs,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
312067332fb9Smrgs,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
312167332fb9Smrgs,@AWK@,$AWK,;t t
312267332fb9Smrgs,@SET_MAKE@,$SET_MAKE,;t t
312367332fb9Smrgs,@am__leading_dot@,$am__leading_dot,;t t
312467332fb9Smrgs,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
312567332fb9Smrgs,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
312667332fb9Smrgs,@MAINT@,$MAINT,;t t
312767332fb9Smrgs,@BDFTOPCF@,$BDFTOPCF,;t t
312867332fb9Smrgs,@UCS2ANY@,$UCS2ANY,;t t
312967332fb9Smrgs,@MKFONTSCALE@,$MKFONTSCALE,;t t
313067332fb9Smrgs,@MKFONTDIR@,$MKFONTDIR,;t t
313167332fb9Smrgs,@FONTDIR@,$FONTDIR,;t t
313267332fb9Smrgs,@PKG_CONFIG@,$PKG_CONFIG,;t t
313367332fb9Smrgs,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
313467332fb9Smrgs,@MAPS_CFLAGS@,$MAPS_CFLAGS,;t t
313567332fb9Smrgs,@MAPS_LIBS@,$MAPS_LIBS,;t t
313667332fb9Smrgs,@MAPFILES_PATH@,$MAPFILES_PATH,;t t
313767332fb9Smrgs,@ISO8859_1_TRUE@,$ISO8859_1_TRUE,;t t
313867332fb9Smrgs,@ISO8859_1_FALSE@,$ISO8859_1_FALSE,;t t
313967332fb9Smrgs,@ISO8859_2_TRUE@,$ISO8859_2_TRUE,;t t
314067332fb9Smrgs,@ISO8859_2_FALSE@,$ISO8859_2_FALSE,;t t
314167332fb9Smrgs,@ISO8859_3_TRUE@,$ISO8859_3_TRUE,;t t
314267332fb9Smrgs,@ISO8859_3_FALSE@,$ISO8859_3_FALSE,;t t
314367332fb9Smrgs,@ISO8859_4_TRUE@,$ISO8859_4_TRUE,;t t
314467332fb9Smrgs,@ISO8859_4_FALSE@,$ISO8859_4_FALSE,;t t
314567332fb9Smrgs,@ISO8859_9_TRUE@,$ISO8859_9_TRUE,;t t
314667332fb9Smrgs,@ISO8859_9_FALSE@,$ISO8859_9_FALSE,;t t
314767332fb9Smrgs,@ISO8859_10_TRUE@,$ISO8859_10_TRUE,;t t
314867332fb9Smrgs,@ISO8859_10_FALSE@,$ISO8859_10_FALSE,;t t
314967332fb9Smrgs,@ISO8859_13_TRUE@,$ISO8859_13_TRUE,;t t
315067332fb9Smrgs,@ISO8859_13_FALSE@,$ISO8859_13_FALSE,;t t
315167332fb9Smrgs,@ISO8859_14_TRUE@,$ISO8859_14_TRUE,;t t
315267332fb9Smrgs,@ISO8859_14_FALSE@,$ISO8859_14_FALSE,;t t
315367332fb9Smrgs,@ISO8859_15_TRUE@,$ISO8859_15_TRUE,;t t
315467332fb9Smrgs,@ISO8859_15_FALSE@,$ISO8859_15_FALSE,;t t
315567332fb9Smrgs,@LIBOBJS@,$LIBOBJS,;t t
315667332fb9Smrgs,@LTLIBOBJS@,$LTLIBOBJS,;t t
315767332fb9SmrgCEOF
315867332fb9Smrg
315967332fb9Smrg_ACEOF
316067332fb9Smrg
316167332fb9Smrg  cat >>$CONFIG_STATUS <<\_ACEOF
316267332fb9Smrg  # Split the substitutions into bite-sized pieces for seds with
316367332fb9Smrg  # small command number limits, like on Digital OSF/1 and HP-UX.
316467332fb9Smrg  ac_max_sed_lines=48
316567332fb9Smrg  ac_sed_frag=1 # Number of current file.
316667332fb9Smrg  ac_beg=1 # First line for current file.
316767332fb9Smrg  ac_end=$ac_max_sed_lines # Line after last line for current file.
316867332fb9Smrg  ac_more_lines=:
316967332fb9Smrg  ac_sed_cmds=
317067332fb9Smrg  while $ac_more_lines; do
317167332fb9Smrg    if test $ac_beg -gt 1; then
317267332fb9Smrg      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
317367332fb9Smrg    else
317467332fb9Smrg      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
317567332fb9Smrg    fi
317667332fb9Smrg    if test ! -s $tmp/subs.frag; then
317767332fb9Smrg      ac_more_lines=false
317867332fb9Smrg    else
317967332fb9Smrg      # The purpose of the label and of the branching condition is to
318067332fb9Smrg      # speed up the sed processing (if there are no `@' at all, there
318167332fb9Smrg      # is no need to browse any of the substitutions).
318267332fb9Smrg      # These are the two extra sed commands mentioned above.
318367332fb9Smrg      (echo ':t
318467332fb9Smrg  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
318567332fb9Smrg      if test -z "$ac_sed_cmds"; then
318667332fb9Smrg	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
318767332fb9Smrg      else
318867332fb9Smrg	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
318967332fb9Smrg      fi
319067332fb9Smrg      ac_sed_frag=`expr $ac_sed_frag + 1`
319167332fb9Smrg      ac_beg=$ac_end
319267332fb9Smrg      ac_end=`expr $ac_end + $ac_max_sed_lines`
319367332fb9Smrg    fi
319467332fb9Smrg  done
319567332fb9Smrg  if test -z "$ac_sed_cmds"; then
319667332fb9Smrg    ac_sed_cmds=cat
319767332fb9Smrg  fi
319867332fb9Smrgfi # test -n "$CONFIG_FILES"
319967332fb9Smrg
320067332fb9Smrg_ACEOF
320167332fb9Smrgcat >>$CONFIG_STATUS <<\_ACEOF
320267332fb9Smrgfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
320367332fb9Smrg  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
320467332fb9Smrg  case $ac_file in
320567332fb9Smrg  - | *:- | *:-:* ) # input from stdin
320667332fb9Smrg	cat >$tmp/stdin
320767332fb9Smrg	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
320867332fb9Smrg	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
320967332fb9Smrg  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
321067332fb9Smrg	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
321167332fb9Smrg  * )   ac_file_in=$ac_file.in ;;
321267332fb9Smrg  esac
321367332fb9Smrg
321467332fb9Smrg  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
321567332fb9Smrg  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
321667332fb9Smrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
321767332fb9Smrg	 X"$ac_file" : 'X\(//\)[^/]' \| \
321867332fb9Smrg	 X"$ac_file" : 'X\(//\)$' \| \
321967332fb9Smrg	 X"$ac_file" : 'X\(/\)' \| \
322067332fb9Smrg	 .     : '\(.\)' 2>/dev/null ||
322167332fb9Smrgecho X"$ac_file" |
322267332fb9Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
322367332fb9Smrg  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
322467332fb9Smrg  	  /^X\(\/\/\)$/{ s//\1/; q; }
322567332fb9Smrg  	  /^X\(\/\).*/{ s//\1/; q; }
322667332fb9Smrg  	  s/.*/./; q'`
322767332fb9Smrg  { if $as_mkdir_p; then
322867332fb9Smrg    mkdir -p "$ac_dir"
322967332fb9Smrg  else
323067332fb9Smrg    as_dir="$ac_dir"
323167332fb9Smrg    as_dirs=
323267332fb9Smrg    while test ! -d "$as_dir"; do
323367332fb9Smrg      as_dirs="$as_dir $as_dirs"
323467332fb9Smrg      as_dir=`(dirname "$as_dir") 2>/dev/null ||
323567332fb9Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
323667332fb9Smrg	 X"$as_dir" : 'X\(//\)[^/]' \| \
323767332fb9Smrg	 X"$as_dir" : 'X\(//\)$' \| \
323867332fb9Smrg	 X"$as_dir" : 'X\(/\)' \| \
323967332fb9Smrg	 .     : '\(.\)' 2>/dev/null ||
324067332fb9Smrgecho X"$as_dir" |
324167332fb9Smrg    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
324267332fb9Smrg  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
324367332fb9Smrg  	  /^X\(\/\/\)$/{ s//\1/; q; }
324467332fb9Smrg  	  /^X\(\/\).*/{ s//\1/; q; }
324567332fb9Smrg  	  s/.*/./; q'`
324667332fb9Smrg    done
324767332fb9Smrg    test ! -n "$as_dirs" || mkdir $as_dirs
324867332fb9Smrg  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
324967332fb9Smrgecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
325067332fb9Smrg   { (exit 1); exit 1; }; }; }
325167332fb9Smrg
325267332fb9Smrg  ac_builddir=.
325367332fb9Smrg
325467332fb9Smrgif test "$ac_dir" != .; then
325567332fb9Smrg  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
325667332fb9Smrg  # A "../" for each directory in $ac_dir_suffix.
325767332fb9Smrg  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
325867332fb9Smrgelse
325967332fb9Smrg  ac_dir_suffix= ac_top_builddir=
326067332fb9Smrgfi
326167332fb9Smrg
326267332fb9Smrgcase $srcdir in
326367332fb9Smrg  .)  # No --srcdir option.  We are building in place.
326467332fb9Smrg    ac_srcdir=.
326567332fb9Smrg    if test -z "$ac_top_builddir"; then
326667332fb9Smrg       ac_top_srcdir=.
326767332fb9Smrg    else
326867332fb9Smrg       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
326967332fb9Smrg    fi ;;
327067332fb9Smrg  [\\/]* | ?:[\\/]* )  # Absolute path.
327167332fb9Smrg    ac_srcdir=$srcdir$ac_dir_suffix;
327267332fb9Smrg    ac_top_srcdir=$srcdir ;;
327367332fb9Smrg  *) # Relative path.
327467332fb9Smrg    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
327567332fb9Smrg    ac_top_srcdir=$ac_top_builddir$srcdir ;;
327667332fb9Smrgesac
327767332fb9Smrg
327867332fb9Smrg# Do not use `cd foo && pwd` to compute absolute paths, because
327967332fb9Smrg# the directories may not exist.
328067332fb9Smrgcase `pwd` in
328167332fb9Smrg.) ac_abs_builddir="$ac_dir";;
328267332fb9Smrg*)
328367332fb9Smrg  case "$ac_dir" in
328467332fb9Smrg  .) ac_abs_builddir=`pwd`;;
328567332fb9Smrg  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
328667332fb9Smrg  *) ac_abs_builddir=`pwd`/"$ac_dir";;
328767332fb9Smrg  esac;;
328867332fb9Smrgesac
328967332fb9Smrgcase $ac_abs_builddir in
329067332fb9Smrg.) ac_abs_top_builddir=${ac_top_builddir}.;;
329167332fb9Smrg*)
329267332fb9Smrg  case ${ac_top_builddir}. in
329367332fb9Smrg  .) ac_abs_top_builddir=$ac_abs_builddir;;
329467332fb9Smrg  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
329567332fb9Smrg  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
329667332fb9Smrg  esac;;
329767332fb9Smrgesac
329867332fb9Smrgcase $ac_abs_builddir in
329967332fb9Smrg.) ac_abs_srcdir=$ac_srcdir;;
330067332fb9Smrg*)
330167332fb9Smrg  case $ac_srcdir in
330267332fb9Smrg  .) ac_abs_srcdir=$ac_abs_builddir;;
330367332fb9Smrg  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
330467332fb9Smrg  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
330567332fb9Smrg  esac;;
330667332fb9Smrgesac
330767332fb9Smrgcase $ac_abs_builddir in
330867332fb9Smrg.) ac_abs_top_srcdir=$ac_top_srcdir;;
330967332fb9Smrg*)
331067332fb9Smrg  case $ac_top_srcdir in
331167332fb9Smrg  .) ac_abs_top_srcdir=$ac_abs_builddir;;
331267332fb9Smrg  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
331367332fb9Smrg  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
331467332fb9Smrg  esac;;
331567332fb9Smrgesac
331667332fb9Smrg
331767332fb9Smrg
331867332fb9Smrg  case $INSTALL in
331967332fb9Smrg  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
332067332fb9Smrg  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
332167332fb9Smrg  esac
332267332fb9Smrg
332367332fb9Smrg  if test x"$ac_file" != x-; then
332467332fb9Smrg    { echo "$as_me:$LINENO: creating $ac_file" >&5
332567332fb9Smrgecho "$as_me: creating $ac_file" >&6;}
332667332fb9Smrg    rm -f "$ac_file"
332767332fb9Smrg  fi
332867332fb9Smrg  # Let's still pretend it is `configure' which instantiates (i.e., don't
332967332fb9Smrg  # use $as_me), people would be surprised to read:
333067332fb9Smrg  #    /* config.h.  Generated by config.status.  */
333167332fb9Smrg  if test x"$ac_file" = x-; then
333267332fb9Smrg    configure_input=
333367332fb9Smrg  else
333467332fb9Smrg    configure_input="$ac_file.  "
333567332fb9Smrg  fi
333667332fb9Smrg  configure_input=$configure_input"Generated from `echo $ac_file_in |
333767332fb9Smrg				     sed 's,.*/,,'` by configure."
333867332fb9Smrg
333967332fb9Smrg  # First look for the input files in the build tree, otherwise in the
334067332fb9Smrg  # src tree.
334167332fb9Smrg  ac_file_inputs=`IFS=:
334267332fb9Smrg    for f in $ac_file_in; do
334367332fb9Smrg      case $f in
334467332fb9Smrg      -) echo $tmp/stdin ;;
334567332fb9Smrg      [\\/$]*)
334667332fb9Smrg	 # Absolute (can't be DOS-style, as IFS=:)
334767332fb9Smrg	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
334867332fb9Smrgecho "$as_me: error: cannot find input file: $f" >&2;}
334967332fb9Smrg   { (exit 1); exit 1; }; }
335067332fb9Smrg	 echo "$f";;
335167332fb9Smrg      *) # Relative
335267332fb9Smrg	 if test -f "$f"; then
335367332fb9Smrg	   # Build tree
335467332fb9Smrg	   echo "$f"
335567332fb9Smrg	 elif test -f "$srcdir/$f"; then
335667332fb9Smrg	   # Source tree
335767332fb9Smrg	   echo "$srcdir/$f"
335867332fb9Smrg	 else
335967332fb9Smrg	   # /dev/null tree
336067332fb9Smrg	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
336167332fb9Smrgecho "$as_me: error: cannot find input file: $f" >&2;}
336267332fb9Smrg   { (exit 1); exit 1; }; }
336367332fb9Smrg	 fi;;
336467332fb9Smrg      esac
336567332fb9Smrg    done` || { (exit 1); exit 1; }
336667332fb9Smrg_ACEOF
336767332fb9Smrgcat >>$CONFIG_STATUS <<_ACEOF
336867332fb9Smrg  sed "$ac_vpsub
336967332fb9Smrg$extrasub
337067332fb9Smrg_ACEOF
337167332fb9Smrgcat >>$CONFIG_STATUS <<\_ACEOF
337267332fb9Smrg:t
337367332fb9Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
337467332fb9Smrgs,@configure_input@,$configure_input,;t t
337567332fb9Smrgs,@srcdir@,$ac_srcdir,;t t
337667332fb9Smrgs,@abs_srcdir@,$ac_abs_srcdir,;t t
337767332fb9Smrgs,@top_srcdir@,$ac_top_srcdir,;t t
337867332fb9Smrgs,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
337967332fb9Smrgs,@builddir@,$ac_builddir,;t t
338067332fb9Smrgs,@abs_builddir@,$ac_abs_builddir,;t t
338167332fb9Smrgs,@top_builddir@,$ac_top_builddir,;t t
338267332fb9Smrgs,@abs_top_builddir@,$ac_abs_top_builddir,;t t
338367332fb9Smrgs,@INSTALL@,$ac_INSTALL,;t t
338467332fb9Smrg" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
338567332fb9Smrg  rm -f $tmp/stdin
338667332fb9Smrg  if test x"$ac_file" != x-; then
338767332fb9Smrg    mv $tmp/out $ac_file
338867332fb9Smrg  else
338967332fb9Smrg    cat $tmp/out
339067332fb9Smrg    rm -f $tmp/out
339167332fb9Smrg  fi
339267332fb9Smrg
339367332fb9Smrgdone
339467332fb9Smrg_ACEOF
339567332fb9Smrg
339667332fb9Smrgcat >>$CONFIG_STATUS <<\_ACEOF
339767332fb9Smrg
339867332fb9Smrg{ (exit 0); exit 0; }
339967332fb9Smrg_ACEOF
340067332fb9Smrgchmod +x $CONFIG_STATUS
340167332fb9Smrgac_clean_files=$ac_clean_files_save
340267332fb9Smrg
340367332fb9Smrg
340467332fb9Smrg# configure is writing to config.log, and then calls config.status.
340567332fb9Smrg# config.status does its own redirection, appending to config.log.
340667332fb9Smrg# Unfortunately, on DOS this fails, as config.log is still kept open
340767332fb9Smrg# by configure, so config.status won't be able to write to it; its
340867332fb9Smrg# output is simply discarded.  So we exec the FD to /dev/null,
340967332fb9Smrg# effectively closing config.log, so it can be properly (re)opened and
341067332fb9Smrg# appended to by config.status.  When coming back to configure, we
341167332fb9Smrg# need to make the FD available again.
341267332fb9Smrgif test "$no_create" != yes; then
341367332fb9Smrg  ac_cs_success=:
341467332fb9Smrg  ac_config_status_args=
341567332fb9Smrg  test "$silent" = yes &&
341667332fb9Smrg    ac_config_status_args="$ac_config_status_args --quiet"
341767332fb9Smrg  exec 5>/dev/null
341867332fb9Smrg  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
341967332fb9Smrg  exec 5>>config.log
342067332fb9Smrg  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
342167332fb9Smrg  # would make configure fail if this is the last instruction.
342267332fb9Smrg  $ac_cs_success || { (exit 1); exit 1; }
342367332fb9Smrgfi
342467332fb9Smrg
3425