Changeset 5035

Show
Ignore:
Timestamp:
11/01/07 20:08:58 (8 months ago)
Author:
morris
Message:

Update for autoconf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trackerd/trunk/Makefile.in

    r4539 r5035  
    11# Makefile.in 
    22 
    3 top_srcdir             = @top_srcdir@ 
     3abs_top_srcdir = @abs_top_srcdir@ 
    44exec_prefix             = @exec_prefix@ 
    55fake_prefix             = @fake_prefix@ 
     
    2121SUBDIRS                 = libwired 
    2222 
    23 TRACKERDOBJECTS = $(addprefix $(objdir)/trackerd/,$(notdir $(patsubst %.c,%.o,$(shell find $(top_srcdir)/trackerd -name "*.c")))) 
     23TRACKERDOBJECTS = $(addprefix $(objdir)/trackerd/,$(notdir $(patsubst %.c,%.o,$(shell find $(abs_top_srcdir)/trackerd -name "*.c")))) 
    2424 
    2525DEFS            = @DEFS@ -DWT_ROOT="\"$(fake_prefix)/$(trackerddir)\"" 
     
    2929LDFLAGS         = -L$(rundir)/libwired/lib @LDFLAGS@ 
    3030LIBS                    = -lwired @LIBS@ 
    31 INCLUDES        = -I$(top_srcdir) -I$(rundir)/libwired/include 
     31INCLUDES        = -I$(abs_top_srcdir) -I$(rundir)/libwired/include 
    3232 
    3333INSTALL                 = @INSTALL@ 
     
    6969        $(LINK) $(TRACKERDOBJECTS) $(LIBS) 
    7070 
    71 $(rundir)/trackerdctl: $(top_srcdir)/trackerd/trackerdctl.in 
     71$(rundir)/trackerdctl: $(abs_top_srcdir)/trackerd/trackerdctl.in 
    7272        @test -d $(@D) || mkdir -p $(@D) 
    7373        sed -e 's,@trackerddir\@,$(fake_prefix)/$(trackerddir),g' $< > $@ 
    7474        chmod +x $@ 
    7575 
    76 $(rundir)/etc/trackerd.conf: $(top_srcdir)/trackerd/trackerd.conf.in 
     76$(rundir)/etc/trackerd.conf: $(abs_top_srcdir)/trackerd/trackerd.conf.in 
    7777        @test -d $(@D) || mkdir -p $(@D) 
    7878        sed -e 's,@WT_USER\@,$(WT_USER),g' -e 's,@WT_GROUP\@,$(WT_GROUP),g' $< > $@ 
    7979 
    80 $(objdir)/trackerd/%.o: $(top_srcdir)/trackerd/%.c 
     80$(objdir)/trackerd/%.o: $(abs_top_srcdir)/trackerd/%.c 
    8181        @test -d $(@D) || mkdir -p $(@D) 
    8282        $(COMPILE) -I$(<D) -c $< -o $@ 
    8383 
    84 $(objdir)/trackerd/%.d: $(top_srcdir)/trackerd/%.c 
     84$(objdir)/trackerd/%.d: $(abs_top_srcdir)/trackerd/%.c 
    8585        @test -d $(@D) || mkdir -p $(@D) 
    8686        ($(DEPEND) $< | sed 's,$*.o,$(@D)/&,g'; echo "$@: $<") > $@ 
     
    140140install-man: 
    141141        $(INSTALL) -m 755 -d $(mandir)/man1/ 
    142         $(INSTALL) -m 644 $(top_srcdir)/man/trackerdctl.1 $(mandir)/man1/ 
     142        $(INSTALL) -m 644 $(abs_top_srcdir)/man/trackerdctl.1 $(mandir)/man1/ 
    143143        $(INSTALL) -m 755 -d $(mandir)/man5/ 
    144         $(INSTALL) -m 644 $(top_srcdir)/man/trackerd.conf.5 $(mandir)/man5/ 
     144        $(INSTALL) -m 644 $(abs_top_srcdir)/man/trackerd.conf.5 $(mandir)/man5/ 
    145145        $(INSTALL) -m 755 -d $(mandir)/man8/ 
    146         $(INSTALL) -m 644 $(top_srcdir)/man/trackerd.8 $(mandir)/man8/ 
     146        $(INSTALL) -m 644 $(abs_top_srcdir)/man/trackerd.8 $(mandir)/man8/ 
    147147 
    148148dist: 
  • trackerd/trunk/configure

    r4534 r5035  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.59 for trackerd 1.0. 
     3# Generated by GNU Autoconf 2.61 for trackerd 1.0. 
    44# 
    55# Report bugs to <axel@zankasoftware.com>. 
    66# 
    7 # Copyright (C) 2003 Free Software Foundation, Inc. 
     7# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
     8# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
    89# This configure script is free software; the Free Software Foundation 
    910# gives unlimited permission to copy, distribute and modify it. 
     
    1213## --------------------- ## 
    1314 
    14 # Be Bourne compatible 
     15# Be more Bourne compatible 
     16DUALCASE=1; export DUALCASE # for MKS sh 
    1517if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    1618  emulate sh 
     
    1921  # is contrary to our usage.  Disable this feature. 
    2022  alias -g '${1+"$@"}'='"$@"' 
    21 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 
    22   set -o posix 
    23 fi 
    24 DUALCASE=1; export DUALCASE # for MKS sh 
    25  
    26 # Support unset when possible. 
    27 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
    28   as_unset=unset 
    29 else 
    30   as_unset=false 
    31 fi 
    32  
    33  
    34 # Work around bugs in pre-3.0 UWIN ksh. 
    35 $as_unset ENV MAIL MAILPATH 
    36 PS1='$ ' 
    37 PS2='> ' 
    38 PS4='+ ' 
    39  
    40 # NLS nuisances. 
    41 for as_var in \ 
    42   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
    43   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
    44   LC_TELEPHONE LC_TIME 
    45 do 
    46   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
    47     eval $as_var=C; export $as_var 
    48   else 
    49     $as_unset $as_var 
    50   fi 
    51 done 
    52  
    53 # Required to use basename. 
    54 if expr a : '\(a\)' >/dev/null 2>&1; then 
    55   as_expr=expr 
    56 else 
    57   as_expr=false 
    58 fi 
    59  
    60 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 
    61   as_basename=basename 
    62 else 
    63   as_basename=false 
    64 fi 
    65  
    66  
    67 # Name of the executable. 
    68 as_me=`$as_basename "$0" || 
    69 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
    70          X"$0" : 'X\(//\)$' \| \ 
    71          X"$0" : 'X\(/\)$' \| \ 
    72          .     : '\(.\)' 2>/dev/null || 
    73 echo X/"$0" | 
    74     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 
    75           /^X\/\(\/\/\)$/{ s//\1/; q; } 
    76           /^X\/\(\/\).*/{ s//\1/; q; } 
    77           s/.*/./; q'` 
    78  
    79  
    80 # PATH needs CR, and LINENO needs CR and PATH. 
     23  setopt NO_GLOB_SUBST 
     24else 
     25  case `(set -o) 2>/dev/null` in 
     26  *posix*) set -o posix ;; 
     27esac 
     28 
     29fi 
     30 
     31 
     32 
     33 
     34# PATH needs CR 
    8135# Avoid depending upon Character Ranges. 
    8236as_cr_letters='abcdefghijklmnopqrstuvwxyz' 
     
    9953fi 
    10054 
    101  
    102   as_lineno_1=$LINENO 
    103   as_lineno_2=$LINENO 
    104   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 
    105   test "x$as_lineno_1" != "x$as_lineno_2" && 
    106   test "x$as_lineno_3"  = "x$as_lineno_2"  || { 
    107   # Find who we are.  Look in the path if we contain no path at all 
    108   # relative or not. 
    109   case $0 in 
    110     *[\\/]* ) as_myself=$0 ;; 
    111     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     55# Support unset when possible. 
     56if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
     57  as_unset=unset 
     58else 
     59  as_unset=false 
     60fi 
     61 
     62 
     63# IFS 
     64# We need space, tab and new line, in precisely that order.  Quoting is 
     65# there to prevent editors from complaining about space-tab. 
     66# (If _AS_PATH_WALK were called with IFS unset, it would disable word 
     67# splitting by setting IFS to empty value.) 
     68as_nl=' 
     69
     70IFS=" ""        $as_nl" 
     71 
     72# Find who we are.  Look in the path if we contain no directory separator. 
     73case $0 in 
     74  *[\\/]* ) as_myself=$0 ;; 
     75  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    11276for as_dir in $PATH 
    11377do 
     
    11680  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 
    11781done 
    118  
    119        ;; 
    120   esac 
    121   # We did not find ourselves, most probably we were run as `sh COMMAND' 
    122   # in which case we are not to be found in the path. 
    123   if test "x$as_myself" = x; then 
    124     as_myself=$0 
     82IFS=$as_save_IFS 
     83 
     84     ;; 
     85esac 
     86# We did not find ourselves, most probably we were run as `sh COMMAND' 
     87# in which case we are not to be found in the path. 
     88if test "x$as_myself" = x; then 
     89  as_myself=$0 
     90fi 
     91if test ! -f "$as_myself"; then 
     92  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
     93  { (exit 1); exit 1; } 
     94fi 
     95 
     96# Work around bugs in pre-3.0 UWIN ksh. 
     97for as_var in ENV MAIL MAILPATH 
     98do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     99done 
     100PS1='$ ' 
     101PS2='> ' 
     102PS4='+ ' 
     103 
     104# NLS nuisances. 
     105for as_var in \ 
     106  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
     107  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
     108  LC_TELEPHONE LC_TIME 
     109do 
     110  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
     111    eval $as_var=C; export $as_var 
     112  else 
     113    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    125114  fi 
    126   if test ! -f "$as_myself"; then 
    127     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 
    128    { (exit 1); exit 1; }; } 
    129   fi 
    130   case $CONFIG_SHELL in 
    131   '') 
     115done 
     116 
     117# Required to use basename. 
     118if expr a : '\(a\)' >/dev/null 2>&1 && 
     119   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     120  as_expr=expr 
     121else 
     122  as_expr=false 
     123fi 
     124 
     125if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 
     126  as_basename=basename 
     127else 
     128  as_basename=false 
     129fi 
     130 
     131 
     132# Name of the executable. 
     133as_me=`$as_basename -- "$0" || 
     134$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
     135         X"$0" : 'X\(//\)$' \| \ 
     136         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
     137echo X/"$0" | 
     138    sed '/^.*\/\([^/][^/]*\)\/*$/{ 
     139            s//\1/ 
     140            q 
     141          } 
     142          /^X\/\(\/\/\)$/{ 
     143            s//\1/ 
     144            q 
     145          } 
     146          /^X\/\(\/\).*/{ 
     147            s//\1/ 
     148            q 
     149          } 
     150          s/.*/./; q'` 
     151 
     152# CDPATH. 
     153$as_unset CDPATH 
     154 
     155 
     156if test "x$CONFIG_SHELL" = x; then 
     157  if (eval ":") 2>/dev/null; then 
     158  as_have_required=yes 
     159else 
     160  as_have_required=no 
     161fi 
     162 
     163  if test $as_have_required = yes &&     (eval ": 
     164(as_func_return () { 
     165  (exit \$1) 
     166
     167as_func_success () { 
     168  as_func_return 0 
     169
     170as_func_failure () { 
     171  as_func_return 1 
     172
     173as_func_ret_success () { 
     174  return 0 
     175
     176as_func_ret_failure () { 
     177  return 1 
     178
     179 
     180exitcode=0 
     181if as_func_success; then 
     182  : 
     183else 
     184  exitcode=1 
     185  echo as_func_success failed. 
     186fi 
     187 
     188if as_func_failure; then 
     189  exitcode=1 
     190  echo as_func_failure succeeded. 
     191fi 
     192 
     193if as_func_ret_success; then 
     194  : 
     195else 
     196  exitcode=1 
     197  echo as_func_ret_success failed. 
     198fi 
     199 
     200if as_func_ret_failure; then 
     201  exitcode=1 
     202  echo as_func_ret_failure succeeded. 
     203fi 
     204 
     205if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 
     206  : 
     207else 
     208  exitcode=1 
     209  echo positional parameters were not saved. 
     210fi 
     211 
     212test \$exitcode = 0) || { (exit 1); exit 1; } 
     213 
     214
     215  as_lineno_1=\$LINENO 
     216  as_lineno_2=\$LINENO 
     217  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 
     218  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 
     219") 2> /dev/null; then 
     220  : 
     221else 
     222  as_candidate_shells= 
    132223    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    133224for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
     
    135226  IFS=$as_save_IFS 
    136227  test -z "$as_dir" && as_dir=. 
    137   for as_base in sh bash ksh sh5; do 
    138          case $as_dir in 
     228  case $as_dir in 
    139229         /*) 
    140            if ("$as_dir/$as_base" -c ' 
     230           for as_base in sh bash ksh sh5; do 
     231             as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 
     232           done;; 
     233       esac 
     234done 
     235IFS=$as_save_IFS 
     236 
     237 
     238      for as_shell in $as_candidate_shells $SHELL; do 
     239         # Try only shells that exist, to save several forks. 
     240         if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 
     241                { ("$as_shell") 2> /dev/null <<\_ASEOF 
     242if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
     243  emulate sh 
     244  NULLCMD=: 
     245  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     246  # is contrary to our usage.  Disable this feature. 
     247  alias -g '${1+"$@"}'='"$@"' 
     248  setopt NO_GLOB_SUBST 
     249else 
     250  case `(set -o) 2>/dev/null` in 
     251  *posix*) set -o posix ;; 
     252esac 
     253 
     254fi 
     255 
     256 
     257
     258_ASEOF 
     259}; then 
     260  CONFIG_SHELL=$as_shell 
     261               as_have_required=yes 
     262               if { "$as_shell" 2> /dev/null <<\_ASEOF 
     263if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
     264  emulate sh 
     265  NULLCMD=: 
     266  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     267  # is contrary to our usage.  Disable this feature. 
     268  alias -g '${1+"$@"}'='"$@"' 
     269  setopt NO_GLOB_SUBST 
     270else 
     271  case `(set -o) 2>/dev/null` in 
     272  *posix*) set -o posix ;; 
     273esac 
     274 
     275fi 
     276 
     277 
     278
     279(as_func_return () { 
     280  (exit $1) 
     281
     282as_func_success () { 
     283  as_func_return 0 
     284
     285as_func_failure () { 
     286  as_func_return 1 
     287
     288as_func_ret_success () { 
     289  return 0 
     290
     291as_func_ret_failure () { 
     292  return 1 
     293
     294 
     295exitcode=0 
     296if as_func_success; then 
     297  : 
     298else 
     299  exitcode=1 
     300  echo as_func_success failed. 
     301fi 
     302 
     303if as_func_failure; then 
     304  exitcode=1 
     305  echo as_func_failure succeeded. 
     306fi 
     307 
     308if as_func_ret_success; then 
     309  : 
     310else 
     311  exitcode=1 
     312  echo as_func_ret_success failed. 
     313fi 
     314 
     315if as_func_ret_failure; then 
     316  exitcode=1 
     317  echo as_func_ret_failure succeeded. 
     318fi 
     319 
     320if ( set x; as_func_ret_success y && test x = "$1" ); then 
     321  : 
     322else 
     323  exitcode=1 
     324  echo positional parameters were not saved. 
     325fi 
     326 
     327test $exitcode = 0) || { (exit 1); exit 1; } 
     328 
     329
    141330  as_lineno_1=$LINENO 
    142331  as_lineno_2=$LINENO 
    143   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 
    144332  test "x$as_lineno_1" != "x$as_lineno_2" && 
    145   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then 
    146              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 
    147              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 
    148              CONFIG_SHELL=$as_dir/$as_base 
    149              export CONFIG_SHELL 
    150              exec "$CONFIG_SHELL" "$0" ${1+"$@"} 
    151            fi;; 
    152          esac 
    153        done 
    154 done 
    155 ;; 
    156   esac 
     333  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 
     334 
     335_ASEOF 
     336}; then 
     337  break 
     338fi 
     339 
     340fi 
     341 
     342      done 
     343 
     344      if test "x$CONFIG_SHELL" != x; then 
     345  for as_var in BASH_ENV ENV 
     346        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     347        done 
     348        export CONFIG_SHELL 
     349        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
     350fi 
     351 
     352 
     353    if test $as_have_required = no; then 
     354  echo This script requires a shell more modern than all the 
     355      echo shells that I found on your system.  Please install a 
     356      echo modern shell, or manually run the script under such a 
     357      echo shell if you do have one. 
     358      { (exit 1); exit 1; } 
     359fi 
     360 
     361 
     362fi 
     363 
     364fi 
     365 
     366 
     367 
     368(eval "as_func_return () { 
     369  (exit \$1) 
     370
     371as_func_success () { 
     372  as_func_return 0 
     373
     374as_func_failure () { 
     375  as_func_return 1 
     376
     377as_func_ret_success () { 
     378  return 0 
     379
     380as_func_ret_failure () { 
     381  return 1 
     382
     383 
     384exitcode=0 
     385if as_func_success; then 
     386  : 
     387else 
     388  exitcode=1 
     389  echo as_func_success failed. 
     390fi 
     391 
     392if as_func_failure; then 
     393  exitcode=1 
     394  echo as_func_failure succeeded. 
     395fi 
     396 
     397if as_func_ret_success; then 
     398  : 
     399else 
     400  exitcode=1 
     401  echo as_func_ret_success failed. 
     402fi 
     403 
     404if as_func_ret_failure; then 
     405  exitcode=1 
     406  echo as_func_ret_failure succeeded. 
     407fi 
     408 
     409if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 
     410  : 
     411else 
     412  exitcode=1 
     413  echo positional parameters were not saved. 
     414fi 
     415 
     416test \$exitcode = 0") || { 
     417  echo No shell found that supports shell functions. 
     418  echo Please tell autoconf@gnu.org about your system, 
     419  echo including any error possibly output before this 
     420  echo message 
     421
     422 
     423 
     424 
     425  as_lineno_1=$LINENO 
     426  as_lineno_2=$LINENO 
     427  test "x$as_lineno_1" != "x$as_lineno_2" && 
     428  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 
    157429 
    158430  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 
    159431  # uniformly replaced by the line number.  The first 'sed' inserts a 
    160   # line-number line before each line; the second 'sed' does the real 
    161   # work.  The second script uses 'N' to pair each line-number line 
    162   # with the numbered line, and appends trailing '-' during 
    163   # substitution so that $LINENO is not a special case at line end. 
     432  # line-number line after each line using $LINENO; the second 'sed' 
     433  # does the real work.  The second script uses 'N' to pair each 
     434  # line-number line with the line containing $LINENO, and appends 
     435  # trailing '-' during substitution so that $LINENO is not a special 
     436  # case at line end. 
    164437  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 
    165   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-) 
    166   sed '=' <$as_myself | 
     438  # scripts with optimization help from Paolo Bonzini.  Blame Lee 
     439  # E. McMahon (1931-1989) for sed's syntax.  :-) 
     440  sed -n ' 
     441    p 
     442    /[$]LINENO/= 
     443  ' <$as_myself | 
    167444    sed ' 
     445      s/[$]LINENO.*/&-/ 
     446      t lineno 
     447      b 
     448      :lineno 
    168449      N 
    169       s,$,-, 
    170       : loop 
    171       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 
     450      :loop 
     451      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 
    172452      t loop 
    173       s,-$,, 
    174       s,^['$as_cr_digits']*\n,, 
     453      s/-\n.*// 
    175454    ' >$as_me.lineno && 
    176   chmod +x $as_me.lineno || 
     455  chmod +x "$as_me.lineno" || 
    177456    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    178457   { (exit 1); exit 1; }; } 
     
    180459  # Don't try to exec as it changes $[0], causing all sort of problems 
    181460  # (the dirname of $[0] is not the place where we might find the 
    182   # original and so on.  Autoconf is especially sensible to this). 
    183   . ./$as_me.lineno 
     461  # original and so on.  Autoconf is especially sensitive to this). 
     462  . "./$as_me.lineno" 
    184463  # Exit status is that of the last command. 
    185464  exit 
     
    187466 
    188467 
    189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 
    190   *c*,-n*) ECHO_N= ECHO_C=' 
    191 ' ECHO_T='      ' ;; 
    192   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;; 
    193   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;; 
    194 esac 
    195  
    196 if expr a : '\(a\)' >/dev/null 2>&1; then 
     468if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 
     469  as_dirname=dirname 
     470else 
     471  as_dirname=false 
     472fi 
     473 
     474ECHO_C= ECHO_N= ECHO_T= 
     475case `echo -n x` in 
     476-n*) 
     477  case `echo 'x\c'` in 
     478  *c*) ECHO_T=' ';;     # ECHO_T is single tab character. 
     479  *)   ECHO_C='\c';; 
     480  esac;; 
     481*) 
     482  ECHO_N='-n';; 
     483esac 
     484 
     485if expr a : '\(a\)' >/dev/null 2>&1 && 
     486   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
    197487  as_expr=expr 
    198488else 
     
    201491 
    202492rm -f conf$$ conf$$.exe conf$$.file 
     493if test -d conf$$.dir; then 
     494  rm -f conf$$.dir/conf$$.file 
     495else 
     496  rm -f conf$$.dir 
     497  mkdir conf$$.dir 
     498fi 
    203499echo >conf$$.file 
    204500if ln -s conf$$.file conf$$ 2>/dev/null; then 
    205   # We could just check for DJGPP; but this test a) works b) is more generic 
    206   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 
    207   if test -f conf$$.exe; then 
    208     # Don't use ln at all; we don't have any links 
     501  as_ln_s='ln -s' 
     502  # ... but there are two gotchas: 
     503  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
     504  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
     505  # In both cases, we have to default to `cp -p'. 
     506  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
    209507    as_ln_s='cp -p' 
    210   else 
    211     as_ln_s='ln -s' 
    212   fi 
    213508elif ln conf$$.file conf$$ 2>/dev/null; then 
    214509  as_ln_s=ln 
     
    216511  as_ln_s='cp -p' 
    217512fi 
    218 rm -f conf$$ conf$$.exe conf$$.file 
     513rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 
     514rmdir conf$$.dir 2>/dev/null 
    219515 
    220516if mkdir -p . 2>/dev/null; then 
     
    225521fi 
    226522 
    227 as_executable_p="test -f" 
     523if test -x / >/dev/null 2>&1; then 
     524  as_test_x='test -x' 
     525else 
     526  if ls -dL / >/dev/null 2>&1; then 
     527    as_ls_L_option=L 
     528  else 
     529    as_ls_L_option= 
     530  fi 
     531  as_test_x=' 
     532    eval sh -c '\'' 
     533      if test -d "$1"; then 
     534        test -d "$1/."; 
     535      else 
     536        case $1 in 
     537        -*)set "./$1";; 
     538        esac; 
     539        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     540        ???[sx]*):;;*)false;;esac;fi 
     541    '\'' sh 
     542  ' 
     543fi 
     544as_executable_p=$as_test_x 
    228545 
    229546# Sed expression to map a string onto a valid CPP name. 
     
    234551 
    235552 
    236 # IFS 
    237 # We need space, tab and new line, in precisely that order. 
    238 as_nl=' 
    239 
    240 IFS="   $as_nl" 
    241  
    242 # CDPATH. 
    243 $as_unset CDPATH 
    244  
     553 
     554exec 7<&0 </dev/null 6>&1 
    245555 
    246556# Name of the host. 
     
    249559ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 
    250560 
    251 exec 6>&1 
    252  
    253561# 
    254562# Initializations. 
    255563# 
    256564ac_default_prefix=/usr/local 
     565ac_clean_files= 
    257566ac_config_libobj_dir=. 
     567LIBOBJS= 
    258568cross_compiling=no 
    259569subdirs= 
     
    261571MAKEFLAGS= 
    262572SHELL=${CONFIG_SHELL-/bin/sh} 
    263  
    264 # Maximum number of lines to put in a shell here document. 
    265 # This variable seems obsolete.  It should probably be removed, and 
    266 # only ac_max_sed_lines should be used. 
    267 : ${ac_max_here_lines=38} 
    268573 
    269574# Identity of this package. 
     
    278583ac_includes_default="\ 
    279584#include <stdio.h> 
    280 #if HAVE_SYS_TYPES_H 
     585#ifdef HAVE_SYS_TYPES_H 
    281586# include <sys/types.h> 
    282587#endif 
    283 #if HAVE_SYS_STAT_H 
     588#ifdef HAVE_SYS_STAT_H 
    284589# include <sys/stat.h> 
    285590#endif 
    286 #if STDC_HEADERS 
     591#ifdef STDC_HEADERS 
    287592# include <stdlib.h> 
    288593# include <stddef.h> 
    289594#else 
    290 # if HAVE_STDLIB_H 
     595# ifdef HAVE_STDLIB_H 
    291596#  include <stdlib.h> 
    292597# endif 
    293598#endif 
    294 #if HAVE_STRING_H 
    295 # if !STDC_HEADERS && HAVE_MEMORY_H 
     599#ifdef HAVE_STRING_H 
     600# if !defined STDC_HEADERS && defined HAVE_MEMORY_H 
    296601#  include <memory.h> 
    297602# endif 
    298603# include <string.h> 
    299604#endif 
    300 #if HAVE_STRINGS_H 
     605#ifdef HAVE_STRINGS_H 
    301606# include <strings.h> 
    302607#endif 
    303 #if HAVE_INTTYPES_H 
     608#ifdef HAVE_INTTYPES_H 
    304609# include <inttypes.h> 
    305 #else 
    306 # if HAVE_STDINT_H 
    307 #  include <stdint.h> 
    308 # endif 
    309610#endif 
    310 #if HAVE_UNISTD_H 
     611#ifdef HAVE_STDINT_H 
     612# include <stdint.h> 
     613#endif 
     614#ifdef HAVE_UNISTD_H 
    311615# include <unistd.h> 
    312616#endif" 
    313617 
    314 ac_subdirs_all="$ac_subdirs_all libwired" 
    315 ac_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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os WT_VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE WT_USER WT_GROUP fake_prefix trackerddir objdir rundir WT_MAINTAINER CPP EGREP subdirs LIBOBJS LTLIBOBJS' 
     618ac_subst_vars='SHELL 
     619PATH_SEPARATOR 
     620PACKAGE_NAME 
     621PACKAGE_TARNAME 
     622PACKAGE_VERSION 
     623PACKAGE_STRING 
     624PACKAGE_BUGREPORT 
     625exec_prefix 
     626prefix 
     627program_transform_name 
     628bindir 
     629sbindir 
     630libexecdir 
     631datarootdir 
     632datadir 
     633sysconfdir 
     634sharedstatedir 
     635localstatedir 
     636includedir 
     637oldincludedir 
     638docdir 
     639infodir 
     640htmldir 
     641dvidir 
     642pdfdir 
     643psdir 
     644libdir 
     645localedir 
     646mandir 
     647DEFS 
     648ECHO_C 
     649ECHO_N 
     650ECHO_T 
     651LIBS 
     652build_alias 
     653host_alias 
     654target_alias 
     655build 
     656build_cpu 
     657build_vendor 
     658build_os 
     659host 
     660host_cpu 
     661host_vendor 
     662host_os 
     663WT_VERSION 
     664CC 
     665CFLAGS 
     666LDFLAGS 
     667CPPFLAGS 
     668ac_ct_CC 
     669EXEEXT 
     670OBJEXT 
     671INSTALL_PROGRAM 
     672INSTALL_SCRIPT 
     673INSTALL_DATA 
     674SET_MAKE 
     675WT_USER 
     676WT_GROUP 
     677fake_prefix 
     678trackerddir 
     679objdir 
     680rundir 
     681WT_MAINTAINER 
     682CPP 
     683GREP 
     684EGREP 
     685subdirs 
     686LIBOBJS 
     687LTLIBOBJS' 
    316688ac_subst_files='' 
     689      ac_precious_vars='build_alias 
     690host_alias 
     691target_alias 
     692CC 
     693CFLAGS 
     694LDFLAGS 
     695LIBS 
     696CPPFLAGS 
     697CPP' 
     698ac_subdirs_all='libwired' 
    317699 
    318700# Initialize some variables set by options. 
     
    341723# by default will actually change. 
    342724# Use braces instead of parens because sh, perl, etc. also accept them. 
     725# (The list follows the same order as the GNU Coding Standards.) 
    343726bindir='${exec_prefix}/bin' 
    344727sbindir='${exec_prefix}/sbin' 
    345728libexecdir='${exec_prefix}/libexec' 
    346 datadir='${prefix}/share' 
     729datarootdir='${prefix}/share' 
     730datadir='${datarootdir}' 
    347731sysconfdir='${prefix}/etc' 
    348732sharedstatedir='${prefix}/com' 
    349733localstatedir='${prefix}/var' 
    350 libdir='${exec_prefix}/lib' 
    351734includedir='${prefix}/include' 
    352735oldincludedir='/usr/include' 
    353 infodir='${prefix}/info' 
    354 mandir='${prefix}/man' 
     736docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 
     737infodir='${datarootdir}/info' 
     738htmldir='${docdir}' 
     739dvidir='${docdir}' 
     740pdfdir='${docdir}' 
     741psdir='${docdir}' 
     742libdir='${exec_prefix}/lib' 
     743localedir='${datarootdir}/locale' 
     744mandir='${datarootdir}/man' 
    355745 
    356746ac_prev= 
     747ac_dashdash= 
    357748for ac_option 
    358749do 
    359750  # If the previous option needs an argument, assign it. 
    360751  if test -n "$ac_prev"; then 
    361     eval "$ac_prev=\$ac_option" 
     752    eval $ac_prev=\$ac_option 
    362753    ac_prev= 
    363754    continue 
    364755  fi 
    365756 
    366   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 
     757  case $ac_option in 
     758  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 
     759  *)    ac_optarg=yes ;; 
     760  esac 
    367761 
    368762  # Accept the important Cygnus configure options, so we can diagnose typos. 
    369763 
    370   case $ac_option in 
     764  case $ac_dashdash$ac_option in 
     765  --) 
     766    ac_dashdash=yes ;; 
    371767 
    372768  -bindir | --bindir | --bindi | --bind | --bin | --bi) 
     
    390786    cache_file=config.cache ;; 
    391787 
    392   -datadir | --datadir | --datadi | --datad | --data | --dat | --da
     788  -datadir | --datadir | --datadi | --datad
    393789    ac_prev=datadir ;; 
    394   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 
    395   | --da=*) 
     790  -datadir=* | --datadir=* | --datadi=* | --datad=*) 
    396791    datadir=$ac_optarg ;; 
     792 
     793  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 
     794  | --dataroo | --dataro | --datar) 
     795    ac_prev=datarootdir ;; 
     796  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 
     797  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 
     798    datarootdir=$ac_optarg ;; 
    397799 
    398800  -disable-* | --disable-*) 
    399801    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    400802    # Reject names that are not valid shell variable names. 
    401     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     803    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    402804      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    403805   { (exit 1); exit 1; }; } 
    404     ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
    405     eval "enable_$ac_feature=no" ;; 
     806    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
     807    eval enable_$ac_feature=no ;; 
     808 
     809  -docdir | --docdir | --docdi | --doc | --do) 
     810    ac_prev=docdir ;; 
     811  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 
     812    docdir=$ac_optarg ;; 
     813 
     814  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 
     815    ac_prev=dvidir ;; 
     816  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 
     817    dvidir=$ac_optarg ;; 
    406818 
    407819  -enable-* | --enable-*) 
    408820    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    409821    # Reject names that are not valid shell variable names. 
    410     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     822    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    411823      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    412824   { (exit 1); exit 1; }; } 
    413     ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
    414     case $ac_option in 
    415       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 
    416       *) ac_optarg=yes ;; 
    417     esac 
    418     eval "enable_$ac_feature='$ac_optarg'" ;; 
     825    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
     826    eval enable_$ac_feature=\$ac_optarg ;; 
    419827 
    420828  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 
     
    443851    host_alias=$ac_optarg ;; 
    444852 
     853  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 
     854    ac_prev=htmldir ;; 
     855  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 
     856  | --ht=*) 
     857    htmldir=$ac_optarg ;; 
     858 
    445859  -includedir | --includedir | --includedi | --included | --include \ 
    446860  | --includ | --inclu | --incl | --inc) 
     
    467881    libexecdir=$ac_optarg ;; 
    468882 
     883  -localedir | --localedir | --localedi | --localed | --locale) 
     884    ac_prev=localedir ;; 
     885  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 
     886    localedir=$ac_optarg ;; 
     887 
    469888  -localstatedir | --localstatedir | --localstatedi | --localstated \ 
    470   | --localstate | --localstat | --localsta | --localst \ 
    471   | --locals | --local | --loca | --loc | --lo) 
     889  | --localstate | --localstat | --localsta | --localst | --locals) 
    472890    ac_prev=localstatedir ;; 
    473891  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 
    474   | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 
    475   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 
     892  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 
    476893    localstatedir=$ac_optarg ;; 
    477894 
     
    538955    program_transform_name=$ac_optarg ;; 
    539956 
     957  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 
     958    ac_prev=pdfdir ;; 
     959  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 
     960    pdfdir=$ac_optarg ;; 
     961 
     962  -psdir | --psdir | --psdi | --psd | --ps) 
     963    ac_prev=psdir ;; 
     964  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 
     965    psdir=$ac_optarg ;; 
     966 
    540967  -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 
    541968  | -silent | --silent | --silen | --sile | --sil) 
     
    5901017    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    5911018    # Reject names that are not valid shell variable names. 
    592     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     1019    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    5931020      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    5941021   { (exit 1); exit 1; }; } 
    595     ac_package=`echo $ac_package| sed 's/-/_/g'` 
    596     case $ac_option in 
    597       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 
    598       *) ac_optarg=yes ;; 
    599     esac 
    600     eval "with_$ac_package='$ac_optarg'" ;; 
     1022    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
     1023    eval with_$ac_package=\$ac_optarg ;; 
    6011024 
    6021025  -without-* | --without-*) 
    6031026    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    6041027    # Reject names that are not valid shell variable names. 
    605     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     1028    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    6061029      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    6071030   { (exit 1); exit 1; }; } 
    608     ac_package=`echo $ac_package | sed 's/-/_/g'` 
    609     eval "with_$ac_package=no" ;; 
     1031    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
     1032    eval with_$ac_package=no ;; 
    6101033 
    6111034  --x) 
     
    6381061      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
    6391062   { (exit 1); exit 1; }; } 
    640     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 
    641     eval "$ac_envvar='$ac_optarg'" 
     1063    eval $ac_envvar=\$ac_optarg 
    6421064    export $ac_envvar ;; 
    6431065 
     
    6591081fi 
    6601082 
    661 # Be sure to have absolute paths. 
    662 for ac_var in exec_prefix prefix 
     1083# Be sure to have absolute directory names. 
     1084for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \ 
     1085                datadir sysconfdir sharedstatedir localstatedir includedir \ 
     1086                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 
     1087                libdir localedir mandir 
    6631088do 
    664   eval ac_val=$`echo $ac_var` 
     1089  eval ac_val=\$$ac_var 
    6651090  case $ac_val in 
    666     [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 
    667     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
    668    { (exit 1); exit 1; }; };; 
     1091    [\\/$]* | ?:[\\/]* )  continue;; 
     1092    NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 
    6691093  esac 
    670 done 
    671  
    672 # Be sure to have absolute paths. 
    673 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 
    674               localstatedir libdir includedir oldincludedir infodir mandir 
    675 do 
    676   eval ac_val=$`echo $ac_var` 
    677   case $ac_val in 
    678     [\\/$]* | ?:[\\/]* ) ;; 
    679     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
    680    { (exit 1); exit 1; }; };; 
    681   esac 
     1094  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
     1095   { (exit 1); exit 1; }; } 
    6821096done 
    6831097 
     
    7061120 
    7071121 
     1122ac_pwd=`pwd` && test -n "$ac_pwd" && 
     1123ac_ls_di=`ls -di .` && 
     1124ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 
     1125  { echo "$as_me: error: Working directory cannot be determined" >&2 
     1126   { (exit 1); exit 1; }; } 
     1127test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 
     1128  { echo "$as_me: error: pwd does not report name of working directory" >&2 
     1129   { (exit 1); exit 1; }; } 
     1130 
     1131 
    7081132# Find the source files, if location was not specified. 
    7091133if test -z "$srcdir"; then 
    7101134  ac_srcdir_defaulted=yes 
    711   # Try the directory containing this script, then its parent
    712   ac_confdir=`(dirname "$0") 2>/dev/null || 
     1135  # Try the directory containing this script, then the parent directory
     1136  ac_confdir=`$as_dirname -- "$0" || 
    7131137$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    7141138         X"$0" : 'X\(//\)[^/]' \| \ 
    7151139         X"$0" : 'X\(//\)$' \| \ 
    716          X"$0" : 'X\(/\)' \| \ 
    717          .     : '\(.\)' 2>/dev/null || 
     1140         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    7181141echo X"$0" | 
    719     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
    720           /^X\(\/\/\)[^/].*/{ s//\1/; q; } 
    721           /^X\(\/\/\)$/{ s//\1/; q; } 
    722           /^X\(\/\).*/{ s//\1/; q; } 
    723           s/.*/./; q'` 
     1142    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
     1143            s//\1/ 
     1144            q 
     1145          } 
     1146          /^X\(\/\/\)[^/].*/{ 
     1147            s//\1/ 
     1148            q 
     1149          } 
     1150          /^X\(\/\/\)$/{ 
     1151            s//\1/ 
     1152            q 
     1153          } 
     1154          /^X\(\/\).*/{ 
     1155            s//\1/ 
     1156            q 
     1157          } 
     1158          s/.*/./; q'` 
    7241159  srcdir=$ac_confdir 
    725   if test ! -r $srcdir/$ac_unique_file; then 
     1160  if test ! -r "$srcdir/$ac_unique_file"; then 
    7261161    srcdir=.. 
    7271162  fi 
     
    7291164  ac_srcdir_defaulted=no 
    7301165fi 
    731 if test ! -r $srcdir/$ac_unique_file; then 
    732   if test "$ac_srcdir_defaulted" = yes; then 
    733     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 
     1166if test ! -r "$srcdir/$ac_unique_file"; then 
     1167  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 
     1168  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
    7341169   { (exit 1); exit 1; }; } 
    735   else 
    736     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
     1170fi 
     1171ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 
     1172ac_abs_confdir=`( 
     1173        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 
    7371174   { (exit 1); exit 1; }; } 
    738   fi 
    739 fi 
    740 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 
    741   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 
    742    { (exit 1); exit 1; }; } 
    743 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 
    744 ac_env_build_alias_set=${build_alias+set} 
    745 ac_env_build_alias_value=$build_alias 
    746 ac_cv_env_build_alias_set=${build_alias+set} 
    747 ac_cv_env_build_alias_value=$build_alias 
    748 ac_env_host_alias_set=${host_alias+set} 
    749 ac_env_host_alias_value=$host_alias 
    750 ac_cv_env_host_alias_set=${host_alias+set} 
    751 ac_cv_env_host_alias_value=$host_alias 
    752 ac_env_target_alias_set=${target_alias+set} 
    753 ac_env_target_alias_value=$target_alias 
    754 ac_cv_env_target_alias_set=${target_alias+set} 
    755 ac_cv_env_target_alias_value=$target_alias 
    756 ac_env_CC_set=${CC+set} 
    757 ac_env_CC_value=$CC 
    758 ac_cv_env_CC_set=${CC+set} 
    759 ac_cv_env_CC_value=$CC 
    760 ac_env_CFLAGS_set=${CFLAGS+set} 
    761 ac_env_CFLAGS_value=$CFLAGS 
    762 ac_cv_env_CFLAGS_set=${CFLAGS+set}