1dcae5b9eSmrg#! /bin/sh 2dcae5b9eSmrg# Guess values for system-dependent variables and create Makefiles. 315adf0bfSmrg# Generated by GNU Autoconf 2.71 for font-bh-75dpi 1.0.4. 4dcae5b9eSmrg# 515adf0bfSmrg# Report bugs to <https://gitlab.freedesktop.org/xorg/font/bh-75dpi/-/issues>. 6dcae5b9eSmrg# 7f1e20f77Smrg# 815adf0bfSmrg# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 915adf0bfSmrg# Inc. 10f1e20f77Smrg# 11f1e20f77Smrg# 12dcae5b9eSmrg# This configure script is free software; the Free Software Foundation 13dcae5b9eSmrg# gives unlimited permission to copy, distribute and modify it. 14f1e20f77Smrg## -------------------- ## 15f1e20f77Smrg## M4sh Initialization. ## 16f1e20f77Smrg## -------------------- ## 17dcae5b9eSmrg 185b28e182Smrg# Be more Bourne compatible 195b28e182SmrgDUALCASE=1; export DUALCASE # for MKS sh 2015adf0bfSmrgas_nop=: 2115adf0bfSmrgif test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 2215adf0bfSmrgthen : 23dcae5b9eSmrg emulate sh 24dcae5b9eSmrg NULLCMD=: 255b28e182Smrg # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 26dcae5b9eSmrg # is contrary to our usage. Disable this feature. 27dcae5b9eSmrg alias -g '${1+"$@"}'='"$@"' 285b28e182Smrg setopt NO_GLOB_SUBST 2915adf0bfSmrgelse $as_nop 30f1e20f77Smrg case `(set -o) 2>/dev/null` in #( 31f1e20f77Smrg *posix*) : 32f1e20f77Smrg set -o posix ;; #( 33f1e20f77Smrg *) : 34f1e20f77Smrg ;; 355b28e182Smrgesac 365b28e182Smrgfi 375b28e182Smrg 385b28e182Smrg 3915adf0bfSmrg 4015adf0bfSmrg# Reset variables that may have inherited troublesome values from 4115adf0bfSmrg# the environment. 4215adf0bfSmrg 4315adf0bfSmrg# IFS needs to be set, to space, tab, and newline, in precisely that order. 4415adf0bfSmrg# (If _AS_PATH_WALK were called with IFS unset, it would have the 4515adf0bfSmrg# side effect of setting IFS to empty, thus disabling word splitting.) 4615adf0bfSmrg# Quoting is to prevent editors from complaining about space-tab. 475b28e182Smrgas_nl=' 485b28e182Smrg' 495b28e182Smrgexport as_nl 5015adf0bfSmrgIFS=" "" $as_nl" 5115adf0bfSmrg 5215adf0bfSmrgPS1='$ ' 5315adf0bfSmrgPS2='> ' 5415adf0bfSmrgPS4='+ ' 5515adf0bfSmrg 5615adf0bfSmrg# Ensure predictable behavior from utilities with locale-dependent output. 5715adf0bfSmrgLC_ALL=C 5815adf0bfSmrgexport LC_ALL 5915adf0bfSmrgLANGUAGE=C 6015adf0bfSmrgexport LANGUAGE 6115adf0bfSmrg 6215adf0bfSmrg# We cannot yet rely on "unset" to work, but we need these variables 6315adf0bfSmrg# to be unset--not just set to an empty or harmless value--now, to 6415adf0bfSmrg# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct 6515adf0bfSmrg# also avoids known problems related to "unset" and subshell syntax 6615adf0bfSmrg# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). 6715adf0bfSmrgfor as_var in BASH_ENV ENV MAIL MAILPATH CDPATH 6815adf0bfSmrgdo eval test \${$as_var+y} \ 6915adf0bfSmrg && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 7015adf0bfSmrgdone 7115adf0bfSmrg 7215adf0bfSmrg# Ensure that fds 0, 1, and 2 are open. 7315adf0bfSmrgif (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi 7415adf0bfSmrgif (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi 7515adf0bfSmrgif (exec 3>&2) ; then :; else exec 2>/dev/null; fi 765b28e182Smrg 775b28e182Smrg# The user is always right. 7815adf0bfSmrgif ${PATH_SEPARATOR+false} :; then 795b28e182Smrg PATH_SEPARATOR=: 805b28e182Smrg (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 815b28e182Smrg (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 825b28e182Smrg PATH_SEPARATOR=';' 835b28e182Smrg } 84dcae5b9eSmrgfi 85dcae5b9eSmrg 86dcae5b9eSmrg 875b28e182Smrg# Find who we are. Look in the path if we contain no directory separator. 88f1e20f77Smrgas_myself= 89f1e20f77Smrgcase $0 in #(( 905b28e182Smrg *[\\/]* ) as_myself=$0 ;; 915b28e182Smrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 925b28e182Smrgfor as_dir in $PATH 935b28e182Smrgdo 945b28e182Smrg IFS=$as_save_IFS 9515adf0bfSmrg case $as_dir in #((( 9615adf0bfSmrg '') as_dir=./ ;; 9715adf0bfSmrg */) ;; 9815adf0bfSmrg *) as_dir=$as_dir/ ;; 9915adf0bfSmrg esac 10015adf0bfSmrg test -r "$as_dir$0" && as_myself=$as_dir$0 && break 101f1e20f77Smrg done 1025b28e182SmrgIFS=$as_save_IFS 1035b28e182Smrg 1045b28e182Smrg ;; 1055b28e182Smrgesac 1065b28e182Smrg# We did not find ourselves, most probably we were run as `sh COMMAND' 1075b28e182Smrg# in which case we are not to be found in the path. 1085b28e182Smrgif test "x$as_myself" = x; then 1095b28e182Smrg as_myself=$0 1105b28e182Smrgfi 1115b28e182Smrgif test ! -f "$as_myself"; then 11215adf0bfSmrg printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 113f1e20f77Smrg exit 1 1145b28e182Smrgfi 1155b28e182Smrg 116f1e20f77Smrg 11715adf0bfSmrg# Use a proper internal environment variable to ensure we don't fall 11815adf0bfSmrg # into an infinite loop, continuously re-executing ourselves. 11915adf0bfSmrg if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 12015adf0bfSmrg _as_can_reexec=no; export _as_can_reexec; 12115adf0bfSmrg # We cannot yet assume a decent shell, so we have to provide a 12215adf0bfSmrg# neutralization value for shells without unset; and this also 12315adf0bfSmrg# works around shells that cannot unset nonexistent variables. 12415adf0bfSmrg# Preserve -v and -x to the replacement shell. 12515adf0bfSmrgBASH_ENV=/dev/null 12615adf0bfSmrgENV=/dev/null 12715adf0bfSmrg(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 12815adf0bfSmrgcase $- in # (((( 12915adf0bfSmrg *v*x* | *x*v* ) as_opts=-vx ;; 13015adf0bfSmrg *v* ) as_opts=-v ;; 13115adf0bfSmrg *x* ) as_opts=-x ;; 13215adf0bfSmrg * ) as_opts= ;; 13315adf0bfSmrgesac 13415adf0bfSmrgexec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 13515adf0bfSmrg# Admittedly, this is quite paranoid, since all the known shells bail 13615adf0bfSmrg# out after a failed `exec'. 13715adf0bfSmrgprintf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 13815adf0bfSmrgexit 255 13915adf0bfSmrg fi 14015adf0bfSmrg # We don't want this to propagate to other subprocesses. 14115adf0bfSmrg { _as_can_reexec=; unset _as_can_reexec;} 142f1e20f77Smrgif test "x$CONFIG_SHELL" = x; then 14315adf0bfSmrg as_bourne_compatible="as_nop=: 14415adf0bfSmrgif test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 14515adf0bfSmrgthen : 146f1e20f77Smrg emulate sh 147f1e20f77Smrg NULLCMD=: 148f1e20f77Smrg # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 149f1e20f77Smrg # is contrary to our usage. Disable this feature. 150f1e20f77Smrg alias -g '\${1+\"\$@\"}'='\"\$@\"' 151f1e20f77Smrg setopt NO_GLOB_SUBST 15215adf0bfSmrgelse \$as_nop 153f1e20f77Smrg case \`(set -o) 2>/dev/null\` in #( 154f1e20f77Smrg *posix*) : 155f1e20f77Smrg set -o posix ;; #( 156f1e20f77Smrg *) : 157f1e20f77Smrg ;; 158f1e20f77Smrgesac 159f1e20f77Smrgfi 160f1e20f77Smrg" 161f1e20f77Smrg as_required="as_fn_return () { (exit \$1); } 162f1e20f77Smrgas_fn_success () { as_fn_return 0; } 163f1e20f77Smrgas_fn_failure () { as_fn_return 1; } 164f1e20f77Smrgas_fn_ret_success () { return 0; } 165f1e20f77Smrgas_fn_ret_failure () { return 1; } 166f1e20f77Smrg 167f1e20f77Smrgexitcode=0 168f1e20f77Smrgas_fn_success || { exitcode=1; echo as_fn_success failed.; } 169f1e20f77Smrgas_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 170f1e20f77Smrgas_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 171f1e20f77Smrgas_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 17215adf0bfSmrgif ( set x; as_fn_ret_success y && test x = \"\$1\" ) 17315adf0bfSmrgthen : 174f1e20f77Smrg 17515adf0bfSmrgelse \$as_nop 176f1e20f77Smrg exitcode=1; echo positional parameters were not saved. 177f1e20f77Smrgfi 17815adf0bfSmrgtest x\$exitcode = x0 || exit 1 17915adf0bfSmrgblah=\$(echo \$(echo blah)) 18015adf0bfSmrgtest x\"\$blah\" = xblah || exit 1 18115adf0bfSmrgtest -x / || exit 1" 182f1e20f77Smrg as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 183f1e20f77Smrg as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 184f1e20f77Smrg eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 185f1e20f77Smrg test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 186f1e20f77Smrgtest \$(( 1 + 1 )) = 2 || exit 1" 18715adf0bfSmrg if (eval "$as_required") 2>/dev/null 18815adf0bfSmrgthen : 189f1e20f77Smrg as_have_required=yes 19015adf0bfSmrgelse $as_nop 191f1e20f77Smrg as_have_required=no 192f1e20f77Smrgfi 19315adf0bfSmrg if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null 19415adf0bfSmrgthen : 195f1e20f77Smrg 19615adf0bfSmrgelse $as_nop 197f1e20f77Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 198f1e20f77Smrgas_found=false 199f1e20f77Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 200f1e20f77Smrgdo 201f1e20f77Smrg IFS=$as_save_IFS 20215adf0bfSmrg case $as_dir in #((( 20315adf0bfSmrg '') as_dir=./ ;; 20415adf0bfSmrg */) ;; 20515adf0bfSmrg *) as_dir=$as_dir/ ;; 20615adf0bfSmrg esac 207f1e20f77Smrg as_found=: 208f1e20f77Smrg case $as_dir in #( 209f1e20f77Smrg /*) 210f1e20f77Smrg for as_base in sh bash ksh sh5; do 211f1e20f77Smrg # Try only shells that exist, to save several forks. 21215adf0bfSmrg as_shell=$as_dir$as_base 213f1e20f77Smrg if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 21415adf0bfSmrg as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null 21515adf0bfSmrgthen : 216f1e20f77Smrg CONFIG_SHELL=$as_shell as_have_required=yes 21715adf0bfSmrg if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null 21815adf0bfSmrgthen : 219f1e20f77Smrg break 2 220f1e20f77Smrgfi 221f1e20f77Smrgfi 222f1e20f77Smrg done;; 223f1e20f77Smrg esac 224f1e20f77Smrg as_found=false 225f1e20f77Smrgdone 226f1e20f77SmrgIFS=$as_save_IFS 22715adf0bfSmrgif $as_found 22815adf0bfSmrgthen : 229f1e20f77Smrg 23015adf0bfSmrgelse $as_nop 23115adf0bfSmrg if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 23215adf0bfSmrg as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null 23315adf0bfSmrgthen : 23415adf0bfSmrg CONFIG_SHELL=$SHELL as_have_required=yes 235f1e20f77Smrgfi 23615adf0bfSmrgfi 23715adf0bfSmrg 238f1e20f77Smrg 23915adf0bfSmrg if test "x$CONFIG_SHELL" != x 24015adf0bfSmrgthen : 24115adf0bfSmrg export CONFIG_SHELL 24215adf0bfSmrg # We cannot yet assume a decent shell, so we have to provide a 24315adf0bfSmrg# neutralization value for shells without unset; and this also 24415adf0bfSmrg# works around shells that cannot unset nonexistent variables. 24515adf0bfSmrg# Preserve -v and -x to the replacement shell. 24615adf0bfSmrgBASH_ENV=/dev/null 24715adf0bfSmrgENV=/dev/null 24815adf0bfSmrg(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 24915adf0bfSmrgcase $- in # (((( 25015adf0bfSmrg *v*x* | *x*v* ) as_opts=-vx ;; 25115adf0bfSmrg *v* ) as_opts=-v ;; 25215adf0bfSmrg *x* ) as_opts=-x ;; 25315adf0bfSmrg * ) as_opts= ;; 25415adf0bfSmrgesac 25515adf0bfSmrgexec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 25615adf0bfSmrg# Admittedly, this is quite paranoid, since all the known shells bail 25715adf0bfSmrg# out after a failed `exec'. 25815adf0bfSmrgprintf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 25915adf0bfSmrgexit 255 26015adf0bfSmrgfi 26115adf0bfSmrg 26215adf0bfSmrg if test x$as_have_required = xno 26315adf0bfSmrgthen : 26415adf0bfSmrg printf "%s\n" "$0: This script requires a shell more modern than all" 26515adf0bfSmrg printf "%s\n" "$0: the shells that I found on your system." 26615adf0bfSmrg if test ${ZSH_VERSION+y} ; then 26715adf0bfSmrg printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" 26815adf0bfSmrg printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." 269f1e20f77Smrg else 27015adf0bfSmrg printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and 27115adf0bfSmrg$0: https://gitlab.freedesktop.org/xorg/font/bh-75dpi/-/issues 272f1e20f77Smrg$0: about your system, including any error possibly output 273f1e20f77Smrg$0: before this message. Then install a modern shell, or 274f1e20f77Smrg$0: manually run the script under such a shell if you do 275f1e20f77Smrg$0: have one." 276f1e20f77Smrg fi 277f1e20f77Smrg exit 1 278f1e20f77Smrgfi 279f1e20f77Smrgfi 280f1e20f77Smrgfi 281f1e20f77SmrgSHELL=${CONFIG_SHELL-/bin/sh} 282f1e20f77Smrgexport SHELL 283f1e20f77Smrg# Unset more variables known to interfere with behavior of common tools. 284f1e20f77SmrgCLICOLOR_FORCE= GREP_OPTIONS= 285f1e20f77Smrgunset CLICOLOR_FORCE GREP_OPTIONS 286f1e20f77Smrg 287f1e20f77Smrg## --------------------- ## 288f1e20f77Smrg## M4sh Shell Functions. ## 289f1e20f77Smrg## --------------------- ## 290f1e20f77Smrg# as_fn_unset VAR 291f1e20f77Smrg# --------------- 292f1e20f77Smrg# Portably unset VAR. 293f1e20f77Smrgas_fn_unset () 294f1e20f77Smrg{ 295f1e20f77Smrg { eval $1=; unset $1;} 296f1e20f77Smrg} 297f1e20f77Smrgas_unset=as_fn_unset 298f1e20f77Smrg 29915adf0bfSmrg 300f1e20f77Smrg# as_fn_set_status STATUS 301f1e20f77Smrg# ----------------------- 302f1e20f77Smrg# Set $? to STATUS, without forking. 303f1e20f77Smrgas_fn_set_status () 304f1e20f77Smrg{ 305f1e20f77Smrg return $1 306f1e20f77Smrg} # as_fn_set_status 307f1e20f77Smrg 308f1e20f77Smrg# as_fn_exit STATUS 309f1e20f77Smrg# ----------------- 310f1e20f77Smrg# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 311f1e20f77Smrgas_fn_exit () 312f1e20f77Smrg{ 313f1e20f77Smrg set +e 314f1e20f77Smrg as_fn_set_status $1 315f1e20f77Smrg exit $1 316f1e20f77Smrg} # as_fn_exit 31715adf0bfSmrg# as_fn_nop 31815adf0bfSmrg# --------- 31915adf0bfSmrg# Do nothing but, unlike ":", preserve the value of $?. 32015adf0bfSmrgas_fn_nop () 32115adf0bfSmrg{ 32215adf0bfSmrg return $? 32315adf0bfSmrg} 32415adf0bfSmrgas_nop=as_fn_nop 325f1e20f77Smrg 326f1e20f77Smrg# as_fn_mkdir_p 327f1e20f77Smrg# ------------- 328f1e20f77Smrg# Create "$as_dir" as a directory, including parents if necessary. 329f1e20f77Smrgas_fn_mkdir_p () 330f1e20f77Smrg{ 331f1e20f77Smrg 332f1e20f77Smrg case $as_dir in #( 333f1e20f77Smrg -*) as_dir=./$as_dir;; 334f1e20f77Smrg esac 335f1e20f77Smrg test -d "$as_dir" || eval $as_mkdir_p || { 336f1e20f77Smrg as_dirs= 337f1e20f77Smrg while :; do 338f1e20f77Smrg case $as_dir in #( 33915adf0bfSmrg *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 340f1e20f77Smrg *) as_qdir=$as_dir;; 341f1e20f77Smrg esac 342f1e20f77Smrg as_dirs="'$as_qdir' $as_dirs" 343f1e20f77Smrg as_dir=`$as_dirname -- "$as_dir" || 344f1e20f77Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 345f1e20f77Smrg X"$as_dir" : 'X\(//\)[^/]' \| \ 346f1e20f77Smrg X"$as_dir" : 'X\(//\)$' \| \ 347f1e20f77Smrg X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 34815adf0bfSmrgprintf "%s\n" X"$as_dir" | 349f1e20f77Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 350f1e20f77Smrg s//\1/ 351f1e20f77Smrg q 352f1e20f77Smrg } 353f1e20f77Smrg /^X\(\/\/\)[^/].*/{ 354f1e20f77Smrg s//\1/ 355f1e20f77Smrg q 356f1e20f77Smrg } 357f1e20f77Smrg /^X\(\/\/\)$/{ 358f1e20f77Smrg s//\1/ 359f1e20f77Smrg q 360f1e20f77Smrg } 361f1e20f77Smrg /^X\(\/\).*/{ 362f1e20f77Smrg s//\1/ 363f1e20f77Smrg q 364f1e20f77Smrg } 365f1e20f77Smrg s/.*/./; q'` 366f1e20f77Smrg test -d "$as_dir" && break 367f1e20f77Smrg done 368f1e20f77Smrg test -z "$as_dirs" || eval "mkdir $as_dirs" 369f1e20f77Smrg } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 370f1e20f77Smrg 371f1e20f77Smrg 372f1e20f77Smrg} # as_fn_mkdir_p 37315adf0bfSmrg 37415adf0bfSmrg# as_fn_executable_p FILE 37515adf0bfSmrg# ----------------------- 37615adf0bfSmrg# Test if FILE is an executable regular file. 37715adf0bfSmrgas_fn_executable_p () 37815adf0bfSmrg{ 37915adf0bfSmrg test -f "$1" && test -x "$1" 38015adf0bfSmrg} # as_fn_executable_p 381f1e20f77Smrg# as_fn_append VAR VALUE 382f1e20f77Smrg# ---------------------- 383f1e20f77Smrg# Append the text in VALUE to the end of the definition contained in VAR. Take 384f1e20f77Smrg# advantage of any shell optimizations that allow amortized linear growth over 385f1e20f77Smrg# repeated appends, instead of the typical quadratic growth present in naive 386f1e20f77Smrg# implementations. 38715adf0bfSmrgif (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null 38815adf0bfSmrgthen : 389f1e20f77Smrg eval 'as_fn_append () 390f1e20f77Smrg { 391f1e20f77Smrg eval $1+=\$2 392f1e20f77Smrg }' 39315adf0bfSmrgelse $as_nop 394f1e20f77Smrg as_fn_append () 395f1e20f77Smrg { 396f1e20f77Smrg eval $1=\$$1\$2 397f1e20f77Smrg } 398f1e20f77Smrgfi # as_fn_append 399f1e20f77Smrg 400f1e20f77Smrg# as_fn_arith ARG... 401f1e20f77Smrg# ------------------ 402f1e20f77Smrg# Perform arithmetic evaluation on the ARGs, and store the result in the 403f1e20f77Smrg# global $as_val. Take advantage of shells that can avoid forks. The arguments 404f1e20f77Smrg# must be portable across $(()) and expr. 40515adf0bfSmrgif (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null 40615adf0bfSmrgthen : 407f1e20f77Smrg eval 'as_fn_arith () 408f1e20f77Smrg { 409f1e20f77Smrg as_val=$(( $* )) 410f1e20f77Smrg }' 41115adf0bfSmrgelse $as_nop 412f1e20f77Smrg as_fn_arith () 413f1e20f77Smrg { 414f1e20f77Smrg as_val=`expr "$@" || test $? -eq 1` 415f1e20f77Smrg } 416f1e20f77Smrgfi # as_fn_arith 417f1e20f77Smrg 41815adf0bfSmrg# as_fn_nop 41915adf0bfSmrg# --------- 42015adf0bfSmrg# Do nothing but, unlike ":", preserve the value of $?. 42115adf0bfSmrgas_fn_nop () 42215adf0bfSmrg{ 42315adf0bfSmrg return $? 42415adf0bfSmrg} 42515adf0bfSmrgas_nop=as_fn_nop 426f1e20f77Smrg 427f1e20f77Smrg# as_fn_error STATUS ERROR [LINENO LOG_FD] 428f1e20f77Smrg# ---------------------------------------- 429f1e20f77Smrg# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 430f1e20f77Smrg# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 431f1e20f77Smrg# script with STATUS, using 1 if that was 0. 432f1e20f77Smrgas_fn_error () 433f1e20f77Smrg{ 434f1e20f77Smrg as_status=$1; test $as_status -eq 0 && as_status=1 435f1e20f77Smrg if test "$4"; then 436f1e20f77Smrg as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 43715adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 438f1e20f77Smrg fi 43915adf0bfSmrg printf "%s\n" "$as_me: error: $2" >&2 440f1e20f77Smrg as_fn_exit $as_status 441f1e20f77Smrg} # as_fn_error 442f1e20f77Smrg 4435b28e182Smrgif expr a : '\(a\)' >/dev/null 2>&1 && 4445b28e182Smrg test "X`expr 00001 : '.*\(...\)'`" = X001; then 445dcae5b9eSmrg as_expr=expr 446dcae5b9eSmrgelse 447dcae5b9eSmrg as_expr=false 448dcae5b9eSmrgfi 449dcae5b9eSmrg 4505b28e182Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 451dcae5b9eSmrg as_basename=basename 452dcae5b9eSmrgelse 453dcae5b9eSmrg as_basename=false 454dcae5b9eSmrgfi 455dcae5b9eSmrg 456f1e20f77Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 457f1e20f77Smrg as_dirname=dirname 458f1e20f77Smrgelse 459f1e20f77Smrg as_dirname=false 460f1e20f77Smrgfi 461dcae5b9eSmrg 4625b28e182Smrgas_me=`$as_basename -- "$0" || 463dcae5b9eSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 464dcae5b9eSmrg X"$0" : 'X\(//\)$' \| \ 4655b28e182Smrg X"$0" : 'X\(/\)' \| . 2>/dev/null || 46615adf0bfSmrgprintf "%s\n" X/"$0" | 4675b28e182Smrg sed '/^.*\/\([^/][^/]*\)\/*$/{ 4685b28e182Smrg s//\1/ 4695b28e182Smrg q 4705b28e182Smrg } 4715b28e182Smrg /^X\/\(\/\/\)$/{ 4725b28e182Smrg s//\1/ 4735b28e182Smrg q 4745b28e182Smrg } 4755b28e182Smrg /^X\/\(\/\).*/{ 4765b28e182Smrg s//\1/ 4775b28e182Smrg q 4785b28e182Smrg } 4795b28e182Smrg s/.*/./; q'` 480dcae5b9eSmrg 481f1e20f77Smrg# Avoid depending upon Character Ranges. 482f1e20f77Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 483f1e20f77Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 484f1e20f77Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 485f1e20f77Smrgas_cr_digits='0123456789' 486f1e20f77Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits 487dcae5b9eSmrg 488dcae5b9eSmrg 489f1e20f77Smrg as_lineno_1=$LINENO as_lineno_1a=$LINENO 490f1e20f77Smrg as_lineno_2=$LINENO as_lineno_2a=$LINENO 491f1e20f77Smrg eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 492f1e20f77Smrg test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 493f1e20f77Smrg # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 494f1e20f77Smrg sed -n ' 495f1e20f77Smrg p 496f1e20f77Smrg /[$]LINENO/= 497f1e20f77Smrg ' <$as_myself | 498f1e20f77Smrg sed ' 499f1e20f77Smrg s/[$]LINENO.*/&-/ 500f1e20f77Smrg t lineno 501f1e20f77Smrg b 502f1e20f77Smrg :lineno 503f1e20f77Smrg N 504f1e20f77Smrg :loop 505f1e20f77Smrg s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 506f1e20f77Smrg t loop 507f1e20f77Smrg s/-\n.*// 508f1e20f77Smrg ' >$as_me.lineno && 509f1e20f77Smrg chmod +x "$as_me.lineno" || 51015adf0bfSmrg { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 511dcae5b9eSmrg 51215adf0bfSmrg # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 51315adf0bfSmrg # already done that, so ensure we don't try to do so again and fall 51415adf0bfSmrg # in an infinite loop. This has already happened in practice. 51515adf0bfSmrg _as_can_reexec=no; export _as_can_reexec 516f1e20f77Smrg # Don't try to exec as it changes $[0], causing all sort of problems 517f1e20f77Smrg # (the dirname of $[0] is not the place where we might find the 518f1e20f77Smrg # original and so on. Autoconf is especially sensitive to this). 519f1e20f77Smrg . "./$as_me.lineno" 520f1e20f77Smrg # Exit status is that of the last command. 521f1e20f77Smrg exit 5225b28e182Smrg} 523dcae5b9eSmrg 52415adf0bfSmrg 52515adf0bfSmrg# Determine whether it's possible to make 'echo' print without a newline. 52615adf0bfSmrg# These variables are no longer used directly by Autoconf, but are AC_SUBSTed 52715adf0bfSmrg# for compatibility with existing Makefiles. 528f1e20f77SmrgECHO_C= ECHO_N= ECHO_T= 529f1e20f77Smrgcase `echo -n x` in #((((( 530f1e20f77Smrg-n*) 531f1e20f77Smrg case `echo 'xy\c'` in 532f1e20f77Smrg *c*) ECHO_T=' ';; # ECHO_T is single tab character. 533f1e20f77Smrg xy) ECHO_C='\c';; 534f1e20f77Smrg *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 535f1e20f77Smrg ECHO_T=' ';; 536f1e20f77Smrg esac;; 537f1e20f77Smrg*) 538f1e20f77Smrg ECHO_N='-n';; 539f1e20f77Smrgesac 540dcae5b9eSmrg 54115adf0bfSmrg# For backward compatibility with old third-party macros, we provide 54215adf0bfSmrg# the shell variables $as_echo and $as_echo_n. New code should use 54315adf0bfSmrg# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. 54415adf0bfSmrgas_echo='printf %s\n' 54515adf0bfSmrgas_echo_n='printf %s' 54615adf0bfSmrg 54715adf0bfSmrg 548f1e20f77Smrgrm -f conf$$ conf$$.exe conf$$.file 549f1e20f77Smrgif test -d conf$$.dir; then 550f1e20f77Smrg rm -f conf$$.dir/conf$$.file 551f1e20f77Smrgelse 552f1e20f77Smrg rm -f conf$$.dir 553f1e20f77Smrg mkdir conf$$.dir 2>/dev/null 5545b28e182Smrgfi 555f1e20f77Smrgif (echo >conf$$.file) 2>/dev/null; then 556f1e20f77Smrg if ln -s conf$$.file conf$$ 2>/dev/null; then 557f1e20f77Smrg as_ln_s='ln -s' 558f1e20f77Smrg # ... but there are two gotchas: 559f1e20f77Smrg # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 560f1e20f77Smrg # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 56115adf0bfSmrg # In both cases, we have to default to `cp -pR'. 562f1e20f77Smrg ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 56315adf0bfSmrg as_ln_s='cp -pR' 564f1e20f77Smrg elif ln conf$$.file conf$$ 2>/dev/null; then 565f1e20f77Smrg as_ln_s=ln 566f1e20f77Smrg else 56715adf0bfSmrg as_ln_s='cp -pR' 568f1e20f77Smrg fi 5695b28e182Smrgelse 57015adf0bfSmrg as_ln_s='cp -pR' 5715b28e182Smrgfi 572f1e20f77Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 573f1e20f77Smrgrmdir conf$$.dir 2>/dev/null 5745b28e182Smrg 575f1e20f77Smrgif mkdir -p . 2>/dev/null; then 576f1e20f77Smrg as_mkdir_p='mkdir -p "$as_dir"' 577f1e20f77Smrgelse 578f1e20f77Smrg test -d ./-p && rmdir ./-p 579f1e20f77Smrg as_mkdir_p=false 5805b28e182Smrgfi 5815b28e182Smrg 58215adf0bfSmrgas_test_x='test -x' 58315adf0bfSmrgas_executable_p=as_fn_executable_p 5845b28e182Smrg 585f1e20f77Smrg# Sed expression to map a string onto a valid CPP name. 586f1e20f77Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 5875b28e182Smrg 588f1e20f77Smrg# Sed expression to map a string onto a valid variable name. 589f1e20f77Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 5905b28e182Smrg 5915b28e182Smrg 592f1e20f77Smrgtest -n "$DJDIR" || exec 7<&0 </dev/null 593f1e20f77Smrgexec 6>&1 594dcae5b9eSmrg 595dcae5b9eSmrg# Name of the host. 596f1e20f77Smrg# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, 597dcae5b9eSmrg# so uname gets run too. 598dcae5b9eSmrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 599dcae5b9eSmrg 600dcae5b9eSmrg# 601dcae5b9eSmrg# Initializations. 602dcae5b9eSmrg# 603dcae5b9eSmrgac_default_prefix=/usr/local 6045b28e182Smrgac_clean_files= 605dcae5b9eSmrgac_config_libobj_dir=. 6065b28e182SmrgLIBOBJS= 607dcae5b9eSmrgcross_compiling=no 608dcae5b9eSmrgsubdirs= 609dcae5b9eSmrgMFLAGS= 610dcae5b9eSmrgMAKEFLAGS= 611dcae5b9eSmrg 612dcae5b9eSmrg# Identity of this package. 613dcae5b9eSmrgPACKAGE_NAME='font-bh-75dpi' 614dcae5b9eSmrgPACKAGE_TARNAME='font-bh-75dpi' 61515adf0bfSmrgPACKAGE_VERSION='1.0.4' 61615adf0bfSmrgPACKAGE_STRING='font-bh-75dpi 1.0.4' 61715adf0bfSmrgPACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/bh-75dpi/-/issues' 618f1e20f77SmrgPACKAGE_URL='' 619dcae5b9eSmrg 62015adf0bfSmrgac_subst_vars='LTLIBOBJS 6215b28e182SmrgLIBOBJS 6225b28e182SmrgISO8859_15_FALSE 6235b28e182SmrgISO8859_15_TRUE 6245b28e182SmrgISO8859_14_FALSE 6255b28e182SmrgISO8859_14_TRUE 6265b28e182SmrgISO8859_13_FALSE 6275b28e182SmrgISO8859_13_TRUE 6285b28e182SmrgISO8859_10_FALSE 6295b28e182SmrgISO8859_10_TRUE 6305b28e182SmrgISO8859_9_FALSE 6315b28e182SmrgISO8859_9_TRUE 6325b28e182SmrgISO8859_4_FALSE 6335b28e182SmrgISO8859_4_TRUE 6345b28e182SmrgISO8859_3_FALSE 6355b28e182SmrgISO8859_3_TRUE 6365b28e182SmrgISO8859_2_FALSE 6375b28e182SmrgISO8859_2_TRUE 6385b28e182SmrgISO8859_1_FALSE 6395b28e182SmrgISO8859_1_TRUE 6405b28e182SmrgMAPFILES_PATH 6415b28e182SmrgMAPS_LIBS 6425b28e182SmrgMAPS_CFLAGS 6435b28e182SmrgUCS2ANY 6445b28e182SmrgCOMPRESS_SUFFIX 64515adf0bfSmrgCOMPRESS_FLAGS 6465b28e182SmrgCOMPRESS 6475b28e182SmrgBDFTOPCF 6485b28e182SmrgMKFONTDIR 6495b28e182SmrgRUN_FCCACHE 6505b28e182SmrgFCCACHE 6515b28e182SmrgFONTDIR 6525b28e182SmrgFONTROOTDIR 653f1e20f77SmrgMAN_SUBSTS 654f1e20f77SmrgXORG_MAN_PAGE 6555b28e182SmrgADMIN_MAN_DIR 6565b28e182SmrgDRIVER_MAN_DIR 6575b28e182SmrgMISC_MAN_DIR 6585b28e182SmrgFILE_MAN_DIR 6595b28e182SmrgLIB_MAN_DIR 6605b28e182SmrgAPP_MAN_DIR 6615b28e182SmrgADMIN_MAN_SUFFIX 6625b28e182SmrgDRIVER_MAN_SUFFIX 6635b28e182SmrgMISC_MAN_SUFFIX 6645b28e182SmrgFILE_MAN_SUFFIX 6655b28e182SmrgLIB_MAN_SUFFIX 6665b28e182SmrgAPP_MAN_SUFFIX 667f1e20f77SmrgSED 6685b28e182Smrghost_os 6695b28e182Smrghost_vendor 6705b28e182Smrghost_cpu 6715b28e182Smrghost 6725b28e182Smrgbuild_os 6735b28e182Smrgbuild_vendor 6745b28e182Smrgbuild_cpu 6755b28e182Smrgbuild 676f1e20f77SmrgINSTALL_CMD 677f1e20f77SmrgPKG_CONFIG_LIBDIR 678f1e20f77SmrgPKG_CONFIG_PATH 679f1e20f77SmrgPKG_CONFIG 6805b28e182SmrgCHANGELOG_CMD 68115adf0bfSmrgAM_BACKSLASH 68215adf0bfSmrgAM_DEFAULT_VERBOSITY 68315adf0bfSmrgAM_DEFAULT_V 68415adf0bfSmrgAM_V 68515adf0bfSmrgCSCOPE 68615adf0bfSmrgETAGS 68715adf0bfSmrgCTAGS 6885b28e182Smrgam__untar 6895b28e182Smrgam__tar 6905b28e182SmrgAMTAR 6915b28e182Smrgam__leading_dot 6925b28e182SmrgSET_MAKE 6935b28e182SmrgAWK 6945b28e182Smrgmkdir_p 6955b28e182SmrgMKDIR_P 6965b28e182SmrgINSTALL_STRIP_PROGRAM 6975b28e182SmrgSTRIP 6985b28e182Smrginstall_sh 6995b28e182SmrgMAKEINFO 7005b28e182SmrgAUTOHEADER 7015b28e182SmrgAUTOMAKE 7025b28e182SmrgAUTOCONF 7035b28e182SmrgACLOCAL 7045b28e182SmrgVERSION 7055b28e182SmrgPACKAGE 7065b28e182SmrgCYGPATH_W 7075b28e182Smrgam__isrc 7085b28e182SmrgINSTALL_DATA 7095b28e182SmrgINSTALL_SCRIPT 7105b28e182SmrgINSTALL_PROGRAM 7115b28e182Smrgtarget_alias 7125b28e182Smrghost_alias 7135b28e182Smrgbuild_alias 7145b28e182SmrgLIBS 7155b28e182SmrgECHO_T 7165b28e182SmrgECHO_N 7175b28e182SmrgECHO_C 7185b28e182SmrgDEFS 7195b28e182Smrgmandir 7205b28e182Smrglocaledir 7215b28e182Smrglibdir 7225b28e182Smrgpsdir 7235b28e182Smrgpdfdir 7245b28e182Smrgdvidir 7255b28e182Smrghtmldir 7265b28e182Smrginfodir 7275b28e182Smrgdocdir 7285b28e182Smrgoldincludedir 7295b28e182Smrgincludedir 73015adf0bfSmrgrunstatedir 7315b28e182Smrglocalstatedir 7325b28e182Smrgsharedstatedir 7335b28e182Smrgsysconfdir 7345b28e182Smrgdatadir 7355b28e182Smrgdatarootdir 7365b28e182Smrglibexecdir 7375b28e182Smrgsbindir 7385b28e182Smrgbindir 7395b28e182Smrgprogram_transform_name 7405b28e182Smrgprefix 7415b28e182Smrgexec_prefix 742f1e20f77SmrgPACKAGE_URL 7435b28e182SmrgPACKAGE_BUGREPORT 7445b28e182SmrgPACKAGE_STRING 7455b28e182SmrgPACKAGE_VERSION 7465b28e182SmrgPACKAGE_TARNAME 7475b28e182SmrgPACKAGE_NAME 7485b28e182SmrgPATH_SEPARATOR 7495b28e182SmrgSHELL' 750dcae5b9eSmrgac_subst_files='' 7515b28e182Smrgac_user_opts=' 7525b28e182Smrgenable_option_checking 753f1e20f77Smrgenable_silent_rules 7545b28e182Smrgwith_fontrootdir 7555b28e182Smrgwith_fontdir 7565b28e182Smrgwith_compression 757f1e20f77Smrgenable_all_encodings 7585b28e182Smrgenable_iso8859_1 7595b28e182Smrgenable_iso8859_2 7605b28e182Smrgenable_iso8859_3 7615b28e182Smrgenable_iso8859_4 7625b28e182Smrgenable_iso8859_9 7635b28e182Smrgenable_iso8859_10 7645b28e182Smrgenable_iso8859_13 7655b28e182Smrgenable_iso8859_14 7665b28e182Smrgenable_iso8859_15 7675b28e182Smrg' 7685b28e182Smrg ac_precious_vars='build_alias 7695b28e182Smrghost_alias 7705b28e182Smrgtarget_alias 7715b28e182SmrgPKG_CONFIG 772f1e20f77SmrgPKG_CONFIG_PATH 773f1e20f77SmrgPKG_CONFIG_LIBDIR 7745b28e182SmrgMAPS_CFLAGS 7755b28e182SmrgMAPS_LIBS' 7765b28e182Smrg 777dcae5b9eSmrg 778dcae5b9eSmrg# Initialize some variables set by options. 779dcae5b9eSmrgac_init_help= 780dcae5b9eSmrgac_init_version=false 7815b28e182Smrgac_unrecognized_opts= 7825b28e182Smrgac_unrecognized_sep= 783dcae5b9eSmrg# The variables have the same names as the options, with 784dcae5b9eSmrg# dashes changed to underlines. 785dcae5b9eSmrgcache_file=/dev/null 786dcae5b9eSmrgexec_prefix=NONE 787dcae5b9eSmrgno_create= 788dcae5b9eSmrgno_recursion= 789dcae5b9eSmrgprefix=NONE 790dcae5b9eSmrgprogram_prefix=NONE 791dcae5b9eSmrgprogram_suffix=NONE 792dcae5b9eSmrgprogram_transform_name=s,x,x, 793dcae5b9eSmrgsilent= 794dcae5b9eSmrgsite= 795dcae5b9eSmrgsrcdir= 796dcae5b9eSmrgverbose= 797dcae5b9eSmrgx_includes=NONE 798dcae5b9eSmrgx_libraries=NONE 799dcae5b9eSmrg 800dcae5b9eSmrg# Installation directory options. 801dcae5b9eSmrg# These are left unexpanded so users can "make install exec_prefix=/foo" 802dcae5b9eSmrg# and all the variables that are supposed to be based on exec_prefix 803dcae5b9eSmrg# by default will actually change. 804dcae5b9eSmrg# Use braces instead of parens because sh, perl, etc. also accept them. 8055b28e182Smrg# (The list follows the same order as the GNU Coding Standards.) 806dcae5b9eSmrgbindir='${exec_prefix}/bin' 807dcae5b9eSmrgsbindir='${exec_prefix}/sbin' 808dcae5b9eSmrglibexecdir='${exec_prefix}/libexec' 8095b28e182Smrgdatarootdir='${prefix}/share' 8105b28e182Smrgdatadir='${datarootdir}' 811dcae5b9eSmrgsysconfdir='${prefix}/etc' 812dcae5b9eSmrgsharedstatedir='${prefix}/com' 813dcae5b9eSmrglocalstatedir='${prefix}/var' 81415adf0bfSmrgrunstatedir='${localstatedir}/run' 815dcae5b9eSmrgincludedir='${prefix}/include' 816dcae5b9eSmrgoldincludedir='/usr/include' 8175b28e182Smrgdocdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 8185b28e182Smrginfodir='${datarootdir}/info' 8195b28e182Smrghtmldir='${docdir}' 8205b28e182Smrgdvidir='${docdir}' 8215b28e182Smrgpdfdir='${docdir}' 8225b28e182Smrgpsdir='${docdir}' 8235b28e182Smrglibdir='${exec_prefix}/lib' 8245b28e182Smrglocaledir='${datarootdir}/locale' 8255b28e182Smrgmandir='${datarootdir}/man' 826dcae5b9eSmrg 827dcae5b9eSmrgac_prev= 8285b28e182Smrgac_dashdash= 829dcae5b9eSmrgfor ac_option 830dcae5b9eSmrgdo 831dcae5b9eSmrg # If the previous option needs an argument, assign it. 832dcae5b9eSmrg if test -n "$ac_prev"; then 8335b28e182Smrg eval $ac_prev=\$ac_option 834dcae5b9eSmrg ac_prev= 835dcae5b9eSmrg continue 836dcae5b9eSmrg fi 837dcae5b9eSmrg 8385b28e182Smrg case $ac_option in 839f1e20f77Smrg *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 840f1e20f77Smrg *=) ac_optarg= ;; 841f1e20f77Smrg *) ac_optarg=yes ;; 8425b28e182Smrg esac 843dcae5b9eSmrg 8445b28e182Smrg case $ac_dashdash$ac_option in 8455b28e182Smrg --) 8465b28e182Smrg ac_dashdash=yes ;; 847dcae5b9eSmrg 848dcae5b9eSmrg -bindir | --bindir | --bindi | --bind | --bin | --bi) 849dcae5b9eSmrg ac_prev=bindir ;; 850dcae5b9eSmrg -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 851dcae5b9eSmrg bindir=$ac_optarg ;; 852dcae5b9eSmrg 853dcae5b9eSmrg -build | --build | --buil | --bui | --bu) 854dcae5b9eSmrg ac_prev=build_alias ;; 855dcae5b9eSmrg -build=* | --build=* | --buil=* | --bui=* | --bu=*) 856dcae5b9eSmrg build_alias=$ac_optarg ;; 857dcae5b9eSmrg 858dcae5b9eSmrg -cache-file | --cache-file | --cache-fil | --cache-fi \ 859dcae5b9eSmrg | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 860dcae5b9eSmrg ac_prev=cache_file ;; 861dcae5b9eSmrg -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 862dcae5b9eSmrg | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 863dcae5b9eSmrg cache_file=$ac_optarg ;; 864dcae5b9eSmrg 865dcae5b9eSmrg --config-cache | -C) 866dcae5b9eSmrg cache_file=config.cache ;; 867dcae5b9eSmrg 8685b28e182Smrg -datadir | --datadir | --datadi | --datad) 869dcae5b9eSmrg ac_prev=datadir ;; 8705b28e182Smrg -datadir=* | --datadir=* | --datadi=* | --datad=*) 871dcae5b9eSmrg datadir=$ac_optarg ;; 872dcae5b9eSmrg 8735b28e182Smrg -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 8745b28e182Smrg | --dataroo | --dataro | --datar) 8755b28e182Smrg ac_prev=datarootdir ;; 8765b28e182Smrg -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 8775b28e182Smrg | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 8785b28e182Smrg datarootdir=$ac_optarg ;; 8795b28e182Smrg 880dcae5b9eSmrg -disable-* | --disable-*) 8815b28e182Smrg ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 882dcae5b9eSmrg # Reject names that are not valid shell variable names. 8835b28e182Smrg expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 88415adf0bfSmrg as_fn_error $? "invalid feature name: \`$ac_useropt'" 8855b28e182Smrg ac_useropt_orig=$ac_useropt 88615adf0bfSmrg ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` 8875b28e182Smrg case $ac_user_opts in 8885b28e182Smrg *" 8895b28e182Smrg"enable_$ac_useropt" 8905b28e182Smrg"*) ;; 8915b28e182Smrg *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 8925b28e182Smrg ac_unrecognized_sep=', ';; 8935b28e182Smrg esac 8945b28e182Smrg eval enable_$ac_useropt=no ;; 8955b28e182Smrg 8965b28e182Smrg -docdir | --docdir | --docdi | --doc | --do) 8975b28e182Smrg ac_prev=docdir ;; 8985b28e182Smrg -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 8995b28e182Smrg docdir=$ac_optarg ;; 9005b28e182Smrg 9015b28e182Smrg -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 9025b28e182Smrg ac_prev=dvidir ;; 9035b28e182Smrg -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 9045b28e182Smrg dvidir=$ac_optarg ;; 905dcae5b9eSmrg 906dcae5b9eSmrg -enable-* | --enable-*) 9075b28e182Smrg ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 908dcae5b9eSmrg # Reject names that are not valid shell variable names. 9095b28e182Smrg expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 91015adf0bfSmrg as_fn_error $? "invalid feature name: \`$ac_useropt'" 9115b28e182Smrg ac_useropt_orig=$ac_useropt 91215adf0bfSmrg ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` 9135b28e182Smrg case $ac_user_opts in 9145b28e182Smrg *" 9155b28e182Smrg"enable_$ac_useropt" 9165b28e182Smrg"*) ;; 9175b28e182Smrg *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 9185b28e182Smrg ac_unrecognized_sep=', ';; 919dcae5b9eSmrg esac 9205b28e182Smrg eval enable_$ac_useropt=\$ac_optarg ;; 921dcae5b9eSmrg 922dcae5b9eSmrg -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 923dcae5b9eSmrg | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 924dcae5b9eSmrg | --exec | --exe | --ex) 925dcae5b9eSmrg ac_prev=exec_prefix ;; 926dcae5b9eSmrg -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 927dcae5b9eSmrg | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 928dcae5b9eSmrg | --exec=* | --exe=* | --ex=*) 929dcae5b9eSmrg exec_prefix=$ac_optarg ;; 930dcae5b9eSmrg 931dcae5b9eSmrg -gas | --gas | --ga | --g) 932dcae5b9eSmrg # Obsolete; use --with-gas. 933dcae5b9eSmrg with_gas=yes ;; 934dcae5b9eSmrg 935dcae5b9eSmrg -help | --help | --hel | --he | -h) 936dcae5b9eSmrg ac_init_help=long ;; 937dcae5b9eSmrg -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 938dcae5b9eSmrg ac_init_help=recursive ;; 939dcae5b9eSmrg -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 940dcae5b9eSmrg ac_init_help=short ;; 941dcae5b9eSmrg 942dcae5b9eSmrg -host | --host | --hos | --ho) 943dcae5b9eSmrg ac_prev=host_alias ;; 944dcae5b9eSmrg -host=* | --host=* | --hos=* | --ho=*) 945dcae5b9eSmrg host_alias=$ac_optarg ;; 946dcae5b9eSmrg 9475b28e182Smrg -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 9485b28e182Smrg ac_prev=htmldir ;; 9495b28e182Smrg -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 9505b28e182Smrg | --ht=*) 9515b28e182Smrg htmldir=$ac_optarg ;; 9525b28e182Smrg 953dcae5b9eSmrg -includedir | --includedir | --includedi | --included | --include \ 954dcae5b9eSmrg | --includ | --inclu | --incl | --inc) 955dcae5b9eSmrg ac_prev=includedir ;; 956dcae5b9eSmrg -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 957dcae5b9eSmrg | --includ=* | --inclu=* | --incl=* | --inc=*) 958dcae5b9eSmrg includedir=$ac_optarg ;; 959dcae5b9eSmrg 960dcae5b9eSmrg -infodir | --infodir | --infodi | --infod | --info | --inf) 961dcae5b9eSmrg ac_prev=infodir ;; 962dcae5b9eSmrg -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 963dcae5b9eSmrg infodir=$ac_optarg ;; 964dcae5b9eSmrg 965dcae5b9eSmrg -libdir | --libdir | --libdi | --libd) 966dcae5b9eSmrg ac_prev=libdir ;; 967dcae5b9eSmrg -libdir=* | --libdir=* | --libdi=* | --libd=*) 968dcae5b9eSmrg libdir=$ac_optarg ;; 969dcae5b9eSmrg 970dcae5b9eSmrg -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 971dcae5b9eSmrg | --libexe | --libex | --libe) 972dcae5b9eSmrg ac_prev=libexecdir ;; 973dcae5b9eSmrg -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 974dcae5b9eSmrg | --libexe=* | --libex=* | --libe=*) 975dcae5b9eSmrg libexecdir=$ac_optarg ;; 976dcae5b9eSmrg 9775b28e182Smrg -localedir | --localedir | --localedi | --localed | --locale) 9785b28e182Smrg ac_prev=localedir ;; 9795b28e182Smrg -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 9805b28e182Smrg localedir=$ac_optarg ;; 9815b28e182Smrg 982dcae5b9eSmrg -localstatedir | --localstatedir | --localstatedi | --localstated \ 9835b28e182Smrg | --localstate | --localstat | --localsta | --localst | --locals) 984dcae5b9eSmrg ac_prev=localstatedir ;; 985dcae5b9eSmrg -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 9865b28e182Smrg | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 987dcae5b9eSmrg localstatedir=$ac_optarg ;; 988dcae5b9eSmrg 989dcae5b9eSmrg -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 990dcae5b9eSmrg ac_prev=mandir ;; 991dcae5b9eSmrg -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 992dcae5b9eSmrg mandir=$ac_optarg ;; 993dcae5b9eSmrg 994dcae5b9eSmrg -nfp | --nfp | --nf) 995dcae5b9eSmrg # Obsolete; use --without-fp. 996dcae5b9eSmrg with_fp=no ;; 997dcae5b9eSmrg 998dcae5b9eSmrg -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 999dcae5b9eSmrg | --no-cr | --no-c | -n) 1000dcae5b9eSmrg no_create=yes ;; 1001dcae5b9eSmrg 1002dcae5b9eSmrg -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 1003dcae5b9eSmrg | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 1004dcae5b9eSmrg no_recursion=yes ;; 1005dcae5b9eSmrg 1006dcae5b9eSmrg -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 1007dcae5b9eSmrg | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 1008dcae5b9eSmrg | --oldin | --oldi | --old | --ol | --o) 1009dcae5b9eSmrg ac_prev=oldincludedir ;; 1010dcae5b9eSmrg -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 1011dcae5b9eSmrg | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 1012dcae5b9eSmrg | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 1013dcae5b9eSmrg oldincludedir=$ac_optarg ;; 1014dcae5b9eSmrg 1015dcae5b9eSmrg -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 1016dcae5b9eSmrg ac_prev=prefix ;; 1017dcae5b9eSmrg -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 1018dcae5b9eSmrg prefix=$ac_optarg ;; 1019dcae5b9eSmrg 1020dcae5b9eSmrg -program-prefix | --program-prefix | --program-prefi | --program-pref \ 1021dcae5b9eSmrg | --program-pre | --program-pr | --program-p) 1022dcae5b9eSmrg ac_prev=program_prefix ;; 1023dcae5b9eSmrg -program-prefix=* | --program-prefix=* | --program-prefi=* \ 1024dcae5b9eSmrg | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 1025dcae5b9eSmrg program_prefix=$ac_optarg ;; 1026dcae5b9eSmrg 1027dcae5b9eSmrg -program-suffix | --program-suffix | --program-suffi | --program-suff \ 1028dcae5b9eSmrg | --program-suf | --program-su | --program-s) 1029dcae5b9eSmrg ac_prev=program_suffix ;; 1030dcae5b9eSmrg -program-suffix=* | --program-suffix=* | --program-suffi=* \ 1031dcae5b9eSmrg | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 1032dcae5b9eSmrg program_suffix=$ac_optarg ;; 1033dcae5b9eSmrg 1034dcae5b9eSmrg -program-transform-name | --program-transform-name \ 1035dcae5b9eSmrg | --program-transform-nam | --program-transform-na \ 1036dcae5b9eSmrg | --program-transform-n | --program-transform- \ 1037dcae5b9eSmrg | --program-transform | --program-transfor \ 1038dcae5b9eSmrg | --program-transfo | --program-transf \ 1039dcae5b9eSmrg | --program-trans | --program-tran \ 1040dcae5b9eSmrg | --progr-tra | --program-tr | --program-t) 1041dcae5b9eSmrg ac_prev=program_transform_name ;; 1042dcae5b9eSmrg -program-transform-name=* | --program-transform-name=* \ 1043dcae5b9eSmrg | --program-transform-nam=* | --program-transform-na=* \ 1044dcae5b9eSmrg | --program-transform-n=* | --program-transform-=* \ 1045dcae5b9eSmrg | --program-transform=* | --program-transfor=* \ 1046dcae5b9eSmrg | --program-transfo=* | --program-transf=* \ 1047dcae5b9eSmrg | --program-trans=* | --program-tran=* \ 1048dcae5b9eSmrg | --progr-tra=* | --program-tr=* | --program-t=*) 1049dcae5b9eSmrg program_transform_name=$ac_optarg ;; 1050dcae5b9eSmrg 10515b28e182Smrg -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 10525b28e182Smrg ac_prev=pdfdir ;; 10535b28e182Smrg -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 10545b28e182Smrg pdfdir=$ac_optarg ;; 10555b28e182Smrg 10565b28e182Smrg -psdir | --psdir | --psdi | --psd | --ps) 10575b28e182Smrg ac_prev=psdir ;; 10585b28e182Smrg -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 10595b28e182Smrg psdir=$ac_optarg ;; 10605b28e182Smrg 1061dcae5b9eSmrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1062dcae5b9eSmrg | -silent | --silent | --silen | --sile | --sil) 1063dcae5b9eSmrg silent=yes ;; 1064dcae5b9eSmrg 106515adf0bfSmrg -runstatedir | --runstatedir | --runstatedi | --runstated \ 106615adf0bfSmrg | --runstate | --runstat | --runsta | --runst | --runs \ 106715adf0bfSmrg | --run | --ru | --r) 106815adf0bfSmrg ac_prev=runstatedir ;; 106915adf0bfSmrg -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ 107015adf0bfSmrg | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ 107115adf0bfSmrg | --run=* | --ru=* | --r=*) 107215adf0bfSmrg runstatedir=$ac_optarg ;; 107315adf0bfSmrg 1074dcae5b9eSmrg -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1075dcae5b9eSmrg ac_prev=sbindir ;; 1076dcae5b9eSmrg -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 1077dcae5b9eSmrg | --sbi=* | --sb=*) 1078dcae5b9eSmrg sbindir=$ac_optarg ;; 1079dcae5b9eSmrg 1080dcae5b9eSmrg -sharedstatedir | --sharedstatedir | --sharedstatedi \ 1081dcae5b9eSmrg | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 1082dcae5b9eSmrg | --sharedst | --shareds | --shared | --share | --shar \ 1083dcae5b9eSmrg | --sha | --sh) 1084dcae5b9eSmrg ac_prev=sharedstatedir ;; 1085dcae5b9eSmrg -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 1086dcae5b9eSmrg | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 1087dcae5b9eSmrg | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 1088dcae5b9eSmrg | --sha=* | --sh=*) 1089dcae5b9eSmrg sharedstatedir=$ac_optarg ;; 1090dcae5b9eSmrg 1091dcae5b9eSmrg -site | --site | --sit) 1092dcae5b9eSmrg ac_prev=site ;; 1093dcae5b9eSmrg -site=* | --site=* | --sit=*) 1094dcae5b9eSmrg site=$ac_optarg ;; 1095dcae5b9eSmrg 1096dcae5b9eSmrg -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 1097dcae5b9eSmrg ac_prev=srcdir ;; 1098dcae5b9eSmrg -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 1099dcae5b9eSmrg srcdir=$ac_optarg ;; 1100dcae5b9eSmrg 1101dcae5b9eSmrg -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 1102dcae5b9eSmrg | --syscon | --sysco | --sysc | --sys | --sy) 1103dcae5b9eSmrg ac_prev=sysconfdir ;; 1104dcae5b9eSmrg -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 1105dcae5b9eSmrg | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 1106dcae5b9eSmrg sysconfdir=$ac_optarg ;; 1107dcae5b9eSmrg 1108dcae5b9eSmrg -target | --target | --targe | --targ | --tar | --ta | --t) 1109dcae5b9eSmrg ac_prev=target_alias ;; 1110dcae5b9eSmrg -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1111dcae5b9eSmrg target_alias=$ac_optarg ;; 1112dcae5b9eSmrg 1113dcae5b9eSmrg -v | -verbose | --verbose | --verbos | --verbo | --verb) 1114dcae5b9eSmrg verbose=yes ;; 1115dcae5b9eSmrg 1116dcae5b9eSmrg -version | --version | --versio | --versi | --vers | -V) 1117dcae5b9eSmrg ac_init_version=: ;; 1118dcae5b9eSmrg 1119dcae5b9eSmrg -with-* | --with-*) 11205b28e182Smrg ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1121dcae5b9eSmrg # Reject names that are not valid shell variable names. 11225b28e182Smrg expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 112315adf0bfSmrg as_fn_error $? "invalid package name: \`$ac_useropt'" 11245b28e182Smrg ac_useropt_orig=$ac_useropt 112515adf0bfSmrg ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` 11265b28e182Smrg case $ac_user_opts in 11275b28e182Smrg *" 11285b28e182Smrg"with_$ac_useropt" 11295b28e182Smrg"*) ;; 11305b28e182Smrg *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 11315b28e182Smrg ac_unrecognized_sep=', ';; 1132dcae5b9eSmrg esac 11335b28e182Smrg eval with_$ac_useropt=\$ac_optarg ;; 1134dcae5b9eSmrg 1135dcae5b9eSmrg -without-* | --without-*) 11365b28e182Smrg ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1137dcae5b9eSmrg # Reject names that are not valid shell variable names. 11385b28e182Smrg expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 113915adf0bfSmrg as_fn_error $? "invalid package name: \`$ac_useropt'" 11405b28e182Smrg ac_useropt_orig=$ac_useropt 114115adf0bfSmrg ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` 11425b28e182Smrg case $ac_user_opts in 11435b28e182Smrg *" 11445b28e182Smrg"with_$ac_useropt" 11455b28e182Smrg"*) ;; 11465b28e182Smrg *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 11475b28e182Smrg ac_unrecognized_sep=', ';; 11485b28e182Smrg esac 11495b28e182Smrg eval with_$ac_useropt=no ;; 1150dcae5b9eSmrg 1151dcae5b9eSmrg --x) 1152dcae5b9eSmrg # Obsolete; use --with-x. 1153dcae5b9eSmrg with_x=yes ;; 1154dcae5b9eSmrg 1155dcae5b9eSmrg -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1156dcae5b9eSmrg | --x-incl | --x-inc | --x-in | --x-i) 1157dcae5b9eSmrg ac_prev=x_includes ;; 1158dcae5b9eSmrg -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1159dcae5b9eSmrg | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 1160dcae5b9eSmrg x_includes=$ac_optarg ;; 1161dcae5b9eSmrg 1162dcae5b9eSmrg -x-libraries | --x-libraries | --x-librarie | --x-librari \ 1163dcae5b9eSmrg | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 1164dcae5b9eSmrg ac_prev=x_libraries ;; 1165dcae5b9eSmrg -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1166dcae5b9eSmrg | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1167dcae5b9eSmrg x_libraries=$ac_optarg ;; 1168dcae5b9eSmrg 1169f1e20f77Smrg -*) as_fn_error $? "unrecognized option: \`$ac_option' 1170f1e20f77SmrgTry \`$0 --help' for more information" 1171dcae5b9eSmrg ;; 1172dcae5b9eSmrg 1173dcae5b9eSmrg *=*) 1174dcae5b9eSmrg ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1175dcae5b9eSmrg # Reject names that are not valid shell variable names. 1176f1e20f77Smrg case $ac_envvar in #( 1177f1e20f77Smrg '' | [0-9]* | *[!_$as_cr_alnum]* ) 1178f1e20f77Smrg as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1179f1e20f77Smrg esac 11805b28e182Smrg eval $ac_envvar=\$ac_optarg 1181dcae5b9eSmrg export $ac_envvar ;; 1182dcae5b9eSmrg 1183dcae5b9eSmrg *) 1184dcae5b9eSmrg # FIXME: should be removed in autoconf 3.0. 118515adf0bfSmrg printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 1186dcae5b9eSmrg expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 118715adf0bfSmrg printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 1188f1e20f77Smrg : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1189dcae5b9eSmrg ;; 1190dcae5b9eSmrg 1191dcae5b9eSmrg esac 1192dcae5b9eSmrgdone 1193dcae5b9eSmrg 1194dcae5b9eSmrgif test -n "$ac_prev"; then 1195dcae5b9eSmrg ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1196f1e20f77Smrg as_fn_error $? "missing argument to $ac_option" 1197dcae5b9eSmrgfi 1198dcae5b9eSmrg 11995b28e182Smrgif test -n "$ac_unrecognized_opts"; then 12005b28e182Smrg case $enable_option_checking in 12015b28e182Smrg no) ;; 1202f1e20f77Smrg fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 120315adf0bfSmrg *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1204dcae5b9eSmrg esac 12055b28e182Smrgfi 1206dcae5b9eSmrg 12075b28e182Smrg# Check all directory arguments for consistency. 12085b28e182Smrgfor ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 12095b28e182Smrg datadir sysconfdir sharedstatedir localstatedir includedir \ 12105b28e182Smrg oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 121115adf0bfSmrg libdir localedir mandir runstatedir 1212dcae5b9eSmrgdo 12135b28e182Smrg eval ac_val=\$$ac_var 12145b28e182Smrg # Remove trailing slashes. 1215dcae5b9eSmrg case $ac_val in 12165b28e182Smrg */ ) 12175b28e182Smrg ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 12185b28e182Smrg eval $ac_var=\$ac_val;; 12195b28e182Smrg esac 12205b28e182Smrg # Be sure to have absolute directory names. 12215b28e182Smrg case $ac_val in 12225b28e182Smrg [\\/$]* | ?:[\\/]* ) continue;; 12235b28e182Smrg NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1224dcae5b9eSmrg esac 1225f1e20f77Smrg as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1226dcae5b9eSmrgdone 1227dcae5b9eSmrg 1228dcae5b9eSmrg# There might be people who depend on the old broken behavior: `$host' 1229dcae5b9eSmrg# used to hold the argument of --host etc. 1230dcae5b9eSmrg# FIXME: To remove some day. 1231dcae5b9eSmrgbuild=$build_alias 1232dcae5b9eSmrghost=$host_alias 1233dcae5b9eSmrgtarget=$target_alias 1234dcae5b9eSmrg 1235dcae5b9eSmrg# FIXME: To remove some day. 1236dcae5b9eSmrgif test "x$host_alias" != x; then 1237dcae5b9eSmrg if test "x$build_alias" = x; then 1238dcae5b9eSmrg cross_compiling=maybe 1239dcae5b9eSmrg elif test "x$build_alias" != "x$host_alias"; then 1240dcae5b9eSmrg cross_compiling=yes 1241dcae5b9eSmrg fi 1242dcae5b9eSmrgfi 1243dcae5b9eSmrg 1244dcae5b9eSmrgac_tool_prefix= 1245dcae5b9eSmrgtest -n "$host_alias" && ac_tool_prefix=$host_alias- 1246dcae5b9eSmrg 1247dcae5b9eSmrgtest "$silent" = yes && exec 6>/dev/null 1248dcae5b9eSmrg 1249dcae5b9eSmrg 12505b28e182Smrgac_pwd=`pwd` && test -n "$ac_pwd" && 12515b28e182Smrgac_ls_di=`ls -di .` && 12525b28e182Smrgac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1253f1e20f77Smrg as_fn_error $? "working directory cannot be determined" 12545b28e182Smrgtest "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1255f1e20f77Smrg as_fn_error $? "pwd does not report name of working directory" 12565b28e182Smrg 12575b28e182Smrg 1258dcae5b9eSmrg# Find the source files, if location was not specified. 1259dcae5b9eSmrgif test -z "$srcdir"; then 1260dcae5b9eSmrg ac_srcdir_defaulted=yes 12615b28e182Smrg # Try the directory containing this script, then the parent directory. 12625b28e182Smrg ac_confdir=`$as_dirname -- "$as_myself" || 12635b28e182Smrg$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 12645b28e182Smrg X"$as_myself" : 'X\(//\)[^/]' \| \ 12655b28e182Smrg X"$as_myself" : 'X\(//\)$' \| \ 12665b28e182Smrg X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 126715adf0bfSmrgprintf "%s\n" X"$as_myself" | 12685b28e182Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 12695b28e182Smrg s//\1/ 12705b28e182Smrg q 12715b28e182Smrg } 12725b28e182Smrg /^X\(\/\/\)[^/].*/{ 12735b28e182Smrg s//\1/ 12745b28e182Smrg q 12755b28e182Smrg } 12765b28e182Smrg /^X\(\/\/\)$/{ 12775b28e182Smrg s//\1/ 12785b28e182Smrg q 12795b28e182Smrg } 12805b28e182Smrg /^X\(\/\).*/{ 12815b28e182Smrg s//\1/ 12825b28e182Smrg q 12835b28e182Smrg } 12845b28e182Smrg s/.*/./; q'` 1285dcae5b9eSmrg srcdir=$ac_confdir 12865b28e182Smrg if test ! -r "$srcdir/$ac_unique_file"; then 1287dcae5b9eSmrg srcdir=.. 1288dcae5b9eSmrg fi 1289dcae5b9eSmrgelse 1290dcae5b9eSmrg ac_srcdir_defaulted=no 1291dcae5b9eSmrgfi 12925b28e182Smrgif test ! -r "$srcdir/$ac_unique_file"; then 12935b28e182Smrg test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1294f1e20f77Smrg as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1295dcae5b9eSmrgfi 12965b28e182Smrgac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 12975b28e182Smrgac_abs_confdir=`( 1298f1e20f77Smrg cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 12995b28e182Smrg pwd)` 13005b28e182Smrg# When building in place, set srcdir=. 13015b28e182Smrgif test "$ac_abs_confdir" = "$ac_pwd"; then 13025b28e182Smrg srcdir=. 13035b28e182Smrgfi 13045b28e182Smrg# Remove unnecessary trailing slashes from srcdir. 13055b28e182Smrg# Double slashes in file names in object file debugging info 13065b28e182Smrg# mess up M-x gdb in Emacs. 13075b28e182Smrgcase $srcdir in 13085b28e182Smrg*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 13095b28e182Smrgesac 13105b28e182Smrgfor ac_var in $ac_precious_vars; do 13115b28e182Smrg eval ac_env_${ac_var}_set=\${${ac_var}+set} 13125b28e182Smrg eval ac_env_${ac_var}_value=\$${ac_var} 13135b28e182Smrg eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 13145b28e182Smrg eval ac_cv_env_${ac_var}_value=\$${ac_var} 13155b28e182Smrgdone 1316dcae5b9eSmrg 1317dcae5b9eSmrg# 1318dcae5b9eSmrg# Report the --help message. 1319dcae5b9eSmrg# 1320dcae5b9eSmrgif test "$ac_init_help" = "long"; then 1321dcae5b9eSmrg # Omit some internal or obsolete options to make the list less imposing. 1322dcae5b9eSmrg # This message is too long to be a string in the A/UX 3.1 sh. 1323dcae5b9eSmrg cat <<_ACEOF 132415adf0bfSmrg\`configure' configures font-bh-75dpi 1.0.4 to adapt to many kinds of systems. 1325dcae5b9eSmrg 1326dcae5b9eSmrgUsage: $0 [OPTION]... [VAR=VALUE]... 1327dcae5b9eSmrg 1328dcae5b9eSmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as 1329dcae5b9eSmrgVAR=VALUE. See below for descriptions of some of the useful variables. 1330dcae5b9eSmrg 1331dcae5b9eSmrgDefaults for the options are specified in brackets. 1332dcae5b9eSmrg 1333dcae5b9eSmrgConfiguration: 1334dcae5b9eSmrg -h, --help display this help and exit 1335dcae5b9eSmrg --help=short display options specific to this package 1336dcae5b9eSmrg --help=recursive display the short help of all the included packages 1337dcae5b9eSmrg -V, --version display version information and exit 1338f1e20f77Smrg -q, --quiet, --silent do not print \`checking ...' messages 1339dcae5b9eSmrg --cache-file=FILE cache test results in FILE [disabled] 1340dcae5b9eSmrg -C, --config-cache alias for \`--cache-file=config.cache' 1341dcae5b9eSmrg -n, --no-create do not create output files 1342dcae5b9eSmrg --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1343dcae5b9eSmrg 1344dcae5b9eSmrgInstallation directories: 1345dcae5b9eSmrg --prefix=PREFIX install architecture-independent files in PREFIX 13465b28e182Smrg [$ac_default_prefix] 1347dcae5b9eSmrg --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 13485b28e182Smrg [PREFIX] 1349dcae5b9eSmrg 1350dcae5b9eSmrgBy default, \`make install' will install all the files in 1351dcae5b9eSmrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1352dcae5b9eSmrgan installation prefix other than \`$ac_default_prefix' using \`--prefix', 1353dcae5b9eSmrgfor instance \`--prefix=\$HOME'. 1354dcae5b9eSmrg 1355dcae5b9eSmrgFor better control, use the options below. 1356dcae5b9eSmrg 1357dcae5b9eSmrgFine tuning of the installation directories: 13585b28e182Smrg --bindir=DIR user executables [EPREFIX/bin] 13595b28e182Smrg --sbindir=DIR system admin executables [EPREFIX/sbin] 13605b28e182Smrg --libexecdir=DIR program executables [EPREFIX/libexec] 13615b28e182Smrg --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 13625b28e182Smrg --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 13635b28e182Smrg --localstatedir=DIR modifiable single-machine data [PREFIX/var] 136415adf0bfSmrg --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] 13655b28e182Smrg --libdir=DIR object code libraries [EPREFIX/lib] 13665b28e182Smrg --includedir=DIR C header files [PREFIX/include] 13675b28e182Smrg --oldincludedir=DIR C header files for non-gcc [/usr/include] 13685b28e182Smrg --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 13695b28e182Smrg --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 13705b28e182Smrg --infodir=DIR info documentation [DATAROOTDIR/info] 13715b28e182Smrg --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 13725b28e182Smrg --mandir=DIR man documentation [DATAROOTDIR/man] 13735b28e182Smrg --docdir=DIR documentation root [DATAROOTDIR/doc/font-bh-75dpi] 13745b28e182Smrg --htmldir=DIR html documentation [DOCDIR] 13755b28e182Smrg --dvidir=DIR dvi documentation [DOCDIR] 13765b28e182Smrg --pdfdir=DIR pdf documentation [DOCDIR] 13775b28e182Smrg --psdir=DIR ps documentation [DOCDIR] 1378dcae5b9eSmrg_ACEOF 1379dcae5b9eSmrg 1380dcae5b9eSmrg cat <<\_ACEOF 1381dcae5b9eSmrg 1382dcae5b9eSmrgProgram names: 1383dcae5b9eSmrg --program-prefix=PREFIX prepend PREFIX to installed program names 1384dcae5b9eSmrg --program-suffix=SUFFIX append SUFFIX to installed program names 1385dcae5b9eSmrg --program-transform-name=PROGRAM run sed PROGRAM on installed program names 13865b28e182Smrg 13875b28e182SmrgSystem types: 13885b28e182Smrg --build=BUILD configure for building on BUILD [guessed] 13895b28e182Smrg --host=HOST cross-compile to build programs to run on HOST [BUILD] 1390dcae5b9eSmrg_ACEOF 1391dcae5b9eSmrgfi 1392dcae5b9eSmrg 1393dcae5b9eSmrgif test -n "$ac_init_help"; then 1394dcae5b9eSmrg case $ac_init_help in 139515adf0bfSmrg short | recursive ) echo "Configuration of font-bh-75dpi 1.0.4:";; 1396dcae5b9eSmrg esac 1397dcae5b9eSmrg cat <<\_ACEOF 1398dcae5b9eSmrg 1399dcae5b9eSmrgOptional Features: 14005b28e182Smrg --disable-option-checking ignore unrecognized --enable/--with options 1401dcae5b9eSmrg --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1402dcae5b9eSmrg --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 140315adf0bfSmrg --enable-silent-rules less verbose build output (undo: "make V=1") 140415adf0bfSmrg --disable-silent-rules verbose build output (undo: "make V=0") 1405f1e20f77Smrg --disable-all-encodings Disable building of all font encodings 1406dcae5b9eSmrg --disable-iso8859-1 Build ISO8859-1 fonts (default: yes) 1407dcae5b9eSmrg --disable-iso8859-2 Build ISO8859-2 fonts (default: yes) 1408dcae5b9eSmrg --disable-iso8859-3 Build ISO8859-3 fonts (default: yes) 1409dcae5b9eSmrg --disable-iso8859-4 Build ISO8859-4 fonts (default: yes) 1410dcae5b9eSmrg --disable-iso8859-9 Build ISO8859-9 fonts (default: yes) 1411dcae5b9eSmrg --disable-iso8859-10 Build ISO8859-10 fonts (default: yes) 1412dcae5b9eSmrg --disable-iso8859-13 Build ISO8859-13 fonts (default: yes) 1413dcae5b9eSmrg --disable-iso8859-14 Build ISO8859-14 fonts (default: yes) 1414dcae5b9eSmrg --disable-iso8859-15 Build ISO8859-15 fonts (default: yes) 1415dcae5b9eSmrg 1416dcae5b9eSmrgOptional Packages: 1417dcae5b9eSmrg --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1418dcae5b9eSmrg --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 14195b28e182Smrg --with-fontrootdir=DIR Path to root directory for font files 14205b28e182Smrg --with-fontdir=DIR Path to 75dpi files [FONTROOTDIR/75dpi] 14215b28e182Smrg --with-compression=<no|compress|gzip|bzip2> 14225b28e182Smrg compression method to use on pcf fonts 1423dcae5b9eSmrg 1424dcae5b9eSmrgSome influential environment variables: 1425dcae5b9eSmrg PKG_CONFIG path to pkg-config utility 1426f1e20f77Smrg PKG_CONFIG_PATH 1427f1e20f77Smrg directories to add to pkg-config's search path 1428f1e20f77Smrg PKG_CONFIG_LIBDIR 1429f1e20f77Smrg path overriding pkg-config's built-in search path 1430dcae5b9eSmrg MAPS_CFLAGS C compiler flags for MAPS, overriding pkg-config 1431dcae5b9eSmrg MAPS_LIBS linker flags for MAPS, overriding pkg-config 1432dcae5b9eSmrg 1433dcae5b9eSmrgUse these variables to override the choices made by `configure' or to help 1434dcae5b9eSmrgit to find libraries and programs with nonstandard names/locations. 1435dcae5b9eSmrg 143615adf0bfSmrgReport bugs to <https://gitlab.freedesktop.org/xorg/font/bh-75dpi/-/issues>. 1437dcae5b9eSmrg_ACEOF 14385b28e182Smrgac_status=$? 1439dcae5b9eSmrgfi 1440dcae5b9eSmrg 1441dcae5b9eSmrgif test "$ac_init_help" = "recursive"; then 1442dcae5b9eSmrg # If there are subdirs, report their specific --help. 1443dcae5b9eSmrg for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 14445b28e182Smrg test -d "$ac_dir" || 14455b28e182Smrg { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 14465b28e182Smrg continue 1447dcae5b9eSmrg ac_builddir=. 1448dcae5b9eSmrg 14495b28e182Smrgcase "$ac_dir" in 14505b28e182Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 14515b28e182Smrg*) 145215adf0bfSmrg ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` 14535b28e182Smrg # A ".." for each directory in $ac_dir_suffix. 145415adf0bfSmrg ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 14555b28e182Smrg case $ac_top_builddir_sub in 14565b28e182Smrg "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 14575b28e182Smrg *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 14585b28e182Smrg esac ;; 14595b28e182Smrgesac 14605b28e182Smrgac_abs_top_builddir=$ac_pwd 14615b28e182Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix 14625b28e182Smrg# for backward compatibility: 14635b28e182Smrgac_top_builddir=$ac_top_build_prefix 1464dcae5b9eSmrg 1465dcae5b9eSmrgcase $srcdir in 14665b28e182Smrg .) # We are building in place. 1467dcae5b9eSmrg ac_srcdir=. 14685b28e182Smrg ac_top_srcdir=$ac_top_builddir_sub 14695b28e182Smrg ac_abs_top_srcdir=$ac_pwd ;; 14705b28e182Smrg [\\/]* | ?:[\\/]* ) # Absolute name. 1471dcae5b9eSmrg ac_srcdir=$srcdir$ac_dir_suffix; 14725b28e182Smrg ac_top_srcdir=$srcdir 14735b28e182Smrg ac_abs_top_srcdir=$srcdir ;; 14745b28e182Smrg *) # Relative name. 14755b28e182Smrg ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 14765b28e182Smrg ac_top_srcdir=$ac_top_build_prefix$srcdir 14775b28e182Smrg ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1478dcae5b9eSmrgesac 14795b28e182Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 14805b28e182Smrg 14815b28e182Smrg cd "$ac_dir" || { ac_status=$?; continue; } 148215adf0bfSmrg # Check for configure.gnu first; this name is used for a wrapper for 148315adf0bfSmrg # Metaconfig's "Configure" on case-insensitive file systems. 14845b28e182Smrg if test -f "$ac_srcdir/configure.gnu"; then 14855b28e182Smrg echo && 14865b28e182Smrg $SHELL "$ac_srcdir/configure.gnu" --help=recursive 14875b28e182Smrg elif test -f "$ac_srcdir/configure"; then 14885b28e182Smrg echo && 14895b28e182Smrg $SHELL "$ac_srcdir/configure" --help=recursive 1490dcae5b9eSmrg else 149115adf0bfSmrg printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 14925b28e182Smrg fi || ac_status=$? 14935b28e182Smrg cd "$ac_pwd" || { ac_status=$?; break; } 1494dcae5b9eSmrg done 1495dcae5b9eSmrgfi 1496dcae5b9eSmrg 14975b28e182Smrgtest -n "$ac_init_help" && exit $ac_status 1498dcae5b9eSmrgif $ac_init_version; then 1499dcae5b9eSmrg cat <<\_ACEOF 150015adf0bfSmrgfont-bh-75dpi configure 1.0.4 150115adf0bfSmrggenerated by GNU Autoconf 2.71 1502dcae5b9eSmrg 150315adf0bfSmrgCopyright (C) 2021 Free Software Foundation, Inc. 1504dcae5b9eSmrgThis configure script is free software; the Free Software Foundation 1505dcae5b9eSmrggives unlimited permission to copy, distribute and modify it. 1506dcae5b9eSmrg_ACEOF 15075b28e182Smrg exit 1508dcae5b9eSmrgfi 1509dcae5b9eSmrg 1510f1e20f77Smrg## ------------------------ ## 1511f1e20f77Smrg## Autoconf initialization. ## 1512f1e20f77Smrg## ------------------------ ## 151315adf0bfSmrgac_configure_args_raw= 151415adf0bfSmrgfor ac_arg 151515adf0bfSmrgdo 151615adf0bfSmrg case $ac_arg in 151715adf0bfSmrg *\'*) 151815adf0bfSmrg ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 151915adf0bfSmrg esac 152015adf0bfSmrg as_fn_append ac_configure_args_raw " '$ac_arg'" 152115adf0bfSmrgdone 1522dcae5b9eSmrg 152315adf0bfSmrgcase $ac_configure_args_raw in 152415adf0bfSmrg *$as_nl*) 152515adf0bfSmrg ac_safe_unquote= ;; 152615adf0bfSmrg *) 152715adf0bfSmrg ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. 152815adf0bfSmrg ac_unsafe_a="$ac_unsafe_z#~" 152915adf0bfSmrg ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" 153015adf0bfSmrg ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; 1531f1e20f77Smrgesac 1532f1e20f77Smrg 1533f1e20f77Smrgcat >config.log <<_ACEOF 1534f1e20f77SmrgThis file contains any messages produced by compilers while 1535f1e20f77Smrgrunning configure, to aid debugging if configure makes a mistake. 1536f1e20f77Smrg 153715adf0bfSmrgIt was created by font-bh-75dpi $as_me 1.0.4, which was 153815adf0bfSmrggenerated by GNU Autoconf 2.71. Invocation command line was 1539f1e20f77Smrg 154015adf0bfSmrg $ $0$ac_configure_args_raw 1541f1e20f77Smrg 1542f1e20f77Smrg_ACEOF 1543f1e20f77Smrgexec 5>>config.log 1544f1e20f77Smrg{ 1545f1e20f77Smrgcat <<_ASUNAME 1546f1e20f77Smrg## --------- ## 1547f1e20f77Smrg## Platform. ## 1548f1e20f77Smrg## --------- ## 1549f1e20f77Smrg 1550f1e20f77Smrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1551f1e20f77Smrguname -m = `(uname -m) 2>/dev/null || echo unknown` 1552f1e20f77Smrguname -r = `(uname -r) 2>/dev/null || echo unknown` 1553f1e20f77Smrguname -s = `(uname -s) 2>/dev/null || echo unknown` 1554f1e20f77Smrguname -v = `(uname -v) 2>/dev/null || echo unknown` 1555f1e20f77Smrg 1556f1e20f77Smrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1557f1e20f77Smrg/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1558f1e20f77Smrg 1559f1e20f77Smrg/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1560f1e20f77Smrg/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1561f1e20f77Smrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1562f1e20f77Smrg/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1563f1e20f77Smrg/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1564f1e20f77Smrg/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1565f1e20f77Smrg/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1566f1e20f77Smrg 1567f1e20f77Smrg_ASUNAME 1568f1e20f77Smrg 1569f1e20f77Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1570f1e20f77Smrgfor as_dir in $PATH 1571dcae5b9eSmrgdo 1572dcae5b9eSmrg IFS=$as_save_IFS 157315adf0bfSmrg case $as_dir in #((( 157415adf0bfSmrg '') as_dir=./ ;; 157515adf0bfSmrg */) ;; 157615adf0bfSmrg *) as_dir=$as_dir/ ;; 157715adf0bfSmrg esac 157815adf0bfSmrg printf "%s\n" "PATH: $as_dir" 1579f1e20f77Smrg done 15805b28e182SmrgIFS=$as_save_IFS 1581dcae5b9eSmrg 1582dcae5b9eSmrg} >&5 1583dcae5b9eSmrg 1584dcae5b9eSmrgcat >&5 <<_ACEOF 1585dcae5b9eSmrg 1586dcae5b9eSmrg 1587dcae5b9eSmrg## ----------- ## 1588dcae5b9eSmrg## Core tests. ## 1589dcae5b9eSmrg## ----------- ## 1590dcae5b9eSmrg 1591dcae5b9eSmrg_ACEOF 1592dcae5b9eSmrg 1593dcae5b9eSmrg 1594dcae5b9eSmrg# Keep a trace of the command line. 1595dcae5b9eSmrg# Strip out --no-create and --no-recursion so they do not pile up. 1596dcae5b9eSmrg# Strip out --silent because we don't want to record it for future runs. 1597dcae5b9eSmrg# Also quote any args containing shell meta-characters. 1598dcae5b9eSmrg# Make two passes to allow for proper duplicate-argument suppression. 1599dcae5b9eSmrgac_configure_args= 1600dcae5b9eSmrgac_configure_args0= 1601dcae5b9eSmrgac_configure_args1= 1602dcae5b9eSmrgac_must_keep_next=false 1603dcae5b9eSmrgfor ac_pass in 1 2 1604dcae5b9eSmrgdo 1605dcae5b9eSmrg for ac_arg 1606dcae5b9eSmrg do 1607dcae5b9eSmrg case $ac_arg in 1608dcae5b9eSmrg -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1609dcae5b9eSmrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1610dcae5b9eSmrg | -silent | --silent | --silen | --sile | --sil) 1611dcae5b9eSmrg continue ;; 16125b28e182Smrg *\'*) 161315adf0bfSmrg ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1614dcae5b9eSmrg esac 1615dcae5b9eSmrg case $ac_pass in 1616f1e20f77Smrg 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 1617dcae5b9eSmrg 2) 1618f1e20f77Smrg as_fn_append ac_configure_args1 " '$ac_arg'" 1619dcae5b9eSmrg if test $ac_must_keep_next = true; then 1620dcae5b9eSmrg ac_must_keep_next=false # Got value, back to normal. 1621dcae5b9eSmrg else 1622dcae5b9eSmrg case $ac_arg in 1623dcae5b9eSmrg *=* | --config-cache | -C | -disable-* | --disable-* \ 1624dcae5b9eSmrg | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1625dcae5b9eSmrg | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1626dcae5b9eSmrg | -with-* | --with-* | -without-* | --without-* | --x) 1627dcae5b9eSmrg case "$ac_configure_args0 " in 1628dcae5b9eSmrg "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1629dcae5b9eSmrg esac 1630dcae5b9eSmrg ;; 1631dcae5b9eSmrg -* ) ac_must_keep_next=true ;; 1632dcae5b9eSmrg esac 1633dcae5b9eSmrg fi 1634f1e20f77Smrg as_fn_append ac_configure_args " '$ac_arg'" 1635dcae5b9eSmrg ;; 1636dcae5b9eSmrg esac 1637dcae5b9eSmrg done 1638dcae5b9eSmrgdone 1639f1e20f77Smrg{ ac_configure_args0=; unset ac_configure_args0;} 1640f1e20f77Smrg{ ac_configure_args1=; unset ac_configure_args1;} 1641dcae5b9eSmrg 1642dcae5b9eSmrg# When interrupted or exit'd, cleanup temporary files, and complete 1643dcae5b9eSmrg# config.log. We remove comments because anyway the quotes in there 1644dcae5b9eSmrg# would cause problems or look ugly. 16455b28e182Smrg# WARNING: Use '\'' to represent an apostrophe within the trap. 16465b28e182Smrg# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1647dcae5b9eSmrgtrap 'exit_status=$? 164815adf0bfSmrg # Sanitize IFS. 164915adf0bfSmrg IFS=" "" $as_nl" 1650dcae5b9eSmrg # Save into config.log some information that might help in debugging. 1651dcae5b9eSmrg { 1652dcae5b9eSmrg echo 1653dcae5b9eSmrg 165415adf0bfSmrg printf "%s\n" "## ---------------- ## 1655dcae5b9eSmrg## Cache variables. ## 1656f1e20f77Smrg## ---------------- ##" 1657dcae5b9eSmrg echo 1658dcae5b9eSmrg # The following way of writing the cache mishandles newlines in values, 16595b28e182Smrg( 16605b28e182Smrg for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 16615b28e182Smrg eval ac_val=\$$ac_var 16625b28e182Smrg case $ac_val in #( 16635b28e182Smrg *${as_nl}*) 16645b28e182Smrg case $ac_var in #( 166515adf0bfSmrg *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 166615adf0bfSmrgprintf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 16675b28e182Smrg esac 16685b28e182Smrg case $ac_var in #( 16695b28e182Smrg _ | IFS | as_nl) ;; #( 16705b28e182Smrg BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1671f1e20f77Smrg *) { eval $ac_var=; unset $ac_var;} ;; 16725b28e182Smrg esac ;; 16735b28e182Smrg esac 16745b28e182Smrg done 1675dcae5b9eSmrg (set) 2>&1 | 16765b28e182Smrg case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 16775b28e182Smrg *${as_nl}ac_space=\ *) 1678dcae5b9eSmrg sed -n \ 16795b28e182Smrg "s/'\''/'\''\\\\'\'''\''/g; 16805b28e182Smrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 16815b28e182Smrg ;; #( 1682dcae5b9eSmrg *) 16835b28e182Smrg sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1684dcae5b9eSmrg ;; 16855b28e182Smrg esac | 16865b28e182Smrg sort 16875b28e182Smrg) 1688dcae5b9eSmrg echo 1689dcae5b9eSmrg 169015adf0bfSmrg printf "%s\n" "## ----------------- ## 1691dcae5b9eSmrg## Output variables. ## 1692f1e20f77Smrg## ----------------- ##" 1693dcae5b9eSmrg echo 1694dcae5b9eSmrg for ac_var in $ac_subst_vars 1695dcae5b9eSmrg do 16965b28e182Smrg eval ac_val=\$$ac_var 16975b28e182Smrg case $ac_val in 169815adf0bfSmrg *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 16995b28e182Smrg esac 170015adf0bfSmrg printf "%s\n" "$ac_var='\''$ac_val'\''" 1701dcae5b9eSmrg done | sort 1702dcae5b9eSmrg echo 1703dcae5b9eSmrg 1704dcae5b9eSmrg if test -n "$ac_subst_files"; then 170515adf0bfSmrg printf "%s\n" "## ------------------- ## 17065b28e182Smrg## File substitutions. ## 1707f1e20f77Smrg## ------------------- ##" 1708dcae5b9eSmrg echo 1709dcae5b9eSmrg for ac_var in $ac_subst_files 1710dcae5b9eSmrg do 17115b28e182Smrg eval ac_val=\$$ac_var 17125b28e182Smrg case $ac_val in 171315adf0bfSmrg *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 17145b28e182Smrg esac 171515adf0bfSmrg printf "%s\n" "$ac_var='\''$ac_val'\''" 1716dcae5b9eSmrg done | sort 1717dcae5b9eSmrg echo 1718dcae5b9eSmrg fi 1719dcae5b9eSmrg 1720dcae5b9eSmrg if test -s confdefs.h; then 172115adf0bfSmrg printf "%s\n" "## ----------- ## 1722dcae5b9eSmrg## confdefs.h. ## 1723f1e20f77Smrg## ----------- ##" 1724dcae5b9eSmrg echo 17255b28e182Smrg cat confdefs.h 1726dcae5b9eSmrg echo 1727dcae5b9eSmrg fi 1728dcae5b9eSmrg test "$ac_signal" != 0 && 172915adf0bfSmrg printf "%s\n" "$as_me: caught signal $ac_signal" 173015adf0bfSmrg printf "%s\n" "$as_me: exit $exit_status" 1731dcae5b9eSmrg } >&5 17325b28e182Smrg rm -f core *.core core.conftest.* && 17335b28e182Smrg rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1734dcae5b9eSmrg exit $exit_status 17355b28e182Smrg' 0 1736dcae5b9eSmrgfor ac_signal in 1 2 13 15; do 1737f1e20f77Smrg trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 1738dcae5b9eSmrgdone 1739dcae5b9eSmrgac_signal=0 1740dcae5b9eSmrg 1741dcae5b9eSmrg# confdefs.h avoids OS command line length limits that DEFS can exceed. 17425b28e182Smrgrm -f -r conftest* confdefs.h 1743dcae5b9eSmrg 174415adf0bfSmrgprintf "%s\n" "/* confdefs.h */" > confdefs.h 1745f1e20f77Smrg 1746dcae5b9eSmrg# Predefined preprocessor variables. 1747dcae5b9eSmrg 174815adf0bfSmrgprintf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h 1749dcae5b9eSmrg 175015adf0bfSmrgprintf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h 1751dcae5b9eSmrg 175215adf0bfSmrgprintf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h 1753dcae5b9eSmrg 175415adf0bfSmrgprintf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h 1755dcae5b9eSmrg 175615adf0bfSmrgprintf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h 1757dcae5b9eSmrg 175815adf0bfSmrgprintf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h 1759f1e20f77Smrg 1760dcae5b9eSmrg 1761dcae5b9eSmrg# Let the site file select an alternate cache file if it wants to. 17625b28e182Smrg# Prefer an explicitly selected file to automatically selected ones. 17635b28e182Smrgif test -n "$CONFIG_SITE"; then 176415adf0bfSmrg ac_site_files="$CONFIG_SITE" 17655b28e182Smrgelif test "x$prefix" != xNONE; then 176615adf0bfSmrg ac_site_files="$prefix/share/config.site $prefix/etc/config.site" 17675b28e182Smrgelse 176815adf0bfSmrg ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1769dcae5b9eSmrgfi 177015adf0bfSmrg 177115adf0bfSmrgfor ac_site_file in $ac_site_files 17725b28e182Smrgdo 177315adf0bfSmrg case $ac_site_file in #( 177415adf0bfSmrg */*) : 177515adf0bfSmrg ;; #( 177615adf0bfSmrg *) : 177715adf0bfSmrg ac_site_file=./$ac_site_file ;; 177815adf0bfSmrgesac 177915adf0bfSmrg if test -f "$ac_site_file" && test -r "$ac_site_file"; then 178015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 178115adf0bfSmrgprintf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} 1782dcae5b9eSmrg sed 's/^/| /' "$ac_site_file" >&5 1783f1e20f77Smrg . "$ac_site_file" \ 178415adf0bfSmrg || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 178515adf0bfSmrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} 1786f1e20f77Smrgas_fn_error $? "failed to load site script $ac_site_file 1787f1e20f77SmrgSee \`config.log' for more details" "$LINENO" 5; } 1788dcae5b9eSmrg fi 1789dcae5b9eSmrgdone 1790dcae5b9eSmrg 1791dcae5b9eSmrgif test -r "$cache_file"; then 1792f1e20f77Smrg # Some versions of bash will fail to source /dev/null (special files 1793f1e20f77Smrg # actually), so we avoid doing that. DJGPP emulates it as a regular file. 1794f1e20f77Smrg if test /dev/null != "$cache_file" && test -f "$cache_file"; then 179515adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 179615adf0bfSmrgprintf "%s\n" "$as_me: loading cache $cache_file" >&6;} 1797dcae5b9eSmrg case $cache_file in 17985b28e182Smrg [\\/]* | ?:[\\/]* ) . "$cache_file";; 17995b28e182Smrg *) . "./$cache_file";; 1800dcae5b9eSmrg esac 1801dcae5b9eSmrg fi 1802dcae5b9eSmrgelse 180315adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 180415adf0bfSmrgprintf "%s\n" "$as_me: creating cache $cache_file" >&6;} 1805dcae5b9eSmrg >$cache_file 1806dcae5b9eSmrgfi 1807dcae5b9eSmrg 180815adf0bfSmrg 180915adf0bfSmrg# Auxiliary files required by this configure script. 181015adf0bfSmrgac_aux_files="config.guess config.sub missing install-sh" 181115adf0bfSmrg 181215adf0bfSmrg# Locations in which to look for auxiliary files. 181315adf0bfSmrgac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." 181415adf0bfSmrg 181515adf0bfSmrg# Search for a directory containing all of the required auxiliary files, 181615adf0bfSmrg# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. 181715adf0bfSmrg# If we don't find one directory that contains all the files we need, 181815adf0bfSmrg# we report the set of missing files from the *first* directory in 181915adf0bfSmrg# $ac_aux_dir_candidates and give up. 182015adf0bfSmrgac_missing_aux_files="" 182115adf0bfSmrgac_first_candidate=: 182215adf0bfSmrgprintf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 182315adf0bfSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 182415adf0bfSmrgas_found=false 182515adf0bfSmrgfor as_dir in $ac_aux_dir_candidates 182615adf0bfSmrgdo 182715adf0bfSmrg IFS=$as_save_IFS 182815adf0bfSmrg case $as_dir in #((( 182915adf0bfSmrg '') as_dir=./ ;; 183015adf0bfSmrg */) ;; 183115adf0bfSmrg *) as_dir=$as_dir/ ;; 183215adf0bfSmrg esac 183315adf0bfSmrg as_found=: 183415adf0bfSmrg 183515adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 183615adf0bfSmrg ac_aux_dir_found=yes 183715adf0bfSmrg ac_install_sh= 183815adf0bfSmrg for ac_aux in $ac_aux_files 183915adf0bfSmrg do 184015adf0bfSmrg # As a special case, if "install-sh" is required, that requirement 184115adf0bfSmrg # can be satisfied by any of "install-sh", "install.sh", or "shtool", 184215adf0bfSmrg # and $ac_install_sh is set appropriately for whichever one is found. 184315adf0bfSmrg if test x"$ac_aux" = x"install-sh" 184415adf0bfSmrg then 184515adf0bfSmrg if test -f "${as_dir}install-sh"; then 184615adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 184715adf0bfSmrg ac_install_sh="${as_dir}install-sh -c" 184815adf0bfSmrg elif test -f "${as_dir}install.sh"; then 184915adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 185015adf0bfSmrg ac_install_sh="${as_dir}install.sh -c" 185115adf0bfSmrg elif test -f "${as_dir}shtool"; then 185215adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 185315adf0bfSmrg ac_install_sh="${as_dir}shtool install -c" 185415adf0bfSmrg else 185515adf0bfSmrg ac_aux_dir_found=no 185615adf0bfSmrg if $ac_first_candidate; then 185715adf0bfSmrg ac_missing_aux_files="${ac_missing_aux_files} install-sh" 185815adf0bfSmrg else 185915adf0bfSmrg break 186015adf0bfSmrg fi 186115adf0bfSmrg fi 186215adf0bfSmrg else 186315adf0bfSmrg if test -f "${as_dir}${ac_aux}"; then 186415adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 186515adf0bfSmrg else 186615adf0bfSmrg ac_aux_dir_found=no 186715adf0bfSmrg if $ac_first_candidate; then 186815adf0bfSmrg ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" 186915adf0bfSmrg else 187015adf0bfSmrg break 187115adf0bfSmrg fi 187215adf0bfSmrg fi 187315adf0bfSmrg fi 187415adf0bfSmrg done 187515adf0bfSmrg if test "$ac_aux_dir_found" = yes; then 187615adf0bfSmrg ac_aux_dir="$as_dir" 187715adf0bfSmrg break 187815adf0bfSmrg fi 187915adf0bfSmrg ac_first_candidate=false 188015adf0bfSmrg 188115adf0bfSmrg as_found=false 188215adf0bfSmrgdone 188315adf0bfSmrgIFS=$as_save_IFS 188415adf0bfSmrgif $as_found 188515adf0bfSmrgthen : 188615adf0bfSmrg 188715adf0bfSmrgelse $as_nop 188815adf0bfSmrg as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 188915adf0bfSmrgfi 189015adf0bfSmrg 189115adf0bfSmrg 189215adf0bfSmrg# These three variables are undocumented and unsupported, 189315adf0bfSmrg# and are intended to be withdrawn in a future Autoconf release. 189415adf0bfSmrg# They can cause serious problems if a builder's source tree is in a directory 189515adf0bfSmrg# whose full name contains unusual characters. 189615adf0bfSmrgif test -f "${ac_aux_dir}config.guess"; then 189715adf0bfSmrg ac_config_guess="$SHELL ${ac_aux_dir}config.guess" 189815adf0bfSmrgfi 189915adf0bfSmrgif test -f "${ac_aux_dir}config.sub"; then 190015adf0bfSmrg ac_config_sub="$SHELL ${ac_aux_dir}config.sub" 190115adf0bfSmrgfi 190215adf0bfSmrgif test -f "$ac_aux_dir/configure"; then 190315adf0bfSmrg ac_configure="$SHELL ${ac_aux_dir}configure" 190415adf0bfSmrgfi 190515adf0bfSmrg 1906dcae5b9eSmrg# Check that the precious variables saved in the cache have kept the same 1907dcae5b9eSmrg# value. 1908dcae5b9eSmrgac_cache_corrupted=false 19095b28e182Smrgfor ac_var in $ac_precious_vars; do 1910dcae5b9eSmrg eval ac_old_set=\$ac_cv_env_${ac_var}_set 1911dcae5b9eSmrg eval ac_new_set=\$ac_env_${ac_var}_set 19125b28e182Smrg eval ac_old_val=\$ac_cv_env_${ac_var}_value 19135b28e182Smrg eval ac_new_val=\$ac_env_${ac_var}_value 1914dcae5b9eSmrg case $ac_old_set,$ac_new_set in 1915dcae5b9eSmrg set,) 191615adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 191715adf0bfSmrgprintf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1918dcae5b9eSmrg ac_cache_corrupted=: ;; 1919dcae5b9eSmrg ,set) 192015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 192115adf0bfSmrgprintf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1922dcae5b9eSmrg ac_cache_corrupted=: ;; 1923dcae5b9eSmrg ,);; 1924dcae5b9eSmrg *) 1925dcae5b9eSmrg if test "x$ac_old_val" != "x$ac_new_val"; then 19265b28e182Smrg # differences in whitespace do not lead to failure. 19275b28e182Smrg ac_old_val_w=`echo x $ac_old_val` 19285b28e182Smrg ac_new_val_w=`echo x $ac_new_val` 19295b28e182Smrg if test "$ac_old_val_w" != "$ac_new_val_w"; then 193015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 193115adf0bfSmrgprintf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 19325b28e182Smrg ac_cache_corrupted=: 19335b28e182Smrg else 193415adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 193515adf0bfSmrgprintf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 19365b28e182Smrg eval $ac_var=\$ac_old_val 19375b28e182Smrg fi 193815adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 193915adf0bfSmrgprintf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} 194015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 194115adf0bfSmrgprintf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} 1942dcae5b9eSmrg fi;; 1943dcae5b9eSmrg esac 1944dcae5b9eSmrg # Pass precious variables to config.status. 1945dcae5b9eSmrg if test "$ac_new_set" = set; then 1946dcae5b9eSmrg case $ac_new_val in 194715adf0bfSmrg *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1948dcae5b9eSmrg *) ac_arg=$ac_var=$ac_new_val ;; 1949dcae5b9eSmrg esac 1950dcae5b9eSmrg case " $ac_configure_args " in 1951dcae5b9eSmrg *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1952f1e20f77Smrg *) as_fn_append ac_configure_args " '$ac_arg'" ;; 1953dcae5b9eSmrg esac 1954dcae5b9eSmrg fi 1955dcae5b9eSmrgdone 1956dcae5b9eSmrgif $ac_cache_corrupted; then 195715adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 195815adf0bfSmrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} 195915adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 196015adf0bfSmrgprintf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} 196115adf0bfSmrg as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' 196215adf0bfSmrg and start over" "$LINENO" 5 1963dcae5b9eSmrgfi 1964f1e20f77Smrg## -------------------- ## 1965f1e20f77Smrg## Main body of script. ## 1966f1e20f77Smrg## -------------------- ## 1967dcae5b9eSmrg 19685b28e182Smrgac_ext=c 19695b28e182Smrgac_cpp='$CPP $CPPFLAGS' 19705b28e182Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 19715b28e182Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 19725b28e182Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu 1973dcae5b9eSmrg 1974dcae5b9eSmrg 197515adf0bfSmrgam__api_version='1.16' 19765b28e182Smrg 19775b28e182Smrg 1978dcae5b9eSmrg 197915adf0bfSmrg # Find a good install program. We prefer a C program (faster), 1980dcae5b9eSmrg# so one script is as good as another. But avoid the broken or 1981dcae5b9eSmrg# incompatible versions: 1982dcae5b9eSmrg# SysV /etc/install, /usr/sbin/install 1983dcae5b9eSmrg# SunOS /usr/etc/install 1984dcae5b9eSmrg# IRIX /sbin/install 1985dcae5b9eSmrg# AIX /bin/install 1986dcae5b9eSmrg# AmigaOS /C/install, which installs bootblocks on floppy discs 1987dcae5b9eSmrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1988dcae5b9eSmrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1989dcae5b9eSmrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1990dcae5b9eSmrg# OS/2's system install, which has a completely different semantic 1991dcae5b9eSmrg# ./install, which can be erroneously created by make from ./install.sh. 19925b28e182Smrg# Reject install programs that cannot install multiple files. 199315adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 199415adf0bfSmrgprintf %s "checking for a BSD-compatible install... " >&6; } 1995dcae5b9eSmrgif test -z "$INSTALL"; then 199615adf0bfSmrgif test ${ac_cv_path_install+y} 199715adf0bfSmrgthen : 199815adf0bfSmrg printf %s "(cached) " >&6 199915adf0bfSmrgelse $as_nop 2000dcae5b9eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2001dcae5b9eSmrgfor as_dir in $PATH 2002dcae5b9eSmrgdo 2003dcae5b9eSmrg IFS=$as_save_IFS 200415adf0bfSmrg case $as_dir in #((( 200515adf0bfSmrg '') as_dir=./ ;; 200615adf0bfSmrg */) ;; 200715adf0bfSmrg *) as_dir=$as_dir/ ;; 200815adf0bfSmrg esac 200915adf0bfSmrg # Account for fact that we put trailing slashes in our PATH walk. 201015adf0bfSmrgcase $as_dir in #(( 201115adf0bfSmrg ./ | /[cC]/* | \ 2012dcae5b9eSmrg /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 2013f1e20f77Smrg ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 2014dcae5b9eSmrg /usr/ucb/* ) ;; 2015dcae5b9eSmrg *) 2016dcae5b9eSmrg # OSF1 and SCO ODT 3.0 have their own names for install. 2017dcae5b9eSmrg # Don't use installbsd from OSF since it installs stuff as root 2018dcae5b9eSmrg # by default. 2019dcae5b9eSmrg for ac_prog in ginstall scoinst install; do 2020dcae5b9eSmrg for ac_exec_ext in '' $ac_executable_extensions; do 202115adf0bfSmrg if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then 2022dcae5b9eSmrg if test $ac_prog = install && 202315adf0bfSmrg grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2024dcae5b9eSmrg # AIX install. It has an incompatible calling convention. 2025dcae5b9eSmrg : 2026dcae5b9eSmrg elif test $ac_prog = install && 202715adf0bfSmrg grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2028dcae5b9eSmrg # program-specific install script used by HP pwplus--don't use. 2029dcae5b9eSmrg : 2030dcae5b9eSmrg else 20315b28e182Smrg rm -rf conftest.one conftest.two conftest.dir 20325b28e182Smrg echo one > conftest.one 20335b28e182Smrg echo two > conftest.two 20345b28e182Smrg mkdir conftest.dir 203515adf0bfSmrg if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && 20365b28e182Smrg test -s conftest.one && test -s conftest.two && 20375b28e182Smrg test -s conftest.dir/conftest.one && 20385b28e182Smrg test -s conftest.dir/conftest.two 20395b28e182Smrg then 204015adf0bfSmrg ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" 20415b28e182Smrg break 3 20425b28e182Smrg fi 2043dcae5b9eSmrg fi 2044dcae5b9eSmrg fi 2045dcae5b9eSmrg done 2046dcae5b9eSmrg done 2047dcae5b9eSmrg ;; 2048dcae5b9eSmrgesac 20495b28e182Smrg 2050f1e20f77Smrg done 20515b28e182SmrgIFS=$as_save_IFS 2052dcae5b9eSmrg 20535b28e182Smrgrm -rf conftest.one conftest.two conftest.dir 2054dcae5b9eSmrg 2055dcae5b9eSmrgfi 205615adf0bfSmrg if test ${ac_cv_path_install+y}; then 2057dcae5b9eSmrg INSTALL=$ac_cv_path_install 2058dcae5b9eSmrg else 20595b28e182Smrg # As a last resort, use the slow shell script. Don't cache a 20605b28e182Smrg # value for INSTALL within a source directory, because that will 2061dcae5b9eSmrg # break other packages using the cache if that directory is 20625b28e182Smrg # removed, or if the value is a relative name. 2063dcae5b9eSmrg INSTALL=$ac_install_sh 2064dcae5b9eSmrg fi 2065dcae5b9eSmrgfi 206615adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 206715adf0bfSmrgprintf "%s\n" "$INSTALL" >&6; } 2068dcae5b9eSmrg 2069dcae5b9eSmrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 2070dcae5b9eSmrg# It thinks the first close brace ends the variable substitution. 2071dcae5b9eSmrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 2072dcae5b9eSmrg 2073dcae5b9eSmrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 2074dcae5b9eSmrg 2075dcae5b9eSmrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2076dcae5b9eSmrg 207715adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 207815adf0bfSmrgprintf %s "checking whether build environment is sane... " >&6; } 20795b28e182Smrg# Reject unsafe characters in $srcdir or the absolute working directory 20805b28e182Smrg# name. Accept space and tab only in the latter. 20815b28e182Smrgam_lf=' 20825b28e182Smrg' 20835b28e182Smrgcase `pwd` in 20845b28e182Smrg *[\\\"\#\$\&\'\`$am_lf]*) 2085f1e20f77Smrg as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 20865b28e182Smrgesac 20875b28e182Smrgcase $srcdir in 20885b28e182Smrg *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 208915adf0bfSmrg as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; 20905b28e182Smrgesac 20915b28e182Smrg 209215adf0bfSmrg# Do 'set' in a subshell so we don't clobber the current shell's 2093dcae5b9eSmrg# arguments. Must try -L first in case configure is actually a 2094dcae5b9eSmrg# symlink; some systems play weird games with the mod time of symlinks 2095dcae5b9eSmrg# (eg FreeBSD returns the mod time of the symlink's containing 2096dcae5b9eSmrg# directory). 2097dcae5b9eSmrgif ( 209815adf0bfSmrg am_has_slept=no 209915adf0bfSmrg for am_try in 1 2; do 210015adf0bfSmrg echo "timestamp, slept: $am_has_slept" > conftest.file 210115adf0bfSmrg set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 210215adf0bfSmrg if test "$*" = "X"; then 210315adf0bfSmrg # -L didn't work. 210415adf0bfSmrg set X `ls -t "$srcdir/configure" conftest.file` 210515adf0bfSmrg fi 210615adf0bfSmrg if test "$*" != "X $srcdir/configure conftest.file" \ 210715adf0bfSmrg && test "$*" != "X conftest.file $srcdir/configure"; then 210815adf0bfSmrg 210915adf0bfSmrg # If neither matched, then we have a broken ls. This can happen 211015adf0bfSmrg # if, for instance, CONFIG_SHELL is bash and it inherits a 211115adf0bfSmrg # broken ls alias from the environment. This has actually 211215adf0bfSmrg # happened. Such a system could not be considered "sane". 211315adf0bfSmrg as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 211415adf0bfSmrg alias in your environment" "$LINENO" 5 211515adf0bfSmrg fi 211615adf0bfSmrg if test "$2" = conftest.file || test $am_try -eq 2; then 211715adf0bfSmrg break 211815adf0bfSmrg fi 211915adf0bfSmrg # Just in case. 212015adf0bfSmrg sleep 1 212115adf0bfSmrg am_has_slept=yes 212215adf0bfSmrg done 2123dcae5b9eSmrg test "$2" = conftest.file 2124dcae5b9eSmrg ) 2125dcae5b9eSmrgthen 2126dcae5b9eSmrg # Ok. 2127dcae5b9eSmrg : 2128dcae5b9eSmrgelse 2129f1e20f77Smrg as_fn_error $? "newly created file is older than distributed files! 2130f1e20f77SmrgCheck your system clock" "$LINENO" 5 2131dcae5b9eSmrgfi 213215adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 213315adf0bfSmrgprintf "%s\n" "yes" >&6; } 213415adf0bfSmrg# If we didn't sleep, we still need to ensure time stamps of config.status and 213515adf0bfSmrg# generated files are strictly newer. 213615adf0bfSmrgam_sleep_pid= 213715adf0bfSmrgif grep 'slept: no' conftest.file >/dev/null 2>&1; then 213815adf0bfSmrg ( sleep 1 ) & 213915adf0bfSmrg am_sleep_pid=$! 214015adf0bfSmrgfi 214115adf0bfSmrg 214215adf0bfSmrgrm -f conftest.file 214315adf0bfSmrg 2144dcae5b9eSmrgtest "$program_prefix" != NONE && 21455b28e182Smrg program_transform_name="s&^&$program_prefix&;$program_transform_name" 2146dcae5b9eSmrg# Use a double $ so make ignores it. 2147dcae5b9eSmrgtest "$program_suffix" != NONE && 21485b28e182Smrg program_transform_name="s&\$&$program_suffix&;$program_transform_name" 21495b28e182Smrg# Double any \ or $. 2150dcae5b9eSmrg# By default was `s,x,x', remove it if useless. 21515b28e182Smrgac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 215215adf0bfSmrgprogram_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` 2153dcae5b9eSmrg 2154dcae5b9eSmrg 215515adf0bfSmrg# Expand $ac_aux_dir to an absolute path. 215615adf0bfSmrgam_aux_dir=`cd "$ac_aux_dir" && pwd` 215715adf0bfSmrg 215815adf0bfSmrg 215915adf0bfSmrg if test x"${MISSING+set}" != xset; then 216015adf0bfSmrg MISSING="\${SHELL} '$am_aux_dir/missing'" 21615b28e182Smrgfi 2162dcae5b9eSmrg# Use eval to expand $SHELL 216315adf0bfSmrgif eval "$MISSING --is-lightweight"; then 216415adf0bfSmrg am_missing_run="$MISSING " 2165dcae5b9eSmrgelse 2166dcae5b9eSmrg am_missing_run= 216715adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 216815adf0bfSmrgprintf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} 21695b28e182Smrgfi 21705b28e182Smrg 217115adf0bfSmrgif test x"${install_sh+set}" != xset; then 21725b28e182Smrg case $am_aux_dir in 21735b28e182Smrg *\ * | *\ *) 21745b28e182Smrg install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 21755b28e182Smrg *) 21765b28e182Smrg install_sh="\${SHELL} $am_aux_dir/install-sh" 21775b28e182Smrg esac 21785b28e182Smrgfi 21795b28e182Smrg 218015adf0bfSmrg# Installed binaries are usually stripped using 'strip' when the user 218115adf0bfSmrg# run "make install-strip". However 'strip' might not be the right 21825b28e182Smrg# tool to use in cross-compilation environments, therefore Automake 218315adf0bfSmrg# will honor the 'STRIP' environment variable to overrule this program. 21845b28e182Smrgif test "$cross_compiling" != no; then 21855b28e182Smrg if test -n "$ac_tool_prefix"; then 21865b28e182Smrg # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 21875b28e182Smrgset dummy ${ac_tool_prefix}strip; ac_word=$2 218815adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 218915adf0bfSmrgprintf %s "checking for $ac_word... " >&6; } 219015adf0bfSmrgif test ${ac_cv_prog_STRIP+y} 219115adf0bfSmrgthen : 219215adf0bfSmrg printf %s "(cached) " >&6 219315adf0bfSmrgelse $as_nop 21945b28e182Smrg if test -n "$STRIP"; then 21955b28e182Smrg ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 21965b28e182Smrgelse 21975b28e182Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 21985b28e182Smrgfor as_dir in $PATH 21995b28e182Smrgdo 22005b28e182Smrg IFS=$as_save_IFS 220115adf0bfSmrg case $as_dir in #((( 220215adf0bfSmrg '') as_dir=./ ;; 220315adf0bfSmrg */) ;; 220415adf0bfSmrg *) as_dir=$as_dir/ ;; 220515adf0bfSmrg esac 2206f1e20f77Smrg for ac_exec_ext in '' $ac_executable_extensions; do 220715adf0bfSmrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 22085b28e182Smrg ac_cv_prog_STRIP="${ac_tool_prefix}strip" 220915adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 22105b28e182Smrg break 2 22115b28e182Smrg fi 22125b28e182Smrgdone 2213f1e20f77Smrg done 22145b28e182SmrgIFS=$as_save_IFS 22155b28e182Smrg 22165b28e182Smrgfi 22175b28e182Smrgfi 22185b28e182SmrgSTRIP=$ac_cv_prog_STRIP 22195b28e182Smrgif test -n "$STRIP"; then 222015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 222115adf0bfSmrgprintf "%s\n" "$STRIP" >&6; } 22225b28e182Smrgelse 222315adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 222415adf0bfSmrgprintf "%s\n" "no" >&6; } 22255b28e182Smrgfi 22265b28e182Smrg 22275b28e182Smrg 22285b28e182Smrgfi 22295b28e182Smrgif test -z "$ac_cv_prog_STRIP"; then 22305b28e182Smrg ac_ct_STRIP=$STRIP 22315b28e182Smrg # Extract the first word of "strip", so it can be a program name with args. 22325b28e182Smrgset dummy strip; ac_word=$2 223315adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 223415adf0bfSmrgprintf %s "checking for $ac_word... " >&6; } 223515adf0bfSmrgif test ${ac_cv_prog_ac_ct_STRIP+y} 223615adf0bfSmrgthen : 223715adf0bfSmrg printf %s "(cached) " >&6 223815adf0bfSmrgelse $as_nop 22395b28e182Smrg if test -n "$ac_ct_STRIP"; then 22405b28e182Smrg ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 22415b28e182Smrgelse 22425b28e182Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 22435b28e182Smrgfor as_dir in $PATH 22445b28e182Smrgdo 22455b28e182Smrg IFS=$as_save_IFS 224615adf0bfSmrg case $as_dir in #((( 224715adf0bfSmrg '') as_dir=./ ;; 224815adf0bfSmrg */) ;; 224915adf0bfSmrg *) as_dir=$as_dir/ ;; 225015adf0bfSmrg esac 2251f1e20f77Smrg for ac_exec_ext in '' $ac_executable_extensions; do 225215adf0bfSmrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 22535b28e182Smrg ac_cv_prog_ac_ct_STRIP="strip" 225415adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 22555b28e182Smrg break 2 22565b28e182Smrg fi 22575b28e182Smrgdone 2258f1e20f77Smrg done 22595b28e182SmrgIFS=$as_save_IFS 22605b28e182Smrg 22615b28e182Smrgfi 22625b28e182Smrgfi 22635b28e182Smrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 22645b28e182Smrgif test -n "$ac_ct_STRIP"; then 226515adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 226615adf0bfSmrgprintf "%s\n" "$ac_ct_STRIP" >&6; } 22675b28e182Smrgelse 226815adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 226915adf0bfSmrgprintf "%s\n" "no" >&6; } 2270dcae5b9eSmrgfi 2271dcae5b9eSmrg 22725b28e182Smrg if test "x$ac_ct_STRIP" = x; then 22735b28e182Smrg STRIP=":" 22745b28e182Smrg else 22755b28e182Smrg case $cross_compiling:$ac_tool_warned in 22765b28e182Smrgyes:) 227715adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 227815adf0bfSmrgprintf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 22795b28e182Smrgac_tool_warned=yes ;; 22805b28e182Smrgesac 22815b28e182Smrg STRIP=$ac_ct_STRIP 22825b28e182Smrg fi 22835b28e182Smrgelse 22845b28e182Smrg STRIP="$ac_cv_prog_STRIP" 22855b28e182Smrgfi 22865b28e182Smrg 22875b28e182Smrgfi 22885b28e182SmrgINSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 22895b28e182Smrg 229015adf0bfSmrg 229115adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 229215adf0bfSmrgprintf %s "checking for a race-free mkdir -p... " >&6; } 22935b28e182Smrgif test -z "$MKDIR_P"; then 229415adf0bfSmrg if test ${ac_cv_path_mkdir+y} 229515adf0bfSmrgthen : 229615adf0bfSmrg printf %s "(cached) " >&6 229715adf0bfSmrgelse $as_nop 22985b28e182Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 22995b28e182Smrgfor as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 23005b28e182Smrgdo 23015b28e182Smrg IFS=$as_save_IFS 230215adf0bfSmrg case $as_dir in #((( 230315adf0bfSmrg '') as_dir=./ ;; 230415adf0bfSmrg */) ;; 230515adf0bfSmrg *) as_dir=$as_dir/ ;; 230615adf0bfSmrg esac 2307f1e20f77Smrg for ac_prog in mkdir gmkdir; do 23085b28e182Smrg for ac_exec_ext in '' $ac_executable_extensions; do 230915adf0bfSmrg as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue 231015adf0bfSmrg case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( 231115adf0bfSmrg 'mkdir ('*'coreutils) '* | \ 231215adf0bfSmrg 'BusyBox '* | \ 23135b28e182Smrg 'mkdir (fileutils) '4.1*) 231415adf0bfSmrg ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext 23155b28e182Smrg break 3;; 23165b28e182Smrg esac 23175b28e182Smrg done 23185b28e182Smrg done 2319f1e20f77Smrg done 23205b28e182SmrgIFS=$as_save_IFS 23215b28e182Smrg 23225b28e182Smrgfi 23235b28e182Smrg 2324f1e20f77Smrg test -d ./--version && rmdir ./--version 232515adf0bfSmrg if test ${ac_cv_path_mkdir+y}; then 23265b28e182Smrg MKDIR_P="$ac_cv_path_mkdir -p" 23275b28e182Smrg else 23285b28e182Smrg # As a last resort, use the slow shell script. Don't cache a 23295b28e182Smrg # value for MKDIR_P within a source directory, because that will 23305b28e182Smrg # break other packages using the cache if that directory is 23315b28e182Smrg # removed, or if the value is a relative name. 23325b28e182Smrg MKDIR_P="$ac_install_sh -d" 23335b28e182Smrg fi 23345b28e182Smrgfi 233515adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 233615adf0bfSmrgprintf "%s\n" "$MKDIR_P" >&6; } 23375b28e182Smrg 2338dcae5b9eSmrgfor ac_prog in gawk mawk nawk awk 2339dcae5b9eSmrgdo 2340dcae5b9eSmrg # Extract the first word of "$ac_prog", so it can be a program name with args. 2341dcae5b9eSmrgset dummy $ac_prog; ac_word=$2 234215adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 234315adf0bfSmrgprintf %s "checking for $ac_word... " >&6; } 234415adf0bfSmrgif test ${ac_cv_prog_AWK+y} 234515adf0bfSmrgthen : 234615adf0bfSmrg printf %s "(cached) " >&6 234715adf0bfSmrgelse $as_nop 2348dcae5b9eSmrg if test -n "$AWK"; then 2349dcae5b9eSmrg ac_cv_prog_AWK="$AWK" # Let the user override the test. 2350dcae5b9eSmrgelse 2351dcae5b9eSmrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2352dcae5b9eSmrgfor as_dir in $PATH 2353dcae5b9eSmrgdo 2354dcae5b9eSmrg IFS=$as_save_IFS 235515adf0bfSmrg case $as_dir in #((( 235615adf0bfSmrg '') as_dir=./ ;; 235715adf0bfSmrg */) ;; 235815adf0bfSmrg *) as_dir=$as_dir/ ;; 235915adf0bfSmrg esac 2360f1e20f77Smrg for ac_exec_ext in '' $ac_executable_extensions; do 236115adf0bfSmrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2362dcae5b9eSmrg ac_cv_prog_AWK="$ac_prog" 236315adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2364dcae5b9eSmrg break 2 2365dcae5b9eSmrg fi 2366dcae5b9eSmrgdone 2367f1e20f77Smrg done 23685b28e182SmrgIFS=$as_save_IFS 2369dcae5b9eSmrg 2370dcae5b9eSmrgfi 2371dcae5b9eSmrgfi 2372dcae5b9eSmrgAWK=$ac_cv_prog_AWK 2373dcae5b9eSmrgif test -n "$AWK"; then 237415adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 237515adf0bfSmrgprintf "%s\n" "$AWK" >&6; } 2376dcae5b9eSmrgelse 237715adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 237815adf0bfSmrgprintf "%s\n" "no" >&6; } 2379dcae5b9eSmrgfi 2380dcae5b9eSmrg 23815b28e182Smrg 2382dcae5b9eSmrg test -n "$AWK" && break 2383dcae5b9eSmrgdone 2384dcae5b9eSmrg 238515adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 238615adf0bfSmrgprintf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 23875b28e182Smrgset x ${MAKE-make} 238815adf0bfSmrgac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 238915adf0bfSmrgif eval test \${ac_cv_prog_make_${ac_make}_set+y} 239015adf0bfSmrgthen : 239115adf0bfSmrg printf %s "(cached) " >&6 239215adf0bfSmrgelse $as_nop 2393dcae5b9eSmrg cat >conftest.make <<\_ACEOF 23945b28e182SmrgSHELL = /bin/sh 2395dcae5b9eSmrgall: 23965b28e182Smrg @echo '@@@%%%=$(MAKE)=@@@%%%' 2397dcae5b9eSmrg_ACEOF 2398f1e20f77Smrg# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 23995b28e182Smrgcase `${MAKE-make} -f conftest.make 2>/dev/null` in 24005b28e182Smrg *@@@%%%=?*=@@@%%%*) 24015b28e182Smrg eval ac_cv_prog_make_${ac_make}_set=yes;; 24025b28e182Smrg *) 24035b28e182Smrg eval ac_cv_prog_make_${ac_make}_set=no;; 24045b28e182Smrgesac 2405dcae5b9eSmrgrm -f conftest.make 2406dcae5b9eSmrgfi 24075b28e182Smrgif eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 240815adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 240915adf0bfSmrgprintf "%s\n" "yes" >&6; } 2410dcae5b9eSmrg SET_MAKE= 2411dcae5b9eSmrgelse 241215adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 241315adf0bfSmrgprintf "%s\n" "no" >&6; } 2414dcae5b9eSmrg SET_MAKE="MAKE=${MAKE-make}" 2415dcae5b9eSmrgfi 2416dcae5b9eSmrg 2417dcae5b9eSmrgrm -rf .tst 2>/dev/null 2418dcae5b9eSmrgmkdir .tst 2>/dev/null 2419dcae5b9eSmrgif test -d .tst; then 2420dcae5b9eSmrg am__leading_dot=. 2421dcae5b9eSmrgelse 2422dcae5b9eSmrg am__leading_dot=_ 2423dcae5b9eSmrgfi 2424dcae5b9eSmrgrmdir .tst 2>/dev/null 2425dcae5b9eSmrg 242615adf0bfSmrg# Check whether --enable-silent-rules was given. 242715adf0bfSmrgif test ${enable_silent_rules+y} 242815adf0bfSmrgthen : 242915adf0bfSmrg enableval=$enable_silent_rules; 243015adf0bfSmrgfi 243115adf0bfSmrg 243215adf0bfSmrgcase $enable_silent_rules in # ((( 243315adf0bfSmrg yes) AM_DEFAULT_VERBOSITY=0;; 243415adf0bfSmrg no) AM_DEFAULT_VERBOSITY=1;; 243515adf0bfSmrg *) AM_DEFAULT_VERBOSITY=1;; 243615adf0bfSmrgesac 243715adf0bfSmrgam_make=${MAKE-make} 243815adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 243915adf0bfSmrgprintf %s "checking whether $am_make supports nested variables... " >&6; } 244015adf0bfSmrgif test ${am_cv_make_support_nested_variables+y} 244115adf0bfSmrgthen : 244215adf0bfSmrg printf %s "(cached) " >&6 244315adf0bfSmrgelse $as_nop 244415adf0bfSmrg if printf "%s\n" 'TRUE=$(BAR$(V)) 244515adf0bfSmrgBAR0=false 244615adf0bfSmrgBAR1=true 244715adf0bfSmrgV=1 244815adf0bfSmrgam__doit: 244915adf0bfSmrg @$(TRUE) 245015adf0bfSmrg.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 245115adf0bfSmrg am_cv_make_support_nested_variables=yes 245215adf0bfSmrgelse 245315adf0bfSmrg am_cv_make_support_nested_variables=no 245415adf0bfSmrgfi 245515adf0bfSmrgfi 245615adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 245715adf0bfSmrgprintf "%s\n" "$am_cv_make_support_nested_variables" >&6; } 245815adf0bfSmrgif test $am_cv_make_support_nested_variables = yes; then 245915adf0bfSmrg AM_V='$(V)' 246015adf0bfSmrg AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 246115adf0bfSmrgelse 246215adf0bfSmrg AM_V=$AM_DEFAULT_VERBOSITY 246315adf0bfSmrg AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 246415adf0bfSmrgfi 246515adf0bfSmrgAM_BACKSLASH='\' 246615adf0bfSmrg 24675b28e182Smrgif test "`cd $srcdir && pwd`" != "`pwd`"; then 24685b28e182Smrg # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 24695b28e182Smrg # is not polluted with repeated "-I." 24705b28e182Smrg am__isrc=' -I$(srcdir)' 24715b28e182Smrg # test to see if srcdir already configured 24725b28e182Smrg if test -f $srcdir/config.status; then 2473f1e20f77Smrg as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 24745b28e182Smrg fi 2475dcae5b9eSmrgfi 2476dcae5b9eSmrg 2477dcae5b9eSmrg# test whether we have cygpath 2478dcae5b9eSmrgif test -z "$CYGPATH_W"; then 2479dcae5b9eSmrg if (cygpath --version) >/dev/null 2>/dev/null; then 2480dcae5b9eSmrg CYGPATH_W='cygpath -w' 2481dcae5b9eSmrg else 2482dcae5b9eSmrg CYGPATH_W=echo 2483dcae5b9eSmrg fi 2484dcae5b9eSmrgfi 2485dcae5b9eSmrg 2486dcae5b9eSmrg 2487dcae5b9eSmrg# Define the identity of the package. 2488dcae5b9eSmrg PACKAGE='font-bh-75dpi' 248915adf0bfSmrg VERSION='1.0.4' 2490dcae5b9eSmrg 2491dcae5b9eSmrg 249215adf0bfSmrgprintf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h 2493dcae5b9eSmrg 2494dcae5b9eSmrg 249515adf0bfSmrgprintf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h 2496dcae5b9eSmrg 2497dcae5b9eSmrg# Some tools Automake needs. 2498dcae5b9eSmrg 2499dcae5b9eSmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 2500dcae5b9eSmrg 2501dcae5b9eSmrg 2502dcae5b9eSmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 2503dcae5b9eSmrg 2504dcae5b9eSmrg 2505dcae5b9eSmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 2506dcae5b9eSmrg 2507dcae5b9eSmrg 2508dcae5b9eSmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 2509dcae5b9eSmrg 2510dcae5b9eSmrg 2511dcae5b9eSmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2512dcae5b9eSmrg 251315adf0bfSmrg# For better backward compatibility. To be removed once Automake 1.9.x 251415adf0bfSmrg# dies out for good. For more background, see: 251515adf0bfSmrg# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> 251615adf0bfSmrg# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> 251715adf0bfSmrgmkdir_p='$(MKDIR_P)' 25185b28e182Smrg 251915adf0bfSmrg# We need awk for the "check" target (and possibly the TAP driver). The 252015adf0bfSmrg# system "awk" is bad on some platforms. 252115adf0bfSmrg# Always define AMTAR for backward compatibility. Yes, it's still used 252215adf0bfSmrg# in the wild :-( We should find a proper way to deprecate it ... 252315adf0bfSmrgAMTAR='$${TAR-tar}' 25245b28e182Smrg 25255b28e182Smrg 252615adf0bfSmrg# We'll loop over all known methods to create a tar archive until one works. 252715adf0bfSmrg_am_tools='gnutar pax cpio none' 25285b28e182Smrg 252915adf0bfSmrgam__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 25305b28e182Smrg 25315b28e182Smrg 253215adf0bfSmrg 253315adf0bfSmrg 253415adf0bfSmrg 253515adf0bfSmrg# Variables for tags utilities; see am/tags.am 253615adf0bfSmrgif test -z "$CTAGS"; then 253715adf0bfSmrg CTAGS=ctags 25385b28e182Smrgfi 25395b28e182Smrg 254015adf0bfSmrgif test -z "$ETAGS"; then 254115adf0bfSmrg ETAGS=etags 25425b28e182Smrgfi 25435b28e182Smrg 254415adf0bfSmrgif test -z "$CSCOPE"; then 254515adf0bfSmrg CSCOPE=cscope 254615adf0bfSmrgfi 25475b28e182Smrg 25485b28e182Smrg 25495b28e182Smrg 255015adf0bfSmrg# POSIX will say in a future version that running "rm -f" with no argument 255115adf0bfSmrg# is OK; and we want to be able to make that assumption in our Makefile 255215adf0bfSmrg# recipes. So use an aggressive probe to check that the usage we want is 255315adf0bfSmrg# actually supported "in the wild" to an acceptable degree. 255415adf0bfSmrg# See automake bug#10828. 255515adf0bfSmrg# To make any issue more visible, cause the running configure to be aborted 255615adf0bfSmrg# by default if the 'rm' program in use doesn't match our expectations; the 255715adf0bfSmrg# user can still override this though. 255815adf0bfSmrgif rm -f && rm -fr && rm -rf; then : OK; else 255915adf0bfSmrg cat >&2 <<'END' 256015adf0bfSmrgOops! 25615b28e182Smrg 256215adf0bfSmrgYour 'rm' program seems unable to run without file operands specified 256315adf0bfSmrgon the command line, even when the '-f' option is present. This is contrary 256415adf0bfSmrgto the behaviour of most rm programs out there, and not conforming with 256515adf0bfSmrgthe upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> 2566f1e20f77Smrg 256715adf0bfSmrgPlease tell bug-automake@gnu.org about your system, including the value 256815adf0bfSmrgof your $PATH and any error possibly output before this message. This 256915adf0bfSmrgcan help us improve future automake versions. 25705b28e182Smrg 257115adf0bfSmrgEND 257215adf0bfSmrg if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then 257315adf0bfSmrg echo 'Configuration will proceed anyway, since you have set the' >&2 257415adf0bfSmrg echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 257515adf0bfSmrg echo >&2 257615adf0bfSmrg else 257715adf0bfSmrg cat >&2 <<'END' 257815adf0bfSmrgAborting the configuration process, to ensure you take notice of the issue. 25795b28e182Smrg 258015adf0bfSmrgYou can download and install GNU coreutils to get an 'rm' implementation 258115adf0bfSmrgthat behaves properly: <https://www.gnu.org/software/coreutils/>. 25825b28e182Smrg 258315adf0bfSmrgIf you want to complete the configuration process using your problematic 258415adf0bfSmrg'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM 258515adf0bfSmrgto "yes", and re-run configure. 2586f1e20f77Smrg 258715adf0bfSmrgEND 258815adf0bfSmrg as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 258915adf0bfSmrg fi 25905b28e182Smrgfi 25915b28e182Smrg 25925b28e182Smrg 259315adf0bfSmrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS 259415adf0bfSmrg 259515adf0bfSmrg 259615adf0bfSmrg 25975b28e182Smrg 25985b28e182Smrg 25995b28e182Smrg 26005b28e182Smrg 26015b28e182Smrg 26025b28e182Smrg 26035b28e182Smrg 26045b28e182Smrg 26055b28e182Smrg 26065b28e182Smrg 26075b28e182Smrg 26085b28e182Smrg 26095b28e182Smrg 26105b28e182Smrg 26115b28e182Smrg 2612f1e20f77Smrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 2613f1e20f77Smrg if test -n "$ac_tool_prefix"; then 2614f1e20f77Smrg # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 2615f1e20f77Smrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2 261615adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 261715adf0bfSmrgprintf %s "checking for $ac_word... " >&6; } 261815adf0bfSmrgif test ${ac_cv_path_PKG_CONFIG+y} 261915adf0bfSmrgthen : 262015adf0bfSmrg printf %s "(cached) " >&6 262115adf0bfSmrgelse $as_nop 2622f1e20f77Smrg case $PKG_CONFIG in 2623f1e20f77Smrg [\\/]* | ?:[\\/]*) 2624f1e20f77Smrg ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 2625f1e20f77Smrg ;; 2626f1e20f77Smrg *) 2627f1e20f77Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2628f1e20f77Smrgfor as_dir in $PATH 26295b28e182Smrgdo 2630f1e20f77Smrg IFS=$as_save_IFS 263115adf0bfSmrg case $as_dir in #((( 263215adf0bfSmrg '') as_dir=./ ;; 263315adf0bfSmrg */) ;; 263415adf0bfSmrg *) as_dir=$as_dir/ ;; 263515adf0bfSmrg esac 2636f1e20f77Smrg for ac_exec_ext in '' $ac_executable_extensions; do 263715adf0bfSmrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 263815adf0bfSmrg ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" 263915adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2640f1e20f77Smrg break 2 2641f1e20f77Smrg fi 2642f1e20f77Smrgdone 2643f1e20f77Smrg done 2644f1e20f77SmrgIFS=$as_save_IFS 2645f1e20f77Smrg 2646f1e20f77Smrg ;; 26475b28e182Smrgesac 2648f1e20f77Smrgfi 2649f1e20f77SmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG 2650f1e20f77Smrgif test -n "$PKG_CONFIG"; then 265115adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 265215adf0bfSmrgprintf "%s\n" "$PKG_CONFIG" >&6; } 26535b28e182Smrgelse 265415adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 265515adf0bfSmrgprintf "%s\n" "no" >&6; } 26565b28e182Smrgfi 26575b28e182Smrg 26585b28e182Smrg 26595b28e182Smrgfi 2660f1e20f77Smrgif test -z "$ac_cv_path_PKG_CONFIG"; then 2661f1e20f77Smrg ac_pt_PKG_CONFIG=$PKG_CONFIG 2662f1e20f77Smrg # Extract the first word of "pkg-config", so it can be a program name with args. 2663f1e20f77Smrgset dummy pkg-config; ac_word=$2 266415adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 266515adf0bfSmrgprintf %s "checking for $ac_word... " >&6; } 266615adf0bfSmrgif test ${ac_cv_path_ac_pt_PKG_CONFIG+y} 266715adf0bfSmrgthen : 266815adf0bfSmrg printf %s "(cached) " >&6 266915adf0bfSmrgelse $as_nop 2670f1e20f77Smrg case $ac_pt_PKG_CONFIG in 2671f1e20f77Smrg [\\/]* | ?:[\\/]*) 2672f1e20f77Smrg ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 2673f1e20f77Smrg ;; 26745b28e182Smrg *) 2675f1e20f77Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2676f1e20f77Smrgfor as_dir in $PATH 2677f1e20f77Smrgdo 2678f1e20f77Smrg IFS=$as_save_IFS 267915adf0bfSmrg case $as_dir in #((( 268015adf0bfSmrg '') as_dir=./ ;; 268115adf0bfSmrg */) ;; 268215adf0bfSmrg *) as_dir=$as_dir/ ;; 268315adf0bfSmrg esac 2684f1e20f77Smrg for ac_exec_ext in '' $ac_executable_extensions; do 268515adf0bfSmrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 268615adf0bfSmrg ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" 268715adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2688f1e20f77Smrg break 2 2689f1e20f77Smrg fi 2690f1e20f77Smrgdone 2691f1e20f77Smrg done 2692f1e20f77SmrgIFS=$as_save_IFS 26935b28e182Smrg 2694f1e20f77Smrg ;; 2695f1e20f77Smrgesac 2696f1e20f77Smrgfi 2697f1e20f77Smrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 2698f1e20f77Smrgif test -n "$ac_pt_PKG_CONFIG"; then 269915adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 270015adf0bfSmrgprintf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } 2701f1e20f77Smrgelse 270215adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 270315adf0bfSmrgprintf "%s\n" "no" >&6; } 2704f1e20f77Smrgfi 27055b28e182Smrg 2706f1e20f77Smrg if test "x$ac_pt_PKG_CONFIG" = x; then 2707f1e20f77Smrg PKG_CONFIG="" 2708f1e20f77Smrg else 2709f1e20f77Smrg case $cross_compiling:$ac_tool_warned in 2710f1e20f77Smrgyes:) 271115adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 271215adf0bfSmrgprintf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2713f1e20f77Smrgac_tool_warned=yes ;; 2714f1e20f77Smrgesac 2715f1e20f77Smrg PKG_CONFIG=$ac_pt_PKG_CONFIG 2716f1e20f77Smrg fi 2717f1e20f77Smrgelse 2718f1e20f77Smrg PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 2719f1e20f77Smrgfi 27205b28e182Smrg 2721f1e20f77Smrgfi 2722f1e20f77Smrgif test -n "$PKG_CONFIG"; then 2723f1e20f77Smrg _pkg_min_version=0.9.0 272415adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 272515adf0bfSmrgprintf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } 2726f1e20f77Smrg if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 272715adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 272815adf0bfSmrgprintf "%s\n" "yes" >&6; } 2729f1e20f77Smrg else 273015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 273115adf0bfSmrgprintf "%s\n" "no" >&6; } 2732f1e20f77Smrg PKG_CONFIG="" 2733f1e20f77Smrg fi 2734f1e20f77Smrgfi 27355b28e182Smrg 273615adf0bfSmrg 273715adf0bfSmrg # Make sure we can run config.sub. 273815adf0bfSmrg$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || 273915adf0bfSmrg as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 274015adf0bfSmrg 274115adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 274215adf0bfSmrgprintf %s "checking build system type... " >&6; } 274315adf0bfSmrgif test ${ac_cv_build+y} 274415adf0bfSmrgthen : 274515adf0bfSmrg printf %s "(cached) " >&6 274615adf0bfSmrgelse $as_nop 27475b28e182Smrg ac_build_alias=$build_alias 27485b28e182Smrgtest "x$ac_build_alias" = x && 274915adf0bfSmrg ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` 27505b28e182Smrgtest "x$ac_build_alias" = x && 2751f1e20f77Smrg as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 275215adf0bfSmrgac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || 275315adf0bfSmrg as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 27545b28e182Smrg 27555b28e182Smrgfi 275615adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 275715adf0bfSmrgprintf "%s\n" "$ac_cv_build" >&6; } 27585b28e182Smrgcase $ac_cv_build in 27595b28e182Smrg*-*-*) ;; 2760f1e20f77Smrg*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 27615b28e182Smrgesac 27625b28e182Smrgbuild=$ac_cv_build 27635b28e182Smrgac_save_IFS=$IFS; IFS='-' 27645b28e182Smrgset x $ac_cv_build 27655b28e182Smrgshift 27665b28e182Smrgbuild_cpu=$1 27675b28e182Smrgbuild_vendor=$2 27685b28e182Smrgshift; shift 27695b28e182Smrg# Remember, the first character of IFS is used to create $*, 27705b28e182Smrg# except with old shells: 27715b28e182Smrgbuild_os=$* 27725b28e182SmrgIFS=$ac_save_IFS 27735b28e182Smrgcase $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 27745b28e182Smrg 27755b28e182Smrg 277615adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 277715adf0bfSmrgprintf %s "checking host system type... " >&6; } 277815adf0bfSmrgif test ${ac_cv_host+y} 277915adf0bfSmrgthen : 278015adf0bfSmrg printf %s "(cached) " >&6 278115adf0bfSmrgelse $as_nop 27825b28e182Smrg if test "x$host_alias" = x; then 27835b28e182Smrg ac_cv_host=$ac_cv_build 27845b28e182Smrgelse 278515adf0bfSmrg ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || 278615adf0bfSmrg as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 2787dcae5b9eSmrgfi 2788dcae5b9eSmrg 27895b28e182Smrgfi 279015adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 279115adf0bfSmrgprintf "%s\n" "$ac_cv_host" >&6; } 27925b28e182Smrgcase $ac_cv_host in 27935b28e182Smrg*-*-*) ;; 2794f1e20f77Smrg*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 27955b28e182Smrgesac 27965b28e182Smrghost=$ac_cv_host 27975b28e182Smrgac_save_IFS=$IFS; IFS='-' 27985b28e182Smrgset x $ac_cv_host 27995b28e182Smrgshift 28005b28e182Smrghost_cpu=$1 28015b28e182Smrghost_vendor=$2 28025b28e182Smrgshift; shift 28035b28e182Smrg# Remember, the first character of IFS is used to create $*, 28045b28e182Smrg# except with old shells: 28055b28e182Smrghost_os=$* 28065b28e182SmrgIFS=$ac_save_IFS 28075b28e182Smrgcase $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 28085b28e182Smrg 28095b28e182Smrg 281015adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 281115adf0bfSmrgprintf %s "checking for a sed that does not truncate output... " >&6; } 281215adf0bfSmrgif test ${ac_cv_path_SED+y} 281315adf0bfSmrgthen : 281415adf0bfSmrg printf %s "(cached) " >&6 281515adf0bfSmrgelse $as_nop 2816f1e20f77Smrg ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ 2817f1e20f77Smrg for ac_i in 1 2 3 4 5 6 7; do 2818f1e20f77Smrg ac_script="$ac_script$as_nl$ac_script" 2819f1e20f77Smrg done 2820f1e20f77Smrg echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed 2821f1e20f77Smrg { ac_script=; unset ac_script;} 2822f1e20f77Smrg if test -z "$SED"; then 2823f1e20f77Smrg ac_path_SED_found=false 2824f1e20f77Smrg # Loop through the user's path and test for each of PROGNAME-LIST 2825f1e20f77Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2826f1e20f77Smrgfor as_dir in $PATH 2827f1e20f77Smrgdo 2828f1e20f77Smrg IFS=$as_save_IFS 282915adf0bfSmrg case $as_dir in #((( 283015adf0bfSmrg '') as_dir=./ ;; 283115adf0bfSmrg */) ;; 283215adf0bfSmrg *) as_dir=$as_dir/ ;; 283315adf0bfSmrg esac 283415adf0bfSmrg for ac_prog in sed gsed 283515adf0bfSmrg do 2836f1e20f77Smrg for ac_exec_ext in '' $ac_executable_extensions; do 283715adf0bfSmrg ac_path_SED="$as_dir$ac_prog$ac_exec_ext" 283815adf0bfSmrg as_fn_executable_p "$ac_path_SED" || continue 2839f1e20f77Smrg# Check for GNU ac_path_SED and select it if it is found. 2840f1e20f77Smrg # Check for GNU $ac_path_SED 2841f1e20f77Smrgcase `"$ac_path_SED" --version 2>&1` in 2842f1e20f77Smrg*GNU*) 2843f1e20f77Smrg ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; 2844f1e20f77Smrg*) 2845f1e20f77Smrg ac_count=0 284615adf0bfSmrg printf %s 0123456789 >"conftest.in" 2847f1e20f77Smrg while : 2848f1e20f77Smrg do 2849f1e20f77Smrg cat "conftest.in" "conftest.in" >"conftest.tmp" 2850f1e20f77Smrg mv "conftest.tmp" "conftest.in" 2851f1e20f77Smrg cp "conftest.in" "conftest.nl" 285215adf0bfSmrg printf "%s\n" '' >> "conftest.nl" 2853f1e20f77Smrg "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break 2854f1e20f77Smrg diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 2855f1e20f77Smrg as_fn_arith $ac_count + 1 && ac_count=$as_val 2856f1e20f77Smrg if test $ac_count -gt ${ac_path_SED_max-0}; then 2857f1e20f77Smrg # Best one so far, save it but keep looking for a better one 2858f1e20f77Smrg ac_cv_path_SED="$ac_path_SED" 2859f1e20f77Smrg ac_path_SED_max=$ac_count 2860f1e20f77Smrg fi 2861f1e20f77Smrg # 10*(2^10) chars as input seems more than enough 2862f1e20f77Smrg test $ac_count -gt 10 && break 2863f1e20f77Smrg done 2864f1e20f77Smrg rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 2865f1e20f77Smrgesac 2866f1e20f77Smrg 2867f1e20f77Smrg $ac_path_SED_found && break 3 2868f1e20f77Smrg done 2869f1e20f77Smrg done 2870f1e20f77Smrg done 2871f1e20f77SmrgIFS=$as_save_IFS 2872f1e20f77Smrg if test -z "$ac_cv_path_SED"; then 2873f1e20f77Smrg as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 2874f1e20f77Smrg fi 2875f1e20f77Smrgelse 2876f1e20f77Smrg ac_cv_path_SED=$SED 2877f1e20f77Smrgfi 2878f1e20f77Smrg 2879f1e20f77Smrgfi 288015adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 288115adf0bfSmrgprintf "%s\n" "$ac_cv_path_SED" >&6; } 2882f1e20f77Smrg SED="$ac_cv_path_SED" 2883f1e20f77Smrg rm -f conftest.sed 2884f1e20f77Smrg 2885f1e20f77Smrg 28865b28e182Smrg 28875b28e182Smrg 28885b28e182Smrg 28895b28e182Smrgcat >>confdefs.h <<_ACEOF 28905b28e182Smrg#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1` 28915b28e182Smrg_ACEOF 28925b28e182Smrg 28935b28e182Smrg PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1` 28945b28e182Smrg if test "x$PVM" = "x"; then 28955b28e182Smrg PVM="0" 28965b28e182Smrg fi 28975b28e182Smrg 289815adf0bfSmrgprintf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h 28995b28e182Smrg 29005b28e182Smrg PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1` 29015b28e182Smrg if test "x$PVP" = "x"; then 29025b28e182Smrg PVP="0" 29035b28e182Smrg fi 29045b28e182Smrg 290515adf0bfSmrgprintf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h 29065b28e182Smrg 29075b28e182Smrg 29085b28e182Smrg 290915adf0bfSmrgCHANGELOG_CMD="((GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp) 2>/dev/null && \ 2910f1e20f77Smrgmv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \ 291115adf0bfSmrg|| (rm -f \$(top_srcdir)/.changelog.tmp; test -e \$(top_srcdir)/ChangeLog || ( \ 291215adf0bfSmrgtouch \$(top_srcdir)/ChangeLog; \ 291315adf0bfSmrgecho 'git failed to create ChangeLog: installing empty ChangeLog.' >&2))" 29145b28e182Smrg 2915f1e20f77Smrg 2916f1e20f77Smrg 2917f1e20f77Smrg 2918f1e20f77Smrgmacros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros` 2919f1e20f77SmrgINSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \ 2920f1e20f77Smrgmv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \ 292115adf0bfSmrg|| (rm -f \$(top_srcdir)/.INSTALL.tmp; test -e \$(top_srcdir)/INSTALL || ( \ 292215adf0bfSmrgtouch \$(top_srcdir)/INSTALL; \ 292315adf0bfSmrgecho 'failed to copy INSTALL from util-macros: installing empty INSTALL.' >&2))" 292415adf0bfSmrg 2925f1e20f77Smrg 29265b28e182Smrg 29275b28e182Smrg 29285b28e182Smrg 29295b28e182Smrg 293015adf0bfSmrgcase $host_os in 293115adf0bfSmrg solaris*) 293215adf0bfSmrg # Solaris 2.0 - 11.3 use SysV man page section numbers, so we 293315adf0bfSmrg # check for a man page file found in later versions that use 293415adf0bfSmrg # traditional section numbers instead 293515adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5 293615adf0bfSmrgprintf %s "checking for /usr/share/man/man7/attributes.7... " >&6; } 293715adf0bfSmrgif test ${ac_cv_file__usr_share_man_man7_attributes_7+y} 293815adf0bfSmrgthen : 293915adf0bfSmrg printf %s "(cached) " >&6 294015adf0bfSmrgelse $as_nop 294115adf0bfSmrg test "$cross_compiling" = yes && 294215adf0bfSmrg as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 294315adf0bfSmrgif test -r "/usr/share/man/man7/attributes.7"; then 294415adf0bfSmrg ac_cv_file__usr_share_man_man7_attributes_7=yes 294515adf0bfSmrgelse 294615adf0bfSmrg ac_cv_file__usr_share_man_man7_attributes_7=no 294715adf0bfSmrgfi 294815adf0bfSmrgfi 294915adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5 295015adf0bfSmrgprintf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; } 295115adf0bfSmrgif test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes 295215adf0bfSmrgthen : 295315adf0bfSmrg SYSV_MAN_SECTIONS=false 295415adf0bfSmrgelse $as_nop 295515adf0bfSmrg SYSV_MAN_SECTIONS=true 295615adf0bfSmrgfi 295715adf0bfSmrg 295815adf0bfSmrg ;; 295915adf0bfSmrg *) SYSV_MAN_SECTIONS=false ;; 296015adf0bfSmrgesac 29615b28e182Smrg 29625b28e182Smrgif test x$APP_MAN_SUFFIX = x ; then 29635b28e182Smrg APP_MAN_SUFFIX=1 29645b28e182Smrgfi 29655b28e182Smrgif test x$APP_MAN_DIR = x ; then 29665b28e182Smrg APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' 29675b28e182Smrgfi 29685b28e182Smrg 29695b28e182Smrgif test x$LIB_MAN_SUFFIX = x ; then 29705b28e182Smrg LIB_MAN_SUFFIX=3 29715b28e182Smrgfi 29725b28e182Smrgif test x$LIB_MAN_DIR = x ; then 29735b28e182Smrg LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' 29745b28e182Smrgfi 29755b28e182Smrg 29765b28e182Smrgif test x$FILE_MAN_SUFFIX = x ; then 297715adf0bfSmrg case $SYSV_MAN_SECTIONS in 297815adf0bfSmrg true) FILE_MAN_SUFFIX=4 ;; 297915adf0bfSmrg *) FILE_MAN_SUFFIX=5 ;; 29805b28e182Smrg esac 29815b28e182Smrgfi 29825b28e182Smrgif test x$FILE_MAN_DIR = x ; then 29835b28e182Smrg FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' 29845b28e182Smrgfi 29855b28e182Smrg 29865b28e182Smrgif test x$MISC_MAN_SUFFIX = x ; then 298715adf0bfSmrg case $SYSV_MAN_SECTIONS in 298815adf0bfSmrg true) MISC_MAN_SUFFIX=5 ;; 298915adf0bfSmrg *) MISC_MAN_SUFFIX=7 ;; 29905b28e182Smrg esac 29915b28e182Smrgfi 29925b28e182Smrgif test x$MISC_MAN_DIR = x ; then 29935b28e182Smrg MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' 29945b28e182Smrgfi 29955b28e182Smrg 29965b28e182Smrgif test x$DRIVER_MAN_SUFFIX = x ; then 299715adf0bfSmrg case $SYSV_MAN_SECTIONS in 299815adf0bfSmrg true) DRIVER_MAN_SUFFIX=7 ;; 299915adf0bfSmrg *) DRIVER_MAN_SUFFIX=4 ;; 30005b28e182Smrg esac 30015b28e182Smrgfi 30025b28e182Smrgif test x$DRIVER_MAN_DIR = x ; then 30035b28e182Smrg DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' 30045b28e182Smrgfi 30055b28e182Smrg 30065b28e182Smrgif test x$ADMIN_MAN_SUFFIX = x ; then 300715adf0bfSmrg case $SYSV_MAN_SECTIONS in 300815adf0bfSmrg true) ADMIN_MAN_SUFFIX=1m ;; 300915adf0bfSmrg *) ADMIN_MAN_SUFFIX=8 ;; 30105b28e182Smrg esac 30115b28e182Smrgfi 30125b28e182Smrgif test x$ADMIN_MAN_DIR = x ; then 30135b28e182Smrg ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' 30145b28e182Smrgfi 30155b28e182Smrg 30165b28e182Smrg 30175b28e182Smrg 30185b28e182Smrg 30195b28e182Smrg 30205b28e182Smrg 30215b28e182Smrg 30225b28e182Smrg 30235b28e182Smrg 30245b28e182Smrg 30255b28e182Smrg 30265b28e182Smrg 30275b28e182Smrg 30285b28e182Smrg 3029dcae5b9eSmrg 3030f1e20f77SmrgXORG_MAN_PAGE="X Version 11" 3031dcae5b9eSmrg 3032f1e20f77SmrgMAN_SUBSTS="\ 3033f1e20f77Smrg -e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ 3034f1e20f77Smrg -e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ 3035f1e20f77Smrg -e 's|__xservername__|Xorg|g' \ 3036f1e20f77Smrg -e 's|__xconfigfile__|xorg.conf|g' \ 3037f1e20f77Smrg -e 's|__projectroot__|\$(prefix)|g' \ 3038f1e20f77Smrg -e 's|__apploaddir__|\$(appdefaultdir)|g' \ 3039f1e20f77Smrg -e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \ 3040f1e20f77Smrg -e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \ 3041f1e20f77Smrg -e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \ 3042f1e20f77Smrg -e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \ 3043f1e20f77Smrg -e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \ 3044f1e20f77Smrg -e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'" 3045dcae5b9eSmrg 3046dcae5b9eSmrg 3047dcae5b9eSmrg 3048f1e20f77Smrg# Check whether --enable-silent-rules was given. 304915adf0bfSmrgif test ${enable_silent_rules+y} 305015adf0bfSmrgthen : 3051f1e20f77Smrg enableval=$enable_silent_rules; 3052dcae5b9eSmrgfi 30535b28e182Smrg 305415adf0bfSmrgcase $enable_silent_rules in # ((( 305515adf0bfSmrg yes) AM_DEFAULT_VERBOSITY=0;; 305615adf0bfSmrg no) AM_DEFAULT_VERBOSITY=1;; 305715adf0bfSmrg *) AM_DEFAULT_VERBOSITY=0;; 3058f1e20f77Smrgesac 305915adf0bfSmrgam_make=${MAKE-make} 306015adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 306115adf0bfSmrgprintf %s "checking whether $am_make supports nested variables... " >&6; } 306215adf0bfSmrgif test ${am_cv_make_support_nested_variables+y} 306315adf0bfSmrgthen : 306415adf0bfSmrg printf %s "(cached) " >&6 306515adf0bfSmrgelse $as_nop 306615adf0bfSmrg if printf "%s\n" 'TRUE=$(BAR$(V)) 306715adf0bfSmrgBAR0=false 306815adf0bfSmrgBAR1=true 306915adf0bfSmrgV=1 307015adf0bfSmrgam__doit: 307115adf0bfSmrg @$(TRUE) 307215adf0bfSmrg.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 307315adf0bfSmrg am_cv_make_support_nested_variables=yes 307415adf0bfSmrgelse 307515adf0bfSmrg am_cv_make_support_nested_variables=no 307615adf0bfSmrgfi 307715adf0bfSmrgfi 307815adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 307915adf0bfSmrgprintf "%s\n" "$am_cv_make_support_nested_variables" >&6; } 308015adf0bfSmrgif test $am_cv_make_support_nested_variables = yes; then 308115adf0bfSmrg AM_V='$(V)' 308215adf0bfSmrg AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 308315adf0bfSmrgelse 308415adf0bfSmrg AM_V=$AM_DEFAULT_VERBOSITY 308515adf0bfSmrg AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 308615adf0bfSmrgfi 3087f1e20f77SmrgAM_BACKSLASH='\' 30885b28e182Smrg 30895b28e182Smrg 30905b28e182Smrg 309115adf0bfSmrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS 30925b28e182Smrg 30935b28e182Smrg 30945b28e182Smrg 30955b28e182Smrg 30965b28e182Smrg 30975b28e182Smrg 30985b28e182Smrg 30995b28e182Smrg 31005b28e182Smrg 31015b28e182Smrg 31025b28e182Smrg 31035b28e182Smrg 31045b28e182Smrg 31055b28e182Smrg 31065b28e182Smrg 310715adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5 310815adf0bfSmrgprintf %s "checking for root directory for font files... " >&6; } 31095b28e182Smrg 31105b28e182Smrg# Check whether --with-fontrootdir was given. 311115adf0bfSmrgif test ${with_fontrootdir+y} 311215adf0bfSmrgthen : 31135b28e182Smrg withval=$with_fontrootdir; FONTROOTDIR="$withval" 31145b28e182Smrgfi 3115dcae5b9eSmrg 31165b28e182Smrg # if --with-fontrootdir not specified... 31175b28e182Smrg if test "x${FONTROOTDIR}" = "x"; then 31185b28e182Smrg FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil` 31195b28e182Smrg fi 31205b28e182Smrg # ...and if pkg-config didn't find fontdir in fontutil.pc... 31215b28e182Smrg if test "x${FONTROOTDIR}" = "x"; then 31225b28e182Smrg FONTROOTDIR="${datadir}/fonts/X11" 31235b28e182Smrg fi 3124dcae5b9eSmrg 312515adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5 312615adf0bfSmrgprintf "%s\n" "${FONTROOTDIR}" >&6; } 3127dcae5b9eSmrg 3128dcae5b9eSmrg 3129dcae5b9eSmrg 3130dcae5b9eSmrg 313115adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for directory for 75dpi files" >&5 313215adf0bfSmrgprintf %s "checking for directory for 75dpi files... " >&6; } 3133dcae5b9eSmrg 31345b28e182Smrg# Check whether --with-fontdir was given. 313515adf0bfSmrgif test ${with_fontdir+y} 313615adf0bfSmrgthen : 31375b28e182Smrg withval=$with_fontdir; FONTDIR="${withval}" 313815adf0bfSmrgelse $as_nop 31395b28e182Smrg FONTDIR='${FONTROOTDIR}/75dpi' 3140dcae5b9eSmrgfi 3141dcae5b9eSmrg 31425b28e182Smrg 314315adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTDIR}" >&5 314415adf0bfSmrgprintf "%s\n" "${FONTDIR}" >&6; } 31455b28e182Smrg 31465b28e182Smrg 31475b28e182Smrg 31485b28e182Smrg 31495b28e182Smrg # Extract the first word of "fc-cache", so it can be a program name with args. 31505b28e182Smrgset dummy fc-cache; ac_word=$2 315115adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 315215adf0bfSmrgprintf %s "checking for $ac_word... " >&6; } 315315adf0bfSmrgif test ${ac_cv_path_FCCACHE+y} 315415adf0bfSmrgthen : 315515adf0bfSmrg printf %s "(cached) " >&6 315615adf0bfSmrgelse $as_nop 31575b28e182Smrg case $FCCACHE in 3158dcae5b9eSmrg [\\/]* | ?:[\\/]*) 31595b28e182Smrg ac_cv_path_FCCACHE="$FCCACHE" # Let the user override the test with a path. 3160dcae5b9eSmrg ;; 3161dcae5b9eSmrg *) 3162dcae5b9eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3163dcae5b9eSmrgfor as_dir in $PATH 3164dcae5b9eSmrgdo 3165dcae5b9eSmrg IFS=$as_save_IFS 316615adf0bfSmrg case $as_dir in #((( 316715adf0bfSmrg '') as_dir=./ ;; 316815adf0bfSmrg */) ;; 316915adf0bfSmrg *) as_dir=$as_dir/ ;; 317015adf0bfSmrg esac 3171f1e20f77Smrg for ac_exec_ext in '' $ac_executable_extensions; do 317215adf0bfSmrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 317315adf0bfSmrg ac_cv_path_FCCACHE="$as_dir$ac_word$ac_exec_ext" 317415adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3175dcae5b9eSmrg break 2 3176dcae5b9eSmrg fi 3177dcae5b9eSmrgdone 3178f1e20f77Smrg done 31795b28e182SmrgIFS=$as_save_IFS 3180dcae5b9eSmrg 3181dcae5b9eSmrg ;; 3182dcae5b9eSmrgesac 3183dcae5b9eSmrgfi 31845b28e182SmrgFCCACHE=$ac_cv_path_FCCACHE 31855b28e182Smrgif test -n "$FCCACHE"; then 318615adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FCCACHE" >&5 318715adf0bfSmrgprintf "%s\n" "$FCCACHE" >&6; } 3188dcae5b9eSmrgelse 318915adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 319015adf0bfSmrgprintf "%s\n" "no" >&6; } 3191dcae5b9eSmrgfi 3192dcae5b9eSmrg 31935b28e182Smrg 31945b28e182Smrg FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"' 319515adf0bfSmrg if test x"$FCCACHE" = x || test x"$cross_compiling" != x"no" ; then 31965b28e182Smrg RUN_FCCACHE="${FCCACHE_WARN}" 31975b28e182Smrg else 31985b28e182Smrg RUN_FCCACHE='@(if test -z "$(DESTDIR)"; then echo $(FCCACHE) $(fontdir); $(FCCACHE) $(fontdir); else' 31995b28e182Smrg RUN_FCCACHE="${RUN_FCCACHE} ${FCCACHE_WARN} ; fi)" 32005b28e182Smrg fi 32015b28e182Smrg 32025b28e182Smrg 32035b28e182Smrg 320415adf0bfSmrg if test x"$cross_compiling" != x"no" ; then 320515adf0bfSmrg # Extract the first word of "mkfontdir", so it can be a program name with args. 32065b28e182Smrgset dummy mkfontdir; ac_word=$2 320715adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 320815adf0bfSmrgprintf %s "checking for $ac_word... " >&6; } 320915adf0bfSmrgif test ${ac_cv_path_MKFONTDIR+y} 321015adf0bfSmrgthen : 321115adf0bfSmrg printf %s "(cached) " >&6 321215adf0bfSmrgelse $as_nop 321315adf0bfSmrg case $MKFONTDIR in 321415adf0bfSmrg [\\/]* | ?:[\\/]*) 321515adf0bfSmrg ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 321615adf0bfSmrg ;; 321715adf0bfSmrg *) 321815adf0bfSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 321915adf0bfSmrgfor as_dir in $PATH 322015adf0bfSmrgdo 322115adf0bfSmrg IFS=$as_save_IFS 322215adf0bfSmrg case $as_dir in #((( 322315adf0bfSmrg '') as_dir=./ ;; 322415adf0bfSmrg */) ;; 322515adf0bfSmrg *) as_dir=$as_dir/ ;; 322615adf0bfSmrg esac 322715adf0bfSmrg for ac_exec_ext in '' $ac_executable_extensions; do 322815adf0bfSmrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 322915adf0bfSmrg ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext" 323015adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 323115adf0bfSmrg break 2 323215adf0bfSmrg fi 323315adf0bfSmrgdone 323415adf0bfSmrg done 323515adf0bfSmrgIFS=$as_save_IFS 323615adf0bfSmrg 323715adf0bfSmrg test -z "$ac_cv_path_MKFONTDIR" && ac_cv_path_MKFONTDIR="""" 323815adf0bfSmrg ;; 323915adf0bfSmrgesac 324015adf0bfSmrgfi 324115adf0bfSmrgMKFONTDIR=$ac_cv_path_MKFONTDIR 324215adf0bfSmrgif test -n "$MKFONTDIR"; then 324315adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5 324415adf0bfSmrgprintf "%s\n" "$MKFONTDIR" >&6; } 3245dcae5b9eSmrgelse 324615adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 324715adf0bfSmrgprintf "%s\n" "no" >&6; } 324815adf0bfSmrgfi 324915adf0bfSmrg 325015adf0bfSmrg 325115adf0bfSmrg MKFONTDIR_WARN='echo "** Warning: mkfontdir not run" ; echo "** Run mkfontdir manually on host system"' 325215adf0bfSmrg 325315adf0bfSmrg if test x"$MKFONTDIR" = x; then 325415adf0bfSmrg MKFONTDIR="${MKFONTDIR_WARN} ; echo '** mkfontdir'" 325515adf0bfSmrg fi 325615adf0bfSmrg else 325715adf0bfSmrg 325815adf0bfSmrg # Extract the first word of "mkfontdir", so it can be a program name with args. 325915adf0bfSmrgset dummy mkfontdir; ac_word=$2 326015adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 326115adf0bfSmrgprintf %s "checking for $ac_word... " >&6; } 326215adf0bfSmrgif test ${ac_cv_path_MKFONTDIR+y} 326315adf0bfSmrgthen : 326415adf0bfSmrg printf %s "(cached) " >&6 326515adf0bfSmrgelse $as_nop 32665b28e182Smrg case $MKFONTDIR in 3267dcae5b9eSmrg [\\/]* | ?:[\\/]*) 32685b28e182Smrg ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 3269dcae5b9eSmrg ;; 3270dcae5b9eSmrg *) 3271dcae5b9eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3272dcae5b9eSmrgfor as_dir in $PATH 3273dcae5b9eSmrgdo 3274dcae5b9eSmrg IFS=$as_save_IFS 327515adf0bfSmrg case $as_dir in #((( 327615adf0bfSmrg '') as_dir=./ ;; 327715adf0bfSmrg */) ;; 327815adf0bfSmrg *) as_dir=$as_dir/ ;; 327915adf0bfSmrg esac 3280f1e20f77Smrg for ac_exec_ext in '' $ac_executable_extensions; do 328115adf0bfSmrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 328215adf0bfSmrg ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext" 328315adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3284dcae5b9eSmrg break 2 3285dcae5b9eSmrg fi 3286dcae5b9eSmrgdone 3287f1e20f77Smrg done 32885b28e182SmrgIFS=$as_save_IFS 3289dcae5b9eSmrg 3290dcae5b9eSmrg ;; 3291dcae5b9eSmrgesac 3292dcae5b9eSmrgfi 32935b28e182SmrgMKFONTDIR=$ac_cv_path_MKFONTDIR 32945b28e182Smrgif test -n "$MKFONTDIR"; then 329515adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5 329615adf0bfSmrgprintf "%s\n" "$MKFONTDIR" >&6; } 3297dcae5b9eSmrgelse 329815adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 329915adf0bfSmrgprintf "%s\n" "no" >&6; } 3300dcae5b9eSmrgfi 3301dcae5b9eSmrg 33025b28e182Smrg 3303f1e20f77Smrg if test x"$MKFONTDIR" = x; then 3304f1e20f77Smrg as_fn_error $? "mkfontdir is required to build $PACKAGE_NAME." "$LINENO" 5 33055b28e182Smrg fi 33065b28e182Smrg 330715adf0bfSmrg fi 330815adf0bfSmrg 330915adf0bfSmrg 331015adf0bfSmrg 33115b28e182Smrg 33125b28e182Smrg 33135b28e182Smrg # Extract the first word of "bdftopcf", so it can be a program name with args. 33145b28e182Smrgset dummy bdftopcf; ac_word=$2 331515adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 331615adf0bfSmrgprintf %s "checking for $ac_word... " >&6; } 331715adf0bfSmrgif test ${ac_cv_path_BDFTOPCF+y} 331815adf0bfSmrgthen : 331915adf0bfSmrg printf %s "(cached) " >&6 332015adf0bfSmrgelse $as_nop 33215b28e182Smrg case $BDFTOPCF in 3322dcae5b9eSmrg [\\/]* | ?:[\\/]*) 33235b28e182Smrg ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path. 3324dcae5b9eSmrg ;; 3325dcae5b9eSmrg *) 3326dcae5b9eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3327dcae5b9eSmrgfor as_dir in $PATH 3328dcae5b9eSmrgdo 3329dcae5b9eSmrg IFS=$as_save_IFS 333015adf0bfSmrg case $as_dir in #((( 333115adf0bfSmrg '') as_dir=./ ;; 333215adf0bfSmrg */) ;; 333315adf0bfSmrg *) as_dir=$as_dir/ ;; 333415adf0bfSmrg esac 3335f1e20f77Smrg for ac_exec_ext in '' $ac_executable_extensions; do 333615adf0bfSmrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 333715adf0bfSmrg ac_cv_path_BDFTOPCF="$as_dir$ac_word$ac_exec_ext" 333815adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3339dcae5b9eSmrg break 2 3340dcae5b9eSmrg fi 3341dcae5b9eSmrgdone 3342f1e20f77Smrg done 33435b28e182SmrgIFS=$as_save_IFS 3344dcae5b9eSmrg 3345dcae5b9eSmrg ;; 3346dcae5b9eSmrgesac 3347dcae5b9eSmrgfi 33485b28e182SmrgBDFTOPCF=$ac_cv_path_BDFTOPCF 33495b28e182Smrgif test -n "$BDFTOPCF"; then 335015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BDFTOPCF" >&5 335115adf0bfSmrgprintf "%s\n" "$BDFTOPCF" >&6; } 3352dcae5b9eSmrgelse 335315adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 335415adf0bfSmrgprintf "%s\n" "no" >&6; } 3355dcae5b9eSmrgfi 3356dcae5b9eSmrg 3357dcae5b9eSmrg 3358f1e20f77Smrg if test x"$BDFTOPCF" = x; then 3359f1e20f77Smrg as_fn_error $? "bdftopcf is required to build $PACKAGE_NAME." "$LINENO" 5 33605b28e182Smrg fi 3361dcae5b9eSmrg 3362dcae5b9eSmrg 336315adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking font compression method" >&5 336415adf0bfSmrgprintf %s "checking font compression method... " >&6; } 3365dcae5b9eSmrg 33665b28e182Smrg# Check whether --with-compression was given. 336715adf0bfSmrgif test ${with_compression+y} 336815adf0bfSmrgthen : 33695b28e182Smrg withval=$with_compression; compression="$withval" 337015adf0bfSmrgelse $as_nop 33715b28e182Smrg compression="yes" 33725b28e182Smrgfi 3373dcae5b9eSmrg 33745b28e182Smrg if test x"$compression" = "xyes" ; then 33755b28e182Smrg compression="gzip" 33765b28e182Smrg fi 337715adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${compression}" >&5 337815adf0bfSmrgprintf "%s\n" "${compression}" >&6; } 33795b28e182Smrg case ${compression} in 33805b28e182Smrg *compress) COMPRESS_SUFFIX=".Z" ;; 338115adf0bfSmrg *gzip) COMPRESS_SUFFIX=".gz" ; 338215adf0bfSmrg COMPRESS_FLAGS="${COMPRESS_FLAGS--n}" ;; 33835b28e182Smrg *bzip2) COMPRESS_SUFFIX=".bz2" ;; 33845b28e182Smrg no|none) COMPRESS_SUFFIX="" ; COMPRESS="cat" ;; 3385f1e20f77Smrg *) as_fn_error $? "${compression} is not a supported compression method" "$LINENO" 5 ;; 33865b28e182Smrg esac 33875b28e182Smrg if test x"$COMPRESS_SUFFIX" != "x" ; then 33885b28e182Smrg 33895b28e182Smrg # Extract the first word of "${compression}", so it can be a program name with args. 33905b28e182Smrgset dummy ${compression}; ac_word=$2 339115adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 339215adf0bfSmrgprintf %s "checking for $ac_word... " >&6; } 339315adf0bfSmrgif test ${ac_cv_path_COMPRESS+y} 339415adf0bfSmrgthen : 339515adf0bfSmrg printf %s "(cached) " >&6 339615adf0bfSmrgelse $as_nop 33975b28e182Smrg case $COMPRESS in 3398dcae5b9eSmrg [\\/]* | ?:[\\/]*) 33995b28e182Smrg ac_cv_path_COMPRESS="$COMPRESS" # Let the user override the test with a path. 3400dcae5b9eSmrg ;; 3401dcae5b9eSmrg *) 3402dcae5b9eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3403dcae5b9eSmrgfor as_dir in $PATH 3404dcae5b9eSmrgdo 3405dcae5b9eSmrg IFS=$as_save_IFS 340615adf0bfSmrg case $as_dir in #((( 340715adf0bfSmrg '') as_dir=./ ;; 340815adf0bfSmrg */) ;; 340915adf0bfSmrg *) as_dir=$as_dir/ ;; 341015adf0bfSmrg esac 3411f1e20f77Smrg for ac_exec_ext in '' $ac_executable_extensions; do 341215adf0bfSmrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 341315adf0bfSmrg ac_cv_path_COMPRESS="$as_dir$ac_word$ac_exec_ext" 341415adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3415dcae5b9eSmrg break 2 3416dcae5b9eSmrg fi 3417dcae5b9eSmrgdone 3418f1e20f77Smrg done 34195b28e182SmrgIFS=$as_save_IFS 3420dcae5b9eSmrg 3421dcae5b9eSmrg ;; 3422dcae5b9eSmrgesac 3423dcae5b9eSmrgfi 34245b28e182SmrgCOMPRESS=$ac_cv_path_COMPRESS 34255b28e182Smrgif test -n "$COMPRESS"; then 342615adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $COMPRESS" >&5 342715adf0bfSmrgprintf "%s\n" "$COMPRESS" >&6; } 3428dcae5b9eSmrgelse 342915adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 343015adf0bfSmrgprintf "%s\n" "no" >&6; } 3431dcae5b9eSmrgfi 3432dcae5b9eSmrg 34335b28e182Smrg 3434f1e20f77Smrg if test x"$COMPRESS" = x; then 3435f1e20f77Smrg as_fn_error $? "${compression} is required to build $PACKAGE_NAME." "$LINENO" 5 34365b28e182Smrg fi 34375b28e182Smrg 34385b28e182Smrg fi 343915adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking options to font compression command" >&5 344015adf0bfSmrgprintf %s "checking options to font compression command... " >&6; } 344115adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${COMPRESS_FLAGS:-none}" >&5 344215adf0bfSmrgprintf "%s\n" "${COMPRESS_FLAGS:-none}" >&6; } 344315adf0bfSmrg 344415adf0bfSmrg 34455b28e182Smrg 34465b28e182Smrg 34475b28e182Smrg 34485b28e182Smrg 34495b28e182Smrg 34505b28e182Smrg # Extract the first word of "ucs2any", so it can be a program name with args. 34515b28e182Smrgset dummy ucs2any; ac_word=$2 345215adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 345315adf0bfSmrgprintf %s "checking for $ac_word... " >&6; } 345415adf0bfSmrgif test ${ac_cv_path_UCS2ANY+y} 345515adf0bfSmrgthen : 345615adf0bfSmrg printf %s "(cached) " >&6 345715adf0bfSmrgelse $as_nop 34585b28e182Smrg case $UCS2ANY in 3459dcae5b9eSmrg [\\/]* | ?:[\\/]*) 34605b28e182Smrg ac_cv_path_UCS2ANY="$UCS2ANY" # Let the user override the test with a path. 3461dcae5b9eSmrg ;; 3462dcae5b9eSmrg *) 3463dcae5b9eSmrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3464dcae5b9eSmrgfor as_dir in $PATH 3465dcae5b9eSmrgdo 3466dcae5b9eSmrg IFS=$as_save_IFS 346715adf0bfSmrg case $as_dir in #((( 346815adf0bfSmrg '') as_dir=./ ;; 346915adf0bfSmrg */) ;; 347015adf0bfSmrg *) as_dir=$as_dir/ ;; 347115adf0bfSmrg esac 3472f1e20f77Smrg for ac_exec_ext in '' $ac_executable_extensions; do 347315adf0bfSmrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 347415adf0bfSmrg ac_cv_path_UCS2ANY="$as_dir$ac_word$ac_exec_ext" 347515adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3476dcae5b9eSmrg break 2 3477dcae5b9eSmrg fi 3478dcae5b9eSmrgdone 3479f1e20f77Smrg done 34805b28e182SmrgIFS=$as_save_IFS 3481dcae5b9eSmrg 3482dcae5b9eSmrg ;; 3483dcae5b9eSmrgesac 3484dcae5b9eSmrgfi 34855b28e182SmrgUCS2ANY=$ac_cv_path_UCS2ANY 34865b28e182Smrgif test -n "$UCS2ANY"; then 348715adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $UCS2ANY" >&5 348815adf0bfSmrgprintf "%s\n" "$UCS2ANY" >&6; } 3489dcae5b9eSmrgelse 349015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 349115adf0bfSmrgprintf "%s\n" "no" >&6; } 3492dcae5b9eSmrgfi 3493dcae5b9eSmrg 3494dcae5b9eSmrg 3495f1e20f77Smrg if test x"$UCS2ANY" = x; then 3496f1e20f77Smrg as_fn_error $? "ucs2any is required to build $PACKAGE_NAME." "$LINENO" 5 3497dcae5b9eSmrg fi 3498dcae5b9eSmrg 3499dcae5b9eSmrg 3500dcae5b9eSmrgpkg_failed=no 350115adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MAPS" >&5 350215adf0bfSmrgprintf %s "checking for MAPS... " >&6; } 35035b28e182Smrg 35045b28e182Smrgif test -n "$MAPS_CFLAGS"; then 35055b28e182Smrg pkg_cv_MAPS_CFLAGS="$MAPS_CFLAGS" 35065b28e182Smrg elif test -n "$PKG_CONFIG"; then 35075b28e182Smrg if test -n "$PKG_CONFIG" && \ 350815adf0bfSmrg { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontutil\""; } >&5 3509dcae5b9eSmrg ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5 3510dcae5b9eSmrg ac_status=$? 351115adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3512f1e20f77Smrg test $ac_status = 0; }; then 3513dcae5b9eSmrg pkg_cv_MAPS_CFLAGS=`$PKG_CONFIG --cflags "fontutil" 2>/dev/null` 351415adf0bfSmrg test "x$?" != "x0" && pkg_failed=yes 3515dcae5b9eSmrgelse 3516dcae5b9eSmrg pkg_failed=yes 3517dcae5b9eSmrgfi 35185b28e182Smrg else 35195b28e182Smrg pkg_failed=untried 3520dcae5b9eSmrgfi 35215b28e182Smrgif test -n "$MAPS_LIBS"; then 35225b28e182Smrg pkg_cv_MAPS_LIBS="$MAPS_LIBS" 35235b28e182Smrg elif test -n "$PKG_CONFIG"; then 35245b28e182Smrg if test -n "$PKG_CONFIG" && \ 352515adf0bfSmrg { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontutil\""; } >&5 3526dcae5b9eSmrg ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5 3527dcae5b9eSmrg ac_status=$? 352815adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3529f1e20f77Smrg test $ac_status = 0; }; then 3530dcae5b9eSmrg pkg_cv_MAPS_LIBS=`$PKG_CONFIG --libs "fontutil" 2>/dev/null` 353115adf0bfSmrg test "x$?" != "x0" && pkg_failed=yes 3532dcae5b9eSmrgelse 3533dcae5b9eSmrg pkg_failed=yes 3534dcae5b9eSmrgfi 35355b28e182Smrg else 35365b28e182Smrg pkg_failed=untried 3537dcae5b9eSmrgfi 3538dcae5b9eSmrg 3539dcae5b9eSmrg 3540dcae5b9eSmrg 3541dcae5b9eSmrgif test $pkg_failed = yes; then 354215adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 354315adf0bfSmrgprintf "%s\n" "no" >&6; } 3544dcae5b9eSmrg 3545dcae5b9eSmrgif $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 3546dcae5b9eSmrg _pkg_short_errors_supported=yes 3547dcae5b9eSmrgelse 3548dcae5b9eSmrg _pkg_short_errors_supported=no 3549dcae5b9eSmrgfi 3550dcae5b9eSmrg if test $_pkg_short_errors_supported = yes; then 355115adf0bfSmrg MAPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fontutil" 2>&1` 3552dcae5b9eSmrg else 355315adf0bfSmrg MAPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fontutil" 2>&1` 3554dcae5b9eSmrg fi 3555dcae5b9eSmrg # Put the nasty error message in config.log where it belongs 3556dcae5b9eSmrg echo "$MAPS_PKG_ERRORS" >&5 3557dcae5b9eSmrg 3558f1e20f77Smrg as_fn_error $? "Package requirements (fontutil) were not met: 3559dcae5b9eSmrg 3560dcae5b9eSmrg$MAPS_PKG_ERRORS 3561dcae5b9eSmrg 3562dcae5b9eSmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you 3563dcae5b9eSmrginstalled software in a non-standard prefix. 3564dcae5b9eSmrg 3565dcae5b9eSmrgAlternatively, you may set the environment variables MAPS_CFLAGS 3566dcae5b9eSmrgand MAPS_LIBS to avoid the need to call pkg-config. 3567f1e20f77SmrgSee the pkg-config man page for more details." "$LINENO" 5 3568dcae5b9eSmrgelif test $pkg_failed = untried; then 356915adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 357015adf0bfSmrgprintf "%s\n" "no" >&6; } 357115adf0bfSmrg { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 357215adf0bfSmrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} 3573f1e20f77Smrgas_fn_error $? "The pkg-config script could not be found or is too old. Make sure it 3574dcae5b9eSmrgis in your PATH or set the PKG_CONFIG environment variable to the full 3575dcae5b9eSmrgpath to pkg-config. 3576dcae5b9eSmrg 3577f1e20f77SmrgAlternatively, you may set the environment variables MAPS_CFLAGS 3578f1e20f77Smrgand MAPS_LIBS to avoid the need to call pkg-config. 3579f1e20f77SmrgSee the pkg-config man page for more details. 3580f1e20f77Smrg 3581f1e20f77SmrgTo get pkg-config, see <http://pkg-config.freedesktop.org/>. 3582f1e20f77SmrgSee \`config.log' for more details" "$LINENO" 5; } 3583f1e20f77Smrgelse 3584f1e20f77Smrg MAPS_CFLAGS=$pkg_cv_MAPS_CFLAGS 3585f1e20f77Smrg MAPS_LIBS=$pkg_cv_MAPS_LIBS 358615adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 358715adf0bfSmrgprintf "%s\n" "yes" >&6; } 3588f1e20f77Smrg 3589f1e20f77Smrgfi 359015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ucs2any encoding data files" >&5 359115adf0bfSmrgprintf %s "checking for ucs2any encoding data files... " >&6; } 359215adf0bfSmrg MAPFILES_PATH=`$PKG_CONFIG --variable=mapdir fontutil` 3593f1e20f77Smrg 359415adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${MAPFILES_PATH}" >&5 359515adf0bfSmrgprintf "%s\n" "${MAPFILES_PATH}" >&6; } 3596f1e20f77Smrg 3597f1e20f77Smrg 3598f1e20f77Smrg 3599f1e20f77Smrg # Check whether --enable-all-encodings was given. 360015adf0bfSmrgif test ${enable_all_encodings+y} 360115adf0bfSmrgthen : 3602f1e20f77Smrg enableval=$enable_all_encodings; 3603f1e20f77Smrg ISO8859_1=$enableval 3604f1e20f77Smrg 3605f1e20f77Smrg ISO8859_2=$enableval 3606f1e20f77Smrg 3607f1e20f77Smrg ISO8859_3=$enableval 3608f1e20f77Smrg 3609f1e20f77Smrg ISO8859_4=$enableval 3610f1e20f77Smrg 3611f1e20f77Smrg ISO8859_9=$enableval 3612f1e20f77Smrg 3613f1e20f77Smrg ISO8859_10=$enableval 3614f1e20f77Smrg 3615f1e20f77Smrg ISO8859_13=$enableval 3616f1e20f77Smrg 3617f1e20f77Smrg ISO8859_14=$enableval 3618f1e20f77Smrg 3619f1e20f77Smrg ISO8859_15=$enableval 3620f1e20f77Smrg 362115adf0bfSmrgelse $as_nop 3622f1e20f77Smrg 3623f1e20f77Smrg ISO8859_1=yes 3624f1e20f77Smrg 3625f1e20f77Smrg ISO8859_2=yes 3626dcae5b9eSmrg 3627f1e20f77Smrg ISO8859_3=yes 3628dcae5b9eSmrg 3629f1e20f77Smrg ISO8859_4=yes 3630dcae5b9eSmrg 3631f1e20f77Smrg ISO8859_9=yes 36325b28e182Smrg 3633f1e20f77Smrg ISO8859_10=yes 3634f1e20f77Smrg 3635f1e20f77Smrg ISO8859_13=yes 3636f1e20f77Smrg 3637f1e20f77Smrg ISO8859_14=yes 3638dcae5b9eSmrg 3639f1e20f77Smrg ISO8859_15=yes 3640dcae5b9eSmrg 3641f1e20f77Smrgfi 3642dcae5b9eSmrg 36435b28e182Smrg 36445b28e182Smrg # Check whether --enable-iso8859-1 was given. 364515adf0bfSmrgif test ${enable_iso8859_1+y} 364615adf0bfSmrgthen : 36475b28e182Smrg enableval=$enable_iso8859_1; ISO8859_1=$enableval 36485b28e182Smrgfi 3649dcae5b9eSmrg 365015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-1 fonts" >&5 365115adf0bfSmrgprintf %s "checking whether to build ISO8859-1 fonts... " >&6; } 365215adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_1" >&5 365315adf0bfSmrgprintf "%s\n" "$ISO8859_1" >&6; } 36545b28e182Smrg if test "x$ISO8859_1" = xyes; then 3655dcae5b9eSmrg ISO8859_1_TRUE= 3656dcae5b9eSmrg ISO8859_1_FALSE='#' 3657dcae5b9eSmrgelse 3658dcae5b9eSmrg ISO8859_1_TRUE='#' 3659dcae5b9eSmrg ISO8859_1_FALSE= 3660dcae5b9eSmrgfi 3661dcae5b9eSmrg 3662dcae5b9eSmrg 36635b28e182Smrg # Check whether --enable-iso8859-2 was given. 366415adf0bfSmrgif test ${enable_iso8859_2+y} 366515adf0bfSmrgthen : 36665b28e182Smrg enableval=$enable_iso8859_2; ISO8859_2=$enableval 36675b28e182Smrgfi 3668dcae5b9eSmrg 366915adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-2 fonts" >&5 367015adf0bfSmrgprintf %s "checking whether to build ISO8859-2 fonts... " >&6; } 367115adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_2" >&5 367215adf0bfSmrgprintf "%s\n" "$ISO8859_2" >&6; } 36735b28e182Smrg if test "x$ISO8859_2" = xyes; then 3674dcae5b9eSmrg ISO8859_2_TRUE= 3675dcae5b9eSmrg ISO8859_2_FALSE='#' 3676dcae5b9eSmrgelse 3677dcae5b9eSmrg ISO8859_2_TRUE='#' 3678dcae5b9eSmrg ISO8859_2_FALSE= 3679dcae5b9eSmrgfi 3680dcae5b9eSmrg 3681dcae5b9eSmrg 36825b28e182Smrg # Check whether --enable-iso8859-3 was given. 368315adf0bfSmrgif test ${enable_iso8859_3+y} 368415adf0bfSmrgthen : 36855b28e182Smrg enableval=$enable_iso8859_3; ISO8859_3=$enableval 36865b28e182Smrgfi 3687dcae5b9eSmrg 368815adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-3 fonts" >&5 368915adf0bfSmrgprintf %s "checking whether to build ISO8859-3 fonts... " >&6; } 369015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_3" >&5 369115adf0bfSmrgprintf "%s\n" "$ISO8859_3" >&6; } 36925b28e182Smrg if test "x$ISO8859_3" = xyes; then 3693dcae5b9eSmrg ISO8859_3_TRUE= 3694dcae5b9eSmrg ISO8859_3_FALSE='#' 3695dcae5b9eSmrgelse 3696dcae5b9eSmrg ISO8859_3_TRUE='#' 3697dcae5b9eSmrg ISO8859_3_FALSE= 3698dcae5b9eSmrgfi 3699dcae5b9eSmrg 3700dcae5b9eSmrg 37015b28e182Smrg # Check whether --enable-iso8859-4 was given. 370215adf0bfSmrgif test ${enable_iso8859_4+y} 370315adf0bfSmrgthen : 37045b28e182Smrg enableval=$enable_iso8859_4; ISO8859_4=$enableval 37055b28e182Smrgfi 3706dcae5b9eSmrg 370715adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-4 fonts" >&5 370815adf0bfSmrgprintf %s "checking whether to build ISO8859-4 fonts... " >&6; } 370915adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_4" >&5 371015adf0bfSmrgprintf "%s\n" "$ISO8859_4" >&6; } 37115b28e182Smrg if test "x$ISO8859_4" = xyes; then 3712dcae5b9eSmrg ISO8859_4_TRUE= 3713dcae5b9eSmrg ISO8859_4_FALSE='#' 3714dcae5b9eSmrgelse 3715dcae5b9eSmrg ISO8859_4_TRUE='#' 3716dcae5b9eSmrg ISO8859_4_FALSE= 3717dcae5b9eSmrgfi 3718dcae5b9eSmrg 3719dcae5b9eSmrg 37205b28e182Smrg # Check whether --enable-iso8859-9 was given. 372115adf0bfSmrgif test ${enable_iso8859_9+y} 372215adf0bfSmrgthen : 37235b28e182Smrg enableval=$enable_iso8859_9; ISO8859_9=$enableval 37245b28e182Smrgfi 3725dcae5b9eSmrg 372615adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-9 fonts" >&5 372715adf0bfSmrgprintf %s "checking whether to build ISO8859-9 fonts... " >&6; } 372815adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_9" >&5 372915adf0bfSmrgprintf "%s\n" "$ISO8859_9" >&6; } 37305b28e182Smrg if test "x$ISO8859_9" = xyes; then 3731dcae5b9eSmrg ISO8859_9_TRUE= 3732dcae5b9eSmrg ISO8859_9_FALSE='#' 3733dcae5b9eSmrgelse 3734dcae5b9eSmrg ISO8859_9_TRUE='#' 3735dcae5b9eSmrg ISO8859_9_FALSE= 3736dcae5b9eSmrgfi 3737dcae5b9eSmrg 3738dcae5b9eSmrg 37395b28e182Smrg # Check whether --enable-iso8859-10 was given. 374015adf0bfSmrgif test ${enable_iso8859_10+y} 374115adf0bfSmrgthen : 37425b28e182Smrg enableval=$enable_iso8859_10; ISO8859_10=$enableval 37435b28e182Smrgfi 3744dcae5b9eSmrg 374515adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-10 fonts" >&5 374615adf0bfSmrgprintf %s "checking whether to build ISO8859-10 fonts... " >&6; } 374715adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_10" >&5 374815adf0bfSmrgprintf "%s\n" "$ISO8859_10" >&6; } 37495b28e182Smrg if test "x$ISO8859_10" = xyes; then 3750dcae5b9eSmrg ISO8859_10_TRUE= 3751dcae5b9eSmrg ISO8859_10_FALSE='#' 3752dcae5b9eSmrgelse 3753dcae5b9eSmrg ISO8859_10_TRUE='#' 3754dcae5b9eSmrg ISO8859_10_FALSE= 3755dcae5b9eSmrgfi 3756dcae5b9eSmrg 3757dcae5b9eSmrg 37585b28e182Smrg # Check whether --enable-iso8859-13 was given. 375915adf0bfSmrgif test ${enable_iso8859_13+y} 376015adf0bfSmrgthen : 37615b28e182Smrg enableval=$enable_iso8859_13; ISO8859_13=$enableval 37625b28e182Smrgfi 3763dcae5b9eSmrg 376415adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-13 fonts" >&5 376515adf0bfSmrgprintf %s "checking whether to build ISO8859-13 fonts... " >&6; } 376615adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_13" >&5 376715adf0bfSmrgprintf "%s\n" "$ISO8859_13" >&6; } 37685b28e182Smrg if test "x$ISO8859_13" = xyes; then 3769dcae5b9eSmrg ISO8859_13_TRUE= 3770dcae5b9eSmrg ISO8859_13_FALSE='#' 3771dcae5b9eSmrgelse 3772dcae5b9eSmrg ISO8859_13_TRUE='#' 3773dcae5b9eSmrg ISO8859_13_FALSE= 3774dcae5b9eSmrgfi 3775dcae5b9eSmrg 3776dcae5b9eSmrg 37775b28e182Smrg # Check whether --enable-iso8859-14 was given. 377815adf0bfSmrgif test ${enable_iso8859_14+y} 377915adf0bfSmrgthen : 37805b28e182Smrg enableval=$enable_iso8859_14; ISO8859_14=$enableval 37815b28e182Smrgfi 3782dcae5b9eSmrg 378315adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-14 fonts" >&5 378415adf0bfSmrgprintf %s "checking whether to build ISO8859-14 fonts... " >&6; } 378515adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_14" >&5 378615adf0bfSmrgprintf "%s\n" "$ISO8859_14" >&6; } 37875b28e182Smrg if test "x$ISO8859_14" = xyes; then 3788dcae5b9eSmrg ISO8859_14_TRUE= 3789dcae5b9eSmrg ISO8859_14_FALSE='#' 3790dcae5b9eSmrgelse 3791dcae5b9eSmrg ISO8859_14_TRUE='#' 3792dcae5b9eSmrg ISO8859_14_FALSE= 3793dcae5b9eSmrgfi 3794dcae5b9eSmrg 3795dcae5b9eSmrg 37965b28e182Smrg # Check whether --enable-iso8859-15 was given. 379715adf0bfSmrgif test ${enable_iso8859_15+y} 379815adf0bfSmrgthen : 37995b28e182Smrg enableval=$enable_iso8859_15; ISO8859_15=$enableval 38005b28e182Smrgfi 3801dcae5b9eSmrg 380215adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-15 fonts" >&5 380315adf0bfSmrgprintf %s "checking whether to build ISO8859-15 fonts... " >&6; } 380415adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_15" >&5 380515adf0bfSmrgprintf "%s\n" "$ISO8859_15" >&6; } 38065b28e182Smrg if test "x$ISO8859_15" = xyes; then 3807dcae5b9eSmrg ISO8859_15_TRUE= 3808dcae5b9eSmrg ISO8859_15_FALSE='#' 3809dcae5b9eSmrgelse 3810dcae5b9eSmrg ISO8859_15_TRUE='#' 3811dcae5b9eSmrg ISO8859_15_FALSE= 3812dcae5b9eSmrgfi 3813dcae5b9eSmrg 3814dcae5b9eSmrg 3815dcae5b9eSmrg 3816dcae5b9eSmrg 38175b28e182Smrgac_config_files="$ac_config_files Makefile" 3818dcae5b9eSmrg 3819dcae5b9eSmrgcat >confcache <<\_ACEOF 3820dcae5b9eSmrg# This file is a shell script that caches the results of configure 3821dcae5b9eSmrg# tests run on this system so they can be shared between configure 3822dcae5b9eSmrg# scripts and configure runs, see configure's option --config-cache. 3823dcae5b9eSmrg# It is not useful on other systems. If it contains results you don't 3824dcae5b9eSmrg# want to keep, you may remove or edit it. 3825dcae5b9eSmrg# 3826dcae5b9eSmrg# config.status only pays attention to the cache file if you give it 3827dcae5b9eSmrg# the --recheck option to rerun configure. 3828dcae5b9eSmrg# 3829dcae5b9eSmrg# `ac_cv_env_foo' variables (set or unset) will be overridden when 3830dcae5b9eSmrg# loading this file, other *unset* `ac_cv_foo' will be assigned the 3831dcae5b9eSmrg# following values. 3832dcae5b9eSmrg 3833dcae5b9eSmrg_ACEOF 3834dcae5b9eSmrg 3835dcae5b9eSmrg# The following way of writing the cache mishandles newlines in values, 3836dcae5b9eSmrg# but we know of no workaround that is simple, portable, and efficient. 38375b28e182Smrg# So, we kill variables containing newlines. 3838dcae5b9eSmrg# Ultrix sh set writes to stderr and can't be redirected directly, 3839dcae5b9eSmrg# and sets the high bit in the cache file unless we assign to the vars. 38405b28e182Smrg( 38415b28e182Smrg for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 38425b28e182Smrg eval ac_val=\$$ac_var 38435b28e182Smrg case $ac_val in #( 38445b28e182Smrg *${as_nl}*) 38455b28e182Smrg case $ac_var in #( 384615adf0bfSmrg *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 384715adf0bfSmrgprintf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 38485b28e182Smrg esac 38495b28e182Smrg case $ac_var in #( 38505b28e182Smrg _ | IFS | as_nl) ;; #( 38515b28e182Smrg BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 3852f1e20f77Smrg *) { eval $ac_var=; unset $ac_var;} ;; 38535b28e182Smrg esac ;; 38545b28e182Smrg esac 38555b28e182Smrg done 38565b28e182Smrg 3857dcae5b9eSmrg (set) 2>&1 | 38585b28e182Smrg case $as_nl`(ac_space=' '; set) 2>&1` in #( 38595b28e182Smrg *${as_nl}ac_space=\ *) 3860f1e20f77Smrg # `set' does not quote correctly, so add quotes: double-quote 3861f1e20f77Smrg # substitution turns \\\\ into \\, and sed turns \\ into \. 3862dcae5b9eSmrg sed -n \ 3863dcae5b9eSmrg "s/'/'\\\\''/g; 3864dcae5b9eSmrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 38655b28e182Smrg ;; #( 3866dcae5b9eSmrg *) 3867dcae5b9eSmrg # `set' quotes correctly as required by POSIX, so do not add quotes. 38685b28e182Smrg sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 3869dcae5b9eSmrg ;; 38705b28e182Smrg esac | 38715b28e182Smrg sort 38725b28e182Smrg) | 3873dcae5b9eSmrg sed ' 38745b28e182Smrg /^ac_cv_env_/b end 3875dcae5b9eSmrg t clear 38765b28e182Smrg :clear 387715adf0bfSmrg s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ 3878dcae5b9eSmrg t end 38795b28e182Smrg s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 38805b28e182Smrg :end' >>confcache 38815b28e182Smrgif diff "$cache_file" confcache >/dev/null 2>&1; then :; else 38825b28e182Smrg if test -w "$cache_file"; then 3883f1e20f77Smrg if test "x$cache_file" != "x/dev/null"; then 388415adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 388515adf0bfSmrgprintf "%s\n" "$as_me: updating cache $cache_file" >&6;} 3886f1e20f77Smrg if test ! -f "$cache_file" || test -h "$cache_file"; then 3887f1e20f77Smrg cat confcache >"$cache_file" 3888f1e20f77Smrg else 3889f1e20f77Smrg case $cache_file in #( 3890f1e20f77Smrg */* | ?:*) 3891f1e20f77Smrg mv -f confcache "$cache_file"$$ && 3892f1e20f77Smrg mv -f "$cache_file"$$ "$cache_file" ;; #( 3893f1e20f77Smrg *) 3894f1e20f77Smrg mv -f confcache "$cache_file" ;; 3895f1e20f77Smrg esac 3896f1e20f77Smrg fi 3897f1e20f77Smrg fi 3898dcae5b9eSmrg else 389915adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 390015adf0bfSmrgprintf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} 3901dcae5b9eSmrg fi 3902dcae5b9eSmrgfi 3903dcae5b9eSmrgrm -f confcache 3904dcae5b9eSmrg 3905dcae5b9eSmrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix 3906dcae5b9eSmrg# Let make expand exec_prefix. 3907dcae5b9eSmrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 3908dcae5b9eSmrg 3909dcae5b9eSmrg# Transform confdefs.h into DEFS. 3910dcae5b9eSmrg# Protect against shell expansion while executing Makefile rules. 3911dcae5b9eSmrg# Protect against Makefile macro expansion. 3912dcae5b9eSmrg# 3913dcae5b9eSmrg# If the first sed substitution is executed (which looks for macros that 39145b28e182Smrg# take arguments), then branch to the quote section. Otherwise, 3915dcae5b9eSmrg# look for a macro that doesn't take arguments. 39165b28e182Smrgac_script=' 39175b28e182Smrg:mline 39185b28e182Smrg/\\$/{ 39195b28e182Smrg N 39205b28e182Smrg s,\\\n,, 39215b28e182Smrg b mline 39225b28e182Smrg} 3923dcae5b9eSmrgt clear 39245b28e182Smrg:clear 39255b28e182Smrgs/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g 3926dcae5b9eSmrgt quote 39275b28e182Smrgs/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g 3928dcae5b9eSmrgt quote 39295b28e182Smrgb any 39305b28e182Smrg:quote 39315b28e182Smrgs/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g 39325b28e182Smrgs/\[/\\&/g 39335b28e182Smrgs/\]/\\&/g 39345b28e182Smrgs/\$/$$/g 39355b28e182SmrgH 39365b28e182Smrg:any 39375b28e182Smrg${ 39385b28e182Smrg g 39395b28e182Smrg s/^\n// 39405b28e182Smrg s/\n/ /g 39415b28e182Smrg p 39425b28e182Smrg} 39435b28e182Smrg' 39445b28e182SmrgDEFS=`sed -n "$ac_script" confdefs.h` 3945dcae5b9eSmrg 3946dcae5b9eSmrg 3947dcae5b9eSmrgac_libobjs= 3948dcae5b9eSmrgac_ltlibobjs= 3949f1e20f77SmrgU= 3950dcae5b9eSmrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 3951dcae5b9eSmrg # 1. Remove the extension, and $U if already installed. 39525b28e182Smrg ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 395315adf0bfSmrg ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` 39545b28e182Smrg # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 39555b28e182Smrg # will be set to the directory where LIBOBJS objects are built. 3956f1e20f77Smrg as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" 3957f1e20f77Smrg as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' 3958dcae5b9eSmrgdone 3959dcae5b9eSmrgLIBOBJS=$ac_libobjs 3960dcae5b9eSmrg 3961dcae5b9eSmrgLTLIBOBJS=$ac_ltlibobjs 3962dcae5b9eSmrg 3963dcae5b9eSmrg 396415adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 396515adf0bfSmrgprintf %s "checking that generated files are newer than configure... " >&6; } 396615adf0bfSmrg if test -n "$am_sleep_pid"; then 396715adf0bfSmrg # Hide warnings about reused PIDs. 396815adf0bfSmrg wait $am_sleep_pid 2>/dev/null 396915adf0bfSmrg fi 397015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 397115adf0bfSmrgprintf "%s\n" "done" >&6; } 39725b28e182Smrg 3973dcae5b9eSmrgif test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then 3974f1e20f77Smrg as_fn_error $? "conditional \"ISO8859_1\" was never defined. 3975f1e20f77SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 3976dcae5b9eSmrgfi 3977dcae5b9eSmrgif test -z "${ISO8859_2_TRUE}" && test -z "${ISO8859_2_FALSE}"; then 3978f1e20f77Smrg as_fn_error $? "conditional \"ISO8859_2\" was never defined. 3979f1e20f77SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 3980dcae5b9eSmrgfi 3981dcae5b9eSmrgif test -z "${ISO8859_3_TRUE}" && test -z "${ISO8859_3_FALSE}"; then 3982f1e20f77Smrg as_fn_error $? "conditional \"ISO8859_3\" was never defined. 3983f1e20f77SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 3984dcae5b9eSmrgfi 3985dcae5b9eSmrgif test -z "${ISO8859_4_TRUE}" && test -z "${ISO8859_4_FALSE}"; then 3986f1e20f77Smrg as_fn_error $? "conditional \"ISO8859_4\" was never defined. 3987f1e20f77SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 3988dcae5b9eSmrgfi 3989dcae5b9eSmrgif test -z "${ISO8859_9_TRUE}" && test -z "${ISO8859_9_FALSE}"; then 3990f1e20f77Smrg as_fn_error $? "conditional \"ISO8859_9\" was never defined. 3991f1e20f77SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 3992dcae5b9eSmrgfi 3993dcae5b9eSmrgif test -z "${ISO8859_10_TRUE}" && test -z "${ISO8859_10_FALSE}"; then 3994f1e20f77Smrg as_fn_error $? "conditional \"ISO8859_10\" was never defined. 3995f1e20f77SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 3996dcae5b9eSmrgfi 3997dcae5b9eSmrgif test -z "${ISO8859_13_TRUE}" && test -z "${ISO8859_13_FALSE}"; then 3998f1e20f77Smrg as_fn_error $? "conditional \"ISO8859_13\" was never defined. 3999f1e20f77SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4000dcae5b9eSmrgfi 4001dcae5b9eSmrgif test -z "${ISO8859_14_TRUE}" && test -z "${ISO8859_14_FALSE}"; then 4002f1e20f77Smrg as_fn_error $? "conditional \"ISO8859_14\" was never defined. 4003f1e20f77SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4004dcae5b9eSmrgfi 4005dcae5b9eSmrgif test -z "${ISO8859_15_TRUE}" && test -z "${ISO8859_15_FALSE}"; then 4006f1e20f77Smrg as_fn_error $? "conditional \"ISO8859_15\" was never defined. 4007f1e20f77SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4008dcae5b9eSmrgfi 4009dcae5b9eSmrg 4010f1e20f77Smrg: "${CONFIG_STATUS=./config.status}" 40115b28e182Smrgac_write_fail=0 4012dcae5b9eSmrgac_clean_files_save=$ac_clean_files 4013dcae5b9eSmrgac_clean_files="$ac_clean_files $CONFIG_STATUS" 401415adf0bfSmrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 401515adf0bfSmrgprintf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} 4016f1e20f77Smrgas_write_fail=0 4017f1e20f77Smrgcat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 4018dcae5b9eSmrg#! $SHELL 4019dcae5b9eSmrg# Generated by $as_me. 4020dcae5b9eSmrg# Run this file to recreate the current configuration. 4021dcae5b9eSmrg# Compiler output produced by configure, useful for debugging 4022dcae5b9eSmrg# configure, is in config.log if it exists. 4023dcae5b9eSmrg 4024dcae5b9eSmrgdebug=false 4025dcae5b9eSmrgac_cs_recheck=false 4026dcae5b9eSmrgac_cs_silent=false 4027dcae5b9eSmrg 4028f1e20f77SmrgSHELL=\${CONFIG_SHELL-$SHELL} 4029f1e20f77Smrgexport SHELL 4030f1e20f77Smrg_ASEOF 4031f1e20f77Smrgcat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 4032f1e20f77Smrg## -------------------- ## 4033f1e20f77Smrg## M4sh Initialization. ## 4034f1e20f77Smrg## -------------------- ## 4035dcae5b9eSmrg 40365b28e182Smrg# Be more Bourne compatible 40375b28e182SmrgDUALCASE=1; export DUALCASE # for MKS sh 403815adf0bfSmrgas_nop=: 403915adf0bfSmrgif test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 404015adf0bfSmrgthen : 4041dcae5b9eSmrg emulate sh 4042dcae5b9eSmrg NULLCMD=: 40435b28e182Smrg # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 4044dcae5b9eSmrg # is contrary to our usage. Disable this feature. 4045dcae5b9eSmrg alias -g '${1+"$@"}'='"$@"' 40465b28e182Smrg setopt NO_GLOB_SUBST 404715adf0bfSmrgelse $as_nop 4048f1e20f77Smrg case `(set -o) 2>/dev/null` in #( 4049f1e20f77Smrg *posix*) : 4050f1e20f77Smrg set -o posix ;; #( 4051f1e20f77Smrg *) : 4052f1e20f77Smrg ;; 40535b28e182Smrgesac 40545b28e182Smrgfi 40555b28e182Smrg 40565b28e182Smrg 405715adf0bfSmrg 405815adf0bfSmrg# Reset variables that may have inherited troublesome values from 405915adf0bfSmrg# the environment. 406015adf0bfSmrg 406115adf0bfSmrg# IFS needs to be set, to space, tab, and newline, in precisely that order. 406215adf0bfSmrg# (If _AS_PATH_WALK were called with IFS unset, it would have the 406315adf0bfSmrg# side effect of setting IFS to empty, thus disabling word splitting.) 406415adf0bfSmrg# Quoting is to prevent editors from complaining about space-tab. 40655b28e182Smrgas_nl=' 40665b28e182Smrg' 40675b28e182Smrgexport as_nl 406815adf0bfSmrgIFS=" "" $as_nl" 406915adf0bfSmrg 407015adf0bfSmrgPS1='$ ' 407115adf0bfSmrgPS2='> ' 407215adf0bfSmrgPS4='+ ' 407315adf0bfSmrg 407415adf0bfSmrg# Ensure predictable behavior from utilities with locale-dependent output. 407515adf0bfSmrgLC_ALL=C 407615adf0bfSmrgexport LC_ALL 407715adf0bfSmrgLANGUAGE=C 407815adf0bfSmrgexport LANGUAGE 407915adf0bfSmrg 408015adf0bfSmrg# We cannot yet rely on "unset" to work, but we need these variables 408115adf0bfSmrg# to be unset--not just set to an empty or harmless value--now, to 408215adf0bfSmrg# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct 408315adf0bfSmrg# also avoids known problems related to "unset" and subshell syntax 408415adf0bfSmrg# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). 408515adf0bfSmrgfor as_var in BASH_ENV ENV MAIL MAILPATH CDPATH 408615adf0bfSmrgdo eval test \${$as_var+y} \ 408715adf0bfSmrg && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 408815adf0bfSmrgdone 408915adf0bfSmrg 409015adf0bfSmrg# Ensure that fds 0, 1, and 2 are open. 409115adf0bfSmrgif (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi 409215adf0bfSmrgif (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi 409315adf0bfSmrgif (exec 3>&2) ; then :; else exec 2>/dev/null; fi 40945b28e182Smrg 40955b28e182Smrg# The user is always right. 409615adf0bfSmrgif ${PATH_SEPARATOR+false} :; then 40975b28e182Smrg PATH_SEPARATOR=: 40985b28e182Smrg (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 40995b28e182Smrg (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 41005b28e182Smrg PATH_SEPARATOR=';' 41015b28e182Smrg } 4102dcae5b9eSmrgfi 4103dcae5b9eSmrg 4104dcae5b9eSmrg 41055b28e182Smrg# Find who we are. Look in the path if we contain no directory separator. 4106f1e20f77Smrgas_myself= 4107f1e20f77Smrgcase $0 in #(( 41085b28e182Smrg *[\\/]* ) as_myself=$0 ;; 41095b28e182Smrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 41105b28e182Smrgfor as_dir in $PATH 41115b28e182Smrgdo 41125b28e182Smrg IFS=$as_save_IFS 411315adf0bfSmrg case $as_dir in #((( 411415adf0bfSmrg '') as_dir=./ ;; 411515adf0bfSmrg */) ;; 411615adf0bfSmrg *) as_dir=$as_dir/ ;; 411715adf0bfSmrg esac 411815adf0bfSmrg test -r "$as_dir$0" && as_myself=$as_dir$0 && break 4119f1e20f77Smrg done 41205b28e182SmrgIFS=$as_save_IFS 41215b28e182Smrg 41225b28e182Smrg ;; 41235b28e182Smrgesac 41245b28e182Smrg# We did not find ourselves, most probably we were run as `sh COMMAND' 41255b28e182Smrg# in which case we are not to be found in the path. 41265b28e182Smrgif test "x$as_myself" = x; then 41275b28e182Smrg as_myself=$0 41285b28e182Smrgfi 41295b28e182Smrgif test ! -f "$as_myself"; then 413015adf0bfSmrg printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 4131f1e20f77Smrg exit 1 41325b28e182Smrgfi 41335b28e182Smrg 4134f1e20f77Smrg 4135f1e20f77Smrg 4136f1e20f77Smrg# as_fn_error STATUS ERROR [LINENO LOG_FD] 4137f1e20f77Smrg# ---------------------------------------- 4138f1e20f77Smrg# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 4139f1e20f77Smrg# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 4140f1e20f77Smrg# script with STATUS, using 1 if that was 0. 4141f1e20f77Smrgas_fn_error () 4142f1e20f77Smrg{ 4143f1e20f77Smrg as_status=$1; test $as_status -eq 0 && as_status=1 4144f1e20f77Smrg if test "$4"; then 4145f1e20f77Smrg as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 414615adf0bfSmrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 4147f1e20f77Smrg fi 414815adf0bfSmrg printf "%s\n" "$as_me: error: $2" >&2 4149f1e20f77Smrg as_fn_exit $as_status 4150f1e20f77Smrg} # as_fn_error 4151f1e20f77Smrg 4152f1e20f77Smrg 415315adf0bfSmrg 4154f1e20f77Smrg# as_fn_set_status STATUS 4155f1e20f77Smrg# ----------------------- 4156f1e20f77Smrg# Set $? to STATUS, without forking. 4157f1e20f77Smrgas_fn_set_status () 4158f1e20f77Smrg{ 4159f1e20f77Smrg return $1 4160f1e20f77Smrg} # as_fn_set_status 4161f1e20f77Smrg 4162f1e20f77Smrg# as_fn_exit STATUS 4163f1e20f77Smrg# ----------------- 4164f1e20f77Smrg# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 4165f1e20f77Smrgas_fn_exit () 4166f1e20f77Smrg{ 4167f1e20f77Smrg set +e 4168f1e20f77Smrg as_fn_set_status $1 4169f1e20f77Smrg exit $1 4170f1e20f77Smrg} # as_fn_exit 4171f1e20f77Smrg 4172f1e20f77Smrg# as_fn_unset VAR 4173f1e20f77Smrg# --------------- 4174f1e20f77Smrg# Portably unset VAR. 4175f1e20f77Smrgas_fn_unset () 4176f1e20f77Smrg{ 4177f1e20f77Smrg { eval $1=; unset $1;} 4178f1e20f77Smrg} 4179f1e20f77Smrgas_unset=as_fn_unset 418015adf0bfSmrg 4181f1e20f77Smrg# as_fn_append VAR VALUE 4182f1e20f77Smrg# ---------------------- 4183f1e20f77Smrg# Append the text in VALUE to the end of the definition contained in VAR. Take 4184f1e20f77Smrg# advantage of any shell optimizations that allow amortized linear growth over 4185f1e20f77Smrg# repeated appends, instead of the typical quadratic growth present in naive 4186f1e20f77Smrg# implementations. 418715adf0bfSmrgif (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null 418815adf0bfSmrgthen : 4189f1e20f77Smrg eval 'as_fn_append () 4190f1e20f77Smrg { 4191f1e20f77Smrg eval $1+=\$2 4192f1e20f77Smrg }' 419315adf0bfSmrgelse $as_nop 4194f1e20f77Smrg as_fn_append () 4195f1e20f77Smrg { 4196f1e20f77Smrg eval $1=\$$1\$2 4197f1e20f77Smrg } 4198f1e20f77Smrgfi # as_fn_append 4199f1e20f77Smrg 4200f1e20f77Smrg# as_fn_arith ARG... 4201f1e20f77Smrg# ------------------ 4202f1e20f77Smrg# Perform arithmetic evaluation on the ARGs, and store the result in the 4203f1e20f77Smrg# global $as_val. Take advantage of shells that can avoid forks. The arguments 4204f1e20f77Smrg# must be portable across $(()) and expr. 420515adf0bfSmrgif (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null 420615adf0bfSmrgthen : 4207f1e20f77Smrg eval 'as_fn_arith () 4208f1e20f77Smrg { 4209f1e20f77Smrg as_val=$(( $* )) 4210f1e20f77Smrg }' 421115adf0bfSmrgelse $as_nop 4212f1e20f77Smrg as_fn_arith () 4213f1e20f77Smrg { 4214f1e20f77Smrg as_val=`expr "$@" || test $? -eq 1` 4215f1e20f77Smrg } 4216f1e20f77Smrgfi # as_fn_arith 4217f1e20f77Smrg 4218f1e20f77Smrg 42195b28e182Smrgif expr a : '\(a\)' >/dev/null 2>&1 && 42205b28e182Smrg test "X`expr 00001 : '.*\(...\)'`" = X001; then 4221dcae5b9eSmrg as_expr=expr 4222dcae5b9eSmrgelse 4223dcae5b9eSmrg as_expr=false 4224dcae5b9eSmrgfi 4225dcae5b9eSmrg 42265b28e182Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 4227dcae5b9eSmrg as_basename=basename 4228dcae5b9eSmrgelse 4229dcae5b9eSmrg as_basename=false 4230dcae5b9eSmrgfi 4231dcae5b9eSmrg 4232f1e20f77Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 4233f1e20f77Smrg as_dirname=dirname 4234f1e20f77Smrgelse 4235f1e20f77Smrg as_dirname=false 4236f1e20f77Smrgfi 4237dcae5b9eSmrg 42385b28e182Smrgas_me=`$as_basename -- "$0" || 4239dcae5b9eSmrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 4240dcae5b9eSmrg X"$0" : 'X\(//\)$' \| \ 42415b28e182Smrg X"$0" : 'X\(/\)' \| . 2>/dev/null || 424215adf0bfSmrgprintf "%s\n" X/"$0" | 42435b28e182Smrg sed '/^.*\/\([^/][^/]*\)\/*$/{ 42445b28e182Smrg s//\1/ 42455b28e182Smrg q 42465b28e182Smrg } 42475b28e182Smrg /^X\/\(\/\/\)$/{ 42485b28e182Smrg s//\1/ 42495b28e182Smrg q 42505b28e182Smrg } 42515b28e182Smrg /^X\/\(\/\).*/{ 42525b28e182Smrg s//\1/ 42535b28e182Smrg q 42545b28e182Smrg } 42555b28e182Smrg s/.*/./; q'` 4256dcae5b9eSmrg 4257f1e20f77Smrg# Avoid depending upon Character Ranges. 4258f1e20f77Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 4259f1e20f77Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 4260f1e20f77Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 4261f1e20f77Smrgas_cr_digits='0123456789' 4262f1e20f77Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits 4263dcae5b9eSmrg 426415adf0bfSmrg 426515adf0bfSmrg# Determine whether it's possible to make 'echo' print without a newline. 426615adf0bfSmrg# These variables are no longer used directly by Autoconf, but are AC_SUBSTed 426715adf0bfSmrg# for compatibility with existing Makefiles. 42685b28e182SmrgECHO_C= ECHO_N= ECHO_T= 4269f1e20f77Smrgcase `echo -n x` in #((((( 42705b28e182Smrg-n*) 4271f1e20f77Smrg case `echo 'xy\c'` in 42725b28e182Smrg *c*) ECHO_T=' ';; # ECHO_T is single tab character. 4273f1e20f77Smrg xy) ECHO_C='\c';; 4274f1e20f77Smrg *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 4275f1e20f77Smrg ECHO_T=' ';; 42765b28e182Smrg esac;; 42775b28e182Smrg*) 42785b28e182Smrg ECHO_N='-n';; 42795b28e182Smrgesac 4280dcae5b9eSmrg 428115adf0bfSmrg# For backward compatibility with old third-party macros, we provide 428215adf0bfSmrg# the shell variables $as_echo and $as_echo_n. New code should use 428315adf0bfSmrg# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. 428415adf0bfSmrgas_echo='printf %s\n' 428515adf0bfSmrgas_echo_n='printf %s' 428615adf0bfSmrg 4287dcae5b9eSmrgrm -f conf$$ conf$$.exe conf$$.file 42885b28e182Smrgif test -d conf$$.dir; then 42895b28e182Smrg rm -f conf$$.dir/conf$$.file 42905b28e182Smrgelse 42915b28e182Smrg rm -f conf$$.dir 42925b28e182Smrg mkdir conf$$.dir 2>/dev/null 42935b28e182Smrgfi 42945b28e182Smrgif (echo >conf$$.file) 2>/dev/null; then 42955b28e182Smrg if ln -s conf$$.file conf$$ 2>/dev/null; then 4296dcae5b9eSmrg as_ln_s='ln -s' 42975b28e182Smrg # ... but there are two gotchas: 42985b28e182Smrg # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 42995b28e182Smrg # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 430015adf0bfSmrg # In both cases, we have to default to `cp -pR'. 43015b28e182Smrg ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 430215adf0bfSmrg as_ln_s='cp -pR' 43035b28e182Smrg elif ln conf$$.file conf$$ 2>/dev/null; then 43045b28e182Smrg as_ln_s=ln 43055b28e182Smrg else 430615adf0bfSmrg as_ln_s='cp -pR' 4307dcae5b9eSmrg fi 4308dcae5b9eSmrgelse 430915adf0bfSmrg as_ln_s='cp -pR' 4310dcae5b9eSmrgfi 43115b28e182Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 43125b28e182Smrgrmdir conf$$.dir 2>/dev/null 4313dcae5b9eSmrg 4314f1e20f77Smrg 4315f1e20f77Smrg# as_fn_mkdir_p 4316f1e20f77Smrg# ------------- 4317f1e20f77Smrg# Create "$as_dir" as a directory, including parents if necessary. 4318f1e20f77Smrgas_fn_mkdir_p () 4319f1e20f77Smrg{ 4320f1e20f77Smrg 4321f1e20f77Smrg case $as_dir in #( 4322f1e20f77Smrg -*) as_dir=./$as_dir;; 4323f1e20f77Smrg esac 4324f1e20f77Smrg test -d "$as_dir" || eval $as_mkdir_p || { 4325f1e20f77Smrg as_dirs= 4326f1e20f77Smrg while :; do 4327f1e20f77Smrg case $as_dir in #( 432815adf0bfSmrg *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 4329f1e20f77Smrg *) as_qdir=$as_dir;; 4330f1e20f77Smrg esac 4331f1e20f77Smrg as_dirs="'$as_qdir' $as_dirs" 4332f1e20f77Smrg as_dir=`$as_dirname -- "$as_dir" || 4333f1e20f77Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4334f1e20f77Smrg X"$as_dir" : 'X\(//\)[^/]' \| \ 4335f1e20f77Smrg X"$as_dir" : 'X\(//\)$' \| \ 4336f1e20f77Smrg X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 433715adf0bfSmrgprintf "%s\n" X"$as_dir" | 4338f1e20f77Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4339f1e20f77Smrg s//\1/ 4340f1e20f77Smrg q 4341f1e20f77Smrg } 4342f1e20f77Smrg /^X\(\/\/\)[^/].*/{ 4343f1e20f77Smrg s//\1/ 4344f1e20f77Smrg q 4345f1e20f77Smrg } 4346f1e20f77Smrg /^X\(\/\/\)$/{ 4347f1e20f77Smrg s//\1/ 4348f1e20f77Smrg q 4349f1e20f77Smrg } 4350f1e20f77Smrg /^X\(\/\).*/{ 4351f1e20f77Smrg s//\1/ 4352f1e20f77Smrg q 4353f1e20f77Smrg } 4354f1e20f77Smrg s/.*/./; q'` 4355f1e20f77Smrg test -d "$as_dir" && break 4356f1e20f77Smrg done 4357f1e20f77Smrg test -z "$as_dirs" || eval "mkdir $as_dirs" 4358f1e20f77Smrg } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 4359f1e20f77Smrg 4360f1e20f77Smrg 4361f1e20f77Smrg} # as_fn_mkdir_p 4362dcae5b9eSmrgif mkdir -p . 2>/dev/null; then 4363f1e20f77Smrg as_mkdir_p='mkdir -p "$as_dir"' 4364dcae5b9eSmrgelse 4365dcae5b9eSmrg test -d ./-p && rmdir ./-p 4366dcae5b9eSmrg as_mkdir_p=false 4367dcae5b9eSmrgfi 4368dcae5b9eSmrg 436915adf0bfSmrg 437015adf0bfSmrg# as_fn_executable_p FILE 437115adf0bfSmrg# ----------------------- 437215adf0bfSmrg# Test if FILE is an executable regular file. 437315adf0bfSmrgas_fn_executable_p () 437415adf0bfSmrg{ 437515adf0bfSmrg test -f "$1" && test -x "$1" 437615adf0bfSmrg} # as_fn_executable_p 437715adf0bfSmrgas_test_x='test -x' 437815adf0bfSmrgas_executable_p=as_fn_executable_p 4379dcae5b9eSmrg 4380dcae5b9eSmrg# Sed expression to map a string onto a valid CPP name. 4381dcae5b9eSmrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 4382dcae5b9eSmrg 4383dcae5b9eSmrg# Sed expression to map a string onto a valid variable name. 4384dcae5b9eSmrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 4385dcae5b9eSmrg 4386dcae5b9eSmrg 4387dcae5b9eSmrgexec 6>&1 4388f1e20f77Smrg## ----------------------------------- ## 4389f1e20f77Smrg## Main body of $CONFIG_STATUS script. ## 4390f1e20f77Smrg## ----------------------------------- ## 4391f1e20f77Smrg_ASEOF 4392f1e20f77Smrgtest $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 4393dcae5b9eSmrg 4394f1e20f77Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4395f1e20f77Smrg# Save the log message, to keep $0 and so on meaningful, and to 4396dcae5b9eSmrg# report actual input values of CONFIG_FILES etc. instead of their 43975b28e182Smrg# values after options handling. 43985b28e182Smrgac_log=" 439915adf0bfSmrgThis file was extended by font-bh-75dpi $as_me 1.0.4, which was 440015adf0bfSmrggenerated by GNU Autoconf 2.71. Invocation command line was 4401dcae5b9eSmrg 4402dcae5b9eSmrg CONFIG_FILES = $CONFIG_FILES 4403dcae5b9eSmrg CONFIG_HEADERS = $CONFIG_HEADERS 4404dcae5b9eSmrg CONFIG_LINKS = $CONFIG_LINKS 4405dcae5b9eSmrg CONFIG_COMMANDS = $CONFIG_COMMANDS 4406dcae5b9eSmrg $ $0 $@ 4407dcae5b9eSmrg 44085b28e182Smrgon `(hostname || uname -n) 2>/dev/null | sed 1q` 44095b28e182Smrg" 44105b28e182Smrg 4411dcae5b9eSmrg_ACEOF 4412dcae5b9eSmrg 44135b28e182Smrgcase $ac_config_files in *" 44145b28e182Smrg"*) set x $ac_config_files; shift; ac_config_files=$*;; 44155b28e182Smrgesac 4416dcae5b9eSmrg 4417dcae5b9eSmrg 4418dcae5b9eSmrg 44195b28e182Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 44205b28e182Smrg# Files that config.status was made for. 44215b28e182Smrgconfig_files="$ac_config_files" 4422dcae5b9eSmrg 44235b28e182Smrg_ACEOF 4424dcae5b9eSmrg 44255b28e182Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4426dcae5b9eSmrgac_cs_usage="\ 4427f1e20f77Smrg\`$as_me' instantiates files and other configuration actions 4428f1e20f77Smrgfrom templates according to the current configuration. Unless the files 4429f1e20f77Smrgand actions are specified as TAGs, all are instantiated by default. 4430dcae5b9eSmrg 4431f1e20f77SmrgUsage: $0 [OPTION]... [TAG]... 4432dcae5b9eSmrg 4433dcae5b9eSmrg -h, --help print this help, then exit 44345b28e182Smrg -V, --version print version number and configuration settings, then exit 4435f1e20f77Smrg --config print configuration, then exit 44365b28e182Smrg -q, --quiet, --silent 44375b28e182Smrg do not print progress messages 4438dcae5b9eSmrg -d, --debug don't remove temporary files 4439dcae5b9eSmrg --recheck update $as_me by reconfiguring in the same conditions 44405b28e182Smrg --file=FILE[:TEMPLATE] 44415b28e182Smrg instantiate the configuration file FILE 4442dcae5b9eSmrg 4443dcae5b9eSmrgConfiguration files: 4444dcae5b9eSmrg$config_files 4445dcae5b9eSmrg 444615adf0bfSmrgReport bugs to <https://gitlab.freedesktop.org/xorg/font/bh-75dpi/-/issues>." 4447dcae5b9eSmrg 44485b28e182Smrg_ACEOF 444915adf0bfSmrgac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` 445015adf0bfSmrgac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` 44515b28e182Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 445215adf0bfSmrgac_cs_config='$ac_cs_config_escaped' 4453dcae5b9eSmrgac_cs_version="\\ 445415adf0bfSmrgfont-bh-75dpi config.status 1.0.4 445515adf0bfSmrgconfigured by $0, generated by GNU Autoconf 2.71, 4456f1e20f77Smrg with options \\"\$ac_cs_config\\" 4457dcae5b9eSmrg 445815adf0bfSmrgCopyright (C) 2021 Free Software Foundation, Inc. 4459dcae5b9eSmrgThis config.status script is free software; the Free Software Foundation 4460dcae5b9eSmrggives unlimited permission to copy, distribute and modify it." 44615b28e182Smrg 44625b28e182Smrgac_pwd='$ac_pwd' 44635b28e182Smrgsrcdir='$srcdir' 44645b28e182SmrgINSTALL='$INSTALL' 44655b28e182SmrgMKDIR_P='$MKDIR_P' 44665b28e182SmrgAWK='$AWK' 44675b28e182Smrgtest -n "\$AWK" || AWK=awk 4468dcae5b9eSmrg_ACEOF 4469dcae5b9eSmrg 44705b28e182Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 44715b28e182Smrg# The default lists apply if the user does not specify any file. 4472dcae5b9eSmrgac_need_defaults=: 4473dcae5b9eSmrgwhile test $# != 0 4474dcae5b9eSmrgdo 4475dcae5b9eSmrg case $1 in 4476f1e20f77Smrg --*=?*) 44775b28e182Smrg ac_option=`expr "X$1" : 'X\([^=]*\)='` 44785b28e182Smrg ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 4479dcae5b9eSmrg ac_shift=: 4480dcae5b9eSmrg ;; 4481f1e20f77Smrg --*=) 4482f1e20f77Smrg ac_option=`expr "X$1" : 'X\([^=]*\)='` 4483f1e20f77Smrg ac_optarg= 4484f1e20f77Smrg ac_shift=: 4485f1e20f77Smrg ;; 44865b28e182Smrg *) 4487dcae5b9eSmrg ac_option=$1 4488dcae5b9eSmrg ac_optarg=$2 4489dcae5b9eSmrg ac_shift=shift 4490dcae5b9eSmrg ;; 4491dcae5b9eSmrg esac 4492dcae5b9eSmrg 4493dcae5b9eSmrg case $ac_option in 4494dcae5b9eSmrg # Handling of the options. 4495dcae5b9eSmrg -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 4496dcae5b9eSmrg ac_cs_recheck=: ;; 44975b28e182Smrg --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 449815adf0bfSmrg printf "%s\n" "$ac_cs_version"; exit ;; 4499f1e20f77Smrg --config | --confi | --conf | --con | --co | --c ) 450015adf0bfSmrg printf "%s\n" "$ac_cs_config"; exit ;; 45015b28e182Smrg --debug | --debu | --deb | --de | --d | -d ) 4502dcae5b9eSmrg debug=: ;; 4503dcae5b9eSmrg --file | --fil | --fi | --f ) 4504dcae5b9eSmrg $ac_shift 45055b28e182Smrg case $ac_optarg in 450615adf0bfSmrg *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 4507f1e20f77Smrg '') as_fn_error $? "missing file argument" ;; 45085b28e182Smrg esac 4509f1e20f77Smrg as_fn_append CONFIG_FILES " '$ac_optarg'" 4510dcae5b9eSmrg ac_need_defaults=false;; 45115b28e182Smrg --he | --h | --help | --hel | -h ) 451215adf0bfSmrg printf "%s\n" "$ac_cs_usage"; exit ;; 4513dcae5b9eSmrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 4514dcae5b9eSmrg | -silent | --silent | --silen | --sile | --sil | --si | --s) 4515dcae5b9eSmrg ac_cs_silent=: ;; 4516dcae5b9eSmrg 4517dcae5b9eSmrg # This is an error. 4518f1e20f77Smrg -*) as_fn_error $? "unrecognized option: \`$1' 4519f1e20f77SmrgTry \`$0 --help' for more information." ;; 4520dcae5b9eSmrg 4521f1e20f77Smrg *) as_fn_append ac_config_targets " $1" 45225b28e182Smrg ac_need_defaults=false ;; 4523dcae5b9eSmrg 4524dcae5b9eSmrg esac 4525dcae5b9eSmrg shift 4526dcae5b9eSmrgdone 4527dcae5b9eSmrg 4528dcae5b9eSmrgac_configure_extra_args= 4529dcae5b9eSmrg 4530dcae5b9eSmrgif $ac_cs_silent; then 4531dcae5b9eSmrg exec 6>/dev/null 4532dcae5b9eSmrg ac_configure_extra_args="$ac_configure_extra_args --silent" 4533dcae5b9eSmrgfi 4534dcae5b9eSmrg 4535dcae5b9eSmrg_ACEOF 45365b28e182Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4537dcae5b9eSmrgif \$ac_cs_recheck; then 453815adf0bfSmrg set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 45395b28e182Smrg shift 454015adf0bfSmrg \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 45415b28e182Smrg CONFIG_SHELL='$SHELL' 45425b28e182Smrg export CONFIG_SHELL 45435b28e182Smrg exec "\$@" 4544dcae5b9eSmrgfi 4545dcae5b9eSmrg 4546dcae5b9eSmrg_ACEOF 45475b28e182Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 45485b28e182Smrgexec 5>>config.log 45495b28e182Smrg{ 45505b28e182Smrg echo 45515b28e182Smrg sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 45525b28e182Smrg## Running $as_me. ## 45535b28e182Smrg_ASBOX 455415adf0bfSmrg printf "%s\n" "$ac_log" 45555b28e182Smrg} >&5 4556dcae5b9eSmrg 45575b28e182Smrg_ACEOF 45585b28e182Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 45595b28e182Smrg_ACEOF 4560dcae5b9eSmrg 45615b28e182Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4562dcae5b9eSmrg 45635b28e182Smrg# Handling of arguments. 4564dcae5b9eSmrgfor ac_config_target in $ac_config_targets 4565dcae5b9eSmrgdo 45665b28e182Smrg case $ac_config_target in 45675b28e182Smrg "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 45685b28e182Smrg 4569f1e20f77Smrg *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 4570dcae5b9eSmrg esac 4571dcae5b9eSmrgdone 4572dcae5b9eSmrg 45735b28e182Smrg 4574dcae5b9eSmrg# If the user did not use the arguments to specify the items to instantiate, 4575dcae5b9eSmrg# then the envvar interface is used. Set only those that are not. 4576dcae5b9eSmrg# We use the long form for the default assignment because of an extremely 4577dcae5b9eSmrg# bizarre bug on SunOS 4.1.3. 4578dcae5b9eSmrgif $ac_need_defaults; then 457915adf0bfSmrg test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files 4580dcae5b9eSmrgfi 4581dcae5b9eSmrg 4582dcae5b9eSmrg# Have a temporary directory for convenience. Make it in the build tree 45835b28e182Smrg# simply because there is no reason against having it here, and in addition, 4584dcae5b9eSmrg# creating and moving files from /tmp can sometimes cause problems. 45855b28e182Smrg# Hook for its removal unless debugging. 45865b28e182Smrg# Note that there is a small window in which the directory will not be cleaned: 45875b28e182Smrg# after its creation but before its name has been assigned to `$tmp'. 4588dcae5b9eSmrg$debug || 4589dcae5b9eSmrg{ 4590f1e20f77Smrg tmp= ac_tmp= 45915b28e182Smrg trap 'exit_status=$? 4592f1e20f77Smrg : "${ac_tmp:=$tmp}" 4593f1e20f77Smrg { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 45945b28e182Smrg' 0 4595f1e20f77Smrg trap 'as_fn_exit 1' 1 2 13 15 4596dcae5b9eSmrg} 4597dcae5b9eSmrg# Create a (secure) tmp directory for tmp files. 4598dcae5b9eSmrg 4599dcae5b9eSmrg{ 46005b28e182Smrg tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 4601f1e20f77Smrg test -d "$tmp" 4602dcae5b9eSmrg} || 4603dcae5b9eSmrg{ 46045b28e182Smrg tmp=./conf$$-$RANDOM 46055b28e182Smrg (umask 077 && mkdir "$tmp") 4606f1e20f77Smrg} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 4607f1e20f77Smrgac_tmp=$tmp 4608dcae5b9eSmrg 46095b28e182Smrg# Set up the scripts for CONFIG_FILES section. 46105b28e182Smrg# No need to generate them if there are no CONFIG_FILES. 46115b28e182Smrg# This happens for instance with `./config.status config.h'. 46125b28e182Smrgif test -n "$CONFIG_FILES"; then 46135b28e182Smrg 46145b28e182Smrg 4615f1e20f77Smrgac_cr=`echo X | tr X '\015'` 4616f1e20f77Smrg# On cygwin, bash can eat \r inside `` if the user requested igncr. 4617f1e20f77Smrg# But we know of no other shell where ac_cr would be empty at this 4618f1e20f77Smrg# point, so we can use a bashism as a fallback. 4619f1e20f77Smrgif test "x$ac_cr" = x; then 4620f1e20f77Smrg eval ac_cr=\$\'\\r\' 4621f1e20f77Smrgfi 46225b28e182Smrgac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 46235b28e182Smrgif test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 46245b28e182Smrg ac_cs_awk_cr='\\r' 46255b28e182Smrgelse 46265b28e182Smrg ac_cs_awk_cr=$ac_cr 46275b28e182Smrgfi 46285b28e182Smrg 4629f1e20f77Smrgecho 'BEGIN {' >"$ac_tmp/subs1.awk" && 4630dcae5b9eSmrg_ACEOF 4631dcae5b9eSmrg 4632dcae5b9eSmrg 46335b28e182Smrg{ 46345b28e182Smrg echo "cat >conf$$subs.awk <<_ACEOF" && 46355b28e182Smrg echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 46365b28e182Smrg echo "_ACEOF" 46375b28e182Smrg} >conf$$subs.sh || 4638f1e20f77Smrg as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 4639f1e20f77Smrgac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` 46405b28e182Smrgac_delim='%!_!# ' 46415b28e182Smrgfor ac_last_try in false false false false false :; do 46425b28e182Smrg . ./conf$$subs.sh || 4643f1e20f77Smrg as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 4644dcae5b9eSmrg 46455b28e182Smrg ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 46465b28e182Smrg if test $ac_delim_n = $ac_delim_num; then 46475b28e182Smrg break 46485b28e182Smrg elif $ac_last_try; then 4649f1e20f77Smrg as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 46505b28e182Smrg else 46515b28e182Smrg ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 4652dcae5b9eSmrg fi 46535b28e182Smrgdone 46545b28e182Smrgrm -f conf$$subs.sh 4655dcae5b9eSmrg 46565b28e182Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4657f1e20f77Smrgcat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 4658dcae5b9eSmrg_ACEOF 46595b28e182Smrgsed -n ' 46605b28e182Smrgh 46615b28e182Smrgs/^/S["/; s/!.*/"]=/ 46625b28e182Smrgp 46635b28e182Smrgg 46645b28e182Smrgs/^[^!]*!// 46655b28e182Smrg:repl 46665b28e182Smrgt repl 46675b28e182Smrgs/'"$ac_delim"'$// 46685b28e182Smrgt delim 46695b28e182Smrg:nl 46705b28e182Smrgh 4671f1e20f77Smrgs/\(.\{148\}\)..*/\1/ 46725b28e182Smrgt more1 46735b28e182Smrgs/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 46745b28e182Smrgp 46755b28e182Smrgn 46765b28e182Smrgb repl 46775b28e182Smrg:more1 46785b28e182Smrgs/["\\]/\\&/g; s/^/"/; s/$/"\\/ 46795b28e182Smrgp 46805b28e182Smrgg 46815b28e182Smrgs/.\{148\}// 46825b28e182Smrgt nl 46835b28e182Smrg:delim 46845b28e182Smrgh 4685f1e20f77Smrgs/\(.\{148\}\)..*/\1/ 46865b28e182Smrgt more2 46875b28e182Smrgs/["\\]/\\&/g; s/^/"/; s/$/"/ 46885b28e182Smrgp 46895b28e182Smrgb 46905b28e182Smrg:more2 46915b28e182Smrgs/["\\]/\\&/g; s/^/"/; s/$/"\\/ 46925b28e182Smrgp 46935b28e182Smrgg 46945b28e182Smrgs/.\{148\}// 46955b28e182Smrgt delim 46965b28e182Smrg' <conf$$subs.awk | sed ' 46975b28e182Smrg/^[^""]/{ 46985b28e182Smrg N 46995b28e182Smrg s/\n// 47005b28e182Smrg} 47015b28e182Smrg' >>$CONFIG_STATUS || ac_write_fail=1 47025b28e182Smrgrm -f conf$$subs.awk 47035b28e182Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 47045b28e182Smrg_ACAWK 4705f1e20f77Smrgcat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 47065b28e182Smrg for (key in S) S_is_set[key] = 1 47075b28e182Smrg FS = "" 47085b28e182Smrg 47095b28e182Smrg} 47105b28e182Smrg{ 47115b28e182Smrg line = $ 0 47125b28e182Smrg nfields = split(line, field, "@") 47135b28e182Smrg substed = 0 47145b28e182Smrg len = length(field[1]) 47155b28e182Smrg for (i = 2; i < nfields; i++) { 47165b28e182Smrg key = field[i] 47175b28e182Smrg keylen = length(key) 47185b28e182Smrg if (S_is_set[key]) { 47195b28e182Smrg value = S[key] 47205b28e182Smrg line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 47215b28e182Smrg len += length(value) + length(field[++i]) 47225b28e182Smrg substed = 1 47235b28e182Smrg } else 47245b28e182Smrg len += 1 + keylen 47255b28e182Smrg } 47265b28e182Smrg 47275b28e182Smrg print line 47285b28e182Smrg} 47295b28e182Smrg 47305b28e182Smrg_ACAWK 47315b28e182Smrg_ACEOF 47325b28e182Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 47335b28e182Smrgif sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 47345b28e182Smrg sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 47355b28e182Smrgelse 47365b28e182Smrg cat 4737f1e20f77Smrgfi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 4738f1e20f77Smrg || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 47395b28e182Smrg_ACEOF 47405b28e182Smrg 4741f1e20f77Smrg# VPATH may cause trouble with some makes, so we remove sole $(srcdir), 4742f1e20f77Smrg# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 47435b28e182Smrg# trailing colons and then remove the whole line if VPATH becomes empty 47445b28e182Smrg# (actually we leave an empty line to preserve line numbers). 47455b28e182Smrgif test "x$srcdir" = x.; then 4746f1e20f77Smrg ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ 4747f1e20f77Smrgh 4748f1e20f77Smrgs/// 4749f1e20f77Smrgs/^/:/ 4750f1e20f77Smrgs/[ ]*$/:/ 4751f1e20f77Smrgs/:\$(srcdir):/:/g 4752f1e20f77Smrgs/:\${srcdir}:/:/g 4753f1e20f77Smrgs/:@srcdir@:/:/g 4754f1e20f77Smrgs/^:*// 47555b28e182Smrgs/:*$// 4756f1e20f77Smrgx 4757f1e20f77Smrgs/\(=[ ]*\).*/\1/ 4758f1e20f77SmrgG 4759f1e20f77Smrgs/\n// 47605b28e182Smrgs/^[^=]*=[ ]*$// 47615b28e182Smrg}' 47625b28e182Smrgfi 47635b28e182Smrg 47645b28e182Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 47655b28e182Smrgfi # test -n "$CONFIG_FILES" 47665b28e182Smrg 47675b28e182Smrg 476815adf0bfSmrgeval set X " :F $CONFIG_FILES " 47695b28e182Smrgshift 47705b28e182Smrgfor ac_tag 47715b28e182Smrgdo 47725b28e182Smrg case $ac_tag in 47735b28e182Smrg :[FHLC]) ac_mode=$ac_tag; continue;; 47745b28e182Smrg esac 47755b28e182Smrg case $ac_mode$ac_tag in 47765b28e182Smrg :[FHL]*:*);; 4777f1e20f77Smrg :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 47785b28e182Smrg :[FH]-) ac_tag=-:-;; 47795b28e182Smrg :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 47805b28e182Smrg esac 47815b28e182Smrg ac_save_IFS=$IFS 47825b28e182Smrg IFS=: 47835b28e182Smrg set x $ac_tag 47845b28e182Smrg IFS=$ac_save_IFS 47855b28e182Smrg shift 47865b28e182Smrg ac_file=$1 47875b28e182Smrg shift 47885b28e182Smrg 47895b28e182Smrg case $ac_mode in 47905b28e182Smrg :L) ac_source=$1;; 47915b28e182Smrg :[FH]) 47925b28e182Smrg ac_file_inputs= 47935b28e182Smrg for ac_f 47945b28e182Smrg do 47955b28e182Smrg case $ac_f in 4796f1e20f77Smrg -) ac_f="$ac_tmp/stdin";; 47975b28e182Smrg *) # Look for the file first in the build tree, then in the source tree 47985b28e182Smrg # (if the path is not absolute). The absolute path cannot be DOS-style, 47995b28e182Smrg # because $ac_f cannot contain `:'. 48005b28e182Smrg test -f "$ac_f" || 48015b28e182Smrg case $ac_f in 48025b28e182Smrg [\\/$]*) false;; 48035b28e182Smrg *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 48045b28e182Smrg esac || 4805f1e20f77Smrg as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 48065b28e182Smrg esac 480715adf0bfSmrg case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 4808f1e20f77Smrg as_fn_append ac_file_inputs " '$ac_f'" 48095b28e182Smrg done 48105b28e182Smrg 48115b28e182Smrg # Let's still pretend it is `configure' which instantiates (i.e., don't 48125b28e182Smrg # use $as_me), people would be surprised to read: 48135b28e182Smrg # /* config.h. Generated by config.status. */ 48145b28e182Smrg configure_input='Generated from '` 481515adf0bfSmrg printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 48165b28e182Smrg `' by configure.' 48175b28e182Smrg if test x"$ac_file" != x-; then 48185b28e182Smrg configure_input="$ac_file. $configure_input" 481915adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 482015adf0bfSmrgprintf "%s\n" "$as_me: creating $ac_file" >&6;} 48215b28e182Smrg fi 48225b28e182Smrg # Neutralize special characters interpreted by sed in replacement strings. 48235b28e182Smrg case $configure_input in #( 48245b28e182Smrg *\&* | *\|* | *\\* ) 482515adf0bfSmrg ac_sed_conf_input=`printf "%s\n" "$configure_input" | 48265b28e182Smrg sed 's/[\\\\&|]/\\\\&/g'`;; #( 48275b28e182Smrg *) ac_sed_conf_input=$configure_input;; 48285b28e182Smrg esac 48295b28e182Smrg 48305b28e182Smrg case $ac_tag in 4831f1e20f77Smrg *:-:* | *:-) cat >"$ac_tmp/stdin" \ 4832f1e20f77Smrg || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 48335b28e182Smrg esac 48345b28e182Smrg ;; 4835dcae5b9eSmrg esac 4836dcae5b9eSmrg 48375b28e182Smrg ac_dir=`$as_dirname -- "$ac_file" || 4838dcae5b9eSmrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4839dcae5b9eSmrg X"$ac_file" : 'X\(//\)[^/]' \| \ 4840dcae5b9eSmrg X"$ac_file" : 'X\(//\)$' \| \ 48415b28e182Smrg X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 484215adf0bfSmrgprintf "%s\n" X"$ac_file" | 48435b28e182Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 48445b28e182Smrg s//\1/ 48455b28e182Smrg q 48465b28e182Smrg } 48475b28e182Smrg /^X\(\/\/\)[^/].*/{ 48485b28e182Smrg s//\1/ 48495b28e182Smrg q 48505b28e182Smrg } 48515b28e182Smrg /^X\(\/\/\)$/{ 48525b28e182Smrg s//\1/ 48535b28e182Smrg q 48545b28e182Smrg } 48555b28e182Smrg /^X\(\/\).*/{ 48565b28e182Smrg s//\1/ 48575b28e182Smrg q 48585b28e182Smrg } 48595b28e182Smrg s/.*/./; q'` 4860f1e20f77Smrg as_dir="$ac_dir"; as_fn_mkdir_p 4861dcae5b9eSmrg ac_builddir=. 4862dcae5b9eSmrg 48635b28e182Smrgcase "$ac_dir" in 48645b28e182Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 48655b28e182Smrg*) 486615adf0bfSmrg ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` 48675b28e182Smrg # A ".." for each directory in $ac_dir_suffix. 486815adf0bfSmrg ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 48695b28e182Smrg case $ac_top_builddir_sub in 48705b28e182Smrg "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 48715b28e182Smrg *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 48725b28e182Smrg esac ;; 48735b28e182Smrgesac 48745b28e182Smrgac_abs_top_builddir=$ac_pwd 48755b28e182Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix 48765b28e182Smrg# for backward compatibility: 48775b28e182Smrgac_top_builddir=$ac_top_build_prefix 4878dcae5b9eSmrg 4879dcae5b9eSmrgcase $srcdir in 48805b28e182Smrg .) # We are building in place. 4881dcae5b9eSmrg ac_srcdir=. 48825b28e182Smrg ac_top_srcdir=$ac_top_builddir_sub 48835b28e182Smrg ac_abs_top_srcdir=$ac_pwd ;; 48845b28e182Smrg [\\/]* | ?:[\\/]* ) # Absolute name. 4885dcae5b9eSmrg ac_srcdir=$srcdir$ac_dir_suffix; 48865b28e182Smrg ac_top_srcdir=$srcdir 48875b28e182Smrg ac_abs_top_srcdir=$srcdir ;; 48885b28e182Smrg *) # Relative name. 48895b28e182Smrg ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 48905b28e182Smrg ac_top_srcdir=$ac_top_build_prefix$srcdir 48915b28e182Smrg ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 4892dcae5b9eSmrgesac 48935b28e182Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 4894dcae5b9eSmrg 4895dcae5b9eSmrg 48965b28e182Smrg case $ac_mode in 48975b28e182Smrg :F) 48985b28e182Smrg # 48995b28e182Smrg # CONFIG_FILE 49005b28e182Smrg # 4901dcae5b9eSmrg 4902dcae5b9eSmrg case $INSTALL in 4903dcae5b9eSmrg [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 49045b28e182Smrg *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 4905dcae5b9eSmrg esac 49065b28e182Smrg ac_MKDIR_P=$MKDIR_P 49075b28e182Smrg case $MKDIR_P in 49085b28e182Smrg [\\/$]* | ?:[\\/]* ) ;; 49095b28e182Smrg */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 49105b28e182Smrg esac 49115b28e182Smrg_ACEOF 4912dcae5b9eSmrg 49135b28e182Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 49145b28e182Smrg# If the template does not know about datarootdir, expand it. 49155b28e182Smrg# FIXME: This hack should be removed a few years after 2.60. 49165b28e182Smrgac_datarootdir_hack=; ac_datarootdir_seen= 49175b28e182Smrgac_sed_dataroot=' 49185b28e182Smrg/datarootdir/ { 49195b28e182Smrg p 49205b28e182Smrg q 49215b28e182Smrg} 49225b28e182Smrg/@datadir@/p 49235b28e182Smrg/@docdir@/p 49245b28e182Smrg/@infodir@/p 49255b28e182Smrg/@localedir@/p 4926f1e20f77Smrg/@mandir@/p' 49275b28e182Smrgcase `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 49285b28e182Smrg*datarootdir*) ac_datarootdir_seen=yes;; 49295b28e182Smrg*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 493015adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 493115adf0bfSmrgprintf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 49325b28e182Smrg_ACEOF 49335b28e182Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 49345b28e182Smrg ac_datarootdir_hack=' 49355b28e182Smrg s&@datadir@&$datadir&g 49365b28e182Smrg s&@docdir@&$docdir&g 49375b28e182Smrg s&@infodir@&$infodir&g 49385b28e182Smrg s&@localedir@&$localedir&g 49395b28e182Smrg s&@mandir@&$mandir&g 4940f1e20f77Smrg s&\\\${datarootdir}&$datarootdir&g' ;; 49415b28e182Smrgesac 4942dcae5b9eSmrg_ACEOF 49435b28e182Smrg 49445b28e182Smrg# Neutralize VPATH when `$srcdir' = `.'. 49455b28e182Smrg# Shell code in configure.ac might set extrasub. 49465b28e182Smrg# FIXME: do we really want to maintain this feature? 49475b28e182Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 49485b28e182Smrgac_sed_extra="$ac_vpsub 4949dcae5b9eSmrg$extrasub 4950dcae5b9eSmrg_ACEOF 49515b28e182Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4952dcae5b9eSmrg:t 4953dcae5b9eSmrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 49545b28e182Smrgs|@configure_input@|$ac_sed_conf_input|;t t 49555b28e182Smrgs&@top_builddir@&$ac_top_builddir_sub&;t t 49565b28e182Smrgs&@top_build_prefix@&$ac_top_build_prefix&;t t 49575b28e182Smrgs&@srcdir@&$ac_srcdir&;t t 49585b28e182Smrgs&@abs_srcdir@&$ac_abs_srcdir&;t t 49595b28e182Smrgs&@top_srcdir@&$ac_top_srcdir&;t t 49605b28e182Smrgs&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 49615b28e182Smrgs&@builddir@&$ac_builddir&;t t 49625b28e182Smrgs&@abs_builddir@&$ac_abs_builddir&;t t 49635b28e182Smrgs&@abs_top_builddir@&$ac_abs_top_builddir&;t t 49645b28e182Smrgs&@INSTALL@&$ac_INSTALL&;t t 49655b28e182Smrgs&@MKDIR_P@&$ac_MKDIR_P&;t t 49665b28e182Smrg$ac_datarootdir_hack 49675b28e182Smrg" 4968f1e20f77Smrgeval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 4969f1e20f77Smrg >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 4970dcae5b9eSmrg 49715b28e182Smrgtest -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 4972f1e20f77Smrg { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 4973f1e20f77Smrg { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 4974f1e20f77Smrg "$ac_tmp/out"`; test -z "$ac_out"; } && 497515adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 4976f1e20f77Smrgwhich seems to be undefined. Please make sure it is defined" >&5 497715adf0bfSmrgprintf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 4978f1e20f77Smrgwhich seems to be undefined. Please make sure it is defined" >&2;} 49795b28e182Smrg 4980f1e20f77Smrg rm -f "$ac_tmp/stdin" 49815b28e182Smrg case $ac_file in 4982f1e20f77Smrg -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 4983f1e20f77Smrg *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 49845b28e182Smrg esac \ 4985f1e20f77Smrg || as_fn_error $? "could not create $ac_file" "$LINENO" 5 49865b28e182Smrg ;; 49875b28e182Smrg 49885b28e182Smrg 49895b28e182Smrg 49905b28e182Smrg esac 49915b28e182Smrg 49925b28e182Smrgdone # for ac_tag 4993dcae5b9eSmrg 4994dcae5b9eSmrg 4995f1e20f77Smrgas_fn_exit 0 4996dcae5b9eSmrg_ACEOF 4997dcae5b9eSmrgac_clean_files=$ac_clean_files_save 4998dcae5b9eSmrg 49995b28e182Smrgtest $ac_write_fail = 0 || 5000f1e20f77Smrg as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 50015b28e182Smrg 5002dcae5b9eSmrg 5003dcae5b9eSmrg# configure is writing to config.log, and then calls config.status. 5004dcae5b9eSmrg# config.status does its own redirection, appending to config.log. 5005dcae5b9eSmrg# Unfortunately, on DOS this fails, as config.log is still kept open 5006dcae5b9eSmrg# by configure, so config.status won't be able to write to it; its 5007dcae5b9eSmrg# output is simply discarded. So we exec the FD to /dev/null, 5008dcae5b9eSmrg# effectively closing config.log, so it can be properly (re)opened and 5009dcae5b9eSmrg# appended to by config.status. When coming back to configure, we 5010dcae5b9eSmrg# need to make the FD available again. 5011dcae5b9eSmrgif test "$no_create" != yes; then 5012dcae5b9eSmrg ac_cs_success=: 5013dcae5b9eSmrg ac_config_status_args= 5014dcae5b9eSmrg test "$silent" = yes && 5015dcae5b9eSmrg ac_config_status_args="$ac_config_status_args --quiet" 5016dcae5b9eSmrg exec 5>/dev/null 5017dcae5b9eSmrg $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 5018dcae5b9eSmrg exec 5>>config.log 5019dcae5b9eSmrg # Use ||, not &&, to avoid exiting from the if with $? = 1, which 5020dcae5b9eSmrg # would make configure fail if this is the last instruction. 5021f1e20f77Smrg $ac_cs_success || as_fn_exit 1 5022dcae5b9eSmrgfi 50235b28e182Smrgif test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 502415adf0bfSmrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 502515adf0bfSmrgprintf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 50265b28e182Smrgfi 5027dcae5b9eSmrg 502815adf0bfSmrg 5029