1023b3b36Smrg#! /bin/sh 2023b3b36Smrg# Guess values for system-dependent variables and create Makefiles. 3023b3b36Smrg# Generated by GNU Autoconf 2.71 for font-schumacher-misc 1.1.3. 4023b3b36Smrg# 5023b3b36Smrg# Report bugs to <https://gitlab.freedesktop.org/xorg/font/schumacher-misc/-/issues>. 6023b3b36Smrg# 7023b3b36Smrg# 8023b3b36Smrg# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 9023b3b36Smrg# Inc. 10023b3b36Smrg# 11023b3b36Smrg# 12023b3b36Smrg# This configure script is free software; the Free Software Foundation 13023b3b36Smrg# gives unlimited permission to copy, distribute and modify it. 14023b3b36Smrg## -------------------- ## 15023b3b36Smrg## M4sh Initialization. ## 16023b3b36Smrg## -------------------- ## 17023b3b36Smrg 18023b3b36Smrg# Be more Bourne compatible 19023b3b36SmrgDUALCASE=1; export DUALCASE # for MKS sh 20023b3b36Smrgas_nop=: 21023b3b36Smrgif test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 22023b3b36Smrgthen : 23023b3b36Smrg emulate sh 24023b3b36Smrg NULLCMD=: 25023b3b36Smrg # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 26023b3b36Smrg # is contrary to our usage. Disable this feature. 27023b3b36Smrg alias -g '${1+"$@"}'='"$@"' 28023b3b36Smrg setopt NO_GLOB_SUBST 29023b3b36Smrgelse $as_nop 30023b3b36Smrg case `(set -o) 2>/dev/null` in #( 31023b3b36Smrg *posix*) : 32023b3b36Smrg set -o posix ;; #( 33023b3b36Smrg *) : 34023b3b36Smrg ;; 35023b3b36Smrgesac 36023b3b36Smrgfi 37023b3b36Smrg 38023b3b36Smrg 39023b3b36Smrg 40023b3b36Smrg# Reset variables that may have inherited troublesome values from 41023b3b36Smrg# the environment. 42023b3b36Smrg 43023b3b36Smrg# IFS needs to be set, to space, tab, and newline, in precisely that order. 44023b3b36Smrg# (If _AS_PATH_WALK were called with IFS unset, it would have the 45023b3b36Smrg# side effect of setting IFS to empty, thus disabling word splitting.) 46023b3b36Smrg# Quoting is to prevent editors from complaining about space-tab. 47023b3b36Smrgas_nl=' 48023b3b36Smrg' 49023b3b36Smrgexport as_nl 50023b3b36SmrgIFS=" "" $as_nl" 51023b3b36Smrg 52023b3b36SmrgPS1='$ ' 53023b3b36SmrgPS2='> ' 54023b3b36SmrgPS4='+ ' 55023b3b36Smrg 56023b3b36Smrg# Ensure predictable behavior from utilities with locale-dependent output. 57023b3b36SmrgLC_ALL=C 58023b3b36Smrgexport LC_ALL 59023b3b36SmrgLANGUAGE=C 60023b3b36Smrgexport LANGUAGE 61023b3b36Smrg 62023b3b36Smrg# We cannot yet rely on "unset" to work, but we need these variables 63023b3b36Smrg# to be unset--not just set to an empty or harmless value--now, to 64023b3b36Smrg# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct 65023b3b36Smrg# also avoids known problems related to "unset" and subshell syntax 66023b3b36Smrg# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). 67023b3b36Smrgfor as_var in BASH_ENV ENV MAIL MAILPATH CDPATH 68023b3b36Smrgdo eval test \${$as_var+y} \ 69023b3b36Smrg && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 70023b3b36Smrgdone 71023b3b36Smrg 72023b3b36Smrg# Ensure that fds 0, 1, and 2 are open. 73023b3b36Smrgif (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi 74023b3b36Smrgif (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi 75023b3b36Smrgif (exec 3>&2) ; then :; else exec 2>/dev/null; fi 76023b3b36Smrg 77023b3b36Smrg# The user is always right. 78023b3b36Smrgif ${PATH_SEPARATOR+false} :; then 79023b3b36Smrg PATH_SEPARATOR=: 80023b3b36Smrg (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 81023b3b36Smrg (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 82023b3b36Smrg PATH_SEPARATOR=';' 83023b3b36Smrg } 84023b3b36Smrgfi 85023b3b36Smrg 86023b3b36Smrg 87023b3b36Smrg# Find who we are. Look in the path if we contain no directory separator. 88023b3b36Smrgas_myself= 89023b3b36Smrgcase $0 in #(( 90023b3b36Smrg *[\\/]* ) as_myself=$0 ;; 91023b3b36Smrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 92023b3b36Smrgfor as_dir in $PATH 93023b3b36Smrgdo 94023b3b36Smrg IFS=$as_save_IFS 95023b3b36Smrg case $as_dir in #((( 96023b3b36Smrg '') as_dir=./ ;; 97023b3b36Smrg */) ;; 98023b3b36Smrg *) as_dir=$as_dir/ ;; 99023b3b36Smrg esac 100023b3b36Smrg test -r "$as_dir$0" && as_myself=$as_dir$0 && break 101023b3b36Smrg done 102023b3b36SmrgIFS=$as_save_IFS 103023b3b36Smrg 104023b3b36Smrg ;; 105023b3b36Smrgesac 106023b3b36Smrg# We did not find ourselves, most probably we were run as `sh COMMAND' 107023b3b36Smrg# in which case we are not to be found in the path. 108023b3b36Smrgif test "x$as_myself" = x; then 109023b3b36Smrg as_myself=$0 110023b3b36Smrgfi 111023b3b36Smrgif test ! -f "$as_myself"; then 112023b3b36Smrg printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 113023b3b36Smrg exit 1 114023b3b36Smrgfi 115023b3b36Smrg 116023b3b36Smrg 117023b3b36Smrg# Use a proper internal environment variable to ensure we don't fall 118023b3b36Smrg # into an infinite loop, continuously re-executing ourselves. 119023b3b36Smrg if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 120023b3b36Smrg _as_can_reexec=no; export _as_can_reexec; 121023b3b36Smrg # We cannot yet assume a decent shell, so we have to provide a 122023b3b36Smrg# neutralization value for shells without unset; and this also 123023b3b36Smrg# works around shells that cannot unset nonexistent variables. 124023b3b36Smrg# Preserve -v and -x to the replacement shell. 125023b3b36SmrgBASH_ENV=/dev/null 126023b3b36SmrgENV=/dev/null 127023b3b36Smrg(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 128023b3b36Smrgcase $- in # (((( 129023b3b36Smrg *v*x* | *x*v* ) as_opts=-vx ;; 130023b3b36Smrg *v* ) as_opts=-v ;; 131023b3b36Smrg *x* ) as_opts=-x ;; 132023b3b36Smrg * ) as_opts= ;; 133023b3b36Smrgesac 134023b3b36Smrgexec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 135023b3b36Smrg# Admittedly, this is quite paranoid, since all the known shells bail 136023b3b36Smrg# out after a failed `exec'. 137023b3b36Smrgprintf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 138023b3b36Smrgexit 255 139023b3b36Smrg fi 140023b3b36Smrg # We don't want this to propagate to other subprocesses. 141023b3b36Smrg { _as_can_reexec=; unset _as_can_reexec;} 142023b3b36Smrgif test "x$CONFIG_SHELL" = x; then 143023b3b36Smrg as_bourne_compatible="as_nop=: 144023b3b36Smrgif test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 145023b3b36Smrgthen : 146023b3b36Smrg emulate sh 147023b3b36Smrg NULLCMD=: 148023b3b36Smrg # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 149023b3b36Smrg # is contrary to our usage. Disable this feature. 150023b3b36Smrg alias -g '\${1+\"\$@\"}'='\"\$@\"' 151023b3b36Smrg setopt NO_GLOB_SUBST 152023b3b36Smrgelse \$as_nop 153023b3b36Smrg case \`(set -o) 2>/dev/null\` in #( 154023b3b36Smrg *posix*) : 155023b3b36Smrg set -o posix ;; #( 156023b3b36Smrg *) : 157023b3b36Smrg ;; 158023b3b36Smrgesac 159023b3b36Smrgfi 160023b3b36Smrg" 161023b3b36Smrg as_required="as_fn_return () { (exit \$1); } 162023b3b36Smrgas_fn_success () { as_fn_return 0; } 163023b3b36Smrgas_fn_failure () { as_fn_return 1; } 164023b3b36Smrgas_fn_ret_success () { return 0; } 165023b3b36Smrgas_fn_ret_failure () { return 1; } 166023b3b36Smrg 167023b3b36Smrgexitcode=0 168023b3b36Smrgas_fn_success || { exitcode=1; echo as_fn_success failed.; } 169023b3b36Smrgas_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 170023b3b36Smrgas_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 171023b3b36Smrgas_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 172023b3b36Smrgif ( set x; as_fn_ret_success y && test x = \"\$1\" ) 173023b3b36Smrgthen : 174023b3b36Smrg 175023b3b36Smrgelse \$as_nop 176023b3b36Smrg exitcode=1; echo positional parameters were not saved. 177023b3b36Smrgfi 178023b3b36Smrgtest x\$exitcode = x0 || exit 1 179023b3b36Smrgblah=\$(echo \$(echo blah)) 180023b3b36Smrgtest x\"\$blah\" = xblah || exit 1 181023b3b36Smrgtest -x / || exit 1" 182023b3b36Smrg as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 183023b3b36Smrg as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 184023b3b36Smrg eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 185023b3b36Smrg test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 186023b3b36Smrgtest \$(( 1 + 1 )) = 2 || exit 1" 187023b3b36Smrg if (eval "$as_required") 2>/dev/null 188023b3b36Smrgthen : 189023b3b36Smrg as_have_required=yes 190023b3b36Smrgelse $as_nop 191023b3b36Smrg as_have_required=no 192023b3b36Smrgfi 193023b3b36Smrg if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null 194023b3b36Smrgthen : 195023b3b36Smrg 196023b3b36Smrgelse $as_nop 197023b3b36Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 198023b3b36Smrgas_found=false 199023b3b36Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 200023b3b36Smrgdo 201023b3b36Smrg IFS=$as_save_IFS 202023b3b36Smrg case $as_dir in #((( 203023b3b36Smrg '') as_dir=./ ;; 204023b3b36Smrg */) ;; 205023b3b36Smrg *) as_dir=$as_dir/ ;; 206023b3b36Smrg esac 207023b3b36Smrg as_found=: 208023b3b36Smrg case $as_dir in #( 209023b3b36Smrg /*) 210023b3b36Smrg for as_base in sh bash ksh sh5; do 211023b3b36Smrg # Try only shells that exist, to save several forks. 212023b3b36Smrg as_shell=$as_dir$as_base 213023b3b36Smrg if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 214023b3b36Smrg as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null 215023b3b36Smrgthen : 216023b3b36Smrg CONFIG_SHELL=$as_shell as_have_required=yes 217023b3b36Smrg if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null 218023b3b36Smrgthen : 219023b3b36Smrg break 2 220023b3b36Smrgfi 221023b3b36Smrgfi 222023b3b36Smrg done;; 223023b3b36Smrg esac 224023b3b36Smrg as_found=false 225023b3b36Smrgdone 226023b3b36SmrgIFS=$as_save_IFS 227023b3b36Smrgif $as_found 228023b3b36Smrgthen : 229023b3b36Smrg 230023b3b36Smrgelse $as_nop 231023b3b36Smrg if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 232023b3b36Smrg as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null 233023b3b36Smrgthen : 234023b3b36Smrg CONFIG_SHELL=$SHELL as_have_required=yes 235023b3b36Smrgfi 236023b3b36Smrgfi 237023b3b36Smrg 238023b3b36Smrg 239023b3b36Smrg if test "x$CONFIG_SHELL" != x 240023b3b36Smrgthen : 241023b3b36Smrg export CONFIG_SHELL 242023b3b36Smrg # We cannot yet assume a decent shell, so we have to provide a 243023b3b36Smrg# neutralization value for shells without unset; and this also 244023b3b36Smrg# works around shells that cannot unset nonexistent variables. 245023b3b36Smrg# Preserve -v and -x to the replacement shell. 246023b3b36SmrgBASH_ENV=/dev/null 247023b3b36SmrgENV=/dev/null 248023b3b36Smrg(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 249023b3b36Smrgcase $- in # (((( 250023b3b36Smrg *v*x* | *x*v* ) as_opts=-vx ;; 251023b3b36Smrg *v* ) as_opts=-v ;; 252023b3b36Smrg *x* ) as_opts=-x ;; 253023b3b36Smrg * ) as_opts= ;; 254023b3b36Smrgesac 255023b3b36Smrgexec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 256023b3b36Smrg# Admittedly, this is quite paranoid, since all the known shells bail 257023b3b36Smrg# out after a failed `exec'. 258023b3b36Smrgprintf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 259023b3b36Smrgexit 255 260023b3b36Smrgfi 261023b3b36Smrg 262023b3b36Smrg if test x$as_have_required = xno 263023b3b36Smrgthen : 264023b3b36Smrg printf "%s\n" "$0: This script requires a shell more modern than all" 265023b3b36Smrg printf "%s\n" "$0: the shells that I found on your system." 266023b3b36Smrg if test ${ZSH_VERSION+y} ; then 267023b3b36Smrg printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" 268023b3b36Smrg printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." 269023b3b36Smrg else 270023b3b36Smrg printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and 271023b3b36Smrg$0: https://gitlab.freedesktop.org/xorg/font/schumacher-misc/-/issues 272023b3b36Smrg$0: about your system, including any error possibly output 273023b3b36Smrg$0: before this message. Then install a modern shell, or 274023b3b36Smrg$0: manually run the script under such a shell if you do 275023b3b36Smrg$0: have one." 276023b3b36Smrg fi 277023b3b36Smrg exit 1 278023b3b36Smrgfi 279023b3b36Smrgfi 280023b3b36Smrgfi 281023b3b36SmrgSHELL=${CONFIG_SHELL-/bin/sh} 282023b3b36Smrgexport SHELL 283023b3b36Smrg# Unset more variables known to interfere with behavior of common tools. 284023b3b36SmrgCLICOLOR_FORCE= GREP_OPTIONS= 285023b3b36Smrgunset CLICOLOR_FORCE GREP_OPTIONS 286023b3b36Smrg 287023b3b36Smrg## --------------------- ## 288023b3b36Smrg## M4sh Shell Functions. ## 289023b3b36Smrg## --------------------- ## 290023b3b36Smrg# as_fn_unset VAR 291023b3b36Smrg# --------------- 292023b3b36Smrg# Portably unset VAR. 293023b3b36Smrgas_fn_unset () 294023b3b36Smrg{ 295023b3b36Smrg { eval $1=; unset $1;} 296023b3b36Smrg} 297023b3b36Smrgas_unset=as_fn_unset 298023b3b36Smrg 299023b3b36Smrg 300023b3b36Smrg# as_fn_set_status STATUS 301023b3b36Smrg# ----------------------- 302023b3b36Smrg# Set $? to STATUS, without forking. 303023b3b36Smrgas_fn_set_status () 304023b3b36Smrg{ 305023b3b36Smrg return $1 306023b3b36Smrg} # as_fn_set_status 307023b3b36Smrg 308023b3b36Smrg# as_fn_exit STATUS 309023b3b36Smrg# ----------------- 310023b3b36Smrg# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 311023b3b36Smrgas_fn_exit () 312023b3b36Smrg{ 313023b3b36Smrg set +e 314023b3b36Smrg as_fn_set_status $1 315023b3b36Smrg exit $1 316023b3b36Smrg} # as_fn_exit 317023b3b36Smrg# as_fn_nop 318023b3b36Smrg# --------- 319023b3b36Smrg# Do nothing but, unlike ":", preserve the value of $?. 320023b3b36Smrgas_fn_nop () 321023b3b36Smrg{ 322023b3b36Smrg return $? 323023b3b36Smrg} 324023b3b36Smrgas_nop=as_fn_nop 325023b3b36Smrg 326023b3b36Smrg# as_fn_mkdir_p 327023b3b36Smrg# ------------- 328023b3b36Smrg# Create "$as_dir" as a directory, including parents if necessary. 329023b3b36Smrgas_fn_mkdir_p () 330023b3b36Smrg{ 331023b3b36Smrg 332023b3b36Smrg case $as_dir in #( 333023b3b36Smrg -*) as_dir=./$as_dir;; 334023b3b36Smrg esac 335023b3b36Smrg test -d "$as_dir" || eval $as_mkdir_p || { 336023b3b36Smrg as_dirs= 337023b3b36Smrg while :; do 338023b3b36Smrg case $as_dir in #( 339023b3b36Smrg *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 340023b3b36Smrg *) as_qdir=$as_dir;; 341023b3b36Smrg esac 342023b3b36Smrg as_dirs="'$as_qdir' $as_dirs" 343023b3b36Smrg as_dir=`$as_dirname -- "$as_dir" || 344023b3b36Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 345023b3b36Smrg X"$as_dir" : 'X\(//\)[^/]' \| \ 346023b3b36Smrg X"$as_dir" : 'X\(//\)$' \| \ 347023b3b36Smrg X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 348023b3b36Smrgprintf "%s\n" X"$as_dir" | 349023b3b36Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 350023b3b36Smrg s//\1/ 351023b3b36Smrg q 352023b3b36Smrg } 353023b3b36Smrg /^X\(\/\/\)[^/].*/{ 354023b3b36Smrg s//\1/ 355023b3b36Smrg q 356023b3b36Smrg } 357023b3b36Smrg /^X\(\/\/\)$/{ 358023b3b36Smrg s//\1/ 359023b3b36Smrg q 360023b3b36Smrg } 361023b3b36Smrg /^X\(\/\).*/{ 362023b3b36Smrg s//\1/ 363023b3b36Smrg q 364023b3b36Smrg } 365023b3b36Smrg s/.*/./; q'` 366023b3b36Smrg test -d "$as_dir" && break 367023b3b36Smrg done 368023b3b36Smrg test -z "$as_dirs" || eval "mkdir $as_dirs" 369023b3b36Smrg } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 370023b3b36Smrg 371023b3b36Smrg 372023b3b36Smrg} # as_fn_mkdir_p 373023b3b36Smrg 374023b3b36Smrg# as_fn_executable_p FILE 375023b3b36Smrg# ----------------------- 376023b3b36Smrg# Test if FILE is an executable regular file. 377023b3b36Smrgas_fn_executable_p () 378023b3b36Smrg{ 379023b3b36Smrg test -f "$1" && test -x "$1" 380023b3b36Smrg} # as_fn_executable_p 381023b3b36Smrg# as_fn_append VAR VALUE 382023b3b36Smrg# ---------------------- 383023b3b36Smrg# Append the text in VALUE to the end of the definition contained in VAR. Take 384023b3b36Smrg# advantage of any shell optimizations that allow amortized linear growth over 385023b3b36Smrg# repeated appends, instead of the typical quadratic growth present in naive 386023b3b36Smrg# implementations. 387023b3b36Smrgif (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null 388023b3b36Smrgthen : 389023b3b36Smrg eval 'as_fn_append () 390023b3b36Smrg { 391023b3b36Smrg eval $1+=\$2 392023b3b36Smrg }' 393023b3b36Smrgelse $as_nop 394023b3b36Smrg as_fn_append () 395023b3b36Smrg { 396023b3b36Smrg eval $1=\$$1\$2 397023b3b36Smrg } 398023b3b36Smrgfi # as_fn_append 399023b3b36Smrg 400023b3b36Smrg# as_fn_arith ARG... 401023b3b36Smrg# ------------------ 402023b3b36Smrg# Perform arithmetic evaluation on the ARGs, and store the result in the 403023b3b36Smrg# global $as_val. Take advantage of shells that can avoid forks. The arguments 404023b3b36Smrg# must be portable across $(()) and expr. 405023b3b36Smrgif (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null 406023b3b36Smrgthen : 407023b3b36Smrg eval 'as_fn_arith () 408023b3b36Smrg { 409023b3b36Smrg as_val=$(( $* )) 410023b3b36Smrg }' 411023b3b36Smrgelse $as_nop 412023b3b36Smrg as_fn_arith () 413023b3b36Smrg { 414023b3b36Smrg as_val=`expr "$@" || test $? -eq 1` 415023b3b36Smrg } 416023b3b36Smrgfi # as_fn_arith 417023b3b36Smrg 418023b3b36Smrg# as_fn_nop 419023b3b36Smrg# --------- 420023b3b36Smrg# Do nothing but, unlike ":", preserve the value of $?. 421023b3b36Smrgas_fn_nop () 422023b3b36Smrg{ 423023b3b36Smrg return $? 424023b3b36Smrg} 425023b3b36Smrgas_nop=as_fn_nop 426023b3b36Smrg 427023b3b36Smrg# as_fn_error STATUS ERROR [LINENO LOG_FD] 428023b3b36Smrg# ---------------------------------------- 429023b3b36Smrg# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 430023b3b36Smrg# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 431023b3b36Smrg# script with STATUS, using 1 if that was 0. 432023b3b36Smrgas_fn_error () 433023b3b36Smrg{ 434023b3b36Smrg as_status=$1; test $as_status -eq 0 && as_status=1 435023b3b36Smrg if test "$4"; then 436023b3b36Smrg as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 437023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 438023b3b36Smrg fi 439023b3b36Smrg printf "%s\n" "$as_me: error: $2" >&2 440023b3b36Smrg as_fn_exit $as_status 441023b3b36Smrg} # as_fn_error 442023b3b36Smrg 443023b3b36Smrgif expr a : '\(a\)' >/dev/null 2>&1 && 444023b3b36Smrg test "X`expr 00001 : '.*\(...\)'`" = X001; then 445023b3b36Smrg as_expr=expr 446023b3b36Smrgelse 447023b3b36Smrg as_expr=false 448023b3b36Smrgfi 449023b3b36Smrg 450023b3b36Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 451023b3b36Smrg as_basename=basename 452023b3b36Smrgelse 453023b3b36Smrg as_basename=false 454023b3b36Smrgfi 455023b3b36Smrg 456023b3b36Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 457023b3b36Smrg as_dirname=dirname 458023b3b36Smrgelse 459023b3b36Smrg as_dirname=false 460023b3b36Smrgfi 461023b3b36Smrg 462023b3b36Smrgas_me=`$as_basename -- "$0" || 463023b3b36Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 464023b3b36Smrg X"$0" : 'X\(//\)$' \| \ 465023b3b36Smrg X"$0" : 'X\(/\)' \| . 2>/dev/null || 466023b3b36Smrgprintf "%s\n" X/"$0" | 467023b3b36Smrg sed '/^.*\/\([^/][^/]*\)\/*$/{ 468023b3b36Smrg s//\1/ 469023b3b36Smrg q 470023b3b36Smrg } 471023b3b36Smrg /^X\/\(\/\/\)$/{ 472023b3b36Smrg s//\1/ 473023b3b36Smrg q 474023b3b36Smrg } 475023b3b36Smrg /^X\/\(\/\).*/{ 476023b3b36Smrg s//\1/ 477023b3b36Smrg q 478023b3b36Smrg } 479023b3b36Smrg s/.*/./; q'` 480023b3b36Smrg 481023b3b36Smrg# Avoid depending upon Character Ranges. 482023b3b36Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 483023b3b36Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 484023b3b36Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 485023b3b36Smrgas_cr_digits='0123456789' 486023b3b36Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits 487023b3b36Smrg 488023b3b36Smrg 489023b3b36Smrg as_lineno_1=$LINENO as_lineno_1a=$LINENO 490023b3b36Smrg as_lineno_2=$LINENO as_lineno_2a=$LINENO 491023b3b36Smrg eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 492023b3b36Smrg test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 493023b3b36Smrg # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 494023b3b36Smrg sed -n ' 495023b3b36Smrg p 496023b3b36Smrg /[$]LINENO/= 497023b3b36Smrg ' <$as_myself | 498023b3b36Smrg sed ' 499023b3b36Smrg s/[$]LINENO.*/&-/ 500023b3b36Smrg t lineno 501023b3b36Smrg b 502023b3b36Smrg :lineno 503023b3b36Smrg N 504023b3b36Smrg :loop 505023b3b36Smrg s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 506023b3b36Smrg t loop 507023b3b36Smrg s/-\n.*// 508023b3b36Smrg ' >$as_me.lineno && 509023b3b36Smrg chmod +x "$as_me.lineno" || 510023b3b36Smrg { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 511023b3b36Smrg 512023b3b36Smrg # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 513023b3b36Smrg # already done that, so ensure we don't try to do so again and fall 514023b3b36Smrg # in an infinite loop. This has already happened in practice. 515023b3b36Smrg _as_can_reexec=no; export _as_can_reexec 516023b3b36Smrg # Don't try to exec as it changes $[0], causing all sort of problems 517023b3b36Smrg # (the dirname of $[0] is not the place where we might find the 518023b3b36Smrg # original and so on. Autoconf is especially sensitive to this). 519023b3b36Smrg . "./$as_me.lineno" 520023b3b36Smrg # Exit status is that of the last command. 521023b3b36Smrg exit 522023b3b36Smrg} 523023b3b36Smrg 524023b3b36Smrg 525023b3b36Smrg# Determine whether it's possible to make 'echo' print without a newline. 526023b3b36Smrg# These variables are no longer used directly by Autoconf, but are AC_SUBSTed 527023b3b36Smrg# for compatibility with existing Makefiles. 528023b3b36SmrgECHO_C= ECHO_N= ECHO_T= 529023b3b36Smrgcase `echo -n x` in #((((( 530023b3b36Smrg-n*) 531023b3b36Smrg case `echo 'xy\c'` in 532023b3b36Smrg *c*) ECHO_T=' ';; # ECHO_T is single tab character. 533023b3b36Smrg xy) ECHO_C='\c';; 534023b3b36Smrg *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 535023b3b36Smrg ECHO_T=' ';; 536023b3b36Smrg esac;; 537023b3b36Smrg*) 538023b3b36Smrg ECHO_N='-n';; 539023b3b36Smrgesac 540023b3b36Smrg 541023b3b36Smrg# For backward compatibility with old third-party macros, we provide 542023b3b36Smrg# the shell variables $as_echo and $as_echo_n. New code should use 543023b3b36Smrg# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. 544023b3b36Smrgas_echo='printf %s\n' 545023b3b36Smrgas_echo_n='printf %s' 546023b3b36Smrg 547023b3b36Smrg 548023b3b36Smrgrm -f conf$$ conf$$.exe conf$$.file 549023b3b36Smrgif test -d conf$$.dir; then 550023b3b36Smrg rm -f conf$$.dir/conf$$.file 551023b3b36Smrgelse 552023b3b36Smrg rm -f conf$$.dir 553023b3b36Smrg mkdir conf$$.dir 2>/dev/null 554023b3b36Smrgfi 555023b3b36Smrgif (echo >conf$$.file) 2>/dev/null; then 556023b3b36Smrg if ln -s conf$$.file conf$$ 2>/dev/null; then 557023b3b36Smrg as_ln_s='ln -s' 558023b3b36Smrg # ... but there are two gotchas: 559023b3b36Smrg # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 560023b3b36Smrg # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 561023b3b36Smrg # In both cases, we have to default to `cp -pR'. 562023b3b36Smrg ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 563023b3b36Smrg as_ln_s='cp -pR' 564023b3b36Smrg elif ln conf$$.file conf$$ 2>/dev/null; then 565023b3b36Smrg as_ln_s=ln 566023b3b36Smrg else 567023b3b36Smrg as_ln_s='cp -pR' 568023b3b36Smrg fi 569023b3b36Smrgelse 570023b3b36Smrg as_ln_s='cp -pR' 571023b3b36Smrgfi 572023b3b36Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 573023b3b36Smrgrmdir conf$$.dir 2>/dev/null 574023b3b36Smrg 575023b3b36Smrgif mkdir -p . 2>/dev/null; then 576023b3b36Smrg as_mkdir_p='mkdir -p "$as_dir"' 577023b3b36Smrgelse 578023b3b36Smrg test -d ./-p && rmdir ./-p 579023b3b36Smrg as_mkdir_p=false 580023b3b36Smrgfi 581023b3b36Smrg 582023b3b36Smrgas_test_x='test -x' 583023b3b36Smrgas_executable_p=as_fn_executable_p 584023b3b36Smrg 585023b3b36Smrg# Sed expression to map a string onto a valid CPP name. 586023b3b36Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 587023b3b36Smrg 588023b3b36Smrg# Sed expression to map a string onto a valid variable name. 589023b3b36Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 590023b3b36Smrg 591023b3b36Smrg 592023b3b36Smrgtest -n "$DJDIR" || exec 7<&0 </dev/null 593023b3b36Smrgexec 6>&1 594023b3b36Smrg 595023b3b36Smrg# Name of the host. 596023b3b36Smrg# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, 597023b3b36Smrg# so uname gets run too. 598023b3b36Smrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 599023b3b36Smrg 600023b3b36Smrg# 601023b3b36Smrg# Initializations. 602023b3b36Smrg# 603023b3b36Smrgac_default_prefix=/usr/local 604023b3b36Smrgac_clean_files= 605023b3b36Smrgac_config_libobj_dir=. 606023b3b36SmrgLIBOBJS= 607023b3b36Smrgcross_compiling=no 608023b3b36Smrgsubdirs= 609023b3b36SmrgMFLAGS= 610023b3b36SmrgMAKEFLAGS= 611023b3b36Smrg 612023b3b36Smrg# Identity of this package. 613023b3b36SmrgPACKAGE_NAME='font-schumacher-misc' 614023b3b36SmrgPACKAGE_TARNAME='font-schumacher-misc' 615023b3b36SmrgPACKAGE_VERSION='1.1.3' 616023b3b36SmrgPACKAGE_STRING='font-schumacher-misc 1.1.3' 617023b3b36SmrgPACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/schumacher-misc/-/issues' 618023b3b36SmrgPACKAGE_URL='' 619023b3b36Smrg 620023b3b36Smrgac_subst_vars='LTLIBOBJS 621023b3b36SmrgLIBOBJS 622023b3b36SmrgKOI8_R_FALSE 623023b3b36SmrgKOI8_R_TRUE 624023b3b36SmrgISO8859_16_FALSE 625023b3b36SmrgISO8859_16_TRUE 626023b3b36SmrgISO8859_15_FALSE 627023b3b36SmrgISO8859_15_TRUE 628023b3b36SmrgISO8859_14_FALSE 629023b3b36SmrgISO8859_14_TRUE 630023b3b36SmrgISO8859_13_FALSE 631023b3b36SmrgISO8859_13_TRUE 632023b3b36SmrgISO8859_11_FALSE 633023b3b36SmrgISO8859_11_TRUE 634023b3b36SmrgISO8859_10_FALSE 635023b3b36SmrgISO8859_10_TRUE 636023b3b36SmrgISO8859_9_FALSE 637023b3b36SmrgISO8859_9_TRUE 638023b3b36SmrgISO8859_8_FALSE 639023b3b36SmrgISO8859_8_TRUE 640023b3b36SmrgISO8859_7_FALSE 641023b3b36SmrgISO8859_7_TRUE 642023b3b36SmrgISO8859_5_FALSE 643023b3b36SmrgISO8859_5_TRUE 644023b3b36SmrgISO8859_4_FALSE 645023b3b36SmrgISO8859_4_TRUE 646023b3b36SmrgISO8859_3_FALSE 647023b3b36SmrgISO8859_3_TRUE 648023b3b36SmrgISO8859_2_FALSE 649023b3b36SmrgISO8859_2_TRUE 650023b3b36SmrgISO8859_1_FALSE 651023b3b36SmrgISO8859_1_TRUE 652023b3b36SmrgMAPFILES_PATH 653023b3b36SmrgMAPS_LIBS 654023b3b36SmrgMAPS_CFLAGS 655023b3b36SmrgUCS2ANY 656023b3b36SmrgCOMPRESS_SUFFIX 657023b3b36SmrgCOMPRESS_FLAGS 658023b3b36SmrgCOMPRESS 659023b3b36SmrgBDFTOPCF 660023b3b36SmrgMKFONTDIR 661023b3b36SmrgRUN_FCCACHE 662023b3b36SmrgFCCACHE 663023b3b36SmrgFONTDIR 664023b3b36SmrgFONTROOTDIR 665023b3b36SmrgMAN_SUBSTS 666023b3b36SmrgXORG_MAN_PAGE 667023b3b36SmrgADMIN_MAN_DIR 668023b3b36SmrgDRIVER_MAN_DIR 669023b3b36SmrgMISC_MAN_DIR 670023b3b36SmrgFILE_MAN_DIR 671023b3b36SmrgLIB_MAN_DIR 672023b3b36SmrgAPP_MAN_DIR 673023b3b36SmrgADMIN_MAN_SUFFIX 674023b3b36SmrgDRIVER_MAN_SUFFIX 675023b3b36SmrgMISC_MAN_SUFFIX 676023b3b36SmrgFILE_MAN_SUFFIX 677023b3b36SmrgLIB_MAN_SUFFIX 678023b3b36SmrgAPP_MAN_SUFFIX 679023b3b36SmrgSED 680023b3b36Smrghost_os 681023b3b36Smrghost_vendor 682023b3b36Smrghost_cpu 683023b3b36Smrghost 684023b3b36Smrgbuild_os 685023b3b36Smrgbuild_vendor 686023b3b36Smrgbuild_cpu 687023b3b36Smrgbuild 688023b3b36SmrgINSTALL_CMD 689023b3b36SmrgPKG_CONFIG_LIBDIR 690023b3b36SmrgPKG_CONFIG_PATH 691023b3b36SmrgPKG_CONFIG 692023b3b36SmrgCHANGELOG_CMD 693023b3b36SmrgAM_BACKSLASH 694023b3b36SmrgAM_DEFAULT_VERBOSITY 695023b3b36SmrgAM_DEFAULT_V 696023b3b36SmrgAM_V 697023b3b36SmrgCSCOPE 698023b3b36SmrgETAGS 699023b3b36SmrgCTAGS 700023b3b36Smrgam__untar 701023b3b36Smrgam__tar 702023b3b36SmrgAMTAR 703023b3b36Smrgam__leading_dot 704023b3b36SmrgSET_MAKE 705023b3b36SmrgAWK 706023b3b36Smrgmkdir_p 707023b3b36SmrgMKDIR_P 708023b3b36SmrgINSTALL_STRIP_PROGRAM 709023b3b36SmrgSTRIP 710023b3b36Smrginstall_sh 711023b3b36SmrgMAKEINFO 712023b3b36SmrgAUTOHEADER 713023b3b36SmrgAUTOMAKE 714023b3b36SmrgAUTOCONF 715023b3b36SmrgACLOCAL 716023b3b36SmrgVERSION 717023b3b36SmrgPACKAGE 718023b3b36SmrgCYGPATH_W 719023b3b36Smrgam__isrc 720023b3b36SmrgINSTALL_DATA 721023b3b36SmrgINSTALL_SCRIPT 722023b3b36SmrgINSTALL_PROGRAM 723023b3b36Smrgtarget_alias 724023b3b36Smrghost_alias 725023b3b36Smrgbuild_alias 726023b3b36SmrgLIBS 727023b3b36SmrgECHO_T 728023b3b36SmrgECHO_N 729023b3b36SmrgECHO_C 730023b3b36SmrgDEFS 731023b3b36Smrgmandir 732023b3b36Smrglocaledir 733023b3b36Smrglibdir 734023b3b36Smrgpsdir 735023b3b36Smrgpdfdir 736023b3b36Smrgdvidir 737023b3b36Smrghtmldir 738023b3b36Smrginfodir 739023b3b36Smrgdocdir 740023b3b36Smrgoldincludedir 741023b3b36Smrgincludedir 742023b3b36Smrgrunstatedir 743023b3b36Smrglocalstatedir 744023b3b36Smrgsharedstatedir 745023b3b36Smrgsysconfdir 746023b3b36Smrgdatadir 747023b3b36Smrgdatarootdir 748023b3b36Smrglibexecdir 749023b3b36Smrgsbindir 750023b3b36Smrgbindir 751023b3b36Smrgprogram_transform_name 752023b3b36Smrgprefix 753023b3b36Smrgexec_prefix 754023b3b36SmrgPACKAGE_URL 755023b3b36SmrgPACKAGE_BUGREPORT 756023b3b36SmrgPACKAGE_STRING 757023b3b36SmrgPACKAGE_VERSION 758023b3b36SmrgPACKAGE_TARNAME 759023b3b36SmrgPACKAGE_NAME 760023b3b36SmrgPATH_SEPARATOR 761023b3b36SmrgSHELL' 762023b3b36Smrgac_subst_files='' 763023b3b36Smrgac_user_opts=' 764023b3b36Smrgenable_option_checking 765023b3b36Smrgenable_silent_rules 766023b3b36Smrgwith_fontrootdir 767023b3b36Smrgwith_fontdir 768023b3b36Smrgwith_compression 769023b3b36Smrgenable_all_encodings 770023b3b36Smrgenable_iso8859_1 771023b3b36Smrgenable_iso8859_2 772023b3b36Smrgenable_iso8859_3 773023b3b36Smrgenable_iso8859_4 774023b3b36Smrgenable_iso8859_5 775023b3b36Smrgenable_iso8859_7 776023b3b36Smrgenable_iso8859_8 777023b3b36Smrgenable_iso8859_9 778023b3b36Smrgenable_iso8859_10 779023b3b36Smrgenable_iso8859_11 780023b3b36Smrgenable_iso8859_13 781023b3b36Smrgenable_iso8859_14 782023b3b36Smrgenable_iso8859_15 783023b3b36Smrgenable_iso8859_16 784023b3b36Smrgenable_koi8_r 785023b3b36Smrg' 786023b3b36Smrg ac_precious_vars='build_alias 787023b3b36Smrghost_alias 788023b3b36Smrgtarget_alias 789023b3b36SmrgPKG_CONFIG 790023b3b36SmrgPKG_CONFIG_PATH 791023b3b36SmrgPKG_CONFIG_LIBDIR 792023b3b36SmrgMAPS_CFLAGS 793023b3b36SmrgMAPS_LIBS' 794023b3b36Smrg 795023b3b36Smrg 796023b3b36Smrg# Initialize some variables set by options. 797023b3b36Smrgac_init_help= 798023b3b36Smrgac_init_version=false 799023b3b36Smrgac_unrecognized_opts= 800023b3b36Smrgac_unrecognized_sep= 801023b3b36Smrg# The variables have the same names as the options, with 802023b3b36Smrg# dashes changed to underlines. 803023b3b36Smrgcache_file=/dev/null 804023b3b36Smrgexec_prefix=NONE 805023b3b36Smrgno_create= 806023b3b36Smrgno_recursion= 807023b3b36Smrgprefix=NONE 808023b3b36Smrgprogram_prefix=NONE 809023b3b36Smrgprogram_suffix=NONE 810023b3b36Smrgprogram_transform_name=s,x,x, 811023b3b36Smrgsilent= 812023b3b36Smrgsite= 813023b3b36Smrgsrcdir= 814023b3b36Smrgverbose= 815023b3b36Smrgx_includes=NONE 816023b3b36Smrgx_libraries=NONE 817023b3b36Smrg 818023b3b36Smrg# Installation directory options. 819023b3b36Smrg# These are left unexpanded so users can "make install exec_prefix=/foo" 820023b3b36Smrg# and all the variables that are supposed to be based on exec_prefix 821023b3b36Smrg# by default will actually change. 822023b3b36Smrg# Use braces instead of parens because sh, perl, etc. also accept them. 823023b3b36Smrg# (The list follows the same order as the GNU Coding Standards.) 824023b3b36Smrgbindir='${exec_prefix}/bin' 825023b3b36Smrgsbindir='${exec_prefix}/sbin' 826023b3b36Smrglibexecdir='${exec_prefix}/libexec' 827023b3b36Smrgdatarootdir='${prefix}/share' 828023b3b36Smrgdatadir='${datarootdir}' 829023b3b36Smrgsysconfdir='${prefix}/etc' 830023b3b36Smrgsharedstatedir='${prefix}/com' 831023b3b36Smrglocalstatedir='${prefix}/var' 832023b3b36Smrgrunstatedir='${localstatedir}/run' 833023b3b36Smrgincludedir='${prefix}/include' 834023b3b36Smrgoldincludedir='/usr/include' 835023b3b36Smrgdocdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 836023b3b36Smrginfodir='${datarootdir}/info' 837023b3b36Smrghtmldir='${docdir}' 838023b3b36Smrgdvidir='${docdir}' 839023b3b36Smrgpdfdir='${docdir}' 840023b3b36Smrgpsdir='${docdir}' 841023b3b36Smrglibdir='${exec_prefix}/lib' 842023b3b36Smrglocaledir='${datarootdir}/locale' 843023b3b36Smrgmandir='${datarootdir}/man' 844023b3b36Smrg 845023b3b36Smrgac_prev= 846023b3b36Smrgac_dashdash= 847023b3b36Smrgfor ac_option 848023b3b36Smrgdo 849023b3b36Smrg # If the previous option needs an argument, assign it. 850023b3b36Smrg if test -n "$ac_prev"; then 851023b3b36Smrg eval $ac_prev=\$ac_option 852023b3b36Smrg ac_prev= 853023b3b36Smrg continue 854023b3b36Smrg fi 855023b3b36Smrg 856023b3b36Smrg case $ac_option in 857023b3b36Smrg *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 858023b3b36Smrg *=) ac_optarg= ;; 859023b3b36Smrg *) ac_optarg=yes ;; 860023b3b36Smrg esac 861023b3b36Smrg 862023b3b36Smrg case $ac_dashdash$ac_option in 863023b3b36Smrg --) 864023b3b36Smrg ac_dashdash=yes ;; 865023b3b36Smrg 866023b3b36Smrg -bindir | --bindir | --bindi | --bind | --bin | --bi) 867023b3b36Smrg ac_prev=bindir ;; 868023b3b36Smrg -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 869023b3b36Smrg bindir=$ac_optarg ;; 870023b3b36Smrg 871023b3b36Smrg -build | --build | --buil | --bui | --bu) 872023b3b36Smrg ac_prev=build_alias ;; 873023b3b36Smrg -build=* | --build=* | --buil=* | --bui=* | --bu=*) 874023b3b36Smrg build_alias=$ac_optarg ;; 875023b3b36Smrg 876023b3b36Smrg -cache-file | --cache-file | --cache-fil | --cache-fi \ 877023b3b36Smrg | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 878023b3b36Smrg ac_prev=cache_file ;; 879023b3b36Smrg -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 880023b3b36Smrg | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 881023b3b36Smrg cache_file=$ac_optarg ;; 882023b3b36Smrg 883023b3b36Smrg --config-cache | -C) 884023b3b36Smrg cache_file=config.cache ;; 885023b3b36Smrg 886023b3b36Smrg -datadir | --datadir | --datadi | --datad) 887023b3b36Smrg ac_prev=datadir ;; 888023b3b36Smrg -datadir=* | --datadir=* | --datadi=* | --datad=*) 889023b3b36Smrg datadir=$ac_optarg ;; 890023b3b36Smrg 891023b3b36Smrg -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 892023b3b36Smrg | --dataroo | --dataro | --datar) 893023b3b36Smrg ac_prev=datarootdir ;; 894023b3b36Smrg -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 895023b3b36Smrg | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 896023b3b36Smrg datarootdir=$ac_optarg ;; 897023b3b36Smrg 898023b3b36Smrg -disable-* | --disable-*) 899023b3b36Smrg ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 900023b3b36Smrg # Reject names that are not valid shell variable names. 901023b3b36Smrg expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 902023b3b36Smrg as_fn_error $? "invalid feature name: \`$ac_useropt'" 903023b3b36Smrg ac_useropt_orig=$ac_useropt 904023b3b36Smrg ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` 905023b3b36Smrg case $ac_user_opts in 906023b3b36Smrg *" 907023b3b36Smrg"enable_$ac_useropt" 908023b3b36Smrg"*) ;; 909023b3b36Smrg *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 910023b3b36Smrg ac_unrecognized_sep=', ';; 911023b3b36Smrg esac 912023b3b36Smrg eval enable_$ac_useropt=no ;; 913023b3b36Smrg 914023b3b36Smrg -docdir | --docdir | --docdi | --doc | --do) 915023b3b36Smrg ac_prev=docdir ;; 916023b3b36Smrg -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 917023b3b36Smrg docdir=$ac_optarg ;; 918023b3b36Smrg 919023b3b36Smrg -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 920023b3b36Smrg ac_prev=dvidir ;; 921023b3b36Smrg -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 922023b3b36Smrg dvidir=$ac_optarg ;; 923023b3b36Smrg 924023b3b36Smrg -enable-* | --enable-*) 925023b3b36Smrg ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 926023b3b36Smrg # Reject names that are not valid shell variable names. 927023b3b36Smrg expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 928023b3b36Smrg as_fn_error $? "invalid feature name: \`$ac_useropt'" 929023b3b36Smrg ac_useropt_orig=$ac_useropt 930023b3b36Smrg ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` 931023b3b36Smrg case $ac_user_opts in 932023b3b36Smrg *" 933023b3b36Smrg"enable_$ac_useropt" 934023b3b36Smrg"*) ;; 935023b3b36Smrg *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 936023b3b36Smrg ac_unrecognized_sep=', ';; 937023b3b36Smrg esac 938023b3b36Smrg eval enable_$ac_useropt=\$ac_optarg ;; 939023b3b36Smrg 940023b3b36Smrg -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 941023b3b36Smrg | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 942023b3b36Smrg | --exec | --exe | --ex) 943023b3b36Smrg ac_prev=exec_prefix ;; 944023b3b36Smrg -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 945023b3b36Smrg | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 946023b3b36Smrg | --exec=* | --exe=* | --ex=*) 947023b3b36Smrg exec_prefix=$ac_optarg ;; 948023b3b36Smrg 949023b3b36Smrg -gas | --gas | --ga | --g) 950023b3b36Smrg # Obsolete; use --with-gas. 951023b3b36Smrg with_gas=yes ;; 952023b3b36Smrg 953023b3b36Smrg -help | --help | --hel | --he | -h) 954023b3b36Smrg ac_init_help=long ;; 955023b3b36Smrg -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 956023b3b36Smrg ac_init_help=recursive ;; 957023b3b36Smrg -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 958023b3b36Smrg ac_init_help=short ;; 959023b3b36Smrg 960023b3b36Smrg -host | --host | --hos | --ho) 961023b3b36Smrg ac_prev=host_alias ;; 962023b3b36Smrg -host=* | --host=* | --hos=* | --ho=*) 963023b3b36Smrg host_alias=$ac_optarg ;; 964023b3b36Smrg 965023b3b36Smrg -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 966023b3b36Smrg ac_prev=htmldir ;; 967023b3b36Smrg -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 968023b3b36Smrg | --ht=*) 969023b3b36Smrg htmldir=$ac_optarg ;; 970023b3b36Smrg 971023b3b36Smrg -includedir | --includedir | --includedi | --included | --include \ 972023b3b36Smrg | --includ | --inclu | --incl | --inc) 973023b3b36Smrg ac_prev=includedir ;; 974023b3b36Smrg -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 975023b3b36Smrg | --includ=* | --inclu=* | --incl=* | --inc=*) 976023b3b36Smrg includedir=$ac_optarg ;; 977023b3b36Smrg 978023b3b36Smrg -infodir | --infodir | --infodi | --infod | --info | --inf) 979023b3b36Smrg ac_prev=infodir ;; 980023b3b36Smrg -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 981023b3b36Smrg infodir=$ac_optarg ;; 982023b3b36Smrg 983023b3b36Smrg -libdir | --libdir | --libdi | --libd) 984023b3b36Smrg ac_prev=libdir ;; 985023b3b36Smrg -libdir=* | --libdir=* | --libdi=* | --libd=*) 986023b3b36Smrg libdir=$ac_optarg ;; 987023b3b36Smrg 988023b3b36Smrg -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 989023b3b36Smrg | --libexe | --libex | --libe) 990023b3b36Smrg ac_prev=libexecdir ;; 991023b3b36Smrg -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 992023b3b36Smrg | --libexe=* | --libex=* | --libe=*) 993023b3b36Smrg libexecdir=$ac_optarg ;; 994023b3b36Smrg 995023b3b36Smrg -localedir | --localedir | --localedi | --localed | --locale) 996023b3b36Smrg ac_prev=localedir ;; 997023b3b36Smrg -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 998023b3b36Smrg localedir=$ac_optarg ;; 999023b3b36Smrg 1000023b3b36Smrg -localstatedir | --localstatedir | --localstatedi | --localstated \ 1001023b3b36Smrg | --localstate | --localstat | --localsta | --localst | --locals) 1002023b3b36Smrg ac_prev=localstatedir ;; 1003023b3b36Smrg -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 1004023b3b36Smrg | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 1005023b3b36Smrg localstatedir=$ac_optarg ;; 1006023b3b36Smrg 1007023b3b36Smrg -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 1008023b3b36Smrg ac_prev=mandir ;; 1009023b3b36Smrg -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 1010023b3b36Smrg mandir=$ac_optarg ;; 1011023b3b36Smrg 1012023b3b36Smrg -nfp | --nfp | --nf) 1013023b3b36Smrg # Obsolete; use --without-fp. 1014023b3b36Smrg with_fp=no ;; 1015023b3b36Smrg 1016023b3b36Smrg -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 1017023b3b36Smrg | --no-cr | --no-c | -n) 1018023b3b36Smrg no_create=yes ;; 1019023b3b36Smrg 1020023b3b36Smrg -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 1021023b3b36Smrg | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 1022023b3b36Smrg no_recursion=yes ;; 1023023b3b36Smrg 1024023b3b36Smrg -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 1025023b3b36Smrg | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 1026023b3b36Smrg | --oldin | --oldi | --old | --ol | --o) 1027023b3b36Smrg ac_prev=oldincludedir ;; 1028023b3b36Smrg -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 1029023b3b36Smrg | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 1030023b3b36Smrg | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 1031023b3b36Smrg oldincludedir=$ac_optarg ;; 1032023b3b36Smrg 1033023b3b36Smrg -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 1034023b3b36Smrg ac_prev=prefix ;; 1035023b3b36Smrg -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 1036023b3b36Smrg prefix=$ac_optarg ;; 1037023b3b36Smrg 1038023b3b36Smrg -program-prefix | --program-prefix | --program-prefi | --program-pref \ 1039023b3b36Smrg | --program-pre | --program-pr | --program-p) 1040023b3b36Smrg ac_prev=program_prefix ;; 1041023b3b36Smrg -program-prefix=* | --program-prefix=* | --program-prefi=* \ 1042023b3b36Smrg | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 1043023b3b36Smrg program_prefix=$ac_optarg ;; 1044023b3b36Smrg 1045023b3b36Smrg -program-suffix | --program-suffix | --program-suffi | --program-suff \ 1046023b3b36Smrg | --program-suf | --program-su | --program-s) 1047023b3b36Smrg ac_prev=program_suffix ;; 1048023b3b36Smrg -program-suffix=* | --program-suffix=* | --program-suffi=* \ 1049023b3b36Smrg | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 1050023b3b36Smrg program_suffix=$ac_optarg ;; 1051023b3b36Smrg 1052023b3b36Smrg -program-transform-name | --program-transform-name \ 1053023b3b36Smrg | --program-transform-nam | --program-transform-na \ 1054023b3b36Smrg | --program-transform-n | --program-transform- \ 1055023b3b36Smrg | --program-transform | --program-transfor \ 1056023b3b36Smrg | --program-transfo | --program-transf \ 1057023b3b36Smrg | --program-trans | --program-tran \ 1058023b3b36Smrg | --progr-tra | --program-tr | --program-t) 1059023b3b36Smrg ac_prev=program_transform_name ;; 1060023b3b36Smrg -program-transform-name=* | --program-transform-name=* \ 1061023b3b36Smrg | --program-transform-nam=* | --program-transform-na=* \ 1062023b3b36Smrg | --program-transform-n=* | --program-transform-=* \ 1063023b3b36Smrg | --program-transform=* | --program-transfor=* \ 1064023b3b36Smrg | --program-transfo=* | --program-transf=* \ 1065023b3b36Smrg | --program-trans=* | --program-tran=* \ 1066023b3b36Smrg | --progr-tra=* | --program-tr=* | --program-t=*) 1067023b3b36Smrg program_transform_name=$ac_optarg ;; 1068023b3b36Smrg 1069023b3b36Smrg -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 1070023b3b36Smrg ac_prev=pdfdir ;; 1071023b3b36Smrg -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 1072023b3b36Smrg pdfdir=$ac_optarg ;; 1073023b3b36Smrg 1074023b3b36Smrg -psdir | --psdir | --psdi | --psd | --ps) 1075023b3b36Smrg ac_prev=psdir ;; 1076023b3b36Smrg -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 1077023b3b36Smrg psdir=$ac_optarg ;; 1078023b3b36Smrg 1079023b3b36Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1080023b3b36Smrg | -silent | --silent | --silen | --sile | --sil) 1081023b3b36Smrg silent=yes ;; 1082023b3b36Smrg 1083023b3b36Smrg -runstatedir | --runstatedir | --runstatedi | --runstated \ 1084023b3b36Smrg | --runstate | --runstat | --runsta | --runst | --runs \ 1085023b3b36Smrg | --run | --ru | --r) 1086023b3b36Smrg ac_prev=runstatedir ;; 1087023b3b36Smrg -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ 1088023b3b36Smrg | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ 1089023b3b36Smrg | --run=* | --ru=* | --r=*) 1090023b3b36Smrg runstatedir=$ac_optarg ;; 1091023b3b36Smrg 1092023b3b36Smrg -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1093023b3b36Smrg ac_prev=sbindir ;; 1094023b3b36Smrg -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 1095023b3b36Smrg | --sbi=* | --sb=*) 1096023b3b36Smrg sbindir=$ac_optarg ;; 1097023b3b36Smrg 1098023b3b36Smrg -sharedstatedir | --sharedstatedir | --sharedstatedi \ 1099023b3b36Smrg | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 1100023b3b36Smrg | --sharedst | --shareds | --shared | --share | --shar \ 1101023b3b36Smrg | --sha | --sh) 1102023b3b36Smrg ac_prev=sharedstatedir ;; 1103023b3b36Smrg -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 1104023b3b36Smrg | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 1105023b3b36Smrg | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 1106023b3b36Smrg | --sha=* | --sh=*) 1107023b3b36Smrg sharedstatedir=$ac_optarg ;; 1108023b3b36Smrg 1109023b3b36Smrg -site | --site | --sit) 1110023b3b36Smrg ac_prev=site ;; 1111023b3b36Smrg -site=* | --site=* | --sit=*) 1112023b3b36Smrg site=$ac_optarg ;; 1113023b3b36Smrg 1114023b3b36Smrg -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 1115023b3b36Smrg ac_prev=srcdir ;; 1116023b3b36Smrg -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 1117023b3b36Smrg srcdir=$ac_optarg ;; 1118023b3b36Smrg 1119023b3b36Smrg -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 1120023b3b36Smrg | --syscon | --sysco | --sysc | --sys | --sy) 1121023b3b36Smrg ac_prev=sysconfdir ;; 1122023b3b36Smrg -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 1123023b3b36Smrg | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 1124023b3b36Smrg sysconfdir=$ac_optarg ;; 1125023b3b36Smrg 1126023b3b36Smrg -target | --target | --targe | --targ | --tar | --ta | --t) 1127023b3b36Smrg ac_prev=target_alias ;; 1128023b3b36Smrg -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1129023b3b36Smrg target_alias=$ac_optarg ;; 1130023b3b36Smrg 1131023b3b36Smrg -v | -verbose | --verbose | --verbos | --verbo | --verb) 1132023b3b36Smrg verbose=yes ;; 1133023b3b36Smrg 1134023b3b36Smrg -version | --version | --versio | --versi | --vers | -V) 1135023b3b36Smrg ac_init_version=: ;; 1136023b3b36Smrg 1137023b3b36Smrg -with-* | --with-*) 1138023b3b36Smrg ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1139023b3b36Smrg # Reject names that are not valid shell variable names. 1140023b3b36Smrg expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1141023b3b36Smrg as_fn_error $? "invalid package name: \`$ac_useropt'" 1142023b3b36Smrg ac_useropt_orig=$ac_useropt 1143023b3b36Smrg ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` 1144023b3b36Smrg case $ac_user_opts in 1145023b3b36Smrg *" 1146023b3b36Smrg"with_$ac_useropt" 1147023b3b36Smrg"*) ;; 1148023b3b36Smrg *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1149023b3b36Smrg ac_unrecognized_sep=', ';; 1150023b3b36Smrg esac 1151023b3b36Smrg eval with_$ac_useropt=\$ac_optarg ;; 1152023b3b36Smrg 1153023b3b36Smrg -without-* | --without-*) 1154023b3b36Smrg ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1155023b3b36Smrg # Reject names that are not valid shell variable names. 1156023b3b36Smrg expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1157023b3b36Smrg as_fn_error $? "invalid package name: \`$ac_useropt'" 1158023b3b36Smrg ac_useropt_orig=$ac_useropt 1159023b3b36Smrg ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` 1160023b3b36Smrg case $ac_user_opts in 1161023b3b36Smrg *" 1162023b3b36Smrg"with_$ac_useropt" 1163023b3b36Smrg"*) ;; 1164023b3b36Smrg *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1165023b3b36Smrg ac_unrecognized_sep=', ';; 1166023b3b36Smrg esac 1167023b3b36Smrg eval with_$ac_useropt=no ;; 1168023b3b36Smrg 1169023b3b36Smrg --x) 1170023b3b36Smrg # Obsolete; use --with-x. 1171023b3b36Smrg with_x=yes ;; 1172023b3b36Smrg 1173023b3b36Smrg -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1174023b3b36Smrg | --x-incl | --x-inc | --x-in | --x-i) 1175023b3b36Smrg ac_prev=x_includes ;; 1176023b3b36Smrg -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1177023b3b36Smrg | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 1178023b3b36Smrg x_includes=$ac_optarg ;; 1179023b3b36Smrg 1180023b3b36Smrg -x-libraries | --x-libraries | --x-librarie | --x-librari \ 1181023b3b36Smrg | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 1182023b3b36Smrg ac_prev=x_libraries ;; 1183023b3b36Smrg -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1184023b3b36Smrg | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1185023b3b36Smrg x_libraries=$ac_optarg ;; 1186023b3b36Smrg 1187023b3b36Smrg -*) as_fn_error $? "unrecognized option: \`$ac_option' 1188023b3b36SmrgTry \`$0 --help' for more information" 1189023b3b36Smrg ;; 1190023b3b36Smrg 1191023b3b36Smrg *=*) 1192023b3b36Smrg ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1193023b3b36Smrg # Reject names that are not valid shell variable names. 1194023b3b36Smrg case $ac_envvar in #( 1195023b3b36Smrg '' | [0-9]* | *[!_$as_cr_alnum]* ) 1196023b3b36Smrg as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1197023b3b36Smrg esac 1198023b3b36Smrg eval $ac_envvar=\$ac_optarg 1199023b3b36Smrg export $ac_envvar ;; 1200023b3b36Smrg 1201023b3b36Smrg *) 1202023b3b36Smrg # FIXME: should be removed in autoconf 3.0. 1203023b3b36Smrg printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 1204023b3b36Smrg expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1205023b3b36Smrg printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 1206023b3b36Smrg : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" 1207023b3b36Smrg ;; 1208023b3b36Smrg 1209023b3b36Smrg esac 1210023b3b36Smrgdone 1211023b3b36Smrg 1212023b3b36Smrgif test -n "$ac_prev"; then 1213023b3b36Smrg ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1214023b3b36Smrg as_fn_error $? "missing argument to $ac_option" 1215023b3b36Smrgfi 1216023b3b36Smrg 1217023b3b36Smrgif test -n "$ac_unrecognized_opts"; then 1218023b3b36Smrg case $enable_option_checking in 1219023b3b36Smrg no) ;; 1220023b3b36Smrg fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1221023b3b36Smrg *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1222023b3b36Smrg esac 1223023b3b36Smrgfi 1224023b3b36Smrg 1225023b3b36Smrg# Check all directory arguments for consistency. 1226023b3b36Smrgfor ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1227023b3b36Smrg datadir sysconfdir sharedstatedir localstatedir includedir \ 1228023b3b36Smrg oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1229023b3b36Smrg libdir localedir mandir runstatedir 1230023b3b36Smrgdo 1231023b3b36Smrg eval ac_val=\$$ac_var 1232023b3b36Smrg # Remove trailing slashes. 1233023b3b36Smrg case $ac_val in 1234023b3b36Smrg */ ) 1235023b3b36Smrg ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1236023b3b36Smrg eval $ac_var=\$ac_val;; 1237023b3b36Smrg esac 1238023b3b36Smrg # Be sure to have absolute directory names. 1239023b3b36Smrg case $ac_val in 1240023b3b36Smrg [\\/$]* | ?:[\\/]* ) continue;; 1241023b3b36Smrg NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1242023b3b36Smrg esac 1243023b3b36Smrg as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1244023b3b36Smrgdone 1245023b3b36Smrg 1246023b3b36Smrg# There might be people who depend on the old broken behavior: `$host' 1247023b3b36Smrg# used to hold the argument of --host etc. 1248023b3b36Smrg# FIXME: To remove some day. 1249023b3b36Smrgbuild=$build_alias 1250023b3b36Smrghost=$host_alias 1251023b3b36Smrgtarget=$target_alias 1252023b3b36Smrg 1253023b3b36Smrg# FIXME: To remove some day. 1254023b3b36Smrgif test "x$host_alias" != x; then 1255023b3b36Smrg if test "x$build_alias" = x; then 1256023b3b36Smrg cross_compiling=maybe 1257023b3b36Smrg elif test "x$build_alias" != "x$host_alias"; then 1258023b3b36Smrg cross_compiling=yes 1259023b3b36Smrg fi 1260023b3b36Smrgfi 1261023b3b36Smrg 1262023b3b36Smrgac_tool_prefix= 1263023b3b36Smrgtest -n "$host_alias" && ac_tool_prefix=$host_alias- 1264023b3b36Smrg 1265023b3b36Smrgtest "$silent" = yes && exec 6>/dev/null 1266023b3b36Smrg 1267023b3b36Smrg 1268023b3b36Smrgac_pwd=`pwd` && test -n "$ac_pwd" && 1269023b3b36Smrgac_ls_di=`ls -di .` && 1270023b3b36Smrgac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1271023b3b36Smrg as_fn_error $? "working directory cannot be determined" 1272023b3b36Smrgtest "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1273023b3b36Smrg as_fn_error $? "pwd does not report name of working directory" 1274023b3b36Smrg 1275023b3b36Smrg 1276023b3b36Smrg# Find the source files, if location was not specified. 1277023b3b36Smrgif test -z "$srcdir"; then 1278023b3b36Smrg ac_srcdir_defaulted=yes 1279023b3b36Smrg # Try the directory containing this script, then the parent directory. 1280023b3b36Smrg ac_confdir=`$as_dirname -- "$as_myself" || 1281023b3b36Smrg$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1282023b3b36Smrg X"$as_myself" : 'X\(//\)[^/]' \| \ 1283023b3b36Smrg X"$as_myself" : 'X\(//\)$' \| \ 1284023b3b36Smrg X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1285023b3b36Smrgprintf "%s\n" X"$as_myself" | 1286023b3b36Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1287023b3b36Smrg s//\1/ 1288023b3b36Smrg q 1289023b3b36Smrg } 1290023b3b36Smrg /^X\(\/\/\)[^/].*/{ 1291023b3b36Smrg s//\1/ 1292023b3b36Smrg q 1293023b3b36Smrg } 1294023b3b36Smrg /^X\(\/\/\)$/{ 1295023b3b36Smrg s//\1/ 1296023b3b36Smrg q 1297023b3b36Smrg } 1298023b3b36Smrg /^X\(\/\).*/{ 1299023b3b36Smrg s//\1/ 1300023b3b36Smrg q 1301023b3b36Smrg } 1302023b3b36Smrg s/.*/./; q'` 1303023b3b36Smrg srcdir=$ac_confdir 1304023b3b36Smrg if test ! -r "$srcdir/$ac_unique_file"; then 1305023b3b36Smrg srcdir=.. 1306023b3b36Smrg fi 1307023b3b36Smrgelse 1308023b3b36Smrg ac_srcdir_defaulted=no 1309023b3b36Smrgfi 1310023b3b36Smrgif test ! -r "$srcdir/$ac_unique_file"; then 1311023b3b36Smrg test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1312023b3b36Smrg as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1313023b3b36Smrgfi 1314023b3b36Smrgac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1315023b3b36Smrgac_abs_confdir=`( 1316023b3b36Smrg cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1317023b3b36Smrg pwd)` 1318023b3b36Smrg# When building in place, set srcdir=. 1319023b3b36Smrgif test "$ac_abs_confdir" = "$ac_pwd"; then 1320023b3b36Smrg srcdir=. 1321023b3b36Smrgfi 1322023b3b36Smrg# Remove unnecessary trailing slashes from srcdir. 1323023b3b36Smrg# Double slashes in file names in object file debugging info 1324023b3b36Smrg# mess up M-x gdb in Emacs. 1325023b3b36Smrgcase $srcdir in 1326023b3b36Smrg*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1327023b3b36Smrgesac 1328023b3b36Smrgfor ac_var in $ac_precious_vars; do 1329023b3b36Smrg eval ac_env_${ac_var}_set=\${${ac_var}+set} 1330023b3b36Smrg eval ac_env_${ac_var}_value=\$${ac_var} 1331023b3b36Smrg eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1332023b3b36Smrg eval ac_cv_env_${ac_var}_value=\$${ac_var} 1333023b3b36Smrgdone 1334023b3b36Smrg 1335023b3b36Smrg# 1336023b3b36Smrg# Report the --help message. 1337023b3b36Smrg# 1338023b3b36Smrgif test "$ac_init_help" = "long"; then 1339023b3b36Smrg # Omit some internal or obsolete options to make the list less imposing. 1340023b3b36Smrg # This message is too long to be a string in the A/UX 3.1 sh. 1341023b3b36Smrg cat <<_ACEOF 1342023b3b36Smrg\`configure' configures font-schumacher-misc 1.1.3 to adapt to many kinds of systems. 1343023b3b36Smrg 1344023b3b36SmrgUsage: $0 [OPTION]... [VAR=VALUE]... 1345023b3b36Smrg 1346023b3b36SmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as 1347023b3b36SmrgVAR=VALUE. See below for descriptions of some of the useful variables. 1348023b3b36Smrg 1349023b3b36SmrgDefaults for the options are specified in brackets. 1350023b3b36Smrg 1351023b3b36SmrgConfiguration: 1352023b3b36Smrg -h, --help display this help and exit 1353023b3b36Smrg --help=short display options specific to this package 1354023b3b36Smrg --help=recursive display the short help of all the included packages 1355023b3b36Smrg -V, --version display version information and exit 1356023b3b36Smrg -q, --quiet, --silent do not print \`checking ...' messages 1357023b3b36Smrg --cache-file=FILE cache test results in FILE [disabled] 1358023b3b36Smrg -C, --config-cache alias for \`--cache-file=config.cache' 1359023b3b36Smrg -n, --no-create do not create output files 1360023b3b36Smrg --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1361023b3b36Smrg 1362023b3b36SmrgInstallation directories: 1363023b3b36Smrg --prefix=PREFIX install architecture-independent files in PREFIX 1364023b3b36Smrg [$ac_default_prefix] 1365023b3b36Smrg --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1366023b3b36Smrg [PREFIX] 1367023b3b36Smrg 1368023b3b36SmrgBy default, \`make install' will install all the files in 1369023b3b36Smrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1370023b3b36Smrgan installation prefix other than \`$ac_default_prefix' using \`--prefix', 1371023b3b36Smrgfor instance \`--prefix=\$HOME'. 1372023b3b36Smrg 1373023b3b36SmrgFor better control, use the options below. 1374023b3b36Smrg 1375023b3b36SmrgFine tuning of the installation directories: 1376023b3b36Smrg --bindir=DIR user executables [EPREFIX/bin] 1377023b3b36Smrg --sbindir=DIR system admin executables [EPREFIX/sbin] 1378023b3b36Smrg --libexecdir=DIR program executables [EPREFIX/libexec] 1379023b3b36Smrg --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1380023b3b36Smrg --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1381023b3b36Smrg --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1382023b3b36Smrg --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] 1383023b3b36Smrg --libdir=DIR object code libraries [EPREFIX/lib] 1384023b3b36Smrg --includedir=DIR C header files [PREFIX/include] 1385023b3b36Smrg --oldincludedir=DIR C header files for non-gcc [/usr/include] 1386023b3b36Smrg --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1387023b3b36Smrg --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1388023b3b36Smrg --infodir=DIR info documentation [DATAROOTDIR/info] 1389023b3b36Smrg --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1390023b3b36Smrg --mandir=DIR man documentation [DATAROOTDIR/man] 1391023b3b36Smrg --docdir=DIR documentation root 1392023b3b36Smrg [DATAROOTDIR/doc/font-schumacher-misc] 1393023b3b36Smrg --htmldir=DIR html documentation [DOCDIR] 1394023b3b36Smrg --dvidir=DIR dvi documentation [DOCDIR] 1395023b3b36Smrg --pdfdir=DIR pdf documentation [DOCDIR] 1396023b3b36Smrg --psdir=DIR ps documentation [DOCDIR] 1397023b3b36Smrg_ACEOF 1398023b3b36Smrg 1399023b3b36Smrg cat <<\_ACEOF 1400023b3b36Smrg 1401023b3b36SmrgProgram names: 1402023b3b36Smrg --program-prefix=PREFIX prepend PREFIX to installed program names 1403023b3b36Smrg --program-suffix=SUFFIX append SUFFIX to installed program names 1404023b3b36Smrg --program-transform-name=PROGRAM run sed PROGRAM on installed program names 1405023b3b36Smrg 1406023b3b36SmrgSystem types: 1407023b3b36Smrg --build=BUILD configure for building on BUILD [guessed] 1408023b3b36Smrg --host=HOST cross-compile to build programs to run on HOST [BUILD] 1409023b3b36Smrg_ACEOF 1410023b3b36Smrgfi 1411023b3b36Smrg 1412023b3b36Smrgif test -n "$ac_init_help"; then 1413023b3b36Smrg case $ac_init_help in 1414023b3b36Smrg short | recursive ) echo "Configuration of font-schumacher-misc 1.1.3:";; 1415023b3b36Smrg esac 1416023b3b36Smrg cat <<\_ACEOF 1417023b3b36Smrg 1418023b3b36SmrgOptional Features: 1419023b3b36Smrg --disable-option-checking ignore unrecognized --enable/--with options 1420023b3b36Smrg --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1421023b3b36Smrg --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1422023b3b36Smrg --enable-silent-rules less verbose build output (undo: "make V=1") 1423023b3b36Smrg --disable-silent-rules verbose build output (undo: "make V=0") 1424023b3b36Smrg --disable-all-encodings Disable building of all font encodings 1425023b3b36Smrg --disable-iso8859-1 Build ISO8859-1 fonts (default: yes) 1426023b3b36Smrg --disable-iso8859-2 Build ISO8859-2 fonts (default: yes) 1427023b3b36Smrg --disable-iso8859-3 Build ISO8859-3 fonts (default: yes) 1428023b3b36Smrg --disable-iso8859-4 Build ISO8859-4 fonts (default: yes) 1429023b3b36Smrg --disable-iso8859-5 Build ISO8859-5 fonts (default: yes) 1430023b3b36Smrg --disable-iso8859-7 Build ISO8859-7 fonts (default: yes) 1431023b3b36Smrg --disable-iso8859-8 Build ISO8859-8 fonts (default: yes) 1432023b3b36Smrg --disable-iso8859-9 Build ISO8859-9 fonts (default: yes) 1433023b3b36Smrg --disable-iso8859-10 Build ISO8859-10 fonts (default: yes) 1434023b3b36Smrg --disable-iso8859-11 Build ISO8859-11 fonts (default: yes) 1435023b3b36Smrg --disable-iso8859-13 Build ISO8859-13 fonts (default: yes) 1436023b3b36Smrg --disable-iso8859-14 Build ISO8859-14 fonts (default: yes) 1437023b3b36Smrg --disable-iso8859-15 Build ISO8859-15 fonts (default: yes) 1438023b3b36Smrg --disable-iso8859-16 Build ISO8859-16 fonts (default: yes) 1439023b3b36Smrg --disable-koi8-r Build KOI8-R fonts (default: yes) 1440023b3b36Smrg 1441023b3b36SmrgOptional Packages: 1442023b3b36Smrg --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1443023b3b36Smrg --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1444023b3b36Smrg --with-fontrootdir=DIR Path to root directory for font files 1445023b3b36Smrg --with-fontdir=DIR Path to misc files [FONTROOTDIR/misc] 1446023b3b36Smrg --with-compression=<no|compress|gzip|bzip2> 1447023b3b36Smrg compression method to use on pcf fonts 1448023b3b36Smrg 1449023b3b36SmrgSome influential environment variables: 1450023b3b36Smrg PKG_CONFIG path to pkg-config utility 1451023b3b36Smrg PKG_CONFIG_PATH 1452023b3b36Smrg directories to add to pkg-config's search path 1453023b3b36Smrg PKG_CONFIG_LIBDIR 1454023b3b36Smrg path overriding pkg-config's built-in search path 1455023b3b36Smrg MAPS_CFLAGS C compiler flags for MAPS, overriding pkg-config 1456023b3b36Smrg MAPS_LIBS linker flags for MAPS, overriding pkg-config 1457023b3b36Smrg 1458023b3b36SmrgUse these variables to override the choices made by `configure' or to help 1459023b3b36Smrgit to find libraries and programs with nonstandard names/locations. 1460023b3b36Smrg 1461023b3b36SmrgReport bugs to <https://gitlab.freedesktop.org/xorg/font/schumacher-misc/-/issues>. 1462023b3b36Smrg_ACEOF 1463023b3b36Smrgac_status=$? 1464023b3b36Smrgfi 1465023b3b36Smrg 1466023b3b36Smrgif test "$ac_init_help" = "recursive"; then 1467023b3b36Smrg # If there are subdirs, report their specific --help. 1468023b3b36Smrg for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1469023b3b36Smrg test -d "$ac_dir" || 1470023b3b36Smrg { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1471023b3b36Smrg continue 1472023b3b36Smrg ac_builddir=. 1473023b3b36Smrg 1474023b3b36Smrgcase "$ac_dir" in 1475023b3b36Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1476023b3b36Smrg*) 1477023b3b36Smrg ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` 1478023b3b36Smrg # A ".." for each directory in $ac_dir_suffix. 1479023b3b36Smrg ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 1480023b3b36Smrg case $ac_top_builddir_sub in 1481023b3b36Smrg "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1482023b3b36Smrg *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1483023b3b36Smrg esac ;; 1484023b3b36Smrgesac 1485023b3b36Smrgac_abs_top_builddir=$ac_pwd 1486023b3b36Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix 1487023b3b36Smrg# for backward compatibility: 1488023b3b36Smrgac_top_builddir=$ac_top_build_prefix 1489023b3b36Smrg 1490023b3b36Smrgcase $srcdir in 1491023b3b36Smrg .) # We are building in place. 1492023b3b36Smrg ac_srcdir=. 1493023b3b36Smrg ac_top_srcdir=$ac_top_builddir_sub 1494023b3b36Smrg ac_abs_top_srcdir=$ac_pwd ;; 1495023b3b36Smrg [\\/]* | ?:[\\/]* ) # Absolute name. 1496023b3b36Smrg ac_srcdir=$srcdir$ac_dir_suffix; 1497023b3b36Smrg ac_top_srcdir=$srcdir 1498023b3b36Smrg ac_abs_top_srcdir=$srcdir ;; 1499023b3b36Smrg *) # Relative name. 1500023b3b36Smrg ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1501023b3b36Smrg ac_top_srcdir=$ac_top_build_prefix$srcdir 1502023b3b36Smrg ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1503023b3b36Smrgesac 1504023b3b36Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1505023b3b36Smrg 1506023b3b36Smrg cd "$ac_dir" || { ac_status=$?; continue; } 1507023b3b36Smrg # Check for configure.gnu first; this name is used for a wrapper for 1508023b3b36Smrg # Metaconfig's "Configure" on case-insensitive file systems. 1509023b3b36Smrg if test -f "$ac_srcdir/configure.gnu"; then 1510023b3b36Smrg echo && 1511023b3b36Smrg $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1512023b3b36Smrg elif test -f "$ac_srcdir/configure"; then 1513023b3b36Smrg echo && 1514023b3b36Smrg $SHELL "$ac_srcdir/configure" --help=recursive 1515023b3b36Smrg else 1516023b3b36Smrg printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1517023b3b36Smrg fi || ac_status=$? 1518023b3b36Smrg cd "$ac_pwd" || { ac_status=$?; break; } 1519023b3b36Smrg done 1520023b3b36Smrgfi 1521023b3b36Smrg 1522023b3b36Smrgtest -n "$ac_init_help" && exit $ac_status 1523023b3b36Smrgif $ac_init_version; then 1524023b3b36Smrg cat <<\_ACEOF 1525023b3b36Smrgfont-schumacher-misc configure 1.1.3 1526023b3b36Smrggenerated by GNU Autoconf 2.71 1527023b3b36Smrg 1528023b3b36SmrgCopyright (C) 2021 Free Software Foundation, Inc. 1529023b3b36SmrgThis configure script is free software; the Free Software Foundation 1530023b3b36Smrggives unlimited permission to copy, distribute and modify it. 1531023b3b36Smrg_ACEOF 1532023b3b36Smrg exit 1533023b3b36Smrgfi 1534023b3b36Smrg 1535023b3b36Smrg## ------------------------ ## 1536023b3b36Smrg## Autoconf initialization. ## 1537023b3b36Smrg## ------------------------ ## 1538023b3b36Smrgac_configure_args_raw= 1539023b3b36Smrgfor ac_arg 1540023b3b36Smrgdo 1541023b3b36Smrg case $ac_arg in 1542023b3b36Smrg *\'*) 1543023b3b36Smrg ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1544023b3b36Smrg esac 1545023b3b36Smrg as_fn_append ac_configure_args_raw " '$ac_arg'" 1546023b3b36Smrgdone 1547023b3b36Smrg 1548023b3b36Smrgcase $ac_configure_args_raw in 1549023b3b36Smrg *$as_nl*) 1550023b3b36Smrg ac_safe_unquote= ;; 1551023b3b36Smrg *) 1552023b3b36Smrg ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. 1553023b3b36Smrg ac_unsafe_a="$ac_unsafe_z#~" 1554023b3b36Smrg ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" 1555023b3b36Smrg ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; 1556023b3b36Smrgesac 1557023b3b36Smrg 1558023b3b36Smrgcat >config.log <<_ACEOF 1559023b3b36SmrgThis file contains any messages produced by compilers while 1560023b3b36Smrgrunning configure, to aid debugging if configure makes a mistake. 1561023b3b36Smrg 1562023b3b36SmrgIt was created by font-schumacher-misc $as_me 1.1.3, which was 1563023b3b36Smrggenerated by GNU Autoconf 2.71. Invocation command line was 1564023b3b36Smrg 1565023b3b36Smrg $ $0$ac_configure_args_raw 1566023b3b36Smrg 1567023b3b36Smrg_ACEOF 1568023b3b36Smrgexec 5>>config.log 1569023b3b36Smrg{ 1570023b3b36Smrgcat <<_ASUNAME 1571023b3b36Smrg## --------- ## 1572023b3b36Smrg## Platform. ## 1573023b3b36Smrg## --------- ## 1574023b3b36Smrg 1575023b3b36Smrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1576023b3b36Smrguname -m = `(uname -m) 2>/dev/null || echo unknown` 1577023b3b36Smrguname -r = `(uname -r) 2>/dev/null || echo unknown` 1578023b3b36Smrguname -s = `(uname -s) 2>/dev/null || echo unknown` 1579023b3b36Smrguname -v = `(uname -v) 2>/dev/null || echo unknown` 1580023b3b36Smrg 1581023b3b36Smrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1582023b3b36Smrg/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1583023b3b36Smrg 1584023b3b36Smrg/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1585023b3b36Smrg/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1586023b3b36Smrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1587023b3b36Smrg/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1588023b3b36Smrg/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1589023b3b36Smrg/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1590023b3b36Smrg/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1591023b3b36Smrg 1592023b3b36Smrg_ASUNAME 1593023b3b36Smrg 1594023b3b36Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1595023b3b36Smrgfor as_dir in $PATH 1596023b3b36Smrgdo 1597023b3b36Smrg IFS=$as_save_IFS 1598023b3b36Smrg case $as_dir in #((( 1599023b3b36Smrg '') as_dir=./ ;; 1600023b3b36Smrg */) ;; 1601023b3b36Smrg *) as_dir=$as_dir/ ;; 1602023b3b36Smrg esac 1603023b3b36Smrg printf "%s\n" "PATH: $as_dir" 1604023b3b36Smrg done 1605023b3b36SmrgIFS=$as_save_IFS 1606023b3b36Smrg 1607023b3b36Smrg} >&5 1608023b3b36Smrg 1609023b3b36Smrgcat >&5 <<_ACEOF 1610023b3b36Smrg 1611023b3b36Smrg 1612023b3b36Smrg## ----------- ## 1613023b3b36Smrg## Core tests. ## 1614023b3b36Smrg## ----------- ## 1615023b3b36Smrg 1616023b3b36Smrg_ACEOF 1617023b3b36Smrg 1618023b3b36Smrg 1619023b3b36Smrg# Keep a trace of the command line. 1620023b3b36Smrg# Strip out --no-create and --no-recursion so they do not pile up. 1621023b3b36Smrg# Strip out --silent because we don't want to record it for future runs. 1622023b3b36Smrg# Also quote any args containing shell meta-characters. 1623023b3b36Smrg# Make two passes to allow for proper duplicate-argument suppression. 1624023b3b36Smrgac_configure_args= 1625023b3b36Smrgac_configure_args0= 1626023b3b36Smrgac_configure_args1= 1627023b3b36Smrgac_must_keep_next=false 1628023b3b36Smrgfor ac_pass in 1 2 1629023b3b36Smrgdo 1630023b3b36Smrg for ac_arg 1631023b3b36Smrg do 1632023b3b36Smrg case $ac_arg in 1633023b3b36Smrg -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1634023b3b36Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1635023b3b36Smrg | -silent | --silent | --silen | --sile | --sil) 1636023b3b36Smrg continue ;; 1637023b3b36Smrg *\'*) 1638023b3b36Smrg ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1639023b3b36Smrg esac 1640023b3b36Smrg case $ac_pass in 1641023b3b36Smrg 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 1642023b3b36Smrg 2) 1643023b3b36Smrg as_fn_append ac_configure_args1 " '$ac_arg'" 1644023b3b36Smrg if test $ac_must_keep_next = true; then 1645023b3b36Smrg ac_must_keep_next=false # Got value, back to normal. 1646023b3b36Smrg else 1647023b3b36Smrg case $ac_arg in 1648023b3b36Smrg *=* | --config-cache | -C | -disable-* | --disable-* \ 1649023b3b36Smrg | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1650023b3b36Smrg | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1651023b3b36Smrg | -with-* | --with-* | -without-* | --without-* | --x) 1652023b3b36Smrg case "$ac_configure_args0 " in 1653023b3b36Smrg "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1654023b3b36Smrg esac 1655023b3b36Smrg ;; 1656023b3b36Smrg -* ) ac_must_keep_next=true ;; 1657023b3b36Smrg esac 1658023b3b36Smrg fi 1659023b3b36Smrg as_fn_append ac_configure_args " '$ac_arg'" 1660023b3b36Smrg ;; 1661023b3b36Smrg esac 1662023b3b36Smrg done 1663023b3b36Smrgdone 1664023b3b36Smrg{ ac_configure_args0=; unset ac_configure_args0;} 1665023b3b36Smrg{ ac_configure_args1=; unset ac_configure_args1;} 1666023b3b36Smrg 1667023b3b36Smrg# When interrupted or exit'd, cleanup temporary files, and complete 1668023b3b36Smrg# config.log. We remove comments because anyway the quotes in there 1669023b3b36Smrg# would cause problems or look ugly. 1670023b3b36Smrg# WARNING: Use '\'' to represent an apostrophe within the trap. 1671023b3b36Smrg# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1672023b3b36Smrgtrap 'exit_status=$? 1673023b3b36Smrg # Sanitize IFS. 1674023b3b36Smrg IFS=" "" $as_nl" 1675023b3b36Smrg # Save into config.log some information that might help in debugging. 1676023b3b36Smrg { 1677023b3b36Smrg echo 1678023b3b36Smrg 1679023b3b36Smrg printf "%s\n" "## ---------------- ## 1680023b3b36Smrg## Cache variables. ## 1681023b3b36Smrg## ---------------- ##" 1682023b3b36Smrg echo 1683023b3b36Smrg # The following way of writing the cache mishandles newlines in values, 1684023b3b36Smrg( 1685023b3b36Smrg for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1686023b3b36Smrg eval ac_val=\$$ac_var 1687023b3b36Smrg case $ac_val in #( 1688023b3b36Smrg *${as_nl}*) 1689023b3b36Smrg case $ac_var in #( 1690023b3b36Smrg *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1691023b3b36Smrgprintf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1692023b3b36Smrg esac 1693023b3b36Smrg case $ac_var in #( 1694023b3b36Smrg _ | IFS | as_nl) ;; #( 1695023b3b36Smrg BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1696023b3b36Smrg *) { eval $ac_var=; unset $ac_var;} ;; 1697023b3b36Smrg esac ;; 1698023b3b36Smrg esac 1699023b3b36Smrg done 1700023b3b36Smrg (set) 2>&1 | 1701023b3b36Smrg case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1702023b3b36Smrg *${as_nl}ac_space=\ *) 1703023b3b36Smrg sed -n \ 1704023b3b36Smrg "s/'\''/'\''\\\\'\'''\''/g; 1705023b3b36Smrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1706023b3b36Smrg ;; #( 1707023b3b36Smrg *) 1708023b3b36Smrg sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1709023b3b36Smrg ;; 1710023b3b36Smrg esac | 1711023b3b36Smrg sort 1712023b3b36Smrg) 1713023b3b36Smrg echo 1714023b3b36Smrg 1715023b3b36Smrg printf "%s\n" "## ----------------- ## 1716023b3b36Smrg## Output variables. ## 1717023b3b36Smrg## ----------------- ##" 1718023b3b36Smrg echo 1719023b3b36Smrg for ac_var in $ac_subst_vars 1720023b3b36Smrg do 1721023b3b36Smrg eval ac_val=\$$ac_var 1722023b3b36Smrg case $ac_val in 1723023b3b36Smrg *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1724023b3b36Smrg esac 1725023b3b36Smrg printf "%s\n" "$ac_var='\''$ac_val'\''" 1726023b3b36Smrg done | sort 1727023b3b36Smrg echo 1728023b3b36Smrg 1729023b3b36Smrg if test -n "$ac_subst_files"; then 1730023b3b36Smrg printf "%s\n" "## ------------------- ## 1731023b3b36Smrg## File substitutions. ## 1732023b3b36Smrg## ------------------- ##" 1733023b3b36Smrg echo 1734023b3b36Smrg for ac_var in $ac_subst_files 1735023b3b36Smrg do 1736023b3b36Smrg eval ac_val=\$$ac_var 1737023b3b36Smrg case $ac_val in 1738023b3b36Smrg *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1739023b3b36Smrg esac 1740023b3b36Smrg printf "%s\n" "$ac_var='\''$ac_val'\''" 1741023b3b36Smrg done | sort 1742023b3b36Smrg echo 1743023b3b36Smrg fi 1744023b3b36Smrg 1745023b3b36Smrg if test -s confdefs.h; then 1746023b3b36Smrg printf "%s\n" "## ----------- ## 1747023b3b36Smrg## confdefs.h. ## 1748023b3b36Smrg## ----------- ##" 1749023b3b36Smrg echo 1750023b3b36Smrg cat confdefs.h 1751023b3b36Smrg echo 1752023b3b36Smrg fi 1753023b3b36Smrg test "$ac_signal" != 0 && 1754023b3b36Smrg printf "%s\n" "$as_me: caught signal $ac_signal" 1755023b3b36Smrg printf "%s\n" "$as_me: exit $exit_status" 1756023b3b36Smrg } >&5 1757023b3b36Smrg rm -f core *.core core.conftest.* && 1758023b3b36Smrg rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1759023b3b36Smrg exit $exit_status 1760023b3b36Smrg' 0 1761023b3b36Smrgfor ac_signal in 1 2 13 15; do 1762023b3b36Smrg trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 1763023b3b36Smrgdone 1764023b3b36Smrgac_signal=0 1765023b3b36Smrg 1766023b3b36Smrg# confdefs.h avoids OS command line length limits that DEFS can exceed. 1767023b3b36Smrgrm -f -r conftest* confdefs.h 1768023b3b36Smrg 1769023b3b36Smrgprintf "%s\n" "/* confdefs.h */" > confdefs.h 1770023b3b36Smrg 1771023b3b36Smrg# Predefined preprocessor variables. 1772023b3b36Smrg 1773023b3b36Smrgprintf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h 1774023b3b36Smrg 1775023b3b36Smrgprintf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h 1776023b3b36Smrg 1777023b3b36Smrgprintf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h 1778023b3b36Smrg 1779023b3b36Smrgprintf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h 1780023b3b36Smrg 1781023b3b36Smrgprintf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h 1782023b3b36Smrg 1783023b3b36Smrgprintf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h 1784023b3b36Smrg 1785023b3b36Smrg 1786023b3b36Smrg# Let the site file select an alternate cache file if it wants to. 1787023b3b36Smrg# Prefer an explicitly selected file to automatically selected ones. 1788023b3b36Smrgif test -n "$CONFIG_SITE"; then 1789023b3b36Smrg ac_site_files="$CONFIG_SITE" 1790023b3b36Smrgelif test "x$prefix" != xNONE; then 1791023b3b36Smrg ac_site_files="$prefix/share/config.site $prefix/etc/config.site" 1792023b3b36Smrgelse 1793023b3b36Smrg ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1794023b3b36Smrgfi 1795023b3b36Smrg 1796023b3b36Smrgfor ac_site_file in $ac_site_files 1797023b3b36Smrgdo 1798023b3b36Smrg case $ac_site_file in #( 1799023b3b36Smrg */*) : 1800023b3b36Smrg ;; #( 1801023b3b36Smrg *) : 1802023b3b36Smrg ac_site_file=./$ac_site_file ;; 1803023b3b36Smrgesac 1804023b3b36Smrg if test -f "$ac_site_file" && test -r "$ac_site_file"; then 1805023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 1806023b3b36Smrgprintf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} 1807023b3b36Smrg sed 's/^/| /' "$ac_site_file" >&5 1808023b3b36Smrg . "$ac_site_file" \ 1809023b3b36Smrg || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1810023b3b36Smrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} 1811023b3b36Smrgas_fn_error $? "failed to load site script $ac_site_file 1812023b3b36SmrgSee \`config.log' for more details" "$LINENO" 5; } 1813023b3b36Smrg fi 1814023b3b36Smrgdone 1815023b3b36Smrg 1816023b3b36Smrgif test -r "$cache_file"; then 1817023b3b36Smrg # Some versions of bash will fail to source /dev/null (special files 1818023b3b36Smrg # actually), so we avoid doing that. DJGPP emulates it as a regular file. 1819023b3b36Smrg if test /dev/null != "$cache_file" && test -f "$cache_file"; then 1820023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 1821023b3b36Smrgprintf "%s\n" "$as_me: loading cache $cache_file" >&6;} 1822023b3b36Smrg case $cache_file in 1823023b3b36Smrg [\\/]* | ?:[\\/]* ) . "$cache_file";; 1824023b3b36Smrg *) . "./$cache_file";; 1825023b3b36Smrg esac 1826023b3b36Smrg fi 1827023b3b36Smrgelse 1828023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 1829023b3b36Smrgprintf "%s\n" "$as_me: creating cache $cache_file" >&6;} 1830023b3b36Smrg >$cache_file 1831023b3b36Smrgfi 1832023b3b36Smrg 1833023b3b36Smrg 1834023b3b36Smrg# Auxiliary files required by this configure script. 1835023b3b36Smrgac_aux_files="config.guess config.sub missing install-sh" 1836023b3b36Smrg 1837023b3b36Smrg# Locations in which to look for auxiliary files. 1838023b3b36Smrgac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." 1839023b3b36Smrg 1840023b3b36Smrg# Search for a directory containing all of the required auxiliary files, 1841023b3b36Smrg# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. 1842023b3b36Smrg# If we don't find one directory that contains all the files we need, 1843023b3b36Smrg# we report the set of missing files from the *first* directory in 1844023b3b36Smrg# $ac_aux_dir_candidates and give up. 1845023b3b36Smrgac_missing_aux_files="" 1846023b3b36Smrgac_first_candidate=: 1847023b3b36Smrgprintf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 1848023b3b36Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1849023b3b36Smrgas_found=false 1850023b3b36Smrgfor as_dir in $ac_aux_dir_candidates 1851023b3b36Smrgdo 1852023b3b36Smrg IFS=$as_save_IFS 1853023b3b36Smrg case $as_dir in #((( 1854023b3b36Smrg '') as_dir=./ ;; 1855023b3b36Smrg */) ;; 1856023b3b36Smrg *) as_dir=$as_dir/ ;; 1857023b3b36Smrg esac 1858023b3b36Smrg as_found=: 1859023b3b36Smrg 1860023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 1861023b3b36Smrg ac_aux_dir_found=yes 1862023b3b36Smrg ac_install_sh= 1863023b3b36Smrg for ac_aux in $ac_aux_files 1864023b3b36Smrg do 1865023b3b36Smrg # As a special case, if "install-sh" is required, that requirement 1866023b3b36Smrg # can be satisfied by any of "install-sh", "install.sh", or "shtool", 1867023b3b36Smrg # and $ac_install_sh is set appropriately for whichever one is found. 1868023b3b36Smrg if test x"$ac_aux" = x"install-sh" 1869023b3b36Smrg then 1870023b3b36Smrg if test -f "${as_dir}install-sh"; then 1871023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 1872023b3b36Smrg ac_install_sh="${as_dir}install-sh -c" 1873023b3b36Smrg elif test -f "${as_dir}install.sh"; then 1874023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 1875023b3b36Smrg ac_install_sh="${as_dir}install.sh -c" 1876023b3b36Smrg elif test -f "${as_dir}shtool"; then 1877023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 1878023b3b36Smrg ac_install_sh="${as_dir}shtool install -c" 1879023b3b36Smrg else 1880023b3b36Smrg ac_aux_dir_found=no 1881023b3b36Smrg if $ac_first_candidate; then 1882023b3b36Smrg ac_missing_aux_files="${ac_missing_aux_files} install-sh" 1883023b3b36Smrg else 1884023b3b36Smrg break 1885023b3b36Smrg fi 1886023b3b36Smrg fi 1887023b3b36Smrg else 1888023b3b36Smrg if test -f "${as_dir}${ac_aux}"; then 1889023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 1890023b3b36Smrg else 1891023b3b36Smrg ac_aux_dir_found=no 1892023b3b36Smrg if $ac_first_candidate; then 1893023b3b36Smrg ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" 1894023b3b36Smrg else 1895023b3b36Smrg break 1896023b3b36Smrg fi 1897023b3b36Smrg fi 1898023b3b36Smrg fi 1899023b3b36Smrg done 1900023b3b36Smrg if test "$ac_aux_dir_found" = yes; then 1901023b3b36Smrg ac_aux_dir="$as_dir" 1902023b3b36Smrg break 1903023b3b36Smrg fi 1904023b3b36Smrg ac_first_candidate=false 1905023b3b36Smrg 1906023b3b36Smrg as_found=false 1907023b3b36Smrgdone 1908023b3b36SmrgIFS=$as_save_IFS 1909023b3b36Smrgif $as_found 1910023b3b36Smrgthen : 1911023b3b36Smrg 1912023b3b36Smrgelse $as_nop 1913023b3b36Smrg as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 1914023b3b36Smrgfi 1915023b3b36Smrg 1916023b3b36Smrg 1917023b3b36Smrg# These three variables are undocumented and unsupported, 1918023b3b36Smrg# and are intended to be withdrawn in a future Autoconf release. 1919023b3b36Smrg# They can cause serious problems if a builder's source tree is in a directory 1920023b3b36Smrg# whose full name contains unusual characters. 1921023b3b36Smrgif test -f "${ac_aux_dir}config.guess"; then 1922023b3b36Smrg ac_config_guess="$SHELL ${ac_aux_dir}config.guess" 1923023b3b36Smrgfi 1924023b3b36Smrgif test -f "${ac_aux_dir}config.sub"; then 1925023b3b36Smrg ac_config_sub="$SHELL ${ac_aux_dir}config.sub" 1926023b3b36Smrgfi 1927023b3b36Smrgif test -f "$ac_aux_dir/configure"; then 1928023b3b36Smrg ac_configure="$SHELL ${ac_aux_dir}configure" 1929023b3b36Smrgfi 1930023b3b36Smrg 1931023b3b36Smrg# Check that the precious variables saved in the cache have kept the same 1932023b3b36Smrg# value. 1933023b3b36Smrgac_cache_corrupted=false 1934023b3b36Smrgfor ac_var in $ac_precious_vars; do 1935023b3b36Smrg eval ac_old_set=\$ac_cv_env_${ac_var}_set 1936023b3b36Smrg eval ac_new_set=\$ac_env_${ac_var}_set 1937023b3b36Smrg eval ac_old_val=\$ac_cv_env_${ac_var}_value 1938023b3b36Smrg eval ac_new_val=\$ac_env_${ac_var}_value 1939023b3b36Smrg case $ac_old_set,$ac_new_set in 1940023b3b36Smrg set,) 1941023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1942023b3b36Smrgprintf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1943023b3b36Smrg ac_cache_corrupted=: ;; 1944023b3b36Smrg ,set) 1945023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 1946023b3b36Smrgprintf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1947023b3b36Smrg ac_cache_corrupted=: ;; 1948023b3b36Smrg ,);; 1949023b3b36Smrg *) 1950023b3b36Smrg if test "x$ac_old_val" != "x$ac_new_val"; then 1951023b3b36Smrg # differences in whitespace do not lead to failure. 1952023b3b36Smrg ac_old_val_w=`echo x $ac_old_val` 1953023b3b36Smrg ac_new_val_w=`echo x $ac_new_val` 1954023b3b36Smrg if test "$ac_old_val_w" != "$ac_new_val_w"; then 1955023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 1956023b3b36Smrgprintf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1957023b3b36Smrg ac_cache_corrupted=: 1958023b3b36Smrg else 1959023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 1960023b3b36Smrgprintf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 1961023b3b36Smrg eval $ac_var=\$ac_old_val 1962023b3b36Smrg fi 1963023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 1964023b3b36Smrgprintf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} 1965023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 1966023b3b36Smrgprintf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} 1967023b3b36Smrg fi;; 1968023b3b36Smrg esac 1969023b3b36Smrg # Pass precious variables to config.status. 1970023b3b36Smrg if test "$ac_new_set" = set; then 1971023b3b36Smrg case $ac_new_val in 1972023b3b36Smrg *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1973023b3b36Smrg *) ac_arg=$ac_var=$ac_new_val ;; 1974023b3b36Smrg esac 1975023b3b36Smrg case " $ac_configure_args " in 1976023b3b36Smrg *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1977023b3b36Smrg *) as_fn_append ac_configure_args " '$ac_arg'" ;; 1978023b3b36Smrg esac 1979023b3b36Smrg fi 1980023b3b36Smrgdone 1981023b3b36Smrgif $ac_cache_corrupted; then 1982023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1983023b3b36Smrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} 1984023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 1985023b3b36Smrgprintf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} 1986023b3b36Smrg as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' 1987023b3b36Smrg and start over" "$LINENO" 5 1988023b3b36Smrgfi 1989023b3b36Smrg## -------------------- ## 1990023b3b36Smrg## Main body of script. ## 1991023b3b36Smrg## -------------------- ## 1992023b3b36Smrg 1993023b3b36Smrgac_ext=c 1994023b3b36Smrgac_cpp='$CPP $CPPFLAGS' 1995023b3b36Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1996023b3b36Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1997023b3b36Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu 1998023b3b36Smrg 1999023b3b36Smrg 2000023b3b36Smrgam__api_version='1.16' 2001023b3b36Smrg 2002023b3b36Smrg 2003023b3b36Smrg 2004023b3b36Smrg # Find a good install program. We prefer a C program (faster), 2005023b3b36Smrg# so one script is as good as another. But avoid the broken or 2006023b3b36Smrg# incompatible versions: 2007023b3b36Smrg# SysV /etc/install, /usr/sbin/install 2008023b3b36Smrg# SunOS /usr/etc/install 2009023b3b36Smrg# IRIX /sbin/install 2010023b3b36Smrg# AIX /bin/install 2011023b3b36Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs 2012023b3b36Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 2013023b3b36Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args 2014023b3b36Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 2015023b3b36Smrg# OS/2's system install, which has a completely different semantic 2016023b3b36Smrg# ./install, which can be erroneously created by make from ./install.sh. 2017023b3b36Smrg# Reject install programs that cannot install multiple files. 2018023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2019023b3b36Smrgprintf %s "checking for a BSD-compatible install... " >&6; } 2020023b3b36Smrgif test -z "$INSTALL"; then 2021023b3b36Smrgif test ${ac_cv_path_install+y} 2022023b3b36Smrgthen : 2023023b3b36Smrg printf %s "(cached) " >&6 2024023b3b36Smrgelse $as_nop 2025023b3b36Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2026023b3b36Smrgfor as_dir in $PATH 2027023b3b36Smrgdo 2028023b3b36Smrg IFS=$as_save_IFS 2029023b3b36Smrg case $as_dir in #((( 2030023b3b36Smrg '') as_dir=./ ;; 2031023b3b36Smrg */) ;; 2032023b3b36Smrg *) as_dir=$as_dir/ ;; 2033023b3b36Smrg esac 2034023b3b36Smrg # Account for fact that we put trailing slashes in our PATH walk. 2035023b3b36Smrgcase $as_dir in #(( 2036023b3b36Smrg ./ | /[cC]/* | \ 2037023b3b36Smrg /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 2038023b3b36Smrg ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 2039023b3b36Smrg /usr/ucb/* ) ;; 2040023b3b36Smrg *) 2041023b3b36Smrg # OSF1 and SCO ODT 3.0 have their own names for install. 2042023b3b36Smrg # Don't use installbsd from OSF since it installs stuff as root 2043023b3b36Smrg # by default. 2044023b3b36Smrg for ac_prog in ginstall scoinst install; do 2045023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2046023b3b36Smrg if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then 2047023b3b36Smrg if test $ac_prog = install && 2048023b3b36Smrg grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2049023b3b36Smrg # AIX install. It has an incompatible calling convention. 2050023b3b36Smrg : 2051023b3b36Smrg elif test $ac_prog = install && 2052023b3b36Smrg grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2053023b3b36Smrg # program-specific install script used by HP pwplus--don't use. 2054023b3b36Smrg : 2055023b3b36Smrg else 2056023b3b36Smrg rm -rf conftest.one conftest.two conftest.dir 2057023b3b36Smrg echo one > conftest.one 2058023b3b36Smrg echo two > conftest.two 2059023b3b36Smrg mkdir conftest.dir 2060023b3b36Smrg if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && 2061023b3b36Smrg test -s conftest.one && test -s conftest.two && 2062023b3b36Smrg test -s conftest.dir/conftest.one && 2063023b3b36Smrg test -s conftest.dir/conftest.two 2064023b3b36Smrg then 2065023b3b36Smrg ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" 2066023b3b36Smrg break 3 2067023b3b36Smrg fi 2068023b3b36Smrg fi 2069023b3b36Smrg fi 2070023b3b36Smrg done 2071023b3b36Smrg done 2072023b3b36Smrg ;; 2073023b3b36Smrgesac 2074023b3b36Smrg 2075023b3b36Smrg done 2076023b3b36SmrgIFS=$as_save_IFS 2077023b3b36Smrg 2078023b3b36Smrgrm -rf conftest.one conftest.two conftest.dir 2079023b3b36Smrg 2080023b3b36Smrgfi 2081023b3b36Smrg if test ${ac_cv_path_install+y}; then 2082023b3b36Smrg INSTALL=$ac_cv_path_install 2083023b3b36Smrg else 2084023b3b36Smrg # As a last resort, use the slow shell script. Don't cache a 2085023b3b36Smrg # value for INSTALL within a source directory, because that will 2086023b3b36Smrg # break other packages using the cache if that directory is 2087023b3b36Smrg # removed, or if the value is a relative name. 2088023b3b36Smrg INSTALL=$ac_install_sh 2089023b3b36Smrg fi 2090023b3b36Smrgfi 2091023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 2092023b3b36Smrgprintf "%s\n" "$INSTALL" >&6; } 2093023b3b36Smrg 2094023b3b36Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 2095023b3b36Smrg# It thinks the first close brace ends the variable substitution. 2096023b3b36Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 2097023b3b36Smrg 2098023b3b36Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 2099023b3b36Smrg 2100023b3b36Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 2101023b3b36Smrg 2102023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2103023b3b36Smrgprintf %s "checking whether build environment is sane... " >&6; } 2104023b3b36Smrg# Reject unsafe characters in $srcdir or the absolute working directory 2105023b3b36Smrg# name. Accept space and tab only in the latter. 2106023b3b36Smrgam_lf=' 2107023b3b36Smrg' 2108023b3b36Smrgcase `pwd` in 2109023b3b36Smrg *[\\\"\#\$\&\'\`$am_lf]*) 2110023b3b36Smrg as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; 2111023b3b36Smrgesac 2112023b3b36Smrgcase $srcdir in 2113023b3b36Smrg *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2114023b3b36Smrg as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; 2115023b3b36Smrgesac 2116023b3b36Smrg 2117023b3b36Smrg# Do 'set' in a subshell so we don't clobber the current shell's 2118023b3b36Smrg# arguments. Must try -L first in case configure is actually a 2119023b3b36Smrg# symlink; some systems play weird games with the mod time of symlinks 2120023b3b36Smrg# (eg FreeBSD returns the mod time of the symlink's containing 2121023b3b36Smrg# directory). 2122023b3b36Smrgif ( 2123023b3b36Smrg am_has_slept=no 2124023b3b36Smrg for am_try in 1 2; do 2125023b3b36Smrg echo "timestamp, slept: $am_has_slept" > conftest.file 2126023b3b36Smrg set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2127023b3b36Smrg if test "$*" = "X"; then 2128023b3b36Smrg # -L didn't work. 2129023b3b36Smrg set X `ls -t "$srcdir/configure" conftest.file` 2130023b3b36Smrg fi 2131023b3b36Smrg if test "$*" != "X $srcdir/configure conftest.file" \ 2132023b3b36Smrg && test "$*" != "X conftest.file $srcdir/configure"; then 2133023b3b36Smrg 2134023b3b36Smrg # If neither matched, then we have a broken ls. This can happen 2135023b3b36Smrg # if, for instance, CONFIG_SHELL is bash and it inherits a 2136023b3b36Smrg # broken ls alias from the environment. This has actually 2137023b3b36Smrg # happened. Such a system could not be considered "sane". 2138023b3b36Smrg as_fn_error $? "ls -t appears to fail. Make sure there is not a broken 2139023b3b36Smrg alias in your environment" "$LINENO" 5 2140023b3b36Smrg fi 2141023b3b36Smrg if test "$2" = conftest.file || test $am_try -eq 2; then 2142023b3b36Smrg break 2143023b3b36Smrg fi 2144023b3b36Smrg # Just in case. 2145023b3b36Smrg sleep 1 2146023b3b36Smrg am_has_slept=yes 2147023b3b36Smrg done 2148023b3b36Smrg test "$2" = conftest.file 2149023b3b36Smrg ) 2150023b3b36Smrgthen 2151023b3b36Smrg # Ok. 2152023b3b36Smrg : 2153023b3b36Smrgelse 2154023b3b36Smrg as_fn_error $? "newly created file is older than distributed files! 2155023b3b36SmrgCheck your system clock" "$LINENO" 5 2156023b3b36Smrgfi 2157023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2158023b3b36Smrgprintf "%s\n" "yes" >&6; } 2159023b3b36Smrg# If we didn't sleep, we still need to ensure time stamps of config.status and 2160023b3b36Smrg# generated files are strictly newer. 2161023b3b36Smrgam_sleep_pid= 2162023b3b36Smrgif grep 'slept: no' conftest.file >/dev/null 2>&1; then 2163023b3b36Smrg ( sleep 1 ) & 2164023b3b36Smrg am_sleep_pid=$! 2165023b3b36Smrgfi 2166023b3b36Smrg 2167023b3b36Smrgrm -f conftest.file 2168023b3b36Smrg 2169023b3b36Smrgtest "$program_prefix" != NONE && 2170023b3b36Smrg program_transform_name="s&^&$program_prefix&;$program_transform_name" 2171023b3b36Smrg# Use a double $ so make ignores it. 2172023b3b36Smrgtest "$program_suffix" != NONE && 2173023b3b36Smrg program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2174023b3b36Smrg# Double any \ or $. 2175023b3b36Smrg# By default was `s,x,x', remove it if useless. 2176023b3b36Smrgac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 2177023b3b36Smrgprogram_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` 2178023b3b36Smrg 2179023b3b36Smrg 2180023b3b36Smrg# Expand $ac_aux_dir to an absolute path. 2181023b3b36Smrgam_aux_dir=`cd "$ac_aux_dir" && pwd` 2182023b3b36Smrg 2183023b3b36Smrg 2184023b3b36Smrg if test x"${MISSING+set}" != xset; then 2185023b3b36Smrg MISSING="\${SHELL} '$am_aux_dir/missing'" 2186023b3b36Smrgfi 2187023b3b36Smrg# Use eval to expand $SHELL 2188023b3b36Smrgif eval "$MISSING --is-lightweight"; then 2189023b3b36Smrg am_missing_run="$MISSING " 2190023b3b36Smrgelse 2191023b3b36Smrg am_missing_run= 2192023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 2193023b3b36Smrgprintf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} 2194023b3b36Smrgfi 2195023b3b36Smrg 2196023b3b36Smrgif test x"${install_sh+set}" != xset; then 2197023b3b36Smrg case $am_aux_dir in 2198023b3b36Smrg *\ * | *\ *) 2199023b3b36Smrg install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2200023b3b36Smrg *) 2201023b3b36Smrg install_sh="\${SHELL} $am_aux_dir/install-sh" 2202023b3b36Smrg esac 2203023b3b36Smrgfi 2204023b3b36Smrg 2205023b3b36Smrg# Installed binaries are usually stripped using 'strip' when the user 2206023b3b36Smrg# run "make install-strip". However 'strip' might not be the right 2207023b3b36Smrg# tool to use in cross-compilation environments, therefore Automake 2208023b3b36Smrg# will honor the 'STRIP' environment variable to overrule this program. 2209023b3b36Smrgif test "$cross_compiling" != no; then 2210023b3b36Smrg if test -n "$ac_tool_prefix"; then 2211023b3b36Smrg # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2212023b3b36Smrgset dummy ${ac_tool_prefix}strip; ac_word=$2 2213023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2214023b3b36Smrgprintf %s "checking for $ac_word... " >&6; } 2215023b3b36Smrgif test ${ac_cv_prog_STRIP+y} 2216023b3b36Smrgthen : 2217023b3b36Smrg printf %s "(cached) " >&6 2218023b3b36Smrgelse $as_nop 2219023b3b36Smrg if test -n "$STRIP"; then 2220023b3b36Smrg ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2221023b3b36Smrgelse 2222023b3b36Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2223023b3b36Smrgfor as_dir in $PATH 2224023b3b36Smrgdo 2225023b3b36Smrg IFS=$as_save_IFS 2226023b3b36Smrg case $as_dir in #((( 2227023b3b36Smrg '') as_dir=./ ;; 2228023b3b36Smrg */) ;; 2229023b3b36Smrg *) as_dir=$as_dir/ ;; 2230023b3b36Smrg esac 2231023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2232023b3b36Smrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2233023b3b36Smrg ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2234023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2235023b3b36Smrg break 2 2236023b3b36Smrg fi 2237023b3b36Smrgdone 2238023b3b36Smrg done 2239023b3b36SmrgIFS=$as_save_IFS 2240023b3b36Smrg 2241023b3b36Smrgfi 2242023b3b36Smrgfi 2243023b3b36SmrgSTRIP=$ac_cv_prog_STRIP 2244023b3b36Smrgif test -n "$STRIP"; then 2245023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 2246023b3b36Smrgprintf "%s\n" "$STRIP" >&6; } 2247023b3b36Smrgelse 2248023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2249023b3b36Smrgprintf "%s\n" "no" >&6; } 2250023b3b36Smrgfi 2251023b3b36Smrg 2252023b3b36Smrg 2253023b3b36Smrgfi 2254023b3b36Smrgif test -z "$ac_cv_prog_STRIP"; then 2255023b3b36Smrg ac_ct_STRIP=$STRIP 2256023b3b36Smrg # Extract the first word of "strip", so it can be a program name with args. 2257023b3b36Smrgset dummy strip; ac_word=$2 2258023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2259023b3b36Smrgprintf %s "checking for $ac_word... " >&6; } 2260023b3b36Smrgif test ${ac_cv_prog_ac_ct_STRIP+y} 2261023b3b36Smrgthen : 2262023b3b36Smrg printf %s "(cached) " >&6 2263023b3b36Smrgelse $as_nop 2264023b3b36Smrg if test -n "$ac_ct_STRIP"; then 2265023b3b36Smrg ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 2266023b3b36Smrgelse 2267023b3b36Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2268023b3b36Smrgfor as_dir in $PATH 2269023b3b36Smrgdo 2270023b3b36Smrg IFS=$as_save_IFS 2271023b3b36Smrg case $as_dir in #((( 2272023b3b36Smrg '') as_dir=./ ;; 2273023b3b36Smrg */) ;; 2274023b3b36Smrg *) as_dir=$as_dir/ ;; 2275023b3b36Smrg esac 2276023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2277023b3b36Smrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2278023b3b36Smrg ac_cv_prog_ac_ct_STRIP="strip" 2279023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2280023b3b36Smrg break 2 2281023b3b36Smrg fi 2282023b3b36Smrgdone 2283023b3b36Smrg done 2284023b3b36SmrgIFS=$as_save_IFS 2285023b3b36Smrg 2286023b3b36Smrgfi 2287023b3b36Smrgfi 2288023b3b36Smrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2289023b3b36Smrgif test -n "$ac_ct_STRIP"; then 2290023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 2291023b3b36Smrgprintf "%s\n" "$ac_ct_STRIP" >&6; } 2292023b3b36Smrgelse 2293023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2294023b3b36Smrgprintf "%s\n" "no" >&6; } 2295023b3b36Smrgfi 2296023b3b36Smrg 2297023b3b36Smrg if test "x$ac_ct_STRIP" = x; then 2298023b3b36Smrg STRIP=":" 2299023b3b36Smrg else 2300023b3b36Smrg case $cross_compiling:$ac_tool_warned in 2301023b3b36Smrgyes:) 2302023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2303023b3b36Smrgprintf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2304023b3b36Smrgac_tool_warned=yes ;; 2305023b3b36Smrgesac 2306023b3b36Smrg STRIP=$ac_ct_STRIP 2307023b3b36Smrg fi 2308023b3b36Smrgelse 2309023b3b36Smrg STRIP="$ac_cv_prog_STRIP" 2310023b3b36Smrgfi 2311023b3b36Smrg 2312023b3b36Smrgfi 2313023b3b36SmrgINSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 2314023b3b36Smrg 2315023b3b36Smrg 2316023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 2317023b3b36Smrgprintf %s "checking for a race-free mkdir -p... " >&6; } 2318023b3b36Smrgif test -z "$MKDIR_P"; then 2319023b3b36Smrg if test ${ac_cv_path_mkdir+y} 2320023b3b36Smrgthen : 2321023b3b36Smrg printf %s "(cached) " >&6 2322023b3b36Smrgelse $as_nop 2323023b3b36Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2324023b3b36Smrgfor as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 2325023b3b36Smrgdo 2326023b3b36Smrg IFS=$as_save_IFS 2327023b3b36Smrg case $as_dir in #((( 2328023b3b36Smrg '') as_dir=./ ;; 2329023b3b36Smrg */) ;; 2330023b3b36Smrg *) as_dir=$as_dir/ ;; 2331023b3b36Smrg esac 2332023b3b36Smrg for ac_prog in mkdir gmkdir; do 2333023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2334023b3b36Smrg as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue 2335023b3b36Smrg case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( 2336023b3b36Smrg 'mkdir ('*'coreutils) '* | \ 2337023b3b36Smrg 'BusyBox '* | \ 2338023b3b36Smrg 'mkdir (fileutils) '4.1*) 2339023b3b36Smrg ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext 2340023b3b36Smrg break 3;; 2341023b3b36Smrg esac 2342023b3b36Smrg done 2343023b3b36Smrg done 2344023b3b36Smrg done 2345023b3b36SmrgIFS=$as_save_IFS 2346023b3b36Smrg 2347023b3b36Smrgfi 2348023b3b36Smrg 2349023b3b36Smrg test -d ./--version && rmdir ./--version 2350023b3b36Smrg if test ${ac_cv_path_mkdir+y}; then 2351023b3b36Smrg MKDIR_P="$ac_cv_path_mkdir -p" 2352023b3b36Smrg else 2353023b3b36Smrg # As a last resort, use the slow shell script. Don't cache a 2354023b3b36Smrg # value for MKDIR_P within a source directory, because that will 2355023b3b36Smrg # break other packages using the cache if that directory is 2356023b3b36Smrg # removed, or if the value is a relative name. 2357023b3b36Smrg MKDIR_P="$ac_install_sh -d" 2358023b3b36Smrg fi 2359023b3b36Smrgfi 2360023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2361023b3b36Smrgprintf "%s\n" "$MKDIR_P" >&6; } 2362023b3b36Smrg 2363023b3b36Smrgfor ac_prog in gawk mawk nawk awk 2364023b3b36Smrgdo 2365023b3b36Smrg # Extract the first word of "$ac_prog", so it can be a program name with args. 2366023b3b36Smrgset dummy $ac_prog; ac_word=$2 2367023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2368023b3b36Smrgprintf %s "checking for $ac_word... " >&6; } 2369023b3b36Smrgif test ${ac_cv_prog_AWK+y} 2370023b3b36Smrgthen : 2371023b3b36Smrg printf %s "(cached) " >&6 2372023b3b36Smrgelse $as_nop 2373023b3b36Smrg if test -n "$AWK"; then 2374023b3b36Smrg ac_cv_prog_AWK="$AWK" # Let the user override the test. 2375023b3b36Smrgelse 2376023b3b36Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2377023b3b36Smrgfor as_dir in $PATH 2378023b3b36Smrgdo 2379023b3b36Smrg IFS=$as_save_IFS 2380023b3b36Smrg case $as_dir in #((( 2381023b3b36Smrg '') as_dir=./ ;; 2382023b3b36Smrg */) ;; 2383023b3b36Smrg *) as_dir=$as_dir/ ;; 2384023b3b36Smrg esac 2385023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2386023b3b36Smrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2387023b3b36Smrg ac_cv_prog_AWK="$ac_prog" 2388023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2389023b3b36Smrg break 2 2390023b3b36Smrg fi 2391023b3b36Smrgdone 2392023b3b36Smrg done 2393023b3b36SmrgIFS=$as_save_IFS 2394023b3b36Smrg 2395023b3b36Smrgfi 2396023b3b36Smrgfi 2397023b3b36SmrgAWK=$ac_cv_prog_AWK 2398023b3b36Smrgif test -n "$AWK"; then 2399023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 2400023b3b36Smrgprintf "%s\n" "$AWK" >&6; } 2401023b3b36Smrgelse 2402023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2403023b3b36Smrgprintf "%s\n" "no" >&6; } 2404023b3b36Smrgfi 2405023b3b36Smrg 2406023b3b36Smrg 2407023b3b36Smrg test -n "$AWK" && break 2408023b3b36Smrgdone 2409023b3b36Smrg 2410023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2411023b3b36Smrgprintf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2412023b3b36Smrgset x ${MAKE-make} 2413023b3b36Smrgac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2414023b3b36Smrgif eval test \${ac_cv_prog_make_${ac_make}_set+y} 2415023b3b36Smrgthen : 2416023b3b36Smrg printf %s "(cached) " >&6 2417023b3b36Smrgelse $as_nop 2418023b3b36Smrg cat >conftest.make <<\_ACEOF 2419023b3b36SmrgSHELL = /bin/sh 2420023b3b36Smrgall: 2421023b3b36Smrg @echo '@@@%%%=$(MAKE)=@@@%%%' 2422023b3b36Smrg_ACEOF 2423023b3b36Smrg# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 2424023b3b36Smrgcase `${MAKE-make} -f conftest.make 2>/dev/null` in 2425023b3b36Smrg *@@@%%%=?*=@@@%%%*) 2426023b3b36Smrg eval ac_cv_prog_make_${ac_make}_set=yes;; 2427023b3b36Smrg *) 2428023b3b36Smrg eval ac_cv_prog_make_${ac_make}_set=no;; 2429023b3b36Smrgesac 2430023b3b36Smrgrm -f conftest.make 2431023b3b36Smrgfi 2432023b3b36Smrgif eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2433023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2434023b3b36Smrgprintf "%s\n" "yes" >&6; } 2435023b3b36Smrg SET_MAKE= 2436023b3b36Smrgelse 2437023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2438023b3b36Smrgprintf "%s\n" "no" >&6; } 2439023b3b36Smrg SET_MAKE="MAKE=${MAKE-make}" 2440023b3b36Smrgfi 2441023b3b36Smrg 2442023b3b36Smrgrm -rf .tst 2>/dev/null 2443023b3b36Smrgmkdir .tst 2>/dev/null 2444023b3b36Smrgif test -d .tst; then 2445023b3b36Smrg am__leading_dot=. 2446023b3b36Smrgelse 2447023b3b36Smrg am__leading_dot=_ 2448023b3b36Smrgfi 2449023b3b36Smrgrmdir .tst 2>/dev/null 2450023b3b36Smrg 2451023b3b36Smrg# Check whether --enable-silent-rules was given. 2452023b3b36Smrgif test ${enable_silent_rules+y} 2453023b3b36Smrgthen : 2454023b3b36Smrg enableval=$enable_silent_rules; 2455023b3b36Smrgfi 2456023b3b36Smrg 2457023b3b36Smrgcase $enable_silent_rules in # ((( 2458023b3b36Smrg yes) AM_DEFAULT_VERBOSITY=0;; 2459023b3b36Smrg no) AM_DEFAULT_VERBOSITY=1;; 2460023b3b36Smrg *) AM_DEFAULT_VERBOSITY=1;; 2461023b3b36Smrgesac 2462023b3b36Smrgam_make=${MAKE-make} 2463023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 2464023b3b36Smrgprintf %s "checking whether $am_make supports nested variables... " >&6; } 2465023b3b36Smrgif test ${am_cv_make_support_nested_variables+y} 2466023b3b36Smrgthen : 2467023b3b36Smrg printf %s "(cached) " >&6 2468023b3b36Smrgelse $as_nop 2469023b3b36Smrg if printf "%s\n" 'TRUE=$(BAR$(V)) 2470023b3b36SmrgBAR0=false 2471023b3b36SmrgBAR1=true 2472023b3b36SmrgV=1 2473023b3b36Smrgam__doit: 2474023b3b36Smrg @$(TRUE) 2475023b3b36Smrg.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 2476023b3b36Smrg am_cv_make_support_nested_variables=yes 2477023b3b36Smrgelse 2478023b3b36Smrg am_cv_make_support_nested_variables=no 2479023b3b36Smrgfi 2480023b3b36Smrgfi 2481023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 2482023b3b36Smrgprintf "%s\n" "$am_cv_make_support_nested_variables" >&6; } 2483023b3b36Smrgif test $am_cv_make_support_nested_variables = yes; then 2484023b3b36Smrg AM_V='$(V)' 2485023b3b36Smrg AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 2486023b3b36Smrgelse 2487023b3b36Smrg AM_V=$AM_DEFAULT_VERBOSITY 2488023b3b36Smrg AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 2489023b3b36Smrgfi 2490023b3b36SmrgAM_BACKSLASH='\' 2491023b3b36Smrg 2492023b3b36Smrgif test "`cd $srcdir && pwd`" != "`pwd`"; then 2493023b3b36Smrg # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 2494023b3b36Smrg # is not polluted with repeated "-I." 2495023b3b36Smrg am__isrc=' -I$(srcdir)' 2496023b3b36Smrg # test to see if srcdir already configured 2497023b3b36Smrg if test -f $srcdir/config.status; then 2498023b3b36Smrg as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2499023b3b36Smrg fi 2500023b3b36Smrgfi 2501023b3b36Smrg 2502023b3b36Smrg# test whether we have cygpath 2503023b3b36Smrgif test -z "$CYGPATH_W"; then 2504023b3b36Smrg if (cygpath --version) >/dev/null 2>/dev/null; then 2505023b3b36Smrg CYGPATH_W='cygpath -w' 2506023b3b36Smrg else 2507023b3b36Smrg CYGPATH_W=echo 2508023b3b36Smrg fi 2509023b3b36Smrgfi 2510023b3b36Smrg 2511023b3b36Smrg 2512023b3b36Smrg# Define the identity of the package. 2513023b3b36Smrg PACKAGE='font-schumacher-misc' 2514023b3b36Smrg VERSION='1.1.3' 2515023b3b36Smrg 2516023b3b36Smrg 2517023b3b36Smrgprintf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h 2518023b3b36Smrg 2519023b3b36Smrg 2520023b3b36Smrgprintf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h 2521023b3b36Smrg 2522023b3b36Smrg# Some tools Automake needs. 2523023b3b36Smrg 2524023b3b36SmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 2525023b3b36Smrg 2526023b3b36Smrg 2527023b3b36SmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 2528023b3b36Smrg 2529023b3b36Smrg 2530023b3b36SmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 2531023b3b36Smrg 2532023b3b36Smrg 2533023b3b36SmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 2534023b3b36Smrg 2535023b3b36Smrg 2536023b3b36SmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2537023b3b36Smrg 2538023b3b36Smrg# For better backward compatibility. To be removed once Automake 1.9.x 2539023b3b36Smrg# dies out for good. For more background, see: 2540023b3b36Smrg# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> 2541023b3b36Smrg# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> 2542023b3b36Smrgmkdir_p='$(MKDIR_P)' 2543023b3b36Smrg 2544023b3b36Smrg# We need awk for the "check" target (and possibly the TAP driver). The 2545023b3b36Smrg# system "awk" is bad on some platforms. 2546023b3b36Smrg# Always define AMTAR for backward compatibility. Yes, it's still used 2547023b3b36Smrg# in the wild :-( We should find a proper way to deprecate it ... 2548023b3b36SmrgAMTAR='$${TAR-tar}' 2549023b3b36Smrg 2550023b3b36Smrg 2551023b3b36Smrg# We'll loop over all known methods to create a tar archive until one works. 2552023b3b36Smrg_am_tools='gnutar pax cpio none' 2553023b3b36Smrg 2554023b3b36Smrgam__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 2555023b3b36Smrg 2556023b3b36Smrg 2557023b3b36Smrg 2558023b3b36Smrg 2559023b3b36Smrg 2560023b3b36Smrg# Variables for tags utilities; see am/tags.am 2561023b3b36Smrgif test -z "$CTAGS"; then 2562023b3b36Smrg CTAGS=ctags 2563023b3b36Smrgfi 2564023b3b36Smrg 2565023b3b36Smrgif test -z "$ETAGS"; then 2566023b3b36Smrg ETAGS=etags 2567023b3b36Smrgfi 2568023b3b36Smrg 2569023b3b36Smrgif test -z "$CSCOPE"; then 2570023b3b36Smrg CSCOPE=cscope 2571023b3b36Smrgfi 2572023b3b36Smrg 2573023b3b36Smrg 2574023b3b36Smrg 2575023b3b36Smrg# POSIX will say in a future version that running "rm -f" with no argument 2576023b3b36Smrg# is OK; and we want to be able to make that assumption in our Makefile 2577023b3b36Smrg# recipes. So use an aggressive probe to check that the usage we want is 2578023b3b36Smrg# actually supported "in the wild" to an acceptable degree. 2579023b3b36Smrg# See automake bug#10828. 2580023b3b36Smrg# To make any issue more visible, cause the running configure to be aborted 2581023b3b36Smrg# by default if the 'rm' program in use doesn't match our expectations; the 2582023b3b36Smrg# user can still override this though. 2583023b3b36Smrgif rm -f && rm -fr && rm -rf; then : OK; else 2584023b3b36Smrg cat >&2 <<'END' 2585023b3b36SmrgOops! 2586023b3b36Smrg 2587023b3b36SmrgYour 'rm' program seems unable to run without file operands specified 2588023b3b36Smrgon the command line, even when the '-f' option is present. This is contrary 2589023b3b36Smrgto the behaviour of most rm programs out there, and not conforming with 2590023b3b36Smrgthe upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> 2591023b3b36Smrg 2592023b3b36SmrgPlease tell bug-automake@gnu.org about your system, including the value 2593023b3b36Smrgof your $PATH and any error possibly output before this message. This 2594023b3b36Smrgcan help us improve future automake versions. 2595023b3b36Smrg 2596023b3b36SmrgEND 2597023b3b36Smrg if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then 2598023b3b36Smrg echo 'Configuration will proceed anyway, since you have set the' >&2 2599023b3b36Smrg echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 2600023b3b36Smrg echo >&2 2601023b3b36Smrg else 2602023b3b36Smrg cat >&2 <<'END' 2603023b3b36SmrgAborting the configuration process, to ensure you take notice of the issue. 2604023b3b36Smrg 2605023b3b36SmrgYou can download and install GNU coreutils to get an 'rm' implementation 2606023b3b36Smrgthat behaves properly: <https://www.gnu.org/software/coreutils/>. 2607023b3b36Smrg 2608023b3b36SmrgIf you want to complete the configuration process using your problematic 2609023b3b36Smrg'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM 2610023b3b36Smrgto "yes", and re-run configure. 2611023b3b36Smrg 2612023b3b36SmrgEND 2613023b3b36Smrg as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 2614023b3b36Smrg fi 2615023b3b36Smrgfi 2616023b3b36Smrg 2617023b3b36Smrg 2618023b3b36Smrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS 2619023b3b36Smrg 2620023b3b36Smrg 2621023b3b36Smrg 2622023b3b36Smrg 2623023b3b36Smrg 2624023b3b36Smrg 2625023b3b36Smrg 2626023b3b36Smrg 2627023b3b36Smrg 2628023b3b36Smrg 2629023b3b36Smrg 2630023b3b36Smrg 2631023b3b36Smrg 2632023b3b36Smrg 2633023b3b36Smrg 2634023b3b36Smrg 2635023b3b36Smrg 2636023b3b36Smrg 2637023b3b36Smrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 2638023b3b36Smrg if test -n "$ac_tool_prefix"; then 2639023b3b36Smrg # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 2640023b3b36Smrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2 2641023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2642023b3b36Smrgprintf %s "checking for $ac_word... " >&6; } 2643023b3b36Smrgif test ${ac_cv_path_PKG_CONFIG+y} 2644023b3b36Smrgthen : 2645023b3b36Smrg printf %s "(cached) " >&6 2646023b3b36Smrgelse $as_nop 2647023b3b36Smrg case $PKG_CONFIG in 2648023b3b36Smrg [\\/]* | ?:[\\/]*) 2649023b3b36Smrg ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 2650023b3b36Smrg ;; 2651023b3b36Smrg *) 2652023b3b36Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2653023b3b36Smrgfor as_dir in $PATH 2654023b3b36Smrgdo 2655023b3b36Smrg IFS=$as_save_IFS 2656023b3b36Smrg case $as_dir in #((( 2657023b3b36Smrg '') as_dir=./ ;; 2658023b3b36Smrg */) ;; 2659023b3b36Smrg *) as_dir=$as_dir/ ;; 2660023b3b36Smrg esac 2661023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2662023b3b36Smrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2663023b3b36Smrg ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" 2664023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2665023b3b36Smrg break 2 2666023b3b36Smrg fi 2667023b3b36Smrgdone 2668023b3b36Smrg done 2669023b3b36SmrgIFS=$as_save_IFS 2670023b3b36Smrg 2671023b3b36Smrg ;; 2672023b3b36Smrgesac 2673023b3b36Smrgfi 2674023b3b36SmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG 2675023b3b36Smrgif test -n "$PKG_CONFIG"; then 2676023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 2677023b3b36Smrgprintf "%s\n" "$PKG_CONFIG" >&6; } 2678023b3b36Smrgelse 2679023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2680023b3b36Smrgprintf "%s\n" "no" >&6; } 2681023b3b36Smrgfi 2682023b3b36Smrg 2683023b3b36Smrg 2684023b3b36Smrgfi 2685023b3b36Smrgif test -z "$ac_cv_path_PKG_CONFIG"; then 2686023b3b36Smrg ac_pt_PKG_CONFIG=$PKG_CONFIG 2687023b3b36Smrg # Extract the first word of "pkg-config", so it can be a program name with args. 2688023b3b36Smrgset dummy pkg-config; ac_word=$2 2689023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2690023b3b36Smrgprintf %s "checking for $ac_word... " >&6; } 2691023b3b36Smrgif test ${ac_cv_path_ac_pt_PKG_CONFIG+y} 2692023b3b36Smrgthen : 2693023b3b36Smrg printf %s "(cached) " >&6 2694023b3b36Smrgelse $as_nop 2695023b3b36Smrg case $ac_pt_PKG_CONFIG in 2696023b3b36Smrg [\\/]* | ?:[\\/]*) 2697023b3b36Smrg ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 2698023b3b36Smrg ;; 2699023b3b36Smrg *) 2700023b3b36Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2701023b3b36Smrgfor as_dir in $PATH 2702023b3b36Smrgdo 2703023b3b36Smrg IFS=$as_save_IFS 2704023b3b36Smrg case $as_dir in #((( 2705023b3b36Smrg '') as_dir=./ ;; 2706023b3b36Smrg */) ;; 2707023b3b36Smrg *) as_dir=$as_dir/ ;; 2708023b3b36Smrg esac 2709023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2710023b3b36Smrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 2711023b3b36Smrg ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" 2712023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 2713023b3b36Smrg break 2 2714023b3b36Smrg fi 2715023b3b36Smrgdone 2716023b3b36Smrg done 2717023b3b36SmrgIFS=$as_save_IFS 2718023b3b36Smrg 2719023b3b36Smrg ;; 2720023b3b36Smrgesac 2721023b3b36Smrgfi 2722023b3b36Smrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 2723023b3b36Smrgif test -n "$ac_pt_PKG_CONFIG"; then 2724023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 2725023b3b36Smrgprintf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } 2726023b3b36Smrgelse 2727023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2728023b3b36Smrgprintf "%s\n" "no" >&6; } 2729023b3b36Smrgfi 2730023b3b36Smrg 2731023b3b36Smrg if test "x$ac_pt_PKG_CONFIG" = x; then 2732023b3b36Smrg PKG_CONFIG="" 2733023b3b36Smrg else 2734023b3b36Smrg case $cross_compiling:$ac_tool_warned in 2735023b3b36Smrgyes:) 2736023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2737023b3b36Smrgprintf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2738023b3b36Smrgac_tool_warned=yes ;; 2739023b3b36Smrgesac 2740023b3b36Smrg PKG_CONFIG=$ac_pt_PKG_CONFIG 2741023b3b36Smrg fi 2742023b3b36Smrgelse 2743023b3b36Smrg PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 2744023b3b36Smrgfi 2745023b3b36Smrg 2746023b3b36Smrgfi 2747023b3b36Smrgif test -n "$PKG_CONFIG"; then 2748023b3b36Smrg _pkg_min_version=0.9.0 2749023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 2750023b3b36Smrgprintf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } 2751023b3b36Smrg if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 2752023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2753023b3b36Smrgprintf "%s\n" "yes" >&6; } 2754023b3b36Smrg else 2755023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 2756023b3b36Smrgprintf "%s\n" "no" >&6; } 2757023b3b36Smrg PKG_CONFIG="" 2758023b3b36Smrg fi 2759023b3b36Smrgfi 2760023b3b36Smrg 2761023b3b36Smrg 2762023b3b36Smrg # Make sure we can run config.sub. 2763023b3b36Smrg$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 || 2764023b3b36Smrg as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5 2765023b3b36Smrg 2766023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2767023b3b36Smrgprintf %s "checking build system type... " >&6; } 2768023b3b36Smrgif test ${ac_cv_build+y} 2769023b3b36Smrgthen : 2770023b3b36Smrg printf %s "(cached) " >&6 2771023b3b36Smrgelse $as_nop 2772023b3b36Smrg ac_build_alias=$build_alias 2773023b3b36Smrgtest "x$ac_build_alias" = x && 2774023b3b36Smrg ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"` 2775023b3b36Smrgtest "x$ac_build_alias" = x && 2776023b3b36Smrg as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 2777023b3b36Smrgac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` || 2778023b3b36Smrg as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5 2779023b3b36Smrg 2780023b3b36Smrgfi 2781023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2782023b3b36Smrgprintf "%s\n" "$ac_cv_build" >&6; } 2783023b3b36Smrgcase $ac_cv_build in 2784023b3b36Smrg*-*-*) ;; 2785023b3b36Smrg*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; 2786023b3b36Smrgesac 2787023b3b36Smrgbuild=$ac_cv_build 2788023b3b36Smrgac_save_IFS=$IFS; IFS='-' 2789023b3b36Smrgset x $ac_cv_build 2790023b3b36Smrgshift 2791023b3b36Smrgbuild_cpu=$1 2792023b3b36Smrgbuild_vendor=$2 2793023b3b36Smrgshift; shift 2794023b3b36Smrg# Remember, the first character of IFS is used to create $*, 2795023b3b36Smrg# except with old shells: 2796023b3b36Smrgbuild_os=$* 2797023b3b36SmrgIFS=$ac_save_IFS 2798023b3b36Smrgcase $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2799023b3b36Smrg 2800023b3b36Smrg 2801023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2802023b3b36Smrgprintf %s "checking host system type... " >&6; } 2803023b3b36Smrgif test ${ac_cv_host+y} 2804023b3b36Smrgthen : 2805023b3b36Smrg printf %s "(cached) " >&6 2806023b3b36Smrgelse $as_nop 2807023b3b36Smrg if test "x$host_alias" = x; then 2808023b3b36Smrg ac_cv_host=$ac_cv_build 2809023b3b36Smrgelse 2810023b3b36Smrg ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || 2811023b3b36Smrg as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 2812023b3b36Smrgfi 2813023b3b36Smrg 2814023b3b36Smrgfi 2815023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2816023b3b36Smrgprintf "%s\n" "$ac_cv_host" >&6; } 2817023b3b36Smrgcase $ac_cv_host in 2818023b3b36Smrg*-*-*) ;; 2819023b3b36Smrg*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 2820023b3b36Smrgesac 2821023b3b36Smrghost=$ac_cv_host 2822023b3b36Smrgac_save_IFS=$IFS; IFS='-' 2823023b3b36Smrgset x $ac_cv_host 2824023b3b36Smrgshift 2825023b3b36Smrghost_cpu=$1 2826023b3b36Smrghost_vendor=$2 2827023b3b36Smrgshift; shift 2828023b3b36Smrg# Remember, the first character of IFS is used to create $*, 2829023b3b36Smrg# except with old shells: 2830023b3b36Smrghost_os=$* 2831023b3b36SmrgIFS=$ac_save_IFS 2832023b3b36Smrgcase $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 2833023b3b36Smrg 2834023b3b36Smrg 2835023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 2836023b3b36Smrgprintf %s "checking for a sed that does not truncate output... " >&6; } 2837023b3b36Smrgif test ${ac_cv_path_SED+y} 2838023b3b36Smrgthen : 2839023b3b36Smrg printf %s "(cached) " >&6 2840023b3b36Smrgelse $as_nop 2841023b3b36Smrg ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ 2842023b3b36Smrg for ac_i in 1 2 3 4 5 6 7; do 2843023b3b36Smrg ac_script="$ac_script$as_nl$ac_script" 2844023b3b36Smrg done 2845023b3b36Smrg echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed 2846023b3b36Smrg { ac_script=; unset ac_script;} 2847023b3b36Smrg if test -z "$SED"; then 2848023b3b36Smrg ac_path_SED_found=false 2849023b3b36Smrg # Loop through the user's path and test for each of PROGNAME-LIST 2850023b3b36Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2851023b3b36Smrgfor as_dir in $PATH 2852023b3b36Smrgdo 2853023b3b36Smrg IFS=$as_save_IFS 2854023b3b36Smrg case $as_dir in #((( 2855023b3b36Smrg '') as_dir=./ ;; 2856023b3b36Smrg */) ;; 2857023b3b36Smrg *) as_dir=$as_dir/ ;; 2858023b3b36Smrg esac 2859023b3b36Smrg for ac_prog in sed gsed 2860023b3b36Smrg do 2861023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2862023b3b36Smrg ac_path_SED="$as_dir$ac_prog$ac_exec_ext" 2863023b3b36Smrg as_fn_executable_p "$ac_path_SED" || continue 2864023b3b36Smrg# Check for GNU ac_path_SED and select it if it is found. 2865023b3b36Smrg # Check for GNU $ac_path_SED 2866023b3b36Smrgcase `"$ac_path_SED" --version 2>&1` in 2867023b3b36Smrg*GNU*) 2868023b3b36Smrg ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; 2869023b3b36Smrg*) 2870023b3b36Smrg ac_count=0 2871023b3b36Smrg printf %s 0123456789 >"conftest.in" 2872023b3b36Smrg while : 2873023b3b36Smrg do 2874023b3b36Smrg cat "conftest.in" "conftest.in" >"conftest.tmp" 2875023b3b36Smrg mv "conftest.tmp" "conftest.in" 2876023b3b36Smrg cp "conftest.in" "conftest.nl" 2877023b3b36Smrg printf "%s\n" '' >> "conftest.nl" 2878023b3b36Smrg "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break 2879023b3b36Smrg diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 2880023b3b36Smrg as_fn_arith $ac_count + 1 && ac_count=$as_val 2881023b3b36Smrg if test $ac_count -gt ${ac_path_SED_max-0}; then 2882023b3b36Smrg # Best one so far, save it but keep looking for a better one 2883023b3b36Smrg ac_cv_path_SED="$ac_path_SED" 2884023b3b36Smrg ac_path_SED_max=$ac_count 2885023b3b36Smrg fi 2886023b3b36Smrg # 10*(2^10) chars as input seems more than enough 2887023b3b36Smrg test $ac_count -gt 10 && break 2888023b3b36Smrg done 2889023b3b36Smrg rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 2890023b3b36Smrgesac 2891023b3b36Smrg 2892023b3b36Smrg $ac_path_SED_found && break 3 2893023b3b36Smrg done 2894023b3b36Smrg done 2895023b3b36Smrg done 2896023b3b36SmrgIFS=$as_save_IFS 2897023b3b36Smrg if test -z "$ac_cv_path_SED"; then 2898023b3b36Smrg as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 2899023b3b36Smrg fi 2900023b3b36Smrgelse 2901023b3b36Smrg ac_cv_path_SED=$SED 2902023b3b36Smrgfi 2903023b3b36Smrg 2904023b3b36Smrgfi 2905023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 2906023b3b36Smrgprintf "%s\n" "$ac_cv_path_SED" >&6; } 2907023b3b36Smrg SED="$ac_cv_path_SED" 2908023b3b36Smrg rm -f conftest.sed 2909023b3b36Smrg 2910023b3b36Smrg 2911023b3b36Smrg 2912023b3b36Smrg 2913023b3b36Smrg 2914023b3b36Smrgcat >>confdefs.h <<_ACEOF 2915023b3b36Smrg#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1` 2916023b3b36Smrg_ACEOF 2917023b3b36Smrg 2918023b3b36Smrg PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1` 2919023b3b36Smrg if test "x$PVM" = "x"; then 2920023b3b36Smrg PVM="0" 2921023b3b36Smrg fi 2922023b3b36Smrg 2923023b3b36Smrgprintf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h 2924023b3b36Smrg 2925023b3b36Smrg PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1` 2926023b3b36Smrg if test "x$PVP" = "x"; then 2927023b3b36Smrg PVP="0" 2928023b3b36Smrg fi 2929023b3b36Smrg 2930023b3b36Smrgprintf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h 2931023b3b36Smrg 2932023b3b36Smrg 2933023b3b36Smrg 2934023b3b36SmrgCHANGELOG_CMD="((GIT_DIR=\$(top_srcdir)/.git git log > \$(top_srcdir)/.changelog.tmp) 2>/dev/null && \ 2935023b3b36Smrgmv \$(top_srcdir)/.changelog.tmp \$(top_srcdir)/ChangeLog) \ 2936023b3b36Smrg|| (rm -f \$(top_srcdir)/.changelog.tmp; test -e \$(top_srcdir)/ChangeLog || ( \ 2937023b3b36Smrgtouch \$(top_srcdir)/ChangeLog; \ 2938023b3b36Smrgecho 'git failed to create ChangeLog: installing empty ChangeLog.' >&2))" 2939023b3b36Smrg 2940023b3b36Smrg 2941023b3b36Smrg 2942023b3b36Smrg 2943023b3b36Smrgmacros_datadir=`$PKG_CONFIG --print-errors --variable=pkgdatadir xorg-macros` 2944023b3b36SmrgINSTALL_CMD="(cp -f "$macros_datadir/INSTALL" \$(top_srcdir)/.INSTALL.tmp && \ 2945023b3b36Smrgmv \$(top_srcdir)/.INSTALL.tmp \$(top_srcdir)/INSTALL) \ 2946023b3b36Smrg|| (rm -f \$(top_srcdir)/.INSTALL.tmp; test -e \$(top_srcdir)/INSTALL || ( \ 2947023b3b36Smrgtouch \$(top_srcdir)/INSTALL; \ 2948023b3b36Smrgecho 'failed to copy INSTALL from util-macros: installing empty INSTALL.' >&2))" 2949023b3b36Smrg 2950023b3b36Smrg 2951023b3b36Smrg 2952023b3b36Smrg 2953023b3b36Smrg 2954023b3b36Smrg 2955023b3b36Smrgcase $host_os in 2956023b3b36Smrg solaris*) 2957023b3b36Smrg # Solaris 2.0 - 11.3 use SysV man page section numbers, so we 2958023b3b36Smrg # check for a man page file found in later versions that use 2959023b3b36Smrg # traditional section numbers instead 2960023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5 2961023b3b36Smrgprintf %s "checking for /usr/share/man/man7/attributes.7... " >&6; } 2962023b3b36Smrgif test ${ac_cv_file__usr_share_man_man7_attributes_7+y} 2963023b3b36Smrgthen : 2964023b3b36Smrg printf %s "(cached) " >&6 2965023b3b36Smrgelse $as_nop 2966023b3b36Smrg test "$cross_compiling" = yes && 2967023b3b36Smrg as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 2968023b3b36Smrgif test -r "/usr/share/man/man7/attributes.7"; then 2969023b3b36Smrg ac_cv_file__usr_share_man_man7_attributes_7=yes 2970023b3b36Smrgelse 2971023b3b36Smrg ac_cv_file__usr_share_man_man7_attributes_7=no 2972023b3b36Smrgfi 2973023b3b36Smrgfi 2974023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5 2975023b3b36Smrgprintf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; } 2976023b3b36Smrgif test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes 2977023b3b36Smrgthen : 2978023b3b36Smrg SYSV_MAN_SECTIONS=false 2979023b3b36Smrgelse $as_nop 2980023b3b36Smrg SYSV_MAN_SECTIONS=true 2981023b3b36Smrgfi 2982023b3b36Smrg 2983023b3b36Smrg ;; 2984023b3b36Smrg *) SYSV_MAN_SECTIONS=false ;; 2985023b3b36Smrgesac 2986023b3b36Smrg 2987023b3b36Smrgif test x$APP_MAN_SUFFIX = x ; then 2988023b3b36Smrg APP_MAN_SUFFIX=1 2989023b3b36Smrgfi 2990023b3b36Smrgif test x$APP_MAN_DIR = x ; then 2991023b3b36Smrg APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' 2992023b3b36Smrgfi 2993023b3b36Smrg 2994023b3b36Smrgif test x$LIB_MAN_SUFFIX = x ; then 2995023b3b36Smrg LIB_MAN_SUFFIX=3 2996023b3b36Smrgfi 2997023b3b36Smrgif test x$LIB_MAN_DIR = x ; then 2998023b3b36Smrg LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' 2999023b3b36Smrgfi 3000023b3b36Smrg 3001023b3b36Smrgif test x$FILE_MAN_SUFFIX = x ; then 3002023b3b36Smrg case $SYSV_MAN_SECTIONS in 3003023b3b36Smrg true) FILE_MAN_SUFFIX=4 ;; 3004023b3b36Smrg *) FILE_MAN_SUFFIX=5 ;; 3005023b3b36Smrg esac 3006023b3b36Smrgfi 3007023b3b36Smrgif test x$FILE_MAN_DIR = x ; then 3008023b3b36Smrg FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' 3009023b3b36Smrgfi 3010023b3b36Smrg 3011023b3b36Smrgif test x$MISC_MAN_SUFFIX = x ; then 3012023b3b36Smrg case $SYSV_MAN_SECTIONS in 3013023b3b36Smrg true) MISC_MAN_SUFFIX=5 ;; 3014023b3b36Smrg *) MISC_MAN_SUFFIX=7 ;; 3015023b3b36Smrg esac 3016023b3b36Smrgfi 3017023b3b36Smrgif test x$MISC_MAN_DIR = x ; then 3018023b3b36Smrg MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' 3019023b3b36Smrgfi 3020023b3b36Smrg 3021023b3b36Smrgif test x$DRIVER_MAN_SUFFIX = x ; then 3022023b3b36Smrg case $SYSV_MAN_SECTIONS in 3023023b3b36Smrg true) DRIVER_MAN_SUFFIX=7 ;; 3024023b3b36Smrg *) DRIVER_MAN_SUFFIX=4 ;; 3025023b3b36Smrg esac 3026023b3b36Smrgfi 3027023b3b36Smrgif test x$DRIVER_MAN_DIR = x ; then 3028023b3b36Smrg DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' 3029023b3b36Smrgfi 3030023b3b36Smrg 3031023b3b36Smrgif test x$ADMIN_MAN_SUFFIX = x ; then 3032023b3b36Smrg case $SYSV_MAN_SECTIONS in 3033023b3b36Smrg true) ADMIN_MAN_SUFFIX=1m ;; 3034023b3b36Smrg *) ADMIN_MAN_SUFFIX=8 ;; 3035023b3b36Smrg esac 3036023b3b36Smrgfi 3037023b3b36Smrgif test x$ADMIN_MAN_DIR = x ; then 3038023b3b36Smrg ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' 3039023b3b36Smrgfi 3040023b3b36Smrg 3041023b3b36Smrg 3042023b3b36Smrg 3043023b3b36Smrg 3044023b3b36Smrg 3045023b3b36Smrg 3046023b3b36Smrg 3047023b3b36Smrg 3048023b3b36Smrg 3049023b3b36Smrg 3050023b3b36Smrg 3051023b3b36Smrg 3052023b3b36Smrg 3053023b3b36Smrg 3054023b3b36Smrg 3055023b3b36SmrgXORG_MAN_PAGE="X Version 11" 3056023b3b36Smrg 3057023b3b36SmrgMAN_SUBSTS="\ 3058023b3b36Smrg -e 's|__vendorversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ 3059023b3b36Smrg -e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \ 3060023b3b36Smrg -e 's|__xservername__|Xorg|g' \ 3061023b3b36Smrg -e 's|__xconfigfile__|xorg.conf|g' \ 3062023b3b36Smrg -e 's|__projectroot__|\$(prefix)|g' \ 3063023b3b36Smrg -e 's|__apploaddir__|\$(appdefaultdir)|g' \ 3064023b3b36Smrg -e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \ 3065023b3b36Smrg -e 's|__drivermansuffix__|\$(DRIVER_MAN_SUFFIX)|g' \ 3066023b3b36Smrg -e 's|__adminmansuffix__|\$(ADMIN_MAN_SUFFIX)|g' \ 3067023b3b36Smrg -e 's|__libmansuffix__|\$(LIB_MAN_SUFFIX)|g' \ 3068023b3b36Smrg -e 's|__miscmansuffix__|\$(MISC_MAN_SUFFIX)|g' \ 3069023b3b36Smrg -e 's|__filemansuffix__|\$(FILE_MAN_SUFFIX)|g'" 3070023b3b36Smrg 3071023b3b36Smrg 3072023b3b36Smrg 3073023b3b36Smrg# Check whether --enable-silent-rules was given. 3074023b3b36Smrgif test ${enable_silent_rules+y} 3075023b3b36Smrgthen : 3076023b3b36Smrg enableval=$enable_silent_rules; 3077023b3b36Smrgfi 3078023b3b36Smrg 3079023b3b36Smrgcase $enable_silent_rules in # ((( 3080023b3b36Smrg yes) AM_DEFAULT_VERBOSITY=0;; 3081023b3b36Smrg no) AM_DEFAULT_VERBOSITY=1;; 3082023b3b36Smrg *) AM_DEFAULT_VERBOSITY=0;; 3083023b3b36Smrgesac 3084023b3b36Smrgam_make=${MAKE-make} 3085023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 3086023b3b36Smrgprintf %s "checking whether $am_make supports nested variables... " >&6; } 3087023b3b36Smrgif test ${am_cv_make_support_nested_variables+y} 3088023b3b36Smrgthen : 3089023b3b36Smrg printf %s "(cached) " >&6 3090023b3b36Smrgelse $as_nop 3091023b3b36Smrg if printf "%s\n" 'TRUE=$(BAR$(V)) 3092023b3b36SmrgBAR0=false 3093023b3b36SmrgBAR1=true 3094023b3b36SmrgV=1 3095023b3b36Smrgam__doit: 3096023b3b36Smrg @$(TRUE) 3097023b3b36Smrg.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then 3098023b3b36Smrg am_cv_make_support_nested_variables=yes 3099023b3b36Smrgelse 3100023b3b36Smrg am_cv_make_support_nested_variables=no 3101023b3b36Smrgfi 3102023b3b36Smrgfi 3103023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 3104023b3b36Smrgprintf "%s\n" "$am_cv_make_support_nested_variables" >&6; } 3105023b3b36Smrgif test $am_cv_make_support_nested_variables = yes; then 3106023b3b36Smrg AM_V='$(V)' 3107023b3b36Smrg AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' 3108023b3b36Smrgelse 3109023b3b36Smrg AM_V=$AM_DEFAULT_VERBOSITY 3110023b3b36Smrg AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY 3111023b3b36Smrgfi 3112023b3b36SmrgAM_BACKSLASH='\' 3113023b3b36Smrg 3114023b3b36Smrg 3115023b3b36Smrg 3116023b3b36Smrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS 3117023b3b36Smrg 3118023b3b36Smrg 3119023b3b36Smrg 3120023b3b36Smrg 3121023b3b36Smrg 3122023b3b36Smrg 3123023b3b36Smrg 3124023b3b36Smrg 3125023b3b36Smrg 3126023b3b36Smrg 3127023b3b36Smrg 3128023b3b36Smrg 3129023b3b36Smrg 3130023b3b36Smrg 3131023b3b36Smrg 3132023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5 3133023b3b36Smrgprintf %s "checking for root directory for font files... " >&6; } 3134023b3b36Smrg 3135023b3b36Smrg# Check whether --with-fontrootdir was given. 3136023b3b36Smrgif test ${with_fontrootdir+y} 3137023b3b36Smrgthen : 3138023b3b36Smrg withval=$with_fontrootdir; FONTROOTDIR="$withval" 3139023b3b36Smrgfi 3140023b3b36Smrg 3141023b3b36Smrg # if --with-fontrootdir not specified... 3142023b3b36Smrg if test "x${FONTROOTDIR}" = "x"; then 3143023b3b36Smrg FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil` 3144023b3b36Smrg fi 3145023b3b36Smrg # ...and if pkg-config didn't find fontdir in fontutil.pc... 3146023b3b36Smrg if test "x${FONTROOTDIR}" = "x"; then 3147023b3b36Smrg FONTROOTDIR="${datadir}/fonts/X11" 3148023b3b36Smrg fi 3149023b3b36Smrg 3150023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5 3151023b3b36Smrgprintf "%s\n" "${FONTROOTDIR}" >&6; } 3152023b3b36Smrg 3153023b3b36Smrg 3154023b3b36Smrg 3155023b3b36Smrg 3156023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for directory for misc files" >&5 3157023b3b36Smrgprintf %s "checking for directory for misc files... " >&6; } 3158023b3b36Smrg 3159023b3b36Smrg# Check whether --with-fontdir was given. 3160023b3b36Smrgif test ${with_fontdir+y} 3161023b3b36Smrgthen : 3162023b3b36Smrg withval=$with_fontdir; FONTDIR="${withval}" 3163023b3b36Smrgelse $as_nop 3164023b3b36Smrg FONTDIR='${FONTROOTDIR}/misc' 3165023b3b36Smrgfi 3166023b3b36Smrg 3167023b3b36Smrg 3168023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTDIR}" >&5 3169023b3b36Smrgprintf "%s\n" "${FONTDIR}" >&6; } 3170023b3b36Smrg 3171023b3b36Smrg 3172023b3b36Smrg 3173023b3b36Smrg 3174023b3b36Smrg # Extract the first word of "fc-cache", so it can be a program name with args. 3175023b3b36Smrgset dummy fc-cache; ac_word=$2 3176023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3177023b3b36Smrgprintf %s "checking for $ac_word... " >&6; } 3178023b3b36Smrgif test ${ac_cv_path_FCCACHE+y} 3179023b3b36Smrgthen : 3180023b3b36Smrg printf %s "(cached) " >&6 3181023b3b36Smrgelse $as_nop 3182023b3b36Smrg case $FCCACHE in 3183023b3b36Smrg [\\/]* | ?:[\\/]*) 3184023b3b36Smrg ac_cv_path_FCCACHE="$FCCACHE" # Let the user override the test with a path. 3185023b3b36Smrg ;; 3186023b3b36Smrg *) 3187023b3b36Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3188023b3b36Smrgfor as_dir in $PATH 3189023b3b36Smrgdo 3190023b3b36Smrg IFS=$as_save_IFS 3191023b3b36Smrg case $as_dir in #((( 3192023b3b36Smrg '') as_dir=./ ;; 3193023b3b36Smrg */) ;; 3194023b3b36Smrg *) as_dir=$as_dir/ ;; 3195023b3b36Smrg esac 3196023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 3197023b3b36Smrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3198023b3b36Smrg ac_cv_path_FCCACHE="$as_dir$ac_word$ac_exec_ext" 3199023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3200023b3b36Smrg break 2 3201023b3b36Smrg fi 3202023b3b36Smrgdone 3203023b3b36Smrg done 3204023b3b36SmrgIFS=$as_save_IFS 3205023b3b36Smrg 3206023b3b36Smrg ;; 3207023b3b36Smrgesac 3208023b3b36Smrgfi 3209023b3b36SmrgFCCACHE=$ac_cv_path_FCCACHE 3210023b3b36Smrgif test -n "$FCCACHE"; then 3211023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $FCCACHE" >&5 3212023b3b36Smrgprintf "%s\n" "$FCCACHE" >&6; } 3213023b3b36Smrgelse 3214023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3215023b3b36Smrgprintf "%s\n" "no" >&6; } 3216023b3b36Smrgfi 3217023b3b36Smrg 3218023b3b36Smrg 3219023b3b36Smrg FCCACHE_WARN='echo "** Warning: fonts.cache not built" ; echo "** Generate this file manually on host system using fc-cache"' 3220023b3b36Smrg if test x"$FCCACHE" = x || test x"$cross_compiling" != x"no" ; then 3221023b3b36Smrg RUN_FCCACHE="${FCCACHE_WARN}" 3222023b3b36Smrg else 3223023b3b36Smrg RUN_FCCACHE='@(if test -z "$(DESTDIR)"; then echo $(FCCACHE) $(fontdir); $(FCCACHE) $(fontdir); else' 3224023b3b36Smrg RUN_FCCACHE="${RUN_FCCACHE} ${FCCACHE_WARN} ; fi)" 3225023b3b36Smrg fi 3226023b3b36Smrg 3227023b3b36Smrg 3228023b3b36Smrg 3229023b3b36Smrg if test x"$cross_compiling" != x"no" ; then 3230023b3b36Smrg # Extract the first word of "mkfontdir", so it can be a program name with args. 3231023b3b36Smrgset dummy mkfontdir; ac_word=$2 3232023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3233023b3b36Smrgprintf %s "checking for $ac_word... " >&6; } 3234023b3b36Smrgif test ${ac_cv_path_MKFONTDIR+y} 3235023b3b36Smrgthen : 3236023b3b36Smrg printf %s "(cached) " >&6 3237023b3b36Smrgelse $as_nop 3238023b3b36Smrg case $MKFONTDIR in 3239023b3b36Smrg [\\/]* | ?:[\\/]*) 3240023b3b36Smrg ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 3241023b3b36Smrg ;; 3242023b3b36Smrg *) 3243023b3b36Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3244023b3b36Smrgfor as_dir in $PATH 3245023b3b36Smrgdo 3246023b3b36Smrg IFS=$as_save_IFS 3247023b3b36Smrg case $as_dir in #((( 3248023b3b36Smrg '') as_dir=./ ;; 3249023b3b36Smrg */) ;; 3250023b3b36Smrg *) as_dir=$as_dir/ ;; 3251023b3b36Smrg esac 3252023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 3253023b3b36Smrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3254023b3b36Smrg ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext" 3255023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3256023b3b36Smrg break 2 3257023b3b36Smrg fi 3258023b3b36Smrgdone 3259023b3b36Smrg done 3260023b3b36SmrgIFS=$as_save_IFS 3261023b3b36Smrg 3262023b3b36Smrg test -z "$ac_cv_path_MKFONTDIR" && ac_cv_path_MKFONTDIR="""" 3263023b3b36Smrg ;; 3264023b3b36Smrgesac 3265023b3b36Smrgfi 3266023b3b36SmrgMKFONTDIR=$ac_cv_path_MKFONTDIR 3267023b3b36Smrgif test -n "$MKFONTDIR"; then 3268023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5 3269023b3b36Smrgprintf "%s\n" "$MKFONTDIR" >&6; } 3270023b3b36Smrgelse 3271023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3272023b3b36Smrgprintf "%s\n" "no" >&6; } 3273023b3b36Smrgfi 3274023b3b36Smrg 3275023b3b36Smrg 3276023b3b36Smrg MKFONTDIR_WARN='echo "** Warning: mkfontdir not run" ; echo "** Run mkfontdir manually on host system"' 3277023b3b36Smrg 3278023b3b36Smrg if test x"$MKFONTDIR" = x; then 3279023b3b36Smrg MKFONTDIR="${MKFONTDIR_WARN} ; echo '** mkfontdir'" 3280023b3b36Smrg fi 3281023b3b36Smrg else 3282023b3b36Smrg 3283023b3b36Smrg # Extract the first word of "mkfontdir", so it can be a program name with args. 3284023b3b36Smrgset dummy mkfontdir; ac_word=$2 3285023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3286023b3b36Smrgprintf %s "checking for $ac_word... " >&6; } 3287023b3b36Smrgif test ${ac_cv_path_MKFONTDIR+y} 3288023b3b36Smrgthen : 3289023b3b36Smrg printf %s "(cached) " >&6 3290023b3b36Smrgelse $as_nop 3291023b3b36Smrg case $MKFONTDIR in 3292023b3b36Smrg [\\/]* | ?:[\\/]*) 3293023b3b36Smrg ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path. 3294023b3b36Smrg ;; 3295023b3b36Smrg *) 3296023b3b36Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3297023b3b36Smrgfor as_dir in $PATH 3298023b3b36Smrgdo 3299023b3b36Smrg IFS=$as_save_IFS 3300023b3b36Smrg case $as_dir in #((( 3301023b3b36Smrg '') as_dir=./ ;; 3302023b3b36Smrg */) ;; 3303023b3b36Smrg *) as_dir=$as_dir/ ;; 3304023b3b36Smrg esac 3305023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 3306023b3b36Smrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3307023b3b36Smrg ac_cv_path_MKFONTDIR="$as_dir$ac_word$ac_exec_ext" 3308023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3309023b3b36Smrg break 2 3310023b3b36Smrg fi 3311023b3b36Smrgdone 3312023b3b36Smrg done 3313023b3b36SmrgIFS=$as_save_IFS 3314023b3b36Smrg 3315023b3b36Smrg ;; 3316023b3b36Smrgesac 3317023b3b36Smrgfi 3318023b3b36SmrgMKFONTDIR=$ac_cv_path_MKFONTDIR 3319023b3b36Smrgif test -n "$MKFONTDIR"; then 3320023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKFONTDIR" >&5 3321023b3b36Smrgprintf "%s\n" "$MKFONTDIR" >&6; } 3322023b3b36Smrgelse 3323023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3324023b3b36Smrgprintf "%s\n" "no" >&6; } 3325023b3b36Smrgfi 3326023b3b36Smrg 3327023b3b36Smrg 3328023b3b36Smrg if test x"$MKFONTDIR" = x; then 3329023b3b36Smrg as_fn_error $? "mkfontdir is required to build $PACKAGE_NAME." "$LINENO" 5 3330023b3b36Smrg fi 3331023b3b36Smrg 3332023b3b36Smrg fi 3333023b3b36Smrg 3334023b3b36Smrg 3335023b3b36Smrg 3336023b3b36Smrg 3337023b3b36Smrg 3338023b3b36Smrg # Extract the first word of "bdftopcf", so it can be a program name with args. 3339023b3b36Smrgset dummy bdftopcf; ac_word=$2 3340023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3341023b3b36Smrgprintf %s "checking for $ac_word... " >&6; } 3342023b3b36Smrgif test ${ac_cv_path_BDFTOPCF+y} 3343023b3b36Smrgthen : 3344023b3b36Smrg printf %s "(cached) " >&6 3345023b3b36Smrgelse $as_nop 3346023b3b36Smrg case $BDFTOPCF in 3347023b3b36Smrg [\\/]* | ?:[\\/]*) 3348023b3b36Smrg ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path. 3349023b3b36Smrg ;; 3350023b3b36Smrg *) 3351023b3b36Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3352023b3b36Smrgfor as_dir in $PATH 3353023b3b36Smrgdo 3354023b3b36Smrg IFS=$as_save_IFS 3355023b3b36Smrg case $as_dir in #((( 3356023b3b36Smrg '') as_dir=./ ;; 3357023b3b36Smrg */) ;; 3358023b3b36Smrg *) as_dir=$as_dir/ ;; 3359023b3b36Smrg esac 3360023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 3361023b3b36Smrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3362023b3b36Smrg ac_cv_path_BDFTOPCF="$as_dir$ac_word$ac_exec_ext" 3363023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3364023b3b36Smrg break 2 3365023b3b36Smrg fi 3366023b3b36Smrgdone 3367023b3b36Smrg done 3368023b3b36SmrgIFS=$as_save_IFS 3369023b3b36Smrg 3370023b3b36Smrg ;; 3371023b3b36Smrgesac 3372023b3b36Smrgfi 3373023b3b36SmrgBDFTOPCF=$ac_cv_path_BDFTOPCF 3374023b3b36Smrgif test -n "$BDFTOPCF"; then 3375023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BDFTOPCF" >&5 3376023b3b36Smrgprintf "%s\n" "$BDFTOPCF" >&6; } 3377023b3b36Smrgelse 3378023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3379023b3b36Smrgprintf "%s\n" "no" >&6; } 3380023b3b36Smrgfi 3381023b3b36Smrg 3382023b3b36Smrg 3383023b3b36Smrg if test x"$BDFTOPCF" = x; then 3384023b3b36Smrg as_fn_error $? "bdftopcf is required to build $PACKAGE_NAME." "$LINENO" 5 3385023b3b36Smrg fi 3386023b3b36Smrg 3387023b3b36Smrg 3388023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking font compression method" >&5 3389023b3b36Smrgprintf %s "checking font compression method... " >&6; } 3390023b3b36Smrg 3391023b3b36Smrg# Check whether --with-compression was given. 3392023b3b36Smrgif test ${with_compression+y} 3393023b3b36Smrgthen : 3394023b3b36Smrg withval=$with_compression; compression="$withval" 3395023b3b36Smrgelse $as_nop 3396023b3b36Smrg compression="yes" 3397023b3b36Smrgfi 3398023b3b36Smrg 3399023b3b36Smrg if test x"$compression" = "xyes" ; then 3400023b3b36Smrg compression="gzip" 3401023b3b36Smrg fi 3402023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${compression}" >&5 3403023b3b36Smrgprintf "%s\n" "${compression}" >&6; } 3404023b3b36Smrg case ${compression} in 3405023b3b36Smrg *compress) COMPRESS_SUFFIX=".Z" ;; 3406023b3b36Smrg *gzip) COMPRESS_SUFFIX=".gz" ; 3407023b3b36Smrg COMPRESS_FLAGS="${COMPRESS_FLAGS--n}" ;; 3408023b3b36Smrg *bzip2) COMPRESS_SUFFIX=".bz2" ;; 3409023b3b36Smrg no|none) COMPRESS_SUFFIX="" ; COMPRESS="cat" ;; 3410023b3b36Smrg *) as_fn_error $? "${compression} is not a supported compression method" "$LINENO" 5 ;; 3411023b3b36Smrg esac 3412023b3b36Smrg if test x"$COMPRESS_SUFFIX" != "x" ; then 3413023b3b36Smrg 3414023b3b36Smrg # Extract the first word of "${compression}", so it can be a program name with args. 3415023b3b36Smrgset dummy ${compression}; ac_word=$2 3416023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3417023b3b36Smrgprintf %s "checking for $ac_word... " >&6; } 3418023b3b36Smrgif test ${ac_cv_path_COMPRESS+y} 3419023b3b36Smrgthen : 3420023b3b36Smrg printf %s "(cached) " >&6 3421023b3b36Smrgelse $as_nop 3422023b3b36Smrg case $COMPRESS in 3423023b3b36Smrg [\\/]* | ?:[\\/]*) 3424023b3b36Smrg ac_cv_path_COMPRESS="$COMPRESS" # Let the user override the test with a path. 3425023b3b36Smrg ;; 3426023b3b36Smrg *) 3427023b3b36Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3428023b3b36Smrgfor as_dir in $PATH 3429023b3b36Smrgdo 3430023b3b36Smrg IFS=$as_save_IFS 3431023b3b36Smrg case $as_dir in #((( 3432023b3b36Smrg '') as_dir=./ ;; 3433023b3b36Smrg */) ;; 3434023b3b36Smrg *) as_dir=$as_dir/ ;; 3435023b3b36Smrg esac 3436023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 3437023b3b36Smrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3438023b3b36Smrg ac_cv_path_COMPRESS="$as_dir$ac_word$ac_exec_ext" 3439023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3440023b3b36Smrg break 2 3441023b3b36Smrg fi 3442023b3b36Smrgdone 3443023b3b36Smrg done 3444023b3b36SmrgIFS=$as_save_IFS 3445023b3b36Smrg 3446023b3b36Smrg ;; 3447023b3b36Smrgesac 3448023b3b36Smrgfi 3449023b3b36SmrgCOMPRESS=$ac_cv_path_COMPRESS 3450023b3b36Smrgif test -n "$COMPRESS"; then 3451023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $COMPRESS" >&5 3452023b3b36Smrgprintf "%s\n" "$COMPRESS" >&6; } 3453023b3b36Smrgelse 3454023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3455023b3b36Smrgprintf "%s\n" "no" >&6; } 3456023b3b36Smrgfi 3457023b3b36Smrg 3458023b3b36Smrg 3459023b3b36Smrg if test x"$COMPRESS" = x; then 3460023b3b36Smrg as_fn_error $? "${compression} is required to build $PACKAGE_NAME." "$LINENO" 5 3461023b3b36Smrg fi 3462023b3b36Smrg 3463023b3b36Smrg fi 3464023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking options to font compression command" >&5 3465023b3b36Smrgprintf %s "checking options to font compression command... " >&6; } 3466023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${COMPRESS_FLAGS:-none}" >&5 3467023b3b36Smrgprintf "%s\n" "${COMPRESS_FLAGS:-none}" >&6; } 3468023b3b36Smrg 3469023b3b36Smrg 3470023b3b36Smrg 3471023b3b36Smrg 3472023b3b36Smrg 3473023b3b36Smrg 3474023b3b36Smrg 3475023b3b36Smrg # Extract the first word of "ucs2any", so it can be a program name with args. 3476023b3b36Smrgset dummy ucs2any; ac_word=$2 3477023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3478023b3b36Smrgprintf %s "checking for $ac_word... " >&6; } 3479023b3b36Smrgif test ${ac_cv_path_UCS2ANY+y} 3480023b3b36Smrgthen : 3481023b3b36Smrg printf %s "(cached) " >&6 3482023b3b36Smrgelse $as_nop 3483023b3b36Smrg case $UCS2ANY in 3484023b3b36Smrg [\\/]* | ?:[\\/]*) 3485023b3b36Smrg ac_cv_path_UCS2ANY="$UCS2ANY" # Let the user override the test with a path. 3486023b3b36Smrg ;; 3487023b3b36Smrg *) 3488023b3b36Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3489023b3b36Smrgfor as_dir in $PATH 3490023b3b36Smrgdo 3491023b3b36Smrg IFS=$as_save_IFS 3492023b3b36Smrg case $as_dir in #((( 3493023b3b36Smrg '') as_dir=./ ;; 3494023b3b36Smrg */) ;; 3495023b3b36Smrg *) as_dir=$as_dir/ ;; 3496023b3b36Smrg esac 3497023b3b36Smrg for ac_exec_ext in '' $ac_executable_extensions; do 3498023b3b36Smrg if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then 3499023b3b36Smrg ac_cv_path_UCS2ANY="$as_dir$ac_word$ac_exec_ext" 3500023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 3501023b3b36Smrg break 2 3502023b3b36Smrg fi 3503023b3b36Smrgdone 3504023b3b36Smrg done 3505023b3b36SmrgIFS=$as_save_IFS 3506023b3b36Smrg 3507023b3b36Smrg ;; 3508023b3b36Smrgesac 3509023b3b36Smrgfi 3510023b3b36SmrgUCS2ANY=$ac_cv_path_UCS2ANY 3511023b3b36Smrgif test -n "$UCS2ANY"; then 3512023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $UCS2ANY" >&5 3513023b3b36Smrgprintf "%s\n" "$UCS2ANY" >&6; } 3514023b3b36Smrgelse 3515023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3516023b3b36Smrgprintf "%s\n" "no" >&6; } 3517023b3b36Smrgfi 3518023b3b36Smrg 3519023b3b36Smrg 3520023b3b36Smrg if test x"$UCS2ANY" = x; then 3521023b3b36Smrg as_fn_error $? "ucs2any is required to build $PACKAGE_NAME." "$LINENO" 5 3522023b3b36Smrg fi 3523023b3b36Smrg 3524023b3b36Smrg 3525023b3b36Smrgpkg_failed=no 3526023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MAPS" >&5 3527023b3b36Smrgprintf %s "checking for MAPS... " >&6; } 3528023b3b36Smrg 3529023b3b36Smrgif test -n "$MAPS_CFLAGS"; then 3530023b3b36Smrg pkg_cv_MAPS_CFLAGS="$MAPS_CFLAGS" 3531023b3b36Smrg elif test -n "$PKG_CONFIG"; then 3532023b3b36Smrg if test -n "$PKG_CONFIG" && \ 3533023b3b36Smrg { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontutil\""; } >&5 3534023b3b36Smrg ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5 3535023b3b36Smrg ac_status=$? 3536023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3537023b3b36Smrg test $ac_status = 0; }; then 3538023b3b36Smrg pkg_cv_MAPS_CFLAGS=`$PKG_CONFIG --cflags "fontutil" 2>/dev/null` 3539023b3b36Smrg test "x$?" != "x0" && pkg_failed=yes 3540023b3b36Smrgelse 3541023b3b36Smrg pkg_failed=yes 3542023b3b36Smrgfi 3543023b3b36Smrg else 3544023b3b36Smrg pkg_failed=untried 3545023b3b36Smrgfi 3546023b3b36Smrgif test -n "$MAPS_LIBS"; then 3547023b3b36Smrg pkg_cv_MAPS_LIBS="$MAPS_LIBS" 3548023b3b36Smrg elif test -n "$PKG_CONFIG"; then 3549023b3b36Smrg if test -n "$PKG_CONFIG" && \ 3550023b3b36Smrg { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"fontutil\""; } >&5 3551023b3b36Smrg ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5 3552023b3b36Smrg ac_status=$? 3553023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3554023b3b36Smrg test $ac_status = 0; }; then 3555023b3b36Smrg pkg_cv_MAPS_LIBS=`$PKG_CONFIG --libs "fontutil" 2>/dev/null` 3556023b3b36Smrg test "x$?" != "x0" && pkg_failed=yes 3557023b3b36Smrgelse 3558023b3b36Smrg pkg_failed=yes 3559023b3b36Smrgfi 3560023b3b36Smrg else 3561023b3b36Smrg pkg_failed=untried 3562023b3b36Smrgfi 3563023b3b36Smrg 3564023b3b36Smrg 3565023b3b36Smrg 3566023b3b36Smrgif test $pkg_failed = yes; then 3567023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3568023b3b36Smrgprintf "%s\n" "no" >&6; } 3569023b3b36Smrg 3570023b3b36Smrgif $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 3571023b3b36Smrg _pkg_short_errors_supported=yes 3572023b3b36Smrgelse 3573023b3b36Smrg _pkg_short_errors_supported=no 3574023b3b36Smrgfi 3575023b3b36Smrg if test $_pkg_short_errors_supported = yes; then 3576023b3b36Smrg MAPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fontutil" 2>&1` 3577023b3b36Smrg else 3578023b3b36Smrg MAPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fontutil" 2>&1` 3579023b3b36Smrg fi 3580023b3b36Smrg # Put the nasty error message in config.log where it belongs 3581023b3b36Smrg echo "$MAPS_PKG_ERRORS" >&5 3582023b3b36Smrg 3583023b3b36Smrg as_fn_error $? "Package requirements (fontutil) were not met: 3584023b3b36Smrg 3585023b3b36Smrg$MAPS_PKG_ERRORS 3586023b3b36Smrg 3587023b3b36SmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you 3588023b3b36Smrginstalled software in a non-standard prefix. 3589023b3b36Smrg 3590023b3b36SmrgAlternatively, you may set the environment variables MAPS_CFLAGS 3591023b3b36Smrgand MAPS_LIBS to avoid the need to call pkg-config. 3592023b3b36SmrgSee the pkg-config man page for more details." "$LINENO" 5 3593023b3b36Smrgelif test $pkg_failed = untried; then 3594023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 3595023b3b36Smrgprintf "%s\n" "no" >&6; } 3596023b3b36Smrg { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3597023b3b36Smrgprintf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} 3598023b3b36Smrgas_fn_error $? "The pkg-config script could not be found or is too old. Make sure it 3599023b3b36Smrgis in your PATH or set the PKG_CONFIG environment variable to the full 3600023b3b36Smrgpath to pkg-config. 3601023b3b36Smrg 3602023b3b36SmrgAlternatively, you may set the environment variables MAPS_CFLAGS 3603023b3b36Smrgand MAPS_LIBS to avoid the need to call pkg-config. 3604023b3b36SmrgSee the pkg-config man page for more details. 3605023b3b36Smrg 3606023b3b36SmrgTo get pkg-config, see <http://pkg-config.freedesktop.org/>. 3607023b3b36SmrgSee \`config.log' for more details" "$LINENO" 5; } 3608023b3b36Smrgelse 3609023b3b36Smrg MAPS_CFLAGS=$pkg_cv_MAPS_CFLAGS 3610023b3b36Smrg MAPS_LIBS=$pkg_cv_MAPS_LIBS 3611023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3612023b3b36Smrgprintf "%s\n" "yes" >&6; } 3613023b3b36Smrg 3614023b3b36Smrgfi 3615023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ucs2any encoding data files" >&5 3616023b3b36Smrgprintf %s "checking for ucs2any encoding data files... " >&6; } 3617023b3b36Smrg MAPFILES_PATH=`$PKG_CONFIG --variable=mapdir fontutil` 3618023b3b36Smrg 3619023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${MAPFILES_PATH}" >&5 3620023b3b36Smrgprintf "%s\n" "${MAPFILES_PATH}" >&6; } 3621023b3b36Smrg 3622023b3b36Smrg 3623023b3b36Smrg 3624023b3b36Smrg # Check whether --enable-all-encodings was given. 3625023b3b36Smrgif test ${enable_all_encodings+y} 3626023b3b36Smrgthen : 3627023b3b36Smrg enableval=$enable_all_encodings; 3628023b3b36Smrg ISO8859_1=$enableval 3629023b3b36Smrg 3630023b3b36Smrg ISO8859_2=$enableval 3631023b3b36Smrg 3632023b3b36Smrg ISO8859_3=$enableval 3633023b3b36Smrg 3634023b3b36Smrg ISO8859_4=$enableval 3635023b3b36Smrg 3636023b3b36Smrg ISO8859_5=$enableval 3637023b3b36Smrg 3638023b3b36Smrg ISO8859_7=$enableval 3639023b3b36Smrg 3640023b3b36Smrg ISO8859_8=$enableval 3641023b3b36Smrg 3642023b3b36Smrg ISO8859_9=$enableval 3643023b3b36Smrg 3644023b3b36Smrg ISO8859_10=$enableval 3645023b3b36Smrg 3646023b3b36Smrg ISO8859_11=$enableval 3647023b3b36Smrg 3648023b3b36Smrg ISO8859_13=$enableval 3649023b3b36Smrg 3650023b3b36Smrg ISO8859_14=$enableval 3651023b3b36Smrg 3652023b3b36Smrg ISO8859_15=$enableval 3653023b3b36Smrg 3654023b3b36Smrg ISO8859_16=$enableval 3655023b3b36Smrg 3656023b3b36Smrg KOI8_R=$enableval 3657023b3b36Smrg 3658023b3b36Smrgelse $as_nop 3659023b3b36Smrg 3660023b3b36Smrg ISO8859_1=yes 3661023b3b36Smrg 3662023b3b36Smrg ISO8859_2=yes 3663023b3b36Smrg 3664023b3b36Smrg ISO8859_3=yes 3665023b3b36Smrg 3666023b3b36Smrg ISO8859_4=yes 3667023b3b36Smrg 3668023b3b36Smrg ISO8859_5=yes 3669023b3b36Smrg 3670023b3b36Smrg ISO8859_7=yes 3671023b3b36Smrg 3672023b3b36Smrg ISO8859_8=yes 3673023b3b36Smrg 3674023b3b36Smrg ISO8859_9=yes 3675023b3b36Smrg 3676023b3b36Smrg ISO8859_10=yes 3677023b3b36Smrg 3678023b3b36Smrg ISO8859_11=yes 3679023b3b36Smrg 3680023b3b36Smrg ISO8859_13=yes 3681023b3b36Smrg 3682023b3b36Smrg ISO8859_14=yes 3683023b3b36Smrg 3684023b3b36Smrg ISO8859_15=yes 3685023b3b36Smrg 3686023b3b36Smrg ISO8859_16=yes 3687023b3b36Smrg 3688023b3b36Smrg KOI8_R=yes 3689023b3b36Smrg 3690023b3b36Smrgfi 3691023b3b36Smrg 3692023b3b36Smrg 3693023b3b36Smrg # Check whether --enable-iso8859-1 was given. 3694023b3b36Smrgif test ${enable_iso8859_1+y} 3695023b3b36Smrgthen : 3696023b3b36Smrg enableval=$enable_iso8859_1; ISO8859_1=$enableval 3697023b3b36Smrgfi 3698023b3b36Smrg 3699023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-1 fonts" >&5 3700023b3b36Smrgprintf %s "checking whether to build ISO8859-1 fonts... " >&6; } 3701023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_1" >&5 3702023b3b36Smrgprintf "%s\n" "$ISO8859_1" >&6; } 3703023b3b36Smrg if test "x$ISO8859_1" = xyes; then 3704023b3b36Smrg ISO8859_1_TRUE= 3705023b3b36Smrg ISO8859_1_FALSE='#' 3706023b3b36Smrgelse 3707023b3b36Smrg ISO8859_1_TRUE='#' 3708023b3b36Smrg ISO8859_1_FALSE= 3709023b3b36Smrgfi 3710023b3b36Smrg 3711023b3b36Smrg 3712023b3b36Smrg # Check whether --enable-iso8859-2 was given. 3713023b3b36Smrgif test ${enable_iso8859_2+y} 3714023b3b36Smrgthen : 3715023b3b36Smrg enableval=$enable_iso8859_2; ISO8859_2=$enableval 3716023b3b36Smrgfi 3717023b3b36Smrg 3718023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-2 fonts" >&5 3719023b3b36Smrgprintf %s "checking whether to build ISO8859-2 fonts... " >&6; } 3720023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_2" >&5 3721023b3b36Smrgprintf "%s\n" "$ISO8859_2" >&6; } 3722023b3b36Smrg if test "x$ISO8859_2" = xyes; then 3723023b3b36Smrg ISO8859_2_TRUE= 3724023b3b36Smrg ISO8859_2_FALSE='#' 3725023b3b36Smrgelse 3726023b3b36Smrg ISO8859_2_TRUE='#' 3727023b3b36Smrg ISO8859_2_FALSE= 3728023b3b36Smrgfi 3729023b3b36Smrg 3730023b3b36Smrg 3731023b3b36Smrg # Check whether --enable-iso8859-3 was given. 3732023b3b36Smrgif test ${enable_iso8859_3+y} 3733023b3b36Smrgthen : 3734023b3b36Smrg enableval=$enable_iso8859_3; ISO8859_3=$enableval 3735023b3b36Smrgfi 3736023b3b36Smrg 3737023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-3 fonts" >&5 3738023b3b36Smrgprintf %s "checking whether to build ISO8859-3 fonts... " >&6; } 3739023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_3" >&5 3740023b3b36Smrgprintf "%s\n" "$ISO8859_3" >&6; } 3741023b3b36Smrg if test "x$ISO8859_3" = xyes; then 3742023b3b36Smrg ISO8859_3_TRUE= 3743023b3b36Smrg ISO8859_3_FALSE='#' 3744023b3b36Smrgelse 3745023b3b36Smrg ISO8859_3_TRUE='#' 3746023b3b36Smrg ISO8859_3_FALSE= 3747023b3b36Smrgfi 3748023b3b36Smrg 3749023b3b36Smrg 3750023b3b36Smrg # Check whether --enable-iso8859-4 was given. 3751023b3b36Smrgif test ${enable_iso8859_4+y} 3752023b3b36Smrgthen : 3753023b3b36Smrg enableval=$enable_iso8859_4; ISO8859_4=$enableval 3754023b3b36Smrgfi 3755023b3b36Smrg 3756023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-4 fonts" >&5 3757023b3b36Smrgprintf %s "checking whether to build ISO8859-4 fonts... " >&6; } 3758023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_4" >&5 3759023b3b36Smrgprintf "%s\n" "$ISO8859_4" >&6; } 3760023b3b36Smrg if test "x$ISO8859_4" = xyes; then 3761023b3b36Smrg ISO8859_4_TRUE= 3762023b3b36Smrg ISO8859_4_FALSE='#' 3763023b3b36Smrgelse 3764023b3b36Smrg ISO8859_4_TRUE='#' 3765023b3b36Smrg ISO8859_4_FALSE= 3766023b3b36Smrgfi 3767023b3b36Smrg 3768023b3b36Smrg 3769023b3b36Smrg # Check whether --enable-iso8859-5 was given. 3770023b3b36Smrgif test ${enable_iso8859_5+y} 3771023b3b36Smrgthen : 3772023b3b36Smrg enableval=$enable_iso8859_5; ISO8859_5=$enableval 3773023b3b36Smrgfi 3774023b3b36Smrg 3775023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-5 fonts" >&5 3776023b3b36Smrgprintf %s "checking whether to build ISO8859-5 fonts... " >&6; } 3777023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_5" >&5 3778023b3b36Smrgprintf "%s\n" "$ISO8859_5" >&6; } 3779023b3b36Smrg if test "x$ISO8859_5" = xyes; then 3780023b3b36Smrg ISO8859_5_TRUE= 3781023b3b36Smrg ISO8859_5_FALSE='#' 3782023b3b36Smrgelse 3783023b3b36Smrg ISO8859_5_TRUE='#' 3784023b3b36Smrg ISO8859_5_FALSE= 3785023b3b36Smrgfi 3786023b3b36Smrg 3787023b3b36Smrg 3788023b3b36Smrg # Check whether --enable-iso8859-7 was given. 3789023b3b36Smrgif test ${enable_iso8859_7+y} 3790023b3b36Smrgthen : 3791023b3b36Smrg enableval=$enable_iso8859_7; ISO8859_7=$enableval 3792023b3b36Smrgfi 3793023b3b36Smrg 3794023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-7 fonts" >&5 3795023b3b36Smrgprintf %s "checking whether to build ISO8859-7 fonts... " >&6; } 3796023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_7" >&5 3797023b3b36Smrgprintf "%s\n" "$ISO8859_7" >&6; } 3798023b3b36Smrg if test "x$ISO8859_7" = xyes; then 3799023b3b36Smrg ISO8859_7_TRUE= 3800023b3b36Smrg ISO8859_7_FALSE='#' 3801023b3b36Smrgelse 3802023b3b36Smrg ISO8859_7_TRUE='#' 3803023b3b36Smrg ISO8859_7_FALSE= 3804023b3b36Smrgfi 3805023b3b36Smrg 3806023b3b36Smrg 3807023b3b36Smrg # Check whether --enable-iso8859-8 was given. 3808023b3b36Smrgif test ${enable_iso8859_8+y} 3809023b3b36Smrgthen : 3810023b3b36Smrg enableval=$enable_iso8859_8; ISO8859_8=$enableval 3811023b3b36Smrgfi 3812023b3b36Smrg 3813023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-8 fonts" >&5 3814023b3b36Smrgprintf %s "checking whether to build ISO8859-8 fonts... " >&6; } 3815023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_8" >&5 3816023b3b36Smrgprintf "%s\n" "$ISO8859_8" >&6; } 3817023b3b36Smrg if test "x$ISO8859_8" = xyes; then 3818023b3b36Smrg ISO8859_8_TRUE= 3819023b3b36Smrg ISO8859_8_FALSE='#' 3820023b3b36Smrgelse 3821023b3b36Smrg ISO8859_8_TRUE='#' 3822023b3b36Smrg ISO8859_8_FALSE= 3823023b3b36Smrgfi 3824023b3b36Smrg 3825023b3b36Smrg 3826023b3b36Smrg # Check whether --enable-iso8859-9 was given. 3827023b3b36Smrgif test ${enable_iso8859_9+y} 3828023b3b36Smrgthen : 3829023b3b36Smrg enableval=$enable_iso8859_9; ISO8859_9=$enableval 3830023b3b36Smrgfi 3831023b3b36Smrg 3832023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-9 fonts" >&5 3833023b3b36Smrgprintf %s "checking whether to build ISO8859-9 fonts... " >&6; } 3834023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_9" >&5 3835023b3b36Smrgprintf "%s\n" "$ISO8859_9" >&6; } 3836023b3b36Smrg if test "x$ISO8859_9" = xyes; then 3837023b3b36Smrg ISO8859_9_TRUE= 3838023b3b36Smrg ISO8859_9_FALSE='#' 3839023b3b36Smrgelse 3840023b3b36Smrg ISO8859_9_TRUE='#' 3841023b3b36Smrg ISO8859_9_FALSE= 3842023b3b36Smrgfi 3843023b3b36Smrg 3844023b3b36Smrg 3845023b3b36Smrg # Check whether --enable-iso8859-10 was given. 3846023b3b36Smrgif test ${enable_iso8859_10+y} 3847023b3b36Smrgthen : 3848023b3b36Smrg enableval=$enable_iso8859_10; ISO8859_10=$enableval 3849023b3b36Smrgfi 3850023b3b36Smrg 3851023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-10 fonts" >&5 3852023b3b36Smrgprintf %s "checking whether to build ISO8859-10 fonts... " >&6; } 3853023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_10" >&5 3854023b3b36Smrgprintf "%s\n" "$ISO8859_10" >&6; } 3855023b3b36Smrg if test "x$ISO8859_10" = xyes; then 3856023b3b36Smrg ISO8859_10_TRUE= 3857023b3b36Smrg ISO8859_10_FALSE='#' 3858023b3b36Smrgelse 3859023b3b36Smrg ISO8859_10_TRUE='#' 3860023b3b36Smrg ISO8859_10_FALSE= 3861023b3b36Smrgfi 3862023b3b36Smrg 3863023b3b36Smrg 3864023b3b36Smrg # Check whether --enable-iso8859-11 was given. 3865023b3b36Smrgif test ${enable_iso8859_11+y} 3866023b3b36Smrgthen : 3867023b3b36Smrg enableval=$enable_iso8859_11; ISO8859_11=$enableval 3868023b3b36Smrgfi 3869023b3b36Smrg 3870023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-11 fonts" >&5 3871023b3b36Smrgprintf %s "checking whether to build ISO8859-11 fonts... " >&6; } 3872023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_11" >&5 3873023b3b36Smrgprintf "%s\n" "$ISO8859_11" >&6; } 3874023b3b36Smrg if test "x$ISO8859_11" = xyes; then 3875023b3b36Smrg ISO8859_11_TRUE= 3876023b3b36Smrg ISO8859_11_FALSE='#' 3877023b3b36Smrgelse 3878023b3b36Smrg ISO8859_11_TRUE='#' 3879023b3b36Smrg ISO8859_11_FALSE= 3880023b3b36Smrgfi 3881023b3b36Smrg 3882023b3b36Smrg 3883023b3b36Smrg # Check whether --enable-iso8859-13 was given. 3884023b3b36Smrgif test ${enable_iso8859_13+y} 3885023b3b36Smrgthen : 3886023b3b36Smrg enableval=$enable_iso8859_13; ISO8859_13=$enableval 3887023b3b36Smrgfi 3888023b3b36Smrg 3889023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-13 fonts" >&5 3890023b3b36Smrgprintf %s "checking whether to build ISO8859-13 fonts... " >&6; } 3891023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_13" >&5 3892023b3b36Smrgprintf "%s\n" "$ISO8859_13" >&6; } 3893023b3b36Smrg if test "x$ISO8859_13" = xyes; then 3894023b3b36Smrg ISO8859_13_TRUE= 3895023b3b36Smrg ISO8859_13_FALSE='#' 3896023b3b36Smrgelse 3897023b3b36Smrg ISO8859_13_TRUE='#' 3898023b3b36Smrg ISO8859_13_FALSE= 3899023b3b36Smrgfi 3900023b3b36Smrg 3901023b3b36Smrg 3902023b3b36Smrg # Check whether --enable-iso8859-14 was given. 3903023b3b36Smrgif test ${enable_iso8859_14+y} 3904023b3b36Smrgthen : 3905023b3b36Smrg enableval=$enable_iso8859_14; ISO8859_14=$enableval 3906023b3b36Smrgfi 3907023b3b36Smrg 3908023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-14 fonts" >&5 3909023b3b36Smrgprintf %s "checking whether to build ISO8859-14 fonts... " >&6; } 3910023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_14" >&5 3911023b3b36Smrgprintf "%s\n" "$ISO8859_14" >&6; } 3912023b3b36Smrg if test "x$ISO8859_14" = xyes; then 3913023b3b36Smrg ISO8859_14_TRUE= 3914023b3b36Smrg ISO8859_14_FALSE='#' 3915023b3b36Smrgelse 3916023b3b36Smrg ISO8859_14_TRUE='#' 3917023b3b36Smrg ISO8859_14_FALSE= 3918023b3b36Smrgfi 3919023b3b36Smrg 3920023b3b36Smrg 3921023b3b36Smrg # Check whether --enable-iso8859-15 was given. 3922023b3b36Smrgif test ${enable_iso8859_15+y} 3923023b3b36Smrgthen : 3924023b3b36Smrg enableval=$enable_iso8859_15; ISO8859_15=$enableval 3925023b3b36Smrgfi 3926023b3b36Smrg 3927023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-15 fonts" >&5 3928023b3b36Smrgprintf %s "checking whether to build ISO8859-15 fonts... " >&6; } 3929023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_15" >&5 3930023b3b36Smrgprintf "%s\n" "$ISO8859_15" >&6; } 3931023b3b36Smrg if test "x$ISO8859_15" = xyes; then 3932023b3b36Smrg ISO8859_15_TRUE= 3933023b3b36Smrg ISO8859_15_FALSE='#' 3934023b3b36Smrgelse 3935023b3b36Smrg ISO8859_15_TRUE='#' 3936023b3b36Smrg ISO8859_15_FALSE= 3937023b3b36Smrgfi 3938023b3b36Smrg 3939023b3b36Smrg 3940023b3b36Smrg # Check whether --enable-iso8859-16 was given. 3941023b3b36Smrgif test ${enable_iso8859_16+y} 3942023b3b36Smrgthen : 3943023b3b36Smrg enableval=$enable_iso8859_16; ISO8859_16=$enableval 3944023b3b36Smrgfi 3945023b3b36Smrg 3946023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build ISO8859-16 fonts" >&5 3947023b3b36Smrgprintf %s "checking whether to build ISO8859-16 fonts... " >&6; } 3948023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ISO8859_16" >&5 3949023b3b36Smrgprintf "%s\n" "$ISO8859_16" >&6; } 3950023b3b36Smrg if test "x$ISO8859_16" = xyes; then 3951023b3b36Smrg ISO8859_16_TRUE= 3952023b3b36Smrg ISO8859_16_FALSE='#' 3953023b3b36Smrgelse 3954023b3b36Smrg ISO8859_16_TRUE='#' 3955023b3b36Smrg ISO8859_16_FALSE= 3956023b3b36Smrgfi 3957023b3b36Smrg 3958023b3b36Smrg 3959023b3b36Smrg # Check whether --enable-koi8-r was given. 3960023b3b36Smrgif test ${enable_koi8_r+y} 3961023b3b36Smrgthen : 3962023b3b36Smrg enableval=$enable_koi8_r; KOI8_R=$enableval 3963023b3b36Smrgfi 3964023b3b36Smrg 3965023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build KOI8-R fonts" >&5 3966023b3b36Smrgprintf %s "checking whether to build KOI8-R fonts... " >&6; } 3967023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $KOI8_R" >&5 3968023b3b36Smrgprintf "%s\n" "$KOI8_R" >&6; } 3969023b3b36Smrg if test "x$KOI8_R" = xyes; then 3970023b3b36Smrg KOI8_R_TRUE= 3971023b3b36Smrg KOI8_R_FALSE='#' 3972023b3b36Smrgelse 3973023b3b36Smrg KOI8_R_TRUE='#' 3974023b3b36Smrg KOI8_R_FALSE= 3975023b3b36Smrgfi 3976023b3b36Smrg 3977023b3b36Smrg 3978023b3b36Smrg 3979023b3b36Smrg 3980023b3b36Smrg 3981023b3b36Smrgac_config_files="$ac_config_files Makefile" 3982023b3b36Smrg 3983023b3b36Smrgcat >confcache <<\_ACEOF 3984023b3b36Smrg# This file is a shell script that caches the results of configure 3985023b3b36Smrg# tests run on this system so they can be shared between configure 3986023b3b36Smrg# scripts and configure runs, see configure's option --config-cache. 3987023b3b36Smrg# It is not useful on other systems. If it contains results you don't 3988023b3b36Smrg# want to keep, you may remove or edit it. 3989023b3b36Smrg# 3990023b3b36Smrg# config.status only pays attention to the cache file if you give it 3991023b3b36Smrg# the --recheck option to rerun configure. 3992023b3b36Smrg# 3993023b3b36Smrg# `ac_cv_env_foo' variables (set or unset) will be overridden when 3994023b3b36Smrg# loading this file, other *unset* `ac_cv_foo' will be assigned the 3995023b3b36Smrg# following values. 3996023b3b36Smrg 3997023b3b36Smrg_ACEOF 3998023b3b36Smrg 3999023b3b36Smrg# The following way of writing the cache mishandles newlines in values, 4000023b3b36Smrg# but we know of no workaround that is simple, portable, and efficient. 4001023b3b36Smrg# So, we kill variables containing newlines. 4002023b3b36Smrg# Ultrix sh set writes to stderr and can't be redirected directly, 4003023b3b36Smrg# and sets the high bit in the cache file unless we assign to the vars. 4004023b3b36Smrg( 4005023b3b36Smrg for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 4006023b3b36Smrg eval ac_val=\$$ac_var 4007023b3b36Smrg case $ac_val in #( 4008023b3b36Smrg *${as_nl}*) 4009023b3b36Smrg case $ac_var in #( 4010023b3b36Smrg *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 4011023b3b36Smrgprintf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 4012023b3b36Smrg esac 4013023b3b36Smrg case $ac_var in #( 4014023b3b36Smrg _ | IFS | as_nl) ;; #( 4015023b3b36Smrg BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 4016023b3b36Smrg *) { eval $ac_var=; unset $ac_var;} ;; 4017023b3b36Smrg esac ;; 4018023b3b36Smrg esac 4019023b3b36Smrg done 4020023b3b36Smrg 4021023b3b36Smrg (set) 2>&1 | 4022023b3b36Smrg case $as_nl`(ac_space=' '; set) 2>&1` in #( 4023023b3b36Smrg *${as_nl}ac_space=\ *) 4024023b3b36Smrg # `set' does not quote correctly, so add quotes: double-quote 4025023b3b36Smrg # substitution turns \\\\ into \\, and sed turns \\ into \. 4026023b3b36Smrg sed -n \ 4027023b3b36Smrg "s/'/'\\\\''/g; 4028023b3b36Smrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 4029023b3b36Smrg ;; #( 4030023b3b36Smrg *) 4031023b3b36Smrg # `set' quotes correctly as required by POSIX, so do not add quotes. 4032023b3b36Smrg sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 4033023b3b36Smrg ;; 4034023b3b36Smrg esac | 4035023b3b36Smrg sort 4036023b3b36Smrg) | 4037023b3b36Smrg sed ' 4038023b3b36Smrg /^ac_cv_env_/b end 4039023b3b36Smrg t clear 4040023b3b36Smrg :clear 4041023b3b36Smrg s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ 4042023b3b36Smrg t end 4043023b3b36Smrg s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 4044023b3b36Smrg :end' >>confcache 4045023b3b36Smrgif diff "$cache_file" confcache >/dev/null 2>&1; then :; else 4046023b3b36Smrg if test -w "$cache_file"; then 4047023b3b36Smrg if test "x$cache_file" != "x/dev/null"; then 4048023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 4049023b3b36Smrgprintf "%s\n" "$as_me: updating cache $cache_file" >&6;} 4050023b3b36Smrg if test ! -f "$cache_file" || test -h "$cache_file"; then 4051023b3b36Smrg cat confcache >"$cache_file" 4052023b3b36Smrg else 4053023b3b36Smrg case $cache_file in #( 4054023b3b36Smrg */* | ?:*) 4055023b3b36Smrg mv -f confcache "$cache_file"$$ && 4056023b3b36Smrg mv -f "$cache_file"$$ "$cache_file" ;; #( 4057023b3b36Smrg *) 4058023b3b36Smrg mv -f confcache "$cache_file" ;; 4059023b3b36Smrg esac 4060023b3b36Smrg fi 4061023b3b36Smrg fi 4062023b3b36Smrg else 4063023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 4064023b3b36Smrgprintf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} 4065023b3b36Smrg fi 4066023b3b36Smrgfi 4067023b3b36Smrgrm -f confcache 4068023b3b36Smrg 4069023b3b36Smrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix 4070023b3b36Smrg# Let make expand exec_prefix. 4071023b3b36Smrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 4072023b3b36Smrg 4073023b3b36Smrg# Transform confdefs.h into DEFS. 4074023b3b36Smrg# Protect against shell expansion while executing Makefile rules. 4075023b3b36Smrg# Protect against Makefile macro expansion. 4076023b3b36Smrg# 4077023b3b36Smrg# If the first sed substitution is executed (which looks for macros that 4078023b3b36Smrg# take arguments), then branch to the quote section. Otherwise, 4079023b3b36Smrg# look for a macro that doesn't take arguments. 4080023b3b36Smrgac_script=' 4081023b3b36Smrg:mline 4082023b3b36Smrg/\\$/{ 4083023b3b36Smrg N 4084023b3b36Smrg s,\\\n,, 4085023b3b36Smrg b mline 4086023b3b36Smrg} 4087023b3b36Smrgt clear 4088023b3b36Smrg:clear 4089023b3b36Smrgs/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g 4090023b3b36Smrgt quote 4091023b3b36Smrgs/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g 4092023b3b36Smrgt quote 4093023b3b36Smrgb any 4094023b3b36Smrg:quote 4095023b3b36Smrgs/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g 4096023b3b36Smrgs/\[/\\&/g 4097023b3b36Smrgs/\]/\\&/g 4098023b3b36Smrgs/\$/$$/g 4099023b3b36SmrgH 4100023b3b36Smrg:any 4101023b3b36Smrg${ 4102023b3b36Smrg g 4103023b3b36Smrg s/^\n// 4104023b3b36Smrg s/\n/ /g 4105023b3b36Smrg p 4106023b3b36Smrg} 4107023b3b36Smrg' 4108023b3b36SmrgDEFS=`sed -n "$ac_script" confdefs.h` 4109023b3b36Smrg 4110023b3b36Smrg 4111023b3b36Smrgac_libobjs= 4112023b3b36Smrgac_ltlibobjs= 4113023b3b36SmrgU= 4114023b3b36Smrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 4115023b3b36Smrg # 1. Remove the extension, and $U if already installed. 4116023b3b36Smrg ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 4117023b3b36Smrg ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` 4118023b3b36Smrg # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 4119023b3b36Smrg # will be set to the directory where LIBOBJS objects are built. 4120023b3b36Smrg as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" 4121023b3b36Smrg as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' 4122023b3b36Smrgdone 4123023b3b36SmrgLIBOBJS=$ac_libobjs 4124023b3b36Smrg 4125023b3b36SmrgLTLIBOBJS=$ac_ltlibobjs 4126023b3b36Smrg 4127023b3b36Smrg 4128023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 4129023b3b36Smrgprintf %s "checking that generated files are newer than configure... " >&6; } 4130023b3b36Smrg if test -n "$am_sleep_pid"; then 4131023b3b36Smrg # Hide warnings about reused PIDs. 4132023b3b36Smrg wait $am_sleep_pid 2>/dev/null 4133023b3b36Smrg fi 4134023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 4135023b3b36Smrgprintf "%s\n" "done" >&6; } 4136023b3b36Smrg 4137023b3b36Smrgif test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then 4138023b3b36Smrg as_fn_error $? "conditional \"ISO8859_1\" was never defined. 4139023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4140023b3b36Smrgfi 4141023b3b36Smrgif test -z "${ISO8859_2_TRUE}" && test -z "${ISO8859_2_FALSE}"; then 4142023b3b36Smrg as_fn_error $? "conditional \"ISO8859_2\" was never defined. 4143023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4144023b3b36Smrgfi 4145023b3b36Smrgif test -z "${ISO8859_3_TRUE}" && test -z "${ISO8859_3_FALSE}"; then 4146023b3b36Smrg as_fn_error $? "conditional \"ISO8859_3\" was never defined. 4147023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4148023b3b36Smrgfi 4149023b3b36Smrgif test -z "${ISO8859_4_TRUE}" && test -z "${ISO8859_4_FALSE}"; then 4150023b3b36Smrg as_fn_error $? "conditional \"ISO8859_4\" was never defined. 4151023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4152023b3b36Smrgfi 4153023b3b36Smrgif test -z "${ISO8859_5_TRUE}" && test -z "${ISO8859_5_FALSE}"; then 4154023b3b36Smrg as_fn_error $? "conditional \"ISO8859_5\" was never defined. 4155023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4156023b3b36Smrgfi 4157023b3b36Smrgif test -z "${ISO8859_7_TRUE}" && test -z "${ISO8859_7_FALSE}"; then 4158023b3b36Smrg as_fn_error $? "conditional \"ISO8859_7\" was never defined. 4159023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4160023b3b36Smrgfi 4161023b3b36Smrgif test -z "${ISO8859_8_TRUE}" && test -z "${ISO8859_8_FALSE}"; then 4162023b3b36Smrg as_fn_error $? "conditional \"ISO8859_8\" was never defined. 4163023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4164023b3b36Smrgfi 4165023b3b36Smrgif test -z "${ISO8859_9_TRUE}" && test -z "${ISO8859_9_FALSE}"; then 4166023b3b36Smrg as_fn_error $? "conditional \"ISO8859_9\" was never defined. 4167023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4168023b3b36Smrgfi 4169023b3b36Smrgif test -z "${ISO8859_10_TRUE}" && test -z "${ISO8859_10_FALSE}"; then 4170023b3b36Smrg as_fn_error $? "conditional \"ISO8859_10\" was never defined. 4171023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4172023b3b36Smrgfi 4173023b3b36Smrgif test -z "${ISO8859_11_TRUE}" && test -z "${ISO8859_11_FALSE}"; then 4174023b3b36Smrg as_fn_error $? "conditional \"ISO8859_11\" was never defined. 4175023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4176023b3b36Smrgfi 4177023b3b36Smrgif test -z "${ISO8859_13_TRUE}" && test -z "${ISO8859_13_FALSE}"; then 4178023b3b36Smrg as_fn_error $? "conditional \"ISO8859_13\" was never defined. 4179023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4180023b3b36Smrgfi 4181023b3b36Smrgif test -z "${ISO8859_14_TRUE}" && test -z "${ISO8859_14_FALSE}"; then 4182023b3b36Smrg as_fn_error $? "conditional \"ISO8859_14\" was never defined. 4183023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4184023b3b36Smrgfi 4185023b3b36Smrgif test -z "${ISO8859_15_TRUE}" && test -z "${ISO8859_15_FALSE}"; then 4186023b3b36Smrg as_fn_error $? "conditional \"ISO8859_15\" was never defined. 4187023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4188023b3b36Smrgfi 4189023b3b36Smrgif test -z "${ISO8859_16_TRUE}" && test -z "${ISO8859_16_FALSE}"; then 4190023b3b36Smrg as_fn_error $? "conditional \"ISO8859_16\" was never defined. 4191023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4192023b3b36Smrgfi 4193023b3b36Smrgif test -z "${KOI8_R_TRUE}" && test -z "${KOI8_R_FALSE}"; then 4194023b3b36Smrg as_fn_error $? "conditional \"KOI8_R\" was never defined. 4195023b3b36SmrgUsually this means the macro was only invoked conditionally." "$LINENO" 5 4196023b3b36Smrgfi 4197023b3b36Smrg 4198023b3b36Smrg: "${CONFIG_STATUS=./config.status}" 4199023b3b36Smrgac_write_fail=0 4200023b3b36Smrgac_clean_files_save=$ac_clean_files 4201023b3b36Smrgac_clean_files="$ac_clean_files $CONFIG_STATUS" 4202023b3b36Smrg{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 4203023b3b36Smrgprintf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} 4204023b3b36Smrgas_write_fail=0 4205023b3b36Smrgcat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 4206023b3b36Smrg#! $SHELL 4207023b3b36Smrg# Generated by $as_me. 4208023b3b36Smrg# Run this file to recreate the current configuration. 4209023b3b36Smrg# Compiler output produced by configure, useful for debugging 4210023b3b36Smrg# configure, is in config.log if it exists. 4211023b3b36Smrg 4212023b3b36Smrgdebug=false 4213023b3b36Smrgac_cs_recheck=false 4214023b3b36Smrgac_cs_silent=false 4215023b3b36Smrg 4216023b3b36SmrgSHELL=\${CONFIG_SHELL-$SHELL} 4217023b3b36Smrgexport SHELL 4218023b3b36Smrg_ASEOF 4219023b3b36Smrgcat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 4220023b3b36Smrg## -------------------- ## 4221023b3b36Smrg## M4sh Initialization. ## 4222023b3b36Smrg## -------------------- ## 4223023b3b36Smrg 4224023b3b36Smrg# Be more Bourne compatible 4225023b3b36SmrgDUALCASE=1; export DUALCASE # for MKS sh 4226023b3b36Smrgas_nop=: 4227023b3b36Smrgif test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 4228023b3b36Smrgthen : 4229023b3b36Smrg emulate sh 4230023b3b36Smrg NULLCMD=: 4231023b3b36Smrg # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 4232023b3b36Smrg # is contrary to our usage. Disable this feature. 4233023b3b36Smrg alias -g '${1+"$@"}'='"$@"' 4234023b3b36Smrg setopt NO_GLOB_SUBST 4235023b3b36Smrgelse $as_nop 4236023b3b36Smrg case `(set -o) 2>/dev/null` in #( 4237023b3b36Smrg *posix*) : 4238023b3b36Smrg set -o posix ;; #( 4239023b3b36Smrg *) : 4240023b3b36Smrg ;; 4241023b3b36Smrgesac 4242023b3b36Smrgfi 4243023b3b36Smrg 4244023b3b36Smrg 4245023b3b36Smrg 4246023b3b36Smrg# Reset variables that may have inherited troublesome values from 4247023b3b36Smrg# the environment. 4248023b3b36Smrg 4249023b3b36Smrg# IFS needs to be set, to space, tab, and newline, in precisely that order. 4250023b3b36Smrg# (If _AS_PATH_WALK were called with IFS unset, it would have the 4251023b3b36Smrg# side effect of setting IFS to empty, thus disabling word splitting.) 4252023b3b36Smrg# Quoting is to prevent editors from complaining about space-tab. 4253023b3b36Smrgas_nl=' 4254023b3b36Smrg' 4255023b3b36Smrgexport as_nl 4256023b3b36SmrgIFS=" "" $as_nl" 4257023b3b36Smrg 4258023b3b36SmrgPS1='$ ' 4259023b3b36SmrgPS2='> ' 4260023b3b36SmrgPS4='+ ' 4261023b3b36Smrg 4262023b3b36Smrg# Ensure predictable behavior from utilities with locale-dependent output. 4263023b3b36SmrgLC_ALL=C 4264023b3b36Smrgexport LC_ALL 4265023b3b36SmrgLANGUAGE=C 4266023b3b36Smrgexport LANGUAGE 4267023b3b36Smrg 4268023b3b36Smrg# We cannot yet rely on "unset" to work, but we need these variables 4269023b3b36Smrg# to be unset--not just set to an empty or harmless value--now, to 4270023b3b36Smrg# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct 4271023b3b36Smrg# also avoids known problems related to "unset" and subshell syntax 4272023b3b36Smrg# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). 4273023b3b36Smrgfor as_var in BASH_ENV ENV MAIL MAILPATH CDPATH 4274023b3b36Smrgdo eval test \${$as_var+y} \ 4275023b3b36Smrg && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 4276023b3b36Smrgdone 4277023b3b36Smrg 4278023b3b36Smrg# Ensure that fds 0, 1, and 2 are open. 4279023b3b36Smrgif (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi 4280023b3b36Smrgif (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi 4281023b3b36Smrgif (exec 3>&2) ; then :; else exec 2>/dev/null; fi 4282023b3b36Smrg 4283023b3b36Smrg# The user is always right. 4284023b3b36Smrgif ${PATH_SEPARATOR+false} :; then 4285023b3b36Smrg PATH_SEPARATOR=: 4286023b3b36Smrg (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 4287023b3b36Smrg (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 4288023b3b36Smrg PATH_SEPARATOR=';' 4289023b3b36Smrg } 4290023b3b36Smrgfi 4291023b3b36Smrg 4292023b3b36Smrg 4293023b3b36Smrg# Find who we are. Look in the path if we contain no directory separator. 4294023b3b36Smrgas_myself= 4295023b3b36Smrgcase $0 in #(( 4296023b3b36Smrg *[\\/]* ) as_myself=$0 ;; 4297023b3b36Smrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4298023b3b36Smrgfor as_dir in $PATH 4299023b3b36Smrgdo 4300023b3b36Smrg IFS=$as_save_IFS 4301023b3b36Smrg case $as_dir in #((( 4302023b3b36Smrg '') as_dir=./ ;; 4303023b3b36Smrg */) ;; 4304023b3b36Smrg *) as_dir=$as_dir/ ;; 4305023b3b36Smrg esac 4306023b3b36Smrg test -r "$as_dir$0" && as_myself=$as_dir$0 && break 4307023b3b36Smrg done 4308023b3b36SmrgIFS=$as_save_IFS 4309023b3b36Smrg 4310023b3b36Smrg ;; 4311023b3b36Smrgesac 4312023b3b36Smrg# We did not find ourselves, most probably we were run as `sh COMMAND' 4313023b3b36Smrg# in which case we are not to be found in the path. 4314023b3b36Smrgif test "x$as_myself" = x; then 4315023b3b36Smrg as_myself=$0 4316023b3b36Smrgfi 4317023b3b36Smrgif test ! -f "$as_myself"; then 4318023b3b36Smrg printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 4319023b3b36Smrg exit 1 4320023b3b36Smrgfi 4321023b3b36Smrg 4322023b3b36Smrg 4323023b3b36Smrg 4324023b3b36Smrg# as_fn_error STATUS ERROR [LINENO LOG_FD] 4325023b3b36Smrg# ---------------------------------------- 4326023b3b36Smrg# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 4327023b3b36Smrg# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 4328023b3b36Smrg# script with STATUS, using 1 if that was 0. 4329023b3b36Smrgas_fn_error () 4330023b3b36Smrg{ 4331023b3b36Smrg as_status=$1; test $as_status -eq 0 && as_status=1 4332023b3b36Smrg if test "$4"; then 4333023b3b36Smrg as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 4334023b3b36Smrg printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 4335023b3b36Smrg fi 4336023b3b36Smrg printf "%s\n" "$as_me: error: $2" >&2 4337023b3b36Smrg as_fn_exit $as_status 4338023b3b36Smrg} # as_fn_error 4339023b3b36Smrg 4340023b3b36Smrg 4341023b3b36Smrg 4342023b3b36Smrg# as_fn_set_status STATUS 4343023b3b36Smrg# ----------------------- 4344023b3b36Smrg# Set $? to STATUS, without forking. 4345023b3b36Smrgas_fn_set_status () 4346023b3b36Smrg{ 4347023b3b36Smrg return $1 4348023b3b36Smrg} # as_fn_set_status 4349023b3b36Smrg 4350023b3b36Smrg# as_fn_exit STATUS 4351023b3b36Smrg# ----------------- 4352023b3b36Smrg# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 4353023b3b36Smrgas_fn_exit () 4354023b3b36Smrg{ 4355023b3b36Smrg set +e 4356023b3b36Smrg as_fn_set_status $1 4357023b3b36Smrg exit $1 4358023b3b36Smrg} # as_fn_exit 4359023b3b36Smrg 4360023b3b36Smrg# as_fn_unset VAR 4361023b3b36Smrg# --------------- 4362023b3b36Smrg# Portably unset VAR. 4363023b3b36Smrgas_fn_unset () 4364023b3b36Smrg{ 4365023b3b36Smrg { eval $1=; unset $1;} 4366023b3b36Smrg} 4367023b3b36Smrgas_unset=as_fn_unset 4368023b3b36Smrg 4369023b3b36Smrg# as_fn_append VAR VALUE 4370023b3b36Smrg# ---------------------- 4371023b3b36Smrg# Append the text in VALUE to the end of the definition contained in VAR. Take 4372023b3b36Smrg# advantage of any shell optimizations that allow amortized linear growth over 4373023b3b36Smrg# repeated appends, instead of the typical quadratic growth present in naive 4374023b3b36Smrg# implementations. 4375023b3b36Smrgif (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null 4376023b3b36Smrgthen : 4377023b3b36Smrg eval 'as_fn_append () 4378023b3b36Smrg { 4379023b3b36Smrg eval $1+=\$2 4380023b3b36Smrg }' 4381023b3b36Smrgelse $as_nop 4382023b3b36Smrg as_fn_append () 4383023b3b36Smrg { 4384023b3b36Smrg eval $1=\$$1\$2 4385023b3b36Smrg } 4386023b3b36Smrgfi # as_fn_append 4387023b3b36Smrg 4388023b3b36Smrg# as_fn_arith ARG... 4389023b3b36Smrg# ------------------ 4390023b3b36Smrg# Perform arithmetic evaluation on the ARGs, and store the result in the 4391023b3b36Smrg# global $as_val. Take advantage of shells that can avoid forks. The arguments 4392023b3b36Smrg# must be portable across $(()) and expr. 4393023b3b36Smrgif (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null 4394023b3b36Smrgthen : 4395023b3b36Smrg eval 'as_fn_arith () 4396023b3b36Smrg { 4397023b3b36Smrg as_val=$(( $* )) 4398023b3b36Smrg }' 4399023b3b36Smrgelse $as_nop 4400023b3b36Smrg as_fn_arith () 4401023b3b36Smrg { 4402023b3b36Smrg as_val=`expr "$@" || test $? -eq 1` 4403023b3b36Smrg } 4404023b3b36Smrgfi # as_fn_arith 4405023b3b36Smrg 4406023b3b36Smrg 4407023b3b36Smrgif expr a : '\(a\)' >/dev/null 2>&1 && 4408023b3b36Smrg test "X`expr 00001 : '.*\(...\)'`" = X001; then 4409023b3b36Smrg as_expr=expr 4410023b3b36Smrgelse 4411023b3b36Smrg as_expr=false 4412023b3b36Smrgfi 4413023b3b36Smrg 4414023b3b36Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 4415023b3b36Smrg as_basename=basename 4416023b3b36Smrgelse 4417023b3b36Smrg as_basename=false 4418023b3b36Smrgfi 4419023b3b36Smrg 4420023b3b36Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 4421023b3b36Smrg as_dirname=dirname 4422023b3b36Smrgelse 4423023b3b36Smrg as_dirname=false 4424023b3b36Smrgfi 4425023b3b36Smrg 4426023b3b36Smrgas_me=`$as_basename -- "$0" || 4427023b3b36Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 4428023b3b36Smrg X"$0" : 'X\(//\)$' \| \ 4429023b3b36Smrg X"$0" : 'X\(/\)' \| . 2>/dev/null || 4430023b3b36Smrgprintf "%s\n" X/"$0" | 4431023b3b36Smrg sed '/^.*\/\([^/][^/]*\)\/*$/{ 4432023b3b36Smrg s//\1/ 4433023b3b36Smrg q 4434023b3b36Smrg } 4435023b3b36Smrg /^X\/\(\/\/\)$/{ 4436023b3b36Smrg s//\1/ 4437023b3b36Smrg q 4438023b3b36Smrg } 4439023b3b36Smrg /^X\/\(\/\).*/{ 4440023b3b36Smrg s//\1/ 4441023b3b36Smrg q 4442023b3b36Smrg } 4443023b3b36Smrg s/.*/./; q'` 4444023b3b36Smrg 4445023b3b36Smrg# Avoid depending upon Character Ranges. 4446023b3b36Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 4447023b3b36Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 4448023b3b36Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 4449023b3b36Smrgas_cr_digits='0123456789' 4450023b3b36Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits 4451023b3b36Smrg 4452023b3b36Smrg 4453023b3b36Smrg# Determine whether it's possible to make 'echo' print without a newline. 4454023b3b36Smrg# These variables are no longer used directly by Autoconf, but are AC_SUBSTed 4455023b3b36Smrg# for compatibility with existing Makefiles. 4456023b3b36SmrgECHO_C= ECHO_N= ECHO_T= 4457023b3b36Smrgcase `echo -n x` in #((((( 4458023b3b36Smrg-n*) 4459023b3b36Smrg case `echo 'xy\c'` in 4460023b3b36Smrg *c*) ECHO_T=' ';; # ECHO_T is single tab character. 4461023b3b36Smrg xy) ECHO_C='\c';; 4462023b3b36Smrg *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 4463023b3b36Smrg ECHO_T=' ';; 4464023b3b36Smrg esac;; 4465023b3b36Smrg*) 4466023b3b36Smrg ECHO_N='-n';; 4467023b3b36Smrgesac 4468023b3b36Smrg 4469023b3b36Smrg# For backward compatibility with old third-party macros, we provide 4470023b3b36Smrg# the shell variables $as_echo and $as_echo_n. New code should use 4471023b3b36Smrg# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. 4472023b3b36Smrgas_echo='printf %s\n' 4473023b3b36Smrgas_echo_n='printf %s' 4474023b3b36Smrg 4475023b3b36Smrgrm -f conf$$ conf$$.exe conf$$.file 4476023b3b36Smrgif test -d conf$$.dir; then 4477023b3b36Smrg rm -f conf$$.dir/conf$$.file 4478023b3b36Smrgelse 4479023b3b36Smrg rm -f conf$$.dir 4480023b3b36Smrg mkdir conf$$.dir 2>/dev/null 4481023b3b36Smrgfi 4482023b3b36Smrgif (echo >conf$$.file) 2>/dev/null; then 4483023b3b36Smrg if ln -s conf$$.file conf$$ 2>/dev/null; then 4484023b3b36Smrg as_ln_s='ln -s' 4485023b3b36Smrg # ... but there are two gotchas: 4486023b3b36Smrg # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 4487023b3b36Smrg # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 4488023b3b36Smrg # In both cases, we have to default to `cp -pR'. 4489023b3b36Smrg ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 4490023b3b36Smrg as_ln_s='cp -pR' 4491023b3b36Smrg elif ln conf$$.file conf$$ 2>/dev/null; then 4492023b3b36Smrg as_ln_s=ln 4493023b3b36Smrg else 4494023b3b36Smrg as_ln_s='cp -pR' 4495023b3b36Smrg fi 4496023b3b36Smrgelse 4497023b3b36Smrg as_ln_s='cp -pR' 4498023b3b36Smrgfi 4499023b3b36Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 4500023b3b36Smrgrmdir conf$$.dir 2>/dev/null 4501023b3b36Smrg 4502023b3b36Smrg 4503023b3b36Smrg# as_fn_mkdir_p 4504023b3b36Smrg# ------------- 4505023b3b36Smrg# Create "$as_dir" as a directory, including parents if necessary. 4506023b3b36Smrgas_fn_mkdir_p () 4507023b3b36Smrg{ 4508023b3b36Smrg 4509023b3b36Smrg case $as_dir in #( 4510023b3b36Smrg -*) as_dir=./$as_dir;; 4511023b3b36Smrg esac 4512023b3b36Smrg test -d "$as_dir" || eval $as_mkdir_p || { 4513023b3b36Smrg as_dirs= 4514023b3b36Smrg while :; do 4515023b3b36Smrg case $as_dir in #( 4516023b3b36Smrg *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 4517023b3b36Smrg *) as_qdir=$as_dir;; 4518023b3b36Smrg esac 4519023b3b36Smrg as_dirs="'$as_qdir' $as_dirs" 4520023b3b36Smrg as_dir=`$as_dirname -- "$as_dir" || 4521023b3b36Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4522023b3b36Smrg X"$as_dir" : 'X\(//\)[^/]' \| \ 4523023b3b36Smrg X"$as_dir" : 'X\(//\)$' \| \ 4524023b3b36Smrg X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 4525023b3b36Smrgprintf "%s\n" X"$as_dir" | 4526023b3b36Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4527023b3b36Smrg s//\1/ 4528023b3b36Smrg q 4529023b3b36Smrg } 4530023b3b36Smrg /^X\(\/\/\)[^/].*/{ 4531023b3b36Smrg s//\1/ 4532023b3b36Smrg q 4533023b3b36Smrg } 4534023b3b36Smrg /^X\(\/\/\)$/{ 4535023b3b36Smrg s//\1/ 4536023b3b36Smrg q 4537023b3b36Smrg } 4538023b3b36Smrg /^X\(\/\).*/{ 4539023b3b36Smrg s//\1/ 4540023b3b36Smrg q 4541023b3b36Smrg } 4542023b3b36Smrg s/.*/./; q'` 4543023b3b36Smrg test -d "$as_dir" && break 4544023b3b36Smrg done 4545023b3b36Smrg test -z "$as_dirs" || eval "mkdir $as_dirs" 4546023b3b36Smrg } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 4547023b3b36Smrg 4548023b3b36Smrg 4549023b3b36Smrg} # as_fn_mkdir_p 4550023b3b36Smrgif mkdir -p . 2>/dev/null; then 4551023b3b36Smrg as_mkdir_p='mkdir -p "$as_dir"' 4552023b3b36Smrgelse 4553023b3b36Smrg test -d ./-p && rmdir ./-p 4554023b3b36Smrg as_mkdir_p=false 4555023b3b36Smrgfi 4556023b3b36Smrg 4557023b3b36Smrg 4558023b3b36Smrg# as_fn_executable_p FILE 4559023b3b36Smrg# ----------------------- 4560023b3b36Smrg# Test if FILE is an executable regular file. 4561023b3b36Smrgas_fn_executable_p () 4562023b3b36Smrg{ 4563023b3b36Smrg test -f "$1" && test -x "$1" 4564023b3b36Smrg} # as_fn_executable_p 4565023b3b36Smrgas_test_x='test -x' 4566023b3b36Smrgas_executable_p=as_fn_executable_p 4567023b3b36Smrg 4568023b3b36Smrg# Sed expression to map a string onto a valid CPP name. 4569023b3b36Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 4570023b3b36Smrg 4571023b3b36Smrg# Sed expression to map a string onto a valid variable name. 4572023b3b36Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 4573023b3b36Smrg 4574023b3b36Smrg 4575023b3b36Smrgexec 6>&1 4576023b3b36Smrg## ----------------------------------- ## 4577023b3b36Smrg## Main body of $CONFIG_STATUS script. ## 4578023b3b36Smrg## ----------------------------------- ## 4579023b3b36Smrg_ASEOF 4580023b3b36Smrgtest $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 4581023b3b36Smrg 4582023b3b36Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4583023b3b36Smrg# Save the log message, to keep $0 and so on meaningful, and to 4584023b3b36Smrg# report actual input values of CONFIG_FILES etc. instead of their 4585023b3b36Smrg# values after options handling. 4586023b3b36Smrgac_log=" 4587023b3b36SmrgThis file was extended by font-schumacher-misc $as_me 1.1.3, which was 4588023b3b36Smrggenerated by GNU Autoconf 2.71. Invocation command line was 4589023b3b36Smrg 4590023b3b36Smrg CONFIG_FILES = $CONFIG_FILES 4591023b3b36Smrg CONFIG_HEADERS = $CONFIG_HEADERS 4592023b3b36Smrg CONFIG_LINKS = $CONFIG_LINKS 4593023b3b36Smrg CONFIG_COMMANDS = $CONFIG_COMMANDS 4594023b3b36Smrg $ $0 $@ 4595023b3b36Smrg 4596023b3b36Smrgon `(hostname || uname -n) 2>/dev/null | sed 1q` 4597023b3b36Smrg" 4598023b3b36Smrg 4599023b3b36Smrg_ACEOF 4600023b3b36Smrg 4601023b3b36Smrgcase $ac_config_files in *" 4602023b3b36Smrg"*) set x $ac_config_files; shift; ac_config_files=$*;; 4603023b3b36Smrgesac 4604023b3b36Smrg 4605023b3b36Smrg 4606023b3b36Smrg 4607023b3b36Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4608023b3b36Smrg# Files that config.status was made for. 4609023b3b36Smrgconfig_files="$ac_config_files" 4610023b3b36Smrg 4611023b3b36Smrg_ACEOF 4612023b3b36Smrg 4613023b3b36Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4614023b3b36Smrgac_cs_usage="\ 4615023b3b36Smrg\`$as_me' instantiates files and other configuration actions 4616023b3b36Smrgfrom templates according to the current configuration. Unless the files 4617023b3b36Smrgand actions are specified as TAGs, all are instantiated by default. 4618023b3b36Smrg 4619023b3b36SmrgUsage: $0 [OPTION]... [TAG]... 4620023b3b36Smrg 4621023b3b36Smrg -h, --help print this help, then exit 4622023b3b36Smrg -V, --version print version number and configuration settings, then exit 4623023b3b36Smrg --config print configuration, then exit 4624023b3b36Smrg -q, --quiet, --silent 4625023b3b36Smrg do not print progress messages 4626023b3b36Smrg -d, --debug don't remove temporary files 4627023b3b36Smrg --recheck update $as_me by reconfiguring in the same conditions 4628023b3b36Smrg --file=FILE[:TEMPLATE] 4629023b3b36Smrg instantiate the configuration file FILE 4630023b3b36Smrg 4631023b3b36SmrgConfiguration files: 4632023b3b36Smrg$config_files 4633023b3b36Smrg 4634023b3b36SmrgReport bugs to <https://gitlab.freedesktop.org/xorg/font/schumacher-misc/-/issues>." 4635023b3b36Smrg 4636023b3b36Smrg_ACEOF 4637023b3b36Smrgac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` 4638023b3b36Smrgac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` 4639023b3b36Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4640023b3b36Smrgac_cs_config='$ac_cs_config_escaped' 4641023b3b36Smrgac_cs_version="\\ 4642023b3b36Smrgfont-schumacher-misc config.status 1.1.3 4643023b3b36Smrgconfigured by $0, generated by GNU Autoconf 2.71, 4644023b3b36Smrg with options \\"\$ac_cs_config\\" 4645023b3b36Smrg 4646023b3b36SmrgCopyright (C) 2021 Free Software Foundation, Inc. 4647023b3b36SmrgThis config.status script is free software; the Free Software Foundation 4648023b3b36Smrggives unlimited permission to copy, distribute and modify it." 4649023b3b36Smrg 4650023b3b36Smrgac_pwd='$ac_pwd' 4651023b3b36Smrgsrcdir='$srcdir' 4652023b3b36SmrgINSTALL='$INSTALL' 4653023b3b36SmrgMKDIR_P='$MKDIR_P' 4654023b3b36SmrgAWK='$AWK' 4655023b3b36Smrgtest -n "\$AWK" || AWK=awk 4656023b3b36Smrg_ACEOF 4657023b3b36Smrg 4658023b3b36Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4659023b3b36Smrg# The default lists apply if the user does not specify any file. 4660023b3b36Smrgac_need_defaults=: 4661023b3b36Smrgwhile test $# != 0 4662023b3b36Smrgdo 4663023b3b36Smrg case $1 in 4664023b3b36Smrg --*=?*) 4665023b3b36Smrg ac_option=`expr "X$1" : 'X\([^=]*\)='` 4666023b3b36Smrg ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 4667023b3b36Smrg ac_shift=: 4668023b3b36Smrg ;; 4669023b3b36Smrg --*=) 4670023b3b36Smrg ac_option=`expr "X$1" : 'X\([^=]*\)='` 4671023b3b36Smrg ac_optarg= 4672023b3b36Smrg ac_shift=: 4673023b3b36Smrg ;; 4674023b3b36Smrg *) 4675023b3b36Smrg ac_option=$1 4676023b3b36Smrg ac_optarg=$2 4677023b3b36Smrg ac_shift=shift 4678023b3b36Smrg ;; 4679023b3b36Smrg esac 4680023b3b36Smrg 4681023b3b36Smrg case $ac_option in 4682023b3b36Smrg # Handling of the options. 4683023b3b36Smrg -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 4684023b3b36Smrg ac_cs_recheck=: ;; 4685023b3b36Smrg --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 4686023b3b36Smrg printf "%s\n" "$ac_cs_version"; exit ;; 4687023b3b36Smrg --config | --confi | --conf | --con | --co | --c ) 4688023b3b36Smrg printf "%s\n" "$ac_cs_config"; exit ;; 4689023b3b36Smrg --debug | --debu | --deb | --de | --d | -d ) 4690023b3b36Smrg debug=: ;; 4691023b3b36Smrg --file | --fil | --fi | --f ) 4692023b3b36Smrg $ac_shift 4693023b3b36Smrg case $ac_optarg in 4694023b3b36Smrg *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 4695023b3b36Smrg '') as_fn_error $? "missing file argument" ;; 4696023b3b36Smrg esac 4697023b3b36Smrg as_fn_append CONFIG_FILES " '$ac_optarg'" 4698023b3b36Smrg ac_need_defaults=false;; 4699023b3b36Smrg --he | --h | --help | --hel | -h ) 4700023b3b36Smrg printf "%s\n" "$ac_cs_usage"; exit ;; 4701023b3b36Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 4702023b3b36Smrg | -silent | --silent | --silen | --sile | --sil | --si | --s) 4703023b3b36Smrg ac_cs_silent=: ;; 4704023b3b36Smrg 4705023b3b36Smrg # This is an error. 4706023b3b36Smrg -*) as_fn_error $? "unrecognized option: \`$1' 4707023b3b36SmrgTry \`$0 --help' for more information." ;; 4708023b3b36Smrg 4709023b3b36Smrg *) as_fn_append ac_config_targets " $1" 4710023b3b36Smrg ac_need_defaults=false ;; 4711023b3b36Smrg 4712023b3b36Smrg esac 4713023b3b36Smrg shift 4714023b3b36Smrgdone 4715023b3b36Smrg 4716023b3b36Smrgac_configure_extra_args= 4717023b3b36Smrg 4718023b3b36Smrgif $ac_cs_silent; then 4719023b3b36Smrg exec 6>/dev/null 4720023b3b36Smrg ac_configure_extra_args="$ac_configure_extra_args --silent" 4721023b3b36Smrgfi 4722023b3b36Smrg 4723023b3b36Smrg_ACEOF 4724023b3b36Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4725023b3b36Smrgif \$ac_cs_recheck; then 4726023b3b36Smrg set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 4727023b3b36Smrg shift 4728023b3b36Smrg \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 4729023b3b36Smrg CONFIG_SHELL='$SHELL' 4730023b3b36Smrg export CONFIG_SHELL 4731023b3b36Smrg exec "\$@" 4732023b3b36Smrgfi 4733023b3b36Smrg 4734023b3b36Smrg_ACEOF 4735023b3b36Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4736023b3b36Smrgexec 5>>config.log 4737023b3b36Smrg{ 4738023b3b36Smrg echo 4739023b3b36Smrg sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 4740023b3b36Smrg## Running $as_me. ## 4741023b3b36Smrg_ASBOX 4742023b3b36Smrg printf "%s\n" "$ac_log" 4743023b3b36Smrg} >&5 4744023b3b36Smrg 4745023b3b36Smrg_ACEOF 4746023b3b36Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4747023b3b36Smrg_ACEOF 4748023b3b36Smrg 4749023b3b36Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4750023b3b36Smrg 4751023b3b36Smrg# Handling of arguments. 4752023b3b36Smrgfor ac_config_target in $ac_config_targets 4753023b3b36Smrgdo 4754023b3b36Smrg case $ac_config_target in 4755023b3b36Smrg "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 4756023b3b36Smrg 4757023b3b36Smrg *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 4758023b3b36Smrg esac 4759023b3b36Smrgdone 4760023b3b36Smrg 4761023b3b36Smrg 4762023b3b36Smrg# If the user did not use the arguments to specify the items to instantiate, 4763023b3b36Smrg# then the envvar interface is used. Set only those that are not. 4764023b3b36Smrg# We use the long form for the default assignment because of an extremely 4765023b3b36Smrg# bizarre bug on SunOS 4.1.3. 4766023b3b36Smrgif $ac_need_defaults; then 4767023b3b36Smrg test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files 4768023b3b36Smrgfi 4769023b3b36Smrg 4770023b3b36Smrg# Have a temporary directory for convenience. Make it in the build tree 4771023b3b36Smrg# simply because there is no reason against having it here, and in addition, 4772023b3b36Smrg# creating and moving files from /tmp can sometimes cause problems. 4773023b3b36Smrg# Hook for its removal unless debugging. 4774023b3b36Smrg# Note that there is a small window in which the directory will not be cleaned: 4775023b3b36Smrg# after its creation but before its name has been assigned to `$tmp'. 4776023b3b36Smrg$debug || 4777023b3b36Smrg{ 4778023b3b36Smrg tmp= ac_tmp= 4779023b3b36Smrg trap 'exit_status=$? 4780023b3b36Smrg : "${ac_tmp:=$tmp}" 4781023b3b36Smrg { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 4782023b3b36Smrg' 0 4783023b3b36Smrg trap 'as_fn_exit 1' 1 2 13 15 4784023b3b36Smrg} 4785023b3b36Smrg# Create a (secure) tmp directory for tmp files. 4786023b3b36Smrg 4787023b3b36Smrg{ 4788023b3b36Smrg tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 4789023b3b36Smrg test -d "$tmp" 4790023b3b36Smrg} || 4791023b3b36Smrg{ 4792023b3b36Smrg tmp=./conf$$-$RANDOM 4793023b3b36Smrg (umask 077 && mkdir "$tmp") 4794023b3b36Smrg} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 4795023b3b36Smrgac_tmp=$tmp 4796023b3b36Smrg 4797023b3b36Smrg# Set up the scripts for CONFIG_FILES section. 4798023b3b36Smrg# No need to generate them if there are no CONFIG_FILES. 4799023b3b36Smrg# This happens for instance with `./config.status config.h'. 4800023b3b36Smrgif test -n "$CONFIG_FILES"; then 4801023b3b36Smrg 4802023b3b36Smrg 4803023b3b36Smrgac_cr=`echo X | tr X '\015'` 4804023b3b36Smrg# On cygwin, bash can eat \r inside `` if the user requested igncr. 4805023b3b36Smrg# But we know of no other shell where ac_cr would be empty at this 4806023b3b36Smrg# point, so we can use a bashism as a fallback. 4807023b3b36Smrgif test "x$ac_cr" = x; then 4808023b3b36Smrg eval ac_cr=\$\'\\r\' 4809023b3b36Smrgfi 4810023b3b36Smrgac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 4811023b3b36Smrgif test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 4812023b3b36Smrg ac_cs_awk_cr='\\r' 4813023b3b36Smrgelse 4814023b3b36Smrg ac_cs_awk_cr=$ac_cr 4815023b3b36Smrgfi 4816023b3b36Smrg 4817023b3b36Smrgecho 'BEGIN {' >"$ac_tmp/subs1.awk" && 4818023b3b36Smrg_ACEOF 4819023b3b36Smrg 4820023b3b36Smrg 4821023b3b36Smrg{ 4822023b3b36Smrg echo "cat >conf$$subs.awk <<_ACEOF" && 4823023b3b36Smrg echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 4824023b3b36Smrg echo "_ACEOF" 4825023b3b36Smrg} >conf$$subs.sh || 4826023b3b36Smrg as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 4827023b3b36Smrgac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` 4828023b3b36Smrgac_delim='%!_!# ' 4829023b3b36Smrgfor ac_last_try in false false false false false :; do 4830023b3b36Smrg . ./conf$$subs.sh || 4831023b3b36Smrg as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 4832023b3b36Smrg 4833023b3b36Smrg ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 4834023b3b36Smrg if test $ac_delim_n = $ac_delim_num; then 4835023b3b36Smrg break 4836023b3b36Smrg elif $ac_last_try; then 4837023b3b36Smrg as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 4838023b3b36Smrg else 4839023b3b36Smrg ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 4840023b3b36Smrg fi 4841023b3b36Smrgdone 4842023b3b36Smrgrm -f conf$$subs.sh 4843023b3b36Smrg 4844023b3b36Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4845023b3b36Smrgcat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && 4846023b3b36Smrg_ACEOF 4847023b3b36Smrgsed -n ' 4848023b3b36Smrgh 4849023b3b36Smrgs/^/S["/; s/!.*/"]=/ 4850023b3b36Smrgp 4851023b3b36Smrgg 4852023b3b36Smrgs/^[^!]*!// 4853023b3b36Smrg:repl 4854023b3b36Smrgt repl 4855023b3b36Smrgs/'"$ac_delim"'$// 4856023b3b36Smrgt delim 4857023b3b36Smrg:nl 4858023b3b36Smrgh 4859023b3b36Smrgs/\(.\{148\}\)..*/\1/ 4860023b3b36Smrgt more1 4861023b3b36Smrgs/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 4862023b3b36Smrgp 4863023b3b36Smrgn 4864023b3b36Smrgb repl 4865023b3b36Smrg:more1 4866023b3b36Smrgs/["\\]/\\&/g; s/^/"/; s/$/"\\/ 4867023b3b36Smrgp 4868023b3b36Smrgg 4869023b3b36Smrgs/.\{148\}// 4870023b3b36Smrgt nl 4871023b3b36Smrg:delim 4872023b3b36Smrgh 4873023b3b36Smrgs/\(.\{148\}\)..*/\1/ 4874023b3b36Smrgt more2 4875023b3b36Smrgs/["\\]/\\&/g; s/^/"/; s/$/"/ 4876023b3b36Smrgp 4877023b3b36Smrgb 4878023b3b36Smrg:more2 4879023b3b36Smrgs/["\\]/\\&/g; s/^/"/; s/$/"\\/ 4880023b3b36Smrgp 4881023b3b36Smrgg 4882023b3b36Smrgs/.\{148\}// 4883023b3b36Smrgt delim 4884023b3b36Smrg' <conf$$subs.awk | sed ' 4885023b3b36Smrg/^[^""]/{ 4886023b3b36Smrg N 4887023b3b36Smrg s/\n// 4888023b3b36Smrg} 4889023b3b36Smrg' >>$CONFIG_STATUS || ac_write_fail=1 4890023b3b36Smrgrm -f conf$$subs.awk 4891023b3b36Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4892023b3b36Smrg_ACAWK 4893023b3b36Smrgcat >>"\$ac_tmp/subs1.awk" <<_ACAWK && 4894023b3b36Smrg for (key in S) S_is_set[key] = 1 4895023b3b36Smrg FS = "" 4896023b3b36Smrg 4897023b3b36Smrg} 4898023b3b36Smrg{ 4899023b3b36Smrg line = $ 0 4900023b3b36Smrg nfields = split(line, field, "@") 4901023b3b36Smrg substed = 0 4902023b3b36Smrg len = length(field[1]) 4903023b3b36Smrg for (i = 2; i < nfields; i++) { 4904023b3b36Smrg key = field[i] 4905023b3b36Smrg keylen = length(key) 4906023b3b36Smrg if (S_is_set[key]) { 4907023b3b36Smrg value = S[key] 4908023b3b36Smrg line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 4909023b3b36Smrg len += length(value) + length(field[++i]) 4910023b3b36Smrg substed = 1 4911023b3b36Smrg } else 4912023b3b36Smrg len += 1 + keylen 4913023b3b36Smrg } 4914023b3b36Smrg 4915023b3b36Smrg print line 4916023b3b36Smrg} 4917023b3b36Smrg 4918023b3b36Smrg_ACAWK 4919023b3b36Smrg_ACEOF 4920023b3b36Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4921023b3b36Smrgif sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 4922023b3b36Smrg sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 4923023b3b36Smrgelse 4924023b3b36Smrg cat 4925023b3b36Smrgfi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 4926023b3b36Smrg || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 4927023b3b36Smrg_ACEOF 4928023b3b36Smrg 4929023b3b36Smrg# VPATH may cause trouble with some makes, so we remove sole $(srcdir), 4930023b3b36Smrg# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 4931023b3b36Smrg# trailing colons and then remove the whole line if VPATH becomes empty 4932023b3b36Smrg# (actually we leave an empty line to preserve line numbers). 4933023b3b36Smrgif test "x$srcdir" = x.; then 4934023b3b36Smrg ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ 4935023b3b36Smrgh 4936023b3b36Smrgs/// 4937023b3b36Smrgs/^/:/ 4938023b3b36Smrgs/[ ]*$/:/ 4939023b3b36Smrgs/:\$(srcdir):/:/g 4940023b3b36Smrgs/:\${srcdir}:/:/g 4941023b3b36Smrgs/:@srcdir@:/:/g 4942023b3b36Smrgs/^:*// 4943023b3b36Smrgs/:*$// 4944023b3b36Smrgx 4945023b3b36Smrgs/\(=[ ]*\).*/\1/ 4946023b3b36SmrgG 4947023b3b36Smrgs/\n// 4948023b3b36Smrgs/^[^=]*=[ ]*$// 4949023b3b36Smrg}' 4950023b3b36Smrgfi 4951023b3b36Smrg 4952023b3b36Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4953023b3b36Smrgfi # test -n "$CONFIG_FILES" 4954023b3b36Smrg 4955023b3b36Smrg 4956023b3b36Smrgeval set X " :F $CONFIG_FILES " 4957023b3b36Smrgshift 4958023b3b36Smrgfor ac_tag 4959023b3b36Smrgdo 4960023b3b36Smrg case $ac_tag in 4961023b3b36Smrg :[FHLC]) ac_mode=$ac_tag; continue;; 4962023b3b36Smrg esac 4963023b3b36Smrg case $ac_mode$ac_tag in 4964023b3b36Smrg :[FHL]*:*);; 4965023b3b36Smrg :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 4966023b3b36Smrg :[FH]-) ac_tag=-:-;; 4967023b3b36Smrg :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 4968023b3b36Smrg esac 4969023b3b36Smrg ac_save_IFS=$IFS 4970023b3b36Smrg IFS=: 4971023b3b36Smrg set x $ac_tag 4972023b3b36Smrg IFS=$ac_save_IFS 4973023b3b36Smrg shift 4974023b3b36Smrg ac_file=$1 4975023b3b36Smrg shift 4976023b3b36Smrg 4977023b3b36Smrg case $ac_mode in 4978023b3b36Smrg :L) ac_source=$1;; 4979023b3b36Smrg :[FH]) 4980023b3b36Smrg ac_file_inputs= 4981023b3b36Smrg for ac_f 4982023b3b36Smrg do 4983023b3b36Smrg case $ac_f in 4984023b3b36Smrg -) ac_f="$ac_tmp/stdin";; 4985023b3b36Smrg *) # Look for the file first in the build tree, then in the source tree 4986023b3b36Smrg # (if the path is not absolute). The absolute path cannot be DOS-style, 4987023b3b36Smrg # because $ac_f cannot contain `:'. 4988023b3b36Smrg test -f "$ac_f" || 4989023b3b36Smrg case $ac_f in 4990023b3b36Smrg [\\/$]*) false;; 4991023b3b36Smrg *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 4992023b3b36Smrg esac || 4993023b3b36Smrg as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 4994023b3b36Smrg esac 4995023b3b36Smrg case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 4996023b3b36Smrg as_fn_append ac_file_inputs " '$ac_f'" 4997023b3b36Smrg done 4998023b3b36Smrg 4999023b3b36Smrg # Let's still pretend it is `configure' which instantiates (i.e., don't 5000023b3b36Smrg # use $as_me), people would be surprised to read: 5001023b3b36Smrg # /* config.h. Generated by config.status. */ 5002023b3b36Smrg configure_input='Generated from '` 5003023b3b36Smrg printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 5004023b3b36Smrg `' by configure.' 5005023b3b36Smrg if test x"$ac_file" != x-; then 5006023b3b36Smrg configure_input="$ac_file. $configure_input" 5007023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 5008023b3b36Smrgprintf "%s\n" "$as_me: creating $ac_file" >&6;} 5009023b3b36Smrg fi 5010023b3b36Smrg # Neutralize special characters interpreted by sed in replacement strings. 5011023b3b36Smrg case $configure_input in #( 5012023b3b36Smrg *\&* | *\|* | *\\* ) 5013023b3b36Smrg ac_sed_conf_input=`printf "%s\n" "$configure_input" | 5014023b3b36Smrg sed 's/[\\\\&|]/\\\\&/g'`;; #( 5015023b3b36Smrg *) ac_sed_conf_input=$configure_input;; 5016023b3b36Smrg esac 5017023b3b36Smrg 5018023b3b36Smrg case $ac_tag in 5019023b3b36Smrg *:-:* | *:-) cat >"$ac_tmp/stdin" \ 5020023b3b36Smrg || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 5021023b3b36Smrg esac 5022023b3b36Smrg ;; 5023023b3b36Smrg esac 5024023b3b36Smrg 5025023b3b36Smrg ac_dir=`$as_dirname -- "$ac_file" || 5026023b3b36Smrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5027023b3b36Smrg X"$ac_file" : 'X\(//\)[^/]' \| \ 5028023b3b36Smrg X"$ac_file" : 'X\(//\)$' \| \ 5029023b3b36Smrg X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 5030023b3b36Smrgprintf "%s\n" X"$ac_file" | 5031023b3b36Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5032023b3b36Smrg s//\1/ 5033023b3b36Smrg q 5034023b3b36Smrg } 5035023b3b36Smrg /^X\(\/\/\)[^/].*/{ 5036023b3b36Smrg s//\1/ 5037023b3b36Smrg q 5038023b3b36Smrg } 5039023b3b36Smrg /^X\(\/\/\)$/{ 5040023b3b36Smrg s//\1/ 5041023b3b36Smrg q 5042023b3b36Smrg } 5043023b3b36Smrg /^X\(\/\).*/{ 5044023b3b36Smrg s//\1/ 5045023b3b36Smrg q 5046023b3b36Smrg } 5047023b3b36Smrg s/.*/./; q'` 5048023b3b36Smrg as_dir="$ac_dir"; as_fn_mkdir_p 5049023b3b36Smrg ac_builddir=. 5050023b3b36Smrg 5051023b3b36Smrgcase "$ac_dir" in 5052023b3b36Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 5053023b3b36Smrg*) 5054023b3b36Smrg ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` 5055023b3b36Smrg # A ".." for each directory in $ac_dir_suffix. 5056023b3b36Smrg ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 5057023b3b36Smrg case $ac_top_builddir_sub in 5058023b3b36Smrg "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 5059023b3b36Smrg *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 5060023b3b36Smrg esac ;; 5061023b3b36Smrgesac 5062023b3b36Smrgac_abs_top_builddir=$ac_pwd 5063023b3b36Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix 5064023b3b36Smrg# for backward compatibility: 5065023b3b36Smrgac_top_builddir=$ac_top_build_prefix 5066023b3b36Smrg 5067023b3b36Smrgcase $srcdir in 5068023b3b36Smrg .) # We are building in place. 5069023b3b36Smrg ac_srcdir=. 5070023b3b36Smrg ac_top_srcdir=$ac_top_builddir_sub 5071023b3b36Smrg ac_abs_top_srcdir=$ac_pwd ;; 5072023b3b36Smrg [\\/]* | ?:[\\/]* ) # Absolute name. 5073023b3b36Smrg ac_srcdir=$srcdir$ac_dir_suffix; 5074023b3b36Smrg ac_top_srcdir=$srcdir 5075023b3b36Smrg ac_abs_top_srcdir=$srcdir ;; 5076023b3b36Smrg *) # Relative name. 5077023b3b36Smrg ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 5078023b3b36Smrg ac_top_srcdir=$ac_top_build_prefix$srcdir 5079023b3b36Smrg ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 5080023b3b36Smrgesac 5081023b3b36Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 5082023b3b36Smrg 5083023b3b36Smrg 5084023b3b36Smrg case $ac_mode in 5085023b3b36Smrg :F) 5086023b3b36Smrg # 5087023b3b36Smrg # CONFIG_FILE 5088023b3b36Smrg # 5089023b3b36Smrg 5090023b3b36Smrg case $INSTALL in 5091023b3b36Smrg [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 5092023b3b36Smrg *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 5093023b3b36Smrg esac 5094023b3b36Smrg ac_MKDIR_P=$MKDIR_P 5095023b3b36Smrg case $MKDIR_P in 5096023b3b36Smrg [\\/$]* | ?:[\\/]* ) ;; 5097023b3b36Smrg */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 5098023b3b36Smrg esac 5099023b3b36Smrg_ACEOF 5100023b3b36Smrg 5101023b3b36Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5102023b3b36Smrg# If the template does not know about datarootdir, expand it. 5103023b3b36Smrg# FIXME: This hack should be removed a few years after 2.60. 5104023b3b36Smrgac_datarootdir_hack=; ac_datarootdir_seen= 5105023b3b36Smrgac_sed_dataroot=' 5106023b3b36Smrg/datarootdir/ { 5107023b3b36Smrg p 5108023b3b36Smrg q 5109023b3b36Smrg} 5110023b3b36Smrg/@datadir@/p 5111023b3b36Smrg/@docdir@/p 5112023b3b36Smrg/@infodir@/p 5113023b3b36Smrg/@localedir@/p 5114023b3b36Smrg/@mandir@/p' 5115023b3b36Smrgcase `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 5116023b3b36Smrg*datarootdir*) ac_datarootdir_seen=yes;; 5117023b3b36Smrg*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 5118023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 5119023b3b36Smrgprintf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 5120023b3b36Smrg_ACEOF 5121023b3b36Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5122023b3b36Smrg ac_datarootdir_hack=' 5123023b3b36Smrg s&@datadir@&$datadir&g 5124023b3b36Smrg s&@docdir@&$docdir&g 5125023b3b36Smrg s&@infodir@&$infodir&g 5126023b3b36Smrg s&@localedir@&$localedir&g 5127023b3b36Smrg s&@mandir@&$mandir&g 5128023b3b36Smrg s&\\\${datarootdir}&$datarootdir&g' ;; 5129023b3b36Smrgesac 5130023b3b36Smrg_ACEOF 5131023b3b36Smrg 5132023b3b36Smrg# Neutralize VPATH when `$srcdir' = `.'. 5133023b3b36Smrg# Shell code in configure.ac might set extrasub. 5134023b3b36Smrg# FIXME: do we really want to maintain this feature? 5135023b3b36Smrgcat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5136023b3b36Smrgac_sed_extra="$ac_vpsub 5137023b3b36Smrg$extrasub 5138023b3b36Smrg_ACEOF 5139023b3b36Smrgcat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5140023b3b36Smrg:t 5141023b3b36Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 5142023b3b36Smrgs|@configure_input@|$ac_sed_conf_input|;t t 5143023b3b36Smrgs&@top_builddir@&$ac_top_builddir_sub&;t t 5144023b3b36Smrgs&@top_build_prefix@&$ac_top_build_prefix&;t t 5145023b3b36Smrgs&@srcdir@&$ac_srcdir&;t t 5146023b3b36Smrgs&@abs_srcdir@&$ac_abs_srcdir&;t t 5147023b3b36Smrgs&@top_srcdir@&$ac_top_srcdir&;t t 5148023b3b36Smrgs&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 5149023b3b36Smrgs&@builddir@&$ac_builddir&;t t 5150023b3b36Smrgs&@abs_builddir@&$ac_abs_builddir&;t t 5151023b3b36Smrgs&@abs_top_builddir@&$ac_abs_top_builddir&;t t 5152023b3b36Smrgs&@INSTALL@&$ac_INSTALL&;t t 5153023b3b36Smrgs&@MKDIR_P@&$ac_MKDIR_P&;t t 5154023b3b36Smrg$ac_datarootdir_hack 5155023b3b36Smrg" 5156023b3b36Smrgeval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 5157023b3b36Smrg >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 5158023b3b36Smrg 5159023b3b36Smrgtest -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 5160023b3b36Smrg { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 5161023b3b36Smrg { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 5162023b3b36Smrg "$ac_tmp/out"`; test -z "$ac_out"; } && 5163023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 5164023b3b36Smrgwhich seems to be undefined. Please make sure it is defined" >&5 5165023b3b36Smrgprintf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 5166023b3b36Smrgwhich seems to be undefined. Please make sure it is defined" >&2;} 5167023b3b36Smrg 5168023b3b36Smrg rm -f "$ac_tmp/stdin" 5169023b3b36Smrg case $ac_file in 5170023b3b36Smrg -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 5171023b3b36Smrg *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 5172023b3b36Smrg esac \ 5173023b3b36Smrg || as_fn_error $? "could not create $ac_file" "$LINENO" 5 5174023b3b36Smrg ;; 5175023b3b36Smrg 5176023b3b36Smrg 5177023b3b36Smrg 5178023b3b36Smrg esac 5179023b3b36Smrg 5180023b3b36Smrgdone # for ac_tag 5181023b3b36Smrg 5182023b3b36Smrg 5183023b3b36Smrgas_fn_exit 0 5184023b3b36Smrg_ACEOF 5185023b3b36Smrgac_clean_files=$ac_clean_files_save 5186023b3b36Smrg 5187023b3b36Smrgtest $ac_write_fail = 0 || 5188023b3b36Smrg as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 5189023b3b36Smrg 5190023b3b36Smrg 5191023b3b36Smrg# configure is writing to config.log, and then calls config.status. 5192023b3b36Smrg# config.status does its own redirection, appending to config.log. 5193023b3b36Smrg# Unfortunately, on DOS this fails, as config.log is still kept open 5194023b3b36Smrg# by configure, so config.status won't be able to write to it; its 5195023b3b36Smrg# output is simply discarded. So we exec the FD to /dev/null, 5196023b3b36Smrg# effectively closing config.log, so it can be properly (re)opened and 5197023b3b36Smrg# appended to by config.status. When coming back to configure, we 5198023b3b36Smrg# need to make the FD available again. 5199023b3b36Smrgif test "$no_create" != yes; then 5200023b3b36Smrg ac_cs_success=: 5201023b3b36Smrg ac_config_status_args= 5202023b3b36Smrg test "$silent" = yes && 5203023b3b36Smrg ac_config_status_args="$ac_config_status_args --quiet" 5204023b3b36Smrg exec 5>/dev/null 5205023b3b36Smrg $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 5206023b3b36Smrg exec 5>>config.log 5207023b3b36Smrg # Use ||, not &&, to avoid exiting from the if with $? = 1, which 5208023b3b36Smrg # would make configure fail if this is the last instruction. 5209023b3b36Smrg $ac_cs_success || as_fn_exit 1 5210023b3b36Smrgfi 5211023b3b36Smrgif test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 5212023b3b36Smrg { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 5213023b3b36Smrgprintf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 5214023b3b36Smrgfi 5215023b3b36Smrg 5216023b3b36Smrg 5217