configure revision 08f3b10e
108f3b10eSmrg#! /bin/sh 208f3b10eSmrg# Guess values for system-dependent variables and create Makefiles. 308f3b10eSmrg# Generated by GNU Autoconf 2.59 for font-adobe-utopia-100dpi 1.0.1. 408f3b10eSmrg# 508f3b10eSmrg# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 608f3b10eSmrg# 708f3b10eSmrg# Copyright (C) 2003 Free Software Foundation, Inc. 808f3b10eSmrg# This configure script is free software; the Free Software Foundation 908f3b10eSmrg# gives unlimited permission to copy, distribute and modify it. 1008f3b10eSmrg## --------------------- ## 1108f3b10eSmrg## M4sh Initialization. ## 1208f3b10eSmrg## --------------------- ## 1308f3b10eSmrg 1408f3b10eSmrg# Be Bourne compatible 1508f3b10eSmrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 1608f3b10eSmrg emulate sh 1708f3b10eSmrg NULLCMD=: 1808f3b10eSmrg # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 1908f3b10eSmrg # is contrary to our usage. Disable this feature. 2008f3b10eSmrg alias -g '${1+"$@"}'='"$@"' 2108f3b10eSmrgelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 2208f3b10eSmrg set -o posix 2308f3b10eSmrgfi 2408f3b10eSmrgDUALCASE=1; export DUALCASE # for MKS sh 2508f3b10eSmrg 2608f3b10eSmrg# Support unset when possible. 2708f3b10eSmrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 2808f3b10eSmrg as_unset=unset 2908f3b10eSmrgelse 3008f3b10eSmrg as_unset=false 3108f3b10eSmrgfi 3208f3b10eSmrg 3308f3b10eSmrg 3408f3b10eSmrg# Work around bugs in pre-3.0 UWIN ksh. 3508f3b10eSmrg$as_unset ENV MAIL MAILPATH 3608f3b10eSmrgPS1='$ ' 3708f3b10eSmrgPS2='> ' 3808f3b10eSmrgPS4='+ ' 3908f3b10eSmrg 4008f3b10eSmrg# NLS nuisances. 4108f3b10eSmrgfor as_var in \ 4208f3b10eSmrg LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 4308f3b10eSmrg LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 4408f3b10eSmrg LC_TELEPHONE LC_TIME 4508f3b10eSmrgdo 4608f3b10eSmrg if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 4708f3b10eSmrg eval $as_var=C; export $as_var 4808f3b10eSmrg else 4908f3b10eSmrg $as_unset $as_var 5008f3b10eSmrg fi 5108f3b10eSmrgdone 5208f3b10eSmrg 5308f3b10eSmrg# Required to use basename. 5408f3b10eSmrgif expr a : '\(a\)' >/dev/null 2>&1; then 5508f3b10eSmrg as_expr=expr 5608f3b10eSmrgelse 5708f3b10eSmrg as_expr=false 5808f3b10eSmrgfi 5908f3b10eSmrg 6008f3b10eSmrgif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 6108f3b10eSmrg as_basename=basename 6208f3b10eSmrgelse 6308f3b10eSmrg as_basename=false 6408f3b10eSmrgfi 6508f3b10eSmrg 6608f3b10eSmrg 6708f3b10eSmrg# Name of the executable. 6808f3b10eSmrgas_me=`$as_basename "$0" || 6908f3b10eSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 7008f3b10eSmrg X"$0" : 'X\(//\)$' \| \ 7108f3b10eSmrg X"$0" : 'X\(/\)$' \| \ 7208f3b10eSmrg . : '\(.\)' 2>/dev/null || 7308f3b10eSmrgecho X/"$0" | 7408f3b10eSmrg sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 7508f3b10eSmrg /^X\/\(\/\/\)$/{ s//\1/; q; } 7608f3b10eSmrg /^X\/\(\/\).*/{ s//\1/; q; } 7708f3b10eSmrg s/.*/./; q'` 7808f3b10eSmrg 7908f3b10eSmrg 8008f3b10eSmrg# PATH needs CR, and LINENO needs CR and PATH. 8108f3b10eSmrg# Avoid depending upon Character Ranges. 8208f3b10eSmrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 8308f3b10eSmrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 8408f3b10eSmrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 8508f3b10eSmrgas_cr_digits='0123456789' 8608f3b10eSmrgas_cr_alnum=$as_cr_Letters$as_cr_digits 8708f3b10eSmrg 8808f3b10eSmrg# The user is always right. 8908f3b10eSmrgif test "${PATH_SEPARATOR+set}" != set; then 9008f3b10eSmrg echo "#! /bin/sh" >conf$$.sh 9108f3b10eSmrg echo "exit 0" >>conf$$.sh 9208f3b10eSmrg chmod +x conf$$.sh 9308f3b10eSmrg if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 9408f3b10eSmrg PATH_SEPARATOR=';' 9508f3b10eSmrg else 9608f3b10eSmrg PATH_SEPARATOR=: 9708f3b10eSmrg fi 9808f3b10eSmrg rm -f conf$$.sh 9908f3b10eSmrgfi 10008f3b10eSmrg 10108f3b10eSmrg 10208f3b10eSmrg as_lineno_1=$LINENO 10308f3b10eSmrg as_lineno_2=$LINENO 10408f3b10eSmrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 10508f3b10eSmrg test "x$as_lineno_1" != "x$as_lineno_2" && 10608f3b10eSmrg test "x$as_lineno_3" = "x$as_lineno_2" || { 10708f3b10eSmrg # Find who we are. Look in the path if we contain no path at all 10808f3b10eSmrg # relative or not. 10908f3b10eSmrg case $0 in 11008f3b10eSmrg *[\\/]* ) as_myself=$0 ;; 11108f3b10eSmrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 11208f3b10eSmrgfor as_dir in $PATH 11308f3b10eSmrgdo 11408f3b10eSmrg IFS=$as_save_IFS 11508f3b10eSmrg test -z "$as_dir" && as_dir=. 11608f3b10eSmrg test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 11708f3b10eSmrgdone 11808f3b10eSmrg 11908f3b10eSmrg ;; 12008f3b10eSmrg esac 12108f3b10eSmrg # We did not find ourselves, most probably we were run as `sh COMMAND' 12208f3b10eSmrg # in which case we are not to be found in the path. 12308f3b10eSmrg if test "x$as_myself" = x; then 12408f3b10eSmrg as_myself=$0 12508f3b10eSmrg fi 12608f3b10eSmrg if test ! -f "$as_myself"; then 12708f3b10eSmrg { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 12808f3b10eSmrg { (exit 1); exit 1; }; } 12908f3b10eSmrg fi 13008f3b10eSmrg case $CONFIG_SHELL in 13108f3b10eSmrg '') 13208f3b10eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 13308f3b10eSmrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 13408f3b10eSmrgdo 13508f3b10eSmrg IFS=$as_save_IFS 13608f3b10eSmrg test -z "$as_dir" && as_dir=. 13708f3b10eSmrg for as_base in sh bash ksh sh5; do 13808f3b10eSmrg case $as_dir in 13908f3b10eSmrg /*) 14008f3b10eSmrg if ("$as_dir/$as_base" -c ' 14108f3b10eSmrg as_lineno_1=$LINENO 14208f3b10eSmrg as_lineno_2=$LINENO 14308f3b10eSmrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 14408f3b10eSmrg test "x$as_lineno_1" != "x$as_lineno_2" && 14508f3b10eSmrg test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 14608f3b10eSmrg $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 14708f3b10eSmrg $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 14808f3b10eSmrg CONFIG_SHELL=$as_dir/$as_base 14908f3b10eSmrg export CONFIG_SHELL 15008f3b10eSmrg exec "$CONFIG_SHELL" "$0" ${1+"$@"} 15108f3b10eSmrg fi;; 15208f3b10eSmrg esac 15308f3b10eSmrg done 15408f3b10eSmrgdone 15508f3b10eSmrg;; 15608f3b10eSmrg esac 15708f3b10eSmrg 15808f3b10eSmrg # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 15908f3b10eSmrg # uniformly replaced by the line number. The first 'sed' inserts a 16008f3b10eSmrg # line-number line before each line; the second 'sed' does the real 16108f3b10eSmrg # work. The second script uses 'N' to pair each line-number line 16208f3b10eSmrg # with the numbered line, and appends trailing '-' during 16308f3b10eSmrg # substitution so that $LINENO is not a special case at line end. 16408f3b10eSmrg # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 16508f3b10eSmrg # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 16608f3b10eSmrg sed '=' <$as_myself | 16708f3b10eSmrg sed ' 16808f3b10eSmrg N 16908f3b10eSmrg s,$,-, 17008f3b10eSmrg : loop 17108f3b10eSmrg s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 17208f3b10eSmrg t loop 17308f3b10eSmrg s,-$,, 17408f3b10eSmrg s,^['$as_cr_digits']*\n,, 17508f3b10eSmrg ' >$as_me.lineno && 17608f3b10eSmrg chmod +x $as_me.lineno || 17708f3b10eSmrg { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 17808f3b10eSmrg { (exit 1); exit 1; }; } 17908f3b10eSmrg 18008f3b10eSmrg # Don't try to exec as it changes $[0], causing all sort of problems 18108f3b10eSmrg # (the dirname of $[0] is not the place where we might find the 18208f3b10eSmrg # original and so on. Autoconf is especially sensible to this). 18308f3b10eSmrg . ./$as_me.lineno 18408f3b10eSmrg # Exit status is that of the last command. 18508f3b10eSmrg exit 18608f3b10eSmrg} 18708f3b10eSmrg 18808f3b10eSmrg 18908f3b10eSmrgcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 19008f3b10eSmrg *c*,-n*) ECHO_N= ECHO_C=' 19108f3b10eSmrg' ECHO_T=' ' ;; 19208f3b10eSmrg *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 19308f3b10eSmrg *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 19408f3b10eSmrgesac 19508f3b10eSmrg 19608f3b10eSmrgif expr a : '\(a\)' >/dev/null 2>&1; then 19708f3b10eSmrg as_expr=expr 19808f3b10eSmrgelse 19908f3b10eSmrg as_expr=false 20008f3b10eSmrgfi 20108f3b10eSmrg 20208f3b10eSmrgrm -f conf$$ conf$$.exe conf$$.file 20308f3b10eSmrgecho >conf$$.file 20408f3b10eSmrgif ln -s conf$$.file conf$$ 2>/dev/null; then 20508f3b10eSmrg # We could just check for DJGPP; but this test a) works b) is more generic 20608f3b10eSmrg # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 20708f3b10eSmrg if test -f conf$$.exe; then 20808f3b10eSmrg # Don't use ln at all; we don't have any links 20908f3b10eSmrg as_ln_s='cp -p' 21008f3b10eSmrg else 21108f3b10eSmrg as_ln_s='ln -s' 21208f3b10eSmrg fi 21308f3b10eSmrgelif ln conf$$.file conf$$ 2>/dev/null; then 21408f3b10eSmrg as_ln_s=ln 21508f3b10eSmrgelse 21608f3b10eSmrg as_ln_s='cp -p' 21708f3b10eSmrgfi 21808f3b10eSmrgrm -f conf$$ conf$$.exe conf$$.file 21908f3b10eSmrg 22008f3b10eSmrgif mkdir -p . 2>/dev/null; then 22108f3b10eSmrg as_mkdir_p=: 22208f3b10eSmrgelse 22308f3b10eSmrg test -d ./-p && rmdir ./-p 22408f3b10eSmrg as_mkdir_p=false 22508f3b10eSmrgfi 22608f3b10eSmrg 22708f3b10eSmrgas_executable_p="test -f" 22808f3b10eSmrg 22908f3b10eSmrg# Sed expression to map a string onto a valid CPP name. 23008f3b10eSmrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 23108f3b10eSmrg 23208f3b10eSmrg# Sed expression to map a string onto a valid variable name. 23308f3b10eSmrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 23408f3b10eSmrg 23508f3b10eSmrg 23608f3b10eSmrg# IFS 23708f3b10eSmrg# We need space, tab and new line, in precisely that order. 23808f3b10eSmrgas_nl=' 23908f3b10eSmrg' 24008f3b10eSmrgIFS=" $as_nl" 24108f3b10eSmrg 24208f3b10eSmrg# CDPATH. 24308f3b10eSmrg$as_unset CDPATH 24408f3b10eSmrg 24508f3b10eSmrg 24608f3b10eSmrg# Name of the host. 24708f3b10eSmrg# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 24808f3b10eSmrg# so uname gets run too. 24908f3b10eSmrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 25008f3b10eSmrg 25108f3b10eSmrgexec 6>&1 25208f3b10eSmrg 25308f3b10eSmrg# 25408f3b10eSmrg# Initializations. 25508f3b10eSmrg# 25608f3b10eSmrgac_default_prefix=/usr/local 25708f3b10eSmrgac_config_libobj_dir=. 25808f3b10eSmrgcross_compiling=no 25908f3b10eSmrgsubdirs= 26008f3b10eSmrgMFLAGS= 26108f3b10eSmrgMAKEFLAGS= 26208f3b10eSmrgSHELL=${CONFIG_SHELL-/bin/sh} 26308f3b10eSmrg 26408f3b10eSmrg# Maximum number of lines to put in a shell here document. 26508f3b10eSmrg# This variable seems obsolete. It should probably be removed, and 26608f3b10eSmrg# only ac_max_sed_lines should be used. 26708f3b10eSmrg: ${ac_max_here_lines=38} 26808f3b10eSmrg 26908f3b10eSmrg# Identity of this package. 27008f3b10eSmrgPACKAGE_NAME='font-adobe-utopia-100dpi' 27108f3b10eSmrgPACKAGE_TARNAME='font-adobe-utopia-100dpi' 27208f3b10eSmrgPACKAGE_VERSION='1.0.1' 27308f3b10eSmrgPACKAGE_STRING='font-adobe-utopia-100dpi 1.0.1' 27408f3b10eSmrgPACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' 27508f3b10eSmrg 27608f3b10eSmrgac_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' 27708f3b10eSmrgac_subst_files='' 27808f3b10eSmrg 27908f3b10eSmrg# Initialize some variables set by options. 28008f3b10eSmrgac_init_help= 28108f3b10eSmrgac_init_version=false 28208f3b10eSmrg# The variables have the same names as the options, with 28308f3b10eSmrg# dashes changed to underlines. 28408f3b10eSmrgcache_file=/dev/null 28508f3b10eSmrgexec_prefix=NONE 28608f3b10eSmrgno_create= 28708f3b10eSmrgno_recursion= 28808f3b10eSmrgprefix=NONE 28908f3b10eSmrgprogram_prefix=NONE 29008f3b10eSmrgprogram_suffix=NONE 29108f3b10eSmrgprogram_transform_name=s,x,x, 29208f3b10eSmrgsilent= 29308f3b10eSmrgsite= 29408f3b10eSmrgsrcdir= 29508f3b10eSmrgverbose= 29608f3b10eSmrgx_includes=NONE 29708f3b10eSmrgx_libraries=NONE 29808f3b10eSmrg 29908f3b10eSmrg# Installation directory options. 30008f3b10eSmrg# These are left unexpanded so users can "make install exec_prefix=/foo" 30108f3b10eSmrg# and all the variables that are supposed to be based on exec_prefix 30208f3b10eSmrg# by default will actually change. 30308f3b10eSmrg# Use braces instead of parens because sh, perl, etc. also accept them. 30408f3b10eSmrgbindir='${exec_prefix}/bin' 30508f3b10eSmrgsbindir='${exec_prefix}/sbin' 30608f3b10eSmrglibexecdir='${exec_prefix}/libexec' 30708f3b10eSmrgdatadir='${prefix}/share' 30808f3b10eSmrgsysconfdir='${prefix}/etc' 30908f3b10eSmrgsharedstatedir='${prefix}/com' 31008f3b10eSmrglocalstatedir='${prefix}/var' 31108f3b10eSmrglibdir='${exec_prefix}/lib' 31208f3b10eSmrgincludedir='${prefix}/include' 31308f3b10eSmrgoldincludedir='/usr/include' 31408f3b10eSmrginfodir='${prefix}/info' 31508f3b10eSmrgmandir='${prefix}/man' 31608f3b10eSmrg 31708f3b10eSmrgac_prev= 31808f3b10eSmrgfor ac_option 31908f3b10eSmrgdo 32008f3b10eSmrg # If the previous option needs an argument, assign it. 32108f3b10eSmrg if test -n "$ac_prev"; then 32208f3b10eSmrg eval "$ac_prev=\$ac_option" 32308f3b10eSmrg ac_prev= 32408f3b10eSmrg continue 32508f3b10eSmrg fi 32608f3b10eSmrg 32708f3b10eSmrg ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 32808f3b10eSmrg 32908f3b10eSmrg # Accept the important Cygnus configure options, so we can diagnose typos. 33008f3b10eSmrg 33108f3b10eSmrg case $ac_option in 33208f3b10eSmrg 33308f3b10eSmrg -bindir | --bindir | --bindi | --bind | --bin | --bi) 33408f3b10eSmrg ac_prev=bindir ;; 33508f3b10eSmrg -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 33608f3b10eSmrg bindir=$ac_optarg ;; 33708f3b10eSmrg 33808f3b10eSmrg -build | --build | --buil | --bui | --bu) 33908f3b10eSmrg ac_prev=build_alias ;; 34008f3b10eSmrg -build=* | --build=* | --buil=* | --bui=* | --bu=*) 34108f3b10eSmrg build_alias=$ac_optarg ;; 34208f3b10eSmrg 34308f3b10eSmrg -cache-file | --cache-file | --cache-fil | --cache-fi \ 34408f3b10eSmrg | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 34508f3b10eSmrg ac_prev=cache_file ;; 34608f3b10eSmrg -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 34708f3b10eSmrg | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 34808f3b10eSmrg cache_file=$ac_optarg ;; 34908f3b10eSmrg 35008f3b10eSmrg --config-cache | -C) 35108f3b10eSmrg cache_file=config.cache ;; 35208f3b10eSmrg 35308f3b10eSmrg -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 35408f3b10eSmrg ac_prev=datadir ;; 35508f3b10eSmrg -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 35608f3b10eSmrg | --da=*) 35708f3b10eSmrg datadir=$ac_optarg ;; 35808f3b10eSmrg 35908f3b10eSmrg -disable-* | --disable-*) 36008f3b10eSmrg ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 36108f3b10eSmrg # Reject names that are not valid shell variable names. 36208f3b10eSmrg expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 36308f3b10eSmrg { echo "$as_me: error: invalid feature name: $ac_feature" >&2 36408f3b10eSmrg { (exit 1); exit 1; }; } 36508f3b10eSmrg ac_feature=`echo $ac_feature | sed 's/-/_/g'` 36608f3b10eSmrg eval "enable_$ac_feature=no" ;; 36708f3b10eSmrg 36808f3b10eSmrg -enable-* | --enable-*) 36908f3b10eSmrg ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 37008f3b10eSmrg # Reject names that are not valid shell variable names. 37108f3b10eSmrg expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 37208f3b10eSmrg { echo "$as_me: error: invalid feature name: $ac_feature" >&2 37308f3b10eSmrg { (exit 1); exit 1; }; } 37408f3b10eSmrg ac_feature=`echo $ac_feature | sed 's/-/_/g'` 37508f3b10eSmrg case $ac_option in 37608f3b10eSmrg *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 37708f3b10eSmrg *) ac_optarg=yes ;; 37808f3b10eSmrg esac 37908f3b10eSmrg eval "enable_$ac_feature='$ac_optarg'" ;; 38008f3b10eSmrg 38108f3b10eSmrg -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 38208f3b10eSmrg | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 38308f3b10eSmrg | --exec | --exe | --ex) 38408f3b10eSmrg ac_prev=exec_prefix ;; 38508f3b10eSmrg -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 38608f3b10eSmrg | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 38708f3b10eSmrg | --exec=* | --exe=* | --ex=*) 38808f3b10eSmrg exec_prefix=$ac_optarg ;; 38908f3b10eSmrg 39008f3b10eSmrg -gas | --gas | --ga | --g) 39108f3b10eSmrg # Obsolete; use --with-gas. 39208f3b10eSmrg with_gas=yes ;; 39308f3b10eSmrg 39408f3b10eSmrg -help | --help | --hel | --he | -h) 39508f3b10eSmrg ac_init_help=long ;; 39608f3b10eSmrg -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 39708f3b10eSmrg ac_init_help=recursive ;; 39808f3b10eSmrg -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 39908f3b10eSmrg ac_init_help=short ;; 40008f3b10eSmrg 40108f3b10eSmrg -host | --host | --hos | --ho) 40208f3b10eSmrg ac_prev=host_alias ;; 40308f3b10eSmrg -host=* | --host=* | --hos=* | --ho=*) 40408f3b10eSmrg host_alias=$ac_optarg ;; 40508f3b10eSmrg 40608f3b10eSmrg -includedir | --includedir | --includedi | --included | --include \ 40708f3b10eSmrg | --includ | --inclu | --incl | --inc) 40808f3b10eSmrg ac_prev=includedir ;; 40908f3b10eSmrg -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 41008f3b10eSmrg | --includ=* | --inclu=* | --incl=* | --inc=*) 41108f3b10eSmrg includedir=$ac_optarg ;; 41208f3b10eSmrg 41308f3b10eSmrg -infodir | --infodir | --infodi | --infod | --info | --inf) 41408f3b10eSmrg ac_prev=infodir ;; 41508f3b10eSmrg -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 41608f3b10eSmrg infodir=$ac_optarg ;; 41708f3b10eSmrg 41808f3b10eSmrg -libdir | --libdir | --libdi | --libd) 41908f3b10eSmrg ac_prev=libdir ;; 42008f3b10eSmrg -libdir=* | --libdir=* | --libdi=* | --libd=*) 42108f3b10eSmrg libdir=$ac_optarg ;; 42208f3b10eSmrg 42308f3b10eSmrg -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 42408f3b10eSmrg | --libexe | --libex | --libe) 42508f3b10eSmrg ac_prev=libexecdir ;; 42608f3b10eSmrg -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 42708f3b10eSmrg | --libexe=* | --libex=* | --libe=*) 42808f3b10eSmrg libexecdir=$ac_optarg ;; 42908f3b10eSmrg 43008f3b10eSmrg -localstatedir | --localstatedir | --localstatedi | --localstated \ 43108f3b10eSmrg | --localstate | --localstat | --localsta | --localst \ 43208f3b10eSmrg | --locals | --local | --loca | --loc | --lo) 43308f3b10eSmrg ac_prev=localstatedir ;; 43408f3b10eSmrg -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 43508f3b10eSmrg | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 43608f3b10eSmrg | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 43708f3b10eSmrg localstatedir=$ac_optarg ;; 43808f3b10eSmrg 43908f3b10eSmrg -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 44008f3b10eSmrg ac_prev=mandir ;; 44108f3b10eSmrg -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 44208f3b10eSmrg mandir=$ac_optarg ;; 44308f3b10eSmrg 44408f3b10eSmrg -nfp | --nfp | --nf) 44508f3b10eSmrg # Obsolete; use --without-fp. 44608f3b10eSmrg with_fp=no ;; 44708f3b10eSmrg 44808f3b10eSmrg -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 44908f3b10eSmrg | --no-cr | --no-c | -n) 45008f3b10eSmrg no_create=yes ;; 45108f3b10eSmrg 45208f3b10eSmrg -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 45308f3b10eSmrg | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 45408f3b10eSmrg no_recursion=yes ;; 45508f3b10eSmrg 45608f3b10eSmrg -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 45708f3b10eSmrg | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 45808f3b10eSmrg | --oldin | --oldi | --old | --ol | --o) 45908f3b10eSmrg ac_prev=oldincludedir ;; 46008f3b10eSmrg -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 46108f3b10eSmrg | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 46208f3b10eSmrg | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 46308f3b10eSmrg oldincludedir=$ac_optarg ;; 46408f3b10eSmrg 46508f3b10eSmrg -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 46608f3b10eSmrg ac_prev=prefix ;; 46708f3b10eSmrg -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 46808f3b10eSmrg prefix=$ac_optarg ;; 46908f3b10eSmrg 47008f3b10eSmrg -program-prefix | --program-prefix | --program-prefi | --program-pref \ 47108f3b10eSmrg | --program-pre | --program-pr | --program-p) 47208f3b10eSmrg ac_prev=program_prefix ;; 47308f3b10eSmrg -program-prefix=* | --program-prefix=* | --program-prefi=* \ 47408f3b10eSmrg | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 47508f3b10eSmrg program_prefix=$ac_optarg ;; 47608f3b10eSmrg 47708f3b10eSmrg -program-suffix | --program-suffix | --program-suffi | --program-suff \ 47808f3b10eSmrg | --program-suf | --program-su | --program-s) 47908f3b10eSmrg ac_prev=program_suffix ;; 48008f3b10eSmrg -program-suffix=* | --program-suffix=* | --program-suffi=* \ 48108f3b10eSmrg | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 48208f3b10eSmrg program_suffix=$ac_optarg ;; 48308f3b10eSmrg 48408f3b10eSmrg -program-transform-name | --program-transform-name \ 48508f3b10eSmrg | --program-transform-nam | --program-transform-na \ 48608f3b10eSmrg | --program-transform-n | --program-transform- \ 48708f3b10eSmrg | --program-transform | --program-transfor \ 48808f3b10eSmrg | --program-transfo | --program-transf \ 48908f3b10eSmrg | --program-trans | --program-tran \ 49008f3b10eSmrg | --progr-tra | --program-tr | --program-t) 49108f3b10eSmrg ac_prev=program_transform_name ;; 49208f3b10eSmrg -program-transform-name=* | --program-transform-name=* \ 49308f3b10eSmrg | --program-transform-nam=* | --program-transform-na=* \ 49408f3b10eSmrg | --program-transform-n=* | --program-transform-=* \ 49508f3b10eSmrg | --program-transform=* | --program-transfor=* \ 49608f3b10eSmrg | --program-transfo=* | --program-transf=* \ 49708f3b10eSmrg | --program-trans=* | --program-tran=* \ 49808f3b10eSmrg | --progr-tra=* | --program-tr=* | --program-t=*) 49908f3b10eSmrg program_transform_name=$ac_optarg ;; 50008f3b10eSmrg 50108f3b10eSmrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 50208f3b10eSmrg | -silent | --silent | --silen | --sile | --sil) 50308f3b10eSmrg silent=yes ;; 50408f3b10eSmrg 50508f3b10eSmrg -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 50608f3b10eSmrg ac_prev=sbindir ;; 50708f3b10eSmrg -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 50808f3b10eSmrg | --sbi=* | --sb=*) 50908f3b10eSmrg sbindir=$ac_optarg ;; 51008f3b10eSmrg 51108f3b10eSmrg -sharedstatedir | --sharedstatedir | --sharedstatedi \ 51208f3b10eSmrg | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 51308f3b10eSmrg | --sharedst | --shareds | --shared | --share | --shar \ 51408f3b10eSmrg | --sha | --sh) 51508f3b10eSmrg ac_prev=sharedstatedir ;; 51608f3b10eSmrg -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 51708f3b10eSmrg | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 51808f3b10eSmrg | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 51908f3b10eSmrg | --sha=* | --sh=*) 52008f3b10eSmrg sharedstatedir=$ac_optarg ;; 52108f3b10eSmrg 52208f3b10eSmrg -site | --site | --sit) 52308f3b10eSmrg ac_prev=site ;; 52408f3b10eSmrg -site=* | --site=* | --sit=*) 52508f3b10eSmrg site=$ac_optarg ;; 52608f3b10eSmrg 52708f3b10eSmrg -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 52808f3b10eSmrg ac_prev=srcdir ;; 52908f3b10eSmrg -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 53008f3b10eSmrg srcdir=$ac_optarg ;; 53108f3b10eSmrg 53208f3b10eSmrg -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 53308f3b10eSmrg | --syscon | --sysco | --sysc | --sys | --sy) 53408f3b10eSmrg ac_prev=sysconfdir ;; 53508f3b10eSmrg -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 53608f3b10eSmrg | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 53708f3b10eSmrg sysconfdir=$ac_optarg ;; 53808f3b10eSmrg 53908f3b10eSmrg -target | --target | --targe | --targ | --tar | --ta | --t) 54008f3b10eSmrg ac_prev=target_alias ;; 54108f3b10eSmrg -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 54208f3b10eSmrg target_alias=$ac_optarg ;; 54308f3b10eSmrg 54408f3b10eSmrg -v | -verbose | --verbose | --verbos | --verbo | --verb) 54508f3b10eSmrg verbose=yes ;; 54608f3b10eSmrg 54708f3b10eSmrg -version | --version | --versio | --versi | --vers | -V) 54808f3b10eSmrg ac_init_version=: ;; 54908f3b10eSmrg 55008f3b10eSmrg -with-* | --with-*) 55108f3b10eSmrg ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 55208f3b10eSmrg # Reject names that are not valid shell variable names. 55308f3b10eSmrg expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 55408f3b10eSmrg { echo "$as_me: error: invalid package name: $ac_package" >&2 55508f3b10eSmrg { (exit 1); exit 1; }; } 55608f3b10eSmrg ac_package=`echo $ac_package| sed 's/-/_/g'` 55708f3b10eSmrg case $ac_option in 55808f3b10eSmrg *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 55908f3b10eSmrg *) ac_optarg=yes ;; 56008f3b10eSmrg esac 56108f3b10eSmrg eval "with_$ac_package='$ac_optarg'" ;; 56208f3b10eSmrg 56308f3b10eSmrg -without-* | --without-*) 56408f3b10eSmrg ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 56508f3b10eSmrg # Reject names that are not valid shell variable names. 56608f3b10eSmrg expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 56708f3b10eSmrg { echo "$as_me: error: invalid package name: $ac_package" >&2 56808f3b10eSmrg { (exit 1); exit 1; }; } 56908f3b10eSmrg ac_package=`echo $ac_package | sed 's/-/_/g'` 57008f3b10eSmrg eval "with_$ac_package=no" ;; 57108f3b10eSmrg 57208f3b10eSmrg --x) 57308f3b10eSmrg # Obsolete; use --with-x. 57408f3b10eSmrg with_x=yes ;; 57508f3b10eSmrg 57608f3b10eSmrg -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 57708f3b10eSmrg | --x-incl | --x-inc | --x-in | --x-i) 57808f3b10eSmrg ac_prev=x_includes ;; 57908f3b10eSmrg -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 58008f3b10eSmrg | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 58108f3b10eSmrg x_includes=$ac_optarg ;; 58208f3b10eSmrg 58308f3b10eSmrg -x-libraries | --x-libraries | --x-librarie | --x-librari \ 58408f3b10eSmrg | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 58508f3b10eSmrg ac_prev=x_libraries ;; 58608f3b10eSmrg -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 58708f3b10eSmrg | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 58808f3b10eSmrg x_libraries=$ac_optarg ;; 58908f3b10eSmrg 59008f3b10eSmrg -*) { echo "$as_me: error: unrecognized option: $ac_option 59108f3b10eSmrgTry \`$0 --help' for more information." >&2 59208f3b10eSmrg { (exit 1); exit 1; }; } 59308f3b10eSmrg ;; 59408f3b10eSmrg 59508f3b10eSmrg *=*) 59608f3b10eSmrg ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 59708f3b10eSmrg # Reject names that are not valid shell variable names. 59808f3b10eSmrg expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 59908f3b10eSmrg { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 60008f3b10eSmrg { (exit 1); exit 1; }; } 60108f3b10eSmrg ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 60208f3b10eSmrg eval "$ac_envvar='$ac_optarg'" 60308f3b10eSmrg export $ac_envvar ;; 60408f3b10eSmrg 60508f3b10eSmrg *) 60608f3b10eSmrg # FIXME: should be removed in autoconf 3.0. 60708f3b10eSmrg echo "$as_me: WARNING: you should use --build, --host, --target" >&2 60808f3b10eSmrg expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 60908f3b10eSmrg echo "$as_me: WARNING: invalid host type: $ac_option" >&2 61008f3b10eSmrg : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 61108f3b10eSmrg ;; 61208f3b10eSmrg 61308f3b10eSmrg esac 61408f3b10eSmrgdone 61508f3b10eSmrg 61608f3b10eSmrgif test -n "$ac_prev"; then 61708f3b10eSmrg ac_option=--`echo $ac_prev | sed 's/_/-/g'` 61808f3b10eSmrg { echo "$as_me: error: missing argument to $ac_option" >&2 61908f3b10eSmrg { (exit 1); exit 1; }; } 62008f3b10eSmrgfi 62108f3b10eSmrg 62208f3b10eSmrg# Be sure to have absolute paths. 62308f3b10eSmrgfor ac_var in exec_prefix prefix 62408f3b10eSmrgdo 62508f3b10eSmrg eval ac_val=$`echo $ac_var` 62608f3b10eSmrg case $ac_val in 62708f3b10eSmrg [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 62808f3b10eSmrg *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 62908f3b10eSmrg { (exit 1); exit 1; }; };; 63008f3b10eSmrg esac 63108f3b10eSmrgdone 63208f3b10eSmrg 63308f3b10eSmrg# Be sure to have absolute paths. 63408f3b10eSmrgfor ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 63508f3b10eSmrg localstatedir libdir includedir oldincludedir infodir mandir 63608f3b10eSmrgdo 63708f3b10eSmrg eval ac_val=$`echo $ac_var` 63808f3b10eSmrg case $ac_val in 63908f3b10eSmrg [\\/$]* | ?:[\\/]* ) ;; 64008f3b10eSmrg *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 64108f3b10eSmrg { (exit 1); exit 1; }; };; 64208f3b10eSmrg esac 64308f3b10eSmrgdone 64408f3b10eSmrg 64508f3b10eSmrg# There might be people who depend on the old broken behavior: `$host' 64608f3b10eSmrg# used to hold the argument of --host etc. 64708f3b10eSmrg# FIXME: To remove some day. 64808f3b10eSmrgbuild=$build_alias 64908f3b10eSmrghost=$host_alias 65008f3b10eSmrgtarget=$target_alias 65108f3b10eSmrg 65208f3b10eSmrg# FIXME: To remove some day. 65308f3b10eSmrgif test "x$host_alias" != x; then 65408f3b10eSmrg if test "x$build_alias" = x; then 65508f3b10eSmrg cross_compiling=maybe 65608f3b10eSmrg echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 65708f3b10eSmrg If a cross compiler is detected then cross compile mode will be used." >&2 65808f3b10eSmrg elif test "x$build_alias" != "x$host_alias"; then 65908f3b10eSmrg cross_compiling=yes 66008f3b10eSmrg fi 66108f3b10eSmrgfi 66208f3b10eSmrg 66308f3b10eSmrgac_tool_prefix= 66408f3b10eSmrgtest -n "$host_alias" && ac_tool_prefix=$host_alias- 66508f3b10eSmrg 66608f3b10eSmrgtest "$silent" = yes && exec 6>/dev/null 66708f3b10eSmrg 66808f3b10eSmrg 66908f3b10eSmrg# Find the source files, if location was not specified. 67008f3b10eSmrgif test -z "$srcdir"; then 67108f3b10eSmrg ac_srcdir_defaulted=yes 67208f3b10eSmrg # Try the directory containing this script, then its parent. 67308f3b10eSmrg ac_confdir=`(dirname "$0") 2>/dev/null || 67408f3b10eSmrg$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 67508f3b10eSmrg X"$0" : 'X\(//\)[^/]' \| \ 67608f3b10eSmrg X"$0" : 'X\(//\)$' \| \ 67708f3b10eSmrg X"$0" : 'X\(/\)' \| \ 67808f3b10eSmrg . : '\(.\)' 2>/dev/null || 67908f3b10eSmrgecho X"$0" | 68008f3b10eSmrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 68108f3b10eSmrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 68208f3b10eSmrg /^X\(\/\/\)$/{ s//\1/; q; } 68308f3b10eSmrg /^X\(\/\).*/{ s//\1/; q; } 68408f3b10eSmrg s/.*/./; q'` 68508f3b10eSmrg srcdir=$ac_confdir 68608f3b10eSmrg if test ! -r $srcdir/$ac_unique_file; then 68708f3b10eSmrg srcdir=.. 68808f3b10eSmrg fi 68908f3b10eSmrgelse 69008f3b10eSmrg ac_srcdir_defaulted=no 69108f3b10eSmrgfi 69208f3b10eSmrgif test ! -r $srcdir/$ac_unique_file; then 69308f3b10eSmrg if test "$ac_srcdir_defaulted" = yes; then 69408f3b10eSmrg { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 69508f3b10eSmrg { (exit 1); exit 1; }; } 69608f3b10eSmrg else 69708f3b10eSmrg { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 69808f3b10eSmrg { (exit 1); exit 1; }; } 69908f3b10eSmrg fi 70008f3b10eSmrgfi 70108f3b10eSmrg(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 70208f3b10eSmrg { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 70308f3b10eSmrg { (exit 1); exit 1; }; } 70408f3b10eSmrgsrcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 70508f3b10eSmrgac_env_build_alias_set=${build_alias+set} 70608f3b10eSmrgac_env_build_alias_value=$build_alias 70708f3b10eSmrgac_cv_env_build_alias_set=${build_alias+set} 70808f3b10eSmrgac_cv_env_build_alias_value=$build_alias 70908f3b10eSmrgac_env_host_alias_set=${host_alias+set} 71008f3b10eSmrgac_env_host_alias_value=$host_alias 71108f3b10eSmrgac_cv_env_host_alias_set=${host_alias+set} 71208f3b10eSmrgac_cv_env_host_alias_value=$host_alias 71308f3b10eSmrgac_env_target_alias_set=${target_alias+set} 71408f3b10eSmrgac_env_target_alias_value=$target_alias 71508f3b10eSmrgac_cv_env_target_alias_set=${target_alias+set} 71608f3b10eSmrgac_cv_env_target_alias_value=$target_alias 71708f3b10eSmrgac_env_PKG_CONFIG_set=${PKG_CONFIG+set} 71808f3b10eSmrgac_env_PKG_CONFIG_value=$PKG_CONFIG 71908f3b10eSmrgac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set} 72008f3b10eSmrgac_cv_env_PKG_CONFIG_value=$PKG_CONFIG 72108f3b10eSmrgac_env_MAPS_CFLAGS_set=${MAPS_CFLAGS+set} 72208f3b10eSmrgac_env_MAPS_CFLAGS_value=$MAPS_CFLAGS 72308f3b10eSmrgac_cv_env_MAPS_CFLAGS_set=${MAPS_CFLAGS+set} 72408f3b10eSmrgac_cv_env_MAPS_CFLAGS_value=$MAPS_CFLAGS 72508f3b10eSmrgac_env_MAPS_LIBS_set=${MAPS_LIBS+set} 72608f3b10eSmrgac_env_MAPS_LIBS_value=$MAPS_LIBS 72708f3b10eSmrgac_cv_env_MAPS_LIBS_set=${MAPS_LIBS+set} 72808f3b10eSmrgac_cv_env_MAPS_LIBS_value=$MAPS_LIBS 72908f3b10eSmrg 73008f3b10eSmrg# 73108f3b10eSmrg# Report the --help message. 73208f3b10eSmrg# 73308f3b10eSmrgif test "$ac_init_help" = "long"; then 73408f3b10eSmrg # Omit some internal or obsolete options to make the list less imposing. 73508f3b10eSmrg # This message is too long to be a string in the A/UX 3.1 sh. 73608f3b10eSmrg cat <<_ACEOF 73708f3b10eSmrg\`configure' configures font-adobe-utopia-100dpi 1.0.1 to adapt to many kinds of systems. 73808f3b10eSmrg 73908f3b10eSmrgUsage: $0 [OPTION]... [VAR=VALUE]... 74008f3b10eSmrg 74108f3b10eSmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as 74208f3b10eSmrgVAR=VALUE. See below for descriptions of some of the useful variables. 74308f3b10eSmrg 74408f3b10eSmrgDefaults for the options are specified in brackets. 74508f3b10eSmrg 74608f3b10eSmrgConfiguration: 74708f3b10eSmrg -h, --help display this help and exit 74808f3b10eSmrg --help=short display options specific to this package 74908f3b10eSmrg --help=recursive display the short help of all the included packages 75008f3b10eSmrg -V, --version display version information and exit 75108f3b10eSmrg -q, --quiet, --silent do not print \`checking...' messages 75208f3b10eSmrg --cache-file=FILE cache test results in FILE [disabled] 75308f3b10eSmrg -C, --config-cache alias for \`--cache-file=config.cache' 75408f3b10eSmrg -n, --no-create do not create output files 75508f3b10eSmrg --srcdir=DIR find the sources in DIR [configure dir or \`..'] 75608f3b10eSmrg 75708f3b10eSmrg_ACEOF 75808f3b10eSmrg 75908f3b10eSmrg cat <<_ACEOF 76008f3b10eSmrgInstallation directories: 76108f3b10eSmrg --prefix=PREFIX install architecture-independent files in PREFIX 76208f3b10eSmrg [$ac_default_prefix] 76308f3b10eSmrg --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 76408f3b10eSmrg [PREFIX] 76508f3b10eSmrg 76608f3b10eSmrgBy default, \`make install' will install all the files in 76708f3b10eSmrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 76808f3b10eSmrgan installation prefix other than \`$ac_default_prefix' using \`--prefix', 76908f3b10eSmrgfor instance \`--prefix=\$HOME'. 77008f3b10eSmrg 77108f3b10eSmrgFor better control, use the options below. 77208f3b10eSmrg 77308f3b10eSmrgFine tuning of the installation directories: 77408f3b10eSmrg --bindir=DIR user executables [EPREFIX/bin] 77508f3b10eSmrg --sbindir=DIR system admin executables [EPREFIX/sbin] 77608f3b10eSmrg --libexecdir=DIR program executables [EPREFIX/libexec] 77708f3b10eSmrg --datadir=DIR read-only architecture-independent data [PREFIX/share] 77808f3b10eSmrg --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 77908f3b10eSmrg --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 78008f3b10eSmrg --localstatedir=DIR modifiable single-machine data [PREFIX/var] 78108f3b10eSmrg --libdir=DIR object code libraries [EPREFIX/lib] 78208f3b10eSmrg --includedir=DIR C header files [PREFIX/include] 78308f3b10eSmrg --oldincludedir=DIR C header files for non-gcc [/usr/include] 78408f3b10eSmrg --infodir=DIR info documentation [PREFIX/info] 78508f3b10eSmrg --mandir=DIR man documentation [PREFIX/man] 78608f3b10eSmrg_ACEOF 78708f3b10eSmrg 78808f3b10eSmrg cat <<\_ACEOF 78908f3b10eSmrg 79008f3b10eSmrgProgram names: 79108f3b10eSmrg --program-prefix=PREFIX prepend PREFIX to installed program names 79208f3b10eSmrg --program-suffix=SUFFIX append SUFFIX to installed program names 79308f3b10eSmrg --program-transform-name=PROGRAM run sed PROGRAM on installed program names 79408f3b10eSmrg_ACEOF 79508f3b10eSmrgfi 79608f3b10eSmrg 79708f3b10eSmrgif test -n "$ac_init_help"; then 79808f3b10eSmrg case $ac_init_help in 79908f3b10eSmrg short | recursive ) echo "Configuration of font-adobe-utopia-100dpi 1.0.1:";; 80008f3b10eSmrg esac 80108f3b10eSmrg cat <<\_ACEOF 80208f3b10eSmrg 80308f3b10eSmrgOptional Features: 80408f3b10eSmrg --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 80508f3b10eSmrg --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 80608f3b10eSmrg --enable-maintainer-mode enable make rules and dependencies not useful 80708f3b10eSmrg (and sometimes confusing) to the casual installer 80808f3b10eSmrg --disable-iso8859-1 Build ISO8859-1 fonts (default: yes) 80908f3b10eSmrg --disable-iso8859-2 Build ISO8859-2 fonts (default: yes) 81008f3b10eSmrg --disable-iso8859-3 Build ISO8859-3 fonts (default: yes) 81108f3b10eSmrg --disable-iso8859-4 Build ISO8859-4 fonts (default: yes) 81208f3b10eSmrg --disable-iso8859-9 Build ISO8859-9 fonts (default: yes) 81308f3b10eSmrg --disable-iso8859-10 Build ISO8859-10 fonts (default: yes) 81408f3b10eSmrg --disable-iso8859-13 Build ISO8859-13 fonts (default: yes) 81508f3b10eSmrg --disable-iso8859-14 Build ISO8859-14 fonts (default: yes) 81608f3b10eSmrg --disable-iso8859-15 Build ISO8859-15 fonts (default: yes) 81708f3b10eSmrg 81808f3b10eSmrgOptional Packages: 81908f3b10eSmrg --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 82008f3b10eSmrg --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 82108f3b10eSmrg --with-fontdir=FONTDIR Path to install fonts 82208f3b10eSmrg --with-release-version=STRING 82308f3b10eSmrg Use release version string in package name 82408f3b10eSmrg 82508f3b10eSmrgSome influential environment variables: 82608f3b10eSmrg PKG_CONFIG path to pkg-config utility 82708f3b10eSmrg MAPS_CFLAGS C compiler flags for MAPS, overriding pkg-config 82808f3b10eSmrg MAPS_LIBS linker flags for MAPS, overriding pkg-config 82908f3b10eSmrg 83008f3b10eSmrgUse these variables to override the choices made by `configure' or to help 83108f3b10eSmrgit to find libraries and programs with nonstandard names/locations. 83208f3b10eSmrg 83308f3b10eSmrgReport bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 83408f3b10eSmrg_ACEOF 83508f3b10eSmrgfi 83608f3b10eSmrg 83708f3b10eSmrgif test "$ac_init_help" = "recursive"; then 83808f3b10eSmrg # If there are subdirs, report their specific --help. 83908f3b10eSmrg ac_popdir=`pwd` 84008f3b10eSmrg for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 84108f3b10eSmrg test -d $ac_dir || continue 84208f3b10eSmrg ac_builddir=. 84308f3b10eSmrg 84408f3b10eSmrgif test "$ac_dir" != .; then 84508f3b10eSmrg ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 84608f3b10eSmrg # A "../" for each directory in $ac_dir_suffix. 84708f3b10eSmrg ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 84808f3b10eSmrgelse 84908f3b10eSmrg ac_dir_suffix= ac_top_builddir= 85008f3b10eSmrgfi 85108f3b10eSmrg 85208f3b10eSmrgcase $srcdir in 85308f3b10eSmrg .) # No --srcdir option. We are building in place. 85408f3b10eSmrg ac_srcdir=. 85508f3b10eSmrg if test -z "$ac_top_builddir"; then 85608f3b10eSmrg ac_top_srcdir=. 85708f3b10eSmrg else 85808f3b10eSmrg ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 85908f3b10eSmrg fi ;; 86008f3b10eSmrg [\\/]* | ?:[\\/]* ) # Absolute path. 86108f3b10eSmrg ac_srcdir=$srcdir$ac_dir_suffix; 86208f3b10eSmrg ac_top_srcdir=$srcdir ;; 86308f3b10eSmrg *) # Relative path. 86408f3b10eSmrg ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 86508f3b10eSmrg ac_top_srcdir=$ac_top_builddir$srcdir ;; 86608f3b10eSmrgesac 86708f3b10eSmrg 86808f3b10eSmrg# Do not use `cd foo && pwd` to compute absolute paths, because 86908f3b10eSmrg# the directories may not exist. 87008f3b10eSmrgcase `pwd` in 87108f3b10eSmrg.) ac_abs_builddir="$ac_dir";; 87208f3b10eSmrg*) 87308f3b10eSmrg case "$ac_dir" in 87408f3b10eSmrg .) ac_abs_builddir=`pwd`;; 87508f3b10eSmrg [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 87608f3b10eSmrg *) ac_abs_builddir=`pwd`/"$ac_dir";; 87708f3b10eSmrg esac;; 87808f3b10eSmrgesac 87908f3b10eSmrgcase $ac_abs_builddir in 88008f3b10eSmrg.) ac_abs_top_builddir=${ac_top_builddir}.;; 88108f3b10eSmrg*) 88208f3b10eSmrg case ${ac_top_builddir}. in 88308f3b10eSmrg .) ac_abs_top_builddir=$ac_abs_builddir;; 88408f3b10eSmrg [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 88508f3b10eSmrg *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 88608f3b10eSmrg esac;; 88708f3b10eSmrgesac 88808f3b10eSmrgcase $ac_abs_builddir in 88908f3b10eSmrg.) ac_abs_srcdir=$ac_srcdir;; 89008f3b10eSmrg*) 89108f3b10eSmrg case $ac_srcdir in 89208f3b10eSmrg .) ac_abs_srcdir=$ac_abs_builddir;; 89308f3b10eSmrg [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 89408f3b10eSmrg *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 89508f3b10eSmrg esac;; 89608f3b10eSmrgesac 89708f3b10eSmrgcase $ac_abs_builddir in 89808f3b10eSmrg.) ac_abs_top_srcdir=$ac_top_srcdir;; 89908f3b10eSmrg*) 90008f3b10eSmrg case $ac_top_srcdir in 90108f3b10eSmrg .) ac_abs_top_srcdir=$ac_abs_builddir;; 90208f3b10eSmrg [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 90308f3b10eSmrg *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 90408f3b10eSmrg esac;; 90508f3b10eSmrgesac 90608f3b10eSmrg 90708f3b10eSmrg cd $ac_dir 90808f3b10eSmrg # Check for guested configure; otherwise get Cygnus style configure. 90908f3b10eSmrg if test -f $ac_srcdir/configure.gnu; then 91008f3b10eSmrg echo 91108f3b10eSmrg $SHELL $ac_srcdir/configure.gnu --help=recursive 91208f3b10eSmrg elif test -f $ac_srcdir/configure; then 91308f3b10eSmrg echo 91408f3b10eSmrg $SHELL $ac_srcdir/configure --help=recursive 91508f3b10eSmrg elif test -f $ac_srcdir/configure.ac || 91608f3b10eSmrg test -f $ac_srcdir/configure.in; then 91708f3b10eSmrg echo 91808f3b10eSmrg $ac_configure --help 91908f3b10eSmrg else 92008f3b10eSmrg echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 92108f3b10eSmrg fi 92208f3b10eSmrg cd $ac_popdir 92308f3b10eSmrg done 92408f3b10eSmrgfi 92508f3b10eSmrg 92608f3b10eSmrgtest -n "$ac_init_help" && exit 0 92708f3b10eSmrgif $ac_init_version; then 92808f3b10eSmrg cat <<\_ACEOF 92908f3b10eSmrgfont-adobe-utopia-100dpi configure 1.0.1 93008f3b10eSmrggenerated by GNU Autoconf 2.59 93108f3b10eSmrg 93208f3b10eSmrgCopyright (C) 2003 Free Software Foundation, Inc. 93308f3b10eSmrgThis configure script is free software; the Free Software Foundation 93408f3b10eSmrggives unlimited permission to copy, distribute and modify it. 93508f3b10eSmrg_ACEOF 93608f3b10eSmrg exit 0 93708f3b10eSmrgfi 93808f3b10eSmrgexec 5>config.log 93908f3b10eSmrgcat >&5 <<_ACEOF 94008f3b10eSmrgThis file contains any messages produced by compilers while 94108f3b10eSmrgrunning configure, to aid debugging if configure makes a mistake. 94208f3b10eSmrg 94308f3b10eSmrgIt was created by font-adobe-utopia-100dpi $as_me 1.0.1, which was 94408f3b10eSmrggenerated by GNU Autoconf 2.59. Invocation command line was 94508f3b10eSmrg 94608f3b10eSmrg $ $0 $@ 94708f3b10eSmrg 94808f3b10eSmrg_ACEOF 94908f3b10eSmrg{ 95008f3b10eSmrgcat <<_ASUNAME 95108f3b10eSmrg## --------- ## 95208f3b10eSmrg## Platform. ## 95308f3b10eSmrg## --------- ## 95408f3b10eSmrg 95508f3b10eSmrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 95608f3b10eSmrguname -m = `(uname -m) 2>/dev/null || echo unknown` 95708f3b10eSmrguname -r = `(uname -r) 2>/dev/null || echo unknown` 95808f3b10eSmrguname -s = `(uname -s) 2>/dev/null || echo unknown` 95908f3b10eSmrguname -v = `(uname -v) 2>/dev/null || echo unknown` 96008f3b10eSmrg 96108f3b10eSmrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 96208f3b10eSmrg/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 96308f3b10eSmrg 96408f3b10eSmrg/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 96508f3b10eSmrg/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 96608f3b10eSmrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 96708f3b10eSmrghostinfo = `(hostinfo) 2>/dev/null || echo unknown` 96808f3b10eSmrg/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 96908f3b10eSmrg/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 97008f3b10eSmrg/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 97108f3b10eSmrg 97208f3b10eSmrg_ASUNAME 97308f3b10eSmrg 97408f3b10eSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 97508f3b10eSmrgfor as_dir in $PATH 97608f3b10eSmrgdo 97708f3b10eSmrg IFS=$as_save_IFS 97808f3b10eSmrg test -z "$as_dir" && as_dir=. 97908f3b10eSmrg echo "PATH: $as_dir" 98008f3b10eSmrgdone 98108f3b10eSmrg 98208f3b10eSmrg} >&5 98308f3b10eSmrg 98408f3b10eSmrgcat >&5 <<_ACEOF 98508f3b10eSmrg 98608f3b10eSmrg 98708f3b10eSmrg## ----------- ## 98808f3b10eSmrg## Core tests. ## 98908f3b10eSmrg## ----------- ## 99008f3b10eSmrg 99108f3b10eSmrg_ACEOF 99208f3b10eSmrg 99308f3b10eSmrg 99408f3b10eSmrg# Keep a trace of the command line. 99508f3b10eSmrg# Strip out --no-create and --no-recursion so they do not pile up. 99608f3b10eSmrg# Strip out --silent because we don't want to record it for future runs. 99708f3b10eSmrg# Also quote any args containing shell meta-characters. 99808f3b10eSmrg# Make two passes to allow for proper duplicate-argument suppression. 99908f3b10eSmrgac_configure_args= 100008f3b10eSmrgac_configure_args0= 100108f3b10eSmrgac_configure_args1= 100208f3b10eSmrgac_sep= 100308f3b10eSmrgac_must_keep_next=false 100408f3b10eSmrgfor ac_pass in 1 2 100508f3b10eSmrgdo 100608f3b10eSmrg for ac_arg 100708f3b10eSmrg do 100808f3b10eSmrg case $ac_arg in 100908f3b10eSmrg -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 101008f3b10eSmrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 101108f3b10eSmrg | -silent | --silent | --silen | --sile | --sil) 101208f3b10eSmrg continue ;; 101308f3b10eSmrg *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 101408f3b10eSmrg ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 101508f3b10eSmrg esac 101608f3b10eSmrg case $ac_pass in 101708f3b10eSmrg 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 101808f3b10eSmrg 2) 101908f3b10eSmrg ac_configure_args1="$ac_configure_args1 '$ac_arg'" 102008f3b10eSmrg if test $ac_must_keep_next = true; then 102108f3b10eSmrg ac_must_keep_next=false # Got value, back to normal. 102208f3b10eSmrg else 102308f3b10eSmrg case $ac_arg in 102408f3b10eSmrg *=* | --config-cache | -C | -disable-* | --disable-* \ 102508f3b10eSmrg | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 102608f3b10eSmrg | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 102708f3b10eSmrg | -with-* | --with-* | -without-* | --without-* | --x) 102808f3b10eSmrg case "$ac_configure_args0 " in 102908f3b10eSmrg "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 103008f3b10eSmrg esac 103108f3b10eSmrg ;; 103208f3b10eSmrg -* ) ac_must_keep_next=true ;; 103308f3b10eSmrg esac 103408f3b10eSmrg fi 103508f3b10eSmrg ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 103608f3b10eSmrg # Get rid of the leading space. 103708f3b10eSmrg ac_sep=" " 103808f3b10eSmrg ;; 103908f3b10eSmrg esac 104008f3b10eSmrg done 104108f3b10eSmrgdone 104208f3b10eSmrg$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 104308f3b10eSmrg$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 104408f3b10eSmrg 104508f3b10eSmrg# When interrupted or exit'd, cleanup temporary files, and complete 104608f3b10eSmrg# config.log. We remove comments because anyway the quotes in there 104708f3b10eSmrg# would cause problems or look ugly. 104808f3b10eSmrg# WARNING: Be sure not to use single quotes in there, as some shells, 104908f3b10eSmrg# such as our DU 5.0 friend, will then `close' the trap. 105008f3b10eSmrgtrap 'exit_status=$? 105108f3b10eSmrg # Save into config.log some information that might help in debugging. 105208f3b10eSmrg { 105308f3b10eSmrg echo 105408f3b10eSmrg 105508f3b10eSmrg cat <<\_ASBOX 105608f3b10eSmrg## ---------------- ## 105708f3b10eSmrg## Cache variables. ## 105808f3b10eSmrg## ---------------- ## 105908f3b10eSmrg_ASBOX 106008f3b10eSmrg echo 106108f3b10eSmrg # The following way of writing the cache mishandles newlines in values, 106208f3b10eSmrg{ 106308f3b10eSmrg (set) 2>&1 | 106408f3b10eSmrg case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 106508f3b10eSmrg *ac_space=\ *) 106608f3b10eSmrg sed -n \ 106708f3b10eSmrg "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 106808f3b10eSmrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 106908f3b10eSmrg ;; 107008f3b10eSmrg *) 107108f3b10eSmrg sed -n \ 107208f3b10eSmrg "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 107308f3b10eSmrg ;; 107408f3b10eSmrg esac; 107508f3b10eSmrg} 107608f3b10eSmrg echo 107708f3b10eSmrg 107808f3b10eSmrg cat <<\_ASBOX 107908f3b10eSmrg## ----------------- ## 108008f3b10eSmrg## Output variables. ## 108108f3b10eSmrg## ----------------- ## 108208f3b10eSmrg_ASBOX 108308f3b10eSmrg echo 108408f3b10eSmrg for ac_var in $ac_subst_vars 108508f3b10eSmrg do 108608f3b10eSmrg eval ac_val=$`echo $ac_var` 108708f3b10eSmrg echo "$ac_var='"'"'$ac_val'"'"'" 108808f3b10eSmrg done | sort 108908f3b10eSmrg echo 109008f3b10eSmrg 109108f3b10eSmrg if test -n "$ac_subst_files"; then 109208f3b10eSmrg cat <<\_ASBOX 109308f3b10eSmrg## ------------- ## 109408f3b10eSmrg## Output files. ## 109508f3b10eSmrg## ------------- ## 109608f3b10eSmrg_ASBOX 109708f3b10eSmrg echo 109808f3b10eSmrg for ac_var in $ac_subst_files 109908f3b10eSmrg do 110008f3b10eSmrg eval ac_val=$`echo $ac_var` 110108f3b10eSmrg echo "$ac_var='"'"'$ac_val'"'"'" 110208f3b10eSmrg done | sort 110308f3b10eSmrg echo 110408f3b10eSmrg fi 110508f3b10eSmrg 110608f3b10eSmrg if test -s confdefs.h; then 110708f3b10eSmrg cat <<\_ASBOX 110808f3b10eSmrg## ----------- ## 110908f3b10eSmrg## confdefs.h. ## 111008f3b10eSmrg## ----------- ## 111108f3b10eSmrg_ASBOX 111208f3b10eSmrg echo 111308f3b10eSmrg sed "/^$/d" confdefs.h | sort 111408f3b10eSmrg echo 111508f3b10eSmrg fi 111608f3b10eSmrg test "$ac_signal" != 0 && 111708f3b10eSmrg echo "$as_me: caught signal $ac_signal" 111808f3b10eSmrg echo "$as_me: exit $exit_status" 111908f3b10eSmrg } >&5 112008f3b10eSmrg rm -f core *.core && 112108f3b10eSmrg rm -rf conftest* confdefs* conf$$* $ac_clean_files && 112208f3b10eSmrg exit $exit_status 112308f3b10eSmrg ' 0 112408f3b10eSmrgfor ac_signal in 1 2 13 15; do 112508f3b10eSmrg trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 112608f3b10eSmrgdone 112708f3b10eSmrgac_signal=0 112808f3b10eSmrg 112908f3b10eSmrg# confdefs.h avoids OS command line length limits that DEFS can exceed. 113008f3b10eSmrgrm -rf conftest* confdefs.h 113108f3b10eSmrg# AIX cpp loses on an empty file, so make sure it contains at least a newline. 113208f3b10eSmrgecho >confdefs.h 113308f3b10eSmrg 113408f3b10eSmrg# Predefined preprocessor variables. 113508f3b10eSmrg 113608f3b10eSmrgcat >>confdefs.h <<_ACEOF 113708f3b10eSmrg#define PACKAGE_NAME "$PACKAGE_NAME" 113808f3b10eSmrg_ACEOF 113908f3b10eSmrg 114008f3b10eSmrg 114108f3b10eSmrgcat >>confdefs.h <<_ACEOF 114208f3b10eSmrg#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 114308f3b10eSmrg_ACEOF 114408f3b10eSmrg 114508f3b10eSmrg 114608f3b10eSmrgcat >>confdefs.h <<_ACEOF 114708f3b10eSmrg#define PACKAGE_VERSION "$PACKAGE_VERSION" 114808f3b10eSmrg_ACEOF 114908f3b10eSmrg 115008f3b10eSmrg 115108f3b10eSmrgcat >>confdefs.h <<_ACEOF 115208f3b10eSmrg#define PACKAGE_STRING "$PACKAGE_STRING" 115308f3b10eSmrg_ACEOF 115408f3b10eSmrg 115508f3b10eSmrg 115608f3b10eSmrgcat >>confdefs.h <<_ACEOF 115708f3b10eSmrg#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 115808f3b10eSmrg_ACEOF 115908f3b10eSmrg 116008f3b10eSmrg 116108f3b10eSmrg# Let the site file select an alternate cache file if it wants to. 116208f3b10eSmrg# Prefer explicitly selected file to automatically selected ones. 116308f3b10eSmrgif test -z "$CONFIG_SITE"; then 116408f3b10eSmrg if test "x$prefix" != xNONE; then 116508f3b10eSmrg CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 116608f3b10eSmrg else 116708f3b10eSmrg CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 116808f3b10eSmrg fi 116908f3b10eSmrgfi 117008f3b10eSmrgfor ac_site_file in $CONFIG_SITE; do 117108f3b10eSmrg if test -r "$ac_site_file"; then 117208f3b10eSmrg { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 117308f3b10eSmrgecho "$as_me: loading site script $ac_site_file" >&6;} 117408f3b10eSmrg sed 's/^/| /' "$ac_site_file" >&5 117508f3b10eSmrg . "$ac_site_file" 117608f3b10eSmrg fi 117708f3b10eSmrgdone 117808f3b10eSmrg 117908f3b10eSmrgif test -r "$cache_file"; then 118008f3b10eSmrg # Some versions of bash will fail to source /dev/null (special 118108f3b10eSmrg # files actually), so we avoid doing that. 118208f3b10eSmrg if test -f "$cache_file"; then 118308f3b10eSmrg { echo "$as_me:$LINENO: loading cache $cache_file" >&5 118408f3b10eSmrgecho "$as_me: loading cache $cache_file" >&6;} 118508f3b10eSmrg case $cache_file in 118608f3b10eSmrg [\\/]* | ?:[\\/]* ) . $cache_file;; 118708f3b10eSmrg *) . ./$cache_file;; 118808f3b10eSmrg esac 118908f3b10eSmrg fi 119008f3b10eSmrgelse 119108f3b10eSmrg { echo "$as_me:$LINENO: creating cache $cache_file" >&5 119208f3b10eSmrgecho "$as_me: creating cache $cache_file" >&6;} 119308f3b10eSmrg >$cache_file 119408f3b10eSmrgfi 119508f3b10eSmrg 119608f3b10eSmrg# Check that the precious variables saved in the cache have kept the same 119708f3b10eSmrg# value. 119808f3b10eSmrgac_cache_corrupted=false 119908f3b10eSmrgfor ac_var in `(set) 2>&1 | 120008f3b10eSmrg sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 120108f3b10eSmrg eval ac_old_set=\$ac_cv_env_${ac_var}_set 120208f3b10eSmrg eval ac_new_set=\$ac_env_${ac_var}_set 120308f3b10eSmrg eval ac_old_val="\$ac_cv_env_${ac_var}_value" 120408f3b10eSmrg eval ac_new_val="\$ac_env_${ac_var}_value" 120508f3b10eSmrg case $ac_old_set,$ac_new_set in 120608f3b10eSmrg set,) 120708f3b10eSmrg { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 120808f3b10eSmrgecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 120908f3b10eSmrg ac_cache_corrupted=: ;; 121008f3b10eSmrg ,set) 121108f3b10eSmrg { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 121208f3b10eSmrgecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 121308f3b10eSmrg ac_cache_corrupted=: ;; 121408f3b10eSmrg ,);; 121508f3b10eSmrg *) 121608f3b10eSmrg if test "x$ac_old_val" != "x$ac_new_val"; then 121708f3b10eSmrg { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 121808f3b10eSmrgecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 121908f3b10eSmrg { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 122008f3b10eSmrgecho "$as_me: former value: $ac_old_val" >&2;} 122108f3b10eSmrg { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 122208f3b10eSmrgecho "$as_me: current value: $ac_new_val" >&2;} 122308f3b10eSmrg ac_cache_corrupted=: 122408f3b10eSmrg fi;; 122508f3b10eSmrg esac 122608f3b10eSmrg # Pass precious variables to config.status. 122708f3b10eSmrg if test "$ac_new_set" = set; then 122808f3b10eSmrg case $ac_new_val in 122908f3b10eSmrg *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 123008f3b10eSmrg ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 123108f3b10eSmrg *) ac_arg=$ac_var=$ac_new_val ;; 123208f3b10eSmrg esac 123308f3b10eSmrg case " $ac_configure_args " in 123408f3b10eSmrg *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 123508f3b10eSmrg *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 123608f3b10eSmrg esac 123708f3b10eSmrg fi 123808f3b10eSmrgdone 123908f3b10eSmrgif $ac_cache_corrupted; then 124008f3b10eSmrg { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 124108f3b10eSmrgecho "$as_me: error: changes in the environment can compromise the build" >&2;} 124208f3b10eSmrg { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 124308f3b10eSmrgecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 124408f3b10eSmrg { (exit 1); exit 1; }; } 124508f3b10eSmrgfi 124608f3b10eSmrg 124708f3b10eSmrgac_ext=c 124808f3b10eSmrgac_cpp='$CPP $CPPFLAGS' 124908f3b10eSmrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 125008f3b10eSmrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 125108f3b10eSmrgac_compiler_gnu=$ac_cv_c_compiler_gnu 125208f3b10eSmrg 125308f3b10eSmrg 125408f3b10eSmrg 125508f3b10eSmrg 125608f3b10eSmrg 125708f3b10eSmrg 125808f3b10eSmrg 125908f3b10eSmrg 126008f3b10eSmrg 126108f3b10eSmrg 126208f3b10eSmrg 126308f3b10eSmrg 126408f3b10eSmrg 126508f3b10eSmrg 126608f3b10eSmrg 126708f3b10eSmrg 126808f3b10eSmrg 126908f3b10eSmrg 127008f3b10eSmrg 127108f3b10eSmrg 127208f3b10eSmrg 127308f3b10eSmrg 127408f3b10eSmrg 127508f3b10eSmrg 127608f3b10eSmrg 127708f3b10eSmrg 127808f3b10eSmrg 127908f3b10eSmrgam__api_version="1.7" 128008f3b10eSmrgac_aux_dir= 128108f3b10eSmrgfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 128208f3b10eSmrg if test -f $ac_dir/install-sh; then 128308f3b10eSmrg ac_aux_dir=$ac_dir 128408f3b10eSmrg ac_install_sh="$ac_aux_dir/install-sh -c" 128508f3b10eSmrg break 128608f3b10eSmrg elif test -f $ac_dir/install.sh; then 128708f3b10eSmrg ac_aux_dir=$ac_dir 128808f3b10eSmrg ac_install_sh="$ac_aux_dir/install.sh -c" 128908f3b10eSmrg break 129008f3b10eSmrg elif test -f $ac_dir/shtool; then 129108f3b10eSmrg ac_aux_dir=$ac_dir 129208f3b10eSmrg ac_install_sh="$ac_aux_dir/shtool install -c" 129308f3b10eSmrg break 129408f3b10eSmrg fi 129508f3b10eSmrgdone 129608f3b10eSmrgif test -z "$ac_aux_dir"; then 129708f3b10eSmrg { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 129808f3b10eSmrgecho "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 129908f3b10eSmrg { (exit 1); exit 1; }; } 130008f3b10eSmrgfi 130108f3b10eSmrgac_config_guess="$SHELL $ac_aux_dir/config.guess" 130208f3b10eSmrgac_config_sub="$SHELL $ac_aux_dir/config.sub" 130308f3b10eSmrgac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 130408f3b10eSmrg 130508f3b10eSmrg# Find a good install program. We prefer a C program (faster), 130608f3b10eSmrg# so one script is as good as another. But avoid the broken or 130708f3b10eSmrg# incompatible versions: 130808f3b10eSmrg# SysV /etc/install, /usr/sbin/install 130908f3b10eSmrg# SunOS /usr/etc/install 131008f3b10eSmrg# IRIX /sbin/install 131108f3b10eSmrg# AIX /bin/install 131208f3b10eSmrg# AmigaOS /C/install, which installs bootblocks on floppy discs 131308f3b10eSmrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 131408f3b10eSmrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args 131508f3b10eSmrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 131608f3b10eSmrg# OS/2's system install, which has a completely different semantic 131708f3b10eSmrg# ./install, which can be erroneously created by make from ./install.sh. 131808f3b10eSmrgecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5 131908f3b10eSmrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 132008f3b10eSmrgif test -z "$INSTALL"; then 132108f3b10eSmrgif test "${ac_cv_path_install+set}" = set; then 132208f3b10eSmrg echo $ECHO_N "(cached) $ECHO_C" >&6 132308f3b10eSmrgelse 132408f3b10eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 132508f3b10eSmrgfor as_dir in $PATH 132608f3b10eSmrgdo 132708f3b10eSmrg IFS=$as_save_IFS 132808f3b10eSmrg test -z "$as_dir" && as_dir=. 132908f3b10eSmrg # Account for people who put trailing slashes in PATH elements. 133008f3b10eSmrgcase $as_dir/ in 133108f3b10eSmrg ./ | .// | /cC/* | \ 133208f3b10eSmrg /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 133308f3b10eSmrg ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 133408f3b10eSmrg /usr/ucb/* ) ;; 133508f3b10eSmrg *) 133608f3b10eSmrg # OSF1 and SCO ODT 3.0 have their own names for install. 133708f3b10eSmrg # Don't use installbsd from OSF since it installs stuff as root 133808f3b10eSmrg # by default. 133908f3b10eSmrg for ac_prog in ginstall scoinst install; do 134008f3b10eSmrg for ac_exec_ext in '' $ac_executable_extensions; do 134108f3b10eSmrg if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 134208f3b10eSmrg if test $ac_prog = install && 134308f3b10eSmrg grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 134408f3b10eSmrg # AIX install. It has an incompatible calling convention. 134508f3b10eSmrg : 134608f3b10eSmrg elif test $ac_prog = install && 134708f3b10eSmrg grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 134808f3b10eSmrg # program-specific install script used by HP pwplus--don't use. 134908f3b10eSmrg : 135008f3b10eSmrg else 135108f3b10eSmrg ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 135208f3b10eSmrg break 3 135308f3b10eSmrg fi 135408f3b10eSmrg fi 135508f3b10eSmrg done 135608f3b10eSmrg done 135708f3b10eSmrg ;; 135808f3b10eSmrgesac 135908f3b10eSmrgdone 136008f3b10eSmrg 136108f3b10eSmrg 136208f3b10eSmrgfi 136308f3b10eSmrg if test "${ac_cv_path_install+set}" = set; then 136408f3b10eSmrg INSTALL=$ac_cv_path_install 136508f3b10eSmrg else 136608f3b10eSmrg # As a last resort, use the slow shell script. We don't cache a 136708f3b10eSmrg # path for INSTALL within a source directory, because that will 136808f3b10eSmrg # break other packages using the cache if that directory is 136908f3b10eSmrg # removed, or if the path is relative. 137008f3b10eSmrg INSTALL=$ac_install_sh 137108f3b10eSmrg fi 137208f3b10eSmrgfi 137308f3b10eSmrgecho "$as_me:$LINENO: result: $INSTALL" >&5 137408f3b10eSmrgecho "${ECHO_T}$INSTALL" >&6 137508f3b10eSmrg 137608f3b10eSmrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 137708f3b10eSmrg# It thinks the first close brace ends the variable substitution. 137808f3b10eSmrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 137908f3b10eSmrg 138008f3b10eSmrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 138108f3b10eSmrg 138208f3b10eSmrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 138308f3b10eSmrg 138408f3b10eSmrgecho "$as_me:$LINENO: checking whether build environment is sane" >&5 138508f3b10eSmrgecho $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 138608f3b10eSmrg# Just in case 138708f3b10eSmrgsleep 1 138808f3b10eSmrgecho timestamp > conftest.file 138908f3b10eSmrg# Do `set' in a subshell so we don't clobber the current shell's 139008f3b10eSmrg# arguments. Must try -L first in case configure is actually a 139108f3b10eSmrg# symlink; some systems play weird games with the mod time of symlinks 139208f3b10eSmrg# (eg FreeBSD returns the mod time of the symlink's containing 139308f3b10eSmrg# directory). 139408f3b10eSmrgif ( 139508f3b10eSmrg set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 139608f3b10eSmrg if test "$*" = "X"; then 139708f3b10eSmrg # -L didn't work. 139808f3b10eSmrg set X `ls -t $srcdir/configure conftest.file` 139908f3b10eSmrg fi 140008f3b10eSmrg rm -f conftest.file 140108f3b10eSmrg if test "$*" != "X $srcdir/configure conftest.file" \ 140208f3b10eSmrg && test "$*" != "X conftest.file $srcdir/configure"; then 140308f3b10eSmrg 140408f3b10eSmrg # If neither matched, then we have a broken ls. This can happen 140508f3b10eSmrg # if, for instance, CONFIG_SHELL is bash and it inherits a 140608f3b10eSmrg # broken ls alias from the environment. This has actually 140708f3b10eSmrg # happened. Such a system could not be considered "sane". 140808f3b10eSmrg { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 140908f3b10eSmrgalias in your environment" >&5 141008f3b10eSmrgecho "$as_me: error: ls -t appears to fail. Make sure there is not a broken 141108f3b10eSmrgalias in your environment" >&2;} 141208f3b10eSmrg { (exit 1); exit 1; }; } 141308f3b10eSmrg fi 141408f3b10eSmrg 141508f3b10eSmrg test "$2" = conftest.file 141608f3b10eSmrg ) 141708f3b10eSmrgthen 141808f3b10eSmrg # Ok. 141908f3b10eSmrg : 142008f3b10eSmrgelse 142108f3b10eSmrg { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 142208f3b10eSmrgCheck your system clock" >&5 142308f3b10eSmrgecho "$as_me: error: newly created file is older than distributed files! 142408f3b10eSmrgCheck your system clock" >&2;} 142508f3b10eSmrg { (exit 1); exit 1; }; } 142608f3b10eSmrgfi 142708f3b10eSmrgecho "$as_me:$LINENO: result: yes" >&5 142808f3b10eSmrgecho "${ECHO_T}yes" >&6 142908f3b10eSmrgtest "$program_prefix" != NONE && 143008f3b10eSmrg program_transform_name="s,^,$program_prefix,;$program_transform_name" 143108f3b10eSmrg# Use a double $ so make ignores it. 143208f3b10eSmrgtest "$program_suffix" != NONE && 143308f3b10eSmrg program_transform_name="s,\$,$program_suffix,;$program_transform_name" 143408f3b10eSmrg# Double any \ or $. echo might interpret backslashes. 143508f3b10eSmrg# By default was `s,x,x', remove it if useless. 143608f3b10eSmrgcat <<\_ACEOF >conftest.sed 143708f3b10eSmrgs/[\\$]/&&/g;s/;s,x,x,$// 143808f3b10eSmrg_ACEOF 143908f3b10eSmrgprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed` 144008f3b10eSmrgrm conftest.sed 144108f3b10eSmrg 144208f3b10eSmrg 144308f3b10eSmrg# expand $ac_aux_dir to an absolute path 144408f3b10eSmrgam_aux_dir=`cd $ac_aux_dir && pwd` 144508f3b10eSmrg 144608f3b10eSmrgtest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 144708f3b10eSmrg# Use eval to expand $SHELL 144808f3b10eSmrgif eval "$MISSING --run true"; then 144908f3b10eSmrg am_missing_run="$MISSING --run " 145008f3b10eSmrgelse 145108f3b10eSmrg am_missing_run= 145208f3b10eSmrg { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 145308f3b10eSmrgecho "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 145408f3b10eSmrgfi 145508f3b10eSmrg 145608f3b10eSmrgfor ac_prog in gawk mawk nawk awk 145708f3b10eSmrgdo 145808f3b10eSmrg # Extract the first word of "$ac_prog", so it can be a program name with args. 145908f3b10eSmrgset dummy $ac_prog; ac_word=$2 146008f3b10eSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5 146108f3b10eSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 146208f3b10eSmrgif test "${ac_cv_prog_AWK+set}" = set; then 146308f3b10eSmrg echo $ECHO_N "(cached) $ECHO_C" >&6 146408f3b10eSmrgelse 146508f3b10eSmrg if test -n "$AWK"; then 146608f3b10eSmrg ac_cv_prog_AWK="$AWK" # Let the user override the test. 146708f3b10eSmrgelse 146808f3b10eSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 146908f3b10eSmrgfor as_dir in $PATH 147008f3b10eSmrgdo 147108f3b10eSmrg IFS=$as_save_IFS 147208f3b10eSmrg test -z "$as_dir" && as_dir=. 147308f3b10eSmrg for ac_exec_ext in '' $ac_executable_extensions; do 147408f3b10eSmrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 147508f3b10eSmrg ac_cv_prog_AWK="$ac_prog" 147608f3b10eSmrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 147708f3b10eSmrg break 2 147808f3b10eSmrg fi 147908f3b10eSmrgdone 148008f3b10eSmrgdone 148108f3b10eSmrg 148208f3b10eSmrgfi 148308f3b10eSmrgfi 148408f3b10eSmrgAWK=$ac_cv_prog_AWK 148508f3b10eSmrgif test -n "$AWK"; then 148608f3b10eSmrg echo "$as_me:$LINENO: result: $AWK" >&5 148708f3b10eSmrgecho "${ECHO_T}$AWK" >&6 148808f3b10eSmrgelse 148908f3b10eSmrg echo "$as_me:$LINENO: result: no" >&5 149008f3b10eSmrgecho "${ECHO_T}no" >&6 149108f3b10eSmrgfi 149208f3b10eSmrg 149308f3b10eSmrg test -n "$AWK" && break 149408f3b10eSmrgdone 149508f3b10eSmrg 149608f3b10eSmrgecho "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 149708f3b10eSmrgecho $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 149808f3b10eSmrgset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 149908f3b10eSmrgif eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 150008f3b10eSmrg echo $ECHO_N "(cached) $ECHO_C" >&6 150108f3b10eSmrgelse 150208f3b10eSmrg cat >conftest.make <<\_ACEOF 150308f3b10eSmrgall: 150408f3b10eSmrg @echo 'ac_maketemp="$(MAKE)"' 150508f3b10eSmrg_ACEOF 150608f3b10eSmrg# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 150708f3b10eSmrgeval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 150808f3b10eSmrgif test -n "$ac_maketemp"; then 150908f3b10eSmrg eval ac_cv_prog_make_${ac_make}_set=yes 151008f3b10eSmrgelse 151108f3b10eSmrg eval ac_cv_prog_make_${ac_make}_set=no 151208f3b10eSmrgfi 151308f3b10eSmrgrm -f conftest.make 151408f3b10eSmrgfi 151508f3b10eSmrgif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 151608f3b10eSmrg echo "$as_me:$LINENO: result: yes" >&5 151708f3b10eSmrgecho "${ECHO_T}yes" >&6 151808f3b10eSmrg SET_MAKE= 151908f3b10eSmrgelse 152008f3b10eSmrg echo "$as_me:$LINENO: result: no" >&5 152108f3b10eSmrgecho "${ECHO_T}no" >&6 152208f3b10eSmrg SET_MAKE="MAKE=${MAKE-make}" 152308f3b10eSmrgfi 152408f3b10eSmrg 152508f3b10eSmrgrm -rf .tst 2>/dev/null 152608f3b10eSmrgmkdir .tst 2>/dev/null 152708f3b10eSmrgif test -d .tst; then 152808f3b10eSmrg am__leading_dot=. 152908f3b10eSmrgelse 153008f3b10eSmrg am__leading_dot=_ 153108f3b10eSmrgfi 153208f3b10eSmrgrmdir .tst 2>/dev/null 153308f3b10eSmrg 153408f3b10eSmrg # test to see if srcdir already configured 153508f3b10eSmrgif test "`cd $srcdir && pwd`" != "`pwd`" && 153608f3b10eSmrg test -f $srcdir/config.status; then 153708f3b10eSmrg { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 153808f3b10eSmrgecho "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 153908f3b10eSmrg { (exit 1); exit 1; }; } 154008f3b10eSmrgfi 154108f3b10eSmrg 154208f3b10eSmrg# test whether we have cygpath 154308f3b10eSmrgif test -z "$CYGPATH_W"; then 154408f3b10eSmrg if (cygpath --version) >/dev/null 2>/dev/null; then 154508f3b10eSmrg CYGPATH_W='cygpath -w' 154608f3b10eSmrg else 154708f3b10eSmrg CYGPATH_W=echo 154808f3b10eSmrg fi 154908f3b10eSmrgfi 155008f3b10eSmrg 155108f3b10eSmrg 155208f3b10eSmrg# Define the identity of the package. 155308f3b10eSmrg PACKAGE='font-adobe-utopia-100dpi' 155408f3b10eSmrg VERSION='1.0.1' 155508f3b10eSmrg 155608f3b10eSmrg 155708f3b10eSmrgcat >>confdefs.h <<_ACEOF 155808f3b10eSmrg#define PACKAGE "$PACKAGE" 155908f3b10eSmrg_ACEOF 156008f3b10eSmrg 156108f3b10eSmrg 156208f3b10eSmrgcat >>confdefs.h <<_ACEOF 156308f3b10eSmrg#define VERSION "$VERSION" 156408f3b10eSmrg_ACEOF 156508f3b10eSmrg 156608f3b10eSmrg# Some tools Automake needs. 156708f3b10eSmrg 156808f3b10eSmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 156908f3b10eSmrg 157008f3b10eSmrg 157108f3b10eSmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 157208f3b10eSmrg 157308f3b10eSmrg 157408f3b10eSmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 157508f3b10eSmrg 157608f3b10eSmrg 157708f3b10eSmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 157808f3b10eSmrg 157908f3b10eSmrg 158008f3b10eSmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 158108f3b10eSmrg 158208f3b10eSmrg 158308f3b10eSmrgAMTAR=${AMTAR-"${am_missing_run}tar"} 158408f3b10eSmrg 158508f3b10eSmrginstall_sh=${install_sh-"$am_aux_dir/install-sh"} 158608f3b10eSmrg 158708f3b10eSmrg# Installed binaries are usually stripped using `strip' when the user 158808f3b10eSmrg# run `make install-strip'. However `strip' might not be the right 158908f3b10eSmrg# tool to use in cross-compilation environments, therefore Automake 159008f3b10eSmrg# will honor the `STRIP' environment variable to overrule this program. 159108f3b10eSmrgif test "$cross_compiling" != no; then 159208f3b10eSmrg if test -n "$ac_tool_prefix"; then 159308f3b10eSmrg # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 159408f3b10eSmrgset dummy ${ac_tool_prefix}strip; ac_word=$2 159508f3b10eSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5 159608f3b10eSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 159708f3b10eSmrgif test "${ac_cv_prog_STRIP+set}" = set; then 159808f3b10eSmrg echo $ECHO_N "(cached) $ECHO_C" >&6 159908f3b10eSmrgelse 160008f3b10eSmrg if test -n "$STRIP"; then 160108f3b10eSmrg ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 160208f3b10eSmrgelse 160308f3b10eSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 160408f3b10eSmrgfor as_dir in $PATH 160508f3b10eSmrgdo 160608f3b10eSmrg IFS=$as_save_IFS 160708f3b10eSmrg test -z "$as_dir" && as_dir=. 160808f3b10eSmrg for ac_exec_ext in '' $ac_executable_extensions; do 160908f3b10eSmrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 161008f3b10eSmrg ac_cv_prog_STRIP="${ac_tool_prefix}strip" 161108f3b10eSmrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 161208f3b10eSmrg break 2 161308f3b10eSmrg fi 161408f3b10eSmrgdone 161508f3b10eSmrgdone 161608f3b10eSmrg 161708f3b10eSmrgfi 161808f3b10eSmrgfi 161908f3b10eSmrgSTRIP=$ac_cv_prog_STRIP 162008f3b10eSmrgif test -n "$STRIP"; then 162108f3b10eSmrg echo "$as_me:$LINENO: result: $STRIP" >&5 162208f3b10eSmrgecho "${ECHO_T}$STRIP" >&6 162308f3b10eSmrgelse 162408f3b10eSmrg echo "$as_me:$LINENO: result: no" >&5 162508f3b10eSmrgecho "${ECHO_T}no" >&6 162608f3b10eSmrgfi 162708f3b10eSmrg 162808f3b10eSmrgfi 162908f3b10eSmrgif test -z "$ac_cv_prog_STRIP"; then 163008f3b10eSmrg ac_ct_STRIP=$STRIP 163108f3b10eSmrg # Extract the first word of "strip", so it can be a program name with args. 163208f3b10eSmrgset dummy strip; ac_word=$2 163308f3b10eSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5 163408f3b10eSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 163508f3b10eSmrgif test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 163608f3b10eSmrg echo $ECHO_N "(cached) $ECHO_C" >&6 163708f3b10eSmrgelse 163808f3b10eSmrg if test -n "$ac_ct_STRIP"; then 163908f3b10eSmrg ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 164008f3b10eSmrgelse 164108f3b10eSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 164208f3b10eSmrgfor as_dir in $PATH 164308f3b10eSmrgdo 164408f3b10eSmrg IFS=$as_save_IFS 164508f3b10eSmrg test -z "$as_dir" && as_dir=. 164608f3b10eSmrg for ac_exec_ext in '' $ac_executable_extensions; do 164708f3b10eSmrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 164808f3b10eSmrg ac_cv_prog_ac_ct_STRIP="strip" 164908f3b10eSmrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 165008f3b10eSmrg break 2 165108f3b10eSmrg fi 165208f3b10eSmrgdone 165308f3b10eSmrgdone 165408f3b10eSmrg 165508f3b10eSmrg test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" 165608f3b10eSmrgfi 165708f3b10eSmrgfi 165808f3b10eSmrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 165908f3b10eSmrgif test -n "$ac_ct_STRIP"; then 166008f3b10eSmrg echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 166108f3b10eSmrgecho "${ECHO_T}$ac_ct_STRIP" >&6 166208f3b10eSmrgelse 166308f3b10eSmrg echo "$as_me:$LINENO: result: no" >&5 166408f3b10eSmrgecho "${ECHO_T}no" >&6 166508f3b10eSmrgfi 166608f3b10eSmrg 166708f3b10eSmrg STRIP=$ac_ct_STRIP 166808f3b10eSmrgelse 166908f3b10eSmrg STRIP="$ac_cv_prog_STRIP" 167008f3b10eSmrgfi 167108f3b10eSmrg 167208f3b10eSmrgfi 167308f3b10eSmrgINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 167408f3b10eSmrg 167508f3b10eSmrg# We need awk for the "check" target. The system "awk" is bad on 167608f3b10eSmrg# some platforms. 167708f3b10eSmrg 167808f3b10eSmrg 167908f3b10eSmrg 168008f3b10eSmrgecho "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 168108f3b10eSmrgecho $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 168208f3b10eSmrg # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 168308f3b10eSmrgif test "${enable_maintainer_mode+set}" = set; then 168408f3b10eSmrg enableval="$enable_maintainer_mode" 168508f3b10eSmrg USE_MAINTAINER_MODE=$enableval 168608f3b10eSmrgelse 168708f3b10eSmrg USE_MAINTAINER_MODE=no 168808f3b10eSmrgfi; 168908f3b10eSmrg echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 169008f3b10eSmrgecho "${ECHO_T}$USE_MAINTAINER_MODE" >&6 169108f3b10eSmrg 169208f3b10eSmrg 169308f3b10eSmrgif test $USE_MAINTAINER_MODE = yes; then 169408f3b10eSmrg MAINTAINER_MODE_TRUE= 169508f3b10eSmrg MAINTAINER_MODE_FALSE='#' 169608f3b10eSmrgelse 169708f3b10eSmrg MAINTAINER_MODE_TRUE='#' 169808f3b10eSmrg MAINTAINER_MODE_FALSE= 169908f3b10eSmrgfi 170008f3b10eSmrg 170108f3b10eSmrg MAINT=$MAINTAINER_MODE_TRUE 170208f3b10eSmrg 170308f3b10eSmrg 170408f3b10eSmrg 170508f3b10eSmrg# Find a good install program. We prefer a C program (faster), 170608f3b10eSmrg# so one script is as good as another. But avoid the broken or 170708f3b10eSmrg# incompatible versions: 170808f3b10eSmrg# SysV /etc/install, /usr/sbin/install 170908f3b10eSmrg# SunOS /usr/etc/install 171008f3b10eSmrg# IRIX /sbin/install 171108f3b10eSmrg# AIX /bin/install 171208f3b10eSmrg# AmigaOS /C/install, which installs bootblocks on floppy discs 171308f3b10eSmrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 171408f3b10eSmrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args 171508f3b10eSmrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 171608f3b10eSmrg# OS/2's system install, which has a completely different semantic 171708f3b10eSmrg# ./install, which can be erroneously created by make from ./install.sh. 171808f3b10eSmrgecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5 171908f3b10eSmrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 172008f3b10eSmrgif test -z "$INSTALL"; then 172108f3b10eSmrgif test "${ac_cv_path_install+set}" = set; then 172208f3b10eSmrg echo $ECHO_N "(cached) $ECHO_C" >&6 172308f3b10eSmrgelse 172408f3b10eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 172508f3b10eSmrgfor as_dir in $PATH 172608f3b10eSmrgdo 172708f3b10eSmrg IFS=$as_save_IFS 172808f3b10eSmrg test -z "$as_dir" && as_dir=. 172908f3b10eSmrg # Account for people who put trailing slashes in PATH elements. 173008f3b10eSmrgcase $as_dir/ in 173108f3b10eSmrg ./ | .// | /cC/* | \ 173208f3b10eSmrg /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 173308f3b10eSmrg ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 173408f3b10eSmrg /usr/ucb/* ) ;; 173508f3b10eSmrg *) 173608f3b10eSmrg # OSF1 and SCO ODT 3.0 have their own names for install. 173708f3b10eSmrg # Don't use installbsd from OSF since it installs stuff as root 173808f3b10eSmrg # by default. 173908f3b10eSmrg for ac_prog in ginstall scoinst install; do 174008f3b10eSmrg for ac_exec_ext in '' $ac_executable_extensions; do 174108f3b10eSmrg if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 174208f3b10eSmrg if test $ac_prog = install && 174308f3b10eSmrg grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 174408f3b10eSmrg # AIX install. It has an incompatible calling convention. 174508f3b10eSmrg : 174608f3b10eSmrg elif test $ac_prog = install && 174708f3b10eSmrg grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 174808f3b10eSmrg # program-specific install script used by HP pwplus--don't use. 174908f3b10eSmrg : 175008f3b10eSmrg else 175108f3b10eSmrg ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 175208f3b10eSmrg break 3 175308f3b10eSmrg fi 175408f3b10eSmrg fi 175508f3b10eSmrg done 175608f3b10eSmrg done 175708f3b10eSmrg ;; 175808f3b10eSmrgesac 175908f3b10eSmrgdone 176008f3b10eSmrg 176108f3b10eSmrg 176208f3b10eSmrgfi 176308f3b10eSmrg if test "${ac_cv_path_install+set}" = set; then 176408f3b10eSmrg INSTALL=$ac_cv_path_install 176508f3b10eSmrg else 176608f3b10eSmrg # As a last resort, use the slow shell script. We don't cache a 176708f3b10eSmrg # path for INSTALL within a source directory, because that will 176808f3b10eSmrg # break other packages using the cache if that directory is 176908f3b10eSmrg # removed, or if the path is relative. 177008f3b10eSmrg INSTALL=$ac_install_sh 177108f3b10eSmrg fi 177208f3b10eSmrgfi 177308f3b10eSmrgecho "$as_me:$LINENO: result: $INSTALL" >&5 177408f3b10eSmrgecho "${ECHO_T}$INSTALL" >&6 177508f3b10eSmrg 177608f3b10eSmrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 177708f3b10eSmrg# It thinks the first close brace ends the variable substitution. 177808f3b10eSmrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 177908f3b10eSmrg 178008f3b10eSmrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 178108f3b10eSmrg 178208f3b10eSmrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 178308f3b10eSmrg 178408f3b10eSmrg 178508f3b10eSmrg# Extract the first word of "bdftopcf", so it can be a program name with args. 178608f3b10eSmrgset dummy bdftopcf; ac_word=$2 178708f3b10eSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5 178808f3b10eSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 178908f3b10eSmrgif test "${ac_cv_path_BDFTOPCF+set}" = set; then 179008f3b10eSmrg echo $ECHO_N "(cached) $ECHO_C" >&6 179108f3b10eSmrgelse 179208f3b10eSmrg case $BDFTOPCF in 179308f3b10eSmrg [\\/]* | ?:[\\/]*) 179408f3b10eSmrg ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path. 179508f3b10eSmrg ;; 179608f3b10eSmrg *) 179708f3b10eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 179808f3b10eSmrgfor as_dir in $PATH 179908f3b10eSmrgdo 180008f3b10eSmrg IFS=$as_save_IFS 180108f3b10eSmrg test -z "$as_dir" && as_dir=. 180208f3b10eSmrg for ac_exec_ext in '' $ac_executable_extensions; do 180308f3b10eSmrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 180408f3b10eSmrg ac_cv_path_BDFTOPCF="$as_dir/$ac_word$ac_exec_ext" 180508f3b10eSmrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 180608f3b10eSmrg break 2 180708f3b10eSmrg fi 180808f3b10eSmrgdone 180908f3b10eSmrgdone 181008f3b10eSmrg 181108f3b10eSmrg ;; 181208f3b10eSmrgesac 181308f3b10eSmrgfi 181408f3b10eSmrgBDFTOPCF=$ac_cv_path_BDFTOPCF 181508f3b10eSmrg 181608f3b10eSmrgif test -n "$BDFTOPCF"; then 181708f3b10eSmrg echo "$as_me:$LINENO: result: $BDFTOPCF" >&5 181808f3b10eSmrgecho "${ECHO_T}$BDFTOPCF" >&6 181908f3b10eSmrgelse 182008f3b10eSmrg echo "$as_me:$LINENO: result: no" >&5 182108f3b10eSmrgecho "${ECHO_T}no" >&6 182208f3b10eSmrgfi 182308f3b10eSmrg 182408f3b10eSmrg# Extract the first word of "ucs2any", so it can be a program name with args. 182508f3b10eSmrgset dummy ucs2any; ac_word=$2 182608f3b10eSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5 182708f3b10eSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 182808f3b10eSmrgif test "${ac_cv_path_UCS2ANY+set}" = set; then 182908f3b10eSmrg echo $ECHO_N "(cached) $ECHO_C" >&6 183008f3b10eSmrgelse 183108f3b10eSmrg case $UCS2ANY in 183208f3b10eSmrg [\\/]* | ?:[\\/]*) 183308f3b10eSmrg ac_cv_path_UCS2ANY="$UCS2ANY" # Let the user override the test with a path. 183408f3b10eSmrg ;; 183508f3b10eSmrg *) 183608f3b10eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 183708f3b10eSmrgfor as_dir in $PATH 183808f3b10eSmrgdo 183908f3b10eSmrg IFS=$as_save_IFS 184008f3b10eSmrg test -z "$as_dir" && as_dir=. 184108f3b10eSmrg for ac_exec_ext in '' $ac_executable_extensions; do 184208f3b10eSmrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 184308f3b10eSmrg ac_cv_path_UCS2ANY="$as_dir/$ac_word$ac_exec_ext" 184408f3b10eSmrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 184508f3b10eSmrg break 2 184608f3b10eSmrg fi 184708f3b10eSmrgdone 184808f3b10eSmrgdone 184908f3b10eSmrg 185008f3b10eSmrg ;; 185108f3b10eSmrgesac 185208f3b10eSmrgfi 185308f3b10eSmrgUCS2ANY=$ac_cv_path_UCS2ANY 185408f3b10eSmrg 185508f3b10eSmrgif test -n "$UCS2ANY"; then 185608f3b10eSmrg echo "$as_me:$LINENO: result: $UCS2ANY" >&5 185708f3b10eSmrgecho "${ECHO_T}$UCS2ANY" >&6 185808f3b10eSmrgelse 185908f3b10eSmrg echo "$as_me:$LINENO: result: no" >&5 186008f3b10eSmrgecho "${ECHO_T}no" >&6 186108f3b10eSmrgfi 186208f3b10eSmrg 186308f3b10eSmrg# Extract the first word of "mkfontscale", so it can be a program name with args. 186408f3b10eSmrgset dummy mkfontscale; ac_word=$2 186508f3b10eSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5 186608f3b10eSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 186708f3b10eSmrgif test "${ac_cv_path_MKFONTSCALE+set}" = set; then 186808f3b10eSmrg echo $ECHO_N "(cached) $ECHO_C" >&6 186908f3b10eSmrgelse 187008f3b10eSmrg case $MKFONTSCALE in 187108f3b10eSmrg [\\/]* | ?:[\\/]*) 187208f3b10eSmrg ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path. 187308f3b10eSmrg ;; 187408f3b10eSmrg *) 187508f3b10eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 187608f3b10eSmrgfor as_dir in $PATH 187708f3b10eSmrgdo 187808f3b10eSmrg IFS=$as_save_IFS 187908f3b10eSmrg test -z "$as_dir" && as_dir=. 188008f3b10eSmrg for ac_exec_ext in '' $ac_executable_extensions; do 188108f3b10eSmrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 188208f3b10eSmrg ac_cv_path_MKFONTSCALE="$as_dir/$ac_word$ac_exec_ext" 188308f3b10eSmrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 188408f3b10eSmrg break 2 188508f3b10eSmrg fi 188608f3b10eSmrgdone 188708f3b10eSmrgdone 188808f3b10eSmrg 188908f3b10eSmrg ;; 189008f3b10eSmrgesac 189108f3b10eSmrgfi 189208f3b10eSmrgMKFONTSCALE=$ac_cv_path_MKFONTSCALE 189308f3b10eSmrg 189408f3b10eSmrgif test -n "$MKFONTSCALE"; then 189508f3b10eSmrg echo "$as_me:$LINENO: result: $MKFONTSCALE" >&5 189608f3b10eSmrgecho "${ECHO_T}$MKFONTSCALE" >&6 189708f3b10eSmrgelse 189808f3b10eSmrg echo "$as_me:$LINENO: result: no" >&5 189908f3b10eSmrgecho "${ECHO_T}no" >&6 190008f3b10eSmrgfi 190108f3b10eSmrg 190208f3b10eSmrg# Extract the first word of "mkfontdir", so it can be a program name with args. 190308f3b10eSmrgset dummy mkfontdir; ac_word=$2 190408f3b10eSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5 190508f3b10eSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 190608f3b10eSmrgif test "${ac_cv_path_MKFONTDIR+set}" = set; then 190708f3b10eSmrg echo $ECHO_N "(cached) $ECHO_C" >&6 190808f3b10eSmrgelse 190908f3b10eSmrg case $MKFONTDIR in 191008f3b10eSmrg [\\/]* | ?:[\\/]*) 191108f3b10eSmrg ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 191208f3b10eSmrg ;; 191308f3b10eSmrg *) 191408f3b10eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 191508f3b10eSmrgfor as_dir in $PATH 191608f3b10eSmrgdo 191708f3b10eSmrg IFS=$as_save_IFS 191808f3b10eSmrg test -z "$as_dir" && as_dir=. 191908f3b10eSmrg for ac_exec_ext in '' $ac_executable_extensions; do 192008f3b10eSmrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 192108f3b10eSmrg ac_cv_path_MKFONTDIR="$as_dir/$ac_word$ac_exec_ext" 192208f3b10eSmrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 192308f3b10eSmrg break 2 192408f3b10eSmrg fi 192508f3b10eSmrgdone 192608f3b10eSmrgdone 192708f3b10eSmrg 192808f3b10eSmrg ;; 192908f3b10eSmrgesac 193008f3b10eSmrgfi 193108f3b10eSmrgMKFONTDIR=$ac_cv_path_MKFONTDIR 193208f3b10eSmrg 193308f3b10eSmrgif test -n "$MKFONTDIR"; then 193408f3b10eSmrg echo "$as_me:$LINENO: result: $MKFONTDIR" >&5 193508f3b10eSmrgecho "${ECHO_T}$MKFONTDIR" >&6 193608f3b10eSmrgelse 193708f3b10eSmrg echo "$as_me:$LINENO: result: no" >&5 193808f3b10eSmrgecho "${ECHO_T}no" >&6 193908f3b10eSmrgfi 194008f3b10eSmrg 194108f3b10eSmrg 194208f3b10eSmrg 194308f3b10eSmrg 194408f3b10eSmrgDEFAULT_FONTDIR=${libdir}/X11/fonts/100dpi 194508f3b10eSmrg 194608f3b10eSmrg# Check whether --with-fontdir or --without-fontdir was given. 194708f3b10eSmrgif test "${with_fontdir+set}" = set; then 194808f3b10eSmrg withval="$with_fontdir" 194908f3b10eSmrg FONTDIR="$withval" 195008f3b10eSmrgelse 195108f3b10eSmrg FONTDIR="$DEFAULT_FONTDIR" 195208f3b10eSmrgfi; 195308f3b10eSmrg 195408f3b10eSmrg 195508f3b10eSmrg 195608f3b10eSmrg 195708f3b10eSmrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 195808f3b10eSmrg if test -n "$ac_tool_prefix"; then 195908f3b10eSmrg # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 196008f3b10eSmrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2 196108f3b10eSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5 196208f3b10eSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 196308f3b10eSmrgif test "${ac_cv_path_PKG_CONFIG+set}" = set; then 196408f3b10eSmrg echo $ECHO_N "(cached) $ECHO_C" >&6 196508f3b10eSmrgelse 196608f3b10eSmrg case $PKG_CONFIG in 196708f3b10eSmrg [\\/]* | ?:[\\/]*) 196808f3b10eSmrg ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 196908f3b10eSmrg ;; 197008f3b10eSmrg *) 197108f3b10eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 197208f3b10eSmrgfor as_dir in $PATH 197308f3b10eSmrgdo 197408f3b10eSmrg IFS=$as_save_IFS 197508f3b10eSmrg test -z "$as_dir" && as_dir=. 197608f3b10eSmrg for ac_exec_ext in '' $ac_executable_extensions; do 197708f3b10eSmrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 197808f3b10eSmrg ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 197908f3b10eSmrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 198008f3b10eSmrg break 2 198108f3b10eSmrg fi 198208f3b10eSmrgdone 198308f3b10eSmrgdone 198408f3b10eSmrg 198508f3b10eSmrg ;; 198608f3b10eSmrgesac 198708f3b10eSmrgfi 198808f3b10eSmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG 198908f3b10eSmrg 199008f3b10eSmrgif test -n "$PKG_CONFIG"; then 199108f3b10eSmrg echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 199208f3b10eSmrgecho "${ECHO_T}$PKG_CONFIG" >&6 199308f3b10eSmrgelse 199408f3b10eSmrg echo "$as_me:$LINENO: result: no" >&5 199508f3b10eSmrgecho "${ECHO_T}no" >&6 199608f3b10eSmrgfi 199708f3b10eSmrg 199808f3b10eSmrgfi 199908f3b10eSmrgif test -z "$ac_cv_path_PKG_CONFIG"; then 200008f3b10eSmrg ac_pt_PKG_CONFIG=$PKG_CONFIG 200108f3b10eSmrg # Extract the first word of "pkg-config", so it can be a program name with args. 200208f3b10eSmrgset dummy pkg-config; ac_word=$2 200308f3b10eSmrgecho "$as_me:$LINENO: checking for $ac_word" >&5 200408f3b10eSmrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 200508f3b10eSmrgif test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then 200608f3b10eSmrg echo $ECHO_N "(cached) $ECHO_C" >&6 200708f3b10eSmrgelse 200808f3b10eSmrg case $ac_pt_PKG_CONFIG in 200908f3b10eSmrg [\\/]* | ?:[\\/]*) 201008f3b10eSmrg ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 201108f3b10eSmrg ;; 201208f3b10eSmrg *) 201308f3b10eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 201408f3b10eSmrgfor as_dir in $PATH 201508f3b10eSmrgdo 201608f3b10eSmrg IFS=$as_save_IFS 201708f3b10eSmrg test -z "$as_dir" && as_dir=. 201808f3b10eSmrg for ac_exec_ext in '' $ac_executable_extensions; do 201908f3b10eSmrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 202008f3b10eSmrg ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 202108f3b10eSmrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 202208f3b10eSmrg break 2 202308f3b10eSmrg fi 202408f3b10eSmrgdone 202508f3b10eSmrgdone 202608f3b10eSmrg 202708f3b10eSmrg ;; 202808f3b10eSmrgesac 202908f3b10eSmrgfi 203008f3b10eSmrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 203108f3b10eSmrg 203208f3b10eSmrgif test -n "$ac_pt_PKG_CONFIG"; then 203308f3b10eSmrg echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 203408f3b10eSmrgecho "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 203508f3b10eSmrgelse 203608f3b10eSmrg echo "$as_me:$LINENO: result: no" >&5 203708f3b10eSmrgecho "${ECHO_T}no" >&6 203808f3b10eSmrgfi 203908f3b10eSmrg 204008f3b10eSmrg PKG_CONFIG=$ac_pt_PKG_CONFIG 204108f3b10eSmrgelse 204208f3b10eSmrg PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 204308f3b10eSmrgfi 204408f3b10eSmrg 204508f3b10eSmrgfi 204608f3b10eSmrgif test -n "$PKG_CONFIG"; then 204708f3b10eSmrg _pkg_min_version=0.9.0 204808f3b10eSmrg echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 204908f3b10eSmrgecho $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6 205008f3b10eSmrg if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 205108f3b10eSmrg echo "$as_me:$LINENO: result: yes" >&5 205208f3b10eSmrgecho "${ECHO_T}yes" >&6 205308f3b10eSmrg else 205408f3b10eSmrg echo "$as_me:$LINENO: result: no" >&5 205508f3b10eSmrgecho "${ECHO_T}no" >&6 205608f3b10eSmrg PKG_CONFIG="" 205708f3b10eSmrg fi 205808f3b10eSmrg 205908f3b10eSmrgfi 206008f3b10eSmrg 206108f3b10eSmrgpkg_failed=no 206208f3b10eSmrgecho "$as_me:$LINENO: checking for MAPS" >&5 206308f3b10eSmrgecho $ECHO_N "checking for MAPS... $ECHO_C" >&6 206408f3b10eSmrg 206508f3b10eSmrgif test -n "$PKG_CONFIG"; then 206608f3b10eSmrg if test -n "$MAPS_CFLAGS"; then 206708f3b10eSmrg pkg_cv_MAPS_CFLAGS="$MAPS_CFLAGS" 206808f3b10eSmrg else 206908f3b10eSmrg if test -n "$PKG_CONFIG" && \ 207008f3b10eSmrg { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5 207108f3b10eSmrg ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5 207208f3b10eSmrg ac_status=$? 207308f3b10eSmrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 207408f3b10eSmrg (exit $ac_status); }; then 207508f3b10eSmrg pkg_cv_MAPS_CFLAGS=`$PKG_CONFIG --cflags "fontutil" 2>/dev/null` 207608f3b10eSmrgelse 207708f3b10eSmrg pkg_failed=yes 207808f3b10eSmrgfi 207908f3b10eSmrg fi 208008f3b10eSmrgelse 208108f3b10eSmrg pkg_failed=untried 208208f3b10eSmrgfi 208308f3b10eSmrgif test -n "$PKG_CONFIG"; then 208408f3b10eSmrg if test -n "$MAPS_LIBS"; then 208508f3b10eSmrg pkg_cv_MAPS_LIBS="$MAPS_LIBS" 208608f3b10eSmrg else 208708f3b10eSmrg if test -n "$PKG_CONFIG" && \ 208808f3b10eSmrg { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5 208908f3b10eSmrg ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5 209008f3b10eSmrg ac_status=$? 209108f3b10eSmrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 209208f3b10eSmrg (exit $ac_status); }; then 209308f3b10eSmrg pkg_cv_MAPS_LIBS=`$PKG_CONFIG --libs "fontutil" 2>/dev/null` 209408f3b10eSmrgelse 209508f3b10eSmrg pkg_failed=yes 209608f3b10eSmrgfi 209708f3b10eSmrg fi 209808f3b10eSmrgelse 209908f3b10eSmrg pkg_failed=untried 210008f3b10eSmrgfi 210108f3b10eSmrg 210208f3b10eSmrg 210308f3b10eSmrg 210408f3b10eSmrgif test $pkg_failed = yes; then 210508f3b10eSmrg 210608f3b10eSmrgif $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 210708f3b10eSmrg _pkg_short_errors_supported=yes 210808f3b10eSmrgelse 210908f3b10eSmrg _pkg_short_errors_supported=no 211008f3b10eSmrgfi 211108f3b10eSmrg if test $_pkg_short_errors_supported = yes; then 211208f3b10eSmrg MAPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "fontutil"` 211308f3b10eSmrg else 211408f3b10eSmrg MAPS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontutil"` 211508f3b10eSmrg fi 211608f3b10eSmrg # Put the nasty error message in config.log where it belongs 211708f3b10eSmrg echo "$MAPS_PKG_ERRORS" >&5 211808f3b10eSmrg 211908f3b10eSmrg { { echo "$as_me:$LINENO: error: Package requirements (fontutil) were not met: 212008f3b10eSmrg 212108f3b10eSmrg$MAPS_PKG_ERRORS 212208f3b10eSmrg 212308f3b10eSmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you 212408f3b10eSmrginstalled software in a non-standard prefix. 212508f3b10eSmrg 212608f3b10eSmrgAlternatively, you may set the environment variables MAPS_CFLAGS 212708f3b10eSmrgand MAPS_LIBS to avoid the need to call pkg-config. 212808f3b10eSmrgSee the pkg-config man page for more details. 212908f3b10eSmrg" >&5 213008f3b10eSmrgecho "$as_me: error: Package requirements (fontutil) were not met: 213108f3b10eSmrg 213208f3b10eSmrg$MAPS_PKG_ERRORS 213308f3b10eSmrg 213408f3b10eSmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you 213508f3b10eSmrginstalled software in a non-standard prefix. 213608f3b10eSmrg 213708f3b10eSmrgAlternatively, you may set the environment variables MAPS_CFLAGS 213808f3b10eSmrgand MAPS_LIBS to avoid the need to call pkg-config. 213908f3b10eSmrgSee the pkg-config man page for more details. 214008f3b10eSmrg" >&2;} 214108f3b10eSmrg { (exit 1); exit 1; }; } 214208f3b10eSmrgelif test $pkg_failed = untried; then 214308f3b10eSmrg { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it 214408f3b10eSmrgis in your PATH or set the PKG_CONFIG environment variable to the full 214508f3b10eSmrgpath to pkg-config. 214608f3b10eSmrg 214708f3b10eSmrgAlternatively, you may set the environment variables MAPS_CFLAGS 214808f3b10eSmrgand MAPS_LIBS to avoid the need to call pkg-config. 214908f3b10eSmrgSee the pkg-config man page for more details. 215008f3b10eSmrg 215108f3b10eSmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. 215208f3b10eSmrgSee \`config.log' for more details." >&5 215308f3b10eSmrgecho "$as_me: error: The pkg-config script could not be found or is too old. Make sure it 215408f3b10eSmrgis in your PATH or set the PKG_CONFIG environment variable to the full 215508f3b10eSmrgpath to pkg-config. 215608f3b10eSmrg 215708f3b10eSmrgAlternatively, you may set the environment variables MAPS_CFLAGS 215808f3b10eSmrgand MAPS_LIBS to avoid the need to call pkg-config. 215908f3b10eSmrgSee the pkg-config man page for more details. 216008f3b10eSmrg 216108f3b10eSmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. 216208f3b10eSmrgSee \`config.log' for more details." >&2;} 216308f3b10eSmrg { (exit 1); exit 1; }; } 216408f3b10eSmrgelse 216508f3b10eSmrg MAPS_CFLAGS=$pkg_cv_MAPS_CFLAGS 216608f3b10eSmrg MAPS_LIBS=$pkg_cv_MAPS_LIBS 216708f3b10eSmrg echo "$as_me:$LINENO: result: yes" >&5 216808f3b10eSmrgecho "${ECHO_T}yes" >&6 216908f3b10eSmrg : 217008f3b10eSmrgfi 217108f3b10eSmrgMAPFILES_PATH=$(pkg-config --variable=mapdir fontutil) 217208f3b10eSmrg 217308f3b10eSmrg 217408f3b10eSmrg 217508f3b10eSmrg # Check whether --enable-iso8859-1 or --disable-iso8859-1 was given. 217608f3b10eSmrgif test "${enable_iso8859_1+set}" = set; then 217708f3b10eSmrg enableval="$enable_iso8859_1" 217808f3b10eSmrg ISO8859_1=$enableval 217908f3b10eSmrgelse 218008f3b10eSmrg ISO8859_1=yes 218108f3b10eSmrgfi; 218208f3b10eSmrg echo "$as_me:$LINENO: checking whether to build ISO8859-1 fonts" >&5 218308f3b10eSmrgecho $ECHO_N "checking whether to build ISO8859-1 fonts... $ECHO_C" >&6 218408f3b10eSmrg echo "$as_me:$LINENO: result: $ISO8859_1" >&5 218508f3b10eSmrgecho "${ECHO_T}$ISO8859_1" >&6 218608f3b10eSmrg 218708f3b10eSmrg 218808f3b10eSmrgif test "x$ISO8859_1" = xyes; then 218908f3b10eSmrg ISO8859_1_TRUE= 219008f3b10eSmrg ISO8859_1_FALSE='#' 219108f3b10eSmrgelse 219208f3b10eSmrg ISO8859_1_TRUE='#' 219308f3b10eSmrg ISO8859_1_FALSE= 219408f3b10eSmrgfi 219508f3b10eSmrg 219608f3b10eSmrg 219708f3b10eSmrg 219808f3b10eSmrg # Check whether --enable-iso8859-2 or --disable-iso8859-2 was given. 219908f3b10eSmrgif test "${enable_iso8859_2+set}" = set; then 220008f3b10eSmrg enableval="$enable_iso8859_2" 220108f3b10eSmrg ISO8859_2=$enableval 220208f3b10eSmrgelse 220308f3b10eSmrg ISO8859_2=yes 220408f3b10eSmrgfi; 220508f3b10eSmrg echo "$as_me:$LINENO: checking whether to build ISO8859-2 fonts" >&5 220608f3b10eSmrgecho $ECHO_N "checking whether to build ISO8859-2 fonts... $ECHO_C" >&6 220708f3b10eSmrg echo "$as_me:$LINENO: result: $ISO8859_2" >&5 220808f3b10eSmrgecho "${ECHO_T}$ISO8859_2" >&6 220908f3b10eSmrg 221008f3b10eSmrg 221108f3b10eSmrgif test "x$ISO8859_2" = xyes; then 221208f3b10eSmrg ISO8859_2_TRUE= 221308f3b10eSmrg ISO8859_2_FALSE='#' 221408f3b10eSmrgelse 221508f3b10eSmrg ISO8859_2_TRUE='#' 221608f3b10eSmrg ISO8859_2_FALSE= 221708f3b10eSmrgfi 221808f3b10eSmrg 221908f3b10eSmrg 222008f3b10eSmrg 222108f3b10eSmrg # Check whether --enable-iso8859-3 or --disable-iso8859-3 was given. 222208f3b10eSmrgif test "${enable_iso8859_3+set}" = set; then 222308f3b10eSmrg enableval="$enable_iso8859_3" 222408f3b10eSmrg ISO8859_3=$enableval 222508f3b10eSmrgelse 222608f3b10eSmrg ISO8859_3=yes 222708f3b10eSmrgfi; 222808f3b10eSmrg echo "$as_me:$LINENO: checking whether to build ISO8859-3 fonts" >&5 222908f3b10eSmrgecho $ECHO_N "checking whether to build ISO8859-3 fonts... $ECHO_C" >&6 223008f3b10eSmrg echo "$as_me:$LINENO: result: $ISO8859_3" >&5 223108f3b10eSmrgecho "${ECHO_T}$ISO8859_3" >&6 223208f3b10eSmrg 223308f3b10eSmrg 223408f3b10eSmrgif test "x$ISO8859_3" = xyes; then 223508f3b10eSmrg ISO8859_3_TRUE= 223608f3b10eSmrg ISO8859_3_FALSE='#' 223708f3b10eSmrgelse 223808f3b10eSmrg ISO8859_3_TRUE='#' 223908f3b10eSmrg ISO8859_3_FALSE= 224008f3b10eSmrgfi 224108f3b10eSmrg 224208f3b10eSmrg 224308f3b10eSmrg 224408f3b10eSmrg # Check whether --enable-iso8859-4 or --disable-iso8859-4 was given. 224508f3b10eSmrgif test "${enable_iso8859_4+set}" = set; then 224608f3b10eSmrg enableval="$enable_iso8859_4" 224708f3b10eSmrg ISO8859_4=$enableval 224808f3b10eSmrgelse 224908f3b10eSmrg ISO8859_4=yes 225008f3b10eSmrgfi; 225108f3b10eSmrg echo "$as_me:$LINENO: checking whether to build ISO8859-4 fonts" >&5 225208f3b10eSmrgecho $ECHO_N "checking whether to build ISO8859-4 fonts... $ECHO_C" >&6 225308f3b10eSmrg echo "$as_me:$LINENO: result: $ISO8859_4" >&5 225408f3b10eSmrgecho "${ECHO_T}$ISO8859_4" >&6 225508f3b10eSmrg 225608f3b10eSmrg 225708f3b10eSmrgif test "x$ISO8859_4" = xyes; then 225808f3b10eSmrg ISO8859_4_TRUE= 225908f3b10eSmrg ISO8859_4_FALSE='#' 226008f3b10eSmrgelse 226108f3b10eSmrg ISO8859_4_TRUE='#' 226208f3b10eSmrg ISO8859_4_FALSE= 226308f3b10eSmrgfi 226408f3b10eSmrg 226508f3b10eSmrg 226608f3b10eSmrg 226708f3b10eSmrg # Check whether --enable-iso8859-9 or --disable-iso8859-9 was given. 226808f3b10eSmrgif test "${enable_iso8859_9+set}" = set; then 226908f3b10eSmrg enableval="$enable_iso8859_9" 227008f3b10eSmrg ISO8859_9=$enableval 227108f3b10eSmrgelse 227208f3b10eSmrg ISO8859_9=yes 227308f3b10eSmrgfi; 227408f3b10eSmrg echo "$as_me:$LINENO: checking whether to build ISO8859-9 fonts" >&5 227508f3b10eSmrgecho $ECHO_N "checking whether to build ISO8859-9 fonts... $ECHO_C" >&6 227608f3b10eSmrg echo "$as_me:$LINENO: result: $ISO8859_9" >&5 227708f3b10eSmrgecho "${ECHO_T}$ISO8859_9" >&6 227808f3b10eSmrg 227908f3b10eSmrg 228008f3b10eSmrgif test "x$ISO8859_9" = xyes; then 228108f3b10eSmrg ISO8859_9_TRUE= 228208f3b10eSmrg ISO8859_9_FALSE='#' 228308f3b10eSmrgelse 228408f3b10eSmrg ISO8859_9_TRUE='#' 228508f3b10eSmrg ISO8859_9_FALSE= 228608f3b10eSmrgfi 228708f3b10eSmrg 228808f3b10eSmrg 228908f3b10eSmrg 229008f3b10eSmrg # Check whether --enable-iso8859-10 or --disable-iso8859-10 was given. 229108f3b10eSmrgif test "${enable_iso8859_10+set}" = set; then 229208f3b10eSmrg enableval="$enable_iso8859_10" 229308f3b10eSmrg ISO8859_10=$enableval 229408f3b10eSmrgelse 229508f3b10eSmrg ISO8859_10=yes 229608f3b10eSmrgfi; 229708f3b10eSmrg echo "$as_me:$LINENO: checking whether to build ISO8859-10 fonts" >&5 229808f3b10eSmrgecho $ECHO_N "checking whether to build ISO8859-10 fonts... $ECHO_C" >&6 229908f3b10eSmrg echo "$as_me:$LINENO: result: $ISO8859_10" >&5 230008f3b10eSmrgecho "${ECHO_T}$ISO8859_10" >&6 230108f3b10eSmrg 230208f3b10eSmrg 230308f3b10eSmrgif test "x$ISO8859_10" = xyes; then 230408f3b10eSmrg ISO8859_10_TRUE= 230508f3b10eSmrg ISO8859_10_FALSE='#' 230608f3b10eSmrgelse 230708f3b10eSmrg ISO8859_10_TRUE='#' 230808f3b10eSmrg ISO8859_10_FALSE= 230908f3b10eSmrgfi 231008f3b10eSmrg 231108f3b10eSmrg 231208f3b10eSmrg 231308f3b10eSmrg # Check whether --enable-iso8859-13 or --disable-iso8859-13 was given. 231408f3b10eSmrgif test "${enable_iso8859_13+set}" = set; then 231508f3b10eSmrg enableval="$enable_iso8859_13" 231608f3b10eSmrg ISO8859_13=$enableval 231708f3b10eSmrgelse 231808f3b10eSmrg ISO8859_13=yes 231908f3b10eSmrgfi; 232008f3b10eSmrg echo "$as_me:$LINENO: checking whether to build ISO8859-13 fonts" >&5 232108f3b10eSmrgecho $ECHO_N "checking whether to build ISO8859-13 fonts... $ECHO_C" >&6 232208f3b10eSmrg echo "$as_me:$LINENO: result: $ISO8859_13" >&5 232308f3b10eSmrgecho "${ECHO_T}$ISO8859_13" >&6 232408f3b10eSmrg 232508f3b10eSmrg 232608f3b10eSmrgif test "x$ISO8859_13" = xyes; then 232708f3b10eSmrg ISO8859_13_TRUE= 232808f3b10eSmrg ISO8859_13_FALSE='#' 232908f3b10eSmrgelse 233008f3b10eSmrg ISO8859_13_TRUE='#' 233108f3b10eSmrg ISO8859_13_FALSE= 233208f3b10eSmrgfi 233308f3b10eSmrg 233408f3b10eSmrg 233508f3b10eSmrg 233608f3b10eSmrg # Check whether --enable-iso8859-14 or --disable-iso8859-14 was given. 233708f3b10eSmrgif test "${enable_iso8859_14+set}" = set; then 233808f3b10eSmrg enableval="$enable_iso8859_14" 233908f3b10eSmrg ISO8859_14=$enableval 234008f3b10eSmrgelse 234108f3b10eSmrg ISO8859_14=yes 234208f3b10eSmrgfi; 234308f3b10eSmrg echo "$as_me:$LINENO: checking whether to build ISO8859-14 fonts" >&5 234408f3b10eSmrgecho $ECHO_N "checking whether to build ISO8859-14 fonts... $ECHO_C" >&6 234508f3b10eSmrg echo "$as_me:$LINENO: result: $ISO8859_14" >&5 234608f3b10eSmrgecho "${ECHO_T}$ISO8859_14" >&6 234708f3b10eSmrg 234808f3b10eSmrg 234908f3b10eSmrgif test "x$ISO8859_14" = xyes; then 235008f3b10eSmrg ISO8859_14_TRUE= 235108f3b10eSmrg ISO8859_14_FALSE='#' 235208f3b10eSmrgelse 235308f3b10eSmrg ISO8859_14_TRUE='#' 235408f3b10eSmrg ISO8859_14_FALSE= 235508f3b10eSmrgfi 235608f3b10eSmrg 235708f3b10eSmrg 235808f3b10eSmrg 235908f3b10eSmrg # Check whether --enable-iso8859-15 or --disable-iso8859-15 was given. 236008f3b10eSmrgif test "${enable_iso8859_15+set}" = set; then 236108f3b10eSmrg enableval="$enable_iso8859_15" 236208f3b10eSmrg ISO8859_15=$enableval 236308f3b10eSmrgelse 236408f3b10eSmrg ISO8859_15=yes 236508f3b10eSmrgfi; 236608f3b10eSmrg echo "$as_me:$LINENO: checking whether to build ISO8859-15 fonts" >&5 236708f3b10eSmrgecho $ECHO_N "checking whether to build ISO8859-15 fonts... $ECHO_C" >&6 236808f3b10eSmrg echo "$as_me:$LINENO: result: $ISO8859_15" >&5 236908f3b10eSmrgecho "${ECHO_T}$ISO8859_15" >&6 237008f3b10eSmrg 237108f3b10eSmrg 237208f3b10eSmrgif test "x$ISO8859_15" = xyes; then 237308f3b10eSmrg ISO8859_15_TRUE= 237408f3b10eSmrg ISO8859_15_FALSE='#' 237508f3b10eSmrgelse 237608f3b10eSmrg ISO8859_15_TRUE='#' 237708f3b10eSmrg ISO8859_15_FALSE= 237808f3b10eSmrgfi 237908f3b10eSmrg 238008f3b10eSmrg 238108f3b10eSmrg 238208f3b10eSmrg 238308f3b10eSmrg 238408f3b10eSmrg# Check whether --with-release-version or --without-release-version was given. 238508f3b10eSmrgif test "${with_release_version+set}" = set; then 238608f3b10eSmrg withval="$with_release_version" 238708f3b10eSmrg RELEASE_VERSION="$withval" 238808f3b10eSmrgelse 238908f3b10eSmrg RELEASE_VERSION="" 239008f3b10eSmrgfi; 239108f3b10eSmrg if test "x$RELEASE_VERSION" != "x"; then 239208f3b10eSmrg PACKAGE="$PACKAGE-$RELEASE_VERSION" 239308f3b10eSmrg PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION" 239408f3b10eSmrg { echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5 239508f3b10eSmrgecho "$as_me: Building with package name set to $PACKAGE" >&6;} 239608f3b10eSmrg fi 239708f3b10eSmrg 239808f3b10eSmrg 239908f3b10eSmrg ac_config_files="$ac_config_files Makefile" 240008f3b10eSmrgcat >confcache <<\_ACEOF 240108f3b10eSmrg# This file is a shell script that caches the results of configure 240208f3b10eSmrg# tests run on this system so they can be shared between configure 240308f3b10eSmrg# scripts and configure runs, see configure's option --config-cache. 240408f3b10eSmrg# It is not useful on other systems. If it contains results you don't 240508f3b10eSmrg# want to keep, you may remove or edit it. 240608f3b10eSmrg# 240708f3b10eSmrg# config.status only pays attention to the cache file if you give it 240808f3b10eSmrg# the --recheck option to rerun configure. 240908f3b10eSmrg# 241008f3b10eSmrg# `ac_cv_env_foo' variables (set or unset) will be overridden when 241108f3b10eSmrg# loading this file, other *unset* `ac_cv_foo' will be assigned the 241208f3b10eSmrg# following values. 241308f3b10eSmrg 241408f3b10eSmrg_ACEOF 241508f3b10eSmrg 241608f3b10eSmrg# The following way of writing the cache mishandles newlines in values, 241708f3b10eSmrg# but we know of no workaround that is simple, portable, and efficient. 241808f3b10eSmrg# So, don't put newlines in cache variables' values. 241908f3b10eSmrg# Ultrix sh set writes to stderr and can't be redirected directly, 242008f3b10eSmrg# and sets the high bit in the cache file unless we assign to the vars. 242108f3b10eSmrg{ 242208f3b10eSmrg (set) 2>&1 | 242308f3b10eSmrg case `(ac_space=' '; set | grep ac_space) 2>&1` in 242408f3b10eSmrg *ac_space=\ *) 242508f3b10eSmrg # `set' does not quote correctly, so add quotes (double-quote 242608f3b10eSmrg # substitution turns \\\\ into \\, and sed turns \\ into \). 242708f3b10eSmrg sed -n \ 242808f3b10eSmrg "s/'/'\\\\''/g; 242908f3b10eSmrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 243008f3b10eSmrg ;; 243108f3b10eSmrg *) 243208f3b10eSmrg # `set' quotes correctly as required by POSIX, so do not add quotes. 243308f3b10eSmrg sed -n \ 243408f3b10eSmrg "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 243508f3b10eSmrg ;; 243608f3b10eSmrg esac; 243708f3b10eSmrg} | 243808f3b10eSmrg sed ' 243908f3b10eSmrg t clear 244008f3b10eSmrg : clear 244108f3b10eSmrg s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 244208f3b10eSmrg t end 244308f3b10eSmrg /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 244408f3b10eSmrg : end' >>confcache 244508f3b10eSmrgif diff $cache_file confcache >/dev/null 2>&1; then :; else 244608f3b10eSmrg if test -w $cache_file; then 244708f3b10eSmrg test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 244808f3b10eSmrg cat confcache >$cache_file 244908f3b10eSmrg else 245008f3b10eSmrg echo "not updating unwritable cache $cache_file" 245108f3b10eSmrg fi 245208f3b10eSmrgfi 245308f3b10eSmrgrm -f confcache 245408f3b10eSmrg 245508f3b10eSmrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix 245608f3b10eSmrg# Let make expand exec_prefix. 245708f3b10eSmrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 245808f3b10eSmrg 245908f3b10eSmrg# VPATH may cause trouble with some makes, so we remove $(srcdir), 246008f3b10eSmrg# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 246108f3b10eSmrg# trailing colons and then remove the whole line if VPATH becomes empty 246208f3b10eSmrg# (actually we leave an empty line to preserve line numbers). 246308f3b10eSmrgif test "x$srcdir" = x.; then 246408f3b10eSmrg ac_vpsub='/^[ ]*VPATH[ ]*=/{ 246508f3b10eSmrgs/:*\$(srcdir):*/:/; 246608f3b10eSmrgs/:*\${srcdir}:*/:/; 246708f3b10eSmrgs/:*@srcdir@:*/:/; 246808f3b10eSmrgs/^\([^=]*=[ ]*\):*/\1/; 246908f3b10eSmrgs/:*$//; 247008f3b10eSmrgs/^[^=]*=[ ]*$//; 247108f3b10eSmrg}' 247208f3b10eSmrgfi 247308f3b10eSmrg 247408f3b10eSmrg# Transform confdefs.h into DEFS. 247508f3b10eSmrg# Protect against shell expansion while executing Makefile rules. 247608f3b10eSmrg# Protect against Makefile macro expansion. 247708f3b10eSmrg# 247808f3b10eSmrg# If the first sed substitution is executed (which looks for macros that 247908f3b10eSmrg# take arguments), then we branch to the quote section. Otherwise, 248008f3b10eSmrg# look for a macro that doesn't take arguments. 248108f3b10eSmrgcat >confdef2opt.sed <<\_ACEOF 248208f3b10eSmrgt clear 248308f3b10eSmrg: clear 248408f3b10eSmrgs,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g 248508f3b10eSmrgt quote 248608f3b10eSmrgs,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g 248708f3b10eSmrgt quote 248808f3b10eSmrgd 248908f3b10eSmrg: quote 249008f3b10eSmrgs,[ `~#$^&*(){}\\|;'"<>?],\\&,g 249108f3b10eSmrgs,\[,\\&,g 249208f3b10eSmrgs,\],\\&,g 249308f3b10eSmrgs,\$,$$,g 249408f3b10eSmrgp 249508f3b10eSmrg_ACEOF 249608f3b10eSmrg# We use echo to avoid assuming a particular line-breaking character. 249708f3b10eSmrg# The extra dot is to prevent the shell from consuming trailing 249808f3b10eSmrg# line-breaks from the sub-command output. A line-break within 249908f3b10eSmrg# single-quotes doesn't work because, if this script is created in a 250008f3b10eSmrg# platform that uses two characters for line-breaks (e.g., DOS), tr 250108f3b10eSmrg# would break. 250208f3b10eSmrgac_LF_and_DOT=`echo; echo .` 250308f3b10eSmrgDEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` 250408f3b10eSmrgrm -f confdef2opt.sed 250508f3b10eSmrg 250608f3b10eSmrg 250708f3b10eSmrgac_libobjs= 250808f3b10eSmrgac_ltlibobjs= 250908f3b10eSmrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 251008f3b10eSmrg # 1. Remove the extension, and $U if already installed. 251108f3b10eSmrg ac_i=`echo "$ac_i" | 251208f3b10eSmrg sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 251308f3b10eSmrg # 2. Add them. 251408f3b10eSmrg ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 251508f3b10eSmrg ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 251608f3b10eSmrgdone 251708f3b10eSmrgLIBOBJS=$ac_libobjs 251808f3b10eSmrg 251908f3b10eSmrgLTLIBOBJS=$ac_ltlibobjs 252008f3b10eSmrg 252108f3b10eSmrg 252208f3b10eSmrgif test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 252308f3b10eSmrg { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. 252408f3b10eSmrgUsually this means the macro was only invoked conditionally." >&5 252508f3b10eSmrgecho "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. 252608f3b10eSmrgUsually this means the macro was only invoked conditionally." >&2;} 252708f3b10eSmrg { (exit 1); exit 1; }; } 252808f3b10eSmrgfi 252908f3b10eSmrgif test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then 253008f3b10eSmrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_1\" was never defined. 253108f3b10eSmrgUsually this means the macro was only invoked conditionally." >&5 253208f3b10eSmrgecho "$as_me: error: conditional \"ISO8859_1\" was never defined. 253308f3b10eSmrgUsually this means the macro was only invoked conditionally." >&2;} 253408f3b10eSmrg { (exit 1); exit 1; }; } 253508f3b10eSmrgfi 253608f3b10eSmrgif test -z "${ISO8859_2_TRUE}" && test -z "${ISO8859_2_FALSE}"; then 253708f3b10eSmrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_2\" was never defined. 253808f3b10eSmrgUsually this means the macro was only invoked conditionally." >&5 253908f3b10eSmrgecho "$as_me: error: conditional \"ISO8859_2\" was never defined. 254008f3b10eSmrgUsually this means the macro was only invoked conditionally." >&2;} 254108f3b10eSmrg { (exit 1); exit 1; }; } 254208f3b10eSmrgfi 254308f3b10eSmrgif test -z "${ISO8859_3_TRUE}" && test -z "${ISO8859_3_FALSE}"; then 254408f3b10eSmrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_3\" was never defined. 254508f3b10eSmrgUsually this means the macro was only invoked conditionally." >&5 254608f3b10eSmrgecho "$as_me: error: conditional \"ISO8859_3\" was never defined. 254708f3b10eSmrgUsually this means the macro was only invoked conditionally." >&2;} 254808f3b10eSmrg { (exit 1); exit 1; }; } 254908f3b10eSmrgfi 255008f3b10eSmrgif test -z "${ISO8859_4_TRUE}" && test -z "${ISO8859_4_FALSE}"; then 255108f3b10eSmrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_4\" was never defined. 255208f3b10eSmrgUsually this means the macro was only invoked conditionally." >&5 255308f3b10eSmrgecho "$as_me: error: conditional \"ISO8859_4\" was never defined. 255408f3b10eSmrgUsually this means the macro was only invoked conditionally." >&2;} 255508f3b10eSmrg { (exit 1); exit 1; }; } 255608f3b10eSmrgfi 255708f3b10eSmrgif test -z "${ISO8859_9_TRUE}" && test -z "${ISO8859_9_FALSE}"; then 255808f3b10eSmrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_9\" was never defined. 255908f3b10eSmrgUsually this means the macro was only invoked conditionally." >&5 256008f3b10eSmrgecho "$as_me: error: conditional \"ISO8859_9\" was never defined. 256108f3b10eSmrgUsually this means the macro was only invoked conditionally." >&2;} 256208f3b10eSmrg { (exit 1); exit 1; }; } 256308f3b10eSmrgfi 256408f3b10eSmrgif test -z "${ISO8859_10_TRUE}" && test -z "${ISO8859_10_FALSE}"; then 256508f3b10eSmrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_10\" was never defined. 256608f3b10eSmrgUsually this means the macro was only invoked conditionally." >&5 256708f3b10eSmrgecho "$as_me: error: conditional \"ISO8859_10\" was never defined. 256808f3b10eSmrgUsually this means the macro was only invoked conditionally." >&2;} 256908f3b10eSmrg { (exit 1); exit 1; }; } 257008f3b10eSmrgfi 257108f3b10eSmrgif test -z "${ISO8859_13_TRUE}" && test -z "${ISO8859_13_FALSE}"; then 257208f3b10eSmrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_13\" was never defined. 257308f3b10eSmrgUsually this means the macro was only invoked conditionally." >&5 257408f3b10eSmrgecho "$as_me: error: conditional \"ISO8859_13\" was never defined. 257508f3b10eSmrgUsually this means the macro was only invoked conditionally." >&2;} 257608f3b10eSmrg { (exit 1); exit 1; }; } 257708f3b10eSmrgfi 257808f3b10eSmrgif test -z "${ISO8859_14_TRUE}" && test -z "${ISO8859_14_FALSE}"; then 257908f3b10eSmrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_14\" was never defined. 258008f3b10eSmrgUsually this means the macro was only invoked conditionally." >&5 258108f3b10eSmrgecho "$as_me: error: conditional \"ISO8859_14\" was never defined. 258208f3b10eSmrgUsually this means the macro was only invoked conditionally." >&2;} 258308f3b10eSmrg { (exit 1); exit 1; }; } 258408f3b10eSmrgfi 258508f3b10eSmrgif test -z "${ISO8859_15_TRUE}" && test -z "${ISO8859_15_FALSE}"; then 258608f3b10eSmrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_15\" was never defined. 258708f3b10eSmrgUsually this means the macro was only invoked conditionally." >&5 258808f3b10eSmrgecho "$as_me: error: conditional \"ISO8859_15\" was never defined. 258908f3b10eSmrgUsually this means the macro was only invoked conditionally." >&2;} 259008f3b10eSmrg { (exit 1); exit 1; }; } 259108f3b10eSmrgfi 259208f3b10eSmrg 259308f3b10eSmrg: ${CONFIG_STATUS=./config.status} 259408f3b10eSmrgac_clean_files_save=$ac_clean_files 259508f3b10eSmrgac_clean_files="$ac_clean_files $CONFIG_STATUS" 259608f3b10eSmrg{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 259708f3b10eSmrgecho "$as_me: creating $CONFIG_STATUS" >&6;} 259808f3b10eSmrgcat >$CONFIG_STATUS <<_ACEOF 259908f3b10eSmrg#! $SHELL 260008f3b10eSmrg# Generated by $as_me. 260108f3b10eSmrg# Run this file to recreate the current configuration. 260208f3b10eSmrg# Compiler output produced by configure, useful for debugging 260308f3b10eSmrg# configure, is in config.log if it exists. 260408f3b10eSmrg 260508f3b10eSmrgdebug=false 260608f3b10eSmrgac_cs_recheck=false 260708f3b10eSmrgac_cs_silent=false 260808f3b10eSmrgSHELL=\${CONFIG_SHELL-$SHELL} 260908f3b10eSmrg_ACEOF 261008f3b10eSmrg 261108f3b10eSmrgcat >>$CONFIG_STATUS <<\_ACEOF 261208f3b10eSmrg## --------------------- ## 261308f3b10eSmrg## M4sh Initialization. ## 261408f3b10eSmrg## --------------------- ## 261508f3b10eSmrg 261608f3b10eSmrg# Be Bourne compatible 261708f3b10eSmrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 261808f3b10eSmrg emulate sh 261908f3b10eSmrg NULLCMD=: 262008f3b10eSmrg # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 262108f3b10eSmrg # is contrary to our usage. Disable this feature. 262208f3b10eSmrg alias -g '${1+"$@"}'='"$@"' 262308f3b10eSmrgelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 262408f3b10eSmrg set -o posix 262508f3b10eSmrgfi 262608f3b10eSmrgDUALCASE=1; export DUALCASE # for MKS sh 262708f3b10eSmrg 262808f3b10eSmrg# Support unset when possible. 262908f3b10eSmrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 263008f3b10eSmrg as_unset=unset 263108f3b10eSmrgelse 263208f3b10eSmrg as_unset=false 263308f3b10eSmrgfi 263408f3b10eSmrg 263508f3b10eSmrg 263608f3b10eSmrg# Work around bugs in pre-3.0 UWIN ksh. 263708f3b10eSmrg$as_unset ENV MAIL MAILPATH 263808f3b10eSmrgPS1='$ ' 263908f3b10eSmrgPS2='> ' 264008f3b10eSmrgPS4='+ ' 264108f3b10eSmrg 264208f3b10eSmrg# NLS nuisances. 264308f3b10eSmrgfor as_var in \ 264408f3b10eSmrg LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 264508f3b10eSmrg LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 264608f3b10eSmrg LC_TELEPHONE LC_TIME 264708f3b10eSmrgdo 264808f3b10eSmrg if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 264908f3b10eSmrg eval $as_var=C; export $as_var 265008f3b10eSmrg else 265108f3b10eSmrg $as_unset $as_var 265208f3b10eSmrg fi 265308f3b10eSmrgdone 265408f3b10eSmrg 265508f3b10eSmrg# Required to use basename. 265608f3b10eSmrgif expr a : '\(a\)' >/dev/null 2>&1; then 265708f3b10eSmrg as_expr=expr 265808f3b10eSmrgelse 265908f3b10eSmrg as_expr=false 266008f3b10eSmrgfi 266108f3b10eSmrg 266208f3b10eSmrgif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 266308f3b10eSmrg as_basename=basename 266408f3b10eSmrgelse 266508f3b10eSmrg as_basename=false 266608f3b10eSmrgfi 266708f3b10eSmrg 266808f3b10eSmrg 266908f3b10eSmrg# Name of the executable. 267008f3b10eSmrgas_me=`$as_basename "$0" || 267108f3b10eSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 267208f3b10eSmrg X"$0" : 'X\(//\)$' \| \ 267308f3b10eSmrg X"$0" : 'X\(/\)$' \| \ 267408f3b10eSmrg . : '\(.\)' 2>/dev/null || 267508f3b10eSmrgecho X/"$0" | 267608f3b10eSmrg sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 267708f3b10eSmrg /^X\/\(\/\/\)$/{ s//\1/; q; } 267808f3b10eSmrg /^X\/\(\/\).*/{ s//\1/; q; } 267908f3b10eSmrg s/.*/./; q'` 268008f3b10eSmrg 268108f3b10eSmrg 268208f3b10eSmrg# PATH needs CR, and LINENO needs CR and PATH. 268308f3b10eSmrg# Avoid depending upon Character Ranges. 268408f3b10eSmrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 268508f3b10eSmrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 268608f3b10eSmrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 268708f3b10eSmrgas_cr_digits='0123456789' 268808f3b10eSmrgas_cr_alnum=$as_cr_Letters$as_cr_digits 268908f3b10eSmrg 269008f3b10eSmrg# The user is always right. 269108f3b10eSmrgif test "${PATH_SEPARATOR+set}" != set; then 269208f3b10eSmrg echo "#! /bin/sh" >conf$$.sh 269308f3b10eSmrg echo "exit 0" >>conf$$.sh 269408f3b10eSmrg chmod +x conf$$.sh 269508f3b10eSmrg if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 269608f3b10eSmrg PATH_SEPARATOR=';' 269708f3b10eSmrg else 269808f3b10eSmrg PATH_SEPARATOR=: 269908f3b10eSmrg fi 270008f3b10eSmrg rm -f conf$$.sh 270108f3b10eSmrgfi 270208f3b10eSmrg 270308f3b10eSmrg 270408f3b10eSmrg as_lineno_1=$LINENO 270508f3b10eSmrg as_lineno_2=$LINENO 270608f3b10eSmrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 270708f3b10eSmrg test "x$as_lineno_1" != "x$as_lineno_2" && 270808f3b10eSmrg test "x$as_lineno_3" = "x$as_lineno_2" || { 270908f3b10eSmrg # Find who we are. Look in the path if we contain no path at all 271008f3b10eSmrg # relative or not. 271108f3b10eSmrg case $0 in 271208f3b10eSmrg *[\\/]* ) as_myself=$0 ;; 271308f3b10eSmrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 271408f3b10eSmrgfor as_dir in $PATH 271508f3b10eSmrgdo 271608f3b10eSmrg IFS=$as_save_IFS 271708f3b10eSmrg test -z "$as_dir" && as_dir=. 271808f3b10eSmrg test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 271908f3b10eSmrgdone 272008f3b10eSmrg 272108f3b10eSmrg ;; 272208f3b10eSmrg esac 272308f3b10eSmrg # We did not find ourselves, most probably we were run as `sh COMMAND' 272408f3b10eSmrg # in which case we are not to be found in the path. 272508f3b10eSmrg if test "x$as_myself" = x; then 272608f3b10eSmrg as_myself=$0 272708f3b10eSmrg fi 272808f3b10eSmrg if test ! -f "$as_myself"; then 272908f3b10eSmrg { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 273008f3b10eSmrgecho "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 273108f3b10eSmrg { (exit 1); exit 1; }; } 273208f3b10eSmrg fi 273308f3b10eSmrg case $CONFIG_SHELL in 273408f3b10eSmrg '') 273508f3b10eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 273608f3b10eSmrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 273708f3b10eSmrgdo 273808f3b10eSmrg IFS=$as_save_IFS 273908f3b10eSmrg test -z "$as_dir" && as_dir=. 274008f3b10eSmrg for as_base in sh bash ksh sh5; do 274108f3b10eSmrg case $as_dir in 274208f3b10eSmrg /*) 274308f3b10eSmrg if ("$as_dir/$as_base" -c ' 274408f3b10eSmrg as_lineno_1=$LINENO 274508f3b10eSmrg as_lineno_2=$LINENO 274608f3b10eSmrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 274708f3b10eSmrg test "x$as_lineno_1" != "x$as_lineno_2" && 274808f3b10eSmrg test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 274908f3b10eSmrg $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 275008f3b10eSmrg $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 275108f3b10eSmrg CONFIG_SHELL=$as_dir/$as_base 275208f3b10eSmrg export CONFIG_SHELL 275308f3b10eSmrg exec "$CONFIG_SHELL" "$0" ${1+"$@"} 275408f3b10eSmrg fi;; 275508f3b10eSmrg esac 275608f3b10eSmrg done 275708f3b10eSmrgdone 275808f3b10eSmrg;; 275908f3b10eSmrg esac 276008f3b10eSmrg 276108f3b10eSmrg # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 276208f3b10eSmrg # uniformly replaced by the line number. The first 'sed' inserts a 276308f3b10eSmrg # line-number line before each line; the second 'sed' does the real 276408f3b10eSmrg # work. The second script uses 'N' to pair each line-number line 276508f3b10eSmrg # with the numbered line, and appends trailing '-' during 276608f3b10eSmrg # substitution so that $LINENO is not a special case at line end. 276708f3b10eSmrg # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 276808f3b10eSmrg # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 276908f3b10eSmrg sed '=' <$as_myself | 277008f3b10eSmrg sed ' 277108f3b10eSmrg N 277208f3b10eSmrg s,$,-, 277308f3b10eSmrg : loop 277408f3b10eSmrg s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 277508f3b10eSmrg t loop 277608f3b10eSmrg s,-$,, 277708f3b10eSmrg s,^['$as_cr_digits']*\n,, 277808f3b10eSmrg ' >$as_me.lineno && 277908f3b10eSmrg chmod +x $as_me.lineno || 278008f3b10eSmrg { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 278108f3b10eSmrgecho "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 278208f3b10eSmrg { (exit 1); exit 1; }; } 278308f3b10eSmrg 278408f3b10eSmrg # Don't try to exec as it changes $[0], causing all sort of problems 278508f3b10eSmrg # (the dirname of $[0] is not the place where we might find the 278608f3b10eSmrg # original and so on. Autoconf is especially sensible to this). 278708f3b10eSmrg . ./$as_me.lineno 278808f3b10eSmrg # Exit status is that of the last command. 278908f3b10eSmrg exit 279008f3b10eSmrg} 279108f3b10eSmrg 279208f3b10eSmrg 279308f3b10eSmrgcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 279408f3b10eSmrg *c*,-n*) ECHO_N= ECHO_C=' 279508f3b10eSmrg' ECHO_T=' ' ;; 279608f3b10eSmrg *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 279708f3b10eSmrg *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 279808f3b10eSmrgesac 279908f3b10eSmrg 280008f3b10eSmrgif expr a : '\(a\)' >/dev/null 2>&1; then 280108f3b10eSmrg as_expr=expr 280208f3b10eSmrgelse 280308f3b10eSmrg as_expr=false 280408f3b10eSmrgfi 280508f3b10eSmrg 280608f3b10eSmrgrm -f conf$$ conf$$.exe conf$$.file 280708f3b10eSmrgecho >conf$$.file 280808f3b10eSmrgif ln -s conf$$.file conf$$ 2>/dev/null; then 280908f3b10eSmrg # We could just check for DJGPP; but this test a) works b) is more generic 281008f3b10eSmrg # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 281108f3b10eSmrg if test -f conf$$.exe; then 281208f3b10eSmrg # Don't use ln at all; we don't have any links 281308f3b10eSmrg as_ln_s='cp -p' 281408f3b10eSmrg else 281508f3b10eSmrg as_ln_s='ln -s' 281608f3b10eSmrg fi 281708f3b10eSmrgelif ln conf$$.file conf$$ 2>/dev/null; then 281808f3b10eSmrg as_ln_s=ln 281908f3b10eSmrgelse 282008f3b10eSmrg as_ln_s='cp -p' 282108f3b10eSmrgfi 282208f3b10eSmrgrm -f conf$$ conf$$.exe conf$$.file 282308f3b10eSmrg 282408f3b10eSmrgif mkdir -p . 2>/dev/null; then 282508f3b10eSmrg as_mkdir_p=: 282608f3b10eSmrgelse 282708f3b10eSmrg test -d ./-p && rmdir ./-p 282808f3b10eSmrg as_mkdir_p=false 282908f3b10eSmrgfi 283008f3b10eSmrg 283108f3b10eSmrgas_executable_p="test -f" 283208f3b10eSmrg 283308f3b10eSmrg# Sed expression to map a string onto a valid CPP name. 283408f3b10eSmrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 283508f3b10eSmrg 283608f3b10eSmrg# Sed expression to map a string onto a valid variable name. 283708f3b10eSmrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 283808f3b10eSmrg 283908f3b10eSmrg 284008f3b10eSmrg# IFS 284108f3b10eSmrg# We need space, tab and new line, in precisely that order. 284208f3b10eSmrgas_nl=' 284308f3b10eSmrg' 284408f3b10eSmrgIFS=" $as_nl" 284508f3b10eSmrg 284608f3b10eSmrg# CDPATH. 284708f3b10eSmrg$as_unset CDPATH 284808f3b10eSmrg 284908f3b10eSmrgexec 6>&1 285008f3b10eSmrg 285108f3b10eSmrg# Open the log real soon, to keep \$[0] and so on meaningful, and to 285208f3b10eSmrg# report actual input values of CONFIG_FILES etc. instead of their 285308f3b10eSmrg# values after options handling. Logging --version etc. is OK. 285408f3b10eSmrgexec 5>>config.log 285508f3b10eSmrg{ 285608f3b10eSmrg echo 285708f3b10eSmrg sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 285808f3b10eSmrg## Running $as_me. ## 285908f3b10eSmrg_ASBOX 286008f3b10eSmrg} >&5 286108f3b10eSmrgcat >&5 <<_CSEOF 286208f3b10eSmrg 286308f3b10eSmrgThis file was extended by font-adobe-utopia-100dpi $as_me 1.0.1, which was 286408f3b10eSmrggenerated by GNU Autoconf 2.59. Invocation command line was 286508f3b10eSmrg 286608f3b10eSmrg CONFIG_FILES = $CONFIG_FILES 286708f3b10eSmrg CONFIG_HEADERS = $CONFIG_HEADERS 286808f3b10eSmrg CONFIG_LINKS = $CONFIG_LINKS 286908f3b10eSmrg CONFIG_COMMANDS = $CONFIG_COMMANDS 287008f3b10eSmrg $ $0 $@ 287108f3b10eSmrg 287208f3b10eSmrg_CSEOF 287308f3b10eSmrgecho "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 287408f3b10eSmrgecho >&5 287508f3b10eSmrg_ACEOF 287608f3b10eSmrg 287708f3b10eSmrg# Files that config.status was made for. 287808f3b10eSmrgif test -n "$ac_config_files"; then 287908f3b10eSmrg echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 288008f3b10eSmrgfi 288108f3b10eSmrg 288208f3b10eSmrgif test -n "$ac_config_headers"; then 288308f3b10eSmrg echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 288408f3b10eSmrgfi 288508f3b10eSmrg 288608f3b10eSmrgif test -n "$ac_config_links"; then 288708f3b10eSmrg echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 288808f3b10eSmrgfi 288908f3b10eSmrg 289008f3b10eSmrgif test -n "$ac_config_commands"; then 289108f3b10eSmrg echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 289208f3b10eSmrgfi 289308f3b10eSmrg 289408f3b10eSmrgcat >>$CONFIG_STATUS <<\_ACEOF 289508f3b10eSmrg 289608f3b10eSmrgac_cs_usage="\ 289708f3b10eSmrg\`$as_me' instantiates files from templates according to the 289808f3b10eSmrgcurrent configuration. 289908f3b10eSmrg 290008f3b10eSmrgUsage: $0 [OPTIONS] [FILE]... 290108f3b10eSmrg 290208f3b10eSmrg -h, --help print this help, then exit 290308f3b10eSmrg -V, --version print version number, then exit 290408f3b10eSmrg -q, --quiet do not print progress messages 290508f3b10eSmrg -d, --debug don't remove temporary files 290608f3b10eSmrg --recheck update $as_me by reconfiguring in the same conditions 290708f3b10eSmrg --file=FILE[:TEMPLATE] 290808f3b10eSmrg instantiate the configuration file FILE 290908f3b10eSmrg 291008f3b10eSmrgConfiguration files: 291108f3b10eSmrg$config_files 291208f3b10eSmrg 291308f3b10eSmrgReport bugs to <bug-autoconf@gnu.org>." 291408f3b10eSmrg_ACEOF 291508f3b10eSmrg 291608f3b10eSmrgcat >>$CONFIG_STATUS <<_ACEOF 291708f3b10eSmrgac_cs_version="\\ 291808f3b10eSmrgfont-adobe-utopia-100dpi config.status 1.0.1 291908f3b10eSmrgconfigured by $0, generated by GNU Autoconf 2.59, 292008f3b10eSmrg with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 292108f3b10eSmrg 292208f3b10eSmrgCopyright (C) 2003 Free Software Foundation, Inc. 292308f3b10eSmrgThis config.status script is free software; the Free Software Foundation 292408f3b10eSmrggives unlimited permission to copy, distribute and modify it." 292508f3b10eSmrgsrcdir=$srcdir 292608f3b10eSmrgINSTALL="$INSTALL" 292708f3b10eSmrg_ACEOF 292808f3b10eSmrg 292908f3b10eSmrgcat >>$CONFIG_STATUS <<\_ACEOF 293008f3b10eSmrg# If no file are specified by the user, then we need to provide default 293108f3b10eSmrg# value. By we need to know if files were specified by the user. 293208f3b10eSmrgac_need_defaults=: 293308f3b10eSmrgwhile test $# != 0 293408f3b10eSmrgdo 293508f3b10eSmrg case $1 in 293608f3b10eSmrg --*=*) 293708f3b10eSmrg ac_option=`expr "x$1" : 'x\([^=]*\)='` 293808f3b10eSmrg ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 293908f3b10eSmrg ac_shift=: 294008f3b10eSmrg ;; 294108f3b10eSmrg -*) 294208f3b10eSmrg ac_option=$1 294308f3b10eSmrg ac_optarg=$2 294408f3b10eSmrg ac_shift=shift 294508f3b10eSmrg ;; 294608f3b10eSmrg *) # This is not an option, so the user has probably given explicit 294708f3b10eSmrg # arguments. 294808f3b10eSmrg ac_option=$1 294908f3b10eSmrg ac_need_defaults=false;; 295008f3b10eSmrg esac 295108f3b10eSmrg 295208f3b10eSmrg case $ac_option in 295308f3b10eSmrg # Handling of the options. 295408f3b10eSmrg_ACEOF 295508f3b10eSmrgcat >>$CONFIG_STATUS <<\_ACEOF 295608f3b10eSmrg -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 295708f3b10eSmrg ac_cs_recheck=: ;; 295808f3b10eSmrg --version | --vers* | -V ) 295908f3b10eSmrg echo "$ac_cs_version"; exit 0 ;; 296008f3b10eSmrg --he | --h) 296108f3b10eSmrg # Conflict between --help and --header 296208f3b10eSmrg { { echo "$as_me:$LINENO: error: ambiguous option: $1 296308f3b10eSmrgTry \`$0 --help' for more information." >&5 296408f3b10eSmrgecho "$as_me: error: ambiguous option: $1 296508f3b10eSmrgTry \`$0 --help' for more information." >&2;} 296608f3b10eSmrg { (exit 1); exit 1; }; };; 296708f3b10eSmrg --help | --hel | -h ) 296808f3b10eSmrg echo "$ac_cs_usage"; exit 0 ;; 296908f3b10eSmrg --debug | --d* | -d ) 297008f3b10eSmrg debug=: ;; 297108f3b10eSmrg --file | --fil | --fi | --f ) 297208f3b10eSmrg $ac_shift 297308f3b10eSmrg CONFIG_FILES="$CONFIG_FILES $ac_optarg" 297408f3b10eSmrg ac_need_defaults=false;; 297508f3b10eSmrg --header | --heade | --head | --hea ) 297608f3b10eSmrg $ac_shift 297708f3b10eSmrg CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 297808f3b10eSmrg ac_need_defaults=false;; 297908f3b10eSmrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 298008f3b10eSmrg | -silent | --silent | --silen | --sile | --sil | --si | --s) 298108f3b10eSmrg ac_cs_silent=: ;; 298208f3b10eSmrg 298308f3b10eSmrg # This is an error. 298408f3b10eSmrg -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 298508f3b10eSmrgTry \`$0 --help' for more information." >&5 298608f3b10eSmrgecho "$as_me: error: unrecognized option: $1 298708f3b10eSmrgTry \`$0 --help' for more information." >&2;} 298808f3b10eSmrg { (exit 1); exit 1; }; } ;; 298908f3b10eSmrg 299008f3b10eSmrg *) ac_config_targets="$ac_config_targets $1" ;; 299108f3b10eSmrg 299208f3b10eSmrg esac 299308f3b10eSmrg shift 299408f3b10eSmrgdone 299508f3b10eSmrg 299608f3b10eSmrgac_configure_extra_args= 299708f3b10eSmrg 299808f3b10eSmrgif $ac_cs_silent; then 299908f3b10eSmrg exec 6>/dev/null 300008f3b10eSmrg ac_configure_extra_args="$ac_configure_extra_args --silent" 300108f3b10eSmrgfi 300208f3b10eSmrg 300308f3b10eSmrg_ACEOF 300408f3b10eSmrgcat >>$CONFIG_STATUS <<_ACEOF 300508f3b10eSmrgif \$ac_cs_recheck; then 300608f3b10eSmrg echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 300708f3b10eSmrg exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 300808f3b10eSmrgfi 300908f3b10eSmrg 301008f3b10eSmrg_ACEOF 301108f3b10eSmrg 301208f3b10eSmrg 301308f3b10eSmrg 301408f3b10eSmrg 301508f3b10eSmrg 301608f3b10eSmrgcat >>$CONFIG_STATUS <<\_ACEOF 301708f3b10eSmrgfor ac_config_target in $ac_config_targets 301808f3b10eSmrgdo 301908f3b10eSmrg case "$ac_config_target" in 302008f3b10eSmrg # Handling of arguments. 302108f3b10eSmrg "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 302208f3b10eSmrg *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 302308f3b10eSmrgecho "$as_me: error: invalid argument: $ac_config_target" >&2;} 302408f3b10eSmrg { (exit 1); exit 1; }; };; 302508f3b10eSmrg esac 302608f3b10eSmrgdone 302708f3b10eSmrg 302808f3b10eSmrg# If the user did not use the arguments to specify the items to instantiate, 302908f3b10eSmrg# then the envvar interface is used. Set only those that are not. 303008f3b10eSmrg# We use the long form for the default assignment because of an extremely 303108f3b10eSmrg# bizarre bug on SunOS 4.1.3. 303208f3b10eSmrgif $ac_need_defaults; then 303308f3b10eSmrg test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 303408f3b10eSmrgfi 303508f3b10eSmrg 303608f3b10eSmrg# Have a temporary directory for convenience. Make it in the build tree 303708f3b10eSmrg# simply because there is no reason to put it here, and in addition, 303808f3b10eSmrg# creating and moving files from /tmp can sometimes cause problems. 303908f3b10eSmrg# Create a temporary directory, and hook for its removal unless debugging. 304008f3b10eSmrg$debug || 304108f3b10eSmrg{ 304208f3b10eSmrg trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 304308f3b10eSmrg trap '{ (exit 1); exit 1; }' 1 2 13 15 304408f3b10eSmrg} 304508f3b10eSmrg 304608f3b10eSmrg# Create a (secure) tmp directory for tmp files. 304708f3b10eSmrg 304808f3b10eSmrg{ 304908f3b10eSmrg tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 305008f3b10eSmrg test -n "$tmp" && test -d "$tmp" 305108f3b10eSmrg} || 305208f3b10eSmrg{ 305308f3b10eSmrg tmp=./confstat$$-$RANDOM 305408f3b10eSmrg (umask 077 && mkdir $tmp) 305508f3b10eSmrg} || 305608f3b10eSmrg{ 305708f3b10eSmrg echo "$me: cannot create a temporary directory in ." >&2 305808f3b10eSmrg { (exit 1); exit 1; } 305908f3b10eSmrg} 306008f3b10eSmrg 306108f3b10eSmrg_ACEOF 306208f3b10eSmrg 306308f3b10eSmrgcat >>$CONFIG_STATUS <<_ACEOF 306408f3b10eSmrg 306508f3b10eSmrg# 306608f3b10eSmrg# CONFIG_FILES section. 306708f3b10eSmrg# 306808f3b10eSmrg 306908f3b10eSmrg# No need to generate the scripts if there are no CONFIG_FILES. 307008f3b10eSmrg# This happens for instance when ./config.status config.h 307108f3b10eSmrgif test -n "\$CONFIG_FILES"; then 307208f3b10eSmrg # Protect against being on the right side of a sed subst in config.status. 307308f3b10eSmrg sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 307408f3b10eSmrg s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 307508f3b10eSmrgs,@SHELL@,$SHELL,;t t 307608f3b10eSmrgs,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 307708f3b10eSmrgs,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 307808f3b10eSmrgs,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 307908f3b10eSmrgs,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 308008f3b10eSmrgs,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 308108f3b10eSmrgs,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 308208f3b10eSmrgs,@exec_prefix@,$exec_prefix,;t t 308308f3b10eSmrgs,@prefix@,$prefix,;t t 308408f3b10eSmrgs,@program_transform_name@,$program_transform_name,;t t 308508f3b10eSmrgs,@bindir@,$bindir,;t t 308608f3b10eSmrgs,@sbindir@,$sbindir,;t t 308708f3b10eSmrgs,@libexecdir@,$libexecdir,;t t 308808f3b10eSmrgs,@datadir@,$datadir,;t t 308908f3b10eSmrgs,@sysconfdir@,$sysconfdir,;t t 309008f3b10eSmrgs,@sharedstatedir@,$sharedstatedir,;t t 309108f3b10eSmrgs,@localstatedir@,$localstatedir,;t t 309208f3b10eSmrgs,@libdir@,$libdir,;t t 309308f3b10eSmrgs,@includedir@,$includedir,;t t 309408f3b10eSmrgs,@oldincludedir@,$oldincludedir,;t t 309508f3b10eSmrgs,@infodir@,$infodir,;t t 309608f3b10eSmrgs,@mandir@,$mandir,;t t 309708f3b10eSmrgs,@build_alias@,$build_alias,;t t 309808f3b10eSmrgs,@host_alias@,$host_alias,;t t 309908f3b10eSmrgs,@target_alias@,$target_alias,;t t 310008f3b10eSmrgs,@DEFS@,$DEFS,;t t 310108f3b10eSmrgs,@ECHO_C@,$ECHO_C,;t t 310208f3b10eSmrgs,@ECHO_N@,$ECHO_N,;t t 310308f3b10eSmrgs,@ECHO_T@,$ECHO_T,;t t 310408f3b10eSmrgs,@LIBS@,$LIBS,;t t 310508f3b10eSmrgs,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 310608f3b10eSmrgs,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 310708f3b10eSmrgs,@INSTALL_DATA@,$INSTALL_DATA,;t t 310808f3b10eSmrgs,@CYGPATH_W@,$CYGPATH_W,;t t 310908f3b10eSmrgs,@PACKAGE@,$PACKAGE,;t t 311008f3b10eSmrgs,@VERSION@,$VERSION,;t t 311108f3b10eSmrgs,@ACLOCAL@,$ACLOCAL,;t t 311208f3b10eSmrgs,@AUTOCONF@,$AUTOCONF,;t t 311308f3b10eSmrgs,@AUTOMAKE@,$AUTOMAKE,;t t 311408f3b10eSmrgs,@AUTOHEADER@,$AUTOHEADER,;t t 311508f3b10eSmrgs,@MAKEINFO@,$MAKEINFO,;t t 311608f3b10eSmrgs,@AMTAR@,$AMTAR,;t t 311708f3b10eSmrgs,@install_sh@,$install_sh,;t t 311808f3b10eSmrgs,@STRIP@,$STRIP,;t t 311908f3b10eSmrgs,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 312008f3b10eSmrgs,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t 312108f3b10eSmrgs,@AWK@,$AWK,;t t 312208f3b10eSmrgs,@SET_MAKE@,$SET_MAKE,;t t 312308f3b10eSmrgs,@am__leading_dot@,$am__leading_dot,;t t 312408f3b10eSmrgs,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t 312508f3b10eSmrgs,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t 312608f3b10eSmrgs,@MAINT@,$MAINT,;t t 312708f3b10eSmrgs,@BDFTOPCF@,$BDFTOPCF,;t t 312808f3b10eSmrgs,@UCS2ANY@,$UCS2ANY,;t t 312908f3b10eSmrgs,@MKFONTSCALE@,$MKFONTSCALE,;t t 313008f3b10eSmrgs,@MKFONTDIR@,$MKFONTDIR,;t t 313108f3b10eSmrgs,@FONTDIR@,$FONTDIR,;t t 313208f3b10eSmrgs,@PKG_CONFIG@,$PKG_CONFIG,;t t 313308f3b10eSmrgs,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t 313408f3b10eSmrgs,@MAPS_CFLAGS@,$MAPS_CFLAGS,;t t 313508f3b10eSmrgs,@MAPS_LIBS@,$MAPS_LIBS,;t t 313608f3b10eSmrgs,@MAPFILES_PATH@,$MAPFILES_PATH,;t t 313708f3b10eSmrgs,@ISO8859_1_TRUE@,$ISO8859_1_TRUE,;t t 313808f3b10eSmrgs,@ISO8859_1_FALSE@,$ISO8859_1_FALSE,;t t 313908f3b10eSmrgs,@ISO8859_2_TRUE@,$ISO8859_2_TRUE,;t t 314008f3b10eSmrgs,@ISO8859_2_FALSE@,$ISO8859_2_FALSE,;t t 314108f3b10eSmrgs,@ISO8859_3_TRUE@,$ISO8859_3_TRUE,;t t 314208f3b10eSmrgs,@ISO8859_3_FALSE@,$ISO8859_3_FALSE,;t t 314308f3b10eSmrgs,@ISO8859_4_TRUE@,$ISO8859_4_TRUE,;t t 314408f3b10eSmrgs,@ISO8859_4_FALSE@,$ISO8859_4_FALSE,;t t 314508f3b10eSmrgs,@ISO8859_9_TRUE@,$ISO8859_9_TRUE,;t t 314608f3b10eSmrgs,@ISO8859_9_FALSE@,$ISO8859_9_FALSE,;t t 314708f3b10eSmrgs,@ISO8859_10_TRUE@,$ISO8859_10_TRUE,;t t 314808f3b10eSmrgs,@ISO8859_10_FALSE@,$ISO8859_10_FALSE,;t t 314908f3b10eSmrgs,@ISO8859_13_TRUE@,$ISO8859_13_TRUE,;t t 315008f3b10eSmrgs,@ISO8859_13_FALSE@,$ISO8859_13_FALSE,;t t 315108f3b10eSmrgs,@ISO8859_14_TRUE@,$ISO8859_14_TRUE,;t t 315208f3b10eSmrgs,@ISO8859_14_FALSE@,$ISO8859_14_FALSE,;t t 315308f3b10eSmrgs,@ISO8859_15_TRUE@,$ISO8859_15_TRUE,;t t 315408f3b10eSmrgs,@ISO8859_15_FALSE@,$ISO8859_15_FALSE,;t t 315508f3b10eSmrgs,@LIBOBJS@,$LIBOBJS,;t t 315608f3b10eSmrgs,@LTLIBOBJS@,$LTLIBOBJS,;t t 315708f3b10eSmrgCEOF 315808f3b10eSmrg 315908f3b10eSmrg_ACEOF 316008f3b10eSmrg 316108f3b10eSmrg cat >>$CONFIG_STATUS <<\_ACEOF 316208f3b10eSmrg # Split the substitutions into bite-sized pieces for seds with 316308f3b10eSmrg # small command number limits, like on Digital OSF/1 and HP-UX. 316408f3b10eSmrg ac_max_sed_lines=48 316508f3b10eSmrg ac_sed_frag=1 # Number of current file. 316608f3b10eSmrg ac_beg=1 # First line for current file. 316708f3b10eSmrg ac_end=$ac_max_sed_lines # Line after last line for current file. 316808f3b10eSmrg ac_more_lines=: 316908f3b10eSmrg ac_sed_cmds= 317008f3b10eSmrg while $ac_more_lines; do 317108f3b10eSmrg if test $ac_beg -gt 1; then 317208f3b10eSmrg sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 317308f3b10eSmrg else 317408f3b10eSmrg sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 317508f3b10eSmrg fi 317608f3b10eSmrg if test ! -s $tmp/subs.frag; then 317708f3b10eSmrg ac_more_lines=false 317808f3b10eSmrg else 317908f3b10eSmrg # The purpose of the label and of the branching condition is to 318008f3b10eSmrg # speed up the sed processing (if there are no `@' at all, there 318108f3b10eSmrg # is no need to browse any of the substitutions). 318208f3b10eSmrg # These are the two extra sed commands mentioned above. 318308f3b10eSmrg (echo ':t 318408f3b10eSmrg /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 318508f3b10eSmrg if test -z "$ac_sed_cmds"; then 318608f3b10eSmrg ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 318708f3b10eSmrg else 318808f3b10eSmrg ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 318908f3b10eSmrg fi 319008f3b10eSmrg ac_sed_frag=`expr $ac_sed_frag + 1` 319108f3b10eSmrg ac_beg=$ac_end 319208f3b10eSmrg ac_end=`expr $ac_end + $ac_max_sed_lines` 319308f3b10eSmrg fi 319408f3b10eSmrg done 319508f3b10eSmrg if test -z "$ac_sed_cmds"; then 319608f3b10eSmrg ac_sed_cmds=cat 319708f3b10eSmrg fi 319808f3b10eSmrgfi # test -n "$CONFIG_FILES" 319908f3b10eSmrg 320008f3b10eSmrg_ACEOF 320108f3b10eSmrgcat >>$CONFIG_STATUS <<\_ACEOF 320208f3b10eSmrgfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 320308f3b10eSmrg # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 320408f3b10eSmrg case $ac_file in 320508f3b10eSmrg - | *:- | *:-:* ) # input from stdin 320608f3b10eSmrg cat >$tmp/stdin 320708f3b10eSmrg ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 320808f3b10eSmrg ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 320908f3b10eSmrg *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 321008f3b10eSmrg ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 321108f3b10eSmrg * ) ac_file_in=$ac_file.in ;; 321208f3b10eSmrg esac 321308f3b10eSmrg 321408f3b10eSmrg # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 321508f3b10eSmrg ac_dir=`(dirname "$ac_file") 2>/dev/null || 321608f3b10eSmrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 321708f3b10eSmrg X"$ac_file" : 'X\(//\)[^/]' \| \ 321808f3b10eSmrg X"$ac_file" : 'X\(//\)$' \| \ 321908f3b10eSmrg X"$ac_file" : 'X\(/\)' \| \ 322008f3b10eSmrg . : '\(.\)' 2>/dev/null || 322108f3b10eSmrgecho X"$ac_file" | 322208f3b10eSmrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 322308f3b10eSmrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 322408f3b10eSmrg /^X\(\/\/\)$/{ s//\1/; q; } 322508f3b10eSmrg /^X\(\/\).*/{ s//\1/; q; } 322608f3b10eSmrg s/.*/./; q'` 322708f3b10eSmrg { if $as_mkdir_p; then 322808f3b10eSmrg mkdir -p "$ac_dir" 322908f3b10eSmrg else 323008f3b10eSmrg as_dir="$ac_dir" 323108f3b10eSmrg as_dirs= 323208f3b10eSmrg while test ! -d "$as_dir"; do 323308f3b10eSmrg as_dirs="$as_dir $as_dirs" 323408f3b10eSmrg as_dir=`(dirname "$as_dir") 2>/dev/null || 323508f3b10eSmrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 323608f3b10eSmrg X"$as_dir" : 'X\(//\)[^/]' \| \ 323708f3b10eSmrg X"$as_dir" : 'X\(//\)$' \| \ 323808f3b10eSmrg X"$as_dir" : 'X\(/\)' \| \ 323908f3b10eSmrg . : '\(.\)' 2>/dev/null || 324008f3b10eSmrgecho X"$as_dir" | 324108f3b10eSmrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 324208f3b10eSmrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 324308f3b10eSmrg /^X\(\/\/\)$/{ s//\1/; q; } 324408f3b10eSmrg /^X\(\/\).*/{ s//\1/; q; } 324508f3b10eSmrg s/.*/./; q'` 324608f3b10eSmrg done 324708f3b10eSmrg test ! -n "$as_dirs" || mkdir $as_dirs 324808f3b10eSmrg fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 324908f3b10eSmrgecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 325008f3b10eSmrg { (exit 1); exit 1; }; }; } 325108f3b10eSmrg 325208f3b10eSmrg ac_builddir=. 325308f3b10eSmrg 325408f3b10eSmrgif test "$ac_dir" != .; then 325508f3b10eSmrg ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 325608f3b10eSmrg # A "../" for each directory in $ac_dir_suffix. 325708f3b10eSmrg ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 325808f3b10eSmrgelse 325908f3b10eSmrg ac_dir_suffix= ac_top_builddir= 326008f3b10eSmrgfi 326108f3b10eSmrg 326208f3b10eSmrgcase $srcdir in 326308f3b10eSmrg .) # No --srcdir option. We are building in place. 326408f3b10eSmrg ac_srcdir=. 326508f3b10eSmrg if test -z "$ac_top_builddir"; then 326608f3b10eSmrg ac_top_srcdir=. 326708f3b10eSmrg else 326808f3b10eSmrg ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 326908f3b10eSmrg fi ;; 327008f3b10eSmrg [\\/]* | ?:[\\/]* ) # Absolute path. 327108f3b10eSmrg ac_srcdir=$srcdir$ac_dir_suffix; 327208f3b10eSmrg ac_top_srcdir=$srcdir ;; 327308f3b10eSmrg *) # Relative path. 327408f3b10eSmrg ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 327508f3b10eSmrg ac_top_srcdir=$ac_top_builddir$srcdir ;; 327608f3b10eSmrgesac 327708f3b10eSmrg 327808f3b10eSmrg# Do not use `cd foo && pwd` to compute absolute paths, because 327908f3b10eSmrg# the directories may not exist. 328008f3b10eSmrgcase `pwd` in 328108f3b10eSmrg.) ac_abs_builddir="$ac_dir";; 328208f3b10eSmrg*) 328308f3b10eSmrg case "$ac_dir" in 328408f3b10eSmrg .) ac_abs_builddir=`pwd`;; 328508f3b10eSmrg [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 328608f3b10eSmrg *) ac_abs_builddir=`pwd`/"$ac_dir";; 328708f3b10eSmrg esac;; 328808f3b10eSmrgesac 328908f3b10eSmrgcase $ac_abs_builddir in 329008f3b10eSmrg.) ac_abs_top_builddir=${ac_top_builddir}.;; 329108f3b10eSmrg*) 329208f3b10eSmrg case ${ac_top_builddir}. in 329308f3b10eSmrg .) ac_abs_top_builddir=$ac_abs_builddir;; 329408f3b10eSmrg [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 329508f3b10eSmrg *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 329608f3b10eSmrg esac;; 329708f3b10eSmrgesac 329808f3b10eSmrgcase $ac_abs_builddir in 329908f3b10eSmrg.) ac_abs_srcdir=$ac_srcdir;; 330008f3b10eSmrg*) 330108f3b10eSmrg case $ac_srcdir in 330208f3b10eSmrg .) ac_abs_srcdir=$ac_abs_builddir;; 330308f3b10eSmrg [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 330408f3b10eSmrg *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 330508f3b10eSmrg esac;; 330608f3b10eSmrgesac 330708f3b10eSmrgcase $ac_abs_builddir in 330808f3b10eSmrg.) ac_abs_top_srcdir=$ac_top_srcdir;; 330908f3b10eSmrg*) 331008f3b10eSmrg case $ac_top_srcdir in 331108f3b10eSmrg .) ac_abs_top_srcdir=$ac_abs_builddir;; 331208f3b10eSmrg [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 331308f3b10eSmrg *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 331408f3b10eSmrg esac;; 331508f3b10eSmrgesac 331608f3b10eSmrg 331708f3b10eSmrg 331808f3b10eSmrg case $INSTALL in 331908f3b10eSmrg [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 332008f3b10eSmrg *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 332108f3b10eSmrg esac 332208f3b10eSmrg 332308f3b10eSmrg if test x"$ac_file" != x-; then 332408f3b10eSmrg { echo "$as_me:$LINENO: creating $ac_file" >&5 332508f3b10eSmrgecho "$as_me: creating $ac_file" >&6;} 332608f3b10eSmrg rm -f "$ac_file" 332708f3b10eSmrg fi 332808f3b10eSmrg # Let's still pretend it is `configure' which instantiates (i.e., don't 332908f3b10eSmrg # use $as_me), people would be surprised to read: 333008f3b10eSmrg # /* config.h. Generated by config.status. */ 333108f3b10eSmrg if test x"$ac_file" = x-; then 333208f3b10eSmrg configure_input= 333308f3b10eSmrg else 333408f3b10eSmrg configure_input="$ac_file. " 333508f3b10eSmrg fi 333608f3b10eSmrg configure_input=$configure_input"Generated from `echo $ac_file_in | 333708f3b10eSmrg sed 's,.*/,,'` by configure." 333808f3b10eSmrg 333908f3b10eSmrg # First look for the input files in the build tree, otherwise in the 334008f3b10eSmrg # src tree. 334108f3b10eSmrg ac_file_inputs=`IFS=: 334208f3b10eSmrg for f in $ac_file_in; do 334308f3b10eSmrg case $f in 334408f3b10eSmrg -) echo $tmp/stdin ;; 334508f3b10eSmrg [\\/$]*) 334608f3b10eSmrg # Absolute (can't be DOS-style, as IFS=:) 334708f3b10eSmrg test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 334808f3b10eSmrgecho "$as_me: error: cannot find input file: $f" >&2;} 334908f3b10eSmrg { (exit 1); exit 1; }; } 335008f3b10eSmrg echo "$f";; 335108f3b10eSmrg *) # Relative 335208f3b10eSmrg if test -f "$f"; then 335308f3b10eSmrg # Build tree 335408f3b10eSmrg echo "$f" 335508f3b10eSmrg elif test -f "$srcdir/$f"; then 335608f3b10eSmrg # Source tree 335708f3b10eSmrg echo "$srcdir/$f" 335808f3b10eSmrg else 335908f3b10eSmrg # /dev/null tree 336008f3b10eSmrg { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 336108f3b10eSmrgecho "$as_me: error: cannot find input file: $f" >&2;} 336208f3b10eSmrg { (exit 1); exit 1; }; } 336308f3b10eSmrg fi;; 336408f3b10eSmrg esac 336508f3b10eSmrg done` || { (exit 1); exit 1; } 336608f3b10eSmrg_ACEOF 336708f3b10eSmrgcat >>$CONFIG_STATUS <<_ACEOF 336808f3b10eSmrg sed "$ac_vpsub 336908f3b10eSmrg$extrasub 337008f3b10eSmrg_ACEOF 337108f3b10eSmrgcat >>$CONFIG_STATUS <<\_ACEOF 337208f3b10eSmrg:t 337308f3b10eSmrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 337408f3b10eSmrgs,@configure_input@,$configure_input,;t t 337508f3b10eSmrgs,@srcdir@,$ac_srcdir,;t t 337608f3b10eSmrgs,@abs_srcdir@,$ac_abs_srcdir,;t t 337708f3b10eSmrgs,@top_srcdir@,$ac_top_srcdir,;t t 337808f3b10eSmrgs,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 337908f3b10eSmrgs,@builddir@,$ac_builddir,;t t 338008f3b10eSmrgs,@abs_builddir@,$ac_abs_builddir,;t t 338108f3b10eSmrgs,@top_builddir@,$ac_top_builddir,;t t 338208f3b10eSmrgs,@abs_top_builddir@,$ac_abs_top_builddir,;t t 338308f3b10eSmrgs,@INSTALL@,$ac_INSTALL,;t t 338408f3b10eSmrg" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 338508f3b10eSmrg rm -f $tmp/stdin 338608f3b10eSmrg if test x"$ac_file" != x-; then 338708f3b10eSmrg mv $tmp/out $ac_file 338808f3b10eSmrg else 338908f3b10eSmrg cat $tmp/out 339008f3b10eSmrg rm -f $tmp/out 339108f3b10eSmrg fi 339208f3b10eSmrg 339308f3b10eSmrgdone 339408f3b10eSmrg_ACEOF 339508f3b10eSmrg 339608f3b10eSmrgcat >>$CONFIG_STATUS <<\_ACEOF 339708f3b10eSmrg 339808f3b10eSmrg{ (exit 0); exit 0; } 339908f3b10eSmrg_ACEOF 340008f3b10eSmrgchmod +x $CONFIG_STATUS 340108f3b10eSmrgac_clean_files=$ac_clean_files_save 340208f3b10eSmrg 340308f3b10eSmrg 340408f3b10eSmrg# configure is writing to config.log, and then calls config.status. 340508f3b10eSmrg# config.status does its own redirection, appending to config.log. 340608f3b10eSmrg# Unfortunately, on DOS this fails, as config.log is still kept open 340708f3b10eSmrg# by configure, so config.status won't be able to write to it; its 340808f3b10eSmrg# output is simply discarded. So we exec the FD to /dev/null, 340908f3b10eSmrg# effectively closing config.log, so it can be properly (re)opened and 341008f3b10eSmrg# appended to by config.status. When coming back to configure, we 341108f3b10eSmrg# need to make the FD available again. 341208f3b10eSmrgif test "$no_create" != yes; then 341308f3b10eSmrg ac_cs_success=: 341408f3b10eSmrg ac_config_status_args= 341508f3b10eSmrg test "$silent" = yes && 341608f3b10eSmrg ac_config_status_args="$ac_config_status_args --quiet" 341708f3b10eSmrg exec 5>/dev/null 341808f3b10eSmrg $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 341908f3b10eSmrg exec 5>>config.log 342008f3b10eSmrg # Use ||, not &&, to avoid exiting from the if with $? = 1, which 342108f3b10eSmrg # would make configure fail if this is the last instruction. 342208f3b10eSmrg $ac_cs_success || { (exit 1); exit 1; } 342308f3b10eSmrgfi 342408f3b10eSmrg 3425