Changeset 19897


Ignore:
Timestamp:
2009-06-24T13:55:44+12:00 (15 years ago)
Author:
oranfry
Message:

regenerated configure script after uncommenting JAVAC and JAVA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/configure

    r19883 r19897  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.59.
     3# Generated by GNU Autoconf 2.61.
    44#
    5 # Copyright (C) 2003 Free Software Foundation, Inc.
     5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     6# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    67# This configure script is free software; the Free Software Foundation
    78# gives unlimited permission to copy, distribute and modify it.
     
    1011## --------------------- ##
    1112
    12 # Be Bourne compatible
     13# Be more Bourne compatible
     14DUALCASE=1; export DUALCASE # for MKS sh
    1315if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    1416  emulate sh
     
    1719  # is contrary to our usage.  Disable this feature.
    1820  alias -g '${1+"$@"}'='"$@"'
    19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    20   set -o posix
    21 fi
    22 DUALCASE=1; export DUALCASE # for MKS sh
    23 
    24 # Support unset when possible.
    25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    26   as_unset=unset
    27 else
    28   as_unset=false
    29 fi
    30 
    31 
    32 # Work around bugs in pre-3.0 UWIN ksh.
    33 $as_unset ENV MAIL MAILPATH
    34 PS1='$ '
    35 PS2='> '
    36 PS4='+ '
    37 
    38 # NLS nuisances.
    39 for as_var in \
    40   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    41   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    42   LC_TELEPHONE LC_TIME
    43 do
    44   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    45     eval $as_var=C; export $as_var
    46   else
    47     $as_unset $as_var
    48   fi
    49 done
    50 
    51 # Required to use basename.
    52 if expr a : '\(a\)' >/dev/null 2>&1; then
    53   as_expr=expr
    54 else
    55   as_expr=false
    56 fi
    57 
    58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    59   as_basename=basename
    60 else
    61   as_basename=false
    62 fi
    63 
    64 
    65 # Name of the executable.
    66 as_me=`$as_basename "$0" ||
    67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    68      X"$0" : 'X\(//\)$' \| \
    69      X"$0" : 'X\(/\)$' \| \
    70      .     : '\(.\)' 2>/dev/null ||
    71 echo X/"$0" |
    72     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    73       /^X\/\(\/\/\)$/{ s//\1/; q; }
    74       /^X\/\(\/\).*/{ s//\1/; q; }
    75       s/.*/./; q'`
    76 
    77 
    78 # PATH needs CR, and LINENO needs CR and PATH.
     21  setopt NO_GLOB_SUBST
     22else
     23  case `(set -o) 2>/dev/null` in
     24  *posix*) set -o posix ;;
     25esac
     26
     27fi
     28
     29
     30
     31
     32# PATH needs CR
    7933# Avoid depending upon Character Ranges.
    8034as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    9751fi
    9852
    99 
    100   as_lineno_1=$LINENO
    101   as_lineno_2=$LINENO
    102   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    103   test "x$as_lineno_1" != "x$as_lineno_2" &&
    104   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    105   # Find who we are.  Look in the path if we contain no path at all
    106   # relative or not.
    107   case $0 in
    108     *[\\/]* ) as_myself=$0 ;;
    109     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     53# Support unset when possible.
     54if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     55  as_unset=unset
     56else
     57  as_unset=false
     58fi
     59
     60
     61# IFS
     62# We need space, tab and new line, in precisely that order.  Quoting is
     63# there to prevent editors from complaining about space-tab.
     64# (If _AS_PATH_WALK were called with IFS unset, it would disable word
     65# splitting by setting IFS to empty value.)
     66as_nl='
     67'
     68IFS=" ""    $as_nl"
     69
     70# Find who we are.  Look in the path if we contain no directory separator.
     71case $0 in
     72  *[\\/]* ) as_myself=$0 ;;
     73  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    11074for as_dir in $PATH
    11175do
     
    11478  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    11579done
    116 
    117        ;;
    118   esac
    119   # We did not find ourselves, most probably we were run as `sh COMMAND'
    120   # in which case we are not to be found in the path.
    121   if test "x$as_myself" = x; then
    122     as_myself=$0
     80IFS=$as_save_IFS
     81
     82     ;;
     83esac
     84# We did not find ourselves, most probably we were run as `sh COMMAND'
     85# in which case we are not to be found in the path.
     86if test "x$as_myself" = x; then
     87  as_myself=$0
     88fi
     89if test ! -f "$as_myself"; then
     90  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     91  { (exit 1); exit 1; }
     92fi
     93
     94# Work around bugs in pre-3.0 UWIN ksh.
     95for as_var in ENV MAIL MAILPATH
     96do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     97done
     98PS1='$ '
     99PS2='> '
     100PS4='+ '
     101
     102# NLS nuisances.
     103for as_var in \
     104  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     105  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     106  LC_TELEPHONE LC_TIME
     107do
     108  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     109    eval $as_var=C; export $as_var
     110  else
     111    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    123112  fi
    124   if test ! -f "$as_myself"; then
    125     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
    126    { (exit 1); exit 1; }; }
    127   fi
    128   case $CONFIG_SHELL in
    129   '')
     113done
     114
     115# Required to use basename.
     116if expr a : '\(a\)' >/dev/null 2>&1 &&
     117   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     118  as_expr=expr
     119else
     120  as_expr=false
     121fi
     122
     123if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     124  as_basename=basename
     125else
     126  as_basename=false
     127fi
     128
     129
     130# Name of the executable.
     131as_me=`$as_basename -- "$0" ||
     132$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     133     X"$0" : 'X\(//\)$' \| \
     134     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     135echo X/"$0" |
     136    sed '/^.*\/\([^/][^/]*\)\/*$/{
     137        s//\1/
     138        q
     139      }
     140      /^X\/\(\/\/\)$/{
     141        s//\1/
     142        q
     143      }
     144      /^X\/\(\/\).*/{
     145        s//\1/
     146        q
     147      }
     148      s/.*/./; q'`
     149
     150# CDPATH.
     151$as_unset CDPATH
     152
     153
     154if test "x$CONFIG_SHELL" = x; then
     155  if (eval ":") 2>/dev/null; then
     156  as_have_required=yes
     157else
     158  as_have_required=no
     159fi
     160
     161  if test $as_have_required = yes &&     (eval ":
     162(as_func_return () {
     163  (exit \$1)
     164}
     165as_func_success () {
     166  as_func_return 0
     167}
     168as_func_failure () {
     169  as_func_return 1
     170}
     171as_func_ret_success () {
     172  return 0
     173}
     174as_func_ret_failure () {
     175  return 1
     176}
     177
     178exitcode=0
     179if as_func_success; then
     180  :
     181else
     182  exitcode=1
     183  echo as_func_success failed.
     184fi
     185
     186if as_func_failure; then
     187  exitcode=1
     188  echo as_func_failure succeeded.
     189fi
     190
     191if as_func_ret_success; then
     192  :
     193else
     194  exitcode=1
     195  echo as_func_ret_success failed.
     196fi
     197
     198if as_func_ret_failure; then
     199  exitcode=1
     200  echo as_func_ret_failure succeeded.
     201fi
     202
     203if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
     204  :
     205else
     206  exitcode=1
     207  echo positional parameters were not saved.
     208fi
     209
     210test \$exitcode = 0) || { (exit 1); exit 1; }
     211
     212(
     213  as_lineno_1=\$LINENO
     214  as_lineno_2=\$LINENO
     215  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
     216  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
     217") 2> /dev/null; then
     218  :
     219else
     220  as_candidate_shells=
    130221    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    131222for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
     
    133224  IFS=$as_save_IFS
    134225  test -z "$as_dir" && as_dir=.
    135   for as_base in sh bash ksh sh5; do
    136      case $as_dir in
     226  case $as_dir in
    137227     /*)
    138        if ("$as_dir/$as_base" -c '
     228       for as_base in sh bash ksh sh5; do
     229         as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
     230       done;;
     231       esac
     232done
     233IFS=$as_save_IFS
     234
     235
     236      for as_shell in $as_candidate_shells $SHELL; do
     237     # Try only shells that exist, to save several forks.
     238     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
     239        { ("$as_shell") 2> /dev/null <<\_ASEOF
     240if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     241  emulate sh
     242  NULLCMD=:
     243  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     244  # is contrary to our usage.  Disable this feature.
     245  alias -g '${1+"$@"}'='"$@"'
     246  setopt NO_GLOB_SUBST
     247else
     248  case `(set -o) 2>/dev/null` in
     249  *posix*) set -o posix ;;
     250esac
     251
     252fi
     253
     254
     255:
     256_ASEOF
     257}; then
     258  CONFIG_SHELL=$as_shell
     259           as_have_required=yes
     260           if { "$as_shell" 2> /dev/null <<\_ASEOF
     261if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
     262  emulate sh
     263  NULLCMD=:
     264  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     265  # is contrary to our usage.  Disable this feature.
     266  alias -g '${1+"$@"}'='"$@"'
     267  setopt NO_GLOB_SUBST
     268else
     269  case `(set -o) 2>/dev/null` in
     270  *posix*) set -o posix ;;
     271esac
     272
     273fi
     274
     275
     276:
     277(as_func_return () {
     278  (exit $1)
     279}
     280as_func_success () {
     281  as_func_return 0
     282}
     283as_func_failure () {
     284  as_func_return 1
     285}
     286as_func_ret_success () {
     287  return 0
     288}
     289as_func_ret_failure () {
     290  return 1
     291}
     292
     293exitcode=0
     294if as_func_success; then
     295  :
     296else
     297  exitcode=1
     298  echo as_func_success failed.
     299fi
     300
     301if as_func_failure; then
     302  exitcode=1
     303  echo as_func_failure succeeded.
     304fi
     305
     306if as_func_ret_success; then
     307  :
     308else
     309  exitcode=1
     310  echo as_func_ret_success failed.
     311fi
     312
     313if as_func_ret_failure; then
     314  exitcode=1
     315  echo as_func_ret_failure succeeded.
     316fi
     317
     318if ( set x; as_func_ret_success y && test x = "$1" ); then
     319  :
     320else
     321  exitcode=1
     322  echo positional parameters were not saved.
     323fi
     324
     325test $exitcode = 0) || { (exit 1); exit 1; }
     326
     327(
    139328  as_lineno_1=$LINENO
    140329  as_lineno_2=$LINENO
    141   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    142330  test "x$as_lineno_1" != "x$as_lineno_2" &&
    143   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    144          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    145          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    146          CONFIG_SHELL=$as_dir/$as_base
    147          export CONFIG_SHELL
    148          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    149        fi;;
    150      esac
    151        done
    152 done
    153 ;;
    154   esac
     331  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
     332
     333_ASEOF
     334}; then
     335  break
     336fi
     337
     338fi
     339
     340      done
     341
     342      if test "x$CONFIG_SHELL" != x; then
     343  for as_var in BASH_ENV ENV
     344        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     345        done
     346        export CONFIG_SHELL
     347        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     348fi
     349
     350
     351    if test $as_have_required = no; then
     352  echo This script requires a shell more modern than all the
     353      echo shells that I found on your system.  Please install a
     354      echo modern shell, or manually run the script under such a
     355      echo shell if you do have one.
     356      { (exit 1); exit 1; }
     357fi
     358
     359
     360fi
     361
     362fi
     363
     364
     365
     366(eval "as_func_return () {
     367  (exit \$1)
     368}
     369as_func_success () {
     370  as_func_return 0
     371}
     372as_func_failure () {
     373  as_func_return 1
     374}
     375as_func_ret_success () {
     376  return 0
     377}
     378as_func_ret_failure () {
     379  return 1
     380}
     381
     382exitcode=0
     383if as_func_success; then
     384  :
     385else
     386  exitcode=1
     387  echo as_func_success failed.
     388fi
     389
     390if as_func_failure; then
     391  exitcode=1
     392  echo as_func_failure succeeded.
     393fi
     394
     395if as_func_ret_success; then
     396  :
     397else
     398  exitcode=1
     399  echo as_func_ret_success failed.
     400fi
     401
     402if as_func_ret_failure; then
     403  exitcode=1
     404  echo as_func_ret_failure succeeded.
     405fi
     406
     407if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
     408  :
     409else
     410  exitcode=1
     411  echo positional parameters were not saved.
     412fi
     413
     414test \$exitcode = 0") || {
     415  echo No shell found that supports shell functions.
     416  echo Please tell [email protected] about your system,
     417  echo including any error possibly output before this
     418  echo message
     419}
     420
     421
     422
     423  as_lineno_1=$LINENO
     424  as_lineno_2=$LINENO
     425  test "x$as_lineno_1" != "x$as_lineno_2" &&
     426  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    155427
    156428  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    157429  # uniformly replaced by the line number.  The first 'sed' inserts a
    158   # line-number line before each line; the second 'sed' does the real
    159   # work.  The second script uses 'N' to pair each line-number line
    160   # with the numbered line, and appends trailing '-' during
    161   # substitution so that $LINENO is not a special case at line end.
     430  # line-number line after each line using $LINENO; the second 'sed'
     431  # does the real work.  The second script uses 'N' to pair each
     432  # line-number line with the line containing $LINENO, and appends
     433  # trailing '-' during substitution so that $LINENO is not a special
     434  # case at line end.
    162435  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    163   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    164   sed '=' <$as_myself |
     436  # scripts with optimization help from Paolo Bonzini.  Blame Lee
     437  # E. McMahon (1931-1989) for sed's syntax.  :-)
     438  sed -n '
     439    p
     440    /[$]LINENO/=
     441  ' <$as_myself |
    165442    sed '
     443      s/[$]LINENO.*/&-/
     444      t lineno
     445      b
     446      :lineno
    166447      N
    167       s,$,-,
    168       : loop
    169       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     448      :loop
     449      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    170450      t loop
    171       s,-$,,
    172       s,^['$as_cr_digits']*\n,,
     451      s/-\n.*//
    173452    ' >$as_me.lineno &&
    174   chmod +x $as_me.lineno ||
     453  chmod +x "$as_me.lineno" ||
    175454    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    176455   { (exit 1); exit 1; }; }
     
    178457  # Don't try to exec as it changes $[0], causing all sort of problems
    179458  # (the dirname of $[0] is not the place where we might find the
    180   # original and so on.  Autoconf is especially sensible to this).
    181   . ./$as_me.lineno
     459  # original and so on.  Autoconf is especially sensitive to this).
     460  . "./$as_me.lineno"
    182461  # Exit status is that of the last command.
    183462  exit
     
    185464
    186465
    187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    188   *c*,-n*) ECHO_N= ECHO_C='
    189 ' ECHO_T='  ' ;;
    190   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    191   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
     466if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     467  as_dirname=dirname
     468else
     469  as_dirname=false
     470fi
     471
     472ECHO_C= ECHO_N= ECHO_T=
     473case `echo -n x` in
     474-n*)
     475  case `echo 'x\c'` in
     476  *c*) ECHO_T=' ';; # ECHO_T is single tab character.
     477  *)   ECHO_C='\c';;
     478  esac;;
     479*)
     480  ECHO_N='-n';;
    192481esac
    193482
    194 if expr a : '\(a\)' >/dev/null 2>&1; then
     483if expr a : '\(a\)' >/dev/null 2>&1 &&
     484   test "X`expr 00001 : '.*\(...\)'`" = X001; then
    195485  as_expr=expr
    196486else
     
    199489
    200490rm -f conf$$ conf$$.exe conf$$.file
     491if test -d conf$$.dir; then
     492  rm -f conf$$.dir/conf$$.file
     493else
     494  rm -f conf$$.dir
     495  mkdir conf$$.dir
     496fi
    201497echo >conf$$.file
    202498if ln -s conf$$.file conf$$ 2>/dev/null; then
    203   # We could just check for DJGPP; but this test a) works b) is more generic
    204   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    205   if test -f conf$$.exe; then
    206     # Don't use ln at all; we don't have any links
     499  as_ln_s='ln -s'
     500  # ... but there are two gotchas:
     501  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     502  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     503  # In both cases, we have to default to `cp -p'.
     504  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    207505    as_ln_s='cp -p'
    208   else
    209     as_ln_s='ln -s'
    210   fi
    211506elif ln conf$$.file conf$$ 2>/dev/null; then
    212507  as_ln_s=ln
     
    214509  as_ln_s='cp -p'
    215510fi
    216 rm -f conf$$ conf$$.exe conf$$.file
     511rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     512rmdir conf$$.dir 2>/dev/null
    217513
    218514if mkdir -p . 2>/dev/null; then
     
    223519fi
    224520
    225 as_executable_p="test -f"
     521if test -x / >/dev/null 2>&1; then
     522  as_test_x='test -x'
     523else
     524  if ls -dL / >/dev/null 2>&1; then
     525    as_ls_L_option=L
     526  else
     527    as_ls_L_option=
     528  fi
     529  as_test_x='
     530    eval sh -c '\''
     531      if test -d "$1"; then
     532        test -d "$1/.";
     533      else
     534    case $1 in
     535        -*)set "./$1";;
     536    esac;
     537    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     538    ???[sx]*):;;*)false;;esac;fi
     539    '\'' sh
     540  '
     541fi
     542as_executable_p=$as_test_x
    226543
    227544# Sed expression to map a string onto a valid CPP name.
     
    232549
    233550
    234 # IFS
    235 # We need space, tab and new line, in precisely that order.
    236 as_nl='
    237 '
    238 IFS="   $as_nl"
    239 
    240 # CDPATH.
    241 $as_unset CDPATH
    242 
     551
     552exec 7<&0 </dev/null 6>&1
    243553
    244554# Name of the host.
     
    247557ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    248558
    249 exec 6>&1
    250 
    251559#
    252560# Initializations.
    253561#
    254562ac_default_prefix=/usr/local
     563ac_clean_files=
    255564ac_config_libobj_dir=.
     565LIBOBJS=
    256566cross_compiling=no
    257567subdirs=
     
    259569MAKEFLAGS=
    260570SHELL=${CONFIG_SHELL-/bin/sh}
    261 
    262 # Maximum number of lines to put in a shell here document.
    263 # This variable seems obsolete.  It should probably be removed, and
    264 # only ac_max_sed_lines should be used.
    265 : ${ac_max_here_lines=38}
    266571
    267572# Identity of this package.
     
    273578
    274579ac_unique_file="mgpp/text/MGQuery.cpp"
    275 ac_subdirs_all="$ac_subdirs_all packages/unac"
    276 ac_subdirs_all="$ac_subdirs_all mg mgpp"
    277 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 ENABLE_ACCENTFOLD COMPAT32BITFLAGS subdirs LIBOBJS LTLIBOBJS'
     580ac_subst_vars='SHELL
     581PATH_SEPARATOR
     582PACKAGE_NAME
     583PACKAGE_TARNAME
     584PACKAGE_VERSION
     585PACKAGE_STRING
     586PACKAGE_BUGREPORT
     587exec_prefix
     588prefix
     589program_transform_name
     590bindir
     591sbindir
     592libexecdir
     593datarootdir
     594datadir
     595sysconfdir
     596sharedstatedir
     597localstatedir
     598includedir
     599oldincludedir
     600docdir
     601infodir
     602htmldir
     603dvidir
     604pdfdir
     605psdir
     606libdir
     607localedir
     608mandir
     609DEFS
     610ECHO_C
     611ECHO_N
     612ECHO_T
     613LIBS
     614build_alias
     615host_alias
     616target_alias
     617ENABLE_ACCENTFOLD
     618COMPAT32BITFLAGS
     619JAVAC
     620JAVA
     621uudecode
     622subdirs
     623LIBOBJS
     624LTLIBOBJS'
    278625ac_subst_files=''
     626      ac_precious_vars='build_alias
     627host_alias
     628target_alias'
     629ac_subdirs_all='packages/unac
     630mg mgpp'
    279631
    280632# Initialize some variables set by options.
     
    303655# by default will actually change.
    304656# Use braces instead of parens because sh, perl, etc. also accept them.
     657# (The list follows the same order as the GNU Coding Standards.)
    305658bindir='${exec_prefix}/bin'
    306659sbindir='${exec_prefix}/sbin'
    307660libexecdir='${exec_prefix}/libexec'
    308 datadir='${prefix}/share'
     661datarootdir='${prefix}/share'
     662datadir='${datarootdir}'
    309663sysconfdir='${prefix}/etc'
    310664sharedstatedir='${prefix}/com'
    311665localstatedir='${prefix}/var'
    312 libdir='${exec_prefix}/lib'
    313666includedir='${prefix}/include'
    314667oldincludedir='/usr/include'
    315 infodir='${prefix}/info'
    316 mandir='${prefix}/man'
     668docdir='${datarootdir}/doc/${PACKAGE}'
     669infodir='${datarootdir}/info'
     670htmldir='${docdir}'
     671dvidir='${docdir}'
     672pdfdir='${docdir}'
     673psdir='${docdir}'
     674libdir='${exec_prefix}/lib'
     675localedir='${datarootdir}/locale'
     676mandir='${datarootdir}/man'
    317677
    318678ac_prev=
     679ac_dashdash=
    319680for ac_option
    320681do
    321682  # If the previous option needs an argument, assign it.
    322683  if test -n "$ac_prev"; then
    323     eval "$ac_prev=\$ac_option"
     684    eval $ac_prev=\$ac_option
    324685    ac_prev=
    325686    continue
    326687  fi
    327688
    328   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
     689  case $ac_option in
     690  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     691  *)    ac_optarg=yes ;;
     692  esac
    329693
    330694  # Accept the important Cygnus configure options, so we can diagnose typos.
    331695
    332   case $ac_option in
     696  case $ac_dashdash$ac_option in
     697  --)
     698    ac_dashdash=yes ;;
    333699
    334700  -bindir | --bindir | --bindi | --bind | --bin | --bi)
     
    352718    cache_file=config.cache ;;
    353719
    354   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
     720  -datadir | --datadir | --datadi | --datad)
    355721    ac_prev=datadir ;;
    356   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
    357   | --da=*)
     722  -datadir=* | --datadir=* | --datadi=* | --datad=*)
    358723    datadir=$ac_optarg ;;
     724
     725  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
     726  | --dataroo | --dataro | --datar)
     727    ac_prev=datarootdir ;;
     728  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
     729  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
     730    datarootdir=$ac_optarg ;;
    359731
    360732  -disable-* | --disable-*)
    361733    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    362734    # Reject names that are not valid shell variable names.
    363     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     735    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    364736      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    365737   { (exit 1); exit 1; }; }
    366     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    367     eval "enable_$ac_feature=no" ;;
     738    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     739    eval enable_$ac_feature=no ;;
     740
     741  -docdir | --docdir | --docdi | --doc | --do)
     742    ac_prev=docdir ;;
     743  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
     744    docdir=$ac_optarg ;;
     745
     746  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
     747    ac_prev=dvidir ;;
     748  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
     749    dvidir=$ac_optarg ;;
    368750
    369751  -enable-* | --enable-*)
    370752    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    371753    # Reject names that are not valid shell variable names.
    372     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     754    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    373755      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    374756   { (exit 1); exit 1; }; }
    375     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    376     case $ac_option in
    377       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    378       *) ac_optarg=yes ;;
    379     esac
    380     eval "enable_$ac_feature='$ac_optarg'" ;;
     757    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     758    eval enable_$ac_feature=\$ac_optarg ;;
    381759
    382760  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    405783    host_alias=$ac_optarg ;;
    406784
     785  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
     786    ac_prev=htmldir ;;
     787  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
     788  | --ht=*)
     789    htmldir=$ac_optarg ;;
     790
    407791  -includedir | --includedir | --includedi | --included | --include \
    408792  | --includ | --inclu | --incl | --inc)
     
    429813    libexecdir=$ac_optarg ;;
    430814
     815  -localedir | --localedir | --localedi | --localed | --locale)
     816    ac_prev=localedir ;;
     817  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
     818    localedir=$ac_optarg ;;
     819
    431820  -localstatedir | --localstatedir | --localstatedi | --localstated \
    432   | --localstate | --localstat | --localsta | --localst \
    433   | --locals | --local | --loca | --loc | --lo)
     821  | --localstate | --localstat | --localsta | --localst | --locals)
    434822    ac_prev=localstatedir ;;
    435823  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    436   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
    437   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
     824  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    438825    localstatedir=$ac_optarg ;;
    439826
     
    500887    program_transform_name=$ac_optarg ;;
    501888
     889  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
     890    ac_prev=pdfdir ;;
     891  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
     892    pdfdir=$ac_optarg ;;
     893
     894  -psdir | --psdir | --psdi | --psd | --ps)
     895    ac_prev=psdir ;;
     896  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
     897    psdir=$ac_optarg ;;
     898
    502899  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    503900  | -silent | --silent | --silen | --sile | --sil)
     
    552949    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    553950    # Reject names that are not valid shell variable names.
    554     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     951    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    555952      { echo "$as_me: error: invalid package name: $ac_package" >&2
    556953   { (exit 1); exit 1; }; }
    557     ac_package=`echo $ac_package| sed 's/-/_/g'`
    558     case $ac_option in
    559       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    560       *) ac_optarg=yes ;;
    561     esac
    562     eval "with_$ac_package='$ac_optarg'" ;;
     954    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     955    eval with_$ac_package=\$ac_optarg ;;
    563956
    564957  -without-* | --without-*)
    565958    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    566959    # Reject names that are not valid shell variable names.
    567     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     960    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    568961      { echo "$as_me: error: invalid package name: $ac_package" >&2
    569962   { (exit 1); exit 1; }; }
    570     ac_package=`echo $ac_package | sed 's/-/_/g'`
    571     eval "with_$ac_package=no" ;;
     963    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     964    eval with_$ac_package=no ;;
    572965
    573966  --x)
     
    600993      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    601994   { (exit 1); exit 1; }; }
    602     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
    603     eval "$ac_envvar='$ac_optarg'"
     995    eval $ac_envvar=\$ac_optarg
    604996    export $ac_envvar ;;
    605997
     
    6211013fi
    6221014
    623 # Be sure to have absolute paths.
    624 for ac_var in exec_prefix prefix
     1015# Be sure to have absolute directory names.
     1016for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
     1017        datadir sysconfdir sharedstatedir localstatedir includedir \
     1018        oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
     1019        libdir localedir mandir
    6251020do
    626   eval ac_val=$`echo $ac_var`
     1021  eval ac_val=\$$ac_var
    6271022  case $ac_val in
    628     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
    629     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    630    { (exit 1); exit 1; }; };;
     1023    [\\/$]* | ?:[\\/]* )  continue;;
     1024    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    6311025  esac
    632 done
    633 
    634 # Be sure to have absolute paths.
    635 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    636           localstatedir libdir includedir oldincludedir infodir mandir
    637 do
    638   eval ac_val=$`echo $ac_var`
    639   case $ac_val in
    640     [\\/$]* | ?:[\\/]* ) ;;
    641     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    642    { (exit 1); exit 1; }; };;
    643   esac
     1026  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1027   { (exit 1); exit 1; }; }
    6441028done
    6451029
     
    6681052
    6691053
     1054ac_pwd=`pwd` && test -n "$ac_pwd" &&
     1055ac_ls_di=`ls -di .` &&
     1056ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
     1057  { echo "$as_me: error: Working directory cannot be determined" >&2
     1058   { (exit 1); exit 1; }; }
     1059test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
     1060  { echo "$as_me: error: pwd does not report name of working directory" >&2
     1061   { (exit 1); exit 1; }; }
     1062
     1063
    6701064# Find the source files, if location was not specified.
    6711065if test -z "$srcdir"; then
    6721066  ac_srcdir_defaulted=yes
    673   # Try the directory containing this script, then its parent.
    674   ac_confdir=`(dirname "$0") 2>/dev/null ||
     1067  # Try the directory containing this script, then the parent directory.
     1068  ac_confdir=`$as_dirname -- "$0" ||
    6751069$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    6761070     X"$0" : 'X\(//\)[^/]' \| \
    6771071     X"$0" : 'X\(//\)$' \| \
    678      X"$0" : 'X\(/\)' \| \
    679      .     : '\(.\)' 2>/dev/null ||
     1072     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    6801073echo X"$0" |
    681     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    682       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    683       /^X\(\/\/\)$/{ s//\1/; q; }
    684       /^X\(\/\).*/{ s//\1/; q; }
    685       s/.*/./; q'`
     1074    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     1075        s//\1/
     1076        q
     1077      }
     1078      /^X\(\/\/\)[^/].*/{
     1079        s//\1/
     1080        q
     1081      }
     1082      /^X\(\/\/\)$/{
     1083        s//\1/
     1084        q
     1085      }
     1086      /^X\(\/\).*/{
     1087        s//\1/
     1088        q
     1089      }
     1090      s/.*/./; q'`
    6861091  srcdir=$ac_confdir
    687   if test ! -r $srcdir/$ac_unique_file; then
     1092  if test ! -r "$srcdir/$ac_unique_file"; then
    6881093    srcdir=..
    6891094  fi
     
    6911096  ac_srcdir_defaulted=no
    6921097fi
    693 if test ! -r $srcdir/$ac_unique_file; then
    694   if test "$ac_srcdir_defaulted" = yes; then
    695     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
     1098if test ! -r "$srcdir/$ac_unique_file"; then
     1099  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
     1100  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    6961101   { (exit 1); exit 1; }; }
    697   else
    698     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1102fi
     1103ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
     1104ac_abs_confdir=`(
     1105    cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    6991106   { (exit 1); exit 1; }; }
    700   fi
    701 fi
    702 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
    703   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
    704    { (exit 1); exit 1; }; }
    705 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
    706 ac_env_build_alias_set=${build_alias+set}
    707 ac_env_build_alias_value=$build_alias
    708 ac_cv_env_build_alias_set=${build_alias+set}
    709 ac_cv_env_build_alias_value=$build_alias
    710 ac_env_host_alias_set=${host_alias+set}
    711 ac_env_host_alias_value=$host_alias
    712 ac_cv_env_host_alias_set=${host_alias+set}
    713 ac_cv_env_host_alias_value=$host_alias
    714 ac_env_target_alias_set=${target_alias+set}
    715 ac_env_target_alias_value=$target_alias
    716 ac_cv_env_target_alias_set=${target_alias+set}
    717 ac_cv_env_target_alias_value=$target_alias
     1107    pwd)`
     1108# When building in place, set srcdir=.
     1109if test "$ac_abs_confdir" = "$ac_pwd"; then
     1110  srcdir=.
     1111fi
     1112# Remove unnecessary trailing slashes from srcdir.
     1113# Double slashes in file names in object file debugging info
     1114# mess up M-x gdb in Emacs.
     1115case $srcdir in
     1116*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
     1117esac
     1118for ac_var in $ac_precious_vars; do
     1119  eval ac_env_${ac_var}_set=\${${ac_var}+set}
     1120  eval ac_env_${ac_var}_value=\$${ac_var}
     1121  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
     1122  eval ac_cv_env_${ac_var}_value=\$${ac_var}
     1123done
    7181124
    7191125#
     
    7441150      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    7451151
    746 _ACEOF
    747 
    748   cat <<_ACEOF
    7491152Installation directories:
    7501153  --prefix=PREFIX         install architecture-independent files in PREFIX
     
    7641167  --sbindir=DIR          system admin executables [EPREFIX/sbin]
    7651168  --libexecdir=DIR       program executables [EPREFIX/libexec]
    766   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
    7671169  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    7681170  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     
    7711173  --includedir=DIR       C header files [PREFIX/include]
    7721174  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    773   --infodir=DIR          info documentation [PREFIX/info]
    774   --mandir=DIR           man documentation [PREFIX/man]
     1175  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
     1176  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
     1177  --infodir=DIR          info documentation [DATAROOTDIR/info]
     1178  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
     1179  --mandir=DIR           man documentation [DATAROOTDIR/man]
     1180  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
     1181  --htmldir=DIR          html documentation [DOCDIR]
     1182  --dvidir=DIR           dvi documentation [DOCDIR]
     1183  --pdfdir=DIR           pdf documentation [DOCDIR]
     1184  --psdir=DIR            ps documentation [DOCDIR]
    7751185_ACEOF
    7761186
     
    7941204
    7951205_ACEOF
     1206ac_status=$?
    7961207fi
    7971208
    7981209if test "$ac_init_help" = "recursive"; then
    7991210  # If there are subdirs, report their specific --help.
    800   ac_popdir=`pwd`
    8011211  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    802     test -d $ac_dir || continue
     1212    test -d "$ac_dir" || continue
    8031213    ac_builddir=.
    8041214
    805 if test "$ac_dir" != .; then
     1215case "$ac_dir" in
     1216.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1217*)
    8061218  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    807   # A "../" for each directory in $ac_dir_suffix.
    808   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    809 else
    810   ac_dir_suffix= ac_top_builddir=
    811 fi
     1219  # A ".." for each directory in $ac_dir_suffix.
     1220  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1221  case $ac_top_builddir_sub in
     1222  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1223  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     1224  esac ;;
     1225esac
     1226ac_abs_top_builddir=$ac_pwd
     1227ac_abs_builddir=$ac_pwd$ac_dir_suffix
     1228# for backward compatibility:
     1229ac_top_builddir=$ac_top_build_prefix
    8121230
    8131231case $srcdir in
    814   .)  # No --srcdir option.  We are building in place.
     1232  .)  # We are building in place.
    8151233    ac_srcdir=.
    816     if test -z "$ac_top_builddir"; then
    817        ac_top_srcdir=.
    818     else
    819        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    820     fi ;;
    821   [\\/]* | ?:[\\/]* )  # Absolute path.
     1234    ac_top_srcdir=$ac_top_builddir_sub
     1235    ac_abs_top_srcdir=$ac_pwd ;;
     1236  [\\/]* | ?:[\\/]* )  # Absolute name.
    8221237    ac_srcdir=$srcdir$ac_dir_suffix;
    823     ac_top_srcdir=$srcdir ;;
    824   *) # Relative path.
    825     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    826     ac_top_srcdir=$ac_top_builddir$srcdir ;;
     1238    ac_top_srcdir=$srcdir
     1239    ac_abs_top_srcdir=$srcdir ;;
     1240  *) # Relative name.
     1241    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     1242    ac_top_srcdir=$ac_top_build_prefix$srcdir
     1243    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
    8271244esac
    828 
    829 # Do not use `cd foo && pwd` to compute absolute paths, because
    830 # the directories may not exist.
    831 case `pwd` in
    832 .) ac_abs_builddir="$ac_dir";;
    833 *)
    834   case "$ac_dir" in
    835   .) ac_abs_builddir=`pwd`;;
    836   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    837   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    838   esac;;
    839 esac
    840 case $ac_abs_builddir in
    841 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    842 *)
    843   case ${ac_top_builddir}. in
    844   .) ac_abs_top_builddir=$ac_abs_builddir;;
    845   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    846   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    847   esac;;
    848 esac
    849 case $ac_abs_builddir in
    850 .) ac_abs_srcdir=$ac_srcdir;;
    851 *)
    852   case $ac_srcdir in
    853   .) ac_abs_srcdir=$ac_abs_builddir;;
    854   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    855   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    856   esac;;
    857 esac
    858 case $ac_abs_builddir in
    859 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    860 *)
    861   case $ac_top_srcdir in
    862   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    863   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    864   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    865   esac;;
    866 esac
    867 
    868     cd $ac_dir
    869     # Check for guested configure; otherwise get Cygnus style configure.
    870     if test -f $ac_srcdir/configure.gnu; then
    871       echo
    872       $SHELL $ac_srcdir/configure.gnu  --help=recursive
    873     elif test -f $ac_srcdir/configure; then
    874       echo
    875       $SHELL $ac_srcdir/configure  --help=recursive
    876     elif test -f $ac_srcdir/configure.ac ||
    877        test -f $ac_srcdir/configure.in; then
    878       echo
    879       $ac_configure --help
     1245ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     1246
     1247    cd "$ac_dir" || { ac_status=$?; continue; }
     1248    # Check for guested configure.
     1249    if test -f "$ac_srcdir/configure.gnu"; then
     1250      echo &&
     1251      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
     1252    elif test -f "$ac_srcdir/configure"; then
     1253      echo &&
     1254      $SHELL "$ac_srcdir/configure" --help=recursive
    8801255    else
    8811256      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    882     fi
    883     cd $ac_popdir
     1257    fi || ac_status=$?
     1258    cd "$ac_pwd" || { ac_status=$?; break; }
    8841259  done
    8851260fi
    8861261
    887 test -n "$ac_init_help" && exit 0
     1262test -n "$ac_init_help" && exit $ac_status
    8881263if $ac_init_version; then
    8891264  cat <<\_ACEOF
    890 
    891 Copyright (C) 2003 Free Software Foundation, Inc.
     1265configure
     1266generated by GNU Autoconf 2.61
     1267
     1268Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     12692002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    8921270This configure script is free software; the Free Software Foundation
    8931271gives unlimited permission to copy, distribute and modify it.
    8941272_ACEOF
    895   exit 0
    896 fi
    897 exec 5>config.log
    898 cat >&5 <<_ACEOF
     1273  exit
     1274fi
     1275cat >config.log <<_ACEOF
    8991276This file contains any messages produced by compilers while
    9001277running configure, to aid debugging if configure makes a mistake.
    9011278
    9021279It was created by $as_me, which was
    903 generated by GNU Autoconf 2.59.  Invocation command line was
     1280generated by GNU Autoconf 2.61.  Invocation command line was
    9041281
    9051282  $ $0 $@
    9061283
    9071284_ACEOF
     1285exec 5>>config.log
    9081286{
    9091287cat <<_ASUNAME
     
    9241302/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    9251303/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    926 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
     1304/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    9271305/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    9281306/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
     
    9381316  echo "PATH: $as_dir"
    9391317done
     1318IFS=$as_save_IFS
    9401319
    9411320} >&5
     
    9591338ac_configure_args0=
    9601339ac_configure_args1=
    961 ac_sep=
    9621340ac_must_keep_next=false
    9631341for ac_pass in 1 2
     
    9701348    | -silent | --silent | --silen | --sile | --sil)
    9711349      continue ;;
    972     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
     1350    *\'*)
    9731351      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    9741352    esac
     
    9921370    esac
    9931371      fi
    994       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
    995       # Get rid of the leading space.
    996       ac_sep=" "
     1372      ac_configure_args="$ac_configure_args '$ac_arg'"
    9971373      ;;
    9981374    esac
     
    10051381# config.log.  We remove comments because anyway the quotes in there
    10061382# would cause problems or look ugly.
    1007 # WARNING: Be sure not to use single quotes in there, as some shells,
    1008 # such as our DU 5.0 friend, will then `close' the trap.
     1383# WARNING: Use '\'' to represent an apostrophe within the trap.
     1384# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
    10091385trap 'exit_status=$?
    10101386  # Save into config.log some information that might help in debugging.
     
    10191395    echo
    10201396    # The following way of writing the cache mishandles newlines in values,
    1021 {
     1397(
     1398  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
     1399    eval ac_val=\$$ac_var
     1400    case $ac_val in #(
     1401    *${as_nl}*)
     1402      case $ac_var in #(
     1403      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1404echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1405      esac
     1406      case $ac_var in #(
     1407      _ | IFS | as_nl) ;; #(
     1408      *) $as_unset $ac_var ;;
     1409      esac ;;
     1410    esac
     1411  done
    10221412  (set) 2>&1 |
    1023     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
    1024     *ac_space=\ *)
     1413    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
     1414    *${as_nl}ac_space=\ *)
    10251415      sed -n \
    1026     "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    1027       s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1416    "s/'\''/'\''\\\\'\'''\''/g;
     1417      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
     1418      ;; #(
     1419    *)
     1420      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    10281421      ;;
    1029     *)
    1030       sed -n \
    1031     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    1032       ;;
    1033     esac;
    1034 }
     1422    esac |
     1423    sort
     1424)
    10351425    echo
    10361426
     
    10431433    for ac_var in $ac_subst_vars
    10441434    do
    1045       eval ac_val=$`echo $ac_var`
    1046       echo "$ac_var='"'"'$ac_val'"'"'"
     1435      eval ac_val=\$$ac_var
     1436      case $ac_val in
     1437      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1438      esac
     1439      echo "$ac_var='\''$ac_val'\''"
    10471440    done | sort
    10481441    echo
     
    10501443    if test -n "$ac_subst_files"; then
    10511444      cat <<\_ASBOX
    1052 ## ------------- ##
    1053 ## Output files. ##
    1054 ## ------------- ##
     1445## ------------------- ##
     1446## File substitutions. ##
     1447## ------------------- ##
    10551448_ASBOX
    10561449      echo
    10571450      for ac_var in $ac_subst_files
    10581451      do
    1059     eval ac_val=$`echo $ac_var`
    1060     echo "$ac_var='"'"'$ac_val'"'"'"
     1452    eval ac_val=\$$ac_var
     1453    case $ac_val in
     1454    *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1455    esac
     1456    echo "$ac_var='\''$ac_val'\''"
    10611457      done | sort
    10621458      echo
     
    10701466_ASBOX
    10711467      echo
    1072       sed "/^$/d" confdefs.h | sort
     1468      cat confdefs.h
    10731469      echo
    10741470    fi
     
    10771473    echo "$as_me: exit $exit_status"
    10781474  } >&5
    1079   rm -f core *.core &&
    1080   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
     1475  rm -f core *.core core.conftest.* &&
     1476    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
    10811477    exit $exit_status
    1082      ' 0
     1478' 0
    10831479for ac_signal in 1 2 13 15; do
    10841480  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
     
    10871483
    10881484# confdefs.h avoids OS command line length limits that DEFS can exceed.
    1089 rm -rf conftest* confdefs.h
    1090 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
    1091 echo >confdefs.h
     1485rm -f -r conftest* confdefs.h
    10921486
    10931487# Predefined preprocessor variables.
     
    11201514# Let the site file select an alternate cache file if it wants to.
    11211515# Prefer explicitly selected file to automatically selected ones.
    1122 if test -z "$CONFIG_SITE"; then
    1123   if test "x$prefix" != xNONE; then
    1124     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    1125   else
    1126     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    1127   fi
    1128 fi
    1129 for ac_site_file in $CONFIG_SITE; do
     1516if test -n "$CONFIG_SITE"; then
     1517  set x "$CONFIG_SITE"
     1518elif test "x$prefix" != xNONE; then
     1519  set x "$prefix/share/config.site" "$prefix/etc/config.site"
     1520else
     1521  set x "$ac_default_prefix/share/config.site" \
     1522    "$ac_default_prefix/etc/config.site"
     1523fi
     1524shift
     1525for ac_site_file
     1526do
    11301527  if test -r "$ac_site_file"; then
    11311528    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     
    11431540echo "$as_me: loading cache $cache_file" >&6;}
    11441541    case $cache_file in
    1145       [\\/]* | ?:[\\/]* ) . $cache_file;;
    1146       *)                      . ./$cache_file;;
     1542      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     1543      *)                      . "./$cache_file";;
    11471544    esac
    11481545  fi
     
    11561553# value.
    11571554ac_cache_corrupted=false
    1158 for ac_var in `(set) 2>&1 |
    1159            sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1555for ac_var in $ac_precious_vars; do
    11601556  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    11611557  eval ac_new_set=\$ac_env_${ac_var}_set
    1162   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
    1163   eval ac_new_val="\$ac_env_${ac_var}_value"
     1558  eval ac_old_val=\$ac_cv_env_${ac_var}_value
     1559  eval ac_new_val=\$ac_env_${ac_var}_value
    11641560  case $ac_old_set,$ac_new_set in
    11651561    set,)
     
    11861582  if test "$ac_new_set" = set; then
    11871583    case $ac_new_val in
    1188     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1189       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1584    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    11901585    *) ac_arg=$ac_var=$ac_new_val ;;
    11911586    esac
     
    12041599fi
    12051600
     1601
     1602
     1603
     1604
     1605
     1606
     1607
     1608
     1609
     1610
     1611
     1612
     1613
     1614
     1615
     1616
    12061617ac_ext=c
    12071618ac_cpp='$CPP $CPPFLAGS'
     
    12111622
    12121623
    1213 
    1214 
    1215 
    1216 
    1217 
    1218 
    1219 
    1220 
    1221 
    1222 
    1223 
    1224 
    1225 
    1226 
    1227 
    1228 
    1229 
    1230 # Check whether --enable-accentfolding or --disable-accentfolding was given.
     1624# Check whether --enable-accentfolding was given.
    12311625if test "${enable_accentfolding+set}" = set; then
    1232   enableval="$enable_accentfolding"
    1233   ENABLE_ACCENTFOLD=0
     1626  enableval=$enable_accentfolding; ENABLE_ACCENTFOLD=0
    12341627else
    12351628  ENABLE_ACCENTFOLD=1
    1236 fi;
     1629fi
     1630
    12371631cat >>confdefs.h <<_ACEOF
    12381632#define ENABLE_ACCENTFOLD $ENABLE_ACCENTFOLD
     
    12521646echo "***  javac:  " `which javac`
    12531647
    1254 AC_PROG_JAVAC
    1255 AC_PROG_JAVA
    1256 
    1257 
    1258 # Check whether --with-unac or --without-unac was given.
     1648
     1649
     1650if test "x$JAVAPREFIX" = x; then
     1651        test "x$JAVAC" = x && for ac_prog in javac$EXEEXT
     1652do
     1653  # Extract the first word of "$ac_prog", so it can be a program name with args.
     1654set dummy $ac_prog; ac_word=$2
     1655{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1656echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1657if test "${ac_cv_prog_JAVAC+set}" = set; then
     1658  echo $ECHO_N "(cached) $ECHO_C" >&6
     1659else
     1660  if test -n "$JAVAC"; then
     1661  ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
     1662else
     1663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1664for as_dir in $PATH
     1665do
     1666  IFS=$as_save_IFS
     1667  test -z "$as_dir" && as_dir=.
     1668  for ac_exec_ext in '' $ac_executable_extensions; do
     1669  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     1670    ac_cv_prog_JAVAC="$ac_prog"
     1671    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1672    break 2
     1673  fi
     1674done
     1675done
     1676IFS=$as_save_IFS
     1677
     1678fi
     1679fi
     1680JAVAC=$ac_cv_prog_JAVAC
     1681if test -n "$JAVAC"; then
     1682  { echo "$as_me:$LINENO: result: $JAVAC" >&5
     1683echo "${ECHO_T}$JAVAC" >&6; }
     1684else
     1685  { echo "$as_me:$LINENO: result: no" >&5
     1686echo "${ECHO_T}no" >&6; }
     1687fi
     1688
     1689
     1690  test -n "$JAVAC" && break
     1691done
     1692
     1693else
     1694        test "x$JAVAC" = x && for ac_prog in javac$EXEEXT
     1695do
     1696  # Extract the first word of "$ac_prog", so it can be a program name with args.
     1697set dummy $ac_prog; ac_word=$2
     1698{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1699echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1700if test "${ac_cv_prog_JAVAC+set}" = set; then
     1701  echo $ECHO_N "(cached) $ECHO_C" >&6
     1702else
     1703  if test -n "$JAVAC"; then
     1704  ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
     1705else
     1706as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1707for as_dir in $PATH
     1708do
     1709  IFS=$as_save_IFS
     1710  test -z "$as_dir" && as_dir=.
     1711  for ac_exec_ext in '' $ac_executable_extensions; do
     1712  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     1713    ac_cv_prog_JAVAC="$ac_prog"
     1714    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1715    break 2
     1716  fi
     1717done
     1718done
     1719IFS=$as_save_IFS
     1720
     1721fi
     1722fi
     1723JAVAC=$ac_cv_prog_JAVAC
     1724if test -n "$JAVAC"; then
     1725  { echo "$as_me:$LINENO: result: $JAVAC" >&5
     1726echo "${ECHO_T}$JAVAC" >&6; }
     1727else
     1728  { echo "$as_me:$LINENO: result: no" >&5
     1729echo "${ECHO_T}no" >&6; }
     1730fi
     1731
     1732
     1733  test -n "$JAVAC" && break
     1734done
     1735test -n "$JAVAC" || JAVAC="$JAVAPREFIX"
     1736
     1737fi
     1738test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
     1739echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
     1740   { (exit 1); exit 1; }; }
     1741
     1742{ echo "$as_me:$LINENO: checking if $JAVAC works" >&5
     1743echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6; }
     1744if test "${ac_cv_prog_javac_works+set}" = set; then
     1745  echo $ECHO_N "(cached) $ECHO_C" >&6
     1746else
     1747
     1748JAVA_TEST=Test.java
     1749CLASS_TEST=Test.class
     1750cat << \EOF > $JAVA_TEST
     1751/* #line 1751 "configure" */
     1752public class Test {
     1753}
     1754EOF
     1755if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
     1756  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     1757  (eval $ac_try) 2>&5
     1758  ac_status=$?
     1759  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     1760  (exit $ac_status); }; } >/dev/null 2>&1; then
     1761  ac_cv_prog_javac_works=yes
     1762else
     1763  { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     1764echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     1765   { (exit 1); exit 1; }; }
     1766  echo "configure: failed program was:" >&5
     1767  cat $JAVA_TEST >&5
     1768fi
     1769rm -f $JAVA_TEST $CLASS_TEST
     1770
     1771fi
     1772{ echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
     1773echo "${ECHO_T}$ac_cv_prog_javac_works" >&6; }
     1774
     1775
     1776
     1777if test x$JAVAPREFIX = x; then
     1778        test x$JAVA = x && for ac_prog in java$EXEEXT
     1779do
     1780  # Extract the first word of "$ac_prog", so it can be a program name with args.
     1781set dummy $ac_prog; ac_word=$2
     1782{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1783echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1784if test "${ac_cv_prog_JAVA+set}" = set; then
     1785  echo $ECHO_N "(cached) $ECHO_C" >&6
     1786else
     1787  if test -n "$JAVA"; then
     1788  ac_cv_prog_JAVA="$JAVA" # Let the user override the test.
     1789else
     1790as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1791for as_dir in $PATH
     1792do
     1793  IFS=$as_save_IFS
     1794  test -z "$as_dir" && as_dir=.
     1795  for ac_exec_ext in '' $ac_executable_extensions; do
     1796  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     1797    ac_cv_prog_JAVA="$ac_prog"
     1798    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1799    break 2
     1800  fi
     1801done
     1802done
     1803IFS=$as_save_IFS
     1804
     1805fi
     1806fi
     1807JAVA=$ac_cv_prog_JAVA
     1808if test -n "$JAVA"; then
     1809  { echo "$as_me:$LINENO: result: $JAVA" >&5
     1810echo "${ECHO_T}$JAVA" >&6; }
     1811else
     1812  { echo "$as_me:$LINENO: result: no" >&5
     1813echo "${ECHO_T}no" >&6; }
     1814fi
     1815
     1816
     1817  test -n "$JAVA" && break
     1818done
     1819
     1820else
     1821        test x$JAVA = x && for ac_prog in java$EXEEXT
     1822do
     1823  # Extract the first word of "$ac_prog", so it can be a program name with args.
     1824set dummy $ac_prog; ac_word=$2
     1825{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1826echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1827if test "${ac_cv_prog_JAVA+set}" = set; then
     1828  echo $ECHO_N "(cached) $ECHO_C" >&6
     1829else
     1830  if test -n "$JAVA"; then
     1831  ac_cv_prog_JAVA="$JAVA" # Let the user override the test.
     1832else
     1833as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1834for as_dir in $PATH
     1835do
     1836  IFS=$as_save_IFS
     1837  test -z "$as_dir" && as_dir=.
     1838  for ac_exec_ext in '' $ac_executable_extensions; do
     1839  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     1840    ac_cv_prog_JAVA="$ac_prog"
     1841    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1842    break 2
     1843  fi
     1844done
     1845done
     1846IFS=$as_save_IFS
     1847
     1848fi
     1849fi
     1850JAVA=$ac_cv_prog_JAVA
     1851if test -n "$JAVA"; then
     1852  { echo "$as_me:$LINENO: result: $JAVA" >&5
     1853echo "${ECHO_T}$JAVA" >&6; }
     1854else
     1855  { echo "$as_me:$LINENO: result: no" >&5
     1856echo "${ECHO_T}no" >&6; }
     1857fi
     1858
     1859
     1860  test -n "$JAVA" && break
     1861done
     1862test -n "$JAVA" || JAVA="$JAVAPREFIX"
     1863
     1864fi
     1865test x$JAVA = x && { { echo "$as_me:$LINENO: error: no acceptable Java virtual machine found in \$PATH" >&5
     1866echo "$as_me: error: no acceptable Java virtual machine found in \$PATH" >&2;}
     1867   { (exit 1); exit 1; }; }
     1868
     1869# Extract the first word of "uudecode$EXEEXT", so it can be a program name with args.
     1870set dummy uudecode$EXEEXT; ac_word=$2
     1871{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1872echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1873if test "${ac_cv_prog_uudecode+set}" = set; then
     1874  echo $ECHO_N "(cached) $ECHO_C" >&6
     1875else
     1876  if test -n "$uudecode"; then
     1877  ac_cv_prog_uudecode="$uudecode" # Let the user override the test.
     1878else
     1879as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1880for as_dir in $PATH
     1881do
     1882  IFS=$as_save_IFS
     1883  test -z "$as_dir" && as_dir=.
     1884  for ac_exec_ext in '' $ac_executable_extensions; do
     1885  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     1886    ac_cv_prog_uudecode="yes"
     1887    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1888    break 2
     1889  fi
     1890done
     1891done
     1892IFS=$as_save_IFS
     1893
     1894fi
     1895fi
     1896uudecode=$ac_cv_prog_uudecode
     1897if test -n "$uudecode"; then
     1898  { echo "$as_me:$LINENO: result: $uudecode" >&5
     1899echo "${ECHO_T}$uudecode" >&6; }
     1900else
     1901  { echo "$as_me:$LINENO: result: no" >&5
     1902echo "${ECHO_T}no" >&6; }
     1903fi
     1904
     1905
     1906if test x$uudecode = xyes; then
     1907{ echo "$as_me:$LINENO: checking if uudecode can decode base 64 file" >&5
     1908echo $ECHO_N "checking if uudecode can decode base 64 file... $ECHO_C" >&6; }
     1909if test "${ac_cv_prog_uudecode_base64+set}" = set; then
     1910  echo $ECHO_N "(cached) $ECHO_C" >&6
     1911else
     1912
     1913cat << \EOF > Test.uue
     1914begin-base64 644 Test.class
     1915yv66vgADAC0AFQcAAgEABFRlc3QHAAQBABBqYXZhL2xhbmcvT2JqZWN0AQAE
     1916bWFpbgEAFihbTGphdmEvbGFuZy9TdHJpbmc7KVYBAARDb2RlAQAPTGluZU51
     1917bWJlclRhYmxlDAAKAAsBAARleGl0AQAEKEkpVgoADQAJBwAOAQAQamF2YS9s
     1918YW5nL1N5c3RlbQEABjxpbml0PgEAAygpVgwADwAQCgADABEBAApTb3VyY2VG
     1919aWxlAQAJVGVzdC5qYXZhACEAAQADAAAAAAACAAkABQAGAAEABwAAACEAAQAB
     1920AAAABQO4AAyxAAAAAQAIAAAACgACAAAACgAEAAsAAQAPABAAAQAHAAAAIQAB
     1921AAEAAAAFKrcAErEAAAABAAgAAAAKAAIAAAAEAAQABAABABMAAAACABQ=
     1922====
     1923EOF
     1924if uudecode$EXEEXT Test.uue; then
     1925        ac_cv_prog_uudecode_base64=yes
     1926else
     1927        echo "configure: 1927: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
     1928        echo "configure: failed file was:" >&5
     1929        cat Test.uue >&5
     1930        ac_cv_prog_uudecode_base64=no
     1931fi
     1932rm -f Test.uue
     1933fi
     1934{ echo "$as_me:$LINENO: result: $ac_cv_prog_uudecode_base64" >&5
     1935echo "${ECHO_T}$ac_cv_prog_uudecode_base64" >&6; }
     1936fi
     1937if test x$ac_cv_prog_uudecode_base64 != xyes; then
     1938        rm -f Test.class
     1939        { echo "$as_me:$LINENO: WARNING: I have to compile Test.class from scratch" >&5
     1940echo "$as_me: WARNING: I have to compile Test.class from scratch" >&2;}
     1941        if test x$ac_cv_prog_javac_works = xno; then
     1942                { { echo "$as_me:$LINENO: error: Cannot compile java source. $JAVAC does not work properly" >&5
     1943echo "$as_me: error: Cannot compile java source. $JAVAC does not work properly" >&2;}
     1944   { (exit 1); exit 1; }; }
     1945        fi
     1946        if test x$ac_cv_prog_javac_works = x; then
     1947
     1948if test "x$JAVAPREFIX" = x; then
     1949        test "x$JAVAC" = x && for ac_prog in javac$EXEEXT
     1950do
     1951  # Extract the first word of "$ac_prog", so it can be a program name with args.
     1952set dummy $ac_prog; ac_word=$2
     1953{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1954echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1955if test "${ac_cv_prog_JAVAC+set}" = set; then
     1956  echo $ECHO_N "(cached) $ECHO_C" >&6
     1957else
     1958  if test -n "$JAVAC"; then
     1959  ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
     1960else
     1961as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1962for as_dir in $PATH
     1963do
     1964  IFS=$as_save_IFS
     1965  test -z "$as_dir" && as_dir=.
     1966  for ac_exec_ext in '' $ac_executable_extensions; do
     1967  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     1968    ac_cv_prog_JAVAC="$ac_prog"
     1969    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     1970    break 2
     1971  fi
     1972done
     1973done
     1974IFS=$as_save_IFS
     1975
     1976fi
     1977fi
     1978JAVAC=$ac_cv_prog_JAVAC
     1979if test -n "$JAVAC"; then
     1980  { echo "$as_me:$LINENO: result: $JAVAC" >&5
     1981echo "${ECHO_T}$JAVAC" >&6; }
     1982else
     1983  { echo "$as_me:$LINENO: result: no" >&5
     1984echo "${ECHO_T}no" >&6; }
     1985fi
     1986
     1987
     1988  test -n "$JAVAC" && break
     1989done
     1990
     1991else
     1992        test "x$JAVAC" = x && for ac_prog in javac$EXEEXT
     1993do
     1994  # Extract the first word of "$ac_prog", so it can be a program name with args.
     1995set dummy $ac_prog; ac_word=$2
     1996{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1997echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     1998if test "${ac_cv_prog_JAVAC+set}" = set; then
     1999  echo $ECHO_N "(cached) $ECHO_C" >&6
     2000else
     2001  if test -n "$JAVAC"; then
     2002  ac_cv_prog_JAVAC="$JAVAC" # Let the user override the test.
     2003else
     2004as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2005for as_dir in $PATH
     2006do
     2007  IFS=$as_save_IFS
     2008  test -z "$as_dir" && as_dir=.
     2009  for ac_exec_ext in '' $ac_executable_extensions; do
     2010  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2011    ac_cv_prog_JAVAC="$ac_prog"
     2012    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2013    break 2
     2014  fi
     2015done
     2016done
     2017IFS=$as_save_IFS
     2018
     2019fi
     2020fi
     2021JAVAC=$ac_cv_prog_JAVAC
     2022if test -n "$JAVAC"; then
     2023  { echo "$as_me:$LINENO: result: $JAVAC" >&5
     2024echo "${ECHO_T}$JAVAC" >&6; }
     2025else
     2026  { echo "$as_me:$LINENO: result: no" >&5
     2027echo "${ECHO_T}no" >&6; }
     2028fi
     2029
     2030
     2031  test -n "$JAVAC" && break
     2032done
     2033test -n "$JAVAC" || JAVAC="$JAVAPREFIX"
     2034
     2035fi
     2036test "x$JAVAC" = x && { { echo "$as_me:$LINENO: error: no acceptable Java compiler found in \$PATH" >&5
     2037echo "$as_me: error: no acceptable Java compiler found in \$PATH" >&2;}
     2038   { (exit 1); exit 1; }; }
     2039
     2040{ echo "$as_me:$LINENO: checking if $JAVAC works" >&5
     2041echo $ECHO_N "checking if $JAVAC works... $ECHO_C" >&6; }
     2042if test "${ac_cv_prog_javac_works+set}" = set; then
     2043  echo $ECHO_N "(cached) $ECHO_C" >&6
     2044else
     2045
     2046JAVA_TEST=Test.java
     2047CLASS_TEST=Test.class
     2048cat << \EOF > $JAVA_TEST
     2049/* #line 2049 "configure" */
     2050public class Test {
     2051}
     2052EOF
     2053if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
     2054  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2055  (eval $ac_try) 2>&5
     2056  ac_status=$?
     2057  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2058  (exit $ac_status); }; } >/dev/null 2>&1; then
     2059  ac_cv_prog_javac_works=yes
     2060else
     2061  { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     2062echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     2063   { (exit 1); exit 1; }; }
     2064  echo "configure: failed program was:" >&5
     2065  cat $JAVA_TEST >&5
     2066fi
     2067rm -f $JAVA_TEST $CLASS_TEST
     2068
     2069fi
     2070{ echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
     2071echo "${ECHO_T}$ac_cv_prog_javac_works" >&6; }
     2072
     2073
     2074        fi
     2075fi
     2076{ echo "$as_me:$LINENO: checking if $JAVA works" >&5
     2077echo $ECHO_N "checking if $JAVA works... $ECHO_C" >&6; }
     2078if test "${ac_cv_prog_java_works+set}" = set; then
     2079  echo $ECHO_N "(cached) $ECHO_C" >&6
     2080else
     2081
     2082JAVA_TEST=Test.java
     2083CLASS_TEST=Test.class
     2084TEST=Test
     2085cat << \EOF > $JAVA_TEST
     2086/* [#]line 2086 "configure" */
     2087public class Test {
     2088public static void main (String args[]) {
     2089        System.exit (0);
     2090} }
     2091EOF
     2092if test x$ac_cv_prog_uudecode_base64 != xyes; then
     2093        if { ac_try='$JAVAC $JAVACFLAGS $JAVA_TEST'
     2094  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2095  (eval $ac_try) 2>&5
     2096  ac_status=$?
     2097  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2098  (exit $ac_status); }; } && test -s $CLASS_TEST; then
     2099                :
     2100        else
     2101          echo "configure: failed program was:" >&5
     2102          cat $JAVA_TEST >&5
     2103          { { echo "$as_me:$LINENO: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&5
     2104echo "$as_me: error: The Java compiler $JAVAC failed (see config.log, check the CLASSPATH?)" >&2;}
     2105   { (exit 1); exit 1; }; }
     2106        fi
     2107fi
     2108if { ac_try='$JAVA $JAVAFLAGS $TEST'
     2109  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     2110  (eval $ac_try) 2>&5
     2111  ac_status=$?
     2112  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2113  (exit $ac_status); }; } >/dev/null 2>&1; then
     2114  ac_cv_prog_java_works=yes
     2115else
     2116  echo "configure: failed program was:" >&5
     2117  cat $JAVA_TEST >&5
     2118  { { echo "$as_me:$LINENO: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&5
     2119echo "$as_me: error: The Java VM $JAVA failed (see config.log, check the CLASSPATH?)" >&2;}
     2120   { (exit 1); exit 1; }; }
     2121fi
     2122rm -fr $JAVA_TEST $CLASS_TEST Test.uue
     2123
     2124fi
     2125{ echo "$as_me:$LINENO: result: $ac_cv_prog_java_works" >&5
     2126echo "${ECHO_T}$ac_cv_prog_java_works" >&6; }
     2127
     2128
     2129
     2130
     2131
     2132# Check whether --with-unac was given.
    12592133if test "${with_unac+set}" = set; then
    1260   withval="$with_unac"
    1261   UNAC_DIR=$withval
    1262 fi;
     2134  withval=$with_unac; UNAC_DIR=$withval
     2135fi
     2136
    12632137
    12642138if test $ENABLE_ACCENTFOLD = 1; then
    12652139ac_aux_dir=
    1266 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    1267   if test -f $ac_dir/install-sh; then
     2140for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
     2141  if test -f "$ac_dir/install-sh"; then
    12682142    ac_aux_dir=$ac_dir
    12692143    ac_install_sh="$ac_aux_dir/install-sh -c"
    12702144    break
    1271   elif test -f $ac_dir/install.sh; then
     2145  elif test -f "$ac_dir/install.sh"; then
    12722146    ac_aux_dir=$ac_dir
    12732147    ac_install_sh="$ac_aux_dir/install.sh -c"
    12742148    break
    1275   elif test -f $ac_dir/shtool; then
     2149  elif test -f "$ac_dir/shtool"; then
    12762150    ac_aux_dir=$ac_dir
    12772151    ac_install_sh="$ac_aux_dir/shtool install -c"
     
    12802154done
    12812155if test -z "$ac_aux_dir"; then
    1282   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
    1283 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
     2156  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     2157echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    12842158   { (exit 1); exit 1; }; }
    12852159fi
    1286 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
    1287 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
    1288 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
    1289 
     2160
     2161# These three variables are undocumented and unsupported,
     2162# and are intended to be withdrawn in a future Autoconf release.
     2163# They can cause serious problems if a builder's source tree is in a directory
     2164# whose full name contains unusual characters.
     2165ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
     2166ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
     2167ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
    12902168
    12912169
     
    12942172fi
    12952173
    1296 
    1297 
    12982174subdirs="$subdirs mg mgpp"
    12992175
    13002176
    1301           ac_config_files="$ac_config_files Makefile"
     2177ac_config_files="$ac_config_files Makefile"
     2178
    13022179cat >confcache <<\_ACEOF
    13032180# This file is a shell script that caches the results of configure
     
    13182195# The following way of writing the cache mishandles newlines in values,
    13192196# but we know of no workaround that is simple, portable, and efficient.
    1320 # So, don't put newlines in cache variables' values.
     2197# So, we kill variables containing newlines.
    13212198# Ultrix sh set writes to stderr and can't be redirected directly,
    13222199# and sets the high bit in the cache file unless we assign to the vars.
    1323 {
     2200(
     2201  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
     2202    eval ac_val=\$$ac_var
     2203    case $ac_val in #(
     2204    *${as_nl}*)
     2205      case $ac_var in #(
     2206      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     2207echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     2208      esac
     2209      case $ac_var in #(
     2210      _ | IFS | as_nl) ;; #(
     2211      *) $as_unset $ac_var ;;
     2212      esac ;;
     2213    esac
     2214  done
     2215
    13242216  (set) 2>&1 |
    1325     case `(ac_space=' '; set | grep ac_space) 2>&1` in
    1326     *ac_space=\ *)
     2217    case $as_nl`(ac_space=' '; set) 2>&1` in #(
     2218    *${as_nl}ac_space=\ *)
    13272219      # `set' does not quote correctly, so add quotes (double-quote
    13282220      # substitution turns \\\\ into \\, and sed turns \\ into \).
     
    13302222    "s/'/'\\\\''/g;
    13312223      s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    1332       ;;
     2224      ;; #(
    13332225    *)
    13342226      # `set' quotes correctly as required by POSIX, so do not add quotes.
    1335       sed -n \
    1336     "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     2227      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    13372228      ;;
    1338     esac;
    1339 } |
     2229    esac |
     2230    sort
     2231) |
    13402232  sed '
     2233     /^ac_cv_env_/b end
    13412234     t clear
    1342      : clear
     2235     :clear
    13432236     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
    13442237     t end
    1345      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
    1346      : end' >>confcache
    1347 if diff $cache_file confcache >/dev/null 2>&1; then :; else
    1348   if test -w $cache_file; then
    1349     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     2238     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     2239     :end' >>confcache
     2240if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
     2241  if test -w "$cache_file"; then
     2242    test "x$cache_file" != "x/dev/null" &&
     2243      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
     2244echo "$as_me: updating cache $cache_file" >&6;}
    13502245    cat confcache >$cache_file
    13512246  else
    1352     echo "not updating unwritable cache $cache_file"
     2247    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     2248echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    13532249  fi
    13542250fi
     
    13582254# Let make expand exec_prefix.
    13592255test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    1360 
    1361 # VPATH may cause trouble with some makes, so we remove $(srcdir),
    1362 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
    1363 # trailing colons and then remove the whole line if VPATH becomes empty
    1364 # (actually we leave an empty line to preserve line numbers).
    1365 if test "x$srcdir" = x.; then
    1366   ac_vpsub='/^[  ]*VPATH[    ]*=/{
    1367 s/:*\$(srcdir):*/:/;
    1368 s/:*\${srcdir}:*/:/;
    1369 s/:*@srcdir@:*/:/;
    1370 s/^\([^=]*=[     ]*\):*/\1/;
    1371 s/:*$//;
    1372 s/^[^=]*=[   ]*$//;
    1373 }'
    1374 fi
    13752256
    13762257# Transform confdefs.h into DEFS.
     
    13792260#
    13802261# If the first sed substitution is executed (which looks for macros that
    1381 # take arguments), then we branch to the quote section.  Otherwise,
     2262# take arguments), then branch to the quote section.  Otherwise,
    13822263# look for a macro that doesn't take arguments.
    1383 cat >confdef2opt.sed <<\_ACEOF
     2264ac_script='
    13842265t clear
    1385 : clear
    1386 s,^[     ]*#[    ]*define[   ][  ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
     2266:clear
     2267s/^[     ]*#[    ]*define[   ][  ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
    13872268t quote
    1388 s,^[     ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
     2269s/^[     ]*#[    ]*define[   ][  ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
    13892270t quote
    1390 d
    1391 : quote
    1392 s,[  `~#$^&*(){}\\|;'"<>?],\\&,g
    1393 s,\[,\\&,g
    1394 s,\],\\&,g
    1395 s,\$,$$,g
    1396 p
    1397 _ACEOF
    1398 # We use echo to avoid assuming a particular line-breaking character.
    1399 # The extra dot is to prevent the shell from consuming trailing
    1400 # line-breaks from the sub-command output.  A line-break within
    1401 # single-quotes doesn't work because, if this script is created in a
    1402 # platform that uses two characters for line-breaks (e.g., DOS), tr
    1403 # would break.
    1404 ac_LF_and_DOT=`echo; echo .`
    1405 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
    1406 rm -f confdef2opt.sed
     2271b any
     2272:quote
     2273s/[  `~#$^&*(){}\\|;'\''"<>?]/\\&/g
     2274s/\[/\\&/g
     2275s/\]/\\&/g
     2276s/\$/$$/g
     2277H
     2278:any
     2279${
     2280    g
     2281    s/^\n//
     2282    s/\n/ /g
     2283    p
     2284}
     2285'
     2286DEFS=`sed -n "$ac_script" confdefs.h`
    14072287
    14082288
     
    14112291for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    14122292  # 1. Remove the extension, and $U if already installed.
    1413   ac_i=`echo "$ac_i" |
    1414      sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    1415   # 2. Add them.
    1416   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
    1417   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
     2293  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
     2294  ac_i=`echo "$ac_i" | sed "$ac_script"`
     2295  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
     2296  #    will be set to the directory where LIBOBJS objects are built.
     2297  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
     2298  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
    14182299done
    14192300LIBOBJS=$ac_libobjs
     
    14462327## --------------------- ##
    14472328
    1448 # Be Bourne compatible
     2329# Be more Bourne compatible
     2330DUALCASE=1; export DUALCASE # for MKS sh
    14492331if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    14502332  emulate sh
     
    14532335  # is contrary to our usage.  Disable this feature.
    14542336  alias -g '${1+"$@"}'='"$@"'
    1455 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    1456   set -o posix
    1457 fi
    1458 DUALCASE=1; export DUALCASE # for MKS sh
    1459 
    1460 # Support unset when possible.
    1461 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    1462   as_unset=unset
    1463 else
    1464   as_unset=false
    1465 fi
    1466 
    1467 
    1468 # Work around bugs in pre-3.0 UWIN ksh.
    1469 $as_unset ENV MAIL MAILPATH
    1470 PS1='$ '
    1471 PS2='> '
    1472 PS4='+ '
    1473 
    1474 # NLS nuisances.
    1475 for as_var in \
    1476   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    1477   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    1478   LC_TELEPHONE LC_TIME
    1479 do
    1480   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    1481     eval $as_var=C; export $as_var
    1482   else
    1483     $as_unset $as_var
    1484   fi
    1485 done
    1486 
    1487 # Required to use basename.
    1488 if expr a : '\(a\)' >/dev/null 2>&1; then
    1489   as_expr=expr
    1490 else
    1491   as_expr=false
    1492 fi
    1493 
    1494 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    1495   as_basename=basename
    1496 else
    1497   as_basename=false
    1498 fi
    1499 
    1500 
    1501 # Name of the executable.
    1502 as_me=`$as_basename "$0" ||
    1503 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    1504      X"$0" : 'X\(//\)$' \| \
    1505      X"$0" : 'X\(/\)$' \| \
    1506      .     : '\(.\)' 2>/dev/null ||
    1507 echo X/"$0" |
    1508     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    1509       /^X\/\(\/\/\)$/{ s//\1/; q; }
    1510       /^X\/\(\/\).*/{ s//\1/; q; }
    1511       s/.*/./; q'`
    1512 
    1513 
    1514 # PATH needs CR, and LINENO needs CR and PATH.
     2337  setopt NO_GLOB_SUBST
     2338else
     2339  case `(set -o) 2>/dev/null` in
     2340  *posix*) set -o posix ;;
     2341esac
     2342
     2343fi
     2344
     2345
     2346
     2347
     2348# PATH needs CR
    15152349# Avoid depending upon Character Ranges.
    15162350as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    15332367fi
    15342368
    1535 
    1536   as_lineno_1=$LINENO
    1537   as_lineno_2=$LINENO
    1538   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    1539   test "x$as_lineno_1" != "x$as_lineno_2" &&
    1540   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    1541   # Find who we are.  Look in the path if we contain no path at all
    1542   # relative or not.
    1543   case $0 in
    1544     *[\\/]* ) as_myself=$0 ;;
    1545     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2369# Support unset when possible.
     2370if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     2371  as_unset=unset
     2372else
     2373  as_unset=false
     2374fi
     2375
     2376
     2377# IFS
     2378# We need space, tab and new line, in precisely that order.  Quoting is
     2379# there to prevent editors from complaining about space-tab.
     2380# (If _AS_PATH_WALK were called with IFS unset, it would disable word
     2381# splitting by setting IFS to empty value.)
     2382as_nl='
     2383'
     2384IFS=" ""    $as_nl"
     2385
     2386# Find who we are.  Look in the path if we contain no directory separator.
     2387case $0 in
     2388  *[\\/]* ) as_myself=$0 ;;
     2389  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    15462390for as_dir in $PATH
    15472391do
     
    15502394  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    15512395done
    1552 
    1553        ;;
    1554   esac
    1555   # We did not find ourselves, most probably we were run as `sh COMMAND'
    1556   # in which case we are not to be found in the path.
    1557   if test "x$as_myself" = x; then
    1558     as_myself=$0
     2396IFS=$as_save_IFS
     2397
     2398     ;;
     2399esac
     2400# We did not find ourselves, most probably we were run as `sh COMMAND'
     2401# in which case we are not to be found in the path.
     2402if test "x$as_myself" = x; then
     2403  as_myself=$0
     2404fi
     2405if test ! -f "$as_myself"; then
     2406  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     2407  { (exit 1); exit 1; }
     2408fi
     2409
     2410# Work around bugs in pre-3.0 UWIN ksh.
     2411for as_var in ENV MAIL MAILPATH
     2412do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     2413done
     2414PS1='$ '
     2415PS2='> '
     2416PS4='+ '
     2417
     2418# NLS nuisances.
     2419for as_var in \
     2420  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     2421  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     2422  LC_TELEPHONE LC_TIME
     2423do
     2424  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     2425    eval $as_var=C; export $as_var
     2426  else
     2427    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    15592428  fi
    1560   if test ! -f "$as_myself"; then
    1561     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
    1562 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
    1563    { (exit 1); exit 1; }; }
    1564   fi
    1565   case $CONFIG_SHELL in
    1566   '')
    1567     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1568 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    1569 do
    1570   IFS=$as_save_IFS
    1571   test -z "$as_dir" && as_dir=.
    1572   for as_base in sh bash ksh sh5; do
    1573      case $as_dir in
    1574      /*)
    1575        if ("$as_dir/$as_base" -c '
     2429done
     2430
     2431# Required to use basename.
     2432if expr a : '\(a\)' >/dev/null 2>&1 &&
     2433   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     2434  as_expr=expr
     2435else
     2436  as_expr=false
     2437fi
     2438
     2439if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     2440  as_basename=basename
     2441else
     2442  as_basename=false
     2443fi
     2444
     2445
     2446# Name of the executable.
     2447as_me=`$as_basename -- "$0" ||
     2448$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     2449     X"$0" : 'X\(//\)$' \| \
     2450     X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     2451echo X/"$0" |
     2452    sed '/^.*\/\([^/][^/]*\)\/*$/{
     2453        s//\1/
     2454        q
     2455      }
     2456      /^X\/\(\/\/\)$/{
     2457        s//\1/
     2458        q
     2459      }
     2460      /^X\/\(\/\).*/{
     2461        s//\1/
     2462        q
     2463      }
     2464      s/.*/./; q'`
     2465
     2466# CDPATH.
     2467$as_unset CDPATH
     2468
     2469
     2470
    15762471  as_lineno_1=$LINENO
    15772472  as_lineno_2=$LINENO
    1578   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    15792473  test "x$as_lineno_1" != "x$as_lineno_2" &&
    1580   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    1581          $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    1582          $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    1583          CONFIG_SHELL=$as_dir/$as_base
    1584          export CONFIG_SHELL
    1585          exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    1586        fi;;
    1587      esac
    1588        done
    1589 done
    1590 ;;
    1591   esac
     2474  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    15922475
    15932476  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    15942477  # uniformly replaced by the line number.  The first 'sed' inserts a
    1595   # line-number line before each line; the second 'sed' does the real
    1596   # work.  The second script uses 'N' to pair each line-number line
    1597   # with the numbered line, and appends trailing '-' during
    1598   # substitution so that $LINENO is not a special case at line end.
     2478  # line-number line after each line using $LINENO; the second 'sed'
     2479  # does the real work.  The second script uses 'N' to pair each
     2480  # line-number line with the line containing $LINENO, and appends
     2481  # trailing '-' during substitution so that $LINENO is not a special
     2482  # case at line end.
    15992483  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    1600   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    1601   sed '=' <$as_myself |
     2484  # scripts with optimization help from Paolo Bonzini.  Blame Lee
     2485  # E. McMahon (1931-1989) for sed's syntax.  :-)
     2486  sed -n '
     2487    p
     2488    /[$]LINENO/=
     2489  ' <$as_myself |
    16022490    sed '
     2491      s/[$]LINENO.*/&-/
     2492      t lineno
     2493      b
     2494      :lineno
    16032495      N
    1604       s,$,-,
    1605       : loop
    1606       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     2496      :loop
     2497      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    16072498      t loop
    1608       s,-$,,
    1609       s,^['$as_cr_digits']*\n,,
     2499      s/-\n.*//
    16102500    ' >$as_me.lineno &&
    1611   chmod +x $as_me.lineno ||
    1612     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
    1613 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
     2501  chmod +x "$as_me.lineno" ||
     2502    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    16142503   { (exit 1); exit 1; }; }
    16152504
    16162505  # Don't try to exec as it changes $[0], causing all sort of problems
    16172506  # (the dirname of $[0] is not the place where we might find the
    1618   # original and so on.  Autoconf is especially sensible to this).
    1619   . ./$as_me.lineno
     2507  # original and so on.  Autoconf is especially sensitive to this).
     2508  . "./$as_me.lineno"
    16202509  # Exit status is that of the last command.
    16212510  exit
     
    16232512
    16242513
    1625 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    1626   *c*,-n*) ECHO_N= ECHO_C='
    1627 ' ECHO_T='  ' ;;
    1628   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    1629   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
     2514if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     2515  as_dirname=dirname
     2516else
     2517  as_dirname=false
     2518fi
     2519
     2520ECHO_C= ECHO_N= ECHO_T=
     2521case `echo -n x` in
     2522-n*)
     2523  case `echo 'x\c'` in
     2524  *c*) ECHO_T=' ';; # ECHO_T is single tab character.
     2525  *)   ECHO_C='\c';;
     2526  esac;;
     2527*)
     2528  ECHO_N='-n';;
    16302529esac
    16312530
    1632 if expr a : '\(a\)' >/dev/null 2>&1; then
     2531if expr a : '\(a\)' >/dev/null 2>&1 &&
     2532   test "X`expr 00001 : '.*\(...\)'`" = X001; then
    16332533  as_expr=expr
    16342534else
     
    16372537
    16382538rm -f conf$$ conf$$.exe conf$$.file
     2539if test -d conf$$.dir; then
     2540  rm -f conf$$.dir/conf$$.file
     2541else
     2542  rm -f conf$$.dir
     2543  mkdir conf$$.dir
     2544fi
    16392545echo >conf$$.file
    16402546if ln -s conf$$.file conf$$ 2>/dev/null; then
    1641   # We could just check for DJGPP; but this test a) works b) is more generic
    1642   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    1643   if test -f conf$$.exe; then
    1644     # Don't use ln at all; we don't have any links
     2547  as_ln_s='ln -s'
     2548  # ... but there are two gotchas:
     2549  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     2550  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     2551  # In both cases, we have to default to `cp -p'.
     2552  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    16452553    as_ln_s='cp -p'
    1646   else
    1647     as_ln_s='ln -s'
    1648   fi
    16492554elif ln conf$$.file conf$$ 2>/dev/null; then
    16502555  as_ln_s=ln
     
    16522557  as_ln_s='cp -p'
    16532558fi
    1654 rm -f conf$$ conf$$.exe conf$$.file
     2559rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     2560rmdir conf$$.dir 2>/dev/null
    16552561
    16562562if mkdir -p . 2>/dev/null; then
     
    16612567fi
    16622568
    1663 as_executable_p="test -f"
     2569if test -x / >/dev/null 2>&1; then
     2570  as_test_x='test -x'
     2571else
     2572  if ls -dL / >/dev/null 2>&1; then
     2573    as_ls_L_option=L
     2574  else
     2575    as_ls_L_option=
     2576  fi
     2577  as_test_x='
     2578    eval sh -c '\''
     2579      if test -d "$1"; then
     2580        test -d "$1/.";
     2581      else
     2582    case $1 in
     2583        -*)set "./$1";;
     2584    esac;
     2585    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     2586    ???[sx]*):;;*)false;;esac;fi
     2587    '\'' sh
     2588  '
     2589fi
     2590as_executable_p=$as_test_x
    16642591
    16652592# Sed expression to map a string onto a valid CPP name.
     
    16702597
    16712598
    1672 # IFS
    1673 # We need space, tab and new line, in precisely that order.
    1674 as_nl='
    1675 '
    1676 IFS="   $as_nl"
    1677 
    1678 # CDPATH.
    1679 $as_unset CDPATH
    1680 
    16812599exec 6>&1
    16822600
    1683 # Open the log real soon, to keep \$[0] and so on meaningful, and to
     2601# Save the log message, to keep $[0] and so on meaningful, and to
    16842602# report actual input values of CONFIG_FILES etc. instead of their
    1685 # values after options handling.  Logging --version etc. is OK.
    1686 exec 5>>config.log
    1687 {
    1688   echo
    1689   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
    1690 ## Running $as_me. ##
    1691 _ASBOX
    1692 } >&5
    1693 cat >&5 <<_CSEOF
    1694 
     2603# values after options handling.
     2604ac_log="
    16952605This file was extended by $as_me, which was
    1696 generated by GNU Autoconf 2.59.  Invocation command line was
     2606generated by GNU Autoconf 2.61.  Invocation command line was
    16972607
    16982608  CONFIG_FILES    = $CONFIG_FILES
     
    17022612  $ $0 $@
    17032613
    1704 _CSEOF
    1705 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
    1706 echo >&5
     2614on `(hostname || uname -n) 2>/dev/null | sed 1q`
     2615"
     2616
    17072617_ACEOF
    17082618
     2619cat >>$CONFIG_STATUS <<_ACEOF
    17092620# Files that config.status was made for.
    1710 if test -n "$ac_config_files"; then
    1711   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
    1712 fi
    1713 
    1714 if test -n "$ac_config_headers"; then
    1715   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
    1716 fi
    1717 
    1718 if test -n "$ac_config_links"; then
    1719   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
    1720 fi
    1721 
    1722 if test -n "$ac_config_commands"; then
    1723   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
    1724 fi
     2621config_files="$ac_config_files"
     2622
     2623_ACEOF
    17252624
    17262625cat >>$CONFIG_STATUS <<\_ACEOF
    1727 
    17282626ac_cs_usage="\
    17292627\`$as_me' instantiates files from templates according to the
     
    17332631
    17342632  -h, --help       print this help, then exit
    1735   -V, --version    print version number, then exit
     2633  -V, --version    print version number and configuration settings, then exit
    17362634  -q, --quiet      do not print progress messages
    17372635  -d, --debug      don't remove temporary files
     
    17442642
    17452643Report bugs to <[email protected]>."
     2644
    17462645_ACEOF
    1747 
    17482646cat >>$CONFIG_STATUS <<_ACEOF
    17492647ac_cs_version="\\
    17502648config.status
    1751 configured by $0, generated by GNU Autoconf 2.59,
    1752   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    1753 
    1754 Copyright (C) 2003 Free Software Foundation, Inc.
     2649configured by $0, generated by GNU Autoconf 2.61,
     2650  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     2651
     2652Copyright (C) 2006 Free Software Foundation, Inc.
    17552653This config.status script is free software; the Free Software Foundation
    17562654gives unlimited permission to copy, distribute and modify it."
    1757 srcdir=$srcdir
     2655
     2656ac_pwd='$ac_pwd'
     2657srcdir='$srcdir'
    17582658_ACEOF
    17592659
     
    17662666  case $1 in
    17672667  --*=*)
    1768     ac_option=`expr "x$1" : 'x\([^=]*\)='`
    1769     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
     2668    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     2669    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    17702670    ac_shift=:
    17712671    ;;
    1772   -*)
     2672  *)
    17732673    ac_option=$1
    17742674    ac_optarg=$2
    17752675    ac_shift=shift
    17762676    ;;
    1777   *) # This is not an option, so the user has probably given explicit
    1778      # arguments.
    1779      ac_option=$1
    1780      ac_need_defaults=false;;
    17812677  esac
    17822678
    17832679  case $ac_option in
    17842680  # Handling of the options.
    1785 _ACEOF
    1786 cat >>$CONFIG_STATUS <<\_ACEOF
    17872681  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    17882682    ac_cs_recheck=: ;;
    1789   --version | --vers* | -V )
    1790     echo "$ac_cs_version"; exit 0 ;;
    1791   --he | --h)
    1792     # Conflict between --help and --header
    1793     { { echo "$as_me:$LINENO: error: ambiguous option: $1
    1794 Try \`$0 --help' for more information." >&5
    1795 echo "$as_me: error: ambiguous option: $1
    1796 Try \`$0 --help' for more information." >&2;}
    1797    { (exit 1); exit 1; }; };;
    1798   --help | --hel | -h )
    1799     echo "$ac_cs_usage"; exit 0 ;;
    1800   --debug | --d* | -d )
     2683  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     2684    echo "$ac_cs_version"; exit ;;
     2685  --debug | --debu | --deb | --de | --d | -d )
    18012686    debug=: ;;
    18022687  --file | --fil | --fi | --f )
     
    18042689    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    18052690    ac_need_defaults=false;;
    1806   --header | --heade | --head | --hea )
    1807     $ac_shift
    1808     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    1809     ac_need_defaults=false;;
     2691  --he | --h |  --help | --hel | -h )
     2692    echo "$ac_cs_usage"; exit ;;
    18102693  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    18112694  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    18132696
    18142697  # This is an error.
    1815   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
    1816 Try \`$0 --help' for more information." >&5
    1817 echo "$as_me: error: unrecognized option: $1
    1818 Try \`$0 --help' for more information." >&2;}
     2698  -*) { echo "$as_me: error: unrecognized option: $1
     2699Try \`$0 --help' for more information." >&2
    18192700   { (exit 1); exit 1; }; } ;;
    18202701
    1821   *) ac_config_targets="$ac_config_targets $1" ;;
     2702  *) ac_config_targets="$ac_config_targets $1"
     2703     ac_need_defaults=false ;;
    18222704
    18232705  esac
     
    18352717cat >>$CONFIG_STATUS <<_ACEOF
    18362718if \$ac_cs_recheck; then
    1837   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    1838   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     2719  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     2720  CONFIG_SHELL=$SHELL
     2721  export CONFIG_SHELL
     2722  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    18392723fi
    18402724
    18412725_ACEOF
    1842 
    1843 
    1844 
    1845 
    1846 
    18472726cat >>$CONFIG_STATUS <<\_ACEOF
     2727exec 5>>config.log
     2728{
     2729  echo
     2730  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
     2731## Running $as_me. ##
     2732_ASBOX
     2733  echo "$ac_log"
     2734} >&5
     2735
     2736_ACEOF
     2737cat >>$CONFIG_STATUS <<_ACEOF
     2738_ACEOF
     2739
     2740cat >>$CONFIG_STATUS <<\_ACEOF
     2741
     2742# Handling of arguments.
    18482743for ac_config_target in $ac_config_targets
    18492744do
    1850   case "$ac_config_target" in
    1851   # Handling of arguments.
    1852   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     2745  case $ac_config_target in
     2746    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     2747
    18532748  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    18542749echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     
    18562751  esac
    18572752done
     2753
    18582754
    18592755# If the user did not use the arguments to specify the items to instantiate,
     
    18662762
    18672763# Have a temporary directory for convenience.  Make it in the build tree
    1868 # simply because there is no reason to put it here, and in addition,
     2764# simply because there is no reason against having it here, and in addition,
    18692765# creating and moving files from /tmp can sometimes cause problems.
    1870 # Create a temporary directory, and hook for its removal unless debugging.
     2766# Hook for its removal unless debugging.
     2767# Note that there is a small window in which the directory will not be cleaned:
     2768# after its creation but before its name has been assigned to `$tmp'.
    18712769$debug ||
    18722770{
    1873   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     2771  tmp=
     2772  trap 'exit_status=$?
     2773  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
     2774' 0
    18742775  trap '{ (exit 1); exit 1; }' 1 2 13 15
    18752776}
    1876 
    18772777# Create a (secure) tmp directory for tmp files.
    18782778
    18792779{
    1880   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
     2780  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    18812781  test -n "$tmp" && test -d "$tmp"
    18822782}  ||
    18832783{
    1884   tmp=./confstat$$-$RANDOM
    1885   (umask 077 && mkdir $tmp)
     2784  tmp=./conf$$-$RANDOM
     2785  (umask 077 && mkdir "$tmp")
    18862786} ||
    18872787{
     
    18902790}
    18912791
    1892 _ACEOF
    1893 
    1894 cat >>$CONFIG_STATUS <<_ACEOF
    1895 
    18962792#
    1897 # CONFIG_FILES section.
     2793# Set up the sed scripts for CONFIG_FILES section.
    18982794#
    18992795
    19002796# No need to generate the scripts if there are no CONFIG_FILES.
    19012797# This happens for instance when ./config.status config.h
    1902 if test -n "\$CONFIG_FILES"; then
    1903   # Protect against being on the right side of a sed subst in config.status.
    1904   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
    1905    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
    1906 s,@SHELL@,$SHELL,;t t
    1907 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
    1908 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
    1909 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
    1910 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
    1911 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
    1912 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
    1913 s,@exec_prefix@,$exec_prefix,;t t
    1914 s,@prefix@,$prefix,;t t
    1915 s,@program_transform_name@,$program_transform_name,;t t
    1916 s,@bindir@,$bindir,;t t
    1917 s,@sbindir@,$sbindir,;t t
    1918 s,@libexecdir@,$libexecdir,;t t
    1919 s,@datadir@,$datadir,;t t
    1920 s,@sysconfdir@,$sysconfdir,;t t
    1921 s,@sharedstatedir@,$sharedstatedir,;t t
    1922 s,@localstatedir@,$localstatedir,;t t
    1923 s,@libdir@,$libdir,;t t
    1924 s,@includedir@,$includedir,;t t
    1925 s,@oldincludedir@,$oldincludedir,;t t
    1926 s,@infodir@,$infodir,;t t
    1927 s,@mandir@,$mandir,;t t
    1928 s,@build_alias@,$build_alias,;t t
    1929 s,@host_alias@,$host_alias,;t t
    1930 s,@target_alias@,$target_alias,;t t
    1931 s,@DEFS@,$DEFS,;t t
    1932 s,@ECHO_C@,$ECHO_C,;t t
    1933 s,@ECHO_N@,$ECHO_N,;t t
    1934 s,@ECHO_T@,$ECHO_T,;t t
    1935 s,@LIBS@,$LIBS,;t t
    1936 s,@ENABLE_ACCENTFOLD@,$ENABLE_ACCENTFOLD,;t t
    1937 s,@COMPAT32BITFLAGS@,$COMPAT32BITFLAGS,;t t
    1938 s,@subdirs@,$subdirs,;t t
    1939 s,@LIBOBJS@,$LIBOBJS,;t t
    1940 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
    1941 CEOF
     2798if test -n "$CONFIG_FILES"; then
    19422799
    19432800_ACEOF
    19442801
    1945   cat >>$CONFIG_STATUS <<\_ACEOF
    1946   # Split the substitutions into bite-sized pieces for seds with
    1947   # small command number limits, like on Digital OSF/1 and HP-UX.
    1948   ac_max_sed_lines=48
    1949   ac_sed_frag=1 # Number of current file.
    1950   ac_beg=1 # First line for current file.
    1951   ac_end=$ac_max_sed_lines # Line after last line for current file.
    1952   ac_more_lines=:
    1953   ac_sed_cmds=
    1954   while $ac_more_lines; do
    1955     if test $ac_beg -gt 1; then
    1956       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
    1957     else
    1958       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     2802
     2803
     2804ac_delim='%!_!# '
     2805for ac_last_try in false false false false false :; do
     2806  cat >conf$$subs.sed <<_ACEOF
     2807SHELL!$SHELL$ac_delim
     2808PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
     2809PACKAGE_NAME!$PACKAGE_NAME$ac_delim
     2810PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
     2811PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
     2812PACKAGE_STRING!$PACKAGE_STRING$ac_delim
     2813PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
     2814exec_prefix!$exec_prefix$ac_delim
     2815prefix!$prefix$ac_delim
     2816program_transform_name!$program_transform_name$ac_delim
     2817bindir!$bindir$ac_delim
     2818sbindir!$sbindir$ac_delim
     2819libexecdir!$libexecdir$ac_delim
     2820datarootdir!$datarootdir$ac_delim
     2821datadir!$datadir$ac_delim
     2822sysconfdir!$sysconfdir$ac_delim
     2823sharedstatedir!$sharedstatedir$ac_delim
     2824localstatedir!$localstatedir$ac_delim
     2825includedir!$includedir$ac_delim
     2826oldincludedir!$oldincludedir$ac_delim
     2827docdir!$docdir$ac_delim
     2828infodir!$infodir$ac_delim
     2829htmldir!$htmldir$ac_delim
     2830dvidir!$dvidir$ac_delim
     2831pdfdir!$pdfdir$ac_delim
     2832psdir!$psdir$ac_delim
     2833libdir!$libdir$ac_delim
     2834localedir!$localedir$ac_delim
     2835mandir!$mandir$ac_delim
     2836DEFS!$DEFS$ac_delim
     2837ECHO_C!$ECHO_C$ac_delim
     2838ECHO_N!$ECHO_N$ac_delim
     2839ECHO_T!$ECHO_T$ac_delim
     2840LIBS!$LIBS$ac_delim
     2841build_alias!$build_alias$ac_delim
     2842host_alias!$host_alias$ac_delim
     2843target_alias!$target_alias$ac_delim
     2844ENABLE_ACCENTFOLD!$ENABLE_ACCENTFOLD$ac_delim
     2845COMPAT32BITFLAGS!$COMPAT32BITFLAGS$ac_delim
     2846JAVAC!$JAVAC$ac_delim
     2847JAVA!$JAVA$ac_delim
     2848uudecode!$uudecode$ac_delim
     2849subdirs!$subdirs$ac_delim
     2850LIBOBJS!$LIBOBJS$ac_delim
     2851LTLIBOBJS!$LTLIBOBJS$ac_delim
     2852_ACEOF
     2853
     2854  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 45; then
     2855    break
     2856  elif $ac_last_try; then
     2857    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     2858echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     2859   { (exit 1); exit 1; }; }
     2860  else
     2861    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     2862  fi
     2863done
     2864
     2865ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     2866if test -n "$ac_eof"; then
     2867  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     2868  ac_eof=`expr $ac_eof + 1`
     2869fi
     2870
     2871cat >>$CONFIG_STATUS <<_ACEOF
     2872cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
     2873/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
     2874_ACEOF
     2875sed '
     2876s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     2877s/^/s,@/; s/!/@,|#_!!_#|/
     2878:n
     2879t n
     2880s/'"$ac_delim"'$/,g/; t
     2881s/$/\\/; p
     2882N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     2883' >>$CONFIG_STATUS <conf$$subs.sed
     2884rm -f conf$$subs.sed
     2885cat >>$CONFIG_STATUS <<_ACEOF
     2886:end
     2887s/|#_!!_#|//g
     2888CEOF$ac_eof
     2889_ACEOF
     2890
     2891
     2892# VPATH may cause trouble with some makes, so we remove $(srcdir),
     2893# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
     2894# trailing colons and then remove the whole line if VPATH becomes empty
     2895# (actually we leave an empty line to preserve line numbers).
     2896if test "x$srcdir" = x.; then
     2897  ac_vpsub='/^[  ]*VPATH[    ]*=/{
     2898s/:*\$(srcdir):*/:/
     2899s/:*\${srcdir}:*/:/
     2900s/:*@srcdir@:*/:/
     2901s/^\([^=]*=[     ]*\):*/\1/
     2902s/:*$//
     2903s/^[^=]*=[   ]*$//
     2904}'
     2905fi
     2906
     2907cat >>$CONFIG_STATUS <<\_ACEOF
     2908fi # test -n "$CONFIG_FILES"
     2909
     2910
     2911for ac_tag in  :F $CONFIG_FILES
     2912do
     2913  case $ac_tag in
     2914  :[FHLC]) ac_mode=$ac_tag; continue;;
     2915  esac
     2916  case $ac_mode$ac_tag in
     2917  :[FHL]*:*);;
     2918  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
     2919echo "$as_me: error: Invalid tag $ac_tag." >&2;}
     2920   { (exit 1); exit 1; }; };;
     2921  :[FH]-) ac_tag=-:-;;
     2922  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     2923  esac
     2924  ac_save_IFS=$IFS
     2925  IFS=:
     2926  set x $ac_tag
     2927  IFS=$ac_save_IFS
     2928  shift
     2929  ac_file=$1
     2930  shift
     2931
     2932  case $ac_mode in
     2933  :L) ac_source=$1;;
     2934  :[FH])
     2935    ac_file_inputs=
     2936    for ac_f
     2937    do
     2938      case $ac_f in
     2939      -) ac_f="$tmp/stdin";;
     2940      *) # Look for the file first in the build tree, then in the source tree
     2941     # (if the path is not absolute).  The absolute path cannot be DOS-style,
     2942     # because $ac_f cannot contain `:'.
     2943     test -f "$ac_f" ||
     2944       case $ac_f in
     2945       [\\/$]*) false;;
     2946       *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
     2947       esac ||
     2948       { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     2949echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     2950   { (exit 1); exit 1; }; };;
     2951      esac
     2952      ac_file_inputs="$ac_file_inputs $ac_f"
     2953    done
     2954
     2955    # Let's still pretend it is `configure' which instantiates (i.e., don't
     2956    # use $as_me), people would be surprised to read:
     2957    #    /* config.h.  Generated by config.status.  */
     2958    configure_input="Generated from "`IFS=:
     2959      echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
     2960    if test x"$ac_file" != x-; then
     2961      configure_input="$ac_file.  $configure_input"
     2962      { echo "$as_me:$LINENO: creating $ac_file" >&5
     2963echo "$as_me: creating $ac_file" >&6;}
    19592964    fi
    1960     if test ! -s $tmp/subs.frag; then
    1961       ac_more_lines=false
    1962     else
    1963       # The purpose of the label and of the branching condition is to
    1964       # speed up the sed processing (if there are no `@' at all, there
    1965       # is no need to browse any of the substitutions).
    1966       # These are the two extra sed commands mentioned above.
    1967       (echo ':t
    1968   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    1969       if test -z "$ac_sed_cmds"; then
    1970     ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    1971       else
    1972     ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    1973       fi
    1974       ac_sed_frag=`expr $ac_sed_frag + 1`
    1975       ac_beg=$ac_end
    1976       ac_end=`expr $ac_end + $ac_max_sed_lines`
    1977     fi
    1978   done
    1979   if test -z "$ac_sed_cmds"; then
    1980     ac_sed_cmds=cat
    1981   fi
    1982 fi # test -n "$CONFIG_FILES"
    1983 
    1984 _ACEOF
    1985 cat >>$CONFIG_STATUS <<\_ACEOF
    1986 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
    1987   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    1988   case $ac_file in
    1989   - | *:- | *:-:* ) # input from stdin
    1990     cat >$tmp/stdin
    1991     ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    1992     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    1993   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    1994     ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    1995   * )   ac_file_in=$ac_file.in ;;
     2965
     2966    case $ac_tag in
     2967    *:-:* | *:-) cat >"$tmp/stdin";;
     2968    esac
     2969    ;;
    19962970  esac
    19972971
    1998   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
    1999   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
     2972  ac_dir=`$as_dirname -- "$ac_file" ||
    20002973$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20012974     X"$ac_file" : 'X\(//\)[^/]' \| \
    20022975     X"$ac_file" : 'X\(//\)$' \| \
    2003      X"$ac_file" : 'X\(/\)' \| \
    2004      .     : '\(.\)' 2>/dev/null ||
     2976     X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    20052977echo X"$ac_file" |
    2006     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    2007       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    2008       /^X\(\/\/\)$/{ s//\1/; q; }
    2009       /^X\(\/\).*/{ s//\1/; q; }
    2010       s/.*/./; q'`
    2011   { if $as_mkdir_p; then
    2012     mkdir -p "$ac_dir"
    2013   else
    2014     as_dir="$ac_dir"
     2978    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     2979        s//\1/
     2980        q
     2981      }
     2982      /^X\(\/\/\)[^/].*/{
     2983        s//\1/
     2984        q
     2985      }
     2986      /^X\(\/\/\)$/{
     2987        s//\1/
     2988        q
     2989      }
     2990      /^X\(\/\).*/{
     2991        s//\1/
     2992        q
     2993      }
     2994      s/.*/./; q'`
     2995  { as_dir="$ac_dir"
     2996  case $as_dir in #(
     2997  -*) as_dir=./$as_dir;;
     2998  esac
     2999  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    20153000    as_dirs=
    2016     while test ! -d "$as_dir"; do
    2017       as_dirs="$as_dir $as_dirs"
    2018       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     3001    while :; do
     3002      case $as_dir in #(
     3003      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     3004      *) as_qdir=$as_dir;;
     3005      esac
     3006      as_dirs="'$as_qdir' $as_dirs"
     3007      as_dir=`$as_dirname -- "$as_dir" ||
    20193008$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20203009     X"$as_dir" : 'X\(//\)[^/]' \| \
    20213010     X"$as_dir" : 'X\(//\)$' \| \
    2022      X"$as_dir" : 'X\(/\)' \| \
    2023      .     : '\(.\)' 2>/dev/null ||
     3011     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    20243012echo X"$as_dir" |
    2025     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    2026       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    2027       /^X\(\/\/\)$/{ s//\1/; q; }
    2028       /^X\(\/\).*/{ s//\1/; q; }
    2029       s/.*/./; q'`
     3013    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     3014        s//\1/
     3015        q
     3016      }
     3017      /^X\(\/\/\)[^/].*/{
     3018        s//\1/
     3019        q
     3020      }
     3021      /^X\(\/\/\)$/{
     3022        s//\1/
     3023        q
     3024      }
     3025      /^X\(\/\).*/{
     3026        s//\1/
     3027        q
     3028      }
     3029      s/.*/./; q'`
     3030      test -d "$as_dir" && break
    20303031    done
    2031     test ! -n "$as_dirs" || mkdir $as_dirs
    2032   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    2033 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     3032    test -z "$as_dirs" || eval "mkdir $as_dirs"
     3033  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     3034echo "$as_me: error: cannot create directory $as_dir" >&2;}
    20343035   { (exit 1); exit 1; }; }; }
    2035 
    20363036  ac_builddir=.
    20373037
    2038 if test "$ac_dir" != .; then
     3038case "$ac_dir" in
     3039.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     3040*)
    20393041  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    2040   # A "../" for each directory in $ac_dir_suffix.
    2041   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    2042 else
    2043   ac_dir_suffix= ac_top_builddir=
    2044 fi
     3042  # A ".." for each directory in $ac_dir_suffix.
     3043  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     3044  case $ac_top_builddir_sub in
     3045  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     3046  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     3047  esac ;;
     3048esac
     3049ac_abs_top_builddir=$ac_pwd
     3050ac_abs_builddir=$ac_pwd$ac_dir_suffix
     3051# for backward compatibility:
     3052ac_top_builddir=$ac_top_build_prefix
    20453053
    20463054case $srcdir in
    2047   .)  # No --srcdir option.  We are building in place.
     3055  .)  # We are building in place.
    20483056    ac_srcdir=.
    2049     if test -z "$ac_top_builddir"; then
    2050        ac_top_srcdir=.
    2051     else
    2052        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    2053     fi ;;
    2054   [\\/]* | ?:[\\/]* )  # Absolute path.
     3057    ac_top_srcdir=$ac_top_builddir_sub
     3058    ac_abs_top_srcdir=$ac_pwd ;;
     3059  [\\/]* | ?:[\\/]* )  # Absolute name.
    20553060    ac_srcdir=$srcdir$ac_dir_suffix;
    2056     ac_top_srcdir=$srcdir ;;
    2057   *) # Relative path.
    2058     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    2059     ac_top_srcdir=$ac_top_builddir$srcdir ;;
     3061    ac_top_srcdir=$srcdir
     3062    ac_abs_top_srcdir=$srcdir ;;
     3063  *) # Relative name.
     3064    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     3065    ac_top_srcdir=$ac_top_build_prefix$srcdir
     3066    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
    20603067esac
    2061 
    2062 # Do not use `cd foo && pwd` to compute absolute paths, because
    2063 # the directories may not exist.
    2064 case `pwd` in
    2065 .) ac_abs_builddir="$ac_dir";;
    2066 *)
    2067   case "$ac_dir" in
    2068   .) ac_abs_builddir=`pwd`;;
    2069   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    2070   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    2071   esac;;
     3068ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     3069
     3070
     3071  case $ac_mode in
     3072  :F)
     3073  #
     3074  # CONFIG_FILE
     3075  #
     3076
     3077_ACEOF
     3078
     3079cat >>$CONFIG_STATUS <<\_ACEOF
     3080# If the template does not know about datarootdir, expand it.
     3081# FIXME: This hack should be removed a few years after 2.60.
     3082ac_datarootdir_hack=; ac_datarootdir_seen=
     3083
     3084case `sed -n '/datarootdir/ {
     3085  p
     3086  q
     3087}
     3088/@datadir@/p
     3089/@docdir@/p
     3090/@infodir@/p
     3091/@localedir@/p
     3092/@mandir@/p
     3093' $ac_file_inputs` in
     3094*datarootdir*) ac_datarootdir_seen=yes;;
     3095*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
     3096  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     3097echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     3098_ACEOF
     3099cat >>$CONFIG_STATUS <<_ACEOF
     3100  ac_datarootdir_hack='
     3101  s&@datadir@&$datadir&g
     3102  s&@docdir@&$docdir&g
     3103  s&@infodir@&$infodir&g
     3104  s&@localedir@&$localedir&g
     3105  s&@mandir@&$mandir&g
     3106    s&\\\${datarootdir}&$datarootdir&g' ;;
    20723107esac
    2073 case $ac_abs_builddir in
    2074 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    2075 *)
    2076   case ${ac_top_builddir}. in
    2077   .) ac_abs_top_builddir=$ac_abs_builddir;;
    2078   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    2079   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    2080   esac;;
    2081 esac
    2082 case $ac_abs_builddir in
    2083 .) ac_abs_srcdir=$ac_srcdir;;
    2084 *)
    2085   case $ac_srcdir in
    2086   .) ac_abs_srcdir=$ac_abs_builddir;;
    2087   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    2088   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    2089   esac;;
    2090 esac
    2091 case $ac_abs_builddir in
    2092 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    2093 *)
    2094   case $ac_top_srcdir in
    2095   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    2096   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    2097   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    2098   esac;;
    2099 esac
    2100 
    2101 
    2102 
    2103   if test x"$ac_file" != x-; then
    2104     { echo "$as_me:$LINENO: creating $ac_file" >&5
    2105 echo "$as_me: creating $ac_file" >&6;}
    2106     rm -f "$ac_file"
    2107   fi
    2108   # Let's still pretend it is `configure' which instantiates (i.e., don't
    2109   # use $as_me), people would be surprised to read:
    2110   #    /* config.h.  Generated by config.status.  */
    2111   if test x"$ac_file" = x-; then
    2112     configure_input=
    2113   else
    2114     configure_input="$ac_file.  "
    2115   fi
    2116   configure_input=$configure_input"Generated from `echo $ac_file_in |
    2117                      sed 's,.*/,,'` by configure."
    2118 
    2119   # First look for the input files in the build tree, otherwise in the
    2120   # src tree.
    2121   ac_file_inputs=`IFS=:
    2122     for f in $ac_file_in; do
    2123       case $f in
    2124       -) echo $tmp/stdin ;;
    2125       [\\/$]*)
    2126      # Absolute (can't be DOS-style, as IFS=:)
    2127      test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    2128 echo "$as_me: error: cannot find input file: $f" >&2;}
    2129    { (exit 1); exit 1; }; }
    2130      echo "$f";;
    2131       *) # Relative
    2132      if test -f "$f"; then
    2133        # Build tree
    2134        echo "$f"
    2135      elif test -f "$srcdir/$f"; then
    2136        # Source tree
    2137        echo "$srcdir/$f"
    2138      else
    2139        # /dev/null tree
    2140        { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    2141 echo "$as_me: error: cannot find input file: $f" >&2;}
    2142    { (exit 1); exit 1; }; }
    2143      fi;;
    2144       esac
    2145     done` || { (exit 1); exit 1; }
    21463108_ACEOF
     3109
     3110# Neutralize VPATH when `$srcdir' = `.'.
     3111# Shell code in configure.ac might set extrasub.
     3112# FIXME: do we really want to maintain this feature?
    21473113cat >>$CONFIG_STATUS <<_ACEOF
    21483114  sed "$ac_vpsub
     
    21523118:t
    21533119/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    2154 s,@configure_input@,$configure_input,;t t
    2155 s,@srcdir@,$ac_srcdir,;t t
    2156 s,@abs_srcdir@,$ac_abs_srcdir,;t t
    2157 s,@top_srcdir@,$ac_top_srcdir,;t t
    2158 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
    2159 s,@builddir@,$ac_builddir,;t t
    2160 s,@abs_builddir@,$ac_abs_builddir,;t t
    2161 s,@top_builddir@,$ac_top_builddir,;t t
    2162 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
    2163 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
    2164   rm -f $tmp/stdin
    2165   if test x"$ac_file" != x-; then
    2166     mv $tmp/out $ac_file
    2167   else
    2168     cat $tmp/out
    2169     rm -f $tmp/out
    2170   fi
    2171 
    2172 done
    2173 _ACEOF
    2174 
    2175 cat >>$CONFIG_STATUS <<\_ACEOF
     3120s&@configure_input@&$configure_input&;t t
     3121s&@top_builddir@&$ac_top_builddir_sub&;t t
     3122s&@srcdir@&$ac_srcdir&;t t
     3123s&@abs_srcdir@&$ac_abs_srcdir&;t t
     3124s&@top_srcdir@&$ac_top_srcdir&;t t
     3125s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
     3126s&@builddir@&$ac_builddir&;t t
     3127s&@abs_builddir@&$ac_abs_builddir&;t t
     3128s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
     3129$ac_datarootdir_hack
     3130" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
     3131
     3132test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
     3133  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
     3134  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
     3135  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     3136which seems to be undefined.  Please make sure it is defined." >&5
     3137echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     3138which seems to be undefined.  Please make sure it is defined." >&2;}
     3139
     3140  rm -f "$tmp/stdin"
     3141  case $ac_file in
     3142  -) cat "$tmp/out"; rm -f "$tmp/out";;
     3143  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
     3144  esac
     3145 ;;
     3146
     3147
     3148
     3149  esac
     3150
     3151done # for ac_tag
     3152
    21763153
    21773154{ (exit 0); exit 0; }
     
    22103187  ac_sub_configure_args=
    22113188  ac_prev=
    2212   for ac_arg in $ac_configure_args; do
     3189  eval "set x $ac_configure_args"
     3190  shift
     3191  for ac_arg
     3192  do
    22133193    if test -n "$ac_prev"; then
    22143194      ac_prev=
     
    22333213    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    22343214      ;;
    2235     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
     3215    *)
     3216      case $ac_arg in
     3217      *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     3218      esac
     3219      ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
    22363220    esac
    22373221  done
     
    22393223  # Always prepend --prefix to ensure using the same prefix
    22403224  # in subdir configurations.
    2241   ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
     3225  ac_arg="--prefix=$prefix"
     3226  case $ac_arg in
     3227  *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     3228  esac
     3229  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
     3230
     3231  # Pass --silent
     3232  if test "$silent" = yes; then
     3233    ac_sub_configure_args="--silent $ac_sub_configure_args"
     3234  fi
    22423235
    22433236  ac_popdir=`pwd`
     
    22463239    # Do not complain, so a configure script can configure whichever
    22473240    # parts of a large source tree are present.
    2248     test -d $srcdir/$ac_dir || continue
    2249 
    2250     { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
    2251 echo "$as_me: configuring in $ac_dir" >&6;}
    2252     { if $as_mkdir_p; then
    2253     mkdir -p "$ac_dir"
    2254   else
    2255     as_dir="$ac_dir"
     3241    test -d "$srcdir/$ac_dir" || continue
     3242
     3243    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
     3244    echo "$as_me:$LINENO: $ac_msg" >&5
     3245    echo "$ac_msg" >&6
     3246    { as_dir="$ac_dir"
     3247  case $as_dir in #(
     3248  -*) as_dir=./$as_dir;;
     3249  esac
     3250  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    22563251    as_dirs=
    2257     while test ! -d "$as_dir"; do
    2258       as_dirs="$as_dir $as_dirs"
    2259       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     3252    while :; do
     3253      case $as_dir in #(
     3254      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     3255      *) as_qdir=$as_dir;;
     3256      esac
     3257      as_dirs="'$as_qdir' $as_dirs"
     3258      as_dir=`$as_dirname -- "$as_dir" ||
    22603259$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    22613260     X"$as_dir" : 'X\(//\)[^/]' \| \
    22623261     X"$as_dir" : 'X\(//\)$' \| \
    2263      X"$as_dir" : 'X\(/\)' \| \
    2264      .     : '\(.\)' 2>/dev/null ||
     3262     X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    22653263echo X"$as_dir" |
    2266     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    2267       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    2268       /^X\(\/\/\)$/{ s//\1/; q; }
    2269       /^X\(\/\).*/{ s//\1/; q; }
    2270       s/.*/./; q'`
     3264    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     3265        s//\1/
     3266        q
     3267      }
     3268      /^X\(\/\/\)[^/].*/{
     3269        s//\1/
     3270        q
     3271      }
     3272      /^X\(\/\/\)$/{
     3273        s//\1/
     3274        q
     3275      }
     3276      /^X\(\/\).*/{
     3277        s//\1/
     3278        q
     3279      }
     3280      s/.*/./; q'`
     3281      test -d "$as_dir" && break
    22713282    done
    2272     test ! -n "$as_dirs" || mkdir $as_dirs
    2273   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    2274 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     3283    test -z "$as_dirs" || eval "mkdir $as_dirs"
     3284  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     3285echo "$as_me: error: cannot create directory $as_dir" >&2;}
    22753286   { (exit 1); exit 1; }; }; }
    2276 
    22773287    ac_builddir=.
    22783288
    2279 if test "$ac_dir" != .; then
     3289case "$ac_dir" in
     3290.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     3291*)
    22803292  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    2281   # A "../" for each directory in $ac_dir_suffix.
    2282   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    2283 else
    2284   ac_dir_suffix= ac_top_builddir=
    2285 fi
     3293  # A ".." for each directory in $ac_dir_suffix.
     3294  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     3295  case $ac_top_builddir_sub in
     3296  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     3297  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     3298  esac ;;
     3299esac
     3300ac_abs_top_builddir=$ac_pwd
     3301ac_abs_builddir=$ac_pwd$ac_dir_suffix
     3302# for backward compatibility:
     3303ac_top_builddir=$ac_top_build_prefix
    22863304
    22873305case $srcdir in
    2288   .)  # No --srcdir option.  We are building in place.
     3306  .)  # We are building in place.
    22893307    ac_srcdir=.
    2290     if test -z "$ac_top_builddir"; then
    2291        ac_top_srcdir=.
    2292     else
    2293        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    2294     fi ;;
    2295   [\\/]* | ?:[\\/]* )  # Absolute path.
     3308    ac_top_srcdir=$ac_top_builddir_sub
     3309    ac_abs_top_srcdir=$ac_pwd ;;
     3310  [\\/]* | ?:[\\/]* )  # Absolute name.
    22963311    ac_srcdir=$srcdir$ac_dir_suffix;
    2297     ac_top_srcdir=$srcdir ;;
    2298   *) # Relative path.
    2299     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    2300     ac_top_srcdir=$ac_top_builddir$srcdir ;;
     3312    ac_top_srcdir=$srcdir
     3313    ac_abs_top_srcdir=$srcdir ;;
     3314  *) # Relative name.
     3315    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     3316    ac_top_srcdir=$ac_top_build_prefix$srcdir
     3317    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
    23013318esac
    2302 
    2303 # Do not use `cd foo && pwd` to compute absolute paths, because
    2304 # the directories may not exist.
    2305 case `pwd` in
    2306 .) ac_abs_builddir="$ac_dir";;
    2307 *)
    2308   case "$ac_dir" in
    2309   .) ac_abs_builddir=`pwd`;;
    2310   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    2311   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    2312   esac;;
    2313 esac
    2314 case $ac_abs_builddir in
    2315 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    2316 *)
    2317   case ${ac_top_builddir}. in
    2318   .) ac_abs_top_builddir=$ac_abs_builddir;;
    2319   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    2320   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    2321   esac;;
    2322 esac
    2323 case $ac_abs_builddir in
    2324 .) ac_abs_srcdir=$ac_srcdir;;
    2325 *)
    2326   case $ac_srcdir in
    2327   .) ac_abs_srcdir=$ac_abs_builddir;;
    2328   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    2329   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    2330   esac;;
    2331 esac
    2332 case $ac_abs_builddir in
    2333 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    2334 *)
    2335   case $ac_top_srcdir in
    2336   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    2337   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    2338   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    2339   esac;;
    2340 esac
    2341 
    2342 
    2343     cd $ac_dir
     3319ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     3320
     3321
     3322    cd "$ac_dir"
    23443323
    23453324    # Check for guested configure; otherwise get Cygnus style configure.
    2346     if test -f $ac_srcdir/configure.gnu; then
    2347       ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
    2348     elif test -f $ac_srcdir/configure; then
    2349       ac_sub_configure="$SHELL '$ac_srcdir/configure'"
    2350     elif test -f $ac_srcdir/configure.in; then
    2351       ac_sub_configure=$ac_configure
     3325    if test -f "$ac_srcdir/configure.gnu"; then
     3326      ac_sub_configure=$ac_srcdir/configure.gnu
     3327    elif test -f "$ac_srcdir/configure"; then
     3328      ac_sub_configure=$ac_srcdir/configure
     3329    elif test -f "$ac_srcdir/configure.in"; then
     3330      # This should be Cygnus configure.
     3331      ac_sub_configure=$ac_aux_dir/configure
    23523332    else
    23533333      { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
     
    23613341      case $cache_file in
    23623342      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
    2363       *) # Relative path.
    2364     ac_sub_cache_file=$ac_top_builddir$cache_file ;;
     3343      *) # Relative name.
     3344    ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
    23653345      esac
    23663346
    2367       { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
    2368 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
     3347      { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
     3348echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
    23693349      # The eval makes quoting arguments work.
    2370       eval $ac_sub_configure $ac_sub_configure_args \
    2371        --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
     3350      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
     3351       --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
    23723352    { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
    23733353echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
     
    23753355    fi
    23763356
    2377     cd $ac_popdir
     3357    cd "$ac_popdir"
    23783358  done
    23793359fi
Note: See TracChangeset for help on using the changeset viewer.