Changeset 177


Ignore:
Timestamp:
11/14/08 08:55:23 (15 years ago)
Author:
bas
Message:

configure.in:

  • enabled pbs-config utility
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r147 r177  
    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 autoconf@gnu.org 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="src/pbs.py"
    275 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 pyexecdir pbspath PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pkgpyexecdir 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
     617pyexecdir
     618pbspath
     619PYTHON
     620PYTHON_VERSION
     621PYTHON_PREFIX
     622PYTHON_EXEC_PREFIX
     623PYTHON_PLATFORM
     624pythondir
     625pkgpythondir
     626pkgpyexecdir
     627LIBOBJS
     628LTLIBOBJS'
    276629ac_subst_files=''
     630      ac_precious_vars='build_alias
     631host_alias
     632target_alias'
     633
    277634
    278635# Initialize some variables set by options.
     
    301658# by default will actually change.
    302659# Use braces instead of parens because sh, perl, etc. also accept them.
     660# (The list follows the same order as the GNU Coding Standards.)
    303661bindir='${exec_prefix}/bin'
    304662sbindir='${exec_prefix}/sbin'
    305663libexecdir='${exec_prefix}/libexec'
    306 datadir='${prefix}/share'
     664datarootdir='${prefix}/share'
     665datadir='${datarootdir}'
    307666sysconfdir='${prefix}/etc'
    308667sharedstatedir='${prefix}/com'
    309668localstatedir='${prefix}/var'
    310 libdir='${exec_prefix}/lib'
    311669includedir='${prefix}/include'
    312670oldincludedir='/usr/include'
    313 infodir='${prefix}/info'
    314 mandir='${prefix}/man'
     671docdir='${datarootdir}/doc/${PACKAGE}'
     672infodir='${datarootdir}/info'
     673htmldir='${docdir}'
     674dvidir='${docdir}'
     675pdfdir='${docdir}'
     676psdir='${docdir}'
     677libdir='${exec_prefix}/lib'
     678localedir='${datarootdir}/locale'
     679mandir='${datarootdir}/man'
    315680
    316681ac_prev=
     682ac_dashdash=
    317683for ac_option
    318684do
    319685  # If the previous option needs an argument, assign it.
    320686  if test -n "$ac_prev"; then
    321     eval "$ac_prev=\$ac_option"
     687    eval $ac_prev=\$ac_option
    322688    ac_prev=
    323689    continue
    324690  fi
    325691
    326   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
     692  case $ac_option in
     693  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     694  *)    ac_optarg=yes ;;
     695  esac
    327696
    328697  # Accept the important Cygnus configure options, so we can diagnose typos.
    329698
    330   case $ac_option in
     699  case $ac_dashdash$ac_option in
     700  --)
     701    ac_dashdash=yes ;;
    331702
    332703  -bindir | --bindir | --bindi | --bind | --bin | --bi)
     
    350721    cache_file=config.cache ;;
    351722
    352   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
     723  -datadir | --datadir | --datadi | --datad)
    353724    ac_prev=datadir ;;
    354   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
    355   | --da=*)
     725  -datadir=* | --datadir=* | --datadi=* | --datad=*)
    356726    datadir=$ac_optarg ;;
     727
     728  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
     729  | --dataroo | --dataro | --datar)
     730    ac_prev=datarootdir ;;
     731  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
     732  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
     733    datarootdir=$ac_optarg ;;
    357734
    358735  -disable-* | --disable-*)
    359736    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    360737    # Reject names that are not valid shell variable names.
    361     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     738    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    362739      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    363740   { (exit 1); exit 1; }; }
    364     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    365     eval "enable_$ac_feature=no" ;;
     741    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     742    eval enable_$ac_feature=no ;;
     743
     744  -docdir | --docdir | --docdi | --doc | --do)
     745    ac_prev=docdir ;;
     746  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
     747    docdir=$ac_optarg ;;
     748
     749  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
     750    ac_prev=dvidir ;;
     751  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
     752    dvidir=$ac_optarg ;;
    366753
    367754  -enable-* | --enable-*)
    368755    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    369756    # Reject names that are not valid shell variable names.
    370     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     757    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    371758      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    372759   { (exit 1); exit 1; }; }
    373     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
    374     case $ac_option in
    375       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    376       *) ac_optarg=yes ;;
    377     esac
    378     eval "enable_$ac_feature='$ac_optarg'" ;;
     760    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     761    eval enable_$ac_feature=\$ac_optarg ;;
    379762
    380763  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    403786    host_alias=$ac_optarg ;;
    404787
     788  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
     789    ac_prev=htmldir ;;
     790  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
     791  | --ht=*)
     792    htmldir=$ac_optarg ;;
     793
    405794  -includedir | --includedir | --includedi | --included | --include \
    406795  | --includ | --inclu | --incl | --inc)
     
    427816    libexecdir=$ac_optarg ;;
    428817
     818  -localedir | --localedir | --localedi | --localed | --locale)
     819    ac_prev=localedir ;;
     820  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
     821    localedir=$ac_optarg ;;
     822
    429823  -localstatedir | --localstatedir | --localstatedi | --localstated \
    430   | --localstate | --localstat | --localsta | --localst \
    431   | --locals | --local | --loca | --loc | --lo)
     824  | --localstate | --localstat | --localsta | --localst | --locals)
    432825    ac_prev=localstatedir ;;
    433826  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    434   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
    435   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
     827  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    436828    localstatedir=$ac_optarg ;;
    437829
     
    498890    program_transform_name=$ac_optarg ;;
    499891
     892  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
     893    ac_prev=pdfdir ;;
     894  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
     895    pdfdir=$ac_optarg ;;
     896
     897  -psdir | --psdir | --psdi | --psd | --ps)
     898    ac_prev=psdir ;;
     899  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
     900    psdir=$ac_optarg ;;
     901
    500902  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    501903  | -silent | --silent | --silen | --sile | --sil)
     
    550952    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    551953    # Reject names that are not valid shell variable names.
    552     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     954    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    553955      { echo "$as_me: error: invalid package name: $ac_package" >&2
    554956   { (exit 1); exit 1; }; }
    555     ac_package=`echo $ac_package| sed 's/-/_/g'`
    556     case $ac_option in
    557       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
    558       *) ac_optarg=yes ;;
    559     esac
    560     eval "with_$ac_package='$ac_optarg'" ;;
     957    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     958    eval with_$ac_package=\$ac_optarg ;;
    561959
    562960  -without-* | --without-*)
    563961    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    564962    # Reject names that are not valid shell variable names.
    565     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
     963    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    566964      { echo "$as_me: error: invalid package name: $ac_package" >&2
    567965   { (exit 1); exit 1; }; }
    568     ac_package=`echo $ac_package | sed 's/-/_/g'`
    569     eval "with_$ac_package=no" ;;
     966    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     967    eval with_$ac_package=no ;;
    570968
    571969  --x)
     
    598996      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    599997   { (exit 1); exit 1; }; }
    600     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
    601     eval "$ac_envvar='$ac_optarg'"
     998    eval $ac_envvar=\$ac_optarg
    602999    export $ac_envvar ;;
    6031000
     
    6191016fi
    6201017
    621 # Be sure to have absolute paths.
    622 for ac_var in exec_prefix prefix
     1018# Be sure to have absolute directory names.
     1019for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
     1020                datadir sysconfdir sharedstatedir localstatedir includedir \
     1021                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
     1022                libdir localedir mandir
    6231023do
    624   eval ac_val=$`echo $ac_var`
     1024  eval ac_val=\$$ac_var
    6251025  case $ac_val in
    626     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
    627     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    628    { (exit 1); exit 1; }; };;
     1026    [\\/$]* | ?:[\\/]* )  continue;;
     1027    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    6291028  esac
    630 done
    631 
    632 # Be sure to have absolute paths.
    633 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    634               localstatedir libdir includedir oldincludedir infodir mandir
    635 do
    636   eval ac_val=$`echo $ac_var`
    637   case $ac_val in
    638     [\\/$]* | ?:[\\/]* ) ;;
    639     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    640    { (exit 1); exit 1; }; };;
    641   esac
     1029  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1030   { (exit 1); exit 1; }; }
    6421031done
    6431032
     
    6661055
    6671056
     1057ac_pwd=`pwd` && test -n "$ac_pwd" &&
     1058ac_ls_di=`ls -di .` &&
     1059ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
     1060  { echo "$as_me: error: Working directory cannot be determined" >&2
     1061   { (exit 1); exit 1; }; }
     1062test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
     1063  { echo "$as_me: error: pwd does not report name of working directory" >&2
     1064   { (exit 1); exit 1; }; }
     1065
     1066
    6681067# Find the source files, if location was not specified.
    6691068if test -z "$srcdir"; then
    6701069  ac_srcdir_defaulted=yes
    671   # Try the directory containing this script, then its parent.
    672   ac_confdir=`(dirname "$0") 2>/dev/null ||
     1070  # Try the directory containing this script, then the parent directory.
     1071  ac_confdir=`$as_dirname -- "$0" ||
    6731072$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    6741073         X"$0" : 'X\(//\)[^/]' \| \
    6751074         X"$0" : 'X\(//\)$' \| \
    676          X"$0" : 'X\(/\)' \| \
    677          .     : '\(.\)' 2>/dev/null ||
     1075         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    6781076echo X"$0" |
    679     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    680           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    681           /^X\(\/\/\)$/{ s//\1/; q; }
    682           /^X\(\/\).*/{ s//\1/; q; }
    683           s/.*/./; q'`
     1077    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     1078            s//\1/
     1079            q
     1080          }
     1081          /^X\(\/\/\)[^/].*/{
     1082            s//\1/
     1083            q
     1084          }
     1085          /^X\(\/\/\)$/{
     1086            s//\1/
     1087            q
     1088          }
     1089          /^X\(\/\).*/{
     1090            s//\1/
     1091            q
     1092          }
     1093          s/.*/./; q'`
    6841094  srcdir=$ac_confdir
    685   if test ! -r $srcdir/$ac_unique_file; then
     1095  if test ! -r "$srcdir/$ac_unique_file"; then
    6861096    srcdir=..
    6871097  fi
     
    6891099  ac_srcdir_defaulted=no
    6901100fi
    691 if test ! -r $srcdir/$ac_unique_file; then
    692   if test "$ac_srcdir_defaulted" = yes; then
    693     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
     1101if test ! -r "$srcdir/$ac_unique_file"; then
     1102  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
     1103  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    6941104   { (exit 1); exit 1; }; }
    695   else
    696     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1105fi
     1106ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
     1107ac_abs_confdir=`(
     1108        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    6971109   { (exit 1); exit 1; }; }
    698   fi
    699 fi
    700 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
    701   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
    702    { (exit 1); exit 1; }; }
    703 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
    704 ac_env_build_alias_set=${build_alias+set}
    705 ac_env_build_alias_value=$build_alias
    706 ac_cv_env_build_alias_set=${build_alias+set}
    707 ac_cv_env_build_alias_value=$build_alias
    708 ac_env_host_alias_set=${host_alias+set}
    709 ac_env_host_alias_value=$host_alias
    710 ac_cv_env_host_alias_set=${host_alias+set}
    711 ac_cv_env_host_alias_value=$host_alias
    712 ac_env_target_alias_set=${target_alias+set}
    713 ac_env_target_alias_value=$target_alias
    714 ac_cv_env_target_alias_set=${target_alias+set}
    715 ac_cv_env_target_alias_value=$target_alias
     1110        pwd)`
     1111# When building in place, set srcdir=.
     1112if test "$ac_abs_confdir" = "$ac_pwd"; then
     1113  srcdir=.
     1114fi
     1115# Remove unnecessary trailing slashes from srcdir.
     1116# Double slashes in file names in object file debugging info
     1117# mess up M-x gdb in Emacs.
     1118case $srcdir in
     1119*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
     1120esac
     1121for ac_var in $ac_precious_vars; do
     1122  eval ac_env_${ac_var}_set=\${${ac_var}+set}
     1123  eval ac_env_${ac_var}_value=\$${ac_var}
     1124  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
     1125  eval ac_cv_env_${ac_var}_value=\$${ac_var}
     1126done
    7161127
    7171128#
     
    7421153      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    7431154
    744 _ACEOF
    745 
    746   cat <<_ACEOF
    7471155Installation directories:
    7481156  --prefix=PREFIX         install architecture-independent files in PREFIX
     
    7621170  --sbindir=DIR          system admin executables [EPREFIX/sbin]
    7631171  --libexecdir=DIR       program executables [EPREFIX/libexec]
    764   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
    7651172  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    7661173  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     
    7691176  --includedir=DIR       C header files [PREFIX/include]
    7701177  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    771   --infodir=DIR          info documentation [PREFIX/info]
    772   --mandir=DIR           man documentation [PREFIX/man]
     1178  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
     1179  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
     1180  --infodir=DIR          info documentation [DATAROOTDIR/info]
     1181  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
     1182  --mandir=DIR           man documentation [DATAROOTDIR/man]
     1183  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
     1184  --htmldir=DIR          html documentation [DOCDIR]
     1185  --dvidir=DIR           dvi documentation [DOCDIR]
     1186  --pdfdir=DIR           pdf documentation [DOCDIR]
     1187  --psdir=DIR            ps documentation [DOCDIR]
    7731188_ACEOF
    7741189
     
    7881203
    7891204_ACEOF
     1205ac_status=$?
    7901206fi
    7911207
    7921208if test "$ac_init_help" = "recursive"; then
    7931209  # If there are subdirs, report their specific --help.
    794   ac_popdir=`pwd`
    7951210  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    796     test -d $ac_dir || continue
     1211    test -d "$ac_dir" || continue
    7971212    ac_builddir=.
    7981213
    799 if test "$ac_dir" != .; then
     1214case "$ac_dir" in
     1215.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1216*)
    8001217  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    801   # A "../" for each directory in $ac_dir_suffix.
    802   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    803 else
    804   ac_dir_suffix= ac_top_builddir=
    805 fi
     1218  # A ".." for each directory in $ac_dir_suffix.
     1219  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1220  case $ac_top_builddir_sub in
     1221  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     1222  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     1223  esac ;;
     1224esac
     1225ac_abs_top_builddir=$ac_pwd
     1226ac_abs_builddir=$ac_pwd$ac_dir_suffix
     1227# for backward compatibility:
     1228ac_top_builddir=$ac_top_build_prefix
    8061229
    8071230case $srcdir in
    808   .)  # No --srcdir option.  We are building in place.
     1231  .)  # We are building in place.
    8091232    ac_srcdir=.
    810     if test -z "$ac_top_builddir"; then
    811        ac_top_srcdir=.
    812     else
    813        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    814     fi ;;
    815   [\\/]* | ?:[\\/]* )  # Absolute path.
     1233    ac_top_srcdir=$ac_top_builddir_sub
     1234    ac_abs_top_srcdir=$ac_pwd ;;
     1235  [\\/]* | ?:[\\/]* )  # Absolute name.
    8161236    ac_srcdir=$srcdir$ac_dir_suffix;
    817     ac_top_srcdir=$srcdir ;;
    818   *) # Relative path.
    819     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    820     ac_top_srcdir=$ac_top_builddir$srcdir ;;
     1237    ac_top_srcdir=$srcdir
     1238    ac_abs_top_srcdir=$srcdir ;;
     1239  *) # Relative name.
     1240    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     1241    ac_top_srcdir=$ac_top_build_prefix$srcdir
     1242    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
    8211243esac
    822 
    823 # Do not use `cd foo && pwd` to compute absolute paths, because
    824 # the directories may not exist.
    825 case `pwd` in
    826 .) ac_abs_builddir="$ac_dir";;
    827 *)
    828   case "$ac_dir" in
    829   .) ac_abs_builddir=`pwd`;;
    830   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    831   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    832   esac;;
    833 esac
    834 case $ac_abs_builddir in
    835 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    836 *)
    837   case ${ac_top_builddir}. in
    838   .) ac_abs_top_builddir=$ac_abs_builddir;;
    839   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    840   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    841   esac;;
    842 esac
    843 case $ac_abs_builddir in
    844 .) ac_abs_srcdir=$ac_srcdir;;
    845 *)
    846   case $ac_srcdir in
    847   .) ac_abs_srcdir=$ac_abs_builddir;;
    848   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    849   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    850   esac;;
    851 esac
    852 case $ac_abs_builddir in
    853 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    854 *)
    855   case $ac_top_srcdir in
    856   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    857   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    858   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    859   esac;;
    860 esac
    861 
    862     cd $ac_dir
    863     # Check for guested configure; otherwise get Cygnus style configure.
    864     if test -f $ac_srcdir/configure.gnu; then
    865       echo
    866       $SHELL $ac_srcdir/configure.gnu  --help=recursive
    867     elif test -f $ac_srcdir/configure; then
    868       echo
    869       $SHELL $ac_srcdir/configure  --help=recursive
    870     elif test -f $ac_srcdir/configure.ac ||
    871            test -f $ac_srcdir/configure.in; then
    872       echo
    873       $ac_configure --help
     1244ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     1245
     1246    cd "$ac_dir" || { ac_status=$?; continue; }
     1247    # Check for guested configure.
     1248    if test -f "$ac_srcdir/configure.gnu"; then
     1249      echo &&
     1250      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
     1251    elif test -f "$ac_srcdir/configure"; then
     1252      echo &&
     1253      $SHELL "$ac_srcdir/configure" --help=recursive
    8741254    else
    8751255      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    876     fi
    877     cd "$ac_popdir"
     1256    fi || ac_status=$?
     1257    cd "$ac_pwd" || { ac_status=$?; break; }
    8781258  done
    8791259fi
    8801260
    881 test -n "$ac_init_help" && exit 0
     1261test -n "$ac_init_help" && exit $ac_status
    8821262if $ac_init_version; then
    8831263  cat <<\_ACEOF
    884 
    885 Copyright (C) 2003 Free Software Foundation, Inc.
     1264configure
     1265generated by GNU Autoconf 2.61
     1266
     1267Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     12682002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    8861269This configure script is free software; the Free Software Foundation
    8871270gives unlimited permission to copy, distribute and modify it.
    8881271_ACEOF
    889   exit 0
    890 fi
    891 exec 5>config.log
    892 cat >&5 <<_ACEOF
     1272  exit
     1273fi
     1274cat >config.log <<_ACEOF
    8931275This file contains any messages produced by compilers while
    8941276running configure, to aid debugging if configure makes a mistake.
    8951277
    8961278It was created by $as_me, which was
    897 generated by GNU Autoconf 2.59.  Invocation command line was
     1279generated by GNU Autoconf 2.61.  Invocation command line was
    8981280
    8991281  $ $0 $@
    9001282
    9011283_ACEOF
     1284exec 5>>config.log
    9021285{
    9031286cat <<_ASUNAME
     
    9181301/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    9191302/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    920 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
     1303/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    9211304/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    9221305/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
     
    9321315  echo "PATH: $as_dir"
    9331316done
     1317IFS=$as_save_IFS
    9341318
    9351319} >&5
     
    9531337ac_configure_args0=
    9541338ac_configure_args1=
    955 ac_sep=
    9561339ac_must_keep_next=false
    9571340for ac_pass in 1 2
     
    9641347    | -silent | --silent | --silen | --sile | --sil)
    9651348      continue ;;
    966     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
     1349    *\'*)
    9671350      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    9681351    esac
     
    9861369        esac
    9871370      fi
    988       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
    989       # Get rid of the leading space.
    990       ac_sep=" "
     1371      ac_configure_args="$ac_configure_args '$ac_arg'"
    9911372      ;;
    9921373    esac
     
    9991380# config.log.  We remove comments because anyway the quotes in there
    10001381# would cause problems or look ugly.
    1001 # WARNING: Be sure not to use single quotes in there, as some shells,
    1002 # such as our DU 5.0 friend, will then `close' the trap.
     1382# WARNING: Use '\'' to represent an apostrophe within the trap.
     1383# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
    10031384trap 'exit_status=$?
    10041385  # Save into config.log some information that might help in debugging.
     
    10131394    echo
    10141395    # The following way of writing the cache mishandles newlines in values,
    1015 {
     1396(
     1397  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
     1398    eval ac_val=\$$ac_var
     1399    case $ac_val in #(
     1400    *${as_nl}*)
     1401      case $ac_var in #(
     1402      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1403echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1404      esac
     1405      case $ac_var in #(
     1406      _ | IFS | as_nl) ;; #(
     1407      *) $as_unset $ac_var ;;
     1408      esac ;;
     1409    esac
     1410  done
    10161411  (set) 2>&1 |
    1017     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
    1018     *ac_space=\ *)
     1412    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
     1413    *${as_nl}ac_space=\ *)
    10191414      sed -n \
    1020         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    1021           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1415        "s/'\''/'\''\\\\'\'''\''/g;
     1416          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
     1417      ;; #(
     1418    *)
     1419      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    10221420      ;;
    1023     *)
    1024       sed -n \
    1025         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    1026       ;;
    1027     esac;
    1028 }
     1421    esac |
     1422    sort
     1423)
    10291424    echo
    10301425
     
    10371432    for ac_var in $ac_subst_vars
    10381433    do
    1039       eval ac_val=$`echo $ac_var`
    1040       echo "$ac_var='"'"'$ac_val'"'"'"
     1434      eval ac_val=\$$ac_var
     1435      case $ac_val in
     1436      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1437      esac
     1438      echo "$ac_var='\''$ac_val'\''"
    10411439    done | sort
    10421440    echo
     
    10441442    if test -n "$ac_subst_files"; then
    10451443      cat <<\_ASBOX
    1046 ## ------------- ##
    1047 ## Output files. ##
    1048 ## ------------- ##
     1444## ------------------- ##
     1445## File substitutions. ##
     1446## ------------------- ##
    10491447_ASBOX
    10501448      echo
    10511449      for ac_var in $ac_subst_files
    10521450      do
    1053         eval ac_val=$`echo $ac_var`
    1054         echo "$ac_var='"'"'$ac_val'"'"'"
     1451        eval ac_val=\$$ac_var
     1452        case $ac_val in
     1453        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1454        esac
     1455        echo "$ac_var='\''$ac_val'\''"
    10551456      done | sort
    10561457      echo
     
    10641465_ASBOX
    10651466      echo
    1066       sed "/^$/d" confdefs.h | sort
     1467      cat confdefs.h
    10671468      echo
    10681469    fi
     
    10711472    echo "$as_me: exit $exit_status"
    10721473  } >&5
    1073   rm -f core *.core &&
    1074   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
     1474  rm -f core *.core core.conftest.* &&
     1475    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
    10751476    exit $exit_status
    1076      ' 0
     1477' 0
    10771478for ac_signal in 1 2 13 15; do
    10781479  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
     
    10811482
    10821483# confdefs.h avoids OS command line length limits that DEFS can exceed.
    1083 rm -rf conftest* confdefs.h
    1084 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
    1085 echo >confdefs.h
     1484rm -f -r conftest* confdefs.h
    10861485
    10871486# Predefined preprocessor variables.
     
    11141513# Let the site file select an alternate cache file if it wants to.
    11151514# Prefer explicitly selected file to automatically selected ones.
    1116 if test -z "$CONFIG_SITE"; then
    1117   if test "x$prefix" != xNONE; then
    1118     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    1119   else
    1120     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    1121   fi
    1122 fi
    1123 for ac_site_file in $CONFIG_SITE; do
     1515if test -n "$CONFIG_SITE"; then
     1516  set x "$CONFIG_SITE"
     1517elif test "x$prefix" != xNONE; then
     1518  set x "$prefix/share/config.site" "$prefix/etc/config.site"
     1519else
     1520  set x "$ac_default_prefix/share/config.site" \
     1521        "$ac_default_prefix/etc/config.site"
     1522fi
     1523shift
     1524for ac_site_file
     1525do
    11241526  if test -r "$ac_site_file"; then
    11251527    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     
    11371539echo "$as_me: loading cache $cache_file" >&6;}
    11381540    case $cache_file in
    1139       [\\/]* | ?:[\\/]* ) . $cache_file;;
    1140       *)                      . ./$cache_file;;
     1541      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     1542      *)                      . "./$cache_file";;
    11411543    esac
    11421544  fi
     
    11501552# value.
    11511553ac_cache_corrupted=false
    1152 for ac_var in `(set) 2>&1 |
    1153                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1554for ac_var in $ac_precious_vars; do
    11541555  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    11551556  eval ac_new_set=\$ac_env_${ac_var}_set
    1156   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
    1157   eval ac_new_val="\$ac_env_${ac_var}_value"
     1557  eval ac_old_val=\$ac_cv_env_${ac_var}_value
     1558  eval ac_new_val=\$ac_env_${ac_var}_value
    11581559  case $ac_old_set,$ac_new_set in
    11591560    set,)
     
    11801581  if test "$ac_new_set" = set; then
    11811582    case $ac_new_val in
    1182     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
    1183       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1583    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    11841584    *) ac_arg=$ac_var=$ac_new_val ;;
    11851585    esac
     
    11981598fi
    11991599
     1600
     1601
     1602
     1603
     1604
     1605
     1606
     1607
     1608
     1609
     1610
     1611
     1612
     1613
     1614
     1615
    12001616ac_ext=c
    12011617ac_cpp='$CPP $CPPFLAGS'
     
    12121628
    12131629
    1214 
    1215 
    1216 
    1217 
    1218 
    1219 
    1220 
    1221 
    1222 
    1223 
    1224 
    1225 
    1226 
    1227 
    1228 
    1229 
    1230 
    1231 # Check whether --with-pbsdir or --without-pbsdir was given.
     1630# Check whether --with-pbsdir was given.
    12321631if test "${with_pbsdir+set}" = set; then
    1233   withval="$with_pbsdir"
    1234   case "${withval}" in
     1632  withval=$with_pbsdir; case "${withval}" in
    12351633        *) pbspath="${withval}" ;;
    12361634  esac
    12371635else
    12381636  pbspath=""
    1239   #[pbspath=`pbs-config --libs`]
    1240 
    1241 fi;
     1637  pbspath=`pbs-config --libs`
     1638
     1639fi
     1640
    12421641
    12431642
     
    12491648  # Extract the first word of "$ac_prog", so it can be a program name with args.
    12501649set dummy $ac_prog; ac_word=$2
    1251 echo "$as_me:$LINENO: checking for $ac_word" >&5
    1252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     1650{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     1651echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    12531652if test "${ac_cv_path_PYTHON+set}" = set; then
    12541653  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    12651664  test -z "$as_dir" && as_dir=.
    12661665  for ac_exec_ext in '' $ac_executable_extensions; do
    1267   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     1666  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    12681667    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
    12691668    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    12721671done
    12731672done
     1673IFS=$as_save_IFS
    12741674
    12751675  ;;
     
    12771677fi
    12781678PYTHON=$ac_cv_path_PYTHON
    1279 
    12801679if test -n "$PYTHON"; then
    1281   echo "$as_me:$LINENO: result: $PYTHON" >&5
    1282 echo "${ECHO_T}$PYTHON" >&6
    1283 else
    1284   echo "$as_me:$LINENO: result: no" >&5
    1285 echo "${ECHO_T}no" >&6
    1286 fi
     1680  { echo "$as_me:$LINENO: result: $PYTHON" >&5
     1681echo "${ECHO_T}$PYTHON" >&6; }
     1682else
     1683  { echo "$as_me:$LINENO: result: no" >&5
     1684echo "${ECHO_T}no" >&6; }
     1685fi
     1686
    12871687
    12881688  test -n "$PYTHON" && break
     
    12931693
    12941694
    1295   echo "$as_me:$LINENO: checking for $am_display_PYTHON version" >&5
    1296 echo $ECHO_N "checking for $am_display_PYTHON version... $ECHO_C" >&6
     1695  { echo "$as_me:$LINENO: checking for $am_display_PYTHON version" >&5
     1696echo $ECHO_N "checking for $am_display_PYTHON version... $ECHO_C" >&6; }
    12971697if test "${am_cv_python_version+set}" = set; then
    12981698  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    13001700  am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
    13011701fi
    1302 echo "$as_me:$LINENO: result: $am_cv_python_version" >&5
    1303 echo "${ECHO_T}$am_cv_python_version" >&6
     1702{ echo "$as_me:$LINENO: result: $am_cv_python_version" >&5
     1703echo "${ECHO_T}$am_cv_python_version" >&6; }
    13041704  PYTHON_VERSION=$am_cv_python_version
    13051705
     
    13121712
    13131713
    1314   echo "$as_me:$LINENO: checking for $am_display_PYTHON platform" >&5
    1315 echo $ECHO_N "checking for $am_display_PYTHON platform... $ECHO_C" >&6
     1714  { echo "$as_me:$LINENO: checking for $am_display_PYTHON platform" >&5
     1715echo $ECHO_N "checking for $am_display_PYTHON platform... $ECHO_C" >&6; }
    13161716if test "${am_cv_python_platform+set}" = set; then
    13171717  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    13191719  am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
    13201720fi
    1321 echo "$as_me:$LINENO: result: $am_cv_python_platform" >&5
    1322 echo "${ECHO_T}$am_cv_python_platform" >&6
     1721{ echo "$as_me:$LINENO: result: $am_cv_python_platform" >&5
     1722echo "${ECHO_T}$am_cv_python_platform" >&6; }
    13231723  PYTHON_PLATFORM=$am_cv_python_platform
    13241724
     
    13261726
    13271727
    1328                 echo "$as_me:$LINENO: checking for $am_display_PYTHON script directory" >&5
    1329 echo $ECHO_N "checking for $am_display_PYTHON script directory... $ECHO_C" >&6
     1728                { echo "$as_me:$LINENO: checking for $am_display_PYTHON script directory" >&5
     1729echo $ECHO_N "checking for $am_display_PYTHON script directory... $ECHO_C" >&6; }
    13301730if test "${am_cv_python_pythondir+set}" = set; then
    13311731  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    13341734     echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
    13351735fi
    1336 echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5
    1337 echo "${ECHO_T}$am_cv_python_pythondir" >&6
     1736{ echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5
     1737echo "${ECHO_T}$am_cv_python_pythondir" >&6; }
    13381738  pythondir=$am_cv_python_pythondir
    13391739
     
    13431743
    13441744
    1345             echo "$as_me:$LINENO: checking for $am_display_PYTHON extension module directory" >&5
    1346 echo $ECHO_N "checking for $am_display_PYTHON extension module directory... $ECHO_C" >&6
     1745            { echo "$as_me:$LINENO: checking for $am_display_PYTHON extension module directory" >&5
     1746echo $ECHO_N "checking for $am_display_PYTHON extension module directory... $ECHO_C" >&6; }
    13471747if test "${am_cv_python_pyexecdir+set}" = set; then
    13481748  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    13511751     echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
    13521752fi
    1353 echo "$as_me:$LINENO: result: $am_cv_python_pyexecdir" >&5
    1354 echo "${ECHO_T}$am_cv_python_pyexecdir" >&6
     1753{ echo "$as_me:$LINENO: result: $am_cv_python_pyexecdir" >&5
     1754echo "${ECHO_T}$am_cv_python_pyexecdir" >&6; }
    13551755  pyexecdir=$am_cv_python_pyexecdir
    13561756
     
    13611761
    13621762
    1363                     ac_config_files="$ac_config_files Makefile setup.py"
     1763ac_config_files="$ac_config_files Makefile setup.py"
     1764
    13641765cat >confcache <<\_ACEOF
    13651766# This file is a shell script that caches the results of configure
     
    13801781# The following way of writing the cache mishandles newlines in values,
    13811782# but we know of no workaround that is simple, portable, and efficient.
    1382 # So, don't put newlines in cache variables' values.
     1783# So, we kill variables containing newlines.
    13831784# Ultrix sh set writes to stderr and can't be redirected directly,
    13841785# and sets the high bit in the cache file unless we assign to the vars.
    1385 {
     1786(
     1787  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
     1788    eval ac_val=\$$ac_var
     1789    case $ac_val in #(
     1790    *${as_nl}*)
     1791      case $ac_var in #(
     1792      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1793echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1794      esac
     1795      case $ac_var in #(
     1796      _ | IFS | as_nl) ;; #(
     1797      *) $as_unset $ac_var ;;
     1798      esac ;;
     1799    esac
     1800  done
     1801
    13861802  (set) 2>&1 |
    1387     case `(ac_space=' '; set | grep ac_space) 2>&1` in
    1388     *ac_space=\ *)
     1803    case $as_nl`(ac_space=' '; set) 2>&1` in #(
     1804    *${as_nl}ac_space=\ *)
    13891805      # `set' does not quote correctly, so add quotes (double-quote
    13901806      # substitution turns \\\\ into \\, and sed turns \\ into \).
     
    13921808        "s/'/'\\\\''/g;
    13931809          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    1394       ;;
     1810      ;; #(
    13951811    *)
    13961812      # `set' quotes correctly as required by POSIX, so do not add quotes.
    1397       sed -n \
    1398         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     1813      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
    13991814      ;;
    1400     esac;
    1401 } |
     1815    esac |
     1816    sort
     1817) |
    14021818  sed '
     1819     /^ac_cv_env_/b end
    14031820     t clear
    1404      : clear
     1821     :clear
    14051822     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
    14061823     t end
    1407      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
    1408      : end' >>confcache
    1409 if diff $cache_file confcache >/dev/null 2>&1; then :; else
    1410   if test -w $cache_file; then
    1411     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     1824     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
     1825     :end' >>confcache
     1826if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
     1827  if test -w "$cache_file"; then
     1828    test "x$cache_file" != "x/dev/null" &&
     1829      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
     1830echo "$as_me: updating cache $cache_file" >&6;}
    14121831    cat confcache >$cache_file
    14131832  else
    1414     echo "not updating unwritable cache $cache_file"
     1833    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     1834echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    14151835  fi
    14161836fi
     
    14201840# Let make expand exec_prefix.
    14211841test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
    1422 
    1423 # VPATH may cause trouble with some makes, so we remove $(srcdir),
    1424 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
    1425 # trailing colons and then remove the whole line if VPATH becomes empty
    1426 # (actually we leave an empty line to preserve line numbers).
    1427 if test "x$srcdir" = x.; then
    1428   ac_vpsub='/^[  ]*VPATH[        ]*=/{
    1429 s/:*\$(srcdir):*/:/;
    1430 s/:*\${srcdir}:*/:/;
    1431 s/:*@srcdir@:*/:/;
    1432 s/^\([^=]*=[     ]*\):*/\1/;
    1433 s/:*$//;
    1434 s/^[^=]*=[       ]*$//;
    1435 }'
    1436 fi
    14371842
    14381843# Transform confdefs.h into DEFS.
     
    14411846#
    14421847# If the first sed substitution is executed (which looks for macros that
    1443 # take arguments), then we branch to the quote section.  Otherwise,
     1848# take arguments), then branch to the quote section.  Otherwise,
    14441849# look for a macro that doesn't take arguments.
    1445 cat >confdef2opt.sed <<\_ACEOF
     1850ac_script='
    14461851t clear
    1447 : clear
    1448 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
     1852:clear
     1853s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
    14491854t quote
    1450 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
     1855s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
    14511856t quote
    1452 d
    1453 : quote
    1454 s,[      `~#$^&*(){}\\|;'"<>?],\\&,g
    1455 s,\[,\\&,g
    1456 s,\],\\&,g
    1457 s,\$,$$,g
    1458 p
    1459 _ACEOF
    1460 # We use echo to avoid assuming a particular line-breaking character.
    1461 # The extra dot is to prevent the shell from consuming trailing
    1462 # line-breaks from the sub-command output.  A line-break within
    1463 # single-quotes doesn't work because, if this script is created in a
    1464 # platform that uses two characters for line-breaks (e.g., DOS), tr
    1465 # would break.
    1466 ac_LF_and_DOT=`echo; echo .`
    1467 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
    1468 rm -f confdef2opt.sed
     1857b any
     1858:quote
     1859s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
     1860s/\[/\\&/g
     1861s/\]/\\&/g
     1862s/\$/$$/g
     1863H
     1864:any
     1865${
     1866        g
     1867        s/^\n//
     1868        s/\n/ /g
     1869        p
     1870}
     1871'
     1872DEFS=`sed -n "$ac_script" confdefs.h`
    14691873
    14701874
     
    14731877for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    14741878  # 1. Remove the extension, and $U if already installed.
    1475   ac_i=`echo "$ac_i" |
    1476          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    1477   # 2. Add them.
    1478   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
    1479   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
     1879  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
     1880  ac_i=`echo "$ac_i" | sed "$ac_script"`
     1881  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
     1882  #    will be set to the directory where LIBOBJS objects are built.
     1883  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
     1884  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
    14801885done
    14811886LIBOBJS=$ac_libobjs
     
    15081913## --------------------- ##
    15091914
    1510 # Be Bourne compatible
     1915# Be more Bourne compatible
     1916DUALCASE=1; export DUALCASE # for MKS sh
    15111917if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
    15121918  emulate sh
     
    15151921  # is contrary to our usage.  Disable this feature.
    15161922  alias -g '${1+"$@"}'='"$@"'
    1517 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
    1518   set -o posix
    1519 fi
    1520 DUALCASE=1; export DUALCASE # for MKS sh
    1521 
    1522 # Support unset when possible.
    1523 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
    1524   as_unset=unset
    1525 else
    1526   as_unset=false
    1527 fi
    1528 
    1529 
    1530 # Work around bugs in pre-3.0 UWIN ksh.
    1531 $as_unset ENV MAIL MAILPATH
    1532 PS1='$ '
    1533 PS2='> '
    1534 PS4='+ '
    1535 
    1536 # NLS nuisances.
    1537 for as_var in \
    1538   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    1539   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    1540   LC_TELEPHONE LC_TIME
    1541 do
    1542   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    1543     eval $as_var=C; export $as_var
    1544   else
    1545     $as_unset $as_var
    1546   fi
    1547 done
    1548 
    1549 # Required to use basename.
    1550 if expr a : '\(a\)' >/dev/null 2>&1; then
    1551   as_expr=expr
    1552 else
    1553   as_expr=false
    1554 fi
    1555 
    1556 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
    1557   as_basename=basename
    1558 else
    1559   as_basename=false
    1560 fi
    1561 
    1562 
    1563 # Name of the executable.
    1564 as_me=`$as_basename "$0" ||
    1565 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    1566          X"$0" : 'X\(//\)$' \| \
    1567          X"$0" : 'X\(/\)$' \| \
    1568          .     : '\(.\)' 2>/dev/null ||
    1569 echo X/"$0" |
    1570     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
    1571           /^X\/\(\/\/\)$/{ s//\1/; q; }
    1572           /^X\/\(\/\).*/{ s//\1/; q; }
    1573           s/.*/./; q'`
    1574 
    1575 
    1576 # PATH needs CR, and LINENO needs CR and PATH.
     1923  setopt NO_GLOB_SUBST
     1924else
     1925  case `(set -o) 2>/dev/null` in
     1926  *posix*) set -o posix ;;
     1927esac
     1928
     1929fi
     1930
     1931
     1932
     1933
     1934# PATH needs CR
    15771935# Avoid depending upon Character Ranges.
    15781936as_cr_letters='abcdefghijklmnopqrstuvwxyz'
     
    15951953fi
    15961954
    1597 
    1598   as_lineno_1=$LINENO
    1599   as_lineno_2=$LINENO
    1600   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    1601   test "x$as_lineno_1" != "x$as_lineno_2" &&
    1602   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
    1603   # Find who we are.  Look in the path if we contain no path at all
    1604   # relative or not.
    1605   case $0 in
    1606     *[\\/]* ) as_myself=$0 ;;
    1607     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1955# Support unset when possible.
     1956if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     1957  as_unset=unset
     1958else
     1959  as_unset=false
     1960fi
     1961
     1962
     1963# IFS
     1964# We need space, tab and new line, in precisely that order.  Quoting is
     1965# there to prevent editors from complaining about space-tab.
     1966# (If _AS_PATH_WALK were called with IFS unset, it would disable word
     1967# splitting by setting IFS to empty value.)
     1968as_nl='
     1969'
     1970IFS=" ""        $as_nl"
     1971
     1972# Find who we are.  Look in the path if we contain no directory separator.
     1973case $0 in
     1974  *[\\/]* ) as_myself=$0 ;;
     1975  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    16081976for as_dir in $PATH
    16091977do
     
    16121980  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    16131981done
    1614 
    1615        ;;
    1616   esac
    1617   # We did not find ourselves, most probably we were run as `sh COMMAND'
    1618   # in which case we are not to be found in the path.
    1619   if test "x$as_myself" = x; then
    1620     as_myself=$0
     1982IFS=$as_save_IFS
     1983
     1984     ;;
     1985esac
     1986# We did not find ourselves, most probably we were run as `sh COMMAND'
     1987# in which case we are not to be found in the path.
     1988if test "x$as_myself" = x; then
     1989  as_myself=$0
     1990fi
     1991if test ! -f "$as_myself"; then
     1992  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     1993  { (exit 1); exit 1; }
     1994fi
     1995
     1996# Work around bugs in pre-3.0 UWIN ksh.
     1997for as_var in ENV MAIL MAILPATH
     1998do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     1999done
     2000PS1='$ '
     2001PS2='> '
     2002PS4='+ '
     2003
     2004# NLS nuisances.
     2005for as_var in \
     2006  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     2007  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     2008  LC_TELEPHONE LC_TIME
     2009do
     2010  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     2011    eval $as_var=C; export $as_var
     2012  else
     2013    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    16212014  fi
    1622   if test ! -f "$as_myself"; then
    1623     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
    1624 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
    1625    { (exit 1); exit 1; }; }
    1626   fi
    1627   case $CONFIG_SHELL in
    1628   '')
    1629     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1630 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    1631 do
    1632   IFS=$as_save_IFS
    1633   test -z "$as_dir" && as_dir=.
    1634   for as_base in sh bash ksh sh5; do
    1635          case $as_dir in
    1636          /*)
    1637            if ("$as_dir/$as_base" -c '
     2015done
     2016
     2017# Required to use basename.
     2018if expr a : '\(a\)' >/dev/null 2>&1 &&
     2019   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     2020  as_expr=expr
     2021else
     2022  as_expr=false
     2023fi
     2024
     2025if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
     2026  as_basename=basename
     2027else
     2028  as_basename=false
     2029fi
     2030
     2031
     2032# Name of the executable.
     2033as_me=`$as_basename -- "$0" ||
     2034$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
     2035         X"$0" : 'X\(//\)$' \| \
     2036         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     2037echo X/"$0" |
     2038    sed '/^.*\/\([^/][^/]*\)\/*$/{
     2039            s//\1/
     2040            q
     2041          }
     2042          /^X\/\(\/\/\)$/{
     2043            s//\1/
     2044            q
     2045          }
     2046          /^X\/\(\/\).*/{
     2047            s//\1/
     2048            q
     2049          }
     2050          s/.*/./; q'`
     2051
     2052# CDPATH.
     2053$as_unset CDPATH
     2054
     2055
     2056
    16382057  as_lineno_1=$LINENO
    16392058  as_lineno_2=$LINENO
    1640   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
    16412059  test "x$as_lineno_1" != "x$as_lineno_2" &&
    1642   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
    1643              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
    1644              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
    1645              CONFIG_SHELL=$as_dir/$as_base
    1646              export CONFIG_SHELL
    1647              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
    1648            fi;;
    1649          esac
    1650        done
    1651 done
    1652 ;;
    1653   esac
     2060  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
    16542061
    16552062  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
    16562063  # uniformly replaced by the line number.  The first 'sed' inserts a
    1657   # line-number line before each line; the second 'sed' does the real
    1658   # work.  The second script uses 'N' to pair each line-number line
    1659   # with the numbered line, and appends trailing '-' during
    1660   # substitution so that $LINENO is not a special case at line end.
     2064  # line-number line after each line using $LINENO; the second 'sed'
     2065  # does the real work.  The second script uses 'N' to pair each
     2066  # line-number line with the line containing $LINENO, and appends
     2067  # trailing '-' during substitution so that $LINENO is not a special
     2068  # case at line end.
    16612069  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
    1662   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
    1663   sed '=' <$as_myself |
     2070  # scripts with optimization help from Paolo Bonzini.  Blame Lee
     2071  # E. McMahon (1931-1989) for sed's syntax.  :-)
     2072  sed -n '
     2073    p
     2074    /[$]LINENO/=
     2075  ' <$as_myself |
    16642076    sed '
     2077      s/[$]LINENO.*/&-/
     2078      t lineno
     2079      b
     2080      :lineno
    16652081      N
    1666       s,$,-,
    1667       : loop
    1668       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
     2082      :loop
     2083      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    16692084      t loop
    1670       s,-$,,
    1671       s,^['$as_cr_digits']*\n,,
     2085      s/-\n.*//
    16722086    ' >$as_me.lineno &&
    1673   chmod +x $as_me.lineno ||
    1674     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
    1675 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
     2087  chmod +x "$as_me.lineno" ||
     2088    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    16762089   { (exit 1); exit 1; }; }
    16772090
    16782091  # Don't try to exec as it changes $[0], causing all sort of problems
    16792092  # (the dirname of $[0] is not the place where we might find the
    1680   # original and so on.  Autoconf is especially sensible to this).
    1681   . ./$as_me.lineno
     2093  # original and so on.  Autoconf is especially sensitive to this).
     2094  . "./$as_me.lineno"
    16822095  # Exit status is that of the last command.
    16832096  exit
     
    16852098
    16862099
    1687 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
    1688   *c*,-n*) ECHO_N= ECHO_C='
    1689 ' ECHO_T='      ' ;;
    1690   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
    1691   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
     2100if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
     2101  as_dirname=dirname
     2102else
     2103  as_dirname=false
     2104fi
     2105
     2106ECHO_C= ECHO_N= ECHO_T=
     2107case `echo -n x` in
     2108-n*)
     2109  case `echo 'x\c'` in
     2110  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
     2111  *)   ECHO_C='\c';;
     2112  esac;;
     2113*)
     2114  ECHO_N='-n';;
    16922115esac
    16932116
    1694 if expr a : '\(a\)' >/dev/null 2>&1; then
     2117if expr a : '\(a\)' >/dev/null 2>&1 &&
     2118   test "X`expr 00001 : '.*\(...\)'`" = X001; then
    16952119  as_expr=expr
    16962120else
     
    16992123
    17002124rm -f conf$$ conf$$.exe conf$$.file
     2125if test -d conf$$.dir; then
     2126  rm -f conf$$.dir/conf$$.file
     2127else
     2128  rm -f conf$$.dir
     2129  mkdir conf$$.dir
     2130fi
    17012131echo >conf$$.file
    17022132if ln -s conf$$.file conf$$ 2>/dev/null; then
    1703   # We could just check for DJGPP; but this test a) works b) is more generic
    1704   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
    1705   if test -f conf$$.exe; then
    1706     # Don't use ln at all; we don't have any links
     2133  as_ln_s='ln -s'
     2134  # ... but there are two gotchas:
     2135  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     2136  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     2137  # In both cases, we have to default to `cp -p'.
     2138  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    17072139    as_ln_s='cp -p'
    1708   else
    1709     as_ln_s='ln -s'
    1710   fi
    17112140elif ln conf$$.file conf$$ 2>/dev/null; then
    17122141  as_ln_s=ln
     
    17142143  as_ln_s='cp -p'
    17152144fi
    1716 rm -f conf$$ conf$$.exe conf$$.file
     2145rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     2146rmdir conf$$.dir 2>/dev/null
    17172147
    17182148if mkdir -p . 2>/dev/null; then
     
    17232153fi
    17242154
    1725 as_executable_p="test -f"
     2155if test -x / >/dev/null 2>&1; then
     2156  as_test_x='test -x'
     2157else
     2158  if ls -dL / >/dev/null 2>&1; then
     2159    as_ls_L_option=L
     2160  else
     2161    as_ls_L_option=
     2162  fi
     2163  as_test_x='
     2164    eval sh -c '\''
     2165      if test -d "$1"; then
     2166        test -d "$1/.";
     2167      else
     2168        case $1 in
     2169        -*)set "./$1";;
     2170        esac;
     2171        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     2172        ???[sx]*):;;*)false;;esac;fi
     2173    '\'' sh
     2174  '
     2175fi
     2176as_executable_p=$as_test_x
    17262177
    17272178# Sed expression to map a string onto a valid CPP name.
     
    17322183
    17332184
    1734 # IFS
    1735 # We need space, tab and new line, in precisely that order.
    1736 as_nl='
    1737 '
    1738 IFS="   $as_nl"
    1739 
    1740 # CDPATH.
    1741 $as_unset CDPATH
    1742 
    17432185exec 6>&1
    17442186
    1745 # Open the log real soon, to keep \$[0] and so on meaningful, and to
     2187# Save the log message, to keep $[0] and so on meaningful, and to
    17462188# report actual input values of CONFIG_FILES etc. instead of their
    1747 # values after options handling.  Logging --version etc. is OK.
    1748 exec 5>>config.log
    1749 {
    1750   echo
    1751   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
    1752 ## Running $as_me. ##
    1753 _ASBOX
    1754 } >&5
    1755 cat >&5 <<_CSEOF
    1756 
     2189# values after options handling.
     2190ac_log="
    17572191This file was extended by $as_me, which was
    1758 generated by GNU Autoconf 2.59.  Invocation command line was
     2192generated by GNU Autoconf 2.61.  Invocation command line was
    17592193
    17602194  CONFIG_FILES    = $CONFIG_FILES
     
    17642198  $ $0 $@
    17652199
    1766 _CSEOF
    1767 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
    1768 echo >&5
    1769 _ACEOF
    1770 
     2200on `(hostname || uname -n) 2>/dev/null | sed 1q`
     2201"
     2202
     2203_ACEOF
     2204
     2205cat >>$CONFIG_STATUS <<_ACEOF
    17712206# Files that config.status was made for.
    1772 if test -n "$ac_config_files"; then
    1773   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
    1774 fi
    1775 
    1776 if test -n "$ac_config_headers"; then
    1777   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
    1778 fi
    1779 
    1780 if test -n "$ac_config_links"; then
    1781   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
    1782 fi
    1783 
    1784 if test -n "$ac_config_commands"; then
    1785   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
    1786 fi
     2207config_files="$ac_config_files"
     2208
     2209_ACEOF
    17872210
    17882211cat >>$CONFIG_STATUS <<\_ACEOF
    1789 
    17902212ac_cs_usage="\
    17912213\`$as_me' instantiates files from templates according to the
     
    17952217
    17962218  -h, --help       print this help, then exit
    1797   -V, --version    print version number, then exit
     2219  -V, --version    print version number and configuration settings, then exit
    17982220  -q, --quiet      do not print progress messages
    17992221  -d, --debug      don't remove temporary files
     
    18062228
    18072229Report bugs to <bug-autoconf@gnu.org>."
    1808 _ACEOF
    1809 
     2230
     2231_ACEOF
    18102232cat >>$CONFIG_STATUS <<_ACEOF
    18112233ac_cs_version="\\
    18122234config.status
    1813 configured by $0, generated by GNU Autoconf 2.59,
    1814   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    1815 
    1816 Copyright (C) 2003 Free Software Foundation, Inc.
     2235configured by $0, generated by GNU Autoconf 2.61,
     2236  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     2237
     2238Copyright (C) 2006 Free Software Foundation, Inc.
    18172239This config.status script is free software; the Free Software Foundation
    18182240gives unlimited permission to copy, distribute and modify it."
    1819 srcdir=$srcdir
     2241
     2242ac_pwd='$ac_pwd'
     2243srcdir='$srcdir'
    18202244_ACEOF
    18212245
     
    18282252  case $1 in
    18292253  --*=*)
    1830     ac_option=`expr "x$1" : 'x\([^=]*\)='`
    1831     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
     2254    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     2255    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    18322256    ac_shift=:
    18332257    ;;
    1834   -*)
     2258  *)
    18352259    ac_option=$1
    18362260    ac_optarg=$2
    18372261    ac_shift=shift
    18382262    ;;
    1839   *) # This is not an option, so the user has probably given explicit
    1840      # arguments.
    1841      ac_option=$1
    1842      ac_need_defaults=false;;
    18432263  esac
    18442264
    18452265  case $ac_option in
    18462266  # Handling of the options.
    1847 _ACEOF
    1848 cat >>$CONFIG_STATUS <<\_ACEOF
    18492267  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    18502268    ac_cs_recheck=: ;;
    1851   --version | --vers* | -V )
    1852     echo "$ac_cs_version"; exit 0 ;;
    1853   --he | --h)
    1854     # Conflict between --help and --header
    1855     { { echo "$as_me:$LINENO: error: ambiguous option: $1
    1856 Try \`$0 --help' for more information." >&5
    1857 echo "$as_me: error: ambiguous option: $1
    1858 Try \`$0 --help' for more information." >&2;}
    1859    { (exit 1); exit 1; }; };;
    1860   --help | --hel | -h )
    1861     echo "$ac_cs_usage"; exit 0 ;;
    1862   --debug | --d* | -d )
     2269  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
     2270    echo "$ac_cs_version"; exit ;;
     2271  --debug | --debu | --deb | --de | --d | -d )
    18632272    debug=: ;;
    18642273  --file | --fil | --fi | --f )
     
    18662275    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    18672276    ac_need_defaults=false;;
    1868   --header | --heade | --head | --hea )
    1869     $ac_shift
    1870     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    1871     ac_need_defaults=false;;
     2277  --he | --h |  --help | --hel | -h )
     2278    echo "$ac_cs_usage"; exit ;;
    18722279  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    18732280  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    18752282
    18762283  # This is an error.
    1877   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
    1878 Try \`$0 --help' for more information." >&5
    1879 echo "$as_me: error: unrecognized option: $1
    1880 Try \`$0 --help' for more information." >&2;}
     2284  -*) { echo "$as_me: error: unrecognized option: $1
     2285Try \`$0 --help' for more information." >&2
    18812286   { (exit 1); exit 1; }; } ;;
    18822287
    1883   *) ac_config_targets="$ac_config_targets $1" ;;
     2288  *) ac_config_targets="$ac_config_targets $1"
     2289     ac_need_defaults=false ;;
    18842290
    18852291  esac
     
    18972303cat >>$CONFIG_STATUS <<_ACEOF
    18982304if \$ac_cs_recheck; then
    1899   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    1900   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    1901 fi
    1902 
    1903 _ACEOF
    1904 
    1905 
    1906 
    1907 
    1908 
     2305  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     2306  CONFIG_SHELL=$SHELL
     2307  export CONFIG_SHELL
     2308  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     2309fi
     2310
     2311_ACEOF
    19092312cat >>$CONFIG_STATUS <<\_ACEOF
     2313exec 5>>config.log
     2314{
     2315  echo
     2316  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
     2317## Running $as_me. ##
     2318_ASBOX
     2319  echo "$ac_log"
     2320} >&5
     2321
     2322_ACEOF
     2323cat >>$CONFIG_STATUS <<_ACEOF
     2324_ACEOF
     2325
     2326cat >>$CONFIG_STATUS <<\_ACEOF
     2327
     2328# Handling of arguments.
    19102329for ac_config_target in $ac_config_targets
    19112330do
    1912   case "$ac_config_target" in
    1913   # Handling of arguments.
    1914   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    1915   "setup.py" ) CONFIG_FILES="$CONFIG_FILES setup.py" ;;
     2331  case $ac_config_target in
     2332    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     2333    "setup.py") CONFIG_FILES="$CONFIG_FILES setup.py" ;;
     2334
    19162335  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    19172336echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     
    19192338  esac
    19202339done
     2340
    19212341
    19222342# If the user did not use the arguments to specify the items to instantiate,
     
    19292349
    19302350# Have a temporary directory for convenience.  Make it in the build tree
    1931 # simply because there is no reason to put it here, and in addition,
     2351# simply because there is no reason against having it here, and in addition,
    19322352# creating and moving files from /tmp can sometimes cause problems.
    1933 # Create a temporary directory, and hook for its removal unless debugging.
     2353# Hook for its removal unless debugging.
     2354# Note that there is a small window in which the directory will not be cleaned:
     2355# after its creation but before its name has been assigned to `$tmp'.
    19342356$debug ||
    19352357{
    1936   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     2358  tmp=
     2359  trap 'exit_status=$?
     2360  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
     2361' 0
    19372362  trap '{ (exit 1); exit 1; }' 1 2 13 15
    19382363}
    1939 
    19402364# Create a (secure) tmp directory for tmp files.
    19412365
    19422366{
    1943   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
     2367  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
    19442368  test -n "$tmp" && test -d "$tmp"
    19452369}  ||
    19462370{
    1947   tmp=./confstat$$-$RANDOM
    1948   (umask 077 && mkdir $tmp)
     2371  tmp=./conf$$-$RANDOM
     2372  (umask 077 && mkdir "$tmp")
    19492373} ||
    19502374{
     
    19532377}
    19542378
    1955 _ACEOF
    1956 
    1957 cat >>$CONFIG_STATUS <<_ACEOF
    1958 
    19592379#
    1960 # CONFIG_FILES section.
     2380# Set up the sed scripts for CONFIG_FILES section.
    19612381#
    19622382
    19632383# No need to generate the scripts if there are no CONFIG_FILES.
    19642384# This happens for instance when ./config.status config.h
    1965 if test -n "\$CONFIG_FILES"; then
    1966   # Protect against being on the right side of a sed subst in config.status.
    1967   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
    1968    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
    1969 s,@SHELL@,$SHELL,;t t
    1970 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
    1971 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
    1972 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
    1973 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
    1974 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
    1975 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
    1976 s,@exec_prefix@,$exec_prefix,;t t
    1977 s,@prefix@,$prefix,;t t
    1978 s,@program_transform_name@,$program_transform_name,;t t
    1979 s,@bindir@,$bindir,;t t
    1980 s,@sbindir@,$sbindir,;t t
    1981 s,@libexecdir@,$libexecdir,;t t
    1982 s,@datadir@,$datadir,;t t
    1983 s,@sysconfdir@,$sysconfdir,;t t
    1984 s,@sharedstatedir@,$sharedstatedir,;t t
    1985 s,@localstatedir@,$localstatedir,;t t
    1986 s,@libdir@,$libdir,;t t
    1987 s,@includedir@,$includedir,;t t
    1988 s,@oldincludedir@,$oldincludedir,;t t
    1989 s,@infodir@,$infodir,;t t
    1990 s,@mandir@,$mandir,;t t
    1991 s,@build_alias@,$build_alias,;t t
    1992 s,@host_alias@,$host_alias,;t t
    1993 s,@target_alias@,$target_alias,;t t
    1994 s,@DEFS@,$DEFS,;t t
    1995 s,@ECHO_C@,$ECHO_C,;t t
    1996 s,@ECHO_N@,$ECHO_N,;t t
    1997 s,@ECHO_T@,$ECHO_T,;t t
    1998 s,@LIBS@,$LIBS,;t t
    1999 s,@pyexecdir@,$pyexecdir,;t t
    2000 s,@pbspath@,$pbspath,;t t
    2001 s,@PYTHON@,$PYTHON,;t t
    2002 s,@PYTHON_VERSION@,$PYTHON_VERSION,;t t
    2003 s,@PYTHON_PREFIX@,$PYTHON_PREFIX,;t t
    2004 s,@PYTHON_EXEC_PREFIX@,$PYTHON_EXEC_PREFIX,;t t
    2005 s,@PYTHON_PLATFORM@,$PYTHON_PLATFORM,;t t
    2006 s,@pythondir@,$pythondir,;t t
    2007 s,@pkgpythondir@,$pkgpythondir,;t t
    2008 s,@pkgpyexecdir@,$pkgpyexecdir,;t t
    2009 s,@LIBOBJS@,$LIBOBJS,;t t
    2010 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
    2011 CEOF
    2012 
    2013 _ACEOF
    2014 
    2015   cat >>$CONFIG_STATUS <<\_ACEOF
    2016   # Split the substitutions into bite-sized pieces for seds with
    2017   # small command number limits, like on Digital OSF/1 and HP-UX.
    2018   ac_max_sed_lines=48
    2019   ac_sed_frag=1 # Number of current file.
    2020   ac_beg=1 # First line for current file.
    2021   ac_end=$ac_max_sed_lines # Line after last line for current file.
    2022   ac_more_lines=:
    2023   ac_sed_cmds=
    2024   while $ac_more_lines; do
    2025     if test $ac_beg -gt 1; then
    2026       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
    2027     else
    2028       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
     2385if test -n "$CONFIG_FILES"; then
     2386
     2387_ACEOF
     2388
     2389
     2390
     2391ac_delim='%!_!# '
     2392for ac_last_try in false false false false false :; do
     2393  cat >conf$$subs.sed <<_ACEOF
     2394SHELL!$SHELL$ac_delim
     2395PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
     2396PACKAGE_NAME!$PACKAGE_NAME$ac_delim
     2397PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
     2398PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
     2399PACKAGE_STRING!$PACKAGE_STRING$ac_delim
     2400PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
     2401exec_prefix!$exec_prefix$ac_delim
     2402prefix!$prefix$ac_delim
     2403program_transform_name!$program_transform_name$ac_delim
     2404bindir!$bindir$ac_delim
     2405sbindir!$sbindir$ac_delim
     2406libexecdir!$libexecdir$ac_delim
     2407datarootdir!$datarootdir$ac_delim
     2408datadir!$datadir$ac_delim
     2409sysconfdir!$sysconfdir$ac_delim
     2410sharedstatedir!$sharedstatedir$ac_delim
     2411localstatedir!$localstatedir$ac_delim
     2412includedir!$includedir$ac_delim
     2413oldincludedir!$oldincludedir$ac_delim
     2414docdir!$docdir$ac_delim
     2415infodir!$infodir$ac_delim
     2416htmldir!$htmldir$ac_delim
     2417dvidir!$dvidir$ac_delim
     2418pdfdir!$pdfdir$ac_delim
     2419psdir!$psdir$ac_delim
     2420libdir!$libdir$ac_delim
     2421localedir!$localedir$ac_delim
     2422mandir!$mandir$ac_delim
     2423DEFS!$DEFS$ac_delim
     2424ECHO_C!$ECHO_C$ac_delim
     2425ECHO_N!$ECHO_N$ac_delim
     2426ECHO_T!$ECHO_T$ac_delim
     2427LIBS!$LIBS$ac_delim
     2428build_alias!$build_alias$ac_delim
     2429host_alias!$host_alias$ac_delim
     2430target_alias!$target_alias$ac_delim
     2431pyexecdir!$pyexecdir$ac_delim
     2432pbspath!$pbspath$ac_delim
     2433PYTHON!$PYTHON$ac_delim
     2434PYTHON_VERSION!$PYTHON_VERSION$ac_delim
     2435PYTHON_PREFIX!$PYTHON_PREFIX$ac_delim
     2436PYTHON_EXEC_PREFIX!$PYTHON_EXEC_PREFIX$ac_delim
     2437PYTHON_PLATFORM!$PYTHON_PLATFORM$ac_delim
     2438pythondir!$pythondir$ac_delim
     2439pkgpythondir!$pkgpythondir$ac_delim
     2440pkgpyexecdir!$pkgpyexecdir$ac_delim
     2441LIBOBJS!$LIBOBJS$ac_delim
     2442LTLIBOBJS!$LTLIBOBJS$ac_delim
     2443_ACEOF
     2444
     2445  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 49; then
     2446    break
     2447  elif $ac_last_try; then
     2448    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     2449echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     2450   { (exit 1); exit 1; }; }
     2451  else
     2452    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     2453  fi
     2454done
     2455
     2456ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     2457if test -n "$ac_eof"; then
     2458  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     2459  ac_eof=`expr $ac_eof + 1`
     2460fi
     2461
     2462cat >>$CONFIG_STATUS <<_ACEOF
     2463cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
     2464/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
     2465_ACEOF
     2466sed '
     2467s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     2468s/^/s,@/; s/!/@,|#_!!_#|/
     2469:n
     2470t n
     2471s/'"$ac_delim"'$/,g/; t
     2472s/$/\\/; p
     2473N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     2474' >>$CONFIG_STATUS <conf$$subs.sed
     2475rm -f conf$$subs.sed
     2476cat >>$CONFIG_STATUS <<_ACEOF
     2477:end
     2478s/|#_!!_#|//g
     2479CEOF$ac_eof
     2480_ACEOF
     2481
     2482
     2483# VPATH may cause trouble with some makes, so we remove $(srcdir),
     2484# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
     2485# trailing colons and then remove the whole line if VPATH becomes empty
     2486# (actually we leave an empty line to preserve line numbers).
     2487if test "x$srcdir" = x.; then
     2488  ac_vpsub='/^[  ]*VPATH[        ]*=/{
     2489s/:*\$(srcdir):*/:/
     2490s/:*\${srcdir}:*/:/
     2491s/:*@srcdir@:*/:/
     2492s/^\([^=]*=[     ]*\):*/\1/
     2493s/:*$//
     2494s/^[^=]*=[       ]*$//
     2495}'
     2496fi
     2497
     2498cat >>$CONFIG_STATUS <<\_ACEOF
     2499fi # test -n "$CONFIG_FILES"
     2500
     2501
     2502for ac_tag in  :F $CONFIG_FILES
     2503do
     2504  case $ac_tag in
     2505  :[FHLC]) ac_mode=$ac_tag; continue;;
     2506  esac
     2507  case $ac_mode$ac_tag in
     2508  :[FHL]*:*);;
     2509  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
     2510echo "$as_me: error: Invalid tag $ac_tag." >&2;}
     2511   { (exit 1); exit 1; }; };;
     2512  :[FH]-) ac_tag=-:-;;
     2513  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     2514  esac
     2515  ac_save_IFS=$IFS
     2516  IFS=:
     2517  set x $ac_tag
     2518  IFS=$ac_save_IFS
     2519  shift
     2520  ac_file=$1
     2521  shift
     2522
     2523  case $ac_mode in
     2524  :L) ac_source=$1;;
     2525  :[FH])
     2526    ac_file_inputs=
     2527    for ac_f
     2528    do
     2529      case $ac_f in
     2530      -) ac_f="$tmp/stdin";;
     2531      *) # Look for the file first in the build tree, then in the source tree
     2532         # (if the path is not absolute).  The absolute path cannot be DOS-style,
     2533         # because $ac_f cannot contain `:'.
     2534         test -f "$ac_f" ||
     2535           case $ac_f in
     2536           [\\/$]*) false;;
     2537           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
     2538           esac ||
     2539           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     2540echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     2541   { (exit 1); exit 1; }; };;
     2542      esac
     2543      ac_file_inputs="$ac_file_inputs $ac_f"
     2544    done
     2545
     2546    # Let's still pretend it is `configure' which instantiates (i.e., don't
     2547    # use $as_me), people would be surprised to read:
     2548    #    /* config.h.  Generated by config.status.  */
     2549    configure_input="Generated from "`IFS=:
     2550          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
     2551    if test x"$ac_file" != x-; then
     2552      configure_input="$ac_file.  $configure_input"
     2553      { echo "$as_me:$LINENO: creating $ac_file" >&5
     2554echo "$as_me: creating $ac_file" >&6;}
    20292555    fi
    2030     if test ! -s $tmp/subs.frag; then
    2031       ac_more_lines=false
    2032     else
    2033       # The purpose of the label and of the branching condition is to
    2034       # speed up the sed processing (if there are no `@' at all, there
    2035       # is no need to browse any of the substitutions).
    2036       # These are the two extra sed commands mentioned above.
    2037       (echo ':t
    2038   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    2039       if test -z "$ac_sed_cmds"; then
    2040         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    2041       else
    2042         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    2043       fi
    2044       ac_sed_frag=`expr $ac_sed_frag + 1`
    2045       ac_beg=$ac_end
    2046       ac_end=`expr $ac_end + $ac_max_sed_lines`
    2047     fi
    2048   done
    2049   if test -z "$ac_sed_cmds"; then
    2050     ac_sed_cmds=cat
    2051   fi
    2052 fi # test -n "$CONFIG_FILES"
    2053 
    2054 _ACEOF
    2055 cat >>$CONFIG_STATUS <<\_ACEOF
    2056 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
    2057   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
    2058   case $ac_file in
    2059   - | *:- | *:-:* ) # input from stdin
    2060         cat >$tmp/stdin
    2061         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    2062         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    2063   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    2064         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    2065   * )   ac_file_in=$ac_file.in ;;
     2556
     2557    case $ac_tag in
     2558    *:-:* | *:-) cat >"$tmp/stdin";;
     2559    esac
     2560    ;;
    20662561  esac
    20672562
    2068   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
    2069   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
     2563  ac_dir=`$as_dirname -- "$ac_file" ||
    20702564$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20712565         X"$ac_file" : 'X\(//\)[^/]' \| \
    20722566         X"$ac_file" : 'X\(//\)$' \| \
    2073          X"$ac_file" : 'X\(/\)' \| \
    2074          .     : '\(.\)' 2>/dev/null ||
     2567         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    20752568echo X"$ac_file" |
    2076     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    2077           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    2078           /^X\(\/\/\)$/{ s//\1/; q; }
    2079           /^X\(\/\).*/{ s//\1/; q; }
    2080           s/.*/./; q'`
    2081   { if $as_mkdir_p; then
    2082     mkdir -p "$ac_dir"
    2083   else
    2084     as_dir="$ac_dir"
     2569    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     2570            s//\1/
     2571            q
     2572          }
     2573          /^X\(\/\/\)[^/].*/{
     2574            s//\1/
     2575            q
     2576          }
     2577          /^X\(\/\/\)$/{
     2578            s//\1/
     2579            q
     2580          }
     2581          /^X\(\/\).*/{
     2582            s//\1/
     2583            q
     2584          }
     2585          s/.*/./; q'`
     2586  { as_dir="$ac_dir"
     2587  case $as_dir in #(
     2588  -*) as_dir=./$as_dir;;
     2589  esac
     2590  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    20852591    as_dirs=
    2086     while test ! -d "$as_dir"; do
    2087       as_dirs="$as_dir $as_dirs"
    2088       as_dir=`(dirname "$as_dir") 2>/dev/null ||
     2592    while :; do
     2593      case $as_dir in #(
     2594      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     2595      *) as_qdir=$as_dir;;
     2596      esac
     2597      as_dirs="'$as_qdir' $as_dirs"
     2598      as_dir=`$as_dirname -- "$as_dir" ||
    20892599$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20902600         X"$as_dir" : 'X\(//\)[^/]' \| \
    20912601         X"$as_dir" : 'X\(//\)$' \| \
    2092          X"$as_dir" : 'X\(/\)' \| \
    2093          .     : '\(.\)' 2>/dev/null ||
     2602         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    20942603echo X"$as_dir" |
    2095     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    2096           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    2097           /^X\(\/\/\)$/{ s//\1/; q; }
    2098           /^X\(\/\).*/{ s//\1/; q; }
    2099           s/.*/./; q'`
     2604    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     2605            s//\1/
     2606            q
     2607          }
     2608          /^X\(\/\/\)[^/].*/{
     2609            s//\1/
     2610            q
     2611          }
     2612          /^X\(\/\/\)$/{
     2613            s//\1/
     2614            q
     2615          }
     2616          /^X\(\/\).*/{
     2617            s//\1/
     2618            q
     2619          }
     2620          s/.*/./; q'`
     2621      test -d "$as_dir" && break
    21002622    done
    2101     test ! -n "$as_dirs" || mkdir $as_dirs
    2102   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    2103 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
     2623    test -z "$as_dirs" || eval "mkdir $as_dirs"
     2624  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     2625echo "$as_me: error: cannot create directory $as_dir" >&2;}
    21042626   { (exit 1); exit 1; }; }; }
    2105 
    21062627  ac_builddir=.
    21072628
    2108 if test "$ac_dir" != .; then
     2629case "$ac_dir" in
     2630.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
     2631*)
    21092632  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    2110   # A "../" for each directory in $ac_dir_suffix.
    2111   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
    2112 else
    2113   ac_dir_suffix= ac_top_builddir=
    2114 fi
     2633  # A ".." for each directory in $ac_dir_suffix.
     2634  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     2635  case $ac_top_builddir_sub in
     2636  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     2637  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
     2638  esac ;;
     2639esac
     2640ac_abs_top_builddir=$ac_pwd
     2641ac_abs_builddir=$ac_pwd$ac_dir_suffix
     2642# for backward compatibility:
     2643ac_top_builddir=$ac_top_build_prefix
    21152644
    21162645case $srcdir in
    2117   .)  # No --srcdir option.  We are building in place.
     2646  .)  # We are building in place.
    21182647    ac_srcdir=.
    2119     if test -z "$ac_top_builddir"; then
    2120        ac_top_srcdir=.
    2121     else
    2122        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
    2123     fi ;;
    2124   [\\/]* | ?:[\\/]* )  # Absolute path.
     2648    ac_top_srcdir=$ac_top_builddir_sub
     2649    ac_abs_top_srcdir=$ac_pwd ;;
     2650  [\\/]* | ?:[\\/]* )  # Absolute name.
    21252651    ac_srcdir=$srcdir$ac_dir_suffix;
    2126     ac_top_srcdir=$srcdir ;;
    2127   *) # Relative path.
    2128     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
    2129     ac_top_srcdir=$ac_top_builddir$srcdir ;;
     2652    ac_top_srcdir=$srcdir
     2653    ac_abs_top_srcdir=$srcdir ;;
     2654  *) # Relative name.
     2655    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
     2656    ac_top_srcdir=$ac_top_build_prefix$srcdir
     2657    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
    21302658esac
    2131 
    2132 # Do not use `cd foo && pwd` to compute absolute paths, because
    2133 # the directories may not exist.
    2134 case `pwd` in
    2135 .) ac_abs_builddir="$ac_dir";;
    2136 *)
    2137   case "$ac_dir" in
    2138   .) ac_abs_builddir=`pwd`;;
    2139   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    2140   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    2141   esac;;
     2659ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
     2660
     2661
     2662  case $ac_mode in
     2663  :F)
     2664  #
     2665  # CONFIG_FILE
     2666  #
     2667
     2668_ACEOF
     2669
     2670cat >>$CONFIG_STATUS <<\_ACEOF
     2671# If the template does not know about datarootdir, expand it.
     2672# FIXME: This hack should be removed a few years after 2.60.
     2673ac_datarootdir_hack=; ac_datarootdir_seen=
     2674
     2675case `sed -n '/datarootdir/ {
     2676  p
     2677  q
     2678}
     2679/@datadir@/p
     2680/@docdir@/p
     2681/@infodir@/p
     2682/@localedir@/p
     2683/@mandir@/p
     2684' $ac_file_inputs` in
     2685*datarootdir*) ac_datarootdir_seen=yes;;
     2686*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
     2687  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     2688echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     2689_ACEOF
     2690cat >>$CONFIG_STATUS <<_ACEOF
     2691  ac_datarootdir_hack='
     2692  s&@datadir@&$datadir&g
     2693  s&@docdir@&$docdir&g
     2694  s&@infodir@&$infodir&g
     2695  s&@localedir@&$localedir&g
     2696  s&@mandir@&$mandir&g
     2697    s&\\\${datarootdir}&$datarootdir&g' ;;
    21422698esac
    2143 case $ac_abs_builddir in
    2144 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    2145 *)
    2146   case ${ac_top_builddir}. in
    2147   .) ac_abs_top_builddir=$ac_abs_builddir;;
    2148   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    2149   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    2150   esac;;
    2151 esac
    2152 case $ac_abs_builddir in
    2153 .) ac_abs_srcdir=$ac_srcdir;;
    2154 *)
    2155   case $ac_srcdir in
    2156   .) ac_abs_srcdir=$ac_abs_builddir;;
    2157   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    2158   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    2159   esac;;
    2160 esac
    2161 case $ac_abs_builddir in
    2162 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    2163 *)
    2164   case $ac_top_srcdir in
    2165   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    2166   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    2167   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    2168   esac;;
    2169 esac
    2170 
    2171 
    2172 
    2173   # Let's still pretend it is `configure' which instantiates (i.e., don't
    2174   # use $as_me), people would be surprised to read:
    2175   #    /* config.h.  Generated by config.status.  */
    2176   if test x"$ac_file" = x-; then
    2177     configure_input=
    2178   else
    2179     configure_input="$ac_file.  "
    2180   fi
    2181   configure_input=$configure_input"Generated from `echo $ac_file_in |
    2182                                      sed 's,.*/,,'` by configure."
    2183 
    2184   # First look for the input files in the build tree, otherwise in the
    2185   # src tree.
    2186   ac_file_inputs=`IFS=:
    2187     for f in $ac_file_in; do
    2188       case $f in
    2189       -) echo $tmp/stdin ;;
    2190       [\\/$]*)
    2191          # Absolute (can't be DOS-style, as IFS=:)
    2192          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    2193 echo "$as_me: error: cannot find input file: $f" >&2;}
    2194    { (exit 1); exit 1; }; }
    2195          echo "$f";;
    2196       *) # Relative
    2197          if test -f "$f"; then
    2198            # Build tree
    2199            echo "$f"
    2200          elif test -f "$srcdir/$f"; then
    2201            # Source tree
    2202            echo "$srcdir/$f"
    2203          else
    2204            # /dev/null tree
    2205            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    2206 echo "$as_me: error: cannot find input file: $f" >&2;}
    2207    { (exit 1); exit 1; }; }
    2208          fi;;
    2209       esac
    2210     done` || { (exit 1); exit 1; }
    2211 
    2212   if test x"$ac_file" != x-; then
    2213     { echo "$as_me:$LINENO: creating $ac_file" >&5
    2214 echo "$as_me: creating $ac_file" >&6;}
    2215     rm -f "$ac_file"
    2216   fi
    2217 _ACEOF
     2699_ACEOF
     2700
     2701# Neutralize VPATH when `$srcdir' = `.'.
     2702# Shell code in configure.ac might set extrasub.
     2703# FIXME: do we really want to maintain this feature?
    22182704cat >>$CONFIG_STATUS <<_ACEOF
    22192705  sed "$ac_vpsub
     
    22232709:t
    22242710/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    2225 s,@configure_input@,$configure_input,;t t
    2226 s,@srcdir@,$ac_srcdir,;t t
    2227 s,@abs_srcdir@,$ac_abs_srcdir,;t t
    2228 s,@top_srcdir@,$ac_top_srcdir,;t t
    2229 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
    2230 s,@builddir@,$ac_builddir,;t t
    2231 s,@abs_builddir@,$ac_abs_builddir,;t t
    2232 s,@top_builddir@,$ac_top_builddir,;t t
    2233 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
    2234 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
    2235   rm -f $tmp/stdin
    2236   if test x"$ac_file" != x-; then
    2237     mv $tmp/out $ac_file
    2238   else
    2239     cat $tmp/out
    2240     rm -f $tmp/out
    2241   fi
    2242 
    2243 done
    2244 _ACEOF
    2245 
    2246 cat >>$CONFIG_STATUS <<\_ACEOF
     2711s&@configure_input@&$configure_input&;t t
     2712s&@top_builddir@&$ac_top_builddir_sub&;t t
     2713s&@srcdir@&$ac_srcdir&;t t
     2714s&@abs_srcdir@&$ac_abs_srcdir&;t t
     2715s&@top_srcdir@&$ac_top_srcdir&;t t
     2716s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
     2717s&@builddir@&$ac_builddir&;t t
     2718s&@abs_builddir@&$ac_abs_builddir&;t t
     2719s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
     2720$ac_datarootdir_hack
     2721" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
     2722
     2723test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
     2724  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
     2725  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
     2726  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     2727which seems to be undefined.  Please make sure it is defined." >&5
     2728echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     2729which seems to be undefined.  Please make sure it is defined." >&2;}
     2730
     2731  rm -f "$tmp/stdin"
     2732  case $ac_file in
     2733  -) cat "$tmp/out"; rm -f "$tmp/out";;
     2734  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
     2735  esac
     2736 ;;
     2737
     2738
     2739
     2740  esac
     2741
     2742done # for ac_tag
     2743
    22472744
    22482745{ (exit 0); exit 0; }
  • trunk/configure.in

    r147 r177  
    1515
    1616  [pbspath=""]
    17   #[pbspath=`pbs-config --libs`]
     17  [pbspath=`pbs-config --libs`]
    1818)dnl
    1919
Note: See TracChangeset for help on using the changeset viewer.