source: trunk/configure @ 177

Last change on this file since 177 was 177, checked in by bas, 15 years ago

configure.in:

  • enabled pbs-config utility
  • Property svn:executable set to *
File size: 74.8 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.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
618pbspath
619PYTHON
620PYTHON_VERSION
621PYTHON_PREFIX
622PYTHON_EXEC_PREFIX
623PYTHON_PLATFORM
624pythondir
625pkgpythondir
626pkgpyexecdir
627LIBOBJS
628LTLIBOBJS'
629ac_subst_files=''
630      ac_precious_vars='build_alias
631host_alias
632target_alias'
633
634
635# Initialize some variables set by options.
636ac_init_help=
637ac_init_version=false
638# The variables have the same names as the options, with
639# dashes changed to underlines.
640cache_file=/dev/null
641exec_prefix=NONE
642no_create=
643no_recursion=
644prefix=NONE
645program_prefix=NONE
646program_suffix=NONE
647program_transform_name=s,x,x,
648silent=
649site=
650srcdir=
651verbose=
652x_includes=NONE
653x_libraries=NONE
654
655# Installation directory options.
656# These are left unexpanded so users can "make install exec_prefix=/foo"
657# and all the variables that are supposed to be based on exec_prefix
658# by default will actually change.
659# Use braces instead of parens because sh, perl, etc. also accept them.
660# (The list follows the same order as the GNU Coding Standards.)
661bindir='${exec_prefix}/bin'
662sbindir='${exec_prefix}/sbin'
663libexecdir='${exec_prefix}/libexec'
664datarootdir='${prefix}/share'
665datadir='${datarootdir}'
666sysconfdir='${prefix}/etc'
667sharedstatedir='${prefix}/com'
668localstatedir='${prefix}/var'
669includedir='${prefix}/include'
670oldincludedir='/usr/include'
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'
680
681ac_prev=
682ac_dashdash=
683for ac_option
684do
685  # If the previous option needs an argument, assign it.
686  if test -n "$ac_prev"; then
687    eval $ac_prev=\$ac_option
688    ac_prev=
689    continue
690  fi
691
692  case $ac_option in
693  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
694  *)    ac_optarg=yes ;;
695  esac
696
697  # Accept the important Cygnus configure options, so we can diagnose typos.
698
699  case $ac_dashdash$ac_option in
700  --)
701    ac_dashdash=yes ;;
702
703  -bindir | --bindir | --bindi | --bind | --bin | --bi)
704    ac_prev=bindir ;;
705  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
706    bindir=$ac_optarg ;;
707
708  -build | --build | --buil | --bui | --bu)
709    ac_prev=build_alias ;;
710  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
711    build_alias=$ac_optarg ;;
712
713  -cache-file | --cache-file | --cache-fil | --cache-fi \
714  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
715    ac_prev=cache_file ;;
716  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
717  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
718    cache_file=$ac_optarg ;;
719
720  --config-cache | -C)
721    cache_file=config.cache ;;
722
723  -datadir | --datadir | --datadi | --datad)
724    ac_prev=datadir ;;
725  -datadir=* | --datadir=* | --datadi=* | --datad=*)
726    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 ;;
734
735  -disable-* | --disable-*)
736    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
737    # Reject names that are not valid shell variable names.
738    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
739      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
740   { (exit 1); exit 1; }; }
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 ;;
753
754  -enable-* | --enable-*)
755    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
756    # Reject names that are not valid shell variable names.
757    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
758      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
759   { (exit 1); exit 1; }; }
760    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
761    eval enable_$ac_feature=\$ac_optarg ;;
762
763  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
764  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
765  | --exec | --exe | --ex)
766    ac_prev=exec_prefix ;;
767  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
768  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
769  | --exec=* | --exe=* | --ex=*)
770    exec_prefix=$ac_optarg ;;
771
772  -gas | --gas | --ga | --g)
773    # Obsolete; use --with-gas.
774    with_gas=yes ;;
775
776  -help | --help | --hel | --he | -h)
777    ac_init_help=long ;;
778  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
779    ac_init_help=recursive ;;
780  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
781    ac_init_help=short ;;
782
783  -host | --host | --hos | --ho)
784    ac_prev=host_alias ;;
785  -host=* | --host=* | --hos=* | --ho=*)
786    host_alias=$ac_optarg ;;
787
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
794  -includedir | --includedir | --includedi | --included | --include \
795  | --includ | --inclu | --incl | --inc)
796    ac_prev=includedir ;;
797  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
798  | --includ=* | --inclu=* | --incl=* | --inc=*)
799    includedir=$ac_optarg ;;
800
801  -infodir | --infodir | --infodi | --infod | --info | --inf)
802    ac_prev=infodir ;;
803  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
804    infodir=$ac_optarg ;;
805
806  -libdir | --libdir | --libdi | --libd)
807    ac_prev=libdir ;;
808  -libdir=* | --libdir=* | --libdi=* | --libd=*)
809    libdir=$ac_optarg ;;
810
811  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
812  | --libexe | --libex | --libe)
813    ac_prev=libexecdir ;;
814  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
815  | --libexe=* | --libex=* | --libe=*)
816    libexecdir=$ac_optarg ;;
817
818  -localedir | --localedir | --localedi | --localed | --locale)
819    ac_prev=localedir ;;
820  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
821    localedir=$ac_optarg ;;
822
823  -localstatedir | --localstatedir | --localstatedi | --localstated \
824  | --localstate | --localstat | --localsta | --localst | --locals)
825    ac_prev=localstatedir ;;
826  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
827  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
828    localstatedir=$ac_optarg ;;
829
830  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
831    ac_prev=mandir ;;
832  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
833    mandir=$ac_optarg ;;
834
835  -nfp | --nfp | --nf)
836    # Obsolete; use --without-fp.
837    with_fp=no ;;
838
839  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
840  | --no-cr | --no-c | -n)
841    no_create=yes ;;
842
843  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
844  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
845    no_recursion=yes ;;
846
847  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
848  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
849  | --oldin | --oldi | --old | --ol | --o)
850    ac_prev=oldincludedir ;;
851  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
852  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
853  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
854    oldincludedir=$ac_optarg ;;
855
856  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
857    ac_prev=prefix ;;
858  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
859    prefix=$ac_optarg ;;
860
861  -program-prefix | --program-prefix | --program-prefi | --program-pref \
862  | --program-pre | --program-pr | --program-p)
863    ac_prev=program_prefix ;;
864  -program-prefix=* | --program-prefix=* | --program-prefi=* \
865  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
866    program_prefix=$ac_optarg ;;
867
868  -program-suffix | --program-suffix | --program-suffi | --program-suff \
869  | --program-suf | --program-su | --program-s)
870    ac_prev=program_suffix ;;
871  -program-suffix=* | --program-suffix=* | --program-suffi=* \
872  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
873    program_suffix=$ac_optarg ;;
874
875  -program-transform-name | --program-transform-name \
876  | --program-transform-nam | --program-transform-na \
877  | --program-transform-n | --program-transform- \
878  | --program-transform | --program-transfor \
879  | --program-transfo | --program-transf \
880  | --program-trans | --program-tran \
881  | --progr-tra | --program-tr | --program-t)
882    ac_prev=program_transform_name ;;
883  -program-transform-name=* | --program-transform-name=* \
884  | --program-transform-nam=* | --program-transform-na=* \
885  | --program-transform-n=* | --program-transform-=* \
886  | --program-transform=* | --program-transfor=* \
887  | --program-transfo=* | --program-transf=* \
888  | --program-trans=* | --program-tran=* \
889  | --progr-tra=* | --program-tr=* | --program-t=*)
890    program_transform_name=$ac_optarg ;;
891
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
902  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
903  | -silent | --silent | --silen | --sile | --sil)
904    silent=yes ;;
905
906  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
907    ac_prev=sbindir ;;
908  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
909  | --sbi=* | --sb=*)
910    sbindir=$ac_optarg ;;
911
912  -sharedstatedir | --sharedstatedir | --sharedstatedi \
913  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
914  | --sharedst | --shareds | --shared | --share | --shar \
915  | --sha | --sh)
916    ac_prev=sharedstatedir ;;
917  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
918  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
919  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
920  | --sha=* | --sh=*)
921    sharedstatedir=$ac_optarg ;;
922
923  -site | --site | --sit)
924    ac_prev=site ;;
925  -site=* | --site=* | --sit=*)
926    site=$ac_optarg ;;
927
928  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
929    ac_prev=srcdir ;;
930  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
931    srcdir=$ac_optarg ;;
932
933  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
934  | --syscon | --sysco | --sysc | --sys | --sy)
935    ac_prev=sysconfdir ;;
936  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
937  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
938    sysconfdir=$ac_optarg ;;
939
940  -target | --target | --targe | --targ | --tar | --ta | --t)
941    ac_prev=target_alias ;;
942  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
943    target_alias=$ac_optarg ;;
944
945  -v | -verbose | --verbose | --verbos | --verbo | --verb)
946    verbose=yes ;;
947
948  -version | --version | --versio | --versi | --vers | -V)
949    ac_init_version=: ;;
950
951  -with-* | --with-*)
952    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
953    # Reject names that are not valid shell variable names.
954    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
955      { echo "$as_me: error: invalid package name: $ac_package" >&2
956   { (exit 1); exit 1; }; }
957    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
958    eval with_$ac_package=\$ac_optarg ;;
959
960  -without-* | --without-*)
961    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
962    # Reject names that are not valid shell variable names.
963    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
964      { echo "$as_me: error: invalid package name: $ac_package" >&2
965   { (exit 1); exit 1; }; }
966    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
967    eval with_$ac_package=no ;;
968
969  --x)
970    # Obsolete; use --with-x.
971    with_x=yes ;;
972
973  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
974  | --x-incl | --x-inc | --x-in | --x-i)
975    ac_prev=x_includes ;;
976  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
977  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
978    x_includes=$ac_optarg ;;
979
980  -x-libraries | --x-libraries | --x-librarie | --x-librari \
981  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
982    ac_prev=x_libraries ;;
983  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
984  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
985    x_libraries=$ac_optarg ;;
986
987  -*) { echo "$as_me: error: unrecognized option: $ac_option
988Try \`$0 --help' for more information." >&2
989   { (exit 1); exit 1; }; }
990    ;;
991
992  *=*)
993    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
994    # Reject names that are not valid shell variable names.
995    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
996      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
997   { (exit 1); exit 1; }; }
998    eval $ac_envvar=\$ac_optarg
999    export $ac_envvar ;;
1000
1001  *)
1002    # FIXME: should be removed in autoconf 3.0.
1003    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1004    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1005      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1006    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1007    ;;
1008
1009  esac
1010done
1011
1012if test -n "$ac_prev"; then
1013  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1014  { echo "$as_me: error: missing argument to $ac_option" >&2
1015   { (exit 1); exit 1; }; }
1016fi
1017
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
1023do
1024  eval ac_val=\$$ac_var
1025  case $ac_val in
1026    [\\/$]* | ?:[\\/]* )  continue;;
1027    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1028  esac
1029  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1030   { (exit 1); exit 1; }; }
1031done
1032
1033# There might be people who depend on the old broken behavior: `$host'
1034# used to hold the argument of --host etc.
1035# FIXME: To remove some day.
1036build=$build_alias
1037host=$host_alias
1038target=$target_alias
1039
1040# FIXME: To remove some day.
1041if test "x$host_alias" != x; then
1042  if test "x$build_alias" = x; then
1043    cross_compiling=maybe
1044    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1045    If a cross compiler is detected then cross compile mode will be used." >&2
1046  elif test "x$build_alias" != "x$host_alias"; then
1047    cross_compiling=yes
1048  fi
1049fi
1050
1051ac_tool_prefix=
1052test -n "$host_alias" && ac_tool_prefix=$host_alias-
1053
1054test "$silent" = yes && exec 6>/dev/null
1055
1056
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
1067# Find the source files, if location was not specified.
1068if test -z "$srcdir"; then
1069  ac_srcdir_defaulted=yes
1070  # Try the directory containing this script, then the parent directory.
1071  ac_confdir=`$as_dirname -- "$0" ||
1072$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1073         X"$0" : 'X\(//\)[^/]' \| \
1074         X"$0" : 'X\(//\)$' \| \
1075         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1076echo X"$0" |
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'`
1094  srcdir=$ac_confdir
1095  if test ! -r "$srcdir/$ac_unique_file"; then
1096    srcdir=..
1097  fi
1098else
1099  ac_srcdir_defaulted=no
1100fi
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
1104   { (exit 1); exit 1; }; }
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
1109   { (exit 1); exit 1; }; }
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
1127
1128#
1129# Report the --help message.
1130#
1131if test "$ac_init_help" = "long"; then
1132  # Omit some internal or obsolete options to make the list less imposing.
1133  # This message is too long to be a string in the A/UX 3.1 sh.
1134  cat <<_ACEOF
1135\`configure' configures this package to adapt to many kinds of systems.
1136
1137Usage: $0 [OPTION]... [VAR=VALUE]...
1138
1139To assign environment variables (e.g., CC, CFLAGS...), specify them as
1140VAR=VALUE.  See below for descriptions of some of the useful variables.
1141
1142Defaults for the options are specified in brackets.
1143
1144Configuration:
1145  -h, --help              display this help and exit
1146      --help=short        display options specific to this package
1147      --help=recursive    display the short help of all the included packages
1148  -V, --version           display version information and exit
1149  -q, --quiet, --silent   do not print \`checking...' messages
1150      --cache-file=FILE   cache test results in FILE [disabled]
1151  -C, --config-cache      alias for \`--cache-file=config.cache'
1152  -n, --no-create         do not create output files
1153      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1154
1155Installation directories:
1156  --prefix=PREFIX         install architecture-independent files in PREFIX
1157                          [$ac_default_prefix]
1158  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1159                          [PREFIX]
1160
1161By default, \`make install' will install all the files in
1162\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1163an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1164for instance \`--prefix=\$HOME'.
1165
1166For better control, use the options below.
1167
1168Fine tuning of the installation directories:
1169  --bindir=DIR           user executables [EPREFIX/bin]
1170  --sbindir=DIR          system admin executables [EPREFIX/sbin]
1171  --libexecdir=DIR       program executables [EPREFIX/libexec]
1172  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1173  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1174  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1175  --libdir=DIR           object code libraries [EPREFIX/lib]
1176  --includedir=DIR       C header files [PREFIX/include]
1177  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
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]
1188_ACEOF
1189
1190  cat <<\_ACEOF
1191_ACEOF
1192fi
1193
1194if test -n "$ac_init_help"; then
1195
1196  cat <<\_ACEOF
1197
1198Optional Packages:
1199  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1200  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1201
1202  --with-pbsdir=PATH    directory that contains the torque libraries
1203
1204_ACEOF
1205ac_status=$?
1206fi
1207
1208if test "$ac_init_help" = "recursive"; then
1209  # If there are subdirs, report their specific --help.
1210  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1211    test -d "$ac_dir" || continue
1212    ac_builddir=.
1213
1214case "$ac_dir" in
1215.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1216*)
1217  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
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
1229
1230case $srcdir in
1231  .)  # We are building in place.
1232    ac_srcdir=.
1233    ac_top_srcdir=$ac_top_builddir_sub
1234    ac_abs_top_srcdir=$ac_pwd ;;
1235  [\\/]* | ?:[\\/]* )  # Absolute name.
1236    ac_srcdir=$srcdir$ac_dir_suffix;
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 ;;
1243esac
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
1254    else
1255      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1256    fi || ac_status=$?
1257    cd "$ac_pwd" || { ac_status=$?; break; }
1258  done
1259fi
1260
1261test -n "$ac_init_help" && exit $ac_status
1262if $ac_init_version; then
1263  cat <<\_ACEOF
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.
1269This configure script is free software; the Free Software Foundation
1270gives unlimited permission to copy, distribute and modify it.
1271_ACEOF
1272  exit
1273fi
1274cat >config.log <<_ACEOF
1275This file contains any messages produced by compilers while
1276running configure, to aid debugging if configure makes a mistake.
1277
1278It was created by $as_me, which was
1279generated by GNU Autoconf 2.61.  Invocation command line was
1280
1281  $ $0 $@
1282
1283_ACEOF
1284exec 5>>config.log
1285{
1286cat <<_ASUNAME
1287## --------- ##
1288## Platform. ##
1289## --------- ##
1290
1291hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1292uname -m = `(uname -m) 2>/dev/null || echo unknown`
1293uname -r = `(uname -r) 2>/dev/null || echo unknown`
1294uname -s = `(uname -s) 2>/dev/null || echo unknown`
1295uname -v = `(uname -v) 2>/dev/null || echo unknown`
1296
1297/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1298/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1299
1300/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1301/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1302/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1303/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1304/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1305/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1306/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1307
1308_ASUNAME
1309
1310as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1311for as_dir in $PATH
1312do
1313  IFS=$as_save_IFS
1314  test -z "$as_dir" && as_dir=.
1315  echo "PATH: $as_dir"
1316done
1317IFS=$as_save_IFS
1318
1319} >&5
1320
1321cat >&5 <<_ACEOF
1322
1323
1324## ----------- ##
1325## Core tests. ##
1326## ----------- ##
1327
1328_ACEOF
1329
1330
1331# Keep a trace of the command line.
1332# Strip out --no-create and --no-recursion so they do not pile up.
1333# Strip out --silent because we don't want to record it for future runs.
1334# Also quote any args containing shell meta-characters.
1335# Make two passes to allow for proper duplicate-argument suppression.
1336ac_configure_args=
1337ac_configure_args0=
1338ac_configure_args1=
1339ac_must_keep_next=false
1340for ac_pass in 1 2
1341do
1342  for ac_arg
1343  do
1344    case $ac_arg in
1345    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1346    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1347    | -silent | --silent | --silen | --sile | --sil)
1348      continue ;;
1349    *\'*)
1350      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1351    esac
1352    case $ac_pass in
1353    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1354    2)
1355      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1356      if test $ac_must_keep_next = true; then
1357        ac_must_keep_next=false # Got value, back to normal.
1358      else
1359        case $ac_arg in
1360          *=* | --config-cache | -C | -disable-* | --disable-* \
1361          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1362          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1363          | -with-* | --with-* | -without-* | --without-* | --x)
1364            case "$ac_configure_args0 " in
1365              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1366            esac
1367            ;;
1368          -* ) ac_must_keep_next=true ;;
1369        esac
1370      fi
1371      ac_configure_args="$ac_configure_args '$ac_arg'"
1372      ;;
1373    esac
1374  done
1375done
1376$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1377$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1378
1379# When interrupted or exit'd, cleanup temporary files, and complete
1380# config.log.  We remove comments because anyway the quotes in there
1381# would cause problems or look ugly.
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.
1384trap 'exit_status=$?
1385  # Save into config.log some information that might help in debugging.
1386  {
1387    echo
1388
1389    cat <<\_ASBOX
1390## ---------------- ##
1391## Cache variables. ##
1392## ---------------- ##
1393_ASBOX
1394    echo
1395    # The following way of writing the cache mishandles newlines in values,
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
1411  (set) 2>&1 |
1412    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1413    *${as_nl}ac_space=\ *)
1414      sed -n \
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"
1420      ;;
1421    esac |
1422    sort
1423)
1424    echo
1425
1426    cat <<\_ASBOX
1427## ----------------- ##
1428## Output variables. ##
1429## ----------------- ##
1430_ASBOX
1431    echo
1432    for ac_var in $ac_subst_vars
1433    do
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'\''"
1439    done | sort
1440    echo
1441
1442    if test -n "$ac_subst_files"; then
1443      cat <<\_ASBOX
1444## ------------------- ##
1445## File substitutions. ##
1446## ------------------- ##
1447_ASBOX
1448      echo
1449      for ac_var in $ac_subst_files
1450      do
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'\''"
1456      done | sort
1457      echo
1458    fi
1459
1460    if test -s confdefs.h; then
1461      cat <<\_ASBOX
1462## ----------- ##
1463## confdefs.h. ##
1464## ----------- ##
1465_ASBOX
1466      echo
1467      cat confdefs.h
1468      echo
1469    fi
1470    test "$ac_signal" != 0 &&
1471      echo "$as_me: caught signal $ac_signal"
1472    echo "$as_me: exit $exit_status"
1473  } >&5
1474  rm -f core *.core core.conftest.* &&
1475    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1476    exit $exit_status
1477' 0
1478for ac_signal in 1 2 13 15; do
1479  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1480done
1481ac_signal=0
1482
1483# confdefs.h avoids OS command line length limits that DEFS can exceed.
1484rm -f -r conftest* confdefs.h
1485
1486# Predefined preprocessor variables.
1487
1488cat >>confdefs.h <<_ACEOF
1489#define PACKAGE_NAME "$PACKAGE_NAME"
1490_ACEOF
1491
1492
1493cat >>confdefs.h <<_ACEOF
1494#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1495_ACEOF
1496
1497
1498cat >>confdefs.h <<_ACEOF
1499#define PACKAGE_VERSION "$PACKAGE_VERSION"
1500_ACEOF
1501
1502
1503cat >>confdefs.h <<_ACEOF
1504#define PACKAGE_STRING "$PACKAGE_STRING"
1505_ACEOF
1506
1507
1508cat >>confdefs.h <<_ACEOF
1509#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1510_ACEOF
1511
1512
1513# Let the site file select an alternate cache file if it wants to.
1514# Prefer explicitly selected file to automatically selected ones.
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
1526  if test -r "$ac_site_file"; then
1527    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1528echo "$as_me: loading site script $ac_site_file" >&6;}
1529    sed 's/^/| /' "$ac_site_file" >&5
1530    . "$ac_site_file"
1531  fi
1532done
1533
1534if test -r "$cache_file"; then
1535  # Some versions of bash will fail to source /dev/null (special
1536  # files actually), so we avoid doing that.
1537  if test -f "$cache_file"; then
1538    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1539echo "$as_me: loading cache $cache_file" >&6;}
1540    case $cache_file in
1541      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1542      *)                      . "./$cache_file";;
1543    esac
1544  fi
1545else
1546  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1547echo "$as_me: creating cache $cache_file" >&6;}
1548  >$cache_file
1549fi
1550
1551# Check that the precious variables saved in the cache have kept the same
1552# value.
1553ac_cache_corrupted=false
1554for ac_var in $ac_precious_vars; do
1555  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1556  eval ac_new_set=\$ac_env_${ac_var}_set
1557  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1558  eval ac_new_val=\$ac_env_${ac_var}_value
1559  case $ac_old_set,$ac_new_set in
1560    set,)
1561      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1562echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1563      ac_cache_corrupted=: ;;
1564    ,set)
1565      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1566echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1567      ac_cache_corrupted=: ;;
1568    ,);;
1569    *)
1570      if test "x$ac_old_val" != "x$ac_new_val"; then
1571        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1572echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1573        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1574echo "$as_me:   former value:  $ac_old_val" >&2;}
1575        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1576echo "$as_me:   current value: $ac_new_val" >&2;}
1577        ac_cache_corrupted=:
1578      fi;;
1579  esac
1580  # Pass precious variables to config.status.
1581  if test "$ac_new_set" = set; then
1582    case $ac_new_val in
1583    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1584    *) ac_arg=$ac_var=$ac_new_val ;;
1585    esac
1586    case " $ac_configure_args " in
1587      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1588      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1589    esac
1590  fi
1591done
1592if $ac_cache_corrupted; then
1593  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1594echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1595  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1596echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1597   { (exit 1); exit 1; }; }
1598fi
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616ac_ext=c
1617ac_cpp='$CPP $CPPFLAGS'
1618ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1619ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1620ac_compiler_gnu=$ac_cv_c_compiler_gnu
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630# Check whether --with-pbsdir was given.
1631if test "${with_pbsdir+set}" = set; then
1632  withval=$with_pbsdir; case "${withval}" in
1633        *) pbspath="${withval}" ;;
1634  esac
1635else
1636  pbspath=""
1637  pbspath=`pbs-config --libs`
1638
1639fi
1640
1641
1642
1643
1644
1645        # Find any Python interpreter.
1646    for ac_prog in python python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
1647do
1648  # Extract the first word of "$ac_prog", so it can be a program name with args.
1649set dummy $ac_prog; ac_word=$2
1650{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1651echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1652if test "${ac_cv_path_PYTHON+set}" = set; then
1653  echo $ECHO_N "(cached) $ECHO_C" >&6
1654else
1655  case $PYTHON in
1656  [\\/]* | ?:[\\/]*)
1657  ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
1658  ;;
1659  *)
1660  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1661for as_dir in $PATH
1662do
1663  IFS=$as_save_IFS
1664  test -z "$as_dir" && as_dir=.
1665  for ac_exec_ext in '' $ac_executable_extensions; do
1666  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1667    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
1668    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1669    break 2
1670  fi
1671done
1672done
1673IFS=$as_save_IFS
1674
1675  ;;
1676esac
1677fi
1678PYTHON=$ac_cv_path_PYTHON
1679if test -n "$PYTHON"; then
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
1687
1688  test -n "$PYTHON" && break
1689done
1690
1691    am_display_PYTHON=python
1692
1693
1694
1695  { echo "$as_me:$LINENO: checking for $am_display_PYTHON version" >&5
1696echo $ECHO_N "checking for $am_display_PYTHON version... $ECHO_C" >&6; }
1697if test "${am_cv_python_version+set}" = set; then
1698  echo $ECHO_N "(cached) $ECHO_C" >&6
1699else
1700  am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
1701fi
1702{ echo "$as_me:$LINENO: result: $am_cv_python_version" >&5
1703echo "${ECHO_T}$am_cv_python_version" >&6; }
1704  PYTHON_VERSION=$am_cv_python_version
1705
1706
1707
1708  PYTHON_PREFIX='${prefix}'
1709
1710  PYTHON_EXEC_PREFIX='${exec_prefix}'
1711
1712
1713
1714  { echo "$as_me:$LINENO: checking for $am_display_PYTHON platform" >&5
1715echo $ECHO_N "checking for $am_display_PYTHON platform... $ECHO_C" >&6; }
1716if test "${am_cv_python_platform+set}" = set; then
1717  echo $ECHO_N "(cached) $ECHO_C" >&6
1718else
1719  am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
1720fi
1721{ echo "$as_me:$LINENO: result: $am_cv_python_platform" >&5
1722echo "${ECHO_T}$am_cv_python_platform" >&6; }
1723  PYTHON_PLATFORM=$am_cv_python_platform
1724
1725
1726
1727
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; }
1730if test "${am_cv_python_pythondir+set}" = set; then
1731  echo $ECHO_N "(cached) $ECHO_C" >&6
1732else
1733  am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
1734     echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
1735fi
1736{ echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5
1737echo "${ECHO_T}$am_cv_python_pythondir" >&6; }
1738  pythondir=$am_cv_python_pythondir
1739
1740
1741
1742  pkgpythondir=\${pythondir}/$PACKAGE
1743
1744
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; }
1747if test "${am_cv_python_pyexecdir+set}" = set; then
1748  echo $ECHO_N "(cached) $ECHO_C" >&6
1749else
1750  am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
1751     echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
1752fi
1753{ echo "$as_me:$LINENO: result: $am_cv_python_pyexecdir" >&5
1754echo "${ECHO_T}$am_cv_python_pyexecdir" >&6; }
1755  pyexecdir=$am_cv_python_pyexecdir
1756
1757
1758
1759  pkgpyexecdir=\${pyexecdir}/$PACKAGE
1760
1761
1762
1763ac_config_files="$ac_config_files Makefile setup.py"
1764
1765cat >confcache <<\_ACEOF
1766# This file is a shell script that caches the results of configure
1767# tests run on this system so they can be shared between configure
1768# scripts and configure runs, see configure's option --config-cache.
1769# It is not useful on other systems.  If it contains results you don't
1770# want to keep, you may remove or edit it.
1771#
1772# config.status only pays attention to the cache file if you give it
1773# the --recheck option to rerun configure.
1774#
1775# `ac_cv_env_foo' variables (set or unset) will be overridden when
1776# loading this file, other *unset* `ac_cv_foo' will be assigned the
1777# following values.
1778
1779_ACEOF
1780
1781# The following way of writing the cache mishandles newlines in values,
1782# but we know of no workaround that is simple, portable, and efficient.
1783# So, we kill variables containing newlines.
1784# Ultrix sh set writes to stderr and can't be redirected directly,
1785# and sets the high bit in the cache file unless we assign to the vars.
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
1802  (set) 2>&1 |
1803    case $as_nl`(ac_space=' '; set) 2>&1` in #(
1804    *${as_nl}ac_space=\ *)
1805      # `set' does not quote correctly, so add quotes (double-quote
1806      # substitution turns \\\\ into \\, and sed turns \\ into \).
1807      sed -n \
1808        "s/'/'\\\\''/g;
1809          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1810      ;; #(
1811    *)
1812      # `set' quotes correctly as required by POSIX, so do not add quotes.
1813      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1814      ;;
1815    esac |
1816    sort
1817) |
1818  sed '
1819     /^ac_cv_env_/b end
1820     t clear
1821     :clear
1822     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1823     t end
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;}
1831    cat confcache >$cache_file
1832  else
1833    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
1834echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1835  fi
1836fi
1837rm -f confcache
1838
1839test "x$prefix" = xNONE && prefix=$ac_default_prefix
1840# Let make expand exec_prefix.
1841test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1842
1843# Transform confdefs.h into DEFS.
1844# Protect against shell expansion while executing Makefile rules.
1845# Protect against Makefile macro expansion.
1846#
1847# If the first sed substitution is executed (which looks for macros that
1848# take arguments), then branch to the quote section.  Otherwise,
1849# look for a macro that doesn't take arguments.
1850ac_script='
1851t clear
1852:clear
1853s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
1854t quote
1855s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
1856t quote
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`
1873
1874
1875ac_libobjs=
1876ac_ltlibobjs=
1877for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1878  # 1. Remove the extension, and $U if already installed.
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'
1885done
1886LIBOBJS=$ac_libobjs
1887
1888LTLIBOBJS=$ac_ltlibobjs
1889
1890
1891
1892: ${CONFIG_STATUS=./config.status}
1893ac_clean_files_save=$ac_clean_files
1894ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1895{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
1896echo "$as_me: creating $CONFIG_STATUS" >&6;}
1897cat >$CONFIG_STATUS <<_ACEOF
1898#! $SHELL
1899# Generated by $as_me.
1900# Run this file to recreate the current configuration.
1901# Compiler output produced by configure, useful for debugging
1902# configure, is in config.log if it exists.
1903
1904debug=false
1905ac_cs_recheck=false
1906ac_cs_silent=false
1907SHELL=\${CONFIG_SHELL-$SHELL}
1908_ACEOF
1909
1910cat >>$CONFIG_STATUS <<\_ACEOF
1911## --------------------- ##
1912## M4sh Initialization.  ##
1913## --------------------- ##
1914
1915# Be more Bourne compatible
1916DUALCASE=1; export DUALCASE # for MKS sh
1917if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
1918  emulate sh
1919  NULLCMD=:
1920  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1921  # is contrary to our usage.  Disable this feature.
1922  alias -g '${1+"$@"}'='"$@"'
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
1935# Avoid depending upon Character Ranges.
1936as_cr_letters='abcdefghijklmnopqrstuvwxyz'
1937as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1938as_cr_Letters=$as_cr_letters$as_cr_LETTERS
1939as_cr_digits='0123456789'
1940as_cr_alnum=$as_cr_Letters$as_cr_digits
1941
1942# The user is always right.
1943if test "${PATH_SEPARATOR+set}" != set; then
1944  echo "#! /bin/sh" >conf$$.sh
1945  echo  "exit 0"   >>conf$$.sh
1946  chmod +x conf$$.sh
1947  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
1948    PATH_SEPARATOR=';'
1949  else
1950    PATH_SEPARATOR=:
1951  fi
1952  rm -f conf$$.sh
1953fi
1954
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
1976for as_dir in $PATH
1977do
1978  IFS=$as_save_IFS
1979  test -z "$as_dir" && as_dir=.
1980  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1981done
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
2014  fi
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
2057  as_lineno_1=$LINENO
2058  as_lineno_2=$LINENO
2059  test "x$as_lineno_1" != "x$as_lineno_2" &&
2060  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
2061
2062  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2063  # uniformly replaced by the line number.  The first 'sed' inserts a
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.
2069  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
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 |
2076    sed '
2077      s/[$]LINENO.*/&-/
2078      t lineno
2079      b
2080      :lineno
2081      N
2082      :loop
2083      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2084      t loop
2085      s/-\n.*//
2086    ' >$as_me.lineno &&
2087  chmod +x "$as_me.lineno" ||
2088    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2089   { (exit 1); exit 1; }; }
2090
2091  # Don't try to exec as it changes $[0], causing all sort of problems
2092  # (the dirname of $[0] is not the place where we might find the
2093  # original and so on.  Autoconf is especially sensitive to this).
2094  . "./$as_me.lineno"
2095  # Exit status is that of the last command.
2096  exit
2097}
2098
2099
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';;
2115esac
2116
2117if expr a : '\(a\)' >/dev/null 2>&1 &&
2118   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2119  as_expr=expr
2120else
2121  as_expr=false
2122fi
2123
2124rm -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
2131echo >conf$$.file
2132if ln -s conf$$.file conf$$ 2>/dev/null; then
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 ||
2139    as_ln_s='cp -p'
2140elif ln conf$$.file conf$$ 2>/dev/null; then
2141  as_ln_s=ln
2142else
2143  as_ln_s='cp -p'
2144fi
2145rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2146rmdir conf$$.dir 2>/dev/null
2147
2148if mkdir -p . 2>/dev/null; then
2149  as_mkdir_p=:
2150else
2151  test -d ./-p && rmdir ./-p
2152  as_mkdir_p=false
2153fi
2154
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
2177
2178# Sed expression to map a string onto a valid CPP name.
2179as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2180
2181# Sed expression to map a string onto a valid variable name.
2182as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2183
2184
2185exec 6>&1
2186
2187# Save the log message, to keep $[0] and so on meaningful, and to
2188# report actual input values of CONFIG_FILES etc. instead of their
2189# values after options handling.
2190ac_log="
2191This file was extended by $as_me, which was
2192generated by GNU Autoconf 2.61.  Invocation command line was
2193
2194  CONFIG_FILES    = $CONFIG_FILES
2195  CONFIG_HEADERS  = $CONFIG_HEADERS
2196  CONFIG_LINKS    = $CONFIG_LINKS
2197  CONFIG_COMMANDS = $CONFIG_COMMANDS
2198  $ $0 $@
2199
2200on `(hostname || uname -n) 2>/dev/null | sed 1q`
2201"
2202
2203_ACEOF
2204
2205cat >>$CONFIG_STATUS <<_ACEOF
2206# Files that config.status was made for.
2207config_files="$ac_config_files"
2208
2209_ACEOF
2210
2211cat >>$CONFIG_STATUS <<\_ACEOF
2212ac_cs_usage="\
2213\`$as_me' instantiates files from templates according to the
2214current configuration.
2215
2216Usage: $0 [OPTIONS] [FILE]...
2217
2218  -h, --help       print this help, then exit
2219  -V, --version    print version number and configuration settings, then exit
2220  -q, --quiet      do not print progress messages
2221  -d, --debug      don't remove temporary files
2222      --recheck    update $as_me by reconfiguring in the same conditions
2223  --file=FILE[:TEMPLATE]
2224                   instantiate the configuration file FILE
2225
2226Configuration files:
2227$config_files
2228
2229Report bugs to <bug-autoconf@gnu.org>."
2230
2231_ACEOF
2232cat >>$CONFIG_STATUS <<_ACEOF
2233ac_cs_version="\\
2234config.status
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.
2239This config.status script is free software; the Free Software Foundation
2240gives unlimited permission to copy, distribute and modify it."
2241
2242ac_pwd='$ac_pwd'
2243srcdir='$srcdir'
2244_ACEOF
2245
2246cat >>$CONFIG_STATUS <<\_ACEOF
2247# If no file are specified by the user, then we need to provide default
2248# value.  By we need to know if files were specified by the user.
2249ac_need_defaults=:
2250while test $# != 0
2251do
2252  case $1 in
2253  --*=*)
2254    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2255    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2256    ac_shift=:
2257    ;;
2258  *)
2259    ac_option=$1
2260    ac_optarg=$2
2261    ac_shift=shift
2262    ;;
2263  esac
2264
2265  case $ac_option in
2266  # Handling of the options.
2267  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2268    ac_cs_recheck=: ;;
2269  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2270    echo "$ac_cs_version"; exit ;;
2271  --debug | --debu | --deb | --de | --d | -d )
2272    debug=: ;;
2273  --file | --fil | --fi | --f )
2274    $ac_shift
2275    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2276    ac_need_defaults=false;;
2277  --he | --h |  --help | --hel | -h )
2278    echo "$ac_cs_usage"; exit ;;
2279  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2280  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2281    ac_cs_silent=: ;;
2282
2283  # This is an error.
2284  -*) { echo "$as_me: error: unrecognized option: $1
2285Try \`$0 --help' for more information." >&2
2286   { (exit 1); exit 1; }; } ;;
2287
2288  *) ac_config_targets="$ac_config_targets $1"
2289     ac_need_defaults=false ;;
2290
2291  esac
2292  shift
2293done
2294
2295ac_configure_extra_args=
2296
2297if $ac_cs_silent; then
2298  exec 6>/dev/null
2299  ac_configure_extra_args="$ac_configure_extra_args --silent"
2300fi
2301
2302_ACEOF
2303cat >>$CONFIG_STATUS <<_ACEOF
2304if \$ac_cs_recheck; then
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
2312cat >>$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.
2329for ac_config_target in $ac_config_targets
2330do
2331  case $ac_config_target in
2332    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2333    "setup.py") CONFIG_FILES="$CONFIG_FILES setup.py" ;;
2334
2335  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2336echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2337   { (exit 1); exit 1; }; };;
2338  esac
2339done
2340
2341
2342# If the user did not use the arguments to specify the items to instantiate,
2343# then the envvar interface is used.  Set only those that are not.
2344# We use the long form for the default assignment because of an extremely
2345# bizarre bug on SunOS 4.1.3.
2346if $ac_need_defaults; then
2347  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2348fi
2349
2350# Have a temporary directory for convenience.  Make it in the build tree
2351# simply because there is no reason against having it here, and in addition,
2352# creating and moving files from /tmp can sometimes cause problems.
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'.
2356$debug ||
2357{
2358  tmp=
2359  trap 'exit_status=$?
2360  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
2361' 0
2362  trap '{ (exit 1); exit 1; }' 1 2 13 15
2363}
2364# Create a (secure) tmp directory for tmp files.
2365
2366{
2367  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2368  test -n "$tmp" && test -d "$tmp"
2369}  ||
2370{
2371  tmp=./conf$$-$RANDOM
2372  (umask 077 && mkdir "$tmp")
2373} ||
2374{
2375   echo "$me: cannot create a temporary directory in ." >&2
2376   { (exit 1); exit 1; }
2377}
2378
2379#
2380# Set up the sed scripts for CONFIG_FILES section.
2381#
2382
2383# No need to generate the scripts if there are no CONFIG_FILES.
2384# This happens for instance when ./config.status config.h
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;}
2555    fi
2556
2557    case $ac_tag in
2558    *:-:* | *:-) cat >"$tmp/stdin";;
2559    esac
2560    ;;
2561  esac
2562
2563  ac_dir=`$as_dirname -- "$ac_file" ||
2564$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2565         X"$ac_file" : 'X\(//\)[^/]' \| \
2566         X"$ac_file" : 'X\(//\)$' \| \
2567         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
2568echo X"$ac_file" |
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"; } || {
2591    as_dirs=
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" ||
2599$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2600         X"$as_dir" : 'X\(//\)[^/]' \| \
2601         X"$as_dir" : 'X\(//\)$' \| \
2602         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2603echo X"$as_dir" |
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
2622    done
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;}
2626   { (exit 1); exit 1; }; }; }
2627  ac_builddir=.
2628
2629case "$ac_dir" in
2630.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2631*)
2632  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
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
2644
2645case $srcdir in
2646  .)  # We are building in place.
2647    ac_srcdir=.
2648    ac_top_srcdir=$ac_top_builddir_sub
2649    ac_abs_top_srcdir=$ac_pwd ;;
2650  [\\/]* | ?:[\\/]* )  # Absolute name.
2651    ac_srcdir=$srcdir$ac_dir_suffix;
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 ;;
2658esac
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' ;;
2698esac
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?
2704cat >>$CONFIG_STATUS <<_ACEOF
2705  sed "$ac_vpsub
2706$extrasub
2707_ACEOF
2708cat >>$CONFIG_STATUS <<\_ACEOF
2709:t
2710/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
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
2744
2745{ (exit 0); exit 0; }
2746_ACEOF
2747chmod +x $CONFIG_STATUS
2748ac_clean_files=$ac_clean_files_save
2749
2750
2751# configure is writing to config.log, and then calls config.status.
2752# config.status does its own redirection, appending to config.log.
2753# Unfortunately, on DOS this fails, as config.log is still kept open
2754# by configure, so config.status won't be able to write to it; its
2755# output is simply discarded.  So we exec the FD to /dev/null,
2756# effectively closing config.log, so it can be properly (re)opened and
2757# appended to by config.status.  When coming back to configure, we
2758# need to make the FD available again.
2759if test "$no_create" != yes; then
2760  ac_cs_success=:
2761  ac_config_status_args=
2762  test "$silent" = yes &&
2763    ac_config_status_args="$ac_config_status_args --quiet"
2764  exec 5>/dev/null
2765  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
2766  exec 5>>config.log
2767  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
2768  # would make configure fail if this is the last instruction.
2769  $ac_cs_success || { (exit 1); exit 1; }
2770fi
2771
Note: See TracBrowser for help on using the repository browser.