source: branches/r9/gui/configure @ 5106

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