source: trunk/configure @ 236

Last change on this file since 236 was 236, checked in by bas, 14 years ago

Added an new variable:

  • pbs_library_compile_line
  • pbs_library_dir (pbs-config --libdir)
  • Property svn:executable set to *
File size: 76.9 KB
Line 
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.61.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9## --------------------- ##
10## M4sh Initialization.  ##
11## --------------------- ##
12
13# Be more Bourne compatible
14DUALCASE=1; export DUALCASE # for MKS sh
15if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16  emulate sh
17  NULLCMD=:
18  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19  # is contrary to our usage.  Disable this feature.
20  alias -g '${1+"$@"}'='"$@"'
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
33# Avoid depending upon Character Ranges.
34as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37as_cr_digits='0123456789'
38as_cr_alnum=$as_cr_Letters$as_cr_digits
39
40# The user is always right.
41if test "${PATH_SEPARATOR+set}" != set; then
42  echo "#! /bin/sh" >conf$$.sh
43  echo  "exit 0"   >>conf$$.sh
44  chmod +x conf$$.sh
45  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46    PATH_SEPARATOR=';'
47  else
48    PATH_SEPARATOR=:
49  fi
50  rm -f conf$$.sh
51fi
52
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
74for as_dir in $PATH
75do
76  IFS=$as_save_IFS
77  test -z "$as_dir" && as_dir=.
78  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79done
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
112  fi
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=
221    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
223do
224  IFS=$as_save_IFS
225  test -z "$as_dir" && as_dir=.
226  case $as_dir in
227         /*)
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(
328  as_lineno_1=$LINENO
329  as_lineno_2=$LINENO
330  test "x$as_lineno_1" != "x$as_lineno_2" &&
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" || {
427
428  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429  # uniformly replaced by the line number.  The first 'sed' inserts a
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.
435  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
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 |
442    sed '
443      s/[$]LINENO.*/&-/
444      t lineno
445      b
446      :lineno
447      N
448      :loop
449      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450      t loop
451      s/-\n.*//
452    ' >$as_me.lineno &&
453  chmod +x "$as_me.lineno" ||
454    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455   { (exit 1); exit 1; }; }
456
457  # Don't try to exec as it changes $[0], causing all sort of problems
458  # (the dirname of $[0] is not the place where we might find the
459  # original and so on.  Autoconf is especially sensitive to this).
460  . "./$as_me.lineno"
461  # Exit status is that of the last command.
462  exit
463}
464
465
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';;
481esac
482
483if expr a : '\(a\)' >/dev/null 2>&1 &&
484   test "X`expr 00001 : '.*\(...\)'`" = X001; then
485  as_expr=expr
486else
487  as_expr=false
488fi
489
490rm -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
497echo >conf$$.file
498if ln -s conf$$.file conf$$ 2>/dev/null; then
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 ||
505    as_ln_s='cp -p'
506elif ln conf$$.file conf$$ 2>/dev/null; then
507  as_ln_s=ln
508else
509  as_ln_s='cp -p'
510fi
511rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512rmdir conf$$.dir 2>/dev/null
513
514if mkdir -p . 2>/dev/null; then
515  as_mkdir_p=:
516else
517  test -d ./-p && rmdir ./-p
518  as_mkdir_p=false
519fi
520
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
543
544# Sed expression to map a string onto a valid CPP name.
545as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
546
547# Sed expression to map a string onto a valid variable name.
548as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
549
550
551
552exec 7<&0 </dev/null 6>&1
553
554# Name of the host.
555# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556# so uname gets run too.
557ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
558
559#
560# Initializations.
561#
562ac_default_prefix=/usr/local
563ac_clean_files=
564ac_config_libobj_dir=.
565LIBOBJS=
566cross_compiling=no
567subdirs=
568MFLAGS=
569MAKEFLAGS=
570SHELL=${CONFIG_SHELL-/bin/sh}
571
572# Identity of this package.
573PACKAGE_NAME=
574PACKAGE_TARNAME=
575PACKAGE_VERSION=
576PACKAGE_STRING=
577PACKAGE_BUGREPORT=
578
579ac_unique_file="src/pbs_2.4.py"
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
618pbsdir
619PBSCONFIG
620pbs_library_compile_line
621pbs_library_dir
622pbs_version
623PYTHON
624PYTHON_VERSION
625PYTHON_PREFIX
626PYTHON_EXEC_PREFIX
627PYTHON_PLATFORM
628pythondir
629pkgpythondir
630pkgpyexecdir
631LIBOBJS
632LTLIBOBJS'
633ac_subst_files=''
634      ac_precious_vars='build_alias
635host_alias
636target_alias'
637
638
639# Initialize some variables set by options.
640ac_init_help=
641ac_init_version=false
642# The variables have the same names as the options, with
643# dashes changed to underlines.
644cache_file=/dev/null
645exec_prefix=NONE
646no_create=
647no_recursion=
648prefix=NONE
649program_prefix=NONE
650program_suffix=NONE
651program_transform_name=s,x,x,
652silent=
653site=
654srcdir=
655verbose=
656x_includes=NONE
657x_libraries=NONE
658
659# Installation directory options.
660# These are left unexpanded so users can "make install exec_prefix=/foo"
661# and all the variables that are supposed to be based on exec_prefix
662# by default will actually change.
663# Use braces instead of parens because sh, perl, etc. also accept them.
664# (The list follows the same order as the GNU Coding Standards.)
665bindir='${exec_prefix}/bin'
666sbindir='${exec_prefix}/sbin'
667libexecdir='${exec_prefix}/libexec'
668datarootdir='${prefix}/share'
669datadir='${datarootdir}'
670sysconfdir='${prefix}/etc'
671sharedstatedir='${prefix}/com'
672localstatedir='${prefix}/var'
673includedir='${prefix}/include'
674oldincludedir='/usr/include'
675docdir='${datarootdir}/doc/${PACKAGE}'
676infodir='${datarootdir}/info'
677htmldir='${docdir}'
678dvidir='${docdir}'
679pdfdir='${docdir}'
680psdir='${docdir}'
681libdir='${exec_prefix}/lib'
682localedir='${datarootdir}/locale'
683mandir='${datarootdir}/man'
684
685ac_prev=
686ac_dashdash=
687for ac_option
688do
689  # If the previous option needs an argument, assign it.
690  if test -n "$ac_prev"; then
691    eval $ac_prev=\$ac_option
692    ac_prev=
693    continue
694  fi
695
696  case $ac_option in
697  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
698  *)    ac_optarg=yes ;;
699  esac
700
701  # Accept the important Cygnus configure options, so we can diagnose typos.
702
703  case $ac_dashdash$ac_option in
704  --)
705    ac_dashdash=yes ;;
706
707  -bindir | --bindir | --bindi | --bind | --bin | --bi)
708    ac_prev=bindir ;;
709  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
710    bindir=$ac_optarg ;;
711
712  -build | --build | --buil | --bui | --bu)
713    ac_prev=build_alias ;;
714  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
715    build_alias=$ac_optarg ;;
716
717  -cache-file | --cache-file | --cache-fil | --cache-fi \
718  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
719    ac_prev=cache_file ;;
720  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
721  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
722    cache_file=$ac_optarg ;;
723
724  --config-cache | -C)
725    cache_file=config.cache ;;
726
727  -datadir | --datadir | --datadi | --datad)
728    ac_prev=datadir ;;
729  -datadir=* | --datadir=* | --datadi=* | --datad=*)
730    datadir=$ac_optarg ;;
731
732  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
733  | --dataroo | --dataro | --datar)
734    ac_prev=datarootdir ;;
735  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
736  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
737    datarootdir=$ac_optarg ;;
738
739  -disable-* | --disable-*)
740    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
741    # Reject names that are not valid shell variable names.
742    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
743      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
744   { (exit 1); exit 1; }; }
745    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
746    eval enable_$ac_feature=no ;;
747
748  -docdir | --docdir | --docdi | --doc | --do)
749    ac_prev=docdir ;;
750  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
751    docdir=$ac_optarg ;;
752
753  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
754    ac_prev=dvidir ;;
755  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
756    dvidir=$ac_optarg ;;
757
758  -enable-* | --enable-*)
759    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
760    # Reject names that are not valid shell variable names.
761    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
762      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
763   { (exit 1); exit 1; }; }
764    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
765    eval enable_$ac_feature=\$ac_optarg ;;
766
767  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
768  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
769  | --exec | --exe | --ex)
770    ac_prev=exec_prefix ;;
771  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
772  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
773  | --exec=* | --exe=* | --ex=*)
774    exec_prefix=$ac_optarg ;;
775
776  -gas | --gas | --ga | --g)
777    # Obsolete; use --with-gas.
778    with_gas=yes ;;
779
780  -help | --help | --hel | --he | -h)
781    ac_init_help=long ;;
782  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
783    ac_init_help=recursive ;;
784  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
785    ac_init_help=short ;;
786
787  -host | --host | --hos | --ho)
788    ac_prev=host_alias ;;
789  -host=* | --host=* | --hos=* | --ho=*)
790    host_alias=$ac_optarg ;;
791
792  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
793    ac_prev=htmldir ;;
794  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
795  | --ht=*)
796    htmldir=$ac_optarg ;;
797
798  -includedir | --includedir | --includedi | --included | --include \
799  | --includ | --inclu | --incl | --inc)
800    ac_prev=includedir ;;
801  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
802  | --includ=* | --inclu=* | --incl=* | --inc=*)
803    includedir=$ac_optarg ;;
804
805  -infodir | --infodir | --infodi | --infod | --info | --inf)
806    ac_prev=infodir ;;
807  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
808    infodir=$ac_optarg ;;
809
810  -libdir | --libdir | --libdi | --libd)
811    ac_prev=libdir ;;
812  -libdir=* | --libdir=* | --libdi=* | --libd=*)
813    libdir=$ac_optarg ;;
814
815  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
816  | --libexe | --libex | --libe)
817    ac_prev=libexecdir ;;
818  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
819  | --libexe=* | --libex=* | --libe=*)
820    libexecdir=$ac_optarg ;;
821
822  -localedir | --localedir | --localedi | --localed | --locale)
823    ac_prev=localedir ;;
824  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
825    localedir=$ac_optarg ;;
826
827  -localstatedir | --localstatedir | --localstatedi | --localstated \
828  | --localstate | --localstat | --localsta | --localst | --locals)
829    ac_prev=localstatedir ;;
830  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
831  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
832    localstatedir=$ac_optarg ;;
833
834  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
835    ac_prev=mandir ;;
836  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
837    mandir=$ac_optarg ;;
838
839  -nfp | --nfp | --nf)
840    # Obsolete; use --without-fp.
841    with_fp=no ;;
842
843  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
844  | --no-cr | --no-c | -n)
845    no_create=yes ;;
846
847  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
848  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
849    no_recursion=yes ;;
850
851  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
852  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
853  | --oldin | --oldi | --old | --ol | --o)
854    ac_prev=oldincludedir ;;
855  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
856  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
857  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
858    oldincludedir=$ac_optarg ;;
859
860  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
861    ac_prev=prefix ;;
862  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
863    prefix=$ac_optarg ;;
864
865  -program-prefix | --program-prefix | --program-prefi | --program-pref \
866  | --program-pre | --program-pr | --program-p)
867    ac_prev=program_prefix ;;
868  -program-prefix=* | --program-prefix=* | --program-prefi=* \
869  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
870    program_prefix=$ac_optarg ;;
871
872  -program-suffix | --program-suffix | --program-suffi | --program-suff \
873  | --program-suf | --program-su | --program-s)
874    ac_prev=program_suffix ;;
875  -program-suffix=* | --program-suffix=* | --program-suffi=* \
876  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
877    program_suffix=$ac_optarg ;;
878
879  -program-transform-name | --program-transform-name \
880  | --program-transform-nam | --program-transform-na \
881  | --program-transform-n | --program-transform- \
882  | --program-transform | --program-transfor \
883  | --program-transfo | --program-transf \
884  | --program-trans | --program-tran \
885  | --progr-tra | --program-tr | --program-t)
886    ac_prev=program_transform_name ;;
887  -program-transform-name=* | --program-transform-name=* \
888  | --program-transform-nam=* | --program-transform-na=* \
889  | --program-transform-n=* | --program-transform-=* \
890  | --program-transform=* | --program-transfor=* \
891  | --program-transfo=* | --program-transf=* \
892  | --program-trans=* | --program-tran=* \
893  | --progr-tra=* | --program-tr=* | --program-t=*)
894    program_transform_name=$ac_optarg ;;
895
896  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
897    ac_prev=pdfdir ;;
898  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
899    pdfdir=$ac_optarg ;;
900
901  -psdir | --psdir | --psdi | --psd | --ps)
902    ac_prev=psdir ;;
903  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
904    psdir=$ac_optarg ;;
905
906  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
907  | -silent | --silent | --silen | --sile | --sil)
908    silent=yes ;;
909
910  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
911    ac_prev=sbindir ;;
912  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
913  | --sbi=* | --sb=*)
914    sbindir=$ac_optarg ;;
915
916  -sharedstatedir | --sharedstatedir | --sharedstatedi \
917  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
918  | --sharedst | --shareds | --shared | --share | --shar \
919  | --sha | --sh)
920    ac_prev=sharedstatedir ;;
921  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
922  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
923  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
924  | --sha=* | --sh=*)
925    sharedstatedir=$ac_optarg ;;
926
927  -site | --site | --sit)
928    ac_prev=site ;;
929  -site=* | --site=* | --sit=*)
930    site=$ac_optarg ;;
931
932  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
933    ac_prev=srcdir ;;
934  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
935    srcdir=$ac_optarg ;;
936
937  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
938  | --syscon | --sysco | --sysc | --sys | --sy)
939    ac_prev=sysconfdir ;;
940  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
941  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
942    sysconfdir=$ac_optarg ;;
943
944  -target | --target | --targe | --targ | --tar | --ta | --t)
945    ac_prev=target_alias ;;
946  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
947    target_alias=$ac_optarg ;;
948
949  -v | -verbose | --verbose | --verbos | --verbo | --verb)
950    verbose=yes ;;
951
952  -version | --version | --versio | --versi | --vers | -V)
953    ac_init_version=: ;;
954
955  -with-* | --with-*)
956    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
957    # Reject names that are not valid shell variable names.
958    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
959      { echo "$as_me: error: invalid package name: $ac_package" >&2
960   { (exit 1); exit 1; }; }
961    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
962    eval with_$ac_package=\$ac_optarg ;;
963
964  -without-* | --without-*)
965    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
966    # Reject names that are not valid shell variable names.
967    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
968      { echo "$as_me: error: invalid package name: $ac_package" >&2
969   { (exit 1); exit 1; }; }
970    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
971    eval with_$ac_package=no ;;
972
973  --x)
974    # Obsolete; use --with-x.
975    with_x=yes ;;
976
977  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
978  | --x-incl | --x-inc | --x-in | --x-i)
979    ac_prev=x_includes ;;
980  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
981  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
982    x_includes=$ac_optarg ;;
983
984  -x-libraries | --x-libraries | --x-librarie | --x-librari \
985  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
986    ac_prev=x_libraries ;;
987  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
988  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
989    x_libraries=$ac_optarg ;;
990
991  -*) { echo "$as_me: error: unrecognized option: $ac_option
992Try \`$0 --help' for more information." >&2
993   { (exit 1); exit 1; }; }
994    ;;
995
996  *=*)
997    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
998    # Reject names that are not valid shell variable names.
999    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1000      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1001   { (exit 1); exit 1; }; }
1002    eval $ac_envvar=\$ac_optarg
1003    export $ac_envvar ;;
1004
1005  *)
1006    # FIXME: should be removed in autoconf 3.0.
1007    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1008    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1009      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1010    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1011    ;;
1012
1013  esac
1014done
1015
1016if test -n "$ac_prev"; then
1017  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1018  { echo "$as_me: error: missing argument to $ac_option" >&2
1019   { (exit 1); exit 1; }; }
1020fi
1021
1022# Be sure to have absolute directory names.
1023for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1024                datadir sysconfdir sharedstatedir localstatedir includedir \
1025                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1026                libdir localedir mandir
1027do
1028  eval ac_val=\$$ac_var
1029  case $ac_val in
1030    [\\/$]* | ?:[\\/]* )  continue;;
1031    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1032  esac
1033  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1034   { (exit 1); exit 1; }; }
1035done
1036
1037# There might be people who depend on the old broken behavior: `$host'
1038# used to hold the argument of --host etc.
1039# FIXME: To remove some day.
1040build=$build_alias
1041host=$host_alias
1042target=$target_alias
1043
1044# FIXME: To remove some day.
1045if test "x$host_alias" != x; then
1046  if test "x$build_alias" = x; then
1047    cross_compiling=maybe
1048    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1049    If a cross compiler is detected then cross compile mode will be used." >&2
1050  elif test "x$build_alias" != "x$host_alias"; then
1051    cross_compiling=yes
1052  fi
1053fi
1054
1055ac_tool_prefix=
1056test -n "$host_alias" && ac_tool_prefix=$host_alias-
1057
1058test "$silent" = yes && exec 6>/dev/null
1059
1060
1061ac_pwd=`pwd` && test -n "$ac_pwd" &&
1062ac_ls_di=`ls -di .` &&
1063ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1064  { echo "$as_me: error: Working directory cannot be determined" >&2
1065   { (exit 1); exit 1; }; }
1066test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1067  { echo "$as_me: error: pwd does not report name of working directory" >&2
1068   { (exit 1); exit 1; }; }
1069
1070
1071# Find the source files, if location was not specified.
1072if test -z "$srcdir"; then
1073  ac_srcdir_defaulted=yes
1074  # Try the directory containing this script, then the parent directory.
1075  ac_confdir=`$as_dirname -- "$0" ||
1076$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1077         X"$0" : 'X\(//\)[^/]' \| \
1078         X"$0" : 'X\(//\)$' \| \
1079         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1080echo X"$0" |
1081    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1082            s//\1/
1083            q
1084          }
1085          /^X\(\/\/\)[^/].*/{
1086            s//\1/
1087            q
1088          }
1089          /^X\(\/\/\)$/{
1090            s//\1/
1091            q
1092          }
1093          /^X\(\/\).*/{
1094            s//\1/
1095            q
1096          }
1097          s/.*/./; q'`
1098  srcdir=$ac_confdir
1099  if test ! -r "$srcdir/$ac_unique_file"; then
1100    srcdir=..
1101  fi
1102else
1103  ac_srcdir_defaulted=no
1104fi
1105if test ! -r "$srcdir/$ac_unique_file"; then
1106  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1107  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1108   { (exit 1); exit 1; }; }
1109fi
1110ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1111ac_abs_confdir=`(
1112        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1113   { (exit 1); exit 1; }; }
1114        pwd)`
1115# When building in place, set srcdir=.
1116if test "$ac_abs_confdir" = "$ac_pwd"; then
1117  srcdir=.
1118fi
1119# Remove unnecessary trailing slashes from srcdir.
1120# Double slashes in file names in object file debugging info
1121# mess up M-x gdb in Emacs.
1122case $srcdir in
1123*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1124esac
1125for ac_var in $ac_precious_vars; do
1126  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1127  eval ac_env_${ac_var}_value=\$${ac_var}
1128  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1129  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1130done
1131
1132#
1133# Report the --help message.
1134#
1135if test "$ac_init_help" = "long"; then
1136  # Omit some internal or obsolete options to make the list less imposing.
1137  # This message is too long to be a string in the A/UX 3.1 sh.
1138  cat <<_ACEOF
1139\`configure' configures this package to adapt to many kinds of systems.
1140
1141Usage: $0 [OPTION]... [VAR=VALUE]...
1142
1143To assign environment variables (e.g., CC, CFLAGS...), specify them as
1144VAR=VALUE.  See below for descriptions of some of the useful variables.
1145
1146Defaults for the options are specified in brackets.
1147
1148Configuration:
1149  -h, --help              display this help and exit
1150      --help=short        display options specific to this package
1151      --help=recursive    display the short help of all the included packages
1152  -V, --version           display version information and exit
1153  -q, --quiet, --silent   do not print \`checking...' messages
1154      --cache-file=FILE   cache test results in FILE [disabled]
1155  -C, --config-cache      alias for \`--cache-file=config.cache'
1156  -n, --no-create         do not create output files
1157      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1158
1159Installation directories:
1160  --prefix=PREFIX         install architecture-independent files in PREFIX
1161                          [$ac_default_prefix]
1162  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1163                          [PREFIX]
1164
1165By default, \`make install' will install all the files in
1166\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1167an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1168for instance \`--prefix=\$HOME'.
1169
1170For better control, use the options below.
1171
1172Fine tuning of the installation directories:
1173  --bindir=DIR           user executables [EPREFIX/bin]
1174  --sbindir=DIR          system admin executables [EPREFIX/sbin]
1175  --libexecdir=DIR       program executables [EPREFIX/libexec]
1176  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1177  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1178  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1179  --libdir=DIR           object code libraries [EPREFIX/lib]
1180  --includedir=DIR       C header files [PREFIX/include]
1181  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1182  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1183  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1184  --infodir=DIR          info documentation [DATAROOTDIR/info]
1185  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1186  --mandir=DIR           man documentation [DATAROOTDIR/man]
1187  --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
1188  --htmldir=DIR          html documentation [DOCDIR]
1189  --dvidir=DIR           dvi documentation [DOCDIR]
1190  --pdfdir=DIR           pdf documentation [DOCDIR]
1191  --psdir=DIR            ps documentation [DOCDIR]
1192_ACEOF
1193
1194  cat <<\_ACEOF
1195_ACEOF
1196fi
1197
1198if test -n "$ac_init_help"; then
1199
1200  cat <<\_ACEOF
1201
1202Optional Packages:
1203  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1204  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1205  --with-pbsdir=PATH    The torque/pbs install directory
1206
1207_ACEOF
1208ac_status=$?
1209fi
1210
1211if test "$ac_init_help" = "recursive"; then
1212  # If there are subdirs, report their specific --help.
1213  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1214    test -d "$ac_dir" || continue
1215    ac_builddir=.
1216
1217case "$ac_dir" in
1218.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1219*)
1220  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1221  # A ".." for each directory in $ac_dir_suffix.
1222  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1223  case $ac_top_builddir_sub in
1224  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1225  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1226  esac ;;
1227esac
1228ac_abs_top_builddir=$ac_pwd
1229ac_abs_builddir=$ac_pwd$ac_dir_suffix
1230# for backward compatibility:
1231ac_top_builddir=$ac_top_build_prefix
1232
1233case $srcdir in
1234  .)  # We are building in place.
1235    ac_srcdir=.
1236    ac_top_srcdir=$ac_top_builddir_sub
1237    ac_abs_top_srcdir=$ac_pwd ;;
1238  [\\/]* | ?:[\\/]* )  # Absolute name.
1239    ac_srcdir=$srcdir$ac_dir_suffix;
1240    ac_top_srcdir=$srcdir
1241    ac_abs_top_srcdir=$srcdir ;;
1242  *) # Relative name.
1243    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1244    ac_top_srcdir=$ac_top_build_prefix$srcdir
1245    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1246esac
1247ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1248
1249    cd "$ac_dir" || { ac_status=$?; continue; }
1250    # Check for guested configure.
1251    if test -f "$ac_srcdir/configure.gnu"; then
1252      echo &&
1253      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1254    elif test -f "$ac_srcdir/configure"; then
1255      echo &&
1256      $SHELL "$ac_srcdir/configure" --help=recursive
1257    else
1258      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1259    fi || ac_status=$?
1260    cd "$ac_pwd" || { ac_status=$?; break; }
1261  done
1262fi
1263
1264test -n "$ac_init_help" && exit $ac_status
1265if $ac_init_version; then
1266  cat <<\_ACEOF
1267configure
1268generated by GNU Autoconf 2.61
1269
1270Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
12712002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1272This configure script is free software; the Free Software Foundation
1273gives unlimited permission to copy, distribute and modify it.
1274_ACEOF
1275  exit
1276fi
1277cat >config.log <<_ACEOF
1278This file contains any messages produced by compilers while
1279running configure, to aid debugging if configure makes a mistake.
1280
1281It was created by $as_me, which was
1282generated by GNU Autoconf 2.61.  Invocation command line was
1283
1284  $ $0 $@
1285
1286_ACEOF
1287exec 5>>config.log
1288{
1289cat <<_ASUNAME
1290## --------- ##
1291## Platform. ##
1292## --------- ##
1293
1294hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1295uname -m = `(uname -m) 2>/dev/null || echo unknown`
1296uname -r = `(uname -r) 2>/dev/null || echo unknown`
1297uname -s = `(uname -s) 2>/dev/null || echo unknown`
1298uname -v = `(uname -v) 2>/dev/null || echo unknown`
1299
1300/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1301/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1302
1303/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1304/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1305/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1306/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1307/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1308/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1309/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1310
1311_ASUNAME
1312
1313as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1314for as_dir in $PATH
1315do
1316  IFS=$as_save_IFS
1317  test -z "$as_dir" && as_dir=.
1318  echo "PATH: $as_dir"
1319done
1320IFS=$as_save_IFS
1321
1322} >&5
1323
1324cat >&5 <<_ACEOF
1325
1326
1327## ----------- ##
1328## Core tests. ##
1329## ----------- ##
1330
1331_ACEOF
1332
1333
1334# Keep a trace of the command line.
1335# Strip out --no-create and --no-recursion so they do not pile up.
1336# Strip out --silent because we don't want to record it for future runs.
1337# Also quote any args containing shell meta-characters.
1338# Make two passes to allow for proper duplicate-argument suppression.
1339ac_configure_args=
1340ac_configure_args0=
1341ac_configure_args1=
1342ac_must_keep_next=false
1343for ac_pass in 1 2
1344do
1345  for ac_arg
1346  do
1347    case $ac_arg in
1348    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1349    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1350    | -silent | --silent | --silen | --sile | --sil)
1351      continue ;;
1352    *\'*)
1353      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1354    esac
1355    case $ac_pass in
1356    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1357    2)
1358      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1359      if test $ac_must_keep_next = true; then
1360        ac_must_keep_next=false # Got value, back to normal.
1361      else
1362        case $ac_arg in
1363          *=* | --config-cache | -C | -disable-* | --disable-* \
1364          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1365          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1366          | -with-* | --with-* | -without-* | --without-* | --x)
1367            case "$ac_configure_args0 " in
1368              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1369            esac
1370            ;;
1371          -* ) ac_must_keep_next=true ;;
1372        esac
1373      fi
1374      ac_configure_args="$ac_configure_args '$ac_arg'"
1375      ;;
1376    esac
1377  done
1378done
1379$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1380$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1381
1382# When interrupted or exit'd, cleanup temporary files, and complete
1383# config.log.  We remove comments because anyway the quotes in there
1384# would cause problems or look ugly.
1385# WARNING: Use '\'' to represent an apostrophe within the trap.
1386# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1387trap 'exit_status=$?
1388  # Save into config.log some information that might help in debugging.
1389  {
1390    echo
1391
1392    cat <<\_ASBOX
1393## ---------------- ##
1394## Cache variables. ##
1395## ---------------- ##
1396_ASBOX
1397    echo
1398    # The following way of writing the cache mishandles newlines in values,
1399(
1400  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1401    eval ac_val=\$$ac_var
1402    case $ac_val in #(
1403    *${as_nl}*)
1404      case $ac_var in #(
1405      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1406echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1407      esac
1408      case $ac_var in #(
1409      _ | IFS | as_nl) ;; #(
1410      *) $as_unset $ac_var ;;
1411      esac ;;
1412    esac
1413  done
1414  (set) 2>&1 |
1415    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1416    *${as_nl}ac_space=\ *)
1417      sed -n \
1418        "s/'\''/'\''\\\\'\'''\''/g;
1419          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1420      ;; #(
1421    *)
1422      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1423      ;;
1424    esac |
1425    sort
1426)
1427    echo
1428
1429    cat <<\_ASBOX
1430## ----------------- ##
1431## Output variables. ##
1432## ----------------- ##
1433_ASBOX
1434    echo
1435    for ac_var in $ac_subst_vars
1436    do
1437      eval ac_val=\$$ac_var
1438      case $ac_val in
1439      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1440      esac
1441      echo "$ac_var='\''$ac_val'\''"
1442    done | sort
1443    echo
1444
1445    if test -n "$ac_subst_files"; then
1446      cat <<\_ASBOX
1447## ------------------- ##
1448## File substitutions. ##
1449## ------------------- ##
1450_ASBOX
1451      echo
1452      for ac_var in $ac_subst_files
1453      do
1454        eval ac_val=\$$ac_var
1455        case $ac_val in
1456        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1457        esac
1458        echo "$ac_var='\''$ac_val'\''"
1459      done | sort
1460      echo
1461    fi
1462
1463    if test -s confdefs.h; then
1464      cat <<\_ASBOX
1465## ----------- ##
1466## confdefs.h. ##
1467## ----------- ##
1468_ASBOX
1469      echo
1470      cat confdefs.h
1471      echo
1472    fi
1473    test "$ac_signal" != 0 &&
1474      echo "$as_me: caught signal $ac_signal"
1475    echo "$as_me: exit $exit_status"
1476  } >&5
1477  rm -f core *.core core.conftest.* &&
1478    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1479    exit $exit_status
1480' 0
1481for ac_signal in 1 2 13 15; do
1482  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1483done
1484ac_signal=0
1485
1486# confdefs.h avoids OS command line length limits that DEFS can exceed.
1487rm -f -r conftest* confdefs.h
1488
1489# Predefined preprocessor variables.
1490
1491cat >>confdefs.h <<_ACEOF
1492#define PACKAGE_NAME "$PACKAGE_NAME"
1493_ACEOF
1494
1495
1496cat >>confdefs.h <<_ACEOF
1497#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1498_ACEOF
1499
1500
1501cat >>confdefs.h <<_ACEOF
1502#define PACKAGE_VERSION "$PACKAGE_VERSION"
1503_ACEOF
1504
1505
1506cat >>confdefs.h <<_ACEOF
1507#define PACKAGE_STRING "$PACKAGE_STRING"
1508_ACEOF
1509
1510
1511cat >>confdefs.h <<_ACEOF
1512#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1513_ACEOF
1514
1515
1516# Let the site file select an alternate cache file if it wants to.
1517# Prefer explicitly selected file to automatically selected ones.
1518if test -n "$CONFIG_SITE"; then
1519  set x "$CONFIG_SITE"
1520elif test "x$prefix" != xNONE; then
1521  set x "$prefix/share/config.site" "$prefix/etc/config.site"
1522else
1523  set x "$ac_default_prefix/share/config.site" \
1524        "$ac_default_prefix/etc/config.site"
1525fi
1526shift
1527for ac_site_file
1528do
1529  if test -r "$ac_site_file"; then
1530    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1531echo "$as_me: loading site script $ac_site_file" >&6;}
1532    sed 's/^/| /' "$ac_site_file" >&5
1533    . "$ac_site_file"
1534  fi
1535done
1536
1537if test -r "$cache_file"; then
1538  # Some versions of bash will fail to source /dev/null (special
1539  # files actually), so we avoid doing that.
1540  if test -f "$cache_file"; then
1541    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1542echo "$as_me: loading cache $cache_file" >&6;}
1543    case $cache_file in
1544      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1545      *)                      . "./$cache_file";;
1546    esac
1547  fi
1548else
1549  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1550echo "$as_me: creating cache $cache_file" >&6;}
1551  >$cache_file
1552fi
1553
1554# Check that the precious variables saved in the cache have kept the same
1555# value.
1556ac_cache_corrupted=false
1557for ac_var in $ac_precious_vars; do
1558  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1559  eval ac_new_set=\$ac_env_${ac_var}_set
1560  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1561  eval ac_new_val=\$ac_env_${ac_var}_value
1562  case $ac_old_set,$ac_new_set in
1563    set,)
1564      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1565echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1566      ac_cache_corrupted=: ;;
1567    ,set)
1568      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1569echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1570      ac_cache_corrupted=: ;;
1571    ,);;
1572    *)
1573      if test "x$ac_old_val" != "x$ac_new_val"; then
1574        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1575echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1576        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1577echo "$as_me:   former value:  $ac_old_val" >&2;}
1578        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1579echo "$as_me:   current value: $ac_new_val" >&2;}
1580        ac_cache_corrupted=:
1581      fi;;
1582  esac
1583  # Pass precious variables to config.status.
1584  if test "$ac_new_set" = set; then
1585    case $ac_new_val in
1586    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1587    *) ac_arg=$ac_var=$ac_new_val ;;
1588    esac
1589    case " $ac_configure_args " in
1590      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1591      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1592    esac
1593  fi
1594done
1595if $ac_cache_corrupted; then
1596  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1597echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1598  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1599echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1600   { (exit 1); exit 1; }; }
1601fi
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619ac_ext=c
1620ac_cpp='$CPP $CPPFLAGS'
1621ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1622ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1623ac_compiler_gnu=$ac_cv_c_compiler_gnu
1624
1625
1626
1627
1628
1629
1630
1631pbsdir_default=''
1632
1633# Check whether --with-pbsdir was given.
1634if test "${with_pbsdir+set}" = set; then
1635  withval=$with_pbsdir; pbsdir=$withval
1636else
1637  pbsdir=$pbsdir_default
1638fi
1639
1640
1641
1642# Verify the PBS libs are there, but let Makefile handle including them
1643# on the link line.  First check for modern torque pbs-config program using
1644# $pbsdir and the rest of PATH, then fall back to looking around for the
1645# libraries by hand.
1646# Extract the first word of "pbs-config", so it can be a program name with args.
1647set dummy pbs-config; ac_word=$2
1648{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1649echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1650if test "${ac_cv_path_PBSCONFIG+set}" = set; then
1651  echo $ECHO_N "(cached) $ECHO_C" >&6
1652else
1653  case $PBSCONFIG in
1654  [\\/]* | ?:[\\/]*)
1655  ac_cv_path_PBSCONFIG="$PBSCONFIG" # Let the user override the test with a path.
1656  ;;
1657  *)
1658  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1659as_dummy="$pbsdir:$pbsdir/bin:$pbsdir/../bin:$PATH"
1660for as_dir in $as_dummy
1661do
1662  IFS=$as_save_IFS
1663  test -z "$as_dir" && as_dir=.
1664  for ac_exec_ext in '' $ac_executable_extensions; do
1665  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1666    ac_cv_path_PBSCONFIG="$as_dir/$ac_word$ac_exec_ext"
1667    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1668    break 2
1669  fi
1670done
1671done
1672IFS=$as_save_IFS
1673
1674  test -z "$ac_cv_path_PBSCONFIG" && ac_cv_path_PBSCONFIG="none"
1675  ;;
1676esac
1677fi
1678PBSCONFIG=$ac_cv_path_PBSCONFIG
1679if test -n "$PBSCONFIG"; then
1680  { echo "$as_me:$LINENO: result: $PBSCONFIG" >&5
1681echo "${ECHO_T}$PBSCONFIG" >&6; }
1682else
1683  { echo "$as_me:$LINENO: result: no" >&5
1684echo "${ECHO_T}no" >&6; }
1685fi
1686
1687
1688if test "$PBSCONFIG" != "none"; then
1689  pbs_library_compile_line="`$PBSCONFIG --libs`"
1690  pbs_library_dir="`$PBSCONFIG --libdir`"
1691  pbs_version="`$PBSCONFIG --version`"
1692  { echo "$as_me:$LINENO: result: Found torque version: $pbs_version" >&5
1693echo "${ECHO_T}Found torque version: $pbs_version" >&6; }
1694else
1695  { { echo "$as_me:$LINENO: error: Failed to find program pbs-config" >&5
1696echo "$as_me: error: Failed to find program pbs-config" >&2;}
1697   { (exit 1); exit 1; }; }
1698fi
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708        # Find any Python interpreter.
1709    for ac_prog in python python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
1710do
1711  # Extract the first word of "$ac_prog", so it can be a program name with args.
1712set dummy $ac_prog; ac_word=$2
1713{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1714echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1715if test "${ac_cv_path_PYTHON+set}" = set; then
1716  echo $ECHO_N "(cached) $ECHO_C" >&6
1717else
1718  case $PYTHON in
1719  [\\/]* | ?:[\\/]*)
1720  ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
1721  ;;
1722  *)
1723  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1724for as_dir in $PATH
1725do
1726  IFS=$as_save_IFS
1727  test -z "$as_dir" && as_dir=.
1728  for ac_exec_ext in '' $ac_executable_extensions; do
1729  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1730    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
1731    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1732    break 2
1733  fi
1734done
1735done
1736IFS=$as_save_IFS
1737
1738  ;;
1739esac
1740fi
1741PYTHON=$ac_cv_path_PYTHON
1742if test -n "$PYTHON"; then
1743  { echo "$as_me:$LINENO: result: $PYTHON" >&5
1744echo "${ECHO_T}$PYTHON" >&6; }
1745else
1746  { echo "$as_me:$LINENO: result: no" >&5
1747echo "${ECHO_T}no" >&6; }
1748fi
1749
1750
1751  test -n "$PYTHON" && break
1752done
1753
1754    am_display_PYTHON=python
1755
1756
1757
1758  { echo "$as_me:$LINENO: checking for $am_display_PYTHON version" >&5
1759echo $ECHO_N "checking for $am_display_PYTHON version... $ECHO_C" >&6; }
1760if test "${am_cv_python_version+set}" = set; then
1761  echo $ECHO_N "(cached) $ECHO_C" >&6
1762else
1763  am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
1764fi
1765{ echo "$as_me:$LINENO: result: $am_cv_python_version" >&5
1766echo "${ECHO_T}$am_cv_python_version" >&6; }
1767  PYTHON_VERSION=$am_cv_python_version
1768
1769
1770
1771  PYTHON_PREFIX='${prefix}'
1772
1773  PYTHON_EXEC_PREFIX='${exec_prefix}'
1774
1775
1776
1777  { echo "$as_me:$LINENO: checking for $am_display_PYTHON platform" >&5
1778echo $ECHO_N "checking for $am_display_PYTHON platform... $ECHO_C" >&6; }
1779if test "${am_cv_python_platform+set}" = set; then
1780  echo $ECHO_N "(cached) $ECHO_C" >&6
1781else
1782  am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
1783fi
1784{ echo "$as_me:$LINENO: result: $am_cv_python_platform" >&5
1785echo "${ECHO_T}$am_cv_python_platform" >&6; }
1786  PYTHON_PLATFORM=$am_cv_python_platform
1787
1788
1789
1790
1791                { echo "$as_me:$LINENO: checking for $am_display_PYTHON script directory" >&5
1792echo $ECHO_N "checking for $am_display_PYTHON script directory... $ECHO_C" >&6; }
1793if test "${am_cv_python_pythondir+set}" = set; then
1794  echo $ECHO_N "(cached) $ECHO_C" >&6
1795else
1796  am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
1797     echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
1798fi
1799{ echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5
1800echo "${ECHO_T}$am_cv_python_pythondir" >&6; }
1801  pythondir=$am_cv_python_pythondir
1802
1803
1804
1805  pkgpythondir=\${pythondir}/$PACKAGE
1806
1807
1808            { echo "$as_me:$LINENO: checking for $am_display_PYTHON extension module directory" >&5
1809echo $ECHO_N "checking for $am_display_PYTHON extension module directory... $ECHO_C" >&6; }
1810if test "${am_cv_python_pyexecdir+set}" = set; then
1811  echo $ECHO_N "(cached) $ECHO_C" >&6
1812else
1813  am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
1814     echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
1815fi
1816{ echo "$as_me:$LINENO: result: $am_cv_python_pyexecdir" >&5
1817echo "${ECHO_T}$am_cv_python_pyexecdir" >&6; }
1818  pyexecdir=$am_cv_python_pyexecdir
1819
1820
1821
1822  pkgpyexecdir=\${pyexecdir}/$PACKAGE
1823
1824
1825
1826ac_config_files="$ac_config_files Makefile setup.py"
1827
1828cat >confcache <<\_ACEOF
1829# This file is a shell script that caches the results of configure
1830# tests run on this system so they can be shared between configure
1831# scripts and configure runs, see configure's option --config-cache.
1832# It is not useful on other systems.  If it contains results you don't
1833# want to keep, you may remove or edit it.
1834#
1835# config.status only pays attention to the cache file if you give it
1836# the --recheck option to rerun configure.
1837#
1838# `ac_cv_env_foo' variables (set or unset) will be overridden when
1839# loading this file, other *unset* `ac_cv_foo' will be assigned the
1840# following values.
1841
1842_ACEOF
1843
1844# The following way of writing the cache mishandles newlines in values,
1845# but we know of no workaround that is simple, portable, and efficient.
1846# So, we kill variables containing newlines.
1847# Ultrix sh set writes to stderr and can't be redirected directly,
1848# and sets the high bit in the cache file unless we assign to the vars.
1849(
1850  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
1851    eval ac_val=\$$ac_var
1852    case $ac_val in #(
1853    *${as_nl}*)
1854      case $ac_var in #(
1855      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1856echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1857      esac
1858      case $ac_var in #(
1859      _ | IFS | as_nl) ;; #(
1860      *) $as_unset $ac_var ;;
1861      esac ;;
1862    esac
1863  done
1864
1865  (set) 2>&1 |
1866    case $as_nl`(ac_space=' '; set) 2>&1` in #(
1867    *${as_nl}ac_space=\ *)
1868      # `set' does not quote correctly, so add quotes (double-quote
1869      # substitution turns \\\\ into \\, and sed turns \\ into \).
1870      sed -n \
1871        "s/'/'\\\\''/g;
1872          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1873      ;; #(
1874    *)
1875      # `set' quotes correctly as required by POSIX, so do not add quotes.
1876      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1877      ;;
1878    esac |
1879    sort
1880) |
1881  sed '
1882     /^ac_cv_env_/b end
1883     t clear
1884     :clear
1885     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1886     t end
1887     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1888     :end' >>confcache
1889if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1890  if test -w "$cache_file"; then
1891    test "x$cache_file" != "x/dev/null" &&
1892      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
1893echo "$as_me: updating cache $cache_file" >&6;}
1894    cat confcache >$cache_file
1895  else
1896    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
1897echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1898  fi
1899fi
1900rm -f confcache
1901
1902test "x$prefix" = xNONE && prefix=$ac_default_prefix
1903# Let make expand exec_prefix.
1904test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1905
1906# Transform confdefs.h into DEFS.
1907# Protect against shell expansion while executing Makefile rules.
1908# Protect against Makefile macro expansion.
1909#
1910# If the first sed substitution is executed (which looks for macros that
1911# take arguments), then branch to the quote section.  Otherwise,
1912# look for a macro that doesn't take arguments.
1913ac_script='
1914t clear
1915:clear
1916s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
1917t quote
1918s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
1919t quote
1920b any
1921:quote
1922s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
1923s/\[/\\&/g
1924s/\]/\\&/g
1925s/\$/$$/g
1926H
1927:any
1928${
1929        g
1930        s/^\n//
1931        s/\n/ /g
1932        p
1933}
1934'
1935DEFS=`sed -n "$ac_script" confdefs.h`
1936
1937
1938ac_libobjs=
1939ac_ltlibobjs=
1940for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1941  # 1. Remove the extension, and $U if already installed.
1942  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1943  ac_i=`echo "$ac_i" | sed "$ac_script"`
1944  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
1945  #    will be set to the directory where LIBOBJS objects are built.
1946  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
1947  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
1948done
1949LIBOBJS=$ac_libobjs
1950
1951LTLIBOBJS=$ac_ltlibobjs
1952
1953
1954
1955: ${CONFIG_STATUS=./config.status}
1956ac_clean_files_save=$ac_clean_files
1957ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1958{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1959echo "$as_me: creating $CONFIG_STATUS" >&6;}
1960cat >$CONFIG_STATUS <<_ACEOF
1961#! $SHELL
1962# Generated by $as_me.
1963# Run this file to recreate the current configuration.
1964# Compiler output produced by configure, useful for debugging
1965# configure, is in config.log if it exists.
1966
1967debug=false
1968ac_cs_recheck=false
1969ac_cs_silent=false
1970SHELL=\${CONFIG_SHELL-$SHELL}
1971_ACEOF
1972
1973cat >>$CONFIG_STATUS <<\_ACEOF
1974## --------------------- ##
1975## M4sh Initialization.  ##
1976## --------------------- ##
1977
1978# Be more Bourne compatible
1979DUALCASE=1; export DUALCASE # for MKS sh
1980if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1981  emulate sh
1982  NULLCMD=:
1983  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1984  # is contrary to our usage.  Disable this feature.
1985  alias -g '${1+"$@"}'='"$@"'
1986  setopt NO_GLOB_SUBST
1987else
1988  case `(set -o) 2>/dev/null` in
1989  *posix*) set -o posix ;;
1990esac
1991
1992fi
1993
1994
1995
1996
1997# PATH needs CR
1998# Avoid depending upon Character Ranges.
1999as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2000as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2001as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2002as_cr_digits='0123456789'
2003as_cr_alnum=$as_cr_Letters$as_cr_digits
2004
2005# The user is always right.
2006if test "${PATH_SEPARATOR+set}" != set; then
2007  echo "#! /bin/sh" >conf$$.sh
2008  echo  "exit 0"   >>conf$$.sh
2009  chmod +x conf$$.sh
2010  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2011    PATH_SEPARATOR=';'
2012  else
2013    PATH_SEPARATOR=:
2014  fi
2015  rm -f conf$$.sh
2016fi
2017
2018# Support unset when possible.
2019if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2020  as_unset=unset
2021else
2022  as_unset=false
2023fi
2024
2025
2026# IFS
2027# We need space, tab and new line, in precisely that order.  Quoting is
2028# there to prevent editors from complaining about space-tab.
2029# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2030# splitting by setting IFS to empty value.)
2031as_nl='
2032'
2033IFS=" ""        $as_nl"
2034
2035# Find who we are.  Look in the path if we contain no directory separator.
2036case $0 in
2037  *[\\/]* ) as_myself=$0 ;;
2038  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2039for as_dir in $PATH
2040do
2041  IFS=$as_save_IFS
2042  test -z "$as_dir" && as_dir=.
2043  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2044done
2045IFS=$as_save_IFS
2046
2047     ;;
2048esac
2049# We did not find ourselves, most probably we were run as `sh COMMAND'
2050# in which case we are not to be found in the path.
2051if test "x$as_myself" = x; then
2052  as_myself=$0
2053fi
2054if test ! -f "$as_myself"; then
2055  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2056  { (exit 1); exit 1; }
2057fi
2058
2059# Work around bugs in pre-3.0 UWIN ksh.
2060for as_var in ENV MAIL MAILPATH
2061do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2062done
2063PS1='$ '
2064PS2='> '
2065PS4='+ '
2066
2067# NLS nuisances.
2068for as_var in \
2069  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2070  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2071  LC_TELEPHONE LC_TIME
2072do
2073  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2074    eval $as_var=C; export $as_var
2075  else
2076    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2077  fi
2078done
2079
2080# Required to use basename.
2081if expr a : '\(a\)' >/dev/null 2>&1 &&
2082   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2083  as_expr=expr
2084else
2085  as_expr=false
2086fi
2087
2088if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2089  as_basename=basename
2090else
2091  as_basename=false
2092fi
2093
2094
2095# Name of the executable.
2096as_me=`$as_basename -- "$0" ||
2097$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2098         X"$0" : 'X\(//\)$' \| \
2099         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2100echo X/"$0" |
2101    sed '/^.*\/\([^/][^/]*\)\/*$/{
2102            s//\1/
2103            q
2104          }
2105          /^X\/\(\/\/\)$/{
2106            s//\1/
2107            q
2108          }
2109          /^X\/\(\/\).*/{
2110            s//\1/
2111            q
2112          }
2113          s/.*/./; q'`
2114
2115# CDPATH.
2116$as_unset CDPATH
2117
2118
2119
2120  as_lineno_1=$LINENO
2121  as_lineno_2=$LINENO
2122  test "x$as_lineno_1" != "x$as_lineno_2" &&
2123  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
2124
2125  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2126  # uniformly replaced by the line number.  The first 'sed' inserts a
2127  # line-number line after each line using $LINENO; the second 'sed'
2128  # does the real work.  The second script uses 'N' to pair each
2129  # line-number line with the line containing $LINENO, and appends
2130  # trailing '-' during substitution so that $LINENO is not a special
2131  # case at line end.
2132  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2133  # scripts with optimization help from Paolo Bonzini.  Blame Lee
2134  # E. McMahon (1931-1989) for sed's syntax.  :-)
2135  sed -n '
2136    p
2137    /[$]LINENO/=
2138  ' <$as_myself |
2139    sed '
2140      s/[$]LINENO.*/&-/
2141      t lineno
2142      b
2143      :lineno
2144      N
2145      :loop
2146      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2147      t loop
2148      s/-\n.*//
2149    ' >$as_me.lineno &&
2150  chmod +x "$as_me.lineno" ||
2151    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2152   { (exit 1); exit 1; }; }
2153
2154  # Don't try to exec as it changes $[0], causing all sort of problems
2155  # (the dirname of $[0] is not the place where we might find the
2156  # original and so on.  Autoconf is especially sensitive to this).
2157  . "./$as_me.lineno"
2158  # Exit status is that of the last command.
2159  exit
2160}
2161
2162
2163if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2164  as_dirname=dirname
2165else
2166  as_dirname=false
2167fi
2168
2169ECHO_C= ECHO_N= ECHO_T=
2170case `echo -n x` in
2171-n*)
2172  case `echo 'x\c'` in
2173  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
2174  *)   ECHO_C='\c';;
2175  esac;;
2176*)
2177  ECHO_N='-n';;
2178esac
2179
2180if expr a : '\(a\)' >/dev/null 2>&1 &&
2181   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2182  as_expr=expr
2183else
2184  as_expr=false
2185fi
2186
2187rm -f conf$$ conf$$.exe conf$$.file
2188if test -d conf$$.dir; then
2189  rm -f conf$$.dir/conf$$.file
2190else
2191  rm -f conf$$.dir
2192  mkdir conf$$.dir
2193fi
2194echo >conf$$.file
2195if ln -s conf$$.file conf$$ 2>/dev/null; then
2196  as_ln_s='ln -s'
2197  # ... but there are two gotchas:
2198  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2199  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2200  # In both cases, we have to default to `cp -p'.
2201  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2202    as_ln_s='cp -p'
2203elif ln conf$$.file conf$$ 2>/dev/null; then
2204  as_ln_s=ln
2205else
2206  as_ln_s='cp -p'
2207fi
2208rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2209rmdir conf$$.dir 2>/dev/null
2210
2211if mkdir -p . 2>/dev/null; then
2212  as_mkdir_p=:
2213else
2214  test -d ./-p && rmdir ./-p
2215  as_mkdir_p=false
2216fi
2217
2218if test -x / >/dev/null 2>&1; then
2219  as_test_x='test -x'
2220else
2221  if ls -dL / >/dev/null 2>&1; then
2222    as_ls_L_option=L
2223  else
2224    as_ls_L_option=
2225  fi
2226  as_test_x='
2227    eval sh -c '\''
2228      if test -d "$1"; then
2229        test -d "$1/.";
2230      else
2231        case $1 in
2232        -*)set "./$1";;
2233        esac;
2234        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
2235        ???[sx]*):;;*)false;;esac;fi
2236    '\'' sh
2237  '
2238fi
2239as_executable_p=$as_test_x
2240
2241# Sed expression to map a string onto a valid CPP name.
2242as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2243
2244# Sed expression to map a string onto a valid variable name.
2245as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2246
2247
2248exec 6>&1
2249
2250# Save the log message, to keep $[0] and so on meaningful, and to
2251# report actual input values of CONFIG_FILES etc. instead of their
2252# values after options handling.
2253ac_log="
2254This file was extended by $as_me, which was
2255generated by GNU Autoconf 2.61.  Invocation command line was
2256
2257  CONFIG_FILES    = $CONFIG_FILES
2258  CONFIG_HEADERS  = $CONFIG_HEADERS
2259  CONFIG_LINKS    = $CONFIG_LINKS
2260  CONFIG_COMMANDS = $CONFIG_COMMANDS
2261  $ $0 $@
2262
2263on `(hostname || uname -n) 2>/dev/null | sed 1q`
2264"
2265
2266_ACEOF
2267
2268cat >>$CONFIG_STATUS <<_ACEOF
2269# Files that config.status was made for.
2270config_files="$ac_config_files"
2271
2272_ACEOF
2273
2274cat >>$CONFIG_STATUS <<\_ACEOF
2275ac_cs_usage="\
2276\`$as_me' instantiates files from templates according to the
2277current configuration.
2278
2279Usage: $0 [OPTIONS] [FILE]...
2280
2281  -h, --help       print this help, then exit
2282  -V, --version    print version number and configuration settings, then exit
2283  -q, --quiet      do not print progress messages
2284  -d, --debug      don't remove temporary files
2285      --recheck    update $as_me by reconfiguring in the same conditions
2286  --file=FILE[:TEMPLATE]
2287                   instantiate the configuration file FILE
2288
2289Configuration files:
2290$config_files
2291
2292Report bugs to <bug-autoconf@gnu.org>."
2293
2294_ACEOF
2295cat >>$CONFIG_STATUS <<_ACEOF
2296ac_cs_version="\\
2297config.status
2298configured by $0, generated by GNU Autoconf 2.61,
2299  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2300
2301Copyright (C) 2006 Free Software Foundation, Inc.
2302This config.status script is free software; the Free Software Foundation
2303gives unlimited permission to copy, distribute and modify it."
2304
2305ac_pwd='$ac_pwd'
2306srcdir='$srcdir'
2307_ACEOF
2308
2309cat >>$CONFIG_STATUS <<\_ACEOF
2310# If no file are specified by the user, then we need to provide default
2311# value.  By we need to know if files were specified by the user.
2312ac_need_defaults=:
2313while test $# != 0
2314do
2315  case $1 in
2316  --*=*)
2317    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2318    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2319    ac_shift=:
2320    ;;
2321  *)
2322    ac_option=$1
2323    ac_optarg=$2
2324    ac_shift=shift
2325    ;;
2326  esac
2327
2328  case $ac_option in
2329  # Handling of the options.
2330  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2331    ac_cs_recheck=: ;;
2332  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2333    echo "$ac_cs_version"; exit ;;
2334  --debug | --debu | --deb | --de | --d | -d )
2335    debug=: ;;
2336  --file | --fil | --fi | --f )
2337    $ac_shift
2338    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2339    ac_need_defaults=false;;
2340  --he | --h |  --help | --hel | -h )
2341    echo "$ac_cs_usage"; exit ;;
2342  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2343  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2344    ac_cs_silent=: ;;
2345
2346  # This is an error.
2347  -*) { echo "$as_me: error: unrecognized option: $1
2348Try \`$0 --help' for more information." >&2
2349   { (exit 1); exit 1; }; } ;;
2350
2351  *) ac_config_targets="$ac_config_targets $1"
2352     ac_need_defaults=false ;;
2353
2354  esac
2355  shift
2356done
2357
2358ac_configure_extra_args=
2359
2360if $ac_cs_silent; then
2361  exec 6>/dev/null
2362  ac_configure_extra_args="$ac_configure_extra_args --silent"
2363fi
2364
2365_ACEOF
2366cat >>$CONFIG_STATUS <<_ACEOF
2367if \$ac_cs_recheck; then
2368  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2369  CONFIG_SHELL=$SHELL
2370  export CONFIG_SHELL
2371  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2372fi
2373
2374_ACEOF
2375cat >>$CONFIG_STATUS <<\_ACEOF
2376exec 5>>config.log
2377{
2378  echo
2379  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2380## Running $as_me. ##
2381_ASBOX
2382  echo "$ac_log"
2383} >&5
2384
2385_ACEOF
2386cat >>$CONFIG_STATUS <<_ACEOF
2387_ACEOF
2388
2389cat >>$CONFIG_STATUS <<\_ACEOF
2390
2391# Handling of arguments.
2392for ac_config_target in $ac_config_targets
2393do
2394  case $ac_config_target in
2395    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2396    "setup.py") CONFIG_FILES="$CONFIG_FILES setup.py" ;;
2397
2398  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2399echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2400   { (exit 1); exit 1; }; };;
2401  esac
2402done
2403
2404
2405# If the user did not use the arguments to specify the items to instantiate,
2406# then the envvar interface is used.  Set only those that are not.
2407# We use the long form for the default assignment because of an extremely
2408# bizarre bug on SunOS 4.1.3.
2409if $ac_need_defaults; then
2410  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2411fi
2412
2413# Have a temporary directory for convenience.  Make it in the build tree
2414# simply because there is no reason against having it here, and in addition,
2415# creating and moving files from /tmp can sometimes cause problems.
2416# Hook for its removal unless debugging.
2417# Note that there is a small window in which the directory will not be cleaned:
2418# after its creation but before its name has been assigned to `$tmp'.
2419$debug ||
2420{
2421  tmp=
2422  trap 'exit_status=$?
2423  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
2424' 0
2425  trap '{ (exit 1); exit 1; }' 1 2 13 15
2426}
2427# Create a (secure) tmp directory for tmp files.
2428
2429{
2430  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2431  test -n "$tmp" && test -d "$tmp"
2432}  ||
2433{
2434  tmp=./conf$$-$RANDOM
2435  (umask 077 && mkdir "$tmp")
2436} ||
2437{
2438   echo "$me: cannot create a temporary directory in ." >&2
2439   { (exit 1); exit 1; }
2440}
2441
2442#
2443# Set up the sed scripts for CONFIG_FILES section.
2444#
2445
2446# No need to generate the scripts if there are no CONFIG_FILES.
2447# This happens for instance when ./config.status config.h
2448if test -n "$CONFIG_FILES"; then
2449
2450_ACEOF
2451
2452
2453
2454ac_delim='%!_!# '
2455for ac_last_try in false false false false false :; do
2456  cat >conf$$subs.sed <<_ACEOF
2457SHELL!$SHELL$ac_delim
2458PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
2459PACKAGE_NAME!$PACKAGE_NAME$ac_delim
2460PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
2461PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
2462PACKAGE_STRING!$PACKAGE_STRING$ac_delim
2463PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
2464exec_prefix!$exec_prefix$ac_delim
2465prefix!$prefix$ac_delim
2466program_transform_name!$program_transform_name$ac_delim
2467bindir!$bindir$ac_delim
2468sbindir!$sbindir$ac_delim
2469libexecdir!$libexecdir$ac_delim
2470datarootdir!$datarootdir$ac_delim
2471datadir!$datadir$ac_delim
2472sysconfdir!$sysconfdir$ac_delim
2473sharedstatedir!$sharedstatedir$ac_delim
2474localstatedir!$localstatedir$ac_delim
2475includedir!$includedir$ac_delim
2476oldincludedir!$oldincludedir$ac_delim
2477docdir!$docdir$ac_delim
2478infodir!$infodir$ac_delim
2479htmldir!$htmldir$ac_delim
2480dvidir!$dvidir$ac_delim
2481pdfdir!$pdfdir$ac_delim
2482psdir!$psdir$ac_delim
2483libdir!$libdir$ac_delim
2484localedir!$localedir$ac_delim
2485mandir!$mandir$ac_delim
2486DEFS!$DEFS$ac_delim
2487ECHO_C!$ECHO_C$ac_delim
2488ECHO_N!$ECHO_N$ac_delim
2489ECHO_T!$ECHO_T$ac_delim
2490LIBS!$LIBS$ac_delim
2491build_alias!$build_alias$ac_delim
2492host_alias!$host_alias$ac_delim
2493target_alias!$target_alias$ac_delim
2494pyexecdir!$pyexecdir$ac_delim
2495pbsdir!$pbsdir$ac_delim
2496PBSCONFIG!$PBSCONFIG$ac_delim
2497pbs_library_compile_line!$pbs_library_compile_line$ac_delim
2498pbs_library_dir!$pbs_library_dir$ac_delim
2499pbs_version!$pbs_version$ac_delim
2500PYTHON!$PYTHON$ac_delim
2501PYTHON_VERSION!$PYTHON_VERSION$ac_delim
2502PYTHON_PREFIX!$PYTHON_PREFIX$ac_delim
2503PYTHON_EXEC_PREFIX!$PYTHON_EXEC_PREFIX$ac_delim
2504PYTHON_PLATFORM!$PYTHON_PLATFORM$ac_delim
2505pythondir!$pythondir$ac_delim
2506pkgpythondir!$pkgpythondir$ac_delim
2507pkgpyexecdir!$pkgpyexecdir$ac_delim
2508LIBOBJS!$LIBOBJS$ac_delim
2509LTLIBOBJS!$LTLIBOBJS$ac_delim
2510_ACEOF
2511
2512  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 53; then
2513    break
2514  elif $ac_last_try; then
2515    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
2516echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
2517   { (exit 1); exit 1; }; }
2518  else
2519    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2520  fi
2521done
2522
2523ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
2524if test -n "$ac_eof"; then
2525  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
2526  ac_eof=`expr $ac_eof + 1`
2527fi
2528
2529cat >>$CONFIG_STATUS <<_ACEOF
2530cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
2531/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
2532_ACEOF
2533sed '
2534s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
2535s/^/s,@/; s/!/@,|#_!!_#|/
2536:n
2537t n
2538s/'"$ac_delim"'$/,g/; t
2539s/$/\\/; p
2540N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
2541' >>$CONFIG_STATUS <conf$$subs.sed
2542rm -f conf$$subs.sed
2543cat >>$CONFIG_STATUS <<_ACEOF
2544:end
2545s/|#_!!_#|//g
2546CEOF$ac_eof
2547_ACEOF
2548
2549
2550# VPATH may cause trouble with some makes, so we remove $(srcdir),
2551# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2552# trailing colons and then remove the whole line if VPATH becomes empty
2553# (actually we leave an empty line to preserve line numbers).
2554if test "x$srcdir" = x.; then
2555  ac_vpsub='/^[  ]*VPATH[        ]*=/{
2556s/:*\$(srcdir):*/:/
2557s/:*\${srcdir}:*/:/
2558s/:*@srcdir@:*/:/
2559s/^\([^=]*=[     ]*\):*/\1/
2560s/:*$//
2561s/^[^=]*=[       ]*$//
2562}'
2563fi
2564
2565cat >>$CONFIG_STATUS <<\_ACEOF
2566fi # test -n "$CONFIG_FILES"
2567
2568
2569for ac_tag in  :F $CONFIG_FILES
2570do
2571  case $ac_tag in
2572  :[FHLC]) ac_mode=$ac_tag; continue;;
2573  esac
2574  case $ac_mode$ac_tag in
2575  :[FHL]*:*);;
2576  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
2577echo "$as_me: error: Invalid tag $ac_tag." >&2;}
2578   { (exit 1); exit 1; }; };;
2579  :[FH]-) ac_tag=-:-;;
2580  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2581  esac
2582  ac_save_IFS=$IFS
2583  IFS=:
2584  set x $ac_tag
2585  IFS=$ac_save_IFS
2586  shift
2587  ac_file=$1
2588  shift
2589
2590  case $ac_mode in
2591  :L) ac_source=$1;;
2592  :[FH])
2593    ac_file_inputs=
2594    for ac_f
2595    do
2596      case $ac_f in
2597      -) ac_f="$tmp/stdin";;
2598      *) # Look for the file first in the build tree, then in the source tree
2599         # (if the path is not absolute).  The absolute path cannot be DOS-style,
2600         # because $ac_f cannot contain `:'.
2601         test -f "$ac_f" ||
2602           case $ac_f in
2603           [\\/$]*) false;;
2604           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2605           esac ||
2606           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
2607echo "$as_me: error: cannot find input file: $ac_f" >&2;}
2608   { (exit 1); exit 1; }; };;
2609      esac
2610      ac_file_inputs="$ac_file_inputs $ac_f"
2611    done
2612
2613    # Let's still pretend it is `configure' which instantiates (i.e., don't
2614    # use $as_me), people would be surprised to read:
2615    #    /* config.h.  Generated by config.status.  */
2616    configure_input="Generated from "`IFS=:
2617          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
2618    if test x"$ac_file" != x-; then
2619      configure_input="$ac_file.  $configure_input"
2620      { echo "$as_me:$LINENO: creating $ac_file" >&5
2621echo "$as_me: creating $ac_file" >&6;}
2622    fi
2623
2624    case $ac_tag in
2625    *:-:* | *:-) cat >"$tmp/stdin";;
2626    esac
2627    ;;
2628  esac
2629
2630  ac_dir=`$as_dirname -- "$ac_file" ||
2631$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2632         X"$ac_file" : 'X\(//\)[^/]' \| \
2633         X"$ac_file" : 'X\(//\)$' \| \
2634         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
2635echo X"$ac_file" |
2636    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2637            s//\1/
2638            q
2639          }
2640          /^X\(\/\/\)[^/].*/{
2641            s//\1/
2642            q
2643          }
2644          /^X\(\/\/\)$/{
2645            s//\1/
2646            q
2647          }
2648          /^X\(\/\).*/{
2649            s//\1/
2650            q
2651          }
2652          s/.*/./; q'`
2653  { as_dir="$ac_dir"
2654  case $as_dir in #(
2655  -*) as_dir=./$as_dir;;
2656  esac
2657  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
2658    as_dirs=
2659    while :; do
2660      case $as_dir in #(
2661      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
2662      *) as_qdir=$as_dir;;
2663      esac
2664      as_dirs="'$as_qdir' $as_dirs"
2665      as_dir=`$as_dirname -- "$as_dir" ||
2666$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2667         X"$as_dir" : 'X\(//\)[^/]' \| \
2668         X"$as_dir" : 'X\(//\)$' \| \
2669         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2670echo X"$as_dir" |
2671    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2672            s//\1/
2673            q
2674          }
2675          /^X\(\/\/\)[^/].*/{
2676            s//\1/
2677            q
2678          }
2679          /^X\(\/\/\)$/{
2680            s//\1/
2681            q
2682          }
2683          /^X\(\/\).*/{
2684            s//\1/
2685            q
2686          }
2687          s/.*/./; q'`
2688      test -d "$as_dir" && break
2689    done
2690    test -z "$as_dirs" || eval "mkdir $as_dirs"
2691  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
2692echo "$as_me: error: cannot create directory $as_dir" >&2;}
2693   { (exit 1); exit 1; }; }; }
2694  ac_builddir=.
2695
2696case "$ac_dir" in
2697.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2698*)
2699  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2700  # A ".." for each directory in $ac_dir_suffix.
2701  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
2702  case $ac_top_builddir_sub in
2703  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2704  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2705  esac ;;
2706esac
2707ac_abs_top_builddir=$ac_pwd
2708ac_abs_builddir=$ac_pwd$ac_dir_suffix
2709# for backward compatibility:
2710ac_top_builddir=$ac_top_build_prefix
2711
2712case $srcdir in
2713  .)  # We are building in place.
2714    ac_srcdir=.
2715    ac_top_srcdir=$ac_top_builddir_sub
2716    ac_abs_top_srcdir=$ac_pwd ;;
2717  [\\/]* | ?:[\\/]* )  # Absolute name.
2718    ac_srcdir=$srcdir$ac_dir_suffix;
2719    ac_top_srcdir=$srcdir
2720    ac_abs_top_srcdir=$srcdir ;;
2721  *) # Relative name.
2722    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2723    ac_top_srcdir=$ac_top_build_prefix$srcdir
2724    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2725esac
2726ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2727
2728
2729  case $ac_mode in
2730  :F)
2731  #
2732  # CONFIG_FILE
2733  #
2734
2735_ACEOF
2736
2737cat >>$CONFIG_STATUS <<\_ACEOF
2738# If the template does not know about datarootdir, expand it.
2739# FIXME: This hack should be removed a few years after 2.60.
2740ac_datarootdir_hack=; ac_datarootdir_seen=
2741
2742case `sed -n '/datarootdir/ {
2743  p
2744  q
2745}
2746/@datadir@/p
2747/@docdir@/p
2748/@infodir@/p
2749/@localedir@/p
2750/@mandir@/p
2751' $ac_file_inputs` in
2752*datarootdir*) ac_datarootdir_seen=yes;;
2753*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
2754  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
2755echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
2756_ACEOF
2757cat >>$CONFIG_STATUS <<_ACEOF
2758  ac_datarootdir_hack='
2759  s&@datadir@&$datadir&g
2760  s&@docdir@&$docdir&g
2761  s&@infodir@&$infodir&g
2762  s&@localedir@&$localedir&g
2763  s&@mandir@&$mandir&g
2764    s&\\\${datarootdir}&$datarootdir&g' ;;
2765esac
2766_ACEOF
2767
2768# Neutralize VPATH when `$srcdir' = `.'.
2769# Shell code in configure.ac might set extrasub.
2770# FIXME: do we really want to maintain this feature?
2771cat >>$CONFIG_STATUS <<_ACEOF
2772  sed "$ac_vpsub
2773$extrasub
2774_ACEOF
2775cat >>$CONFIG_STATUS <<\_ACEOF
2776:t
2777/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2778s&@configure_input@&$configure_input&;t t
2779s&@top_builddir@&$ac_top_builddir_sub&;t t
2780s&@srcdir@&$ac_srcdir&;t t
2781s&@abs_srcdir@&$ac_abs_srcdir&;t t
2782s&@top_srcdir@&$ac_top_srcdir&;t t
2783s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
2784s&@builddir@&$ac_builddir&;t t
2785s&@abs_builddir@&$ac_abs_builddir&;t t
2786s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
2787$ac_datarootdir_hack
2788" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
2789
2790test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
2791  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
2792  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
2793  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2794which seems to be undefined.  Please make sure it is defined." >&5
2795echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2796which seems to be undefined.  Please make sure it is defined." >&2;}
2797
2798  rm -f "$tmp/stdin"
2799  case $ac_file in
2800  -) cat "$tmp/out"; rm -f "$tmp/out";;
2801  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
2802  esac
2803 ;;
2804
2805
2806
2807  esac
2808
2809done # for ac_tag
2810
2811
2812{ (exit 0); exit 0; }
2813_ACEOF
2814chmod +x $CONFIG_STATUS
2815ac_clean_files=$ac_clean_files_save
2816
2817
2818# configure is writing to config.log, and then calls config.status.
2819# config.status does its own redirection, appending to config.log.
2820# Unfortunately, on DOS this fails, as config.log is still kept open
2821# by configure, so config.status won't be able to write to it; its
2822# output is simply discarded.  So we exec the FD to /dev/null,
2823# effectively closing config.log, so it can be properly (re)opened and
2824# appended to by config.status.  When coming back to configure, we
2825# need to make the FD available again.
2826if test "$no_create" != yes; then
2827  ac_cs_success=:
2828  ac_config_status_args=
2829  test "$silent" = yes &&
2830    ac_config_status_args="$ac_config_status_args --quiet"
2831  exec 5>/dev/null
2832  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2833  exec 5>>config.log
2834  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2835  # would make configure fail if this is the last instruction.
2836  $ac_cs_success || { (exit 1); exit 1; }
2837fi
2838
Note: See TracBrowser for help on using the repository browser.