Changeset 114 for NEWT0

Show
Ignore:
Timestamp:
08/19/07 18:28:11 (17 months ago)
Author:
gnue
Message:

removed "contrib/inwt/inwt" in AC_CONFIG_FILES

Location:
NEWT0/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/configure

    r102 r114  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.60 for FULL-PACKAGE-NAME VERSION. 
     3# Generated by GNU Autoconf 2.59 for FULL-PACKAGE-NAME VERSION. 
    44# 
    55# Report bugs to <BUG-REPORT-ADDRESS>. 
    66# 
    7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
     7# Copyright (C) 2003 Free Software Foundation, Inc. 
    98# This configure script is free software; the Free Software Foundation 
    109# gives unlimited permission to copy, distribute and modify it. 
     
    2019  # is contrary to our usage.  Disable this feature. 
    2120  alias -g '${1+"$@"}'='"$@"' 
    22   setopt NO_GLOB_SUBST 
    23 else 
    24   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    25 fi 
    26 BIN_SH=xpg4; export BIN_SH # for Tru64 
     21elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 
     22  set -o posix 
     23fi 
    2724DUALCASE=1; export DUALCASE # for MKS sh 
    2825 
    29  
    30 # PATH needs CR 
     26# Support unset when possible. 
     27if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
     28  as_unset=unset 
     29else 
     30  as_unset=false 
     31fi 
     32 
     33 
     34# Work around bugs in pre-3.0 UWIN ksh. 
     35$as_unset ENV MAIL MAILPATH 
     36PS1='$ ' 
     37PS2='> ' 
     38PS4='+ ' 
     39 
     40# NLS nuisances. 
     41for 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 
     45do 
     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 
     51done 
     52 
     53# Required to use basename. 
     54if expr a : '\(a\)' >/dev/null 2>&1; then 
     55  as_expr=expr 
     56else 
     57  as_expr=false 
     58fi 
     59 
     60if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 
     61  as_basename=basename 
     62else 
     63  as_basename=false 
     64fi 
     65 
     66 
     67# Name of the executable. 
     68as_me=`$as_basename "$0" || 
     69$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
     70     X"$0" : 'X\(//\)$' \| \ 
     71     X"$0" : 'X\(/\)$' \| \ 
     72     .     : '\(.\)' 2>/dev/null || 
     73echo 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. 
    3181# Avoid depending upon Character Ranges. 
    3282as_cr_letters='abcdefghijklmnopqrstuvwxyz' 
     
    4999fi 
    50100 
    51 # Support unset when possible. 
    52 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
    53   as_unset=unset 
    54 else 
    55   as_unset=false 
    56 fi 
    57  
    58  
    59 # IFS 
    60 # We need space, tab and new line, in precisely that order.  Quoting is 
    61 # there to prevent editors from complaining about space-tab. 
    62 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 
    63 # splitting by setting IFS to empty value.) 
    64 as_nl=' 
    65 ' 
    66 IFS=" ""    $as_nl" 
    67  
    68 # Find who we are.  Look in the path if we contain no directory separator. 
    69 case $0 in 
    70   *[\\/]* ) as_myself=$0 ;; 
    71   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     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 
    72112for as_dir in $PATH 
    73113do 
     
    76116  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 
    77117done 
    78 IFS=$as_save_IFS 
    79  
    80      ;; 
    81 esac 
    82 # We did not find ourselves, most probably we were run as `sh COMMAND' 
    83 # in which case we are not to be found in the path. 
    84 if test "x$as_myself" = x; then 
    85   as_myself=$0 
    86 fi 
    87 if test ! -f "$as_myself"; then 
    88   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
    89   { (exit 1); exit 1; } 
    90 fi 
    91  
    92 # Work around bugs in pre-3.0 UWIN ksh. 
    93 for as_var in ENV MAIL MAILPATH 
    94 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    95 done 
    96 PS1='$ ' 
    97 PS2='> ' 
    98 PS4='+ ' 
    99  
    100 # NLS nuisances. 
    101 for as_var in \ 
    102   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
    103   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
    104   LC_TELEPHONE LC_TIME 
    105 do 
    106   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
    107     eval $as_var=C; export $as_var 
    108   else 
    109     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     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 
    110125  fi 
    111 done 
    112  
    113 # Required to use basename. 
    114 if expr a : '\(a\)' >/dev/null 2>&1 && 
    115    test "X`expr 00001 : '.*\(...\)'`" = X001; then 
    116   as_expr=expr 
    117 else 
    118   as_expr=false 
    119 fi 
    120  
    121 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 
    122   as_basename=basename 
    123 else 
    124   as_basename=false 
    125 fi 
    126  
    127  
    128 # Name of the executable. 
    129 as_me=`$as_basename -- "$0" || 
    130 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
    131      X"$0" : 'X\(//\)$' \| \ 
    132      X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    133 echo X/"$0" | 
    134     sed '/^.*\/\([^/][^/]*\)\/*$/{ 
    135         s//\1/ 
    136         q 
    137       } 
    138       /^X\/\(\/\/\)$/{ 
    139         s//\1/ 
    140         q 
    141       } 
    142       /^X\/\(\/\).*/{ 
    143         s//\1/ 
    144         q 
    145       } 
    146       s/.*/./; q'` 
    147  
    148 # CDPATH. 
    149 $as_unset CDPATH 
    150  
    151  
    152 if test "x$CONFIG_SHELL" = x; then 
    153   if (eval ":") 2>/dev/null; then 
    154   as_have_required=yes 
    155 else 
    156   as_have_required=no 
    157 fi 
    158  
    159   if test $as_have_required = yes &&     (eval ": 
    160 (as_func_return () { 
    161   (exit \$1) 
    162 } 
    163 as_func_success () { 
    164   as_func_return 0 
    165 } 
    166 as_func_failure () { 
    167   as_func_return 1 
    168 } 
    169 as_func_ret_success () { 
    170   return 0 
    171 } 
    172 as_func_ret_failure () { 
    173   return 1 
    174 } 
    175  
    176 exitcode=0 
    177 if as_func_success; then 
    178   : 
    179 else 
    180   exitcode=1 
    181   echo as_func_success failed. 
    182 fi 
    183  
    184 if as_func_failure; then 
    185   exitcode=1 
    186   echo as_func_failure succeeded. 
    187 fi 
    188  
    189 if as_func_ret_success; then 
    190   : 
    191 else 
    192   exitcode=1 
    193   echo as_func_ret_success failed. 
    194 fi 
    195  
    196 if as_func_ret_failure; then 
    197   exitcode=1 
    198   echo as_func_ret_failure succeeded. 
    199 fi 
    200  
    201 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 
    202   : 
    203 else 
    204   exitcode=1 
    205   echo positional parameters were not saved. 
    206 fi 
    207  
    208 test \$exitcode = 0) || { (exit 1); exit 1; } 
    209  
    210 ( 
    211   as_lineno_1=\$LINENO 
    212   as_lineno_2=\$LINENO 
    213   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 
    214   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 
    215 ") 2> /dev/null; then 
    216   : 
    217 else 
    218   as_candidate_shells= 
     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  '') 
    219132    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    220 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
     133for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
    221134do 
    222135  IFS=$as_save_IFS 
    223136  test -z "$as_dir" && as_dir=. 
    224   case $as_dir in 
     137  for as_base in sh bash ksh sh5; do 
     138     case $as_dir in 
    225139     /*) 
    226        for as_base in sh bash ksh sh5; do 
    227          as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 
    228        done;; 
    229        esac 
    230 done 
    231 IFS=$as_save_IFS 
    232  
    233  
    234       for as_shell in $as_candidate_shells $SHELL; do 
    235      # Try only shells that exist, to save several forks. 
    236      if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 
    237         { ("$as_shell") 2> /dev/null <<\_ASEOF 
    238 # Be Bourne compatible 
    239 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    240   emulate sh 
    241   NULLCMD=: 
    242   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
    243   # is contrary to our usage.  Disable this feature. 
    244   alias -g '${1+"$@"}'='"$@"' 
    245   setopt NO_GLOB_SUBST 
    246 else 
    247   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    248 fi 
    249 BIN_SH=xpg4; export BIN_SH # for Tru64 
    250 DUALCASE=1; export DUALCASE # for MKS sh 
    251  
    252 : 
    253 _ASEOF 
    254 }; then 
    255   CONFIG_SHELL=$as_shell 
    256            as_have_required=yes 
    257            if { "$as_shell" 2> /dev/null <<\_ASEOF 
    258 # Be Bourne compatible 
    259 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    260   emulate sh 
    261   NULLCMD=: 
    262   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
    263   # is contrary to our usage.  Disable this feature. 
    264   alias -g '${1+"$@"}'='"$@"' 
    265   setopt NO_GLOB_SUBST 
    266 else 
    267   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    268 fi 
    269 BIN_SH=xpg4; export BIN_SH # for Tru64 
    270 DUALCASE=1; export DUALCASE # for MKS sh 
    271  
    272 : 
    273 (as_func_return () { 
    274   (exit $1) 
    275 } 
    276 as_func_success () { 
    277   as_func_return 0 
    278 } 
    279 as_func_failure () { 
    280   as_func_return 1 
    281 } 
    282 as_func_ret_success () { 
    283   return 0 
    284 } 
    285 as_func_ret_failure () { 
    286   return 1 
    287 } 
    288  
    289 exitcode=0 
    290 if as_func_success; then 
    291   : 
    292 else 
    293   exitcode=1 
    294   echo as_func_success failed. 
    295 fi 
    296  
    297 if as_func_failure; then 
    298   exitcode=1 
    299   echo as_func_failure succeeded. 
    300 fi 
    301  
    302 if as_func_ret_success; then 
    303   : 
    304 else 
    305   exitcode=1 
    306   echo as_func_ret_success failed. 
    307 fi 
    308  
    309 if as_func_ret_failure; then 
    310   exitcode=1 
    311   echo as_func_ret_failure succeeded. 
    312 fi 
    313  
    314 if ( set x; as_func_ret_success y && test x = "$1" ); then 
    315   : 
    316 else 
    317   exitcode=1 
    318   echo positional parameters were not saved. 
    319 fi 
    320  
    321 test $exitcode = 0) || { (exit 1); exit 1; } 
    322  
    323 ( 
     140       if ("$as_dir/$as_base" -c ' 
    324141  as_lineno_1=$LINENO 
    325142  as_lineno_2=$LINENO 
     143  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 
    326144  test "x$as_lineno_1" != "x$as_lineno_2" && 
    327   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 
    328  
    329 _ASEOF 
    330 }; then 
    331   break 
    332 fi 
    333  
    334 fi 
    335  
    336       done 
    337  
    338       if test "x$CONFIG_SHELL" != x; then 
    339   for as_var in BASH_ENV ENV 
    340         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    341         done 
    342         export CONFIG_SHELL 
    343         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
    344 fi 
    345  
    346  
    347     if test $as_have_required = no; then 
    348   echo This script requires a shell more modern than all the 
    349       echo shells that I found on your system.  Please install a 
    350       echo modern shell, or manually run the script under such a 
    351       echo shell if you do have one. 
    352       { (exit 1); exit 1; } 
    353 fi 
    354  
    355  
    356 fi 
    357  
    358 fi 
    359  
    360  
    361  
    362 (eval "as_func_return () { 
    363   (exit \$1) 
    364 } 
    365 as_func_success () { 
    366   as_func_return 0 
    367 } 
    368 as_func_failure () { 
    369   as_func_return 1 
    370 } 
    371 as_func_ret_success () { 
    372   return 0 
    373 } 
    374 as_func_ret_failure () { 
    375   return 1 
    376 } 
    377  
    378 exitcode=0 
    379 if as_func_success; then 
    380   : 
    381 else 
    382   exitcode=1 
    383   echo as_func_success failed. 
    384 fi 
    385  
    386 if as_func_failure; then 
    387   exitcode=1 
    388   echo as_func_failure succeeded. 
    389 fi 
    390  
    391 if as_func_ret_success; then 
    392   : 
    393 else 
    394   exitcode=1 
    395   echo as_func_ret_success failed. 
    396 fi 
    397  
    398 if as_func_ret_failure; then 
    399   exitcode=1 
    400   echo as_func_ret_failure succeeded. 
    401 fi 
    402  
    403 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 
    404   : 
    405 else 
    406   exitcode=1 
    407   echo positional parameters were not saved. 
    408 fi 
    409  
    410 test \$exitcode = 0") || { 
    411   echo No shell found that supports shell functions. 
    412   echo Please tell autoconf@gnu.org about your system, 
    413   echo including any error possibly output before this 
    414   echo message 
    415 } 
    416  
    417  
    418  
    419   as_lineno_1=$LINENO 
    420   as_lineno_2=$LINENO 
    421   test "x$as_lineno_1" != "x$as_lineno_2" && 
    422   test "x`expr $as_lineno_1 + 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 
     154done 
     155;; 
     156  esac 
    423157 
    424158  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 
    425159  # uniformly replaced by the line number.  The first 'sed' inserts a 
    426   # line-number line after each line using $LINENO; the second 'sed' 
    427   # does the real work.  The second script uses 'N' to pair each 
    428   # line-number line with the line containing $LINENO, and appends 
    429   # trailing '-' during substitution so that $LINENO is not a special 
    430   # case at line end. 
     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. 
    431164  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 
    432   # scripts with optimization help from Paolo Bonzini.  Blame Lee 
    433   # E. McMahon (1931-1989) for sed's syntax.  :-) 
    434   sed -n ' 
    435     p 
    436     /[$]LINENO/= 
    437   ' <$as_myself | 
     165  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-) 
     166  sed '=' <$as_myself | 
    438167    sed ' 
    439       s/[$]LINENO.*/&-/ 
    440       t lineno 
    441       b 
    442       :lineno 
    443168      N 
    444       :loop 
    445       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 
     169      s,$,-, 
     170      : loop 
     171      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 
    446172      t loop 
    447       s/-\n.*// 
     173      s,-$,, 
     174      s,^['$as_cr_digits']*\n,, 
    448175    ' >$as_me.lineno && 
    449   chmod +x "$as_me.lineno" || 
     176  chmod +x $as_me.lineno || 
    450177    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    451178   { (exit 1); exit 1; }; } 
     
    453180  # Don't try to exec as it changes $[0], causing all sort of problems 
    454181  # (the dirname of $[0] is not the place where we might find the 
    455   # original and so on.  Autoconf is especially sensitive to this). 
    456   . "./$as_me.lineno" 
     182  # original and so on.  Autoconf is especially sensible to this). 
     183  . ./$as_me.lineno 
    457184  # Exit status is that of the last command. 
    458185  exit 
     
    460187 
    461188 
    462 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 
    463   as_dirname=dirname 
    464 else 
    465   as_dirname=false 
    466 fi 
    467  
    468 ECHO_C= ECHO_N= ECHO_T= 
    469 case `echo -n x` in 
    470 -n*) 
    471   case `echo 'x\c'` in 
    472   *c*) ECHO_T=' ';; # ECHO_T is single tab character. 
    473   *)   ECHO_C='\c';; 
    474   esac;; 
    475 *) 
    476   ECHO_N='-n';; 
     189case `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= ;; 
    477194esac 
    478195 
    479 if expr a : '\(a\)' >/dev/null 2>&1 && 
    480    test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     196if expr a : '\(a\)' >/dev/null 2>&1; then 
    481197  as_expr=expr 
    482198else 
     
    485201 
    486202rm -f conf$$ conf$$.exe conf$$.file 
    487 if test -d conf$$.dir; then 
    488   rm -f conf$$.dir/conf$$.file 
    489 else 
    490   rm -f conf$$.dir 
    491   mkdir conf$$.dir 
    492 fi 
    493203echo >conf$$.file 
    494204if ln -s conf$$.file conf$$ 2>/dev/null; then 
    495   as_ln_s='ln -s' 
    496   # ... but there are two gotchas: 
    497   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
    498   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
    499   # In both cases, we have to default to `cp -p'. 
    500   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
     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 
    501209    as_ln_s='cp -p' 
     210  else 
     211    as_ln_s='ln -s' 
     212  fi 
    502213elif ln conf$$.file conf$$ 2>/dev/null; then 
    503214  as_ln_s=ln 
     
    505216  as_ln_s='cp -p' 
    506217fi 
    507 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 
    508 rmdir conf$$.dir 2>/dev/null 
     218rm -f conf$$ conf$$.exe conf$$.file 
    509219 
    510220if mkdir -p . 2>/dev/null; then 
     
    515225fi 
    516226 
    517 # Find out whether ``test -x'' works.  Don't use a zero-byte file, as 
    518 # systems may use methods other than mode bits to determine executability. 
    519 cat >conf$$.file <<_ASEOF 
    520 #! /bin/sh 
    521 exit 0 
    522 _ASEOF 
    523 chmod +x conf$$.file 
    524 if test -x conf$$.file >/dev/null 2>&1; then 
    525   as_executable_p="test -x" 
    526 else 
    527   as_executable_p=: 
    528 fi 
    529 rm -f conf$$.file 
     227as_executable_p="test -f" 
    530228 
    531229# Sed expression to map a string onto a valid CPP name. 
     
    536234 
    537235 
    538  
    539 exec 7<&0 </dev/null 6>&1 
     236# IFS 
     237# We need space, tab and new line, in precisely that order. 
     238as_nl=' 
     239' 
     240IFS="   $as_nl" 
     241 
     242# CDPATH. 
     243$as_unset CDPATH 
     244 
    540245 
    541246# Name of the host. 
     
    544249ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 
    545250 
     251exec 6>&1 
     252 
    546253# 
    547254# Initializations. 
    548255# 
    549256ac_default_prefix=/usr/local 
    550 ac_clean_files= 
    551257ac_config_libobj_dir=. 
    552 LIBOBJS= 
    553258cross_compiling=no 
    554259subdirs= 
     
    556261MAKEFLAGS= 
    557262SHELL=${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} 
    558268 
    559269# Identity of this package. 
     
    593303#if HAVE_INTTYPES_H 
    594304# include <inttypes.h> 
    595 #endif 
    596 #if HAVE_STDINT_H 
    597 # include <stdint.h> 
     305#else 
     306# if HAVE_STDINT_H 
     307#  include <stdint.h> 
     308# endif 
    598309#endif 
    599310#if HAVE_UNISTD_H 
     
    601312#endif" 
    602313 
    603 ac_subst_vars='SHELL 
    604 PATH_SEPARATOR 
    605 PACKAGE_NAME 
    606 PACKAGE_TARNAME 
    607 PACKAGE_VERSION 
    608 PACKAGE_STRING 
    609 PACKAGE_BUGREPORT 
    610 exec_prefix 
    611 prefix 
    612 program_transform_name 
    613 bindir 
    614 sbindir 
    615 libexecdir 
    616 datarootdir 
    617 datadir 
    618 sysconfdir 
    619 sharedstatedir 
    620 localstatedir 
    621 includedir 
    622 oldincludedir 
    623 docdir 
    624 infodir 
    625 htmldir 
    626 dvidir 
    627 pdfdir 
    628 psdir 
    629 libdir 
    630 localedir 
    631 mandir 
    632 DEFS 
    633 ECHO_C 
    634 ECHO_N 
    635 ECHO_T 
    636 LIBS 
    637 build_alias 
    638 host_alias 
    639 target_alias 
    640 CC 
    641 CFLAGS 
    642 LDFLAGS 
    643 CPPFLAGS 
    644 ac_ct_CC 
    645 EXEEXT 
    646 OBJEXT 
    647 YACC 
    648 YFLAGS 
    649 LEX 
    650 LEXLIB 
    651 LEX_OUTPUT_ROOT 
    652 AR 
    653 RANLIB 
    654 build 
    655 build_cpu 
    656 build_vendor 
    657 build_os 
    658 host 
    659 host_cpu 
    660 host_vendor 
    661 host_os 
    662 target 
    663 target_cpu 
    664 target_vendor 
    665 target_os 
    666 CPP 
    667 GREP 
    668 EGREP 
    669 LIBOBJS 
    670 NEWT_LDIMPORT 
    671 NEWT_LDFLAGS 
    672 LIBNEWT_LDSHARED 
    673 LINK_NEWT_APP_ 
    674 DLEXT 
    675 MAKE_EXT 
    676 MAKE_CONTRIB 
    677 BINDIR 
    678 sitedir 
    679 libffidir 
    680 __NAMED_MAGIC_POINTER__ 
    681 LIBREGEX 
    682 LIBCOMMAND 
    683 LIBEXT 
    684 LTLIBOBJS' 
     314ac_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 CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT YACC LEX LEXLIB LEX_OUTPUT_ROOT AR ac_ct_AR RANLIB ac_ct_RANLIB build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CPP EGREP LIBOBJS NEWT_LDIMPORT NEWT_LDFLAGS LIBNEWT_LDSHARED LINK_NEWT_APP_ DLEXT MAKE_EXT MAKE_CONTRIB BINDIR sitedir libffidir __NAMED_MAGIC_POINTER__ LIBREGEX LIBCOMMAND LIBEXT LTLIBOBJS' 
    685315ac_subst_files='' 
    686       ac_precious_vars='build_alias 
    687 host_alias 
    688 target_alias 
    689 CC 
    690 CFLAGS 
    691 LDFLAGS 
    692 CPPFLAGS 
    693 YACC 
    694 YFLAGS 
    695 CPP' 
    696  
    697316 
    698317# Initialize some variables set by options. 
     
    721340# by default will actually change. 
    722341# Use braces instead of parens because sh, perl, etc. also accept them. 
    723 # (The list follows the same order as the GNU Coding Standards.) 
    724342bindir='${exec_prefix}/bin' 
    725343sbindir='${exec_prefix}/sbin' 
    726344libexecdir='${exec_prefix}/libexec' 
    727 datarootdir='${prefix}/share' 
    728 datadir='${datarootdir}' 
     345datadir='${prefix}/share' 
    729346sysconfdir='${prefix}/etc' 
    730347sharedstatedir='${prefix}/com' 
    731348localstatedir='${prefix}/var' 
     349libdir='${exec_prefix}/lib' 
    732350includedir='${prefix}/include' 
    733351oldincludedir='/usr/include' 
    734 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 
    735 infodir='${datarootdir}/info'