configure revision 8440cca4
18440cca4Smrg#! /bin/sh 28440cca4Smrg# Guess values for system-dependent variables and create Makefiles. 38440cca4Smrg# Generated by GNU Autoconf 2.59 for xstdcmap 1.0.1. 48440cca4Smrg# 58440cca4Smrg# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 68440cca4Smrg# 78440cca4Smrg# Copyright (C) 2003 Free Software Foundation, Inc. 88440cca4Smrg# This configure script is free software; the Free Software Foundation 98440cca4Smrg# gives unlimited permission to copy, distribute and modify it. 108440cca4Smrg## --------------------- ## 118440cca4Smrg## M4sh Initialization. ## 128440cca4Smrg## --------------------- ## 138440cca4Smrg 148440cca4Smrg# Be Bourne compatible 158440cca4Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 168440cca4Smrg emulate sh 178440cca4Smrg NULLCMD=: 188440cca4Smrg # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 198440cca4Smrg # is contrary to our usage. Disable this feature. 208440cca4Smrg alias -g '${1+"$@"}'='"$@"' 218440cca4Smrgelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 228440cca4Smrg set -o posix 238440cca4Smrgfi 248440cca4SmrgDUALCASE=1; export DUALCASE # for MKS sh 258440cca4Smrg 268440cca4Smrg# Support unset when possible. 278440cca4Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 288440cca4Smrg as_unset=unset 298440cca4Smrgelse 308440cca4Smrg as_unset=false 318440cca4Smrgfi 328440cca4Smrg 338440cca4Smrg 348440cca4Smrg# Work around bugs in pre-3.0 UWIN ksh. 358440cca4Smrg$as_unset ENV MAIL MAILPATH 368440cca4SmrgPS1='$ ' 378440cca4SmrgPS2='> ' 388440cca4SmrgPS4='+ ' 398440cca4Smrg 408440cca4Smrg# NLS nuisances. 418440cca4Smrgfor as_var in \ 428440cca4Smrg LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 438440cca4Smrg LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 448440cca4Smrg LC_TELEPHONE LC_TIME 458440cca4Smrgdo 468440cca4Smrg if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 478440cca4Smrg eval $as_var=C; export $as_var 488440cca4Smrg else 498440cca4Smrg $as_unset $as_var 508440cca4Smrg fi 518440cca4Smrgdone 528440cca4Smrg 538440cca4Smrg# Required to use basename. 548440cca4Smrgif expr a : '\(a\)' >/dev/null 2>&1; then 558440cca4Smrg as_expr=expr 568440cca4Smrgelse 578440cca4Smrg as_expr=false 588440cca4Smrgfi 598440cca4Smrg 608440cca4Smrgif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 618440cca4Smrg as_basename=basename 628440cca4Smrgelse 638440cca4Smrg as_basename=false 648440cca4Smrgfi 658440cca4Smrg 668440cca4Smrg 678440cca4Smrg# Name of the executable. 688440cca4Smrgas_me=`$as_basename "$0" || 698440cca4Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 708440cca4Smrg X"$0" : 'X\(//\)$' \| \ 718440cca4Smrg X"$0" : 'X\(/\)$' \| \ 728440cca4Smrg . : '\(.\)' 2>/dev/null || 738440cca4Smrgecho X/"$0" | 748440cca4Smrg sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 758440cca4Smrg /^X\/\(\/\/\)$/{ s//\1/; q; } 768440cca4Smrg /^X\/\(\/\).*/{ s//\1/; q; } 778440cca4Smrg s/.*/./; q'` 788440cca4Smrg 798440cca4Smrg 808440cca4Smrg# PATH needs CR, and LINENO needs CR and PATH. 818440cca4Smrg# Avoid depending upon Character Ranges. 828440cca4Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 838440cca4Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 848440cca4Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 858440cca4Smrgas_cr_digits='0123456789' 868440cca4Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits 878440cca4Smrg 888440cca4Smrg# The user is always right. 898440cca4Smrgif test "${PATH_SEPARATOR+set}" != set; then 908440cca4Smrg echo "#! /bin/sh" >conf$$.sh 918440cca4Smrg echo "exit 0" >>conf$$.sh 928440cca4Smrg chmod +x conf$$.sh 938440cca4Smrg if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 948440cca4Smrg PATH_SEPARATOR=';' 958440cca4Smrg else 968440cca4Smrg PATH_SEPARATOR=: 978440cca4Smrg fi 988440cca4Smrg rm -f conf$$.sh 998440cca4Smrgfi 1008440cca4Smrg 1018440cca4Smrg 1028440cca4Smrg as_lineno_1=$LINENO 1038440cca4Smrg as_lineno_2=$LINENO 1048440cca4Smrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 1058440cca4Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 1068440cca4Smrg test "x$as_lineno_3" = "x$as_lineno_2" || { 1078440cca4Smrg # Find who we are. Look in the path if we contain no path at all 1088440cca4Smrg # relative or not. 1098440cca4Smrg case $0 in 1108440cca4Smrg *[\\/]* ) as_myself=$0 ;; 1118440cca4Smrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1128440cca4Smrgfor as_dir in $PATH 1138440cca4Smrgdo 1148440cca4Smrg IFS=$as_save_IFS 1158440cca4Smrg test -z "$as_dir" && as_dir=. 1168440cca4Smrg test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 1178440cca4Smrgdone 1188440cca4Smrg 1198440cca4Smrg ;; 1208440cca4Smrg esac 1218440cca4Smrg # We did not find ourselves, most probably we were run as `sh COMMAND' 1228440cca4Smrg # in which case we are not to be found in the path. 1238440cca4Smrg if test "x$as_myself" = x; then 1248440cca4Smrg as_myself=$0 1258440cca4Smrg fi 1268440cca4Smrg if test ! -f "$as_myself"; then 1278440cca4Smrg { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 1288440cca4Smrg { (exit 1); exit 1; }; } 1298440cca4Smrg fi 1308440cca4Smrg case $CONFIG_SHELL in 1318440cca4Smrg '') 1328440cca4Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1338440cca4Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 1348440cca4Smrgdo 1358440cca4Smrg IFS=$as_save_IFS 1368440cca4Smrg test -z "$as_dir" && as_dir=. 1378440cca4Smrg for as_base in sh bash ksh sh5; do 1388440cca4Smrg case $as_dir in 1398440cca4Smrg /*) 1408440cca4Smrg if ("$as_dir/$as_base" -c ' 1418440cca4Smrg as_lineno_1=$LINENO 1428440cca4Smrg as_lineno_2=$LINENO 1438440cca4Smrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 1448440cca4Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 1458440cca4Smrg test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 1468440cca4Smrg $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 1478440cca4Smrg $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 1488440cca4Smrg CONFIG_SHELL=$as_dir/$as_base 1498440cca4Smrg export CONFIG_SHELL 1508440cca4Smrg exec "$CONFIG_SHELL" "$0" ${1+"$@"} 1518440cca4Smrg fi;; 1528440cca4Smrg esac 1538440cca4Smrg done 1548440cca4Smrgdone 1558440cca4Smrg;; 1568440cca4Smrg esac 1578440cca4Smrg 1588440cca4Smrg # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 1598440cca4Smrg # uniformly replaced by the line number. The first 'sed' inserts a 1608440cca4Smrg # line-number line before each line; the second 'sed' does the real 1618440cca4Smrg # work. The second script uses 'N' to pair each line-number line 1628440cca4Smrg # with the numbered line, and appends trailing '-' during 1638440cca4Smrg # substitution so that $LINENO is not a special case at line end. 1648440cca4Smrg # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 1658440cca4Smrg # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 1668440cca4Smrg sed '=' <$as_myself | 1678440cca4Smrg sed ' 1688440cca4Smrg N 1698440cca4Smrg s,$,-, 1708440cca4Smrg : loop 1718440cca4Smrg s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 1728440cca4Smrg t loop 1738440cca4Smrg s,-$,, 1748440cca4Smrg s,^['$as_cr_digits']*\n,, 1758440cca4Smrg ' >$as_me.lineno && 1768440cca4Smrg chmod +x $as_me.lineno || 1778440cca4Smrg { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 1788440cca4Smrg { (exit 1); exit 1; }; } 1798440cca4Smrg 1808440cca4Smrg # Don't try to exec as it changes $[0], causing all sort of problems 1818440cca4Smrg # (the dirname of $[0] is not the place where we might find the 1828440cca4Smrg # original and so on. Autoconf is especially sensible to this). 1838440cca4Smrg . ./$as_me.lineno 1848440cca4Smrg # Exit status is that of the last command. 1858440cca4Smrg exit 1868440cca4Smrg} 1878440cca4Smrg 1888440cca4Smrg 1898440cca4Smrgcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 1908440cca4Smrg *c*,-n*) ECHO_N= ECHO_C=' 1918440cca4Smrg' ECHO_T=' ' ;; 1928440cca4Smrg *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 1938440cca4Smrg *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 1948440cca4Smrgesac 1958440cca4Smrg 1968440cca4Smrgif expr a : '\(a\)' >/dev/null 2>&1; then 1978440cca4Smrg as_expr=expr 1988440cca4Smrgelse 1998440cca4Smrg as_expr=false 2008440cca4Smrgfi 2018440cca4Smrg 2028440cca4Smrgrm -f conf$$ conf$$.exe conf$$.file 2038440cca4Smrgecho >conf$$.file 2048440cca4Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then 2058440cca4Smrg # We could just check for DJGPP; but this test a) works b) is more generic 2068440cca4Smrg # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 2078440cca4Smrg if test -f conf$$.exe; then 2088440cca4Smrg # Don't use ln at all; we don't have any links 2098440cca4Smrg as_ln_s='cp -p' 2108440cca4Smrg else 2118440cca4Smrg as_ln_s='ln -s' 2128440cca4Smrg fi 2138440cca4Smrgelif ln conf$$.file conf$$ 2>/dev/null; then 2148440cca4Smrg as_ln_s=ln 2158440cca4Smrgelse 2168440cca4Smrg as_ln_s='cp -p' 2178440cca4Smrgfi 2188440cca4Smrgrm -f conf$$ conf$$.exe conf$$.file 2198440cca4Smrg 2208440cca4Smrgif mkdir -p . 2>/dev/null; then 2218440cca4Smrg as_mkdir_p=: 2228440cca4Smrgelse 2238440cca4Smrg test -d ./-p && rmdir ./-p 2248440cca4Smrg as_mkdir_p=false 2258440cca4Smrgfi 2268440cca4Smrg 2278440cca4Smrgas_executable_p="test -f" 2288440cca4Smrg 2298440cca4Smrg# Sed expression to map a string onto a valid CPP name. 2308440cca4Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 2318440cca4Smrg 2328440cca4Smrg# Sed expression to map a string onto a valid variable name. 2338440cca4Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 2348440cca4Smrg 2358440cca4Smrg 2368440cca4Smrg# IFS 2378440cca4Smrg# We need space, tab and new line, in precisely that order. 2388440cca4Smrgas_nl=' 2398440cca4Smrg' 2408440cca4SmrgIFS=" $as_nl" 2418440cca4Smrg 2428440cca4Smrg# CDPATH. 2438440cca4Smrg$as_unset CDPATH 2448440cca4Smrg 2458440cca4Smrg 2468440cca4Smrg# Name of the host. 2478440cca4Smrg# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 2488440cca4Smrg# so uname gets run too. 2498440cca4Smrgac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 2508440cca4Smrg 2518440cca4Smrgexec 6>&1 2528440cca4Smrg 2538440cca4Smrg# 2548440cca4Smrg# Initializations. 2558440cca4Smrg# 2568440cca4Smrgac_default_prefix=/usr/local 2578440cca4Smrgac_config_libobj_dir=. 2588440cca4Smrgcross_compiling=no 2598440cca4Smrgsubdirs= 2608440cca4SmrgMFLAGS= 2618440cca4SmrgMAKEFLAGS= 2628440cca4SmrgSHELL=${CONFIG_SHELL-/bin/sh} 2638440cca4Smrg 2648440cca4Smrg# Maximum number of lines to put in a shell here document. 2658440cca4Smrg# This variable seems obsolete. It should probably be removed, and 2668440cca4Smrg# only ac_max_sed_lines should be used. 2678440cca4Smrg: ${ac_max_here_lines=38} 2688440cca4Smrg 2698440cca4Smrg# Identity of this package. 2708440cca4SmrgPACKAGE_NAME='xstdcmap' 2718440cca4SmrgPACKAGE_TARNAME='xstdcmap' 2728440cca4SmrgPACKAGE_VERSION='1.0.1' 2738440cca4SmrgPACKAGE_STRING='xstdcmap 1.0.1' 2748440cca4SmrgPACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' 2758440cca4Smrg 2768440cca4Smrgac_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 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE PKG_CONFIG ac_pt_PKG_CONFIG XSTDCMAP_CFLAGS XSTDCMAP_LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os APP_MAN_SUFFIX LIB_MAN_SUFFIX FILE_MAN_SUFFIX MISC_MAN_SUFFIX DRIVER_MAN_SUFFIX ADMIN_MAN_SUFFIX APP_MAN_DIR LIB_MAN_DIR FILE_MAN_DIR MISC_MAN_DIR DRIVER_MAN_DIR ADMIN_MAN_DIR LIBOBJS LTLIBOBJS' 2778440cca4Smrgac_subst_files='' 2788440cca4Smrg 2798440cca4Smrg# Initialize some variables set by options. 2808440cca4Smrgac_init_help= 2818440cca4Smrgac_init_version=false 2828440cca4Smrg# The variables have the same names as the options, with 2838440cca4Smrg# dashes changed to underlines. 2848440cca4Smrgcache_file=/dev/null 2858440cca4Smrgexec_prefix=NONE 2868440cca4Smrgno_create= 2878440cca4Smrgno_recursion= 2888440cca4Smrgprefix=NONE 2898440cca4Smrgprogram_prefix=NONE 2908440cca4Smrgprogram_suffix=NONE 2918440cca4Smrgprogram_transform_name=s,x,x, 2928440cca4Smrgsilent= 2938440cca4Smrgsite= 2948440cca4Smrgsrcdir= 2958440cca4Smrgverbose= 2968440cca4Smrgx_includes=NONE 2978440cca4Smrgx_libraries=NONE 2988440cca4Smrg 2998440cca4Smrg# Installation directory options. 3008440cca4Smrg# These are left unexpanded so users can "make install exec_prefix=/foo" 3018440cca4Smrg# and all the variables that are supposed to be based on exec_prefix 3028440cca4Smrg# by default will actually change. 3038440cca4Smrg# Use braces instead of parens because sh, perl, etc. also accept them. 3048440cca4Smrgbindir='${exec_prefix}/bin' 3058440cca4Smrgsbindir='${exec_prefix}/sbin' 3068440cca4Smrglibexecdir='${exec_prefix}/libexec' 3078440cca4Smrgdatadir='${prefix}/share' 3088440cca4Smrgsysconfdir='${prefix}/etc' 3098440cca4Smrgsharedstatedir='${prefix}/com' 3108440cca4Smrglocalstatedir='${prefix}/var' 3118440cca4Smrglibdir='${exec_prefix}/lib' 3128440cca4Smrgincludedir='${prefix}/include' 3138440cca4Smrgoldincludedir='/usr/include' 3148440cca4Smrginfodir='${prefix}/info' 3158440cca4Smrgmandir='${prefix}/man' 3168440cca4Smrg 3178440cca4Smrgac_prev= 3188440cca4Smrgfor ac_option 3198440cca4Smrgdo 3208440cca4Smrg # If the previous option needs an argument, assign it. 3218440cca4Smrg if test -n "$ac_prev"; then 3228440cca4Smrg eval "$ac_prev=\$ac_option" 3238440cca4Smrg ac_prev= 3248440cca4Smrg continue 3258440cca4Smrg fi 3268440cca4Smrg 3278440cca4Smrg ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 3288440cca4Smrg 3298440cca4Smrg # Accept the important Cygnus configure options, so we can diagnose typos. 3308440cca4Smrg 3318440cca4Smrg case $ac_option in 3328440cca4Smrg 3338440cca4Smrg -bindir | --bindir | --bindi | --bind | --bin | --bi) 3348440cca4Smrg ac_prev=bindir ;; 3358440cca4Smrg -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 3368440cca4Smrg bindir=$ac_optarg ;; 3378440cca4Smrg 3388440cca4Smrg -build | --build | --buil | --bui | --bu) 3398440cca4Smrg ac_prev=build_alias ;; 3408440cca4Smrg -build=* | --build=* | --buil=* | --bui=* | --bu=*) 3418440cca4Smrg build_alias=$ac_optarg ;; 3428440cca4Smrg 3438440cca4Smrg -cache-file | --cache-file | --cache-fil | --cache-fi \ 3448440cca4Smrg | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 3458440cca4Smrg ac_prev=cache_file ;; 3468440cca4Smrg -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 3478440cca4Smrg | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 3488440cca4Smrg cache_file=$ac_optarg ;; 3498440cca4Smrg 3508440cca4Smrg --config-cache | -C) 3518440cca4Smrg cache_file=config.cache ;; 3528440cca4Smrg 3538440cca4Smrg -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 3548440cca4Smrg ac_prev=datadir ;; 3558440cca4Smrg -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 3568440cca4Smrg | --da=*) 3578440cca4Smrg datadir=$ac_optarg ;; 3588440cca4Smrg 3598440cca4Smrg -disable-* | --disable-*) 3608440cca4Smrg ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 3618440cca4Smrg # Reject names that are not valid shell variable names. 3628440cca4Smrg expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 3638440cca4Smrg { echo "$as_me: error: invalid feature name: $ac_feature" >&2 3648440cca4Smrg { (exit 1); exit 1; }; } 3658440cca4Smrg ac_feature=`echo $ac_feature | sed 's/-/_/g'` 3668440cca4Smrg eval "enable_$ac_feature=no" ;; 3678440cca4Smrg 3688440cca4Smrg -enable-* | --enable-*) 3698440cca4Smrg ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 3708440cca4Smrg # Reject names that are not valid shell variable names. 3718440cca4Smrg expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 3728440cca4Smrg { echo "$as_me: error: invalid feature name: $ac_feature" >&2 3738440cca4Smrg { (exit 1); exit 1; }; } 3748440cca4Smrg ac_feature=`echo $ac_feature | sed 's/-/_/g'` 3758440cca4Smrg case $ac_option in 3768440cca4Smrg *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 3778440cca4Smrg *) ac_optarg=yes ;; 3788440cca4Smrg esac 3798440cca4Smrg eval "enable_$ac_feature='$ac_optarg'" ;; 3808440cca4Smrg 3818440cca4Smrg -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 3828440cca4Smrg | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 3838440cca4Smrg | --exec | --exe | --ex) 3848440cca4Smrg ac_prev=exec_prefix ;; 3858440cca4Smrg -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 3868440cca4Smrg | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 3878440cca4Smrg | --exec=* | --exe=* | --ex=*) 3888440cca4Smrg exec_prefix=$ac_optarg ;; 3898440cca4Smrg 3908440cca4Smrg -gas | --gas | --ga | --g) 3918440cca4Smrg # Obsolete; use --with-gas. 3928440cca4Smrg with_gas=yes ;; 3938440cca4Smrg 3948440cca4Smrg -help | --help | --hel | --he | -h) 3958440cca4Smrg ac_init_help=long ;; 3968440cca4Smrg -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 3978440cca4Smrg ac_init_help=recursive ;; 3988440cca4Smrg -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 3998440cca4Smrg ac_init_help=short ;; 4008440cca4Smrg 4018440cca4Smrg -host | --host | --hos | --ho) 4028440cca4Smrg ac_prev=host_alias ;; 4038440cca4Smrg -host=* | --host=* | --hos=* | --ho=*) 4048440cca4Smrg host_alias=$ac_optarg ;; 4058440cca4Smrg 4068440cca4Smrg -includedir | --includedir | --includedi | --included | --include \ 4078440cca4Smrg | --includ | --inclu | --incl | --inc) 4088440cca4Smrg ac_prev=includedir ;; 4098440cca4Smrg -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 4108440cca4Smrg | --includ=* | --inclu=* | --incl=* | --inc=*) 4118440cca4Smrg includedir=$ac_optarg ;; 4128440cca4Smrg 4138440cca4Smrg -infodir | --infodir | --infodi | --infod | --info | --inf) 4148440cca4Smrg ac_prev=infodir ;; 4158440cca4Smrg -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 4168440cca4Smrg infodir=$ac_optarg ;; 4178440cca4Smrg 4188440cca4Smrg -libdir | --libdir | --libdi | --libd) 4198440cca4Smrg ac_prev=libdir ;; 4208440cca4Smrg -libdir=* | --libdir=* | --libdi=* | --libd=*) 4218440cca4Smrg libdir=$ac_optarg ;; 4228440cca4Smrg 4238440cca4Smrg -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 4248440cca4Smrg | --libexe | --libex | --libe) 4258440cca4Smrg ac_prev=libexecdir ;; 4268440cca4Smrg -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 4278440cca4Smrg | --libexe=* | --libex=* | --libe=*) 4288440cca4Smrg libexecdir=$ac_optarg ;; 4298440cca4Smrg 4308440cca4Smrg -localstatedir | --localstatedir | --localstatedi | --localstated \ 4318440cca4Smrg | --localstate | --localstat | --localsta | --localst \ 4328440cca4Smrg | --locals | --local | --loca | --loc | --lo) 4338440cca4Smrg ac_prev=localstatedir ;; 4348440cca4Smrg -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 4358440cca4Smrg | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 4368440cca4Smrg | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 4378440cca4Smrg localstatedir=$ac_optarg ;; 4388440cca4Smrg 4398440cca4Smrg -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 4408440cca4Smrg ac_prev=mandir ;; 4418440cca4Smrg -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 4428440cca4Smrg mandir=$ac_optarg ;; 4438440cca4Smrg 4448440cca4Smrg -nfp | --nfp | --nf) 4458440cca4Smrg # Obsolete; use --without-fp. 4468440cca4Smrg with_fp=no ;; 4478440cca4Smrg 4488440cca4Smrg -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 4498440cca4Smrg | --no-cr | --no-c | -n) 4508440cca4Smrg no_create=yes ;; 4518440cca4Smrg 4528440cca4Smrg -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 4538440cca4Smrg | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 4548440cca4Smrg no_recursion=yes ;; 4558440cca4Smrg 4568440cca4Smrg -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 4578440cca4Smrg | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 4588440cca4Smrg | --oldin | --oldi | --old | --ol | --o) 4598440cca4Smrg ac_prev=oldincludedir ;; 4608440cca4Smrg -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 4618440cca4Smrg | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 4628440cca4Smrg | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 4638440cca4Smrg oldincludedir=$ac_optarg ;; 4648440cca4Smrg 4658440cca4Smrg -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 4668440cca4Smrg ac_prev=prefix ;; 4678440cca4Smrg -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 4688440cca4Smrg prefix=$ac_optarg ;; 4698440cca4Smrg 4708440cca4Smrg -program-prefix | --program-prefix | --program-prefi | --program-pref \ 4718440cca4Smrg | --program-pre | --program-pr | --program-p) 4728440cca4Smrg ac_prev=program_prefix ;; 4738440cca4Smrg -program-prefix=* | --program-prefix=* | --program-prefi=* \ 4748440cca4Smrg | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 4758440cca4Smrg program_prefix=$ac_optarg ;; 4768440cca4Smrg 4778440cca4Smrg -program-suffix | --program-suffix | --program-suffi | --program-suff \ 4788440cca4Smrg | --program-suf | --program-su | --program-s) 4798440cca4Smrg ac_prev=program_suffix ;; 4808440cca4Smrg -program-suffix=* | --program-suffix=* | --program-suffi=* \ 4818440cca4Smrg | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 4828440cca4Smrg program_suffix=$ac_optarg ;; 4838440cca4Smrg 4848440cca4Smrg -program-transform-name | --program-transform-name \ 4858440cca4Smrg | --program-transform-nam | --program-transform-na \ 4868440cca4Smrg | --program-transform-n | --program-transform- \ 4878440cca4Smrg | --program-transform | --program-transfor \ 4888440cca4Smrg | --program-transfo | --program-transf \ 4898440cca4Smrg | --program-trans | --program-tran \ 4908440cca4Smrg | --progr-tra | --program-tr | --program-t) 4918440cca4Smrg ac_prev=program_transform_name ;; 4928440cca4Smrg -program-transform-name=* | --program-transform-name=* \ 4938440cca4Smrg | --program-transform-nam=* | --program-transform-na=* \ 4948440cca4Smrg | --program-transform-n=* | --program-transform-=* \ 4958440cca4Smrg | --program-transform=* | --program-transfor=* \ 4968440cca4Smrg | --program-transfo=* | --program-transf=* \ 4978440cca4Smrg | --program-trans=* | --program-tran=* \ 4988440cca4Smrg | --progr-tra=* | --program-tr=* | --program-t=*) 4998440cca4Smrg program_transform_name=$ac_optarg ;; 5008440cca4Smrg 5018440cca4Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 5028440cca4Smrg | -silent | --silent | --silen | --sile | --sil) 5038440cca4Smrg silent=yes ;; 5048440cca4Smrg 5058440cca4Smrg -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 5068440cca4Smrg ac_prev=sbindir ;; 5078440cca4Smrg -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 5088440cca4Smrg | --sbi=* | --sb=*) 5098440cca4Smrg sbindir=$ac_optarg ;; 5108440cca4Smrg 5118440cca4Smrg -sharedstatedir | --sharedstatedir | --sharedstatedi \ 5128440cca4Smrg | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 5138440cca4Smrg | --sharedst | --shareds | --shared | --share | --shar \ 5148440cca4Smrg | --sha | --sh) 5158440cca4Smrg ac_prev=sharedstatedir ;; 5168440cca4Smrg -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 5178440cca4Smrg | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 5188440cca4Smrg | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 5198440cca4Smrg | --sha=* | --sh=*) 5208440cca4Smrg sharedstatedir=$ac_optarg ;; 5218440cca4Smrg 5228440cca4Smrg -site | --site | --sit) 5238440cca4Smrg ac_prev=site ;; 5248440cca4Smrg -site=* | --site=* | --sit=*) 5258440cca4Smrg site=$ac_optarg ;; 5268440cca4Smrg 5278440cca4Smrg -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 5288440cca4Smrg ac_prev=srcdir ;; 5298440cca4Smrg -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 5308440cca4Smrg srcdir=$ac_optarg ;; 5318440cca4Smrg 5328440cca4Smrg -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 5338440cca4Smrg | --syscon | --sysco | --sysc | --sys | --sy) 5348440cca4Smrg ac_prev=sysconfdir ;; 5358440cca4Smrg -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 5368440cca4Smrg | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 5378440cca4Smrg sysconfdir=$ac_optarg ;; 5388440cca4Smrg 5398440cca4Smrg -target | --target | --targe | --targ | --tar | --ta | --t) 5408440cca4Smrg ac_prev=target_alias ;; 5418440cca4Smrg -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 5428440cca4Smrg target_alias=$ac_optarg ;; 5438440cca4Smrg 5448440cca4Smrg -v | -verbose | --verbose | --verbos | --verbo | --verb) 5458440cca4Smrg verbose=yes ;; 5468440cca4Smrg 5478440cca4Smrg -version | --version | --versio | --versi | --vers | -V) 5488440cca4Smrg ac_init_version=: ;; 5498440cca4Smrg 5508440cca4Smrg -with-* | --with-*) 5518440cca4Smrg ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 5528440cca4Smrg # Reject names that are not valid shell variable names. 5538440cca4Smrg expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 5548440cca4Smrg { echo "$as_me: error: invalid package name: $ac_package" >&2 5558440cca4Smrg { (exit 1); exit 1; }; } 5568440cca4Smrg ac_package=`echo $ac_package| sed 's/-/_/g'` 5578440cca4Smrg case $ac_option in 5588440cca4Smrg *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 5598440cca4Smrg *) ac_optarg=yes ;; 5608440cca4Smrg esac 5618440cca4Smrg eval "with_$ac_package='$ac_optarg'" ;; 5628440cca4Smrg 5638440cca4Smrg -without-* | --without-*) 5648440cca4Smrg ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 5658440cca4Smrg # Reject names that are not valid shell variable names. 5668440cca4Smrg expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 5678440cca4Smrg { echo "$as_me: error: invalid package name: $ac_package" >&2 5688440cca4Smrg { (exit 1); exit 1; }; } 5698440cca4Smrg ac_package=`echo $ac_package | sed 's/-/_/g'` 5708440cca4Smrg eval "with_$ac_package=no" ;; 5718440cca4Smrg 5728440cca4Smrg --x) 5738440cca4Smrg # Obsolete; use --with-x. 5748440cca4Smrg with_x=yes ;; 5758440cca4Smrg 5768440cca4Smrg -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 5778440cca4Smrg | --x-incl | --x-inc | --x-in | --x-i) 5788440cca4Smrg ac_prev=x_includes ;; 5798440cca4Smrg -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 5808440cca4Smrg | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 5818440cca4Smrg x_includes=$ac_optarg ;; 5828440cca4Smrg 5838440cca4Smrg -x-libraries | --x-libraries | --x-librarie | --x-librari \ 5848440cca4Smrg | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 5858440cca4Smrg ac_prev=x_libraries ;; 5868440cca4Smrg -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 5878440cca4Smrg | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 5888440cca4Smrg x_libraries=$ac_optarg ;; 5898440cca4Smrg 5908440cca4Smrg -*) { echo "$as_me: error: unrecognized option: $ac_option 5918440cca4SmrgTry \`$0 --help' for more information." >&2 5928440cca4Smrg { (exit 1); exit 1; }; } 5938440cca4Smrg ;; 5948440cca4Smrg 5958440cca4Smrg *=*) 5968440cca4Smrg ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 5978440cca4Smrg # Reject names that are not valid shell variable names. 5988440cca4Smrg expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 5998440cca4Smrg { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 6008440cca4Smrg { (exit 1); exit 1; }; } 6018440cca4Smrg ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 6028440cca4Smrg eval "$ac_envvar='$ac_optarg'" 6038440cca4Smrg export $ac_envvar ;; 6048440cca4Smrg 6058440cca4Smrg *) 6068440cca4Smrg # FIXME: should be removed in autoconf 3.0. 6078440cca4Smrg echo "$as_me: WARNING: you should use --build, --host, --target" >&2 6088440cca4Smrg expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 6098440cca4Smrg echo "$as_me: WARNING: invalid host type: $ac_option" >&2 6108440cca4Smrg : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 6118440cca4Smrg ;; 6128440cca4Smrg 6138440cca4Smrg esac 6148440cca4Smrgdone 6158440cca4Smrg 6168440cca4Smrgif test -n "$ac_prev"; then 6178440cca4Smrg ac_option=--`echo $ac_prev | sed 's/_/-/g'` 6188440cca4Smrg { echo "$as_me: error: missing argument to $ac_option" >&2 6198440cca4Smrg { (exit 1); exit 1; }; } 6208440cca4Smrgfi 6218440cca4Smrg 6228440cca4Smrg# Be sure to have absolute paths. 6238440cca4Smrgfor ac_var in exec_prefix prefix 6248440cca4Smrgdo 6258440cca4Smrg eval ac_val=$`echo $ac_var` 6268440cca4Smrg case $ac_val in 6278440cca4Smrg [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 6288440cca4Smrg *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 6298440cca4Smrg { (exit 1); exit 1; }; };; 6308440cca4Smrg esac 6318440cca4Smrgdone 6328440cca4Smrg 6338440cca4Smrg# Be sure to have absolute paths. 6348440cca4Smrgfor ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 6358440cca4Smrg localstatedir libdir includedir oldincludedir infodir mandir 6368440cca4Smrgdo 6378440cca4Smrg eval ac_val=$`echo $ac_var` 6388440cca4Smrg case $ac_val in 6398440cca4Smrg [\\/$]* | ?:[\\/]* ) ;; 6408440cca4Smrg *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 6418440cca4Smrg { (exit 1); exit 1; }; };; 6428440cca4Smrg esac 6438440cca4Smrgdone 6448440cca4Smrg 6458440cca4Smrg# There might be people who depend on the old broken behavior: `$host' 6468440cca4Smrg# used to hold the argument of --host etc. 6478440cca4Smrg# FIXME: To remove some day. 6488440cca4Smrgbuild=$build_alias 6498440cca4Smrghost=$host_alias 6508440cca4Smrgtarget=$target_alias 6518440cca4Smrg 6528440cca4Smrg# FIXME: To remove some day. 6538440cca4Smrgif test "x$host_alias" != x; then 6548440cca4Smrg if test "x$build_alias" = x; then 6558440cca4Smrg cross_compiling=maybe 6568440cca4Smrg echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 6578440cca4Smrg If a cross compiler is detected then cross compile mode will be used." >&2 6588440cca4Smrg elif test "x$build_alias" != "x$host_alias"; then 6598440cca4Smrg cross_compiling=yes 6608440cca4Smrg fi 6618440cca4Smrgfi 6628440cca4Smrg 6638440cca4Smrgac_tool_prefix= 6648440cca4Smrgtest -n "$host_alias" && ac_tool_prefix=$host_alias- 6658440cca4Smrg 6668440cca4Smrgtest "$silent" = yes && exec 6>/dev/null 6678440cca4Smrg 6688440cca4Smrg 6698440cca4Smrg# Find the source files, if location was not specified. 6708440cca4Smrgif test -z "$srcdir"; then 6718440cca4Smrg ac_srcdir_defaulted=yes 6728440cca4Smrg # Try the directory containing this script, then its parent. 6738440cca4Smrg ac_confdir=`(dirname "$0") 2>/dev/null || 6748440cca4Smrg$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6758440cca4Smrg X"$0" : 'X\(//\)[^/]' \| \ 6768440cca4Smrg X"$0" : 'X\(//\)$' \| \ 6778440cca4Smrg X"$0" : 'X\(/\)' \| \ 6788440cca4Smrg . : '\(.\)' 2>/dev/null || 6798440cca4Smrgecho X"$0" | 6808440cca4Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 6818440cca4Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 6828440cca4Smrg /^X\(\/\/\)$/{ s//\1/; q; } 6838440cca4Smrg /^X\(\/\).*/{ s//\1/; q; } 6848440cca4Smrg s/.*/./; q'` 6858440cca4Smrg srcdir=$ac_confdir 6868440cca4Smrg if test ! -r $srcdir/$ac_unique_file; then 6878440cca4Smrg srcdir=.. 6888440cca4Smrg fi 6898440cca4Smrgelse 6908440cca4Smrg ac_srcdir_defaulted=no 6918440cca4Smrgfi 6928440cca4Smrgif test ! -r $srcdir/$ac_unique_file; then 6938440cca4Smrg if test "$ac_srcdir_defaulted" = yes; then 6948440cca4Smrg { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 6958440cca4Smrg { (exit 1); exit 1; }; } 6968440cca4Smrg else 6978440cca4Smrg { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 6988440cca4Smrg { (exit 1); exit 1; }; } 6998440cca4Smrg fi 7008440cca4Smrgfi 7018440cca4Smrg(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 7028440cca4Smrg { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 7038440cca4Smrg { (exit 1); exit 1; }; } 7048440cca4Smrgsrcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 7058440cca4Smrgac_env_build_alias_set=${build_alias+set} 7068440cca4Smrgac_env_build_alias_value=$build_alias 7078440cca4Smrgac_cv_env_build_alias_set=${build_alias+set} 7088440cca4Smrgac_cv_env_build_alias_value=$build_alias 7098440cca4Smrgac_env_host_alias_set=${host_alias+set} 7108440cca4Smrgac_env_host_alias_value=$host_alias 7118440cca4Smrgac_cv_env_host_alias_set=${host_alias+set} 7128440cca4Smrgac_cv_env_host_alias_value=$host_alias 7138440cca4Smrgac_env_target_alias_set=${target_alias+set} 7148440cca4Smrgac_env_target_alias_value=$target_alias 7158440cca4Smrgac_cv_env_target_alias_set=${target_alias+set} 7168440cca4Smrgac_cv_env_target_alias_value=$target_alias 7178440cca4Smrgac_env_CC_set=${CC+set} 7188440cca4Smrgac_env_CC_value=$CC 7198440cca4Smrgac_cv_env_CC_set=${CC+set} 7208440cca4Smrgac_cv_env_CC_value=$CC 7218440cca4Smrgac_env_CFLAGS_set=${CFLAGS+set} 7228440cca4Smrgac_env_CFLAGS_value=$CFLAGS 7238440cca4Smrgac_cv_env_CFLAGS_set=${CFLAGS+set} 7248440cca4Smrgac_cv_env_CFLAGS_value=$CFLAGS 7258440cca4Smrgac_env_LDFLAGS_set=${LDFLAGS+set} 7268440cca4Smrgac_env_LDFLAGS_value=$LDFLAGS 7278440cca4Smrgac_cv_env_LDFLAGS_set=${LDFLAGS+set} 7288440cca4Smrgac_cv_env_LDFLAGS_value=$LDFLAGS 7298440cca4Smrgac_env_CPPFLAGS_set=${CPPFLAGS+set} 7308440cca4Smrgac_env_CPPFLAGS_value=$CPPFLAGS 7318440cca4Smrgac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 7328440cca4Smrgac_cv_env_CPPFLAGS_value=$CPPFLAGS 7338440cca4Smrgac_env_PKG_CONFIG_set=${PKG_CONFIG+set} 7348440cca4Smrgac_env_PKG_CONFIG_value=$PKG_CONFIG 7358440cca4Smrgac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set} 7368440cca4Smrgac_cv_env_PKG_CONFIG_value=$PKG_CONFIG 7378440cca4Smrgac_env_XSTDCMAP_CFLAGS_set=${XSTDCMAP_CFLAGS+set} 7388440cca4Smrgac_env_XSTDCMAP_CFLAGS_value=$XSTDCMAP_CFLAGS 7398440cca4Smrgac_cv_env_XSTDCMAP_CFLAGS_set=${XSTDCMAP_CFLAGS+set} 7408440cca4Smrgac_cv_env_XSTDCMAP_CFLAGS_value=$XSTDCMAP_CFLAGS 7418440cca4Smrgac_env_XSTDCMAP_LIBS_set=${XSTDCMAP_LIBS+set} 7428440cca4Smrgac_env_XSTDCMAP_LIBS_value=$XSTDCMAP_LIBS 7438440cca4Smrgac_cv_env_XSTDCMAP_LIBS_set=${XSTDCMAP_LIBS+set} 7448440cca4Smrgac_cv_env_XSTDCMAP_LIBS_value=$XSTDCMAP_LIBS 7458440cca4Smrg 7468440cca4Smrg# 7478440cca4Smrg# Report the --help message. 7488440cca4Smrg# 7498440cca4Smrgif test "$ac_init_help" = "long"; then 7508440cca4Smrg # Omit some internal or obsolete options to make the list less imposing. 7518440cca4Smrg # This message is too long to be a string in the A/UX 3.1 sh. 7528440cca4Smrg cat <<_ACEOF 7538440cca4Smrg\`configure' configures xstdcmap 1.0.1 to adapt to many kinds of systems. 7548440cca4Smrg 7558440cca4SmrgUsage: $0 [OPTION]... [VAR=VALUE]... 7568440cca4Smrg 7578440cca4SmrgTo assign environment variables (e.g., CC, CFLAGS...), specify them as 7588440cca4SmrgVAR=VALUE. See below for descriptions of some of the useful variables. 7598440cca4Smrg 7608440cca4SmrgDefaults for the options are specified in brackets. 7618440cca4Smrg 7628440cca4SmrgConfiguration: 7638440cca4Smrg -h, --help display this help and exit 7648440cca4Smrg --help=short display options specific to this package 7658440cca4Smrg --help=recursive display the short help of all the included packages 7668440cca4Smrg -V, --version display version information and exit 7678440cca4Smrg -q, --quiet, --silent do not print \`checking...' messages 7688440cca4Smrg --cache-file=FILE cache test results in FILE [disabled] 7698440cca4Smrg -C, --config-cache alias for \`--cache-file=config.cache' 7708440cca4Smrg -n, --no-create do not create output files 7718440cca4Smrg --srcdir=DIR find the sources in DIR [configure dir or \`..'] 7728440cca4Smrg 7738440cca4Smrg_ACEOF 7748440cca4Smrg 7758440cca4Smrg cat <<_ACEOF 7768440cca4SmrgInstallation directories: 7778440cca4Smrg --prefix=PREFIX install architecture-independent files in PREFIX 7788440cca4Smrg [$ac_default_prefix] 7798440cca4Smrg --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 7808440cca4Smrg [PREFIX] 7818440cca4Smrg 7828440cca4SmrgBy default, \`make install' will install all the files in 7838440cca4Smrg\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 7848440cca4Smrgan installation prefix other than \`$ac_default_prefix' using \`--prefix', 7858440cca4Smrgfor instance \`--prefix=\$HOME'. 7868440cca4Smrg 7878440cca4SmrgFor better control, use the options below. 7888440cca4Smrg 7898440cca4SmrgFine tuning of the installation directories: 7908440cca4Smrg --bindir=DIR user executables [EPREFIX/bin] 7918440cca4Smrg --sbindir=DIR system admin executables [EPREFIX/sbin] 7928440cca4Smrg --libexecdir=DIR program executables [EPREFIX/libexec] 7938440cca4Smrg --datadir=DIR read-only architecture-independent data [PREFIX/share] 7948440cca4Smrg --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 7958440cca4Smrg --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 7968440cca4Smrg --localstatedir=DIR modifiable single-machine data [PREFIX/var] 7978440cca4Smrg --libdir=DIR object code libraries [EPREFIX/lib] 7988440cca4Smrg --includedir=DIR C header files [PREFIX/include] 7998440cca4Smrg --oldincludedir=DIR C header files for non-gcc [/usr/include] 8008440cca4Smrg --infodir=DIR info documentation [PREFIX/info] 8018440cca4Smrg --mandir=DIR man documentation [PREFIX/man] 8028440cca4Smrg_ACEOF 8038440cca4Smrg 8048440cca4Smrg cat <<\_ACEOF 8058440cca4Smrg 8068440cca4SmrgProgram names: 8078440cca4Smrg --program-prefix=PREFIX prepend PREFIX to installed program names 8088440cca4Smrg --program-suffix=SUFFIX append SUFFIX to installed program names 8098440cca4Smrg --program-transform-name=PROGRAM run sed PROGRAM on installed program names 8108440cca4Smrg 8118440cca4SmrgSystem types: 8128440cca4Smrg --build=BUILD configure for building on BUILD [guessed] 8138440cca4Smrg --host=HOST cross-compile to build programs to run on HOST [BUILD] 8148440cca4Smrg_ACEOF 8158440cca4Smrgfi 8168440cca4Smrg 8178440cca4Smrgif test -n "$ac_init_help"; then 8188440cca4Smrg case $ac_init_help in 8198440cca4Smrg short | recursive ) echo "Configuration of xstdcmap 1.0.1:";; 8208440cca4Smrg esac 8218440cca4Smrg cat <<\_ACEOF 8228440cca4Smrg 8238440cca4SmrgOptional Features: 8248440cca4Smrg --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 8258440cca4Smrg --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 8268440cca4Smrg --enable-maintainer-mode enable make rules and dependencies not useful 8278440cca4Smrg (and sometimes confusing) to the casual installer 8288440cca4Smrg --disable-dependency-tracking Speeds up one-time builds 8298440cca4Smrg --enable-dependency-tracking Do not reject slow dependency extractors 8308440cca4Smrg 8318440cca4SmrgOptional Packages: 8328440cca4Smrg --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 8338440cca4Smrg --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 8348440cca4Smrg --with-release-version=STRING 8358440cca4Smrg Use release version string in package name 8368440cca4Smrg 8378440cca4SmrgSome influential environment variables: 8388440cca4Smrg CC C compiler command 8398440cca4Smrg CFLAGS C compiler flags 8408440cca4Smrg LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 8418440cca4Smrg nonstandard directory <lib dir> 8428440cca4Smrg CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 8438440cca4Smrg headers in a nonstandard directory <include dir> 8448440cca4Smrg PKG_CONFIG path to pkg-config utility 8458440cca4Smrg XSTDCMAP_CFLAGS 8468440cca4Smrg C compiler flags for XSTDCMAP, overriding pkg-config 8478440cca4Smrg XSTDCMAP_LIBS 8488440cca4Smrg linker flags for XSTDCMAP, overriding pkg-config 8498440cca4Smrg 8508440cca4SmrgUse these variables to override the choices made by `configure' or to help 8518440cca4Smrgit to find libraries and programs with nonstandard names/locations. 8528440cca4Smrg 8538440cca4SmrgReport bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. 8548440cca4Smrg_ACEOF 8558440cca4Smrgfi 8568440cca4Smrg 8578440cca4Smrgif test "$ac_init_help" = "recursive"; then 8588440cca4Smrg # If there are subdirs, report their specific --help. 8598440cca4Smrg ac_popdir=`pwd` 8608440cca4Smrg for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 8618440cca4Smrg test -d $ac_dir || continue 8628440cca4Smrg ac_builddir=. 8638440cca4Smrg 8648440cca4Smrgif test "$ac_dir" != .; then 8658440cca4Smrg ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 8668440cca4Smrg # A "../" for each directory in $ac_dir_suffix. 8678440cca4Smrg ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 8688440cca4Smrgelse 8698440cca4Smrg ac_dir_suffix= ac_top_builddir= 8708440cca4Smrgfi 8718440cca4Smrg 8728440cca4Smrgcase $srcdir in 8738440cca4Smrg .) # No --srcdir option. We are building in place. 8748440cca4Smrg ac_srcdir=. 8758440cca4Smrg if test -z "$ac_top_builddir"; then 8768440cca4Smrg ac_top_srcdir=. 8778440cca4Smrg else 8788440cca4Smrg ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 8798440cca4Smrg fi ;; 8808440cca4Smrg [\\/]* | ?:[\\/]* ) # Absolute path. 8818440cca4Smrg ac_srcdir=$srcdir$ac_dir_suffix; 8828440cca4Smrg ac_top_srcdir=$srcdir ;; 8838440cca4Smrg *) # Relative path. 8848440cca4Smrg ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 8858440cca4Smrg ac_top_srcdir=$ac_top_builddir$srcdir ;; 8868440cca4Smrgesac 8878440cca4Smrg 8888440cca4Smrg# Do not use `cd foo && pwd` to compute absolute paths, because 8898440cca4Smrg# the directories may not exist. 8908440cca4Smrgcase `pwd` in 8918440cca4Smrg.) ac_abs_builddir="$ac_dir";; 8928440cca4Smrg*) 8938440cca4Smrg case "$ac_dir" in 8948440cca4Smrg .) ac_abs_builddir=`pwd`;; 8958440cca4Smrg [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 8968440cca4Smrg *) ac_abs_builddir=`pwd`/"$ac_dir";; 8978440cca4Smrg esac;; 8988440cca4Smrgesac 8998440cca4Smrgcase $ac_abs_builddir in 9008440cca4Smrg.) ac_abs_top_builddir=${ac_top_builddir}.;; 9018440cca4Smrg*) 9028440cca4Smrg case ${ac_top_builddir}. in 9038440cca4Smrg .) ac_abs_top_builddir=$ac_abs_builddir;; 9048440cca4Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 9058440cca4Smrg *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 9068440cca4Smrg esac;; 9078440cca4Smrgesac 9088440cca4Smrgcase $ac_abs_builddir in 9098440cca4Smrg.) ac_abs_srcdir=$ac_srcdir;; 9108440cca4Smrg*) 9118440cca4Smrg case $ac_srcdir in 9128440cca4Smrg .) ac_abs_srcdir=$ac_abs_builddir;; 9138440cca4Smrg [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 9148440cca4Smrg *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 9158440cca4Smrg esac;; 9168440cca4Smrgesac 9178440cca4Smrgcase $ac_abs_builddir in 9188440cca4Smrg.) ac_abs_top_srcdir=$ac_top_srcdir;; 9198440cca4Smrg*) 9208440cca4Smrg case $ac_top_srcdir in 9218440cca4Smrg .) ac_abs_top_srcdir=$ac_abs_builddir;; 9228440cca4Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 9238440cca4Smrg *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 9248440cca4Smrg esac;; 9258440cca4Smrgesac 9268440cca4Smrg 9278440cca4Smrg cd $ac_dir 9288440cca4Smrg # Check for guested configure; otherwise get Cygnus style configure. 9298440cca4Smrg if test -f $ac_srcdir/configure.gnu; then 9308440cca4Smrg echo 9318440cca4Smrg $SHELL $ac_srcdir/configure.gnu --help=recursive 9328440cca4Smrg elif test -f $ac_srcdir/configure; then 9338440cca4Smrg echo 9348440cca4Smrg $SHELL $ac_srcdir/configure --help=recursive 9358440cca4Smrg elif test -f $ac_srcdir/configure.ac || 9368440cca4Smrg test -f $ac_srcdir/configure.in; then 9378440cca4Smrg echo 9388440cca4Smrg $ac_configure --help 9398440cca4Smrg else 9408440cca4Smrg echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 9418440cca4Smrg fi 9428440cca4Smrg cd $ac_popdir 9438440cca4Smrg done 9448440cca4Smrgfi 9458440cca4Smrg 9468440cca4Smrgtest -n "$ac_init_help" && exit 0 9478440cca4Smrgif $ac_init_version; then 9488440cca4Smrg cat <<\_ACEOF 9498440cca4Smrgxstdcmap configure 1.0.1 9508440cca4Smrggenerated by GNU Autoconf 2.59 9518440cca4Smrg 9528440cca4SmrgCopyright (C) 2003 Free Software Foundation, Inc. 9538440cca4SmrgThis configure script is free software; the Free Software Foundation 9548440cca4Smrggives unlimited permission to copy, distribute and modify it. 9558440cca4Smrg_ACEOF 9568440cca4Smrg exit 0 9578440cca4Smrgfi 9588440cca4Smrgexec 5>config.log 9598440cca4Smrgcat >&5 <<_ACEOF 9608440cca4SmrgThis file contains any messages produced by compilers while 9618440cca4Smrgrunning configure, to aid debugging if configure makes a mistake. 9628440cca4Smrg 9638440cca4SmrgIt was created by xstdcmap $as_me 1.0.1, which was 9648440cca4Smrggenerated by GNU Autoconf 2.59. Invocation command line was 9658440cca4Smrg 9668440cca4Smrg $ $0 $@ 9678440cca4Smrg 9688440cca4Smrg_ACEOF 9698440cca4Smrg{ 9708440cca4Smrgcat <<_ASUNAME 9718440cca4Smrg## --------- ## 9728440cca4Smrg## Platform. ## 9738440cca4Smrg## --------- ## 9748440cca4Smrg 9758440cca4Smrghostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 9768440cca4Smrguname -m = `(uname -m) 2>/dev/null || echo unknown` 9778440cca4Smrguname -r = `(uname -r) 2>/dev/null || echo unknown` 9788440cca4Smrguname -s = `(uname -s) 2>/dev/null || echo unknown` 9798440cca4Smrguname -v = `(uname -v) 2>/dev/null || echo unknown` 9808440cca4Smrg 9818440cca4Smrg/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 9828440cca4Smrg/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 9838440cca4Smrg 9848440cca4Smrg/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 9858440cca4Smrg/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 9868440cca4Smrg/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 9878440cca4Smrghostinfo = `(hostinfo) 2>/dev/null || echo unknown` 9888440cca4Smrg/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 9898440cca4Smrg/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 9908440cca4Smrg/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 9918440cca4Smrg 9928440cca4Smrg_ASUNAME 9938440cca4Smrg 9948440cca4Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 9958440cca4Smrgfor as_dir in $PATH 9968440cca4Smrgdo 9978440cca4Smrg IFS=$as_save_IFS 9988440cca4Smrg test -z "$as_dir" && as_dir=. 9998440cca4Smrg echo "PATH: $as_dir" 10008440cca4Smrgdone 10018440cca4Smrg 10028440cca4Smrg} >&5 10038440cca4Smrg 10048440cca4Smrgcat >&5 <<_ACEOF 10058440cca4Smrg 10068440cca4Smrg 10078440cca4Smrg## ----------- ## 10088440cca4Smrg## Core tests. ## 10098440cca4Smrg## ----------- ## 10108440cca4Smrg 10118440cca4Smrg_ACEOF 10128440cca4Smrg 10138440cca4Smrg 10148440cca4Smrg# Keep a trace of the command line. 10158440cca4Smrg# Strip out --no-create and --no-recursion so they do not pile up. 10168440cca4Smrg# Strip out --silent because we don't want to record it for future runs. 10178440cca4Smrg# Also quote any args containing shell meta-characters. 10188440cca4Smrg# Make two passes to allow for proper duplicate-argument suppression. 10198440cca4Smrgac_configure_args= 10208440cca4Smrgac_configure_args0= 10218440cca4Smrgac_configure_args1= 10228440cca4Smrgac_sep= 10238440cca4Smrgac_must_keep_next=false 10248440cca4Smrgfor ac_pass in 1 2 10258440cca4Smrgdo 10268440cca4Smrg for ac_arg 10278440cca4Smrg do 10288440cca4Smrg case $ac_arg in 10298440cca4Smrg -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 10308440cca4Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 10318440cca4Smrg | -silent | --silent | --silen | --sile | --sil) 10328440cca4Smrg continue ;; 10338440cca4Smrg *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 10348440cca4Smrg ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 10358440cca4Smrg esac 10368440cca4Smrg case $ac_pass in 10378440cca4Smrg 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 10388440cca4Smrg 2) 10398440cca4Smrg ac_configure_args1="$ac_configure_args1 '$ac_arg'" 10408440cca4Smrg if test $ac_must_keep_next = true; then 10418440cca4Smrg ac_must_keep_next=false # Got value, back to normal. 10428440cca4Smrg else 10438440cca4Smrg case $ac_arg in 10448440cca4Smrg *=* | --config-cache | -C | -disable-* | --disable-* \ 10458440cca4Smrg | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 10468440cca4Smrg | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 10478440cca4Smrg | -with-* | --with-* | -without-* | --without-* | --x) 10488440cca4Smrg case "$ac_configure_args0 " in 10498440cca4Smrg "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 10508440cca4Smrg esac 10518440cca4Smrg ;; 10528440cca4Smrg -* ) ac_must_keep_next=true ;; 10538440cca4Smrg esac 10548440cca4Smrg fi 10558440cca4Smrg ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 10568440cca4Smrg # Get rid of the leading space. 10578440cca4Smrg ac_sep=" " 10588440cca4Smrg ;; 10598440cca4Smrg esac 10608440cca4Smrg done 10618440cca4Smrgdone 10628440cca4Smrg$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 10638440cca4Smrg$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 10648440cca4Smrg 10658440cca4Smrg# When interrupted or exit'd, cleanup temporary files, and complete 10668440cca4Smrg# config.log. We remove comments because anyway the quotes in there 10678440cca4Smrg# would cause problems or look ugly. 10688440cca4Smrg# WARNING: Be sure not to use single quotes in there, as some shells, 10698440cca4Smrg# such as our DU 5.0 friend, will then `close' the trap. 10708440cca4Smrgtrap 'exit_status=$? 10718440cca4Smrg # Save into config.log some information that might help in debugging. 10728440cca4Smrg { 10738440cca4Smrg echo 10748440cca4Smrg 10758440cca4Smrg cat <<\_ASBOX 10768440cca4Smrg## ---------------- ## 10778440cca4Smrg## Cache variables. ## 10788440cca4Smrg## ---------------- ## 10798440cca4Smrg_ASBOX 10808440cca4Smrg echo 10818440cca4Smrg # The following way of writing the cache mishandles newlines in values, 10828440cca4Smrg{ 10838440cca4Smrg (set) 2>&1 | 10848440cca4Smrg case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 10858440cca4Smrg *ac_space=\ *) 10868440cca4Smrg sed -n \ 10878440cca4Smrg "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 10888440cca4Smrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 10898440cca4Smrg ;; 10908440cca4Smrg *) 10918440cca4Smrg sed -n \ 10928440cca4Smrg "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 10938440cca4Smrg ;; 10948440cca4Smrg esac; 10958440cca4Smrg} 10968440cca4Smrg echo 10978440cca4Smrg 10988440cca4Smrg cat <<\_ASBOX 10998440cca4Smrg## ----------------- ## 11008440cca4Smrg## Output variables. ## 11018440cca4Smrg## ----------------- ## 11028440cca4Smrg_ASBOX 11038440cca4Smrg echo 11048440cca4Smrg for ac_var in $ac_subst_vars 11058440cca4Smrg do 11068440cca4Smrg eval ac_val=$`echo $ac_var` 11078440cca4Smrg echo "$ac_var='"'"'$ac_val'"'"'" 11088440cca4Smrg done | sort 11098440cca4Smrg echo 11108440cca4Smrg 11118440cca4Smrg if test -n "$ac_subst_files"; then 11128440cca4Smrg cat <<\_ASBOX 11138440cca4Smrg## ------------- ## 11148440cca4Smrg## Output files. ## 11158440cca4Smrg## ------------- ## 11168440cca4Smrg_ASBOX 11178440cca4Smrg echo 11188440cca4Smrg for ac_var in $ac_subst_files 11198440cca4Smrg do 11208440cca4Smrg eval ac_val=$`echo $ac_var` 11218440cca4Smrg echo "$ac_var='"'"'$ac_val'"'"'" 11228440cca4Smrg done | sort 11238440cca4Smrg echo 11248440cca4Smrg fi 11258440cca4Smrg 11268440cca4Smrg if test -s confdefs.h; then 11278440cca4Smrg cat <<\_ASBOX 11288440cca4Smrg## ----------- ## 11298440cca4Smrg## confdefs.h. ## 11308440cca4Smrg## ----------- ## 11318440cca4Smrg_ASBOX 11328440cca4Smrg echo 11338440cca4Smrg sed "/^$/d" confdefs.h | sort 11348440cca4Smrg echo 11358440cca4Smrg fi 11368440cca4Smrg test "$ac_signal" != 0 && 11378440cca4Smrg echo "$as_me: caught signal $ac_signal" 11388440cca4Smrg echo "$as_me: exit $exit_status" 11398440cca4Smrg } >&5 11408440cca4Smrg rm -f core *.core && 11418440cca4Smrg rm -rf conftest* confdefs* conf$$* $ac_clean_files && 11428440cca4Smrg exit $exit_status 11438440cca4Smrg ' 0 11448440cca4Smrgfor ac_signal in 1 2 13 15; do 11458440cca4Smrg trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 11468440cca4Smrgdone 11478440cca4Smrgac_signal=0 11488440cca4Smrg 11498440cca4Smrg# confdefs.h avoids OS command line length limits that DEFS can exceed. 11508440cca4Smrgrm -rf conftest* confdefs.h 11518440cca4Smrg# AIX cpp loses on an empty file, so make sure it contains at least a newline. 11528440cca4Smrgecho >confdefs.h 11538440cca4Smrg 11548440cca4Smrg# Predefined preprocessor variables. 11558440cca4Smrg 11568440cca4Smrgcat >>confdefs.h <<_ACEOF 11578440cca4Smrg#define PACKAGE_NAME "$PACKAGE_NAME" 11588440cca4Smrg_ACEOF 11598440cca4Smrg 11608440cca4Smrg 11618440cca4Smrgcat >>confdefs.h <<_ACEOF 11628440cca4Smrg#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 11638440cca4Smrg_ACEOF 11648440cca4Smrg 11658440cca4Smrg 11668440cca4Smrgcat >>confdefs.h <<_ACEOF 11678440cca4Smrg#define PACKAGE_VERSION "$PACKAGE_VERSION" 11688440cca4Smrg_ACEOF 11698440cca4Smrg 11708440cca4Smrg 11718440cca4Smrgcat >>confdefs.h <<_ACEOF 11728440cca4Smrg#define PACKAGE_STRING "$PACKAGE_STRING" 11738440cca4Smrg_ACEOF 11748440cca4Smrg 11758440cca4Smrg 11768440cca4Smrgcat >>confdefs.h <<_ACEOF 11778440cca4Smrg#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 11788440cca4Smrg_ACEOF 11798440cca4Smrg 11808440cca4Smrg 11818440cca4Smrg# Let the site file select an alternate cache file if it wants to. 11828440cca4Smrg# Prefer explicitly selected file to automatically selected ones. 11838440cca4Smrgif test -z "$CONFIG_SITE"; then 11848440cca4Smrg if test "x$prefix" != xNONE; then 11858440cca4Smrg CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 11868440cca4Smrg else 11878440cca4Smrg CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 11888440cca4Smrg fi 11898440cca4Smrgfi 11908440cca4Smrgfor ac_site_file in $CONFIG_SITE; do 11918440cca4Smrg if test -r "$ac_site_file"; then 11928440cca4Smrg { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 11938440cca4Smrgecho "$as_me: loading site script $ac_site_file" >&6;} 11948440cca4Smrg sed 's/^/| /' "$ac_site_file" >&5 11958440cca4Smrg . "$ac_site_file" 11968440cca4Smrg fi 11978440cca4Smrgdone 11988440cca4Smrg 11998440cca4Smrgif test -r "$cache_file"; then 12008440cca4Smrg # Some versions of bash will fail to source /dev/null (special 12018440cca4Smrg # files actually), so we avoid doing that. 12028440cca4Smrg if test -f "$cache_file"; then 12038440cca4Smrg { echo "$as_me:$LINENO: loading cache $cache_file" >&5 12048440cca4Smrgecho "$as_me: loading cache $cache_file" >&6;} 12058440cca4Smrg case $cache_file in 12068440cca4Smrg [\\/]* | ?:[\\/]* ) . $cache_file;; 12078440cca4Smrg *) . ./$cache_file;; 12088440cca4Smrg esac 12098440cca4Smrg fi 12108440cca4Smrgelse 12118440cca4Smrg { echo "$as_me:$LINENO: creating cache $cache_file" >&5 12128440cca4Smrgecho "$as_me: creating cache $cache_file" >&6;} 12138440cca4Smrg >$cache_file 12148440cca4Smrgfi 12158440cca4Smrg 12168440cca4Smrg# Check that the precious variables saved in the cache have kept the same 12178440cca4Smrg# value. 12188440cca4Smrgac_cache_corrupted=false 12198440cca4Smrgfor ac_var in `(set) 2>&1 | 12208440cca4Smrg sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 12218440cca4Smrg eval ac_old_set=\$ac_cv_env_${ac_var}_set 12228440cca4Smrg eval ac_new_set=\$ac_env_${ac_var}_set 12238440cca4Smrg eval ac_old_val="\$ac_cv_env_${ac_var}_value" 12248440cca4Smrg eval ac_new_val="\$ac_env_${ac_var}_value" 12258440cca4Smrg case $ac_old_set,$ac_new_set in 12268440cca4Smrg set,) 12278440cca4Smrg { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 12288440cca4Smrgecho "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 12298440cca4Smrg ac_cache_corrupted=: ;; 12308440cca4Smrg ,set) 12318440cca4Smrg { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 12328440cca4Smrgecho "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 12338440cca4Smrg ac_cache_corrupted=: ;; 12348440cca4Smrg ,);; 12358440cca4Smrg *) 12368440cca4Smrg if test "x$ac_old_val" != "x$ac_new_val"; then 12378440cca4Smrg { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 12388440cca4Smrgecho "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 12398440cca4Smrg { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 12408440cca4Smrgecho "$as_me: former value: $ac_old_val" >&2;} 12418440cca4Smrg { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 12428440cca4Smrgecho "$as_me: current value: $ac_new_val" >&2;} 12438440cca4Smrg ac_cache_corrupted=: 12448440cca4Smrg fi;; 12458440cca4Smrg esac 12468440cca4Smrg # Pass precious variables to config.status. 12478440cca4Smrg if test "$ac_new_set" = set; then 12488440cca4Smrg case $ac_new_val in 12498440cca4Smrg *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 12508440cca4Smrg ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 12518440cca4Smrg *) ac_arg=$ac_var=$ac_new_val ;; 12528440cca4Smrg esac 12538440cca4Smrg case " $ac_configure_args " in 12548440cca4Smrg *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 12558440cca4Smrg *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 12568440cca4Smrg esac 12578440cca4Smrg fi 12588440cca4Smrgdone 12598440cca4Smrgif $ac_cache_corrupted; then 12608440cca4Smrg { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 12618440cca4Smrgecho "$as_me: error: changes in the environment can compromise the build" >&2;} 12628440cca4Smrg { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 12638440cca4Smrgecho "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 12648440cca4Smrg { (exit 1); exit 1; }; } 12658440cca4Smrgfi 12668440cca4Smrg 12678440cca4Smrgac_ext=c 12688440cca4Smrgac_cpp='$CPP $CPPFLAGS' 12698440cca4Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 12708440cca4Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 12718440cca4Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu 12728440cca4Smrg 12738440cca4Smrg 12748440cca4Smrg 12758440cca4Smrg 12768440cca4Smrg 12778440cca4Smrg 12788440cca4Smrg 12798440cca4Smrg 12808440cca4Smrg 12818440cca4Smrg 12828440cca4Smrg 12838440cca4Smrg 12848440cca4Smrg 12858440cca4Smrg 12868440cca4Smrg 12878440cca4Smrg 12888440cca4Smrg 12898440cca4Smrg 12908440cca4Smrg 12918440cca4Smrg 12928440cca4Smrg 12938440cca4Smrg 12948440cca4Smrg 12958440cca4Smrg 12968440cca4Smrg 12978440cca4Smrg 12988440cca4Smrg 12998440cca4Smrgam__api_version="1.7" 13008440cca4Smrgac_aux_dir= 13018440cca4Smrgfor ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 13028440cca4Smrg if test -f $ac_dir/install-sh; then 13038440cca4Smrg ac_aux_dir=$ac_dir 13048440cca4Smrg ac_install_sh="$ac_aux_dir/install-sh -c" 13058440cca4Smrg break 13068440cca4Smrg elif test -f $ac_dir/install.sh; then 13078440cca4Smrg ac_aux_dir=$ac_dir 13088440cca4Smrg ac_install_sh="$ac_aux_dir/install.sh -c" 13098440cca4Smrg break 13108440cca4Smrg elif test -f $ac_dir/shtool; then 13118440cca4Smrg ac_aux_dir=$ac_dir 13128440cca4Smrg ac_install_sh="$ac_aux_dir/shtool install -c" 13138440cca4Smrg break 13148440cca4Smrg fi 13158440cca4Smrgdone 13168440cca4Smrgif test -z "$ac_aux_dir"; then 13178440cca4Smrg { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 13188440cca4Smrgecho "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 13198440cca4Smrg { (exit 1); exit 1; }; } 13208440cca4Smrgfi 13218440cca4Smrgac_config_guess="$SHELL $ac_aux_dir/config.guess" 13228440cca4Smrgac_config_sub="$SHELL $ac_aux_dir/config.sub" 13238440cca4Smrgac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 13248440cca4Smrg 13258440cca4Smrg# Find a good install program. We prefer a C program (faster), 13268440cca4Smrg# so one script is as good as another. But avoid the broken or 13278440cca4Smrg# incompatible versions: 13288440cca4Smrg# SysV /etc/install, /usr/sbin/install 13298440cca4Smrg# SunOS /usr/etc/install 13308440cca4Smrg# IRIX /sbin/install 13318440cca4Smrg# AIX /bin/install 13328440cca4Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs 13338440cca4Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 13348440cca4Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args 13358440cca4Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 13368440cca4Smrg# OS/2's system install, which has a completely different semantic 13378440cca4Smrg# ./install, which can be erroneously created by make from ./install.sh. 13388440cca4Smrgecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5 13398440cca4Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 13408440cca4Smrgif test -z "$INSTALL"; then 13418440cca4Smrgif test "${ac_cv_path_install+set}" = set; then 13428440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 13438440cca4Smrgelse 13448440cca4Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 13458440cca4Smrgfor as_dir in $PATH 13468440cca4Smrgdo 13478440cca4Smrg IFS=$as_save_IFS 13488440cca4Smrg test -z "$as_dir" && as_dir=. 13498440cca4Smrg # Account for people who put trailing slashes in PATH elements. 13508440cca4Smrgcase $as_dir/ in 13518440cca4Smrg ./ | .// | /cC/* | \ 13528440cca4Smrg /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 13538440cca4Smrg ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 13548440cca4Smrg /usr/ucb/* ) ;; 13558440cca4Smrg *) 13568440cca4Smrg # OSF1 and SCO ODT 3.0 have their own names for install. 13578440cca4Smrg # Don't use installbsd from OSF since it installs stuff as root 13588440cca4Smrg # by default. 13598440cca4Smrg for ac_prog in ginstall scoinst install; do 13608440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 13618440cca4Smrg if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 13628440cca4Smrg if test $ac_prog = install && 13638440cca4Smrg grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 13648440cca4Smrg # AIX install. It has an incompatible calling convention. 13658440cca4Smrg : 13668440cca4Smrg elif test $ac_prog = install && 13678440cca4Smrg grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 13688440cca4Smrg # program-specific install script used by HP pwplus--don't use. 13698440cca4Smrg : 13708440cca4Smrg else 13718440cca4Smrg ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 13728440cca4Smrg break 3 13738440cca4Smrg fi 13748440cca4Smrg fi 13758440cca4Smrg done 13768440cca4Smrg done 13778440cca4Smrg ;; 13788440cca4Smrgesac 13798440cca4Smrgdone 13808440cca4Smrg 13818440cca4Smrg 13828440cca4Smrgfi 13838440cca4Smrg if test "${ac_cv_path_install+set}" = set; then 13848440cca4Smrg INSTALL=$ac_cv_path_install 13858440cca4Smrg else 13868440cca4Smrg # As a last resort, use the slow shell script. We don't cache a 13878440cca4Smrg # path for INSTALL within a source directory, because that will 13888440cca4Smrg # break other packages using the cache if that directory is 13898440cca4Smrg # removed, or if the path is relative. 13908440cca4Smrg INSTALL=$ac_install_sh 13918440cca4Smrg fi 13928440cca4Smrgfi 13938440cca4Smrgecho "$as_me:$LINENO: result: $INSTALL" >&5 13948440cca4Smrgecho "${ECHO_T}$INSTALL" >&6 13958440cca4Smrg 13968440cca4Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 13978440cca4Smrg# It thinks the first close brace ends the variable substitution. 13988440cca4Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 13998440cca4Smrg 14008440cca4Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 14018440cca4Smrg 14028440cca4Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 14038440cca4Smrg 14048440cca4Smrgecho "$as_me:$LINENO: checking whether build environment is sane" >&5 14058440cca4Smrgecho $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 14068440cca4Smrg# Just in case 14078440cca4Smrgsleep 1 14088440cca4Smrgecho timestamp > conftest.file 14098440cca4Smrg# Do `set' in a subshell so we don't clobber the current shell's 14108440cca4Smrg# arguments. Must try -L first in case configure is actually a 14118440cca4Smrg# symlink; some systems play weird games with the mod time of symlinks 14128440cca4Smrg# (eg FreeBSD returns the mod time of the symlink's containing 14138440cca4Smrg# directory). 14148440cca4Smrgif ( 14158440cca4Smrg set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 14168440cca4Smrg if test "$*" = "X"; then 14178440cca4Smrg # -L didn't work. 14188440cca4Smrg set X `ls -t $srcdir/configure conftest.file` 14198440cca4Smrg fi 14208440cca4Smrg rm -f conftest.file 14218440cca4Smrg if test "$*" != "X $srcdir/configure conftest.file" \ 14228440cca4Smrg && test "$*" != "X conftest.file $srcdir/configure"; then 14238440cca4Smrg 14248440cca4Smrg # If neither matched, then we have a broken ls. This can happen 14258440cca4Smrg # if, for instance, CONFIG_SHELL is bash and it inherits a 14268440cca4Smrg # broken ls alias from the environment. This has actually 14278440cca4Smrg # happened. Such a system could not be considered "sane". 14288440cca4Smrg { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 14298440cca4Smrgalias in your environment" >&5 14308440cca4Smrgecho "$as_me: error: ls -t appears to fail. Make sure there is not a broken 14318440cca4Smrgalias in your environment" >&2;} 14328440cca4Smrg { (exit 1); exit 1; }; } 14338440cca4Smrg fi 14348440cca4Smrg 14358440cca4Smrg test "$2" = conftest.file 14368440cca4Smrg ) 14378440cca4Smrgthen 14388440cca4Smrg # Ok. 14398440cca4Smrg : 14408440cca4Smrgelse 14418440cca4Smrg { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 14428440cca4SmrgCheck your system clock" >&5 14438440cca4Smrgecho "$as_me: error: newly created file is older than distributed files! 14448440cca4SmrgCheck your system clock" >&2;} 14458440cca4Smrg { (exit 1); exit 1; }; } 14468440cca4Smrgfi 14478440cca4Smrgecho "$as_me:$LINENO: result: yes" >&5 14488440cca4Smrgecho "${ECHO_T}yes" >&6 14498440cca4Smrgtest "$program_prefix" != NONE && 14508440cca4Smrg program_transform_name="s,^,$program_prefix,;$program_transform_name" 14518440cca4Smrg# Use a double $ so make ignores it. 14528440cca4Smrgtest "$program_suffix" != NONE && 14538440cca4Smrg program_transform_name="s,\$,$program_suffix,;$program_transform_name" 14548440cca4Smrg# Double any \ or $. echo might interpret backslashes. 14558440cca4Smrg# By default was `s,x,x', remove it if useless. 14568440cca4Smrgcat <<\_ACEOF >conftest.sed 14578440cca4Smrgs/[\\$]/&&/g;s/;s,x,x,$// 14588440cca4Smrg_ACEOF 14598440cca4Smrgprogram_transform_name=`echo $program_transform_name | sed -f conftest.sed` 14608440cca4Smrgrm conftest.sed 14618440cca4Smrg 14628440cca4Smrg 14638440cca4Smrg# expand $ac_aux_dir to an absolute path 14648440cca4Smrgam_aux_dir=`cd $ac_aux_dir && pwd` 14658440cca4Smrg 14668440cca4Smrgtest x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 14678440cca4Smrg# Use eval to expand $SHELL 14688440cca4Smrgif eval "$MISSING --run true"; then 14698440cca4Smrg am_missing_run="$MISSING --run " 14708440cca4Smrgelse 14718440cca4Smrg am_missing_run= 14728440cca4Smrg { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 14738440cca4Smrgecho "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 14748440cca4Smrgfi 14758440cca4Smrg 14768440cca4Smrgfor ac_prog in gawk mawk nawk awk 14778440cca4Smrgdo 14788440cca4Smrg # Extract the first word of "$ac_prog", so it can be a program name with args. 14798440cca4Smrgset dummy $ac_prog; ac_word=$2 14808440cca4Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 14818440cca4Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 14828440cca4Smrgif test "${ac_cv_prog_AWK+set}" = set; then 14838440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 14848440cca4Smrgelse 14858440cca4Smrg if test -n "$AWK"; then 14868440cca4Smrg ac_cv_prog_AWK="$AWK" # Let the user override the test. 14878440cca4Smrgelse 14888440cca4Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 14898440cca4Smrgfor as_dir in $PATH 14908440cca4Smrgdo 14918440cca4Smrg IFS=$as_save_IFS 14928440cca4Smrg test -z "$as_dir" && as_dir=. 14938440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 14948440cca4Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 14958440cca4Smrg ac_cv_prog_AWK="$ac_prog" 14968440cca4Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 14978440cca4Smrg break 2 14988440cca4Smrg fi 14998440cca4Smrgdone 15008440cca4Smrgdone 15018440cca4Smrg 15028440cca4Smrgfi 15038440cca4Smrgfi 15048440cca4SmrgAWK=$ac_cv_prog_AWK 15058440cca4Smrgif test -n "$AWK"; then 15068440cca4Smrg echo "$as_me:$LINENO: result: $AWK" >&5 15078440cca4Smrgecho "${ECHO_T}$AWK" >&6 15088440cca4Smrgelse 15098440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 15108440cca4Smrgecho "${ECHO_T}no" >&6 15118440cca4Smrgfi 15128440cca4Smrg 15138440cca4Smrg test -n "$AWK" && break 15148440cca4Smrgdone 15158440cca4Smrg 15168440cca4Smrgecho "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 15178440cca4Smrgecho $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 15188440cca4Smrgset dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 15198440cca4Smrgif eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 15208440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 15218440cca4Smrgelse 15228440cca4Smrg cat >conftest.make <<\_ACEOF 15238440cca4Smrgall: 15248440cca4Smrg @echo 'ac_maketemp="$(MAKE)"' 15258440cca4Smrg_ACEOF 15268440cca4Smrg# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 15278440cca4Smrgeval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 15288440cca4Smrgif test -n "$ac_maketemp"; then 15298440cca4Smrg eval ac_cv_prog_make_${ac_make}_set=yes 15308440cca4Smrgelse 15318440cca4Smrg eval ac_cv_prog_make_${ac_make}_set=no 15328440cca4Smrgfi 15338440cca4Smrgrm -f conftest.make 15348440cca4Smrgfi 15358440cca4Smrgif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 15368440cca4Smrg echo "$as_me:$LINENO: result: yes" >&5 15378440cca4Smrgecho "${ECHO_T}yes" >&6 15388440cca4Smrg SET_MAKE= 15398440cca4Smrgelse 15408440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 15418440cca4Smrgecho "${ECHO_T}no" >&6 15428440cca4Smrg SET_MAKE="MAKE=${MAKE-make}" 15438440cca4Smrgfi 15448440cca4Smrg 15458440cca4Smrgrm -rf .tst 2>/dev/null 15468440cca4Smrgmkdir .tst 2>/dev/null 15478440cca4Smrgif test -d .tst; then 15488440cca4Smrg am__leading_dot=. 15498440cca4Smrgelse 15508440cca4Smrg am__leading_dot=_ 15518440cca4Smrgfi 15528440cca4Smrgrmdir .tst 2>/dev/null 15538440cca4Smrg 15548440cca4Smrg # test to see if srcdir already configured 15558440cca4Smrgif test "`cd $srcdir && pwd`" != "`pwd`" && 15568440cca4Smrg test -f $srcdir/config.status; then 15578440cca4Smrg { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 15588440cca4Smrgecho "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 15598440cca4Smrg { (exit 1); exit 1; }; } 15608440cca4Smrgfi 15618440cca4Smrg 15628440cca4Smrg# test whether we have cygpath 15638440cca4Smrgif test -z "$CYGPATH_W"; then 15648440cca4Smrg if (cygpath --version) >/dev/null 2>/dev/null; then 15658440cca4Smrg CYGPATH_W='cygpath -w' 15668440cca4Smrg else 15678440cca4Smrg CYGPATH_W=echo 15688440cca4Smrg fi 15698440cca4Smrgfi 15708440cca4Smrg 15718440cca4Smrg 15728440cca4Smrg# Define the identity of the package. 15738440cca4Smrg PACKAGE='xstdcmap' 15748440cca4Smrg VERSION='1.0.1' 15758440cca4Smrg 15768440cca4Smrg 15778440cca4Smrgcat >>confdefs.h <<_ACEOF 15788440cca4Smrg#define PACKAGE "$PACKAGE" 15798440cca4Smrg_ACEOF 15808440cca4Smrg 15818440cca4Smrg 15828440cca4Smrgcat >>confdefs.h <<_ACEOF 15838440cca4Smrg#define VERSION "$VERSION" 15848440cca4Smrg_ACEOF 15858440cca4Smrg 15868440cca4Smrg# Some tools Automake needs. 15878440cca4Smrg 15888440cca4SmrgACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 15898440cca4Smrg 15908440cca4Smrg 15918440cca4SmrgAUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 15928440cca4Smrg 15938440cca4Smrg 15948440cca4SmrgAUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 15958440cca4Smrg 15968440cca4Smrg 15978440cca4SmrgAUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 15988440cca4Smrg 15998440cca4Smrg 16008440cca4SmrgMAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 16018440cca4Smrg 16028440cca4Smrg 16038440cca4SmrgAMTAR=${AMTAR-"${am_missing_run}tar"} 16048440cca4Smrg 16058440cca4Smrginstall_sh=${install_sh-"$am_aux_dir/install-sh"} 16068440cca4Smrg 16078440cca4Smrg# Installed binaries are usually stripped using `strip' when the user 16088440cca4Smrg# run `make install-strip'. However `strip' might not be the right 16098440cca4Smrg# tool to use in cross-compilation environments, therefore Automake 16108440cca4Smrg# will honor the `STRIP' environment variable to overrule this program. 16118440cca4Smrgif test "$cross_compiling" != no; then 16128440cca4Smrg if test -n "$ac_tool_prefix"; then 16138440cca4Smrg # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 16148440cca4Smrgset dummy ${ac_tool_prefix}strip; ac_word=$2 16158440cca4Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 16168440cca4Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 16178440cca4Smrgif test "${ac_cv_prog_STRIP+set}" = set; then 16188440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 16198440cca4Smrgelse 16208440cca4Smrg if test -n "$STRIP"; then 16218440cca4Smrg ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 16228440cca4Smrgelse 16238440cca4Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 16248440cca4Smrgfor as_dir in $PATH 16258440cca4Smrgdo 16268440cca4Smrg IFS=$as_save_IFS 16278440cca4Smrg test -z "$as_dir" && as_dir=. 16288440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 16298440cca4Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 16308440cca4Smrg ac_cv_prog_STRIP="${ac_tool_prefix}strip" 16318440cca4Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 16328440cca4Smrg break 2 16338440cca4Smrg fi 16348440cca4Smrgdone 16358440cca4Smrgdone 16368440cca4Smrg 16378440cca4Smrgfi 16388440cca4Smrgfi 16398440cca4SmrgSTRIP=$ac_cv_prog_STRIP 16408440cca4Smrgif test -n "$STRIP"; then 16418440cca4Smrg echo "$as_me:$LINENO: result: $STRIP" >&5 16428440cca4Smrgecho "${ECHO_T}$STRIP" >&6 16438440cca4Smrgelse 16448440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 16458440cca4Smrgecho "${ECHO_T}no" >&6 16468440cca4Smrgfi 16478440cca4Smrg 16488440cca4Smrgfi 16498440cca4Smrgif test -z "$ac_cv_prog_STRIP"; then 16508440cca4Smrg ac_ct_STRIP=$STRIP 16518440cca4Smrg # Extract the first word of "strip", so it can be a program name with args. 16528440cca4Smrgset dummy strip; ac_word=$2 16538440cca4Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 16548440cca4Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 16558440cca4Smrgif test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 16568440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 16578440cca4Smrgelse 16588440cca4Smrg if test -n "$ac_ct_STRIP"; then 16598440cca4Smrg ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 16608440cca4Smrgelse 16618440cca4Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 16628440cca4Smrgfor as_dir in $PATH 16638440cca4Smrgdo 16648440cca4Smrg IFS=$as_save_IFS 16658440cca4Smrg test -z "$as_dir" && as_dir=. 16668440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 16678440cca4Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 16688440cca4Smrg ac_cv_prog_ac_ct_STRIP="strip" 16698440cca4Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 16708440cca4Smrg break 2 16718440cca4Smrg fi 16728440cca4Smrgdone 16738440cca4Smrgdone 16748440cca4Smrg 16758440cca4Smrg test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" 16768440cca4Smrgfi 16778440cca4Smrgfi 16788440cca4Smrgac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 16798440cca4Smrgif test -n "$ac_ct_STRIP"; then 16808440cca4Smrg echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 16818440cca4Smrgecho "${ECHO_T}$ac_ct_STRIP" >&6 16828440cca4Smrgelse 16838440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 16848440cca4Smrgecho "${ECHO_T}no" >&6 16858440cca4Smrgfi 16868440cca4Smrg 16878440cca4Smrg STRIP=$ac_ct_STRIP 16888440cca4Smrgelse 16898440cca4Smrg STRIP="$ac_cv_prog_STRIP" 16908440cca4Smrgfi 16918440cca4Smrg 16928440cca4Smrgfi 16938440cca4SmrgINSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 16948440cca4Smrg 16958440cca4Smrg# We need awk for the "check" target. The system "awk" is bad on 16968440cca4Smrg# some platforms. 16978440cca4Smrg 16988440cca4Smrg 16998440cca4Smrg 17008440cca4Smrgecho "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 17018440cca4Smrgecho $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 17028440cca4Smrg # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 17038440cca4Smrgif test "${enable_maintainer_mode+set}" = set; then 17048440cca4Smrg enableval="$enable_maintainer_mode" 17058440cca4Smrg USE_MAINTAINER_MODE=$enableval 17068440cca4Smrgelse 17078440cca4Smrg USE_MAINTAINER_MODE=no 17088440cca4Smrgfi; 17098440cca4Smrg echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 17108440cca4Smrgecho "${ECHO_T}$USE_MAINTAINER_MODE" >&6 17118440cca4Smrg 17128440cca4Smrg 17138440cca4Smrgif test $USE_MAINTAINER_MODE = yes; then 17148440cca4Smrg MAINTAINER_MODE_TRUE= 17158440cca4Smrg MAINTAINER_MODE_FALSE='#' 17168440cca4Smrgelse 17178440cca4Smrg MAINTAINER_MODE_TRUE='#' 17188440cca4Smrg MAINTAINER_MODE_FALSE= 17198440cca4Smrgfi 17208440cca4Smrg 17218440cca4Smrg MAINT=$MAINTAINER_MODE_TRUE 17228440cca4Smrg 17238440cca4Smrg 17248440cca4Smrg 17258440cca4Smrg ac_config_headers="$ac_config_headers config.h" 17268440cca4Smrg 17278440cca4Smrg 17288440cca4Smrgac_ext=c 17298440cca4Smrgac_cpp='$CPP $CPPFLAGS' 17308440cca4Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 17318440cca4Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 17328440cca4Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu 17338440cca4Smrgif test -n "$ac_tool_prefix"; then 17348440cca4Smrg # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 17358440cca4Smrgset dummy ${ac_tool_prefix}gcc; ac_word=$2 17368440cca4Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 17378440cca4Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 17388440cca4Smrgif test "${ac_cv_prog_CC+set}" = set; then 17398440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 17408440cca4Smrgelse 17418440cca4Smrg if test -n "$CC"; then 17428440cca4Smrg ac_cv_prog_CC="$CC" # Let the user override the test. 17438440cca4Smrgelse 17448440cca4Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 17458440cca4Smrgfor as_dir in $PATH 17468440cca4Smrgdo 17478440cca4Smrg IFS=$as_save_IFS 17488440cca4Smrg test -z "$as_dir" && as_dir=. 17498440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 17508440cca4Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 17518440cca4Smrg ac_cv_prog_CC="${ac_tool_prefix}gcc" 17528440cca4Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 17538440cca4Smrg break 2 17548440cca4Smrg fi 17558440cca4Smrgdone 17568440cca4Smrgdone 17578440cca4Smrg 17588440cca4Smrgfi 17598440cca4Smrgfi 17608440cca4SmrgCC=$ac_cv_prog_CC 17618440cca4Smrgif test -n "$CC"; then 17628440cca4Smrg echo "$as_me:$LINENO: result: $CC" >&5 17638440cca4Smrgecho "${ECHO_T}$CC" >&6 17648440cca4Smrgelse 17658440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 17668440cca4Smrgecho "${ECHO_T}no" >&6 17678440cca4Smrgfi 17688440cca4Smrg 17698440cca4Smrgfi 17708440cca4Smrgif test -z "$ac_cv_prog_CC"; then 17718440cca4Smrg ac_ct_CC=$CC 17728440cca4Smrg # Extract the first word of "gcc", so it can be a program name with args. 17738440cca4Smrgset dummy gcc; ac_word=$2 17748440cca4Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 17758440cca4Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 17768440cca4Smrgif test "${ac_cv_prog_ac_ct_CC+set}" = set; then 17778440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 17788440cca4Smrgelse 17798440cca4Smrg if test -n "$ac_ct_CC"; then 17808440cca4Smrg ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 17818440cca4Smrgelse 17828440cca4Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 17838440cca4Smrgfor as_dir in $PATH 17848440cca4Smrgdo 17858440cca4Smrg IFS=$as_save_IFS 17868440cca4Smrg test -z "$as_dir" && as_dir=. 17878440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 17888440cca4Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 17898440cca4Smrg ac_cv_prog_ac_ct_CC="gcc" 17908440cca4Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 17918440cca4Smrg break 2 17928440cca4Smrg fi 17938440cca4Smrgdone 17948440cca4Smrgdone 17958440cca4Smrg 17968440cca4Smrgfi 17978440cca4Smrgfi 17988440cca4Smrgac_ct_CC=$ac_cv_prog_ac_ct_CC 17998440cca4Smrgif test -n "$ac_ct_CC"; then 18008440cca4Smrg echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 18018440cca4Smrgecho "${ECHO_T}$ac_ct_CC" >&6 18028440cca4Smrgelse 18038440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 18048440cca4Smrgecho "${ECHO_T}no" >&6 18058440cca4Smrgfi 18068440cca4Smrg 18078440cca4Smrg CC=$ac_ct_CC 18088440cca4Smrgelse 18098440cca4Smrg CC="$ac_cv_prog_CC" 18108440cca4Smrgfi 18118440cca4Smrg 18128440cca4Smrgif test -z "$CC"; then 18138440cca4Smrg if test -n "$ac_tool_prefix"; then 18148440cca4Smrg # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 18158440cca4Smrgset dummy ${ac_tool_prefix}cc; ac_word=$2 18168440cca4Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 18178440cca4Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 18188440cca4Smrgif test "${ac_cv_prog_CC+set}" = set; then 18198440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 18208440cca4Smrgelse 18218440cca4Smrg if test -n "$CC"; then 18228440cca4Smrg ac_cv_prog_CC="$CC" # Let the user override the test. 18238440cca4Smrgelse 18248440cca4Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 18258440cca4Smrgfor as_dir in $PATH 18268440cca4Smrgdo 18278440cca4Smrg IFS=$as_save_IFS 18288440cca4Smrg test -z "$as_dir" && as_dir=. 18298440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 18308440cca4Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 18318440cca4Smrg ac_cv_prog_CC="${ac_tool_prefix}cc" 18328440cca4Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18338440cca4Smrg break 2 18348440cca4Smrg fi 18358440cca4Smrgdone 18368440cca4Smrgdone 18378440cca4Smrg 18388440cca4Smrgfi 18398440cca4Smrgfi 18408440cca4SmrgCC=$ac_cv_prog_CC 18418440cca4Smrgif test -n "$CC"; then 18428440cca4Smrg echo "$as_me:$LINENO: result: $CC" >&5 18438440cca4Smrgecho "${ECHO_T}$CC" >&6 18448440cca4Smrgelse 18458440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 18468440cca4Smrgecho "${ECHO_T}no" >&6 18478440cca4Smrgfi 18488440cca4Smrg 18498440cca4Smrgfi 18508440cca4Smrgif test -z "$ac_cv_prog_CC"; then 18518440cca4Smrg ac_ct_CC=$CC 18528440cca4Smrg # Extract the first word of "cc", so it can be a program name with args. 18538440cca4Smrgset dummy cc; ac_word=$2 18548440cca4Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 18558440cca4Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 18568440cca4Smrgif test "${ac_cv_prog_ac_ct_CC+set}" = set; then 18578440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 18588440cca4Smrgelse 18598440cca4Smrg if test -n "$ac_ct_CC"; then 18608440cca4Smrg ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 18618440cca4Smrgelse 18628440cca4Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 18638440cca4Smrgfor as_dir in $PATH 18648440cca4Smrgdo 18658440cca4Smrg IFS=$as_save_IFS 18668440cca4Smrg test -z "$as_dir" && as_dir=. 18678440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 18688440cca4Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 18698440cca4Smrg ac_cv_prog_ac_ct_CC="cc" 18708440cca4Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 18718440cca4Smrg break 2 18728440cca4Smrg fi 18738440cca4Smrgdone 18748440cca4Smrgdone 18758440cca4Smrg 18768440cca4Smrgfi 18778440cca4Smrgfi 18788440cca4Smrgac_ct_CC=$ac_cv_prog_ac_ct_CC 18798440cca4Smrgif test -n "$ac_ct_CC"; then 18808440cca4Smrg echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 18818440cca4Smrgecho "${ECHO_T}$ac_ct_CC" >&6 18828440cca4Smrgelse 18838440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 18848440cca4Smrgecho "${ECHO_T}no" >&6 18858440cca4Smrgfi 18868440cca4Smrg 18878440cca4Smrg CC=$ac_ct_CC 18888440cca4Smrgelse 18898440cca4Smrg CC="$ac_cv_prog_CC" 18908440cca4Smrgfi 18918440cca4Smrg 18928440cca4Smrgfi 18938440cca4Smrgif test -z "$CC"; then 18948440cca4Smrg # Extract the first word of "cc", so it can be a program name with args. 18958440cca4Smrgset dummy cc; ac_word=$2 18968440cca4Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 18978440cca4Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 18988440cca4Smrgif test "${ac_cv_prog_CC+set}" = set; then 18998440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 19008440cca4Smrgelse 19018440cca4Smrg if test -n "$CC"; then 19028440cca4Smrg ac_cv_prog_CC="$CC" # Let the user override the test. 19038440cca4Smrgelse 19048440cca4Smrg ac_prog_rejected=no 19058440cca4Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 19068440cca4Smrgfor as_dir in $PATH 19078440cca4Smrgdo 19088440cca4Smrg IFS=$as_save_IFS 19098440cca4Smrg test -z "$as_dir" && as_dir=. 19108440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 19118440cca4Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 19128440cca4Smrg if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 19138440cca4Smrg ac_prog_rejected=yes 19148440cca4Smrg continue 19158440cca4Smrg fi 19168440cca4Smrg ac_cv_prog_CC="cc" 19178440cca4Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 19188440cca4Smrg break 2 19198440cca4Smrg fi 19208440cca4Smrgdone 19218440cca4Smrgdone 19228440cca4Smrg 19238440cca4Smrgif test $ac_prog_rejected = yes; then 19248440cca4Smrg # We found a bogon in the path, so make sure we never use it. 19258440cca4Smrg set dummy $ac_cv_prog_CC 19268440cca4Smrg shift 19278440cca4Smrg if test $# != 0; then 19288440cca4Smrg # We chose a different compiler from the bogus one. 19298440cca4Smrg # However, it has the same basename, so the bogon will be chosen 19308440cca4Smrg # first if we set CC to just the basename; use the full file name. 19318440cca4Smrg shift 19328440cca4Smrg ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 19338440cca4Smrg fi 19348440cca4Smrgfi 19358440cca4Smrgfi 19368440cca4Smrgfi 19378440cca4SmrgCC=$ac_cv_prog_CC 19388440cca4Smrgif test -n "$CC"; then 19398440cca4Smrg echo "$as_me:$LINENO: result: $CC" >&5 19408440cca4Smrgecho "${ECHO_T}$CC" >&6 19418440cca4Smrgelse 19428440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 19438440cca4Smrgecho "${ECHO_T}no" >&6 19448440cca4Smrgfi 19458440cca4Smrg 19468440cca4Smrgfi 19478440cca4Smrgif test -z "$CC"; then 19488440cca4Smrg if test -n "$ac_tool_prefix"; then 19498440cca4Smrg for ac_prog in cl 19508440cca4Smrg do 19518440cca4Smrg # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 19528440cca4Smrgset dummy $ac_tool_prefix$ac_prog; ac_word=$2 19538440cca4Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 19548440cca4Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 19558440cca4Smrgif test "${ac_cv_prog_CC+set}" = set; then 19568440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 19578440cca4Smrgelse 19588440cca4Smrg if test -n "$CC"; then 19598440cca4Smrg ac_cv_prog_CC="$CC" # Let the user override the test. 19608440cca4Smrgelse 19618440cca4Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 19628440cca4Smrgfor as_dir in $PATH 19638440cca4Smrgdo 19648440cca4Smrg IFS=$as_save_IFS 19658440cca4Smrg test -z "$as_dir" && as_dir=. 19668440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 19678440cca4Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 19688440cca4Smrg ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 19698440cca4Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 19708440cca4Smrg break 2 19718440cca4Smrg fi 19728440cca4Smrgdone 19738440cca4Smrgdone 19748440cca4Smrg 19758440cca4Smrgfi 19768440cca4Smrgfi 19778440cca4SmrgCC=$ac_cv_prog_CC 19788440cca4Smrgif test -n "$CC"; then 19798440cca4Smrg echo "$as_me:$LINENO: result: $CC" >&5 19808440cca4Smrgecho "${ECHO_T}$CC" >&6 19818440cca4Smrgelse 19828440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 19838440cca4Smrgecho "${ECHO_T}no" >&6 19848440cca4Smrgfi 19858440cca4Smrg 19868440cca4Smrg test -n "$CC" && break 19878440cca4Smrg done 19888440cca4Smrgfi 19898440cca4Smrgif test -z "$CC"; then 19908440cca4Smrg ac_ct_CC=$CC 19918440cca4Smrg for ac_prog in cl 19928440cca4Smrgdo 19938440cca4Smrg # Extract the first word of "$ac_prog", so it can be a program name with args. 19948440cca4Smrgset dummy $ac_prog; ac_word=$2 19958440cca4Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 19968440cca4Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 19978440cca4Smrgif test "${ac_cv_prog_ac_ct_CC+set}" = set; then 19988440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 19998440cca4Smrgelse 20008440cca4Smrg if test -n "$ac_ct_CC"; then 20018440cca4Smrg ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 20028440cca4Smrgelse 20038440cca4Smrgas_save_IFS=$IFS; IFS=$PATH_SEPARATOR 20048440cca4Smrgfor as_dir in $PATH 20058440cca4Smrgdo 20068440cca4Smrg IFS=$as_save_IFS 20078440cca4Smrg test -z "$as_dir" && as_dir=. 20088440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 20098440cca4Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 20108440cca4Smrg ac_cv_prog_ac_ct_CC="$ac_prog" 20118440cca4Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 20128440cca4Smrg break 2 20138440cca4Smrg fi 20148440cca4Smrgdone 20158440cca4Smrgdone 20168440cca4Smrg 20178440cca4Smrgfi 20188440cca4Smrgfi 20198440cca4Smrgac_ct_CC=$ac_cv_prog_ac_ct_CC 20208440cca4Smrgif test -n "$ac_ct_CC"; then 20218440cca4Smrg echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 20228440cca4Smrgecho "${ECHO_T}$ac_ct_CC" >&6 20238440cca4Smrgelse 20248440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 20258440cca4Smrgecho "${ECHO_T}no" >&6 20268440cca4Smrgfi 20278440cca4Smrg 20288440cca4Smrg test -n "$ac_ct_CC" && break 20298440cca4Smrgdone 20308440cca4Smrg 20318440cca4Smrg CC=$ac_ct_CC 20328440cca4Smrgfi 20338440cca4Smrg 20348440cca4Smrgfi 20358440cca4Smrg 20368440cca4Smrg 20378440cca4Smrgtest -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 20388440cca4SmrgSee \`config.log' for more details." >&5 20398440cca4Smrgecho "$as_me: error: no acceptable C compiler found in \$PATH 20408440cca4SmrgSee \`config.log' for more details." >&2;} 20418440cca4Smrg { (exit 1); exit 1; }; } 20428440cca4Smrg 20438440cca4Smrg# Provide some information about the compiler. 20448440cca4Smrgecho "$as_me:$LINENO:" \ 20458440cca4Smrg "checking for C compiler version" >&5 20468440cca4Smrgac_compiler=`set X $ac_compile; echo $2` 20478440cca4Smrg{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 20488440cca4Smrg (eval $ac_compiler --version </dev/null >&5) 2>&5 20498440cca4Smrg ac_status=$? 20508440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 20518440cca4Smrg (exit $ac_status); } 20528440cca4Smrg{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 20538440cca4Smrg (eval $ac_compiler -v </dev/null >&5) 2>&5 20548440cca4Smrg ac_status=$? 20558440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 20568440cca4Smrg (exit $ac_status); } 20578440cca4Smrg{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 20588440cca4Smrg (eval $ac_compiler -V </dev/null >&5) 2>&5 20598440cca4Smrg ac_status=$? 20608440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 20618440cca4Smrg (exit $ac_status); } 20628440cca4Smrg 20638440cca4Smrgcat >conftest.$ac_ext <<_ACEOF 20648440cca4Smrg/* confdefs.h. */ 20658440cca4Smrg_ACEOF 20668440cca4Smrgcat confdefs.h >>conftest.$ac_ext 20678440cca4Smrgcat >>conftest.$ac_ext <<_ACEOF 20688440cca4Smrg/* end confdefs.h. */ 20698440cca4Smrg 20708440cca4Smrgint 20718440cca4Smrgmain () 20728440cca4Smrg{ 20738440cca4Smrg 20748440cca4Smrg ; 20758440cca4Smrg return 0; 20768440cca4Smrg} 20778440cca4Smrg_ACEOF 20788440cca4Smrgac_clean_files_save=$ac_clean_files 20798440cca4Smrgac_clean_files="$ac_clean_files a.out a.exe b.out" 20808440cca4Smrg# Try to create an executable without -o first, disregard a.out. 20818440cca4Smrg# It will help us diagnose broken compilers, and finding out an intuition 20828440cca4Smrg# of exeext. 20838440cca4Smrgecho "$as_me:$LINENO: checking for C compiler default output file name" >&5 20848440cca4Smrgecho $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 20858440cca4Smrgac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 20868440cca4Smrgif { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 20878440cca4Smrg (eval $ac_link_default) 2>&5 20888440cca4Smrg ac_status=$? 20898440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 20908440cca4Smrg (exit $ac_status); }; then 20918440cca4Smrg # Find the output, starting from the most likely. This scheme is 20928440cca4Smrg# not robust to junk in `.', hence go to wildcards (a.*) only as a last 20938440cca4Smrg# resort. 20948440cca4Smrg 20958440cca4Smrg# Be careful to initialize this variable, since it used to be cached. 20968440cca4Smrg# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 20978440cca4Smrgac_cv_exeext= 20988440cca4Smrg# b.out is created by i960 compilers. 20998440cca4Smrgfor ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 21008440cca4Smrgdo 21018440cca4Smrg test -f "$ac_file" || continue 21028440cca4Smrg case $ac_file in 21038440cca4Smrg *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 21048440cca4Smrg ;; 21058440cca4Smrg conftest.$ac_ext ) 21068440cca4Smrg # This is the source file. 21078440cca4Smrg ;; 21088440cca4Smrg [ab].out ) 21098440cca4Smrg # We found the default executable, but exeext='' is most 21108440cca4Smrg # certainly right. 21118440cca4Smrg break;; 21128440cca4Smrg *.* ) 21138440cca4Smrg ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 21148440cca4Smrg # FIXME: I believe we export ac_cv_exeext for Libtool, 21158440cca4Smrg # but it would be cool to find out if it's true. Does anybody 21168440cca4Smrg # maintain Libtool? --akim. 21178440cca4Smrg export ac_cv_exeext 21188440cca4Smrg break;; 21198440cca4Smrg * ) 21208440cca4Smrg break;; 21218440cca4Smrg esac 21228440cca4Smrgdone 21238440cca4Smrgelse 21248440cca4Smrg echo "$as_me: failed program was:" >&5 21258440cca4Smrgsed 's/^/| /' conftest.$ac_ext >&5 21268440cca4Smrg 21278440cca4Smrg{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 21288440cca4SmrgSee \`config.log' for more details." >&5 21298440cca4Smrgecho "$as_me: error: C compiler cannot create executables 21308440cca4SmrgSee \`config.log' for more details." >&2;} 21318440cca4Smrg { (exit 77); exit 77; }; } 21328440cca4Smrgfi 21338440cca4Smrg 21348440cca4Smrgac_exeext=$ac_cv_exeext 21358440cca4Smrgecho "$as_me:$LINENO: result: $ac_file" >&5 21368440cca4Smrgecho "${ECHO_T}$ac_file" >&6 21378440cca4Smrg 21388440cca4Smrg# Check the compiler produces executables we can run. If not, either 21398440cca4Smrg# the compiler is broken, or we cross compile. 21408440cca4Smrgecho "$as_me:$LINENO: checking whether the C compiler works" >&5 21418440cca4Smrgecho $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 21428440cca4Smrg# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 21438440cca4Smrg# If not cross compiling, check that we can run a simple program. 21448440cca4Smrgif test "$cross_compiling" != yes; then 21458440cca4Smrg if { ac_try='./$ac_file' 21468440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 21478440cca4Smrg (eval $ac_try) 2>&5 21488440cca4Smrg ac_status=$? 21498440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 21508440cca4Smrg (exit $ac_status); }; }; then 21518440cca4Smrg cross_compiling=no 21528440cca4Smrg else 21538440cca4Smrg if test "$cross_compiling" = maybe; then 21548440cca4Smrg cross_compiling=yes 21558440cca4Smrg else 21568440cca4Smrg { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 21578440cca4SmrgIf you meant to cross compile, use \`--host'. 21588440cca4SmrgSee \`config.log' for more details." >&5 21598440cca4Smrgecho "$as_me: error: cannot run C compiled programs. 21608440cca4SmrgIf you meant to cross compile, use \`--host'. 21618440cca4SmrgSee \`config.log' for more details." >&2;} 21628440cca4Smrg { (exit 1); exit 1; }; } 21638440cca4Smrg fi 21648440cca4Smrg fi 21658440cca4Smrgfi 21668440cca4Smrgecho "$as_me:$LINENO: result: yes" >&5 21678440cca4Smrgecho "${ECHO_T}yes" >&6 21688440cca4Smrg 21698440cca4Smrgrm -f a.out a.exe conftest$ac_cv_exeext b.out 21708440cca4Smrgac_clean_files=$ac_clean_files_save 21718440cca4Smrg# Check the compiler produces executables we can run. If not, either 21728440cca4Smrg# the compiler is broken, or we cross compile. 21738440cca4Smrgecho "$as_me:$LINENO: checking whether we are cross compiling" >&5 21748440cca4Smrgecho $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 21758440cca4Smrgecho "$as_me:$LINENO: result: $cross_compiling" >&5 21768440cca4Smrgecho "${ECHO_T}$cross_compiling" >&6 21778440cca4Smrg 21788440cca4Smrgecho "$as_me:$LINENO: checking for suffix of executables" >&5 21798440cca4Smrgecho $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 21808440cca4Smrgif { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 21818440cca4Smrg (eval $ac_link) 2>&5 21828440cca4Smrg ac_status=$? 21838440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 21848440cca4Smrg (exit $ac_status); }; then 21858440cca4Smrg # If both `conftest.exe' and `conftest' are `present' (well, observable) 21868440cca4Smrg# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 21878440cca4Smrg# work properly (i.e., refer to `conftest.exe'), while it won't with 21888440cca4Smrg# `rm'. 21898440cca4Smrgfor ac_file in conftest.exe conftest conftest.*; do 21908440cca4Smrg test -f "$ac_file" || continue 21918440cca4Smrg case $ac_file in 21928440cca4Smrg *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 21938440cca4Smrg *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 21948440cca4Smrg export ac_cv_exeext 21958440cca4Smrg break;; 21968440cca4Smrg * ) break;; 21978440cca4Smrg esac 21988440cca4Smrgdone 21998440cca4Smrgelse 22008440cca4Smrg { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 22018440cca4SmrgSee \`config.log' for more details." >&5 22028440cca4Smrgecho "$as_me: error: cannot compute suffix of executables: cannot compile and link 22038440cca4SmrgSee \`config.log' for more details." >&2;} 22048440cca4Smrg { (exit 1); exit 1; }; } 22058440cca4Smrgfi 22068440cca4Smrg 22078440cca4Smrgrm -f conftest$ac_cv_exeext 22088440cca4Smrgecho "$as_me:$LINENO: result: $ac_cv_exeext" >&5 22098440cca4Smrgecho "${ECHO_T}$ac_cv_exeext" >&6 22108440cca4Smrg 22118440cca4Smrgrm -f conftest.$ac_ext 22128440cca4SmrgEXEEXT=$ac_cv_exeext 22138440cca4Smrgac_exeext=$EXEEXT 22148440cca4Smrgecho "$as_me:$LINENO: checking for suffix of object files" >&5 22158440cca4Smrgecho $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 22168440cca4Smrgif test "${ac_cv_objext+set}" = set; then 22178440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 22188440cca4Smrgelse 22198440cca4Smrg cat >conftest.$ac_ext <<_ACEOF 22208440cca4Smrg/* confdefs.h. */ 22218440cca4Smrg_ACEOF 22228440cca4Smrgcat confdefs.h >>conftest.$ac_ext 22238440cca4Smrgcat >>conftest.$ac_ext <<_ACEOF 22248440cca4Smrg/* end confdefs.h. */ 22258440cca4Smrg 22268440cca4Smrgint 22278440cca4Smrgmain () 22288440cca4Smrg{ 22298440cca4Smrg 22308440cca4Smrg ; 22318440cca4Smrg return 0; 22328440cca4Smrg} 22338440cca4Smrg_ACEOF 22348440cca4Smrgrm -f conftest.o conftest.obj 22358440cca4Smrgif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 22368440cca4Smrg (eval $ac_compile) 2>&5 22378440cca4Smrg ac_status=$? 22388440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 22398440cca4Smrg (exit $ac_status); }; then 22408440cca4Smrg for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 22418440cca4Smrg case $ac_file in 22428440cca4Smrg *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; 22438440cca4Smrg *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 22448440cca4Smrg break;; 22458440cca4Smrg esac 22468440cca4Smrgdone 22478440cca4Smrgelse 22488440cca4Smrg echo "$as_me: failed program was:" >&5 22498440cca4Smrgsed 's/^/| /' conftest.$ac_ext >&5 22508440cca4Smrg 22518440cca4Smrg{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 22528440cca4SmrgSee \`config.log' for more details." >&5 22538440cca4Smrgecho "$as_me: error: cannot compute suffix of object files: cannot compile 22548440cca4SmrgSee \`config.log' for more details." >&2;} 22558440cca4Smrg { (exit 1); exit 1; }; } 22568440cca4Smrgfi 22578440cca4Smrg 22588440cca4Smrgrm -f conftest.$ac_cv_objext conftest.$ac_ext 22598440cca4Smrgfi 22608440cca4Smrgecho "$as_me:$LINENO: result: $ac_cv_objext" >&5 22618440cca4Smrgecho "${ECHO_T}$ac_cv_objext" >&6 22628440cca4SmrgOBJEXT=$ac_cv_objext 22638440cca4Smrgac_objext=$OBJEXT 22648440cca4Smrgecho "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 22658440cca4Smrgecho $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 22668440cca4Smrgif test "${ac_cv_c_compiler_gnu+set}" = set; then 22678440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 22688440cca4Smrgelse 22698440cca4Smrg cat >conftest.$ac_ext <<_ACEOF 22708440cca4Smrg/* confdefs.h. */ 22718440cca4Smrg_ACEOF 22728440cca4Smrgcat confdefs.h >>conftest.$ac_ext 22738440cca4Smrgcat >>conftest.$ac_ext <<_ACEOF 22748440cca4Smrg/* end confdefs.h. */ 22758440cca4Smrg 22768440cca4Smrgint 22778440cca4Smrgmain () 22788440cca4Smrg{ 22798440cca4Smrg#ifndef __GNUC__ 22808440cca4Smrg choke me 22818440cca4Smrg#endif 22828440cca4Smrg 22838440cca4Smrg ; 22848440cca4Smrg return 0; 22858440cca4Smrg} 22868440cca4Smrg_ACEOF 22878440cca4Smrgrm -f conftest.$ac_objext 22888440cca4Smrgif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 22898440cca4Smrg (eval $ac_compile) 2>conftest.er1 22908440cca4Smrg ac_status=$? 22918440cca4Smrg grep -v '^ *+' conftest.er1 >conftest.err 22928440cca4Smrg rm -f conftest.er1 22938440cca4Smrg cat conftest.err >&5 22948440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 22958440cca4Smrg (exit $ac_status); } && 22968440cca4Smrg { ac_try='test -z "$ac_c_werror_flag" 22978440cca4Smrg || test ! -s conftest.err' 22988440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 22998440cca4Smrg (eval $ac_try) 2>&5 23008440cca4Smrg ac_status=$? 23018440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 23028440cca4Smrg (exit $ac_status); }; } && 23038440cca4Smrg { ac_try='test -s conftest.$ac_objext' 23048440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 23058440cca4Smrg (eval $ac_try) 2>&5 23068440cca4Smrg ac_status=$? 23078440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 23088440cca4Smrg (exit $ac_status); }; }; then 23098440cca4Smrg ac_compiler_gnu=yes 23108440cca4Smrgelse 23118440cca4Smrg echo "$as_me: failed program was:" >&5 23128440cca4Smrgsed 's/^/| /' conftest.$ac_ext >&5 23138440cca4Smrg 23148440cca4Smrgac_compiler_gnu=no 23158440cca4Smrgfi 23168440cca4Smrgrm -f conftest.err conftest.$ac_objext conftest.$ac_ext 23178440cca4Smrgac_cv_c_compiler_gnu=$ac_compiler_gnu 23188440cca4Smrg 23198440cca4Smrgfi 23208440cca4Smrgecho "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 23218440cca4Smrgecho "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 23228440cca4SmrgGCC=`test $ac_compiler_gnu = yes && echo yes` 23238440cca4Smrgac_test_CFLAGS=${CFLAGS+set} 23248440cca4Smrgac_save_CFLAGS=$CFLAGS 23258440cca4SmrgCFLAGS="-g" 23268440cca4Smrgecho "$as_me:$LINENO: checking whether $CC accepts -g" >&5 23278440cca4Smrgecho $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 23288440cca4Smrgif test "${ac_cv_prog_cc_g+set}" = set; then 23298440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 23308440cca4Smrgelse 23318440cca4Smrg cat >conftest.$ac_ext <<_ACEOF 23328440cca4Smrg/* confdefs.h. */ 23338440cca4Smrg_ACEOF 23348440cca4Smrgcat confdefs.h >>conftest.$ac_ext 23358440cca4Smrgcat >>conftest.$ac_ext <<_ACEOF 23368440cca4Smrg/* end confdefs.h. */ 23378440cca4Smrg 23388440cca4Smrgint 23398440cca4Smrgmain () 23408440cca4Smrg{ 23418440cca4Smrg 23428440cca4Smrg ; 23438440cca4Smrg return 0; 23448440cca4Smrg} 23458440cca4Smrg_ACEOF 23468440cca4Smrgrm -f conftest.$ac_objext 23478440cca4Smrgif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 23488440cca4Smrg (eval $ac_compile) 2>conftest.er1 23498440cca4Smrg ac_status=$? 23508440cca4Smrg grep -v '^ *+' conftest.er1 >conftest.err 23518440cca4Smrg rm -f conftest.er1 23528440cca4Smrg cat conftest.err >&5 23538440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 23548440cca4Smrg (exit $ac_status); } && 23558440cca4Smrg { ac_try='test -z "$ac_c_werror_flag" 23568440cca4Smrg || test ! -s conftest.err' 23578440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 23588440cca4Smrg (eval $ac_try) 2>&5 23598440cca4Smrg ac_status=$? 23608440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 23618440cca4Smrg (exit $ac_status); }; } && 23628440cca4Smrg { ac_try='test -s conftest.$ac_objext' 23638440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 23648440cca4Smrg (eval $ac_try) 2>&5 23658440cca4Smrg ac_status=$? 23668440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 23678440cca4Smrg (exit $ac_status); }; }; then 23688440cca4Smrg ac_cv_prog_cc_g=yes 23698440cca4Smrgelse 23708440cca4Smrg echo "$as_me: failed program was:" >&5 23718440cca4Smrgsed 's/^/| /' conftest.$ac_ext >&5 23728440cca4Smrg 23738440cca4Smrgac_cv_prog_cc_g=no 23748440cca4Smrgfi 23758440cca4Smrgrm -f conftest.err conftest.$ac_objext conftest.$ac_ext 23768440cca4Smrgfi 23778440cca4Smrgecho "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 23788440cca4Smrgecho "${ECHO_T}$ac_cv_prog_cc_g" >&6 23798440cca4Smrgif test "$ac_test_CFLAGS" = set; then 23808440cca4Smrg CFLAGS=$ac_save_CFLAGS 23818440cca4Smrgelif test $ac_cv_prog_cc_g = yes; then 23828440cca4Smrg if test "$GCC" = yes; then 23838440cca4Smrg CFLAGS="-g -O2" 23848440cca4Smrg else 23858440cca4Smrg CFLAGS="-g" 23868440cca4Smrg fi 23878440cca4Smrgelse 23888440cca4Smrg if test "$GCC" = yes; then 23898440cca4Smrg CFLAGS="-O2" 23908440cca4Smrg else 23918440cca4Smrg CFLAGS= 23928440cca4Smrg fi 23938440cca4Smrgfi 23948440cca4Smrgecho "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 23958440cca4Smrgecho $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 23968440cca4Smrgif test "${ac_cv_prog_cc_stdc+set}" = set; then 23978440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 23988440cca4Smrgelse 23998440cca4Smrg ac_cv_prog_cc_stdc=no 24008440cca4Smrgac_save_CC=$CC 24018440cca4Smrgcat >conftest.$ac_ext <<_ACEOF 24028440cca4Smrg/* confdefs.h. */ 24038440cca4Smrg_ACEOF 24048440cca4Smrgcat confdefs.h >>conftest.$ac_ext 24058440cca4Smrgcat >>conftest.$ac_ext <<_ACEOF 24068440cca4Smrg/* end confdefs.h. */ 24078440cca4Smrg#include <stdarg.h> 24088440cca4Smrg#include <stdio.h> 24098440cca4Smrg#include <sys/types.h> 24108440cca4Smrg#include <sys/stat.h> 24118440cca4Smrg/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 24128440cca4Smrgstruct buf { int x; }; 24138440cca4SmrgFILE * (*rcsopen) (struct buf *, struct stat *, int); 24148440cca4Smrgstatic char *e (p, i) 24158440cca4Smrg char **p; 24168440cca4Smrg int i; 24178440cca4Smrg{ 24188440cca4Smrg return p[i]; 24198440cca4Smrg} 24208440cca4Smrgstatic char *f (char * (*g) (char **, int), char **p, ...) 24218440cca4Smrg{ 24228440cca4Smrg char *s; 24238440cca4Smrg va_list v; 24248440cca4Smrg va_start (v,p); 24258440cca4Smrg s = g (p, va_arg (v,int)); 24268440cca4Smrg va_end (v); 24278440cca4Smrg return s; 24288440cca4Smrg} 24298440cca4Smrg 24308440cca4Smrg/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 24318440cca4Smrg function prototypes and stuff, but not '\xHH' hex character constants. 24328440cca4Smrg These don't provoke an error unfortunately, instead are silently treated 24338440cca4Smrg as 'x'. The following induces an error, until -std1 is added to get 24348440cca4Smrg proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 24358440cca4Smrg array size at least. It's necessary to write '\x00'==0 to get something 24368440cca4Smrg that's true only with -std1. */ 24378440cca4Smrgint osf4_cc_array ['\x00' == 0 ? 1 : -1]; 24388440cca4Smrg 24398440cca4Smrgint test (int i, double x); 24408440cca4Smrgstruct s1 {int (*f) (int a);}; 24418440cca4Smrgstruct s2 {int (*f) (double a);}; 24428440cca4Smrgint pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 24438440cca4Smrgint argc; 24448440cca4Smrgchar **argv; 24458440cca4Smrgint 24468440cca4Smrgmain () 24478440cca4Smrg{ 24488440cca4Smrgreturn f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 24498440cca4Smrg ; 24508440cca4Smrg return 0; 24518440cca4Smrg} 24528440cca4Smrg_ACEOF 24538440cca4Smrg# Don't try gcc -ansi; that turns off useful extensions and 24548440cca4Smrg# breaks some systems' header files. 24558440cca4Smrg# AIX -qlanglvl=ansi 24568440cca4Smrg# Ultrix and OSF/1 -std1 24578440cca4Smrg# HP-UX 10.20 and later -Ae 24588440cca4Smrg# HP-UX older versions -Aa -D_HPUX_SOURCE 24598440cca4Smrg# SVR4 -Xc -D__EXTENSIONS__ 24608440cca4Smrgfor ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 24618440cca4Smrgdo 24628440cca4Smrg CC="$ac_save_CC $ac_arg" 24638440cca4Smrg rm -f conftest.$ac_objext 24648440cca4Smrgif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 24658440cca4Smrg (eval $ac_compile) 2>conftest.er1 24668440cca4Smrg ac_status=$? 24678440cca4Smrg grep -v '^ *+' conftest.er1 >conftest.err 24688440cca4Smrg rm -f conftest.er1 24698440cca4Smrg cat conftest.err >&5 24708440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 24718440cca4Smrg (exit $ac_status); } && 24728440cca4Smrg { ac_try='test -z "$ac_c_werror_flag" 24738440cca4Smrg || test ! -s conftest.err' 24748440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 24758440cca4Smrg (eval $ac_try) 2>&5 24768440cca4Smrg ac_status=$? 24778440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 24788440cca4Smrg (exit $ac_status); }; } && 24798440cca4Smrg { ac_try='test -s conftest.$ac_objext' 24808440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 24818440cca4Smrg (eval $ac_try) 2>&5 24828440cca4Smrg ac_status=$? 24838440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 24848440cca4Smrg (exit $ac_status); }; }; then 24858440cca4Smrg ac_cv_prog_cc_stdc=$ac_arg 24868440cca4Smrgbreak 24878440cca4Smrgelse 24888440cca4Smrg echo "$as_me: failed program was:" >&5 24898440cca4Smrgsed 's/^/| /' conftest.$ac_ext >&5 24908440cca4Smrg 24918440cca4Smrgfi 24928440cca4Smrgrm -f conftest.err conftest.$ac_objext 24938440cca4Smrgdone 24948440cca4Smrgrm -f conftest.$ac_ext conftest.$ac_objext 24958440cca4SmrgCC=$ac_save_CC 24968440cca4Smrg 24978440cca4Smrgfi 24988440cca4Smrg 24998440cca4Smrgcase "x$ac_cv_prog_cc_stdc" in 25008440cca4Smrg x|xno) 25018440cca4Smrg echo "$as_me:$LINENO: result: none needed" >&5 25028440cca4Smrgecho "${ECHO_T}none needed" >&6 ;; 25038440cca4Smrg *) 25048440cca4Smrg echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 25058440cca4Smrgecho "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 25068440cca4Smrg CC="$CC $ac_cv_prog_cc_stdc" ;; 25078440cca4Smrgesac 25088440cca4Smrg 25098440cca4Smrg# Some people use a C++ compiler to compile C. Since we use `exit', 25108440cca4Smrg# in C++ we need to declare it. In case someone uses the same compiler 25118440cca4Smrg# for both compiling C and C++ we need to have the C++ compiler decide 25128440cca4Smrg# the declaration of exit, since it's the most demanding environment. 25138440cca4Smrgcat >conftest.$ac_ext <<_ACEOF 25148440cca4Smrg#ifndef __cplusplus 25158440cca4Smrg choke me 25168440cca4Smrg#endif 25178440cca4Smrg_ACEOF 25188440cca4Smrgrm -f conftest.$ac_objext 25198440cca4Smrgif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 25208440cca4Smrg (eval $ac_compile) 2>conftest.er1 25218440cca4Smrg ac_status=$? 25228440cca4Smrg grep -v '^ *+' conftest.er1 >conftest.err 25238440cca4Smrg rm -f conftest.er1 25248440cca4Smrg cat conftest.err >&5 25258440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 25268440cca4Smrg (exit $ac_status); } && 25278440cca4Smrg { ac_try='test -z "$ac_c_werror_flag" 25288440cca4Smrg || test ! -s conftest.err' 25298440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 25308440cca4Smrg (eval $ac_try) 2>&5 25318440cca4Smrg ac_status=$? 25328440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 25338440cca4Smrg (exit $ac_status); }; } && 25348440cca4Smrg { ac_try='test -s conftest.$ac_objext' 25358440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 25368440cca4Smrg (eval $ac_try) 2>&5 25378440cca4Smrg ac_status=$? 25388440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 25398440cca4Smrg (exit $ac_status); }; }; then 25408440cca4Smrg for ac_declaration in \ 25418440cca4Smrg '' \ 25428440cca4Smrg 'extern "C" void std::exit (int) throw (); using std::exit;' \ 25438440cca4Smrg 'extern "C" void std::exit (int); using std::exit;' \ 25448440cca4Smrg 'extern "C" void exit (int) throw ();' \ 25458440cca4Smrg 'extern "C" void exit (int);' \ 25468440cca4Smrg 'void exit (int);' 25478440cca4Smrgdo 25488440cca4Smrg cat >conftest.$ac_ext <<_ACEOF 25498440cca4Smrg/* confdefs.h. */ 25508440cca4Smrg_ACEOF 25518440cca4Smrgcat confdefs.h >>conftest.$ac_ext 25528440cca4Smrgcat >>conftest.$ac_ext <<_ACEOF 25538440cca4Smrg/* end confdefs.h. */ 25548440cca4Smrg$ac_declaration 25558440cca4Smrg#include <stdlib.h> 25568440cca4Smrgint 25578440cca4Smrgmain () 25588440cca4Smrg{ 25598440cca4Smrgexit (42); 25608440cca4Smrg ; 25618440cca4Smrg return 0; 25628440cca4Smrg} 25638440cca4Smrg_ACEOF 25648440cca4Smrgrm -f conftest.$ac_objext 25658440cca4Smrgif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 25668440cca4Smrg (eval $ac_compile) 2>conftest.er1 25678440cca4Smrg ac_status=$? 25688440cca4Smrg grep -v '^ *+' conftest.er1 >conftest.err 25698440cca4Smrg rm -f conftest.er1 25708440cca4Smrg cat conftest.err >&5 25718440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 25728440cca4Smrg (exit $ac_status); } && 25738440cca4Smrg { ac_try='test -z "$ac_c_werror_flag" 25748440cca4Smrg || test ! -s conftest.err' 25758440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 25768440cca4Smrg (eval $ac_try) 2>&5 25778440cca4Smrg ac_status=$? 25788440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 25798440cca4Smrg (exit $ac_status); }; } && 25808440cca4Smrg { ac_try='test -s conftest.$ac_objext' 25818440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 25828440cca4Smrg (eval $ac_try) 2>&5 25838440cca4Smrg ac_status=$? 25848440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 25858440cca4Smrg (exit $ac_status); }; }; then 25868440cca4Smrg : 25878440cca4Smrgelse 25888440cca4Smrg echo "$as_me: failed program was:" >&5 25898440cca4Smrgsed 's/^/| /' conftest.$ac_ext >&5 25908440cca4Smrg 25918440cca4Smrgcontinue 25928440cca4Smrgfi 25938440cca4Smrgrm -f conftest.err conftest.$ac_objext conftest.$ac_ext 25948440cca4Smrg cat >conftest.$ac_ext <<_ACEOF 25958440cca4Smrg/* confdefs.h. */ 25968440cca4Smrg_ACEOF 25978440cca4Smrgcat confdefs.h >>conftest.$ac_ext 25988440cca4Smrgcat >>conftest.$ac_ext <<_ACEOF 25998440cca4Smrg/* end confdefs.h. */ 26008440cca4Smrg$ac_declaration 26018440cca4Smrgint 26028440cca4Smrgmain () 26038440cca4Smrg{ 26048440cca4Smrgexit (42); 26058440cca4Smrg ; 26068440cca4Smrg return 0; 26078440cca4Smrg} 26088440cca4Smrg_ACEOF 26098440cca4Smrgrm -f conftest.$ac_objext 26108440cca4Smrgif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 26118440cca4Smrg (eval $ac_compile) 2>conftest.er1 26128440cca4Smrg ac_status=$? 26138440cca4Smrg grep -v '^ *+' conftest.er1 >conftest.err 26148440cca4Smrg rm -f conftest.er1 26158440cca4Smrg cat conftest.err >&5 26168440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 26178440cca4Smrg (exit $ac_status); } && 26188440cca4Smrg { ac_try='test -z "$ac_c_werror_flag" 26198440cca4Smrg || test ! -s conftest.err' 26208440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 26218440cca4Smrg (eval $ac_try) 2>&5 26228440cca4Smrg ac_status=$? 26238440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 26248440cca4Smrg (exit $ac_status); }; } && 26258440cca4Smrg { ac_try='test -s conftest.$ac_objext' 26268440cca4Smrg { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 26278440cca4Smrg (eval $ac_try) 2>&5 26288440cca4Smrg ac_status=$? 26298440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 26308440cca4Smrg (exit $ac_status); }; }; then 26318440cca4Smrg break 26328440cca4Smrgelse 26338440cca4Smrg echo "$as_me: failed program was:" >&5 26348440cca4Smrgsed 's/^/| /' conftest.$ac_ext >&5 26358440cca4Smrg 26368440cca4Smrgfi 26378440cca4Smrgrm -f conftest.err conftest.$ac_objext conftest.$ac_ext 26388440cca4Smrgdone 26398440cca4Smrgrm -f conftest* 26408440cca4Smrgif test -n "$ac_declaration"; then 26418440cca4Smrg echo '#ifdef __cplusplus' >>confdefs.h 26428440cca4Smrg echo $ac_declaration >>confdefs.h 26438440cca4Smrg echo '#endif' >>confdefs.h 26448440cca4Smrgfi 26458440cca4Smrg 26468440cca4Smrgelse 26478440cca4Smrg echo "$as_me: failed program was:" >&5 26488440cca4Smrgsed 's/^/| /' conftest.$ac_ext >&5 26498440cca4Smrg 26508440cca4Smrgfi 26518440cca4Smrgrm -f conftest.err conftest.$ac_objext conftest.$ac_ext 26528440cca4Smrgac_ext=c 26538440cca4Smrgac_cpp='$CPP $CPPFLAGS' 26548440cca4Smrgac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 26558440cca4Smrgac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 26568440cca4Smrgac_compiler_gnu=$ac_cv_c_compiler_gnu 26578440cca4SmrgDEPDIR="${am__leading_dot}deps" 26588440cca4Smrg 26598440cca4Smrg ac_config_commands="$ac_config_commands depfiles" 26608440cca4Smrg 26618440cca4Smrg 26628440cca4Smrgam_make=${MAKE-make} 26638440cca4Smrgcat > confinc << 'END' 26648440cca4Smrgam__doit: 26658440cca4Smrg @echo done 26668440cca4Smrg.PHONY: am__doit 26678440cca4SmrgEND 26688440cca4Smrg# If we don't find an include directive, just comment out the code. 26698440cca4Smrgecho "$as_me:$LINENO: checking for style of include used by $am_make" >&5 26708440cca4Smrgecho $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 26718440cca4Smrgam__include="#" 26728440cca4Smrgam__quote= 26738440cca4Smrg_am_result=none 26748440cca4Smrg# First try GNU make style include. 26758440cca4Smrgecho "include confinc" > confmf 26768440cca4Smrg# We grep out `Entering directory' and `Leaving directory' 26778440cca4Smrg# messages which can occur if `w' ends up in MAKEFLAGS. 26788440cca4Smrg# In particular we don't look at `^make:' because GNU make might 26798440cca4Smrg# be invoked under some other name (usually "gmake"), in which 26808440cca4Smrg# case it prints its new name instead of `make'. 26818440cca4Smrgif test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then 26828440cca4Smrg am__include=include 26838440cca4Smrg am__quote= 26848440cca4Smrg _am_result=GNU 26858440cca4Smrgfi 26868440cca4Smrg# Now try BSD make style include. 26878440cca4Smrgif test "$am__include" = "#"; then 26888440cca4Smrg echo '.include "confinc"' > confmf 26898440cca4Smrg if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then 26908440cca4Smrg am__include=.include 26918440cca4Smrg am__quote="\"" 26928440cca4Smrg _am_result=BSD 26938440cca4Smrg fi 26948440cca4Smrgfi 26958440cca4Smrg 26968440cca4Smrg 26978440cca4Smrgecho "$as_me:$LINENO: result: $_am_result" >&5 26988440cca4Smrgecho "${ECHO_T}$_am_result" >&6 26998440cca4Smrgrm -f confinc confmf 27008440cca4Smrg 27018440cca4Smrg# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. 27028440cca4Smrgif test "${enable_dependency_tracking+set}" = set; then 27038440cca4Smrg enableval="$enable_dependency_tracking" 27048440cca4Smrg 27058440cca4Smrgfi; 27068440cca4Smrgif test "x$enable_dependency_tracking" != xno; then 27078440cca4Smrg am_depcomp="$ac_aux_dir/depcomp" 27088440cca4Smrg AMDEPBACKSLASH='\' 27098440cca4Smrgfi 27108440cca4Smrg 27118440cca4Smrg 27128440cca4Smrgif test "x$enable_dependency_tracking" != xno; then 27138440cca4Smrg AMDEP_TRUE= 27148440cca4Smrg AMDEP_FALSE='#' 27158440cca4Smrgelse 27168440cca4Smrg AMDEP_TRUE='#' 27178440cca4Smrg AMDEP_FALSE= 27188440cca4Smrgfi 27198440cca4Smrg 27208440cca4Smrg 27218440cca4Smrg 27228440cca4Smrg 27238440cca4Smrgdepcc="$CC" am_compiler_list= 27248440cca4Smrg 27258440cca4Smrgecho "$as_me:$LINENO: checking dependency style of $depcc" >&5 27268440cca4Smrgecho $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 27278440cca4Smrgif test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 27288440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 27298440cca4Smrgelse 27308440cca4Smrg if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 27318440cca4Smrg # We make a subdir and do the tests there. Otherwise we can end up 27328440cca4Smrg # making bogus files that we don't know about and never remove. For 27338440cca4Smrg # instance it was reported that on HP-UX the gcc test will end up 27348440cca4Smrg # making a dummy file named `D' -- because `-MD' means `put the output 27358440cca4Smrg # in D'. 27368440cca4Smrg mkdir conftest.dir 27378440cca4Smrg # Copy depcomp to subdir because otherwise we won't find it if we're 27388440cca4Smrg # using a relative directory. 27398440cca4Smrg cp "$am_depcomp" conftest.dir 27408440cca4Smrg cd conftest.dir 27418440cca4Smrg # We will build objects and dependencies in a subdirectory because 27428440cca4Smrg # it helps to detect inapplicable dependency modes. For instance 27438440cca4Smrg # both Tru64's cc and ICC support -MD to output dependencies as a 27448440cca4Smrg # side effect of compilation, but ICC will put the dependencies in 27458440cca4Smrg # the current directory while Tru64 will put them in the object 27468440cca4Smrg # directory. 27478440cca4Smrg mkdir sub 27488440cca4Smrg 27498440cca4Smrg am_cv_CC_dependencies_compiler_type=none 27508440cca4Smrg if test "$am_compiler_list" = ""; then 27518440cca4Smrg am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 27528440cca4Smrg fi 27538440cca4Smrg for depmode in $am_compiler_list; do 27548440cca4Smrg # Setup a source with many dependencies, because some compilers 27558440cca4Smrg # like to wrap large dependency lists on column 80 (with \), and 27568440cca4Smrg # we should not choose a depcomp mode which is confused by this. 27578440cca4Smrg # 27588440cca4Smrg # We need to recreate these files for each test, as the compiler may 27598440cca4Smrg # overwrite some of them when testing with obscure command lines. 27608440cca4Smrg # This happens at least with the AIX C compiler. 27618440cca4Smrg : > sub/conftest.c 27628440cca4Smrg for i in 1 2 3 4 5 6; do 27638440cca4Smrg echo '#include "conftst'$i'.h"' >> sub/conftest.c 27648440cca4Smrg : > sub/conftst$i.h 27658440cca4Smrg done 27668440cca4Smrg echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 27678440cca4Smrg 27688440cca4Smrg case $depmode in 27698440cca4Smrg nosideeffect) 27708440cca4Smrg # after this tag, mechanisms are not by side-effect, so they'll 27718440cca4Smrg # only be used when explicitly requested 27728440cca4Smrg if test "x$enable_dependency_tracking" = xyes; then 27738440cca4Smrg continue 27748440cca4Smrg else 27758440cca4Smrg break 27768440cca4Smrg fi 27778440cca4Smrg ;; 27788440cca4Smrg none) break ;; 27798440cca4Smrg esac 27808440cca4Smrg # We check with `-c' and `-o' for the sake of the "dashmstdout" 27818440cca4Smrg # mode. It turns out that the SunPro C++ compiler does not properly 27828440cca4Smrg # handle `-M -o', and we need to detect this. 27838440cca4Smrg if depmode=$depmode \ 27848440cca4Smrg source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 27858440cca4Smrg depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 27868440cca4Smrg $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 27878440cca4Smrg >/dev/null 2>conftest.err && 27888440cca4Smrg grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 27898440cca4Smrg grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 27908440cca4Smrg ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 27918440cca4Smrg # icc doesn't choke on unknown options, it will just issue warnings 27928440cca4Smrg # (even with -Werror). So we grep stderr for any message 27938440cca4Smrg # that says an option was ignored. 27948440cca4Smrg if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 27958440cca4Smrg am_cv_CC_dependencies_compiler_type=$depmode 27968440cca4Smrg break 27978440cca4Smrg fi 27988440cca4Smrg fi 27998440cca4Smrg done 28008440cca4Smrg 28018440cca4Smrg cd .. 28028440cca4Smrg rm -rf conftest.dir 28038440cca4Smrgelse 28048440cca4Smrg am_cv_CC_dependencies_compiler_type=none 28058440cca4Smrgfi 28068440cca4Smrg 28078440cca4Smrgfi 28088440cca4Smrgecho "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 28098440cca4Smrgecho "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 28108440cca4SmrgCCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 28118440cca4Smrg 28128440cca4Smrg 28138440cca4Smrg 28148440cca4Smrgif 28158440cca4Smrg test "x$enable_dependency_tracking" != xno \ 28168440cca4Smrg && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 28178440cca4Smrg am__fastdepCC_TRUE= 28188440cca4Smrg am__fastdepCC_FALSE='#' 28198440cca4Smrgelse 28208440cca4Smrg am__fastdepCC_TRUE='#' 28218440cca4Smrg am__fastdepCC_FALSE= 28228440cca4Smrgfi 28238440cca4Smrg 28248440cca4Smrg 28258440cca4Smrg# Find a good install program. We prefer a C program (faster), 28268440cca4Smrg# so one script is as good as another. But avoid the broken or 28278440cca4Smrg# incompatible versions: 28288440cca4Smrg# SysV /etc/install, /usr/sbin/install 28298440cca4Smrg# SunOS /usr/etc/install 28308440cca4Smrg# IRIX /sbin/install 28318440cca4Smrg# AIX /bin/install 28328440cca4Smrg# AmigaOS /C/install, which installs bootblocks on floppy discs 28338440cca4Smrg# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 28348440cca4Smrg# AFS /usr/afsws/bin/install, which mishandles nonexistent args 28358440cca4Smrg# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 28368440cca4Smrg# OS/2's system install, which has a completely different semantic 28378440cca4Smrg# ./install, which can be erroneously created by make from ./install.sh. 28388440cca4Smrgecho "$as_me:$LINENO: checking for a BSD-compatible install" >&5 28398440cca4Smrgecho $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 28408440cca4Smrgif test -z "$INSTALL"; then 28418440cca4Smrgif test "${ac_cv_path_install+set}" = set; then 28428440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 28438440cca4Smrgelse 28448440cca4Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 28458440cca4Smrgfor as_dir in $PATH 28468440cca4Smrgdo 28478440cca4Smrg IFS=$as_save_IFS 28488440cca4Smrg test -z "$as_dir" && as_dir=. 28498440cca4Smrg # Account for people who put trailing slashes in PATH elements. 28508440cca4Smrgcase $as_dir/ in 28518440cca4Smrg ./ | .// | /cC/* | \ 28528440cca4Smrg /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 28538440cca4Smrg ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 28548440cca4Smrg /usr/ucb/* ) ;; 28558440cca4Smrg *) 28568440cca4Smrg # OSF1 and SCO ODT 3.0 have their own names for install. 28578440cca4Smrg # Don't use installbsd from OSF since it installs stuff as root 28588440cca4Smrg # by default. 28598440cca4Smrg for ac_prog in ginstall scoinst install; do 28608440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 28618440cca4Smrg if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 28628440cca4Smrg if test $ac_prog = install && 28638440cca4Smrg grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 28648440cca4Smrg # AIX install. It has an incompatible calling convention. 28658440cca4Smrg : 28668440cca4Smrg elif test $ac_prog = install && 28678440cca4Smrg grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 28688440cca4Smrg # program-specific install script used by HP pwplus--don't use. 28698440cca4Smrg : 28708440cca4Smrg else 28718440cca4Smrg ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 28728440cca4Smrg break 3 28738440cca4Smrg fi 28748440cca4Smrg fi 28758440cca4Smrg done 28768440cca4Smrg done 28778440cca4Smrg ;; 28788440cca4Smrgesac 28798440cca4Smrgdone 28808440cca4Smrg 28818440cca4Smrg 28828440cca4Smrgfi 28838440cca4Smrg if test "${ac_cv_path_install+set}" = set; then 28848440cca4Smrg INSTALL=$ac_cv_path_install 28858440cca4Smrg else 28868440cca4Smrg # As a last resort, use the slow shell script. We don't cache a 28878440cca4Smrg # path for INSTALL within a source directory, because that will 28888440cca4Smrg # break other packages using the cache if that directory is 28898440cca4Smrg # removed, or if the path is relative. 28908440cca4Smrg INSTALL=$ac_install_sh 28918440cca4Smrg fi 28928440cca4Smrgfi 28938440cca4Smrgecho "$as_me:$LINENO: result: $INSTALL" >&5 28948440cca4Smrgecho "${ECHO_T}$INSTALL" >&6 28958440cca4Smrg 28968440cca4Smrg# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 28978440cca4Smrg# It thinks the first close brace ends the variable substitution. 28988440cca4Smrgtest -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 28998440cca4Smrg 29008440cca4Smrgtest -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 29018440cca4Smrg 29028440cca4Smrgtest -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 29038440cca4Smrg 29048440cca4Smrg 29058440cca4Smrg# Checks for pkg-config packages 29068440cca4Smrg 29078440cca4Smrg 29088440cca4Smrgif test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then 29098440cca4Smrg if test -n "$ac_tool_prefix"; then 29108440cca4Smrg # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 29118440cca4Smrgset dummy ${ac_tool_prefix}pkg-config; ac_word=$2 29128440cca4Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 29138440cca4Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 29148440cca4Smrgif test "${ac_cv_path_PKG_CONFIG+set}" = set; then 29158440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 29168440cca4Smrgelse 29178440cca4Smrg case $PKG_CONFIG in 29188440cca4Smrg [\\/]* | ?:[\\/]*) 29198440cca4Smrg ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 29208440cca4Smrg ;; 29218440cca4Smrg *) 29228440cca4Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 29238440cca4Smrgfor as_dir in $PATH 29248440cca4Smrgdo 29258440cca4Smrg IFS=$as_save_IFS 29268440cca4Smrg test -z "$as_dir" && as_dir=. 29278440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 29288440cca4Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 29298440cca4Smrg ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 29308440cca4Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 29318440cca4Smrg break 2 29328440cca4Smrg fi 29338440cca4Smrgdone 29348440cca4Smrgdone 29358440cca4Smrg 29368440cca4Smrg ;; 29378440cca4Smrgesac 29388440cca4Smrgfi 29398440cca4SmrgPKG_CONFIG=$ac_cv_path_PKG_CONFIG 29408440cca4Smrg 29418440cca4Smrgif test -n "$PKG_CONFIG"; then 29428440cca4Smrg echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 29438440cca4Smrgecho "${ECHO_T}$PKG_CONFIG" >&6 29448440cca4Smrgelse 29458440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 29468440cca4Smrgecho "${ECHO_T}no" >&6 29478440cca4Smrgfi 29488440cca4Smrg 29498440cca4Smrgfi 29508440cca4Smrgif test -z "$ac_cv_path_PKG_CONFIG"; then 29518440cca4Smrg ac_pt_PKG_CONFIG=$PKG_CONFIG 29528440cca4Smrg # Extract the first word of "pkg-config", so it can be a program name with args. 29538440cca4Smrgset dummy pkg-config; ac_word=$2 29548440cca4Smrgecho "$as_me:$LINENO: checking for $ac_word" >&5 29558440cca4Smrgecho $ECHO_N "checking for $ac_word... $ECHO_C" >&6 29568440cca4Smrgif test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then 29578440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 29588440cca4Smrgelse 29598440cca4Smrg case $ac_pt_PKG_CONFIG in 29608440cca4Smrg [\\/]* | ?:[\\/]*) 29618440cca4Smrg ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 29628440cca4Smrg ;; 29638440cca4Smrg *) 29648440cca4Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 29658440cca4Smrgfor as_dir in $PATH 29668440cca4Smrgdo 29678440cca4Smrg IFS=$as_save_IFS 29688440cca4Smrg test -z "$as_dir" && as_dir=. 29698440cca4Smrg for ac_exec_ext in '' $ac_executable_extensions; do 29708440cca4Smrg if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 29718440cca4Smrg ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 29728440cca4Smrg echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 29738440cca4Smrg break 2 29748440cca4Smrg fi 29758440cca4Smrgdone 29768440cca4Smrgdone 29778440cca4Smrg 29788440cca4Smrg ;; 29798440cca4Smrgesac 29808440cca4Smrgfi 29818440cca4Smrgac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 29828440cca4Smrg 29838440cca4Smrgif test -n "$ac_pt_PKG_CONFIG"; then 29848440cca4Smrg echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 29858440cca4Smrgecho "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 29868440cca4Smrgelse 29878440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 29888440cca4Smrgecho "${ECHO_T}no" >&6 29898440cca4Smrgfi 29908440cca4Smrg 29918440cca4Smrg PKG_CONFIG=$ac_pt_PKG_CONFIG 29928440cca4Smrgelse 29938440cca4Smrg PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 29948440cca4Smrgfi 29958440cca4Smrg 29968440cca4Smrgfi 29978440cca4Smrgif test -n "$PKG_CONFIG"; then 29988440cca4Smrg _pkg_min_version=0.9.0 29998440cca4Smrg echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 30008440cca4Smrgecho $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6 30018440cca4Smrg if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 30028440cca4Smrg echo "$as_me:$LINENO: result: yes" >&5 30038440cca4Smrgecho "${ECHO_T}yes" >&6 30048440cca4Smrg else 30058440cca4Smrg echo "$as_me:$LINENO: result: no" >&5 30068440cca4Smrgecho "${ECHO_T}no" >&6 30078440cca4Smrg PKG_CONFIG="" 30088440cca4Smrg fi 30098440cca4Smrg 30108440cca4Smrgfi 30118440cca4Smrg 30128440cca4Smrgpkg_failed=no 30138440cca4Smrgecho "$as_me:$LINENO: checking for XSTDCMAP" >&5 30148440cca4Smrgecho $ECHO_N "checking for XSTDCMAP... $ECHO_C" >&6 30158440cca4Smrg 30168440cca4Smrgif test -n "$PKG_CONFIG"; then 30178440cca4Smrg if test -n "$XSTDCMAP_CFLAGS"; then 30188440cca4Smrg pkg_cv_XSTDCMAP_CFLAGS="$XSTDCMAP_CFLAGS" 30198440cca4Smrg else 30208440cca4Smrg if test -n "$PKG_CONFIG" && \ 30218440cca4Smrg { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xmu x11\"") >&5 30228440cca4Smrg ($PKG_CONFIG --exists --print-errors "xmu x11") 2>&5 30238440cca4Smrg ac_status=$? 30248440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 30258440cca4Smrg (exit $ac_status); }; then 30268440cca4Smrg pkg_cv_XSTDCMAP_CFLAGS=`$PKG_CONFIG --cflags "xmu x11" 2>/dev/null` 30278440cca4Smrgelse 30288440cca4Smrg pkg_failed=yes 30298440cca4Smrgfi 30308440cca4Smrg fi 30318440cca4Smrgelse 30328440cca4Smrg pkg_failed=untried 30338440cca4Smrgfi 30348440cca4Smrgif test -n "$PKG_CONFIG"; then 30358440cca4Smrg if test -n "$XSTDCMAP_LIBS"; then 30368440cca4Smrg pkg_cv_XSTDCMAP_LIBS="$XSTDCMAP_LIBS" 30378440cca4Smrg else 30388440cca4Smrg if test -n "$PKG_CONFIG" && \ 30398440cca4Smrg { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xmu x11\"") >&5 30408440cca4Smrg ($PKG_CONFIG --exists --print-errors "xmu x11") 2>&5 30418440cca4Smrg ac_status=$? 30428440cca4Smrg echo "$as_me:$LINENO: \$? = $ac_status" >&5 30438440cca4Smrg (exit $ac_status); }; then 30448440cca4Smrg pkg_cv_XSTDCMAP_LIBS=`$PKG_CONFIG --libs "xmu x11" 2>/dev/null` 30458440cca4Smrgelse 30468440cca4Smrg pkg_failed=yes 30478440cca4Smrgfi 30488440cca4Smrg fi 30498440cca4Smrgelse 30508440cca4Smrg pkg_failed=untried 30518440cca4Smrgfi 30528440cca4Smrg 30538440cca4Smrg 30548440cca4Smrg 30558440cca4Smrgif test $pkg_failed = yes; then 30568440cca4Smrg 30578440cca4Smrgif $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 30588440cca4Smrg _pkg_short_errors_supported=yes 30598440cca4Smrgelse 30608440cca4Smrg _pkg_short_errors_supported=no 30618440cca4Smrgfi 30628440cca4Smrg if test $_pkg_short_errors_supported = yes; then 30638440cca4Smrg XSTDCMAP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xmu x11"` 30648440cca4Smrg else 30658440cca4Smrg XSTDCMAP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xmu x11"` 30668440cca4Smrg fi 30678440cca4Smrg # Put the nasty error message in config.log where it belongs 30688440cca4Smrg echo "$XSTDCMAP_PKG_ERRORS" >&5 30698440cca4Smrg 30708440cca4Smrg { { echo "$as_me:$LINENO: error: Package requirements (xmu x11) were not met: 30718440cca4Smrg 30728440cca4Smrg$XSTDCMAP_PKG_ERRORS 30738440cca4Smrg 30748440cca4SmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you 30758440cca4Smrginstalled software in a non-standard prefix. 30768440cca4Smrg 30778440cca4SmrgAlternatively, you may set the environment variables XSTDCMAP_CFLAGS 30788440cca4Smrgand XSTDCMAP_LIBS to avoid the need to call pkg-config. 30798440cca4SmrgSee the pkg-config man page for more details. 30808440cca4Smrg" >&5 30818440cca4Smrgecho "$as_me: error: Package requirements (xmu x11) were not met: 30828440cca4Smrg 30838440cca4Smrg$XSTDCMAP_PKG_ERRORS 30848440cca4Smrg 30858440cca4SmrgConsider adjusting the PKG_CONFIG_PATH environment variable if you 30868440cca4Smrginstalled software in a non-standard prefix. 30878440cca4Smrg 30888440cca4SmrgAlternatively, you may set the environment variables XSTDCMAP_CFLAGS 30898440cca4Smrgand XSTDCMAP_LIBS to avoid the need to call pkg-config. 30908440cca4SmrgSee the pkg-config man page for more details. 30918440cca4Smrg" >&2;} 30928440cca4Smrg { (exit 1); exit 1; }; } 30938440cca4Smrgelif test $pkg_failed = untried; then 30948440cca4Smrg { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it 30958440cca4Smrgis in your PATH or set the PKG_CONFIG environment variable to the full 30968440cca4Smrgpath to pkg-config. 30978440cca4Smrg 30988440cca4SmrgAlternatively, you may set the environment variables XSTDCMAP_CFLAGS 30998440cca4Smrgand XSTDCMAP_LIBS to avoid the need to call pkg-config. 31008440cca4SmrgSee the pkg-config man page for more details. 31018440cca4Smrg 31028440cca4SmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. 31038440cca4SmrgSee \`config.log' for more details." >&5 31048440cca4Smrgecho "$as_me: error: The pkg-config script could not be found or is too old. Make sure it 31058440cca4Smrgis in your PATH or set the PKG_CONFIG environment variable to the full 31068440cca4Smrgpath to pkg-config. 31078440cca4Smrg 31088440cca4SmrgAlternatively, you may set the environment variables XSTDCMAP_CFLAGS 31098440cca4Smrgand XSTDCMAP_LIBS to avoid the need to call pkg-config. 31108440cca4SmrgSee the pkg-config man page for more details. 31118440cca4Smrg 31128440cca4SmrgTo get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. 31138440cca4SmrgSee \`config.log' for more details." >&2;} 31148440cca4Smrg { (exit 1); exit 1; }; } 31158440cca4Smrgelse 31168440cca4Smrg XSTDCMAP_CFLAGS=$pkg_cv_XSTDCMAP_CFLAGS 31178440cca4Smrg XSTDCMAP_LIBS=$pkg_cv_XSTDCMAP_LIBS 31188440cca4Smrg echo "$as_me:$LINENO: result: yes" >&5 31198440cca4Smrgecho "${ECHO_T}yes" >&6 31208440cca4Smrg : 31218440cca4Smrgfi 31228440cca4Smrg 31238440cca4Smrg 31248440cca4Smrg 31258440cca4Smrg# Make sure we can run config.sub. 31268440cca4Smrg$ac_config_sub sun4 >/dev/null 2>&1 || 31278440cca4Smrg { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 31288440cca4Smrgecho "$as_me: error: cannot run $ac_config_sub" >&2;} 31298440cca4Smrg { (exit 1); exit 1; }; } 31308440cca4Smrg 31318440cca4Smrgecho "$as_me:$LINENO: checking build system type" >&5 31328440cca4Smrgecho $ECHO_N "checking build system type... $ECHO_C" >&6 31338440cca4Smrgif test "${ac_cv_build+set}" = set; then 31348440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 31358440cca4Smrgelse 31368440cca4Smrg ac_cv_build_alias=$build_alias 31378440cca4Smrgtest -z "$ac_cv_build_alias" && 31388440cca4Smrg ac_cv_build_alias=`$ac_config_guess` 31398440cca4Smrgtest -z "$ac_cv_build_alias" && 31408440cca4Smrg { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 31418440cca4Smrgecho "$as_me: error: cannot guess build type; you must specify one" >&2;} 31428440cca4Smrg { (exit 1); exit 1; }; } 31438440cca4Smrgac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 31448440cca4Smrg { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 31458440cca4Smrgecho "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} 31468440cca4Smrg { (exit 1); exit 1; }; } 31478440cca4Smrg 31488440cca4Smrgfi 31498440cca4Smrgecho "$as_me:$LINENO: result: $ac_cv_build" >&5 31508440cca4Smrgecho "${ECHO_T}$ac_cv_build" >&6 31518440cca4Smrgbuild=$ac_cv_build 31528440cca4Smrgbuild_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 31538440cca4Smrgbuild_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 31548440cca4Smrgbuild_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 31558440cca4Smrg 31568440cca4Smrg 31578440cca4Smrgecho "$as_me:$LINENO: checking host system type" >&5 31588440cca4Smrgecho $ECHO_N "checking host system type... $ECHO_C" >&6 31598440cca4Smrgif test "${ac_cv_host+set}" = set; then 31608440cca4Smrg echo $ECHO_N "(cached) $ECHO_C" >&6 31618440cca4Smrgelse 31628440cca4Smrg ac_cv_host_alias=$host_alias 31638440cca4Smrgtest -z "$ac_cv_host_alias" && 31648440cca4Smrg ac_cv_host_alias=$ac_cv_build_alias 31658440cca4Smrgac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 31668440cca4Smrg { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 31678440cca4Smrgecho "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 31688440cca4Smrg { (exit 1); exit 1; }; } 31698440cca4Smrg 31708440cca4Smrgfi 31718440cca4Smrgecho "$as_me:$LINENO: result: $ac_cv_host" >&5 31728440cca4Smrgecho "${ECHO_T}$ac_cv_host" >&6 31738440cca4Smrghost=$ac_cv_host 31748440cca4Smrghost_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 31758440cca4Smrghost_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 31768440cca4Smrghost_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 31778440cca4Smrg 31788440cca4Smrg 31798440cca4Smrg 31808440cca4Smrg 31818440cca4Smrg 31828440cca4Smrgif test x$APP_MAN_SUFFIX = x ; then 31838440cca4Smrg case $host_os in 31848440cca4Smrg linux*) APP_MAN_SUFFIX=1x ;; 31858440cca4Smrg *) APP_MAN_SUFFIX=1 ;; 31868440cca4Smrg esac 31878440cca4Smrgfi 31888440cca4Smrgif test x$APP_MAN_DIR = x ; then 31898440cca4Smrg case $host_os in 31908440cca4Smrg linux*) APP_MAN_DIR='$(mandir)/man1' ;; 31918440cca4Smrg *) APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' ;; 31928440cca4Smrg esac 31938440cca4Smrgfi 31948440cca4Smrg 31958440cca4Smrgif test x$LIB_MAN_SUFFIX = x ; then 31968440cca4Smrg case $host_os in 31978440cca4Smrg linux*) LIB_MAN_SUFFIX=3x ;; 31988440cca4Smrg *) LIB_MAN_SUFFIX=3 ;; 31998440cca4Smrg esac 32008440cca4Smrgfi 32018440cca4Smrgif test x$LIB_MAN_DIR = x ; then 32028440cca4Smrg case $host_os in 32038440cca4Smrg linux*) LIB_MAN_DIR='$(mandir)/man3' ;; 32048440cca4Smrg *) LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' ;; 32058440cca4Smrg esac 32068440cca4Smrgfi 32078440cca4Smrg 32088440cca4Smrgif test x$FILE_MAN_SUFFIX = x ; then 32098440cca4Smrg case $host_os in 32108440cca4Smrg linux*) FILE_MAN_SUFFIX=5x ;; 32118440cca4Smrg solaris*) FILE_MAN_SUFFIX=4 ;; 32128440cca4Smrg *) FILE_MAN_SUFFIX=5 ;; 32138440cca4Smrg esac 32148440cca4Smrgfi 32158440cca4Smrgif test x$FILE_MAN_DIR = x ; then 32168440cca4Smrg case $host_os in 32178440cca4Smrg linux*) FILE_MAN_DIR='$(mandir)/man5' ;; 32188440cca4Smrg *) FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' ;; 32198440cca4Smrg esac 32208440cca4Smrgfi 32218440cca4Smrg 32228440cca4Smrg# In Imake's linux.cf, the misc man suffix & dir was only changed for 32238440cca4Smrg# LinuxDebian, not other Linuxes, so we leave it unchanged here 32248440cca4Smrgif test x$MISC_MAN_SUFFIX = x ; then 32258440cca4Smrg case $host_os in 32268440cca4Smrg# linux*) MISC_MAN_SUFFIX=7x ;; 32278440cca4Smrg solaris*) MISC_MAN_SUFFIX=5 ;; 32288440cca4Smrg *) MISC_MAN_SUFFIX=7 ;; 32298440cca4Smrg esac 32308440cca4Smrgfi 32318440cca4Smrgif test x$MISC_MAN_DIR = x ; then 32328440cca4Smrg case $host_os in 32338440cca4Smrg# linux*) MISC_MAN_DIR='$(mandir)/man7' ;; 32348440cca4Smrg *) MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' ;; 32358440cca4Smrg esac 32368440cca4Smrgfi 32378440cca4Smrg 32388440cca4Smrg# In Imake's linux.cf, the driver man suffix & dir was only changed for 32398440cca4Smrg# LinuxDebian, not other Linuxes, so we leave it unchanged here 32408440cca4Smrgif test x$DRIVER_MAN_SUFFIX = x ; then 32418440cca4Smrg case $host_os in 32428440cca4Smrg# linux*) DRIVER_MAN_SUFFIX=4x ;; 32438440cca4Smrg solaris*) DRIVER_MAN_SUFFIX=7 ;; 32448440cca4Smrg *) DRIVER_MAN_SUFFIX=4 ;; 32458440cca4Smrg esac 32468440cca4Smrgfi 32478440cca4Smrgif test x$DRIVER_MAN_DIR = x ; then 32488440cca4Smrg case $host_os in 32498440cca4Smrg# linux*) DRIVER_MAN_DIR='$(mandir)/man4' ;; 32508440cca4Smrg *) DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' ;; 32518440cca4Smrg esac 32528440cca4Smrgfi 32538440cca4Smrg 32548440cca4Smrgif test x$ADMIN_MAN_SUFFIX = x ; then 32558440cca4Smrg case $host_os in 32568440cca4Smrg solaris*) ADMIN_MAN_SUFFIX=1m ;; 32578440cca4Smrg *) ADMIN_MAN_SUFFIX=8 ;; 32588440cca4Smrg esac 32598440cca4Smrgfi 32608440cca4Smrgif test x$ADMIN_MAN_DIR = x ; then 32618440cca4Smrg ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)' 32628440cca4Smrgfi 32638440cca4Smrg 32648440cca4Smrg 32658440cca4Smrg 32668440cca4Smrg 32678440cca4Smrg 32688440cca4Smrg 32698440cca4Smrg 32708440cca4Smrg 32718440cca4Smrg 32728440cca4Smrg 32738440cca4Smrg 32748440cca4Smrg 32758440cca4Smrg 32768440cca4Smrg 32778440cca4Smrg 32788440cca4Smrg 32798440cca4Smrg 32808440cca4Smrg# Check whether --with-release-version or --without-release-version was given. 32818440cca4Smrgif test "${with_release_version+set}" = set; then 32828440cca4Smrg withval="$with_release_version" 32838440cca4Smrg RELEASE_VERSION="$withval" 32848440cca4Smrgelse 32858440cca4Smrg RELEASE_VERSION="" 32868440cca4Smrgfi; 32878440cca4Smrg if test "x$RELEASE_VERSION" != "x"; then 32888440cca4Smrg PACKAGE="$PACKAGE-$RELEASE_VERSION" 32898440cca4Smrg PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION" 32908440cca4Smrg { echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5 32918440cca4Smrgecho "$as_me: Building with package name set to $PACKAGE" >&6;} 32928440cca4Smrg fi 32938440cca4Smrg 32948440cca4Smrg 32958440cca4Smrg ac_config_files="$ac_config_files Makefile" 32968440cca4Smrgcat >confcache <<\_ACEOF 32978440cca4Smrg# This file is a shell script that caches the results of configure 32988440cca4Smrg# tests run on this system so they can be shared between configure 32998440cca4Smrg# scripts and configure runs, see configure's option --config-cache. 33008440cca4Smrg# It is not useful on other systems. If it contains results you don't 33018440cca4Smrg# want to keep, you may remove or edit it. 33028440cca4Smrg# 33038440cca4Smrg# config.status only pays attention to the cache file if you give it 33048440cca4Smrg# the --recheck option to rerun configure. 33058440cca4Smrg# 33068440cca4Smrg# `ac_cv_env_foo' variables (set or unset) will be overridden when 33078440cca4Smrg# loading this file, other *unset* `ac_cv_foo' will be assigned the 33088440cca4Smrg# following values. 33098440cca4Smrg 33108440cca4Smrg_ACEOF 33118440cca4Smrg 33128440cca4Smrg# The following way of writing the cache mishandles newlines in values, 33138440cca4Smrg# but we know of no workaround that is simple, portable, and efficient. 33148440cca4Smrg# So, don't put newlines in cache variables' values. 33158440cca4Smrg# Ultrix sh set writes to stderr and can't be redirected directly, 33168440cca4Smrg# and sets the high bit in the cache file unless we assign to the vars. 33178440cca4Smrg{ 33188440cca4Smrg (set) 2>&1 | 33198440cca4Smrg case `(ac_space=' '; set | grep ac_space) 2>&1` in 33208440cca4Smrg *ac_space=\ *) 33218440cca4Smrg # `set' does not quote correctly, so add quotes (double-quote 33228440cca4Smrg # substitution turns \\\\ into \\, and sed turns \\ into \). 33238440cca4Smrg sed -n \ 33248440cca4Smrg "s/'/'\\\\''/g; 33258440cca4Smrg s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 33268440cca4Smrg ;; 33278440cca4Smrg *) 33288440cca4Smrg # `set' quotes correctly as required by POSIX, so do not add quotes. 33298440cca4Smrg sed -n \ 33308440cca4Smrg "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 33318440cca4Smrg ;; 33328440cca4Smrg esac; 33338440cca4Smrg} | 33348440cca4Smrg sed ' 33358440cca4Smrg t clear 33368440cca4Smrg : clear 33378440cca4Smrg s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 33388440cca4Smrg t end 33398440cca4Smrg /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 33408440cca4Smrg : end' >>confcache 33418440cca4Smrgif diff $cache_file confcache >/dev/null 2>&1; then :; else 33428440cca4Smrg if test -w $cache_file; then 33438440cca4Smrg test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 33448440cca4Smrg cat confcache >$cache_file 33458440cca4Smrg else 33468440cca4Smrg echo "not updating unwritable cache $cache_file" 33478440cca4Smrg fi 33488440cca4Smrgfi 33498440cca4Smrgrm -f confcache 33508440cca4Smrg 33518440cca4Smrgtest "x$prefix" = xNONE && prefix=$ac_default_prefix 33528440cca4Smrg# Let make expand exec_prefix. 33538440cca4Smrgtest "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 33548440cca4Smrg 33558440cca4Smrg# VPATH may cause trouble with some makes, so we remove $(srcdir), 33568440cca4Smrg# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 33578440cca4Smrg# trailing colons and then remove the whole line if VPATH becomes empty 33588440cca4Smrg# (actually we leave an empty line to preserve line numbers). 33598440cca4Smrgif test "x$srcdir" = x.; then 33608440cca4Smrg ac_vpsub='/^[ ]*VPATH[ ]*=/{ 33618440cca4Smrgs/:*\$(srcdir):*/:/; 33628440cca4Smrgs/:*\${srcdir}:*/:/; 33638440cca4Smrgs/:*@srcdir@:*/:/; 33648440cca4Smrgs/^\([^=]*=[ ]*\):*/\1/; 33658440cca4Smrgs/:*$//; 33668440cca4Smrgs/^[^=]*=[ ]*$//; 33678440cca4Smrg}' 33688440cca4Smrgfi 33698440cca4Smrg 33708440cca4SmrgDEFS=-DHAVE_CONFIG_H 33718440cca4Smrg 33728440cca4Smrgac_libobjs= 33738440cca4Smrgac_ltlibobjs= 33748440cca4Smrgfor ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 33758440cca4Smrg # 1. Remove the extension, and $U if already installed. 33768440cca4Smrg ac_i=`echo "$ac_i" | 33778440cca4Smrg sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 33788440cca4Smrg # 2. Add them. 33798440cca4Smrg ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 33808440cca4Smrg ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 33818440cca4Smrgdone 33828440cca4SmrgLIBOBJS=$ac_libobjs 33838440cca4Smrg 33848440cca4SmrgLTLIBOBJS=$ac_ltlibobjs 33858440cca4Smrg 33868440cca4Smrg 33878440cca4Smrgif test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 33888440cca4Smrg { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. 33898440cca4SmrgUsually this means the macro was only invoked conditionally." >&5 33908440cca4Smrgecho "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. 33918440cca4SmrgUsually this means the macro was only invoked conditionally." >&2;} 33928440cca4Smrg { (exit 1); exit 1; }; } 33938440cca4Smrgfi 33948440cca4Smrgif test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 33958440cca4Smrg { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 33968440cca4SmrgUsually this means the macro was only invoked conditionally." >&5 33978440cca4Smrgecho "$as_me: error: conditional \"AMDEP\" was never defined. 33988440cca4SmrgUsually this means the macro was only invoked conditionally." >&2;} 33998440cca4Smrg { (exit 1); exit 1; }; } 34008440cca4Smrgfi 34018440cca4Smrgif test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 34028440cca4Smrg { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 34038440cca4SmrgUsually this means the macro was only invoked conditionally." >&5 34048440cca4Smrgecho "$as_me: error: conditional \"am__fastdepCC\" was never defined. 34058440cca4SmrgUsually this means the macro was only invoked conditionally." >&2;} 34068440cca4Smrg { (exit 1); exit 1; }; } 34078440cca4Smrgfi 34088440cca4Smrg 34098440cca4Smrg: ${CONFIG_STATUS=./config.status} 34108440cca4Smrgac_clean_files_save=$ac_clean_files 34118440cca4Smrgac_clean_files="$ac_clean_files $CONFIG_STATUS" 34128440cca4Smrg{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 34138440cca4Smrgecho "$as_me: creating $CONFIG_STATUS" >&6;} 34148440cca4Smrgcat >$CONFIG_STATUS <<_ACEOF 34158440cca4Smrg#! $SHELL 34168440cca4Smrg# Generated by $as_me. 34178440cca4Smrg# Run this file to recreate the current configuration. 34188440cca4Smrg# Compiler output produced by configure, useful for debugging 34198440cca4Smrg# configure, is in config.log if it exists. 34208440cca4Smrg 34218440cca4Smrgdebug=false 34228440cca4Smrgac_cs_recheck=false 34238440cca4Smrgac_cs_silent=false 34248440cca4SmrgSHELL=\${CONFIG_SHELL-$SHELL} 34258440cca4Smrg_ACEOF 34268440cca4Smrg 34278440cca4Smrgcat >>$CONFIG_STATUS <<\_ACEOF 34288440cca4Smrg## --------------------- ## 34298440cca4Smrg## M4sh Initialization. ## 34308440cca4Smrg## --------------------- ## 34318440cca4Smrg 34328440cca4Smrg# Be Bourne compatible 34338440cca4Smrgif test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 34348440cca4Smrg emulate sh 34358440cca4Smrg NULLCMD=: 34368440cca4Smrg # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 34378440cca4Smrg # is contrary to our usage. Disable this feature. 34388440cca4Smrg alias -g '${1+"$@"}'='"$@"' 34398440cca4Smrgelif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 34408440cca4Smrg set -o posix 34418440cca4Smrgfi 34428440cca4SmrgDUALCASE=1; export DUALCASE # for MKS sh 34438440cca4Smrg 34448440cca4Smrg# Support unset when possible. 34458440cca4Smrgif ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 34468440cca4Smrg as_unset=unset 34478440cca4Smrgelse 34488440cca4Smrg as_unset=false 34498440cca4Smrgfi 34508440cca4Smrg 34518440cca4Smrg 34528440cca4Smrg# Work around bugs in pre-3.0 UWIN ksh. 34538440cca4Smrg$as_unset ENV MAIL MAILPATH 34548440cca4SmrgPS1='$ ' 34558440cca4SmrgPS2='> ' 34568440cca4SmrgPS4='+ ' 34578440cca4Smrg 34588440cca4Smrg# NLS nuisances. 34598440cca4Smrgfor as_var in \ 34608440cca4Smrg LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 34618440cca4Smrg LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 34628440cca4Smrg LC_TELEPHONE LC_TIME 34638440cca4Smrgdo 34648440cca4Smrg if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 34658440cca4Smrg eval $as_var=C; export $as_var 34668440cca4Smrg else 34678440cca4Smrg $as_unset $as_var 34688440cca4Smrg fi 34698440cca4Smrgdone 34708440cca4Smrg 34718440cca4Smrg# Required to use basename. 34728440cca4Smrgif expr a : '\(a\)' >/dev/null 2>&1; then 34738440cca4Smrg as_expr=expr 34748440cca4Smrgelse 34758440cca4Smrg as_expr=false 34768440cca4Smrgfi 34778440cca4Smrg 34788440cca4Smrgif (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 34798440cca4Smrg as_basename=basename 34808440cca4Smrgelse 34818440cca4Smrg as_basename=false 34828440cca4Smrgfi 34838440cca4Smrg 34848440cca4Smrg 34858440cca4Smrg# Name of the executable. 34868440cca4Smrgas_me=`$as_basename "$0" || 34878440cca4Smrg$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 34888440cca4Smrg X"$0" : 'X\(//\)$' \| \ 34898440cca4Smrg X"$0" : 'X\(/\)$' \| \ 34908440cca4Smrg . : '\(.\)' 2>/dev/null || 34918440cca4Smrgecho X/"$0" | 34928440cca4Smrg sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 34938440cca4Smrg /^X\/\(\/\/\)$/{ s//\1/; q; } 34948440cca4Smrg /^X\/\(\/\).*/{ s//\1/; q; } 34958440cca4Smrg s/.*/./; q'` 34968440cca4Smrg 34978440cca4Smrg 34988440cca4Smrg# PATH needs CR, and LINENO needs CR and PATH. 34998440cca4Smrg# Avoid depending upon Character Ranges. 35008440cca4Smrgas_cr_letters='abcdefghijklmnopqrstuvwxyz' 35018440cca4Smrgas_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 35028440cca4Smrgas_cr_Letters=$as_cr_letters$as_cr_LETTERS 35038440cca4Smrgas_cr_digits='0123456789' 35048440cca4Smrgas_cr_alnum=$as_cr_Letters$as_cr_digits 35058440cca4Smrg 35068440cca4Smrg# The user is always right. 35078440cca4Smrgif test "${PATH_SEPARATOR+set}" != set; then 35088440cca4Smrg echo "#! /bin/sh" >conf$$.sh 35098440cca4Smrg echo "exit 0" >>conf$$.sh 35108440cca4Smrg chmod +x conf$$.sh 35118440cca4Smrg if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 35128440cca4Smrg PATH_SEPARATOR=';' 35138440cca4Smrg else 35148440cca4Smrg PATH_SEPARATOR=: 35158440cca4Smrg fi 35168440cca4Smrg rm -f conf$$.sh 35178440cca4Smrgfi 35188440cca4Smrg 35198440cca4Smrg 35208440cca4Smrg as_lineno_1=$LINENO 35218440cca4Smrg as_lineno_2=$LINENO 35228440cca4Smrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 35238440cca4Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 35248440cca4Smrg test "x$as_lineno_3" = "x$as_lineno_2" || { 35258440cca4Smrg # Find who we are. Look in the path if we contain no path at all 35268440cca4Smrg # relative or not. 35278440cca4Smrg case $0 in 35288440cca4Smrg *[\\/]* ) as_myself=$0 ;; 35298440cca4Smrg *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 35308440cca4Smrgfor as_dir in $PATH 35318440cca4Smrgdo 35328440cca4Smrg IFS=$as_save_IFS 35338440cca4Smrg test -z "$as_dir" && as_dir=. 35348440cca4Smrg test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 35358440cca4Smrgdone 35368440cca4Smrg 35378440cca4Smrg ;; 35388440cca4Smrg esac 35398440cca4Smrg # We did not find ourselves, most probably we were run as `sh COMMAND' 35408440cca4Smrg # in which case we are not to be found in the path. 35418440cca4Smrg if test "x$as_myself" = x; then 35428440cca4Smrg as_myself=$0 35438440cca4Smrg fi 35448440cca4Smrg if test ! -f "$as_myself"; then 35458440cca4Smrg { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 35468440cca4Smrgecho "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 35478440cca4Smrg { (exit 1); exit 1; }; } 35488440cca4Smrg fi 35498440cca4Smrg case $CONFIG_SHELL in 35508440cca4Smrg '') 35518440cca4Smrg as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 35528440cca4Smrgfor as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 35538440cca4Smrgdo 35548440cca4Smrg IFS=$as_save_IFS 35558440cca4Smrg test -z "$as_dir" && as_dir=. 35568440cca4Smrg for as_base in sh bash ksh sh5; do 35578440cca4Smrg case $as_dir in 35588440cca4Smrg /*) 35598440cca4Smrg if ("$as_dir/$as_base" -c ' 35608440cca4Smrg as_lineno_1=$LINENO 35618440cca4Smrg as_lineno_2=$LINENO 35628440cca4Smrg as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 35638440cca4Smrg test "x$as_lineno_1" != "x$as_lineno_2" && 35648440cca4Smrg test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 35658440cca4Smrg $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 35668440cca4Smrg $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 35678440cca4Smrg CONFIG_SHELL=$as_dir/$as_base 35688440cca4Smrg export CONFIG_SHELL 35698440cca4Smrg exec "$CONFIG_SHELL" "$0" ${1+"$@"} 35708440cca4Smrg fi;; 35718440cca4Smrg esac 35728440cca4Smrg done 35738440cca4Smrgdone 35748440cca4Smrg;; 35758440cca4Smrg esac 35768440cca4Smrg 35778440cca4Smrg # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 35788440cca4Smrg # uniformly replaced by the line number. The first 'sed' inserts a 35798440cca4Smrg # line-number line before each line; the second 'sed' does the real 35808440cca4Smrg # work. The second script uses 'N' to pair each line-number line 35818440cca4Smrg # with the numbered line, and appends trailing '-' during 35828440cca4Smrg # substitution so that $LINENO is not a special case at line end. 35838440cca4Smrg # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 35848440cca4Smrg # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 35858440cca4Smrg sed '=' <$as_myself | 35868440cca4Smrg sed ' 35878440cca4Smrg N 35888440cca4Smrg s,$,-, 35898440cca4Smrg : loop 35908440cca4Smrg s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 35918440cca4Smrg t loop 35928440cca4Smrg s,-$,, 35938440cca4Smrg s,^['$as_cr_digits']*\n,, 35948440cca4Smrg ' >$as_me.lineno && 35958440cca4Smrg chmod +x $as_me.lineno || 35968440cca4Smrg { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 35978440cca4Smrgecho "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 35988440cca4Smrg { (exit 1); exit 1; }; } 35998440cca4Smrg 36008440cca4Smrg # Don't try to exec as it changes $[0], causing all sort of problems 36018440cca4Smrg # (the dirname of $[0] is not the place where we might find the 36028440cca4Smrg # original and so on. Autoconf is especially sensible to this). 36038440cca4Smrg . ./$as_me.lineno 36048440cca4Smrg # Exit status is that of the last command. 36058440cca4Smrg exit 36068440cca4Smrg} 36078440cca4Smrg 36088440cca4Smrg 36098440cca4Smrgcase `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 36108440cca4Smrg *c*,-n*) ECHO_N= ECHO_C=' 36118440cca4Smrg' ECHO_T=' ' ;; 36128440cca4Smrg *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 36138440cca4Smrg *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 36148440cca4Smrgesac 36158440cca4Smrg 36168440cca4Smrgif expr a : '\(a\)' >/dev/null 2>&1; then 36178440cca4Smrg as_expr=expr 36188440cca4Smrgelse 36198440cca4Smrg as_expr=false 36208440cca4Smrgfi 36218440cca4Smrg 36228440cca4Smrgrm -f conf$$ conf$$.exe conf$$.file 36238440cca4Smrgecho >conf$$.file 36248440cca4Smrgif ln -s conf$$.file conf$$ 2>/dev/null; then 36258440cca4Smrg # We could just check for DJGPP; but this test a) works b) is more generic 36268440cca4Smrg # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 36278440cca4Smrg if test -f conf$$.exe; then 36288440cca4Smrg # Don't use ln at all; we don't have any links 36298440cca4Smrg as_ln_s='cp -p' 36308440cca4Smrg else 36318440cca4Smrg as_ln_s='ln -s' 36328440cca4Smrg fi 36338440cca4Smrgelif ln conf$$.file conf$$ 2>/dev/null; then 36348440cca4Smrg as_ln_s=ln 36358440cca4Smrgelse 36368440cca4Smrg as_ln_s='cp -p' 36378440cca4Smrgfi 36388440cca4Smrgrm -f conf$$ conf$$.exe conf$$.file 36398440cca4Smrg 36408440cca4Smrgif mkdir -p . 2>/dev/null; then 36418440cca4Smrg as_mkdir_p=: 36428440cca4Smrgelse 36438440cca4Smrg test -d ./-p && rmdir ./-p 36448440cca4Smrg as_mkdir_p=false 36458440cca4Smrgfi 36468440cca4Smrg 36478440cca4Smrgas_executable_p="test -f" 36488440cca4Smrg 36498440cca4Smrg# Sed expression to map a string onto a valid CPP name. 36508440cca4Smrgas_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 36518440cca4Smrg 36528440cca4Smrg# Sed expression to map a string onto a valid variable name. 36538440cca4Smrgas_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 36548440cca4Smrg 36558440cca4Smrg 36568440cca4Smrg# IFS 36578440cca4Smrg# We need space, tab and new line, in precisely that order. 36588440cca4Smrgas_nl=' 36598440cca4Smrg' 36608440cca4SmrgIFS=" $as_nl" 36618440cca4Smrg 36628440cca4Smrg# CDPATH. 36638440cca4Smrg$as_unset CDPATH 36648440cca4Smrg 36658440cca4Smrgexec 6>&1 36668440cca4Smrg 36678440cca4Smrg# Open the log real soon, to keep \$[0] and so on meaningful, and to 36688440cca4Smrg# report actual input values of CONFIG_FILES etc. instead of their 36698440cca4Smrg# values after options handling. Logging --version etc. is OK. 36708440cca4Smrgexec 5>>config.log 36718440cca4Smrg{ 36728440cca4Smrg echo 36738440cca4Smrg sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 36748440cca4Smrg## Running $as_me. ## 36758440cca4Smrg_ASBOX 36768440cca4Smrg} >&5 36778440cca4Smrgcat >&5 <<_CSEOF 36788440cca4Smrg 36798440cca4SmrgThis file was extended by xstdcmap $as_me 1.0.1, which was 36808440cca4Smrggenerated by GNU Autoconf 2.59. Invocation command line was 36818440cca4Smrg 36828440cca4Smrg CONFIG_FILES = $CONFIG_FILES 36838440cca4Smrg CONFIG_HEADERS = $CONFIG_HEADERS 36848440cca4Smrg CONFIG_LINKS = $CONFIG_LINKS 36858440cca4Smrg CONFIG_COMMANDS = $CONFIG_COMMANDS 36868440cca4Smrg $ $0 $@ 36878440cca4Smrg 36888440cca4Smrg_CSEOF 36898440cca4Smrgecho "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 36908440cca4Smrgecho >&5 36918440cca4Smrg_ACEOF 36928440cca4Smrg 36938440cca4Smrg# Files that config.status was made for. 36948440cca4Smrgif test -n "$ac_config_files"; then 36958440cca4Smrg echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 36968440cca4Smrgfi 36978440cca4Smrg 36988440cca4Smrgif test -n "$ac_config_headers"; then 36998440cca4Smrg echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 37008440cca4Smrgfi 37018440cca4Smrg 37028440cca4Smrgif test -n "$ac_config_links"; then 37038440cca4Smrg echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 37048440cca4Smrgfi 37058440cca4Smrg 37068440cca4Smrgif test -n "$ac_config_commands"; then 37078440cca4Smrg echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 37088440cca4Smrgfi 37098440cca4Smrg 37108440cca4Smrgcat >>$CONFIG_STATUS <<\_ACEOF 37118440cca4Smrg 37128440cca4Smrgac_cs_usage="\ 37138440cca4Smrg\`$as_me' instantiates files from templates according to the 37148440cca4Smrgcurrent configuration. 37158440cca4Smrg 37168440cca4SmrgUsage: $0 [OPTIONS] [FILE]... 37178440cca4Smrg 37188440cca4Smrg -h, --help print this help, then exit 37198440cca4Smrg -V, --version print version number, then exit 37208440cca4Smrg -q, --quiet do not print progress messages 37218440cca4Smrg -d, --debug don't remove temporary files 37228440cca4Smrg --recheck update $as_me by reconfiguring in the same conditions 37238440cca4Smrg --file=FILE[:TEMPLATE] 37248440cca4Smrg instantiate the configuration file FILE 37258440cca4Smrg --header=FILE[:TEMPLATE] 37268440cca4Smrg instantiate the configuration header FILE 37278440cca4Smrg 37288440cca4SmrgConfiguration files: 37298440cca4Smrg$config_files 37308440cca4Smrg 37318440cca4SmrgConfiguration headers: 37328440cca4Smrg$config_headers 37338440cca4Smrg 37348440cca4SmrgConfiguration commands: 37358440cca4Smrg$config_commands 37368440cca4Smrg 37378440cca4SmrgReport bugs to <bug-autoconf@gnu.org>." 37388440cca4Smrg_ACEOF 37398440cca4Smrg 37408440cca4Smrgcat >>$CONFIG_STATUS <<_ACEOF 37418440cca4Smrgac_cs_version="\\ 37428440cca4Smrgxstdcmap config.status 1.0.1 37438440cca4Smrgconfigured by $0, generated by GNU Autoconf 2.59, 37448440cca4Smrg with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 37458440cca4Smrg 37468440cca4SmrgCopyright (C) 2003 Free Software Foundation, Inc. 37478440cca4SmrgThis config.status script is free software; the Free Software Foundation 37488440cca4Smrggives unlimited permission to copy, distribute and modify it." 37498440cca4Smrgsrcdir=$srcdir 37508440cca4SmrgINSTALL="$INSTALL" 37518440cca4Smrg_ACEOF 37528440cca4Smrg 37538440cca4Smrgcat >>$CONFIG_STATUS <<\_ACEOF 37548440cca4Smrg# If no file are specified by the user, then we need to provide default 37558440cca4Smrg# value. By we need to know if files were specified by the user. 37568440cca4Smrgac_need_defaults=: 37578440cca4Smrgwhile test $# != 0 37588440cca4Smrgdo 37598440cca4Smrg case $1 in 37608440cca4Smrg --*=*) 37618440cca4Smrg ac_option=`expr "x$1" : 'x\([^=]*\)='` 37628440cca4Smrg ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 37638440cca4Smrg ac_shift=: 37648440cca4Smrg ;; 37658440cca4Smrg -*) 37668440cca4Smrg ac_option=$1 37678440cca4Smrg ac_optarg=$2 37688440cca4Smrg ac_shift=shift 37698440cca4Smrg ;; 37708440cca4Smrg *) # This is not an option, so the user has probably given explicit 37718440cca4Smrg # arguments. 37728440cca4Smrg ac_option=$1 37738440cca4Smrg ac_need_defaults=false;; 37748440cca4Smrg esac 37758440cca4Smrg 37768440cca4Smrg case $ac_option in 37778440cca4Smrg # Handling of the options. 37788440cca4Smrg_ACEOF 37798440cca4Smrgcat >>$CONFIG_STATUS <<\_ACEOF 37808440cca4Smrg -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 37818440cca4Smrg ac_cs_recheck=: ;; 37828440cca4Smrg --version | --vers* | -V ) 37838440cca4Smrg echo "$ac_cs_version"; exit 0 ;; 37848440cca4Smrg --he | --h) 37858440cca4Smrg # Conflict between --help and --header 37868440cca4Smrg { { echo "$as_me:$LINENO: error: ambiguous option: $1 37878440cca4SmrgTry \`$0 --help' for more information." >&5 37888440cca4Smrgecho "$as_me: error: ambiguous option: $1 37898440cca4SmrgTry \`$0 --help' for more information." >&2;} 37908440cca4Smrg { (exit 1); exit 1; }; };; 37918440cca4Smrg --help | --hel | -h ) 37928440cca4Smrg echo "$ac_cs_usage"; exit 0 ;; 37938440cca4Smrg --debug | --d* | -d ) 37948440cca4Smrg debug=: ;; 37958440cca4Smrg --file | --fil | --fi | --f ) 37968440cca4Smrg $ac_shift 37978440cca4Smrg CONFIG_FILES="$CONFIG_FILES $ac_optarg" 37988440cca4Smrg ac_need_defaults=false;; 37998440cca4Smrg --header | --heade | --head | --hea ) 38008440cca4Smrg $ac_shift 38018440cca4Smrg CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 38028440cca4Smrg ac_need_defaults=false;; 38038440cca4Smrg -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 38048440cca4Smrg | -silent | --silent | --silen | --sile | --sil | --si | --s) 38058440cca4Smrg ac_cs_silent=: ;; 38068440cca4Smrg 38078440cca4Smrg # This is an error. 38088440cca4Smrg -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 38098440cca4SmrgTry \`$0 --help' for more information." >&5 38108440cca4Smrgecho "$as_me: error: unrecognized option: $1 38118440cca4SmrgTry \`$0 --help' for more information." >&2;} 38128440cca4Smrg { (exit 1); exit 1; }; } ;; 38138440cca4Smrg 38148440cca4Smrg *) ac_config_targets="$ac_config_targets $1" ;; 38158440cca4Smrg 38168440cca4Smrg esac 38178440cca4Smrg shift 38188440cca4Smrgdone 38198440cca4Smrg 38208440cca4Smrgac_configure_extra_args= 38218440cca4Smrg 38228440cca4Smrgif $ac_cs_silent; then 38238440cca4Smrg exec 6>/dev/null 38248440cca4Smrg ac_configure_extra_args="$ac_configure_extra_args --silent" 38258440cca4Smrgfi 38268440cca4Smrg 38278440cca4Smrg_ACEOF 38288440cca4Smrgcat >>$CONFIG_STATUS <<_ACEOF 38298440cca4Smrgif \$ac_cs_recheck; then 38308440cca4Smrg echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 38318440cca4Smrg exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 38328440cca4Smrgfi 38338440cca4Smrg 38348440cca4Smrg_ACEOF 38358440cca4Smrg 38368440cca4Smrgcat >>$CONFIG_STATUS <<_ACEOF 38378440cca4Smrg# 38388440cca4Smrg# INIT-COMMANDS section. 38398440cca4Smrg# 38408440cca4Smrg 38418440cca4SmrgAMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 38428440cca4Smrg 38438440cca4Smrg_ACEOF 38448440cca4Smrg 38458440cca4Smrg 38468440cca4Smrg 38478440cca4Smrgcat >>$CONFIG_STATUS <<\_ACEOF 38488440cca4Smrgfor ac_config_target in $ac_config_targets 38498440cca4Smrgdo 38508440cca4Smrg case "$ac_config_target" in 38518440cca4Smrg # Handling of arguments. 38528440cca4Smrg "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 38538440cca4Smrg "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 38548440cca4Smrg "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 38558440cca4Smrg *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 38568440cca4Smrgecho "$as_me: error: invalid argument: $ac_config_target" >&2;} 38578440cca4Smrg { (exit 1); exit 1; }; };; 38588440cca4Smrg esac 38598440cca4Smrgdone 38608440cca4Smrg 38618440cca4Smrg# If the user did not use the arguments to specify the items to instantiate, 38628440cca4Smrg# then the envvar interface is used. Set only those that are not. 38638440cca4Smrg# We use the long form for the default assignment because of an extremely 38648440cca4Smrg# bizarre bug on SunOS 4.1.3. 38658440cca4Smrgif $ac_need_defaults; then 38668440cca4Smrg test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 38678440cca4Smrg test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 38688440cca4Smrg test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 38698440cca4Smrgfi 38708440cca4Smrg 38718440cca4Smrg# Have a temporary directory for convenience. Make it in the build tree 38728440cca4Smrg# simply because there is no reason to put it here, and in addition, 38738440cca4Smrg# creating and moving files from /tmp can sometimes cause problems. 38748440cca4Smrg# Create a temporary directory, and hook for its removal unless debugging. 38758440cca4Smrg$debug || 38768440cca4Smrg{ 38778440cca4Smrg trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 38788440cca4Smrg trap '{ (exit 1); exit 1; }' 1 2 13 15 38798440cca4Smrg} 38808440cca4Smrg 38818440cca4Smrg# Create a (secure) tmp directory for tmp files. 38828440cca4Smrg 38838440cca4Smrg{ 38848440cca4Smrg tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 38858440cca4Smrg test -n "$tmp" && test -d "$tmp" 38868440cca4Smrg} || 38878440cca4Smrg{ 38888440cca4Smrg tmp=./confstat$$-$RANDOM 38898440cca4Smrg (umask 077 && mkdir $tmp) 38908440cca4Smrg} || 38918440cca4Smrg{ 38928440cca4Smrg echo "$me: cannot create a temporary directory in ." >&2 38938440cca4Smrg { (exit 1); exit 1; } 38948440cca4Smrg} 38958440cca4Smrg 38968440cca4Smrg_ACEOF 38978440cca4Smrg 38988440cca4Smrgcat >>$CONFIG_STATUS <<_ACEOF 38998440cca4Smrg 39008440cca4Smrg# 39018440cca4Smrg# CONFIG_FILES section. 39028440cca4Smrg# 39038440cca4Smrg 39048440cca4Smrg# No need to generate the scripts if there are no CONFIG_FILES. 39058440cca4Smrg# This happens for instance when ./config.status config.h 39068440cca4Smrgif test -n "\$CONFIG_FILES"; then 39078440cca4Smrg # Protect against being on the right side of a sed subst in config.status. 39088440cca4Smrg sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 39098440cca4Smrg s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 39108440cca4Smrgs,@SHELL@,$SHELL,;t t 39118440cca4Smrgs,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 39128440cca4Smrgs,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 39138440cca4Smrgs,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 39148440cca4Smrgs,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 39158440cca4Smrgs,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 39168440cca4Smrgs,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 39178440cca4Smrgs,@exec_prefix@,$exec_prefix,;t t 39188440cca4Smrgs,@prefix@,$prefix,;t t 39198440cca4Smrgs,@program_transform_name@,$program_transform_name,;t t 39208440cca4Smrgs,@bindir@,$bindir,;t t 39218440cca4Smrgs,@sbindir@,$sbindir,;t t 39228440cca4Smrgs,@libexecdir@,$libexecdir,;t t 39238440cca4Smrgs,@datadir@,$datadir,;t t 39248440cca4Smrgs,@sysconfdir@,$sysconfdir,;t t 39258440cca4Smrgs,@sharedstatedir@,$sharedstatedir,;t t 39268440cca4Smrgs,@localstatedir@,$localstatedir,;t t 39278440cca4Smrgs,@libdir@,$libdir,;t t 39288440cca4Smrgs,@includedir@,$includedir,;t t 39298440cca4Smrgs,@oldincludedir@,$oldincludedir,;t t 39308440cca4Smrgs,@infodir@,$infodir,;t t 39318440cca4Smrgs,@mandir@,$mandir,;t t 39328440cca4Smrgs,@build_alias@,$build_alias,;t t 39338440cca4Smrgs,@host_alias@,$host_alias,;t t 39348440cca4Smrgs,@target_alias@,$target_alias,;t t 39358440cca4Smrgs,@DEFS@,$DEFS,;t t 39368440cca4Smrgs,@ECHO_C@,$ECHO_C,;t t 39378440cca4Smrgs,@ECHO_N@,$ECHO_N,;t t 39388440cca4Smrgs,@ECHO_T@,$ECHO_T,;t t 39398440cca4Smrgs,@LIBS@,$LIBS,;t t 39408440cca4Smrgs,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 39418440cca4Smrgs,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 39428440cca4Smrgs,@INSTALL_DATA@,$INSTALL_DATA,;t t 39438440cca4Smrgs,@CYGPATH_W@,$CYGPATH_W,;t t 39448440cca4Smrgs,@PACKAGE@,$PACKAGE,;t t 39458440cca4Smrgs,@VERSION@,$VERSION,;t t 39468440cca4Smrgs,@ACLOCAL@,$ACLOCAL,;t t 39478440cca4Smrgs,@AUTOCONF@,$AUTOCONF,;t t 39488440cca4Smrgs,@AUTOMAKE@,$AUTOMAKE,;t t 39498440cca4Smrgs,@AUTOHEADER@,$AUTOHEADER,;t t 39508440cca4Smrgs,@MAKEINFO@,$MAKEINFO,;t t 39518440cca4Smrgs,@AMTAR@,$AMTAR,;t t 39528440cca4Smrgs,@install_sh@,$install_sh,;t t 39538440cca4Smrgs,@STRIP@,$STRIP,;t t 39548440cca4Smrgs,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 39558440cca4Smrgs,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t 39568440cca4Smrgs,@AWK@,$AWK,;t t 39578440cca4Smrgs,@SET_MAKE@,$SET_MAKE,;t t 39588440cca4Smrgs,@am__leading_dot@,$am__leading_dot,;t t 39598440cca4Smrgs,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t 39608440cca4Smrgs,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t 39618440cca4Smrgs,@MAINT@,$MAINT,;t t 39628440cca4Smrgs,@CC@,$CC,;t t 39638440cca4Smrgs,@CFLAGS@,$CFLAGS,;t t 39648440cca4Smrgs,@LDFLAGS@,$LDFLAGS,;t t 39658440cca4Smrgs,@CPPFLAGS@,$CPPFLAGS,;t t 39668440cca4Smrgs,@ac_ct_CC@,$ac_ct_CC,;t t 39678440cca4Smrgs,@EXEEXT@,$EXEEXT,;t t 39688440cca4Smrgs,@OBJEXT@,$OBJEXT,;t t 39698440cca4Smrgs,@DEPDIR@,$DEPDIR,;t t 39708440cca4Smrgs,@am__include@,$am__include,;t t 39718440cca4Smrgs,@am__quote@,$am__quote,;t t 39728440cca4Smrgs,@AMDEP_TRUE@,$AMDEP_TRUE,;t t 39738440cca4Smrgs,@AMDEP_FALSE@,$AMDEP_FALSE,;t t 39748440cca4Smrgs,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t 39758440cca4Smrgs,@CCDEPMODE@,$CCDEPMODE,;t t 39768440cca4Smrgs,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t 39778440cca4Smrgs,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t 39788440cca4Smrgs,@PKG_CONFIG@,$PKG_CONFIG,;t t 39798440cca4Smrgs,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t 39808440cca4Smrgs,@XSTDCMAP_CFLAGS@,$XSTDCMAP_CFLAGS,;t t 39818440cca4Smrgs,@XSTDCMAP_LIBS@,$XSTDCMAP_LIBS,;t t 39828440cca4Smrgs,@build@,$build,;t t 39838440cca4Smrgs,@build_cpu@,$build_cpu,;t t 39848440cca4Smrgs,@build_vendor@,$build_vendor,;t t 39858440cca4Smrgs,@build_os@,$build_os,;t t 39868440cca4Smrgs,@host@,$host,;t t 39878440cca4Smrgs,@host_cpu@,$host_cpu,;t t 39888440cca4Smrgs,@host_vendor@,$host_vendor,;t t 39898440cca4Smrgs,@host_os@,$host_os,;t t 39908440cca4Smrgs,@APP_MAN_SUFFIX@,$APP_MAN_SUFFIX,;t t 39918440cca4Smrgs,@LIB_MAN_SUFFIX@,$LIB_MAN_SUFFIX,;t t 39928440cca4Smrgs,@FILE_MAN_SUFFIX@,$FILE_MAN_SUFFIX,;t t 39938440cca4Smrgs,@MISC_MAN_SUFFIX@,$MISC_MAN_SUFFIX,;t t 39948440cca4Smrgs,@DRIVER_MAN_SUFFIX@,$DRIVER_MAN_SUFFIX,;t t 39958440cca4Smrgs,@ADMIN_MAN_SUFFIX@,$ADMIN_MAN_SUFFIX,;t t 39968440cca4Smrgs,@APP_MAN_DIR@,$APP_MAN_DIR,;t t 39978440cca4Smrgs,@LIB_MAN_DIR@,$LIB_MAN_DIR,;t t 39988440cca4Smrgs,@FILE_MAN_DIR@,$FILE_MAN_DIR,;t t 39998440cca4Smrgs,@MISC_MAN_DIR@,$MISC_MAN_DIR,;t t 40008440cca4Smrgs,@DRIVER_MAN_DIR@,$DRIVER_MAN_DIR,;t t 40018440cca4Smrgs,@ADMIN_MAN_DIR@,$ADMIN_MAN_DIR,;t t 40028440cca4Smrgs,@LIBOBJS@,$LIBOBJS,;t t 40038440cca4Smrgs,@LTLIBOBJS@,$LTLIBOBJS,;t t 40048440cca4SmrgCEOF 40058440cca4Smrg 40068440cca4Smrg_ACEOF 40078440cca4Smrg 40088440cca4Smrg cat >>$CONFIG_STATUS <<\_ACEOF 40098440cca4Smrg # Split the substitutions into bite-sized pieces for seds with 40108440cca4Smrg # small command number limits, like on Digital OSF/1 and HP-UX. 40118440cca4Smrg ac_max_sed_lines=48 40128440cca4Smrg ac_sed_frag=1 # Number of current file. 40138440cca4Smrg ac_beg=1 # First line for current file. 40148440cca4Smrg ac_end=$ac_max_sed_lines # Line after last line for current file. 40158440cca4Smrg ac_more_lines=: 40168440cca4Smrg ac_sed_cmds= 40178440cca4Smrg while $ac_more_lines; do 40188440cca4Smrg if test $ac_beg -gt 1; then 40198440cca4Smrg sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 40208440cca4Smrg else 40218440cca4Smrg sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 40228440cca4Smrg fi 40238440cca4Smrg if test ! -s $tmp/subs.frag; then 40248440cca4Smrg ac_more_lines=false 40258440cca4Smrg else 40268440cca4Smrg # The purpose of the label and of the branching condition is to 40278440cca4Smrg # speed up the sed processing (if there are no `@' at all, there 40288440cca4Smrg # is no need to browse any of the substitutions). 40298440cca4Smrg # These are the two extra sed commands mentioned above. 40308440cca4Smrg (echo ':t 40318440cca4Smrg /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 40328440cca4Smrg if test -z "$ac_sed_cmds"; then 40338440cca4Smrg ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 40348440cca4Smrg else 40358440cca4Smrg ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 40368440cca4Smrg fi 40378440cca4Smrg ac_sed_frag=`expr $ac_sed_frag + 1` 40388440cca4Smrg ac_beg=$ac_end 40398440cca4Smrg ac_end=`expr $ac_end + $ac_max_sed_lines` 40408440cca4Smrg fi 40418440cca4Smrg done 40428440cca4Smrg if test -z "$ac_sed_cmds"; then 40438440cca4Smrg ac_sed_cmds=cat 40448440cca4Smrg fi 40458440cca4Smrgfi # test -n "$CONFIG_FILES" 40468440cca4Smrg 40478440cca4Smrg_ACEOF 40488440cca4Smrgcat >>$CONFIG_STATUS <<\_ACEOF 40498440cca4Smrgfor ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 40508440cca4Smrg # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 40518440cca4Smrg case $ac_file in 40528440cca4Smrg - | *:- | *:-:* ) # input from stdin 40538440cca4Smrg cat >$tmp/stdin 40548440cca4Smrg ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 40558440cca4Smrg ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 40568440cca4Smrg *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 40578440cca4Smrg ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 40588440cca4Smrg * ) ac_file_in=$ac_file.in ;; 40598440cca4Smrg esac 40608440cca4Smrg 40618440cca4Smrg # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 40628440cca4Smrg ac_dir=`(dirname "$ac_file") 2>/dev/null || 40638440cca4Smrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 40648440cca4Smrg X"$ac_file" : 'X\(//\)[^/]' \| \ 40658440cca4Smrg X"$ac_file" : 'X\(//\)$' \| \ 40668440cca4Smrg X"$ac_file" : 'X\(/\)' \| \ 40678440cca4Smrg . : '\(.\)' 2>/dev/null || 40688440cca4Smrgecho X"$ac_file" | 40698440cca4Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 40708440cca4Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 40718440cca4Smrg /^X\(\/\/\)$/{ s//\1/; q; } 40728440cca4Smrg /^X\(\/\).*/{ s//\1/; q; } 40738440cca4Smrg s/.*/./; q'` 40748440cca4Smrg { if $as_mkdir_p; then 40758440cca4Smrg mkdir -p "$ac_dir" 40768440cca4Smrg else 40778440cca4Smrg as_dir="$ac_dir" 40788440cca4Smrg as_dirs= 40798440cca4Smrg while test ! -d "$as_dir"; do 40808440cca4Smrg as_dirs="$as_dir $as_dirs" 40818440cca4Smrg as_dir=`(dirname "$as_dir") 2>/dev/null || 40828440cca4Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 40838440cca4Smrg X"$as_dir" : 'X\(//\)[^/]' \| \ 40848440cca4Smrg X"$as_dir" : 'X\(//\)$' \| \ 40858440cca4Smrg X"$as_dir" : 'X\(/\)' \| \ 40868440cca4Smrg . : '\(.\)' 2>/dev/null || 40878440cca4Smrgecho X"$as_dir" | 40888440cca4Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 40898440cca4Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 40908440cca4Smrg /^X\(\/\/\)$/{ s//\1/; q; } 40918440cca4Smrg /^X\(\/\).*/{ s//\1/; q; } 40928440cca4Smrg s/.*/./; q'` 40938440cca4Smrg done 40948440cca4Smrg test ! -n "$as_dirs" || mkdir $as_dirs 40958440cca4Smrg fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 40968440cca4Smrgecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 40978440cca4Smrg { (exit 1); exit 1; }; }; } 40988440cca4Smrg 40998440cca4Smrg ac_builddir=. 41008440cca4Smrg 41018440cca4Smrgif test "$ac_dir" != .; then 41028440cca4Smrg ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 41038440cca4Smrg # A "../" for each directory in $ac_dir_suffix. 41048440cca4Smrg ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 41058440cca4Smrgelse 41068440cca4Smrg ac_dir_suffix= ac_top_builddir= 41078440cca4Smrgfi 41088440cca4Smrg 41098440cca4Smrgcase $srcdir in 41108440cca4Smrg .) # No --srcdir option. We are building in place. 41118440cca4Smrg ac_srcdir=. 41128440cca4Smrg if test -z "$ac_top_builddir"; then 41138440cca4Smrg ac_top_srcdir=. 41148440cca4Smrg else 41158440cca4Smrg ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 41168440cca4Smrg fi ;; 41178440cca4Smrg [\\/]* | ?:[\\/]* ) # Absolute path. 41188440cca4Smrg ac_srcdir=$srcdir$ac_dir_suffix; 41198440cca4Smrg ac_top_srcdir=$srcdir ;; 41208440cca4Smrg *) # Relative path. 41218440cca4Smrg ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 41228440cca4Smrg ac_top_srcdir=$ac_top_builddir$srcdir ;; 41238440cca4Smrgesac 41248440cca4Smrg 41258440cca4Smrg# Do not use `cd foo && pwd` to compute absolute paths, because 41268440cca4Smrg# the directories may not exist. 41278440cca4Smrgcase `pwd` in 41288440cca4Smrg.) ac_abs_builddir="$ac_dir";; 41298440cca4Smrg*) 41308440cca4Smrg case "$ac_dir" in 41318440cca4Smrg .) ac_abs_builddir=`pwd`;; 41328440cca4Smrg [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 41338440cca4Smrg *) ac_abs_builddir=`pwd`/"$ac_dir";; 41348440cca4Smrg esac;; 41358440cca4Smrgesac 41368440cca4Smrgcase $ac_abs_builddir in 41378440cca4Smrg.) ac_abs_top_builddir=${ac_top_builddir}.;; 41388440cca4Smrg*) 41398440cca4Smrg case ${ac_top_builddir}. in 41408440cca4Smrg .) ac_abs_top_builddir=$ac_abs_builddir;; 41418440cca4Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 41428440cca4Smrg *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 41438440cca4Smrg esac;; 41448440cca4Smrgesac 41458440cca4Smrgcase $ac_abs_builddir in 41468440cca4Smrg.) ac_abs_srcdir=$ac_srcdir;; 41478440cca4Smrg*) 41488440cca4Smrg case $ac_srcdir in 41498440cca4Smrg .) ac_abs_srcdir=$ac_abs_builddir;; 41508440cca4Smrg [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 41518440cca4Smrg *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 41528440cca4Smrg esac;; 41538440cca4Smrgesac 41548440cca4Smrgcase $ac_abs_builddir in 41558440cca4Smrg.) ac_abs_top_srcdir=$ac_top_srcdir;; 41568440cca4Smrg*) 41578440cca4Smrg case $ac_top_srcdir in 41588440cca4Smrg .) ac_abs_top_srcdir=$ac_abs_builddir;; 41598440cca4Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 41608440cca4Smrg *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 41618440cca4Smrg esac;; 41628440cca4Smrgesac 41638440cca4Smrg 41648440cca4Smrg 41658440cca4Smrg case $INSTALL in 41668440cca4Smrg [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 41678440cca4Smrg *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 41688440cca4Smrg esac 41698440cca4Smrg 41708440cca4Smrg if test x"$ac_file" != x-; then 41718440cca4Smrg { echo "$as_me:$LINENO: creating $ac_file" >&5 41728440cca4Smrgecho "$as_me: creating $ac_file" >&6;} 41738440cca4Smrg rm -f "$ac_file" 41748440cca4Smrg fi 41758440cca4Smrg # Let's still pretend it is `configure' which instantiates (i.e., don't 41768440cca4Smrg # use $as_me), people would be surprised to read: 41778440cca4Smrg # /* config.h. Generated by config.status. */ 41788440cca4Smrg if test x"$ac_file" = x-; then 41798440cca4Smrg configure_input= 41808440cca4Smrg else 41818440cca4Smrg configure_input="$ac_file. " 41828440cca4Smrg fi 41838440cca4Smrg configure_input=$configure_input"Generated from `echo $ac_file_in | 41848440cca4Smrg sed 's,.*/,,'` by configure." 41858440cca4Smrg 41868440cca4Smrg # First look for the input files in the build tree, otherwise in the 41878440cca4Smrg # src tree. 41888440cca4Smrg ac_file_inputs=`IFS=: 41898440cca4Smrg for f in $ac_file_in; do 41908440cca4Smrg case $f in 41918440cca4Smrg -) echo $tmp/stdin ;; 41928440cca4Smrg [\\/$]*) 41938440cca4Smrg # Absolute (can't be DOS-style, as IFS=:) 41948440cca4Smrg test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 41958440cca4Smrgecho "$as_me: error: cannot find input file: $f" >&2;} 41968440cca4Smrg { (exit 1); exit 1; }; } 41978440cca4Smrg echo "$f";; 41988440cca4Smrg *) # Relative 41998440cca4Smrg if test -f "$f"; then 42008440cca4Smrg # Build tree 42018440cca4Smrg echo "$f" 42028440cca4Smrg elif test -f "$srcdir/$f"; then 42038440cca4Smrg # Source tree 42048440cca4Smrg echo "$srcdir/$f" 42058440cca4Smrg else 42068440cca4Smrg # /dev/null tree 42078440cca4Smrg { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 42088440cca4Smrgecho "$as_me: error: cannot find input file: $f" >&2;} 42098440cca4Smrg { (exit 1); exit 1; }; } 42108440cca4Smrg fi;; 42118440cca4Smrg esac 42128440cca4Smrg done` || { (exit 1); exit 1; } 42138440cca4Smrg_ACEOF 42148440cca4Smrgcat >>$CONFIG_STATUS <<_ACEOF 42158440cca4Smrg sed "$ac_vpsub 42168440cca4Smrg$extrasub 42178440cca4Smrg_ACEOF 42188440cca4Smrgcat >>$CONFIG_STATUS <<\_ACEOF 42198440cca4Smrg:t 42208440cca4Smrg/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 42218440cca4Smrgs,@configure_input@,$configure_input,;t t 42228440cca4Smrgs,@srcdir@,$ac_srcdir,;t t 42238440cca4Smrgs,@abs_srcdir@,$ac_abs_srcdir,;t t 42248440cca4Smrgs,@top_srcdir@,$ac_top_srcdir,;t t 42258440cca4Smrgs,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 42268440cca4Smrgs,@builddir@,$ac_builddir,;t t 42278440cca4Smrgs,@abs_builddir@,$ac_abs_builddir,;t t 42288440cca4Smrgs,@top_builddir@,$ac_top_builddir,;t t 42298440cca4Smrgs,@abs_top_builddir@,$ac_abs_top_builddir,;t t 42308440cca4Smrgs,@INSTALL@,$ac_INSTALL,;t t 42318440cca4Smrg" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 42328440cca4Smrg rm -f $tmp/stdin 42338440cca4Smrg if test x"$ac_file" != x-; then 42348440cca4Smrg mv $tmp/out $ac_file 42358440cca4Smrg else 42368440cca4Smrg cat $tmp/out 42378440cca4Smrg rm -f $tmp/out 42388440cca4Smrg fi 42398440cca4Smrg 42408440cca4Smrgdone 42418440cca4Smrg_ACEOF 42428440cca4Smrgcat >>$CONFIG_STATUS <<\_ACEOF 42438440cca4Smrg 42448440cca4Smrg# 42458440cca4Smrg# CONFIG_HEADER section. 42468440cca4Smrg# 42478440cca4Smrg 42488440cca4Smrg# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 42498440cca4Smrg# NAME is the cpp macro being defined and VALUE is the value it is being given. 42508440cca4Smrg# 42518440cca4Smrg# ac_d sets the value in "#define NAME VALUE" lines. 42528440cca4Smrgac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 42538440cca4Smrgac_dB='[ ].*$,\1#\2' 42548440cca4Smrgac_dC=' ' 42558440cca4Smrgac_dD=',;t' 42568440cca4Smrg# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 42578440cca4Smrgac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 42588440cca4Smrgac_uB='$,\1#\2define\3' 42598440cca4Smrgac_uC=' ' 42608440cca4Smrgac_uD=',;t' 42618440cca4Smrg 42628440cca4Smrgfor ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue 42638440cca4Smrg # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 42648440cca4Smrg case $ac_file in 42658440cca4Smrg - | *:- | *:-:* ) # input from stdin 42668440cca4Smrg cat >$tmp/stdin 42678440cca4Smrg ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 42688440cca4Smrg ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 42698440cca4Smrg *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 42708440cca4Smrg ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 42718440cca4Smrg * ) ac_file_in=$ac_file.in ;; 42728440cca4Smrg esac 42738440cca4Smrg 42748440cca4Smrg test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 42758440cca4Smrgecho "$as_me: creating $ac_file" >&6;} 42768440cca4Smrg 42778440cca4Smrg # First look for the input files in the build tree, otherwise in the 42788440cca4Smrg # src tree. 42798440cca4Smrg ac_file_inputs=`IFS=: 42808440cca4Smrg for f in $ac_file_in; do 42818440cca4Smrg case $f in 42828440cca4Smrg -) echo $tmp/stdin ;; 42838440cca4Smrg [\\/$]*) 42848440cca4Smrg # Absolute (can't be DOS-style, as IFS=:) 42858440cca4Smrg test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 42868440cca4Smrgecho "$as_me: error: cannot find input file: $f" >&2;} 42878440cca4Smrg { (exit 1); exit 1; }; } 42888440cca4Smrg # Do quote $f, to prevent DOS paths from being IFS'd. 42898440cca4Smrg echo "$f";; 42908440cca4Smrg *) # Relative 42918440cca4Smrg if test -f "$f"; then 42928440cca4Smrg # Build tree 42938440cca4Smrg echo "$f" 42948440cca4Smrg elif test -f "$srcdir/$f"; then 42958440cca4Smrg # Source tree 42968440cca4Smrg echo "$srcdir/$f" 42978440cca4Smrg else 42988440cca4Smrg # /dev/null tree 42998440cca4Smrg { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 43008440cca4Smrgecho "$as_me: error: cannot find input file: $f" >&2;} 43018440cca4Smrg { (exit 1); exit 1; }; } 43028440cca4Smrg fi;; 43038440cca4Smrg esac 43048440cca4Smrg done` || { (exit 1); exit 1; } 43058440cca4Smrg # Remove the trailing spaces. 43068440cca4Smrg sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 43078440cca4Smrg 43088440cca4Smrg_ACEOF 43098440cca4Smrg 43108440cca4Smrg# Transform confdefs.h into two sed scripts, `conftest.defines' and 43118440cca4Smrg# `conftest.undefs', that substitutes the proper values into 43128440cca4Smrg# config.h.in to produce config.h. The first handles `#define' 43138440cca4Smrg# templates, and the second `#undef' templates. 43148440cca4Smrg# And first: Protect against being on the right side of a sed subst in 43158440cca4Smrg# config.status. Protect against being in an unquoted here document 43168440cca4Smrg# in config.status. 43178440cca4Smrgrm -f conftest.defines conftest.undefs 43188440cca4Smrg# Using a here document instead of a string reduces the quoting nightmare. 43198440cca4Smrg# Putting comments in sed scripts is not portable. 43208440cca4Smrg# 43218440cca4Smrg# `end' is used to avoid that the second main sed command (meant for 43228440cca4Smrg# 0-ary CPP macros) applies to n-ary macro definitions. 43238440cca4Smrg# See the Autoconf documentation for `clear'. 43248440cca4Smrgcat >confdef2sed.sed <<\_ACEOF 43258440cca4Smrgs/[\\&,]/\\&/g 43268440cca4Smrgs,[\\$`],\\&,g 43278440cca4Smrgt clear 43288440cca4Smrg: clear 43298440cca4Smrgs,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 43308440cca4Smrgt end 43318440cca4Smrgs,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 43328440cca4Smrg: end 43338440cca4Smrg_ACEOF 43348440cca4Smrg# If some macros were called several times there might be several times 43358440cca4Smrg# the same #defines, which is useless. Nevertheless, we may not want to 43368440cca4Smrg# sort them, since we want the *last* AC-DEFINE to be honored. 43378440cca4Smrguniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 43388440cca4Smrgsed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 43398440cca4Smrgrm -f confdef2sed.sed 43408440cca4Smrg 43418440cca4Smrg# This sed command replaces #undef with comments. This is necessary, for 43428440cca4Smrg# example, in the case of _POSIX_SOURCE, which is predefined and required 43438440cca4Smrg# on some systems where configure will not decide to define it. 43448440cca4Smrgcat >>conftest.undefs <<\_ACEOF 43458440cca4Smrgs,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 43468440cca4Smrg_ACEOF 43478440cca4Smrg 43488440cca4Smrg# Break up conftest.defines because some shells have a limit on the size 43498440cca4Smrg# of here documents, and old seds have small limits too (100 cmds). 43508440cca4Smrgecho ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 43518440cca4Smrgecho ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 43528440cca4Smrgecho ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 43538440cca4Smrgecho ' :' >>$CONFIG_STATUS 43548440cca4Smrgrm -f conftest.tail 43558440cca4Smrgwhile grep . conftest.defines >/dev/null 43568440cca4Smrgdo 43578440cca4Smrg # Write a limited-size here document to $tmp/defines.sed. 43588440cca4Smrg echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 43598440cca4Smrg # Speed up: don't consider the non `#define' lines. 43608440cca4Smrg echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 43618440cca4Smrg # Work around the forget-to-reset-the-flag bug. 43628440cca4Smrg echo 't clr' >>$CONFIG_STATUS 43638440cca4Smrg echo ': clr' >>$CONFIG_STATUS 43648440cca4Smrg sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 43658440cca4Smrg echo 'CEOF 43668440cca4Smrg sed -f $tmp/defines.sed $tmp/in >$tmp/out 43678440cca4Smrg rm -f $tmp/in 43688440cca4Smrg mv $tmp/out $tmp/in 43698440cca4Smrg' >>$CONFIG_STATUS 43708440cca4Smrg sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail 43718440cca4Smrg rm -f conftest.defines 43728440cca4Smrg mv conftest.tail conftest.defines 43738440cca4Smrgdone 43748440cca4Smrgrm -f conftest.defines 43758440cca4Smrgecho ' fi # grep' >>$CONFIG_STATUS 43768440cca4Smrgecho >>$CONFIG_STATUS 43778440cca4Smrg 43788440cca4Smrg# Break up conftest.undefs because some shells have a limit on the size 43798440cca4Smrg# of here documents, and old seds have small limits too (100 cmds). 43808440cca4Smrgecho ' # Handle all the #undef templates' >>$CONFIG_STATUS 43818440cca4Smrgrm -f conftest.tail 43828440cca4Smrgwhile grep . conftest.undefs >/dev/null 43838440cca4Smrgdo 43848440cca4Smrg # Write a limited-size here document to $tmp/undefs.sed. 43858440cca4Smrg echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 43868440cca4Smrg # Speed up: don't consider the non `#undef' 43878440cca4Smrg echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 43888440cca4Smrg # Work around the forget-to-reset-the-flag bug. 43898440cca4Smrg echo 't clr' >>$CONFIG_STATUS 43908440cca4Smrg echo ': clr' >>$CONFIG_STATUS 43918440cca4Smrg sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS 43928440cca4Smrg echo 'CEOF 43938440cca4Smrg sed -f $tmp/undefs.sed $tmp/in >$tmp/out 43948440cca4Smrg rm -f $tmp/in 43958440cca4Smrg mv $tmp/out $tmp/in 43968440cca4Smrg' >>$CONFIG_STATUS 43978440cca4Smrg sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail 43988440cca4Smrg rm -f conftest.undefs 43998440cca4Smrg mv conftest.tail conftest.undefs 44008440cca4Smrgdone 44018440cca4Smrgrm -f conftest.undefs 44028440cca4Smrg 44038440cca4Smrgcat >>$CONFIG_STATUS <<\_ACEOF 44048440cca4Smrg # Let's still pretend it is `configure' which instantiates (i.e., don't 44058440cca4Smrg # use $as_me), people would be surprised to read: 44068440cca4Smrg # /* config.h. Generated by config.status. */ 44078440cca4Smrg if test x"$ac_file" = x-; then 44088440cca4Smrg echo "/* Generated by configure. */" >$tmp/config.h 44098440cca4Smrg else 44108440cca4Smrg echo "/* $ac_file. Generated by configure. */" >$tmp/config.h 44118440cca4Smrg fi 44128440cca4Smrg cat $tmp/in >>$tmp/config.h 44138440cca4Smrg rm -f $tmp/in 44148440cca4Smrg if test x"$ac_file" != x-; then 44158440cca4Smrg if diff $ac_file $tmp/config.h >/dev/null 2>&1; then 44168440cca4Smrg { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 44178440cca4Smrgecho "$as_me: $ac_file is unchanged" >&6;} 44188440cca4Smrg else 44198440cca4Smrg ac_dir=`(dirname "$ac_file") 2>/dev/null || 44208440cca4Smrg$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 44218440cca4Smrg X"$ac_file" : 'X\(//\)[^/]' \| \ 44228440cca4Smrg X"$ac_file" : 'X\(//\)$' \| \ 44238440cca4Smrg X"$ac_file" : 'X\(/\)' \| \ 44248440cca4Smrg . : '\(.\)' 2>/dev/null || 44258440cca4Smrgecho X"$ac_file" | 44268440cca4Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 44278440cca4Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 44288440cca4Smrg /^X\(\/\/\)$/{ s//\1/; q; } 44298440cca4Smrg /^X\(\/\).*/{ s//\1/; q; } 44308440cca4Smrg s/.*/./; q'` 44318440cca4Smrg { if $as_mkdir_p; then 44328440cca4Smrg mkdir -p "$ac_dir" 44338440cca4Smrg else 44348440cca4Smrg as_dir="$ac_dir" 44358440cca4Smrg as_dirs= 44368440cca4Smrg while test ! -d "$as_dir"; do 44378440cca4Smrg as_dirs="$as_dir $as_dirs" 44388440cca4Smrg as_dir=`(dirname "$as_dir") 2>/dev/null || 44398440cca4Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 44408440cca4Smrg X"$as_dir" : 'X\(//\)[^/]' \| \ 44418440cca4Smrg X"$as_dir" : 'X\(//\)$' \| \ 44428440cca4Smrg X"$as_dir" : 'X\(/\)' \| \ 44438440cca4Smrg . : '\(.\)' 2>/dev/null || 44448440cca4Smrgecho X"$as_dir" | 44458440cca4Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 44468440cca4Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 44478440cca4Smrg /^X\(\/\/\)$/{ s//\1/; q; } 44488440cca4Smrg /^X\(\/\).*/{ s//\1/; q; } 44498440cca4Smrg s/.*/./; q'` 44508440cca4Smrg done 44518440cca4Smrg test ! -n "$as_dirs" || mkdir $as_dirs 44528440cca4Smrg fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 44538440cca4Smrgecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 44548440cca4Smrg { (exit 1); exit 1; }; }; } 44558440cca4Smrg 44568440cca4Smrg rm -f $ac_file 44578440cca4Smrg mv $tmp/config.h $ac_file 44588440cca4Smrg fi 44598440cca4Smrg else 44608440cca4Smrg cat $tmp/config.h 44618440cca4Smrg rm -f $tmp/config.h 44628440cca4Smrg fi 44638440cca4Smrg# Compute $ac_file's index in $config_headers. 44648440cca4Smrg_am_stamp_count=1 44658440cca4Smrgfor _am_header in $config_headers :; do 44668440cca4Smrg case $_am_header in 44678440cca4Smrg $ac_file | $ac_file:* ) 44688440cca4Smrg break ;; 44698440cca4Smrg * ) 44708440cca4Smrg _am_stamp_count=`expr $_am_stamp_count + 1` ;; 44718440cca4Smrg esac 44728440cca4Smrgdone 44738440cca4Smrgecho "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || 44748440cca4Smrg$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 44758440cca4Smrg X$ac_file : 'X\(//\)[^/]' \| \ 44768440cca4Smrg X$ac_file : 'X\(//\)$' \| \ 44778440cca4Smrg X$ac_file : 'X\(/\)' \| \ 44788440cca4Smrg . : '\(.\)' 2>/dev/null || 44798440cca4Smrgecho X$ac_file | 44808440cca4Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 44818440cca4Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 44828440cca4Smrg /^X\(\/\/\)$/{ s//\1/; q; } 44838440cca4Smrg /^X\(\/\).*/{ s//\1/; q; } 44848440cca4Smrg s/.*/./; q'`/stamp-h$_am_stamp_count 44858440cca4Smrgdone 44868440cca4Smrg_ACEOF 44878440cca4Smrgcat >>$CONFIG_STATUS <<\_ACEOF 44888440cca4Smrg 44898440cca4Smrg# 44908440cca4Smrg# CONFIG_COMMANDS section. 44918440cca4Smrg# 44928440cca4Smrgfor ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue 44938440cca4Smrg ac_dest=`echo "$ac_file" | sed 's,:.*,,'` 44948440cca4Smrg ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` 44958440cca4Smrg ac_dir=`(dirname "$ac_dest") 2>/dev/null || 44968440cca4Smrg$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 44978440cca4Smrg X"$ac_dest" : 'X\(//\)[^/]' \| \ 44988440cca4Smrg X"$ac_dest" : 'X\(//\)$' \| \ 44998440cca4Smrg X"$ac_dest" : 'X\(/\)' \| \ 45008440cca4Smrg . : '\(.\)' 2>/dev/null || 45018440cca4Smrgecho X"$ac_dest" | 45028440cca4Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 45038440cca4Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 45048440cca4Smrg /^X\(\/\/\)$/{ s//\1/; q; } 45058440cca4Smrg /^X\(\/\).*/{ s//\1/; q; } 45068440cca4Smrg s/.*/./; q'` 45078440cca4Smrg { if $as_mkdir_p; then 45088440cca4Smrg mkdir -p "$ac_dir" 45098440cca4Smrg else 45108440cca4Smrg as_dir="$ac_dir" 45118440cca4Smrg as_dirs= 45128440cca4Smrg while test ! -d "$as_dir"; do 45138440cca4Smrg as_dirs="$as_dir $as_dirs" 45148440cca4Smrg as_dir=`(dirname "$as_dir") 2>/dev/null || 45158440cca4Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 45168440cca4Smrg X"$as_dir" : 'X\(//\)[^/]' \| \ 45178440cca4Smrg X"$as_dir" : 'X\(//\)$' \| \ 45188440cca4Smrg X"$as_dir" : 'X\(/\)' \| \ 45198440cca4Smrg . : '\(.\)' 2>/dev/null || 45208440cca4Smrgecho X"$as_dir" | 45218440cca4Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 45228440cca4Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 45238440cca4Smrg /^X\(\/\/\)$/{ s//\1/; q; } 45248440cca4Smrg /^X\(\/\).*/{ s//\1/; q; } 45258440cca4Smrg s/.*/./; q'` 45268440cca4Smrg done 45278440cca4Smrg test ! -n "$as_dirs" || mkdir $as_dirs 45288440cca4Smrg fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 45298440cca4Smrgecho "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 45308440cca4Smrg { (exit 1); exit 1; }; }; } 45318440cca4Smrg 45328440cca4Smrg ac_builddir=. 45338440cca4Smrg 45348440cca4Smrgif test "$ac_dir" != .; then 45358440cca4Smrg ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 45368440cca4Smrg # A "../" for each directory in $ac_dir_suffix. 45378440cca4Smrg ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 45388440cca4Smrgelse 45398440cca4Smrg ac_dir_suffix= ac_top_builddir= 45408440cca4Smrgfi 45418440cca4Smrg 45428440cca4Smrgcase $srcdir in 45438440cca4Smrg .) # No --srcdir option. We are building in place. 45448440cca4Smrg ac_srcdir=. 45458440cca4Smrg if test -z "$ac_top_builddir"; then 45468440cca4Smrg ac_top_srcdir=. 45478440cca4Smrg else 45488440cca4Smrg ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 45498440cca4Smrg fi ;; 45508440cca4Smrg [\\/]* | ?:[\\/]* ) # Absolute path. 45518440cca4Smrg ac_srcdir=$srcdir$ac_dir_suffix; 45528440cca4Smrg ac_top_srcdir=$srcdir ;; 45538440cca4Smrg *) # Relative path. 45548440cca4Smrg ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 45558440cca4Smrg ac_top_srcdir=$ac_top_builddir$srcdir ;; 45568440cca4Smrgesac 45578440cca4Smrg 45588440cca4Smrg# Do not use `cd foo && pwd` to compute absolute paths, because 45598440cca4Smrg# the directories may not exist. 45608440cca4Smrgcase `pwd` in 45618440cca4Smrg.) ac_abs_builddir="$ac_dir";; 45628440cca4Smrg*) 45638440cca4Smrg case "$ac_dir" in 45648440cca4Smrg .) ac_abs_builddir=`pwd`;; 45658440cca4Smrg [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 45668440cca4Smrg *) ac_abs_builddir=`pwd`/"$ac_dir";; 45678440cca4Smrg esac;; 45688440cca4Smrgesac 45698440cca4Smrgcase $ac_abs_builddir in 45708440cca4Smrg.) ac_abs_top_builddir=${ac_top_builddir}.;; 45718440cca4Smrg*) 45728440cca4Smrg case ${ac_top_builddir}. in 45738440cca4Smrg .) ac_abs_top_builddir=$ac_abs_builddir;; 45748440cca4Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 45758440cca4Smrg *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 45768440cca4Smrg esac;; 45778440cca4Smrgesac 45788440cca4Smrgcase $ac_abs_builddir in 45798440cca4Smrg.) ac_abs_srcdir=$ac_srcdir;; 45808440cca4Smrg*) 45818440cca4Smrg case $ac_srcdir in 45828440cca4Smrg .) ac_abs_srcdir=$ac_abs_builddir;; 45838440cca4Smrg [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 45848440cca4Smrg *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 45858440cca4Smrg esac;; 45868440cca4Smrgesac 45878440cca4Smrgcase $ac_abs_builddir in 45888440cca4Smrg.) ac_abs_top_srcdir=$ac_top_srcdir;; 45898440cca4Smrg*) 45908440cca4Smrg case $ac_top_srcdir in 45918440cca4Smrg .) ac_abs_top_srcdir=$ac_abs_builddir;; 45928440cca4Smrg [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 45938440cca4Smrg *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 45948440cca4Smrg esac;; 45958440cca4Smrgesac 45968440cca4Smrg 45978440cca4Smrg 45988440cca4Smrg { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 45998440cca4Smrgecho "$as_me: executing $ac_dest commands" >&6;} 46008440cca4Smrg case $ac_dest in 46018440cca4Smrg depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 46028440cca4Smrg # Strip MF so we end up with the name of the file. 46038440cca4Smrg mf=`echo "$mf" | sed -e 's/:.*$//'` 46048440cca4Smrg # Check whether this is an Automake generated Makefile or not. 46058440cca4Smrg # We used to match only the files named `Makefile.in', but 46068440cca4Smrg # some people rename them; so instead we look at the file content. 46078440cca4Smrg # Grep'ing the first line is not enough: some people post-process 46088440cca4Smrg # each Makefile.in and add a new line on top of each file to say so. 46098440cca4Smrg # So let's grep whole file. 46108440cca4Smrg if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 46118440cca4Smrg dirpart=`(dirname "$mf") 2>/dev/null || 46128440cca4Smrg$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 46138440cca4Smrg X"$mf" : 'X\(//\)[^/]' \| \ 46148440cca4Smrg X"$mf" : 'X\(//\)$' \| \ 46158440cca4Smrg X"$mf" : 'X\(/\)' \| \ 46168440cca4Smrg . : '\(.\)' 2>/dev/null || 46178440cca4Smrgecho X"$mf" | 46188440cca4Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 46198440cca4Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 46208440cca4Smrg /^X\(\/\/\)$/{ s//\1/; q; } 46218440cca4Smrg /^X\(\/\).*/{ s//\1/; q; } 46228440cca4Smrg s/.*/./; q'` 46238440cca4Smrg else 46248440cca4Smrg continue 46258440cca4Smrg fi 46268440cca4Smrg grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue 46278440cca4Smrg # Extract the definition of DEP_FILES from the Makefile without 46288440cca4Smrg # running `make'. 46298440cca4Smrg DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 46308440cca4Smrg test -z "$DEPDIR" && continue 46318440cca4Smrg # When using ansi2knr, U may be empty or an underscore; expand it 46328440cca4Smrg U=`sed -n -e '/^U = / s///p' < "$mf"` 46338440cca4Smrg test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 46348440cca4Smrg # We invoke sed twice because it is the simplest approach to 46358440cca4Smrg # changing $(DEPDIR) to its actual value in the expansion. 46368440cca4Smrg for file in `sed -n -e ' 46378440cca4Smrg /^DEP_FILES = .*\\\\$/ { 46388440cca4Smrg s/^DEP_FILES = // 46398440cca4Smrg :loop 46408440cca4Smrg s/\\\\$// 46418440cca4Smrg p 46428440cca4Smrg n 46438440cca4Smrg /\\\\$/ b loop 46448440cca4Smrg p 46458440cca4Smrg } 46468440cca4Smrg /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ 46478440cca4Smrg sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 46488440cca4Smrg # Make sure the directory exists. 46498440cca4Smrg test -f "$dirpart/$file" && continue 46508440cca4Smrg fdir=`(dirname "$file") 2>/dev/null || 46518440cca4Smrg$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 46528440cca4Smrg X"$file" : 'X\(//\)[^/]' \| \ 46538440cca4Smrg X"$file" : 'X\(//\)$' \| \ 46548440cca4Smrg X"$file" : 'X\(/\)' \| \ 46558440cca4Smrg . : '\(.\)' 2>/dev/null || 46568440cca4Smrgecho X"$file" | 46578440cca4Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 46588440cca4Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 46598440cca4Smrg /^X\(\/\/\)$/{ s//\1/; q; } 46608440cca4Smrg /^X\(\/\).*/{ s//\1/; q; } 46618440cca4Smrg s/.*/./; q'` 46628440cca4Smrg { if $as_mkdir_p; then 46638440cca4Smrg mkdir -p $dirpart/$fdir 46648440cca4Smrg else 46658440cca4Smrg as_dir=$dirpart/$fdir 46668440cca4Smrg as_dirs= 46678440cca4Smrg while test ! -d "$as_dir"; do 46688440cca4Smrg as_dirs="$as_dir $as_dirs" 46698440cca4Smrg as_dir=`(dirname "$as_dir") 2>/dev/null || 46708440cca4Smrg$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 46718440cca4Smrg X"$as_dir" : 'X\(//\)[^/]' \| \ 46728440cca4Smrg X"$as_dir" : 'X\(//\)$' \| \ 46738440cca4Smrg X"$as_dir" : 'X\(/\)' \| \ 46748440cca4Smrg . : '\(.\)' 2>/dev/null || 46758440cca4Smrgecho X"$as_dir" | 46768440cca4Smrg sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 46778440cca4Smrg /^X\(\/\/\)[^/].*/{ s//\1/; q; } 46788440cca4Smrg /^X\(\/\/\)$/{ s//\1/; q; } 46798440cca4Smrg /^X\(\/\).*/{ s//\1/; q; } 46808440cca4Smrg s/.*/./; q'` 46818440cca4Smrg done 46828440cca4Smrg test ! -n "$as_dirs" || mkdir $as_dirs 46838440cca4Smrg fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 46848440cca4Smrgecho "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} 46858440cca4Smrg { (exit 1); exit 1; }; }; } 46868440cca4Smrg 46878440cca4Smrg # echo "creating $dirpart/$file" 46888440cca4Smrg echo '# dummy' > "$dirpart/$file" 46898440cca4Smrg done 46908440cca4Smrgdone 46918440cca4Smrg ;; 46928440cca4Smrg esac 46938440cca4Smrgdone 46948440cca4Smrg_ACEOF 46958440cca4Smrg 46968440cca4Smrgcat >>$CONFIG_STATUS <<\_ACEOF 46978440cca4Smrg 46988440cca4Smrg{ (exit 0); exit 0; } 46998440cca4Smrg_ACEOF 47008440cca4Smrgchmod +x $CONFIG_STATUS 47018440cca4Smrgac_clean_files=$ac_clean_files_save 47028440cca4Smrg 47038440cca4Smrg 47048440cca4Smrg# configure is writing to config.log, and then calls config.status. 47058440cca4Smrg# config.status does its own redirection, appending to config.log. 47068440cca4Smrg# Unfortunately, on DOS this fails, as config.log is still kept open 47078440cca4Smrg# by configure, so config.status won't be able to write to it; its 47088440cca4Smrg# output is simply discarded. So we exec the FD to /dev/null, 47098440cca4Smrg# effectively closing config.log, so it can be properly (re)opened and 47108440cca4Smrg# appended to by config.status. When coming back to configure, we 47118440cca4Smrg# need to make the FD available again. 47128440cca4Smrgif test "$no_create" != yes; then 47138440cca4Smrg ac_cs_success=: 47148440cca4Smrg ac_config_status_args= 47158440cca4Smrg test "$silent" = yes && 47168440cca4Smrg ac_config_status_args="$ac_config_status_args --quiet" 47178440cca4Smrg exec 5>/dev/null 47188440cca4Smrg $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 47198440cca4Smrg exec 5>>config.log 47208440cca4Smrg # Use ||, not &&, to avoid exiting from the if with $? = 1, which 47218440cca4Smrg # would make configure fail if this is the last instruction. 47228440cca4Smrg $ac_cs_success || { (exit 1); exit 1; } 47238440cca4Smrgfi 47248440cca4Smrg 4725