configure revision a99f82b8
1a99f82b8Smrg#! /bin/sh 2a99f82b8Smrg# Guess values for system-dependent variables and create Makefiles. 3a99f82b8Smrg# Generated by GNU Autoconf 2.59 for font-alias 1.0.1. 4a99f82b8Smrg# 5a99f82b8Smrg# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 6a99f82b8Smrg# 7a99f82b8Smrg# Copyright (C) 2003 Free Software Foundation, Inc. 8a99f82b8Smrg# This configure script is free software; the Free Software Foundation 9a99f82b8Smrg# gives unlimited permission to copy, distribute and modify it. 10a99f82b8Smrg## --------------------- ## 11a99f82b8Smrg## M4sh Initialization. ## 12a99f82b8Smrg## --------------------- ## 13a99f82b8Smrg 14a99f82b8Smrg# Be Bourne compatible 15a99f82b8Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 16a99f82b8Smrg emulate sh 17a99f82b8Smrg NULLCMD=: 18a99f82b8Smrg # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 19a99f82b8Smrg # is contrary to our usage. Disable this feature. 20a99f82b8Smrg alias -g '${1+"$@"}'='"$@"' 21a99f82b8Smrgelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 22a99f82b8Smrg set -o posix 23a99f82b8Smrgfi 24a99f82b8SmrgDUALCASE=1; export DUALCASE # for MKS sh 25a99f82b8Smrg 26a99f82b8Smrg# Support unset when possible. 27a99f82b8Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 28a99f82b8Smrg as_unset=unset 29a99f82b8Smrgelse 30a99f82b8Smrg as_unset=false 31a99f82b8Smrgfi 32a99f82b8Smrg 33a99f82b8Smrg 34a99f82b8Smrg# Work around bugs in pre-3.0 UWIN ksh. 35a99f82b8Smrg$as_unset ENV MAIL MAILPATH 36a99f82b8SmrgPS1='$ ' 37a99f82b8SmrgPS2='> ' 38a99f82b8SmrgPS4='+ ' 39a99f82b8Smrg 40a99f82b8Smrg# NLS nuisances. 41a99f82b8Smrgfor as_var in \ 42a99f82b8Smrg LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 43a99f82b8Smrg LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 44a99f82b8Smrg LC_TELEPHONE LC_TIME 45a99f82b8Smrgdo 46a99f82b8Smrg if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 47a99f82b8Smrg eval $as_var=C; export $as_var 48a99f82b8Smrg else 49a99f82b8Smrg $as_unset $as_var 50a99f82b8Smrg fi 51a99f82b8Smrgdone 52a99f82b8Smrg 53a99f82b8Smrg# Required to use basename. 54a99f82b8Smrgif expr a : '\(a\)' >/dev/null 2>&1; then 55a99f82b8Smrg as_expr=expr 56a99f82b8Smrgelse 57a99f82b8Smrg as_expr=false 58a99f82b8Smrgfi 59a99f82b8Smrg 60a99f82b8Smrgif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 61a99f82b8Smrg as_basename=basename 62a99f82b8Smrgelse 63a99f82b8Smrg as_basename=false 64a99f82b8Smrgfi 65a99f82b8Smrg 66a99f82b8Smrg 67a99f82b8Smrg# Name of the executable. 68a99f82b8Smrgas_me=`$as_basename "$0" || 69a99f82b8Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 70a99f82b8Smrg X"$0" : 'X\(//\)$' \| \ 71a99f82b8Smrg X"$0" : 'X\(/\)$' \| \ 72a99f82b8Smrg . : '\(.\)' 2>/dev/null || 73a99f82b8Smrgecho X/"$0" | 74a99f82b8Smrg sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 75a99f82b8Smrg /^X\/\(\/\/\)$/{ s//\1/; q; } 76a99f82b8Smrg /^X\/\(\/\).*/{ s//\1/; q; } 77a99f82b8Smrg s/.*/./; q'` 78a99f82b8Smrg 79a99f82b8Smrg 80a99f82b8Smrg# PATH needs CR, and LINENO needs CR and PATH. 81a99f82b8Smrg# Avoid depending upon Character Ranges. 82a99f82b8Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 83a99f82b8Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 84a99f82b8Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 85a99f82b8Smrgas_cr_digits='0123456789' 86a99f82b8Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits 87a99f82b8Smrg 88a99f82b8Smrg# The user is always right. 89a99f82b8Smrgif test "${PATH_SEPARATOR+set}" != set; then 90a99f82b8Smrg echo "#! /bin/sh" >conf$$.sh 91a99f82b8Smrg echo "exit 0" >>conf$$.sh 92a99f82b8Smrg chmod +x conf$$.sh 93a99f82b8Smrg if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 94a99f82b8Smrg PATH_SEPARATOR=';' 95a99f82b8Smrg else 96a99f82b8Smrg PATH_SEPARATOR=: 97a99f82b8Smrg fi 98a99f82b8Smrg rm -f conf$$.sh 99a99f82b8Smrgfi 100a99f82b8Smrg 101a99f82b8Smrg 102a99f82b8Smrg as_lineno_1=$LINENO 103a99f82b8Smrg as_lineno_2=$LINENO 104a99f82b8Smrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 105a99f82b8Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 106a99f82b8Smrg test "x$as_lineno_3" = "x$as_lineno_2" || { 107a99f82b8Smrg # Find who we are. Look in the path if we contain no path at all 108a99f82b8Smrg # relative or not. 109a99f82b8Smrg case $0 in 110a99f82b8Smrg *[\\/]* ) as_myself=$0 ;; 111a99f82b8Smrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 112a99f82b8Smrgfor as_dir in $PATH 113a99f82b8Smrgdo 114a99f82b8Smrg IFS=$as_save_IFS 115a99f82b8Smrg test -z "$as_dir" && as_dir=. 116a99f82b8Smrg test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 117a99f82b8Smrgdone 118a99f82b8Smrg 119a99f82b8Smrg ;; 120a99f82b8Smrg esac 121a99f82b8Smrg # We did not find ourselves, most probably we were run as `sh COMMAND' 122a99f82b8Smrg # in which case we are not to be found in the path. 123a99f82b8Smrg if test "x$as_myself" = x; then 124a99f82b8Smrg as_myself=$0 125a99f82b8Smrg fi 126a99f82b8Smrg if test ! -f "$as_myself"; then 127a99f82b8Smrg { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 128a99f82b8Smrg { (exit 1); exit 1; }; } 129a99f82b8Smrg fi 130a99f82b8Smrg case $CONFIG_SHELL in 131a99f82b8Smrg '') 132a99f82b8Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 133a99f82b8Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 134a99f82b8Smrgdo 135a99f82b8Smrg IFS=$as_save_IFS 136a99f82b8Smrg test -z "$as_dir" && as_dir=. 137a99f82b8Smrg for as_base in sh bash ksh sh5; do 138a99f82b8Smrg case $as_dir in 139a99f82b8Smrg /*) 140a99f82b8Smrg if ("$as_dir/$as_base" -c ' 141a99f82b8Smrg as_lineno_1=$LINENO 142a99f82b8Smrg as_lineno_2=$LINENO 143a99f82b8Smrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 144a99f82b8Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 145a99f82b8Smrg test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 146a99f82b8Smrg $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 147a99f82b8Smrg $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 148a99f82b8Smrg CONFIG_SHELL=$as_dir/$as_base 149a99f82b8Smrg export CONFIG_SHELL 150a99f82b8Smrg exec "$CONFIG_SHELL" "$0" ${1+"$@"} 151a99f82b8Smrg fi;; 152a99f82b8Smrg esac 153a99f82b8Smrg done 154a99f82b8Smrgdone 155a99f82b8Smrg;; 156a99f82b8Smrg esac 157a99f82b8Smrg 158a99f82b8Smrg # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 159a99f82b8Smrg # uniformly replaced by the line number. The first 'sed' inserts a 160a99f82b8Smrg # line-number line before each line; the second 'sed' does the real 161a99f82b8Smrg # work. The second script uses 'N' to pair each line-number line 162a99f82b8Smrg # with the numbered line, and appends trailing '-' during 163a99f82b8Smrg # substitution so that $LINENO is not a special case at line end. 164a99f82b8Smrg # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 165a99f82b8Smrg # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 166a99f82b8Smrg sed '=' <$as_myself | 167a99f82b8Smrg sed ' 168a99f82b8Smrg N 169a99f82b8Smrg s,$,-, 170a99f82b8Smrg : loop 171a99f82b8Smrg s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 172a99f82b8Smrg t loop 173a99f82b8Smrg s,-$,, 174a99f82b8Smrg s,^['$as_cr_digits']*\n,, 175a99f82b8Smrg ' >$as_me.lineno && 176a99f82b8Smrg chmod +x $as_me.lineno || 177a99f82b8Smrg { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 178a99f82b8Smrg { (exit 1); exit 1; }; } 179a99f82b8Smrg 180a99f82b8Smrg # Don't try to exec as it changes $[0], causing all sort of problems 181a99f82b8Smrg # (the dirname of $[0] is not the place where we might find the 182a99f82b8Smrg # original and so on. Autoconf is especially sensible to this). 183a99f82b8Smrg . ./$as_me.lineno 184a99f82b8Smrg # Exit status is that of the last command. 185a99f82b8Smrg exit 186a99f82b8Smrg} 187a99f82b8Smrg 188a99f82b8Smrg 189a99f82b8Smrgcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 190a99f82b8Smrg *c*,-n*) ECHO_N= ECHO_C=' 191a99f82b8Smrg' ECHO_T=' ' ;; 192a99f82b8Smrg *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 193a99f82b8Smrg *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 194a99f82b8Smrgesac 195a99f82b8Smrg 196a99f82b8Smrgif expr a : '\(a\)' >/dev/null 2>&1; then 197a99f82b8Smrg as_expr=expr 198a99f82b8Smrgelse 199a99f82b8Smrg as_expr=false 200a99f82b8Smrgfi 201a99f82b8Smrg 202a99f82b8Smrgrm -f conf$$ conf$$.exe conf$$.file 203a99f82b8Smrgecho >conf$$.file 204a99f82b8Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then 205a99f82b8Smrg # We could just check for DJGPP; but this test a) works b) is more generic 206a99f82b8Smrg # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 207a99f82b8Smrg if test -f conf$$.exe; then 208a99f82b8Smrg # Don't use ln at all; we don't have any links 209a99f82b8Smrg as_ln_s='cp -p' 210a99f82b8Smrg else 211a99f82b8Smrg as_ln_s='ln -s' 212a99f82b8Smrg fi 213a99f82b8Smrgelif ln conf$$.file conf$$ 2>/dev/null; then 214a99f82b8Smrg as_ln_s=ln 215a99f82b8Smrgelse 216a99f82b8Smrg as_ln_s='cp -p' 217a99f82b8Smrgfi 218a99f82b8Smrgrm -f conf$$ conf$$.exe conf$$.file 219a99f82b8Smrg 220a99f82b8Smrgif mkdir -p . 2>/dev/null; then 221a99f82b8Smrg as_mkdir_p=: 222a99f82b8Smrgelse 223a99f82b8Smrg test -d ./-p && rmdir ./-p 224a99f82b8Smrg as_mkdir_p=false 225a99f82b8Smrgfi 226a99f82b8Smrg 227a99f82b8Smrgas_executable_p="test -f" 228a99f82b8Smrg 229a99f82b8Smrg# Sed expression to map a string onto a valid CPP name. 230a99f82b8Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 231a99f82b8Smrg 232a99f82b8Smrg# Sed expression to map a string onto a valid variable name. 233a99f82b8Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 234a99f82b8Smrg 235a99f82b8Smrg 236a99f82b8Smrg# IFS 237a99f82b8Smrg# We need space, tab and new line, in precisely that order. 238a99f82b8Smrgas_nl=' 239a99f82b8Smrg' 240a99f82b8SmrgIFS=" $as_nl" 241a99f82b8Smrg 242a99f82b8Smrg# CDPATH. 243a99f82b8Smrg$as_unset CDPATH 244a99f82b8Smrg 245a99f82b8Smrg 246a99f82b8Smrg# Name of the host. 247a99f82b8Smrg# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 248a99f82b8Smrg# so uname gets run too. 249a99f82b8Smrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 250a99f82b8Smrg 251a99f82b8Smrgexec 6>&1 252a99f82b8Smrg 253a99f82b8Smrg# 254a99f82b8Smrg# Initializations. 255a99f82b8Smrg# 256a99f82b8Smrgac_default_prefix=/usr/local 257a99f82b8Smrgac_config_libobj_dir=. 258a99f82b8Smrgcross_compiling=no 259a99f82b8Smrgsubdirs= 260a99f82b8SmrgMFLAGS= 261a99f82b8SmrgMAKEFLAGS= 262a99f82b8SmrgSHELL=${CONFIG_SHELL-/bin/sh} 263a99f82b8Smrg 264a99f82b8Smrg# Maximum number of lines to put in a shell here document. 265a99f82b8Smrg# This variable seems obsolete. It should probably be removed, and 266a99f82b8Smrg# only ac_max_sed_lines should be used. 267a99f82b8Smrg: ${ac_max_here_lines=38} 268a99f82b8Smrg 269a99f82b8Smrg# Identity of this package. 270a99f82b8SmrgPACKAGE_NAME='font-alias' 271a99f82b8SmrgPACKAGE_TARNAME='font-alias' 272a99f82b8SmrgPACKAGE_VERSION='1.0.1' 273a99f82b8SmrgPACKAGE_STRING='font-alias 1.0.1' 274a99f82b8SmrgPACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' 275a99f82b8Smrg 276a99f82b8Smrgac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT TOPFONTDIR LIBOBJS LTLIBOBJS' 277a99f82b8Smrgac_subst_files='' 278a99f82b8Smrg 279a99f82b8Smrg# Initialize some variables set by options. 280a99f82b8Smrgac_init_help= 281a99f82b8Smrgac_init_version=false 282a99f82b8Smrg# The variables have the same names as the options, with 283a99f82b8Smrg# dashes changed to underlines. 284a99f82b8Smrgcache_file=/dev/null 285a99f82b8Smrgexec_prefix=NONE 286a99f82b8Smrgno_create= 287a99f82b8Smrgno_recursion= 288a99f82b8Smrgprefix=NONE 289a99f82b8Smrgprogram_prefix=NONE 290a99f82b8Smrgprogram_suffix=NONE 291a99f82b8Smrgprogram_transform_name=s,x,x, 292a99f82b8Smrgsilent= 293a99f82b8Smrgsite= 294a99f82b8Smrgsrcdir= 295a99f82b8Smrgverbose= 296a99f82b8Smrgx_includes=NONE 297a99f82b8Smrgx_libraries=NONE 298a99f82b8Smrg 299a99f82b8Smrg# Installation directory options. 300a99f82b8Smrg# These are left unexpanded so users can "make install exec_prefix=/foo" 301a99f82b8Smrg# and all the variables that are supposed to be based on exec_prefix 302a99f82b8Smrg# by default will actually change. 303a99f82b8Smrg# Use braces instead of parens because sh, perl, etc. also accept them. 304a99f82b8Smrgbindir='${exec_prefix}/bin' 305a99f82b8Smrgsbindir='${exec_prefix}/sbin' 306a99f82b8Smrglibexecdir='${exec_prefix}/libexec' 307a99f82b8Smrgdatadir='${prefix}/share' 308a99f82b8Smrgsysconfdir='${prefix}/etc' 309a99f82b8Smrgsharedstatedir='${prefix}/com' 310a99f82b8Smrglocalstatedir='${prefix}/var' 311a99f82b8Smrglibdir='${exec_prefix}/lib' 312a99f82b8Smrgincludedir='${prefix}/include' 313a99f82b8Smrgoldincludedir='/usr/include' 314a99f82b8Smrginfodir='${prefix}/info' 315a99f82b8Smrgmandir='${prefix}/man' 316a99f82b8Smrg 317a99f82b8Smrgac_prev= 318a99f82b8Smrgfor ac_option 319a99f82b8Smrgdo 320a99f82b8Smrg # If the previous option needs an argument, assign it. 321a99f82b8Smrg if test -n "$ac_prev"; then 322a99f82b8Smrg eval "$ac_prev=\$ac_option" 323a99f82b8Smrg ac_prev= 324a99f82b8Smrg continue 325a99f82b8Smrg fi 326a99f82b8Smrg 327a99f82b8Smrg ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 328a99f82b8Smrg 329a99f82b8Smrg # Accept the important Cygnus configure options, so we can diagnose typos. 330a99f82b8Smrg 331a99f82b8Smrg case $ac_option in 332a99f82b8Smrg 333a99f82b8Smrg -bindir | --bindir | --bindi | --bind | --bin | --bi) 334a99f82b8Smrg ac_prev=bindir ;; 335a99f82b8Smrg -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 336a99f82b8Smrg bindir=$ac_optarg ;; 337a99f82b8Smrg 338a99f82b8Smrg -build | --build | --buil | --bui | --bu) 339a99f82b8Smrg ac_prev=build_alias ;; 340a99f82b8Smrg -build=* | --build=* | --buil=* | --bui=* | --bu=*) 341a99f82b8Smrg build_alias=$ac_optarg ;; 342a99f82b8Smrg 343a99f82b8Smrg -cache-file | --cache-file | --cache-fil | --cache-fi \ 344a99f82b8Smrg | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 345a99f82b8Smrg ac_prev=cache_file ;; 346a99f82b8Smrg -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 347a99f82b8Smrg | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 348a99f82b8Smrg cache_file=$ac_optarg ;; 349a99f82b8Smrg 350a99f82b8Smrg --config-cache | -C) 351a99f82b8Smrg cache_file=config.cache ;; 352a99f82b8Smrg 353a99f82b8Smrg -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 354a99f82b8Smrg ac_prev=datadir ;; 355a99f82b8Smrg -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 356a99f82b8Smrg | --da=*) 357a99f82b8Smrg datadir=$ac_optarg ;; 358a99f82b8Smrg 359a99f82b8Smrg -disable-* | --disable-*) 360a99f82b8Smrg ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 361a99f82b8Smrg # Reject names that are not valid shell variable names. 362a99f82b8Smrg expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 363a99f82b8Smrg { echo "$as_me: error: invalid feature name: $ac_feature" >&2 364a99f82b8Smrg { (exit 1); exit 1; }; } 365a99f82b8Smrg ac_feature=`echo $ac_feature | sed 's/-/_/g'` 366a99f82b8Smrg eval "enable_$ac_feature=no" ;; 367a99f82b8Smrg 368a99f82b8Smrg -enable-* | --enable-*) 369a99f82b8Smrg ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 370a99f82b8Smrg # Reject names that are not valid shell variable names. 371a99f82b8Smrg expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 372a99f82b8Smrg { echo "$as_me: error: invalid feature name: $ac_feature" >&2 373a99f82b8Smrg { (exit 1); exit 1; }; } 374a99f82b8Smrg ac_feature=`echo $ac_feature | sed 's/-/_/g'` 375a99f82b8Smrg case $ac_option in 376a99f82b8Smrg *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 377a99f82b8Smrg *) ac_optarg=yes ;; 378a99f82b8Smrg esac 379a99f82b8Smrg eval "enable_$ac_feature='$ac_optarg'" ;; 380a99f82b8Smrg 381a99f82b8Smrg -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 382a99f82b8Smrg | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 383a99f82b8Smrg | --exec | --exe | --ex) 384a99f82b8Smrg ac_prev=exec_prefix ;; 385a99f82b8Smrg -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 386a99f82b8Smrg | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 387a99f82b8Smrg | --exec=* | --exe=* | --ex=*) 388a99f82b8Smrg exec_prefix=$ac_optarg ;; 389a99f82b8Smrg 390a99f82b8Smrg -gas | --gas | --ga | --g) 391a99f82b8Smrg # Obsolete; use --with-gas. 392a99f82b8Smrg with_gas=yes ;; 393a99f82b8Smrg 394a99f82b8Smrg -help | --help | --hel | --he | -h) 395a99f82b8Smrg ac_init_help=long ;; 396a99f82b8Smrg -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 397a99f82b8Smrg ac_init_help=recursive ;; 398a99f82b8Smrg -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 399a99f82b8Smrg ac_init_help=short ;; 400a99f82b8Smrg 401a99f82b8Smrg -host | --host | --hos | --ho) 402a99f82b8Smrg ac_prev=host_alias ;; 403a99f82b8Smrg -host=* | --host=* | --hos=* | --ho=*) 404a99f82b8Smrg host_alias=$ac_optarg ;; 405a99f82b8Smrg 406a99f82b8Smrg -includedir | --includedir | --includedi | --included | --include \ 407a99f82b8Smrg | --includ | --inclu | --incl | --inc) 408a99f82b8Smrg ac_prev=includedir ;; 409a99f82b8Smrg -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 410a99f82b8Smrg | --includ=* | --inclu=* | --incl=* | --inc=*) 411a99f82b8Smrg includedir=$ac_optarg ;; 412a99f82b8Smrg 413a99f82b8Smrg -infodir | --infodir | --infodi | --infod | --info | --inf) 414a99f82b8Smrg ac_prev=infodir ;; 415a99f82b8Smrg -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 416a99f82b8Smrg infodir=$ac_optarg ;; 417a99f82b8Smrg 418a99f82b8Smrg -libdir | --libdir | --libdi | --libd) 419a99f82b8Smrg ac_prev=libdir ;; 420a99f82b8Smrg -libdir=* | --libdir=* | --libdi=* | --libd=*) 421a99f82b8Smrg libdir=$ac_optarg ;; 422a99f82b8Smrg 423a99f82b8Smrg -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 424a99f82b8Smrg | --libexe | --libex | --libe) 425a99f82b8Smrg ac_prev=libexecdir ;; 426a99f82b8Smrg -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 427a99f82b8Smrg | --libexe=* | --libex=* | --libe=*) 428a99f82b8Smrg libexecdir=$ac_optarg ;; 429a99f82b8Smrg 430a99f82b8Smrg -localstatedir | --localstatedir | --localstatedi | --localstated \ 431a99f82b8Smrg | --localstate | --localstat | --localsta | --localst \ 432a99f82b8Smrg | --locals | --local | --loca | --loc | --lo) 433a99f82b8Smrg ac_prev=localstatedir ;; 434a99f82b8Smrg -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 435a99f82b8Smrg | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 436a99f82b8Smrg | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 437a99f82b8Smrg localstatedir=$ac_optarg ;; 438a99f82b8Smrg 439a99f82b8Smrg -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 440a99f82b8Smrg ac_prev=mandir ;; 441a99f82b8Smrg -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 442a99f82b8Smrg mandir=$ac_optarg ;; 443a99f82b8Smrg 444a99f82b8Smrg -nfp | --nfp | --nf) 445a99f82b8Smrg # Obsolete; use --without-fp. 446a99f82b8Smrg with_fp=no ;; 447a99f82b8Smrg 448a99f82b8Smrg -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 449a99f82b8Smrg | --no-cr | --no-c | -n) 450a99f82b8Smrg no_create=yes ;; 451a99f82b8Smrg 452a99f82b8Smrg -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 453a99f82b8Smrg | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 454a99f82b8Smrg no_recursion=yes ;; 455a99f82b8Smrg 456a99f82b8Smrg -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 457a99f82b8Smrg | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 458a99f82b8Smrg | --oldin | --oldi | --old | --ol | --o) 459a99f82b8Smrg ac_prev=oldincludedir ;; 460a99f82b8Smrg -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 461a99f82b8Smrg | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 462a99f82b8Smrg | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 463a99f82b8Smrg oldincludedir=$ac_optarg ;; 464a99f82b8Smrg 465a99f82b8Smrg -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 466a99f82b8Smrg ac_prev=prefix ;; 467a99f82b8Smrg -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 468a99f82b8Smrg prefix=$ac_optarg ;; 469a99f82b8Smrg 470a99f82b8Smrg -program-prefix | --program-prefix | --program-prefi | --program-pref \ 471a99f82b8Smrg | --program-pre | --program-pr | --program-p) 472a99f82b8Smrg ac_prev=program_prefix ;; 473a99f82b8Smrg -program-prefix=* | --program-prefix=* | --program-prefi=* \ 474a99f82b8Smrg | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 475a99f82b8Smrg program_prefix=$ac_optarg ;; 476a99f82b8Smrg 477a99f82b8Smrg -program-suffix | --program-suffix | --program-suffi | --program-suff \ 478a99f82b8Smrg | --program-suf | --program-su | --program-s) 479a99f82b8Smrg ac_prev=program_suffix ;; 480a99f82b8Smrg -program-suffix=* | --program-suffix=* | --program-suffi=* \ 481a99f82b8Smrg | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 482a99f82b8Smrg program_suffix=$ac_optarg ;; 483a99f82b8Smrg 484a99f82b8Smrg -program-transform-name | --program-transform-name \ 485a99f82b8Smrg | --program-transform-nam | --program-transform-na \ 486a99f82b8Smrg | --program-transform-n | --program-transform- \ 487a99f82b8Smrg | --program-transform | --program-transfor \ 488a99f82b8Smrg | --program-transfo | --program-transf \ 489a99f82b8Smrg | --program-trans | --program-tran \ 490a99f82b8Smrg | --progr-tra | --program-tr | --program-t) 491a99f82b8Smrg ac_prev=program_transform_name ;; 492a99f82b8Smrg -program-transform-name=* | --program-transform-name=* \ 493a99f82b8Smrg | --program-transform-nam=* | --program-transform-na=* \ 494a99f82b8Smrg | --program-transform-n=* | --program-transform-=* \ 495a99f82b8Smrg | --program-transform=* | --program-transfor=* \ 496a99f82b8Smrg | --program-transfo=* | --program-transf=* \ 497a99f82b8Smrg | --program-trans=* | --program-tran=* \ 498a99f82b8Smrg | --progr-tra=* | --program-tr=* | --program-t=*) 499a99f82b8Smrg program_transform_name=$ac_optarg ;; 500a99f82b8Smrg 501a99f82b8Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 502a99f82b8Smrg | -silent | --silent | --silen | --sile | --sil) 503a99f82b8Smrg silent=yes ;; 504a99f82b8Smrg 505a99f82b8Smrg -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 506a99f82b8Smrg ac_prev=sbindir ;; 507a99f82b8Smrg -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 508a99f82b8Smrg | --sbi=* | --sb=*) 509a99f82b8Smrg sbindir=$ac_optarg ;; 510a99f82b8Smrg 511a99f82b8Smrg -sharedstatedir | --sharedstatedir | --sharedstatedi \ 512a99f82b8Smrg | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 513a99f82b8Smrg | --sharedst | --shareds | --shared | --share | --shar \ 514a99f82b8Smrg | --sha | --sh) 515a99f82b8Smrg ac_prev=sharedstatedir ;; 516a99f82b8Smrg -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 517a99f82b8Smrg | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 518a99f82b8Smrg | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 519a99f82b8Smrg | --sha=* | --sh=*) 520a99f82b8Smrg sharedstatedir=$ac_optarg ;; 521a99f82b8Smrg 522a99f82b8Smrg -site | --site | --sit) 523a99f82b8Smrg ac_prev=site ;; 524a99f82b8Smrg -site=* | --site=* | --sit=*) 525a99f82b8Smrg site=$ac_optarg ;; 526a99f82b8Smrg 527a99f82b8Smrg -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 528a99f82b8Smrg ac_prev=srcdir ;; 529a99f82b8Smrg -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 530a99f82b8Smrg srcdir=$ac_optarg ;; 531a99f82b8Smrg 532a99f82b8Smrg -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 533a99f82b8Smrg | --syscon | --sysco | --sysc | --sys | --sy) 534a99f82b8Smrg ac_prev=sysconfdir ;; 535a99f82b8Smrg -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 536a99f82b8Smrg | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 537a99f82b8Smrg sysconfdir=$ac_optarg ;; 538a99f82b8Smrg 539a99f82b8Smrg -target | --target | --targe | --targ | --tar | --ta | --t) 540a99f82b8Smrg ac_prev=target_alias ;; 541a99f82b8Smrg -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 542a99f82b8Smrg target_alias=$ac_optarg ;; 543a99f82b8Smrg 544a99f82b8Smrg -v | -verbose | --verbose | --verbos | --verbo | --verb) 545a99f82b8Smrg verbose=yes ;; 546a99f82b8Smrg 547a99f82b8Smrg -version | --version | --versio | --versi | --vers | -V) 548a99f82b8Smrg ac_init_version=: ;; 549a99f82b8Smrg 550a99f82b8Smrg -with-* | --with-*) 551a99f82b8Smrg ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 552a99f82b8Smrg # Reject names that are not valid shell variable names. 553a99f82b8Smrg expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 554a99f82b8Smrg { echo "$as_me: error: invalid package name: $ac_package" >&2 555a99f82b8Smrg { (exit 1); exit 1; }; } 556a99f82b8Smrg ac_package=`echo $ac_package| sed 's/-/_/g'` 557a99f82b8Smrg case $ac_option in 558a99f82b8Smrg *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 559a99f82b8Smrg *) ac_optarg=yes ;; 560a99f82b8Smrg esac 561a99f82b8Smrg eval "with_$ac_package='$ac_optarg'" ;; 562a99f82b8Smrg 563a99f82b8Smrg -without-* | --without-*) 564a99f82b8Smrg ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 565a99f82b8Smrg # Reject names that are not valid shell variable names. 566a99f82b8Smrg expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 567a99f82b8Smrg { echo "$as_me: error: invalid package name: $ac_package" >&2 568a99f82b8Smrg { (exit 1); exit 1; }; } 569a99f82b8Smrg ac_package=`echo $ac_package | sed 's/-/_/g'` 570a99f82b8Smrg eval "with_$ac_package=no" ;; 571a99f82b8Smrg 572a99f82b8Smrg --x) 573a99f82b8Smrg # Obsolete; use --with-x. 574a99f82b8Smrg with_x=yes ;; 575a99f82b8Smrg 576a99f82b8Smrg -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 577a99f82b8Smrg | --x-incl | --x-inc | --x-in | --x-i) 578a99f82b8Smrg ac_prev=x_includes ;; 579a99f82b8Smrg -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 580a99f82b8Smrg | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 581a99f82b8Smrg x_includes=$ac_optarg ;; 582a99f82b8Smrg 583a99f82b8Smrg -x-libraries | --x-libraries | --x-librarie | --x-librari \ 584a99f82b8Smrg | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 585a99f82b8Smrg ac_prev=x_libraries ;; 586a99f82b8Smrg -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 587a99f82b8Smrg | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 588a99f82b8Smrg x_libraries=$ac_optarg ;; 589a99f82b8Smrg 590a99f82b8Smrg -*) { echo "$as_me: error: unrecognized option: $ac_option 591a99f82b8SmrgTry \`$0 --help' for more information." >&2 592a99f82b8Smrg { (exit 1); exit 1; }; } 593a99f82b8Smrg ;; 594a99f82b8Smrg 595a99f82b8Smrg *=*) 596a99f82b8Smrg ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 597a99f82b8Smrg # Reject names that are not valid shell variable names. 598a99f82b8Smrg expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 599a99f82b8Smrg { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 600a99f82b8Smrg { (exit 1); exit 1; }; } 601a99f82b8Smrg ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 602a99f82b8Smrg eval "$ac_envvar='$ac_optarg'" 603a99f82b8Smrg export $ac_envvar ;; 604a99f82b8Smrg 605a99f82b8Smrg *) 606a99f82b8Smrg # FIXME: should be removed in autoconf 3.0. 607a99f82b8Smrg echo "$as_me: WARNING: you should use --build, --host, --target" >&2 608a99f82b8Smrg expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 609a99f82b8Smrg echo "$as_me: WARNING: invalid host type: $ac_option" >&2 610a99f82b8Smrg : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 611a99f82b8Smrg ;; 612a99f82b8Smrg 613a99f82b8Smrg esac 614a99f82b8Smrgdone 615a99f82b8Smrg 616a99f82b8Smrgif test -n "$ac_prev"; then 617a99f82b8Smrg ac_option=--`echo $ac_prev | sed 's/_/-/g'` 618a99f82b8Smrg { echo "$as_me: error: missing argument to $ac_option" >&2 619a99f82b8Smrg { (exit 1); exit 1; }; } 620a99f82b8Smrgfi 621a99f82b8Smrg 622a99f82b8Smrg# Be sure to have absolute paths. 623a99f82b8Smrgfor ac_var in exec_prefix prefix 624a99f82b8Smrgdo 625a99f82b8Smrg eval ac_val=$`echo $ac_var` 626a99f82b8Smrg case $ac_val in 627a99f82b8Smrg [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 628a99f82b8Smrg *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 629a99f82b8Smrg { (exit 1); exit 1; }; };; 630a99f82b8Smrg esac 631a99f82b8Smrgdone 632a99f82b8Smrg 633a99f82b8Smrg# Be sure to have absolute paths. 634a99f82b8Smrgfor ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 635a99f82b8Smrg localstatedir libdir includedir oldincludedir infodir mandir 636a99f82b8Smrgdo 637a99f82b8Smrg eval ac_val=$`echo $ac_var` 638a99f82b8Smrg case $ac_val in 639a99f82b8Smrg [\\/$]* | ?:[\\/]* ) ;; 640a99f82b8Smrg *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 641a99f82b8Smrg { (exit 1); exit 1; }; };; 642a99f82b8Smrg esac 643a99f82b8Smrgdone 644a99f82b8Smrg 645a99f82b8Smrg# There might be people who depend on the old broken behavior: `$host' 646a99f82b8Smrg# used to hold the argument of --host etc. 647a99f82b8Smrg# FIXME: To remove some day. 648a99f82b8Smrgbuild=$build_alias 649a99f82b8Smrghost=$host_alias 650a99f82b8Smrgtarget=$target_alias 651a99f82b8Smrg 652a99f82b8Smrg# FIXME: To remove some day. 653a99f82b8Smrgif test "x$host_alias" != x; then 654a99f82b8Smrg if test "x$build_alias" = x; then 655a99f82b8Smrg cross_compiling=maybe 656a99f82b8Smrg echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 657a99f82b8Smrg If a cross compiler is detected then cross compile mode will be used." >&2 658a99f82b8Smrg elif test "x$build_alias" != "x$host_alias"; then 659a99f82b8Smrg cross_compiling=yes 660a99f82b8Smrg fi 661a99f82b8Smrgfi 662a99f82b8Smrg 663a99f82b8Smrgac_tool_prefix= 664a99f82b8Smrgtest -n "$host_alias" && ac_tool_prefix=$host_alias- 665a99f82b8Smrg 666a99f82b8Smrgtest "$silent" = yes && exec 6>/dev/null 667a99f82b8Smrg 668a99f82b8Smrg 669a99f82b8Smrg# Find the source files, if location was not specified. 670a99f82b8Smrgif test -z "$srcdir"; then 671a99f82b8Smrg ac_srcdir_defaulted=yes 672a99f82b8Smrg # Try the directory containing this script, then its parent. 673a99f82b8Smrg ac_confdir=`(dirname "$0") 2>/dev/null || 674a99f82b8Smrg$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 675a99f82b8Smrg X"$0" : 'X\(//\)[^/]' \| \ 676a99f82b8Smrg X"$0" : 'X\(//\)$' \| \ 677a99f82b8Smrg X"$0" : 'X\(/\)' \| \ 678a99f82b8Smrg . : '\(.\)' 2>/dev/null || 679a99f82b8Smrgecho X"$0" | 680a99f82b8Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 681a99f82b8Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 682a99f82b8Smrg /^X\(\/\/\)$/{ s//\1/; q; } 683a99f82b8Smrg /^X\(\/\).*/{ s//\1/; q; } 684a99f82b8Smrg s/.*/./; q'` 685a99f82b8Smrg srcdir=$ac_confdir 686a99f82b8Smrg if test ! -r $srcdir/$ac_unique_file; then 687a99f82b8Smrg srcdir=.. 688a99f82b8Smrg fi 689a99f82b8Smrgelse 690a99f82b8Smrg ac_srcdir_defaulted=no 691a99f82b8Smrgfi 692a99f82b8Smrgif test ! -r $srcdir/$ac_unique_file; then 693a99f82b8Smrg if test "$ac_srcdir_defaulted" = yes; then 694a99f82b8Smrg { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 695a99f82b8Smrg { (exit 1); exit 1; }; } 696a99f82b8Smrg else 697a99f82b8Smrg { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 698a99f82b8Smrg { (exit 1); exit 1; }; } 699a99f82b8Smrg fi 700a99f82b8Smrgfi 701a99f82b8Smrg(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 702a99f82b8Smrg { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 703a99f82b8Smrg { (exit 1); exit 1; }; } 704a99f82b8Smrgsrcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 705a99f82b8Smrgac_env_build_alias_set=${build_alias+set} 706a99f82b8Smrgac_env_build_alias_value=$build_alias 707a99f82b8Smrgac_cv_env_build_alias_set=${build_alias+set} 708a99f82b8Smrgac_cv_env_build_alias_value=$build_alias 709a99f82b8Smrgac_env_host_alias_set=${host_alias+set} 710a99f82b8Smrgac_env_host_alias_value=$host_alias 711a99f82b8Smrgac_cv_env_host_alias_set=${host_alias+set} 712a99f82b8Smrgac_cv_env_host_alias_value=$host_alias 713a99f82b8Smrgac_env_target_alias_set=${target_alias+set} 714a99f82b8Smrgac_env_target_alias_value=$target_alias 715a99f82b8Smrgac_cv_env_target_alias_set=${target_alias+set} 716a99f82b8Smrgac_cv_env_target_alias_value=$target_alias 717a99f82b8Smrg 718a99f82b8Smrg# 719a99f82b8Smrg# Report the --help message. 720a99f82b8Smrg# 721a99f82b8Smrgif test "$ac_init_help" = "long"; then 722a99f82b8Smrg # Omit some internal or obsolete options to make the list less imposing. 723a99f82b8Smrg # This message is too long to be a string in the A/UX 3.1 sh. 724a99f82b8Smrg cat <<_ACEOF 725a99f82b8Smrg\`configure' configures font-alias 1.0.1 to adapt to many kinds of systems. 726a99f82b8Smrg 727a99f82b8SmrgUsage: $0 [OPTION]... [VAR=VALUE]... 728a99f82b8Smrg 729a99f82b8SmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as 730a99f82b8SmrgVAR=VALUE. See below for descriptions of some of the useful variables. 731a99f82b8Smrg 732a99f82b8SmrgDefaults for the options are specified in brackets. 733a99f82b8Smrg 734a99f82b8SmrgConfiguration: 735a99f82b8Smrg -h, --help display this help and exit 736a99f82b8Smrg --help=short display options specific to this package 737a99f82b8Smrg --help=recursive display the short help of all the included packages 738a99f82b8Smrg -V, --version display version information and exit 739a99f82b8Smrg -q, --quiet, --silent do not print \`checking...' messages 740a99f82b8Smrg --cache-file=FILE cache test results in FILE [disabled] 741a99f82b8Smrg -C, --config-cache alias for \`--cache-file=config.cache' 742a99f82b8Smrg -n, --no-create do not create output files 743a99f82b8Smrg --srcdir=DIR find the sources in DIR [configure dir or \`..'] 744a99f82b8Smrg 745a99f82b8Smrg_ACEOF 746a99f82b8Smrg 747a99f82b8Smrg cat <<_ACEOF 748a99f82b8SmrgInstallation directories: 749a99f82b8Smrg --prefix=PREFIX install architecture-independent files in PREFIX 750a99f82b8Smrg [$ac_default_prefix] 751a99f82b8Smrg --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 752a99f82b8Smrg [PREFIX] 753a99f82b8Smrg 754a99f82b8SmrgBy default, \`make install' will install all the files in 755a99f82b8Smrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 756a99f82b8Smrgan installation prefix other than \`$ac_default_prefix' using \`--prefix', 757a99f82b8Smrgfor instance \`--prefix=\$HOME'. 758a99f82b8Smrg 759a99f82b8SmrgFor better control, use the options below. 760a99f82b8Smrg 761a99f82b8SmrgFine tuning of the installation directories: 762a99f82b8Smrg --bindir=DIR user executables [EPREFIX/bin] 763a99f82b8Smrg --sbindir=DIR system admin executables [EPREFIX/sbin] 764a99f82b8Smrg --libexecdir=DIR program executables [EPREFIX/libexec] 765a99f82b8Smrg --datadir=DIR read-only architecture-independent data [PREFIX/share] 766a99f82b8Smrg --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 767a99f82b8Smrg --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 768a99f82b8Smrg --localstatedir=DIR modifiable single-machine data [PREFIX/var] 769a99f82b8Smrg --libdir=DIR object code libraries [EPREFIX/lib] 770a99f82b8Smrg --includedir=DIR C header files [PREFIX/include] 771a99f82b8Smrg --oldincludedir=DIR C header files for non-gcc [/usr/include] 772a99f82b8Smrg --infodir=DIR info documentation [PREFIX/info] 773a99f82b8Smrg --mandir=DIR man documentation [PREFIX/man] 774a99f82b8Smrg_ACEOF 775a99f82b8Smrg 776a99f82b8Smrg cat <<\_ACEOF 777a99f82b8Smrg 778a99f82b8SmrgProgram names: 779a99f82b8Smrg --program-prefix=PREFIX prepend PREFIX to installed program names 780a99f82b8Smrg --program-suffix=SUFFIX append SUFFIX to installed program names 781a99f82b8Smrg --program-transform-name=PROGRAM run sed PROGRAM on installed program names 782a99f82b8Smrg_ACEOF 783a99f82b8Smrgfi 784a99f82b8Smrg 785a99f82b8Smrgif test -n "$ac_init_help"; then 786a99f82b8Smrg case $ac_init_help in 787a99f82b8Smrg short | recursive ) echo "Configuration of font-alias 1.0.1:";; 788a99f82b8Smrg esac 789a99f82b8Smrg cat <<\_ACEOF 790a99f82b8Smrg 791a99f82b8SmrgOptional Features: 792a99f82b8Smrg --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 793a99f82b8Smrg --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 794a99f82b8Smrg --enable-maintainer-mode enable make rules and dependencies not useful 795a99f82b8Smrg (and sometimes confusing) to the casual installer 796a99f82b8Smrg 797a99f82b8SmrgOptional Packages: 798a99f82b8Smrg --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 799a99f82b8Smrg --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 800a99f82b8Smrg --with-top-fontdir=<path> 801a99f82b8Smrg Path to top level font directory 802a99f82b8Smrg --with-release-version=STRING 803a99f82b8Smrg Use release version string in package name 804a99f82b8Smrg 805a99f82b8SmrgReport bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 806a99f82b8Smrg_ACEOF 807a99f82b8Smrgfi 808a99f82b8Smrg 809a99f82b8Smrgif test "$ac_init_help" = "recursive"; then 810a99f82b8Smrg # If there are subdirs, report their specific --help. 811a99f82b8Smrg ac_popdir=`pwd` 812a99f82b8Smrg for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 813a99f82b8Smrg test -d $ac_dir || continue 814a99f82b8Smrg ac_builddir=. 815a99f82b8Smrg 816a99f82b8Smrgif test "$ac_dir" != .; then 817a99f82b8Smrg ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 818a99f82b8Smrg # A "../" for each directory in $ac_dir_suffix. 819a99f82b8Smrg ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 820a99f82b8Smrgelse 821a99f82b8Smrg ac_dir_suffix= ac_top_builddir= 822a99f82b8Smrgfi 823a99f82b8Smrg 824a99f82b8Smrgcase $srcdir in 825a99f82b8Smrg .) # No --srcdir option. We are building in place. 826a99f82b8Smrg ac_srcdir=. 827a99f82b8Smrg if test -z "$ac_top_builddir"; then 828a99f82b8Smrg ac_top_srcdir=. 829a99f82b8Smrg else 830a99f82b8Smrg ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 831a99f82b8Smrg fi ;; 832a99f82b8Smrg [\\/]* | ?:[\\/]* ) # Absolute path. 833a99f82b8Smrg ac_srcdir=$srcdir$ac_dir_suffix; 834a99f82b8Smrg ac_top_srcdir=$srcdir ;; 835a99f82b8Smrg *) # Relative path. 836a99f82b8Smrg ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 837a99f82b8Smrg ac_top_srcdir=$ac_top_builddir$srcdir ;; 838a99f82b8Smrgesac 839a99f82b8Smrg 840a99f82b8Smrg# Do not use `cd foo && pwd` to compute absolute paths, because 841a99f82b8Smrg# the directories may not exist. 842a99f82b8Smrgcase `pwd` in 843a99f82b8Smrg.) ac_abs_builddir="$ac_dir";; 844a99f82b8Smrg*) 845a99f82b8Smrg case "$ac_dir" in 846a99f82b8Smrg .) ac_abs_builddir=`pwd`;; 847a99f82b8Smrg [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 848a99f82b8Smrg *) ac_abs_builddir=`pwd`/"$ac_dir";; 849a99f82b8Smrg esac;; 850a99f82b8Smrgesac 851a99f82b8Smrgcase $ac_abs_builddir in 852a99f82b8Smrg.) ac_abs_top_builddir=${ac_top_builddir}.;; 853a99f82b8Smrg*) 854a99f82b8Smrg case ${ac_top_builddir}. in 855a99f82b8Smrg .) ac_abs_top_builddir=$ac_abs_builddir;; 856a99f82b8Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 857a99f82b8Smrg *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 858a99f82b8Smrg esac;; 859a99f82b8Smrgesac 860a99f82b8Smrgcase $ac_abs_builddir in 861a99f82b8Smrg.) ac_abs_srcdir=$ac_srcdir;; 862a99f82b8Smrg*) 863a99f82b8Smrg case $ac_srcdir in 864a99f82b8Smrg .) ac_abs_srcdir=$ac_abs_builddir;; 865a99f82b8Smrg [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 866a99f82b8Smrg *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 867a99f82b8Smrg esac;; 868a99f82b8Smrgesac 869a99f82b8Smrgcase $ac_abs_builddir in 870a99f82b8Smrg.) ac_abs_top_srcdir=$ac_top_srcdir;; 871a99f82b8Smrg*) 872a99f82b8Smrg case $ac_top_srcdir in 873a99f82b8Smrg .) ac_abs_top_srcdir=$ac_abs_builddir;; 874a99f82b8Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 875a99f82b8Smrg *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 876a99f82b8Smrg esac;; 877a99f82b8Smrgesac 878a99f82b8Smrg 879a99f82b8Smrg cd $ac_dir 880a99f82b8Smrg # Check for guested configure; otherwise get Cygnus style configure. 881a99f82b8Smrg if test -f $ac_srcdir/configure.gnu; then 882a99f82b8Smrg echo 883a99f82b8Smrg $SHELL $ac_srcdir/configure.gnu --help=recursive 884a99f82b8Smrg elif test -f $ac_srcdir/configure; then 885a99f82b8Smrg echo 886a99f82b8Smrg $SHELL $ac_srcdir/configure --help=recursive 887a99f82b8Smrg elif test -f $ac_srcdir/configure.ac || 888a99f82b8Smrg test -f $ac_srcdir/configure.in; then 889a99f82b8Smrg echo 890a99f82b8Smrg $ac_configure --help 891a99f82b8Smrg else 892a99f82b8Smrg echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 893a99f82b8Smrg fi 894a99f82b8Smrg cd $ac_popdir 895a99f82b8Smrg done 896a99f82b8Smrgfi 897a99f82b8Smrg 898a99f82b8Smrgtest -n "$ac_init_help" && exit 0 899a99f82b8Smrgif $ac_init_version; then 900a99f82b8Smrg cat <<\_ACEOF 901a99f82b8Smrgfont-alias configure 1.0.1 902a99f82b8Smrggenerated by GNU Autoconf 2.59 903a99f82b8Smrg 904a99f82b8SmrgCopyright (C) 2003 Free Software Foundation, Inc. 905a99f82b8SmrgThis configure script is free software; the Free Software Foundation 906a99f82b8Smrggives unlimited permission to copy, distribute and modify it. 907a99f82b8Smrg_ACEOF 908a99f82b8Smrg exit 0 909a99f82b8Smrgfi 910a99f82b8Smrgexec 5>config.log 911a99f82b8Smrgcat >&5 <<_ACEOF 912a99f82b8SmrgThis file contains any messages produced by compilers while 913a99f82b8Smrgrunning configure, to aid debugging if configure makes a mistake. 914a99f82b8Smrg 915a99f82b8SmrgIt was created by font-alias $as_me 1.0.1, which was 916a99f82b8Smrggenerated by GNU Autoconf 2.59. Invocation command line was 917a99f82b8Smrg 918a99f82b8Smrg $ $0 $@ 919a99f82b8Smrg 920a99f82b8Smrg_ACEOF 921a99f82b8Smrg{ 922a99f82b8Smrgcat <<_ASUNAME 923a99f82b8Smrg## --------- ## 924a99f82b8Smrg## Platform. ## 925a99f82b8Smrg## --------- ## 926a99f82b8Smrg 927a99f82b8Smrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 928a99f82b8Smrguname -m = `(uname -m) 2>/dev/null || echo unknown` 929a99f82b8Smrguname -r = `(uname -r) 2>/dev/null || echo unknown` 930a99f82b8Smrguname -s = `(uname -s) 2>/dev/null || echo unknown` 931a99f82b8Smrguname -v = `(uname -v) 2>/dev/null || echo unknown` 932a99f82b8Smrg 933a99f82b8Smrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 934a99f82b8Smrg/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 935a99f82b8Smrg 936a99f82b8Smrg/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 937a99f82b8Smrg/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 938a99f82b8Smrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 939a99f82b8Smrghostinfo = `(hostinfo) 2>/dev/null || echo unknown` 940a99f82b8Smrg/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 941a99f82b8Smrg/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 942a99f82b8Smrg/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 943a99f82b8Smrg 944a99f82b8Smrg_ASUNAME 945a99f82b8Smrg 946a99f82b8Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 947a99f82b8Smrgfor as_dir in $PATH 948a99f82b8Smrgdo 949a99f82b8Smrg IFS=$as_save_IFS 950a99f82b8Smrg test -z "$as_dir" && as_dir=. 951a99f82b8Smrg echo "PATH: $as_dir" 952a99f82b8Smrgdone 953a99f82b8Smrg 954a99f82b8Smrg} >&5 955a99f82b8Smrg 956a99f82b8Smrgcat >&5 <<_ACEOF 957a99f82b8Smrg 958a99f82b8Smrg 959a99f82b8Smrg## ----------- ## 960a99f82b8Smrg## Core tests. ## 961a99f82b8Smrg## ----------- ## 962a99f82b8Smrg 963a99f82b8Smrg_ACEOF 964a99f82b8Smrg 965a99f82b8Smrg 966a99f82b8Smrg# Keep a trace of the command line. 967a99f82b8Smrg# Strip out --no-create and --no-recursion so they do not pile up. 968a99f82b8Smrg# Strip out --silent because we don't want to record it for future runs. 969a99f82b8Smrg# Also quote any args containing shell meta-characters. 970a99f82b8Smrg# Make two passes to allow for proper duplicate-argument suppression. 971a99f82b8Smrgac_configure_args= 972a99f82b8Smrgac_configure_args0= 973a99f82b8Smrgac_configure_args1= 974a99f82b8Smrgac_sep= 975a99f82b8Smrgac_must_keep_next=false 976a99f82b8Smrgfor ac_pass in 1 2 977a99f82b8Smrgdo 978a99f82b8Smrg for ac_arg 979a99f82b8Smrg do 980a99f82b8Smrg case $ac_arg in 981a99f82b8Smrg -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 982a99f82b8Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 983a99f82b8Smrg | -silent | --silent | --silen | --sile | --sil) 984a99f82b8Smrg continue ;; 985a99f82b8Smrg *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 986a99f82b8Smrg ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 987a99f82b8Smrg esac 988a99f82b8Smrg case $ac_pass in 989a99f82b8Smrg 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 990a99f82b8Smrg 2) 991a99f82b8Smrg ac_configure_args1="$ac_configure_args1 '$ac_arg'" 992a99f82b8Smrg if test $ac_must_keep_next = true; then 993a99f82b8Smrg ac_must_keep_next=false # Got value, back to normal. 994a99f82b8Smrg else 995a99f82b8Smrg case $ac_arg in 996a99f82b8Smrg *=* | --config-cache | -C | -disable-* | --disable-* \ 997a99f82b8Smrg | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 998a99f82b8Smrg | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 999a99f82b8Smrg | -with-* | --with-* | -without-* | --without-* | --x) 1000a99f82b8Smrg case "$ac_configure_args0 " in 1001a99f82b8Smrg "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1002a99f82b8Smrg esac 1003a99f82b8Smrg ;; 1004a99f82b8Smrg -* ) ac_must_keep_next=true ;; 1005a99f82b8Smrg esac 1006a99f82b8Smrg fi 1007a99f82b8Smrg ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1008a99f82b8Smrg # Get rid of the leading space. 1009a99f82b8Smrg ac_sep=" " 1010a99f82b8Smrg ;; 1011a99f82b8Smrg esac 1012a99f82b8Smrg done 1013a99f82b8Smrgdone 1014a99f82b8Smrg$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1015a99f82b8Smrg$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 1016a99f82b8Smrg 1017a99f82b8Smrg# When interrupted or exit'd, cleanup temporary files, and complete 1018a99f82b8Smrg# config.log. We remove comments because anyway the quotes in there 1019a99f82b8Smrg# would cause problems or look ugly. 1020a99f82b8Smrg# WARNING: Be sure not to use single quotes in there, as some shells, 1021a99f82b8Smrg# such as our DU 5.0 friend, will then `close' the trap. 1022a99f82b8Smrgtrap 'exit_status=$? 1023a99f82b8Smrg # Save into config.log some information that might help in debugging. 1024a99f82b8Smrg { 1025a99f82b8Smrg echo 1026a99f82b8Smrg 1027a99f82b8Smrg cat <<\_ASBOX 1028a99f82b8Smrg## ---------------- ## 1029a99f82b8Smrg## Cache variables. ## 1030a99f82b8Smrg## ---------------- ## 1031a99f82b8Smrg_ASBOX 1032a99f82b8Smrg echo 1033a99f82b8Smrg # The following way of writing the cache mishandles newlines in values, 1034a99f82b8Smrg{ 1035a99f82b8Smrg (set) 2>&1 | 1036a99f82b8Smrg case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1037a99f82b8Smrg *ac_space=\ *) 1038a99f82b8Smrg sed -n \ 1039a99f82b8Smrg "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1040a99f82b8Smrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1041a99f82b8Smrg ;; 1042a99f82b8Smrg *) 1043a99f82b8Smrg sed -n \ 1044a99f82b8Smrg "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1045a99f82b8Smrg ;; 1046a99f82b8Smrg esac; 1047a99f82b8Smrg} 1048a99f82b8Smrg echo 1049a99f82b8Smrg 1050a99f82b8Smrg cat <<\_ASBOX 1051a99f82b8Smrg## ----------------- ## 1052a99f82b8Smrg## Output variables. ## 1053a99f82b8Smrg## ----------------- ## 1054a99f82b8Smrg_ASBOX 1055a99f82b8Smrg echo 1056a99f82b8Smrg for ac_var in $ac_subst_vars 1057a99f82b8Smrg do 1058a99f82b8Smrg eval ac_val=$`echo $ac_var` 1059a99f82b8Smrg echo "$ac_var='"'"'$ac_val'"'"'" 1060a99f82b8Smrg done | sort 1061a99f82b8Smrg echo 1062a99f82b8Smrg 1063a99f82b8Smrg if test -n "$ac_subst_files"; then 1064a99f82b8Smrg cat <<\_ASBOX 1065a99f82b8Smrg## ------------- ## 1066a99f82b8Smrg## Output files. ## 1067a99f82b8Smrg## ------------- ## 1068a99f82b8Smrg_ASBOX 1069a99f82b8Smrg echo 1070a99f82b8Smrg for ac_var in $ac_subst_files 1071a99f82b8Smrg do 1072a99f82b8Smrg eval ac_val=$`echo $ac_var` 1073a99f82b8Smrg echo "$ac_var='"'"'$ac_val'"'"'" 1074a99f82b8Smrg done | sort 1075a99f82b8Smrg echo 1076a99f82b8Smrg fi 1077a99f82b8Smrg 1078a99f82b8Smrg if test -s confdefs.h; then 1079a99f82b8Smrg cat <<\_ASBOX 1080a99f82b8Smrg## ----------- ## 1081a99f82b8Smrg## confdefs.h. ## 1082a99f82b8Smrg## ----------- ## 1083a99f82b8Smrg_ASBOX 1084a99f82b8Smrg echo 1085a99f82b8Smrg sed "/^$/d" confdefs.h | sort 1086a99f82b8Smrg echo 1087a99f82b8Smrg fi 1088a99f82b8Smrg test "$ac_signal" != 0 && 1089a99f82b8Smrg echo "$as_me: caught signal $ac_signal" 1090a99f82b8Smrg echo "$as_me: exit $exit_status" 1091a99f82b8Smrg } >&5 1092a99f82b8Smrg rm -f core *.core && 1093a99f82b8Smrg rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1094a99f82b8Smrg exit $exit_status 1095a99f82b8Smrg ' 0 1096a99f82b8Smrgfor ac_signal in 1 2 13 15; do 1097a99f82b8Smrg trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1098a99f82b8Smrgdone 1099a99f82b8Smrgac_signal=0 1100a99f82b8Smrg 1101a99f82b8Smrg# confdefs.h avoids OS command line length limits that DEFS can exceed. 1102a99f82b8Smrgrm -rf conftest* confdefs.h 1103a99f82b8Smrg# AIX cpp loses on an empty file, so make sure it contains at least a newline. 1104a99f82b8Smrgecho >confdefs.h 1105a99f82b8Smrg 1106a99f82b8Smrg# Predefined preprocessor variables. 1107a99f82b8Smrg 1108a99f82b8Smrgcat >>confdefs.h <<_ACEOF 1109a99f82b8Smrg#define PACKAGE_NAME "$PACKAGE_NAME" 1110a99f82b8Smrg_ACEOF 1111a99f82b8Smrg 1112a99f82b8Smrg 1113a99f82b8Smrgcat >>confdefs.h <<_ACEOF 1114a99f82b8Smrg#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1115a99f82b8Smrg_ACEOF 1116a99f82b8Smrg 1117a99f82b8Smrg 1118a99f82b8Smrgcat >>confdefs.h <<_ACEOF 1119a99f82b8Smrg#define PACKAGE_VERSION "$PACKAGE_VERSION" 1120a99f82b8Smrg_ACEOF 1121a99f82b8Smrg 1122a99f82b8Smrg 1123a99f82b8Smrgcat >>confdefs.h <<_ACEOF 1124a99f82b8Smrg#define PACKAGE_STRING "$PACKAGE_STRING" 1125a99f82b8Smrg_ACEOF 1126a99f82b8Smrg 1127a99f82b8Smrg 1128a99f82b8Smrgcat >>confdefs.h <<_ACEOF 1129a99f82b8Smrg#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1130a99f82b8Smrg_ACEOF 1131a99f82b8Smrg 1132a99f82b8Smrg 1133a99f82b8Smrg# Let the site file select an alternate cache file if it wants to. 1134a99f82b8Smrg# Prefer explicitly selected file to automatically selected ones. 1135a99f82b8Smrgif test -z "$CONFIG_SITE"; then 1136a99f82b8Smrg if test "x$prefix" != xNONE; then 1137a99f82b8Smrg CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1138a99f82b8Smrg else 1139a99f82b8Smrg CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1140a99f82b8Smrg fi 1141a99f82b8Smrgfi 1142a99f82b8Smrgfor ac_site_file in $CONFIG_SITE; do 1143a99f82b8Smrg if test -r "$ac_site_file"; then 1144a99f82b8Smrg { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1145a99f82b8Smrgecho "$as_me: loading site script $ac_site_file" >&6;} 1146a99f82b8Smrg sed 's/^/| /' "$ac_site_file" >&5 1147a99f82b8Smrg . "$ac_site_file" 1148a99f82b8Smrg fi 1149a99f82b8Smrgdone 1150a99f82b8Smrg 1151a99f82b8Smrgif test -r "$cache_file"; then 1152a99f82b8Smrg # Some versions of bash will fail to source /dev/null (special 1153a99f82b8Smrg # files actually), so we avoid doing that. 1154a99f82b8Smrg if test -f "$cache_file"; then 1155a99f82b8Smrg { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1156a99f82b8Smrgecho "$as_me: loading cache $cache_file" >&6;} 1157a99f82b8Smrg case $cache_file in 1158a99f82b8Smrg [\\/]* | ?:[\\/]* ) . $cache_file;; 1159a99f82b8Smrg *) . ./$cache_file;; 1160a99f82b8Smrg esac 1161a99f82b8Smrg fi 1162a99f82b8Smrgelse 1163a99f82b8Smrg { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1164a99f82b8Smrgecho "$as_me: creating cache $cache_file" >&6;} 1165a99f82b8Smrg >$cache_file 1166a99f82b8Smrgfi 1167a99f82b8Smrg 1168a99f82b8Smrg# Check that the precious variables saved in the cache have kept the same 1169a99f82b8Smrg# value. 1170a99f82b8Smrgac_cache_corrupted=false 1171a99f82b8Smrgfor ac_var in `(set) 2>&1 | 1172a99f82b8Smrg sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1173a99f82b8Smrg eval ac_old_set=\$ac_cv_env_${ac_var}_set 1174a99f82b8Smrg eval ac_new_set=\$ac_env_${ac_var}_set 1175a99f82b8Smrg eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1176a99f82b8Smrg eval ac_new_val="\$ac_env_${ac_var}_value" 1177a99f82b8Smrg case $ac_old_set,$ac_new_set in 1178a99f82b8Smrg set,) 1179a99f82b8Smrg { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1180a99f82b8Smrgecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1181a99f82b8Smrg ac_cache_corrupted=: ;; 1182a99f82b8Smrg ,set) 1183a99f82b8Smrg { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1184a99f82b8Smrgecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1185a99f82b8Smrg ac_cache_corrupted=: ;; 1186a99f82b8Smrg ,);; 1187a99f82b8Smrg *) 1188a99f82b8Smrg if test "x$ac_old_val" != "x$ac_new_val"; then 1189a99f82b8Smrg { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1190a99f82b8Smrgecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1191a99f82b8Smrg { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1192a99f82b8Smrgecho "$as_me: former value: $ac_old_val" >&2;} 1193a99f82b8Smrg { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1194a99f82b8Smrgecho "$as_me: current value: $ac_new_val" >&2;} 1195a99f82b8Smrg ac_cache_corrupted=: 1196a99f82b8Smrg fi;; 1197a99f82b8Smrg esac 1198a99f82b8Smrg # Pass precious variables to config.status. 1199a99f82b8Smrg if test "$ac_new_set" = set; then 1200a99f82b8Smrg case $ac_new_val in 1201a99f82b8Smrg *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1202a99f82b8Smrg ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1203a99f82b8Smrg *) ac_arg=$ac_var=$ac_new_val ;; 1204a99f82b8Smrg esac 1205a99f82b8Smrg case " $ac_configure_args " in 1206a99f82b8Smrg *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1207a99f82b8Smrg *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1208a99f82b8Smrg esac 1209a99f82b8Smrg fi 1210a99f82b8Smrgdone 1211a99f82b8Smrgif $ac_cache_corrupted; then 1212a99f82b8Smrg { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1213a99f82b8Smrgecho "$as_me: error: changes in the environment can compromise the build" >&2;} 1214a99f82b8Smrg { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1215a99f82b8Smrgecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1216a99f82b8Smrg { (exit 1); exit 1; }; } 1217a99f82b8Smrgfi 1218a99f82b8Smrg 1219a99f82b8Smrgac_ext=c 1220a99f82b8Smrgac_cpp='$CPP $CPPFLAGS' 1221a99f82b8Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1222a99f82b8Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1223a99f82b8Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu 1224a99f82b8Smrg 1225a99f82b8Smrg 1226a99f82b8Smrg 1227a99f82b8Smrg 1228a99f82b8Smrg 1229a99f82b8Smrg 1230a99f82b8Smrg 1231a99f82b8Smrg 1232a99f82b8Smrg 1233a99f82b8Smrg 1234a99f82b8Smrg 1235a99f82b8Smrg 1236a99f82b8Smrg 1237a99f82b8Smrg 1238a99f82b8Smrg 1239a99f82b8Smrg 1240a99f82b8Smrg 1241a99f82b8Smrg 1242a99f82b8Smrg 1243a99f82b8Smrg 1244a99f82b8Smrg 1245a99f82b8Smrg 1246a99f82b8Smrg 1247a99f82b8Smrg 1248a99f82b8Smrg 1249a99f82b8Smrg 1250a99f82b8Smrg 1251a99f82b8Smrgam__api_version="1.7" 1252a99f82b8Smrgac_aux_dir= 1253a99f82b8Smrgfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1254a99f82b8Smrg if test -f $ac_dir/install-sh; then 1255a99f82b8Smrg ac_aux_dir=$ac_dir 1256a99f82b8Smrg ac_install_sh="$ac_aux_dir/install-sh -c" 1257a99f82b8Smrg break 1258a99f82b8Smrg elif test -f $ac_dir/install.sh; then 1259a99f82b8Smrg ac_aux_dir=$ac_dir 1260a99f82b8Smrg ac_install_sh="$ac_aux_dir/install.sh -c" 1261a99f82b8Smrg break 1262a99f82b8Smrg elif test -f $ac_dir/shtool; then 1263a99f82b8Smrg ac_aux_dir=$ac_dir 1264a99f82b8Smrg ac_install_sh="$ac_aux_dir/shtool install -c" 1265a99f82b8Smrg break 1266a99f82b8Smrg fi 1267a99f82b8Smrgdone 1268a99f82b8Smrgif test -z "$ac_aux_dir"; then 1269a99f82b8Smrg { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1270a99f82b8Smrgecho "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1271a99f82b8Smrg { (exit 1); exit 1; }; } 1272a99f82b8Smrgfi 1273a99f82b8Smrgac_config_guess="$SHELL $ac_aux_dir/config.guess" 1274a99f82b8Smrgac_config_sub="$SHELL $ac_aux_dir/config.sub" 1275a99f82b8Smrgac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1276a99f82b8Smrg 1277a99f82b8Smrg# Find a good install program. We prefer a C program (faster), 1278a99f82b8Smrg# so one script is as good as another. But avoid the broken or 1279a99f82b8Smrg# incompatible versions: 1280a99f82b8Smrg# SysV /etc/install, /usr/sbin/install 1281a99f82b8Smrg# SunOS /usr/etc/install 1282a99f82b8Smrg# IRIX /sbin/install 1283a99f82b8Smrg# AIX /bin/install 1284a99f82b8Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs 1285a99f82b8Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1286a99f82b8Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1287a99f82b8Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1288a99f82b8Smrg# OS/2's system install, which has a completely different semantic 1289a99f82b8Smrg# ./install, which can be erroneously created by make from ./install.sh. 1290a99f82b8Smrgecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1291a99f82b8Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 1292a99f82b8Smrgif test -z "$INSTALL"; then 1293a99f82b8Smrgif test "${ac_cv_path_install+set}" = set; then 1294a99f82b8Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 1295a99f82b8Smrgelse 1296a99f82b8Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1297a99f82b8Smrgfor as_dir in $PATH 1298a99f82b8Smrgdo 1299a99f82b8Smrg IFS=$as_save_IFS 1300a99f82b8Smrg test -z "$as_dir" && as_dir=. 1301a99f82b8Smrg # Account for people who put trailing slashes in PATH elements. 1302a99f82b8Smrgcase $as_dir/ in 1303a99f82b8Smrg ./ | .// | /cC/* | \ 1304a99f82b8Smrg /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1305a99f82b8Smrg ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1306a99f82b8Smrg /usr/ucb/* ) ;; 1307a99f82b8Smrg *) 1308a99f82b8Smrg # OSF1 and SCO ODT 3.0 have their own names for install. 1309a99f82b8Smrg # Don't use installbsd from OSF since it installs stuff as root 1310a99f82b8Smrg # by default. 1311a99f82b8Smrg for ac_prog in ginstall scoinst install; do 1312a99f82b8Smrg for ac_exec_ext in '' $ac_executable_extensions; do 1313a99f82b8Smrg if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1314a99f82b8Smrg if test $ac_prog = install && 1315a99f82b8Smrg grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1316a99f82b8Smrg # AIX install. It has an incompatible calling convention. 1317a99f82b8Smrg : 1318a99f82b8Smrg elif test $ac_prog = install && 1319a99f82b8Smrg grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1320a99f82b8Smrg # program-specific install script used by HP pwplus--don't use. 1321a99f82b8Smrg : 1322a99f82b8Smrg else 1323a99f82b8Smrg ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1324a99f82b8Smrg break 3 1325a99f82b8Smrg fi 1326a99f82b8Smrg fi 1327a99f82b8Smrg done 1328a99f82b8Smrg done 1329a99f82b8Smrg ;; 1330a99f82b8Smrgesac 1331a99f82b8Smrgdone 1332a99f82b8Smrg 1333a99f82b8Smrg 1334a99f82b8Smrgfi 1335a99f82b8Smrg if test "${ac_cv_path_install+set}" = set; then 1336a99f82b8Smrg INSTALL=$ac_cv_path_install 1337a99f82b8Smrg else 1338a99f82b8Smrg # As a last resort, use the slow shell script. We don't cache a 1339a99f82b8Smrg # path for INSTALL within a source directory, because that will 1340a99f82b8Smrg # break other packages using the cache if that directory is 1341a99f82b8Smrg # removed, or if the path is relative. 1342a99f82b8Smrg INSTALL=$ac_install_sh 1343a99f82b8Smrg fi 1344a99f82b8Smrgfi 1345a99f82b8Smrgecho "$as_me:$LINENO: result: $INSTALL" >&5 1346a99f82b8Smrgecho "${ECHO_T}$INSTALL" >&6 1347a99f82b8Smrg 1348a99f82b8Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1349a99f82b8Smrg# It thinks the first close brace ends the variable substitution. 1350a99f82b8Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1351a99f82b8Smrg 1352a99f82b8Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1353a99f82b8Smrg 1354a99f82b8Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1355a99f82b8Smrg 1356a99f82b8Smrgecho "$as_me:$LINENO: checking whether build environment is sane" >&5 1357a99f82b8Smrgecho $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 1358a99f82b8Smrg# Just in case 1359a99f82b8Smrgsleep 1 1360a99f82b8Smrgecho timestamp > conftest.file 1361a99f82b8Smrg# Do `set' in a subshell so we don't clobber the current shell's 1362a99f82b8Smrg# arguments. Must try -L first in case configure is actually a 1363a99f82b8Smrg# symlink; some systems play weird games with the mod time of symlinks 1364a99f82b8Smrg# (eg FreeBSD returns the mod time of the symlink's containing 1365a99f82b8Smrg# directory). 1366a99f82b8Smrgif ( 1367a99f82b8Smrg set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 1368a99f82b8Smrg if test "$*" = "X"; then 1369a99f82b8Smrg # -L didn't work. 1370a99f82b8Smrg set X `ls -t $srcdir/configure conftest.file` 1371a99f82b8Smrg fi 1372a99f82b8Smrg rm -f conftest.file 1373a99f82b8Smrg if test "$*" != "X $srcdir/configure conftest.file" \ 1374a99f82b8Smrg && test "$*" != "X conftest.file $srcdir/configure"; then 1375a99f82b8Smrg 1376a99f82b8Smrg # If neither matched, then we have a broken ls. This can happen 1377a99f82b8Smrg # if, for instance, CONFIG_SHELL is bash and it inherits a 1378a99f82b8Smrg # broken ls alias from the environment. This has actually 1379a99f82b8Smrg # happened. Such a system could not be considered "sane". 1380a99f82b8Smrg { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 1381a99f82b8Smrgalias in your environment" >&5 1382a99f82b8Smrgecho "$as_me: error: ls -t appears to fail. Make sure there is not a broken 1383a99f82b8Smrgalias in your environment" >&2;} 1384a99f82b8Smrg { (exit 1); exit 1; }; } 1385a99f82b8Smrg fi 1386a99f82b8Smrg 1387a99f82b8Smrg test "$2" = conftest.file 1388a99f82b8Smrg ) 1389a99f82b8Smrgthen 1390a99f82b8Smrg # Ok. 1391a99f82b8Smrg : 1392a99f82b8Smrgelse 1393a99f82b8Smrg { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 1394a99f82b8SmrgCheck your system clock" >&5 1395a99f82b8Smrgecho "$as_me: error: newly created file is older than distributed files! 1396a99f82b8SmrgCheck your system clock" >&2;} 1397a99f82b8Smrg { (exit 1); exit 1; }; } 1398a99f82b8Smrgfi 1399a99f82b8Smrgecho "$as_me:$LINENO: result: yes" >&5 1400a99f82b8Smrgecho "${ECHO_T}yes" >&6 1401a99f82b8Smrgtest "$program_prefix" != NONE && 1402a99f82b8Smrg program_transform_name="s,^,$program_prefix,;$program_transform_name" 1403a99f82b8Smrg# Use a double $ so make ignores it. 1404a99f82b8Smrgtest "$program_suffix" != NONE && 1405a99f82b8Smrg program_transform_name="s,\$,$program_suffix,;$program_transform_name" 1406a99f82b8Smrg# Double any \ or $. echo might interpret backslashes. 1407a99f82b8Smrg# By default was `s,x,x', remove it if useless. 1408a99f82b8Smrgcat <<\_ACEOF >conftest.sed 1409a99f82b8Smrgs/[\\$]/&&/g;s/;s,x,x,$// 1410a99f82b8Smrg_ACEOF 1411a99f82b8Smrgprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed` 1412a99f82b8Smrgrm conftest.sed 1413a99f82b8Smrg 1414a99f82b8Smrg 1415a99f82b8Smrg# expand $ac_aux_dir to an absolute path 1416a99f82b8Smrgam_aux_dir=`cd $ac_aux_dir && pwd` 1417a99f82b8Smrg 1418a99f82b8Smrgtest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 1419a99f82b8Smrg# Use eval to expand $SHELL 1420a99f82b8Smrgif eval "$MISSING --run true"; then 1421a99f82b8Smrg am_missing_run="$MISSING --run " 1422a99f82b8Smrgelse 1423a99f82b8Smrg am_missing_run= 1424a99f82b8Smrg { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 1425a99f82b8Smrgecho "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1426a99f82b8Smrgfi 1427a99f82b8Smrg 1428a99f82b8Smrgfor ac_prog in gawk mawk nawk awk 1429a99f82b8Smrgdo 1430a99f82b8Smrg # Extract the first word of "$ac_prog", so it can be a program name with args. 1431a99f82b8Smrgset dummy $ac_prog; ac_word=$2 1432a99f82b8Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 1433a99f82b8Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1434a99f82b8Smrgif test "${ac_cv_prog_AWK+set}" = set; then 1435a99f82b8Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 1436a99f82b8Smrgelse 1437a99f82b8Smrg if test -n "$AWK"; then 1438a99f82b8Smrg ac_cv_prog_AWK="$AWK" # Let the user override the test. 1439a99f82b8Smrgelse 1440a99f82b8Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1441a99f82b8Smrgfor as_dir in $PATH 1442a99f82b8Smrgdo 1443a99f82b8Smrg IFS=$as_save_IFS 1444a99f82b8Smrg test -z "$as_dir" && as_dir=. 1445a99f82b8Smrg for ac_exec_ext in '' $ac_executable_extensions; do 1446a99f82b8Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1447a99f82b8Smrg ac_cv_prog_AWK="$ac_prog" 1448a99f82b8Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1449a99f82b8Smrg break 2 1450a99f82b8Smrg fi 1451a99f82b8Smrgdone 1452a99f82b8Smrgdone 1453a99f82b8Smrg 1454a99f82b8Smrgfi 1455a99f82b8Smrgfi 1456a99f82b8SmrgAWK=$ac_cv_prog_AWK 1457a99f82b8Smrgif test -n "$AWK"; then 1458a99f82b8Smrg echo "$as_me:$LINENO: result: $AWK" >&5 1459a99f82b8Smrgecho "${ECHO_T}$AWK" >&6 1460a99f82b8Smrgelse 1461a99f82b8Smrg echo "$as_me:$LINENO: result: no" >&5 1462a99f82b8Smrgecho "${ECHO_T}no" >&6 1463a99f82b8Smrgfi 1464a99f82b8Smrg 1465a99f82b8Smrg test -n "$AWK" && break 1466a99f82b8Smrgdone 1467a99f82b8Smrg 1468a99f82b8Smrgecho "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1469a99f82b8Smrgecho $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 1470a99f82b8Smrgset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 1471a99f82b8Smrgif eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 1472a99f82b8Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 1473a99f82b8Smrgelse 1474a99f82b8Smrg cat >conftest.make <<\_ACEOF 1475a99f82b8Smrgall: 1476a99f82b8Smrg @echo 'ac_maketemp="$(MAKE)"' 1477a99f82b8Smrg_ACEOF 1478a99f82b8Smrg# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 1479a99f82b8Smrgeval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 1480a99f82b8Smrgif test -n "$ac_maketemp"; then 1481a99f82b8Smrg eval ac_cv_prog_make_${ac_make}_set=yes 1482a99f82b8Smrgelse 1483a99f82b8Smrg eval ac_cv_prog_make_${ac_make}_set=no 1484a99f82b8Smrgfi 1485a99f82b8Smrgrm -f conftest.make 1486a99f82b8Smrgfi 1487a99f82b8Smrgif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 1488a99f82b8Smrg echo "$as_me:$LINENO: result: yes" >&5 1489a99f82b8Smrgecho "${ECHO_T}yes" >&6 1490a99f82b8Smrg SET_MAKE= 1491a99f82b8Smrgelse 1492a99f82b8Smrg echo "$as_me:$LINENO: result: no" >&5 1493a99f82b8Smrgecho "${ECHO_T}no" >&6 1494a99f82b8Smrg SET_MAKE="MAKE=${MAKE-make}" 1495a99f82b8Smrgfi 1496a99f82b8Smrg 1497a99f82b8Smrgrm -rf .tst 2>/dev/null 1498a99f82b8Smrgmkdir .tst 2>/dev/null 1499a99f82b8Smrgif test -d .tst; then 1500a99f82b8Smrg am__leading_dot=. 1501a99f82b8Smrgelse 1502a99f82b8Smrg am__leading_dot=_ 1503a99f82b8Smrgfi 1504a99f82b8Smrgrmdir .tst 2>/dev/null 1505a99f82b8Smrg 1506a99f82b8Smrg # test to see if srcdir already configured 1507a99f82b8Smrgif test "`cd $srcdir && pwd`" != "`pwd`" && 1508a99f82b8Smrg test -f $srcdir/config.status; then 1509a99f82b8Smrg { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 1510a99f82b8Smrgecho "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 1511a99f82b8Smrg { (exit 1); exit 1; }; } 1512a99f82b8Smrgfi 1513a99f82b8Smrg 1514a99f82b8Smrg# test whether we have cygpath 1515a99f82b8Smrgif test -z "$CYGPATH_W"; then 1516a99f82b8Smrg if (cygpath --version) >/dev/null 2>/dev/null; then 1517a99f82b8Smrg CYGPATH_W='cygpath -w' 1518a99f82b8Smrg else 1519a99f82b8Smrg CYGPATH_W=echo 1520a99f82b8Smrg fi 1521a99f82b8Smrgfi 1522a99f82b8Smrg 1523a99f82b8Smrg 1524a99f82b8Smrg# Define the identity of the package. 1525a99f82b8Smrg PACKAGE='font-alias' 1526a99f82b8Smrg VERSION='1.0.1' 1527a99f82b8Smrg 1528a99f82b8Smrg 1529a99f82b8Smrgcat >>confdefs.h <<_ACEOF 1530a99f82b8Smrg#define PACKAGE "$PACKAGE" 1531a99f82b8Smrg_ACEOF 1532a99f82b8Smrg 1533a99f82b8Smrg 1534a99f82b8Smrgcat >>confdefs.h <<_ACEOF 1535a99f82b8Smrg#define VERSION "$VERSION" 1536a99f82b8Smrg_ACEOF 1537a99f82b8Smrg 1538a99f82b8Smrg# Some tools Automake needs. 1539a99f82b8Smrg 1540a99f82b8SmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 1541a99f82b8Smrg 1542a99f82b8Smrg 1543a99f82b8SmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 1544a99f82b8Smrg 1545a99f82b8Smrg 1546a99f82b8SmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 1547a99f82b8Smrg 1548a99f82b8Smrg 1549a99f82b8SmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 1550a99f82b8Smrg 1551a99f82b8Smrg 1552a99f82b8SmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 1553a99f82b8Smrg 1554a99f82b8Smrg 1555a99f82b8SmrgAMTAR=${AMTAR-"${am_missing_run}tar"} 1556a99f82b8Smrg 1557a99f82b8Smrginstall_sh=${install_sh-"$am_aux_dir/install-sh"} 1558a99f82b8Smrg 1559a99f82b8Smrg# Installed binaries are usually stripped using `strip' when the user 1560a99f82b8Smrg# run `make install-strip'. However `strip' might not be the right 1561a99f82b8Smrg# tool to use in cross-compilation environments, therefore Automake 1562a99f82b8Smrg# will honor the `STRIP' environment variable to overrule this program. 1563a99f82b8Smrgif test "$cross_compiling" != no; then 1564a99f82b8Smrg if test -n "$ac_tool_prefix"; then 1565a99f82b8Smrg # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 1566a99f82b8Smrgset dummy ${ac_tool_prefix}strip; ac_word=$2 1567a99f82b8Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 1568a99f82b8Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1569a99f82b8Smrgif test "${ac_cv_prog_STRIP+set}" = set; then 1570a99f82b8Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 1571a99f82b8Smrgelse 1572a99f82b8Smrg if test -n "$STRIP"; then 1573a99f82b8Smrg ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1574a99f82b8Smrgelse 1575a99f82b8Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1576a99f82b8Smrgfor as_dir in $PATH 1577a99f82b8Smrgdo 1578a99f82b8Smrg IFS=$as_save_IFS 1579a99f82b8Smrg test -z "$as_dir" && as_dir=. 1580a99f82b8Smrg for ac_exec_ext in '' $ac_executable_extensions; do 1581a99f82b8Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1582a99f82b8Smrg ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1583a99f82b8Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1584a99f82b8Smrg break 2 1585a99f82b8Smrg fi 1586a99f82b8Smrgdone 1587a99f82b8Smrgdone 1588a99f82b8Smrg 1589a99f82b8Smrgfi 1590a99f82b8Smrgfi 1591a99f82b8SmrgSTRIP=$ac_cv_prog_STRIP 1592a99f82b8Smrgif test -n "$STRIP"; then 1593a99f82b8Smrg echo "$as_me:$LINENO: result: $STRIP" >&5 1594a99f82b8Smrgecho "${ECHO_T}$STRIP" >&6 1595a99f82b8Smrgelse 1596a99f82b8Smrg echo "$as_me:$LINENO: result: no" >&5 1597a99f82b8Smrgecho "${ECHO_T}no" >&6 1598a99f82b8Smrgfi 1599a99f82b8Smrg 1600a99f82b8Smrgfi 1601a99f82b8Smrgif test -z "$ac_cv_prog_STRIP"; then 1602a99f82b8Smrg ac_ct_STRIP=$STRIP 1603a99f82b8Smrg # Extract the first word of "strip", so it can be a program name with args. 1604a99f82b8Smrgset dummy strip; ac_word=$2 1605a99f82b8Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 1606a99f82b8Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1607a99f82b8Smrgif test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 1608a99f82b8Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 1609a99f82b8Smrgelse 1610a99f82b8Smrg if test -n "$ac_ct_STRIP"; then 1611a99f82b8Smrg ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 1612a99f82b8Smrgelse 1613a99f82b8Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1614a99f82b8Smrgfor as_dir in $PATH 1615a99f82b8Smrgdo 1616a99f82b8Smrg IFS=$as_save_IFS 1617a99f82b8Smrg test -z "$as_dir" && as_dir=. 1618a99f82b8Smrg for ac_exec_ext in '' $ac_executable_extensions; do 1619a99f82b8Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1620a99f82b8Smrg ac_cv_prog_ac_ct_STRIP="strip" 1621a99f82b8Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1622a99f82b8Smrg break 2 1623a99f82b8Smrg fi 1624a99f82b8Smrgdone 1625a99f82b8Smrgdone 1626a99f82b8Smrg 1627a99f82b8Smrg test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" 1628a99f82b8Smrgfi 1629a99f82b8Smrgfi 1630a99f82b8Smrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 1631a99f82b8Smrgif test -n "$ac_ct_STRIP"; then 1632a99f82b8Smrg echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 1633a99f82b8Smrgecho "${ECHO_T}$ac_ct_STRIP" >&6 1634a99f82b8Smrgelse 1635a99f82b8Smrg echo "$as_me:$LINENO: result: no" >&5 1636a99f82b8Smrgecho "${ECHO_T}no" >&6 1637a99f82b8Smrgfi 1638a99f82b8Smrg 1639a99f82b8Smrg STRIP=$ac_ct_STRIP 1640a99f82b8Smrgelse 1641a99f82b8Smrg STRIP="$ac_cv_prog_STRIP" 1642a99f82b8Smrgfi 1643a99f82b8Smrg 1644a99f82b8Smrgfi 1645a99f82b8SmrgINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 1646a99f82b8Smrg 1647a99f82b8Smrg# We need awk for the "check" target. The system "awk" is bad on 1648a99f82b8Smrg# some platforms. 1649a99f82b8Smrg 1650a99f82b8Smrg 1651a99f82b8Smrg 1652a99f82b8Smrgecho "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 1653a99f82b8Smrgecho $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 1654a99f82b8Smrg # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 1655a99f82b8Smrgif test "${enable_maintainer_mode+set}" = set; then 1656a99f82b8Smrg enableval="$enable_maintainer_mode" 1657a99f82b8Smrg USE_MAINTAINER_MODE=$enableval 1658a99f82b8Smrgelse 1659a99f82b8Smrg USE_MAINTAINER_MODE=no 1660a99f82b8Smrgfi; 1661a99f82b8Smrg echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 1662a99f82b8Smrgecho "${ECHO_T}$USE_MAINTAINER_MODE" >&6 1663a99f82b8Smrg 1664a99f82b8Smrg 1665a99f82b8Smrgif test $USE_MAINTAINER_MODE = yes; then 1666a99f82b8Smrg MAINTAINER_MODE_TRUE= 1667a99f82b8Smrg MAINTAINER_MODE_FALSE='#' 1668a99f82b8Smrgelse 1669a99f82b8Smrg MAINTAINER_MODE_TRUE='#' 1670a99f82b8Smrg MAINTAINER_MODE_FALSE= 1671a99f82b8Smrgfi 1672a99f82b8Smrg 1673a99f82b8Smrg MAINT=$MAINTAINER_MODE_TRUE 1674a99f82b8Smrg 1675a99f82b8Smrg 1676a99f82b8Smrg 1677a99f82b8Smrg# Find a good install program. We prefer a C program (faster), 1678a99f82b8Smrg# so one script is as good as another. But avoid the broken or 1679a99f82b8Smrg# incompatible versions: 1680a99f82b8Smrg# SysV /etc/install, /usr/sbin/install 1681a99f82b8Smrg# SunOS /usr/etc/install 1682a99f82b8Smrg# IRIX /sbin/install 1683a99f82b8Smrg# AIX /bin/install 1684a99f82b8Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs 1685a99f82b8Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1686a99f82b8Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1687a99f82b8Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1688a99f82b8Smrg# OS/2's system install, which has a completely different semantic 1689a99f82b8Smrg# ./install, which can be erroneously created by make from ./install.sh. 1690a99f82b8Smrgecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1691a99f82b8Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 1692a99f82b8Smrgif test -z "$INSTALL"; then 1693a99f82b8Smrgif test "${ac_cv_path_install+set}" = set; then 1694a99f82b8Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 1695a99f82b8Smrgelse 1696a99f82b8Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1697a99f82b8Smrgfor as_dir in $PATH 1698a99f82b8Smrgdo 1699a99f82b8Smrg IFS=$as_save_IFS 1700a99f82b8Smrg test -z "$as_dir" && as_dir=. 1701a99f82b8Smrg # Account for people who put trailing slashes in PATH elements. 1702a99f82b8Smrgcase $as_dir/ in 1703a99f82b8Smrg ./ | .// | /cC/* | \ 1704a99f82b8Smrg /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1705a99f82b8Smrg ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1706a99f82b8Smrg /usr/ucb/* ) ;; 1707a99f82b8Smrg *) 1708a99f82b8Smrg # OSF1 and SCO ODT 3.0 have their own names for install. 1709a99f82b8Smrg # Don't use installbsd from OSF since it installs stuff as root 1710a99f82b8Smrg # by default. 1711a99f82b8Smrg for ac_prog in ginstall scoinst install; do 1712a99f82b8Smrg for ac_exec_ext in '' $ac_executable_extensions; do 1713a99f82b8Smrg if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1714a99f82b8Smrg if test $ac_prog = install && 1715a99f82b8Smrg grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1716a99f82b8Smrg # AIX install. It has an incompatible calling convention. 1717a99f82b8Smrg : 1718a99f82b8Smrg elif test $ac_prog = install && 1719a99f82b8Smrg grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1720a99f82b8Smrg # program-specific install script used by HP pwplus--don't use. 1721a99f82b8Smrg : 1722a99f82b8Smrg else 1723a99f82b8Smrg ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1724a99f82b8Smrg break 3 1725a99f82b8Smrg fi 1726a99f82b8Smrg fi 1727a99f82b8Smrg done 1728a99f82b8Smrg done 1729a99f82b8Smrg ;; 1730a99f82b8Smrgesac 1731a99f82b8Smrgdone 1732a99f82b8Smrg 1733a99f82b8Smrg 1734a99f82b8Smrgfi 1735a99f82b8Smrg if test "${ac_cv_path_install+set}" = set; then 1736a99f82b8Smrg INSTALL=$ac_cv_path_install 1737a99f82b8Smrg else 1738a99f82b8Smrg # As a last resort, use the slow shell script. We don't cache a 1739a99f82b8Smrg # path for INSTALL within a source directory, because that will 1740a99f82b8Smrg # break other packages using the cache if that directory is 1741a99f82b8Smrg # removed, or if the path is relative. 1742a99f82b8Smrg INSTALL=$ac_install_sh 1743a99f82b8Smrg fi 1744a99f82b8Smrgfi 1745a99f82b8Smrgecho "$as_me:$LINENO: result: $INSTALL" >&5 1746a99f82b8Smrgecho "${ECHO_T}$INSTALL" >&6 1747a99f82b8Smrg 1748a99f82b8Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1749a99f82b8Smrg# It thinks the first close brace ends the variable substitution. 1750a99f82b8Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1751a99f82b8Smrg 1752a99f82b8Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1753a99f82b8Smrg 1754a99f82b8Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1755a99f82b8Smrg 1756a99f82b8Smrg 1757a99f82b8Smrg 1758a99f82b8Smrg 1759a99f82b8SmrgDEFAULT_TOPFONTDIR=${libdir}/X11/fonts 1760a99f82b8Smrg 1761a99f82b8Smrg# Check whether --with-top-fontdir or --without-top-fontdir was given. 1762a99f82b8Smrgif test "${with_top_fontdir+set}" = set; then 1763a99f82b8Smrg withval="$with_top_fontdir" 1764a99f82b8Smrg TOPFONTDIR="$withval" 1765a99f82b8Smrgelse 1766a99f82b8Smrg TOPFONTDIR="$DEFAULT_TOPFONTDIR" 1767a99f82b8Smrgfi; 1768a99f82b8Smrg 1769a99f82b8Smrg 1770a99f82b8Smrg 1771a99f82b8Smrg 1772a99f82b8Smrg# Check whether --with-release-version or --without-release-version was given. 1773a99f82b8Smrgif test "${with_release_version+set}" = set; then 1774a99f82b8Smrg withval="$with_release_version" 1775a99f82b8Smrg RELEASE_VERSION="$withval" 1776a99f82b8Smrgelse 1777a99f82b8Smrg RELEASE_VERSION="" 1778a99f82b8Smrgfi; 1779a99f82b8Smrg if test "x$RELEASE_VERSION" != "x"; then 1780a99f82b8Smrg PACKAGE="$PACKAGE-$RELEASE_VERSION" 1781a99f82b8Smrg PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION" 1782a99f82b8Smrg { echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5 1783a99f82b8Smrgecho "$as_me: Building with package name set to $PACKAGE" >&6;} 1784a99f82b8Smrg fi 1785a99f82b8Smrg 1786a99f82b8Smrg 1787a99f82b8Smrg ac_config_files="$ac_config_files Makefile 100dpi/Makefile 75dpi/Makefile cyrillic/Makefile misc/Makefile" 1788a99f82b8Smrgcat >confcache <<\_ACEOF 1789a99f82b8Smrg# This file is a shell script that caches the results of configure 1790a99f82b8Smrg# tests run on this system so they can be shared between configure 1791a99f82b8Smrg# scripts and configure runs, see configure's option --config-cache. 1792a99f82b8Smrg# It is not useful on other systems. If it contains results you don't 1793a99f82b8Smrg# want to keep, you may remove or edit it. 1794a99f82b8Smrg# 1795a99f82b8Smrg# config.status only pays attention to the cache file if you give it 1796a99f82b8Smrg# the --recheck option to rerun configure. 1797a99f82b8Smrg# 1798a99f82b8Smrg# `ac_cv_env_foo' variables (set or unset) will be overridden when 1799a99f82b8Smrg# loading this file, other *unset* `ac_cv_foo' will be assigned the 1800a99f82b8Smrg# following values. 1801a99f82b8Smrg 1802a99f82b8Smrg_ACEOF 1803a99f82b8Smrg 1804a99f82b8Smrg# The following way of writing the cache mishandles newlines in values, 1805a99f82b8Smrg# but we know of no workaround that is simple, portable, and efficient. 1806a99f82b8Smrg# So, don't put newlines in cache variables' values. 1807a99f82b8Smrg# Ultrix sh set writes to stderr and can't be redirected directly, 1808a99f82b8Smrg# and sets the high bit in the cache file unless we assign to the vars. 1809a99f82b8Smrg{ 1810a99f82b8Smrg (set) 2>&1 | 1811a99f82b8Smrg case `(ac_space=' '; set | grep ac_space) 2>&1` in 1812a99f82b8Smrg *ac_space=\ *) 1813a99f82b8Smrg # `set' does not quote correctly, so add quotes (double-quote 1814a99f82b8Smrg # substitution turns \\\\ into \\, and sed turns \\ into \). 1815a99f82b8Smrg sed -n \ 1816a99f82b8Smrg "s/'/'\\\\''/g; 1817a99f82b8Smrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 1818a99f82b8Smrg ;; 1819a99f82b8Smrg *) 1820a99f82b8Smrg # `set' quotes correctly as required by POSIX, so do not add quotes. 1821a99f82b8Smrg sed -n \ 1822a99f82b8Smrg "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1823a99f82b8Smrg ;; 1824a99f82b8Smrg esac; 1825a99f82b8Smrg} | 1826a99f82b8Smrg sed ' 1827a99f82b8Smrg t clear 1828a99f82b8Smrg : clear 1829a99f82b8Smrg s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 1830a99f82b8Smrg t end 1831a99f82b8Smrg /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 1832a99f82b8Smrg : end' >>confcache 1833a99f82b8Smrgif diff $cache_file confcache >/dev/null 2>&1; then :; else 1834a99f82b8Smrg if test -w $cache_file; then 1835a99f82b8Smrg test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 1836a99f82b8Smrg cat confcache >$cache_file 1837a99f82b8Smrg else 1838a99f82b8Smrg echo "not updating unwritable cache $cache_file" 1839a99f82b8Smrg fi 1840a99f82b8Smrgfi 1841a99f82b8Smrgrm -f confcache 1842a99f82b8Smrg 1843a99f82b8Smrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix 1844a99f82b8Smrg# Let make expand exec_prefix. 1845a99f82b8Smrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 1846a99f82b8Smrg 1847a99f82b8Smrg# VPATH may cause trouble with some makes, so we remove $(srcdir), 1848a99f82b8Smrg# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 1849a99f82b8Smrg# trailing colons and then remove the whole line if VPATH becomes empty 1850a99f82b8Smrg# (actually we leave an empty line to preserve line numbers). 1851a99f82b8Smrgif test "x$srcdir" = x.; then 1852a99f82b8Smrg ac_vpsub='/^[ ]*VPATH[ ]*=/{ 1853a99f82b8Smrgs/:*\$(srcdir):*/:/; 1854a99f82b8Smrgs/:*\${srcdir}:*/:/; 1855a99f82b8Smrgs/:*@srcdir@:*/:/; 1856a99f82b8Smrgs/^\([^=]*=[ ]*\):*/\1/; 1857a99f82b8Smrgs/:*$//; 1858a99f82b8Smrgs/^[^=]*=[ ]*$//; 1859a99f82b8Smrg}' 1860a99f82b8Smrgfi 1861a99f82b8Smrg 1862a99f82b8Smrg# Transform confdefs.h into DEFS. 1863a99f82b8Smrg# Protect against shell expansion while executing Makefile rules. 1864a99f82b8Smrg# Protect against Makefile macro expansion. 1865a99f82b8Smrg# 1866a99f82b8Smrg# If the first sed substitution is executed (which looks for macros that 1867a99f82b8Smrg# take arguments), then we branch to the quote section. Otherwise, 1868a99f82b8Smrg# look for a macro that doesn't take arguments. 1869a99f82b8Smrgcat >confdef2opt.sed <<\_ACEOF 1870a99f82b8Smrgt clear 1871a99f82b8Smrg: clear 1872a99f82b8Smrgs,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g 1873a99f82b8Smrgt quote 1874a99f82b8Smrgs,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g 1875a99f82b8Smrgt quote 1876a99f82b8Smrgd 1877a99f82b8Smrg: quote 1878a99f82b8Smrgs,[ `~#$^&*(){}\\|;'"<>?],\\&,g 1879a99f82b8Smrgs,\[,\\&,g 1880a99f82b8Smrgs,\],\\&,g 1881a99f82b8Smrgs,\$,$$,g 1882a99f82b8Smrgp 1883a99f82b8Smrg_ACEOF 1884a99f82b8Smrg# We use echo to avoid assuming a particular line-breaking character. 1885a99f82b8Smrg# The extra dot is to prevent the shell from consuming trailing 1886a99f82b8Smrg# line-breaks from the sub-command output. A line-break within 1887a99f82b8Smrg# single-quotes doesn't work because, if this script is created in a 1888a99f82b8Smrg# platform that uses two characters for line-breaks (e.g., DOS), tr 1889a99f82b8Smrg# would break. 1890a99f82b8Smrgac_LF_and_DOT=`echo; echo .` 1891a99f82b8SmrgDEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` 1892a99f82b8Smrgrm -f confdef2opt.sed 1893a99f82b8Smrg 1894a99f82b8Smrg 1895a99f82b8Smrgac_libobjs= 1896a99f82b8Smrgac_ltlibobjs= 1897a99f82b8Smrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 1898a99f82b8Smrg # 1. Remove the extension, and $U if already installed. 1899a99f82b8Smrg ac_i=`echo "$ac_i" | 1900a99f82b8Smrg sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 1901a99f82b8Smrg # 2. Add them. 1902a99f82b8Smrg ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 1903a99f82b8Smrg ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 1904a99f82b8Smrgdone 1905a99f82b8SmrgLIBOBJS=$ac_libobjs 1906a99f82b8Smrg 1907a99f82b8SmrgLTLIBOBJS=$ac_ltlibobjs 1908a99f82b8Smrg 1909a99f82b8Smrg 1910a99f82b8Smrgif test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 1911a99f82b8Smrg { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. 1912a99f82b8SmrgUsually this means the macro was only invoked conditionally." >&5 1913a99f82b8Smrgecho "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. 1914a99f82b8SmrgUsually this means the macro was only invoked conditionally." >&2;} 1915a99f82b8Smrg { (exit 1); exit 1; }; } 1916a99f82b8Smrgfi 1917a99f82b8Smrg 1918a99f82b8Smrg: ${CONFIG_STATUS=./config.status} 1919a99f82b8Smrgac_clean_files_save=$ac_clean_files 1920a99f82b8Smrgac_clean_files="$ac_clean_files $CONFIG_STATUS" 1921a99f82b8Smrg{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 1922a99f82b8Smrgecho "$as_me: creating $CONFIG_STATUS" >&6;} 1923a99f82b8Smrgcat >$CONFIG_STATUS <<_ACEOF 1924a99f82b8Smrg#! $SHELL 1925a99f82b8Smrg# Generated by $as_me. 1926a99f82b8Smrg# Run this file to recreate the current configuration. 1927a99f82b8Smrg# Compiler output produced by configure, useful for debugging 1928a99f82b8Smrg# configure, is in config.log if it exists. 1929a99f82b8Smrg 1930a99f82b8Smrgdebug=false 1931a99f82b8Smrgac_cs_recheck=false 1932a99f82b8Smrgac_cs_silent=false 1933a99f82b8SmrgSHELL=\${CONFIG_SHELL-$SHELL} 1934a99f82b8Smrg_ACEOF 1935a99f82b8Smrg 1936a99f82b8Smrgcat >>$CONFIG_STATUS <<\_ACEOF 1937a99f82b8Smrg## --------------------- ## 1938a99f82b8Smrg## M4sh Initialization. ## 1939a99f82b8Smrg## --------------------- ## 1940a99f82b8Smrg 1941a99f82b8Smrg# Be Bourne compatible 1942a99f82b8Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 1943a99f82b8Smrg emulate sh 1944a99f82b8Smrg NULLCMD=: 1945a99f82b8Smrg # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 1946a99f82b8Smrg # is contrary to our usage. Disable this feature. 1947a99f82b8Smrg alias -g '${1+"$@"}'='"$@"' 1948a99f82b8Smrgelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 1949a99f82b8Smrg set -o posix 1950a99f82b8Smrgfi 1951a99f82b8SmrgDUALCASE=1; export DUALCASE # for MKS sh 1952a99f82b8Smrg 1953a99f82b8Smrg# Support unset when possible. 1954a99f82b8Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 1955a99f82b8Smrg as_unset=unset 1956a99f82b8Smrgelse 1957a99f82b8Smrg as_unset=false 1958a99f82b8Smrgfi 1959a99f82b8Smrg 1960a99f82b8Smrg 1961a99f82b8Smrg# Work around bugs in pre-3.0 UWIN ksh. 1962a99f82b8Smrg$as_unset ENV MAIL MAILPATH 1963a99f82b8SmrgPS1='$ ' 1964a99f82b8SmrgPS2='> ' 1965a99f82b8SmrgPS4='+ ' 1966a99f82b8Smrg 1967a99f82b8Smrg# NLS nuisances. 1968a99f82b8Smrgfor as_var in \ 1969a99f82b8Smrg LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 1970a99f82b8Smrg LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 1971a99f82b8Smrg LC_TELEPHONE LC_TIME 1972a99f82b8Smrgdo 1973a99f82b8Smrg if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 1974a99f82b8Smrg eval $as_var=C; export $as_var 1975a99f82b8Smrg else 1976a99f82b8Smrg $as_unset $as_var 1977a99f82b8Smrg fi 1978a99f82b8Smrgdone 1979a99f82b8Smrg 1980a99f82b8Smrg# Required to use basename. 1981a99f82b8Smrgif expr a : '\(a\)' >/dev/null 2>&1; then 1982a99f82b8Smrg as_expr=expr 1983a99f82b8Smrgelse 1984a99f82b8Smrg as_expr=false 1985a99f82b8Smrgfi 1986a99f82b8Smrg 1987a99f82b8Smrgif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 1988a99f82b8Smrg as_basename=basename 1989a99f82b8Smrgelse 1990a99f82b8Smrg as_basename=false 1991a99f82b8Smrgfi 1992a99f82b8Smrg 1993a99f82b8Smrg 1994a99f82b8Smrg# Name of the executable. 1995a99f82b8Smrgas_me=`$as_basename "$0" || 1996a99f82b8Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 1997a99f82b8Smrg X"$0" : 'X\(//\)$' \| \ 1998a99f82b8Smrg X"$0" : 'X\(/\)$' \| \ 1999a99f82b8Smrg . : '\(.\)' 2>/dev/null || 2000a99f82b8Smrgecho X/"$0" | 2001a99f82b8Smrg sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 2002a99f82b8Smrg /^X\/\(\/\/\)$/{ s//\1/; q; } 2003a99f82b8Smrg /^X\/\(\/\).*/{ s//\1/; q; } 2004a99f82b8Smrg s/.*/./; q'` 2005a99f82b8Smrg 2006a99f82b8Smrg 2007a99f82b8Smrg# PATH needs CR, and LINENO needs CR and PATH. 2008a99f82b8Smrg# Avoid depending upon Character Ranges. 2009a99f82b8Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 2010a99f82b8Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 2011a99f82b8Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 2012a99f82b8Smrgas_cr_digits='0123456789' 2013a99f82b8Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits 2014a99f82b8Smrg 2015a99f82b8Smrg# The user is always right. 2016a99f82b8Smrgif test "${PATH_SEPARATOR+set}" != set; then 2017a99f82b8Smrg echo "#! /bin/sh" >conf$$.sh 2018a99f82b8Smrg echo "exit 0" >>conf$$.sh 2019a99f82b8Smrg chmod +x conf$$.sh 2020a99f82b8Smrg if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 2021a99f82b8Smrg PATH_SEPARATOR=';' 2022a99f82b8Smrg else 2023a99f82b8Smrg PATH_SEPARATOR=: 2024a99f82b8Smrg fi 2025a99f82b8Smrg rm -f conf$$.sh 2026a99f82b8Smrgfi 2027a99f82b8Smrg 2028a99f82b8Smrg 2029a99f82b8Smrg as_lineno_1=$LINENO 2030a99f82b8Smrg as_lineno_2=$LINENO 2031a99f82b8Smrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 2032a99f82b8Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 2033a99f82b8Smrg test "x$as_lineno_3" = "x$as_lineno_2" || { 2034a99f82b8Smrg # Find who we are. Look in the path if we contain no path at all 2035a99f82b8Smrg # relative or not. 2036a99f82b8Smrg case $0 in 2037a99f82b8Smrg *[\\/]* ) as_myself=$0 ;; 2038a99f82b8Smrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2039a99f82b8Smrgfor as_dir in $PATH 2040a99f82b8Smrgdo 2041a99f82b8Smrg IFS=$as_save_IFS 2042a99f82b8Smrg test -z "$as_dir" && as_dir=. 2043a99f82b8Smrg test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 2044a99f82b8Smrgdone 2045a99f82b8Smrg 2046a99f82b8Smrg ;; 2047a99f82b8Smrg esac 2048a99f82b8Smrg # We did not find ourselves, most probably we were run as `sh COMMAND' 2049a99f82b8Smrg # in which case we are not to be found in the path. 2050a99f82b8Smrg if test "x$as_myself" = x; then 2051a99f82b8Smrg as_myself=$0 2052a99f82b8Smrg fi 2053a99f82b8Smrg if test ! -f "$as_myself"; then 2054a99f82b8Smrg { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 2055a99f82b8Smrgecho "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 2056a99f82b8Smrg { (exit 1); exit 1; }; } 2057a99f82b8Smrg fi 2058a99f82b8Smrg case $CONFIG_SHELL in 2059a99f82b8Smrg '') 2060a99f82b8Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2061a99f82b8Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 2062a99f82b8Smrgdo 2063a99f82b8Smrg IFS=$as_save_IFS 2064a99f82b8Smrg test -z "$as_dir" && as_dir=. 2065a99f82b8Smrg for as_base in sh bash ksh sh5; do 2066a99f82b8Smrg case $as_dir in 2067a99f82b8Smrg /*) 2068a99f82b8Smrg if ("$as_dir/$as_base" -c ' 2069a99f82b8Smrg as_lineno_1=$LINENO 2070a99f82b8Smrg as_lineno_2=$LINENO 2071a99f82b8Smrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 2072a99f82b8Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 2073a99f82b8Smrg test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 2074a99f82b8Smrg $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 2075a99f82b8Smrg $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 2076a99f82b8Smrg CONFIG_SHELL=$as_dir/$as_base 2077a99f82b8Smrg export CONFIG_SHELL 2078a99f82b8Smrg exec "$CONFIG_SHELL" "$0" ${1+"$@"} 2079a99f82b8Smrg fi;; 2080a99f82b8Smrg esac 2081a99f82b8Smrg done 2082a99f82b8Smrgdone 2083a99f82b8Smrg;; 2084a99f82b8Smrg esac 2085a99f82b8Smrg 2086a99f82b8Smrg # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 2087a99f82b8Smrg # uniformly replaced by the line number. The first 'sed' inserts a 2088a99f82b8Smrg # line-number line before each line; the second 'sed' does the real 2089a99f82b8Smrg # work. The second script uses 'N' to pair each line-number line 2090a99f82b8Smrg # with the numbered line, and appends trailing '-' during 2091a99f82b8Smrg # substitution so that $LINENO is not a special case at line end. 2092a99f82b8Smrg # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 2093a99f82b8Smrg # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 2094a99f82b8Smrg sed '=' <$as_myself | 2095a99f82b8Smrg sed ' 2096a99f82b8Smrg N 2097a99f82b8Smrg s,$,-, 2098a99f82b8Smrg : loop 2099a99f82b8Smrg s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 2100a99f82b8Smrg t loop 2101a99f82b8Smrg s,-$,, 2102a99f82b8Smrg s,^['$as_cr_digits']*\n,, 2103a99f82b8Smrg ' >$as_me.lineno && 2104a99f82b8Smrg chmod +x $as_me.lineno || 2105a99f82b8Smrg { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 2106a99f82b8Smrgecho "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 2107a99f82b8Smrg { (exit 1); exit 1; }; } 2108a99f82b8Smrg 2109a99f82b8Smrg # Don't try to exec as it changes $[0], causing all sort of problems 2110a99f82b8Smrg # (the dirname of $[0] is not the place where we might find the 2111a99f82b8Smrg # original and so on. Autoconf is especially sensible to this). 2112a99f82b8Smrg . ./$as_me.lineno 2113a99f82b8Smrg # Exit status is that of the last command. 2114a99f82b8Smrg exit 2115a99f82b8Smrg} 2116a99f82b8Smrg 2117a99f82b8Smrg 2118a99f82b8Smrgcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 2119a99f82b8Smrg *c*,-n*) ECHO_N= ECHO_C=' 2120a99f82b8Smrg' ECHO_T=' ' ;; 2121a99f82b8Smrg *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 2122a99f82b8Smrg *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 2123a99f82b8Smrgesac 2124a99f82b8Smrg 2125a99f82b8Smrgif expr a : '\(a\)' >/dev/null 2>&1; then 2126a99f82b8Smrg as_expr=expr 2127a99f82b8Smrgelse 2128a99f82b8Smrg as_expr=false 2129a99f82b8Smrgfi 2130a99f82b8Smrg 2131a99f82b8Smrgrm -f conf$$ conf$$.exe conf$$.file 2132a99f82b8Smrgecho >conf$$.file 2133a99f82b8Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then 2134a99f82b8Smrg # We could just check for DJGPP; but this test a) works b) is more generic 2135a99f82b8Smrg # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 2136a99f82b8Smrg if test -f conf$$.exe; then 2137a99f82b8Smrg # Don't use ln at all; we don't have any links 2138a99f82b8Smrg as_ln_s='cp -p' 2139a99f82b8Smrg else 2140a99f82b8Smrg as_ln_s='ln -s' 2141a99f82b8Smrg fi 2142a99f82b8Smrgelif ln conf$$.file conf$$ 2>/dev/null; then 2143a99f82b8Smrg as_ln_s=ln 2144a99f82b8Smrgelse 2145a99f82b8Smrg as_ln_s='cp -p' 2146a99f82b8Smrgfi 2147a99f82b8Smrgrm -f conf$$ conf$$.exe conf$$.file 2148a99f82b8Smrg 2149a99f82b8Smrgif mkdir -p . 2>/dev/null; then 2150a99f82b8Smrg as_mkdir_p=: 2151a99f82b8Smrgelse 2152a99f82b8Smrg test -d ./-p && rmdir ./-p 2153a99f82b8Smrg as_mkdir_p=false 2154a99f82b8Smrgfi 2155a99f82b8Smrg 2156a99f82b8Smrgas_executable_p="test -f" 2157a99f82b8Smrg 2158a99f82b8Smrg# Sed expression to map a string onto a valid CPP name. 2159a99f82b8Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 2160a99f82b8Smrg 2161a99f82b8Smrg# Sed expression to map a string onto a valid variable name. 2162a99f82b8Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 2163a99f82b8Smrg 2164a99f82b8Smrg 2165a99f82b8Smrg# IFS 2166a99f82b8Smrg# We need space, tab and new line, in precisely that order. 2167a99f82b8Smrgas_nl=' 2168a99f82b8Smrg' 2169a99f82b8SmrgIFS=" $as_nl" 2170a99f82b8Smrg 2171a99f82b8Smrg# CDPATH. 2172a99f82b8Smrg$as_unset CDPATH 2173a99f82b8Smrg 2174a99f82b8Smrgexec 6>&1 2175a99f82b8Smrg 2176a99f82b8Smrg# Open the log real soon, to keep \$[0] and so on meaningful, and to 2177a99f82b8Smrg# report actual input values of CONFIG_FILES etc. instead of their 2178a99f82b8Smrg# values after options handling. Logging --version etc. is OK. 2179a99f82b8Smrgexec 5>>config.log 2180a99f82b8Smrg{ 2181a99f82b8Smrg echo 2182a99f82b8Smrg sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 2183a99f82b8Smrg## Running $as_me. ## 2184a99f82b8Smrg_ASBOX 2185a99f82b8Smrg} >&5 2186a99f82b8Smrgcat >&5 <<_CSEOF 2187a99f82b8Smrg 2188a99f82b8SmrgThis file was extended by font-alias $as_me 1.0.1, which was 2189a99f82b8Smrggenerated by GNU Autoconf 2.59. Invocation command line was 2190a99f82b8Smrg 2191a99f82b8Smrg CONFIG_FILES = $CONFIG_FILES 2192a99f82b8Smrg CONFIG_HEADERS = $CONFIG_HEADERS 2193a99f82b8Smrg CONFIG_LINKS = $CONFIG_LINKS 2194a99f82b8Smrg CONFIG_COMMANDS = $CONFIG_COMMANDS 2195a99f82b8Smrg $ $0 $@ 2196a99f82b8Smrg 2197a99f82b8Smrg_CSEOF 2198a99f82b8Smrgecho "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 2199a99f82b8Smrgecho >&5 2200a99f82b8Smrg_ACEOF 2201a99f82b8Smrg 2202a99f82b8Smrg# Files that config.status was made for. 2203a99f82b8Smrgif test -n "$ac_config_files"; then 2204a99f82b8Smrg echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 2205a99f82b8Smrgfi 2206a99f82b8Smrg 2207a99f82b8Smrgif test -n "$ac_config_headers"; then 2208a99f82b8Smrg echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 2209a99f82b8Smrgfi 2210a99f82b8Smrg 2211a99f82b8Smrgif test -n "$ac_config_links"; then 2212a99f82b8Smrg echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 2213a99f82b8Smrgfi 2214a99f82b8Smrg 2215a99f82b8Smrgif test -n "$ac_config_commands"; then 2216a99f82b8Smrg echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 2217a99f82b8Smrgfi 2218a99f82b8Smrg 2219a99f82b8Smrgcat >>$CONFIG_STATUS <<\_ACEOF 2220a99f82b8Smrg 2221a99f82b8Smrgac_cs_usage="\ 2222a99f82b8Smrg\`$as_me' instantiates files from templates according to the 2223a99f82b8Smrgcurrent configuration. 2224a99f82b8Smrg 2225a99f82b8SmrgUsage: $0 [OPTIONS] [FILE]... 2226a99f82b8Smrg 2227a99f82b8Smrg -h, --help print this help, then exit 2228a99f82b8Smrg -V, --version print version number, then exit 2229a99f82b8Smrg -q, --quiet do not print progress messages 2230a99f82b8Smrg -d, --debug don't remove temporary files 2231a99f82b8Smrg --recheck update $as_me by reconfiguring in the same conditions 2232a99f82b8Smrg --file=FILE[:TEMPLATE] 2233a99f82b8Smrg instantiate the configuration file FILE 2234a99f82b8Smrg 2235a99f82b8SmrgConfiguration files: 2236a99f82b8Smrg$config_files 2237a99f82b8Smrg 2238a99f82b8SmrgReport bugs to <bug-autoconf@gnu.org>." 2239a99f82b8Smrg_ACEOF 2240a99f82b8Smrg 2241a99f82b8Smrgcat >>$CONFIG_STATUS <<_ACEOF 2242a99f82b8Smrgac_cs_version="\\ 2243a99f82b8Smrgfont-alias config.status 1.0.1 2244a99f82b8Smrgconfigured by $0, generated by GNU Autoconf 2.59, 2245a99f82b8Smrg with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 2246a99f82b8Smrg 2247a99f82b8SmrgCopyright (C) 2003 Free Software Foundation, Inc. 2248a99f82b8SmrgThis config.status script is free software; the Free Software Foundation 2249a99f82b8Smrggives unlimited permission to copy, distribute and modify it." 2250a99f82b8Smrgsrcdir=$srcdir 2251a99f82b8SmrgINSTALL="$INSTALL" 2252a99f82b8Smrg_ACEOF 2253a99f82b8Smrg 2254a99f82b8Smrgcat >>$CONFIG_STATUS <<\_ACEOF 2255a99f82b8Smrg# If no file are specified by the user, then we need to provide default 2256a99f82b8Smrg# value. By we need to know if files were specified by the user. 2257a99f82b8Smrgac_need_defaults=: 2258a99f82b8Smrgwhile test $# != 0 2259a99f82b8Smrgdo 2260a99f82b8Smrg case $1 in 2261a99f82b8Smrg --*=*) 2262a99f82b8Smrg ac_option=`expr "x$1" : 'x\([^=]*\)='` 2263a99f82b8Smrg ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 2264a99f82b8Smrg ac_shift=: 2265a99f82b8Smrg ;; 2266a99f82b8Smrg -*) 2267a99f82b8Smrg ac_option=$1 2268a99f82b8Smrg ac_optarg=$2 2269a99f82b8Smrg ac_shift=shift 2270a99f82b8Smrg ;; 2271a99f82b8Smrg *) # This is not an option, so the user has probably given explicit 2272a99f82b8Smrg # arguments. 2273a99f82b8Smrg ac_option=$1 2274a99f82b8Smrg ac_need_defaults=false;; 2275a99f82b8Smrg esac 2276a99f82b8Smrg 2277a99f82b8Smrg case $ac_option in 2278a99f82b8Smrg # Handling of the options. 2279a99f82b8Smrg_ACEOF 2280a99f82b8Smrgcat >>$CONFIG_STATUS <<\_ACEOF 2281a99f82b8Smrg -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 2282a99f82b8Smrg ac_cs_recheck=: ;; 2283a99f82b8Smrg --version | --vers* | -V ) 2284a99f82b8Smrg echo "$ac_cs_version"; exit 0 ;; 2285a99f82b8Smrg --he | --h) 2286a99f82b8Smrg # Conflict between --help and --header 2287a99f82b8Smrg { { echo "$as_me:$LINENO: error: ambiguous option: $1 2288a99f82b8SmrgTry \`$0 --help' for more information." >&5 2289a99f82b8Smrgecho "$as_me: error: ambiguous option: $1 2290a99f82b8SmrgTry \`$0 --help' for more information." >&2;} 2291a99f82b8Smrg { (exit 1); exit 1; }; };; 2292a99f82b8Smrg --help | --hel | -h ) 2293a99f82b8Smrg echo "$ac_cs_usage"; exit 0 ;; 2294a99f82b8Smrg --debug | --d* | -d ) 2295a99f82b8Smrg debug=: ;; 2296a99f82b8Smrg --file | --fil | --fi | --f ) 2297a99f82b8Smrg $ac_shift 2298a99f82b8Smrg CONFIG_FILES="$CONFIG_FILES $ac_optarg" 2299a99f82b8Smrg ac_need_defaults=false;; 2300a99f82b8Smrg --header | --heade | --head | --hea ) 2301a99f82b8Smrg $ac_shift 2302a99f82b8Smrg CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 2303a99f82b8Smrg ac_need_defaults=false;; 2304a99f82b8Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 2305a99f82b8Smrg | -silent | --silent | --silen | --sile | --sil | --si | --s) 2306a99f82b8Smrg ac_cs_silent=: ;; 2307a99f82b8Smrg 2308a99f82b8Smrg # This is an error. 2309a99f82b8Smrg -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 2310a99f82b8SmrgTry \`$0 --help' for more information." >&5 2311a99f82b8Smrgecho "$as_me: error: unrecognized option: $1 2312a99f82b8SmrgTry \`$0 --help' for more information." >&2;} 2313a99f82b8Smrg { (exit 1); exit 1; }; } ;; 2314a99f82b8Smrg 2315a99f82b8Smrg *) ac_config_targets="$ac_config_targets $1" ;; 2316a99f82b8Smrg 2317a99f82b8Smrg esac 2318a99f82b8Smrg shift 2319a99f82b8Smrgdone 2320a99f82b8Smrg 2321a99f82b8Smrgac_configure_extra_args= 2322a99f82b8Smrg 2323a99f82b8Smrgif $ac_cs_silent; then 2324a99f82b8Smrg exec 6>/dev/null 2325a99f82b8Smrg ac_configure_extra_args="$ac_configure_extra_args --silent" 2326a99f82b8Smrgfi 2327a99f82b8Smrg 2328a99f82b8Smrg_ACEOF 2329a99f82b8Smrgcat >>$CONFIG_STATUS <<_ACEOF 2330a99f82b8Smrgif \$ac_cs_recheck; then 2331a99f82b8Smrg echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 2332a99f82b8Smrg exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 2333a99f82b8Smrgfi 2334a99f82b8Smrg 2335a99f82b8Smrg_ACEOF 2336a99f82b8Smrg 2337a99f82b8Smrg 2338a99f82b8Smrg 2339a99f82b8Smrg 2340a99f82b8Smrg 2341a99f82b8Smrgcat >>$CONFIG_STATUS <<\_ACEOF 2342a99f82b8Smrgfor ac_config_target in $ac_config_targets 2343a99f82b8Smrgdo 2344a99f82b8Smrg case "$ac_config_target" in 2345a99f82b8Smrg # Handling of arguments. 2346a99f82b8Smrg "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 2347a99f82b8Smrg "100dpi/Makefile" ) CONFIG_FILES="$CONFIG_FILES 100dpi/Makefile" ;; 2348a99f82b8Smrg "75dpi/Makefile" ) CONFIG_FILES="$CONFIG_FILES 75dpi/Makefile" ;; 2349a99f82b8Smrg "cyrillic/Makefile" ) CONFIG_FILES="$CONFIG_FILES cyrillic/Makefile" ;; 2350a99f82b8Smrg "misc/Makefile" ) CONFIG_FILES="$CONFIG_FILES misc/Makefile" ;; 2351a99f82b8Smrg *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 2352a99f82b8Smrgecho "$as_me: error: invalid argument: $ac_config_target" >&2;} 2353a99f82b8Smrg { (exit 1); exit 1; }; };; 2354a99f82b8Smrg esac 2355a99f82b8Smrgdone 2356a99f82b8Smrg 2357a99f82b8Smrg# If the user did not use the arguments to specify the items to instantiate, 2358a99f82b8Smrg# then the envvar interface is used. Set only those that are not. 2359a99f82b8Smrg# We use the long form for the default assignment because of an extremely 2360a99f82b8Smrg# bizarre bug on SunOS 4.1.3. 2361a99f82b8Smrgif $ac_need_defaults; then 2362a99f82b8Smrg test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 2363a99f82b8Smrgfi 2364a99f82b8Smrg 2365a99f82b8Smrg# Have a temporary directory for convenience. Make it in the build tree 2366a99f82b8Smrg# simply because there is no reason to put it here, and in addition, 2367a99f82b8Smrg# creating and moving files from /tmp can sometimes cause problems. 2368a99f82b8Smrg# Create a temporary directory, and hook for its removal unless debugging. 2369a99f82b8Smrg$debug || 2370a99f82b8Smrg{ 2371a99f82b8Smrg trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 2372a99f82b8Smrg trap '{ (exit 1); exit 1; }' 1 2 13 15 2373a99f82b8Smrg} 2374a99f82b8Smrg 2375a99f82b8Smrg# Create a (secure) tmp directory for tmp files. 2376a99f82b8Smrg 2377a99f82b8Smrg{ 2378a99f82b8Smrg tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 2379a99f82b8Smrg test -n "$tmp" && test -d "$tmp" 2380a99f82b8Smrg} || 2381a99f82b8Smrg{ 2382a99f82b8Smrg tmp=./confstat$$-$RANDOM 2383a99f82b8Smrg (umask 077 && mkdir $tmp) 2384a99f82b8Smrg} || 2385a99f82b8Smrg{ 2386a99f82b8Smrg echo "$me: cannot create a temporary directory in ." >&2 2387a99f82b8Smrg { (exit 1); exit 1; } 2388a99f82b8Smrg} 2389a99f82b8Smrg 2390a99f82b8Smrg_ACEOF 2391a99f82b8Smrg 2392a99f82b8Smrgcat >>$CONFIG_STATUS <<_ACEOF 2393a99f82b8Smrg 2394a99f82b8Smrg# 2395a99f82b8Smrg# CONFIG_FILES section. 2396a99f82b8Smrg# 2397a99f82b8Smrg 2398a99f82b8Smrg# No need to generate the scripts if there are no CONFIG_FILES. 2399a99f82b8Smrg# This happens for instance when ./config.status config.h 2400a99f82b8Smrgif test -n "\$CONFIG_FILES"; then 2401a99f82b8Smrg # Protect against being on the right side of a sed subst in config.status. 2402a99f82b8Smrg sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 2403a99f82b8Smrg s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 2404a99f82b8Smrgs,@SHELL@,$SHELL,;t t 2405a99f82b8Smrgs,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 2406a99f82b8Smrgs,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 2407a99f82b8Smrgs,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 2408a99f82b8Smrgs,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 2409a99f82b8Smrgs,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 2410a99f82b8Smrgs,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 2411a99f82b8Smrgs,@exec_prefix@,$exec_prefix,;t t 2412a99f82b8Smrgs,@prefix@,$prefix,;t t 2413a99f82b8Smrgs,@program_transform_name@,$program_transform_name,;t t 2414a99f82b8Smrgs,@bindir@,$bindir,;t t 2415a99f82b8Smrgs,@sbindir@,$sbindir,;t t 2416a99f82b8Smrgs,@libexecdir@,$libexecdir,;t t 2417a99f82b8Smrgs,@datadir@,$datadir,;t t 2418a99f82b8Smrgs,@sysconfdir@,$sysconfdir,;t t 2419a99f82b8Smrgs,@sharedstatedir@,$sharedstatedir,;t t 2420a99f82b8Smrgs,@localstatedir@,$localstatedir,;t t 2421a99f82b8Smrgs,@libdir@,$libdir,;t t 2422a99f82b8Smrgs,@includedir@,$includedir,;t t 2423a99f82b8Smrgs,@oldincludedir@,$oldincludedir,;t t 2424a99f82b8Smrgs,@infodir@,$infodir,;t t 2425a99f82b8Smrgs,@mandir@,$mandir,;t t 2426a99f82b8Smrgs,@build_alias@,$build_alias,;t t 2427a99f82b8Smrgs,@host_alias@,$host_alias,;t t 2428a99f82b8Smrgs,@target_alias@,$target_alias,;t t 2429a99f82b8Smrgs,@DEFS@,$DEFS,;t t 2430a99f82b8Smrgs,@ECHO_C@,$ECHO_C,;t t 2431a99f82b8Smrgs,@ECHO_N@,$ECHO_N,;t t 2432a99f82b8Smrgs,@ECHO_T@,$ECHO_T,;t t 2433a99f82b8Smrgs,@LIBS@,$LIBS,;t t 2434a99f82b8Smrgs,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 2435a99f82b8Smrgs,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 2436a99f82b8Smrgs,@INSTALL_DATA@,$INSTALL_DATA,;t t 2437a99f82b8Smrgs,@CYGPATH_W@,$CYGPATH_W,;t t 2438a99f82b8Smrgs,@PACKAGE@,$PACKAGE,;t t 2439a99f82b8Smrgs,@VERSION@,$VERSION,;t t 2440a99f82b8Smrgs,@ACLOCAL@,$ACLOCAL,;t t 2441a99f82b8Smrgs,@AUTOCONF@,$AUTOCONF,;t t 2442a99f82b8Smrgs,@AUTOMAKE@,$AUTOMAKE,;t t 2443a99f82b8Smrgs,@AUTOHEADER@,$AUTOHEADER,;t t 2444a99f82b8Smrgs,@MAKEINFO@,$MAKEINFO,;t t 2445a99f82b8Smrgs,@AMTAR@,$AMTAR,;t t 2446a99f82b8Smrgs,@install_sh@,$install_sh,;t t 2447a99f82b8Smrgs,@STRIP@,$STRIP,;t t 2448a99f82b8Smrgs,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 2449a99f82b8Smrgs,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t 2450a99f82b8Smrgs,@AWK@,$AWK,;t t 2451a99f82b8Smrgs,@SET_MAKE@,$SET_MAKE,;t t 2452a99f82b8Smrgs,@am__leading_dot@,$am__leading_dot,;t t 2453a99f82b8Smrgs,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t 2454a99f82b8Smrgs,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t 2455a99f82b8Smrgs,@MAINT@,$MAINT,;t t 2456a99f82b8Smrgs,@TOPFONTDIR@,$TOPFONTDIR,;t t 2457a99f82b8Smrgs,@LIBOBJS@,$LIBOBJS,;t t 2458a99f82b8Smrgs,@LTLIBOBJS@,$LTLIBOBJS,;t t 2459a99f82b8SmrgCEOF 2460a99f82b8Smrg 2461a99f82b8Smrg_ACEOF 2462a99f82b8Smrg 2463a99f82b8Smrg cat >>$CONFIG_STATUS <<\_ACEOF 2464a99f82b8Smrg # Split the substitutions into bite-sized pieces for seds with 2465a99f82b8Smrg # small command number limits, like on Digital OSF/1 and HP-UX. 2466a99f82b8Smrg ac_max_sed_lines=48 2467a99f82b8Smrg ac_sed_frag=1 # Number of current file. 2468a99f82b8Smrg ac_beg=1 # First line for current file. 2469a99f82b8Smrg ac_end=$ac_max_sed_lines # Line after last line for current file. 2470a99f82b8Smrg ac_more_lines=: 2471a99f82b8Smrg ac_sed_cmds= 2472a99f82b8Smrg while $ac_more_lines; do 2473a99f82b8Smrg if test $ac_beg -gt 1; then 2474a99f82b8Smrg sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 2475a99f82b8Smrg else 2476a99f82b8Smrg sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 2477a99f82b8Smrg fi 2478a99f82b8Smrg if test ! -s $tmp/subs.frag; then 2479a99f82b8Smrg ac_more_lines=false 2480a99f82b8Smrg else 2481a99f82b8Smrg # The purpose of the label and of the branching condition is to 2482a99f82b8Smrg # speed up the sed processing (if there are no `@' at all, there 2483a99f82b8Smrg # is no need to browse any of the substitutions). 2484a99f82b8Smrg # These are the two extra sed commands mentioned above. 2485a99f82b8Smrg (echo ':t 2486a99f82b8Smrg /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 2487a99f82b8Smrg if test -z "$ac_sed_cmds"; then 2488a99f82b8Smrg ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 2489a99f82b8Smrg else 2490a99f82b8Smrg ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 2491a99f82b8Smrg fi 2492a99f82b8Smrg ac_sed_frag=`expr $ac_sed_frag + 1` 2493a99f82b8Smrg ac_beg=$ac_end 2494a99f82b8Smrg ac_end=`expr $ac_end + $ac_max_sed_lines` 2495a99f82b8Smrg fi 2496a99f82b8Smrg done 2497a99f82b8Smrg if test -z "$ac_sed_cmds"; then 2498a99f82b8Smrg ac_sed_cmds=cat 2499a99f82b8Smrg fi 2500a99f82b8Smrgfi # test -n "$CONFIG_FILES" 2501a99f82b8Smrg 2502a99f82b8Smrg_ACEOF 2503a99f82b8Smrgcat >>$CONFIG_STATUS <<\_ACEOF 2504a99f82b8Smrgfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 2505a99f82b8Smrg # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 2506a99f82b8Smrg case $ac_file in 2507a99f82b8Smrg - | *:- | *:-:* ) # input from stdin 2508a99f82b8Smrg cat >$tmp/stdin 2509a99f82b8Smrg ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 2510a99f82b8Smrg ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 2511a99f82b8Smrg *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 2512a99f82b8Smrg ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 2513a99f82b8Smrg * ) ac_file_in=$ac_file.in ;; 2514a99f82b8Smrg esac 2515a99f82b8Smrg 2516a99f82b8Smrg # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 2517a99f82b8Smrg ac_dir=`(dirname "$ac_file") 2>/dev/null || 2518a99f82b8Smrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 2519a99f82b8Smrg X"$ac_file" : 'X\(//\)[^/]' \| \ 2520a99f82b8Smrg X"$ac_file" : 'X\(//\)$' \| \ 2521a99f82b8Smrg X"$ac_file" : 'X\(/\)' \| \ 2522a99f82b8Smrg . : '\(.\)' 2>/dev/null || 2523a99f82b8Smrgecho X"$ac_file" | 2524a99f82b8Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 2525a99f82b8Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 2526a99f82b8Smrg /^X\(\/\/\)$/{ s//\1/; q; } 2527a99f82b8Smrg /^X\(\/\).*/{ s//\1/; q; } 2528a99f82b8Smrg s/.*/./; q'` 2529a99f82b8Smrg { if $as_mkdir_p; then 2530a99f82b8Smrg mkdir -p "$ac_dir" 2531a99f82b8Smrg else 2532a99f82b8Smrg as_dir="$ac_dir" 2533a99f82b8Smrg as_dirs= 2534a99f82b8Smrg while test ! -d "$as_dir"; do 2535a99f82b8Smrg as_dirs="$as_dir $as_dirs" 2536a99f82b8Smrg as_dir=`(dirname "$as_dir") 2>/dev/null || 2537a99f82b8Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 2538a99f82b8Smrg X"$as_dir" : 'X\(//\)[^/]' \| \ 2539a99f82b8Smrg X"$as_dir" : 'X\(//\)$' \| \ 2540a99f82b8Smrg X"$as_dir" : 'X\(/\)' \| \ 2541a99f82b8Smrg . : '\(.\)' 2>/dev/null || 2542a99f82b8Smrgecho X"$as_dir" | 2543a99f82b8Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 2544a99f82b8Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 2545a99f82b8Smrg /^X\(\/\/\)$/{ s//\1/; q; } 2546a99f82b8Smrg /^X\(\/\).*/{ s//\1/; q; } 2547a99f82b8Smrg s/.*/./; q'` 2548a99f82b8Smrg done 2549a99f82b8Smrg test ! -n "$as_dirs" || mkdir $as_dirs 2550a99f82b8Smrg fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 2551a99f82b8Smrgecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 2552a99f82b8Smrg { (exit 1); exit 1; }; }; } 2553a99f82b8Smrg 2554a99f82b8Smrg ac_builddir=. 2555a99f82b8Smrg 2556a99f82b8Smrgif test "$ac_dir" != .; then 2557a99f82b8Smrg ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 2558a99f82b8Smrg # A "../" for each directory in $ac_dir_suffix. 2559a99f82b8Smrg ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 2560a99f82b8Smrgelse 2561a99f82b8Smrg ac_dir_suffix= ac_top_builddir= 2562a99f82b8Smrgfi 2563a99f82b8Smrg 2564a99f82b8Smrgcase $srcdir in 2565a99f82b8Smrg .) # No --srcdir option. We are building in place. 2566a99f82b8Smrg ac_srcdir=. 2567a99f82b8Smrg if test -z "$ac_top_builddir"; then 2568a99f82b8Smrg ac_top_srcdir=. 2569a99f82b8Smrg else 2570a99f82b8Smrg ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 2571a99f82b8Smrg fi ;; 2572a99f82b8Smrg [\\/]* | ?:[\\/]* ) # Absolute path. 2573a99f82b8Smrg ac_srcdir=$srcdir$ac_dir_suffix; 2574a99f82b8Smrg ac_top_srcdir=$srcdir ;; 2575a99f82b8Smrg *) # Relative path. 2576a99f82b8Smrg ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 2577a99f82b8Smrg ac_top_srcdir=$ac_top_builddir$srcdir ;; 2578a99f82b8Smrgesac 2579a99f82b8Smrg 2580a99f82b8Smrg# Do not use `cd foo && pwd` to compute absolute paths, because 2581a99f82b8Smrg# the directories may not exist. 2582a99f82b8Smrgcase `pwd` in 2583a99f82b8Smrg.) ac_abs_builddir="$ac_dir";; 2584a99f82b8Smrg*) 2585a99f82b8Smrg case "$ac_dir" in 2586a99f82b8Smrg .) ac_abs_builddir=`pwd`;; 2587a99f82b8Smrg [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 2588a99f82b8Smrg *) ac_abs_builddir=`pwd`/"$ac_dir";; 2589a99f82b8Smrg esac;; 2590a99f82b8Smrgesac 2591a99f82b8Smrgcase $ac_abs_builddir in 2592a99f82b8Smrg.) ac_abs_top_builddir=${ac_top_builddir}.;; 2593a99f82b8Smrg*) 2594a99f82b8Smrg case ${ac_top_builddir}. in 2595a99f82b8Smrg .) ac_abs_top_builddir=$ac_abs_builddir;; 2596a99f82b8Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 2597a99f82b8Smrg *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 2598a99f82b8Smrg esac;; 2599a99f82b8Smrgesac 2600a99f82b8Smrgcase $ac_abs_builddir in 2601a99f82b8Smrg.) ac_abs_srcdir=$ac_srcdir;; 2602a99f82b8Smrg*) 2603a99f82b8Smrg case $ac_srcdir in 2604a99f82b8Smrg .) ac_abs_srcdir=$ac_abs_builddir;; 2605a99f82b8Smrg [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 2606a99f82b8Smrg *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 2607a99f82b8Smrg esac;; 2608a99f82b8Smrgesac 2609a99f82b8Smrgcase $ac_abs_builddir in 2610a99f82b8Smrg.) ac_abs_top_srcdir=$ac_top_srcdir;; 2611a99f82b8Smrg*) 2612a99f82b8Smrg case $ac_top_srcdir in 2613a99f82b8Smrg .) ac_abs_top_srcdir=$ac_abs_builddir;; 2614a99f82b8Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 2615a99f82b8Smrg *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 2616a99f82b8Smrg esac;; 2617a99f82b8Smrgesac 2618a99f82b8Smrg 2619a99f82b8Smrg 2620a99f82b8Smrg case $INSTALL in 2621a99f82b8Smrg [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 2622a99f82b8Smrg *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 2623a99f82b8Smrg esac 2624a99f82b8Smrg 2625a99f82b8Smrg if test x"$ac_file" != x-; then 2626a99f82b8Smrg { echo "$as_me:$LINENO: creating $ac_file" >&5 2627a99f82b8Smrgecho "$as_me: creating $ac_file" >&6;} 2628a99f82b8Smrg rm -f "$ac_file" 2629a99f82b8Smrg fi 2630a99f82b8Smrg # Let's still pretend it is `configure' which instantiates (i.e., don't 2631a99f82b8Smrg # use $as_me), people would be surprised to read: 2632a99f82b8Smrg # /* config.h. Generated by config.status. */ 2633a99f82b8Smrg if test x"$ac_file" = x-; then 2634a99f82b8Smrg configure_input= 2635a99f82b8Smrg else 2636a99f82b8Smrg configure_input="$ac_file. " 2637a99f82b8Smrg fi 2638a99f82b8Smrg configure_input=$configure_input"Generated from `echo $ac_file_in | 2639a99f82b8Smrg sed 's,.*/,,'` by configure." 2640a99f82b8Smrg 2641a99f82b8Smrg # First look for the input files in the build tree, otherwise in the 2642a99f82b8Smrg # src tree. 2643a99f82b8Smrg ac_file_inputs=`IFS=: 2644a99f82b8Smrg for f in $ac_file_in; do 2645a99f82b8Smrg case $f in 2646a99f82b8Smrg -) echo $tmp/stdin ;; 2647a99f82b8Smrg [\\/$]*) 2648a99f82b8Smrg # Absolute (can't be DOS-style, as IFS=:) 2649a99f82b8Smrg test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 2650a99f82b8Smrgecho "$as_me: error: cannot find input file: $f" >&2;} 2651a99f82b8Smrg { (exit 1); exit 1; }; } 2652a99f82b8Smrg echo "$f";; 2653a99f82b8Smrg *) # Relative 2654a99f82b8Smrg if test -f "$f"; then 2655a99f82b8Smrg # Build tree 2656a99f82b8Smrg echo "$f" 2657a99f82b8Smrg elif test -f "$srcdir/$f"; then 2658a99f82b8Smrg # Source tree 2659a99f82b8Smrg echo "$srcdir/$f" 2660a99f82b8Smrg else 2661a99f82b8Smrg # /dev/null tree 2662a99f82b8Smrg { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 2663a99f82b8Smrgecho "$as_me: error: cannot find input file: $f" >&2;} 2664a99f82b8Smrg { (exit 1); exit 1; }; } 2665a99f82b8Smrg fi;; 2666a99f82b8Smrg esac 2667a99f82b8Smrg done` || { (exit 1); exit 1; } 2668a99f82b8Smrg_ACEOF 2669a99f82b8Smrgcat >>$CONFIG_STATUS <<_ACEOF 2670a99f82b8Smrg sed "$ac_vpsub 2671a99f82b8Smrg$extrasub 2672a99f82b8Smrg_ACEOF 2673a99f82b8Smrgcat >>$CONFIG_STATUS <<\_ACEOF 2674a99f82b8Smrg:t 2675a99f82b8Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 2676a99f82b8Smrgs,@configure_input@,$configure_input,;t t 2677a99f82b8Smrgs,@srcdir@,$ac_srcdir,;t t 2678a99f82b8Smrgs,@abs_srcdir@,$ac_abs_srcdir,;t t 2679a99f82b8Smrgs,@top_srcdir@,$ac_top_srcdir,;t t 2680a99f82b8Smrgs,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 2681a99f82b8Smrgs,@builddir@,$ac_builddir,;t t 2682a99f82b8Smrgs,@abs_builddir@,$ac_abs_builddir,;t t 2683a99f82b8Smrgs,@top_builddir@,$ac_top_builddir,;t t 2684a99f82b8Smrgs,@abs_top_builddir@,$ac_abs_top_builddir,;t t 2685a99f82b8Smrgs,@INSTALL@,$ac_INSTALL,;t t 2686a99f82b8Smrg" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 2687a99f82b8Smrg rm -f $tmp/stdin 2688a99f82b8Smrg if test x"$ac_file" != x-; then 2689a99f82b8Smrg mv $tmp/out $ac_file 2690a99f82b8Smrg else 2691a99f82b8Smrg cat $tmp/out 2692a99f82b8Smrg rm -f $tmp/out 2693a99f82b8Smrg fi 2694a99f82b8Smrg 2695a99f82b8Smrgdone 2696a99f82b8Smrg_ACEOF 2697a99f82b8Smrg 2698a99f82b8Smrgcat >>$CONFIG_STATUS <<\_ACEOF 2699a99f82b8Smrg 2700a99f82b8Smrg{ (exit 0); exit 0; } 2701a99f82b8Smrg_ACEOF 2702a99f82b8Smrgchmod +x $CONFIG_STATUS 2703a99f82b8Smrgac_clean_files=$ac_clean_files_save 2704a99f82b8Smrg 2705a99f82b8Smrg 2706a99f82b8Smrg# configure is writing to config.log, and then calls config.status. 2707a99f82b8Smrg# config.status does its own redirection, appending to config.log. 2708a99f82b8Smrg# Unfortunately, on DOS this fails, as config.log is still kept open 2709a99f82b8Smrg# by configure, so config.status won't be able to write to it; its 2710a99f82b8Smrg# output is simply discarded. So we exec the FD to /dev/null, 2711a99f82b8Smrg# effectively closing config.log, so it can be properly (re)opened and 2712a99f82b8Smrg# appended to by config.status. When coming back to configure, we 2713a99f82b8Smrg# need to make the FD available again. 2714a99f82b8Smrgif test "$no_create" != yes; then 2715a99f82b8Smrg ac_cs_success=: 2716a99f82b8Smrg ac_config_status_args= 2717a99f82b8Smrg test "$silent" = yes && 2718a99f82b8Smrg ac_config_status_args="$ac_config_status_args --quiet" 2719a99f82b8Smrg exec 5>/dev/null 2720a99f82b8Smrg $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 2721a99f82b8Smrg exec 5>>config.log 2722a99f82b8Smrg # Use ||, not &&, to avoid exiting from the if with $? = 1, which 2723a99f82b8Smrg # would make configure fail if this is the last instruction. 2724a99f82b8Smrg $ac_cs_success || { (exit 1); exit 1; } 2725a99f82b8Smrgfi 2726a99f82b8Smrg 2727