configure revision 3294c433
13294c433Smrg#! /bin/sh 23294c433Smrg# Guess values for system-dependent variables and create Makefiles. 33294c433Smrg# Generated by GNU Autoconf 2.59 for font-bh-100dpi 1.0.0. 43294c433Smrg# 53294c433Smrg# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 63294c433Smrg# 73294c433Smrg# Copyright (C) 2003 Free Software Foundation, Inc. 83294c433Smrg# This configure script is free software; the Free Software Foundation 93294c433Smrg# gives unlimited permission to copy, distribute and modify it. 103294c433Smrg## --------------------- ## 113294c433Smrg## M4sh Initialization. ## 123294c433Smrg## --------------------- ## 133294c433Smrg 143294c433Smrg# Be Bourne compatible 153294c433Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 163294c433Smrg emulate sh 173294c433Smrg NULLCMD=: 183294c433Smrg # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 193294c433Smrg # is contrary to our usage. Disable this feature. 203294c433Smrg alias -g '${1+"$@"}'='"$@"' 213294c433Smrgelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 223294c433Smrg set -o posix 233294c433Smrgfi 243294c433SmrgDUALCASE=1; export DUALCASE # for MKS sh 253294c433Smrg 263294c433Smrg# Support unset when possible. 273294c433Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 283294c433Smrg as_unset=unset 293294c433Smrgelse 303294c433Smrg as_unset=false 313294c433Smrgfi 323294c433Smrg 333294c433Smrg 343294c433Smrg# Work around bugs in pre-3.0 UWIN ksh. 353294c433Smrg$as_unset ENV MAIL MAILPATH 363294c433SmrgPS1='$ ' 373294c433SmrgPS2='> ' 383294c433SmrgPS4='+ ' 393294c433Smrg 403294c433Smrg# NLS nuisances. 413294c433Smrgfor as_var in \ 423294c433Smrg LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 433294c433Smrg LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 443294c433Smrg LC_TELEPHONE LC_TIME 453294c433Smrgdo 463294c433Smrg if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 473294c433Smrg eval $as_var=C; export $as_var 483294c433Smrg else 493294c433Smrg $as_unset $as_var 503294c433Smrg fi 513294c433Smrgdone 523294c433Smrg 533294c433Smrg# Required to use basename. 543294c433Smrgif expr a : '\(a\)' >/dev/null 2>&1; then 553294c433Smrg as_expr=expr 563294c433Smrgelse 573294c433Smrg as_expr=false 583294c433Smrgfi 593294c433Smrg 603294c433Smrgif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 613294c433Smrg as_basename=basename 623294c433Smrgelse 633294c433Smrg as_basename=false 643294c433Smrgfi 653294c433Smrg 663294c433Smrg 673294c433Smrg# Name of the executable. 683294c433Smrgas_me=`$as_basename "$0" || 693294c433Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 703294c433Smrg X"$0" : 'X\(//\)$' \| \ 713294c433Smrg X"$0" : 'X\(/\)$' \| \ 723294c433Smrg . : '\(.\)' 2>/dev/null || 733294c433Smrgecho X/"$0" | 743294c433Smrg sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 753294c433Smrg /^X\/\(\/\/\)$/{ s//\1/; q; } 763294c433Smrg /^X\/\(\/\).*/{ s//\1/; q; } 773294c433Smrg s/.*/./; q'` 783294c433Smrg 793294c433Smrg 803294c433Smrg# PATH needs CR, and LINENO needs CR and PATH. 813294c433Smrg# Avoid depending upon Character Ranges. 823294c433Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 833294c433Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 843294c433Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 853294c433Smrgas_cr_digits='0123456789' 863294c433Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits 873294c433Smrg 883294c433Smrg# The user is always right. 893294c433Smrgif test "${PATH_SEPARATOR+set}" != set; then 903294c433Smrg echo "#! /bin/sh" >conf$$.sh 913294c433Smrg echo "exit 0" >>conf$$.sh 923294c433Smrg chmod +x conf$$.sh 933294c433Smrg if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 943294c433Smrg PATH_SEPARATOR=';' 953294c433Smrg else 963294c433Smrg PATH_SEPARATOR=: 973294c433Smrg fi 983294c433Smrg rm -f conf$$.sh 993294c433Smrgfi 1003294c433Smrg 1013294c433Smrg 1023294c433Smrg as_lineno_1=$LINENO 1033294c433Smrg as_lineno_2=$LINENO 1043294c433Smrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 1053294c433Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 1063294c433Smrg test "x$as_lineno_3" = "x$as_lineno_2" || { 1073294c433Smrg # Find who we are. Look in the path if we contain no path at all 1083294c433Smrg # relative or not. 1093294c433Smrg case $0 in 1103294c433Smrg *[\\/]* ) as_myself=$0 ;; 1113294c433Smrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1123294c433Smrgfor as_dir in $PATH 1133294c433Smrgdo 1143294c433Smrg IFS=$as_save_IFS 1153294c433Smrg test -z "$as_dir" && as_dir=. 1163294c433Smrg test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 1173294c433Smrgdone 1183294c433Smrg 1193294c433Smrg ;; 1203294c433Smrg esac 1213294c433Smrg # We did not find ourselves, most probably we were run as `sh COMMAND' 1223294c433Smrg # in which case we are not to be found in the path. 1233294c433Smrg if test "x$as_myself" = x; then 1243294c433Smrg as_myself=$0 1253294c433Smrg fi 1263294c433Smrg if test ! -f "$as_myself"; then 1273294c433Smrg { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 1283294c433Smrg { (exit 1); exit 1; }; } 1293294c433Smrg fi 1303294c433Smrg case $CONFIG_SHELL in 1313294c433Smrg '') 1323294c433Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1333294c433Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 1343294c433Smrgdo 1353294c433Smrg IFS=$as_save_IFS 1363294c433Smrg test -z "$as_dir" && as_dir=. 1373294c433Smrg for as_base in sh bash ksh sh5; do 1383294c433Smrg case $as_dir in 1393294c433Smrg /*) 1403294c433Smrg if ("$as_dir/$as_base" -c ' 1413294c433Smrg as_lineno_1=$LINENO 1423294c433Smrg as_lineno_2=$LINENO 1433294c433Smrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 1443294c433Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 1453294c433Smrg test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 1463294c433Smrg $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 1473294c433Smrg $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 1483294c433Smrg CONFIG_SHELL=$as_dir/$as_base 1493294c433Smrg export CONFIG_SHELL 1503294c433Smrg exec "$CONFIG_SHELL" "$0" ${1+"$@"} 1513294c433Smrg fi;; 1523294c433Smrg esac 1533294c433Smrg done 1543294c433Smrgdone 1553294c433Smrg;; 1563294c433Smrg esac 1573294c433Smrg 1583294c433Smrg # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 1593294c433Smrg # uniformly replaced by the line number. The first 'sed' inserts a 1603294c433Smrg # line-number line before each line; the second 'sed' does the real 1613294c433Smrg # work. The second script uses 'N' to pair each line-number line 1623294c433Smrg # with the numbered line, and appends trailing '-' during 1633294c433Smrg # substitution so that $LINENO is not a special case at line end. 1643294c433Smrg # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 1653294c433Smrg # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 1663294c433Smrg sed '=' <$as_myself | 1673294c433Smrg sed ' 1683294c433Smrg N 1693294c433Smrg s,$,-, 1703294c433Smrg : loop 1713294c433Smrg s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 1723294c433Smrg t loop 1733294c433Smrg s,-$,, 1743294c433Smrg s,^['$as_cr_digits']*\n,, 1753294c433Smrg ' >$as_me.lineno && 1763294c433Smrg chmod +x $as_me.lineno || 1773294c433Smrg { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 1783294c433Smrg { (exit 1); exit 1; }; } 1793294c433Smrg 1803294c433Smrg # Don't try to exec as it changes $[0], causing all sort of problems 1813294c433Smrg # (the dirname of $[0] is not the place where we might find the 1823294c433Smrg # original and so on. Autoconf is especially sensible to this). 1833294c433Smrg . ./$as_me.lineno 1843294c433Smrg # Exit status is that of the last command. 1853294c433Smrg exit 1863294c433Smrg} 1873294c433Smrg 1883294c433Smrg 1893294c433Smrgcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 1903294c433Smrg *c*,-n*) ECHO_N= ECHO_C=' 1913294c433Smrg' ECHO_T=' ' ;; 1923294c433Smrg *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 1933294c433Smrg *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 1943294c433Smrgesac 1953294c433Smrg 1963294c433Smrgif expr a : '\(a\)' >/dev/null 2>&1; then 1973294c433Smrg as_expr=expr 1983294c433Smrgelse 1993294c433Smrg as_expr=false 2003294c433Smrgfi 2013294c433Smrg 2023294c433Smrgrm -f conf$$ conf$$.exe conf$$.file 2033294c433Smrgecho >conf$$.file 2043294c433Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then 2053294c433Smrg # We could just check for DJGPP; but this test a) works b) is more generic 2063294c433Smrg # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 2073294c433Smrg if test -f conf$$.exe; then 2083294c433Smrg # Don't use ln at all; we don't have any links 2093294c433Smrg as_ln_s='cp -p' 2103294c433Smrg else 2113294c433Smrg as_ln_s='ln -s' 2123294c433Smrg fi 2133294c433Smrgelif ln conf$$.file conf$$ 2>/dev/null; then 2143294c433Smrg as_ln_s=ln 2153294c433Smrgelse 2163294c433Smrg as_ln_s='cp -p' 2173294c433Smrgfi 2183294c433Smrgrm -f conf$$ conf$$.exe conf$$.file 2193294c433Smrg 2203294c433Smrgif mkdir -p . 2>/dev/null; then 2213294c433Smrg as_mkdir_p=: 2223294c433Smrgelse 2233294c433Smrg test -d ./-p && rmdir ./-p 2243294c433Smrg as_mkdir_p=false 2253294c433Smrgfi 2263294c433Smrg 2273294c433Smrgas_executable_p="test -f" 2283294c433Smrg 2293294c433Smrg# Sed expression to map a string onto a valid CPP name. 2303294c433Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 2313294c433Smrg 2323294c433Smrg# Sed expression to map a string onto a valid variable name. 2333294c433Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 2343294c433Smrg 2353294c433Smrg 2363294c433Smrg# IFS 2373294c433Smrg# We need space, tab and new line, in precisely that order. 2383294c433Smrgas_nl=' 2393294c433Smrg' 2403294c433SmrgIFS=" $as_nl" 2413294c433Smrg 2423294c433Smrg# CDPATH. 2433294c433Smrg$as_unset CDPATH 2443294c433Smrg 2453294c433Smrg 2463294c433Smrg# Name of the host. 2473294c433Smrg# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 2483294c433Smrg# so uname gets run too. 2493294c433Smrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 2503294c433Smrg 2513294c433Smrgexec 6>&1 2523294c433Smrg 2533294c433Smrg# 2543294c433Smrg# Initializations. 2553294c433Smrg# 2563294c433Smrgac_default_prefix=/usr/local 2573294c433Smrgac_config_libobj_dir=. 2583294c433Smrgcross_compiling=no 2593294c433Smrgsubdirs= 2603294c433SmrgMFLAGS= 2613294c433SmrgMAKEFLAGS= 2623294c433SmrgSHELL=${CONFIG_SHELL-/bin/sh} 2633294c433Smrg 2643294c433Smrg# Maximum number of lines to put in a shell here document. 2653294c433Smrg# This variable seems obsolete. It should probably be removed, and 2663294c433Smrg# only ac_max_sed_lines should be used. 2673294c433Smrg: ${ac_max_here_lines=38} 2683294c433Smrg 2693294c433Smrg# Identity of this package. 2703294c433SmrgPACKAGE_NAME='font-bh-100dpi' 2713294c433SmrgPACKAGE_TARNAME='font-bh-100dpi' 2723294c433SmrgPACKAGE_VERSION='1.0.0' 2733294c433SmrgPACKAGE_STRING='font-bh-100dpi 1.0.0' 2743294c433SmrgPACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' 2753294c433Smrg 2763294c433Smrgac_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' 2773294c433Smrgac_subst_files='' 2783294c433Smrg 2793294c433Smrg# Initialize some variables set by options. 2803294c433Smrgac_init_help= 2813294c433Smrgac_init_version=false 2823294c433Smrg# The variables have the same names as the options, with 2833294c433Smrg# dashes changed to underlines. 2843294c433Smrgcache_file=/dev/null 2853294c433Smrgexec_prefix=NONE 2863294c433Smrgno_create= 2873294c433Smrgno_recursion= 2883294c433Smrgprefix=NONE 2893294c433Smrgprogram_prefix=NONE 2903294c433Smrgprogram_suffix=NONE 2913294c433Smrgprogram_transform_name=s,x,x, 2923294c433Smrgsilent= 2933294c433Smrgsite= 2943294c433Smrgsrcdir= 2953294c433Smrgverbose= 2963294c433Smrgx_includes=NONE 2973294c433Smrgx_libraries=NONE 2983294c433Smrg 2993294c433Smrg# Installation directory options. 3003294c433Smrg# These are left unexpanded so users can "make install exec_prefix=/foo" 3013294c433Smrg# and all the variables that are supposed to be based on exec_prefix 3023294c433Smrg# by default will actually change. 3033294c433Smrg# Use braces instead of parens because sh, perl, etc. also accept them. 3043294c433Smrgbindir='${exec_prefix}/bin' 3053294c433Smrgsbindir='${exec_prefix}/sbin' 3063294c433Smrglibexecdir='${exec_prefix}/libexec' 3073294c433Smrgdatadir='${prefix}/share' 3083294c433Smrgsysconfdir='${prefix}/etc' 3093294c433Smrgsharedstatedir='${prefix}/com' 3103294c433Smrglocalstatedir='${prefix}/var' 3113294c433Smrglibdir='${exec_prefix}/lib' 3123294c433Smrgincludedir='${prefix}/include' 3133294c433Smrgoldincludedir='/usr/include' 3143294c433Smrginfodir='${prefix}/info' 3153294c433Smrgmandir='${prefix}/man' 3163294c433Smrg 3173294c433Smrgac_prev= 3183294c433Smrgfor ac_option 3193294c433Smrgdo 3203294c433Smrg # If the previous option needs an argument, assign it. 3213294c433Smrg if test -n "$ac_prev"; then 3223294c433Smrg eval "$ac_prev=\$ac_option" 3233294c433Smrg ac_prev= 3243294c433Smrg continue 3253294c433Smrg fi 3263294c433Smrg 3273294c433Smrg ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 3283294c433Smrg 3293294c433Smrg # Accept the important Cygnus configure options, so we can diagnose typos. 3303294c433Smrg 3313294c433Smrg case $ac_option in 3323294c433Smrg 3333294c433Smrg -bindir | --bindir | --bindi | --bind | --bin | --bi) 3343294c433Smrg ac_prev=bindir ;; 3353294c433Smrg -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 3363294c433Smrg bindir=$ac_optarg ;; 3373294c433Smrg 3383294c433Smrg -build | --build | --buil | --bui | --bu) 3393294c433Smrg ac_prev=build_alias ;; 3403294c433Smrg -build=* | --build=* | --buil=* | --bui=* | --bu=*) 3413294c433Smrg build_alias=$ac_optarg ;; 3423294c433Smrg 3433294c433Smrg -cache-file | --cache-file | --cache-fil | --cache-fi \ 3443294c433Smrg | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 3453294c433Smrg ac_prev=cache_file ;; 3463294c433Smrg -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 3473294c433Smrg | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 3483294c433Smrg cache_file=$ac_optarg ;; 3493294c433Smrg 3503294c433Smrg --config-cache | -C) 3513294c433Smrg cache_file=config.cache ;; 3523294c433Smrg 3533294c433Smrg -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 3543294c433Smrg ac_prev=datadir ;; 3553294c433Smrg -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 3563294c433Smrg | --da=*) 3573294c433Smrg datadir=$ac_optarg ;; 3583294c433Smrg 3593294c433Smrg -disable-* | --disable-*) 3603294c433Smrg ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 3613294c433Smrg # Reject names that are not valid shell variable names. 3623294c433Smrg expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 3633294c433Smrg { echo "$as_me: error: invalid feature name: $ac_feature" >&2 3643294c433Smrg { (exit 1); exit 1; }; } 3653294c433Smrg ac_feature=`echo $ac_feature | sed 's/-/_/g'` 3663294c433Smrg eval "enable_$ac_feature=no" ;; 3673294c433Smrg 3683294c433Smrg -enable-* | --enable-*) 3693294c433Smrg ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 3703294c433Smrg # Reject names that are not valid shell variable names. 3713294c433Smrg expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 3723294c433Smrg { echo "$as_me: error: invalid feature name: $ac_feature" >&2 3733294c433Smrg { (exit 1); exit 1; }; } 3743294c433Smrg ac_feature=`echo $ac_feature | sed 's/-/_/g'` 3753294c433Smrg case $ac_option in 3763294c433Smrg *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 3773294c433Smrg *) ac_optarg=yes ;; 3783294c433Smrg esac 3793294c433Smrg eval "enable_$ac_feature='$ac_optarg'" ;; 3803294c433Smrg 3813294c433Smrg -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 3823294c433Smrg | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 3833294c433Smrg | --exec | --exe | --ex) 3843294c433Smrg ac_prev=exec_prefix ;; 3853294c433Smrg -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 3863294c433Smrg | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 3873294c433Smrg | --exec=* | --exe=* | --ex=*) 3883294c433Smrg exec_prefix=$ac_optarg ;; 3893294c433Smrg 3903294c433Smrg -gas | --gas | --ga | --g) 3913294c433Smrg # Obsolete; use --with-gas. 3923294c433Smrg with_gas=yes ;; 3933294c433Smrg 3943294c433Smrg -help | --help | --hel | --he | -h) 3953294c433Smrg ac_init_help=long ;; 3963294c433Smrg -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 3973294c433Smrg ac_init_help=recursive ;; 3983294c433Smrg -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 3993294c433Smrg ac_init_help=short ;; 4003294c433Smrg 4013294c433Smrg -host | --host | --hos | --ho) 4023294c433Smrg ac_prev=host_alias ;; 4033294c433Smrg -host=* | --host=* | --hos=* | --ho=*) 4043294c433Smrg host_alias=$ac_optarg ;; 4053294c433Smrg 4063294c433Smrg -includedir | --includedir | --includedi | --included | --include \ 4073294c433Smrg | --includ | --inclu | --incl | --inc) 4083294c433Smrg ac_prev=includedir ;; 4093294c433Smrg -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 4103294c433Smrg | --includ=* | --inclu=* | --incl=* | --inc=*) 4113294c433Smrg includedir=$ac_optarg ;; 4123294c433Smrg 4133294c433Smrg -infodir | --infodir | --infodi | --infod | --info | --inf) 4143294c433Smrg ac_prev=infodir ;; 4153294c433Smrg -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 4163294c433Smrg infodir=$ac_optarg ;; 4173294c433Smrg 4183294c433Smrg -libdir | --libdir | --libdi | --libd) 4193294c433Smrg ac_prev=libdir ;; 4203294c433Smrg -libdir=* | --libdir=* | --libdi=* | --libd=*) 4213294c433Smrg libdir=$ac_optarg ;; 4223294c433Smrg 4233294c433Smrg -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 4243294c433Smrg | --libexe | --libex | --libe) 4253294c433Smrg ac_prev=libexecdir ;; 4263294c433Smrg -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 4273294c433Smrg | --libexe=* | --libex=* | --libe=*) 4283294c433Smrg libexecdir=$ac_optarg ;; 4293294c433Smrg 4303294c433Smrg -localstatedir | --localstatedir | --localstatedi | --localstated \ 4313294c433Smrg | --localstate | --localstat | --localsta | --localst \ 4323294c433Smrg | --locals | --local | --loca | --loc | --lo) 4333294c433Smrg ac_prev=localstatedir ;; 4343294c433Smrg -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 4353294c433Smrg | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 4363294c433Smrg | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 4373294c433Smrg localstatedir=$ac_optarg ;; 4383294c433Smrg 4393294c433Smrg -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 4403294c433Smrg ac_prev=mandir ;; 4413294c433Smrg -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 4423294c433Smrg mandir=$ac_optarg ;; 4433294c433Smrg 4443294c433Smrg -nfp | --nfp | --nf) 4453294c433Smrg # Obsolete; use --without-fp. 4463294c433Smrg with_fp=no ;; 4473294c433Smrg 4483294c433Smrg -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 4493294c433Smrg | --no-cr | --no-c | -n) 4503294c433Smrg no_create=yes ;; 4513294c433Smrg 4523294c433Smrg -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 4533294c433Smrg | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 4543294c433Smrg no_recursion=yes ;; 4553294c433Smrg 4563294c433Smrg -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 4573294c433Smrg | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 4583294c433Smrg | --oldin | --oldi | --old | --ol | --o) 4593294c433Smrg ac_prev=oldincludedir ;; 4603294c433Smrg -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 4613294c433Smrg | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 4623294c433Smrg | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 4633294c433Smrg oldincludedir=$ac_optarg ;; 4643294c433Smrg 4653294c433Smrg -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 4663294c433Smrg ac_prev=prefix ;; 4673294c433Smrg -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 4683294c433Smrg prefix=$ac_optarg ;; 4693294c433Smrg 4703294c433Smrg -program-prefix | --program-prefix | --program-prefi | --program-pref \ 4713294c433Smrg | --program-pre | --program-pr | --program-p) 4723294c433Smrg ac_prev=program_prefix ;; 4733294c433Smrg -program-prefix=* | --program-prefix=* | --program-prefi=* \ 4743294c433Smrg | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 4753294c433Smrg program_prefix=$ac_optarg ;; 4763294c433Smrg 4773294c433Smrg -program-suffix | --program-suffix | --program-suffi | --program-suff \ 4783294c433Smrg | --program-suf | --program-su | --program-s) 4793294c433Smrg ac_prev=program_suffix ;; 4803294c433Smrg -program-suffix=* | --program-suffix=* | --program-suffi=* \ 4813294c433Smrg | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 4823294c433Smrg program_suffix=$ac_optarg ;; 4833294c433Smrg 4843294c433Smrg -program-transform-name | --program-transform-name \ 4853294c433Smrg | --program-transform-nam | --program-transform-na \ 4863294c433Smrg | --program-transform-n | --program-transform- \ 4873294c433Smrg | --program-transform | --program-transfor \ 4883294c433Smrg | --program-transfo | --program-transf \ 4893294c433Smrg | --program-trans | --program-tran \ 4903294c433Smrg | --progr-tra | --program-tr | --program-t) 4913294c433Smrg ac_prev=program_transform_name ;; 4923294c433Smrg -program-transform-name=* | --program-transform-name=* \ 4933294c433Smrg | --program-transform-nam=* | --program-transform-na=* \ 4943294c433Smrg | --program-transform-n=* | --program-transform-=* \ 4953294c433Smrg | --program-transform=* | --program-transfor=* \ 4963294c433Smrg | --program-transfo=* | --program-transf=* \ 4973294c433Smrg | --program-trans=* | --program-tran=* \ 4983294c433Smrg | --progr-tra=* | --program-tr=* | --program-t=*) 4993294c433Smrg program_transform_name=$ac_optarg ;; 5003294c433Smrg 5013294c433Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 5023294c433Smrg | -silent | --silent | --silen | --sile | --sil) 5033294c433Smrg silent=yes ;; 5043294c433Smrg 5053294c433Smrg -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 5063294c433Smrg ac_prev=sbindir ;; 5073294c433Smrg -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 5083294c433Smrg | --sbi=* | --sb=*) 5093294c433Smrg sbindir=$ac_optarg ;; 5103294c433Smrg 5113294c433Smrg -sharedstatedir | --sharedstatedir | --sharedstatedi \ 5123294c433Smrg | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 5133294c433Smrg | --sharedst | --shareds | --shared | --share | --shar \ 5143294c433Smrg | --sha | --sh) 5153294c433Smrg ac_prev=sharedstatedir ;; 5163294c433Smrg -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 5173294c433Smrg | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 5183294c433Smrg | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 5193294c433Smrg | --sha=* | --sh=*) 5203294c433Smrg sharedstatedir=$ac_optarg ;; 5213294c433Smrg 5223294c433Smrg -site | --site | --sit) 5233294c433Smrg ac_prev=site ;; 5243294c433Smrg -site=* | --site=* | --sit=*) 5253294c433Smrg site=$ac_optarg ;; 5263294c433Smrg 5273294c433Smrg -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 5283294c433Smrg ac_prev=srcdir ;; 5293294c433Smrg -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 5303294c433Smrg srcdir=$ac_optarg ;; 5313294c433Smrg 5323294c433Smrg -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 5333294c433Smrg | --syscon | --sysco | --sysc | --sys | --sy) 5343294c433Smrg ac_prev=sysconfdir ;; 5353294c433Smrg -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 5363294c433Smrg | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 5373294c433Smrg sysconfdir=$ac_optarg ;; 5383294c433Smrg 5393294c433Smrg -target | --target | --targe | --targ | --tar | --ta | --t) 5403294c433Smrg ac_prev=target_alias ;; 5413294c433Smrg -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 5423294c433Smrg target_alias=$ac_optarg ;; 5433294c433Smrg 5443294c433Smrg -v | -verbose | --verbose | --verbos | --verbo | --verb) 5453294c433Smrg verbose=yes ;; 5463294c433Smrg 5473294c433Smrg -version | --version | --versio | --versi | --vers | -V) 5483294c433Smrg ac_init_version=: ;; 5493294c433Smrg 5503294c433Smrg -with-* | --with-*) 5513294c433Smrg ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 5523294c433Smrg # Reject names that are not valid shell variable names. 5533294c433Smrg expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 5543294c433Smrg { echo "$as_me: error: invalid package name: $ac_package" >&2 5553294c433Smrg { (exit 1); exit 1; }; } 5563294c433Smrg ac_package=`echo $ac_package| sed 's/-/_/g'` 5573294c433Smrg case $ac_option in 5583294c433Smrg *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 5593294c433Smrg *) ac_optarg=yes ;; 5603294c433Smrg esac 5613294c433Smrg eval "with_$ac_package='$ac_optarg'" ;; 5623294c433Smrg 5633294c433Smrg -without-* | --without-*) 5643294c433Smrg ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 5653294c433Smrg # Reject names that are not valid shell variable names. 5663294c433Smrg expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 5673294c433Smrg { echo "$as_me: error: invalid package name: $ac_package" >&2 5683294c433Smrg { (exit 1); exit 1; }; } 5693294c433Smrg ac_package=`echo $ac_package | sed 's/-/_/g'` 5703294c433Smrg eval "with_$ac_package=no" ;; 5713294c433Smrg 5723294c433Smrg --x) 5733294c433Smrg # Obsolete; use --with-x. 5743294c433Smrg with_x=yes ;; 5753294c433Smrg 5763294c433Smrg -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 5773294c433Smrg | --x-incl | --x-inc | --x-in | --x-i) 5783294c433Smrg ac_prev=x_includes ;; 5793294c433Smrg -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 5803294c433Smrg | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 5813294c433Smrg x_includes=$ac_optarg ;; 5823294c433Smrg 5833294c433Smrg -x-libraries | --x-libraries | --x-librarie | --x-librari \ 5843294c433Smrg | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 5853294c433Smrg ac_prev=x_libraries ;; 5863294c433Smrg -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 5873294c433Smrg | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 5883294c433Smrg x_libraries=$ac_optarg ;; 5893294c433Smrg 5903294c433Smrg -*) { echo "$as_me: error: unrecognized option: $ac_option 5913294c433SmrgTry \`$0 --help' for more information." >&2 5923294c433Smrg { (exit 1); exit 1; }; } 5933294c433Smrg ;; 5943294c433Smrg 5953294c433Smrg *=*) 5963294c433Smrg ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 5973294c433Smrg # Reject names that are not valid shell variable names. 5983294c433Smrg expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 5993294c433Smrg { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 6003294c433Smrg { (exit 1); exit 1; }; } 6013294c433Smrg ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 6023294c433Smrg eval "$ac_envvar='$ac_optarg'" 6033294c433Smrg export $ac_envvar ;; 6043294c433Smrg 6053294c433Smrg *) 6063294c433Smrg # FIXME: should be removed in autoconf 3.0. 6073294c433Smrg echo "$as_me: WARNING: you should use --build, --host, --target" >&2 6083294c433Smrg expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 6093294c433Smrg echo "$as_me: WARNING: invalid host type: $ac_option" >&2 6103294c433Smrg : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 6113294c433Smrg ;; 6123294c433Smrg 6133294c433Smrg esac 6143294c433Smrgdone 6153294c433Smrg 6163294c433Smrgif test -n "$ac_prev"; then 6173294c433Smrg ac_option=--`echo $ac_prev | sed 's/_/-/g'` 6183294c433Smrg { echo "$as_me: error: missing argument to $ac_option" >&2 6193294c433Smrg { (exit 1); exit 1; }; } 6203294c433Smrgfi 6213294c433Smrg 6223294c433Smrg# Be sure to have absolute paths. 6233294c433Smrgfor ac_var in exec_prefix prefix 6243294c433Smrgdo 6253294c433Smrg eval ac_val=$`echo $ac_var` 6263294c433Smrg case $ac_val in 6273294c433Smrg [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 6283294c433Smrg *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 6293294c433Smrg { (exit 1); exit 1; }; };; 6303294c433Smrg esac 6313294c433Smrgdone 6323294c433Smrg 6333294c433Smrg# Be sure to have absolute paths. 6343294c433Smrgfor ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 6353294c433Smrg localstatedir libdir includedir oldincludedir infodir mandir 6363294c433Smrgdo 6373294c433Smrg eval ac_val=$`echo $ac_var` 6383294c433Smrg case $ac_val in 6393294c433Smrg [\\/$]* | ?:[\\/]* ) ;; 6403294c433Smrg *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 6413294c433Smrg { (exit 1); exit 1; }; };; 6423294c433Smrg esac 6433294c433Smrgdone 6443294c433Smrg 6453294c433Smrg# There might be people who depend on the old broken behavior: `$host' 6463294c433Smrg# used to hold the argument of --host etc. 6473294c433Smrg# FIXME: To remove some day. 6483294c433Smrgbuild=$build_alias 6493294c433Smrghost=$host_alias 6503294c433Smrgtarget=$target_alias 6513294c433Smrg 6523294c433Smrg# FIXME: To remove some day. 6533294c433Smrgif test "x$host_alias" != x; then 6543294c433Smrg if test "x$build_alias" = x; then 6553294c433Smrg cross_compiling=maybe 6563294c433Smrg echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 6573294c433Smrg If a cross compiler is detected then cross compile mode will be used." >&2 6583294c433Smrg elif test "x$build_alias" != "x$host_alias"; then 6593294c433Smrg cross_compiling=yes 6603294c433Smrg fi 6613294c433Smrgfi 6623294c433Smrg 6633294c433Smrgac_tool_prefix= 6643294c433Smrgtest -n "$host_alias" && ac_tool_prefix=$host_alias- 6653294c433Smrg 6663294c433Smrgtest "$silent" = yes && exec 6>/dev/null 6673294c433Smrg 6683294c433Smrg 6693294c433Smrg# Find the source files, if location was not specified. 6703294c433Smrgif test -z "$srcdir"; then 6713294c433Smrg ac_srcdir_defaulted=yes 6723294c433Smrg # Try the directory containing this script, then its parent. 6733294c433Smrg ac_confdir=`(dirname "$0") 2>/dev/null || 6743294c433Smrg$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6753294c433Smrg X"$0" : 'X\(//\)[^/]' \| \ 6763294c433Smrg X"$0" : 'X\(//\)$' \| \ 6773294c433Smrg X"$0" : 'X\(/\)' \| \ 6783294c433Smrg . : '\(.\)' 2>/dev/null || 6793294c433Smrgecho X"$0" | 6803294c433Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 6813294c433Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 6823294c433Smrg /^X\(\/\/\)$/{ s//\1/; q; } 6833294c433Smrg /^X\(\/\).*/{ s//\1/; q; } 6843294c433Smrg s/.*/./; q'` 6853294c433Smrg srcdir=$ac_confdir 6863294c433Smrg if test ! -r $srcdir/$ac_unique_file; then 6873294c433Smrg srcdir=.. 6883294c433Smrg fi 6893294c433Smrgelse 6903294c433Smrg ac_srcdir_defaulted=no 6913294c433Smrgfi 6923294c433Smrgif test ! -r $srcdir/$ac_unique_file; then 6933294c433Smrg if test "$ac_srcdir_defaulted" = yes; then 6943294c433Smrg { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 6953294c433Smrg { (exit 1); exit 1; }; } 6963294c433Smrg else 6973294c433Smrg { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 6983294c433Smrg { (exit 1); exit 1; }; } 6993294c433Smrg fi 7003294c433Smrgfi 7013294c433Smrg(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 7023294c433Smrg { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 7033294c433Smrg { (exit 1); exit 1; }; } 7043294c433Smrgsrcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 7053294c433Smrgac_env_build_alias_set=${build_alias+set} 7063294c433Smrgac_env_build_alias_value=$build_alias 7073294c433Smrgac_cv_env_build_alias_set=${build_alias+set} 7083294c433Smrgac_cv_env_build_alias_value=$build_alias 7093294c433Smrgac_env_host_alias_set=${host_alias+set} 7103294c433Smrgac_env_host_alias_value=$host_alias 7113294c433Smrgac_cv_env_host_alias_set=${host_alias+set} 7123294c433Smrgac_cv_env_host_alias_value=$host_alias 7133294c433Smrgac_env_target_alias_set=${target_alias+set} 7143294c433Smrgac_env_target_alias_value=$target_alias 7153294c433Smrgac_cv_env_target_alias_set=${target_alias+set} 7163294c433Smrgac_cv_env_target_alias_value=$target_alias 7173294c433Smrgac_env_PKG_CONFIG_set=${PKG_CONFIG+set} 7183294c433Smrgac_env_PKG_CONFIG_value=$PKG_CONFIG 7193294c433Smrgac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set} 7203294c433Smrgac_cv_env_PKG_CONFIG_value=$PKG_CONFIG 7213294c433Smrgac_env_MAPS_CFLAGS_set=${MAPS_CFLAGS+set} 7223294c433Smrgac_env_MAPS_CFLAGS_value=$MAPS_CFLAGS 7233294c433Smrgac_cv_env_MAPS_CFLAGS_set=${MAPS_CFLAGS+set} 7243294c433Smrgac_cv_env_MAPS_CFLAGS_value=$MAPS_CFLAGS 7253294c433Smrgac_env_MAPS_LIBS_set=${MAPS_LIBS+set} 7263294c433Smrgac_env_MAPS_LIBS_value=$MAPS_LIBS 7273294c433Smrgac_cv_env_MAPS_LIBS_set=${MAPS_LIBS+set} 7283294c433Smrgac_cv_env_MAPS_LIBS_value=$MAPS_LIBS 7293294c433Smrg 7303294c433Smrg# 7313294c433Smrg# Report the --help message. 7323294c433Smrg# 7333294c433Smrgif test "$ac_init_help" = "long"; then 7343294c433Smrg # Omit some internal or obsolete options to make the list less imposing. 7353294c433Smrg # This message is too long to be a string in the A/UX 3.1 sh. 7363294c433Smrg cat <<_ACEOF 7373294c433Smrg\`configure' configures font-bh-100dpi 1.0.0 to adapt to many kinds of systems. 7383294c433Smrg 7393294c433SmrgUsage: $0 [OPTION]... [VAR=VALUE]... 7403294c433Smrg 7413294c433SmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as 7423294c433SmrgVAR=VALUE. See below for descriptions of some of the useful variables. 7433294c433Smrg 7443294c433SmrgDefaults for the options are specified in brackets. 7453294c433Smrg 7463294c433SmrgConfiguration: 7473294c433Smrg -h, --help display this help and exit 7483294c433Smrg --help=short display options specific to this package 7493294c433Smrg --help=recursive display the short help of all the included packages 7503294c433Smrg -V, --version display version information and exit 7513294c433Smrg -q, --quiet, --silent do not print \`checking...' messages 7523294c433Smrg --cache-file=FILE cache test results in FILE [disabled] 7533294c433Smrg -C, --config-cache alias for \`--cache-file=config.cache' 7543294c433Smrg -n, --no-create do not create output files 7553294c433Smrg --srcdir=DIR find the sources in DIR [configure dir or \`..'] 7563294c433Smrg 7573294c433Smrg_ACEOF 7583294c433Smrg 7593294c433Smrg cat <<_ACEOF 7603294c433SmrgInstallation directories: 7613294c433Smrg --prefix=PREFIX install architecture-independent files in PREFIX 7623294c433Smrg [$ac_default_prefix] 7633294c433Smrg --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 7643294c433Smrg [PREFIX] 7653294c433Smrg 7663294c433SmrgBy default, \`make install' will install all the files in 7673294c433Smrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 7683294c433Smrgan installation prefix other than \`$ac_default_prefix' using \`--prefix', 7693294c433Smrgfor instance \`--prefix=\$HOME'. 7703294c433Smrg 7713294c433SmrgFor better control, use the options below. 7723294c433Smrg 7733294c433SmrgFine tuning of the installation directories: 7743294c433Smrg --bindir=DIR user executables [EPREFIX/bin] 7753294c433Smrg --sbindir=DIR system admin executables [EPREFIX/sbin] 7763294c433Smrg --libexecdir=DIR program executables [EPREFIX/libexec] 7773294c433Smrg --datadir=DIR read-only architecture-independent data [PREFIX/share] 7783294c433Smrg --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 7793294c433Smrg --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 7803294c433Smrg --localstatedir=DIR modifiable single-machine data [PREFIX/var] 7813294c433Smrg --libdir=DIR object code libraries [EPREFIX/lib] 7823294c433Smrg --includedir=DIR C header files [PREFIX/include] 7833294c433Smrg --oldincludedir=DIR C header files for non-gcc [/usr/include] 7843294c433Smrg --infodir=DIR info documentation [PREFIX/info] 7853294c433Smrg --mandir=DIR man documentation [PREFIX/man] 7863294c433Smrg_ACEOF 7873294c433Smrg 7883294c433Smrg cat <<\_ACEOF 7893294c433Smrg 7903294c433SmrgProgram names: 7913294c433Smrg --program-prefix=PREFIX prepend PREFIX to installed program names 7923294c433Smrg --program-suffix=SUFFIX append SUFFIX to installed program names 7933294c433Smrg --program-transform-name=PROGRAM run sed PROGRAM on installed program names 7943294c433Smrg_ACEOF 7953294c433Smrgfi 7963294c433Smrg 7973294c433Smrgif test -n "$ac_init_help"; then 7983294c433Smrg case $ac_init_help in 7993294c433Smrg short | recursive ) echo "Configuration of font-bh-100dpi 1.0.0:";; 8003294c433Smrg esac 8013294c433Smrg cat <<\_ACEOF 8023294c433Smrg 8033294c433SmrgOptional Features: 8043294c433Smrg --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 8053294c433Smrg --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 8063294c433Smrg --enable-maintainer-mode enable make rules and dependencies not useful 8073294c433Smrg (and sometimes confusing) to the casual installer 8083294c433Smrg --disable-iso8859-1 Build ISO8859-1 fonts (default: yes) 8093294c433Smrg --disable-iso8859-2 Build ISO8859-2 fonts (default: yes) 8103294c433Smrg --disable-iso8859-3 Build ISO8859-3 fonts (default: yes) 8113294c433Smrg --disable-iso8859-4 Build ISO8859-4 fonts (default: yes) 8123294c433Smrg --disable-iso8859-9 Build ISO8859-9 fonts (default: yes) 8133294c433Smrg --disable-iso8859-10 Build ISO8859-10 fonts (default: yes) 8143294c433Smrg --disable-iso8859-13 Build ISO8859-13 fonts (default: yes) 8153294c433Smrg --disable-iso8859-14 Build ISO8859-14 fonts (default: yes) 8163294c433Smrg --disable-iso8859-15 Build ISO8859-15 fonts (default: yes) 8173294c433Smrg 8183294c433SmrgOptional Packages: 8193294c433Smrg --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 8203294c433Smrg --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 8213294c433Smrg --with-fontdir=FONTDIR Path to install fonts 8223294c433Smrg --with-release-version=STRING 8233294c433Smrg Use release version string in package name 8243294c433Smrg 8253294c433SmrgSome influential environment variables: 8263294c433Smrg PKG_CONFIG path to pkg-config utility 8273294c433Smrg MAPS_CFLAGS C compiler flags for MAPS, overriding pkg-config 8283294c433Smrg MAPS_LIBS linker flags for MAPS, overriding pkg-config 8293294c433Smrg 8303294c433SmrgUse these variables to override the choices made by `configure' or to help 8313294c433Smrgit to find libraries and programs with nonstandard names/locations. 8323294c433Smrg 8333294c433SmrgReport bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 8343294c433Smrg_ACEOF 8353294c433Smrgfi 8363294c433Smrg 8373294c433Smrgif test "$ac_init_help" = "recursive"; then 8383294c433Smrg # If there are subdirs, report their specific --help. 8393294c433Smrg ac_popdir=`pwd` 8403294c433Smrg for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 8413294c433Smrg test -d $ac_dir || continue 8423294c433Smrg ac_builddir=. 8433294c433Smrg 8443294c433Smrgif test "$ac_dir" != .; then 8453294c433Smrg ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 8463294c433Smrg # A "../" for each directory in $ac_dir_suffix. 8473294c433Smrg ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 8483294c433Smrgelse 8493294c433Smrg ac_dir_suffix= ac_top_builddir= 8503294c433Smrgfi 8513294c433Smrg 8523294c433Smrgcase $srcdir in 8533294c433Smrg .) # No --srcdir option. We are building in place. 8543294c433Smrg ac_srcdir=. 8553294c433Smrg if test -z "$ac_top_builddir"; then 8563294c433Smrg ac_top_srcdir=. 8573294c433Smrg else 8583294c433Smrg ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 8593294c433Smrg fi ;; 8603294c433Smrg [\\/]* | ?:[\\/]* ) # Absolute path. 8613294c433Smrg ac_srcdir=$srcdir$ac_dir_suffix; 8623294c433Smrg ac_top_srcdir=$srcdir ;; 8633294c433Smrg *) # Relative path. 8643294c433Smrg ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 8653294c433Smrg ac_top_srcdir=$ac_top_builddir$srcdir ;; 8663294c433Smrgesac 8673294c433Smrg 8683294c433Smrg# Do not use `cd foo && pwd` to compute absolute paths, because 8693294c433Smrg# the directories may not exist. 8703294c433Smrgcase `pwd` in 8713294c433Smrg.) ac_abs_builddir="$ac_dir";; 8723294c433Smrg*) 8733294c433Smrg case "$ac_dir" in 8743294c433Smrg .) ac_abs_builddir=`pwd`;; 8753294c433Smrg [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 8763294c433Smrg *) ac_abs_builddir=`pwd`/"$ac_dir";; 8773294c433Smrg esac;; 8783294c433Smrgesac 8793294c433Smrgcase $ac_abs_builddir in 8803294c433Smrg.) ac_abs_top_builddir=${ac_top_builddir}.;; 8813294c433Smrg*) 8823294c433Smrg case ${ac_top_builddir}. in 8833294c433Smrg .) ac_abs_top_builddir=$ac_abs_builddir;; 8843294c433Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 8853294c433Smrg *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 8863294c433Smrg esac;; 8873294c433Smrgesac 8883294c433Smrgcase $ac_abs_builddir in 8893294c433Smrg.) ac_abs_srcdir=$ac_srcdir;; 8903294c433Smrg*) 8913294c433Smrg case $ac_srcdir in 8923294c433Smrg .) ac_abs_srcdir=$ac_abs_builddir;; 8933294c433Smrg [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 8943294c433Smrg *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 8953294c433Smrg esac;; 8963294c433Smrgesac 8973294c433Smrgcase $ac_abs_builddir in 8983294c433Smrg.) ac_abs_top_srcdir=$ac_top_srcdir;; 8993294c433Smrg*) 9003294c433Smrg case $ac_top_srcdir in 9013294c433Smrg .) ac_abs_top_srcdir=$ac_abs_builddir;; 9023294c433Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 9033294c433Smrg *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 9043294c433Smrg esac;; 9053294c433Smrgesac 9063294c433Smrg 9073294c433Smrg cd $ac_dir 9083294c433Smrg # Check for guested configure; otherwise get Cygnus style configure. 9093294c433Smrg if test -f $ac_srcdir/configure.gnu; then 9103294c433Smrg echo 9113294c433Smrg $SHELL $ac_srcdir/configure.gnu --help=recursive 9123294c433Smrg elif test -f $ac_srcdir/configure; then 9133294c433Smrg echo 9143294c433Smrg $SHELL $ac_srcdir/configure --help=recursive 9153294c433Smrg elif test -f $ac_srcdir/configure.ac || 9163294c433Smrg test -f $ac_srcdir/configure.in; then 9173294c433Smrg echo 9183294c433Smrg $ac_configure --help 9193294c433Smrg else 9203294c433Smrg echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 9213294c433Smrg fi 9223294c433Smrg cd $ac_popdir 9233294c433Smrg done 9243294c433Smrgfi 9253294c433Smrg 9263294c433Smrgtest -n "$ac_init_help" && exit 0 9273294c433Smrgif $ac_init_version; then 9283294c433Smrg cat <<\_ACEOF 9293294c433Smrgfont-bh-100dpi configure 1.0.0 9303294c433Smrggenerated by GNU Autoconf 2.59 9313294c433Smrg 9323294c433SmrgCopyright (C) 2003 Free Software Foundation, Inc. 9333294c433SmrgThis configure script is free software; the Free Software Foundation 9343294c433Smrggives unlimited permission to copy, distribute and modify it. 9353294c433Smrg_ACEOF 9363294c433Smrg exit 0 9373294c433Smrgfi 9383294c433Smrgexec 5>config.log 9393294c433Smrgcat >&5 <<_ACEOF 9403294c433SmrgThis file contains any messages produced by compilers while 9413294c433Smrgrunning configure, to aid debugging if configure makes a mistake. 9423294c433Smrg 9433294c433SmrgIt was created by font-bh-100dpi $as_me 1.0.0, which was 9443294c433Smrggenerated by GNU Autoconf 2.59. Invocation command line was 9453294c433Smrg 9463294c433Smrg $ $0 $@ 9473294c433Smrg 9483294c433Smrg_ACEOF 9493294c433Smrg{ 9503294c433Smrgcat <<_ASUNAME 9513294c433Smrg## --------- ## 9523294c433Smrg## Platform. ## 9533294c433Smrg## --------- ## 9543294c433Smrg 9553294c433Smrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 9563294c433Smrguname -m = `(uname -m) 2>/dev/null || echo unknown` 9573294c433Smrguname -r = `(uname -r) 2>/dev/null || echo unknown` 9583294c433Smrguname -s = `(uname -s) 2>/dev/null || echo unknown` 9593294c433Smrguname -v = `(uname -v) 2>/dev/null || echo unknown` 9603294c433Smrg 9613294c433Smrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 9623294c433Smrg/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 9633294c433Smrg 9643294c433Smrg/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 9653294c433Smrg/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 9663294c433Smrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 9673294c433Smrghostinfo = `(hostinfo) 2>/dev/null || echo unknown` 9683294c433Smrg/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 9693294c433Smrg/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 9703294c433Smrg/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 9713294c433Smrg 9723294c433Smrg_ASUNAME 9733294c433Smrg 9743294c433Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 9753294c433Smrgfor as_dir in $PATH 9763294c433Smrgdo 9773294c433Smrg IFS=$as_save_IFS 9783294c433Smrg test -z "$as_dir" && as_dir=. 9793294c433Smrg echo "PATH: $as_dir" 9803294c433Smrgdone 9813294c433Smrg 9823294c433Smrg} >&5 9833294c433Smrg 9843294c433Smrgcat >&5 <<_ACEOF 9853294c433Smrg 9863294c433Smrg 9873294c433Smrg## ----------- ## 9883294c433Smrg## Core tests. ## 9893294c433Smrg## ----------- ## 9903294c433Smrg 9913294c433Smrg_ACEOF 9923294c433Smrg 9933294c433Smrg 9943294c433Smrg# Keep a trace of the command line. 9953294c433Smrg# Strip out --no-create and --no-recursion so they do not pile up. 9963294c433Smrg# Strip out --silent because we don't want to record it for future runs. 9973294c433Smrg# Also quote any args containing shell meta-characters. 9983294c433Smrg# Make two passes to allow for proper duplicate-argument suppression. 9993294c433Smrgac_configure_args= 10003294c433Smrgac_configure_args0= 10013294c433Smrgac_configure_args1= 10023294c433Smrgac_sep= 10033294c433Smrgac_must_keep_next=false 10043294c433Smrgfor ac_pass in 1 2 10053294c433Smrgdo 10063294c433Smrg for ac_arg 10073294c433Smrg do 10083294c433Smrg case $ac_arg in 10093294c433Smrg -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 10103294c433Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 10113294c433Smrg | -silent | --silent | --silen | --sile | --sil) 10123294c433Smrg continue ;; 10133294c433Smrg *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 10143294c433Smrg ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 10153294c433Smrg esac 10163294c433Smrg case $ac_pass in 10173294c433Smrg 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 10183294c433Smrg 2) 10193294c433Smrg ac_configure_args1="$ac_configure_args1 '$ac_arg'" 10203294c433Smrg if test $ac_must_keep_next = true; then 10213294c433Smrg ac_must_keep_next=false # Got value, back to normal. 10223294c433Smrg else 10233294c433Smrg case $ac_arg in 10243294c433Smrg *=* | --config-cache | -C | -disable-* | --disable-* \ 10253294c433Smrg | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 10263294c433Smrg | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 10273294c433Smrg | -with-* | --with-* | -without-* | --without-* | --x) 10283294c433Smrg case "$ac_configure_args0 " in 10293294c433Smrg "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 10303294c433Smrg esac 10313294c433Smrg ;; 10323294c433Smrg -* ) ac_must_keep_next=true ;; 10333294c433Smrg esac 10343294c433Smrg fi 10353294c433Smrg ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 10363294c433Smrg # Get rid of the leading space. 10373294c433Smrg ac_sep=" " 10383294c433Smrg ;; 10393294c433Smrg esac 10403294c433Smrg done 10413294c433Smrgdone 10423294c433Smrg$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 10433294c433Smrg$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 10443294c433Smrg 10453294c433Smrg# When interrupted or exit'd, cleanup temporary files, and complete 10463294c433Smrg# config.log. We remove comments because anyway the quotes in there 10473294c433Smrg# would cause problems or look ugly. 10483294c433Smrg# WARNING: Be sure not to use single quotes in there, as some shells, 10493294c433Smrg# such as our DU 5.0 friend, will then `close' the trap. 10503294c433Smrgtrap 'exit_status=$? 10513294c433Smrg # Save into config.log some information that might help in debugging. 10523294c433Smrg { 10533294c433Smrg echo 10543294c433Smrg 10553294c433Smrg cat <<\_ASBOX 10563294c433Smrg## ---------------- ## 10573294c433Smrg## Cache variables. ## 10583294c433Smrg## ---------------- ## 10593294c433Smrg_ASBOX 10603294c433Smrg echo 10613294c433Smrg # The following way of writing the cache mishandles newlines in values, 10623294c433Smrg{ 10633294c433Smrg (set) 2>&1 | 10643294c433Smrg case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 10653294c433Smrg *ac_space=\ *) 10663294c433Smrg sed -n \ 10673294c433Smrg "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 10683294c433Smrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 10693294c433Smrg ;; 10703294c433Smrg *) 10713294c433Smrg sed -n \ 10723294c433Smrg "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 10733294c433Smrg ;; 10743294c433Smrg esac; 10753294c433Smrg} 10763294c433Smrg echo 10773294c433Smrg 10783294c433Smrg cat <<\_ASBOX 10793294c433Smrg## ----------------- ## 10803294c433Smrg## Output variables. ## 10813294c433Smrg## ----------------- ## 10823294c433Smrg_ASBOX 10833294c433Smrg echo 10843294c433Smrg for ac_var in $ac_subst_vars 10853294c433Smrg do 10863294c433Smrg eval ac_val=$`echo $ac_var` 10873294c433Smrg echo "$ac_var='"'"'$ac_val'"'"'" 10883294c433Smrg done | sort 10893294c433Smrg echo 10903294c433Smrg 10913294c433Smrg if test -n "$ac_subst_files"; then 10923294c433Smrg cat <<\_ASBOX 10933294c433Smrg## ------------- ## 10943294c433Smrg## Output files. ## 10953294c433Smrg## ------------- ## 10963294c433Smrg_ASBOX 10973294c433Smrg echo 10983294c433Smrg for ac_var in $ac_subst_files 10993294c433Smrg do 11003294c433Smrg eval ac_val=$`echo $ac_var` 11013294c433Smrg echo "$ac_var='"'"'$ac_val'"'"'" 11023294c433Smrg done | sort 11033294c433Smrg echo 11043294c433Smrg fi 11053294c433Smrg 11063294c433Smrg if test -s confdefs.h; then 11073294c433Smrg cat <<\_ASBOX 11083294c433Smrg## ----------- ## 11093294c433Smrg## confdefs.h. ## 11103294c433Smrg## ----------- ## 11113294c433Smrg_ASBOX 11123294c433Smrg echo 11133294c433Smrg sed "/^$/d" confdefs.h | sort 11143294c433Smrg echo 11153294c433Smrg fi 11163294c433Smrg test "$ac_signal" != 0 && 11173294c433Smrg echo "$as_me: caught signal $ac_signal" 11183294c433Smrg echo "$as_me: exit $exit_status" 11193294c433Smrg } >&5 11203294c433Smrg rm -f core *.core && 11213294c433Smrg rm -rf conftest* confdefs* conf$$* $ac_clean_files && 11223294c433Smrg exit $exit_status 11233294c433Smrg ' 0 11243294c433Smrgfor ac_signal in 1 2 13 15; do 11253294c433Smrg trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 11263294c433Smrgdone 11273294c433Smrgac_signal=0 11283294c433Smrg 11293294c433Smrg# confdefs.h avoids OS command line length limits that DEFS can exceed. 11303294c433Smrgrm -rf conftest* confdefs.h 11313294c433Smrg# AIX cpp loses on an empty file, so make sure it contains at least a newline. 11323294c433Smrgecho >confdefs.h 11333294c433Smrg 11343294c433Smrg# Predefined preprocessor variables. 11353294c433Smrg 11363294c433Smrgcat >>confdefs.h <<_ACEOF 11373294c433Smrg#define PACKAGE_NAME "$PACKAGE_NAME" 11383294c433Smrg_ACEOF 11393294c433Smrg 11403294c433Smrg 11413294c433Smrgcat >>confdefs.h <<_ACEOF 11423294c433Smrg#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 11433294c433Smrg_ACEOF 11443294c433Smrg 11453294c433Smrg 11463294c433Smrgcat >>confdefs.h <<_ACEOF 11473294c433Smrg#define PACKAGE_VERSION "$PACKAGE_VERSION" 11483294c433Smrg_ACEOF 11493294c433Smrg 11503294c433Smrg 11513294c433Smrgcat >>confdefs.h <<_ACEOF 11523294c433Smrg#define PACKAGE_STRING "$PACKAGE_STRING" 11533294c433Smrg_ACEOF 11543294c433Smrg 11553294c433Smrg 11563294c433Smrgcat >>confdefs.h <<_ACEOF 11573294c433Smrg#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 11583294c433Smrg_ACEOF 11593294c433Smrg 11603294c433Smrg 11613294c433Smrg# Let the site file select an alternate cache file if it wants to. 11623294c433Smrg# Prefer explicitly selected file to automatically selected ones. 11633294c433Smrgif test -z "$CONFIG_SITE"; then 11643294c433Smrg if test "x$prefix" != xNONE; then 11653294c433Smrg CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 11663294c433Smrg else 11673294c433Smrg CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 11683294c433Smrg fi 11693294c433Smrgfi 11703294c433Smrgfor ac_site_file in $CONFIG_SITE; do 11713294c433Smrg if test -r "$ac_site_file"; then 11723294c433Smrg { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 11733294c433Smrgecho "$as_me: loading site script $ac_site_file" >&6;} 11743294c433Smrg sed 's/^/| /' "$ac_site_file" >&5 11753294c433Smrg . "$ac_site_file" 11763294c433Smrg fi 11773294c433Smrgdone 11783294c433Smrg 11793294c433Smrgif test -r "$cache_file"; then 11803294c433Smrg # Some versions of bash will fail to source /dev/null (special 11813294c433Smrg # files actually), so we avoid doing that. 11823294c433Smrg if test -f "$cache_file"; then 11833294c433Smrg { echo "$as_me:$LINENO: loading cache $cache_file" >&5 11843294c433Smrgecho "$as_me: loading cache $cache_file" >&6;} 11853294c433Smrg case $cache_file in 11863294c433Smrg [\\/]* | ?:[\\/]* ) . $cache_file;; 11873294c433Smrg *) . ./$cache_file;; 11883294c433Smrg esac 11893294c433Smrg fi 11903294c433Smrgelse 11913294c433Smrg { echo "$as_me:$LINENO: creating cache $cache_file" >&5 11923294c433Smrgecho "$as_me: creating cache $cache_file" >&6;} 11933294c433Smrg >$cache_file 11943294c433Smrgfi 11953294c433Smrg 11963294c433Smrg# Check that the precious variables saved in the cache have kept the same 11973294c433Smrg# value. 11983294c433Smrgac_cache_corrupted=false 11993294c433Smrgfor ac_var in `(set) 2>&1 | 12003294c433Smrg sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 12013294c433Smrg eval ac_old_set=\$ac_cv_env_${ac_var}_set 12023294c433Smrg eval ac_new_set=\$ac_env_${ac_var}_set 12033294c433Smrg eval ac_old_val="\$ac_cv_env_${ac_var}_value" 12043294c433Smrg eval ac_new_val="\$ac_env_${ac_var}_value" 12053294c433Smrg case $ac_old_set,$ac_new_set in 12063294c433Smrg set,) 12073294c433Smrg { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 12083294c433Smrgecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 12093294c433Smrg ac_cache_corrupted=: ;; 12103294c433Smrg ,set) 12113294c433Smrg { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 12123294c433Smrgecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 12133294c433Smrg ac_cache_corrupted=: ;; 12143294c433Smrg ,);; 12153294c433Smrg *) 12163294c433Smrg if test "x$ac_old_val" != "x$ac_new_val"; then 12173294c433Smrg { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 12183294c433Smrgecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 12193294c433Smrg { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 12203294c433Smrgecho "$as_me: former value: $ac_old_val" >&2;} 12213294c433Smrg { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 12223294c433Smrgecho "$as_me: current value: $ac_new_val" >&2;} 12233294c433Smrg ac_cache_corrupted=: 12243294c433Smrg fi;; 12253294c433Smrg esac 12263294c433Smrg # Pass precious variables to config.status. 12273294c433Smrg if test "$ac_new_set" = set; then 12283294c433Smrg case $ac_new_val in 12293294c433Smrg *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 12303294c433Smrg ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 12313294c433Smrg *) ac_arg=$ac_var=$ac_new_val ;; 12323294c433Smrg esac 12333294c433Smrg case " $ac_configure_args " in 12343294c433Smrg *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 12353294c433Smrg *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 12363294c433Smrg esac 12373294c433Smrg fi 12383294c433Smrgdone 12393294c433Smrgif $ac_cache_corrupted; then 12403294c433Smrg { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 12413294c433Smrgecho "$as_me: error: changes in the environment can compromise the build" >&2;} 12423294c433Smrg { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 12433294c433Smrgecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 12443294c433Smrg { (exit 1); exit 1; }; } 12453294c433Smrgfi 12463294c433Smrg 12473294c433Smrgac_ext=c 12483294c433Smrgac_cpp='$CPP $CPPFLAGS' 12493294c433Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 12503294c433Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 12513294c433Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu 12523294c433Smrg 12533294c433Smrg 12543294c433Smrg 12553294c433Smrg 12563294c433Smrg 12573294c433Smrg 12583294c433Smrg 12593294c433Smrg 12603294c433Smrg 12613294c433Smrg 12623294c433Smrg 12633294c433Smrg 12643294c433Smrg 12653294c433Smrg 12663294c433Smrg 12673294c433Smrg 12683294c433Smrg 12693294c433Smrg 12703294c433Smrg 12713294c433Smrg 12723294c433Smrg 12733294c433Smrg 12743294c433Smrg 12753294c433Smrg 12763294c433Smrg 12773294c433Smrg 12783294c433Smrg 12793294c433Smrgam__api_version="1.7" 12803294c433Smrgac_aux_dir= 12813294c433Smrgfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 12823294c433Smrg if test -f $ac_dir/install-sh; then 12833294c433Smrg ac_aux_dir=$ac_dir 12843294c433Smrg ac_install_sh="$ac_aux_dir/install-sh -c" 12853294c433Smrg break 12863294c433Smrg elif test -f $ac_dir/install.sh; then 12873294c433Smrg ac_aux_dir=$ac_dir 12883294c433Smrg ac_install_sh="$ac_aux_dir/install.sh -c" 12893294c433Smrg break 12903294c433Smrg elif test -f $ac_dir/shtool; then 12913294c433Smrg ac_aux_dir=$ac_dir 12923294c433Smrg ac_install_sh="$ac_aux_dir/shtool install -c" 12933294c433Smrg break 12943294c433Smrg fi 12953294c433Smrgdone 12963294c433Smrgif test -z "$ac_aux_dir"; then 12973294c433Smrg { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 12983294c433Smrgecho "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 12993294c433Smrg { (exit 1); exit 1; }; } 13003294c433Smrgfi 13013294c433Smrgac_config_guess="$SHELL $ac_aux_dir/config.guess" 13023294c433Smrgac_config_sub="$SHELL $ac_aux_dir/config.sub" 13033294c433Smrgac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 13043294c433Smrg 13053294c433Smrg# Find a good install program. We prefer a C program (faster), 13063294c433Smrg# so one script is as good as another. But avoid the broken or 13073294c433Smrg# incompatible versions: 13083294c433Smrg# SysV /etc/install, /usr/sbin/install 13093294c433Smrg# SunOS /usr/etc/install 13103294c433Smrg# IRIX /sbin/install 13113294c433Smrg# AIX /bin/install 13123294c433Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs 13133294c433Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 13143294c433Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args 13153294c433Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 13163294c433Smrg# OS/2's system install, which has a completely different semantic 13173294c433Smrg# ./install, which can be erroneously created by make from ./install.sh. 13183294c433Smrgecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5 13193294c433Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 13203294c433Smrgif test -z "$INSTALL"; then 13213294c433Smrgif test "${ac_cv_path_install+set}" = set; then 13223294c433Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 13233294c433Smrgelse 13243294c433Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 13253294c433Smrgfor as_dir in $PATH 13263294c433Smrgdo 13273294c433Smrg IFS=$as_save_IFS 13283294c433Smrg test -z "$as_dir" && as_dir=. 13293294c433Smrg # Account for people who put trailing slashes in PATH elements. 13303294c433Smrgcase $as_dir/ in 13313294c433Smrg ./ | .// | /cC/* | \ 13323294c433Smrg /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 13333294c433Smrg ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 13343294c433Smrg /usr/ucb/* ) ;; 13353294c433Smrg *) 13363294c433Smrg # OSF1 and SCO ODT 3.0 have their own names for install. 13373294c433Smrg # Don't use installbsd from OSF since it installs stuff as root 13383294c433Smrg # by default. 13393294c433Smrg for ac_prog in ginstall scoinst install; do 13403294c433Smrg for ac_exec_ext in '' $ac_executable_extensions; do 13413294c433Smrg if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 13423294c433Smrg if test $ac_prog = install && 13433294c433Smrg grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 13443294c433Smrg # AIX install. It has an incompatible calling convention. 13453294c433Smrg : 13463294c433Smrg elif test $ac_prog = install && 13473294c433Smrg grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 13483294c433Smrg # program-specific install script used by HP pwplus--don't use. 13493294c433Smrg : 13503294c433Smrg else 13513294c433Smrg ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 13523294c433Smrg break 3 13533294c433Smrg fi 13543294c433Smrg fi 13553294c433Smrg done 13563294c433Smrg done 13573294c433Smrg ;; 13583294c433Smrgesac 13593294c433Smrgdone 13603294c433Smrg 13613294c433Smrg 13623294c433Smrgfi 13633294c433Smrg if test "${ac_cv_path_install+set}" = set; then 13643294c433Smrg INSTALL=$ac_cv_path_install 13653294c433Smrg else 13663294c433Smrg # As a last resort, use the slow shell script. We don't cache a 13673294c433Smrg # path for INSTALL within a source directory, because that will 13683294c433Smrg # break other packages using the cache if that directory is 13693294c433Smrg # removed, or if the path is relative. 13703294c433Smrg INSTALL=$ac_install_sh 13713294c433Smrg fi 13723294c433Smrgfi 13733294c433Smrgecho "$as_me:$LINENO: result: $INSTALL" >&5 13743294c433Smrgecho "${ECHO_T}$INSTALL" >&6 13753294c433Smrg 13763294c433Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 13773294c433Smrg# It thinks the first close brace ends the variable substitution. 13783294c433Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 13793294c433Smrg 13803294c433Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 13813294c433Smrg 13823294c433Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 13833294c433Smrg 13843294c433Smrgecho "$as_me:$LINENO: checking whether build environment is sane" >&5 13853294c433Smrgecho $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 13863294c433Smrg# Just in case 13873294c433Smrgsleep 1 13883294c433Smrgecho timestamp > conftest.file 13893294c433Smrg# Do `set' in a subshell so we don't clobber the current shell's 13903294c433Smrg# arguments. Must try -L first in case configure is actually a 13913294c433Smrg# symlink; some systems play weird games with the mod time of symlinks 13923294c433Smrg# (eg FreeBSD returns the mod time of the symlink's containing 13933294c433Smrg# directory). 13943294c433Smrgif ( 13953294c433Smrg set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 13963294c433Smrg if test "$*" = "X"; then 13973294c433Smrg # -L didn't work. 13983294c433Smrg set X `ls -t $srcdir/configure conftest.file` 13993294c433Smrg fi 14003294c433Smrg rm -f conftest.file 14013294c433Smrg if test "$*" != "X $srcdir/configure conftest.file" \ 14023294c433Smrg && test "$*" != "X conftest.file $srcdir/configure"; then 14033294c433Smrg 14043294c433Smrg # If neither matched, then we have a broken ls. This can happen 14053294c433Smrg # if, for instance, CONFIG_SHELL is bash and it inherits a 14063294c433Smrg # broken ls alias from the environment. This has actually 14073294c433Smrg # happened. Such a system could not be considered "sane". 14083294c433Smrg { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 14093294c433Smrgalias in your environment" >&5 14103294c433Smrgecho "$as_me: error: ls -t appears to fail. Make sure there is not a broken 14113294c433Smrgalias in your environment" >&2;} 14123294c433Smrg { (exit 1); exit 1; }; } 14133294c433Smrg fi 14143294c433Smrg 14153294c433Smrg test "$2" = conftest.file 14163294c433Smrg ) 14173294c433Smrgthen 14183294c433Smrg # Ok. 14193294c433Smrg : 14203294c433Smrgelse 14213294c433Smrg { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 14223294c433SmrgCheck your system clock" >&5 14233294c433Smrgecho "$as_me: error: newly created file is older than distributed files! 14243294c433SmrgCheck your system clock" >&2;} 14253294c433Smrg { (exit 1); exit 1; }; } 14263294c433Smrgfi 14273294c433Smrgecho "$as_me:$LINENO: result: yes" >&5 14283294c433Smrgecho "${ECHO_T}yes" >&6 14293294c433Smrgtest "$program_prefix" != NONE && 14303294c433Smrg program_transform_name="s,^,$program_prefix,;$program_transform_name" 14313294c433Smrg# Use a double $ so make ignores it. 14323294c433Smrgtest "$program_suffix" != NONE && 14333294c433Smrg program_transform_name="s,\$,$program_suffix,;$program_transform_name" 14343294c433Smrg# Double any \ or $. echo might interpret backslashes. 14353294c433Smrg# By default was `s,x,x', remove it if useless. 14363294c433Smrgcat <<\_ACEOF >conftest.sed 14373294c433Smrgs/[\\$]/&&/g;s/;s,x,x,$// 14383294c433Smrg_ACEOF 14393294c433Smrgprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed` 14403294c433Smrgrm conftest.sed 14413294c433Smrg 14423294c433Smrg 14433294c433Smrg# expand $ac_aux_dir to an absolute path 14443294c433Smrgam_aux_dir=`cd $ac_aux_dir && pwd` 14453294c433Smrg 14463294c433Smrgtest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 14473294c433Smrg# Use eval to expand $SHELL 14483294c433Smrgif eval "$MISSING --run true"; then 14493294c433Smrg am_missing_run="$MISSING --run " 14503294c433Smrgelse 14513294c433Smrg am_missing_run= 14523294c433Smrg { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 14533294c433Smrgecho "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 14543294c433Smrgfi 14553294c433Smrg 14563294c433Smrgfor ac_prog in gawk mawk nawk awk 14573294c433Smrgdo 14583294c433Smrg # Extract the first word of "$ac_prog", so it can be a program name with args. 14593294c433Smrgset dummy $ac_prog; ac_word=$2 14603294c433Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 14613294c433Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 14623294c433Smrgif test "${ac_cv_prog_AWK+set}" = set; then 14633294c433Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 14643294c433Smrgelse 14653294c433Smrg if test -n "$AWK"; then 14663294c433Smrg ac_cv_prog_AWK="$AWK" # Let the user override the test. 14673294c433Smrgelse 14683294c433Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 14693294c433Smrgfor as_dir in $PATH 14703294c433Smrgdo 14713294c433Smrg IFS=$as_save_IFS 14723294c433Smrg test -z "$as_dir" && as_dir=. 14733294c433Smrg for ac_exec_ext in '' $ac_executable_extensions; do 14743294c433Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 14753294c433Smrg ac_cv_prog_AWK="$ac_prog" 14763294c433Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 14773294c433Smrg break 2 14783294c433Smrg fi 14793294c433Smrgdone 14803294c433Smrgdone 14813294c433Smrg 14823294c433Smrgfi 14833294c433Smrgfi 14843294c433SmrgAWK=$ac_cv_prog_AWK 14853294c433Smrgif test -n "$AWK"; then 14863294c433Smrg echo "$as_me:$LINENO: result: $AWK" >&5 14873294c433Smrgecho "${ECHO_T}$AWK" >&6 14883294c433Smrgelse 14893294c433Smrg echo "$as_me:$LINENO: result: no" >&5 14903294c433Smrgecho "${ECHO_T}no" >&6 14913294c433Smrgfi 14923294c433Smrg 14933294c433Smrg test -n "$AWK" && break 14943294c433Smrgdone 14953294c433Smrg 14963294c433Smrgecho "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 14973294c433Smrgecho $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 14983294c433Smrgset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 14993294c433Smrgif eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 15003294c433Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 15013294c433Smrgelse 15023294c433Smrg cat >conftest.make <<\_ACEOF 15033294c433Smrgall: 15043294c433Smrg @echo 'ac_maketemp="$(MAKE)"' 15053294c433Smrg_ACEOF 15063294c433Smrg# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 15073294c433Smrgeval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 15083294c433Smrgif test -n "$ac_maketemp"; then 15093294c433Smrg eval ac_cv_prog_make_${ac_make}_set=yes 15103294c433Smrgelse 15113294c433Smrg eval ac_cv_prog_make_${ac_make}_set=no 15123294c433Smrgfi 15133294c433Smrgrm -f conftest.make 15143294c433Smrgfi 15153294c433Smrgif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 15163294c433Smrg echo "$as_me:$LINENO: result: yes" >&5 15173294c433Smrgecho "${ECHO_T}yes" >&6 15183294c433Smrg SET_MAKE= 15193294c433Smrgelse 15203294c433Smrg echo "$as_me:$LINENO: result: no" >&5 15213294c433Smrgecho "${ECHO_T}no" >&6 15223294c433Smrg SET_MAKE="MAKE=${MAKE-make}" 15233294c433Smrgfi 15243294c433Smrg 15253294c433Smrgrm -rf .tst 2>/dev/null 15263294c433Smrgmkdir .tst 2>/dev/null 15273294c433Smrgif test -d .tst; then 15283294c433Smrg am__leading_dot=. 15293294c433Smrgelse 15303294c433Smrg am__leading_dot=_ 15313294c433Smrgfi 15323294c433Smrgrmdir .tst 2>/dev/null 15333294c433Smrg 15343294c433Smrg # test to see if srcdir already configured 15353294c433Smrgif test "`cd $srcdir && pwd`" != "`pwd`" && 15363294c433Smrg test -f $srcdir/config.status; then 15373294c433Smrg { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 15383294c433Smrgecho "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 15393294c433Smrg { (exit 1); exit 1; }; } 15403294c433Smrgfi 15413294c433Smrg 15423294c433Smrg# test whether we have cygpath 15433294c433Smrgif test -z "$CYGPATH_W"; then 15443294c433Smrg if (cygpath --version) >/dev/null 2>/dev/null; then 15453294c433Smrg CYGPATH_W='cygpath -w' 15463294c433Smrg else 15473294c433Smrg CYGPATH_W=echo 15483294c433Smrg fi 15493294c433Smrgfi 15503294c433Smrg 15513294c433Smrg 15523294c433Smrg# Define the identity of the package. 15533294c433Smrg PACKAGE='font-bh-100dpi' 15543294c433Smrg VERSION='1.0.0' 15553294c433Smrg 15563294c433Smrg 15573294c433Smrgcat >>confdefs.h <<_ACEOF 15583294c433Smrg#define PACKAGE "$PACKAGE" 15593294c433Smrg_ACEOF 15603294c433Smrg 15613294c433Smrg 15623294c433Smrgcat >>confdefs.h <<_ACEOF 15633294c433Smrg#define VERSION "$VERSION" 15643294c433Smrg_ACEOF 15653294c433Smrg 15663294c433Smrg# Some tools Automake needs. 15673294c433Smrg 15683294c433SmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 15693294c433Smrg 15703294c433Smrg 15713294c433SmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 15723294c433Smrg 15733294c433Smrg 15743294c433SmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 15753294c433Smrg 15763294c433Smrg 15773294c433SmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 15783294c433Smrg 15793294c433Smrg 15803294c433SmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 15813294c433Smrg 15823294c433Smrg 15833294c433SmrgAMTAR=${AMTAR-"${am_missing_run}tar"} 15843294c433Smrg 15853294c433Smrginstall_sh=${install_sh-"$am_aux_dir/install-sh"} 15863294c433Smrg 15873294c433Smrg# Installed binaries are usually stripped using `strip' when the user 15883294c433Smrg# run `make install-strip'. However `strip' might not be the right 15893294c433Smrg# tool to use in cross-compilation environments, therefore Automake 15903294c433Smrg# will honor the `STRIP' environment variable to overrule this program. 15913294c433Smrgif test "$cross_compiling" != no; then 15923294c433Smrg if test -n "$ac_tool_prefix"; then 15933294c433Smrg # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 15943294c433Smrgset dummy ${ac_tool_prefix}strip; ac_word=$2 15953294c433Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 15963294c433Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 15973294c433Smrgif test "${ac_cv_prog_STRIP+set}" = set; then 15983294c433Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 15993294c433Smrgelse 16003294c433Smrg if test -n "$STRIP"; then 16013294c433Smrg ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 16023294c433Smrgelse 16033294c433Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 16043294c433Smrgfor as_dir in $PATH 16053294c433Smrgdo 16063294c433Smrg IFS=$as_save_IFS 16073294c433Smrg test -z "$as_dir" && as_dir=. 16083294c433Smrg for ac_exec_ext in '' $ac_executable_extensions; do 16093294c433Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 16103294c433Smrg ac_cv_prog_STRIP="${ac_tool_prefix}strip" 16113294c433Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 16123294c433Smrg break 2 16133294c433Smrg fi 16143294c433Smrgdone 16153294c433Smrgdone 16163294c433Smrg 16173294c433Smrgfi 16183294c433Smrgfi 16193294c433SmrgSTRIP=$ac_cv_prog_STRIP 16203294c433Smrgif test -n "$STRIP"; then 16213294c433Smrg echo "$as_me:$LINENO: result: $STRIP" >&5 16223294c433Smrgecho "${ECHO_T}$STRIP" >&6 16233294c433Smrgelse 16243294c433Smrg echo "$as_me:$LINENO: result: no" >&5 16253294c433Smrgecho "${ECHO_T}no" >&6 16263294c433Smrgfi 16273294c433Smrg 16283294c433Smrgfi 16293294c433Smrgif test -z "$ac_cv_prog_STRIP"; then 16303294c433Smrg ac_ct_STRIP=$STRIP 16313294c433Smrg # Extract the first word of "strip", so it can be a program name with args. 16323294c433Smrgset dummy strip; ac_word=$2 16333294c433Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 16343294c433Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 16353294c433Smrgif test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 16363294c433Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 16373294c433Smrgelse 16383294c433Smrg if test -n "$ac_ct_STRIP"; then 16393294c433Smrg ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 16403294c433Smrgelse 16413294c433Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 16423294c433Smrgfor as_dir in $PATH 16433294c433Smrgdo 16443294c433Smrg IFS=$as_save_IFS 16453294c433Smrg test -z "$as_dir" && as_dir=. 16463294c433Smrg for ac_exec_ext in '' $ac_executable_extensions; do 16473294c433Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 16483294c433Smrg ac_cv_prog_ac_ct_STRIP="strip" 16493294c433Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 16503294c433Smrg break 2 16513294c433Smrg fi 16523294c433Smrgdone 16533294c433Smrgdone 16543294c433Smrg 16553294c433Smrg test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" 16563294c433Smrgfi 16573294c433Smrgfi 16583294c433Smrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 16593294c433Smrgif test -n "$ac_ct_STRIP"; then 16603294c433Smrg echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 16613294c433Smrgecho "${ECHO_T}$ac_ct_STRIP" >&6 16623294c433Smrgelse 16633294c433Smrg echo "$as_me:$LINENO: result: no" >&5 16643294c433Smrgecho "${ECHO_T}no" >&6 16653294c433Smrgfi 16663294c433Smrg 16673294c433Smrg STRIP=$ac_ct_STRIP 16683294c433Smrgelse 16693294c433Smrg STRIP="$ac_cv_prog_STRIP" 16703294c433Smrgfi 16713294c433Smrg 16723294c433Smrgfi 16733294c433SmrgINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 16743294c433Smrg 16753294c433Smrg# We need awk for the "check" target. The system "awk" is bad on 16763294c433Smrg# some platforms. 16773294c433Smrg 16783294c433Smrg 16793294c433Smrg 16803294c433Smrgecho "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 16813294c433Smrgecho $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 16823294c433Smrg # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 16833294c433Smrgif test "${enable_maintainer_mode+set}" = set; then 16843294c433Smrg enableval="$enable_maintainer_mode" 16853294c433Smrg USE_MAINTAINER_MODE=$enableval 16863294c433Smrgelse 16873294c433Smrg USE_MAINTAINER_MODE=no 16883294c433Smrgfi; 16893294c433Smrg echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 16903294c433Smrgecho "${ECHO_T}$USE_MAINTAINER_MODE" >&6 16913294c433Smrg 16923294c433Smrg 16933294c433Smrgif test $USE_MAINTAINER_MODE = yes; then 16943294c433Smrg MAINTAINER_MODE_TRUE= 16953294c433Smrg MAINTAINER_MODE_FALSE='#' 16963294c433Smrgelse 16973294c433Smrg MAINTAINER_MODE_TRUE='#' 16983294c433Smrg MAINTAINER_MODE_FALSE= 16993294c433Smrgfi 17003294c433Smrg 17013294c433Smrg MAINT=$MAINTAINER_MODE_TRUE 17023294c433Smrg 17033294c433Smrg 17043294c433Smrg 17053294c433Smrg# Find a good install program. We prefer a C program (faster), 17063294c433Smrg# so one script is as good as another. But avoid the broken or 17073294c433Smrg# incompatible versions: 17083294c433Smrg# SysV /etc/install, /usr/sbin/install 17093294c433Smrg# SunOS /usr/etc/install 17103294c433Smrg# IRIX /sbin/install 17113294c433Smrg# AIX /bin/install 17123294c433Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs 17133294c433Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 17143294c433Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args 17153294c433Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 17163294c433Smrg# OS/2's system install, which has a completely different semantic 17173294c433Smrg# ./install, which can be erroneously created by make from ./install.sh. 17183294c433Smrgecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5 17193294c433Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 17203294c433Smrgif test -z "$INSTALL"; then 17213294c433Smrgif test "${ac_cv_path_install+set}" = set; then 17223294c433Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 17233294c433Smrgelse 17243294c433Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 17253294c433Smrgfor as_dir in $PATH 17263294c433Smrgdo 17273294c433Smrg IFS=$as_save_IFS 17283294c433Smrg test -z "$as_dir" && as_dir=. 17293294c433Smrg # Account for people who put trailing slashes in PATH elements. 17303294c433Smrgcase $as_dir/ in 17313294c433Smrg ./ | .// | /cC/* | \ 17323294c433Smrg /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 17333294c433Smrg ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 17343294c433Smrg /usr/ucb/* ) ;; 17353294c433Smrg *) 17363294c433Smrg # OSF1 and SCO ODT 3.0 have their own names for install. 17373294c433Smrg # Don't use installbsd from OSF since it installs stuff as root 17383294c433Smrg # by default. 17393294c433Smrg for ac_prog in ginstall scoinst install; do 17403294c433Smrg for ac_exec_ext in '' $ac_executable_extensions; do 17413294c433Smrg if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 17423294c433Smrg if test $ac_prog = install && 17433294c433Smrg grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 17443294c433Smrg # AIX install. It has an incompatible calling convention. 17453294c433Smrg : 17463294c433Smrg elif test $ac_prog = install && 17473294c433Smrg grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 17483294c433Smrg # program-specific install script used by HP pwplus--don't use. 17493294c433Smrg : 17503294c433Smrg else 17513294c433Smrg ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 17523294c433Smrg break 3 17533294c433Smrg fi 17543294c433Smrg fi 17553294c433Smrg done 17563294c433Smrg done 17573294c433Smrg ;; 17583294c433Smrgesac 17593294c433Smrgdone 17603294c433Smrg 17613294c433Smrg 17623294c433Smrgfi 17633294c433Smrg if test "${ac_cv_path_install+set}" = set; then 17643294c433Smrg INSTALL=$ac_cv_path_install 17653294c433Smrg else 17663294c433Smrg # As a last resort, use the slow shell script. We don't cache a 17673294c433Smrg # path for INSTALL within a source directory, because that will 17683294c433Smrg # break other packages using the cache if that directory is 17693294c433Smrg # removed, or if the path is relative. 17703294c433Smrg INSTALL=$ac_install_sh 17713294c433Smrg fi 17723294c433Smrgfi 17733294c433Smrgecho "$as_me:$LINENO: result: $INSTALL" >&5 17743294c433Smrgecho "${ECHO_T}$INSTALL" >&6 17753294c433Smrg 17763294c433Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 17773294c433Smrg# It thinks the first close brace ends the variable substitution. 17783294c433Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 17793294c433Smrg 17803294c433Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 17813294c433Smrg 17823294c433Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 17833294c433Smrg 17843294c433Smrg 17853294c433Smrg# Extract the first word of "bdftopcf", so it can be a program name with args. 17863294c433Smrgset dummy bdftopcf; ac_word=$2 17873294c433Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 17883294c433Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 17893294c433Smrgif test "${ac_cv_path_BDFTOPCF+set}" = set; then 17903294c433Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 17913294c433Smrgelse 17923294c433Smrg case $BDFTOPCF in 17933294c433Smrg [\\/]* | ?:[\\/]*) 17943294c433Smrg ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path. 17953294c433Smrg ;; 17963294c433Smrg *) 17973294c433Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 17983294c433Smrgfor as_dir in $PATH 17993294c433Smrgdo 18003294c433Smrg IFS=$as_save_IFS 18013294c433Smrg test -z "$as_dir" && as_dir=. 18023294c433Smrg for ac_exec_ext in '' $ac_executable_extensions; do 18033294c433Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 18043294c433Smrg ac_cv_path_BDFTOPCF="$as_dir/$ac_word$ac_exec_ext" 18053294c433Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18063294c433Smrg break 2 18073294c433Smrg fi 18083294c433Smrgdone 18093294c433Smrgdone 18103294c433Smrg 18113294c433Smrg ;; 18123294c433Smrgesac 18133294c433Smrgfi 18143294c433SmrgBDFTOPCF=$ac_cv_path_BDFTOPCF 18153294c433Smrg 18163294c433Smrgif test -n "$BDFTOPCF"; then 18173294c433Smrg echo "$as_me:$LINENO: result: $BDFTOPCF" >&5 18183294c433Smrgecho "${ECHO_T}$BDFTOPCF" >&6 18193294c433Smrgelse 18203294c433Smrg echo "$as_me:$LINENO: result: no" >&5 18213294c433Smrgecho "${ECHO_T}no" >&6 18223294c433Smrgfi 18233294c433Smrg 18243294c433Smrg# Extract the first word of "ucs2any", so it can be a program name with args. 18253294c433Smrgset dummy ucs2any; ac_word=$2 18263294c433Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 18273294c433Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 18283294c433Smrgif test "${ac_cv_path_UCS2ANY+set}" = set; then 18293294c433Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 18303294c433Smrgelse 18313294c433Smrg case $UCS2ANY in 18323294c433Smrg [\\/]* | ?:[\\/]*) 18333294c433Smrg ac_cv_path_UCS2ANY="$UCS2ANY" # Let the user override the test with a path. 18343294c433Smrg ;; 18353294c433Smrg *) 18363294c433Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 18373294c433Smrgfor as_dir in $PATH 18383294c433Smrgdo 18393294c433Smrg IFS=$as_save_IFS 18403294c433Smrg test -z "$as_dir" && as_dir=. 18413294c433Smrg for ac_exec_ext in '' $ac_executable_extensions; do 18423294c433Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 18433294c433Smrg ac_cv_path_UCS2ANY="$as_dir/$ac_word$ac_exec_ext" 18443294c433Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18453294c433Smrg break 2 18463294c433Smrg fi 18473294c433Smrgdone 18483294c433Smrgdone 18493294c433Smrg 18503294c433Smrg ;; 18513294c433Smrgesac 18523294c433Smrgfi 18533294c433SmrgUCS2ANY=$ac_cv_path_UCS2ANY 18543294c433Smrg 18553294c433Smrgif test -n "$UCS2ANY"; then 18563294c433Smrg echo "$as_me:$LINENO: result: $UCS2ANY" >&5 18573294c433Smrgecho "${ECHO_T}$UCS2ANY" >&6 18583294c433Smrgelse 18593294c433Smrg echo "$as_me:$LINENO: result: no" >&5 18603294c433Smrgecho "${ECHO_T}no" >&6 18613294c433Smrgfi 18623294c433Smrg 18633294c433Smrg# Extract the first word of "mkfontscale", so it can be a program name with args. 18643294c433Smrgset dummy mkfontscale; ac_word=$2 18653294c433Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 18663294c433Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 18673294c433Smrgif test "${ac_cv_path_MKFONTSCALE+set}" = set; then 18683294c433Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 18693294c433Smrgelse 18703294c433Smrg case $MKFONTSCALE in 18713294c433Smrg [\\/]* | ?:[\\/]*) 18723294c433Smrg ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path. 18733294c433Smrg ;; 18743294c433Smrg *) 18753294c433Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 18763294c433Smrgfor as_dir in $PATH 18773294c433Smrgdo 18783294c433Smrg IFS=$as_save_IFS 18793294c433Smrg test -z "$as_dir" && as_dir=. 18803294c433Smrg for ac_exec_ext in '' $ac_executable_extensions; do 18813294c433Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 18823294c433Smrg ac_cv_path_MKFONTSCALE="$as_dir/$ac_word$ac_exec_ext" 18833294c433Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18843294c433Smrg break 2 18853294c433Smrg fi 18863294c433Smrgdone 18873294c433Smrgdone 18883294c433Smrg 18893294c433Smrg ;; 18903294c433Smrgesac 18913294c433Smrgfi 18923294c433SmrgMKFONTSCALE=$ac_cv_path_MKFONTSCALE 18933294c433Smrg 18943294c433Smrgif test -n "$MKFONTSCALE"; then 18953294c433Smrg echo "$as_me:$LINENO: result: $MKFONTSCALE" >&5 18963294c433Smrgecho "${ECHO_T}$MKFONTSCALE" >&6 18973294c433Smrgelse 18983294c433Smrg echo "$as_me:$LINENO: result: no" >&5 18993294c433Smrgecho "${ECHO_T}no" >&6 19003294c433Smrgfi 19013294c433Smrg 19023294c433Smrg# Extract the first word of "mkfontdir", so it can be a program name with args. 19033294c433Smrgset dummy mkfontdir; ac_word=$2 19043294c433Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 19053294c433Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 19063294c433Smrgif test "${ac_cv_path_MKFONTDIR+set}" = set; then 19073294c433Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 19083294c433Smrgelse 19093294c433Smrg case $MKFONTDIR in 19103294c433Smrg [\\/]* | ?:[\\/]*) 19113294c433Smrg ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 19123294c433Smrg ;; 19133294c433Smrg *) 19143294c433Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 19153294c433Smrgfor as_dir in $PATH 19163294c433Smrgdo 19173294c433Smrg IFS=$as_save_IFS 19183294c433Smrg test -z "$as_dir" && as_dir=. 19193294c433Smrg for ac_exec_ext in '' $ac_executable_extensions; do 19203294c433Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 19213294c433Smrg ac_cv_path_MKFONTDIR="$as_dir/$ac_word$ac_exec_ext" 19223294c433Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 19233294c433Smrg break 2 19243294c433Smrg fi 19253294c433Smrgdone 19263294c433Smrgdone 19273294c433Smrg 19283294c433Smrg ;; 19293294c433Smrgesac 19303294c433Smrgfi 19313294c433SmrgMKFONTDIR=$ac_cv_path_MKFONTDIR 19323294c433Smrg 19333294c433Smrgif test -n "$MKFONTDIR"; then 19343294c433Smrg echo "$as_me:$LINENO: result: $MKFONTDIR" >&5 19353294c433Smrgecho "${ECHO_T}$MKFONTDIR" >&6 19363294c433Smrgelse 19373294c433Smrg echo "$as_me:$LINENO: result: no" >&5 19383294c433Smrgecho "${ECHO_T}no" >&6 19393294c433Smrgfi 19403294c433Smrg 19413294c433Smrg 19423294c433Smrg 19433294c433Smrg 19443294c433SmrgDEFAULT_FONTDIR=${libdir}/X11/fonts/100dpi 19453294c433Smrg 19463294c433Smrg# Check whether --with-fontdir or --without-fontdir was given. 19473294c433Smrgif test "${with_fontdir+set}" = set; then 19483294c433Smrg withval="$with_fontdir" 19493294c433Smrg FONTDIR="$withval" 19503294c433Smrgelse 19513294c433Smrg FONTDIR="$DEFAULT_FONTDIR" 19523294c433Smrgfi; 19533294c433Smrg 19543294c433Smrg 19553294c433Smrg 19563294c433Smrg 19573294c433Smrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 19583294c433Smrg if test -n "$ac_tool_prefix"; then 19593294c433Smrg # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 19603294c433Smrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2 19613294c433Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 19623294c433Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 19633294c433Smrgif test "${ac_cv_path_PKG_CONFIG+set}" = set; then 19643294c433Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 19653294c433Smrgelse 19663294c433Smrg case $PKG_CONFIG in 19673294c433Smrg [\\/]* | ?:[\\/]*) 19683294c433Smrg ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 19693294c433Smrg ;; 19703294c433Smrg *) 19713294c433Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 19723294c433Smrgfor as_dir in $PATH 19733294c433Smrgdo 19743294c433Smrg IFS=$as_save_IFS 19753294c433Smrg test -z "$as_dir" && as_dir=. 19763294c433Smrg for ac_exec_ext in '' $ac_executable_extensions; do 19773294c433Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 19783294c433Smrg ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 19793294c433Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 19803294c433Smrg break 2 19813294c433Smrg fi 19823294c433Smrgdone 19833294c433Smrgdone 19843294c433Smrg 19853294c433Smrg ;; 19863294c433Smrgesac 19873294c433Smrgfi 19883294c433SmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG 19893294c433Smrg 19903294c433Smrgif test -n "$PKG_CONFIG"; then 19913294c433Smrg echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 19923294c433Smrgecho "${ECHO_T}$PKG_CONFIG" >&6 19933294c433Smrgelse 19943294c433Smrg echo "$as_me:$LINENO: result: no" >&5 19953294c433Smrgecho "${ECHO_T}no" >&6 19963294c433Smrgfi 19973294c433Smrg 19983294c433Smrgfi 19993294c433Smrgif test -z "$ac_cv_path_PKG_CONFIG"; then 20003294c433Smrg ac_pt_PKG_CONFIG=$PKG_CONFIG 20013294c433Smrg # Extract the first word of "pkg-config", so it can be a program name with args. 20023294c433Smrgset dummy pkg-config; ac_word=$2 20033294c433Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 20043294c433Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 20053294c433Smrgif test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then 20063294c433Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 20073294c433Smrgelse 20083294c433Smrg case $ac_pt_PKG_CONFIG in 20093294c433Smrg [\\/]* | ?:[\\/]*) 20103294c433Smrg ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 20113294c433Smrg ;; 20123294c433Smrg *) 20133294c433Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 20143294c433Smrgfor as_dir in $PATH 20153294c433Smrgdo 20163294c433Smrg IFS=$as_save_IFS 20173294c433Smrg test -z "$as_dir" && as_dir=. 20183294c433Smrg for ac_exec_ext in '' $ac_executable_extensions; do 20193294c433Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 20203294c433Smrg ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 20213294c433Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 20223294c433Smrg break 2 20233294c433Smrg fi 20243294c433Smrgdone 20253294c433Smrgdone 20263294c433Smrg 20273294c433Smrg ;; 20283294c433Smrgesac 20293294c433Smrgfi 20303294c433Smrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 20313294c433Smrg 20323294c433Smrgif test -n "$ac_pt_PKG_CONFIG"; then 20333294c433Smrg echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 20343294c433Smrgecho "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 20353294c433Smrgelse 20363294c433Smrg echo "$as_me:$LINENO: result: no" >&5 20373294c433Smrgecho "${ECHO_T}no" >&6 20383294c433Smrgfi 20393294c433Smrg 20403294c433Smrg PKG_CONFIG=$ac_pt_PKG_CONFIG 20413294c433Smrgelse 20423294c433Smrg PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 20433294c433Smrgfi 20443294c433Smrg 20453294c433Smrgfi 20463294c433Smrgif test -n "$PKG_CONFIG"; then 20473294c433Smrg _pkg_min_version=0.9.0 20483294c433Smrg echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 20493294c433Smrgecho $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6 20503294c433Smrg if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 20513294c433Smrg echo "$as_me:$LINENO: result: yes" >&5 20523294c433Smrgecho "${ECHO_T}yes" >&6 20533294c433Smrg else 20543294c433Smrg echo "$as_me:$LINENO: result: no" >&5 20553294c433Smrgecho "${ECHO_T}no" >&6 20563294c433Smrg PKG_CONFIG="" 20573294c433Smrg fi 20583294c433Smrg 20593294c433Smrgfi 20603294c433Smrg 20613294c433Smrgpkg_failed=no 20623294c433Smrgecho "$as_me:$LINENO: checking for MAPS" >&5 20633294c433Smrgecho $ECHO_N "checking for MAPS... $ECHO_C" >&6 20643294c433Smrg 20653294c433Smrgif test -n "$PKG_CONFIG"; then 20663294c433Smrg if test -n "$MAPS_CFLAGS"; then 20673294c433Smrg pkg_cv_MAPS_CFLAGS="$MAPS_CFLAGS" 20683294c433Smrg else 20693294c433Smrg if test -n "$PKG_CONFIG" && \ 20703294c433Smrg { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5 20713294c433Smrg ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5 20723294c433Smrg ac_status=$? 20733294c433Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 20743294c433Smrg (exit $ac_status); }; then 20753294c433Smrg pkg_cv_MAPS_CFLAGS=`$PKG_CONFIG --cflags "fontutil" 2>/dev/null` 20763294c433Smrgelse 20773294c433Smrg pkg_failed=yes 20783294c433Smrgfi 20793294c433Smrg fi 20803294c433Smrgelse 20813294c433Smrg pkg_failed=untried 20823294c433Smrgfi 20833294c433Smrgif test -n "$PKG_CONFIG"; then 20843294c433Smrg if test -n "$MAPS_LIBS"; then 20853294c433Smrg pkg_cv_MAPS_LIBS="$MAPS_LIBS" 20863294c433Smrg else 20873294c433Smrg if test -n "$PKG_CONFIG" && \ 20883294c433Smrg { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5 20893294c433Smrg ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5 20903294c433Smrg ac_status=$? 20913294c433Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 20923294c433Smrg (exit $ac_status); }; then 20933294c433Smrg pkg_cv_MAPS_LIBS=`$PKG_CONFIG --libs "fontutil" 2>/dev/null` 20943294c433Smrgelse 20953294c433Smrg pkg_failed=yes 20963294c433Smrgfi 20973294c433Smrg fi 20983294c433Smrgelse 20993294c433Smrg pkg_failed=untried 21003294c433Smrgfi 21013294c433Smrg 21023294c433Smrg 21033294c433Smrg 21043294c433Smrgif test $pkg_failed = yes; then 21053294c433Smrg 21063294c433Smrgif $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 21073294c433Smrg _pkg_short_errors_supported=yes 21083294c433Smrgelse 21093294c433Smrg _pkg_short_errors_supported=no 21103294c433Smrgfi 21113294c433Smrg if test $_pkg_short_errors_supported = yes; then 21123294c433Smrg MAPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "fontutil"` 21133294c433Smrg else 21143294c433Smrg MAPS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontutil"` 21153294c433Smrg fi 21163294c433Smrg # Put the nasty error message in config.log where it belongs 21173294c433Smrg echo "$MAPS_PKG_ERRORS" >&5 21183294c433Smrg 21193294c433Smrg { { echo "$as_me:$LINENO: error: Package requirements (fontutil) were not met: 21203294c433Smrg 21213294c433Smrg$MAPS_PKG_ERRORS 21223294c433Smrg 21233294c433SmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you 21243294c433Smrginstalled software in a non-standard prefix. 21253294c433Smrg 21263294c433SmrgAlternatively, you may set the environment variables MAPS_CFLAGS 21273294c433Smrgand MAPS_LIBS to avoid the need to call pkg-config. 21283294c433SmrgSee the pkg-config man page for more details. 21293294c433Smrg" >&5 21303294c433Smrgecho "$as_me: error: Package requirements (fontutil) were not met: 21313294c433Smrg 21323294c433Smrg$MAPS_PKG_ERRORS 21333294c433Smrg 21343294c433SmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you 21353294c433Smrginstalled software in a non-standard prefix. 21363294c433Smrg 21373294c433SmrgAlternatively, you may set the environment variables MAPS_CFLAGS 21383294c433Smrgand MAPS_LIBS to avoid the need to call pkg-config. 21393294c433SmrgSee the pkg-config man page for more details. 21403294c433Smrg" >&2;} 21413294c433Smrg { (exit 1); exit 1; }; } 21423294c433Smrgelif test $pkg_failed = untried; then 21433294c433Smrg { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it 21443294c433Smrgis in your PATH or set the PKG_CONFIG environment variable to the full 21453294c433Smrgpath to pkg-config. 21463294c433Smrg 21473294c433SmrgAlternatively, you may set the environment variables MAPS_CFLAGS 21483294c433Smrgand MAPS_LIBS to avoid the need to call pkg-config. 21493294c433SmrgSee the pkg-config man page for more details. 21503294c433Smrg 21513294c433SmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. 21523294c433SmrgSee \`config.log' for more details." >&5 21533294c433Smrgecho "$as_me: error: The pkg-config script could not be found or is too old. Make sure it 21543294c433Smrgis in your PATH or set the PKG_CONFIG environment variable to the full 21553294c433Smrgpath to pkg-config. 21563294c433Smrg 21573294c433SmrgAlternatively, you may set the environment variables MAPS_CFLAGS 21583294c433Smrgand MAPS_LIBS to avoid the need to call pkg-config. 21593294c433SmrgSee the pkg-config man page for more details. 21603294c433Smrg 21613294c433SmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. 21623294c433SmrgSee \`config.log' for more details." >&2;} 21633294c433Smrg { (exit 1); exit 1; }; } 21643294c433Smrgelse 21653294c433Smrg MAPS_CFLAGS=$pkg_cv_MAPS_CFLAGS 21663294c433Smrg MAPS_LIBS=$pkg_cv_MAPS_LIBS 21673294c433Smrg echo "$as_me:$LINENO: result: yes" >&5 21683294c433Smrgecho "${ECHO_T}yes" >&6 21693294c433Smrg : 21703294c433Smrgfi 21713294c433SmrgMAPFILES_PATH=$(pkg-config --variable=mapdir fontutil) 21723294c433Smrg 21733294c433Smrg 21743294c433Smrg 21753294c433Smrg # Check whether --enable-iso8859-1 or --disable-iso8859-1 was given. 21763294c433Smrgif test "${enable_iso8859_1+set}" = set; then 21773294c433Smrg enableval="$enable_iso8859_1" 21783294c433Smrg ISO8859_1=$enableval 21793294c433Smrgelse 21803294c433Smrg ISO8859_1=yes 21813294c433Smrgfi; 21823294c433Smrg echo "$as_me:$LINENO: checking whether to build ISO8859-1 fonts" >&5 21833294c433Smrgecho $ECHO_N "checking whether to build ISO8859-1 fonts... $ECHO_C" >&6 21843294c433Smrg echo "$as_me:$LINENO: result: $ISO8859_1" >&5 21853294c433Smrgecho "${ECHO_T}$ISO8859_1" >&6 21863294c433Smrg 21873294c433Smrg 21883294c433Smrgif test "x$ISO8859_1" = xyes; then 21893294c433Smrg ISO8859_1_TRUE= 21903294c433Smrg ISO8859_1_FALSE='#' 21913294c433Smrgelse 21923294c433Smrg ISO8859_1_TRUE='#' 21933294c433Smrg ISO8859_1_FALSE= 21943294c433Smrgfi 21953294c433Smrg 21963294c433Smrg 21973294c433Smrg 21983294c433Smrg # Check whether --enable-iso8859-2 or --disable-iso8859-2 was given. 21993294c433Smrgif test "${enable_iso8859_2+set}" = set; then 22003294c433Smrg enableval="$enable_iso8859_2" 22013294c433Smrg ISO8859_2=$enableval 22023294c433Smrgelse 22033294c433Smrg ISO8859_2=yes 22043294c433Smrgfi; 22053294c433Smrg echo "$as_me:$LINENO: checking whether to build ISO8859-2 fonts" >&5 22063294c433Smrgecho $ECHO_N "checking whether to build ISO8859-2 fonts... $ECHO_C" >&6 22073294c433Smrg echo "$as_me:$LINENO: result: $ISO8859_2" >&5 22083294c433Smrgecho "${ECHO_T}$ISO8859_2" >&6 22093294c433Smrg 22103294c433Smrg 22113294c433Smrgif test "x$ISO8859_2" = xyes; then 22123294c433Smrg ISO8859_2_TRUE= 22133294c433Smrg ISO8859_2_FALSE='#' 22143294c433Smrgelse 22153294c433Smrg ISO8859_2_TRUE='#' 22163294c433Smrg ISO8859_2_FALSE= 22173294c433Smrgfi 22183294c433Smrg 22193294c433Smrg 22203294c433Smrg 22213294c433Smrg # Check whether --enable-iso8859-3 or --disable-iso8859-3 was given. 22223294c433Smrgif test "${enable_iso8859_3+set}" = set; then 22233294c433Smrg enableval="$enable_iso8859_3" 22243294c433Smrg ISO8859_3=$enableval 22253294c433Smrgelse 22263294c433Smrg ISO8859_3=yes 22273294c433Smrgfi; 22283294c433Smrg echo "$as_me:$LINENO: checking whether to build ISO8859-3 fonts" >&5 22293294c433Smrgecho $ECHO_N "checking whether to build ISO8859-3 fonts... $ECHO_C" >&6 22303294c433Smrg echo "$as_me:$LINENO: result: $ISO8859_3" >&5 22313294c433Smrgecho "${ECHO_T}$ISO8859_3" >&6 22323294c433Smrg 22333294c433Smrg 22343294c433Smrgif test "x$ISO8859_3" = xyes; then 22353294c433Smrg ISO8859_3_TRUE= 22363294c433Smrg ISO8859_3_FALSE='#' 22373294c433Smrgelse 22383294c433Smrg ISO8859_3_TRUE='#' 22393294c433Smrg ISO8859_3_FALSE= 22403294c433Smrgfi 22413294c433Smrg 22423294c433Smrg 22433294c433Smrg 22443294c433Smrg # Check whether --enable-iso8859-4 or --disable-iso8859-4 was given. 22453294c433Smrgif test "${enable_iso8859_4+set}" = set; then 22463294c433Smrg enableval="$enable_iso8859_4" 22473294c433Smrg ISO8859_4=$enableval 22483294c433Smrgelse 22493294c433Smrg ISO8859_4=yes 22503294c433Smrgfi; 22513294c433Smrg echo "$as_me:$LINENO: checking whether to build ISO8859-4 fonts" >&5 22523294c433Smrgecho $ECHO_N "checking whether to build ISO8859-4 fonts... $ECHO_C" >&6 22533294c433Smrg echo "$as_me:$LINENO: result: $ISO8859_4" >&5 22543294c433Smrgecho "${ECHO_T}$ISO8859_4" >&6 22553294c433Smrg 22563294c433Smrg 22573294c433Smrgif test "x$ISO8859_4" = xyes; then 22583294c433Smrg ISO8859_4_TRUE= 22593294c433Smrg ISO8859_4_FALSE='#' 22603294c433Smrgelse 22613294c433Smrg ISO8859_4_TRUE='#' 22623294c433Smrg ISO8859_4_FALSE= 22633294c433Smrgfi 22643294c433Smrg 22653294c433Smrg 22663294c433Smrg 22673294c433Smrg # Check whether --enable-iso8859-9 or --disable-iso8859-9 was given. 22683294c433Smrgif test "${enable_iso8859_9+set}" = set; then 22693294c433Smrg enableval="$enable_iso8859_9" 22703294c433Smrg ISO8859_9=$enableval 22713294c433Smrgelse 22723294c433Smrg ISO8859_9=yes 22733294c433Smrgfi; 22743294c433Smrg echo "$as_me:$LINENO: checking whether to build ISO8859-9 fonts" >&5 22753294c433Smrgecho $ECHO_N "checking whether to build ISO8859-9 fonts... $ECHO_C" >&6 22763294c433Smrg echo "$as_me:$LINENO: result: $ISO8859_9" >&5 22773294c433Smrgecho "${ECHO_T}$ISO8859_9" >&6 22783294c433Smrg 22793294c433Smrg 22803294c433Smrgif test "x$ISO8859_9" = xyes; then 22813294c433Smrg ISO8859_9_TRUE= 22823294c433Smrg ISO8859_9_FALSE='#' 22833294c433Smrgelse 22843294c433Smrg ISO8859_9_TRUE='#' 22853294c433Smrg ISO8859_9_FALSE= 22863294c433Smrgfi 22873294c433Smrg 22883294c433Smrg 22893294c433Smrg 22903294c433Smrg # Check whether --enable-iso8859-10 or --disable-iso8859-10 was given. 22913294c433Smrgif test "${enable_iso8859_10+set}" = set; then 22923294c433Smrg enableval="$enable_iso8859_10" 22933294c433Smrg ISO8859_10=$enableval 22943294c433Smrgelse 22953294c433Smrg ISO8859_10=yes 22963294c433Smrgfi; 22973294c433Smrg echo "$as_me:$LINENO: checking whether to build ISO8859-10 fonts" >&5 22983294c433Smrgecho $ECHO_N "checking whether to build ISO8859-10 fonts... $ECHO_C" >&6 22993294c433Smrg echo "$as_me:$LINENO: result: $ISO8859_10" >&5 23003294c433Smrgecho "${ECHO_T}$ISO8859_10" >&6 23013294c433Smrg 23023294c433Smrg 23033294c433Smrgif test "x$ISO8859_10" = xyes; then 23043294c433Smrg ISO8859_10_TRUE= 23053294c433Smrg ISO8859_10_FALSE='#' 23063294c433Smrgelse 23073294c433Smrg ISO8859_10_TRUE='#' 23083294c433Smrg ISO8859_10_FALSE= 23093294c433Smrgfi 23103294c433Smrg 23113294c433Smrg 23123294c433Smrg 23133294c433Smrg # Check whether --enable-iso8859-13 or --disable-iso8859-13 was given. 23143294c433Smrgif test "${enable_iso8859_13+set}" = set; then 23153294c433Smrg enableval="$enable_iso8859_13" 23163294c433Smrg ISO8859_13=$enableval 23173294c433Smrgelse 23183294c433Smrg ISO8859_13=yes 23193294c433Smrgfi; 23203294c433Smrg echo "$as_me:$LINENO: checking whether to build ISO8859-13 fonts" >&5 23213294c433Smrgecho $ECHO_N "checking whether to build ISO8859-13 fonts... $ECHO_C" >&6 23223294c433Smrg echo "$as_me:$LINENO: result: $ISO8859_13" >&5 23233294c433Smrgecho "${ECHO_T}$ISO8859_13" >&6 23243294c433Smrg 23253294c433Smrg 23263294c433Smrgif test "x$ISO8859_13" = xyes; then 23273294c433Smrg ISO8859_13_TRUE= 23283294c433Smrg ISO8859_13_FALSE='#' 23293294c433Smrgelse 23303294c433Smrg ISO8859_13_TRUE='#' 23313294c433Smrg ISO8859_13_FALSE= 23323294c433Smrgfi 23333294c433Smrg 23343294c433Smrg 23353294c433Smrg 23363294c433Smrg # Check whether --enable-iso8859-14 or --disable-iso8859-14 was given. 23373294c433Smrgif test "${enable_iso8859_14+set}" = set; then 23383294c433Smrg enableval="$enable_iso8859_14" 23393294c433Smrg ISO8859_14=$enableval 23403294c433Smrgelse 23413294c433Smrg ISO8859_14=yes 23423294c433Smrgfi; 23433294c433Smrg echo "$as_me:$LINENO: checking whether to build ISO8859-14 fonts" >&5 23443294c433Smrgecho $ECHO_N "checking whether to build ISO8859-14 fonts... $ECHO_C" >&6 23453294c433Smrg echo "$as_me:$LINENO: result: $ISO8859_14" >&5 23463294c433Smrgecho "${ECHO_T}$ISO8859_14" >&6 23473294c433Smrg 23483294c433Smrg 23493294c433Smrgif test "x$ISO8859_14" = xyes; then 23503294c433Smrg ISO8859_14_TRUE= 23513294c433Smrg ISO8859_14_FALSE='#' 23523294c433Smrgelse 23533294c433Smrg ISO8859_14_TRUE='#' 23543294c433Smrg ISO8859_14_FALSE= 23553294c433Smrgfi 23563294c433Smrg 23573294c433Smrg 23583294c433Smrg 23593294c433Smrg # Check whether --enable-iso8859-15 or --disable-iso8859-15 was given. 23603294c433Smrgif test "${enable_iso8859_15+set}" = set; then 23613294c433Smrg enableval="$enable_iso8859_15" 23623294c433Smrg ISO8859_15=$enableval 23633294c433Smrgelse 23643294c433Smrg ISO8859_15=yes 23653294c433Smrgfi; 23663294c433Smrg echo "$as_me:$LINENO: checking whether to build ISO8859-15 fonts" >&5 23673294c433Smrgecho $ECHO_N "checking whether to build ISO8859-15 fonts... $ECHO_C" >&6 23683294c433Smrg echo "$as_me:$LINENO: result: $ISO8859_15" >&5 23693294c433Smrgecho "${ECHO_T}$ISO8859_15" >&6 23703294c433Smrg 23713294c433Smrg 23723294c433Smrgif test "x$ISO8859_15" = xyes; then 23733294c433Smrg ISO8859_15_TRUE= 23743294c433Smrg ISO8859_15_FALSE='#' 23753294c433Smrgelse 23763294c433Smrg ISO8859_15_TRUE='#' 23773294c433Smrg ISO8859_15_FALSE= 23783294c433Smrgfi 23793294c433Smrg 23803294c433Smrg 23813294c433Smrg 23823294c433Smrg 23833294c433Smrg 23843294c433Smrg# Check whether --with-release-version or --without-release-version was given. 23853294c433Smrgif test "${with_release_version+set}" = set; then 23863294c433Smrg withval="$with_release_version" 23873294c433Smrg RELEASE_VERSION="$withval" 23883294c433Smrgelse 23893294c433Smrg RELEASE_VERSION="" 23903294c433Smrgfi; 23913294c433Smrg if test "x$RELEASE_VERSION" != "x"; then 23923294c433Smrg PACKAGE="$PACKAGE-$RELEASE_VERSION" 23933294c433Smrg PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION" 23943294c433Smrg { echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5 23953294c433Smrgecho "$as_me: Building with package name set to $PACKAGE" >&6;} 23963294c433Smrg fi 23973294c433Smrg 23983294c433Smrg 23993294c433Smrg ac_config_files="$ac_config_files Makefile" 24003294c433Smrgcat >confcache <<\_ACEOF 24013294c433Smrg# This file is a shell script that caches the results of configure 24023294c433Smrg# tests run on this system so they can be shared between configure 24033294c433Smrg# scripts and configure runs, see configure's option --config-cache. 24043294c433Smrg# It is not useful on other systems. If it contains results you don't 24053294c433Smrg# want to keep, you may remove or edit it. 24063294c433Smrg# 24073294c433Smrg# config.status only pays attention to the cache file if you give it 24083294c433Smrg# the --recheck option to rerun configure. 24093294c433Smrg# 24103294c433Smrg# `ac_cv_env_foo' variables (set or unset) will be overridden when 24113294c433Smrg# loading this file, other *unset* `ac_cv_foo' will be assigned the 24123294c433Smrg# following values. 24133294c433Smrg 24143294c433Smrg_ACEOF 24153294c433Smrg 24163294c433Smrg# The following way of writing the cache mishandles newlines in values, 24173294c433Smrg# but we know of no workaround that is simple, portable, and efficient. 24183294c433Smrg# So, don't put newlines in cache variables' values. 24193294c433Smrg# Ultrix sh set writes to stderr and can't be redirected directly, 24203294c433Smrg# and sets the high bit in the cache file unless we assign to the vars. 24213294c433Smrg{ 24223294c433Smrg (set) 2>&1 | 24233294c433Smrg case `(ac_space=' '; set | grep ac_space) 2>&1` in 24243294c433Smrg *ac_space=\ *) 24253294c433Smrg # `set' does not quote correctly, so add quotes (double-quote 24263294c433Smrg # substitution turns \\\\ into \\, and sed turns \\ into \). 24273294c433Smrg sed -n \ 24283294c433Smrg "s/'/'\\\\''/g; 24293294c433Smrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 24303294c433Smrg ;; 24313294c433Smrg *) 24323294c433Smrg # `set' quotes correctly as required by POSIX, so do not add quotes. 24333294c433Smrg sed -n \ 24343294c433Smrg "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 24353294c433Smrg ;; 24363294c433Smrg esac; 24373294c433Smrg} | 24383294c433Smrg sed ' 24393294c433Smrg t clear 24403294c433Smrg : clear 24413294c433Smrg s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 24423294c433Smrg t end 24433294c433Smrg /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 24443294c433Smrg : end' >>confcache 24453294c433Smrgif diff $cache_file confcache >/dev/null 2>&1; then :; else 24463294c433Smrg if test -w $cache_file; then 24473294c433Smrg test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 24483294c433Smrg cat confcache >$cache_file 24493294c433Smrg else 24503294c433Smrg echo "not updating unwritable cache $cache_file" 24513294c433Smrg fi 24523294c433Smrgfi 24533294c433Smrgrm -f confcache 24543294c433Smrg 24553294c433Smrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix 24563294c433Smrg# Let make expand exec_prefix. 24573294c433Smrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 24583294c433Smrg 24593294c433Smrg# VPATH may cause trouble with some makes, so we remove $(srcdir), 24603294c433Smrg# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 24613294c433Smrg# trailing colons and then remove the whole line if VPATH becomes empty 24623294c433Smrg# (actually we leave an empty line to preserve line numbers). 24633294c433Smrgif test "x$srcdir" = x.; then 24643294c433Smrg ac_vpsub='/^[ ]*VPATH[ ]*=/{ 24653294c433Smrgs/:*\$(srcdir):*/:/; 24663294c433Smrgs/:*\${srcdir}:*/:/; 24673294c433Smrgs/:*@srcdir@:*/:/; 24683294c433Smrgs/^\([^=]*=[ ]*\):*/\1/; 24693294c433Smrgs/:*$//; 24703294c433Smrgs/^[^=]*=[ ]*$//; 24713294c433Smrg}' 24723294c433Smrgfi 24733294c433Smrg 24743294c433Smrg# Transform confdefs.h into DEFS. 24753294c433Smrg# Protect against shell expansion while executing Makefile rules. 24763294c433Smrg# Protect against Makefile macro expansion. 24773294c433Smrg# 24783294c433Smrg# If the first sed substitution is executed (which looks for macros that 24793294c433Smrg# take arguments), then we branch to the quote section. Otherwise, 24803294c433Smrg# look for a macro that doesn't take arguments. 24813294c433Smrgcat >confdef2opt.sed <<\_ACEOF 24823294c433Smrgt clear 24833294c433Smrg: clear 24843294c433Smrgs,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g 24853294c433Smrgt quote 24863294c433Smrgs,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g 24873294c433Smrgt quote 24883294c433Smrgd 24893294c433Smrg: quote 24903294c433Smrgs,[ `~#$^&*(){}\\|;'"<>?],\\&,g 24913294c433Smrgs,\[,\\&,g 24923294c433Smrgs,\],\\&,g 24933294c433Smrgs,\$,$$,g 24943294c433Smrgp 24953294c433Smrg_ACEOF 24963294c433Smrg# We use echo to avoid assuming a particular line-breaking character. 24973294c433Smrg# The extra dot is to prevent the shell from consuming trailing 24983294c433Smrg# line-breaks from the sub-command output. A line-break within 24993294c433Smrg# single-quotes doesn't work because, if this script is created in a 25003294c433Smrg# platform that uses two characters for line-breaks (e.g., DOS), tr 25013294c433Smrg# would break. 25023294c433Smrgac_LF_and_DOT=`echo; echo .` 25033294c433SmrgDEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` 25043294c433Smrgrm -f confdef2opt.sed 25053294c433Smrg 25063294c433Smrg 25073294c433Smrgac_libobjs= 25083294c433Smrgac_ltlibobjs= 25093294c433Smrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 25103294c433Smrg # 1. Remove the extension, and $U if already installed. 25113294c433Smrg ac_i=`echo "$ac_i" | 25123294c433Smrg sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 25133294c433Smrg # 2. Add them. 25143294c433Smrg ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 25153294c433Smrg ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 25163294c433Smrgdone 25173294c433SmrgLIBOBJS=$ac_libobjs 25183294c433Smrg 25193294c433SmrgLTLIBOBJS=$ac_ltlibobjs 25203294c433Smrg 25213294c433Smrg 25223294c433Smrgif test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 25233294c433Smrg { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. 25243294c433SmrgUsually this means the macro was only invoked conditionally." >&5 25253294c433Smrgecho "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. 25263294c433SmrgUsually this means the macro was only invoked conditionally." >&2;} 25273294c433Smrg { (exit 1); exit 1; }; } 25283294c433Smrgfi 25293294c433Smrgif test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then 25303294c433Smrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_1\" was never defined. 25313294c433SmrgUsually this means the macro was only invoked conditionally." >&5 25323294c433Smrgecho "$as_me: error: conditional \"ISO8859_1\" was never defined. 25333294c433SmrgUsually this means the macro was only invoked conditionally." >&2;} 25343294c433Smrg { (exit 1); exit 1; }; } 25353294c433Smrgfi 25363294c433Smrgif test -z "${ISO8859_2_TRUE}" && test -z "${ISO8859_2_FALSE}"; then 25373294c433Smrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_2\" was never defined. 25383294c433SmrgUsually this means the macro was only invoked conditionally." >&5 25393294c433Smrgecho "$as_me: error: conditional \"ISO8859_2\" was never defined. 25403294c433SmrgUsually this means the macro was only invoked conditionally." >&2;} 25413294c433Smrg { (exit 1); exit 1; }; } 25423294c433Smrgfi 25433294c433Smrgif test -z "${ISO8859_3_TRUE}" && test -z "${ISO8859_3_FALSE}"; then 25443294c433Smrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_3\" was never defined. 25453294c433SmrgUsually this means the macro was only invoked conditionally." >&5 25463294c433Smrgecho "$as_me: error: conditional \"ISO8859_3\" was never defined. 25473294c433SmrgUsually this means the macro was only invoked conditionally." >&2;} 25483294c433Smrg { (exit 1); exit 1; }; } 25493294c433Smrgfi 25503294c433Smrgif test -z "${ISO8859_4_TRUE}" && test -z "${ISO8859_4_FALSE}"; then 25513294c433Smrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_4\" was never defined. 25523294c433SmrgUsually this means the macro was only invoked conditionally." >&5 25533294c433Smrgecho "$as_me: error: conditional \"ISO8859_4\" was never defined. 25543294c433SmrgUsually this means the macro was only invoked conditionally." >&2;} 25553294c433Smrg { (exit 1); exit 1; }; } 25563294c433Smrgfi 25573294c433Smrgif test -z "${ISO8859_9_TRUE}" && test -z "${ISO8859_9_FALSE}"; then 25583294c433Smrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_9\" was never defined. 25593294c433SmrgUsually this means the macro was only invoked conditionally." >&5 25603294c433Smrgecho "$as_me: error: conditional \"ISO8859_9\" was never defined. 25613294c433SmrgUsually this means the macro was only invoked conditionally." >&2;} 25623294c433Smrg { (exit 1); exit 1; }; } 25633294c433Smrgfi 25643294c433Smrgif test -z "${ISO8859_10_TRUE}" && test -z "${ISO8859_10_FALSE}"; then 25653294c433Smrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_10\" was never defined. 25663294c433SmrgUsually this means the macro was only invoked conditionally." >&5 25673294c433Smrgecho "$as_me: error: conditional \"ISO8859_10\" was never defined. 25683294c433SmrgUsually this means the macro was only invoked conditionally." >&2;} 25693294c433Smrg { (exit 1); exit 1; }; } 25703294c433Smrgfi 25713294c433Smrgif test -z "${ISO8859_13_TRUE}" && test -z "${ISO8859_13_FALSE}"; then 25723294c433Smrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_13\" was never defined. 25733294c433SmrgUsually this means the macro was only invoked conditionally." >&5 25743294c433Smrgecho "$as_me: error: conditional \"ISO8859_13\" was never defined. 25753294c433SmrgUsually this means the macro was only invoked conditionally." >&2;} 25763294c433Smrg { (exit 1); exit 1; }; } 25773294c433Smrgfi 25783294c433Smrgif test -z "${ISO8859_14_TRUE}" && test -z "${ISO8859_14_FALSE}"; then 25793294c433Smrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_14\" was never defined. 25803294c433SmrgUsually this means the macro was only invoked conditionally." >&5 25813294c433Smrgecho "$as_me: error: conditional \"ISO8859_14\" was never defined. 25823294c433SmrgUsually this means the macro was only invoked conditionally." >&2;} 25833294c433Smrg { (exit 1); exit 1; }; } 25843294c433Smrgfi 25853294c433Smrgif test -z "${ISO8859_15_TRUE}" && test -z "${ISO8859_15_FALSE}"; then 25863294c433Smrg { { echo "$as_me:$LINENO: error: conditional \"ISO8859_15\" was never defined. 25873294c433SmrgUsually this means the macro was only invoked conditionally." >&5 25883294c433Smrgecho "$as_me: error: conditional \"ISO8859_15\" was never defined. 25893294c433SmrgUsually this means the macro was only invoked conditionally." >&2;} 25903294c433Smrg { (exit 1); exit 1; }; } 25913294c433Smrgfi 25923294c433Smrg 25933294c433Smrg: ${CONFIG_STATUS=./config.status} 25943294c433Smrgac_clean_files_save=$ac_clean_files 25953294c433Smrgac_clean_files="$ac_clean_files $CONFIG_STATUS" 25963294c433Smrg{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 25973294c433Smrgecho "$as_me: creating $CONFIG_STATUS" >&6;} 25983294c433Smrgcat >$CONFIG_STATUS <<_ACEOF 25993294c433Smrg#! $SHELL 26003294c433Smrg# Generated by $as_me. 26013294c433Smrg# Run this file to recreate the current configuration. 26023294c433Smrg# Compiler output produced by configure, useful for debugging 26033294c433Smrg# configure, is in config.log if it exists. 26043294c433Smrg 26053294c433Smrgdebug=false 26063294c433Smrgac_cs_recheck=false 26073294c433Smrgac_cs_silent=false 26083294c433SmrgSHELL=\${CONFIG_SHELL-$SHELL} 26093294c433Smrg_ACEOF 26103294c433Smrg 26113294c433Smrgcat >>$CONFIG_STATUS <<\_ACEOF 26123294c433Smrg## --------------------- ## 26133294c433Smrg## M4sh Initialization. ## 26143294c433Smrg## --------------------- ## 26153294c433Smrg 26163294c433Smrg# Be Bourne compatible 26173294c433Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 26183294c433Smrg emulate sh 26193294c433Smrg NULLCMD=: 26203294c433Smrg # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 26213294c433Smrg # is contrary to our usage. Disable this feature. 26223294c433Smrg alias -g '${1+"$@"}'='"$@"' 26233294c433Smrgelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 26243294c433Smrg set -o posix 26253294c433Smrgfi 26263294c433SmrgDUALCASE=1; export DUALCASE # for MKS sh 26273294c433Smrg 26283294c433Smrg# Support unset when possible. 26293294c433Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 26303294c433Smrg as_unset=unset 26313294c433Smrgelse 26323294c433Smrg as_unset=false 26333294c433Smrgfi 26343294c433Smrg 26353294c433Smrg 26363294c433Smrg# Work around bugs in pre-3.0 UWIN ksh. 26373294c433Smrg$as_unset ENV MAIL MAILPATH 26383294c433SmrgPS1='$ ' 26393294c433SmrgPS2='> ' 26403294c433SmrgPS4='+ ' 26413294c433Smrg 26423294c433Smrg# NLS nuisances. 26433294c433Smrgfor as_var in \ 26443294c433Smrg LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 26453294c433Smrg LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 26463294c433Smrg LC_TELEPHONE LC_TIME 26473294c433Smrgdo 26483294c433Smrg if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 26493294c433Smrg eval $as_var=C; export $as_var 26503294c433Smrg else 26513294c433Smrg $as_unset $as_var 26523294c433Smrg fi 26533294c433Smrgdone 26543294c433Smrg 26553294c433Smrg# Required to use basename. 26563294c433Smrgif expr a : '\(a\)' >/dev/null 2>&1; then 26573294c433Smrg as_expr=expr 26583294c433Smrgelse 26593294c433Smrg as_expr=false 26603294c433Smrgfi 26613294c433Smrg 26623294c433Smrgif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 26633294c433Smrg as_basename=basename 26643294c433Smrgelse 26653294c433Smrg as_basename=false 26663294c433Smrgfi 26673294c433Smrg 26683294c433Smrg 26693294c433Smrg# Name of the executable. 26703294c433Smrgas_me=`$as_basename "$0" || 26713294c433Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 26723294c433Smrg X"$0" : 'X\(//\)$' \| \ 26733294c433Smrg X"$0" : 'X\(/\)$' \| \ 26743294c433Smrg . : '\(.\)' 2>/dev/null || 26753294c433Smrgecho X/"$0" | 26763294c433Smrg sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 26773294c433Smrg /^X\/\(\/\/\)$/{ s//\1/; q; } 26783294c433Smrg /^X\/\(\/\).*/{ s//\1/; q; } 26793294c433Smrg s/.*/./; q'` 26803294c433Smrg 26813294c433Smrg 26823294c433Smrg# PATH needs CR, and LINENO needs CR and PATH. 26833294c433Smrg# Avoid depending upon Character Ranges. 26843294c433Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 26853294c433Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 26863294c433Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 26873294c433Smrgas_cr_digits='0123456789' 26883294c433Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits 26893294c433Smrg 26903294c433Smrg# The user is always right. 26913294c433Smrgif test "${PATH_SEPARATOR+set}" != set; then 26923294c433Smrg echo "#! /bin/sh" >conf$$.sh 26933294c433Smrg echo "exit 0" >>conf$$.sh 26943294c433Smrg chmod +x conf$$.sh 26953294c433Smrg if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 26963294c433Smrg PATH_SEPARATOR=';' 26973294c433Smrg else 26983294c433Smrg PATH_SEPARATOR=: 26993294c433Smrg fi 27003294c433Smrg rm -f conf$$.sh 27013294c433Smrgfi 27023294c433Smrg 27033294c433Smrg 27043294c433Smrg as_lineno_1=$LINENO 27053294c433Smrg as_lineno_2=$LINENO 27063294c433Smrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 27073294c433Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 27083294c433Smrg test "x$as_lineno_3" = "x$as_lineno_2" || { 27093294c433Smrg # Find who we are. Look in the path if we contain no path at all 27103294c433Smrg # relative or not. 27113294c433Smrg case $0 in 27123294c433Smrg *[\\/]* ) as_myself=$0 ;; 27133294c433Smrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 27143294c433Smrgfor as_dir in $PATH 27153294c433Smrgdo 27163294c433Smrg IFS=$as_save_IFS 27173294c433Smrg test -z "$as_dir" && as_dir=. 27183294c433Smrg test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 27193294c433Smrgdone 27203294c433Smrg 27213294c433Smrg ;; 27223294c433Smrg esac 27233294c433Smrg # We did not find ourselves, most probably we were run as `sh COMMAND' 27243294c433Smrg # in which case we are not to be found in the path. 27253294c433Smrg if test "x$as_myself" = x; then 27263294c433Smrg as_myself=$0 27273294c433Smrg fi 27283294c433Smrg if test ! -f "$as_myself"; then 27293294c433Smrg { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 27303294c433Smrgecho "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 27313294c433Smrg { (exit 1); exit 1; }; } 27323294c433Smrg fi 27333294c433Smrg case $CONFIG_SHELL in 27343294c433Smrg '') 27353294c433Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 27363294c433Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 27373294c433Smrgdo 27383294c433Smrg IFS=$as_save_IFS 27393294c433Smrg test -z "$as_dir" && as_dir=. 27403294c433Smrg for as_base in sh bash ksh sh5; do 27413294c433Smrg case $as_dir in 27423294c433Smrg /*) 27433294c433Smrg if ("$as_dir/$as_base" -c ' 27443294c433Smrg as_lineno_1=$LINENO 27453294c433Smrg as_lineno_2=$LINENO 27463294c433Smrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 27473294c433Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 27483294c433Smrg test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 27493294c433Smrg $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 27503294c433Smrg $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 27513294c433Smrg CONFIG_SHELL=$as_dir/$as_base 27523294c433Smrg export CONFIG_SHELL 27533294c433Smrg exec "$CONFIG_SHELL" "$0" ${1+"$@"} 27543294c433Smrg fi;; 27553294c433Smrg esac 27563294c433Smrg done 27573294c433Smrgdone 27583294c433Smrg;; 27593294c433Smrg esac 27603294c433Smrg 27613294c433Smrg # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 27623294c433Smrg # uniformly replaced by the line number. The first 'sed' inserts a 27633294c433Smrg # line-number line before each line; the second 'sed' does the real 27643294c433Smrg # work. The second script uses 'N' to pair each line-number line 27653294c433Smrg # with the numbered line, and appends trailing '-' during 27663294c433Smrg # substitution so that $LINENO is not a special case at line end. 27673294c433Smrg # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 27683294c433Smrg # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 27693294c433Smrg sed '=' <$as_myself | 27703294c433Smrg sed ' 27713294c433Smrg N 27723294c433Smrg s,$,-, 27733294c433Smrg : loop 27743294c433Smrg s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 27753294c433Smrg t loop 27763294c433Smrg s,-$,, 27773294c433Smrg s,^['$as_cr_digits']*\n,, 27783294c433Smrg ' >$as_me.lineno && 27793294c433Smrg chmod +x $as_me.lineno || 27803294c433Smrg { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 27813294c433Smrgecho "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 27823294c433Smrg { (exit 1); exit 1; }; } 27833294c433Smrg 27843294c433Smrg # Don't try to exec as it changes $[0], causing all sort of problems 27853294c433Smrg # (the dirname of $[0] is not the place where we might find the 27863294c433Smrg # original and so on. Autoconf is especially sensible to this). 27873294c433Smrg . ./$as_me.lineno 27883294c433Smrg # Exit status is that of the last command. 27893294c433Smrg exit 27903294c433Smrg} 27913294c433Smrg 27923294c433Smrg 27933294c433Smrgcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 27943294c433Smrg *c*,-n*) ECHO_N= ECHO_C=' 27953294c433Smrg' ECHO_T=' ' ;; 27963294c433Smrg *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 27973294c433Smrg *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 27983294c433Smrgesac 27993294c433Smrg 28003294c433Smrgif expr a : '\(a\)' >/dev/null 2>&1; then 28013294c433Smrg as_expr=expr 28023294c433Smrgelse 28033294c433Smrg as_expr=false 28043294c433Smrgfi 28053294c433Smrg 28063294c433Smrgrm -f conf$$ conf$$.exe conf$$.file 28073294c433Smrgecho >conf$$.file 28083294c433Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then 28093294c433Smrg # We could just check for DJGPP; but this test a) works b) is more generic 28103294c433Smrg # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 28113294c433Smrg if test -f conf$$.exe; then 28123294c433Smrg # Don't use ln at all; we don't have any links 28133294c433Smrg as_ln_s='cp -p' 28143294c433Smrg else 28153294c433Smrg as_ln_s='ln -s' 28163294c433Smrg fi 28173294c433Smrgelif ln conf$$.file conf$$ 2>/dev/null; then 28183294c433Smrg as_ln_s=ln 28193294c433Smrgelse 28203294c433Smrg as_ln_s='cp -p' 28213294c433Smrgfi 28223294c433Smrgrm -f conf$$ conf$$.exe conf$$.file 28233294c433Smrg 28243294c433Smrgif mkdir -p . 2>/dev/null; then 28253294c433Smrg as_mkdir_p=: 28263294c433Smrgelse 28273294c433Smrg test -d ./-p && rmdir ./-p 28283294c433Smrg as_mkdir_p=false 28293294c433Smrgfi 28303294c433Smrg 28313294c433Smrgas_executable_p="test -f" 28323294c433Smrg 28333294c433Smrg# Sed expression to map a string onto a valid CPP name. 28343294c433Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 28353294c433Smrg 28363294c433Smrg# Sed expression to map a string onto a valid variable name. 28373294c433Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 28383294c433Smrg 28393294c433Smrg 28403294c433Smrg# IFS 28413294c433Smrg# We need space, tab and new line, in precisely that order. 28423294c433Smrgas_nl=' 28433294c433Smrg' 28443294c433SmrgIFS=" $as_nl" 28453294c433Smrg 28463294c433Smrg# CDPATH. 28473294c433Smrg$as_unset CDPATH 28483294c433Smrg 28493294c433Smrgexec 6>&1 28503294c433Smrg 28513294c433Smrg# Open the log real soon, to keep \$[0] and so on meaningful, and to 28523294c433Smrg# report actual input values of CONFIG_FILES etc. instead of their 28533294c433Smrg# values after options handling. Logging --version etc. is OK. 28543294c433Smrgexec 5>>config.log 28553294c433Smrg{ 28563294c433Smrg echo 28573294c433Smrg sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 28583294c433Smrg## Running $as_me. ## 28593294c433Smrg_ASBOX 28603294c433Smrg} >&5 28613294c433Smrgcat >&5 <<_CSEOF 28623294c433Smrg 28633294c433SmrgThis file was extended by font-bh-100dpi $as_me 1.0.0, which was 28643294c433Smrggenerated by GNU Autoconf 2.59. Invocation command line was 28653294c433Smrg 28663294c433Smrg CONFIG_FILES = $CONFIG_FILES 28673294c433Smrg CONFIG_HEADERS = $CONFIG_HEADERS 28683294c433Smrg CONFIG_LINKS = $CONFIG_LINKS 28693294c433Smrg CONFIG_COMMANDS = $CONFIG_COMMANDS 28703294c433Smrg $ $0 $@ 28713294c433Smrg 28723294c433Smrg_CSEOF 28733294c433Smrgecho "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 28743294c433Smrgecho >&5 28753294c433Smrg_ACEOF 28763294c433Smrg 28773294c433Smrg# Files that config.status was made for. 28783294c433Smrgif test -n "$ac_config_files"; then 28793294c433Smrg echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 28803294c433Smrgfi 28813294c433Smrg 28823294c433Smrgif test -n "$ac_config_headers"; then 28833294c433Smrg echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 28843294c433Smrgfi 28853294c433Smrg 28863294c433Smrgif test -n "$ac_config_links"; then 28873294c433Smrg echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 28883294c433Smrgfi 28893294c433Smrg 28903294c433Smrgif test -n "$ac_config_commands"; then 28913294c433Smrg echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 28923294c433Smrgfi 28933294c433Smrg 28943294c433Smrgcat >>$CONFIG_STATUS <<\_ACEOF 28953294c433Smrg 28963294c433Smrgac_cs_usage="\ 28973294c433Smrg\`$as_me' instantiates files from templates according to the 28983294c433Smrgcurrent configuration. 28993294c433Smrg 29003294c433SmrgUsage: $0 [OPTIONS] [FILE]... 29013294c433Smrg 29023294c433Smrg -h, --help print this help, then exit 29033294c433Smrg -V, --version print version number, then exit 29043294c433Smrg -q, --quiet do not print progress messages 29053294c433Smrg -d, --debug don't remove temporary files 29063294c433Smrg --recheck update $as_me by reconfiguring in the same conditions 29073294c433Smrg --file=FILE[:TEMPLATE] 29083294c433Smrg instantiate the configuration file FILE 29093294c433Smrg 29103294c433SmrgConfiguration files: 29113294c433Smrg$config_files 29123294c433Smrg 29133294c433SmrgReport bugs to <bug-autoconf@gnu.org>." 29143294c433Smrg_ACEOF 29153294c433Smrg 29163294c433Smrgcat >>$CONFIG_STATUS <<_ACEOF 29173294c433Smrgac_cs_version="\\ 29183294c433Smrgfont-bh-100dpi config.status 1.0.0 29193294c433Smrgconfigured by $0, generated by GNU Autoconf 2.59, 29203294c433Smrg with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 29213294c433Smrg 29223294c433SmrgCopyright (C) 2003 Free Software Foundation, Inc. 29233294c433SmrgThis config.status script is free software; the Free Software Foundation 29243294c433Smrggives unlimited permission to copy, distribute and modify it." 29253294c433Smrgsrcdir=$srcdir 29263294c433SmrgINSTALL="$INSTALL" 29273294c433Smrg_ACEOF 29283294c433Smrg 29293294c433Smrgcat >>$CONFIG_STATUS <<\_ACEOF 29303294c433Smrg# If no file are specified by the user, then we need to provide default 29313294c433Smrg# value. By we need to know if files were specified by the user. 29323294c433Smrgac_need_defaults=: 29333294c433Smrgwhile test $# != 0 29343294c433Smrgdo 29353294c433Smrg case $1 in 29363294c433Smrg --*=*) 29373294c433Smrg ac_option=`expr "x$1" : 'x\([^=]*\)='` 29383294c433Smrg ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 29393294c433Smrg ac_shift=: 29403294c433Smrg ;; 29413294c433Smrg -*) 29423294c433Smrg ac_option=$1 29433294c433Smrg ac_optarg=$2 29443294c433Smrg ac_shift=shift 29453294c433Smrg ;; 29463294c433Smrg *) # This is not an option, so the user has probably given explicit 29473294c433Smrg # arguments. 29483294c433Smrg ac_option=$1 29493294c433Smrg ac_need_defaults=false;; 29503294c433Smrg esac 29513294c433Smrg 29523294c433Smrg case $ac_option in 29533294c433Smrg # Handling of the options. 29543294c433Smrg_ACEOF 29553294c433Smrgcat >>$CONFIG_STATUS <<\_ACEOF 29563294c433Smrg -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 29573294c433Smrg ac_cs_recheck=: ;; 29583294c433Smrg --version | --vers* | -V ) 29593294c433Smrg echo "$ac_cs_version"; exit 0 ;; 29603294c433Smrg --he | --h) 29613294c433Smrg # Conflict between --help and --header 29623294c433Smrg { { echo "$as_me:$LINENO: error: ambiguous option: $1 29633294c433SmrgTry \`$0 --help' for more information." >&5 29643294c433Smrgecho "$as_me: error: ambiguous option: $1 29653294c433SmrgTry \`$0 --help' for more information." >&2;} 29663294c433Smrg { (exit 1); exit 1; }; };; 29673294c433Smrg --help | --hel | -h ) 29683294c433Smrg echo "$ac_cs_usage"; exit 0 ;; 29693294c433Smrg --debug | --d* | -d ) 29703294c433Smrg debug=: ;; 29713294c433Smrg --file | --fil | --fi | --f ) 29723294c433Smrg $ac_shift 29733294c433Smrg CONFIG_FILES="$CONFIG_FILES $ac_optarg" 29743294c433Smrg ac_need_defaults=false;; 29753294c433Smrg --header | --heade | --head | --hea ) 29763294c433Smrg $ac_shift 29773294c433Smrg CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 29783294c433Smrg ac_need_defaults=false;; 29793294c433Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 29803294c433Smrg | -silent | --silent | --silen | --sile | --sil | --si | --s) 29813294c433Smrg ac_cs_silent=: ;; 29823294c433Smrg 29833294c433Smrg # This is an error. 29843294c433Smrg -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 29853294c433SmrgTry \`$0 --help' for more information." >&5 29863294c433Smrgecho "$as_me: error: unrecognized option: $1 29873294c433SmrgTry \`$0 --help' for more information." >&2;} 29883294c433Smrg { (exit 1); exit 1; }; } ;; 29893294c433Smrg 29903294c433Smrg *) ac_config_targets="$ac_config_targets $1" ;; 29913294c433Smrg 29923294c433Smrg esac 29933294c433Smrg shift 29943294c433Smrgdone 29953294c433Smrg 29963294c433Smrgac_configure_extra_args= 29973294c433Smrg 29983294c433Smrgif $ac_cs_silent; then 29993294c433Smrg exec 6>/dev/null 30003294c433Smrg ac_configure_extra_args="$ac_configure_extra_args --silent" 30013294c433Smrgfi 30023294c433Smrg 30033294c433Smrg_ACEOF 30043294c433Smrgcat >>$CONFIG_STATUS <<_ACEOF 30053294c433Smrgif \$ac_cs_recheck; then 30063294c433Smrg echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 30073294c433Smrg exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 30083294c433Smrgfi 30093294c433Smrg 30103294c433Smrg_ACEOF 30113294c433Smrg 30123294c433Smrg 30133294c433Smrg 30143294c433Smrg 30153294c433Smrg 30163294c433Smrgcat >>$CONFIG_STATUS <<\_ACEOF 30173294c433Smrgfor ac_config_target in $ac_config_targets 30183294c433Smrgdo 30193294c433Smrg case "$ac_config_target" in 30203294c433Smrg # Handling of arguments. 30213294c433Smrg "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 30223294c433Smrg *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 30233294c433Smrgecho "$as_me: error: invalid argument: $ac_config_target" >&2;} 30243294c433Smrg { (exit 1); exit 1; }; };; 30253294c433Smrg esac 30263294c433Smrgdone 30273294c433Smrg 30283294c433Smrg# If the user did not use the arguments to specify the items to instantiate, 30293294c433Smrg# then the envvar interface is used. Set only those that are not. 30303294c433Smrg# We use the long form for the default assignment because of an extremely 30313294c433Smrg# bizarre bug on SunOS 4.1.3. 30323294c433Smrgif $ac_need_defaults; then 30333294c433Smrg test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 30343294c433Smrgfi 30353294c433Smrg 30363294c433Smrg# Have a temporary directory for convenience. Make it in the build tree 30373294c433Smrg# simply because there is no reason to put it here, and in addition, 30383294c433Smrg# creating and moving files from /tmp can sometimes cause problems. 30393294c433Smrg# Create a temporary directory, and hook for its removal unless debugging. 30403294c433Smrg$debug || 30413294c433Smrg{ 30423294c433Smrg trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 30433294c433Smrg trap '{ (exit 1); exit 1; }' 1 2 13 15 30443294c433Smrg} 30453294c433Smrg 30463294c433Smrg# Create a (secure) tmp directory for tmp files. 30473294c433Smrg 30483294c433Smrg{ 30493294c433Smrg tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 30503294c433Smrg test -n "$tmp" && test -d "$tmp" 30513294c433Smrg} || 30523294c433Smrg{ 30533294c433Smrg tmp=./confstat$$-$RANDOM 30543294c433Smrg (umask 077 && mkdir $tmp) 30553294c433Smrg} || 30563294c433Smrg{ 30573294c433Smrg echo "$me: cannot create a temporary directory in ." >&2 30583294c433Smrg { (exit 1); exit 1; } 30593294c433Smrg} 30603294c433Smrg 30613294c433Smrg_ACEOF 30623294c433Smrg 30633294c433Smrgcat >>$CONFIG_STATUS <<_ACEOF 30643294c433Smrg 30653294c433Smrg# 30663294c433Smrg# CONFIG_FILES section. 30673294c433Smrg# 30683294c433Smrg 30693294c433Smrg# No need to generate the scripts if there are no CONFIG_FILES. 30703294c433Smrg# This happens for instance when ./config.status config.h 30713294c433Smrgif test -n "\$CONFIG_FILES"; then 30723294c433Smrg # Protect against being on the right side of a sed subst in config.status. 30733294c433Smrg sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 30743294c433Smrg s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 30753294c433Smrgs,@SHELL@,$SHELL,;t t 30763294c433Smrgs,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 30773294c433Smrgs,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 30783294c433Smrgs,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 30793294c433Smrgs,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 30803294c433Smrgs,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 30813294c433Smrgs,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 30823294c433Smrgs,@exec_prefix@,$exec_prefix,;t t 30833294c433Smrgs,@prefix@,$prefix,;t t 30843294c433Smrgs,@program_transform_name@,$program_transform_name,;t t 30853294c433Smrgs,@bindir@,$bindir,;t t 30863294c433Smrgs,@sbindir@,$sbindir,;t t 30873294c433Smrgs,@libexecdir@,$libexecdir,;t t 30883294c433Smrgs,@datadir@,$datadir,;t t 30893294c433Smrgs,@sysconfdir@,$sysconfdir,;t t 30903294c433Smrgs,@sharedstatedir@,$sharedstatedir,;t t 30913294c433Smrgs,@localstatedir@,$localstatedir,;t t 30923294c433Smrgs,@libdir@,$libdir,;t t 30933294c433Smrgs,@includedir@,$includedir,;t t 30943294c433Smrgs,@oldincludedir@,$oldincludedir,;t t 30953294c433Smrgs,@infodir@,$infodir,;t t 30963294c433Smrgs,@mandir@,$mandir,;t t 30973294c433Smrgs,@build_alias@,$build_alias,;t t 30983294c433Smrgs,@host_alias@,$host_alias,;t t 30993294c433Smrgs,@target_alias@,$target_alias,;t t 31003294c433Smrgs,@DEFS@,$DEFS,;t t 31013294c433Smrgs,@ECHO_C@,$ECHO_C,;t t 31023294c433Smrgs,@ECHO_N@,$ECHO_N,;t t 31033294c433Smrgs,@ECHO_T@,$ECHO_T,;t t 31043294c433Smrgs,@LIBS@,$LIBS,;t t 31053294c433Smrgs,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 31063294c433Smrgs,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 31073294c433Smrgs,@INSTALL_DATA@,$INSTALL_DATA,;t t 31083294c433Smrgs,@CYGPATH_W@,$CYGPATH_W,;t t 31093294c433Smrgs,@PACKAGE@,$PACKAGE,;t t 31103294c433Smrgs,@VERSION@,$VERSION,;t t 31113294c433Smrgs,@ACLOCAL@,$ACLOCAL,;t t 31123294c433Smrgs,@AUTOCONF@,$AUTOCONF,;t t 31133294c433Smrgs,@AUTOMAKE@,$AUTOMAKE,;t t 31143294c433Smrgs,@AUTOHEADER@,$AUTOHEADER,;t t 31153294c433Smrgs,@MAKEINFO@,$MAKEINFO,;t t 31163294c433Smrgs,@AMTAR@,$AMTAR,;t t 31173294c433Smrgs,@install_sh@,$install_sh,;t t 31183294c433Smrgs,@STRIP@,$STRIP,;t t 31193294c433Smrgs,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 31203294c433Smrgs,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t 31213294c433Smrgs,@AWK@,$AWK,;t t 31223294c433Smrgs,@SET_MAKE@,$SET_MAKE,;t t 31233294c433Smrgs,@am__leading_dot@,$am__leading_dot,;t t 31243294c433Smrgs,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t 31253294c433Smrgs,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t 31263294c433Smrgs,@MAINT@,$MAINT,;t t 31273294c433Smrgs,@BDFTOPCF@,$BDFTOPCF,;t t 31283294c433Smrgs,@UCS2ANY@,$UCS2ANY,;t t 31293294c433Smrgs,@MKFONTSCALE@,$MKFONTSCALE,;t t 31303294c433Smrgs,@MKFONTDIR@,$MKFONTDIR,;t t 31313294c433Smrgs,@FONTDIR@,$FONTDIR,;t t 31323294c433Smrgs,@PKG_CONFIG@,$PKG_CONFIG,;t t 31333294c433Smrgs,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t 31343294c433Smrgs,@MAPS_CFLAGS@,$MAPS_CFLAGS,;t t 31353294c433Smrgs,@MAPS_LIBS@,$MAPS_LIBS,;t t 31363294c433Smrgs,@MAPFILES_PATH@,$MAPFILES_PATH,;t t 31373294c433Smrgs,@ISO8859_1_TRUE@,$ISO8859_1_TRUE,;t t 31383294c433Smrgs,@ISO8859_1_FALSE@,$ISO8859_1_FALSE,;t t 31393294c433Smrgs,@ISO8859_2_TRUE@,$ISO8859_2_TRUE,;t t 31403294c433Smrgs,@ISO8859_2_FALSE@,$ISO8859_2_FALSE,;t t 31413294c433Smrgs,@ISO8859_3_TRUE@,$ISO8859_3_TRUE,;t t 31423294c433Smrgs,@ISO8859_3_FALSE@,$ISO8859_3_FALSE,;t t 31433294c433Smrgs,@ISO8859_4_TRUE@,$ISO8859_4_TRUE,;t t 31443294c433Smrgs,@ISO8859_4_FALSE@,$ISO8859_4_FALSE,;t t 31453294c433Smrgs,@ISO8859_9_TRUE@,$ISO8859_9_TRUE,;t t 31463294c433Smrgs,@ISO8859_9_FALSE@,$ISO8859_9_FALSE,;t t 31473294c433Smrgs,@ISO8859_10_TRUE@,$ISO8859_10_TRUE,;t t 31483294c433Smrgs,@ISO8859_10_FALSE@,$ISO8859_10_FALSE,;t t 31493294c433Smrgs,@ISO8859_13_TRUE@,$ISO8859_13_TRUE,;t t 31503294c433Smrgs,@ISO8859_13_FALSE@,$ISO8859_13_FALSE,;t t 31513294c433Smrgs,@ISO8859_14_TRUE@,$ISO8859_14_TRUE,;t t 31523294c433Smrgs,@ISO8859_14_FALSE@,$ISO8859_14_FALSE,;t t 31533294c433Smrgs,@ISO8859_15_TRUE@,$ISO8859_15_TRUE,;t t 31543294c433Smrgs,@ISO8859_15_FALSE@,$ISO8859_15_FALSE,;t t 31553294c433Smrgs,@LIBOBJS@,$LIBOBJS,;t t 31563294c433Smrgs,@LTLIBOBJS@,$LTLIBOBJS,;t t 31573294c433SmrgCEOF 31583294c433Smrg 31593294c433Smrg_ACEOF 31603294c433Smrg 31613294c433Smrg cat >>$CONFIG_STATUS <<\_ACEOF 31623294c433Smrg # Split the substitutions into bite-sized pieces for seds with 31633294c433Smrg # small command number limits, like on Digital OSF/1 and HP-UX. 31643294c433Smrg ac_max_sed_lines=48 31653294c433Smrg ac_sed_frag=1 # Number of current file. 31663294c433Smrg ac_beg=1 # First line for current file. 31673294c433Smrg ac_end=$ac_max_sed_lines # Line after last line for current file. 31683294c433Smrg ac_more_lines=: 31693294c433Smrg ac_sed_cmds= 31703294c433Smrg while $ac_more_lines; do 31713294c433Smrg if test $ac_beg -gt 1; then 31723294c433Smrg sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 31733294c433Smrg else 31743294c433Smrg sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 31753294c433Smrg fi 31763294c433Smrg if test ! -s $tmp/subs.frag; then 31773294c433Smrg ac_more_lines=false 31783294c433Smrg else 31793294c433Smrg # The purpose of the label and of the branching condition is to 31803294c433Smrg # speed up the sed processing (if there are no `@' at all, there 31813294c433Smrg # is no need to browse any of the substitutions). 31823294c433Smrg # These are the two extra sed commands mentioned above. 31833294c433Smrg (echo ':t 31843294c433Smrg /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 31853294c433Smrg if test -z "$ac_sed_cmds"; then 31863294c433Smrg ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 31873294c433Smrg else 31883294c433Smrg ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 31893294c433Smrg fi 31903294c433Smrg ac_sed_frag=`expr $ac_sed_frag + 1` 31913294c433Smrg ac_beg=$ac_end 31923294c433Smrg ac_end=`expr $ac_end + $ac_max_sed_lines` 31933294c433Smrg fi 31943294c433Smrg done 31953294c433Smrg if test -z "$ac_sed_cmds"; then 31963294c433Smrg ac_sed_cmds=cat 31973294c433Smrg fi 31983294c433Smrgfi # test -n "$CONFIG_FILES" 31993294c433Smrg 32003294c433Smrg_ACEOF 32013294c433Smrgcat >>$CONFIG_STATUS <<\_ACEOF 32023294c433Smrgfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 32033294c433Smrg # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 32043294c433Smrg case $ac_file in 32053294c433Smrg - | *:- | *:-:* ) # input from stdin 32063294c433Smrg cat >$tmp/stdin 32073294c433Smrg ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 32083294c433Smrg ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 32093294c433Smrg *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 32103294c433Smrg ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 32113294c433Smrg * ) ac_file_in=$ac_file.in ;; 32123294c433Smrg esac 32133294c433Smrg 32143294c433Smrg # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 32153294c433Smrg ac_dir=`(dirname "$ac_file") 2>/dev/null || 32163294c433Smrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32173294c433Smrg X"$ac_file" : 'X\(//\)[^/]' \| \ 32183294c433Smrg X"$ac_file" : 'X\(//\)$' \| \ 32193294c433Smrg X"$ac_file" : 'X\(/\)' \| \ 32203294c433Smrg . : '\(.\)' 2>/dev/null || 32213294c433Smrgecho X"$ac_file" | 32223294c433Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32233294c433Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32243294c433Smrg /^X\(\/\/\)$/{ s//\1/; q; } 32253294c433Smrg /^X\(\/\).*/{ s//\1/; q; } 32263294c433Smrg s/.*/./; q'` 32273294c433Smrg { if $as_mkdir_p; then 32283294c433Smrg mkdir -p "$ac_dir" 32293294c433Smrg else 32303294c433Smrg as_dir="$ac_dir" 32313294c433Smrg as_dirs= 32323294c433Smrg while test ! -d "$as_dir"; do 32333294c433Smrg as_dirs="$as_dir $as_dirs" 32343294c433Smrg as_dir=`(dirname "$as_dir") 2>/dev/null || 32353294c433Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 32363294c433Smrg X"$as_dir" : 'X\(//\)[^/]' \| \ 32373294c433Smrg X"$as_dir" : 'X\(//\)$' \| \ 32383294c433Smrg X"$as_dir" : 'X\(/\)' \| \ 32393294c433Smrg . : '\(.\)' 2>/dev/null || 32403294c433Smrgecho X"$as_dir" | 32413294c433Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 32423294c433Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 32433294c433Smrg /^X\(\/\/\)$/{ s//\1/; q; } 32443294c433Smrg /^X\(\/\).*/{ s//\1/; q; } 32453294c433Smrg s/.*/./; q'` 32463294c433Smrg done 32473294c433Smrg test ! -n "$as_dirs" || mkdir $as_dirs 32483294c433Smrg fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 32493294c433Smrgecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 32503294c433Smrg { (exit 1); exit 1; }; }; } 32513294c433Smrg 32523294c433Smrg ac_builddir=. 32533294c433Smrg 32543294c433Smrgif test "$ac_dir" != .; then 32553294c433Smrg ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 32563294c433Smrg # A "../" for each directory in $ac_dir_suffix. 32573294c433Smrg ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 32583294c433Smrgelse 32593294c433Smrg ac_dir_suffix= ac_top_builddir= 32603294c433Smrgfi 32613294c433Smrg 32623294c433Smrgcase $srcdir in 32633294c433Smrg .) # No --srcdir option. We are building in place. 32643294c433Smrg ac_srcdir=. 32653294c433Smrg if test -z "$ac_top_builddir"; then 32663294c433Smrg ac_top_srcdir=. 32673294c433Smrg else 32683294c433Smrg ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 32693294c433Smrg fi ;; 32703294c433Smrg [\\/]* | ?:[\\/]* ) # Absolute path. 32713294c433Smrg ac_srcdir=$srcdir$ac_dir_suffix; 32723294c433Smrg ac_top_srcdir=$srcdir ;; 32733294c433Smrg *) # Relative path. 32743294c433Smrg ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 32753294c433Smrg ac_top_srcdir=$ac_top_builddir$srcdir ;; 32763294c433Smrgesac 32773294c433Smrg 32783294c433Smrg# Do not use `cd foo && pwd` to compute absolute paths, because 32793294c433Smrg# the directories may not exist. 32803294c433Smrgcase `pwd` in 32813294c433Smrg.) ac_abs_builddir="$ac_dir";; 32823294c433Smrg*) 32833294c433Smrg case "$ac_dir" in 32843294c433Smrg .) ac_abs_builddir=`pwd`;; 32853294c433Smrg [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 32863294c433Smrg *) ac_abs_builddir=`pwd`/"$ac_dir";; 32873294c433Smrg esac;; 32883294c433Smrgesac 32893294c433Smrgcase $ac_abs_builddir in 32903294c433Smrg.) ac_abs_top_builddir=${ac_top_builddir}.;; 32913294c433Smrg*) 32923294c433Smrg case ${ac_top_builddir}. in 32933294c433Smrg .) ac_abs_top_builddir=$ac_abs_builddir;; 32943294c433Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 32953294c433Smrg *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 32963294c433Smrg esac;; 32973294c433Smrgesac 32983294c433Smrgcase $ac_abs_builddir in 32993294c433Smrg.) ac_abs_srcdir=$ac_srcdir;; 33003294c433Smrg*) 33013294c433Smrg case $ac_srcdir in 33023294c433Smrg .) ac_abs_srcdir=$ac_abs_builddir;; 33033294c433Smrg [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 33043294c433Smrg *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 33053294c433Smrg esac;; 33063294c433Smrgesac 33073294c433Smrgcase $ac_abs_builddir in 33083294c433Smrg.) ac_abs_top_srcdir=$ac_top_srcdir;; 33093294c433Smrg*) 33103294c433Smrg case $ac_top_srcdir in 33113294c433Smrg .) ac_abs_top_srcdir=$ac_abs_builddir;; 33123294c433Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 33133294c433Smrg *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 33143294c433Smrg esac;; 33153294c433Smrgesac 33163294c433Smrg 33173294c433Smrg 33183294c433Smrg case $INSTALL in 33193294c433Smrg [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 33203294c433Smrg *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 33213294c433Smrg esac 33223294c433Smrg 33233294c433Smrg if test x"$ac_file" != x-; then 33243294c433Smrg { echo "$as_me:$LINENO: creating $ac_file" >&5 33253294c433Smrgecho "$as_me: creating $ac_file" >&6;} 33263294c433Smrg rm -f "$ac_file" 33273294c433Smrg fi 33283294c433Smrg # Let's still pretend it is `configure' which instantiates (i.e., don't 33293294c433Smrg # use $as_me), people would be surprised to read: 33303294c433Smrg # /* config.h. Generated by config.status. */ 33313294c433Smrg if test x"$ac_file" = x-; then 33323294c433Smrg configure_input= 33333294c433Smrg else 33343294c433Smrg configure_input="$ac_file. " 33353294c433Smrg fi 33363294c433Smrg configure_input=$configure_input"Generated from `echo $ac_file_in | 33373294c433Smrg sed 's,.*/,,'` by configure." 33383294c433Smrg 33393294c433Smrg # First look for the input files in the build tree, otherwise in the 33403294c433Smrg # src tree. 33413294c433Smrg ac_file_inputs=`IFS=: 33423294c433Smrg for f in $ac_file_in; do 33433294c433Smrg case $f in 33443294c433Smrg -) echo $tmp/stdin ;; 33453294c433Smrg [\\/$]*) 33463294c433Smrg # Absolute (can't be DOS-style, as IFS=:) 33473294c433Smrg test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 33483294c433Smrgecho "$as_me: error: cannot find input file: $f" >&2;} 33493294c433Smrg { (exit 1); exit 1; }; } 33503294c433Smrg echo "$f";; 33513294c433Smrg *) # Relative 33523294c433Smrg if test -f "$f"; then 33533294c433Smrg # Build tree 33543294c433Smrg echo "$f" 33553294c433Smrg elif test -f "$srcdir/$f"; then 33563294c433Smrg # Source tree 33573294c433Smrg echo "$srcdir/$f" 33583294c433Smrg else 33593294c433Smrg # /dev/null tree 33603294c433Smrg { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 33613294c433Smrgecho "$as_me: error: cannot find input file: $f" >&2;} 33623294c433Smrg { (exit 1); exit 1; }; } 33633294c433Smrg fi;; 33643294c433Smrg esac 33653294c433Smrg done` || { (exit 1); exit 1; } 33663294c433Smrg_ACEOF 33673294c433Smrgcat >>$CONFIG_STATUS <<_ACEOF 33683294c433Smrg sed "$ac_vpsub 33693294c433Smrg$extrasub 33703294c433Smrg_ACEOF 33713294c433Smrgcat >>$CONFIG_STATUS <<\_ACEOF 33723294c433Smrg:t 33733294c433Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 33743294c433Smrgs,@configure_input@,$configure_input,;t t 33753294c433Smrgs,@srcdir@,$ac_srcdir,;t t 33763294c433Smrgs,@abs_srcdir@,$ac_abs_srcdir,;t t 33773294c433Smrgs,@top_srcdir@,$ac_top_srcdir,;t t 33783294c433Smrgs,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 33793294c433Smrgs,@builddir@,$ac_builddir,;t t 33803294c433Smrgs,@abs_builddir@,$ac_abs_builddir,;t t 33813294c433Smrgs,@top_builddir@,$ac_top_builddir,;t t 33823294c433Smrgs,@abs_top_builddir@,$ac_abs_top_builddir,;t t 33833294c433Smrgs,@INSTALL@,$ac_INSTALL,;t t 33843294c433Smrg" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 33853294c433Smrg rm -f $tmp/stdin 33863294c433Smrg if test x"$ac_file" != x-; then 33873294c433Smrg mv $tmp/out $ac_file 33883294c433Smrg else 33893294c433Smrg cat $tmp/out 33903294c433Smrg rm -f $tmp/out 33913294c433Smrg fi 33923294c433Smrg 33933294c433Smrgdone 33943294c433Smrg_ACEOF 33953294c433Smrg 33963294c433Smrgcat >>$CONFIG_STATUS <<\_ACEOF 33973294c433Smrg 33983294c433Smrg{ (exit 0); exit 0; } 33993294c433Smrg_ACEOF 34003294c433Smrgchmod +x $CONFIG_STATUS 34013294c433Smrgac_clean_files=$ac_clean_files_save 34023294c433Smrg 34033294c433Smrg 34043294c433Smrg# configure is writing to config.log, and then calls config.status. 34053294c433Smrg# config.status does its own redirection, appending to config.log. 34063294c433Smrg# Unfortunately, on DOS this fails, as config.log is still kept open 34073294c433Smrg# by configure, so config.status won't be able to write to it; its 34083294c433Smrg# output is simply discarded. So we exec the FD to /dev/null, 34093294c433Smrg# effectively closing config.log, so it can be properly (re)opened and 34103294c433Smrg# appended to by config.status. When coming back to configure, we 34113294c433Smrg# need to make the FD available again. 34123294c433Smrgif test "$no_create" != yes; then 34133294c433Smrg ac_cs_success=: 34143294c433Smrg ac_config_status_args= 34153294c433Smrg test "$silent" = yes && 34163294c433Smrg ac_config_status_args="$ac_config_status_args --quiet" 34173294c433Smrg exec 5>/dev/null 34183294c433Smrg $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 34193294c433Smrg exec 5>>config.log 34203294c433Smrg # Use ||, not &&, to avoid exiting from the if with $? = 1, which 34213294c433Smrg # would make configure fail if this is the last instruction. 34223294c433Smrg $ac_cs_success || { (exit 1); exit 1; } 34233294c433Smrgfi 34243294c433Smrg 3425