configure revision d1333322
1d1333322Smrg#! /bin/sh 2d1333322Smrg# Guess values for system-dependent variables and create Makefiles. 3d1333322Smrg# Generated by GNU Autoconf 2.61 for fslsfonts 1.0.2. 4d1333322Smrg# 5d1333322Smrg# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 6d1333322Smrg# 7d1333322Smrg# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8d1333322Smrg# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 9d1333322Smrg# This configure script is free software; the Free Software Foundation 10d1333322Smrg# gives unlimited permission to copy, distribute and modify it. 11d1333322Smrg## --------------------- ## 12d1333322Smrg## M4sh Initialization. ## 13d1333322Smrg## --------------------- ## 14d1333322Smrg 15d1333322Smrg# Be more Bourne compatible 16d1333322SmrgDUALCASE=1; export DUALCASE # for MKS sh 17d1333322Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 18d1333322Smrg emulate sh 19d1333322Smrg NULLCMD=: 20d1333322Smrg # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 21d1333322Smrg # is contrary to our usage. Disable this feature. 22d1333322Smrg alias -g '${1+"$@"}'='"$@"' 23d1333322Smrg setopt NO_GLOB_SUBST 24d1333322Smrgelse 25d1333322Smrg case `(set -o) 2>/dev/null` in 26d1333322Smrg *posix*) set -o posix ;; 27d1333322Smrgesac 28d1333322Smrg 29d1333322Smrgfi 30d1333322Smrg 31d1333322Smrg 32d1333322Smrg 33d1333322Smrg 34d1333322Smrg# PATH needs CR 35d1333322Smrg# Avoid depending upon Character Ranges. 36d1333322Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 37d1333322Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 38d1333322Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 39d1333322Smrgas_cr_digits='0123456789' 40d1333322Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits 41d1333322Smrg 42d1333322Smrg# The user is always right. 43d1333322Smrgif test "${PATH_SEPARATOR+set}" != set; then 44d1333322Smrg echo "#! /bin/sh" >conf$$.sh 45d1333322Smrg echo "exit 0" >>conf$$.sh 46d1333322Smrg chmod +x conf$$.sh 47d1333322Smrg if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 48d1333322Smrg PATH_SEPARATOR=';' 49d1333322Smrg else 50d1333322Smrg PATH_SEPARATOR=: 51d1333322Smrg fi 52d1333322Smrg rm -f conf$$.sh 53d1333322Smrgfi 54d1333322Smrg 55d1333322Smrg# Support unset when possible. 56d1333322Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 57d1333322Smrg as_unset=unset 58d1333322Smrgelse 59d1333322Smrg as_unset=false 60d1333322Smrgfi 61d1333322Smrg 62d1333322Smrg 63d1333322Smrg# IFS 64d1333322Smrg# We need space, tab and new line, in precisely that order. Quoting is 65d1333322Smrg# there to prevent editors from complaining about space-tab. 66d1333322Smrg# (If _AS_PATH_WALK were called with IFS unset, it would disable word 67d1333322Smrg# splitting by setting IFS to empty value.) 68d1333322Smrgas_nl=' 69d1333322Smrg' 70d1333322SmrgIFS=" "" $as_nl" 71d1333322Smrg 72d1333322Smrg# Find who we are. Look in the path if we contain no directory separator. 73d1333322Smrgcase $0 in 74d1333322Smrg *[\\/]* ) as_myself=$0 ;; 75d1333322Smrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 76d1333322Smrgfor as_dir in $PATH 77d1333322Smrgdo 78d1333322Smrg IFS=$as_save_IFS 79d1333322Smrg test -z "$as_dir" && as_dir=. 80d1333322Smrg test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 81d1333322Smrgdone 82d1333322SmrgIFS=$as_save_IFS 83d1333322Smrg 84d1333322Smrg ;; 85d1333322Smrgesac 86d1333322Smrg# We did not find ourselves, most probably we were run as `sh COMMAND' 87d1333322Smrg# in which case we are not to be found in the path. 88d1333322Smrgif test "x$as_myself" = x; then 89d1333322Smrg as_myself=$0 90d1333322Smrgfi 91d1333322Smrgif test ! -f "$as_myself"; then 92d1333322Smrg echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 93d1333322Smrg { (exit 1); exit 1; } 94d1333322Smrgfi 95d1333322Smrg 96d1333322Smrg# Work around bugs in pre-3.0 UWIN ksh. 97d1333322Smrgfor as_var in ENV MAIL MAILPATH 98d1333322Smrgdo ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 99d1333322Smrgdone 100d1333322SmrgPS1='$ ' 101d1333322SmrgPS2='> ' 102d1333322SmrgPS4='+ ' 103d1333322Smrg 104d1333322Smrg# NLS nuisances. 105d1333322Smrgfor as_var in \ 106d1333322Smrg LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 107d1333322Smrg LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 108d1333322Smrg LC_TELEPHONE LC_TIME 109d1333322Smrgdo 110d1333322Smrg if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 111d1333322Smrg eval $as_var=C; export $as_var 112d1333322Smrg else 113d1333322Smrg ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 114d1333322Smrg fi 115d1333322Smrgdone 116d1333322Smrg 117d1333322Smrg# Required to use basename. 118d1333322Smrgif expr a : '\(a\)' >/dev/null 2>&1 && 119d1333322Smrg test "X`expr 00001 : '.*\(...\)'`" = X001; then 120d1333322Smrg as_expr=expr 121d1333322Smrgelse 122d1333322Smrg as_expr=false 123d1333322Smrgfi 124d1333322Smrg 125d1333322Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 126d1333322Smrg as_basename=basename 127d1333322Smrgelse 128d1333322Smrg as_basename=false 129d1333322Smrgfi 130d1333322Smrg 131d1333322Smrg 132d1333322Smrg# Name of the executable. 133d1333322Smrgas_me=`$as_basename -- "$0" || 134d1333322Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 135d1333322Smrg X"$0" : 'X\(//\)$' \| \ 136d1333322Smrg X"$0" : 'X\(/\)' \| . 2>/dev/null || 137d1333322Smrgecho X/"$0" | 138d1333322Smrg sed '/^.*\/\([^/][^/]*\)\/*$/{ 139d1333322Smrg s//\1/ 140d1333322Smrg q 141d1333322Smrg } 142d1333322Smrg /^X\/\(\/\/\)$/{ 143d1333322Smrg s//\1/ 144d1333322Smrg q 145d1333322Smrg } 146d1333322Smrg /^X\/\(\/\).*/{ 147d1333322Smrg s//\1/ 148d1333322Smrg q 149d1333322Smrg } 150d1333322Smrg s/.*/./; q'` 151d1333322Smrg 152d1333322Smrg# CDPATH. 153d1333322Smrg$as_unset CDPATH 154d1333322Smrg 155d1333322Smrg 156d1333322Smrgif test "x$CONFIG_SHELL" = x; then 157d1333322Smrg if (eval ":") 2>/dev/null; then 158d1333322Smrg as_have_required=yes 159d1333322Smrgelse 160d1333322Smrg as_have_required=no 161d1333322Smrgfi 162d1333322Smrg 163d1333322Smrg if test $as_have_required = yes && (eval ": 164d1333322Smrg(as_func_return () { 165d1333322Smrg (exit \$1) 166d1333322Smrg} 167d1333322Smrgas_func_success () { 168d1333322Smrg as_func_return 0 169d1333322Smrg} 170d1333322Smrgas_func_failure () { 171d1333322Smrg as_func_return 1 172d1333322Smrg} 173d1333322Smrgas_func_ret_success () { 174d1333322Smrg return 0 175d1333322Smrg} 176d1333322Smrgas_func_ret_failure () { 177d1333322Smrg return 1 178d1333322Smrg} 179d1333322Smrg 180d1333322Smrgexitcode=0 181d1333322Smrgif as_func_success; then 182d1333322Smrg : 183d1333322Smrgelse 184d1333322Smrg exitcode=1 185d1333322Smrg echo as_func_success failed. 186d1333322Smrgfi 187d1333322Smrg 188d1333322Smrgif as_func_failure; then 189d1333322Smrg exitcode=1 190d1333322Smrg echo as_func_failure succeeded. 191d1333322Smrgfi 192d1333322Smrg 193d1333322Smrgif as_func_ret_success; then 194d1333322Smrg : 195d1333322Smrgelse 196d1333322Smrg exitcode=1 197d1333322Smrg echo as_func_ret_success failed. 198d1333322Smrgfi 199d1333322Smrg 200d1333322Smrgif as_func_ret_failure; then 201d1333322Smrg exitcode=1 202d1333322Smrg echo as_func_ret_failure succeeded. 203d1333322Smrgfi 204d1333322Smrg 205d1333322Smrgif ( set x; as_func_ret_success y && test x = \"\$1\" ); then 206d1333322Smrg : 207d1333322Smrgelse 208d1333322Smrg exitcode=1 209d1333322Smrg echo positional parameters were not saved. 210d1333322Smrgfi 211d1333322Smrg 212d1333322Smrgtest \$exitcode = 0) || { (exit 1); exit 1; } 213d1333322Smrg 214d1333322Smrg( 215d1333322Smrg as_lineno_1=\$LINENO 216d1333322Smrg as_lineno_2=\$LINENO 217d1333322Smrg test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 218d1333322Smrg test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 219d1333322Smrg") 2> /dev/null; then 220d1333322Smrg : 221d1333322Smrgelse 222d1333322Smrg as_candidate_shells= 223d1333322Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 224d1333322Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 225d1333322Smrgdo 226d1333322Smrg IFS=$as_save_IFS 227d1333322Smrg test -z "$as_dir" && as_dir=. 228d1333322Smrg case $as_dir in 229d1333322Smrg /*) 230d1333322Smrg for as_base in sh bash ksh sh5; do 231d1333322Smrg as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 232d1333322Smrg done;; 233d1333322Smrg esac 234d1333322Smrgdone 235d1333322SmrgIFS=$as_save_IFS 236d1333322Smrg 237d1333322Smrg 238d1333322Smrg for as_shell in $as_candidate_shells $SHELL; do 239d1333322Smrg # Try only shells that exist, to save several forks. 240d1333322Smrg if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 241d1333322Smrg { ("$as_shell") 2> /dev/null <<\_ASEOF 242d1333322Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 243d1333322Smrg emulate sh 244d1333322Smrg NULLCMD=: 245d1333322Smrg # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 246d1333322Smrg # is contrary to our usage. Disable this feature. 247d1333322Smrg alias -g '${1+"$@"}'='"$@"' 248d1333322Smrg setopt NO_GLOB_SUBST 249d1333322Smrgelse 250d1333322Smrg case `(set -o) 2>/dev/null` in 251d1333322Smrg *posix*) set -o posix ;; 252d1333322Smrgesac 253d1333322Smrg 254d1333322Smrgfi 255d1333322Smrg 256d1333322Smrg 257d1333322Smrg: 258d1333322Smrg_ASEOF 259d1333322Smrg}; then 260d1333322Smrg CONFIG_SHELL=$as_shell 261d1333322Smrg as_have_required=yes 262d1333322Smrg if { "$as_shell" 2> /dev/null <<\_ASEOF 263d1333322Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 264d1333322Smrg emulate sh 265d1333322Smrg NULLCMD=: 266d1333322Smrg # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 267d1333322Smrg # is contrary to our usage. Disable this feature. 268d1333322Smrg alias -g '${1+"$@"}'='"$@"' 269d1333322Smrg setopt NO_GLOB_SUBST 270d1333322Smrgelse 271d1333322Smrg case `(set -o) 2>/dev/null` in 272d1333322Smrg *posix*) set -o posix ;; 273d1333322Smrgesac 274d1333322Smrg 275d1333322Smrgfi 276d1333322Smrg 277d1333322Smrg 278d1333322Smrg: 279d1333322Smrg(as_func_return () { 280d1333322Smrg (exit $1) 281d1333322Smrg} 282d1333322Smrgas_func_success () { 283d1333322Smrg as_func_return 0 284d1333322Smrg} 285d1333322Smrgas_func_failure () { 286d1333322Smrg as_func_return 1 287d1333322Smrg} 288d1333322Smrgas_func_ret_success () { 289d1333322Smrg return 0 290d1333322Smrg} 291d1333322Smrgas_func_ret_failure () { 292d1333322Smrg return 1 293d1333322Smrg} 294d1333322Smrg 295d1333322Smrgexitcode=0 296d1333322Smrgif as_func_success; then 297d1333322Smrg : 298d1333322Smrgelse 299d1333322Smrg exitcode=1 300d1333322Smrg echo as_func_success failed. 301d1333322Smrgfi 302d1333322Smrg 303d1333322Smrgif as_func_failure; then 304d1333322Smrg exitcode=1 305d1333322Smrg echo as_func_failure succeeded. 306d1333322Smrgfi 307d1333322Smrg 308d1333322Smrgif as_func_ret_success; then 309d1333322Smrg : 310d1333322Smrgelse 311d1333322Smrg exitcode=1 312d1333322Smrg echo as_func_ret_success failed. 313d1333322Smrgfi 314d1333322Smrg 315d1333322Smrgif as_func_ret_failure; then 316d1333322Smrg exitcode=1 317d1333322Smrg echo as_func_ret_failure succeeded. 318d1333322Smrgfi 319d1333322Smrg 320d1333322Smrgif ( set x; as_func_ret_success y && test x = "$1" ); then 321d1333322Smrg : 322d1333322Smrgelse 323d1333322Smrg exitcode=1 324d1333322Smrg echo positional parameters were not saved. 325d1333322Smrgfi 326d1333322Smrg 327d1333322Smrgtest $exitcode = 0) || { (exit 1); exit 1; } 328d1333322Smrg 329d1333322Smrg( 330d1333322Smrg as_lineno_1=$LINENO 331d1333322Smrg as_lineno_2=$LINENO 332d1333322Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 333d1333322Smrg test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 334d1333322Smrg 335d1333322Smrg_ASEOF 336d1333322Smrg}; then 337d1333322Smrg break 338d1333322Smrgfi 339d1333322Smrg 340d1333322Smrgfi 341d1333322Smrg 342d1333322Smrg done 343d1333322Smrg 344d1333322Smrg if test "x$CONFIG_SHELL" != x; then 345d1333322Smrg for as_var in BASH_ENV ENV 346d1333322Smrg do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 347d1333322Smrg done 348d1333322Smrg export CONFIG_SHELL 349d1333322Smrg exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 350d1333322Smrgfi 351d1333322Smrg 352d1333322Smrg 353d1333322Smrg if test $as_have_required = no; then 354d1333322Smrg echo This script requires a shell more modern than all the 355d1333322Smrg echo shells that I found on your system. Please install a 356d1333322Smrg echo modern shell, or manually run the script under such a 357d1333322Smrg echo shell if you do have one. 358d1333322Smrg { (exit 1); exit 1; } 359d1333322Smrgfi 360d1333322Smrg 361d1333322Smrg 362d1333322Smrgfi 363d1333322Smrg 364d1333322Smrgfi 365d1333322Smrg 366d1333322Smrg 367d1333322Smrg 368d1333322Smrg(eval "as_func_return () { 369d1333322Smrg (exit \$1) 370d1333322Smrg} 371d1333322Smrgas_func_success () { 372d1333322Smrg as_func_return 0 373d1333322Smrg} 374d1333322Smrgas_func_failure () { 375d1333322Smrg as_func_return 1 376d1333322Smrg} 377d1333322Smrgas_func_ret_success () { 378d1333322Smrg return 0 379d1333322Smrg} 380d1333322Smrgas_func_ret_failure () { 381d1333322Smrg return 1 382d1333322Smrg} 383d1333322Smrg 384d1333322Smrgexitcode=0 385d1333322Smrgif as_func_success; then 386d1333322Smrg : 387d1333322Smrgelse 388d1333322Smrg exitcode=1 389d1333322Smrg echo as_func_success failed. 390d1333322Smrgfi 391d1333322Smrg 392d1333322Smrgif as_func_failure; then 393d1333322Smrg exitcode=1 394d1333322Smrg echo as_func_failure succeeded. 395d1333322Smrgfi 396d1333322Smrg 397d1333322Smrgif as_func_ret_success; then 398d1333322Smrg : 399d1333322Smrgelse 400d1333322Smrg exitcode=1 401d1333322Smrg echo as_func_ret_success failed. 402d1333322Smrgfi 403d1333322Smrg 404d1333322Smrgif as_func_ret_failure; then 405d1333322Smrg exitcode=1 406d1333322Smrg echo as_func_ret_failure succeeded. 407d1333322Smrgfi 408d1333322Smrg 409d1333322Smrgif ( set x; as_func_ret_success y && test x = \"\$1\" ); then 410d1333322Smrg : 411d1333322Smrgelse 412d1333322Smrg exitcode=1 413d1333322Smrg echo positional parameters were not saved. 414d1333322Smrgfi 415d1333322Smrg 416d1333322Smrgtest \$exitcode = 0") || { 417d1333322Smrg echo No shell found that supports shell functions. 418d1333322Smrg echo Please tell autoconf@gnu.org about your system, 419d1333322Smrg echo including any error possibly output before this 420d1333322Smrg echo message 421d1333322Smrg} 422d1333322Smrg 423d1333322Smrg 424d1333322Smrg 425d1333322Smrg as_lineno_1=$LINENO 426d1333322Smrg as_lineno_2=$LINENO 427d1333322Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 428d1333322Smrg test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 429d1333322Smrg 430d1333322Smrg # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 431d1333322Smrg # uniformly replaced by the line number. The first 'sed' inserts a 432d1333322Smrg # line-number line after each line using $LINENO; the second 'sed' 433d1333322Smrg # does the real work. The second script uses 'N' to pair each 434d1333322Smrg # line-number line with the line containing $LINENO, and appends 435d1333322Smrg # trailing '-' during substitution so that $LINENO is not a special 436d1333322Smrg # case at line end. 437d1333322Smrg # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 438d1333322Smrg # scripts with optimization help from Paolo Bonzini. Blame Lee 439d1333322Smrg # E. McMahon (1931-1989) for sed's syntax. :-) 440d1333322Smrg sed -n ' 441d1333322Smrg p 442d1333322Smrg /[$]LINENO/= 443d1333322Smrg ' <$as_myself | 444d1333322Smrg sed ' 445d1333322Smrg s/[$]LINENO.*/&-/ 446d1333322Smrg t lineno 447d1333322Smrg b 448d1333322Smrg :lineno 449d1333322Smrg N 450d1333322Smrg :loop 451d1333322Smrg s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 452d1333322Smrg t loop 453d1333322Smrg s/-\n.*// 454d1333322Smrg ' >$as_me.lineno && 455d1333322Smrg chmod +x "$as_me.lineno" || 456d1333322Smrg { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 457d1333322Smrg { (exit 1); exit 1; }; } 458d1333322Smrg 459d1333322Smrg # Don't try to exec as it changes $[0], causing all sort of problems 460d1333322Smrg # (the dirname of $[0] is not the place where we might find the 461d1333322Smrg # original and so on. Autoconf is especially sensitive to this). 462d1333322Smrg . "./$as_me.lineno" 463d1333322Smrg # Exit status is that of the last command. 464d1333322Smrg exit 465d1333322Smrg} 466d1333322Smrg 467d1333322Smrg 468d1333322Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 469d1333322Smrg as_dirname=dirname 470d1333322Smrgelse 471d1333322Smrg as_dirname=false 472d1333322Smrgfi 473d1333322Smrg 474d1333322SmrgECHO_C= ECHO_N= ECHO_T= 475d1333322Smrgcase `echo -n x` in 476d1333322Smrg-n*) 477d1333322Smrg case `echo 'x\c'` in 478d1333322Smrg *c*) ECHO_T=' ';; # ECHO_T is single tab character. 479d1333322Smrg *) ECHO_C='\c';; 480d1333322Smrg esac;; 481d1333322Smrg*) 482d1333322Smrg ECHO_N='-n';; 483d1333322Smrgesac 484d1333322Smrg 485d1333322Smrgif expr a : '\(a\)' >/dev/null 2>&1 && 486d1333322Smrg test "X`expr 00001 : '.*\(...\)'`" = X001; then 487d1333322Smrg as_expr=expr 488d1333322Smrgelse 489d1333322Smrg as_expr=false 490d1333322Smrgfi 491d1333322Smrg 492d1333322Smrgrm -f conf$$ conf$$.exe conf$$.file 493d1333322Smrgif test -d conf$$.dir; then 494d1333322Smrg rm -f conf$$.dir/conf$$.file 495d1333322Smrgelse 496d1333322Smrg rm -f conf$$.dir 497d1333322Smrg mkdir conf$$.dir 498d1333322Smrgfi 499d1333322Smrgecho >conf$$.file 500d1333322Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then 501d1333322Smrg as_ln_s='ln -s' 502d1333322Smrg # ... but there are two gotchas: 503d1333322Smrg # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 504d1333322Smrg # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 505d1333322Smrg # In both cases, we have to default to `cp -p'. 506d1333322Smrg ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 507d1333322Smrg as_ln_s='cp -p' 508d1333322Smrgelif ln conf$$.file conf$$ 2>/dev/null; then 509d1333322Smrg as_ln_s=ln 510d1333322Smrgelse 511d1333322Smrg as_ln_s='cp -p' 512d1333322Smrgfi 513d1333322Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 514d1333322Smrgrmdir conf$$.dir 2>/dev/null 515d1333322Smrg 516d1333322Smrgif mkdir -p . 2>/dev/null; then 517d1333322Smrg as_mkdir_p=: 518d1333322Smrgelse 519d1333322Smrg test -d ./-p && rmdir ./-p 520d1333322Smrg as_mkdir_p=false 521d1333322Smrgfi 522d1333322Smrg 523d1333322Smrgif test -x / >/dev/null 2>&1; then 524d1333322Smrg as_test_x='test -x' 525d1333322Smrgelse 526d1333322Smrg if ls -dL / >/dev/null 2>&1; then 527d1333322Smrg as_ls_L_option=L 528d1333322Smrg else 529d1333322Smrg as_ls_L_option= 530d1333322Smrg fi 531d1333322Smrg as_test_x=' 532d1333322Smrg eval sh -c '\'' 533d1333322Smrg if test -d "$1"; then 534d1333322Smrg test -d "$1/."; 535d1333322Smrg else 536d1333322Smrg case $1 in 537d1333322Smrg -*)set "./$1";; 538d1333322Smrg esac; 539d1333322Smrg case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 540d1333322Smrg ???[sx]*):;;*)false;;esac;fi 541d1333322Smrg '\'' sh 542d1333322Smrg ' 543d1333322Smrgfi 544d1333322Smrgas_executable_p=$as_test_x 545d1333322Smrg 546d1333322Smrg# Sed expression to map a string onto a valid CPP name. 547d1333322Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 548d1333322Smrg 549d1333322Smrg# Sed expression to map a string onto a valid variable name. 550d1333322Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 551d1333322Smrg 552d1333322Smrg 553d1333322Smrg 554d1333322Smrgexec 7<&0 </dev/null 6>&1 555d1333322Smrg 556d1333322Smrg# Name of the host. 557d1333322Smrg# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 558d1333322Smrg# so uname gets run too. 559d1333322Smrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 560d1333322Smrg 561d1333322Smrg# 562d1333322Smrg# Initializations. 563d1333322Smrg# 564d1333322Smrgac_default_prefix=/usr/local 565d1333322Smrgac_clean_files= 566d1333322Smrgac_config_libobj_dir=. 567d1333322SmrgLIBOBJS= 568d1333322Smrgcross_compiling=no 569d1333322Smrgsubdirs= 570d1333322SmrgMFLAGS= 571d1333322SmrgMAKEFLAGS= 572d1333322SmrgSHELL=${CONFIG_SHELL-/bin/sh} 573d1333322Smrg 574d1333322Smrg# Identity of this package. 575d1333322SmrgPACKAGE_NAME='fslsfonts' 576d1333322SmrgPACKAGE_TARNAME='fslsfonts' 577d1333322SmrgPACKAGE_VERSION='1.0.2' 578d1333322SmrgPACKAGE_STRING='fslsfonts 1.0.2' 579d1333322SmrgPACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' 580d1333322Smrg 581d1333322Smrgac_subst_vars='SHELL 582d1333322SmrgPATH_SEPARATOR 583d1333322SmrgPACKAGE_NAME 584d1333322SmrgPACKAGE_TARNAME 585d1333322SmrgPACKAGE_VERSION 586d1333322SmrgPACKAGE_STRING 587d1333322SmrgPACKAGE_BUGREPORT 588d1333322Smrgexec_prefix 589d1333322Smrgprefix 590d1333322Smrgprogram_transform_name 591d1333322Smrgbindir 592d1333322Smrgsbindir 593d1333322Smrglibexecdir 594d1333322Smrgdatarootdir 595d1333322Smrgdatadir 596d1333322Smrgsysconfdir 597d1333322Smrgsharedstatedir 598d1333322Smrglocalstatedir 599d1333322Smrgincludedir 600d1333322Smrgoldincludedir 601d1333322Smrgdocdir 602d1333322Smrginfodir 603d1333322Smrghtmldir 604d1333322Smrgdvidir 605d1333322Smrgpdfdir 606d1333322Smrgpsdir 607d1333322Smrglibdir 608d1333322Smrglocaledir 609d1333322Smrgmandir 610d1333322SmrgDEFS 611d1333322SmrgECHO_C 612d1333322SmrgECHO_N 613d1333322SmrgECHO_T 614d1333322SmrgLIBS 615d1333322Smrgbuild_alias 616d1333322Smrghost_alias 617d1333322Smrgtarget_alias 618d1333322SmrgINSTALL_PROGRAM 619d1333322SmrgINSTALL_SCRIPT 620d1333322SmrgINSTALL_DATA 621d1333322Smrgam__isrc 622d1333322SmrgCYGPATH_W 623d1333322SmrgPACKAGE 624d1333322SmrgVERSION 625d1333322SmrgACLOCAL 626d1333322SmrgAUTOCONF 627d1333322SmrgAUTOMAKE 628d1333322SmrgAUTOHEADER 629d1333322SmrgMAKEINFO 630d1333322Smrginstall_sh 631d1333322SmrgSTRIP 632d1333322SmrgINSTALL_STRIP_PROGRAM 633d1333322Smrgmkdir_p 634d1333322SmrgAWK 635d1333322SmrgSET_MAKE 636d1333322Smrgam__leading_dot 637d1333322SmrgAMTAR 638d1333322Smrgam__tar 639d1333322Smrgam__untar 640d1333322SmrgMAINTAINER_MODE_TRUE 641d1333322SmrgMAINTAINER_MODE_FALSE 642d1333322SmrgMAINT 643d1333322SmrgCC 644d1333322SmrgCFLAGS 645d1333322SmrgLDFLAGS 646d1333322SmrgCPPFLAGS 647d1333322Smrgac_ct_CC 648d1333322SmrgEXEEXT 649d1333322SmrgOBJEXT 650d1333322SmrgDEPDIR 651d1333322Smrgam__include 652d1333322Smrgam__quote 653d1333322SmrgAMDEP_TRUE 654d1333322SmrgAMDEP_FALSE 655d1333322SmrgAMDEPBACKSLASH 656d1333322SmrgCCDEPMODE 657d1333322Smrgam__fastdepCC_TRUE 658d1333322Smrgam__fastdepCC_FALSE 659d1333322SmrgPKG_CONFIG 660d1333322SmrgFSLSFONTS_CFLAGS 661d1333322SmrgFSLSFONTS_LIBS 662d1333322Smrgbuild 663d1333322Smrgbuild_cpu 664d1333322Smrgbuild_vendor 665d1333322Smrgbuild_os 666d1333322Smrghost 667d1333322Smrghost_cpu 668d1333322Smrghost_vendor 669d1333322Smrghost_os 670d1333322SmrgAPP_MAN_SUFFIX 671d1333322SmrgLIB_MAN_SUFFIX 672d1333322SmrgFILE_MAN_SUFFIX 673d1333322SmrgMISC_MAN_SUFFIX 674d1333322SmrgDRIVER_MAN_SUFFIX 675d1333322SmrgADMIN_MAN_SUFFIX 676d1333322SmrgAPP_MAN_DIR 677d1333322SmrgLIB_MAN_DIR 678d1333322SmrgFILE_MAN_DIR 679d1333322SmrgMISC_MAN_DIR 680d1333322SmrgDRIVER_MAN_DIR 681d1333322SmrgADMIN_MAN_DIR 682d1333322SmrgLIBOBJS 683d1333322SmrgLTLIBOBJS' 684d1333322Smrgac_subst_files='' 685d1333322Smrg ac_precious_vars='build_alias 686d1333322Smrghost_alias 687d1333322Smrgtarget_alias 688d1333322SmrgCC 689d1333322SmrgCFLAGS 690d1333322SmrgLDFLAGS 691d1333322SmrgLIBS 692d1333322SmrgCPPFLAGS 693d1333322SmrgPKG_CONFIG 694d1333322SmrgFSLSFONTS_CFLAGS 695d1333322SmrgFSLSFONTS_LIBS' 696d1333322Smrg 697d1333322Smrg 698d1333322Smrg# Initialize some variables set by options. 699d1333322Smrgac_init_help= 700d1333322Smrgac_init_version=false 701d1333322Smrg# The variables have the same names as the options, with 702d1333322Smrg# dashes changed to underlines. 703d1333322Smrgcache_file=/dev/null 704d1333322Smrgexec_prefix=NONE 705d1333322Smrgno_create= 706d1333322Smrgno_recursion= 707d1333322Smrgprefix=NONE 708d1333322Smrgprogram_prefix=NONE 709d1333322Smrgprogram_suffix=NONE 710d1333322Smrgprogram_transform_name=s,x,x, 711d1333322Smrgsilent= 712d1333322Smrgsite= 713d1333322Smrgsrcdir= 714d1333322Smrgverbose= 715d1333322Smrgx_includes=NONE 716d1333322Smrgx_libraries=NONE 717d1333322Smrg 718d1333322Smrg# Installation directory options. 719d1333322Smrg# These are left unexpanded so users can "make install exec_prefix=/foo" 720d1333322Smrg# and all the variables that are supposed to be based on exec_prefix 721d1333322Smrg# by default will actually change. 722d1333322Smrg# Use braces instead of parens because sh, perl, etc. also accept them. 723d1333322Smrg# (The list follows the same order as the GNU Coding Standards.) 724d1333322Smrgbindir='${exec_prefix}/bin' 725d1333322Smrgsbindir='${exec_prefix}/sbin' 726d1333322Smrglibexecdir='${exec_prefix}/libexec' 727d1333322Smrgdatarootdir='${prefix}/share' 728d1333322Smrgdatadir='${datarootdir}' 729d1333322Smrgsysconfdir='${prefix}/etc' 730d1333322Smrgsharedstatedir='${prefix}/com' 731d1333322Smrglocalstatedir='${prefix}/var' 732d1333322Smrgincludedir='${prefix}/include' 733d1333322Smrgoldincludedir='/usr/include' 734d1333322Smrgdocdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 735d1333322Smrginfodir='${datarootdir}/info' 736d1333322Smrghtmldir='${docdir}' 737d1333322Smrgdvidir='${docdir}' 738d1333322Smrgpdfdir='${docdir}' 739d1333322Smrgpsdir='${docdir}' 740d1333322Smrglibdir='${exec_prefix}/lib' 741d1333322Smrglocaledir='${datarootdir}/locale' 742d1333322Smrgmandir='${datarootdir}/man' 743d1333322Smrg 744d1333322Smrgac_prev= 745d1333322Smrgac_dashdash= 746d1333322Smrgfor ac_option 747d1333322Smrgdo 748d1333322Smrg # If the previous option needs an argument, assign it. 749d1333322Smrg if test -n "$ac_prev"; then 750d1333322Smrg eval $ac_prev=\$ac_option 751d1333322Smrg ac_prev= 752d1333322Smrg continue 753d1333322Smrg fi 754d1333322Smrg 755d1333322Smrg case $ac_option in 756d1333322Smrg *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 757d1333322Smrg *) ac_optarg=yes ;; 758d1333322Smrg esac 759d1333322Smrg 760d1333322Smrg # Accept the important Cygnus configure options, so we can diagnose typos. 761d1333322Smrg 762d1333322Smrg case $ac_dashdash$ac_option in 763d1333322Smrg --) 764d1333322Smrg ac_dashdash=yes ;; 765d1333322Smrg 766d1333322Smrg -bindir | --bindir | --bindi | --bind | --bin | --bi) 767d1333322Smrg ac_prev=bindir ;; 768d1333322Smrg -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 769d1333322Smrg bindir=$ac_optarg ;; 770d1333322Smrg 771d1333322Smrg -build | --build | --buil | --bui | --bu) 772d1333322Smrg ac_prev=build_alias ;; 773d1333322Smrg -build=* | --build=* | --buil=* | --bui=* | --bu=*) 774d1333322Smrg build_alias=$ac_optarg ;; 775d1333322Smrg 776d1333322Smrg -cache-file | --cache-file | --cache-fil | --cache-fi \ 777d1333322Smrg | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 778d1333322Smrg ac_prev=cache_file ;; 779d1333322Smrg -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 780d1333322Smrg | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 781d1333322Smrg cache_file=$ac_optarg ;; 782d1333322Smrg 783d1333322Smrg --config-cache | -C) 784d1333322Smrg cache_file=config.cache ;; 785d1333322Smrg 786d1333322Smrg -datadir | --datadir | --datadi | --datad) 787d1333322Smrg ac_prev=datadir ;; 788d1333322Smrg -datadir=* | --datadir=* | --datadi=* | --datad=*) 789d1333322Smrg datadir=$ac_optarg ;; 790d1333322Smrg 791d1333322Smrg -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 792d1333322Smrg | --dataroo | --dataro | --datar) 793d1333322Smrg ac_prev=datarootdir ;; 794d1333322Smrg -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 795d1333322Smrg | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 796d1333322Smrg datarootdir=$ac_optarg ;; 797d1333322Smrg 798d1333322Smrg -disable-* | --disable-*) 799d1333322Smrg ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 800d1333322Smrg # Reject names that are not valid shell variable names. 801d1333322Smrg expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 802d1333322Smrg { echo "$as_me: error: invalid feature name: $ac_feature" >&2 803d1333322Smrg { (exit 1); exit 1; }; } 804d1333322Smrg ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 805d1333322Smrg eval enable_$ac_feature=no ;; 806d1333322Smrg 807d1333322Smrg -docdir | --docdir | --docdi | --doc | --do) 808d1333322Smrg ac_prev=docdir ;; 809d1333322Smrg -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 810d1333322Smrg docdir=$ac_optarg ;; 811d1333322Smrg 812d1333322Smrg -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 813d1333322Smrg ac_prev=dvidir ;; 814d1333322Smrg -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 815d1333322Smrg dvidir=$ac_optarg ;; 816d1333322Smrg 817d1333322Smrg -enable-* | --enable-*) 818d1333322Smrg ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 819d1333322Smrg # Reject names that are not valid shell variable names. 820d1333322Smrg expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 821d1333322Smrg { echo "$as_me: error: invalid feature name: $ac_feature" >&2 822d1333322Smrg { (exit 1); exit 1; }; } 823d1333322Smrg ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 824d1333322Smrg eval enable_$ac_feature=\$ac_optarg ;; 825d1333322Smrg 826d1333322Smrg -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 827d1333322Smrg | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 828d1333322Smrg | --exec | --exe | --ex) 829d1333322Smrg ac_prev=exec_prefix ;; 830d1333322Smrg -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 831d1333322Smrg | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 832d1333322Smrg | --exec=* | --exe=* | --ex=*) 833d1333322Smrg exec_prefix=$ac_optarg ;; 834d1333322Smrg 835d1333322Smrg -gas | --gas | --ga | --g) 836d1333322Smrg # Obsolete; use --with-gas. 837d1333322Smrg with_gas=yes ;; 838d1333322Smrg 839d1333322Smrg -help | --help | --hel | --he | -h) 840d1333322Smrg ac_init_help=long ;; 841d1333322Smrg -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 842d1333322Smrg ac_init_help=recursive ;; 843d1333322Smrg -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 844d1333322Smrg ac_init_help=short ;; 845d1333322Smrg 846d1333322Smrg -host | --host | --hos | --ho) 847d1333322Smrg ac_prev=host_alias ;; 848d1333322Smrg -host=* | --host=* | --hos=* | --ho=*) 849d1333322Smrg host_alias=$ac_optarg ;; 850d1333322Smrg 851d1333322Smrg -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 852d1333322Smrg ac_prev=htmldir ;; 853d1333322Smrg -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 854d1333322Smrg | --ht=*) 855d1333322Smrg htmldir=$ac_optarg ;; 856d1333322Smrg 857d1333322Smrg -includedir | --includedir | --includedi | --included | --include \ 858d1333322Smrg | --includ | --inclu | --incl | --inc) 859d1333322Smrg ac_prev=includedir ;; 860d1333322Smrg -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 861d1333322Smrg | --includ=* | --inclu=* | --incl=* | --inc=*) 862d1333322Smrg includedir=$ac_optarg ;; 863d1333322Smrg 864d1333322Smrg -infodir | --infodir | --infodi | --infod | --info | --inf) 865d1333322Smrg ac_prev=infodir ;; 866d1333322Smrg -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 867d1333322Smrg infodir=$ac_optarg ;; 868d1333322Smrg 869d1333322Smrg -libdir | --libdir | --libdi | --libd) 870d1333322Smrg ac_prev=libdir ;; 871d1333322Smrg -libdir=* | --libdir=* | --libdi=* | --libd=*) 872d1333322Smrg libdir=$ac_optarg ;; 873d1333322Smrg 874d1333322Smrg -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 875d1333322Smrg | --libexe | --libex | --libe) 876d1333322Smrg ac_prev=libexecdir ;; 877d1333322Smrg -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 878d1333322Smrg | --libexe=* | --libex=* | --libe=*) 879d1333322Smrg libexecdir=$ac_optarg ;; 880d1333322Smrg 881d1333322Smrg -localedir | --localedir | --localedi | --localed | --locale) 882d1333322Smrg ac_prev=localedir ;; 883d1333322Smrg -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 884d1333322Smrg localedir=$ac_optarg ;; 885d1333322Smrg 886d1333322Smrg -localstatedir | --localstatedir | --localstatedi | --localstated \ 887d1333322Smrg | --localstate | --localstat | --localsta | --localst | --locals) 888d1333322Smrg ac_prev=localstatedir ;; 889d1333322Smrg -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 890d1333322Smrg | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 891d1333322Smrg localstatedir=$ac_optarg ;; 892d1333322Smrg 893d1333322Smrg -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 894d1333322Smrg ac_prev=mandir ;; 895d1333322Smrg -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 896d1333322Smrg mandir=$ac_optarg ;; 897d1333322Smrg 898d1333322Smrg -nfp | --nfp | --nf) 899d1333322Smrg # Obsolete; use --without-fp. 900d1333322Smrg with_fp=no ;; 901d1333322Smrg 902d1333322Smrg -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 903d1333322Smrg | --no-cr | --no-c | -n) 904d1333322Smrg no_create=yes ;; 905d1333322Smrg 906d1333322Smrg -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 907d1333322Smrg | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 908d1333322Smrg no_recursion=yes ;; 909d1333322Smrg 910d1333322Smrg -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 911d1333322Smrg | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 912d1333322Smrg | --oldin | --oldi | --old | --ol | --o) 913d1333322Smrg ac_prev=oldincludedir ;; 914d1333322Smrg -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 915d1333322Smrg | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 916d1333322Smrg | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 917d1333322Smrg oldincludedir=$ac_optarg ;; 918d1333322Smrg 919d1333322Smrg -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 920d1333322Smrg ac_prev=prefix ;; 921d1333322Smrg -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 922d1333322Smrg prefix=$ac_optarg ;; 923d1333322Smrg 924d1333322Smrg -program-prefix | --program-prefix | --program-prefi | --program-pref \ 925d1333322Smrg | --program-pre | --program-pr | --program-p) 926d1333322Smrg ac_prev=program_prefix ;; 927d1333322Smrg -program-prefix=* | --program-prefix=* | --program-prefi=* \ 928d1333322Smrg | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 929d1333322Smrg program_prefix=$ac_optarg ;; 930d1333322Smrg 931d1333322Smrg -program-suffix | --program-suffix | --program-suffi | --program-suff \ 932d1333322Smrg | --program-suf | --program-su | --program-s) 933d1333322Smrg ac_prev=program_suffix ;; 934d1333322Smrg -program-suffix=* | --program-suffix=* | --program-suffi=* \ 935d1333322Smrg | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 936d1333322Smrg program_suffix=$ac_optarg ;; 937d1333322Smrg 938d1333322Smrg -program-transform-name | --program-transform-name \ 939d1333322Smrg | --program-transform-nam | --program-transform-na \ 940d1333322Smrg | --program-transform-n | --program-transform- \ 941d1333322Smrg | --program-transform | --program-transfor \ 942d1333322Smrg | --program-transfo | --program-transf \ 943d1333322Smrg | --program-trans | --program-tran \ 944d1333322Smrg | --progr-tra | --program-tr | --program-t) 945d1333322Smrg ac_prev=program_transform_name ;; 946d1333322Smrg -program-transform-name=* | --program-transform-name=* \ 947d1333322Smrg | --program-transform-nam=* | --program-transform-na=* \ 948d1333322Smrg | --program-transform-n=* | --program-transform-=* \ 949d1333322Smrg | --program-transform=* | --program-transfor=* \ 950d1333322Smrg | --program-transfo=* | --program-transf=* \ 951d1333322Smrg | --program-trans=* | --program-tran=* \ 952d1333322Smrg | --progr-tra=* | --program-tr=* | --program-t=*) 953d1333322Smrg program_transform_name=$ac_optarg ;; 954d1333322Smrg 955d1333322Smrg -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 956d1333322Smrg ac_prev=pdfdir ;; 957d1333322Smrg -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 958d1333322Smrg pdfdir=$ac_optarg ;; 959d1333322Smrg 960d1333322Smrg -psdir | --psdir | --psdi | --psd | --ps) 961d1333322Smrg ac_prev=psdir ;; 962d1333322Smrg -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 963d1333322Smrg psdir=$ac_optarg ;; 964d1333322Smrg 965d1333322Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 966d1333322Smrg | -silent | --silent | --silen | --sile | --sil) 967d1333322Smrg silent=yes ;; 968d1333322Smrg 969d1333322Smrg -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 970d1333322Smrg ac_prev=sbindir ;; 971d1333322Smrg -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 972d1333322Smrg | --sbi=* | --sb=*) 973d1333322Smrg sbindir=$ac_optarg ;; 974d1333322Smrg 975d1333322Smrg -sharedstatedir | --sharedstatedir | --sharedstatedi \ 976d1333322Smrg | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 977d1333322Smrg | --sharedst | --shareds | --shared | --share | --shar \ 978d1333322Smrg | --sha | --sh) 979d1333322Smrg ac_prev=sharedstatedir ;; 980d1333322Smrg -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 981d1333322Smrg | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 982d1333322Smrg | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 983d1333322Smrg | --sha=* | --sh=*) 984d1333322Smrg sharedstatedir=$ac_optarg ;; 985d1333322Smrg 986d1333322Smrg -site | --site | --sit) 987d1333322Smrg ac_prev=site ;; 988d1333322Smrg -site=* | --site=* | --sit=*) 989d1333322Smrg site=$ac_optarg ;; 990d1333322Smrg 991d1333322Smrg -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 992d1333322Smrg ac_prev=srcdir ;; 993d1333322Smrg -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 994d1333322Smrg srcdir=$ac_optarg ;; 995d1333322Smrg 996d1333322Smrg -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 997d1333322Smrg | --syscon | --sysco | --sysc | --sys | --sy) 998d1333322Smrg ac_prev=sysconfdir ;; 999d1333322Smrg -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 1000d1333322Smrg | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 1001d1333322Smrg sysconfdir=$ac_optarg ;; 1002d1333322Smrg 1003d1333322Smrg -target | --target | --targe | --targ | --tar | --ta | --t) 1004d1333322Smrg ac_prev=target_alias ;; 1005d1333322Smrg -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1006d1333322Smrg target_alias=$ac_optarg ;; 1007d1333322Smrg 1008d1333322Smrg -v | -verbose | --verbose | --verbos | --verbo | --verb) 1009d1333322Smrg verbose=yes ;; 1010d1333322Smrg 1011d1333322Smrg -version | --version | --versio | --versi | --vers | -V) 1012d1333322Smrg ac_init_version=: ;; 1013d1333322Smrg 1014d1333322Smrg -with-* | --with-*) 1015d1333322Smrg ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1016d1333322Smrg # Reject names that are not valid shell variable names. 1017d1333322Smrg expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1018d1333322Smrg { echo "$as_me: error: invalid package name: $ac_package" >&2 1019d1333322Smrg { (exit 1); exit 1; }; } 1020d1333322Smrg ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1021d1333322Smrg eval with_$ac_package=\$ac_optarg ;; 1022d1333322Smrg 1023d1333322Smrg -without-* | --without-*) 1024d1333322Smrg ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1025d1333322Smrg # Reject names that are not valid shell variable names. 1026d1333322Smrg expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1027d1333322Smrg { echo "$as_me: error: invalid package name: $ac_package" >&2 1028d1333322Smrg { (exit 1); exit 1; }; } 1029d1333322Smrg ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1030d1333322Smrg eval with_$ac_package=no ;; 1031d1333322Smrg 1032d1333322Smrg --x) 1033d1333322Smrg # Obsolete; use --with-x. 1034d1333322Smrg with_x=yes ;; 1035d1333322Smrg 1036d1333322Smrg -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1037d1333322Smrg | --x-incl | --x-inc | --x-in | --x-i) 1038d1333322Smrg ac_prev=x_includes ;; 1039d1333322Smrg -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1040d1333322Smrg | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 1041d1333322Smrg x_includes=$ac_optarg ;; 1042d1333322Smrg 1043d1333322Smrg -x-libraries | --x-libraries | --x-librarie | --x-librari \ 1044d1333322Smrg | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 1045d1333322Smrg ac_prev=x_libraries ;; 1046d1333322Smrg -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1047d1333322Smrg | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1048d1333322Smrg x_libraries=$ac_optarg ;; 1049d1333322Smrg 1050d1333322Smrg -*) { echo "$as_me: error: unrecognized option: $ac_option 1051d1333322SmrgTry \`$0 --help' for more information." >&2 1052d1333322Smrg { (exit 1); exit 1; }; } 1053d1333322Smrg ;; 1054d1333322Smrg 1055d1333322Smrg *=*) 1056d1333322Smrg ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1057d1333322Smrg # Reject names that are not valid shell variable names. 1058d1333322Smrg expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1059d1333322Smrg { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1060d1333322Smrg { (exit 1); exit 1; }; } 1061d1333322Smrg eval $ac_envvar=\$ac_optarg 1062d1333322Smrg export $ac_envvar ;; 1063d1333322Smrg 1064d1333322Smrg *) 1065d1333322Smrg # FIXME: should be removed in autoconf 3.0. 1066d1333322Smrg echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1067d1333322Smrg expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1068d1333322Smrg echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1069d1333322Smrg : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1070d1333322Smrg ;; 1071d1333322Smrg 1072d1333322Smrg esac 1073d1333322Smrgdone 1074d1333322Smrg 1075d1333322Smrgif test -n "$ac_prev"; then 1076d1333322Smrg ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1077d1333322Smrg { echo "$as_me: error: missing argument to $ac_option" >&2 1078d1333322Smrg { (exit 1); exit 1; }; } 1079d1333322Smrgfi 1080d1333322Smrg 1081d1333322Smrg# Be sure to have absolute directory names. 1082d1333322Smrgfor ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1083d1333322Smrg datadir sysconfdir sharedstatedir localstatedir includedir \ 1084d1333322Smrg oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1085d1333322Smrg libdir localedir mandir 1086d1333322Smrgdo 1087d1333322Smrg eval ac_val=\$$ac_var 1088d1333322Smrg case $ac_val in 1089d1333322Smrg [\\/$]* | ?:[\\/]* ) continue;; 1090d1333322Smrg NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1091d1333322Smrg esac 1092d1333322Smrg { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1093d1333322Smrg { (exit 1); exit 1; }; } 1094d1333322Smrgdone 1095d1333322Smrg 1096d1333322Smrg# There might be people who depend on the old broken behavior: `$host' 1097d1333322Smrg# used to hold the argument of --host etc. 1098d1333322Smrg# FIXME: To remove some day. 1099d1333322Smrgbuild=$build_alias 1100d1333322Smrghost=$host_alias 1101d1333322Smrgtarget=$target_alias 1102d1333322Smrg 1103d1333322Smrg# FIXME: To remove some day. 1104d1333322Smrgif test "x$host_alias" != x; then 1105d1333322Smrg if test "x$build_alias" = x; then 1106d1333322Smrg cross_compiling=maybe 1107d1333322Smrg echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1108d1333322Smrg If a cross compiler is detected then cross compile mode will be used." >&2 1109d1333322Smrg elif test "x$build_alias" != "x$host_alias"; then 1110d1333322Smrg cross_compiling=yes 1111d1333322Smrg fi 1112d1333322Smrgfi 1113d1333322Smrg 1114d1333322Smrgac_tool_prefix= 1115d1333322Smrgtest -n "$host_alias" && ac_tool_prefix=$host_alias- 1116d1333322Smrg 1117d1333322Smrgtest "$silent" = yes && exec 6>/dev/null 1118d1333322Smrg 1119d1333322Smrg 1120d1333322Smrgac_pwd=`pwd` && test -n "$ac_pwd" && 1121d1333322Smrgac_ls_di=`ls -di .` && 1122d1333322Smrgac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1123d1333322Smrg { echo "$as_me: error: Working directory cannot be determined" >&2 1124d1333322Smrg { (exit 1); exit 1; }; } 1125d1333322Smrgtest "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1126d1333322Smrg { echo "$as_me: error: pwd does not report name of working directory" >&2 1127d1333322Smrg { (exit 1); exit 1; }; } 1128d1333322Smrg 1129d1333322Smrg 1130d1333322Smrg# Find the source files, if location was not specified. 1131d1333322Smrgif test -z "$srcdir"; then 1132d1333322Smrg ac_srcdir_defaulted=yes 1133d1333322Smrg # Try the directory containing this script, then the parent directory. 1134d1333322Smrg ac_confdir=`$as_dirname -- "$0" || 1135d1333322Smrg$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1136d1333322Smrg X"$0" : 'X\(//\)[^/]' \| \ 1137d1333322Smrg X"$0" : 'X\(//\)$' \| \ 1138d1333322Smrg X"$0" : 'X\(/\)' \| . 2>/dev/null || 1139d1333322Smrgecho X"$0" | 1140d1333322Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1141d1333322Smrg s//\1/ 1142d1333322Smrg q 1143d1333322Smrg } 1144d1333322Smrg /^X\(\/\/\)[^/].*/{ 1145d1333322Smrg s//\1/ 1146d1333322Smrg q 1147d1333322Smrg } 1148d1333322Smrg /^X\(\/\/\)$/{ 1149d1333322Smrg s//\1/ 1150d1333322Smrg q 1151d1333322Smrg } 1152d1333322Smrg /^X\(\/\).*/{ 1153d1333322Smrg s//\1/ 1154d1333322Smrg q 1155d1333322Smrg } 1156d1333322Smrg s/.*/./; q'` 1157d1333322Smrg srcdir=$ac_confdir 1158d1333322Smrg if test ! -r "$srcdir/$ac_unique_file"; then 1159d1333322Smrg srcdir=.. 1160d1333322Smrg fi 1161d1333322Smrgelse 1162d1333322Smrg ac_srcdir_defaulted=no 1163d1333322Smrgfi 1164d1333322Smrgif test ! -r "$srcdir/$ac_unique_file"; then 1165d1333322Smrg test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1166d1333322Smrg { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1167d1333322Smrg { (exit 1); exit 1; }; } 1168d1333322Smrgfi 1169d1333322Smrgac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1170d1333322Smrgac_abs_confdir=`( 1171d1333322Smrg cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1172d1333322Smrg { (exit 1); exit 1; }; } 1173d1333322Smrg pwd)` 1174d1333322Smrg# When building in place, set srcdir=. 1175d1333322Smrgif test "$ac_abs_confdir" = "$ac_pwd"; then 1176d1333322Smrg srcdir=. 1177d1333322Smrgfi 1178d1333322Smrg# Remove unnecessary trailing slashes from srcdir. 1179d1333322Smrg# Double slashes in file names in object file debugging info 1180d1333322Smrg# mess up M-x gdb in Emacs. 1181d1333322Smrgcase $srcdir in 1182d1333322Smrg*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1183d1333322Smrgesac 1184d1333322Smrgfor ac_var in $ac_precious_vars; do 1185d1333322Smrg eval ac_env_${ac_var}_set=\${${ac_var}+set} 1186d1333322Smrg eval ac_env_${ac_var}_value=\$${ac_var} 1187d1333322Smrg eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1188d1333322Smrg eval ac_cv_env_${ac_var}_value=\$${ac_var} 1189d1333322Smrgdone 1190d1333322Smrg 1191d1333322Smrg# 1192d1333322Smrg# Report the --help message. 1193d1333322Smrg# 1194d1333322Smrgif test "$ac_init_help" = "long"; then 1195d1333322Smrg # Omit some internal or obsolete options to make the list less imposing. 1196d1333322Smrg # This message is too long to be a string in the A/UX 3.1 sh. 1197d1333322Smrg cat <<_ACEOF 1198d1333322Smrg\`configure' configures fslsfonts 1.0.2 to adapt to many kinds of systems. 1199d1333322Smrg 1200d1333322SmrgUsage: $0 [OPTION]... [VAR=VALUE]... 1201d1333322Smrg 1202d1333322SmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as 1203d1333322SmrgVAR=VALUE. See below for descriptions of some of the useful variables. 1204d1333322Smrg 1205d1333322SmrgDefaults for the options are specified in brackets. 1206d1333322Smrg 1207d1333322SmrgConfiguration: 1208d1333322Smrg -h, --help display this help and exit 1209d1333322Smrg --help=short display options specific to this package 1210d1333322Smrg --help=recursive display the short help of all the included packages 1211d1333322Smrg -V, --version display version information and exit 1212d1333322Smrg -q, --quiet, --silent do not print \`checking...' messages 1213d1333322Smrg --cache-file=FILE cache test results in FILE [disabled] 1214d1333322Smrg -C, --config-cache alias for \`--cache-file=config.cache' 1215d1333322Smrg -n, --no-create do not create output files 1216d1333322Smrg --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1217d1333322Smrg 1218d1333322SmrgInstallation directories: 1219d1333322Smrg --prefix=PREFIX install architecture-independent files in PREFIX 1220d1333322Smrg [$ac_default_prefix] 1221d1333322Smrg --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1222d1333322Smrg [PREFIX] 1223d1333322Smrg 1224d1333322SmrgBy default, \`make install' will install all the files in 1225d1333322Smrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1226d1333322Smrgan installation prefix other than \`$ac_default_prefix' using \`--prefix', 1227d1333322Smrgfor instance \`--prefix=\$HOME'. 1228d1333322Smrg 1229d1333322SmrgFor better control, use the options below. 1230d1333322Smrg 1231d1333322SmrgFine tuning of the installation directories: 1232d1333322Smrg --bindir=DIR user executables [EPREFIX/bin] 1233d1333322Smrg --sbindir=DIR system admin executables [EPREFIX/sbin] 1234d1333322Smrg --libexecdir=DIR program executables [EPREFIX/libexec] 1235d1333322Smrg --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1236d1333322Smrg --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1237d1333322Smrg --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1238d1333322Smrg --libdir=DIR object code libraries [EPREFIX/lib] 1239d1333322Smrg --includedir=DIR C header files [PREFIX/include] 1240d1333322Smrg --oldincludedir=DIR C header files for non-gcc [/usr/include] 1241d1333322Smrg --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1242d1333322Smrg --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1243d1333322Smrg --infodir=DIR info documentation [DATAROOTDIR/info] 1244d1333322Smrg --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1245d1333322Smrg --mandir=DIR man documentation [DATAROOTDIR/man] 1246d1333322Smrg --docdir=DIR documentation root [DATAROOTDIR/doc/fslsfonts] 1247d1333322Smrg --htmldir=DIR html documentation [DOCDIR] 1248d1333322Smrg --dvidir=DIR dvi documentation [DOCDIR] 1249d1333322Smrg --pdfdir=DIR pdf documentation [DOCDIR] 1250d1333322Smrg --psdir=DIR ps documentation [DOCDIR] 1251d1333322Smrg_ACEOF 1252d1333322Smrg 1253d1333322Smrg cat <<\_ACEOF 1254d1333322Smrg 1255d1333322SmrgProgram names: 1256d1333322Smrg --program-prefix=PREFIX prepend PREFIX to installed program names 1257d1333322Smrg --program-suffix=SUFFIX append SUFFIX to installed program names 1258d1333322Smrg --program-transform-name=PROGRAM run sed PROGRAM on installed program names 1259d1333322Smrg 1260d1333322SmrgSystem types: 1261d1333322Smrg --build=BUILD configure for building on BUILD [guessed] 1262d1333322Smrg --host=HOST cross-compile to build programs to run on HOST [BUILD] 1263d1333322Smrg_ACEOF 1264d1333322Smrgfi 1265d1333322Smrg 1266d1333322Smrgif test -n "$ac_init_help"; then 1267d1333322Smrg case $ac_init_help in 1268d1333322Smrg short | recursive ) echo "Configuration of fslsfonts 1.0.2:";; 1269d1333322Smrg esac 1270d1333322Smrg cat <<\_ACEOF 1271d1333322Smrg 1272d1333322SmrgOptional Features: 1273d1333322Smrg --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1274d1333322Smrg --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1275d1333322Smrg --enable-maintainer-mode enable make rules and dependencies not useful 1276d1333322Smrg (and sometimes confusing) to the casual installer 1277d1333322Smrg --disable-dependency-tracking speeds up one-time build 1278d1333322Smrg --enable-dependency-tracking do not reject slow dependency extractors 1279d1333322Smrg 1280d1333322SmrgOptional Packages: 1281d1333322Smrg --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1282d1333322Smrg --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1283d1333322Smrg --with-release-version=STRING 1284d1333322Smrg Use release version string in package name 1285d1333322Smrg 1286d1333322SmrgSome influential environment variables: 1287d1333322Smrg CC C compiler command 1288d1333322Smrg CFLAGS C compiler flags 1289d1333322Smrg LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1290d1333322Smrg nonstandard directory <lib dir> 1291d1333322Smrg LIBS libraries to pass to the linker, e.g. -l<library> 1292d1333322Smrg CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1293d1333322Smrg you have headers in a nonstandard directory <include dir> 1294d1333322Smrg PKG_CONFIG path to pkg-config utility 1295d1333322Smrg FSLSFONTS_CFLAGS 1296d1333322Smrg C compiler flags for FSLSFONTS, overriding pkg-config 1297d1333322Smrg FSLSFONTS_LIBS 1298d1333322Smrg linker flags for FSLSFONTS, overriding pkg-config 1299d1333322Smrg 1300d1333322SmrgUse these variables to override the choices made by `configure' or to help 1301d1333322Smrgit to find libraries and programs with nonstandard names/locations. 1302d1333322Smrg 1303d1333322SmrgReport bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 1304d1333322Smrg_ACEOF 1305d1333322Smrgac_status=$? 1306d1333322Smrgfi 1307d1333322Smrg 1308d1333322Smrgif test "$ac_init_help" = "recursive"; then 1309d1333322Smrg # If there are subdirs, report their specific --help. 1310d1333322Smrg for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1311d1333322Smrg test -d "$ac_dir" || continue 1312d1333322Smrg ac_builddir=. 1313d1333322Smrg 1314d1333322Smrgcase "$ac_dir" in 1315d1333322Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1316d1333322Smrg*) 1317d1333322Smrg ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1318d1333322Smrg # A ".." for each directory in $ac_dir_suffix. 1319d1333322Smrg ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1320d1333322Smrg case $ac_top_builddir_sub in 1321d1333322Smrg "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1322d1333322Smrg *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1323d1333322Smrg esac ;; 1324d1333322Smrgesac 1325d1333322Smrgac_abs_top_builddir=$ac_pwd 1326d1333322Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix 1327d1333322Smrg# for backward compatibility: 1328d1333322Smrgac_top_builddir=$ac_top_build_prefix 1329d1333322Smrg 1330d1333322Smrgcase $srcdir in 1331d1333322Smrg .) # We are building in place. 1332d1333322Smrg ac_srcdir=. 1333d1333322Smrg ac_top_srcdir=$ac_top_builddir_sub 1334d1333322Smrg ac_abs_top_srcdir=$ac_pwd ;; 1335d1333322Smrg [\\/]* | ?:[\\/]* ) # Absolute name. 1336d1333322Smrg ac_srcdir=$srcdir$ac_dir_suffix; 1337d1333322Smrg ac_top_srcdir=$srcdir 1338d1333322Smrg ac_abs_top_srcdir=$srcdir ;; 1339d1333322Smrg *) # Relative name. 1340d1333322Smrg ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1341d1333322Smrg ac_top_srcdir=$ac_top_build_prefix$srcdir 1342d1333322Smrg ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1343d1333322Smrgesac 1344d1333322Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1345d1333322Smrg 1346d1333322Smrg cd "$ac_dir" || { ac_status=$?; continue; } 1347d1333322Smrg # Check for guested configure. 1348d1333322Smrg if test -f "$ac_srcdir/configure.gnu"; then 1349d1333322Smrg echo && 1350d1333322Smrg $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1351d1333322Smrg elif test -f "$ac_srcdir/configure"; then 1352d1333322Smrg echo && 1353d1333322Smrg $SHELL "$ac_srcdir/configure" --help=recursive 1354d1333322Smrg else 1355d1333322Smrg echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1356d1333322Smrg fi || ac_status=$? 1357d1333322Smrg cd "$ac_pwd" || { ac_status=$?; break; } 1358d1333322Smrg done 1359d1333322Smrgfi 1360d1333322Smrg 1361d1333322Smrgtest -n "$ac_init_help" && exit $ac_status 1362d1333322Smrgif $ac_init_version; then 1363d1333322Smrg cat <<\_ACEOF 1364d1333322Smrgfslsfonts configure 1.0.2 1365d1333322Smrggenerated by GNU Autoconf 2.61 1366d1333322Smrg 1367d1333322SmrgCopyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1368d1333322Smrg2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1369d1333322SmrgThis configure script is free software; the Free Software Foundation 1370d1333322Smrggives unlimited permission to copy, distribute and modify it. 1371d1333322Smrg_ACEOF 1372d1333322Smrg exit 1373d1333322Smrgfi 1374d1333322Smrgcat >config.log <<_ACEOF 1375d1333322SmrgThis file contains any messages produced by compilers while 1376d1333322Smrgrunning configure, to aid debugging if configure makes a mistake. 1377d1333322Smrg 1378d1333322SmrgIt was created by fslsfonts $as_me 1.0.2, which was 1379d1333322Smrggenerated by GNU Autoconf 2.61. Invocation command line was 1380d1333322Smrg 1381d1333322Smrg $ $0 $@ 1382d1333322Smrg 1383d1333322Smrg_ACEOF 1384d1333322Smrgexec 5>>config.log 1385d1333322Smrg{ 1386d1333322Smrgcat <<_ASUNAME 1387d1333322Smrg## --------- ## 1388d1333322Smrg## Platform. ## 1389d1333322Smrg## --------- ## 1390d1333322Smrg 1391d1333322Smrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1392d1333322Smrguname -m = `(uname -m) 2>/dev/null || echo unknown` 1393d1333322Smrguname -r = `(uname -r) 2>/dev/null || echo unknown` 1394d1333322Smrguname -s = `(uname -s) 2>/dev/null || echo unknown` 1395d1333322Smrguname -v = `(uname -v) 2>/dev/null || echo unknown` 1396d1333322Smrg 1397d1333322Smrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1398d1333322Smrg/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1399d1333322Smrg 1400d1333322Smrg/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1401d1333322Smrg/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1402d1333322Smrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1403d1333322Smrg/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1404d1333322Smrg/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1405d1333322Smrg/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1406d1333322Smrg/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1407d1333322Smrg 1408d1333322Smrg_ASUNAME 1409d1333322Smrg 1410d1333322Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1411d1333322Smrgfor as_dir in $PATH 1412d1333322Smrgdo 1413d1333322Smrg IFS=$as_save_IFS 1414d1333322Smrg test -z "$as_dir" && as_dir=. 1415d1333322Smrg echo "PATH: $as_dir" 1416d1333322Smrgdone 1417d1333322SmrgIFS=$as_save_IFS 1418d1333322Smrg 1419d1333322Smrg} >&5 1420d1333322Smrg 1421d1333322Smrgcat >&5 <<_ACEOF 1422d1333322Smrg 1423d1333322Smrg 1424d1333322Smrg## ----------- ## 1425d1333322Smrg## Core tests. ## 1426d1333322Smrg## ----------- ## 1427d1333322Smrg 1428d1333322Smrg_ACEOF 1429d1333322Smrg 1430d1333322Smrg 1431d1333322Smrg# Keep a trace of the command line. 1432d1333322Smrg# Strip out --no-create and --no-recursion so they do not pile up. 1433d1333322Smrg# Strip out --silent because we don't want to record it for future runs. 1434d1333322Smrg# Also quote any args containing shell meta-characters. 1435d1333322Smrg# Make two passes to allow for proper duplicate-argument suppression. 1436d1333322Smrgac_configure_args= 1437d1333322Smrgac_configure_args0= 1438d1333322Smrgac_configure_args1= 1439d1333322Smrgac_must_keep_next=false 1440d1333322Smrgfor ac_pass in 1 2 1441d1333322Smrgdo 1442d1333322Smrg for ac_arg 1443d1333322Smrg do 1444d1333322Smrg case $ac_arg in 1445d1333322Smrg -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1446d1333322Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1447d1333322Smrg | -silent | --silent | --silen | --sile | --sil) 1448d1333322Smrg continue ;; 1449d1333322Smrg *\'*) 1450d1333322Smrg ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1451d1333322Smrg esac 1452d1333322Smrg case $ac_pass in 1453d1333322Smrg 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1454d1333322Smrg 2) 1455d1333322Smrg ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1456d1333322Smrg if test $ac_must_keep_next = true; then 1457d1333322Smrg ac_must_keep_next=false # Got value, back to normal. 1458d1333322Smrg else 1459d1333322Smrg case $ac_arg in 1460d1333322Smrg *=* | --config-cache | -C | -disable-* | --disable-* \ 1461d1333322Smrg | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1462d1333322Smrg | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1463d1333322Smrg | -with-* | --with-* | -without-* | --without-* | --x) 1464d1333322Smrg case "$ac_configure_args0 " in 1465d1333322Smrg "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1466d1333322Smrg esac 1467d1333322Smrg ;; 1468d1333322Smrg -* ) ac_must_keep_next=true ;; 1469d1333322Smrg esac 1470d1333322Smrg fi 1471d1333322Smrg ac_configure_args="$ac_configure_args '$ac_arg'" 1472d1333322Smrg ;; 1473d1333322Smrg esac 1474d1333322Smrg done 1475d1333322Smrgdone 1476d1333322Smrg$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1477d1333322Smrg$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 1478d1333322Smrg 1479d1333322Smrg# When interrupted or exit'd, cleanup temporary files, and complete 1480d1333322Smrg# config.log. We remove comments because anyway the quotes in there 1481d1333322Smrg# would cause problems or look ugly. 1482d1333322Smrg# WARNING: Use '\'' to represent an apostrophe within the trap. 1483d1333322Smrg# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1484d1333322Smrgtrap 'exit_status=$? 1485d1333322Smrg # Save into config.log some information that might help in debugging. 1486d1333322Smrg { 1487d1333322Smrg echo 1488d1333322Smrg 1489d1333322Smrg cat <<\_ASBOX 1490d1333322Smrg## ---------------- ## 1491d1333322Smrg## Cache variables. ## 1492d1333322Smrg## ---------------- ## 1493d1333322Smrg_ASBOX 1494d1333322Smrg echo 1495d1333322Smrg # The following way of writing the cache mishandles newlines in values, 1496d1333322Smrg( 1497d1333322Smrg for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 1498d1333322Smrg eval ac_val=\$$ac_var 1499d1333322Smrg case $ac_val in #( 1500d1333322Smrg *${as_nl}*) 1501d1333322Smrg case $ac_var in #( 1502d1333322Smrg *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1503d1333322Smrgecho "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 1504d1333322Smrg esac 1505d1333322Smrg case $ac_var in #( 1506d1333322Smrg _ | IFS | as_nl) ;; #( 1507d1333322Smrg *) $as_unset $ac_var ;; 1508d1333322Smrg esac ;; 1509d1333322Smrg esac 1510d1333322Smrg done 1511d1333322Smrg (set) 2>&1 | 1512d1333322Smrg case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1513d1333322Smrg *${as_nl}ac_space=\ *) 1514d1333322Smrg sed -n \ 1515d1333322Smrg "s/'\''/'\''\\\\'\'''\''/g; 1516d1333322Smrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1517d1333322Smrg ;; #( 1518d1333322Smrg *) 1519d1333322Smrg sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1520d1333322Smrg ;; 1521d1333322Smrg esac | 1522d1333322Smrg sort 1523d1333322Smrg) 1524d1333322Smrg echo 1525d1333322Smrg 1526d1333322Smrg cat <<\_ASBOX 1527d1333322Smrg## ----------------- ## 1528d1333322Smrg## Output variables. ## 1529d1333322Smrg## ----------------- ## 1530d1333322Smrg_ASBOX 1531d1333322Smrg echo 1532d1333322Smrg for ac_var in $ac_subst_vars 1533d1333322Smrg do 1534d1333322Smrg eval ac_val=\$$ac_var 1535d1333322Smrg case $ac_val in 1536d1333322Smrg *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1537d1333322Smrg esac 1538d1333322Smrg echo "$ac_var='\''$ac_val'\''" 1539d1333322Smrg done | sort 1540d1333322Smrg echo 1541d1333322Smrg 1542d1333322Smrg if test -n "$ac_subst_files"; then 1543d1333322Smrg cat <<\_ASBOX 1544d1333322Smrg## ------------------- ## 1545d1333322Smrg## File substitutions. ## 1546d1333322Smrg## ------------------- ## 1547d1333322Smrg_ASBOX 1548d1333322Smrg echo 1549d1333322Smrg for ac_var in $ac_subst_files 1550d1333322Smrg do 1551d1333322Smrg eval ac_val=\$$ac_var 1552d1333322Smrg case $ac_val in 1553d1333322Smrg *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 1554d1333322Smrg esac 1555d1333322Smrg echo "$ac_var='\''$ac_val'\''" 1556d1333322Smrg done | sort 1557d1333322Smrg echo 1558d1333322Smrg fi 1559d1333322Smrg 1560d1333322Smrg if test -s confdefs.h; then 1561d1333322Smrg cat <<\_ASBOX 1562d1333322Smrg## ----------- ## 1563d1333322Smrg## confdefs.h. ## 1564d1333322Smrg## ----------- ## 1565d1333322Smrg_ASBOX 1566d1333322Smrg echo 1567d1333322Smrg cat confdefs.h 1568d1333322Smrg echo 1569d1333322Smrg fi 1570d1333322Smrg test "$ac_signal" != 0 && 1571d1333322Smrg echo "$as_me: caught signal $ac_signal" 1572d1333322Smrg echo "$as_me: exit $exit_status" 1573d1333322Smrg } >&5 1574d1333322Smrg rm -f core *.core core.conftest.* && 1575d1333322Smrg rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1576d1333322Smrg exit $exit_status 1577d1333322Smrg' 0 1578d1333322Smrgfor ac_signal in 1 2 13 15; do 1579d1333322Smrg trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1580d1333322Smrgdone 1581d1333322Smrgac_signal=0 1582d1333322Smrg 1583d1333322Smrg# confdefs.h avoids OS command line length limits that DEFS can exceed. 1584d1333322Smrgrm -f -r conftest* confdefs.h 1585d1333322Smrg 1586d1333322Smrg# Predefined preprocessor variables. 1587d1333322Smrg 1588d1333322Smrgcat >>confdefs.h <<_ACEOF 1589d1333322Smrg#define PACKAGE_NAME "$PACKAGE_NAME" 1590d1333322Smrg_ACEOF 1591d1333322Smrg 1592d1333322Smrg 1593d1333322Smrgcat >>confdefs.h <<_ACEOF 1594d1333322Smrg#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1595d1333322Smrg_ACEOF 1596d1333322Smrg 1597d1333322Smrg 1598d1333322Smrgcat >>confdefs.h <<_ACEOF 1599d1333322Smrg#define PACKAGE_VERSION "$PACKAGE_VERSION" 1600d1333322Smrg_ACEOF 1601d1333322Smrg 1602d1333322Smrg 1603d1333322Smrgcat >>confdefs.h <<_ACEOF 1604d1333322Smrg#define PACKAGE_STRING "$PACKAGE_STRING" 1605d1333322Smrg_ACEOF 1606d1333322Smrg 1607d1333322Smrg 1608d1333322Smrgcat >>confdefs.h <<_ACEOF 1609d1333322Smrg#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1610d1333322Smrg_ACEOF 1611d1333322Smrg 1612d1333322Smrg 1613d1333322Smrg# Let the site file select an alternate cache file if it wants to. 1614d1333322Smrg# Prefer explicitly selected file to automatically selected ones. 1615d1333322Smrgif test -n "$CONFIG_SITE"; then 1616d1333322Smrg set x "$CONFIG_SITE" 1617d1333322Smrgelif test "x$prefix" != xNONE; then 1618d1333322Smrg set x "$prefix/share/config.site" "$prefix/etc/config.site" 1619d1333322Smrgelse 1620d1333322Smrg set x "$ac_default_prefix/share/config.site" \ 1621d1333322Smrg "$ac_default_prefix/etc/config.site" 1622d1333322Smrgfi 1623d1333322Smrgshift 1624d1333322Smrgfor ac_site_file 1625d1333322Smrgdo 1626d1333322Smrg if test -r "$ac_site_file"; then 1627d1333322Smrg { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1628d1333322Smrgecho "$as_me: loading site script $ac_site_file" >&6;} 1629d1333322Smrg sed 's/^/| /' "$ac_site_file" >&5 1630d1333322Smrg . "$ac_site_file" 1631d1333322Smrg fi 1632d1333322Smrgdone 1633d1333322Smrg 1634d1333322Smrgif test -r "$cache_file"; then 1635d1333322Smrg # Some versions of bash will fail to source /dev/null (special 1636d1333322Smrg # files actually), so we avoid doing that. 1637d1333322Smrg if test -f "$cache_file"; then 1638d1333322Smrg { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1639d1333322Smrgecho "$as_me: loading cache $cache_file" >&6;} 1640d1333322Smrg case $cache_file in 1641d1333322Smrg [\\/]* | ?:[\\/]* ) . "$cache_file";; 1642d1333322Smrg *) . "./$cache_file";; 1643d1333322Smrg esac 1644d1333322Smrg fi 1645d1333322Smrgelse 1646d1333322Smrg { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1647d1333322Smrgecho "$as_me: creating cache $cache_file" >&6;} 1648d1333322Smrg >$cache_file 1649d1333322Smrgfi 1650d1333322Smrg 1651d1333322Smrg# Check that the precious variables saved in the cache have kept the same 1652d1333322Smrg# value. 1653d1333322Smrgac_cache_corrupted=false 1654d1333322Smrgfor ac_var in $ac_precious_vars; do 1655d1333322Smrg eval ac_old_set=\$ac_cv_env_${ac_var}_set 1656d1333322Smrg eval ac_new_set=\$ac_env_${ac_var}_set 1657d1333322Smrg eval ac_old_val=\$ac_cv_env_${ac_var}_value 1658d1333322Smrg eval ac_new_val=\$ac_env_${ac_var}_value 1659d1333322Smrg case $ac_old_set,$ac_new_set in 1660d1333322Smrg set,) 1661d1333322Smrg { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1662d1333322Smrgecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1663d1333322Smrg ac_cache_corrupted=: ;; 1664d1333322Smrg ,set) 1665d1333322Smrg { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1666d1333322Smrgecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1667d1333322Smrg ac_cache_corrupted=: ;; 1668d1333322Smrg ,);; 1669d1333322Smrg *) 1670d1333322Smrg if test "x$ac_old_val" != "x$ac_new_val"; then 1671d1333322Smrg { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1672d1333322Smrgecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1673d1333322Smrg { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1674d1333322Smrgecho "$as_me: former value: $ac_old_val" >&2;} 1675d1333322Smrg { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1676d1333322Smrgecho "$as_me: current value: $ac_new_val" >&2;} 1677d1333322Smrg ac_cache_corrupted=: 1678d1333322Smrg fi;; 1679d1333322Smrg esac 1680d1333322Smrg # Pass precious variables to config.status. 1681d1333322Smrg if test "$ac_new_set" = set; then 1682d1333322Smrg case $ac_new_val in 1683d1333322Smrg *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1684d1333322Smrg *) ac_arg=$ac_var=$ac_new_val ;; 1685d1333322Smrg esac 1686d1333322Smrg case " $ac_configure_args " in 1687d1333322Smrg *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1688d1333322Smrg *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1689d1333322Smrg esac 1690d1333322Smrg fi 1691d1333322Smrgdone 1692d1333322Smrgif $ac_cache_corrupted; then 1693d1333322Smrg { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1694d1333322Smrgecho "$as_me: error: changes in the environment can compromise the build" >&2;} 1695d1333322Smrg { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1696d1333322Smrgecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1697d1333322Smrg { (exit 1); exit 1; }; } 1698d1333322Smrgfi 1699d1333322Smrg 1700d1333322Smrg 1701d1333322Smrg 1702d1333322Smrg 1703d1333322Smrg 1704d1333322Smrg 1705d1333322Smrg 1706d1333322Smrg 1707d1333322Smrg 1708d1333322Smrg 1709d1333322Smrg 1710d1333322Smrg 1711d1333322Smrg 1712d1333322Smrg 1713d1333322Smrg 1714d1333322Smrg 1715d1333322Smrg 1716d1333322Smrg 1717d1333322Smrg 1718d1333322Smrg 1719d1333322Smrg 1720d1333322Smrg 1721d1333322Smrg 1722d1333322Smrg 1723d1333322Smrg 1724d1333322Smrgac_ext=c 1725d1333322Smrgac_cpp='$CPP $CPPFLAGS' 1726d1333322Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1727d1333322Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1728d1333322Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu 1729d1333322Smrg 1730d1333322Smrg 1731d1333322Smrgam__api_version='1.10' 1732d1333322Smrg 1733d1333322Smrgac_aux_dir= 1734d1333322Smrgfor ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 1735d1333322Smrg if test -f "$ac_dir/install-sh"; then 1736d1333322Smrg ac_aux_dir=$ac_dir 1737d1333322Smrg ac_install_sh="$ac_aux_dir/install-sh -c" 1738d1333322Smrg break 1739d1333322Smrg elif test -f "$ac_dir/install.sh"; then 1740d1333322Smrg ac_aux_dir=$ac_dir 1741d1333322Smrg ac_install_sh="$ac_aux_dir/install.sh -c" 1742d1333322Smrg break 1743d1333322Smrg elif test -f "$ac_dir/shtool"; then 1744d1333322Smrg ac_aux_dir=$ac_dir 1745d1333322Smrg ac_install_sh="$ac_aux_dir/shtool install -c" 1746d1333322Smrg break 1747d1333322Smrg fi 1748d1333322Smrgdone 1749d1333322Smrgif test -z "$ac_aux_dir"; then 1750d1333322Smrg { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1751d1333322Smrgecho "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1752d1333322Smrg { (exit 1); exit 1; }; } 1753d1333322Smrgfi 1754d1333322Smrg 1755d1333322Smrg# These three variables are undocumented and unsupported, 1756d1333322Smrg# and are intended to be withdrawn in a future Autoconf release. 1757d1333322Smrg# They can cause serious problems if a builder's source tree is in a directory 1758d1333322Smrg# whose full name contains unusual characters. 1759d1333322Smrgac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 1760d1333322Smrgac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 1761d1333322Smrgac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 1762d1333322Smrg 1763d1333322Smrg 1764d1333322Smrg# Find a good install program. We prefer a C program (faster), 1765d1333322Smrg# so one script is as good as another. But avoid the broken or 1766d1333322Smrg# incompatible versions: 1767d1333322Smrg# SysV /etc/install, /usr/sbin/install 1768d1333322Smrg# SunOS /usr/etc/install 1769d1333322Smrg# IRIX /sbin/install 1770d1333322Smrg# AIX /bin/install 1771d1333322Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs 1772d1333322Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1773d1333322Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1774d1333322Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1775d1333322Smrg# OS/2's system install, which has a completely different semantic 1776d1333322Smrg# ./install, which can be erroneously created by make from ./install.sh. 1777d1333322Smrg{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1778d1333322Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 1779d1333322Smrgif test -z "$INSTALL"; then 1780d1333322Smrgif test "${ac_cv_path_install+set}" = set; then 1781d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 1782d1333322Smrgelse 1783d1333322Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1784d1333322Smrgfor as_dir in $PATH 1785d1333322Smrgdo 1786d1333322Smrg IFS=$as_save_IFS 1787d1333322Smrg test -z "$as_dir" && as_dir=. 1788d1333322Smrg # Account for people who put trailing slashes in PATH elements. 1789d1333322Smrgcase $as_dir/ in 1790d1333322Smrg ./ | .// | /cC/* | \ 1791d1333322Smrg /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1792d1333322Smrg ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1793d1333322Smrg /usr/ucb/* ) ;; 1794d1333322Smrg *) 1795d1333322Smrg # OSF1 and SCO ODT 3.0 have their own names for install. 1796d1333322Smrg # Don't use installbsd from OSF since it installs stuff as root 1797d1333322Smrg # by default. 1798d1333322Smrg for ac_prog in ginstall scoinst install; do 1799d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 1800d1333322Smrg if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 1801d1333322Smrg if test $ac_prog = install && 1802d1333322Smrg grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1803d1333322Smrg # AIX install. It has an incompatible calling convention. 1804d1333322Smrg : 1805d1333322Smrg elif test $ac_prog = install && 1806d1333322Smrg grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1807d1333322Smrg # program-specific install script used by HP pwplus--don't use. 1808d1333322Smrg : 1809d1333322Smrg else 1810d1333322Smrg ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1811d1333322Smrg break 3 1812d1333322Smrg fi 1813d1333322Smrg fi 1814d1333322Smrg done 1815d1333322Smrg done 1816d1333322Smrg ;; 1817d1333322Smrgesac 1818d1333322Smrgdone 1819d1333322SmrgIFS=$as_save_IFS 1820d1333322Smrg 1821d1333322Smrg 1822d1333322Smrgfi 1823d1333322Smrg if test "${ac_cv_path_install+set}" = set; then 1824d1333322Smrg INSTALL=$ac_cv_path_install 1825d1333322Smrg else 1826d1333322Smrg # As a last resort, use the slow shell script. Don't cache a 1827d1333322Smrg # value for INSTALL within a source directory, because that will 1828d1333322Smrg # break other packages using the cache if that directory is 1829d1333322Smrg # removed, or if the value is a relative name. 1830d1333322Smrg INSTALL=$ac_install_sh 1831d1333322Smrg fi 1832d1333322Smrgfi 1833d1333322Smrg{ echo "$as_me:$LINENO: result: $INSTALL" >&5 1834d1333322Smrgecho "${ECHO_T}$INSTALL" >&6; } 1835d1333322Smrg 1836d1333322Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1837d1333322Smrg# It thinks the first close brace ends the variable substitution. 1838d1333322Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1839d1333322Smrg 1840d1333322Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1841d1333322Smrg 1842d1333322Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1843d1333322Smrg 1844d1333322Smrg{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 1845d1333322Smrgecho $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } 1846d1333322Smrg# Just in case 1847d1333322Smrgsleep 1 1848d1333322Smrgecho timestamp > conftest.file 1849d1333322Smrg# Do `set' in a subshell so we don't clobber the current shell's 1850d1333322Smrg# arguments. Must try -L first in case configure is actually a 1851d1333322Smrg# symlink; some systems play weird games with the mod time of symlinks 1852d1333322Smrg# (eg FreeBSD returns the mod time of the symlink's containing 1853d1333322Smrg# directory). 1854d1333322Smrgif ( 1855d1333322Smrg set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 1856d1333322Smrg if test "$*" = "X"; then 1857d1333322Smrg # -L didn't work. 1858d1333322Smrg set X `ls -t $srcdir/configure conftest.file` 1859d1333322Smrg fi 1860d1333322Smrg rm -f conftest.file 1861d1333322Smrg if test "$*" != "X $srcdir/configure conftest.file" \ 1862d1333322Smrg && test "$*" != "X conftest.file $srcdir/configure"; then 1863d1333322Smrg 1864d1333322Smrg # If neither matched, then we have a broken ls. This can happen 1865d1333322Smrg # if, for instance, CONFIG_SHELL is bash and it inherits a 1866d1333322Smrg # broken ls alias from the environment. This has actually 1867d1333322Smrg # happened. Such a system could not be considered "sane". 1868d1333322Smrg { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 1869d1333322Smrgalias in your environment" >&5 1870d1333322Smrgecho "$as_me: error: ls -t appears to fail. Make sure there is not a broken 1871d1333322Smrgalias in your environment" >&2;} 1872d1333322Smrg { (exit 1); exit 1; }; } 1873d1333322Smrg fi 1874d1333322Smrg 1875d1333322Smrg test "$2" = conftest.file 1876d1333322Smrg ) 1877d1333322Smrgthen 1878d1333322Smrg # Ok. 1879d1333322Smrg : 1880d1333322Smrgelse 1881d1333322Smrg { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 1882d1333322SmrgCheck your system clock" >&5 1883d1333322Smrgecho "$as_me: error: newly created file is older than distributed files! 1884d1333322SmrgCheck your system clock" >&2;} 1885d1333322Smrg { (exit 1); exit 1; }; } 1886d1333322Smrgfi 1887d1333322Smrg{ echo "$as_me:$LINENO: result: yes" >&5 1888d1333322Smrgecho "${ECHO_T}yes" >&6; } 1889d1333322Smrgtest "$program_prefix" != NONE && 1890d1333322Smrg program_transform_name="s&^&$program_prefix&;$program_transform_name" 1891d1333322Smrg# Use a double $ so make ignores it. 1892d1333322Smrgtest "$program_suffix" != NONE && 1893d1333322Smrg program_transform_name="s&\$&$program_suffix&;$program_transform_name" 1894d1333322Smrg# Double any \ or $. echo might interpret backslashes. 1895d1333322Smrg# By default was `s,x,x', remove it if useless. 1896d1333322Smrgcat <<\_ACEOF >conftest.sed 1897d1333322Smrgs/[\\$]/&&/g;s/;s,x,x,$// 1898d1333322Smrg_ACEOF 1899d1333322Smrgprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed` 1900d1333322Smrgrm -f conftest.sed 1901d1333322Smrg 1902d1333322Smrg# expand $ac_aux_dir to an absolute path 1903d1333322Smrgam_aux_dir=`cd $ac_aux_dir && pwd` 1904d1333322Smrg 1905d1333322Smrgtest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 1906d1333322Smrg# Use eval to expand $SHELL 1907d1333322Smrgif eval "$MISSING --run true"; then 1908d1333322Smrg am_missing_run="$MISSING --run " 1909d1333322Smrgelse 1910d1333322Smrg am_missing_run= 1911d1333322Smrg { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 1912d1333322Smrgecho "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1913d1333322Smrgfi 1914d1333322Smrg 1915d1333322Smrg{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 1916d1333322Smrgecho $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } 1917d1333322Smrgif test -z "$MKDIR_P"; then 1918d1333322Smrg if test "${ac_cv_path_mkdir+set}" = set; then 1919d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 1920d1333322Smrgelse 1921d1333322Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1922d1333322Smrgfor as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 1923d1333322Smrgdo 1924d1333322Smrg IFS=$as_save_IFS 1925d1333322Smrg test -z "$as_dir" && as_dir=. 1926d1333322Smrg for ac_prog in mkdir gmkdir; do 1927d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 1928d1333322Smrg { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 1929d1333322Smrg case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 1930d1333322Smrg 'mkdir (GNU coreutils) '* | \ 1931d1333322Smrg 'mkdir (coreutils) '* | \ 1932d1333322Smrg 'mkdir (fileutils) '4.1*) 1933d1333322Smrg ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 1934d1333322Smrg break 3;; 1935d1333322Smrg esac 1936d1333322Smrg done 1937d1333322Smrg done 1938d1333322Smrgdone 1939d1333322SmrgIFS=$as_save_IFS 1940d1333322Smrg 1941d1333322Smrgfi 1942d1333322Smrg 1943d1333322Smrg if test "${ac_cv_path_mkdir+set}" = set; then 1944d1333322Smrg MKDIR_P="$ac_cv_path_mkdir -p" 1945d1333322Smrg else 1946d1333322Smrg # As a last resort, use the slow shell script. Don't cache a 1947d1333322Smrg # value for MKDIR_P within a source directory, because that will 1948d1333322Smrg # break other packages using the cache if that directory is 1949d1333322Smrg # removed, or if the value is a relative name. 1950d1333322Smrg test -d ./--version && rmdir ./--version 1951d1333322Smrg MKDIR_P="$ac_install_sh -d" 1952d1333322Smrg fi 1953d1333322Smrgfi 1954d1333322Smrg{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 1955d1333322Smrgecho "${ECHO_T}$MKDIR_P" >&6; } 1956d1333322Smrg 1957d1333322Smrgmkdir_p="$MKDIR_P" 1958d1333322Smrgcase $mkdir_p in 1959d1333322Smrg [\\/$]* | ?:[\\/]*) ;; 1960d1333322Smrg */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 1961d1333322Smrgesac 1962d1333322Smrg 1963d1333322Smrgfor ac_prog in gawk mawk nawk awk 1964d1333322Smrgdo 1965d1333322Smrg # Extract the first word of "$ac_prog", so it can be a program name with args. 1966d1333322Smrgset dummy $ac_prog; ac_word=$2 1967d1333322Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1968d1333322Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1969d1333322Smrgif test "${ac_cv_prog_AWK+set}" = set; then 1970d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 1971d1333322Smrgelse 1972d1333322Smrg if test -n "$AWK"; then 1973d1333322Smrg ac_cv_prog_AWK="$AWK" # Let the user override the test. 1974d1333322Smrgelse 1975d1333322Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1976d1333322Smrgfor as_dir in $PATH 1977d1333322Smrgdo 1978d1333322Smrg IFS=$as_save_IFS 1979d1333322Smrg test -z "$as_dir" && as_dir=. 1980d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 1981d1333322Smrg if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 1982d1333322Smrg ac_cv_prog_AWK="$ac_prog" 1983d1333322Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1984d1333322Smrg break 2 1985d1333322Smrg fi 1986d1333322Smrgdone 1987d1333322Smrgdone 1988d1333322SmrgIFS=$as_save_IFS 1989d1333322Smrg 1990d1333322Smrgfi 1991d1333322Smrgfi 1992d1333322SmrgAWK=$ac_cv_prog_AWK 1993d1333322Smrgif test -n "$AWK"; then 1994d1333322Smrg { echo "$as_me:$LINENO: result: $AWK" >&5 1995d1333322Smrgecho "${ECHO_T}$AWK" >&6; } 1996d1333322Smrgelse 1997d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 1998d1333322Smrgecho "${ECHO_T}no" >&6; } 1999d1333322Smrgfi 2000d1333322Smrg 2001d1333322Smrg 2002d1333322Smrg test -n "$AWK" && break 2003d1333322Smrgdone 2004d1333322Smrg 2005d1333322Smrg{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2006d1333322Smrgecho $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 2007d1333322Smrgset x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2008d1333322Smrgif { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 2009d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 2010d1333322Smrgelse 2011d1333322Smrg cat >conftest.make <<\_ACEOF 2012d1333322SmrgSHELL = /bin/sh 2013d1333322Smrgall: 2014d1333322Smrg @echo '@@@%%%=$(MAKE)=@@@%%%' 2015d1333322Smrg_ACEOF 2016d1333322Smrg# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 2017d1333322Smrgcase `${MAKE-make} -f conftest.make 2>/dev/null` in 2018d1333322Smrg *@@@%%%=?*=@@@%%%*) 2019d1333322Smrg eval ac_cv_prog_make_${ac_make}_set=yes;; 2020d1333322Smrg *) 2021d1333322Smrg eval ac_cv_prog_make_${ac_make}_set=no;; 2022d1333322Smrgesac 2023d1333322Smrgrm -f conftest.make 2024d1333322Smrgfi 2025d1333322Smrgif eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2026d1333322Smrg { echo "$as_me:$LINENO: result: yes" >&5 2027d1333322Smrgecho "${ECHO_T}yes" >&6; } 2028d1333322Smrg SET_MAKE= 2029d1333322Smrgelse 2030d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 2031d1333322Smrgecho "${ECHO_T}no" >&6; } 2032d1333322Smrg SET_MAKE="MAKE=${MAKE-make}" 2033d1333322Smrgfi 2034d1333322Smrg 2035d1333322Smrgrm -rf .tst 2>/dev/null 2036d1333322Smrgmkdir .tst 2>/dev/null 2037d1333322Smrgif test -d .tst; then 2038d1333322Smrg am__leading_dot=. 2039d1333322Smrgelse 2040d1333322Smrg am__leading_dot=_ 2041d1333322Smrgfi 2042d1333322Smrgrmdir .tst 2>/dev/null 2043d1333322Smrg 2044d1333322Smrgif test "`cd $srcdir && pwd`" != "`pwd`"; then 2045d1333322Smrg # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 2046d1333322Smrg # is not polluted with repeated "-I." 2047d1333322Smrg am__isrc=' -I$(srcdir)' 2048d1333322Smrg # test to see if srcdir already configured 2049d1333322Smrg if test -f $srcdir/config.status; then 2050d1333322Smrg { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 2051d1333322Smrgecho "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 2052d1333322Smrg { (exit 1); exit 1; }; } 2053d1333322Smrg fi 2054d1333322Smrgfi 2055d1333322Smrg 2056d1333322Smrg# test whether we have cygpath 2057d1333322Smrgif test -z "$CYGPATH_W"; then 2058d1333322Smrg if (cygpath --version) >/dev/null 2>/dev/null; then 2059d1333322Smrg CYGPATH_W='cygpath -w' 2060d1333322Smrg else 2061d1333322Smrg CYGPATH_W=echo 2062d1333322Smrg fi 2063d1333322Smrgfi 2064d1333322Smrg 2065d1333322Smrg 2066d1333322Smrg# Define the identity of the package. 2067d1333322Smrg PACKAGE='fslsfonts' 2068d1333322Smrg VERSION='1.0.2' 2069d1333322Smrg 2070d1333322Smrg 2071d1333322Smrgcat >>confdefs.h <<_ACEOF 2072d1333322Smrg#define PACKAGE "$PACKAGE" 2073d1333322Smrg_ACEOF 2074d1333322Smrg 2075d1333322Smrg 2076d1333322Smrgcat >>confdefs.h <<_ACEOF 2077d1333322Smrg#define VERSION "$VERSION" 2078d1333322Smrg_ACEOF 2079d1333322Smrg 2080d1333322Smrg# Some tools Automake needs. 2081d1333322Smrg 2082d1333322SmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 2083d1333322Smrg 2084d1333322Smrg 2085d1333322SmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 2086d1333322Smrg 2087d1333322Smrg 2088d1333322SmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 2089d1333322Smrg 2090d1333322Smrg 2091d1333322SmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 2092d1333322Smrg 2093d1333322Smrg 2094d1333322SmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 2095d1333322Smrg 2096d1333322Smrginstall_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} 2097d1333322Smrg 2098d1333322Smrg# Installed binaries are usually stripped using `strip' when the user 2099d1333322Smrg# run `make install-strip'. However `strip' might not be the right 2100d1333322Smrg# tool to use in cross-compilation environments, therefore Automake 2101d1333322Smrg# will honor the `STRIP' environment variable to overrule this program. 2102d1333322Smrgif test "$cross_compiling" != no; then 2103d1333322Smrg if test -n "$ac_tool_prefix"; then 2104d1333322Smrg # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2105d1333322Smrgset dummy ${ac_tool_prefix}strip; ac_word=$2 2106d1333322Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2107d1333322Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2108d1333322Smrgif test "${ac_cv_prog_STRIP+set}" = set; then 2109d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 2110d1333322Smrgelse 2111d1333322Smrg if test -n "$STRIP"; then 2112d1333322Smrg ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 2113d1333322Smrgelse 2114d1333322Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2115d1333322Smrgfor as_dir in $PATH 2116d1333322Smrgdo 2117d1333322Smrg IFS=$as_save_IFS 2118d1333322Smrg test -z "$as_dir" && as_dir=. 2119d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2120d1333322Smrg if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2121d1333322Smrg ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2122d1333322Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2123d1333322Smrg break 2 2124d1333322Smrg fi 2125d1333322Smrgdone 2126d1333322Smrgdone 2127d1333322SmrgIFS=$as_save_IFS 2128d1333322Smrg 2129d1333322Smrgfi 2130d1333322Smrgfi 2131d1333322SmrgSTRIP=$ac_cv_prog_STRIP 2132d1333322Smrgif test -n "$STRIP"; then 2133d1333322Smrg { echo "$as_me:$LINENO: result: $STRIP" >&5 2134d1333322Smrgecho "${ECHO_T}$STRIP" >&6; } 2135d1333322Smrgelse 2136d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 2137d1333322Smrgecho "${ECHO_T}no" >&6; } 2138d1333322Smrgfi 2139d1333322Smrg 2140d1333322Smrg 2141d1333322Smrgfi 2142d1333322Smrgif test -z "$ac_cv_prog_STRIP"; then 2143d1333322Smrg ac_ct_STRIP=$STRIP 2144d1333322Smrg # Extract the first word of "strip", so it can be a program name with args. 2145d1333322Smrgset dummy strip; ac_word=$2 2146d1333322Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2147d1333322Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2148d1333322Smrgif test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 2149d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 2150d1333322Smrgelse 2151d1333322Smrg if test -n "$ac_ct_STRIP"; then 2152d1333322Smrg ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 2153d1333322Smrgelse 2154d1333322Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2155d1333322Smrgfor as_dir in $PATH 2156d1333322Smrgdo 2157d1333322Smrg IFS=$as_save_IFS 2158d1333322Smrg test -z "$as_dir" && as_dir=. 2159d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2160d1333322Smrg if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2161d1333322Smrg ac_cv_prog_ac_ct_STRIP="strip" 2162d1333322Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2163d1333322Smrg break 2 2164d1333322Smrg fi 2165d1333322Smrgdone 2166d1333322Smrgdone 2167d1333322SmrgIFS=$as_save_IFS 2168d1333322Smrg 2169d1333322Smrgfi 2170d1333322Smrgfi 2171d1333322Smrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2172d1333322Smrgif test -n "$ac_ct_STRIP"; then 2173d1333322Smrg { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 2174d1333322Smrgecho "${ECHO_T}$ac_ct_STRIP" >&6; } 2175d1333322Smrgelse 2176d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 2177d1333322Smrgecho "${ECHO_T}no" >&6; } 2178d1333322Smrgfi 2179d1333322Smrg 2180d1333322Smrg if test "x$ac_ct_STRIP" = x; then 2181d1333322Smrg STRIP=":" 2182d1333322Smrg else 2183d1333322Smrg case $cross_compiling:$ac_tool_warned in 2184d1333322Smrgyes:) 2185d1333322Smrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2186d1333322Smrgwhose name does not start with the host triplet. If you think this 2187d1333322Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5 2188d1333322Smrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2189d1333322Smrgwhose name does not start with the host triplet. If you think this 2190d1333322Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;} 2191d1333322Smrgac_tool_warned=yes ;; 2192d1333322Smrgesac 2193d1333322Smrg STRIP=$ac_ct_STRIP 2194d1333322Smrg fi 2195d1333322Smrgelse 2196d1333322Smrg STRIP="$ac_cv_prog_STRIP" 2197d1333322Smrgfi 2198d1333322Smrg 2199d1333322Smrgfi 2200d1333322SmrgINSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 2201d1333322Smrg 2202d1333322Smrg# We need awk for the "check" target. The system "awk" is bad on 2203d1333322Smrg# some platforms. 2204d1333322Smrg# Always define AMTAR for backward compatibility. 2205d1333322Smrg 2206d1333322SmrgAMTAR=${AMTAR-"${am_missing_run}tar"} 2207d1333322Smrg 2208d1333322Smrgam__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' 2209d1333322Smrg 2210d1333322Smrg 2211d1333322Smrg 2212d1333322Smrg 2213d1333322Smrg 2214d1333322Smrg{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 2215d1333322Smrgecho $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; } 2216d1333322Smrg # Check whether --enable-maintainer-mode was given. 2217d1333322Smrgif test "${enable_maintainer_mode+set}" = set; then 2218d1333322Smrg enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval 2219d1333322Smrgelse 2220d1333322Smrg USE_MAINTAINER_MODE=no 2221d1333322Smrgfi 2222d1333322Smrg 2223d1333322Smrg { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 2224d1333322Smrgecho "${ECHO_T}$USE_MAINTAINER_MODE" >&6; } 2225d1333322Smrg if test $USE_MAINTAINER_MODE = yes; then 2226d1333322Smrg MAINTAINER_MODE_TRUE= 2227d1333322Smrg MAINTAINER_MODE_FALSE='#' 2228d1333322Smrgelse 2229d1333322Smrg MAINTAINER_MODE_TRUE='#' 2230d1333322Smrg MAINTAINER_MODE_FALSE= 2231d1333322Smrgfi 2232d1333322Smrg 2233d1333322Smrg MAINT=$MAINTAINER_MODE_TRUE 2234d1333322Smrg 2235d1333322Smrg 2236d1333322Smrg 2237d1333322Smrgac_config_headers="$ac_config_headers config.h" 2238d1333322Smrg 2239d1333322Smrg 2240d1333322Smrgac_ext=c 2241d1333322Smrgac_cpp='$CPP $CPPFLAGS' 2242d1333322Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2243d1333322Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2244d1333322Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu 2245d1333322Smrgif test -n "$ac_tool_prefix"; then 2246d1333322Smrg # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2247d1333322Smrgset dummy ${ac_tool_prefix}gcc; ac_word=$2 2248d1333322Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2249d1333322Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2250d1333322Smrgif test "${ac_cv_prog_CC+set}" = set; then 2251d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 2252d1333322Smrgelse 2253d1333322Smrg if test -n "$CC"; then 2254d1333322Smrg ac_cv_prog_CC="$CC" # Let the user override the test. 2255d1333322Smrgelse 2256d1333322Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2257d1333322Smrgfor as_dir in $PATH 2258d1333322Smrgdo 2259d1333322Smrg IFS=$as_save_IFS 2260d1333322Smrg test -z "$as_dir" && as_dir=. 2261d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2262d1333322Smrg if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2263d1333322Smrg ac_cv_prog_CC="${ac_tool_prefix}gcc" 2264d1333322Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2265d1333322Smrg break 2 2266d1333322Smrg fi 2267d1333322Smrgdone 2268d1333322Smrgdone 2269d1333322SmrgIFS=$as_save_IFS 2270d1333322Smrg 2271d1333322Smrgfi 2272d1333322Smrgfi 2273d1333322SmrgCC=$ac_cv_prog_CC 2274d1333322Smrgif test -n "$CC"; then 2275d1333322Smrg { echo "$as_me:$LINENO: result: $CC" >&5 2276d1333322Smrgecho "${ECHO_T}$CC" >&6; } 2277d1333322Smrgelse 2278d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 2279d1333322Smrgecho "${ECHO_T}no" >&6; } 2280d1333322Smrgfi 2281d1333322Smrg 2282d1333322Smrg 2283d1333322Smrgfi 2284d1333322Smrgif test -z "$ac_cv_prog_CC"; then 2285d1333322Smrg ac_ct_CC=$CC 2286d1333322Smrg # Extract the first word of "gcc", so it can be a program name with args. 2287d1333322Smrgset dummy gcc; ac_word=$2 2288d1333322Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2289d1333322Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2290d1333322Smrgif test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2291d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 2292d1333322Smrgelse 2293d1333322Smrg if test -n "$ac_ct_CC"; then 2294d1333322Smrg ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2295d1333322Smrgelse 2296d1333322Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2297d1333322Smrgfor as_dir in $PATH 2298d1333322Smrgdo 2299d1333322Smrg IFS=$as_save_IFS 2300d1333322Smrg test -z "$as_dir" && as_dir=. 2301d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2302d1333322Smrg if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2303d1333322Smrg ac_cv_prog_ac_ct_CC="gcc" 2304d1333322Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2305d1333322Smrg break 2 2306d1333322Smrg fi 2307d1333322Smrgdone 2308d1333322Smrgdone 2309d1333322SmrgIFS=$as_save_IFS 2310d1333322Smrg 2311d1333322Smrgfi 2312d1333322Smrgfi 2313d1333322Smrgac_ct_CC=$ac_cv_prog_ac_ct_CC 2314d1333322Smrgif test -n "$ac_ct_CC"; then 2315d1333322Smrg { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2316d1333322Smrgecho "${ECHO_T}$ac_ct_CC" >&6; } 2317d1333322Smrgelse 2318d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 2319d1333322Smrgecho "${ECHO_T}no" >&6; } 2320d1333322Smrgfi 2321d1333322Smrg 2322d1333322Smrg if test "x$ac_ct_CC" = x; then 2323d1333322Smrg CC="" 2324d1333322Smrg else 2325d1333322Smrg case $cross_compiling:$ac_tool_warned in 2326d1333322Smrgyes:) 2327d1333322Smrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2328d1333322Smrgwhose name does not start with the host triplet. If you think this 2329d1333322Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5 2330d1333322Smrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2331d1333322Smrgwhose name does not start with the host triplet. If you think this 2332d1333322Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;} 2333d1333322Smrgac_tool_warned=yes ;; 2334d1333322Smrgesac 2335d1333322Smrg CC=$ac_ct_CC 2336d1333322Smrg fi 2337d1333322Smrgelse 2338d1333322Smrg CC="$ac_cv_prog_CC" 2339d1333322Smrgfi 2340d1333322Smrg 2341d1333322Smrgif test -z "$CC"; then 2342d1333322Smrg if test -n "$ac_tool_prefix"; then 2343d1333322Smrg # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2344d1333322Smrgset dummy ${ac_tool_prefix}cc; ac_word=$2 2345d1333322Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2346d1333322Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2347d1333322Smrgif test "${ac_cv_prog_CC+set}" = set; then 2348d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 2349d1333322Smrgelse 2350d1333322Smrg if test -n "$CC"; then 2351d1333322Smrg ac_cv_prog_CC="$CC" # Let the user override the test. 2352d1333322Smrgelse 2353d1333322Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2354d1333322Smrgfor as_dir in $PATH 2355d1333322Smrgdo 2356d1333322Smrg IFS=$as_save_IFS 2357d1333322Smrg test -z "$as_dir" && as_dir=. 2358d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2359d1333322Smrg if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2360d1333322Smrg ac_cv_prog_CC="${ac_tool_prefix}cc" 2361d1333322Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2362d1333322Smrg break 2 2363d1333322Smrg fi 2364d1333322Smrgdone 2365d1333322Smrgdone 2366d1333322SmrgIFS=$as_save_IFS 2367d1333322Smrg 2368d1333322Smrgfi 2369d1333322Smrgfi 2370d1333322SmrgCC=$ac_cv_prog_CC 2371d1333322Smrgif test -n "$CC"; then 2372d1333322Smrg { echo "$as_me:$LINENO: result: $CC" >&5 2373d1333322Smrgecho "${ECHO_T}$CC" >&6; } 2374d1333322Smrgelse 2375d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 2376d1333322Smrgecho "${ECHO_T}no" >&6; } 2377d1333322Smrgfi 2378d1333322Smrg 2379d1333322Smrg 2380d1333322Smrg fi 2381d1333322Smrgfi 2382d1333322Smrgif test -z "$CC"; then 2383d1333322Smrg # Extract the first word of "cc", so it can be a program name with args. 2384d1333322Smrgset dummy cc; ac_word=$2 2385d1333322Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2386d1333322Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2387d1333322Smrgif test "${ac_cv_prog_CC+set}" = set; then 2388d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 2389d1333322Smrgelse 2390d1333322Smrg if test -n "$CC"; then 2391d1333322Smrg ac_cv_prog_CC="$CC" # Let the user override the test. 2392d1333322Smrgelse 2393d1333322Smrg ac_prog_rejected=no 2394d1333322Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2395d1333322Smrgfor as_dir in $PATH 2396d1333322Smrgdo 2397d1333322Smrg IFS=$as_save_IFS 2398d1333322Smrg test -z "$as_dir" && as_dir=. 2399d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2400d1333322Smrg if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2401d1333322Smrg if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2402d1333322Smrg ac_prog_rejected=yes 2403d1333322Smrg continue 2404d1333322Smrg fi 2405d1333322Smrg ac_cv_prog_CC="cc" 2406d1333322Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2407d1333322Smrg break 2 2408d1333322Smrg fi 2409d1333322Smrgdone 2410d1333322Smrgdone 2411d1333322SmrgIFS=$as_save_IFS 2412d1333322Smrg 2413d1333322Smrgif test $ac_prog_rejected = yes; then 2414d1333322Smrg # We found a bogon in the path, so make sure we never use it. 2415d1333322Smrg set dummy $ac_cv_prog_CC 2416d1333322Smrg shift 2417d1333322Smrg if test $# != 0; then 2418d1333322Smrg # We chose a different compiler from the bogus one. 2419d1333322Smrg # However, it has the same basename, so the bogon will be chosen 2420d1333322Smrg # first if we set CC to just the basename; use the full file name. 2421d1333322Smrg shift 2422d1333322Smrg ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 2423d1333322Smrg fi 2424d1333322Smrgfi 2425d1333322Smrgfi 2426d1333322Smrgfi 2427d1333322SmrgCC=$ac_cv_prog_CC 2428d1333322Smrgif test -n "$CC"; then 2429d1333322Smrg { echo "$as_me:$LINENO: result: $CC" >&5 2430d1333322Smrgecho "${ECHO_T}$CC" >&6; } 2431d1333322Smrgelse 2432d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 2433d1333322Smrgecho "${ECHO_T}no" >&6; } 2434d1333322Smrgfi 2435d1333322Smrg 2436d1333322Smrg 2437d1333322Smrgfi 2438d1333322Smrgif test -z "$CC"; then 2439d1333322Smrg if test -n "$ac_tool_prefix"; then 2440d1333322Smrg for ac_prog in cl.exe 2441d1333322Smrg do 2442d1333322Smrg # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2443d1333322Smrgset dummy $ac_tool_prefix$ac_prog; ac_word=$2 2444d1333322Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2445d1333322Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2446d1333322Smrgif test "${ac_cv_prog_CC+set}" = set; then 2447d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 2448d1333322Smrgelse 2449d1333322Smrg if test -n "$CC"; then 2450d1333322Smrg ac_cv_prog_CC="$CC" # Let the user override the test. 2451d1333322Smrgelse 2452d1333322Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2453d1333322Smrgfor as_dir in $PATH 2454d1333322Smrgdo 2455d1333322Smrg IFS=$as_save_IFS 2456d1333322Smrg test -z "$as_dir" && as_dir=. 2457d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2458d1333322Smrg if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2459d1333322Smrg ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2460d1333322Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2461d1333322Smrg break 2 2462d1333322Smrg fi 2463d1333322Smrgdone 2464d1333322Smrgdone 2465d1333322SmrgIFS=$as_save_IFS 2466d1333322Smrg 2467d1333322Smrgfi 2468d1333322Smrgfi 2469d1333322SmrgCC=$ac_cv_prog_CC 2470d1333322Smrgif test -n "$CC"; then 2471d1333322Smrg { echo "$as_me:$LINENO: result: $CC" >&5 2472d1333322Smrgecho "${ECHO_T}$CC" >&6; } 2473d1333322Smrgelse 2474d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 2475d1333322Smrgecho "${ECHO_T}no" >&6; } 2476d1333322Smrgfi 2477d1333322Smrg 2478d1333322Smrg 2479d1333322Smrg test -n "$CC" && break 2480d1333322Smrg done 2481d1333322Smrgfi 2482d1333322Smrgif test -z "$CC"; then 2483d1333322Smrg ac_ct_CC=$CC 2484d1333322Smrg for ac_prog in cl.exe 2485d1333322Smrgdo 2486d1333322Smrg # Extract the first word of "$ac_prog", so it can be a program name with args. 2487d1333322Smrgset dummy $ac_prog; ac_word=$2 2488d1333322Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2489d1333322Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2490d1333322Smrgif test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2491d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 2492d1333322Smrgelse 2493d1333322Smrg if test -n "$ac_ct_CC"; then 2494d1333322Smrg ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2495d1333322Smrgelse 2496d1333322Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2497d1333322Smrgfor as_dir in $PATH 2498d1333322Smrgdo 2499d1333322Smrg IFS=$as_save_IFS 2500d1333322Smrg test -z "$as_dir" && as_dir=. 2501d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 2502d1333322Smrg if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2503d1333322Smrg ac_cv_prog_ac_ct_CC="$ac_prog" 2504d1333322Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2505d1333322Smrg break 2 2506d1333322Smrg fi 2507d1333322Smrgdone 2508d1333322Smrgdone 2509d1333322SmrgIFS=$as_save_IFS 2510d1333322Smrg 2511d1333322Smrgfi 2512d1333322Smrgfi 2513d1333322Smrgac_ct_CC=$ac_cv_prog_ac_ct_CC 2514d1333322Smrgif test -n "$ac_ct_CC"; then 2515d1333322Smrg { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2516d1333322Smrgecho "${ECHO_T}$ac_ct_CC" >&6; } 2517d1333322Smrgelse 2518d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 2519d1333322Smrgecho "${ECHO_T}no" >&6; } 2520d1333322Smrgfi 2521d1333322Smrg 2522d1333322Smrg 2523d1333322Smrg test -n "$ac_ct_CC" && break 2524d1333322Smrgdone 2525d1333322Smrg 2526d1333322Smrg if test "x$ac_ct_CC" = x; then 2527d1333322Smrg CC="" 2528d1333322Smrg else 2529d1333322Smrg case $cross_compiling:$ac_tool_warned in 2530d1333322Smrgyes:) 2531d1333322Smrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2532d1333322Smrgwhose name does not start with the host triplet. If you think this 2533d1333322Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5 2534d1333322Smrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2535d1333322Smrgwhose name does not start with the host triplet. If you think this 2536d1333322Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;} 2537d1333322Smrgac_tool_warned=yes ;; 2538d1333322Smrgesac 2539d1333322Smrg CC=$ac_ct_CC 2540d1333322Smrg fi 2541d1333322Smrgfi 2542d1333322Smrg 2543d1333322Smrgfi 2544d1333322Smrg 2545d1333322Smrg 2546d1333322Smrgtest -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2547d1333322SmrgSee \`config.log' for more details." >&5 2548d1333322Smrgecho "$as_me: error: no acceptable C compiler found in \$PATH 2549d1333322SmrgSee \`config.log' for more details." >&2;} 2550d1333322Smrg { (exit 1); exit 1; }; } 2551d1333322Smrg 2552d1333322Smrg# Provide some information about the compiler. 2553d1333322Smrgecho "$as_me:$LINENO: checking for C compiler version" >&5 2554d1333322Smrgac_compiler=`set X $ac_compile; echo $2` 2555d1333322Smrg{ (ac_try="$ac_compiler --version >&5" 2556d1333322Smrgcase "(($ac_try" in 2557d1333322Smrg *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2558d1333322Smrg *) ac_try_echo=$ac_try;; 2559d1333322Smrgesac 2560d1333322Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2561d1333322Smrg (eval "$ac_compiler --version >&5") 2>&5 2562d1333322Smrg ac_status=$? 2563d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 2564d1333322Smrg (exit $ac_status); } 2565d1333322Smrg{ (ac_try="$ac_compiler -v >&5" 2566d1333322Smrgcase "(($ac_try" in 2567d1333322Smrg *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2568d1333322Smrg *) ac_try_echo=$ac_try;; 2569d1333322Smrgesac 2570d1333322Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2571d1333322Smrg (eval "$ac_compiler -v >&5") 2>&5 2572d1333322Smrg ac_status=$? 2573d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 2574d1333322Smrg (exit $ac_status); } 2575d1333322Smrg{ (ac_try="$ac_compiler -V >&5" 2576d1333322Smrgcase "(($ac_try" in 2577d1333322Smrg *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2578d1333322Smrg *) ac_try_echo=$ac_try;; 2579d1333322Smrgesac 2580d1333322Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2581d1333322Smrg (eval "$ac_compiler -V >&5") 2>&5 2582d1333322Smrg ac_status=$? 2583d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 2584d1333322Smrg (exit $ac_status); } 2585d1333322Smrg 2586d1333322Smrgcat >conftest.$ac_ext <<_ACEOF 2587d1333322Smrg/* confdefs.h. */ 2588d1333322Smrg_ACEOF 2589d1333322Smrgcat confdefs.h >>conftest.$ac_ext 2590d1333322Smrgcat >>conftest.$ac_ext <<_ACEOF 2591d1333322Smrg/* end confdefs.h. */ 2592d1333322Smrg 2593d1333322Smrgint 2594d1333322Smrgmain () 2595d1333322Smrg{ 2596d1333322Smrg 2597d1333322Smrg ; 2598d1333322Smrg return 0; 2599d1333322Smrg} 2600d1333322Smrg_ACEOF 2601d1333322Smrgac_clean_files_save=$ac_clean_files 2602d1333322Smrgac_clean_files="$ac_clean_files a.out a.exe b.out" 2603d1333322Smrg# Try to create an executable without -o first, disregard a.out. 2604d1333322Smrg# It will help us diagnose broken compilers, and finding out an intuition 2605d1333322Smrg# of exeext. 2606d1333322Smrg{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2607d1333322Smrgecho $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2608d1333322Smrgac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2609d1333322Smrg# 2610d1333322Smrg# List of possible output files, starting from the most likely. 2611d1333322Smrg# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2612d1333322Smrg# only as a last resort. b.out is created by i960 compilers. 2613d1333322Smrgac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2614d1333322Smrg# 2615d1333322Smrg# The IRIX 6 linker writes into existing files which may not be 2616d1333322Smrg# executable, retaining their permissions. Remove them first so a 2617d1333322Smrg# subsequent execution test works. 2618d1333322Smrgac_rmfiles= 2619d1333322Smrgfor ac_file in $ac_files 2620d1333322Smrgdo 2621d1333322Smrg case $ac_file in 2622d1333322Smrg *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2623d1333322Smrg * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2624d1333322Smrg esac 2625d1333322Smrgdone 2626d1333322Smrgrm -f $ac_rmfiles 2627d1333322Smrg 2628d1333322Smrgif { (ac_try="$ac_link_default" 2629d1333322Smrgcase "(($ac_try" in 2630d1333322Smrg *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2631d1333322Smrg *) ac_try_echo=$ac_try;; 2632d1333322Smrgesac 2633d1333322Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2634d1333322Smrg (eval "$ac_link_default") 2>&5 2635d1333322Smrg ac_status=$? 2636d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 2637d1333322Smrg (exit $ac_status); }; then 2638d1333322Smrg # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2639d1333322Smrg# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 2640d1333322Smrg# in a Makefile. We should not override ac_cv_exeext if it was cached, 2641d1333322Smrg# so that the user can short-circuit this test for compilers unknown to 2642d1333322Smrg# Autoconf. 2643d1333322Smrgfor ac_file in $ac_files '' 2644d1333322Smrgdo 2645d1333322Smrg test -f "$ac_file" || continue 2646d1333322Smrg case $ac_file in 2647d1333322Smrg *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 2648d1333322Smrg ;; 2649d1333322Smrg [ab].out ) 2650d1333322Smrg # We found the default executable, but exeext='' is most 2651d1333322Smrg # certainly right. 2652d1333322Smrg break;; 2653d1333322Smrg *.* ) 2654d1333322Smrg if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2655d1333322Smrg then :; else 2656d1333322Smrg ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2657d1333322Smrg fi 2658d1333322Smrg # We set ac_cv_exeext here because the later test for it is not 2659d1333322Smrg # safe: cross compilers may not add the suffix if given an `-o' 2660d1333322Smrg # argument, so we may need to know it at that point already. 2661d1333322Smrg # Even if this section looks crufty: it has the advantage of 2662d1333322Smrg # actually working. 2663d1333322Smrg break;; 2664d1333322Smrg * ) 2665d1333322Smrg break;; 2666d1333322Smrg esac 2667d1333322Smrgdone 2668d1333322Smrgtest "$ac_cv_exeext" = no && ac_cv_exeext= 2669d1333322Smrg 2670d1333322Smrgelse 2671d1333322Smrg ac_file='' 2672d1333322Smrgfi 2673d1333322Smrg 2674d1333322Smrg{ echo "$as_me:$LINENO: result: $ac_file" >&5 2675d1333322Smrgecho "${ECHO_T}$ac_file" >&6; } 2676d1333322Smrgif test -z "$ac_file"; then 2677d1333322Smrg echo "$as_me: failed program was:" >&5 2678d1333322Smrgsed 's/^/| /' conftest.$ac_ext >&5 2679d1333322Smrg 2680d1333322Smrg{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 2681d1333322SmrgSee \`config.log' for more details." >&5 2682d1333322Smrgecho "$as_me: error: C compiler cannot create executables 2683d1333322SmrgSee \`config.log' for more details." >&2;} 2684d1333322Smrg { (exit 77); exit 77; }; } 2685d1333322Smrgfi 2686d1333322Smrg 2687d1333322Smrgac_exeext=$ac_cv_exeext 2688d1333322Smrg 2689d1333322Smrg# Check that the compiler produces executables we can run. If not, either 2690d1333322Smrg# the compiler is broken, or we cross compile. 2691d1333322Smrg{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2692d1333322Smrgecho $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2693d1333322Smrg# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2694d1333322Smrg# If not cross compiling, check that we can run a simple program. 2695d1333322Smrgif test "$cross_compiling" != yes; then 2696d1333322Smrg if { ac_try='./$ac_file' 2697d1333322Smrg { (case "(($ac_try" in 2698d1333322Smrg *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2699d1333322Smrg *) ac_try_echo=$ac_try;; 2700d1333322Smrgesac 2701d1333322Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2702d1333322Smrg (eval "$ac_try") 2>&5 2703d1333322Smrg ac_status=$? 2704d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 2705d1333322Smrg (exit $ac_status); }; }; then 2706d1333322Smrg cross_compiling=no 2707d1333322Smrg else 2708d1333322Smrg if test "$cross_compiling" = maybe; then 2709d1333322Smrg cross_compiling=yes 2710d1333322Smrg else 2711d1333322Smrg { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2712d1333322SmrgIf you meant to cross compile, use \`--host'. 2713d1333322SmrgSee \`config.log' for more details." >&5 2714d1333322Smrgecho "$as_me: error: cannot run C compiled programs. 2715d1333322SmrgIf you meant to cross compile, use \`--host'. 2716d1333322SmrgSee \`config.log' for more details." >&2;} 2717d1333322Smrg { (exit 1); exit 1; }; } 2718d1333322Smrg fi 2719d1333322Smrg fi 2720d1333322Smrgfi 2721d1333322Smrg{ echo "$as_me:$LINENO: result: yes" >&5 2722d1333322Smrgecho "${ECHO_T}yes" >&6; } 2723d1333322Smrg 2724d1333322Smrgrm -f a.out a.exe conftest$ac_cv_exeext b.out 2725d1333322Smrgac_clean_files=$ac_clean_files_save 2726d1333322Smrg# Check that the compiler produces executables we can run. If not, either 2727d1333322Smrg# the compiler is broken, or we cross compile. 2728d1333322Smrg{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2729d1333322Smrgecho $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2730d1333322Smrg{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 2731d1333322Smrgecho "${ECHO_T}$cross_compiling" >&6; } 2732d1333322Smrg 2733d1333322Smrg{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 2734d1333322Smrgecho $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2735d1333322Smrgif { (ac_try="$ac_link" 2736d1333322Smrgcase "(($ac_try" in 2737d1333322Smrg *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2738d1333322Smrg *) ac_try_echo=$ac_try;; 2739d1333322Smrgesac 2740d1333322Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2741d1333322Smrg (eval "$ac_link") 2>&5 2742d1333322Smrg ac_status=$? 2743d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 2744d1333322Smrg (exit $ac_status); }; then 2745d1333322Smrg # If both `conftest.exe' and `conftest' are `present' (well, observable) 2746d1333322Smrg# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2747d1333322Smrg# work properly (i.e., refer to `conftest.exe'), while it won't with 2748d1333322Smrg# `rm'. 2749d1333322Smrgfor ac_file in conftest.exe conftest conftest.*; do 2750d1333322Smrg test -f "$ac_file" || continue 2751d1333322Smrg case $ac_file in 2752d1333322Smrg *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2753d1333322Smrg *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2754d1333322Smrg break;; 2755d1333322Smrg * ) break;; 2756d1333322Smrg esac 2757d1333322Smrgdone 2758d1333322Smrgelse 2759d1333322Smrg { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2760d1333322SmrgSee \`config.log' for more details." >&5 2761d1333322Smrgecho "$as_me: error: cannot compute suffix of executables: cannot compile and link 2762d1333322SmrgSee \`config.log' for more details." >&2;} 2763d1333322Smrg { (exit 1); exit 1; }; } 2764d1333322Smrgfi 2765d1333322Smrg 2766d1333322Smrgrm -f conftest$ac_cv_exeext 2767d1333322Smrg{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2768d1333322Smrgecho "${ECHO_T}$ac_cv_exeext" >&6; } 2769d1333322Smrg 2770d1333322Smrgrm -f conftest.$ac_ext 2771d1333322SmrgEXEEXT=$ac_cv_exeext 2772d1333322Smrgac_exeext=$EXEEXT 2773d1333322Smrg{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 2774d1333322Smrgecho $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2775d1333322Smrgif test "${ac_cv_objext+set}" = set; then 2776d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 2777d1333322Smrgelse 2778d1333322Smrg cat >conftest.$ac_ext <<_ACEOF 2779d1333322Smrg/* confdefs.h. */ 2780d1333322Smrg_ACEOF 2781d1333322Smrgcat confdefs.h >>conftest.$ac_ext 2782d1333322Smrgcat >>conftest.$ac_ext <<_ACEOF 2783d1333322Smrg/* end confdefs.h. */ 2784d1333322Smrg 2785d1333322Smrgint 2786d1333322Smrgmain () 2787d1333322Smrg{ 2788d1333322Smrg 2789d1333322Smrg ; 2790d1333322Smrg return 0; 2791d1333322Smrg} 2792d1333322Smrg_ACEOF 2793d1333322Smrgrm -f conftest.o conftest.obj 2794d1333322Smrgif { (ac_try="$ac_compile" 2795d1333322Smrgcase "(($ac_try" in 2796d1333322Smrg *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2797d1333322Smrg *) ac_try_echo=$ac_try;; 2798d1333322Smrgesac 2799d1333322Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2800d1333322Smrg (eval "$ac_compile") 2>&5 2801d1333322Smrg ac_status=$? 2802d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 2803d1333322Smrg (exit $ac_status); }; then 2804d1333322Smrg for ac_file in conftest.o conftest.obj conftest.*; do 2805d1333322Smrg test -f "$ac_file" || continue; 2806d1333322Smrg case $ac_file in 2807d1333322Smrg *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 2808d1333322Smrg *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2809d1333322Smrg break;; 2810d1333322Smrg esac 2811d1333322Smrgdone 2812d1333322Smrgelse 2813d1333322Smrg echo "$as_me: failed program was:" >&5 2814d1333322Smrgsed 's/^/| /' conftest.$ac_ext >&5 2815d1333322Smrg 2816d1333322Smrg{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2817d1333322SmrgSee \`config.log' for more details." >&5 2818d1333322Smrgecho "$as_me: error: cannot compute suffix of object files: cannot compile 2819d1333322SmrgSee \`config.log' for more details." >&2;} 2820d1333322Smrg { (exit 1); exit 1; }; } 2821d1333322Smrgfi 2822d1333322Smrg 2823d1333322Smrgrm -f conftest.$ac_cv_objext conftest.$ac_ext 2824d1333322Smrgfi 2825d1333322Smrg{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2826d1333322Smrgecho "${ECHO_T}$ac_cv_objext" >&6; } 2827d1333322SmrgOBJEXT=$ac_cv_objext 2828d1333322Smrgac_objext=$OBJEXT 2829d1333322Smrg{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2830d1333322Smrgecho $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2831d1333322Smrgif test "${ac_cv_c_compiler_gnu+set}" = set; then 2832d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 2833d1333322Smrgelse 2834d1333322Smrg cat >conftest.$ac_ext <<_ACEOF 2835d1333322Smrg/* confdefs.h. */ 2836d1333322Smrg_ACEOF 2837d1333322Smrgcat confdefs.h >>conftest.$ac_ext 2838d1333322Smrgcat >>conftest.$ac_ext <<_ACEOF 2839d1333322Smrg/* end confdefs.h. */ 2840d1333322Smrg 2841d1333322Smrgint 2842d1333322Smrgmain () 2843d1333322Smrg{ 2844d1333322Smrg#ifndef __GNUC__ 2845d1333322Smrg choke me 2846d1333322Smrg#endif 2847d1333322Smrg 2848d1333322Smrg ; 2849d1333322Smrg return 0; 2850d1333322Smrg} 2851d1333322Smrg_ACEOF 2852d1333322Smrgrm -f conftest.$ac_objext 2853d1333322Smrgif { (ac_try="$ac_compile" 2854d1333322Smrgcase "(($ac_try" in 2855d1333322Smrg *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2856d1333322Smrg *) ac_try_echo=$ac_try;; 2857d1333322Smrgesac 2858d1333322Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2859d1333322Smrg (eval "$ac_compile") 2>conftest.er1 2860d1333322Smrg ac_status=$? 2861d1333322Smrg grep -v '^ *+' conftest.er1 >conftest.err 2862d1333322Smrg rm -f conftest.er1 2863d1333322Smrg cat conftest.err >&5 2864d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 2865d1333322Smrg (exit $ac_status); } && { 2866d1333322Smrg test -z "$ac_c_werror_flag" || 2867d1333322Smrg test ! -s conftest.err 2868d1333322Smrg } && test -s conftest.$ac_objext; then 2869d1333322Smrg ac_compiler_gnu=yes 2870d1333322Smrgelse 2871d1333322Smrg echo "$as_me: failed program was:" >&5 2872d1333322Smrgsed 's/^/| /' conftest.$ac_ext >&5 2873d1333322Smrg 2874d1333322Smrg ac_compiler_gnu=no 2875d1333322Smrgfi 2876d1333322Smrg 2877d1333322Smrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2878d1333322Smrgac_cv_c_compiler_gnu=$ac_compiler_gnu 2879d1333322Smrg 2880d1333322Smrgfi 2881d1333322Smrg{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2882d1333322Smrgecho "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2883d1333322SmrgGCC=`test $ac_compiler_gnu = yes && echo yes` 2884d1333322Smrgac_test_CFLAGS=${CFLAGS+set} 2885d1333322Smrgac_save_CFLAGS=$CFLAGS 2886d1333322Smrg{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2887d1333322Smrgecho $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2888d1333322Smrgif test "${ac_cv_prog_cc_g+set}" = set; then 2889d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 2890d1333322Smrgelse 2891d1333322Smrg ac_save_c_werror_flag=$ac_c_werror_flag 2892d1333322Smrg ac_c_werror_flag=yes 2893d1333322Smrg ac_cv_prog_cc_g=no 2894d1333322Smrg CFLAGS="-g" 2895d1333322Smrg cat >conftest.$ac_ext <<_ACEOF 2896d1333322Smrg/* confdefs.h. */ 2897d1333322Smrg_ACEOF 2898d1333322Smrgcat confdefs.h >>conftest.$ac_ext 2899d1333322Smrgcat >>conftest.$ac_ext <<_ACEOF 2900d1333322Smrg/* end confdefs.h. */ 2901d1333322Smrg 2902d1333322Smrgint 2903d1333322Smrgmain () 2904d1333322Smrg{ 2905d1333322Smrg 2906d1333322Smrg ; 2907d1333322Smrg return 0; 2908d1333322Smrg} 2909d1333322Smrg_ACEOF 2910d1333322Smrgrm -f conftest.$ac_objext 2911d1333322Smrgif { (ac_try="$ac_compile" 2912d1333322Smrgcase "(($ac_try" in 2913d1333322Smrg *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2914d1333322Smrg *) ac_try_echo=$ac_try;; 2915d1333322Smrgesac 2916d1333322Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2917d1333322Smrg (eval "$ac_compile") 2>conftest.er1 2918d1333322Smrg ac_status=$? 2919d1333322Smrg grep -v '^ *+' conftest.er1 >conftest.err 2920d1333322Smrg rm -f conftest.er1 2921d1333322Smrg cat conftest.err >&5 2922d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 2923d1333322Smrg (exit $ac_status); } && { 2924d1333322Smrg test -z "$ac_c_werror_flag" || 2925d1333322Smrg test ! -s conftest.err 2926d1333322Smrg } && test -s conftest.$ac_objext; then 2927d1333322Smrg ac_cv_prog_cc_g=yes 2928d1333322Smrgelse 2929d1333322Smrg echo "$as_me: failed program was:" >&5 2930d1333322Smrgsed 's/^/| /' conftest.$ac_ext >&5 2931d1333322Smrg 2932d1333322Smrg CFLAGS="" 2933d1333322Smrg cat >conftest.$ac_ext <<_ACEOF 2934d1333322Smrg/* confdefs.h. */ 2935d1333322Smrg_ACEOF 2936d1333322Smrgcat confdefs.h >>conftest.$ac_ext 2937d1333322Smrgcat >>conftest.$ac_ext <<_ACEOF 2938d1333322Smrg/* end confdefs.h. */ 2939d1333322Smrg 2940d1333322Smrgint 2941d1333322Smrgmain () 2942d1333322Smrg{ 2943d1333322Smrg 2944d1333322Smrg ; 2945d1333322Smrg return 0; 2946d1333322Smrg} 2947d1333322Smrg_ACEOF 2948d1333322Smrgrm -f conftest.$ac_objext 2949d1333322Smrgif { (ac_try="$ac_compile" 2950d1333322Smrgcase "(($ac_try" in 2951d1333322Smrg *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2952d1333322Smrg *) ac_try_echo=$ac_try;; 2953d1333322Smrgesac 2954d1333322Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2955d1333322Smrg (eval "$ac_compile") 2>conftest.er1 2956d1333322Smrg ac_status=$? 2957d1333322Smrg grep -v '^ *+' conftest.er1 >conftest.err 2958d1333322Smrg rm -f conftest.er1 2959d1333322Smrg cat conftest.err >&5 2960d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 2961d1333322Smrg (exit $ac_status); } && { 2962d1333322Smrg test -z "$ac_c_werror_flag" || 2963d1333322Smrg test ! -s conftest.err 2964d1333322Smrg } && test -s conftest.$ac_objext; then 2965d1333322Smrg : 2966d1333322Smrgelse 2967d1333322Smrg echo "$as_me: failed program was:" >&5 2968d1333322Smrgsed 's/^/| /' conftest.$ac_ext >&5 2969d1333322Smrg 2970d1333322Smrg ac_c_werror_flag=$ac_save_c_werror_flag 2971d1333322Smrg CFLAGS="-g" 2972d1333322Smrg cat >conftest.$ac_ext <<_ACEOF 2973d1333322Smrg/* confdefs.h. */ 2974d1333322Smrg_ACEOF 2975d1333322Smrgcat confdefs.h >>conftest.$ac_ext 2976d1333322Smrgcat >>conftest.$ac_ext <<_ACEOF 2977d1333322Smrg/* end confdefs.h. */ 2978d1333322Smrg 2979d1333322Smrgint 2980d1333322Smrgmain () 2981d1333322Smrg{ 2982d1333322Smrg 2983d1333322Smrg ; 2984d1333322Smrg return 0; 2985d1333322Smrg} 2986d1333322Smrg_ACEOF 2987d1333322Smrgrm -f conftest.$ac_objext 2988d1333322Smrgif { (ac_try="$ac_compile" 2989d1333322Smrgcase "(($ac_try" in 2990d1333322Smrg *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2991d1333322Smrg *) ac_try_echo=$ac_try;; 2992d1333322Smrgesac 2993d1333322Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2994d1333322Smrg (eval "$ac_compile") 2>conftest.er1 2995d1333322Smrg ac_status=$? 2996d1333322Smrg grep -v '^ *+' conftest.er1 >conftest.err 2997d1333322Smrg rm -f conftest.er1 2998d1333322Smrg cat conftest.err >&5 2999d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 3000d1333322Smrg (exit $ac_status); } && { 3001d1333322Smrg test -z "$ac_c_werror_flag" || 3002d1333322Smrg test ! -s conftest.err 3003d1333322Smrg } && test -s conftest.$ac_objext; then 3004d1333322Smrg ac_cv_prog_cc_g=yes 3005d1333322Smrgelse 3006d1333322Smrg echo "$as_me: failed program was:" >&5 3007d1333322Smrgsed 's/^/| /' conftest.$ac_ext >&5 3008d1333322Smrg 3009d1333322Smrg 3010d1333322Smrgfi 3011d1333322Smrg 3012d1333322Smrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3013d1333322Smrgfi 3014d1333322Smrg 3015d1333322Smrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3016d1333322Smrgfi 3017d1333322Smrg 3018d1333322Smrgrm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3019d1333322Smrg ac_c_werror_flag=$ac_save_c_werror_flag 3020d1333322Smrgfi 3021d1333322Smrg{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3022d1333322Smrgecho "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 3023d1333322Smrgif test "$ac_test_CFLAGS" = set; then 3024d1333322Smrg CFLAGS=$ac_save_CFLAGS 3025d1333322Smrgelif test $ac_cv_prog_cc_g = yes; then 3026d1333322Smrg if test "$GCC" = yes; then 3027d1333322Smrg CFLAGS="-g -O2" 3028d1333322Smrg else 3029d1333322Smrg CFLAGS="-g" 3030d1333322Smrg fi 3031d1333322Smrgelse 3032d1333322Smrg if test "$GCC" = yes; then 3033d1333322Smrg CFLAGS="-O2" 3034d1333322Smrg else 3035d1333322Smrg CFLAGS= 3036d1333322Smrg fi 3037d1333322Smrgfi 3038d1333322Smrg{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 3039d1333322Smrgecho $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 3040d1333322Smrgif test "${ac_cv_prog_cc_c89+set}" = set; then 3041d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 3042d1333322Smrgelse 3043d1333322Smrg ac_cv_prog_cc_c89=no 3044d1333322Smrgac_save_CC=$CC 3045d1333322Smrgcat >conftest.$ac_ext <<_ACEOF 3046d1333322Smrg/* confdefs.h. */ 3047d1333322Smrg_ACEOF 3048d1333322Smrgcat confdefs.h >>conftest.$ac_ext 3049d1333322Smrgcat >>conftest.$ac_ext <<_ACEOF 3050d1333322Smrg/* end confdefs.h. */ 3051d1333322Smrg#include <stdarg.h> 3052d1333322Smrg#include <stdio.h> 3053d1333322Smrg#include <sys/types.h> 3054d1333322Smrg#include <sys/stat.h> 3055d1333322Smrg/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3056d1333322Smrgstruct buf { int x; }; 3057d1333322SmrgFILE * (*rcsopen) (struct buf *, struct stat *, int); 3058d1333322Smrgstatic char *e (p, i) 3059d1333322Smrg char **p; 3060d1333322Smrg int i; 3061d1333322Smrg{ 3062d1333322Smrg return p[i]; 3063d1333322Smrg} 3064d1333322Smrgstatic char *f (char * (*g) (char **, int), char **p, ...) 3065d1333322Smrg{ 3066d1333322Smrg char *s; 3067d1333322Smrg va_list v; 3068d1333322Smrg va_start (v,p); 3069d1333322Smrg s = g (p, va_arg (v,int)); 3070d1333322Smrg va_end (v); 3071d1333322Smrg return s; 3072d1333322Smrg} 3073d1333322Smrg 3074d1333322Smrg/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 3075d1333322Smrg function prototypes and stuff, but not '\xHH' hex character constants. 3076d1333322Smrg These don't provoke an error unfortunately, instead are silently treated 3077d1333322Smrg as 'x'. The following induces an error, until -std is added to get 3078d1333322Smrg proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 3079d1333322Smrg array size at least. It's necessary to write '\x00'==0 to get something 3080d1333322Smrg that's true only with -std. */ 3081d1333322Smrgint osf4_cc_array ['\x00' == 0 ? 1 : -1]; 3082d1333322Smrg 3083d1333322Smrg/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 3084d1333322Smrg inside strings and character constants. */ 3085d1333322Smrg#define FOO(x) 'x' 3086d1333322Smrgint xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 3087d1333322Smrg 3088d1333322Smrgint test (int i, double x); 3089d1333322Smrgstruct s1 {int (*f) (int a);}; 3090d1333322Smrgstruct s2 {int (*f) (double a);}; 3091d1333322Smrgint pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 3092d1333322Smrgint argc; 3093d1333322Smrgchar **argv; 3094d1333322Smrgint 3095d1333322Smrgmain () 3096d1333322Smrg{ 3097d1333322Smrgreturn f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 3098d1333322Smrg ; 3099d1333322Smrg return 0; 3100d1333322Smrg} 3101d1333322Smrg_ACEOF 3102d1333322Smrgfor ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 3103d1333322Smrg -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 3104d1333322Smrgdo 3105d1333322Smrg CC="$ac_save_CC $ac_arg" 3106d1333322Smrg rm -f conftest.$ac_objext 3107d1333322Smrgif { (ac_try="$ac_compile" 3108d1333322Smrgcase "(($ac_try" in 3109d1333322Smrg *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3110d1333322Smrg *) ac_try_echo=$ac_try;; 3111d1333322Smrgesac 3112d1333322Smrgeval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3113d1333322Smrg (eval "$ac_compile") 2>conftest.er1 3114d1333322Smrg ac_status=$? 3115d1333322Smrg grep -v '^ *+' conftest.er1 >conftest.err 3116d1333322Smrg rm -f conftest.er1 3117d1333322Smrg cat conftest.err >&5 3118d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 3119d1333322Smrg (exit $ac_status); } && { 3120d1333322Smrg test -z "$ac_c_werror_flag" || 3121d1333322Smrg test ! -s conftest.err 3122d1333322Smrg } && test -s conftest.$ac_objext; then 3123d1333322Smrg ac_cv_prog_cc_c89=$ac_arg 3124d1333322Smrgelse 3125d1333322Smrg echo "$as_me: failed program was:" >&5 3126d1333322Smrgsed 's/^/| /' conftest.$ac_ext >&5 3127d1333322Smrg 3128d1333322Smrg 3129d1333322Smrgfi 3130d1333322Smrg 3131d1333322Smrgrm -f core conftest.err conftest.$ac_objext 3132d1333322Smrg test "x$ac_cv_prog_cc_c89" != "xno" && break 3133d1333322Smrgdone 3134d1333322Smrgrm -f conftest.$ac_ext 3135d1333322SmrgCC=$ac_save_CC 3136d1333322Smrg 3137d1333322Smrgfi 3138d1333322Smrg# AC_CACHE_VAL 3139d1333322Smrgcase "x$ac_cv_prog_cc_c89" in 3140d1333322Smrg x) 3141d1333322Smrg { echo "$as_me:$LINENO: result: none needed" >&5 3142d1333322Smrgecho "${ECHO_T}none needed" >&6; } ;; 3143d1333322Smrg xno) 3144d1333322Smrg { echo "$as_me:$LINENO: result: unsupported" >&5 3145d1333322Smrgecho "${ECHO_T}unsupported" >&6; } ;; 3146d1333322Smrg *) 3147d1333322Smrg CC="$CC $ac_cv_prog_cc_c89" 3148d1333322Smrg { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 3149d1333322Smrgecho "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 3150d1333322Smrgesac 3151d1333322Smrg 3152d1333322Smrg 3153d1333322Smrgac_ext=c 3154d1333322Smrgac_cpp='$CPP $CPPFLAGS' 3155d1333322Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3156d1333322Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3157d1333322Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu 3158d1333322SmrgDEPDIR="${am__leading_dot}deps" 3159d1333322Smrg 3160d1333322Smrgac_config_commands="$ac_config_commands depfiles" 3161d1333322Smrg 3162d1333322Smrg 3163d1333322Smrgam_make=${MAKE-make} 3164d1333322Smrgcat > confinc << 'END' 3165d1333322Smrgam__doit: 3166d1333322Smrg @echo done 3167d1333322Smrg.PHONY: am__doit 3168d1333322SmrgEND 3169d1333322Smrg# If we don't find an include directive, just comment out the code. 3170d1333322Smrg{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 3171d1333322Smrgecho $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } 3172d1333322Smrgam__include="#" 3173d1333322Smrgam__quote= 3174d1333322Smrg_am_result=none 3175d1333322Smrg# First try GNU make style include. 3176d1333322Smrgecho "include confinc" > confmf 3177d1333322Smrg# We grep out `Entering directory' and `Leaving directory' 3178d1333322Smrg# messages which can occur if `w' ends up in MAKEFLAGS. 3179d1333322Smrg# In particular we don't look at `^make:' because GNU make might 3180d1333322Smrg# be invoked under some other name (usually "gmake"), in which 3181d1333322Smrg# case it prints its new name instead of `make'. 3182d1333322Smrgif test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then 3183d1333322Smrg am__include=include 3184d1333322Smrg am__quote= 3185d1333322Smrg _am_result=GNU 3186d1333322Smrgfi 3187d1333322Smrg# Now try BSD make style include. 3188d1333322Smrgif test "$am__include" = "#"; then 3189d1333322Smrg echo '.include "confinc"' > confmf 3190d1333322Smrg if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then 3191d1333322Smrg am__include=.include 3192d1333322Smrg am__quote="\"" 3193d1333322Smrg _am_result=BSD 3194d1333322Smrg fi 3195d1333322Smrgfi 3196d1333322Smrg 3197d1333322Smrg 3198d1333322Smrg{ echo "$as_me:$LINENO: result: $_am_result" >&5 3199d1333322Smrgecho "${ECHO_T}$_am_result" >&6; } 3200d1333322Smrgrm -f confinc confmf 3201d1333322Smrg 3202d1333322Smrg# Check whether --enable-dependency-tracking was given. 3203d1333322Smrgif test "${enable_dependency_tracking+set}" = set; then 3204d1333322Smrg enableval=$enable_dependency_tracking; 3205d1333322Smrgfi 3206d1333322Smrg 3207d1333322Smrgif test "x$enable_dependency_tracking" != xno; then 3208d1333322Smrg am_depcomp="$ac_aux_dir/depcomp" 3209d1333322Smrg AMDEPBACKSLASH='\' 3210d1333322Smrgfi 3211d1333322Smrg if test "x$enable_dependency_tracking" != xno; then 3212d1333322Smrg AMDEP_TRUE= 3213d1333322Smrg AMDEP_FALSE='#' 3214d1333322Smrgelse 3215d1333322Smrg AMDEP_TRUE='#' 3216d1333322Smrg AMDEP_FALSE= 3217d1333322Smrgfi 3218d1333322Smrg 3219d1333322Smrg 3220d1333322Smrg 3221d1333322Smrgdepcc="$CC" am_compiler_list= 3222d1333322Smrg 3223d1333322Smrg{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 3224d1333322Smrgecho $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 3225d1333322Smrgif test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 3226d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 3227d1333322Smrgelse 3228d1333322Smrg if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 3229d1333322Smrg # We make a subdir and do the tests there. Otherwise we can end up 3230d1333322Smrg # making bogus files that we don't know about and never remove. For 3231d1333322Smrg # instance it was reported that on HP-UX the gcc test will end up 3232d1333322Smrg # making a dummy file named `D' -- because `-MD' means `put the output 3233d1333322Smrg # in D'. 3234d1333322Smrg mkdir conftest.dir 3235d1333322Smrg # Copy depcomp to subdir because otherwise we won't find it if we're 3236d1333322Smrg # using a relative directory. 3237d1333322Smrg cp "$am_depcomp" conftest.dir 3238d1333322Smrg cd conftest.dir 3239d1333322Smrg # We will build objects and dependencies in a subdirectory because 3240d1333322Smrg # it helps to detect inapplicable dependency modes. For instance 3241d1333322Smrg # both Tru64's cc and ICC support -MD to output dependencies as a 3242d1333322Smrg # side effect of compilation, but ICC will put the dependencies in 3243d1333322Smrg # the current directory while Tru64 will put them in the object 3244d1333322Smrg # directory. 3245d1333322Smrg mkdir sub 3246d1333322Smrg 3247d1333322Smrg am_cv_CC_dependencies_compiler_type=none 3248d1333322Smrg if test "$am_compiler_list" = ""; then 3249d1333322Smrg am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 3250d1333322Smrg fi 3251d1333322Smrg for depmode in $am_compiler_list; do 3252d1333322Smrg # Setup a source with many dependencies, because some compilers 3253d1333322Smrg # like to wrap large dependency lists on column 80 (with \), and 3254d1333322Smrg # we should not choose a depcomp mode which is confused by this. 3255d1333322Smrg # 3256d1333322Smrg # We need to recreate these files for each test, as the compiler may 3257d1333322Smrg # overwrite some of them when testing with obscure command lines. 3258d1333322Smrg # This happens at least with the AIX C compiler. 3259d1333322Smrg : > sub/conftest.c 3260d1333322Smrg for i in 1 2 3 4 5 6; do 3261d1333322Smrg echo '#include "conftst'$i'.h"' >> sub/conftest.c 3262d1333322Smrg # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 3263d1333322Smrg # Solaris 8's {/usr,}/bin/sh. 3264d1333322Smrg touch sub/conftst$i.h 3265d1333322Smrg done 3266d1333322Smrg echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 3267d1333322Smrg 3268d1333322Smrg case $depmode in 3269d1333322Smrg nosideeffect) 3270d1333322Smrg # after this tag, mechanisms are not by side-effect, so they'll 3271d1333322Smrg # only be used when explicitly requested 3272d1333322Smrg if test "x$enable_dependency_tracking" = xyes; then 3273d1333322Smrg continue 3274d1333322Smrg else 3275d1333322Smrg break 3276d1333322Smrg fi 3277d1333322Smrg ;; 3278d1333322Smrg none) break ;; 3279d1333322Smrg esac 3280d1333322Smrg # We check with `-c' and `-o' for the sake of the "dashmstdout" 3281d1333322Smrg # mode. It turns out that the SunPro C++ compiler does not properly 3282d1333322Smrg # handle `-M -o', and we need to detect this. 3283d1333322Smrg if depmode=$depmode \ 3284d1333322Smrg source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 3285d1333322Smrg depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 3286d1333322Smrg $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 3287d1333322Smrg >/dev/null 2>conftest.err && 3288d1333322Smrg grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 3289d1333322Smrg grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 3290d1333322Smrg grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 3291d1333322Smrg ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 3292d1333322Smrg # icc doesn't choke on unknown options, it will just issue warnings 3293d1333322Smrg # or remarks (even with -Werror). So we grep stderr for any message 3294d1333322Smrg # that says an option was ignored or not supported. 3295d1333322Smrg # When given -MP, icc 7.0 and 7.1 complain thusly: 3296d1333322Smrg # icc: Command line warning: ignoring option '-M'; no argument required 3297d1333322Smrg # The diagnosis changed in icc 8.0: 3298d1333322Smrg # icc: Command line remark: option '-MP' not supported 3299d1333322Smrg if (grep 'ignoring option' conftest.err || 3300d1333322Smrg grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 3301d1333322Smrg am_cv_CC_dependencies_compiler_type=$depmode 3302d1333322Smrg break 3303d1333322Smrg fi 3304d1333322Smrg fi 3305d1333322Smrg done 3306d1333322Smrg 3307d1333322Smrg cd .. 3308d1333322Smrg rm -rf conftest.dir 3309d1333322Smrgelse 3310d1333322Smrg am_cv_CC_dependencies_compiler_type=none 3311d1333322Smrgfi 3312d1333322Smrg 3313d1333322Smrgfi 3314d1333322Smrg{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 3315d1333322Smrgecho "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } 3316d1333322SmrgCCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 3317d1333322Smrg 3318d1333322Smrg if 3319d1333322Smrg test "x$enable_dependency_tracking" != xno \ 3320d1333322Smrg && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 3321d1333322Smrg am__fastdepCC_TRUE= 3322d1333322Smrg am__fastdepCC_FALSE='#' 3323d1333322Smrgelse 3324d1333322Smrg am__fastdepCC_TRUE='#' 3325d1333322Smrg am__fastdepCC_FALSE= 3326d1333322Smrgfi 3327d1333322Smrg 3328d1333322Smrg 3329d1333322Smrg# Find a good install program. We prefer a C program (faster), 3330d1333322Smrg# so one script is as good as another. But avoid the broken or 3331d1333322Smrg# incompatible versions: 3332d1333322Smrg# SysV /etc/install, /usr/sbin/install 3333d1333322Smrg# SunOS /usr/etc/install 3334d1333322Smrg# IRIX /sbin/install 3335d1333322Smrg# AIX /bin/install 3336d1333322Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs 3337d1333322Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3338d1333322Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3339d1333322Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3340d1333322Smrg# OS/2's system install, which has a completely different semantic 3341d1333322Smrg# ./install, which can be erroneously created by make from ./install.sh. 3342d1333322Smrg{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3343d1333322Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 3344d1333322Smrgif test -z "$INSTALL"; then 3345d1333322Smrgif test "${ac_cv_path_install+set}" = set; then 3346d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 3347d1333322Smrgelse 3348d1333322Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3349d1333322Smrgfor as_dir in $PATH 3350d1333322Smrgdo 3351d1333322Smrg IFS=$as_save_IFS 3352d1333322Smrg test -z "$as_dir" && as_dir=. 3353d1333322Smrg # Account for people who put trailing slashes in PATH elements. 3354d1333322Smrgcase $as_dir/ in 3355d1333322Smrg ./ | .// | /cC/* | \ 3356d1333322Smrg /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 3357d1333322Smrg ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 3358d1333322Smrg /usr/ucb/* ) ;; 3359d1333322Smrg *) 3360d1333322Smrg # OSF1 and SCO ODT 3.0 have their own names for install. 3361d1333322Smrg # Don't use installbsd from OSF since it installs stuff as root 3362d1333322Smrg # by default. 3363d1333322Smrg for ac_prog in ginstall scoinst install; do 3364d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 3365d1333322Smrg if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 3366d1333322Smrg if test $ac_prog = install && 3367d1333322Smrg grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3368d1333322Smrg # AIX install. It has an incompatible calling convention. 3369d1333322Smrg : 3370d1333322Smrg elif test $ac_prog = install && 3371d1333322Smrg grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3372d1333322Smrg # program-specific install script used by HP pwplus--don't use. 3373d1333322Smrg : 3374d1333322Smrg else 3375d1333322Smrg ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3376d1333322Smrg break 3 3377d1333322Smrg fi 3378d1333322Smrg fi 3379d1333322Smrg done 3380d1333322Smrg done 3381d1333322Smrg ;; 3382d1333322Smrgesac 3383d1333322Smrgdone 3384d1333322SmrgIFS=$as_save_IFS 3385d1333322Smrg 3386d1333322Smrg 3387d1333322Smrgfi 3388d1333322Smrg if test "${ac_cv_path_install+set}" = set; then 3389d1333322Smrg INSTALL=$ac_cv_path_install 3390d1333322Smrg else 3391d1333322Smrg # As a last resort, use the slow shell script. Don't cache a 3392d1333322Smrg # value for INSTALL within a source directory, because that will 3393d1333322Smrg # break other packages using the cache if that directory is 3394d1333322Smrg # removed, or if the value is a relative name. 3395d1333322Smrg INSTALL=$ac_install_sh 3396d1333322Smrg fi 3397d1333322Smrgfi 3398d1333322Smrg{ echo "$as_me:$LINENO: result: $INSTALL" >&5 3399d1333322Smrgecho "${ECHO_T}$INSTALL" >&6; } 3400d1333322Smrg 3401d1333322Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3402d1333322Smrg# It thinks the first close brace ends the variable substitution. 3403d1333322Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 3404d1333322Smrg 3405d1333322Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 3406d1333322Smrg 3407d1333322Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 3408d1333322Smrg 3409d1333322Smrg 3410d1333322Smrg# Checks for pkg-config packages 3411d1333322Smrg 3412d1333322Smrg 3413d1333322Smrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 3414d1333322Smrg if test -n "$ac_tool_prefix"; then 3415d1333322Smrg # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 3416d1333322Smrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2 3417d1333322Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5 3418d1333322Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3419d1333322Smrgif test "${ac_cv_path_PKG_CONFIG+set}" = set; then 3420d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 3421d1333322Smrgelse 3422d1333322Smrg case $PKG_CONFIG in 3423d1333322Smrg [\\/]* | ?:[\\/]*) 3424d1333322Smrg ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 3425d1333322Smrg ;; 3426d1333322Smrg *) 3427d1333322Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3428d1333322Smrgfor as_dir in $PATH 3429d1333322Smrgdo 3430d1333322Smrg IFS=$as_save_IFS 3431d1333322Smrg test -z "$as_dir" && as_dir=. 3432d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 3433d1333322Smrg if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3434d1333322Smrg ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 3435d1333322Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3436d1333322Smrg break 2 3437d1333322Smrg fi 3438d1333322Smrgdone 3439d1333322Smrgdone 3440d1333322SmrgIFS=$as_save_IFS 3441d1333322Smrg 3442d1333322Smrg ;; 3443d1333322Smrgesac 3444d1333322Smrgfi 3445d1333322SmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG 3446d1333322Smrgif test -n "$PKG_CONFIG"; then 3447d1333322Smrg { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 3448d1333322Smrgecho "${ECHO_T}$PKG_CONFIG" >&6; } 3449d1333322Smrgelse 3450d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 3451d1333322Smrgecho "${ECHO_T}no" >&6; } 3452d1333322Smrgfi 3453d1333322Smrg 3454d1333322Smrg 3455d1333322Smrgfi 3456d1333322Smrgif test -z "$ac_cv_path_PKG_CONFIG"; then 3457d1333322Smrg ac_pt_PKG_CONFIG=$PKG_CONFIG 3458d1333322Smrg # Extract the first word of "pkg-config", so it can be a program name with args. 3459d1333322Smrgset dummy pkg-config; ac_word=$2 3460d1333322Smrg{ echo "$as_me:$LINENO: checking for $ac_word" >&5 3461d1333322Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 3462d1333322Smrgif test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then 3463d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 3464d1333322Smrgelse 3465d1333322Smrg case $ac_pt_PKG_CONFIG in 3466d1333322Smrg [\\/]* | ?:[\\/]*) 3467d1333322Smrg ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 3468d1333322Smrg ;; 3469d1333322Smrg *) 3470d1333322Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3471d1333322Smrgfor as_dir in $PATH 3472d1333322Smrgdo 3473d1333322Smrg IFS=$as_save_IFS 3474d1333322Smrg test -z "$as_dir" && as_dir=. 3475d1333322Smrg for ac_exec_ext in '' $ac_executable_extensions; do 3476d1333322Smrg if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3477d1333322Smrg ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 3478d1333322Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3479d1333322Smrg break 2 3480d1333322Smrg fi 3481d1333322Smrgdone 3482d1333322Smrgdone 3483d1333322SmrgIFS=$as_save_IFS 3484d1333322Smrg 3485d1333322Smrg ;; 3486d1333322Smrgesac 3487d1333322Smrgfi 3488d1333322Smrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 3489d1333322Smrgif test -n "$ac_pt_PKG_CONFIG"; then 3490d1333322Smrg { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 3491d1333322Smrgecho "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; } 3492d1333322Smrgelse 3493d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 3494d1333322Smrgecho "${ECHO_T}no" >&6; } 3495d1333322Smrgfi 3496d1333322Smrg 3497d1333322Smrg if test "x$ac_pt_PKG_CONFIG" = x; then 3498d1333322Smrg PKG_CONFIG="" 3499d1333322Smrg else 3500d1333322Smrg case $cross_compiling:$ac_tool_warned in 3501d1333322Smrgyes:) 3502d1333322Smrg{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3503d1333322Smrgwhose name does not start with the host triplet. If you think this 3504d1333322Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&5 3505d1333322Smrgecho "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3506d1333322Smrgwhose name does not start with the host triplet. If you think this 3507d1333322Smrgconfiguration is useful to you, please write to autoconf@gnu.org." >&2;} 3508d1333322Smrgac_tool_warned=yes ;; 3509d1333322Smrgesac 3510d1333322Smrg PKG_CONFIG=$ac_pt_PKG_CONFIG 3511d1333322Smrg fi 3512d1333322Smrgelse 3513d1333322Smrg PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 3514d1333322Smrgfi 3515d1333322Smrg 3516d1333322Smrgfi 3517d1333322Smrgif test -n "$PKG_CONFIG"; then 3518d1333322Smrg _pkg_min_version=0.9.0 3519d1333322Smrg { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 3520d1333322Smrgecho $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; } 3521d1333322Smrg if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 3522d1333322Smrg { echo "$as_me:$LINENO: result: yes" >&5 3523d1333322Smrgecho "${ECHO_T}yes" >&6; } 3524d1333322Smrg else 3525d1333322Smrg { echo "$as_me:$LINENO: result: no" >&5 3526d1333322Smrgecho "${ECHO_T}no" >&6; } 3527d1333322Smrg PKG_CONFIG="" 3528d1333322Smrg fi 3529d1333322Smrg 3530d1333322Smrgfi 3531d1333322Smrg 3532d1333322Smrgpkg_failed=no 3533d1333322Smrg{ echo "$as_me:$LINENO: checking for FSLSFONTS" >&5 3534d1333322Smrgecho $ECHO_N "checking for FSLSFONTS... $ECHO_C" >&6; } 3535d1333322Smrg 3536d1333322Smrgif test -n "$PKG_CONFIG"; then 3537d1333322Smrg if test -n "$PKG_CONFIG" && \ 3538d1333322Smrg { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 libfs\"") >&5 3539d1333322Smrg ($PKG_CONFIG --exists --print-errors "x11 libfs") 2>&5 3540d1333322Smrg ac_status=$? 3541d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 3542d1333322Smrg (exit $ac_status); }; then 3543d1333322Smrg pkg_cv_FSLSFONTS_CFLAGS=`$PKG_CONFIG --cflags "x11 libfs" 2>/dev/null` 3544d1333322Smrgelse 3545d1333322Smrg pkg_failed=yes 3546d1333322Smrgfi 3547d1333322Smrgelse 3548d1333322Smrg pkg_failed=untried 3549d1333322Smrgfi 3550d1333322Smrgif test -n "$PKG_CONFIG"; then 3551d1333322Smrg if test -n "$PKG_CONFIG" && \ 3552d1333322Smrg { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 libfs\"") >&5 3553d1333322Smrg ($PKG_CONFIG --exists --print-errors "x11 libfs") 2>&5 3554d1333322Smrg ac_status=$? 3555d1333322Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 3556d1333322Smrg (exit $ac_status); }; then 3557d1333322Smrg pkg_cv_FSLSFONTS_LIBS=`$PKG_CONFIG --libs "x11 libfs" 2>/dev/null` 3558d1333322Smrgelse 3559d1333322Smrg pkg_failed=yes 3560d1333322Smrgfi 3561d1333322Smrgelse 3562d1333322Smrg pkg_failed=untried 3563d1333322Smrgfi 3564d1333322Smrg 3565d1333322Smrgif test $pkg_failed = yes; then 3566d1333322Smrg FSLSFONTS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 libfs"` 3567d1333322Smrg # Put the nasty error message in config.log where it belongs 3568d1333322Smrg echo "$FSLSFONTS_PKG_ERRORS" 1>&5 3569d1333322Smrg 3570d1333322Smrg { { echo "$as_me:$LINENO: error: Package requirements (x11 libfs) were not met. 3571d1333322SmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you 3572d1333322Smrginstalled software in a non-standard prefix. 3573d1333322Smrg 3574d1333322SmrgAlternatively you may set the FSLSFONTS_CFLAGS and FSLSFONTS_LIBS environment variables 3575d1333322Smrgto avoid the need to call pkg-config. See the pkg-config man page for 3576d1333322Smrgmore details." >&5 3577d1333322Smrgecho "$as_me: error: Package requirements (x11 libfs) were not met. 3578d1333322SmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you 3579d1333322Smrginstalled software in a non-standard prefix. 3580d1333322Smrg 3581d1333322SmrgAlternatively you may set the FSLSFONTS_CFLAGS and FSLSFONTS_LIBS environment variables 3582d1333322Smrgto avoid the need to call pkg-config. See the pkg-config man page for 3583d1333322Smrgmore details." >&2;} 3584d1333322Smrg { (exit 1); exit 1; }; } 3585d1333322Smrgelif test $pkg_failed = untried; then 3586d1333322Smrg { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it 3587d1333322Smrgis in your PATH or set the PKG_CONFIG environment variable to the full 3588d1333322Smrgpath to pkg-config. 3589d1333322Smrg 3590d1333322SmrgAlternatively you may set the FSLSFONTS_CFLAGS and FSLSFONTS_LIBS environment variables 3591d1333322Smrgto avoid the need to call pkg-config. See the pkg-config man page for 3592d1333322Smrgmore details. 3593d1333322Smrg 3594d1333322SmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. 3595d1333322SmrgSee \`config.log' for more details." >&5 3596d1333322Smrgecho "$as_me: error: The pkg-config script could not be found or is too old. Make sure it 3597d1333322Smrgis in your PATH or set the PKG_CONFIG environment variable to the full 3598d1333322Smrgpath to pkg-config. 3599d1333322Smrg 3600d1333322SmrgAlternatively you may set the FSLSFONTS_CFLAGS and FSLSFONTS_LIBS environment variables 3601d1333322Smrgto avoid the need to call pkg-config. See the pkg-config man page for 3602d1333322Smrgmore details. 3603d1333322Smrg 3604d1333322SmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. 3605d1333322SmrgSee \`config.log' for more details." >&2;} 3606d1333322Smrg { (exit 1); exit 1; }; } 3607d1333322Smrgelse 3608d1333322Smrg FSLSFONTS_CFLAGS=$pkg_cv_FSLSFONTS_CFLAGS 3609d1333322Smrg FSLSFONTS_LIBS=$pkg_cv_FSLSFONTS_LIBS 3610d1333322Smrg { echo "$as_me:$LINENO: result: yes" >&5 3611d1333322Smrgecho "${ECHO_T}yes" >&6; } 3612d1333322Smrg : 3613d1333322Smrgfi 3614d1333322Smrg 3615d1333322Smrg 3616d1333322Smrg 3617d1333322Smrg# Make sure we can run config.sub. 3618d1333322Smrg$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 3619d1333322Smrg { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 3620d1333322Smrgecho "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 3621d1333322Smrg { (exit 1); exit 1; }; } 3622d1333322Smrg 3623d1333322Smrg{ echo "$as_me:$LINENO: checking build system type" >&5 3624d1333322Smrgecho $ECHO_N "checking build system type... $ECHO_C" >&6; } 3625d1333322Smrgif test "${ac_cv_build+set}" = set; then 3626d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 3627d1333322Smrgelse 3628d1333322Smrg ac_build_alias=$build_alias 3629d1333322Smrgtest "x$ac_build_alias" = x && 3630d1333322Smrg ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 3631d1333322Smrgtest "x$ac_build_alias" = x && 3632d1333322Smrg { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 3633d1333322Smrgecho "$as_me: error: cannot guess build type; you must specify one" >&2;} 3634d1333322Smrg { (exit 1); exit 1; }; } 3635d1333322Smrgac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 3636d1333322Smrg { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 3637d1333322Smrgecho "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 3638d1333322Smrg { (exit 1); exit 1; }; } 3639d1333322Smrg 3640d1333322Smrgfi 3641d1333322Smrg{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 3642d1333322Smrgecho "${ECHO_T}$ac_cv_build" >&6; } 3643d1333322Smrgcase $ac_cv_build in 3644d1333322Smrg*-*-*) ;; 3645d1333322Smrg*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 3646d1333322Smrgecho "$as_me: error: invalid value of canonical build" >&2;} 3647d1333322Smrg { (exit 1); exit 1; }; };; 3648d1333322Smrgesac 3649d1333322Smrgbuild=$ac_cv_build 3650d1333322Smrgac_save_IFS=$IFS; IFS='-' 3651d1333322Smrgset x $ac_cv_build 3652d1333322Smrgshift 3653d1333322Smrgbuild_cpu=$1 3654d1333322Smrgbuild_vendor=$2 3655d1333322Smrgshift; shift 3656d1333322Smrg# Remember, the first character of IFS is used to create $*, 3657d1333322Smrg# except with old shells: 3658d1333322Smrgbuild_os=$* 3659d1333322SmrgIFS=$ac_save_IFS 3660d1333322Smrgcase $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 3661d1333322Smrg 3662d1333322Smrg 3663d1333322Smrg{ echo "$as_me:$LINENO: checking host system type" >&5 3664d1333322Smrgecho $ECHO_N "checking host system type... $ECHO_C" >&6; } 3665d1333322Smrgif test "${ac_cv_host+set}" = set; then 3666d1333322Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 3667d1333322Smrgelse 3668d1333322Smrg if test "x$host_alias" = x; then 3669d1333322Smrg ac_cv_host=$ac_cv_build 3670d1333322Smrgelse 3671d1333322Smrg ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 3672d1333322Smrg { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 3673d1333322Smrgecho "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 3674d1333322Smrg { (exit 1); exit 1; }; } 3675d1333322Smrgfi 3676d1333322Smrg 3677d1333322Smrgfi 3678d1333322Smrg{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 3679d1333322Smrgecho "${ECHO_T}$ac_cv_host" >&6; } 3680d1333322Smrgcase $ac_cv_host in 3681d1333322Smrg*-*-*) ;; 3682d1333322Smrg*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 3683d1333322Smrgecho "$as_me: error: invalid value of canonical host" >&2;} 3684d1333322Smrg { (exit 1); exit 1; }; };; 3685d1333322Smrgesac 3686d1333322Smrghost=$ac_cv_host 3687d1333322Smrgac_save_IFS=$IFS; IFS='-' 3688d1333322Smrgset x $ac_cv_host 3689d1333322Smrgshift 3690d1333322Smrghost_cpu=$1 3691d1333322Smrghost_vendor=$2 3692d1333322Smrgshift; shift 3693d1333322Smrg# Remember, the first character of IFS is used to create $*, 3694d1333322Smrg# except with old shells: 3695d1333322Smrghost_os=$* 3696d1333322SmrgIFS=$ac_save_IFS 3697d1333322Smrgcase $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac 3698d1333322Smrg 3699d1333322Smrg 3700d1333322Smrg 3701d1333322Smrg 3702d1333322Smrg 3703d1333322Smrgif test x$APP_MAN_SUFFIX = x ; then 3704d1333322Smrg APP_MAN_SUFFIX=1 3705d1333322Smrgfi 3706d1333322Smrgif test x$APP_MAN_DIR = x ; then 3707d1333322Smrg APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' 3708d1333322Smrgfi 3709d1333322Smrg 3710d1333322Smrgif test x$LIB_MAN_SUFFIX = x ; then 3711d1333322Smrg LIB_MAN_SUFFIX=3 3712d1333322Smrgfi 3713d1333322Smrgif test x$LIB_MAN_DIR = x ; then 3714d1333322Smrg LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' 3715d1333322Smrgfi 3716d1333322Smrg 3717d1333322Smrgif test x$FILE_MAN_SUFFIX = x ; then 3718d1333322Smrg case $host_os in 3719d1333322Smrg solaris*) FILE_MAN_SUFFIX=4 ;; 3720d1333322Smrg *) FILE_MAN_SUFFIX=5 ;; 3721d1333322Smrg esac 3722d1333322Smrgfi 3723d1333322Smrgif test x$FILE_MAN_DIR = x ; then 3724d1333322Smrg FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' 3725d1333322Smrgfi 3726d1333322Smrg 3727d1333322Smrgif test x$MISC_MAN_SUFFIX = x ; then 3728d1333322Smrg case $host_os in 3729d1333322Smrg solaris*) MISC_MAN_SUFFIX=5 ;; 3730d1333322Smrg *) MISC_MAN_SUFFIX=7 ;; 3731d1333322Smrg esac 3732d1333322Smrgfi 3733d1333322Smrgif test x$MISC_MAN_DIR = x ; then 3734d1333322Smrg MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' 3735d1333322Smrgfi 3736d1333322Smrg 3737d1333322Smrgif test x$DRIVER_MAN_SUFFIX = x ; then 3738d1333322Smrg case $host_os in 3739d1333322Smrg solaris*) DRIVER_MAN_SUFFIX=7 ;; 3740d1333322Smrg *) DRIVER_MAN_SUFFIX=4 ;; 3741d1333322Smrg esac 3742d1333322Smrgfi 3743d1333322Smrgif test x$DRIVER_MAN_DIR = x ; then 3744d1333322Smrg DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' 3745d1333322Smrgfi 3746d1333322Smrg 3747d1333322Smrgif test x$ADMIN_MAN_SUFFIX = x ; then 3748d1333322Smrg case $host_os in 3749d1333322Smrg solaris*) ADMIN_MAN_SUFFIX=1m ;; 3750d1333322Smrg *) ADMIN_MAN_SUFFIX=8 ;; 3751d1333322Smrg esac 3752d1333322Smrgfi 3753d1333322Smrgif test x$ADMIN_MAN_DIR = x ; then 3754d1333322Smrg ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' 3755d1333322Smrgfi 3756d1333322Smrg 3757d1333322Smrg 3758d1333322Smrg 3759d1333322Smrg 3760d1333322Smrg 3761d1333322Smrg 3762d1333322Smrg 3763d1333322Smrg 3764d1333322Smrg 3765d1333322Smrg 3766d1333322Smrg 3767d1333322Smrg 3768d1333322Smrg 3769d1333322Smrg 3770d1333322Smrg 3771d1333322Smrg 3772d1333322Smrg 3773d1333322Smrg# Check whether --with-release-version was given. 3774d1333322Smrgif test "${with_release_version+set}" = set; then 3775d1333322Smrg withval=$with_release_version; RELEASE_VERSION="$withval" 3776d1333322Smrgelse 3777d1333322Smrg RELEASE_VERSION="" 3778d1333322Smrgfi 3779d1333322Smrg 3780d1333322Smrg if test "x$RELEASE_VERSION" != "x"; then 3781d1333322Smrg PACKAGE="$PACKAGE-$RELEASE_VERSION" 3782d1333322Smrg PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION" 3783d1333322Smrg { echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5 3784d1333322Smrgecho "$as_me: Building with package name set to $PACKAGE" >&6;} 3785d1333322Smrg fi 3786d1333322Smrg 3787d1333322Smrgcat >>confdefs.h <<_ACEOF 3788d1333322Smrg#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1` 3789d1333322Smrg_ACEOF 3790d1333322Smrg 3791d1333322Smrg PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1` 3792d1333322Smrg if test "x$PVM" = "x"; then 3793d1333322Smrg PVM="0" 3794d1333322Smrg fi 3795d1333322Smrg 3796d1333322Smrgcat >>confdefs.h <<_ACEOF 3797d1333322Smrg#define PACKAGE_VERSION_MINOR $PVM 3798d1333322Smrg_ACEOF 3799d1333322Smrg 3800d1333322Smrg PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1` 3801d1333322Smrg if test "x$PVP" = "x"; then 3802d1333322Smrg PVP="0" 3803d1333322Smrg fi 3804d1333322Smrg 3805d1333322Smrgcat >>confdefs.h <<_ACEOF 3806d1333322Smrg#define PACKAGE_VERSION_PATCHLEVEL $PVP 3807d1333322Smrg_ACEOF 3808d1333322Smrg 3809d1333322Smrg 3810d1333322Smrg 3811d1333322Smrgac_config_files="$ac_config_files Makefile" 3812d1333322Smrg 3813d1333322Smrgcat >confcache <<\_ACEOF 3814d1333322Smrg# This file is a shell script that caches the results of configure 3815d1333322Smrg# tests run on this system so they can be shared between configure 3816d1333322Smrg# scripts and configure runs, see configure's option --config-cache. 3817d1333322Smrg# It is not useful on other systems. If it contains results you don't 3818d1333322Smrg# want to keep, you may remove or edit it. 3819d1333322Smrg# 3820d1333322Smrg# config.status only pays attention to the cache file if you give it 3821d1333322Smrg# the --recheck option to rerun configure. 3822d1333322Smrg# 3823d1333322Smrg# `ac_cv_env_foo' variables (set or unset) will be overridden when 3824d1333322Smrg# loading this file, other *unset* `ac_cv_foo' will be assigned the 3825d1333322Smrg# following values. 3826d1333322Smrg 3827d1333322Smrg_ACEOF 3828d1333322Smrg 3829d1333322Smrg# The following way of writing the cache mishandles newlines in values, 3830d1333322Smrg# but we know of no workaround that is simple, portable, and efficient. 3831d1333322Smrg# So, we kill variables containing newlines. 3832d1333322Smrg# Ultrix sh set writes to stderr and can't be redirected directly, 3833d1333322Smrg# and sets the high bit in the cache file unless we assign to the vars. 3834d1333322Smrg( 3835d1333322Smrg for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 3836d1333322Smrg eval ac_val=\$$ac_var 3837d1333322Smrg case $ac_val in #( 3838d1333322Smrg *${as_nl}*) 3839d1333322Smrg case $ac_var in #( 3840d1333322Smrg *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 3841d1333322Smrgecho "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 3842d1333322Smrg esac 3843d1333322Smrg case $ac_var in #( 3844d1333322Smrg _ | IFS | as_nl) ;; #( 3845d1333322Smrg *) $as_unset $ac_var ;; 3846d1333322Smrg esac ;; 3847d1333322Smrg esac 3848d1333322Smrg done 3849d1333322Smrg 3850d1333322Smrg (set) 2>&1 | 3851d1333322Smrg case $as_nl`(ac_space=' '; set) 2>&1` in #( 3852d1333322Smrg *${as_nl}ac_space=\ *) 3853d1333322Smrg # `set' does not quote correctly, so add quotes (double-quote 3854d1333322Smrg # substitution turns \\\\ into \\, and sed turns \\ into \). 3855d1333322Smrg sed -n \ 3856d1333322Smrg "s/'/'\\\\''/g; 3857d1333322Smrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 3858d1333322Smrg ;; #( 3859d1333322Smrg *) 3860d1333322Smrg # `set' quotes correctly as required by POSIX, so do not add quotes. 3861d1333322Smrg sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 3862d1333322Smrg ;; 3863d1333322Smrg esac | 3864d1333322Smrg sort 3865d1333322Smrg) | 3866d1333322Smrg sed ' 3867d1333322Smrg /^ac_cv_env_/b end 3868d1333322Smrg t clear 3869d1333322Smrg :clear 3870d1333322Smrg s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 3871d1333322Smrg t end 3872d1333322Smrg s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 3873d1333322Smrg :end' >>confcache 3874d1333322Smrgif diff "$cache_file" confcache >/dev/null 2>&1; then :; else 3875d1333322Smrg if test -w "$cache_file"; then 3876d1333322Smrg test "x$cache_file" != "x/dev/null" && 3877d1333322Smrg { echo "$as_me:$LINENO: updating cache $cache_file" >&5 3878d1333322Smrgecho "$as_me: updating cache $cache_file" >&6;} 3879d1333322Smrg cat confcache >$cache_file 3880d1333322Smrg else 3881d1333322Smrg { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 3882d1333322Smrgecho "$as_me: not updating unwritable cache $cache_file" >&6;} 3883d1333322Smrg fi 3884d1333322Smrgfi 3885d1333322Smrgrm -f confcache 3886d1333322Smrg 3887d1333322Smrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix 3888d1333322Smrg# Let make expand exec_prefix. 3889d1333322Smrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 3890d1333322Smrg 3891d1333322SmrgDEFS=-DHAVE_CONFIG_H 3892d1333322Smrg 3893d1333322Smrgac_libobjs= 3894d1333322Smrgac_ltlibobjs= 3895d1333322Smrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 3896d1333322Smrg # 1. Remove the extension, and $U if already installed. 3897d1333322Smrg ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 3898d1333322Smrg ac_i=`echo "$ac_i" | sed "$ac_script"` 3899d1333322Smrg # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 3900d1333322Smrg # will be set to the directory where LIBOBJS objects are built. 3901d1333322Smrg ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 3902d1333322Smrg ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 3903d1333322Smrgdone 3904d1333322SmrgLIBOBJS=$ac_libobjs 3905d1333322Smrg 3906d1333322SmrgLTLIBOBJS=$ac_ltlibobjs 3907d1333322Smrg 3908d1333322Smrg 3909d1333322Smrgif test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 3910d1333322Smrg { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. 3911d1333322SmrgUsually this means the macro was only invoked conditionally." >&5 3912d1333322Smrgecho "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. 3913d1333322SmrgUsually this means the macro was only invoked conditionally." >&2;} 3914d1333322Smrg { (exit 1); exit 1; }; } 3915d1333322Smrgfi 3916d1333322Smrgif test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 3917d1333322Smrg { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 3918d1333322SmrgUsually this means the macro was only invoked conditionally." >&5 3919d1333322Smrgecho "$as_me: error: conditional \"AMDEP\" was never defined. 3920d1333322SmrgUsually this means the macro was only invoked conditionally." >&2;} 3921d1333322Smrg { (exit 1); exit 1; }; } 3922d1333322Smrgfi 3923d1333322Smrgif test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 3924d1333322Smrg { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 3925d1333322SmrgUsually this means the macro was only invoked conditionally." >&5 3926d1333322Smrgecho "$as_me: error: conditional \"am__fastdepCC\" was never defined. 3927d1333322SmrgUsually this means the macro was only invoked conditionally." >&2;} 3928d1333322Smrg { (exit 1); exit 1; }; } 3929d1333322Smrgfi 3930d1333322Smrg 3931d1333322Smrg: ${CONFIG_STATUS=./config.status} 3932d1333322Smrgac_clean_files_save=$ac_clean_files 3933d1333322Smrgac_clean_files="$ac_clean_files $CONFIG_STATUS" 3934d1333322Smrg{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 3935d1333322Smrgecho "$as_me: creating $CONFIG_STATUS" >&6;} 3936d1333322Smrgcat >$CONFIG_STATUS <<_ACEOF 3937d1333322Smrg#! $SHELL 3938d1333322Smrg# Generated by $as_me. 3939d1333322Smrg# Run this file to recreate the current configuration. 3940d1333322Smrg# Compiler output produced by configure, useful for debugging 3941d1333322Smrg# configure, is in config.log if it exists. 3942d1333322Smrg 3943d1333322Smrgdebug=false 3944d1333322Smrgac_cs_recheck=false 3945d1333322Smrgac_cs_silent=false 3946d1333322SmrgSHELL=\${CONFIG_SHELL-$SHELL} 3947d1333322Smrg_ACEOF 3948d1333322Smrg 3949d1333322Smrgcat >>$CONFIG_STATUS <<\_ACEOF 3950d1333322Smrg## --------------------- ## 3951d1333322Smrg## M4sh Initialization. ## 3952d1333322Smrg## --------------------- ## 3953d1333322Smrg 3954d1333322Smrg# Be more Bourne compatible 3955d1333322SmrgDUALCASE=1; export DUALCASE # for MKS sh 3956d1333322Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 3957d1333322Smrg emulate sh 3958d1333322Smrg NULLCMD=: 3959d1333322Smrg # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 3960d1333322Smrg # is contrary to our usage. Disable this feature. 3961d1333322Smrg alias -g '${1+"$@"}'='"$@"' 3962d1333322Smrg setopt NO_GLOB_SUBST 3963d1333322Smrgelse 3964d1333322Smrg case `(set -o) 2>/dev/null` in 3965d1333322Smrg *posix*) set -o posix ;; 3966d1333322Smrgesac 3967d1333322Smrg 3968d1333322Smrgfi 3969d1333322Smrg 3970d1333322Smrg 3971d1333322Smrg 3972d1333322Smrg 3973d1333322Smrg# PATH needs CR 3974d1333322Smrg# Avoid depending upon Character Ranges. 3975d1333322Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 3976d1333322Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 3977d1333322Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 3978d1333322Smrgas_cr_digits='0123456789' 3979d1333322Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits 3980d1333322Smrg 3981d1333322Smrg# The user is always right. 3982d1333322Smrgif test "${PATH_SEPARATOR+set}" != set; then 3983d1333322Smrg echo "#! /bin/sh" >conf$$.sh 3984d1333322Smrg echo "exit 0" >>conf$$.sh 3985d1333322Smrg chmod +x conf$$.sh 3986d1333322Smrg if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 3987d1333322Smrg PATH_SEPARATOR=';' 3988d1333322Smrg else 3989d1333322Smrg PATH_SEPARATOR=: 3990d1333322Smrg fi 3991d1333322Smrg rm -f conf$$.sh 3992d1333322Smrgfi 3993d1333322Smrg 3994d1333322Smrg# Support unset when possible. 3995d1333322Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 3996d1333322Smrg as_unset=unset 3997d1333322Smrgelse 3998d1333322Smrg as_unset=false 3999d1333322Smrgfi 4000d1333322Smrg 4001d1333322Smrg 4002d1333322Smrg# IFS 4003d1333322Smrg# We need space, tab and new line, in precisely that order. Quoting is 4004d1333322Smrg# there to prevent editors from complaining about space-tab. 4005d1333322Smrg# (If _AS_PATH_WALK were called with IFS unset, it would disable word 4006d1333322Smrg# splitting by setting IFS to empty value.) 4007d1333322Smrgas_nl=' 4008d1333322Smrg' 4009d1333322SmrgIFS=" "" $as_nl" 4010d1333322Smrg 4011d1333322Smrg# Find who we are. Look in the path if we contain no directory separator. 4012d1333322Smrgcase $0 in 4013d1333322Smrg *[\\/]* ) as_myself=$0 ;; 4014d1333322Smrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4015d1333322Smrgfor as_dir in $PATH 4016d1333322Smrgdo 4017d1333322Smrg IFS=$as_save_IFS 4018d1333322Smrg test -z "$as_dir" && as_dir=. 4019d1333322Smrg test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 4020d1333322Smrgdone 4021d1333322SmrgIFS=$as_save_IFS 4022d1333322Smrg 4023d1333322Smrg ;; 4024d1333322Smrgesac 4025d1333322Smrg# We did not find ourselves, most probably we were run as `sh COMMAND' 4026d1333322Smrg# in which case we are not to be found in the path. 4027d1333322Smrgif test "x$as_myself" = x; then 4028d1333322Smrg as_myself=$0 4029d1333322Smrgfi 4030d1333322Smrgif test ! -f "$as_myself"; then 4031d1333322Smrg echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 4032d1333322Smrg { (exit 1); exit 1; } 4033d1333322Smrgfi 4034d1333322Smrg 4035d1333322Smrg# Work around bugs in pre-3.0 UWIN ksh. 4036d1333322Smrgfor as_var in ENV MAIL MAILPATH 4037d1333322Smrgdo ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 4038d1333322Smrgdone 4039d1333322SmrgPS1='$ ' 4040d1333322SmrgPS2='> ' 4041d1333322SmrgPS4='+ ' 4042d1333322Smrg 4043d1333322Smrg# NLS nuisances. 4044d1333322Smrgfor as_var in \ 4045d1333322Smrg LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 4046d1333322Smrg LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 4047d1333322Smrg LC_TELEPHONE LC_TIME 4048d1333322Smrgdo 4049d1333322Smrg if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 4050d1333322Smrg eval $as_var=C; export $as_var 4051d1333322Smrg else 4052d1333322Smrg ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 4053d1333322Smrg fi 4054d1333322Smrgdone 4055d1333322Smrg 4056d1333322Smrg# Required to use basename. 4057d1333322Smrgif expr a : '\(a\)' >/dev/null 2>&1 && 4058d1333322Smrg test "X`expr 00001 : '.*\(...\)'`" = X001; then 4059d1333322Smrg as_expr=expr 4060d1333322Smrgelse 4061d1333322Smrg as_expr=false 4062d1333322Smrgfi 4063d1333322Smrg 4064d1333322Smrgif (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 4065d1333322Smrg as_basename=basename 4066d1333322Smrgelse 4067d1333322Smrg as_basename=false 4068d1333322Smrgfi 4069d1333322Smrg 4070d1333322Smrg 4071d1333322Smrg# Name of the executable. 4072d1333322Smrgas_me=`$as_basename -- "$0" || 4073d1333322Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 4074d1333322Smrg X"$0" : 'X\(//\)$' \| \ 4075d1333322Smrg X"$0" : 'X\(/\)' \| . 2>/dev/null || 4076d1333322Smrgecho X/"$0" | 4077d1333322Smrg sed '/^.*\/\([^/][^/]*\)\/*$/{ 4078d1333322Smrg s//\1/ 4079d1333322Smrg q 4080d1333322Smrg } 4081d1333322Smrg /^X\/\(\/\/\)$/{ 4082d1333322Smrg s//\1/ 4083d1333322Smrg q 4084d1333322Smrg } 4085d1333322Smrg /^X\/\(\/\).*/{ 4086d1333322Smrg s//\1/ 4087d1333322Smrg q 4088d1333322Smrg } 4089d1333322Smrg s/.*/./; q'` 4090d1333322Smrg 4091d1333322Smrg# CDPATH. 4092d1333322Smrg$as_unset CDPATH 4093d1333322Smrg 4094d1333322Smrg 4095d1333322Smrg 4096d1333322Smrg as_lineno_1=$LINENO 4097d1333322Smrg as_lineno_2=$LINENO 4098d1333322Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 4099d1333322Smrg test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 4100d1333322Smrg 4101d1333322Smrg # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 4102d1333322Smrg # uniformly replaced by the line number. The first 'sed' inserts a 4103d1333322Smrg # line-number line after each line using $LINENO; the second 'sed' 4104d1333322Smrg # does the real work. The second script uses 'N' to pair each 4105d1333322Smrg # line-number line with the line containing $LINENO, and appends 4106d1333322Smrg # trailing '-' during substitution so that $LINENO is not a special 4107d1333322Smrg # case at line end. 4108d1333322Smrg # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 4109d1333322Smrg # scripts with optimization help from Paolo Bonzini. Blame Lee 4110d1333322Smrg # E. McMahon (1931-1989) for sed's syntax. :-) 4111d1333322Smrg sed -n ' 4112d1333322Smrg p 4113d1333322Smrg /[$]LINENO/= 4114d1333322Smrg ' <$as_myself | 4115d1333322Smrg sed ' 4116d1333322Smrg s/[$]LINENO.*/&-/ 4117d1333322Smrg t lineno 4118d1333322Smrg b 4119d1333322Smrg :lineno 4120d1333322Smrg N 4121d1333322Smrg :loop 4122d1333322Smrg s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 4123d1333322Smrg t loop 4124d1333322Smrg s/-\n.*// 4125d1333322Smrg ' >$as_me.lineno && 4126d1333322Smrg chmod +x "$as_me.lineno" || 4127d1333322Smrg { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 4128d1333322Smrg { (exit 1); exit 1; }; } 4129d1333322Smrg 4130d1333322Smrg # Don't try to exec as it changes $[0], causing all sort of problems 4131d1333322Smrg # (the dirname of $[0] is not the place where we might find the 4132d1333322Smrg # original and so on. Autoconf is especially sensitive to this). 4133d1333322Smrg . "./$as_me.lineno" 4134d1333322Smrg # Exit status is that of the last command. 4135d1333322Smrg exit 4136d1333322Smrg} 4137d1333322Smrg 4138d1333322Smrg 4139d1333322Smrgif (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 4140d1333322Smrg as_dirname=dirname 4141d1333322Smrgelse 4142d1333322Smrg as_dirname=false 4143d1333322Smrgfi 4144d1333322Smrg 4145d1333322SmrgECHO_C= ECHO_N= ECHO_T= 4146d1333322Smrgcase `echo -n x` in 4147d1333322Smrg-n*) 4148d1333322Smrg case `echo 'x\c'` in 4149d1333322Smrg *c*) ECHO_T=' ';; # ECHO_T is single tab character. 4150d1333322Smrg *) ECHO_C='\c';; 4151d1333322Smrg esac;; 4152d1333322Smrg*) 4153d1333322Smrg ECHO_N='-n';; 4154d1333322Smrgesac 4155d1333322Smrg 4156d1333322Smrgif expr a : '\(a\)' >/dev/null 2>&1 && 4157d1333322Smrg test "X`expr 00001 : '.*\(...\)'`" = X001; then 4158d1333322Smrg as_expr=expr 4159d1333322Smrgelse 4160d1333322Smrg as_expr=false 4161d1333322Smrgfi 4162d1333322Smrg 4163d1333322Smrgrm -f conf$$ conf$$.exe conf$$.file 4164d1333322Smrgif test -d conf$$.dir; then 4165d1333322Smrg rm -f conf$$.dir/conf$$.file 4166d1333322Smrgelse 4167d1333322Smrg rm -f conf$$.dir 4168d1333322Smrg mkdir conf$$.dir 4169d1333322Smrgfi 4170d1333322Smrgecho >conf$$.file 4171d1333322Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then 4172d1333322Smrg as_ln_s='ln -s' 4173d1333322Smrg # ... but there are two gotchas: 4174d1333322Smrg # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 4175d1333322Smrg # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 4176d1333322Smrg # In both cases, we have to default to `cp -p'. 4177d1333322Smrg ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 4178d1333322Smrg as_ln_s='cp -p' 4179d1333322Smrgelif ln conf$$.file conf$$ 2>/dev/null; then 4180d1333322Smrg as_ln_s=ln 4181d1333322Smrgelse 4182d1333322Smrg as_ln_s='cp -p' 4183d1333322Smrgfi 4184d1333322Smrgrm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 4185d1333322Smrgrmdir conf$$.dir 2>/dev/null 4186d1333322Smrg 4187d1333322Smrgif mkdir -p . 2>/dev/null; then 4188d1333322Smrg as_mkdir_p=: 4189d1333322Smrgelse 4190d1333322Smrg test -d ./-p && rmdir ./-p 4191d1333322Smrg as_mkdir_p=false 4192d1333322Smrgfi 4193d1333322Smrg 4194d1333322Smrgif test -x / >/dev/null 2>&1; then 4195d1333322Smrg as_test_x='test -x' 4196d1333322Smrgelse 4197d1333322Smrg if ls -dL / >/dev/null 2>&1; then 4198d1333322Smrg as_ls_L_option=L 4199d1333322Smrg else 4200d1333322Smrg as_ls_L_option= 4201d1333322Smrg fi 4202d1333322Smrg as_test_x=' 4203d1333322Smrg eval sh -c '\'' 4204d1333322Smrg if test -d "$1"; then 4205d1333322Smrg test -d "$1/."; 4206d1333322Smrg else 4207d1333322Smrg case $1 in 4208d1333322Smrg -*)set "./$1";; 4209d1333322Smrg esac; 4210d1333322Smrg case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 4211d1333322Smrg ???[sx]*):;;*)false;;esac;fi 4212d1333322Smrg '\'' sh 4213d1333322Smrg ' 4214d1333322Smrgfi 4215d1333322Smrgas_executable_p=$as_test_x 4216d1333322Smrg 4217d1333322Smrg# Sed expression to map a string onto a valid CPP name. 4218d1333322Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 4219d1333322Smrg 4220d1333322Smrg# Sed expression to map a string onto a valid variable name. 4221d1333322Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 4222d1333322Smrg 4223d1333322Smrg 4224d1333322Smrgexec 6>&1 4225d1333322Smrg 4226d1333322Smrg# Save the log message, to keep $[0] and so on meaningful, and to 4227d1333322Smrg# report actual input values of CONFIG_FILES etc. instead of their 4228d1333322Smrg# values after options handling. 4229d1333322Smrgac_log=" 4230d1333322SmrgThis file was extended by fslsfonts $as_me 1.0.2, which was 4231d1333322Smrggenerated by GNU Autoconf 2.61. Invocation command line was 4232d1333322Smrg 4233d1333322Smrg CONFIG_FILES = $CONFIG_FILES 4234d1333322Smrg CONFIG_HEADERS = $CONFIG_HEADERS 4235d1333322Smrg CONFIG_LINKS = $CONFIG_LINKS 4236d1333322Smrg CONFIG_COMMANDS = $CONFIG_COMMANDS 4237d1333322Smrg $ $0 $@ 4238d1333322Smrg 4239d1333322Smrgon `(hostname || uname -n) 2>/dev/null | sed 1q` 4240d1333322Smrg" 4241d1333322Smrg 4242d1333322Smrg_ACEOF 4243d1333322Smrg 4244d1333322Smrgcat >>$CONFIG_STATUS <<_ACEOF 4245d1333322Smrg# Files that config.status was made for. 4246d1333322Smrgconfig_files="$ac_config_files" 4247d1333322Smrgconfig_headers="$ac_config_headers" 4248d1333322Smrgconfig_commands="$ac_config_commands" 4249d1333322Smrg 4250d1333322Smrg_ACEOF 4251d1333322Smrg 4252d1333322Smrgcat >>$CONFIG_STATUS <<\_ACEOF 4253d1333322Smrgac_cs_usage="\ 4254d1333322Smrg\`$as_me' instantiates files from templates according to the 4255d1333322Smrgcurrent configuration. 4256d1333322Smrg 4257d1333322SmrgUsage: $0 [OPTIONS] [FILE]... 4258d1333322Smrg 4259d1333322Smrg -h, --help print this help, then exit 4260d1333322Smrg -V, --version print version number and configuration settings, then exit 4261d1333322Smrg -q, --quiet do not print progress messages 4262d1333322Smrg -d, --debug don't remove temporary files 4263d1333322Smrg --recheck update $as_me by reconfiguring in the same conditions 4264d1333322Smrg --file=FILE[:TEMPLATE] 4265d1333322Smrg instantiate the configuration file FILE 4266d1333322Smrg --header=FILE[:TEMPLATE] 4267d1333322Smrg instantiate the configuration header FILE 4268d1333322Smrg 4269d1333322SmrgConfiguration files: 4270d1333322Smrg$config_files 4271d1333322Smrg 4272d1333322SmrgConfiguration headers: 4273d1333322Smrg$config_headers 4274d1333322Smrg 4275d1333322SmrgConfiguration commands: 4276d1333322Smrg$config_commands 4277d1333322Smrg 4278d1333322SmrgReport bugs to <bug-autoconf@gnu.org>." 4279d1333322Smrg 4280d1333322Smrg_ACEOF 4281d1333322Smrgcat >>$CONFIG_STATUS <<_ACEOF 4282d1333322Smrgac_cs_version="\\ 4283d1333322Smrgfslsfonts config.status 1.0.2 4284d1333322Smrgconfigured by $0, generated by GNU Autoconf 2.61, 4285d1333322Smrg with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 4286d1333322Smrg 4287d1333322SmrgCopyright (C) 2006 Free Software Foundation, Inc. 4288d1333322SmrgThis config.status script is free software; the Free Software Foundation 4289d1333322Smrggives unlimited permission to copy, distribute and modify it." 4290d1333322Smrg 4291d1333322Smrgac_pwd='$ac_pwd' 4292d1333322Smrgsrcdir='$srcdir' 4293d1333322SmrgINSTALL='$INSTALL' 4294d1333322SmrgMKDIR_P='$MKDIR_P' 4295d1333322Smrg_ACEOF 4296d1333322Smrg 4297d1333322Smrgcat >>$CONFIG_STATUS <<\_ACEOF 4298d1333322Smrg# If no file are specified by the user, then we need to provide default 4299d1333322Smrg# value. By we need to know if files were specified by the user. 4300d1333322Smrgac_need_defaults=: 4301d1333322Smrgwhile test $# != 0 4302d1333322Smrgdo 4303d1333322Smrg case $1 in 4304d1333322Smrg --*=*) 4305d1333322Smrg ac_option=`expr "X$1" : 'X\([^=]*\)='` 4306d1333322Smrg ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 4307d1333322Smrg ac_shift=: 4308d1333322Smrg ;; 4309d1333322Smrg *) 4310d1333322Smrg ac_option=$1 4311d1333322Smrg ac_optarg=$2 4312d1333322Smrg ac_shift=shift 4313d1333322Smrg ;; 4314d1333322Smrg esac 4315d1333322Smrg 4316d1333322Smrg case $ac_option in 4317d1333322Smrg # Handling of the options. 4318d1333322Smrg -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 4319d1333322Smrg ac_cs_recheck=: ;; 4320d1333322Smrg --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 4321d1333322Smrg echo "$ac_cs_version"; exit ;; 4322d1333322Smrg --debug | --debu | --deb | --de | --d | -d ) 4323d1333322Smrg debug=: ;; 4324d1333322Smrg --file | --fil | --fi | --f ) 4325d1333322Smrg $ac_shift 4326d1333322Smrg CONFIG_FILES="$CONFIG_FILES $ac_optarg" 4327d1333322Smrg ac_need_defaults=false;; 4328d1333322Smrg --header | --heade | --head | --hea ) 4329d1333322Smrg $ac_shift 4330d1333322Smrg CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 4331d1333322Smrg ac_need_defaults=false;; 4332d1333322Smrg --he | --h) 4333d1333322Smrg # Conflict between --help and --header 4334d1333322Smrg { echo "$as_me: error: ambiguous option: $1 4335d1333322SmrgTry \`$0 --help' for more information." >&2 4336d1333322Smrg { (exit 1); exit 1; }; };; 4337d1333322Smrg --help | --hel | -h ) 4338d1333322Smrg echo "$ac_cs_usage"; exit ;; 4339d1333322Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 4340d1333322Smrg | -silent | --silent | --silen | --sile | --sil | --si | --s) 4341d1333322Smrg ac_cs_silent=: ;; 4342d1333322Smrg 4343d1333322Smrg # This is an error. 4344d1333322Smrg -*) { echo "$as_me: error: unrecognized option: $1 4345d1333322SmrgTry \`$0 --help' for more information." >&2 4346d1333322Smrg { (exit 1); exit 1; }; } ;; 4347d1333322Smrg 4348d1333322Smrg *) ac_config_targets="$ac_config_targets $1" 4349d1333322Smrg ac_need_defaults=false ;; 4350d1333322Smrg 4351d1333322Smrg esac 4352d1333322Smrg shift 4353d1333322Smrgdone 4354d1333322Smrg 4355d1333322Smrgac_configure_extra_args= 4356d1333322Smrg 4357d1333322Smrgif $ac_cs_silent; then 4358d1333322Smrg exec 6>/dev/null 4359d1333322Smrg ac_configure_extra_args="$ac_configure_extra_args --silent" 4360d1333322Smrgfi 4361d1333322Smrg 4362d1333322Smrg_ACEOF 4363d1333322Smrgcat >>$CONFIG_STATUS <<_ACEOF 4364d1333322Smrgif \$ac_cs_recheck; then 4365d1333322Smrg echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 4366d1333322Smrg CONFIG_SHELL=$SHELL 4367d1333322Smrg export CONFIG_SHELL 4368d1333322Smrg exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 4369d1333322Smrgfi 4370d1333322Smrg 4371d1333322Smrg_ACEOF 4372d1333322Smrgcat >>$CONFIG_STATUS <<\_ACEOF 4373d1333322Smrgexec 5>>config.log 4374d1333322Smrg{ 4375d1333322Smrg echo 4376d1333322Smrg sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 4377d1333322Smrg## Running $as_me. ## 4378d1333322Smrg_ASBOX 4379d1333322Smrg echo "$ac_log" 4380d1333322Smrg} >&5 4381d1333322Smrg 4382d1333322Smrg_ACEOF 4383d1333322Smrgcat >>$CONFIG_STATUS <<_ACEOF 4384d1333322Smrg# 4385d1333322Smrg# INIT-COMMANDS 4386d1333322Smrg# 4387d1333322SmrgAMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 4388d1333322Smrg 4389d1333322Smrg_ACEOF 4390d1333322Smrg 4391d1333322Smrgcat >>$CONFIG_STATUS <<\_ACEOF 4392d1333322Smrg 4393d1333322Smrg# Handling of arguments. 4394d1333322Smrgfor ac_config_target in $ac_config_targets 4395d1333322Smrgdo 4396d1333322Smrg case $ac_config_target in 4397d1333322Smrg "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 4398d1333322Smrg "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 4399d1333322Smrg "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 4400d1333322Smrg 4401d1333322Smrg *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 4402d1333322Smrgecho "$as_me: error: invalid argument: $ac_config_target" >&2;} 4403d1333322Smrg { (exit 1); exit 1; }; };; 4404d1333322Smrg esac 4405d1333322Smrgdone 4406d1333322Smrg 4407d1333322Smrg 4408d1333322Smrg# If the user did not use the arguments to specify the items to instantiate, 4409d1333322Smrg# then the envvar interface is used. Set only those that are not. 4410d1333322Smrg# We use the long form for the default assignment because of an extremely 4411d1333322Smrg# bizarre bug on SunOS 4.1.3. 4412d1333322Smrgif $ac_need_defaults; then 4413d1333322Smrg test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 4414d1333322Smrg test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 4415d1333322Smrg test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 4416d1333322Smrgfi 4417d1333322Smrg 4418d1333322Smrg# Have a temporary directory for convenience. Make it in the build tree 4419d1333322Smrg# simply because there is no reason against having it here, and in addition, 4420d1333322Smrg# creating and moving files from /tmp can sometimes cause problems. 4421d1333322Smrg# Hook for its removal unless debugging. 4422d1333322Smrg# Note that there is a small window in which the directory will not be cleaned: 4423d1333322Smrg# after its creation but before its name has been assigned to `$tmp'. 4424d1333322Smrg$debug || 4425d1333322Smrg{ 4426d1333322Smrg tmp= 4427d1333322Smrg trap 'exit_status=$? 4428d1333322Smrg { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 4429d1333322Smrg' 0 4430d1333322Smrg trap '{ (exit 1); exit 1; }' 1 2 13 15 4431d1333322Smrg} 4432d1333322Smrg# Create a (secure) tmp directory for tmp files. 4433d1333322Smrg 4434d1333322Smrg{ 4435d1333322Smrg tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 4436d1333322Smrg test -n "$tmp" && test -d "$tmp" 4437d1333322Smrg} || 4438d1333322Smrg{ 4439d1333322Smrg tmp=./conf$$-$RANDOM 4440d1333322Smrg (umask 077 && mkdir "$tmp") 4441d1333322Smrg} || 4442d1333322Smrg{ 4443d1333322Smrg echo "$me: cannot create a temporary directory in ." >&2 4444d1333322Smrg { (exit 1); exit 1; } 4445d1333322Smrg} 4446d1333322Smrg 4447d1333322Smrg# 4448d1333322Smrg# Set up the sed scripts for CONFIG_FILES section. 4449d1333322Smrg# 4450d1333322Smrg 4451d1333322Smrg# No need to generate the scripts if there are no CONFIG_FILES. 4452d1333322Smrg# This happens for instance when ./config.status config.h 4453d1333322Smrgif test -n "$CONFIG_FILES"; then 4454d1333322Smrg 4455d1333322Smrg_ACEOF 4456d1333322Smrg 4457d1333322Smrg 4458d1333322Smrg 4459d1333322Smrgac_delim='%!_!# ' 4460d1333322Smrgfor ac_last_try in false false false false false :; do 4461d1333322Smrg cat >conf$$subs.sed <<_ACEOF 4462d1333322SmrgSHELL!$SHELL$ac_delim 4463d1333322SmrgPATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 4464d1333322SmrgPACKAGE_NAME!$PACKAGE_NAME$ac_delim 4465d1333322SmrgPACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 4466d1333322SmrgPACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 4467d1333322SmrgPACKAGE_STRING!$PACKAGE_STRING$ac_delim 4468d1333322SmrgPACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 4469d1333322Smrgexec_prefix!$exec_prefix$ac_delim 4470d1333322Smrgprefix!$prefix$ac_delim 4471d1333322Smrgprogram_transform_name!$program_transform_name$ac_delim 4472d1333322Smrgbindir!$bindir$ac_delim 4473d1333322Smrgsbindir!$sbindir$ac_delim 4474d1333322Smrglibexecdir!$libexecdir$ac_delim 4475d1333322Smrgdatarootdir!$datarootdir$ac_delim 4476d1333322Smrgdatadir!$datadir$ac_delim 4477d1333322Smrgsysconfdir!$sysconfdir$ac_delim 4478d1333322Smrgsharedstatedir!$sharedstatedir$ac_delim 4479d1333322Smrglocalstatedir!$localstatedir$ac_delim 4480d1333322Smrgincludedir!$includedir$ac_delim 4481d1333322Smrgoldincludedir!$oldincludedir$ac_delim 4482d1333322Smrgdocdir!$docdir$ac_delim 4483d1333322Smrginfodir!$infodir$ac_delim 4484d1333322Smrghtmldir!$htmldir$ac_delim 4485d1333322Smrgdvidir!$dvidir$ac_delim 4486d1333322Smrgpdfdir!$pdfdir$ac_delim 4487d1333322Smrgpsdir!$psdir$ac_delim 4488d1333322Smrglibdir!$libdir$ac_delim 4489d1333322Smrglocaledir!$localedir$ac_delim 4490d1333322Smrgmandir!$mandir$ac_delim 4491d1333322SmrgDEFS!$DEFS$ac_delim 4492d1333322SmrgECHO_C!$ECHO_C$ac_delim 4493d1333322SmrgECHO_N!$ECHO_N$ac_delim 4494d1333322SmrgECHO_T!$ECHO_T$ac_delim 4495d1333322SmrgLIBS!$LIBS$ac_delim 4496d1333322Smrgbuild_alias!$build_alias$ac_delim 4497d1333322Smrghost_alias!$host_alias$ac_delim 4498d1333322Smrgtarget_alias!$target_alias$ac_delim 4499d1333322SmrgINSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 4500d1333322SmrgINSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 4501d1333322SmrgINSTALL_DATA!$INSTALL_DATA$ac_delim 4502d1333322Smrgam__isrc!$am__isrc$ac_delim 4503d1333322SmrgCYGPATH_W!$CYGPATH_W$ac_delim 4504d1333322SmrgPACKAGE!$PACKAGE$ac_delim 4505d1333322SmrgVERSION!$VERSION$ac_delim 4506d1333322SmrgACLOCAL!$ACLOCAL$ac_delim 4507d1333322SmrgAUTOCONF!$AUTOCONF$ac_delim 4508d1333322SmrgAUTOMAKE!$AUTOMAKE$ac_delim 4509d1333322SmrgAUTOHEADER!$AUTOHEADER$ac_delim 4510d1333322SmrgMAKEINFO!$MAKEINFO$ac_delim 4511d1333322Smrginstall_sh!$install_sh$ac_delim 4512d1333322SmrgSTRIP!$STRIP$ac_delim 4513d1333322SmrgINSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim 4514d1333322Smrgmkdir_p!$mkdir_p$ac_delim 4515d1333322SmrgAWK!$AWK$ac_delim 4516d1333322SmrgSET_MAKE!$SET_MAKE$ac_delim 4517d1333322Smrgam__leading_dot!$am__leading_dot$ac_delim 4518d1333322SmrgAMTAR!$AMTAR$ac_delim 4519d1333322Smrgam__tar!$am__tar$ac_delim 4520d1333322Smrgam__untar!$am__untar$ac_delim 4521d1333322SmrgMAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim 4522d1333322SmrgMAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim 4523d1333322SmrgMAINT!$MAINT$ac_delim 4524d1333322SmrgCC!$CC$ac_delim 4525d1333322SmrgCFLAGS!$CFLAGS$ac_delim 4526d1333322SmrgLDFLAGS!$LDFLAGS$ac_delim 4527d1333322SmrgCPPFLAGS!$CPPFLAGS$ac_delim 4528d1333322Smrgac_ct_CC!$ac_ct_CC$ac_delim 4529d1333322SmrgEXEEXT!$EXEEXT$ac_delim 4530d1333322SmrgOBJEXT!$OBJEXT$ac_delim 4531d1333322SmrgDEPDIR!$DEPDIR$ac_delim 4532d1333322Smrgam__include!$am__include$ac_delim 4533d1333322Smrgam__quote!$am__quote$ac_delim 4534d1333322SmrgAMDEP_TRUE!$AMDEP_TRUE$ac_delim 4535d1333322SmrgAMDEP_FALSE!$AMDEP_FALSE$ac_delim 4536d1333322SmrgAMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim 4537d1333322SmrgCCDEPMODE!$CCDEPMODE$ac_delim 4538d1333322Smrgam__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim 4539d1333322Smrgam__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim 4540d1333322SmrgPKG_CONFIG!$PKG_CONFIG$ac_delim 4541d1333322SmrgFSLSFONTS_CFLAGS!$FSLSFONTS_CFLAGS$ac_delim 4542d1333322SmrgFSLSFONTS_LIBS!$FSLSFONTS_LIBS$ac_delim 4543d1333322Smrgbuild!$build$ac_delim 4544d1333322Smrgbuild_cpu!$build_cpu$ac_delim 4545d1333322Smrgbuild_vendor!$build_vendor$ac_delim 4546d1333322Smrgbuild_os!$build_os$ac_delim 4547d1333322Smrghost!$host$ac_delim 4548d1333322Smrghost_cpu!$host_cpu$ac_delim 4549d1333322Smrghost_vendor!$host_vendor$ac_delim 4550d1333322Smrghost_os!$host_os$ac_delim 4551d1333322SmrgAPP_MAN_SUFFIX!$APP_MAN_SUFFIX$ac_delim 4552d1333322SmrgLIB_MAN_SUFFIX!$LIB_MAN_SUFFIX$ac_delim 4553d1333322SmrgFILE_MAN_SUFFIX!$FILE_MAN_SUFFIX$ac_delim 4554d1333322SmrgMISC_MAN_SUFFIX!$MISC_MAN_SUFFIX$ac_delim 4555d1333322SmrgDRIVER_MAN_SUFFIX!$DRIVER_MAN_SUFFIX$ac_delim 4556d1333322SmrgADMIN_MAN_SUFFIX!$ADMIN_MAN_SUFFIX$ac_delim 4557d1333322SmrgAPP_MAN_DIR!$APP_MAN_DIR$ac_delim 4558d1333322SmrgLIB_MAN_DIR!$LIB_MAN_DIR$ac_delim 4559d1333322Smrg_ACEOF 4560d1333322Smrg 4561d1333322Smrg if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 4562d1333322Smrg break 4563d1333322Smrg elif $ac_last_try; then 4564d1333322Smrg { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 4565d1333322Smrgecho "$as_me: error: could not make $CONFIG_STATUS" >&2;} 4566d1333322Smrg { (exit 1); exit 1; }; } 4567d1333322Smrg else 4568d1333322Smrg ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 4569d1333322Smrg fi 4570d1333322Smrgdone 4571d1333322Smrg 4572d1333322Smrgac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 4573d1333322Smrgif test -n "$ac_eof"; then 4574d1333322Smrg ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 4575d1333322Smrg ac_eof=`expr $ac_eof + 1` 4576d1333322Smrgfi 4577d1333322Smrg 4578d1333322Smrgcat >>$CONFIG_STATUS <<_ACEOF 4579d1333322Smrgcat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 4580d1333322Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 4581d1333322Smrg_ACEOF 4582d1333322Smrgsed ' 4583d1333322Smrgs/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 4584d1333322Smrgs/^/s,@/; s/!/@,|#_!!_#|/ 4585d1333322Smrg:n 4586d1333322Smrgt n 4587d1333322Smrgs/'"$ac_delim"'$/,g/; t 4588d1333322Smrgs/$/\\/; p 4589d1333322SmrgN; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 4590d1333322Smrg' >>$CONFIG_STATUS <conf$$subs.sed 4591d1333322Smrgrm -f conf$$subs.sed 4592d1333322Smrgcat >>$CONFIG_STATUS <<_ACEOF 4593d1333322SmrgCEOF$ac_eof 4594d1333322Smrg_ACEOF 4595d1333322Smrg 4596d1333322Smrg 4597d1333322Smrgac_delim='%!_!# ' 4598d1333322Smrgfor ac_last_try in false false false false false :; do 4599d1333322Smrg cat >conf$$subs.sed <<_ACEOF 4600d1333322SmrgFILE_MAN_DIR!$FILE_MAN_DIR$ac_delim 4601d1333322SmrgMISC_MAN_DIR!$MISC_MAN_DIR$ac_delim 4602d1333322SmrgDRIVER_MAN_DIR!$DRIVER_MAN_DIR$ac_delim 4603d1333322SmrgADMIN_MAN_DIR!$ADMIN_MAN_DIR$ac_delim 4604d1333322SmrgLIBOBJS!$LIBOBJS$ac_delim 4605d1333322SmrgLTLIBOBJS!$LTLIBOBJS$ac_delim 4606d1333322Smrg_ACEOF 4607d1333322Smrg 4608d1333322Smrg if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 6; then 4609d1333322Smrg break 4610d1333322Smrg elif $ac_last_try; then 4611d1333322Smrg { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 4612d1333322Smrgecho "$as_me: error: could not make $CONFIG_STATUS" >&2;} 4613d1333322Smrg { (exit 1); exit 1; }; } 4614d1333322Smrg else 4615d1333322Smrg ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 4616d1333322Smrg fi 4617d1333322Smrgdone 4618d1333322Smrg 4619d1333322Smrgac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 4620d1333322Smrgif test -n "$ac_eof"; then 4621d1333322Smrg ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 4622d1333322Smrg ac_eof=`expr $ac_eof + 1` 4623d1333322Smrgfi 4624d1333322Smrg 4625d1333322Smrgcat >>$CONFIG_STATUS <<_ACEOF 4626d1333322Smrgcat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof 4627d1333322Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 4628d1333322Smrg_ACEOF 4629d1333322Smrgsed ' 4630d1333322Smrgs/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 4631d1333322Smrgs/^/s,@/; s/!/@,|#_!!_#|/ 4632d1333322Smrg:n 4633d1333322Smrgt n 4634d1333322Smrgs/'"$ac_delim"'$/,g/; t 4635d1333322Smrgs/$/\\/; p 4636d1333322SmrgN; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 4637d1333322Smrg' >>$CONFIG_STATUS <conf$$subs.sed 4638d1333322Smrgrm -f conf$$subs.sed 4639d1333322Smrgcat >>$CONFIG_STATUS <<_ACEOF 4640d1333322Smrg:end 4641d1333322Smrgs/|#_!!_#|//g 4642d1333322SmrgCEOF$ac_eof 4643d1333322Smrg_ACEOF 4644d1333322Smrg 4645d1333322Smrg 4646d1333322Smrg# VPATH may cause trouble with some makes, so we remove $(srcdir), 4647d1333322Smrg# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 4648d1333322Smrg# trailing colons and then remove the whole line if VPATH becomes empty 4649d1333322Smrg# (actually we leave an empty line to preserve line numbers). 4650d1333322Smrgif test "x$srcdir" = x.; then 4651d1333322Smrg ac_vpsub='/^[ ]*VPATH[ ]*=/{ 4652d1333322Smrgs/:*\$(srcdir):*/:/ 4653d1333322Smrgs/:*\${srcdir}:*/:/ 4654d1333322Smrgs/:*@srcdir@:*/:/ 4655d1333322Smrgs/^\([^=]*=[ ]*\):*/\1/ 4656d1333322Smrgs/:*$// 4657d1333322Smrgs/^[^=]*=[ ]*$// 4658d1333322Smrg}' 4659d1333322Smrgfi 4660d1333322Smrg 4661d1333322Smrgcat >>$CONFIG_STATUS <<\_ACEOF 4662d1333322Smrgfi # test -n "$CONFIG_FILES" 4663d1333322Smrg 4664d1333322Smrg 4665d1333322Smrgfor ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 4666d1333322Smrgdo 4667d1333322Smrg case $ac_tag in 4668d1333322Smrg :[FHLC]) ac_mode=$ac_tag; continue;; 4669d1333322Smrg esac 4670d1333322Smrg case $ac_mode$ac_tag in 4671d1333322Smrg :[FHL]*:*);; 4672d1333322Smrg :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 4673d1333322Smrgecho "$as_me: error: Invalid tag $ac_tag." >&2;} 4674d1333322Smrg { (exit 1); exit 1; }; };; 4675d1333322Smrg :[FH]-) ac_tag=-:-;; 4676d1333322Smrg :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 4677d1333322Smrg esac 4678d1333322Smrg ac_save_IFS=$IFS 4679d1333322Smrg IFS=: 4680d1333322Smrg set x $ac_tag 4681d1333322Smrg IFS=$ac_save_IFS 4682d1333322Smrg shift 4683d1333322Smrg ac_file=$1 4684d1333322Smrg shift 4685d1333322Smrg 4686d1333322Smrg case $ac_mode in 4687d1333322Smrg :L) ac_source=$1;; 4688d1333322Smrg :[FH]) 4689d1333322Smrg ac_file_inputs= 4690d1333322Smrg for ac_f 4691d1333322Smrg do 4692d1333322Smrg case $ac_f in 4693d1333322Smrg -) ac_f="$tmp/stdin";; 4694d1333322Smrg *) # Look for the file first in the build tree, then in the source tree 4695d1333322Smrg # (if the path is not absolute). The absolute path cannot be DOS-style, 4696d1333322Smrg # because $ac_f cannot contain `:'. 4697d1333322Smrg test -f "$ac_f" || 4698d1333322Smrg case $ac_f in 4699d1333322Smrg [\\/$]*) false;; 4700d1333322Smrg *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 4701d1333322Smrg esac || 4702d1333322Smrg { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 4703d1333322Smrgecho "$as_me: error: cannot find input file: $ac_f" >&2;} 4704d1333322Smrg { (exit 1); exit 1; }; };; 4705d1333322Smrg esac 4706d1333322Smrg ac_file_inputs="$ac_file_inputs $ac_f" 4707d1333322Smrg done 4708d1333322Smrg 4709d1333322Smrg # Let's still pretend it is `configure' which instantiates (i.e., don't 4710d1333322Smrg # use $as_me), people would be surprised to read: 4711d1333322Smrg # /* config.h. Generated by config.status. */ 4712d1333322Smrg configure_input="Generated from "`IFS=: 4713d1333322Smrg echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 4714d1333322Smrg if test x"$ac_file" != x-; then 4715d1333322Smrg configure_input="$ac_file. $configure_input" 4716d1333322Smrg { echo "$as_me:$LINENO: creating $ac_file" >&5 4717d1333322Smrgecho "$as_me: creating $ac_file" >&6;} 4718d1333322Smrg fi 4719d1333322Smrg 4720d1333322Smrg case $ac_tag in 4721d1333322Smrg *:-:* | *:-) cat >"$tmp/stdin";; 4722d1333322Smrg esac 4723d1333322Smrg ;; 4724d1333322Smrg esac 4725d1333322Smrg 4726d1333322Smrg ac_dir=`$as_dirname -- "$ac_file" || 4727d1333322Smrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4728d1333322Smrg X"$ac_file" : 'X\(//\)[^/]' \| \ 4729d1333322Smrg X"$ac_file" : 'X\(//\)$' \| \ 4730d1333322Smrg X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 4731d1333322Smrgecho X"$ac_file" | 4732d1333322Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4733d1333322Smrg s//\1/ 4734d1333322Smrg q 4735d1333322Smrg } 4736d1333322Smrg /^X\(\/\/\)[^/].*/{ 4737d1333322Smrg s//\1/ 4738d1333322Smrg q 4739d1333322Smrg } 4740d1333322Smrg /^X\(\/\/\)$/{ 4741d1333322Smrg s//\1/ 4742d1333322Smrg q 4743d1333322Smrg } 4744d1333322Smrg /^X\(\/\).*/{ 4745d1333322Smrg s//\1/ 4746d1333322Smrg q 4747d1333322Smrg } 4748d1333322Smrg s/.*/./; q'` 4749d1333322Smrg { as_dir="$ac_dir" 4750d1333322Smrg case $as_dir in #( 4751d1333322Smrg -*) as_dir=./$as_dir;; 4752d1333322Smrg esac 4753d1333322Smrg test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 4754d1333322Smrg as_dirs= 4755d1333322Smrg while :; do 4756d1333322Smrg case $as_dir in #( 4757d1333322Smrg *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 4758d1333322Smrg *) as_qdir=$as_dir;; 4759d1333322Smrg esac 4760d1333322Smrg as_dirs="'$as_qdir' $as_dirs" 4761d1333322Smrg as_dir=`$as_dirname -- "$as_dir" || 4762d1333322Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4763d1333322Smrg X"$as_dir" : 'X\(//\)[^/]' \| \ 4764d1333322Smrg X"$as_dir" : 'X\(//\)$' \| \ 4765d1333322Smrg X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 4766d1333322Smrgecho X"$as_dir" | 4767d1333322Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4768d1333322Smrg s//\1/ 4769d1333322Smrg q 4770d1333322Smrg } 4771d1333322Smrg /^X\(\/\/\)[^/].*/{ 4772d1333322Smrg s//\1/ 4773d1333322Smrg q 4774d1333322Smrg } 4775d1333322Smrg /^X\(\/\/\)$/{ 4776d1333322Smrg s//\1/ 4777d1333322Smrg q 4778d1333322Smrg } 4779d1333322Smrg /^X\(\/\).*/{ 4780d1333322Smrg s//\1/ 4781d1333322Smrg q 4782d1333322Smrg } 4783d1333322Smrg s/.*/./; q'` 4784d1333322Smrg test -d "$as_dir" && break 4785d1333322Smrg done 4786d1333322Smrg test -z "$as_dirs" || eval "mkdir $as_dirs" 4787d1333322Smrg } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 4788d1333322Smrgecho "$as_me: error: cannot create directory $as_dir" >&2;} 4789d1333322Smrg { (exit 1); exit 1; }; }; } 4790d1333322Smrg ac_builddir=. 4791d1333322Smrg 4792d1333322Smrgcase "$ac_dir" in 4793d1333322Smrg.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 4794d1333322Smrg*) 4795d1333322Smrg ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 4796d1333322Smrg # A ".." for each directory in $ac_dir_suffix. 4797d1333322Smrg ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 4798d1333322Smrg case $ac_top_builddir_sub in 4799d1333322Smrg "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 4800d1333322Smrg *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 4801d1333322Smrg esac ;; 4802d1333322Smrgesac 4803d1333322Smrgac_abs_top_builddir=$ac_pwd 4804d1333322Smrgac_abs_builddir=$ac_pwd$ac_dir_suffix 4805d1333322Smrg# for backward compatibility: 4806d1333322Smrgac_top_builddir=$ac_top_build_prefix 4807d1333322Smrg 4808d1333322Smrgcase $srcdir in 4809d1333322Smrg .) # We are building in place. 4810d1333322Smrg ac_srcdir=. 4811d1333322Smrg ac_top_srcdir=$ac_top_builddir_sub 4812d1333322Smrg ac_abs_top_srcdir=$ac_pwd ;; 4813d1333322Smrg [\\/]* | ?:[\\/]* ) # Absolute name. 4814d1333322Smrg ac_srcdir=$srcdir$ac_dir_suffix; 4815d1333322Smrg ac_top_srcdir=$srcdir 4816d1333322Smrg ac_abs_top_srcdir=$srcdir ;; 4817d1333322Smrg *) # Relative name. 4818d1333322Smrg ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 4819d1333322Smrg ac_top_srcdir=$ac_top_build_prefix$srcdir 4820d1333322Smrg ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 4821d1333322Smrgesac 4822d1333322Smrgac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 4823d1333322Smrg 4824d1333322Smrg 4825d1333322Smrg case $ac_mode in 4826d1333322Smrg :F) 4827d1333322Smrg # 4828d1333322Smrg # CONFIG_FILE 4829d1333322Smrg # 4830d1333322Smrg 4831d1333322Smrg case $INSTALL in 4832d1333322Smrg [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 4833d1333322Smrg *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 4834d1333322Smrg esac 4835d1333322Smrg ac_MKDIR_P=$MKDIR_P 4836d1333322Smrg case $MKDIR_P in 4837d1333322Smrg [\\/$]* | ?:[\\/]* ) ;; 4838d1333322Smrg */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 4839d1333322Smrg esac 4840d1333322Smrg_ACEOF 4841d1333322Smrg 4842d1333322Smrgcat >>$CONFIG_STATUS <<\_ACEOF 4843d1333322Smrg# If the template does not know about datarootdir, expand it. 4844d1333322Smrg# FIXME: This hack should be removed a few years after 2.60. 4845d1333322Smrgac_datarootdir_hack=; ac_datarootdir_seen= 4846d1333322Smrg 4847d1333322Smrgcase `sed -n '/datarootdir/ { 4848d1333322Smrg p 4849d1333322Smrg q 4850d1333322Smrg} 4851d1333322Smrg/@datadir@/p 4852d1333322Smrg/@docdir@/p 4853d1333322Smrg/@infodir@/p 4854d1333322Smrg/@localedir@/p 4855d1333322Smrg/@mandir@/p 4856d1333322Smrg' $ac_file_inputs` in 4857d1333322Smrg*datarootdir*) ac_datarootdir_seen=yes;; 4858d1333322Smrg*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 4859d1333322Smrg { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 4860d1333322Smrgecho "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 4861d1333322Smrg_ACEOF 4862d1333322Smrgcat >>$CONFIG_STATUS <<_ACEOF 4863d1333322Smrg ac_datarootdir_hack=' 4864d1333322Smrg s&@datadir@&$datadir&g 4865d1333322Smrg s&@docdir@&$docdir&g 4866d1333322Smrg s&@infodir@&$infodir&g 4867d1333322Smrg s&@localedir@&$localedir&g 4868d1333322Smrg s&@mandir@&$mandir&g 4869d1333322Smrg s&\\\${datarootdir}&$datarootdir&g' ;; 4870d1333322Smrgesac 4871d1333322Smrg_ACEOF 4872d1333322Smrg 4873d1333322Smrg# Neutralize VPATH when `$srcdir' = `.'. 4874d1333322Smrg# Shell code in configure.ac might set extrasub. 4875d1333322Smrg# FIXME: do we really want to maintain this feature? 4876d1333322Smrgcat >>$CONFIG_STATUS <<_ACEOF 4877d1333322Smrg sed "$ac_vpsub 4878d1333322Smrg$extrasub 4879d1333322Smrg_ACEOF 4880d1333322Smrgcat >>$CONFIG_STATUS <<\_ACEOF 4881d1333322Smrg:t 4882d1333322Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 4883d1333322Smrgs&@configure_input@&$configure_input&;t t 4884d1333322Smrgs&@top_builddir@&$ac_top_builddir_sub&;t t 4885d1333322Smrgs&@srcdir@&$ac_srcdir&;t t 4886d1333322Smrgs&@abs_srcdir@&$ac_abs_srcdir&;t t 4887d1333322Smrgs&@top_srcdir@&$ac_top_srcdir&;t t 4888d1333322Smrgs&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 4889d1333322Smrgs&@builddir@&$ac_builddir&;t t 4890d1333322Smrgs&@abs_builddir@&$ac_abs_builddir&;t t 4891d1333322Smrgs&@abs_top_builddir@&$ac_abs_top_builddir&;t t 4892d1333322Smrgs&@INSTALL@&$ac_INSTALL&;t t 4893d1333322Smrgs&@MKDIR_P@&$ac_MKDIR_P&;t t 4894d1333322Smrg$ac_datarootdir_hack 4895d1333322Smrg" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 4896d1333322Smrg 4897d1333322Smrgtest -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 4898d1333322Smrg { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 4899d1333322Smrg { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 4900d1333322Smrg { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 4901d1333322Smrgwhich seems to be undefined. Please make sure it is defined." >&5 4902d1333322Smrgecho "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 4903d1333322Smrgwhich seems to be undefined. Please make sure it is defined." >&2;} 4904d1333322Smrg 4905d1333322Smrg rm -f "$tmp/stdin" 4906d1333322Smrg case $ac_file in 4907d1333322Smrg -) cat "$tmp/out"; rm -f "$tmp/out";; 4908d1333322Smrg *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 4909d1333322Smrg esac 4910d1333322Smrg ;; 4911d1333322Smrg :H) 4912d1333322Smrg # 4913d1333322Smrg # CONFIG_HEADER 4914d1333322Smrg # 4915d1333322Smrg_ACEOF 4916d1333322Smrg 4917d1333322Smrg# Transform confdefs.h into a sed script `conftest.defines', that 4918d1333322Smrg# substitutes the proper values into config.h.in to produce config.h. 4919d1333322Smrgrm -f conftest.defines conftest.tail 4920d1333322Smrg# First, append a space to every undef/define line, to ease matching. 4921d1333322Smrgecho 's/$/ /' >conftest.defines 4922d1333322Smrg# Then, protect against being on the right side of a sed subst, or in 4923d1333322Smrg# an unquoted here document, in config.status. If some macros were 4924d1333322Smrg# called several times there might be several #defines for the same 4925d1333322Smrg# symbol, which is useless. But do not sort them, since the last 4926d1333322Smrg# AC_DEFINE must be honored. 4927d1333322Smrgac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 4928d1333322Smrg# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 4929d1333322Smrg# NAME is the cpp macro being defined, VALUE is the value it is being given. 4930d1333322Smrg# PARAMS is the parameter list in the macro definition--in most cases, it's 4931d1333322Smrg# just an empty string. 4932d1333322Smrgac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 4933d1333322Smrgac_dB='\\)[ (].*,\\1define\\2' 4934d1333322Smrgac_dC=' ' 4935d1333322Smrgac_dD=' ,' 4936d1333322Smrg 4937d1333322Smrguniq confdefs.h | 4938d1333322Smrg sed -n ' 4939d1333322Smrg t rset 4940d1333322Smrg :rset 4941d1333322Smrg s/^[ ]*#[ ]*define[ ][ ]*// 4942d1333322Smrg t ok 4943d1333322Smrg d 4944d1333322Smrg :ok 4945d1333322Smrg s/[\\&,]/\\&/g 4946d1333322Smrg s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 4947d1333322Smrg s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 4948d1333322Smrg ' >>conftest.defines 4949d1333322Smrg 4950d1333322Smrg# Remove the space that was appended to ease matching. 4951d1333322Smrg# Then replace #undef with comments. This is necessary, for 4952d1333322Smrg# example, in the case of _POSIX_SOURCE, which is predefined and required 4953d1333322Smrg# on some systems where configure will not decide to define it. 4954d1333322Smrg# (The regexp can be short, since the line contains either #define or #undef.) 4955d1333322Smrgecho 's/ $// 4956d1333322Smrgs,^[ #]*u.*,/* & */,' >>conftest.defines 4957d1333322Smrg 4958d1333322Smrg# Break up conftest.defines: 4959d1333322Smrgac_max_sed_lines=50 4960d1333322Smrg 4961d1333322Smrg# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 4962d1333322Smrg# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 4963d1333322Smrg# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 4964d1333322Smrg# et cetera. 4965d1333322Smrgac_in='$ac_file_inputs' 4966d1333322Smrgac_out='"$tmp/out1"' 4967d1333322Smrgac_nxt='"$tmp/out2"' 4968d1333322Smrg 4969d1333322Smrgwhile : 4970d1333322Smrgdo 4971d1333322Smrg # Write a here document: 4972d1333322Smrg cat >>$CONFIG_STATUS <<_ACEOF 4973d1333322Smrg # First, check the format of the line: 4974d1333322Smrg cat >"\$tmp/defines.sed" <<\\CEOF 4975d1333322Smrg/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 4976d1333322Smrg/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 4977d1333322Smrgb 4978d1333322Smrg:def 4979d1333322Smrg_ACEOF 4980d1333322Smrg sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 4981d1333322Smrg echo 'CEOF 4982d1333322Smrg sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 4983d1333322Smrg ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 4984d1333322Smrg sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 4985d1333322Smrg grep . conftest.tail >/dev/null || break 4986d1333322Smrg rm -f conftest.defines 4987d1333322Smrg mv conftest.tail conftest.defines 4988d1333322Smrgdone 4989d1333322Smrgrm -f conftest.defines conftest.tail 4990d1333322Smrg 4991d1333322Smrgecho "ac_result=$ac_in" >>$CONFIG_STATUS 4992d1333322Smrgcat >>$CONFIG_STATUS <<\_ACEOF 4993d1333322Smrg if test x"$ac_file" != x-; then 4994d1333322Smrg echo "/* $configure_input */" >"$tmp/config.h" 4995d1333322Smrg cat "$ac_result" >>"$tmp/config.h" 4996d1333322Smrg if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 4997d1333322Smrg { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 4998d1333322Smrgecho "$as_me: $ac_file is unchanged" >&6;} 4999d1333322Smrg else 5000d1333322Smrg rm -f $ac_file 5001d1333322Smrg mv "$tmp/config.h" $ac_file 5002d1333322Smrg fi 5003d1333322Smrg else 5004d1333322Smrg echo "/* $configure_input */" 5005d1333322Smrg cat "$ac_result" 5006d1333322Smrg fi 5007d1333322Smrg rm -f "$tmp/out12" 5008d1333322Smrg# Compute $ac_file's index in $config_headers. 5009d1333322Smrg_am_stamp_count=1 5010d1333322Smrgfor _am_header in $config_headers :; do 5011d1333322Smrg case $_am_header in 5012d1333322Smrg $ac_file | $ac_file:* ) 5013d1333322Smrg break ;; 5014d1333322Smrg * ) 5015d1333322Smrg _am_stamp_count=`expr $_am_stamp_count + 1` ;; 5016d1333322Smrg esac 5017d1333322Smrgdone 5018d1333322Smrgecho "timestamp for $ac_file" >`$as_dirname -- $ac_file || 5019d1333322Smrg$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5020d1333322Smrg X$ac_file : 'X\(//\)[^/]' \| \ 5021d1333322Smrg X$ac_file : 'X\(//\)$' \| \ 5022d1333322Smrg X$ac_file : 'X\(/\)' \| . 2>/dev/null || 5023d1333322Smrgecho X$ac_file | 5024d1333322Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5025d1333322Smrg s//\1/ 5026d1333322Smrg q 5027d1333322Smrg } 5028d1333322Smrg /^X\(\/\/\)[^/].*/{ 5029d1333322Smrg s//\1/ 5030d1333322Smrg q 5031d1333322Smrg } 5032d1333322Smrg /^X\(\/\/\)$/{ 5033d1333322Smrg s//\1/ 5034d1333322Smrg q 5035d1333322Smrg } 5036d1333322Smrg /^X\(\/\).*/{ 5037d1333322Smrg s//\1/ 5038d1333322Smrg q 5039d1333322Smrg } 5040d1333322Smrg s/.*/./; q'`/stamp-h$_am_stamp_count 5041d1333322Smrg ;; 5042d1333322Smrg 5043d1333322Smrg :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 5044d1333322Smrgecho "$as_me: executing $ac_file commands" >&6;} 5045d1333322Smrg ;; 5046d1333322Smrg esac 5047d1333322Smrg 5048d1333322Smrg 5049d1333322Smrg case $ac_file$ac_mode in 5050d1333322Smrg "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 5051d1333322Smrg # Strip MF so we end up with the name of the file. 5052d1333322Smrg mf=`echo "$mf" | sed -e 's/:.*$//'` 5053d1333322Smrg # Check whether this is an Automake generated Makefile or not. 5054d1333322Smrg # We used to match only the files named `Makefile.in', but 5055d1333322Smrg # some people rename them; so instead we look at the file content. 5056d1333322Smrg # Grep'ing the first line is not enough: some people post-process 5057d1333322Smrg # each Makefile.in and add a new line on top of each file to say so. 5058d1333322Smrg # Grep'ing the whole file is not good either: AIX grep has a line 5059d1333322Smrg # limit of 2048, but all sed's we know have understand at least 4000. 5060d1333322Smrg if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 5061d1333322Smrg dirpart=`$as_dirname -- "$mf" || 5062d1333322Smrg$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5063d1333322Smrg X"$mf" : 'X\(//\)[^/]' \| \ 5064d1333322Smrg X"$mf" : 'X\(//\)$' \| \ 5065d1333322Smrg X"$mf" : 'X\(/\)' \| . 2>/dev/null || 5066d1333322Smrgecho X"$mf" | 5067d1333322Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5068d1333322Smrg s//\1/ 5069d1333322Smrg q 5070d1333322Smrg } 5071d1333322Smrg /^X\(\/\/\)[^/].*/{ 5072d1333322Smrg s//\1/ 5073d1333322Smrg q 5074d1333322Smrg } 5075d1333322Smrg /^X\(\/\/\)$/{ 5076d1333322Smrg s//\1/ 5077d1333322Smrg q 5078d1333322Smrg } 5079d1333322Smrg /^X\(\/\).*/{ 5080d1333322Smrg s//\1/ 5081d1333322Smrg q 5082d1333322Smrg } 5083d1333322Smrg s/.*/./; q'` 5084d1333322Smrg else 5085d1333322Smrg continue 5086d1333322Smrg fi 5087d1333322Smrg # Extract the definition of DEPDIR, am__include, and am__quote 5088d1333322Smrg # from the Makefile without running `make'. 5089d1333322Smrg DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 5090d1333322Smrg test -z "$DEPDIR" && continue 5091d1333322Smrg am__include=`sed -n 's/^am__include = //p' < "$mf"` 5092d1333322Smrg test -z "am__include" && continue 5093d1333322Smrg am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 5094d1333322Smrg # When using ansi2knr, U may be empty or an underscore; expand it 5095d1333322Smrg U=`sed -n 's/^U = //p' < "$mf"` 5096d1333322Smrg # Find all dependency output files, they are included files with 5097d1333322Smrg # $(DEPDIR) in their names. We invoke sed twice because it is the 5098d1333322Smrg # simplest approach to changing $(DEPDIR) to its actual value in the 5099d1333322Smrg # expansion. 5100d1333322Smrg for file in `sed -n " 5101d1333322Smrg s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 5102d1333322Smrg sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 5103d1333322Smrg # Make sure the directory exists. 5104d1333322Smrg test -f "$dirpart/$file" && continue 5105d1333322Smrg fdir=`$as_dirname -- "$file" || 5106d1333322Smrg$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5107d1333322Smrg X"$file" : 'X\(//\)[^/]' \| \ 5108d1333322Smrg X"$file" : 'X\(//\)$' \| \ 5109d1333322Smrg X"$file" : 'X\(/\)' \| . 2>/dev/null || 5110d1333322Smrgecho X"$file" | 5111d1333322Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5112d1333322Smrg s//\1/ 5113d1333322Smrg q 5114d1333322Smrg } 5115d1333322Smrg /^X\(\/\/\)[^/].*/{ 5116d1333322Smrg s//\1/ 5117d1333322Smrg q 5118d1333322Smrg } 5119d1333322Smrg /^X\(\/\/\)$/{ 5120d1333322Smrg s//\1/ 5121d1333322Smrg q 5122d1333322Smrg } 5123d1333322Smrg /^X\(\/\).*/{ 5124d1333322Smrg s//\1/ 5125d1333322Smrg q 5126d1333322Smrg } 5127d1333322Smrg s/.*/./; q'` 5128d1333322Smrg { as_dir=$dirpart/$fdir 5129d1333322Smrg case $as_dir in #( 5130d1333322Smrg -*) as_dir=./$as_dir;; 5131d1333322Smrg esac 5132d1333322Smrg test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 5133d1333322Smrg as_dirs= 5134d1333322Smrg while :; do 5135d1333322Smrg case $as_dir in #( 5136d1333322Smrg *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 5137d1333322Smrg *) as_qdir=$as_dir;; 5138d1333322Smrg esac 5139d1333322Smrg as_dirs="'$as_qdir' $as_dirs" 5140d1333322Smrg as_dir=`$as_dirname -- "$as_dir" || 5141d1333322Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5142d1333322Smrg X"$as_dir" : 'X\(//\)[^/]' \| \ 5143d1333322Smrg X"$as_dir" : 'X\(//\)$' \| \ 5144d1333322Smrg X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 5145d1333322Smrgecho X"$as_dir" | 5146d1333322Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5147d1333322Smrg s//\1/ 5148d1333322Smrg q 5149d1333322Smrg } 5150d1333322Smrg /^X\(\/\/\)[^/].*/{ 5151d1333322Smrg s//\1/ 5152d1333322Smrg q 5153d1333322Smrg } 5154d1333322Smrg /^X\(\/\/\)$/{ 5155d1333322Smrg s//\1/ 5156d1333322Smrg q 5157d1333322Smrg } 5158d1333322Smrg /^X\(\/\).*/{ 5159d1333322Smrg s//\1/ 5160d1333322Smrg q 5161d1333322Smrg } 5162d1333322Smrg s/.*/./; q'` 5163d1333322Smrg test -d "$as_dir" && break 5164d1333322Smrg done 5165d1333322Smrg test -z "$as_dirs" || eval "mkdir $as_dirs" 5166d1333322Smrg } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 5167d1333322Smrgecho "$as_me: error: cannot create directory $as_dir" >&2;} 5168d1333322Smrg { (exit 1); exit 1; }; }; } 5169d1333322Smrg # echo "creating $dirpart/$file" 5170d1333322Smrg echo '# dummy' > "$dirpart/$file" 5171d1333322Smrg done 5172d1333322Smrgdone 5173d1333322Smrg ;; 5174d1333322Smrg 5175d1333322Smrg esac 5176d1333322Smrgdone # for ac_tag 5177d1333322Smrg 5178d1333322Smrg 5179d1333322Smrg{ (exit 0); exit 0; } 5180d1333322Smrg_ACEOF 5181d1333322Smrgchmod +x $CONFIG_STATUS 5182d1333322Smrgac_clean_files=$ac_clean_files_save 5183d1333322Smrg 5184d1333322Smrg 5185d1333322Smrg# configure is writing to config.log, and then calls config.status. 5186d1333322Smrg# config.status does its own redirection, appending to config.log. 5187d1333322Smrg# Unfortunately, on DOS this fails, as config.log is still kept open 5188d1333322Smrg# by configure, so config.status won't be able to write to it; its 5189d1333322Smrg# output is simply discarded. So we exec the FD to /dev/null, 5190d1333322Smrg# effectively closing config.log, so it can be properly (re)opened and 5191d1333322Smrg# appended to by config.status. When coming back to configure, we 5192d1333322Smrg# need to make the FD available again. 5193d1333322Smrgif test "$no_create" != yes; then 5194d1333322Smrg ac_cs_success=: 5195d1333322Smrg ac_config_status_args= 5196d1333322Smrg test "$silent" = yes && 5197d1333322Smrg ac_config_status_args="$ac_config_status_args --quiet" 5198d1333322Smrg exec 5>/dev/null 5199d1333322Smrg $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 5200d1333322Smrg exec 5>>config.log 5201d1333322Smrg # Use ||, not &&, to avoid exiting from the if with $? = 1, which 5202d1333322Smrg # would make configure fail if this is the last instruction. 5203d1333322Smrg $ac_cs_success || { (exit 1); exit 1; } 5204d1333322Smrgfi 5205d1333322Smrg 5206