source: trunk/gui/configure @ 1926

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