source: trunk/configure @ 300

Last change on this file since 300 was 300, checked in by bas, 10 years ago

C directory is used for Torque version 2.X.
rewrite setup.py inspired by stijn de weirdt (University Gent), see #36

  • Property svn:executable set to *
File size: 87.2 KB
Line 
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7#
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18  emulate sh
19  NULLCMD=:
20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21  # is contrary to our usage.  Disable this feature.
22  alias -g '${1+"$@"}'='"$@"'
23  setopt NO_GLOB_SUBST
24else
25  case `(set -o) 2>/dev/null` in #(
26  *posix*) :
27    set -o posix ;; #(
28  *) :
29     ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45  as_echo='print -r --'
46  as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48  as_echo='printf %s\n'
49  as_echo_n='printf %s'
50else
51  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53    as_echo_n='/usr/ucb/echo -n'
54  else
55    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56    as_echo_n_body='eval
57      arg=$1;
58      case $arg in #(
59      *"$as_nl"*)
60        expr "X$arg" : "X\\(.*\\)$as_nl";
61        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62      esac;
63      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64    '
65    export as_echo_n_body
66    as_echo_n='sh -c $as_echo_n_body as_echo'
67  fi
68  export as_echo_body
69  as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74  PATH_SEPARATOR=:
75  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77      PATH_SEPARATOR=';'
78  }
79fi
80
81
82# IFS
83# We need space, tab and new line, in precisely that order.  Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" ""        $as_nl"
88
89# Find who we are.  Look in the path if we contain no directory separator.
90as_myself=
91case $0 in #((
92  *[\\/]* ) as_myself=$0 ;;
93  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96  IFS=$as_save_IFS
97  test -z "$as_dir" && as_dir=.
98    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99  done
100IFS=$as_save_IFS
101
102     ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107  as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111  exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there.  '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135# Use a proper internal environment variable to ensure we don't fall
136  # into an infinite loop, continuously re-executing ourselves.
137  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138    _as_can_reexec=no; export _as_can_reexec;
139    # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147  *v*x* | *x*v* ) as_opts=-vx ;;
148  *v* ) as_opts=-v ;;
149  *x* ) as_opts=-x ;;
150  * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157  fi
158  # We don't want this to propagate to other subprocesses.
159          { _as_can_reexec=; unset _as_can_reexec;}
160if test "x$CONFIG_SHELL" = x; then
161  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162  emulate sh
163  NULLCMD=:
164  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165  # is contrary to our usage.  Disable this feature.
166  alias -g '\${1+\"\$@\"}'='\"\$@\"'
167  setopt NO_GLOB_SUBST
168else
169  case \`(set -o) 2>/dev/null\` in #(
170  *posix*) :
171    set -o posix ;; #(
172  *) :
173     ;;
174esac
175fi
176"
177  as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191  exitcode=1; echo positional parameters were not saved.
192fi
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
195  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
199  if (eval "$as_required") 2>/dev/null; then :
200  as_have_required=yes
201else
202  as_have_required=no
203fi
204  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
205
206else
207  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
208as_found=false
209for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
210do
211  IFS=$as_save_IFS
212  test -z "$as_dir" && as_dir=.
213  as_found=:
214  case $as_dir in #(
215         /*)
216           for as_base in sh bash ksh sh5; do
217             # Try only shells that exist, to save several forks.
218             as_shell=$as_dir/$as_base
219             if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
220                    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
221  CONFIG_SHELL=$as_shell as_have_required=yes
222                   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
223  break 2
224fi
225fi
226           done;;
227       esac
228  as_found=false
229done
230$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
231              { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
232  CONFIG_SHELL=$SHELL as_have_required=yes
233fi; }
234IFS=$as_save_IFS
235
236
237      if test "x$CONFIG_SHELL" != x; then :
238  export CONFIG_SHELL
239             # We cannot yet assume a decent shell, so we have to provide a
240# neutralization value for shells without unset; and this also
241# works around shells that cannot unset nonexistent variables.
242# Preserve -v and -x to the replacement shell.
243BASH_ENV=/dev/null
244ENV=/dev/null
245(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
246case $- in # ((((
247  *v*x* | *x*v* ) as_opts=-vx ;;
248  *v* ) as_opts=-v ;;
249  *x* ) as_opts=-x ;;
250  * ) as_opts= ;;
251esac
252exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
253# Admittedly, this is quite paranoid, since all the known shells bail
254# out after a failed `exec'.
255$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
256exit 255
257fi
258
259    if test x$as_have_required = xno; then :
260  $as_echo "$0: This script requires a shell more modern than all"
261  $as_echo "$0: the shells that I found on your system."
262  if test x${ZSH_VERSION+set} = xset ; then
263    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
264    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
265  else
266    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
267$0: including any error possibly output before this
268$0: message. Then install a modern shell, or manually run
269$0: the script under such a shell if you do have one."
270  fi
271  exit 1
272fi
273fi
274fi
275SHELL=${CONFIG_SHELL-/bin/sh}
276export SHELL
277# Unset more variables known to interfere with behavior of common tools.
278CLICOLOR_FORCE= GREP_OPTIONS=
279unset CLICOLOR_FORCE GREP_OPTIONS
280
281## --------------------- ##
282## M4sh Shell Functions. ##
283## --------------------- ##
284# as_fn_unset VAR
285# ---------------
286# Portably unset VAR.
287as_fn_unset ()
288{
289  { eval $1=; unset $1;}
290}
291as_unset=as_fn_unset
292
293# as_fn_set_status STATUS
294# -----------------------
295# Set $? to STATUS, without forking.
296as_fn_set_status ()
297{
298  return $1
299} # as_fn_set_status
300
301# as_fn_exit STATUS
302# -----------------
303# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
304as_fn_exit ()
305{
306  set +e
307  as_fn_set_status $1
308  exit $1
309} # as_fn_exit
310
311# as_fn_mkdir_p
312# -------------
313# Create "$as_dir" as a directory, including parents if necessary.
314as_fn_mkdir_p ()
315{
316
317  case $as_dir in #(
318  -*) as_dir=./$as_dir;;
319  esac
320  test -d "$as_dir" || eval $as_mkdir_p || {
321    as_dirs=
322    while :; do
323      case $as_dir in #(
324      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
325      *) as_qdir=$as_dir;;
326      esac
327      as_dirs="'$as_qdir' $as_dirs"
328      as_dir=`$as_dirname -- "$as_dir" ||
329$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
330         X"$as_dir" : 'X\(//\)[^/]' \| \
331         X"$as_dir" : 'X\(//\)$' \| \
332         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
333$as_echo X"$as_dir" |
334    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
335            s//\1/
336            q
337          }
338          /^X\(\/\/\)[^/].*/{
339            s//\1/
340            q
341          }
342          /^X\(\/\/\)$/{
343            s//\1/
344            q
345          }
346          /^X\(\/\).*/{
347            s//\1/
348            q
349          }
350          s/.*/./; q'`
351      test -d "$as_dir" && break
352    done
353    test -z "$as_dirs" || eval "mkdir $as_dirs"
354  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
355
356
357} # as_fn_mkdir_p
358
359# as_fn_executable_p FILE
360# -----------------------
361# Test if FILE is an executable regular file.
362as_fn_executable_p ()
363{
364  test -f "$1" && test -x "$1"
365} # as_fn_executable_p
366# as_fn_append VAR VALUE
367# ----------------------
368# Append the text in VALUE to the end of the definition contained in VAR. Take
369# advantage of any shell optimizations that allow amortized linear growth over
370# repeated appends, instead of the typical quadratic growth present in naive
371# implementations.
372if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
373  eval 'as_fn_append ()
374  {
375    eval $1+=\$2
376  }'
377else
378  as_fn_append ()
379  {
380    eval $1=\$$1\$2
381  }
382fi # as_fn_append
383
384# as_fn_arith ARG...
385# ------------------
386# Perform arithmetic evaluation on the ARGs, and store the result in the
387# global $as_val. Take advantage of shells that can avoid forks. The arguments
388# must be portable across $(()) and expr.
389if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
390  eval 'as_fn_arith ()
391  {
392    as_val=$(( $* ))
393  }'
394else
395  as_fn_arith ()
396  {
397    as_val=`expr "$@" || test $? -eq 1`
398  }
399fi # as_fn_arith
400
401
402# as_fn_error STATUS ERROR [LINENO LOG_FD]
403# ----------------------------------------
404# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
405# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
406# script with STATUS, using 1 if that was 0.
407as_fn_error ()
408{
409  as_status=$1; test $as_status -eq 0 && as_status=1
410  if test "$4"; then
411    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
412    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
413  fi
414  $as_echo "$as_me: error: $2" >&2
415  as_fn_exit $as_status
416} # as_fn_error
417
418if expr a : '\(a\)' >/dev/null 2>&1 &&
419   test "X`expr 00001 : '.*\(...\)'`" = X001; then
420  as_expr=expr
421else
422  as_expr=false
423fi
424
425if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
426  as_basename=basename
427else
428  as_basename=false
429fi
430
431if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
432  as_dirname=dirname
433else
434  as_dirname=false
435fi
436
437as_me=`$as_basename -- "$0" ||
438$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
439         X"$0" : 'X\(//\)$' \| \
440         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
441$as_echo X/"$0" |
442    sed '/^.*\/\([^/][^/]*\)\/*$/{
443            s//\1/
444            q
445          }
446          /^X\/\(\/\/\)$/{
447            s//\1/
448            q
449          }
450          /^X\/\(\/\).*/{
451            s//\1/
452            q
453          }
454          s/.*/./; q'`
455
456# Avoid depending upon Character Ranges.
457as_cr_letters='abcdefghijklmnopqrstuvwxyz'
458as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
459as_cr_Letters=$as_cr_letters$as_cr_LETTERS
460as_cr_digits='0123456789'
461as_cr_alnum=$as_cr_Letters$as_cr_digits
462
463
464  as_lineno_1=$LINENO as_lineno_1a=$LINENO
465  as_lineno_2=$LINENO as_lineno_2a=$LINENO
466  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
467  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
468  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
469  sed -n '
470    p
471    /[$]LINENO/=
472  ' <$as_myself |
473    sed '
474      s/[$]LINENO.*/&-/
475      t lineno
476      b
477      :lineno
478      N
479      :loop
480      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
481      t loop
482      s/-\n.*//
483    ' >$as_me.lineno &&
484  chmod +x "$as_me.lineno" ||
485    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
486
487  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
488  # already done that, so ensure we don't try to do so again and fall
489  # in an infinite loop.  This has already happened in practice.
490  _as_can_reexec=no; export _as_can_reexec
491  # Don't try to exec as it changes $[0], causing all sort of problems
492  # (the dirname of $[0] is not the place where we might find the
493  # original and so on.  Autoconf is especially sensitive to this).
494  . "./$as_me.lineno"
495  # Exit status is that of the last command.
496  exit
497}
498
499ECHO_C= ECHO_N= ECHO_T=
500case `echo -n x` in #(((((
501-n*)
502  case `echo 'xy\c'` in
503  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
504  xy)  ECHO_C='\c';;
505  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
506       ECHO_T=' ';;
507  esac;;
508*)
509  ECHO_N='-n';;
510esac
511
512rm -f conf$$ conf$$.exe conf$$.file
513if test -d conf$$.dir; then
514  rm -f conf$$.dir/conf$$.file
515else
516  rm -f conf$$.dir
517  mkdir conf$$.dir 2>/dev/null
518fi
519if (echo >conf$$.file) 2>/dev/null; then
520  if ln -s conf$$.file conf$$ 2>/dev/null; then
521    as_ln_s='ln -s'
522    # ... but there are two gotchas:
523    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
524    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
525    # In both cases, we have to default to `cp -pR'.
526    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
527      as_ln_s='cp -pR'
528  elif ln conf$$.file conf$$ 2>/dev/null; then
529    as_ln_s=ln
530  else
531    as_ln_s='cp -pR'
532  fi
533else
534  as_ln_s='cp -pR'
535fi
536rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
537rmdir conf$$.dir 2>/dev/null
538
539if mkdir -p . 2>/dev/null; then
540  as_mkdir_p='mkdir -p "$as_dir"'
541else
542  test -d ./-p && rmdir ./-p
543  as_mkdir_p=false
544fi
545
546as_test_x='test -x'
547as_executable_p=as_fn_executable_p
548
549# Sed expression to map a string onto a valid CPP name.
550as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
551
552# Sed expression to map a string onto a valid variable name.
553as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554
555
556test -n "$DJDIR" || exec 7<&0 </dev/null
557exec 6>&1
558
559# Name of the host.
560# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
561# so uname gets run too.
562ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
563
564#
565# Initializations.
566#
567ac_default_prefix=/usr/local
568ac_clean_files=
569ac_config_libobj_dir=.
570LIBOBJS=
571cross_compiling=no
572subdirs=
573MFLAGS=
574MAKEFLAGS=
575
576# Identity of this package.
577PACKAGE_NAME=
578PACKAGE_TARNAME=
579PACKAGE_VERSION=
580PACKAGE_STRING=
581PACKAGE_BUGREPORT=
582PACKAGE_URL=
583
584ac_unique_file="src/PBSQuery.py"
585ac_subst_vars='LTLIBOBJS
586LIBOBJS
587pkgpyexecdir
588pkgpythondir
589pythondir
590PYTHON_PLATFORM
591PYTHON_EXEC_PREFIX
592PYTHON_PREFIX
593PYTHON_VERSION
594PYTHON
595pbs_version
596pbs_library_dir
597pbs_library_compile_line
598PBSCONFIG
599pbsdir
600pyexecdir
601target_alias
602host_alias
603build_alias
604LIBS
605ECHO_T
606ECHO_N
607ECHO_C
608DEFS
609mandir
610localedir
611libdir
612psdir
613pdfdir
614dvidir
615htmldir
616infodir
617docdir
618oldincludedir
619includedir
620localstatedir
621sharedstatedir
622sysconfdir
623datadir
624datarootdir
625libexecdir
626sbindir
627bindir
628program_transform_name
629prefix
630exec_prefix
631PACKAGE_URL
632PACKAGE_BUGREPORT
633PACKAGE_STRING
634PACKAGE_VERSION
635PACKAGE_TARNAME
636PACKAGE_NAME
637PATH_SEPARATOR
638SHELL'
639ac_subst_files=''
640ac_user_opts='
641enable_option_checking
642with_pbsdir
643'
644      ac_precious_vars='build_alias
645host_alias
646target_alias'
647
648
649# Initialize some variables set by options.
650ac_init_help=
651ac_init_version=false
652ac_unrecognized_opts=
653ac_unrecognized_sep=
654# The variables have the same names as the options, with
655# dashes changed to underlines.
656cache_file=/dev/null
657exec_prefix=NONE
658no_create=
659no_recursion=
660prefix=NONE
661program_prefix=NONE
662program_suffix=NONE
663program_transform_name=s,x,x,
664silent=
665site=
666srcdir=
667verbose=
668x_includes=NONE
669x_libraries=NONE
670
671# Installation directory options.
672# These are left unexpanded so users can "make install exec_prefix=/foo"
673# and all the variables that are supposed to be based on exec_prefix
674# by default will actually change.
675# Use braces instead of parens because sh, perl, etc. also accept them.
676# (The list follows the same order as the GNU Coding Standards.)
677bindir='${exec_prefix}/bin'
678sbindir='${exec_prefix}/sbin'
679libexecdir='${exec_prefix}/libexec'
680datarootdir='${prefix}/share'
681datadir='${datarootdir}'
682sysconfdir='${prefix}/etc'
683sharedstatedir='${prefix}/com'
684localstatedir='${prefix}/var'
685includedir='${prefix}/include'
686oldincludedir='/usr/include'
687docdir='${datarootdir}/doc/${PACKAGE}'
688infodir='${datarootdir}/info'
689htmldir='${docdir}'
690dvidir='${docdir}'
691pdfdir='${docdir}'
692psdir='${docdir}'
693libdir='${exec_prefix}/lib'
694localedir='${datarootdir}/locale'
695mandir='${datarootdir}/man'
696
697ac_prev=
698ac_dashdash=
699for ac_option
700do
701  # If the previous option needs an argument, assign it.
702  if test -n "$ac_prev"; then
703    eval $ac_prev=\$ac_option
704    ac_prev=
705    continue
706  fi
707
708  case $ac_option in
709  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
710  *=)   ac_optarg= ;;
711  *)    ac_optarg=yes ;;
712  esac
713
714  # Accept the important Cygnus configure options, so we can diagnose typos.
715
716  case $ac_dashdash$ac_option in
717  --)
718    ac_dashdash=yes ;;
719
720  -bindir | --bindir | --bindi | --bind | --bin | --bi)
721    ac_prev=bindir ;;
722  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
723    bindir=$ac_optarg ;;
724
725  -build | --build | --buil | --bui | --bu)
726    ac_prev=build_alias ;;
727  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
728    build_alias=$ac_optarg ;;
729
730  -cache-file | --cache-file | --cache-fil | --cache-fi \
731  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
732    ac_prev=cache_file ;;
733  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
734  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
735    cache_file=$ac_optarg ;;
736
737  --config-cache | -C)
738    cache_file=config.cache ;;
739
740  -datadir | --datadir | --datadi | --datad)
741    ac_prev=datadir ;;
742  -datadir=* | --datadir=* | --datadi=* | --datad=*)
743    datadir=$ac_optarg ;;
744
745  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
746  | --dataroo | --dataro | --datar)
747    ac_prev=datarootdir ;;
748  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
749  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
750    datarootdir=$ac_optarg ;;
751
752  -disable-* | --disable-*)
753    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
754    # Reject names that are not valid shell variable names.
755    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
756      as_fn_error $? "invalid feature name: $ac_useropt"
757    ac_useropt_orig=$ac_useropt
758    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
759    case $ac_user_opts in
760      *"
761"enable_$ac_useropt"
762"*) ;;
763      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
764         ac_unrecognized_sep=', ';;
765    esac
766    eval enable_$ac_useropt=no ;;
767
768  -docdir | --docdir | --docdi | --doc | --do)
769    ac_prev=docdir ;;
770  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
771    docdir=$ac_optarg ;;
772
773  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
774    ac_prev=dvidir ;;
775  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
776    dvidir=$ac_optarg ;;
777
778  -enable-* | --enable-*)
779    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
780    # Reject names that are not valid shell variable names.
781    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
782      as_fn_error $? "invalid feature name: $ac_useropt"
783    ac_useropt_orig=$ac_useropt
784    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
785    case $ac_user_opts in
786      *"
787"enable_$ac_useropt"
788"*) ;;
789      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
790         ac_unrecognized_sep=', ';;
791    esac
792    eval enable_$ac_useropt=\$ac_optarg ;;
793
794  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
795  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
796  | --exec | --exe | --ex)
797    ac_prev=exec_prefix ;;
798  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
799  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
800  | --exec=* | --exe=* | --ex=*)
801    exec_prefix=$ac_optarg ;;
802
803  -gas | --gas | --ga | --g)
804    # Obsolete; use --with-gas.
805    with_gas=yes ;;
806
807  -help | --help | --hel | --he | -h)
808    ac_init_help=long ;;
809  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
810    ac_init_help=recursive ;;
811  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
812    ac_init_help=short ;;
813
814  -host | --host | --hos | --ho)
815    ac_prev=host_alias ;;
816  -host=* | --host=* | --hos=* | --ho=*)
817    host_alias=$ac_optarg ;;
818
819  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
820    ac_prev=htmldir ;;
821  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
822  | --ht=*)
823    htmldir=$ac_optarg ;;
824
825  -includedir | --includedir | --includedi | --included | --include \
826  | --includ | --inclu | --incl | --inc)
827    ac_prev=includedir ;;
828  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
829  | --includ=* | --inclu=* | --incl=* | --inc=*)
830    includedir=$ac_optarg ;;
831
832  -infodir | --infodir | --infodi | --infod | --info | --inf)
833    ac_prev=infodir ;;
834  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
835    infodir=$ac_optarg ;;
836
837  -libdir | --libdir | --libdi | --libd)
838    ac_prev=libdir ;;
839  -libdir=* | --libdir=* | --libdi=* | --libd=*)
840    libdir=$ac_optarg ;;
841
842  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
843  | --libexe | --libex | --libe)
844    ac_prev=libexecdir ;;
845  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
846  | --libexe=* | --libex=* | --libe=*)
847    libexecdir=$ac_optarg ;;
848
849  -localedir | --localedir | --localedi | --localed | --locale)
850    ac_prev=localedir ;;
851  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
852    localedir=$ac_optarg ;;
853
854  -localstatedir | --localstatedir | --localstatedi | --localstated \
855  | --localstate | --localstat | --localsta | --localst | --locals)
856    ac_prev=localstatedir ;;
857  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
858  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
859    localstatedir=$ac_optarg ;;
860
861  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
862    ac_prev=mandir ;;
863  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
864    mandir=$ac_optarg ;;
865
866  -nfp | --nfp | --nf)
867    # Obsolete; use --without-fp.
868    with_fp=no ;;
869
870  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
871  | --no-cr | --no-c | -n)
872    no_create=yes ;;
873
874  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
875  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
876    no_recursion=yes ;;
877
878  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
879  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
880  | --oldin | --oldi | --old | --ol | --o)
881    ac_prev=oldincludedir ;;
882  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
883  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
884  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
885    oldincludedir=$ac_optarg ;;
886
887  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
888    ac_prev=prefix ;;
889  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
890    prefix=$ac_optarg ;;
891
892  -program-prefix | --program-prefix | --program-prefi | --program-pref \
893  | --program-pre | --program-pr | --program-p)
894    ac_prev=program_prefix ;;
895  -program-prefix=* | --program-prefix=* | --program-prefi=* \
896  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
897    program_prefix=$ac_optarg ;;
898
899  -program-suffix | --program-suffix | --program-suffi | --program-suff \
900  | --program-suf | --program-su | --program-s)
901    ac_prev=program_suffix ;;
902  -program-suffix=* | --program-suffix=* | --program-suffi=* \
903  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
904    program_suffix=$ac_optarg ;;
905
906  -program-transform-name | --program-transform-name \
907  | --program-transform-nam | --program-transform-na \
908  | --program-transform-n | --program-transform- \
909  | --program-transform | --program-transfor \
910  | --program-transfo | --program-transf \
911  | --program-trans | --program-tran \
912  | --progr-tra | --program-tr | --program-t)
913    ac_prev=program_transform_name ;;
914  -program-transform-name=* | --program-transform-name=* \
915  | --program-transform-nam=* | --program-transform-na=* \
916  | --program-transform-n=* | --program-transform-=* \
917  | --program-transform=* | --program-transfor=* \
918  | --program-transfo=* | --program-transf=* \
919  | --program-trans=* | --program-tran=* \
920  | --progr-tra=* | --program-tr=* | --program-t=*)
921    program_transform_name=$ac_optarg ;;
922
923  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
924    ac_prev=pdfdir ;;
925  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
926    pdfdir=$ac_optarg ;;
927
928  -psdir | --psdir | --psdi | --psd | --ps)
929    ac_prev=psdir ;;
930  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
931    psdir=$ac_optarg ;;
932
933  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
934  | -silent | --silent | --silen | --sile | --sil)
935    silent=yes ;;
936
937  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
938    ac_prev=sbindir ;;
939  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
940  | --sbi=* | --sb=*)
941    sbindir=$ac_optarg ;;
942
943  -sharedstatedir | --sharedstatedir | --sharedstatedi \
944  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
945  | --sharedst | --shareds | --shared | --share | --shar \
946  | --sha | --sh)
947    ac_prev=sharedstatedir ;;
948  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
949  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
950  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
951  | --sha=* | --sh=*)
952    sharedstatedir=$ac_optarg ;;
953
954  -site | --site | --sit)
955    ac_prev=site ;;
956  -site=* | --site=* | --sit=*)
957    site=$ac_optarg ;;
958
959  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
960    ac_prev=srcdir ;;
961  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
962    srcdir=$ac_optarg ;;
963
964  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
965  | --syscon | --sysco | --sysc | --sys | --sy)
966    ac_prev=sysconfdir ;;
967  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
968  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
969    sysconfdir=$ac_optarg ;;
970
971  -target | --target | --targe | --targ | --tar | --ta | --t)
972    ac_prev=target_alias ;;
973  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
974    target_alias=$ac_optarg ;;
975
976  -v | -verbose | --verbose | --verbos | --verbo | --verb)
977    verbose=yes ;;
978
979  -version | --version | --versio | --versi | --vers | -V)
980    ac_init_version=: ;;
981
982  -with-* | --with-*)
983    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
984    # Reject names that are not valid shell variable names.
985    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
986      as_fn_error $? "invalid package name: $ac_useropt"
987    ac_useropt_orig=$ac_useropt
988    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
989    case $ac_user_opts in
990      *"
991"with_$ac_useropt"
992"*) ;;
993      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
994         ac_unrecognized_sep=', ';;
995    esac
996    eval with_$ac_useropt=\$ac_optarg ;;
997
998  -without-* | --without-*)
999    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1000    # Reject names that are not valid shell variable names.
1001    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1002      as_fn_error $? "invalid package name: $ac_useropt"
1003    ac_useropt_orig=$ac_useropt
1004    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1005    case $ac_user_opts in
1006      *"
1007"with_$ac_useropt"
1008"*) ;;
1009      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1010         ac_unrecognized_sep=', ';;
1011    esac
1012    eval with_$ac_useropt=no ;;
1013
1014  --x)
1015    # Obsolete; use --with-x.
1016    with_x=yes ;;
1017
1018  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1019  | --x-incl | --x-inc | --x-in | --x-i)
1020    ac_prev=x_includes ;;
1021  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1022  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1023    x_includes=$ac_optarg ;;
1024
1025  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1026  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1027    ac_prev=x_libraries ;;
1028  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1029  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1030    x_libraries=$ac_optarg ;;
1031
1032  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1033Try \`$0 --help' for more information"
1034    ;;
1035
1036  *=*)
1037    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1038    # Reject names that are not valid shell variable names.
1039    case $ac_envvar in #(
1040      '' | [0-9]* | *[!_$as_cr_alnum]* )
1041      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1042    esac
1043    eval $ac_envvar=\$ac_optarg
1044    export $ac_envvar ;;
1045
1046  *)
1047    # FIXME: should be removed in autoconf 3.0.
1048    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1049    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1050      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1051    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1052    ;;
1053
1054  esac
1055done
1056
1057if test -n "$ac_prev"; then
1058  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1059  as_fn_error $? "missing argument to $ac_option"
1060fi
1061
1062if test -n "$ac_unrecognized_opts"; then
1063  case $enable_option_checking in
1064    no) ;;
1065    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1066    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1067  esac
1068fi
1069
1070# Check all directory arguments for consistency.
1071for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1072                datadir sysconfdir sharedstatedir localstatedir includedir \
1073                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1074                libdir localedir mandir
1075do
1076  eval ac_val=\$$ac_var
1077  # Remove trailing slashes.
1078  case $ac_val in
1079    */ )
1080      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1081      eval $ac_var=\$ac_val;;
1082  esac
1083  # Be sure to have absolute directory names.
1084  case $ac_val in
1085    [\\/$]* | ?:[\\/]* )  continue;;
1086    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1087  esac
1088  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1089done
1090
1091# There might be people who depend on the old broken behavior: `$host'
1092# used to hold the argument of --host etc.
1093# FIXME: To remove some day.
1094build=$build_alias
1095host=$host_alias
1096target=$target_alias
1097
1098# FIXME: To remove some day.
1099if test "x$host_alias" != x; then
1100  if test "x$build_alias" = x; then
1101    cross_compiling=maybe
1102  elif test "x$build_alias" != "x$host_alias"; then
1103    cross_compiling=yes
1104  fi
1105fi
1106
1107ac_tool_prefix=
1108test -n "$host_alias" && ac_tool_prefix=$host_alias-
1109
1110test "$silent" = yes && exec 6>/dev/null
1111
1112
1113ac_pwd=`pwd` && test -n "$ac_pwd" &&
1114ac_ls_di=`ls -di .` &&
1115ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1116  as_fn_error $? "working directory cannot be determined"
1117test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1118  as_fn_error $? "pwd does not report name of working directory"
1119
1120
1121# Find the source files, if location was not specified.
1122if test -z "$srcdir"; then
1123  ac_srcdir_defaulted=yes
1124  # Try the directory containing this script, then the parent directory.
1125  ac_confdir=`$as_dirname -- "$as_myself" ||
1126$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1127         X"$as_myself" : 'X\(//\)[^/]' \| \
1128         X"$as_myself" : 'X\(//\)$' \| \
1129         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1130$as_echo X"$as_myself" |
1131    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1132            s//\1/
1133            q
1134          }
1135          /^X\(\/\/\)[^/].*/{
1136            s//\1/
1137            q
1138          }
1139          /^X\(\/\/\)$/{
1140            s//\1/
1141            q
1142          }
1143          /^X\(\/\).*/{
1144            s//\1/
1145            q
1146          }
1147          s/.*/./; q'`
1148  srcdir=$ac_confdir
1149  if test ! -r "$srcdir/$ac_unique_file"; then
1150    srcdir=..
1151  fi
1152else
1153  ac_srcdir_defaulted=no
1154fi
1155if test ! -r "$srcdir/$ac_unique_file"; then
1156  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1157  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1158fi
1159ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1160ac_abs_confdir=`(
1161        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1162        pwd)`
1163# When building in place, set srcdir=.
1164if test "$ac_abs_confdir" = "$ac_pwd"; then
1165  srcdir=.
1166fi
1167# Remove unnecessary trailing slashes from srcdir.
1168# Double slashes in file names in object file debugging info
1169# mess up M-x gdb in Emacs.
1170case $srcdir in
1171*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1172esac
1173for ac_var in $ac_precious_vars; do
1174  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1175  eval ac_env_${ac_var}_value=\$${ac_var}
1176  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1177  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1178done
1179
1180#
1181# Report the --help message.
1182#
1183if test "$ac_init_help" = "long"; then
1184  # Omit some internal or obsolete options to make the list less imposing.
1185  # This message is too long to be a string in the A/UX 3.1 sh.
1186  cat <<_ACEOF
1187\`configure' configures this package to adapt to many kinds of systems.
1188
1189Usage: $0 [OPTION]... [VAR=VALUE]...
1190
1191To assign environment variables (e.g., CC, CFLAGS...), specify them as
1192VAR=VALUE.  See below for descriptions of some of the useful variables.
1193
1194Defaults for the options are specified in brackets.
1195
1196Configuration:
1197  -h, --help              display this help and exit
1198      --help=short        display options specific to this package
1199      --help=recursive    display the short help of all the included packages
1200  -V, --version           display version information and exit
1201  -q, --quiet, --silent   do not print \`checking ...' messages
1202      --cache-file=FILE   cache test results in FILE [disabled]
1203  -C, --config-cache      alias for \`--cache-file=config.cache'
1204  -n, --no-create         do not create output files
1205      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1206
1207Installation directories:
1208  --prefix=PREFIX         install architecture-independent files in PREFIX
1209                          [$ac_default_prefix]
1210  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1211                          [PREFIX]
1212
1213By default, \`make install' will install all the files in
1214\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1215an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1216for instance \`--prefix=\$HOME'.
1217
1218For better control, use the options below.
1219
1220Fine tuning of the installation directories:
1221  --bindir=DIR            user executables [EPREFIX/bin]
1222  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1223  --libexecdir=DIR        program executables [EPREFIX/libexec]
1224  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1225  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1226  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1227  --libdir=DIR            object code libraries [EPREFIX/lib]
1228  --includedir=DIR        C header files [PREFIX/include]
1229  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1230  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1231  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1232  --infodir=DIR           info documentation [DATAROOTDIR/info]
1233  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1234  --mandir=DIR            man documentation [DATAROOTDIR/man]
1235  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1236  --htmldir=DIR           html documentation [DOCDIR]
1237  --dvidir=DIR            dvi documentation [DOCDIR]
1238  --pdfdir=DIR            pdf documentation [DOCDIR]
1239  --psdir=DIR             ps documentation [DOCDIR]
1240_ACEOF
1241
1242  cat <<\_ACEOF
1243_ACEOF
1244fi
1245
1246if test -n "$ac_init_help"; then
1247
1248  cat <<\_ACEOF
1249
1250Optional Packages:
1251  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1252  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1253  --with-pbsdir=PATH    The torque/pbs install directory
1254
1255Report bugs to the package provider.
1256_ACEOF
1257ac_status=$?
1258fi
1259
1260if test "$ac_init_help" = "recursive"; then
1261  # If there are subdirs, report their specific --help.
1262  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1263    test -d "$ac_dir" ||
1264      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1265      continue
1266    ac_builddir=.
1267
1268case "$ac_dir" in
1269.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1270*)
1271  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1272  # A ".." for each directory in $ac_dir_suffix.
1273  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1274  case $ac_top_builddir_sub in
1275  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1276  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1277  esac ;;
1278esac
1279ac_abs_top_builddir=$ac_pwd
1280ac_abs_builddir=$ac_pwd$ac_dir_suffix
1281# for backward compatibility:
1282ac_top_builddir=$ac_top_build_prefix
1283
1284case $srcdir in
1285  .)  # We are building in place.
1286    ac_srcdir=.
1287    ac_top_srcdir=$ac_top_builddir_sub
1288    ac_abs_top_srcdir=$ac_pwd ;;
1289  [\\/]* | ?:[\\/]* )  # Absolute name.
1290    ac_srcdir=$srcdir$ac_dir_suffix;
1291    ac_top_srcdir=$srcdir
1292    ac_abs_top_srcdir=$srcdir ;;
1293  *) # Relative name.
1294    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1295    ac_top_srcdir=$ac_top_build_prefix$srcdir
1296    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1297esac
1298ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1299
1300    cd "$ac_dir" || { ac_status=$?; continue; }
1301    # Check for guested configure.
1302    if test -f "$ac_srcdir/configure.gnu"; then
1303      echo &&
1304      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1305    elif test -f "$ac_srcdir/configure"; then
1306      echo &&
1307      $SHELL "$ac_srcdir/configure" --help=recursive
1308    else
1309      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1310    fi || ac_status=$?
1311    cd "$ac_pwd" || { ac_status=$?; break; }
1312  done
1313fi
1314
1315test -n "$ac_init_help" && exit $ac_status
1316if $ac_init_version; then
1317  cat <<\_ACEOF
1318configure
1319generated by GNU Autoconf 2.69
1320
1321Copyright (C) 2012 Free Software Foundation, Inc.
1322This configure script is free software; the Free Software Foundation
1323gives unlimited permission to copy, distribute and modify it.
1324_ACEOF
1325  exit
1326fi
1327
1328## ------------------------ ##
1329## Autoconf initialization. ##
1330## ------------------------ ##
1331cat >config.log <<_ACEOF
1332This file contains any messages produced by compilers while
1333running configure, to aid debugging if configure makes a mistake.
1334
1335It was created by $as_me, which was
1336generated by GNU Autoconf 2.69.  Invocation command line was
1337
1338  $ $0 $@
1339
1340_ACEOF
1341exec 5>>config.log
1342{
1343cat <<_ASUNAME
1344## --------- ##
1345## Platform. ##
1346## --------- ##
1347
1348hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1349uname -m = `(uname -m) 2>/dev/null || echo unknown`
1350uname -r = `(uname -r) 2>/dev/null || echo unknown`
1351uname -s = `(uname -s) 2>/dev/null || echo unknown`
1352uname -v = `(uname -v) 2>/dev/null || echo unknown`
1353
1354/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1355/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1356
1357/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1358/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1359/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1360/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1361/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1362/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1363/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1364
1365_ASUNAME
1366
1367as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1368for as_dir in $PATH
1369do
1370  IFS=$as_save_IFS
1371  test -z "$as_dir" && as_dir=.
1372    $as_echo "PATH: $as_dir"
1373  done
1374IFS=$as_save_IFS
1375
1376} >&5
1377
1378cat >&5 <<_ACEOF
1379
1380
1381## ----------- ##
1382## Core tests. ##
1383## ----------- ##
1384
1385_ACEOF
1386
1387
1388# Keep a trace of the command line.
1389# Strip out --no-create and --no-recursion so they do not pile up.
1390# Strip out --silent because we don't want to record it for future runs.
1391# Also quote any args containing shell meta-characters.
1392# Make two passes to allow for proper duplicate-argument suppression.
1393ac_configure_args=
1394ac_configure_args0=
1395ac_configure_args1=
1396ac_must_keep_next=false
1397for ac_pass in 1 2
1398do
1399  for ac_arg
1400  do
1401    case $ac_arg in
1402    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1403    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1404    | -silent | --silent | --silen | --sile | --sil)
1405      continue ;;
1406    *\'*)
1407      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1408    esac
1409    case $ac_pass in
1410    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1411    2)
1412      as_fn_append ac_configure_args1 " '$ac_arg'"
1413      if test $ac_must_keep_next = true; then
1414        ac_must_keep_next=false # Got value, back to normal.
1415      else
1416        case $ac_arg in
1417          *=* | --config-cache | -C | -disable-* | --disable-* \
1418          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1419          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1420          | -with-* | --with-* | -without-* | --without-* | --x)
1421            case "$ac_configure_args0 " in
1422              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1423            esac
1424            ;;
1425          -* ) ac_must_keep_next=true ;;
1426        esac
1427      fi
1428      as_fn_append ac_configure_args " '$ac_arg'"
1429      ;;
1430    esac
1431  done
1432done
1433{ ac_configure_args0=; unset ac_configure_args0;}
1434{ ac_configure_args1=; unset ac_configure_args1;}
1435
1436# When interrupted or exit'd, cleanup temporary files, and complete
1437# config.log.  We remove comments because anyway the quotes in there
1438# would cause problems or look ugly.
1439# WARNING: Use '\'' to represent an apostrophe within the trap.
1440# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1441trap 'exit_status=$?
1442  # Save into config.log some information that might help in debugging.
1443  {
1444    echo
1445
1446    $as_echo "## ---------------- ##
1447## Cache variables. ##
1448## ---------------- ##"
1449    echo
1450    # The following way of writing the cache mishandles newlines in values,
1451(
1452  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1453    eval ac_val=\$$ac_var
1454    case $ac_val in #(
1455    *${as_nl}*)
1456      case $ac_var in #(
1457      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1458$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1459      esac
1460      case $ac_var in #(
1461      _ | IFS | as_nl) ;; #(
1462      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1463      *) { eval $ac_var=; unset $ac_var;} ;;
1464      esac ;;
1465    esac
1466  done
1467  (set) 2>&1 |
1468    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1469    *${as_nl}ac_space=\ *)
1470      sed -n \
1471        "s/'\''/'\''\\\\'\'''\''/g;
1472          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1473      ;; #(
1474    *)
1475      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1476      ;;
1477    esac |
1478    sort
1479)
1480    echo
1481
1482    $as_echo "## ----------------- ##
1483## Output variables. ##
1484## ----------------- ##"
1485    echo
1486    for ac_var in $ac_subst_vars
1487    do
1488      eval ac_val=\$$ac_var
1489      case $ac_val in
1490      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1491      esac
1492      $as_echo "$ac_var='\''$ac_val'\''"
1493    done | sort
1494    echo
1495
1496    if test -n "$ac_subst_files"; then
1497      $as_echo "## ------------------- ##
1498## File substitutions. ##
1499## ------------------- ##"
1500      echo
1501      for ac_var in $ac_subst_files
1502      do
1503        eval ac_val=\$$ac_var
1504        case $ac_val in
1505        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1506        esac
1507        $as_echo "$ac_var='\''$ac_val'\''"
1508      done | sort
1509      echo
1510    fi
1511
1512    if test -s confdefs.h; then
1513      $as_echo "## ----------- ##
1514## confdefs.h. ##
1515## ----------- ##"
1516      echo
1517      cat confdefs.h
1518      echo
1519    fi
1520    test "$ac_signal" != 0 &&
1521      $as_echo "$as_me: caught signal $ac_signal"
1522    $as_echo "$as_me: exit $exit_status"
1523  } >&5
1524  rm -f core *.core core.conftest.* &&
1525    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1526    exit $exit_status
1527' 0
1528for ac_signal in 1 2 13 15; do
1529  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1530done
1531ac_signal=0
1532
1533# confdefs.h avoids OS command line length limits that DEFS can exceed.
1534rm -f -r conftest* confdefs.h
1535
1536$as_echo "/* confdefs.h */" > confdefs.h
1537
1538# Predefined preprocessor variables.
1539
1540cat >>confdefs.h <<_ACEOF
1541#define PACKAGE_NAME "$PACKAGE_NAME"
1542_ACEOF
1543
1544cat >>confdefs.h <<_ACEOF
1545#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1546_ACEOF
1547
1548cat >>confdefs.h <<_ACEOF
1549#define PACKAGE_VERSION "$PACKAGE_VERSION"
1550_ACEOF
1551
1552cat >>confdefs.h <<_ACEOF
1553#define PACKAGE_STRING "$PACKAGE_STRING"
1554_ACEOF
1555
1556cat >>confdefs.h <<_ACEOF
1557#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1558_ACEOF
1559
1560cat >>confdefs.h <<_ACEOF
1561#define PACKAGE_URL "$PACKAGE_URL"
1562_ACEOF
1563
1564
1565# Let the site file select an alternate cache file if it wants to.
1566# Prefer an explicitly selected file to automatically selected ones.
1567ac_site_file1=NONE
1568ac_site_file2=NONE
1569if test -n "$CONFIG_SITE"; then
1570  # We do not want a PATH search for config.site.
1571  case $CONFIG_SITE in #((
1572    -*)  ac_site_file1=./$CONFIG_SITE;;
1573    */*) ac_site_file1=$CONFIG_SITE;;
1574    *)   ac_site_file1=./$CONFIG_SITE;;
1575  esac
1576elif test "x$prefix" != xNONE; then
1577  ac_site_file1=$prefix/share/config.site
1578  ac_site_file2=$prefix/etc/config.site
1579else
1580  ac_site_file1=$ac_default_prefix/share/config.site
1581  ac_site_file2=$ac_default_prefix/etc/config.site
1582fi
1583for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1584do
1585  test "x$ac_site_file" = xNONE && continue
1586  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1587    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1588$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1589    sed 's/^/| /' "$ac_site_file" >&5
1590    . "$ac_site_file" \
1591      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1592$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1593as_fn_error $? "failed to load site script $ac_site_file
1594See \`config.log' for more details" "$LINENO" 5; }
1595  fi
1596done
1597
1598if test -r "$cache_file"; then
1599  # Some versions of bash will fail to source /dev/null (special files
1600  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1601  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1602    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1603$as_echo "$as_me: loading cache $cache_file" >&6;}
1604    case $cache_file in
1605      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1606      *)                      . "./$cache_file";;
1607    esac
1608  fi
1609else
1610  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1611$as_echo "$as_me: creating cache $cache_file" >&6;}
1612  >$cache_file
1613fi
1614
1615# Check that the precious variables saved in the cache have kept the same
1616# value.
1617ac_cache_corrupted=false
1618for ac_var in $ac_precious_vars; do
1619  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1620  eval ac_new_set=\$ac_env_${ac_var}_set
1621  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1622  eval ac_new_val=\$ac_env_${ac_var}_value
1623  case $ac_old_set,$ac_new_set in
1624    set,)
1625      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1626$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1627      ac_cache_corrupted=: ;;
1628    ,set)
1629      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1630$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1631      ac_cache_corrupted=: ;;
1632    ,);;
1633    *)
1634      if test "x$ac_old_val" != "x$ac_new_val"; then
1635        # differences in whitespace do not lead to failure.
1636        ac_old_val_w=`echo x $ac_old_val`
1637        ac_new_val_w=`echo x $ac_new_val`
1638        if test "$ac_old_val_w" != "$ac_new_val_w"; then
1639          { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1640$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1641          ac_cache_corrupted=:
1642        else
1643          { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1644$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1645          eval $ac_var=\$ac_old_val
1646        fi
1647        { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1648$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1649        { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1650$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1651      fi;;
1652  esac
1653  # Pass precious variables to config.status.
1654  if test "$ac_new_set" = set; then
1655    case $ac_new_val in
1656    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1657    *) ac_arg=$ac_var=$ac_new_val ;;
1658    esac
1659    case " $ac_configure_args " in
1660      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1661      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1662    esac
1663  fi
1664done
1665if $ac_cache_corrupted; then
1666  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1667$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1668  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1669$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1670  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1671fi
1672## -------------------- ##
1673## Main body of script. ##
1674## -------------------- ##
1675
1676ac_ext=c
1677ac_cpp='$CPP $CPPFLAGS'
1678ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1679ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1680ac_compiler_gnu=$ac_cv_c_compiler_gnu
1681
1682
1683
1684
1685
1686
1687
1688pbsdir_default=''
1689
1690# Check whether --with-pbsdir was given.
1691if test "${with_pbsdir+set}" = set; then :
1692  withval=$with_pbsdir; pbsdir=$withval
1693else
1694  pbsdir=$pbsdir_default
1695fi
1696
1697
1698
1699# Verify the PBS libs are there, but let Makefile handle including them
1700# on the link line.  First check for modern torque pbs-config program using
1701# $pbsdir and the rest of PATH, then fall back to looking around for the
1702# libraries by hand.
1703# Extract the first word of "pbs-config", so it can be a program name with args.
1704set dummy pbs-config; ac_word=$2
1705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1706$as_echo_n "checking for $ac_word... " >&6; }
1707if ${ac_cv_path_PBSCONFIG+:} false; then :
1708  $as_echo_n "(cached) " >&6
1709else
1710  case $PBSCONFIG in
1711  [\\/]* | ?:[\\/]*)
1712  ac_cv_path_PBSCONFIG="$PBSCONFIG" # Let the user override the test with a path.
1713  ;;
1714  *)
1715  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1716as_dummy="$pbsdir:$pbsdir/bin:$pbsdir/../bin:$PATH"
1717for as_dir in $as_dummy
1718do
1719  IFS=$as_save_IFS
1720  test -z "$as_dir" && as_dir=.
1721    for ac_exec_ext in '' $ac_executable_extensions; do
1722  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1723    ac_cv_path_PBSCONFIG="$as_dir/$ac_word$ac_exec_ext"
1724    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1725    break 2
1726  fi
1727done
1728  done
1729IFS=$as_save_IFS
1730
1731  test -z "$ac_cv_path_PBSCONFIG" && ac_cv_path_PBSCONFIG="none"
1732  ;;
1733esac
1734fi
1735PBSCONFIG=$ac_cv_path_PBSCONFIG
1736if test -n "$PBSCONFIG"; then
1737  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PBSCONFIG" >&5
1738$as_echo "$PBSCONFIG" >&6; }
1739else
1740  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1741$as_echo "no" >&6; }
1742fi
1743
1744
1745if test "$PBSCONFIG" != "none"; then
1746  pbs_library_compile_line="`$PBSCONFIG --libs`"
1747  pbs_library_dir="`$PBSCONFIG --libdir`"
1748  pbs_version="`$PBSCONFIG --version`"
1749  { $as_echo "$as_me:${as_lineno-$LINENO}: result: Found torque version: $pbs_version" >&5
1750$as_echo "Found torque version: $pbs_version" >&6; }
1751else
1752  as_fn_error $? "Failed to find program pbs-config" "$LINENO" 5
1753fi
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763        # Find any Python interpreter.
1764    for ac_prog in python python2 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
1765do
1766  # Extract the first word of "$ac_prog", so it can be a program name with args.
1767set dummy $ac_prog; ac_word=$2
1768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1769$as_echo_n "checking for $ac_word... " >&6; }
1770if ${ac_cv_path_PYTHON+:} false; then :
1771  $as_echo_n "(cached) " >&6
1772else
1773  case $PYTHON in
1774  [\\/]* | ?:[\\/]*)
1775  ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
1776  ;;
1777  *)
1778  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1779for as_dir in $PATH
1780do
1781  IFS=$as_save_IFS
1782  test -z "$as_dir" && as_dir=.
1783    for ac_exec_ext in '' $ac_executable_extensions; do
1784  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1785    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
1786    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1787    break 2
1788  fi
1789done
1790  done
1791IFS=$as_save_IFS
1792
1793  ;;
1794esac
1795fi
1796PYTHON=$ac_cv_path_PYTHON
1797if test -n "$PYTHON"; then
1798  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
1799$as_echo "$PYTHON" >&6; }
1800else
1801  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1802$as_echo "no" >&6; }
1803fi
1804
1805
1806  test -n "$PYTHON" && break
1807done
1808
1809    am_display_PYTHON=python
1810
1811
1812
1813  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON version" >&5
1814$as_echo_n "checking for $am_display_PYTHON version... " >&6; }
1815if ${am_cv_python_version+:} false; then :
1816  $as_echo_n "(cached) " >&6
1817else
1818  am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
1819fi
1820{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5
1821$as_echo "$am_cv_python_version" >&6; }
1822  PYTHON_VERSION=$am_cv_python_version
1823
1824
1825
1826  PYTHON_PREFIX='${prefix}'
1827
1828  PYTHON_EXEC_PREFIX='${exec_prefix}'
1829
1830
1831
1832  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON platform" >&5
1833$as_echo_n "checking for $am_display_PYTHON platform... " >&6; }
1834if ${am_cv_python_platform+:} false; then :
1835  $as_echo_n "(cached) " >&6
1836else
1837  am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
1838fi
1839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_platform" >&5
1840$as_echo "$am_cv_python_platform" >&6; }
1841  PYTHON_PLATFORM=$am_cv_python_platform
1842
1843
1844
1845
1846                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON script directory" >&5
1847$as_echo_n "checking for $am_display_PYTHON script directory... " >&6; }
1848if ${am_cv_python_pythondir+:} false; then :
1849  $as_echo_n "(cached) " >&6
1850else
1851  am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
1852     echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
1853fi
1854{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pythondir" >&5
1855$as_echo "$am_cv_python_pythondir" >&6; }
1856  pythondir=$am_cv_python_pythondir
1857
1858
1859
1860  pkgpythondir=\${pythondir}/$PACKAGE
1861
1862
1863            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON extension module directory" >&5
1864$as_echo_n "checking for $am_display_PYTHON extension module directory... " >&6; }
1865if ${am_cv_python_pyexecdir+:} false; then :
1866  $as_echo_n "(cached) " >&6
1867else
1868  am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
1869     echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
1870fi
1871{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_pyexecdir" >&5
1872$as_echo "$am_cv_python_pyexecdir" >&6; }
1873  pyexecdir=$am_cv_python_pyexecdir
1874
1875
1876
1877  pkgpyexecdir=\${pyexecdir}/$PACKAGE
1878
1879
1880
1881ac_config_files="$ac_config_files Makefile setup.py"
1882
1883cat >confcache <<\_ACEOF
1884# This file is a shell script that caches the results of configure
1885# tests run on this system so they can be shared between configure
1886# scripts and configure runs, see configure's option --config-cache.
1887# It is not useful on other systems.  If it contains results you don't
1888# want to keep, you may remove or edit it.
1889#
1890# config.status only pays attention to the cache file if you give it
1891# the --recheck option to rerun configure.
1892#
1893# `ac_cv_env_foo' variables (set or unset) will be overridden when
1894# loading this file, other *unset* `ac_cv_foo' will be assigned the
1895# following values.
1896
1897_ACEOF
1898
1899# The following way of writing the cache mishandles newlines in values,
1900# but we know of no workaround that is simple, portable, and efficient.
1901# So, we kill variables containing newlines.
1902# Ultrix sh set writes to stderr and can't be redirected directly,
1903# and sets the high bit in the cache file unless we assign to the vars.
1904(
1905  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
1906    eval ac_val=\$$ac_var
1907    case $ac_val in #(
1908    *${as_nl}*)
1909      case $ac_var in #(
1910      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1911$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1912      esac
1913      case $ac_var in #(
1914      _ | IFS | as_nl) ;; #(
1915      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1916      *) { eval $ac_var=; unset $ac_var;} ;;
1917      esac ;;
1918    esac
1919  done
1920
1921  (set) 2>&1 |
1922    case $as_nl`(ac_space=' '; set) 2>&1` in #(
1923    *${as_nl}ac_space=\ *)
1924      # `set' does not quote correctly, so add quotes: double-quote
1925      # substitution turns \\\\ into \\, and sed turns \\ into \.
1926      sed -n \
1927        "s/'/'\\\\''/g;
1928          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1929      ;; #(
1930    *)
1931      # `set' quotes correctly as required by POSIX, so do not add quotes.
1932      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1933      ;;
1934    esac |
1935    sort
1936) |
1937  sed '
1938     /^ac_cv_env_/b end
1939     t clear
1940     :clear
1941     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1942     t end
1943     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1944     :end' >>confcache
1945if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1946  if test -w "$cache_file"; then
1947    if test "x$cache_file" != "x/dev/null"; then
1948      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1949$as_echo "$as_me: updating cache $cache_file" >&6;}
1950      if test ! -f "$cache_file" || test -h "$cache_file"; then
1951        cat confcache >"$cache_file"
1952      else
1953        case $cache_file in #(
1954        */* | ?:*)
1955          mv -f confcache "$cache_file"$$ &&
1956          mv -f "$cache_file"$$ "$cache_file" ;; #(
1957        *)
1958          mv -f confcache "$cache_file" ;;
1959        esac
1960      fi
1961    fi
1962  else
1963    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1964$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1965  fi
1966fi
1967rm -f confcache
1968
1969test "x$prefix" = xNONE && prefix=$ac_default_prefix
1970# Let make expand exec_prefix.
1971test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1972
1973# Transform confdefs.h into DEFS.
1974# Protect against shell expansion while executing Makefile rules.
1975# Protect against Makefile macro expansion.
1976#
1977# If the first sed substitution is executed (which looks for macros that
1978# take arguments), then branch to the quote section.  Otherwise,
1979# look for a macro that doesn't take arguments.
1980ac_script='
1981:mline
1982/\\$/{
1983 N
1984 s,\\\n,,
1985 b mline
1986}
1987t clear
1988:clear
1989s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
1990t quote
1991s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
1992t quote
1993b any
1994:quote
1995s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
1996s/\[/\\&/g
1997s/\]/\\&/g
1998s/\$/$$/g
1999H
2000:any
2001${
2002        g
2003        s/^\n//
2004        s/\n/ /g
2005        p
2006}
2007'
2008DEFS=`sed -n "$ac_script" confdefs.h`
2009
2010
2011ac_libobjs=
2012ac_ltlibobjs=
2013U=
2014for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2015  # 1. Remove the extension, and $U if already installed.
2016  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2017  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
2018  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2019  #    will be set to the directory where LIBOBJS objects are built.
2020  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2021  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
2022done
2023LIBOBJS=$ac_libobjs
2024
2025LTLIBOBJS=$ac_ltlibobjs
2026
2027
2028
2029: "${CONFIG_STATUS=./config.status}"
2030ac_write_fail=0
2031ac_clean_files_save=$ac_clean_files
2032ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2033{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
2034$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
2035as_write_fail=0
2036cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
2037#! $SHELL
2038# Generated by $as_me.
2039# Run this file to recreate the current configuration.
2040# Compiler output produced by configure, useful for debugging
2041# configure, is in config.log if it exists.
2042
2043debug=false
2044ac_cs_recheck=false
2045ac_cs_silent=false
2046
2047SHELL=\${CONFIG_SHELL-$SHELL}
2048export SHELL
2049_ASEOF
2050cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
2051## -------------------- ##
2052## M4sh Initialization. ##
2053## -------------------- ##
2054
2055# Be more Bourne compatible
2056DUALCASE=1; export DUALCASE # for MKS sh
2057if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2058  emulate sh
2059  NULLCMD=:
2060  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2061  # is contrary to our usage.  Disable this feature.
2062  alias -g '${1+"$@"}'='"$@"'
2063  setopt NO_GLOB_SUBST
2064else
2065  case `(set -o) 2>/dev/null` in #(
2066  *posix*) :
2067    set -o posix ;; #(
2068  *) :
2069     ;;
2070esac
2071fi
2072
2073
2074as_nl='
2075'
2076export as_nl
2077# Printing a long string crashes Solaris 7 /usr/bin/printf.
2078as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2079as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2080as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2081# Prefer a ksh shell builtin over an external printf program on Solaris,
2082# but without wasting forks for bash or zsh.
2083if test -z "$BASH_VERSION$ZSH_VERSION" \
2084    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2085  as_echo='print -r --'
2086  as_echo_n='print -rn --'
2087elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2088  as_echo='printf %s\n'
2089  as_echo_n='printf %s'
2090else
2091  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2092    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2093    as_echo_n='/usr/ucb/echo -n'
2094  else
2095    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2096    as_echo_n_body='eval
2097      arg=$1;
2098      case $arg in #(
2099      *"$as_nl"*)
2100        expr "X$arg" : "X\\(.*\\)$as_nl";
2101        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2102      esac;
2103      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2104    '
2105    export as_echo_n_body
2106    as_echo_n='sh -c $as_echo_n_body as_echo'
2107  fi
2108  export as_echo_body
2109  as_echo='sh -c $as_echo_body as_echo'
2110fi
2111
2112# The user is always right.
2113if test "${PATH_SEPARATOR+set}" != set; then
2114  PATH_SEPARATOR=:
2115  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2116    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2117      PATH_SEPARATOR=';'
2118  }
2119fi
2120
2121
2122# IFS
2123# We need space, tab and new line, in precisely that order.  Quoting is
2124# there to prevent editors from complaining about space-tab.
2125# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2126# splitting by setting IFS to empty value.)
2127IFS=" ""        $as_nl"
2128
2129# Find who we are.  Look in the path if we contain no directory separator.
2130as_myself=
2131case $0 in #((
2132  *[\\/]* ) as_myself=$0 ;;
2133  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2134for as_dir in $PATH
2135do
2136  IFS=$as_save_IFS
2137  test -z "$as_dir" && as_dir=.
2138    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2139  done
2140IFS=$as_save_IFS
2141
2142     ;;
2143esac
2144# We did not find ourselves, most probably we were run as `sh COMMAND'
2145# in which case we are not to be found in the path.
2146if test "x$as_myself" = x; then
2147  as_myself=$0
2148fi
2149if test ! -f "$as_myself"; then
2150  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2151  exit 1
2152fi
2153
2154# Unset variables that we do not need and which cause bugs (e.g. in
2155# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
2156# suppresses any "Segmentation fault" message there.  '((' could
2157# trigger a bug in pdksh 5.2.14.
2158for as_var in BASH_ENV ENV MAIL MAILPATH
2159do eval test x\${$as_var+set} = xset \
2160  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2161done
2162PS1='$ '
2163PS2='> '
2164PS4='+ '
2165
2166# NLS nuisances.
2167LC_ALL=C
2168export LC_ALL
2169LANGUAGE=C
2170export LANGUAGE
2171
2172# CDPATH.
2173(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2174
2175
2176# as_fn_error STATUS ERROR [LINENO LOG_FD]
2177# ----------------------------------------
2178# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2179# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2180# script with STATUS, using 1 if that was 0.
2181as_fn_error ()
2182{
2183  as_status=$1; test $as_status -eq 0 && as_status=1
2184  if test "$4"; then
2185    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2186    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2187  fi
2188  $as_echo "$as_me: error: $2" >&2
2189  as_fn_exit $as_status
2190} # as_fn_error
2191
2192
2193# as_fn_set_status STATUS
2194# -----------------------
2195# Set $? to STATUS, without forking.
2196as_fn_set_status ()
2197{
2198  return $1
2199} # as_fn_set_status
2200
2201# as_fn_exit STATUS
2202# -----------------
2203# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2204as_fn_exit ()
2205{
2206  set +e
2207  as_fn_set_status $1
2208  exit $1
2209} # as_fn_exit
2210
2211# as_fn_unset VAR
2212# ---------------
2213# Portably unset VAR.
2214as_fn_unset ()
2215{
2216  { eval $1=; unset $1;}
2217}
2218as_unset=as_fn_unset
2219# as_fn_append VAR VALUE
2220# ----------------------
2221# Append the text in VALUE to the end of the definition contained in VAR. Take
2222# advantage of any shell optimizations that allow amortized linear growth over
2223# repeated appends, instead of the typical quadratic growth present in naive
2224# implementations.
2225if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2226  eval 'as_fn_append ()
2227  {
2228    eval $1+=\$2
2229  }'
2230else
2231  as_fn_append ()
2232  {
2233    eval $1=\$$1\$2
2234  }
2235fi # as_fn_append
2236
2237# as_fn_arith ARG...
2238# ------------------
2239# Perform arithmetic evaluation on the ARGs, and store the result in the
2240# global $as_val. Take advantage of shells that can avoid forks. The arguments
2241# must be portable across $(()) and expr.
2242if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2243  eval 'as_fn_arith ()
2244  {
2245    as_val=$(( $* ))
2246  }'
2247else
2248  as_fn_arith ()
2249  {
2250    as_val=`expr "$@" || test $? -eq 1`
2251  }
2252fi # as_fn_arith
2253
2254
2255if expr a : '\(a\)' >/dev/null 2>&1 &&
2256   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2257  as_expr=expr
2258else
2259  as_expr=false
2260fi
2261
2262if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2263  as_basename=basename
2264else
2265  as_basename=false
2266fi
2267
2268if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2269  as_dirname=dirname
2270else
2271  as_dirname=false
2272fi
2273
2274as_me=`$as_basename -- "$0" ||
2275$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2276         X"$0" : 'X\(//\)$' \| \
2277         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2278$as_echo X/"$0" |
2279    sed '/^.*\/\([^/][^/]*\)\/*$/{
2280            s//\1/
2281            q
2282          }
2283          /^X\/\(\/\/\)$/{
2284            s//\1/
2285            q
2286          }
2287          /^X\/\(\/\).*/{
2288            s//\1/
2289            q
2290          }
2291          s/.*/./; q'`
2292
2293# Avoid depending upon Character Ranges.
2294as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2295as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2296as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2297as_cr_digits='0123456789'
2298as_cr_alnum=$as_cr_Letters$as_cr_digits
2299
2300ECHO_C= ECHO_N= ECHO_T=
2301case `echo -n x` in #(((((
2302-n*)
2303  case `echo 'xy\c'` in
2304  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
2305  xy)  ECHO_C='\c';;
2306  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
2307       ECHO_T=' ';;
2308  esac;;
2309*)
2310  ECHO_N='-n';;
2311esac
2312
2313rm -f conf$$ conf$$.exe conf$$.file
2314if test -d conf$$.dir; then
2315  rm -f conf$$.dir/conf$$.file
2316else
2317  rm -f conf$$.dir
2318  mkdir conf$$.dir 2>/dev/null
2319fi
2320if (echo >conf$$.file) 2>/dev/null; then
2321  if ln -s conf$$.file conf$$ 2>/dev/null; then
2322    as_ln_s='ln -s'
2323    # ... but there are two gotchas:
2324    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2325    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2326    # In both cases, we have to default to `cp -pR'.
2327    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2328      as_ln_s='cp -pR'
2329  elif ln conf$$.file conf$$ 2>/dev/null; then
2330    as_ln_s=ln
2331  else
2332    as_ln_s='cp -pR'
2333  fi
2334else
2335  as_ln_s='cp -pR'
2336fi
2337rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2338rmdir conf$$.dir 2>/dev/null
2339
2340
2341# as_fn_mkdir_p
2342# -------------
2343# Create "$as_dir" as a directory, including parents if necessary.
2344as_fn_mkdir_p ()
2345{
2346
2347  case $as_dir in #(
2348  -*) as_dir=./$as_dir;;
2349  esac
2350  test -d "$as_dir" || eval $as_mkdir_p || {
2351    as_dirs=
2352    while :; do
2353      case $as_dir in #(
2354      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2355      *) as_qdir=$as_dir;;
2356      esac
2357      as_dirs="'$as_qdir' $as_dirs"
2358      as_dir=`$as_dirname -- "$as_dir" ||
2359$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2360         X"$as_dir" : 'X\(//\)[^/]' \| \
2361         X"$as_dir" : 'X\(//\)$' \| \
2362         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2363$as_echo X"$as_dir" |
2364    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2365            s//\1/
2366            q
2367          }
2368          /^X\(\/\/\)[^/].*/{
2369            s//\1/
2370            q
2371          }
2372          /^X\(\/\/\)$/{
2373            s//\1/
2374            q
2375          }
2376          /^X\(\/\).*/{
2377            s//\1/
2378            q
2379          }
2380          s/.*/./; q'`
2381      test -d "$as_dir" && break
2382    done
2383    test -z "$as_dirs" || eval "mkdir $as_dirs"
2384  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2385
2386
2387} # as_fn_mkdir_p
2388if mkdir -p . 2>/dev/null; then
2389  as_mkdir_p='mkdir -p "$as_dir"'
2390else
2391  test -d ./-p && rmdir ./-p
2392  as_mkdir_p=false
2393fi
2394
2395
2396# as_fn_executable_p FILE
2397# -----------------------
2398# Test if FILE is an executable regular file.
2399as_fn_executable_p ()
2400{
2401  test -f "$1" && test -x "$1"
2402} # as_fn_executable_p
2403as_test_x='test -x'
2404as_executable_p=as_fn_executable_p
2405
2406# Sed expression to map a string onto a valid CPP name.
2407as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2408
2409# Sed expression to map a string onto a valid variable name.
2410as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2411
2412
2413exec 6>&1
2414## ----------------------------------- ##
2415## Main body of $CONFIG_STATUS script. ##
2416## ----------------------------------- ##
2417_ASEOF
2418test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
2419
2420cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2421# Save the log message, to keep $0 and so on meaningful, and to
2422# report actual input values of CONFIG_FILES etc. instead of their
2423# values after options handling.
2424ac_log="
2425This file was extended by $as_me, which was
2426generated by GNU Autoconf 2.69.  Invocation command line was
2427
2428  CONFIG_FILES    = $CONFIG_FILES
2429  CONFIG_HEADERS  = $CONFIG_HEADERS
2430  CONFIG_LINKS    = $CONFIG_LINKS
2431  CONFIG_COMMANDS = $CONFIG_COMMANDS
2432  $ $0 $@
2433
2434on `(hostname || uname -n) 2>/dev/null | sed 1q`
2435"
2436
2437_ACEOF
2438
2439case $ac_config_files in *"
2440"*) set x $ac_config_files; shift; ac_config_files=$*;;
2441esac
2442
2443
2444
2445cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2446# Files that config.status was made for.
2447config_files="$ac_config_files"
2448
2449_ACEOF
2450
2451cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2452ac_cs_usage="\
2453\`$as_me' instantiates files and other configuration actions
2454from templates according to the current configuration.  Unless the files
2455and actions are specified as TAGs, all are instantiated by default.
2456
2457Usage: $0 [OPTION]... [TAG]...
2458
2459  -h, --help       print this help, then exit
2460  -V, --version    print version number and configuration settings, then exit
2461      --config     print configuration, then exit
2462  -q, --quiet, --silent
2463                   do not print progress messages
2464  -d, --debug      don't remove temporary files
2465      --recheck    update $as_me by reconfiguring in the same conditions
2466      --file=FILE[:TEMPLATE]
2467                   instantiate the configuration file FILE
2468
2469Configuration files:
2470$config_files
2471
2472Report bugs to the package provider."
2473
2474_ACEOF
2475cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2476ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2477ac_cs_version="\\
2478config.status
2479configured by $0, generated by GNU Autoconf 2.69,
2480  with options \\"\$ac_cs_config\\"
2481
2482Copyright (C) 2012 Free Software Foundation, Inc.
2483This config.status script is free software; the Free Software Foundation
2484gives unlimited permission to copy, distribute and modify it."
2485
2486ac_pwd='$ac_pwd'
2487srcdir='$srcdir'
2488test -n "\$AWK" || AWK=awk
2489_ACEOF
2490
2491cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2492# The default lists apply if the user does not specify any file.
2493ac_need_defaults=:
2494while test $# != 0
2495do
2496  case $1 in
2497  --*=?*)
2498    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2499    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2500    ac_shift=:
2501    ;;
2502  --*=)
2503    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2504    ac_optarg=
2505    ac_shift=:
2506    ;;
2507  *)
2508    ac_option=$1
2509    ac_optarg=$2
2510    ac_shift=shift
2511    ;;
2512  esac
2513
2514  case $ac_option in
2515  # Handling of the options.
2516  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2517    ac_cs_recheck=: ;;
2518  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2519    $as_echo "$ac_cs_version"; exit ;;
2520  --config | --confi | --conf | --con | --co | --c )
2521    $as_echo "$ac_cs_config"; exit ;;
2522  --debug | --debu | --deb | --de | --d | -d )
2523    debug=: ;;
2524  --file | --fil | --fi | --f )
2525    $ac_shift
2526    case $ac_optarg in
2527    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
2528    '') as_fn_error $? "missing file argument" ;;
2529    esac
2530    as_fn_append CONFIG_FILES " '$ac_optarg'"
2531    ac_need_defaults=false;;
2532  --he | --h |  --help | --hel | -h )
2533    $as_echo "$ac_cs_usage"; exit ;;
2534  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2535  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2536    ac_cs_silent=: ;;
2537
2538  # This is an error.
2539  -*) as_fn_error $? "unrecognized option: \`$1'
2540Try \`$0 --help' for more information." ;;
2541
2542  *) as_fn_append ac_config_targets " $1"
2543     ac_need_defaults=false ;;
2544
2545  esac
2546  shift
2547done
2548
2549ac_configure_extra_args=
2550
2551if $ac_cs_silent; then
2552  exec 6>/dev/null
2553  ac_configure_extra_args="$ac_configure_extra_args --silent"
2554fi
2555
2556_ACEOF
2557cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2558if \$ac_cs_recheck; then
2559  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2560  shift
2561  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
2562  CONFIG_SHELL='$SHELL'
2563  export CONFIG_SHELL
2564  exec "\$@"
2565fi
2566
2567_ACEOF
2568cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2569exec 5>>config.log
2570{
2571  echo
2572  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2573## Running $as_me. ##
2574_ASBOX
2575  $as_echo "$ac_log"
2576} >&5
2577
2578_ACEOF
2579cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2580_ACEOF
2581
2582cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2583
2584# Handling of arguments.
2585for ac_config_target in $ac_config_targets
2586do
2587  case $ac_config_target in
2588    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2589    "setup.py") CONFIG_FILES="$CONFIG_FILES setup.py" ;;
2590
2591  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
2592  esac
2593done
2594
2595
2596# If the user did not use the arguments to specify the items to instantiate,
2597# then the envvar interface is used.  Set only those that are not.
2598# We use the long form for the default assignment because of an extremely
2599# bizarre bug on SunOS 4.1.3.
2600if $ac_need_defaults; then
2601  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2602fi
2603
2604# Have a temporary directory for convenience.  Make it in the build tree
2605# simply because there is no reason against having it here, and in addition,
2606# creating and moving files from /tmp can sometimes cause problems.
2607# Hook for its removal unless debugging.
2608# Note that there is a small window in which the directory will not be cleaned:
2609# after its creation but before its name has been assigned to `$tmp'.
2610$debug ||
2611{
2612  tmp= ac_tmp=
2613  trap 'exit_status=$?
2614  : "${ac_tmp:=$tmp}"
2615  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
2616' 0
2617  trap 'as_fn_exit 1' 1 2 13 15
2618}
2619# Create a (secure) tmp directory for tmp files.
2620
2621{
2622  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2623  test -d "$tmp"
2624}  ||
2625{
2626  tmp=./conf$$-$RANDOM
2627  (umask 077 && mkdir "$tmp")
2628} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
2629ac_tmp=$tmp
2630
2631# Set up the scripts for CONFIG_FILES section.
2632# No need to generate them if there are no CONFIG_FILES.
2633# This happens for instance with `./config.status config.h'.
2634if test -n "$CONFIG_FILES"; then
2635
2636
2637ac_cr=`echo X | tr X '\015'`
2638# On cygwin, bash can eat \r inside `` if the user requested igncr.
2639# But we know of no other shell where ac_cr would be empty at this
2640# point, so we can use a bashism as a fallback.
2641if test "x$ac_cr" = x; then
2642  eval ac_cr=\$\'\\r\'
2643fi
2644ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
2645if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
2646  ac_cs_awk_cr='\\r'
2647else
2648  ac_cs_awk_cr=$ac_cr
2649fi
2650
2651echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
2652_ACEOF
2653
2654
2655{
2656  echo "cat >conf$$subs.awk <<_ACEOF" &&
2657  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
2658  echo "_ACEOF"
2659} >conf$$subs.sh ||
2660  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2661ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
2662ac_delim='%!_!# '
2663for ac_last_try in false false false false false :; do
2664  . ./conf$$subs.sh ||
2665    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2666
2667  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
2668  if test $ac_delim_n = $ac_delim_num; then
2669    break
2670  elif $ac_last_try; then
2671    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
2672  else
2673    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2674  fi
2675done
2676rm -f conf$$subs.sh
2677
2678cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2679cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
2680_ACEOF
2681sed -n '
2682h
2683s/^/S["/; s/!.*/"]=/
2684p
2685g
2686s/^[^!]*!//
2687:repl
2688t repl
2689s/'"$ac_delim"'$//
2690t delim
2691:nl
2692h
2693s/\(.\{148\}\)..*/\1/
2694t more1
2695s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
2696p
2697n
2698b repl
2699:more1
2700s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2701p
2702g
2703s/.\{148\}//
2704t nl
2705:delim
2706h
2707s/\(.\{148\}\)..*/\1/
2708t more2
2709s/["\\]/\\&/g; s/^/"/; s/$/"/
2710p
2711b
2712:more2
2713s/["\\]/\\&/g; s/^/"/; s/$/"\\/
2714p
2715g
2716s/.\{148\}//
2717t delim
2718' <conf$$subs.awk | sed '
2719/^[^""]/{
2720  N
2721  s/\n//
2722}
2723' >>$CONFIG_STATUS || ac_write_fail=1
2724rm -f conf$$subs.awk
2725cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2726_ACAWK
2727cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
2728  for (key in S) S_is_set[key] = 1
2729  FS = ""
2730
2731}
2732{
2733  line = $ 0
2734  nfields = split(line, field, "@")
2735  substed = 0
2736  len = length(field[1])
2737  for (i = 2; i < nfields; i++) {
2738    key = field[i]
2739    keylen = length(key)
2740    if (S_is_set[key]) {
2741      value = S[key]
2742      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
2743      len += length(value) + length(field[++i])
2744      substed = 1
2745    } else
2746      len += 1 + keylen
2747  }
2748
2749  print line
2750}
2751
2752_ACAWK
2753_ACEOF
2754cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2755if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
2756  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
2757else
2758  cat
2759fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
2760  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
2761_ACEOF
2762
2763# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
2764# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
2765# trailing colons and then remove the whole line if VPATH becomes empty
2766# (actually we leave an empty line to preserve line numbers).
2767if test "x$srcdir" = x.; then
2768  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
2769h
2770s///
2771s/^/:/
2772s/[      ]*$/:/
2773s/:\$(srcdir):/:/g
2774s/:\${srcdir}:/:/g
2775s/:@srcdir@:/:/g
2776s/^:*//
2777s/:*$//
2778x
2779s/\(=[   ]*\).*/\1/
2780G
2781s/\n//
2782s/^[^=]*=[       ]*$//
2783}'
2784fi
2785
2786cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2787fi # test -n "$CONFIG_FILES"
2788
2789
2790eval set X "  :F $CONFIG_FILES      "
2791shift
2792for ac_tag
2793do
2794  case $ac_tag in
2795  :[FHLC]) ac_mode=$ac_tag; continue;;
2796  esac
2797  case $ac_mode$ac_tag in
2798  :[FHL]*:*);;
2799  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
2800  :[FH]-) ac_tag=-:-;;
2801  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2802  esac
2803  ac_save_IFS=$IFS
2804  IFS=:
2805  set x $ac_tag
2806  IFS=$ac_save_IFS
2807  shift
2808  ac_file=$1
2809  shift
2810
2811  case $ac_mode in
2812  :L) ac_source=$1;;
2813  :[FH])
2814    ac_file_inputs=
2815    for ac_f
2816    do
2817      case $ac_f in
2818      -) ac_f="$ac_tmp/stdin";;
2819      *) # Look for the file first in the build tree, then in the source tree
2820         # (if the path is not absolute).  The absolute path cannot be DOS-style,
2821         # because $ac_f cannot contain `:'.
2822         test -f "$ac_f" ||
2823           case $ac_f in
2824           [\\/$]*) false;;
2825           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2826           esac ||
2827           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
2828      esac
2829      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
2830      as_fn_append ac_file_inputs " '$ac_f'"
2831    done
2832
2833    # Let's still pretend it is `configure' which instantiates (i.e., don't
2834    # use $as_me), people would be surprised to read:
2835    #    /* config.h.  Generated by config.status.  */
2836    configure_input='Generated from '`
2837          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
2838        `' by configure.'
2839    if test x"$ac_file" != x-; then
2840      configure_input="$ac_file.  $configure_input"
2841      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
2842$as_echo "$as_me: creating $ac_file" >&6;}
2843    fi
2844    # Neutralize special characters interpreted by sed in replacement strings.
2845    case $configure_input in #(
2846    *\&* | *\|* | *\\* )
2847       ac_sed_conf_input=`$as_echo "$configure_input" |
2848       sed 's/[\\\\&|]/\\\\&/g'`;; #(
2849    *) ac_sed_conf_input=$configure_input;;
2850    esac
2851
2852    case $ac_tag in
2853    *:-:* | *:-) cat >"$ac_tmp/stdin" \
2854      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
2855    esac
2856    ;;
2857  esac
2858
2859  ac_dir=`$as_dirname -- "$ac_file" ||
2860$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2861         X"$ac_file" : 'X\(//\)[^/]' \| \
2862         X"$ac_file" : 'X\(//\)$' \| \
2863         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
2864$as_echo X"$ac_file" |
2865    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2866            s//\1/
2867            q
2868          }
2869          /^X\(\/\/\)[^/].*/{
2870            s//\1/
2871            q
2872          }
2873          /^X\(\/\/\)$/{
2874            s//\1/
2875            q
2876          }
2877          /^X\(\/\).*/{
2878            s//\1/
2879            q
2880          }
2881          s/.*/./; q'`
2882  as_dir="$ac_dir"; as_fn_mkdir_p
2883  ac_builddir=.
2884
2885case "$ac_dir" in
2886.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2887*)
2888  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2889  # A ".." for each directory in $ac_dir_suffix.
2890  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2891  case $ac_top_builddir_sub in
2892  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2893  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2894  esac ;;
2895esac
2896ac_abs_top_builddir=$ac_pwd
2897ac_abs_builddir=$ac_pwd$ac_dir_suffix
2898# for backward compatibility:
2899ac_top_builddir=$ac_top_build_prefix
2900
2901case $srcdir in
2902  .)  # We are building in place.
2903    ac_srcdir=.
2904    ac_top_srcdir=$ac_top_builddir_sub
2905    ac_abs_top_srcdir=$ac_pwd ;;
2906  [\\/]* | ?:[\\/]* )  # Absolute name.
2907    ac_srcdir=$srcdir$ac_dir_suffix;
2908    ac_top_srcdir=$srcdir
2909    ac_abs_top_srcdir=$srcdir ;;
2910  *) # Relative name.
2911    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2912    ac_top_srcdir=$ac_top_build_prefix$srcdir
2913    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2914esac
2915ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2916
2917
2918  case $ac_mode in
2919  :F)
2920  #
2921  # CONFIG_FILE
2922  #
2923
2924_ACEOF
2925
2926cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2927# If the template does not know about datarootdir, expand it.
2928# FIXME: This hack should be removed a few years after 2.60.
2929ac_datarootdir_hack=; ac_datarootdir_seen=
2930ac_sed_dataroot='
2931/datarootdir/ {
2932  p
2933  q
2934}
2935/@datadir@/p
2936/@docdir@/p
2937/@infodir@/p
2938/@localedir@/p
2939/@mandir@/p'
2940case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
2941*datarootdir*) ac_datarootdir_seen=yes;;
2942*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
2943  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
2944$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
2945_ACEOF
2946cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2947  ac_datarootdir_hack='
2948  s&@datadir@&$datadir&g
2949  s&@docdir@&$docdir&g
2950  s&@infodir@&$infodir&g
2951  s&@localedir@&$localedir&g
2952  s&@mandir@&$mandir&g
2953  s&\\\${datarootdir}&$datarootdir&g' ;;
2954esac
2955_ACEOF
2956
2957# Neutralize VPATH when `$srcdir' = `.'.
2958# Shell code in configure.ac might set extrasub.
2959# FIXME: do we really want to maintain this feature?
2960cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2961ac_sed_extra="$ac_vpsub
2962$extrasub
2963_ACEOF
2964cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2965:t
2966/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
2967s|@configure_input@|$ac_sed_conf_input|;t t
2968s&@top_builddir@&$ac_top_builddir_sub&;t t
2969s&@top_build_prefix@&$ac_top_build_prefix&;t t
2970s&@srcdir@&$ac_srcdir&;t t
2971s&@abs_srcdir@&$ac_abs_srcdir&;t t
2972s&@top_srcdir@&$ac_top_srcdir&;t t
2973s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
2974s&@builddir@&$ac_builddir&;t t
2975s&@abs_builddir@&$ac_abs_builddir&;t t
2976s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
2977$ac_datarootdir_hack
2978"
2979eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
2980  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
2981
2982test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
2983  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
2984  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
2985      "$ac_tmp/out"`; test -z "$ac_out"; } &&
2986  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2987which seems to be undefined.  Please make sure it is defined" >&5
2988$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2989which seems to be undefined.  Please make sure it is defined" >&2;}
2990
2991  rm -f "$ac_tmp/stdin"
2992  case $ac_file in
2993  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
2994  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
2995  esac \
2996  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
2997 ;;
2998
2999
3000
3001  esac
3002
3003done # for ac_tag
3004
3005
3006as_fn_exit 0
3007_ACEOF
3008ac_clean_files=$ac_clean_files_save
3009
3010test $ac_write_fail = 0 ||
3011  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
3012
3013
3014# configure is writing to config.log, and then calls config.status.
3015# config.status does its own redirection, appending to config.log.
3016# Unfortunately, on DOS this fails, as config.log is still kept open
3017# by configure, so config.status won't be able to write to it; its
3018# output is simply discarded.  So we exec the FD to /dev/null,
3019# effectively closing config.log, so it can be properly (re)opened and
3020# appended to by config.status.  When coming back to configure, we
3021# need to make the FD available again.
3022if test "$no_create" != yes; then
3023  ac_cs_success=:
3024  ac_config_status_args=
3025  test "$silent" = yes &&
3026    ac_config_status_args="$ac_config_status_args --quiet"
3027  exec 5>/dev/null
3028  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3029  exec 5>>config.log
3030  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3031  # would make configure fail if this is the last instruction.
3032  $ac_cs_success || as_fn_exit 1
3033fi
3034if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
3035  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
3036$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3037fi
3038
Note: See TracBrowser for help on using the repository browser.