1#! /bin/sh
2# Generated by configure.
3# Run this file to recreate the current configuration.
4# Compiler output produced by configure, useful for debugging
5# configure, is in config.log if it exists.
6
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10
11SHELL=${CONFIG_SHELL-/bin/sh}
12export SHELL
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
138# as_fn_error STATUS ERROR [LINENO LOG_FD]
139# ----------------------------------------
140# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
141# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
142# script with STATUS, using 1 if that was 0.
143as_fn_error ()
144{
145  as_status=$1; test $as_status -eq 0 && as_status=1
146  if test "$4"; then
147    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
148    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
149  fi
150  $as_echo "$as_me: error: $2" >&2
151  as_fn_exit $as_status
152} # as_fn_error
153
154
155# as_fn_set_status STATUS
156# -----------------------
157# Set $? to STATUS, without forking.
158as_fn_set_status ()
159{
160  return $1
161} # as_fn_set_status
162
163# as_fn_exit STATUS
164# -----------------
165# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166as_fn_exit ()
167{
168  set +e
169  as_fn_set_status $1
170  exit $1
171} # as_fn_exit
172
173# as_fn_unset VAR
174# ---------------
175# Portably unset VAR.
176as_fn_unset ()
177{
178  { eval $1=; unset $1;}
179}
180as_unset=as_fn_unset
181# as_fn_append VAR VALUE
182# ----------------------
183# Append the text in VALUE to the end of the definition contained in VAR. Take
184# advantage of any shell optimizations that allow amortized linear growth over
185# repeated appends, instead of the typical quadratic growth present in naive
186# implementations.
187if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188  eval 'as_fn_append ()
189  {
190    eval $1+=\$2
191  }'
192else
193  as_fn_append ()
194  {
195    eval $1=\$$1\$2
196  }
197fi # as_fn_append
198
199# as_fn_arith ARG...
200# ------------------
201# Perform arithmetic evaluation on the ARGs, and store the result in the
202# global $as_val. Take advantage of shells that can avoid forks. The arguments
203# must be portable across $(()) and expr.
204if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205  eval 'as_fn_arith ()
206  {
207    as_val=$(( $* ))
208  }'
209else
210  as_fn_arith ()
211  {
212    as_val=`expr "$@" || test $? -eq 1`
213  }
214fi # as_fn_arith
215
216
217if expr a : '\(a\)' >/dev/null 2>&1 &&
218   test "X`expr 00001 : '.*\(...\)'`" = X001; then
219  as_expr=expr
220else
221  as_expr=false
222fi
223
224if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225  as_basename=basename
226else
227  as_basename=false
228fi
229
230if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231  as_dirname=dirname
232else
233  as_dirname=false
234fi
235
236as_me=`$as_basename -- "$0" ||
237$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238	 X"$0" : 'X\(//\)$' \| \
239	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240$as_echo X/"$0" |
241    sed '/^.*\/\([^/][^/]*\)\/*$/{
242	    s//\1/
243	    q
244	  }
245	  /^X\/\(\/\/\)$/{
246	    s//\1/
247	    q
248	  }
249	  /^X\/\(\/\).*/{
250	    s//\1/
251	    q
252	  }
253	  s/.*/./; q'`
254
255# Avoid depending upon Character Ranges.
256as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259as_cr_digits='0123456789'
260as_cr_alnum=$as_cr_Letters$as_cr_digits
261
262ECHO_C= ECHO_N= ECHO_T=
263case `echo -n x` in #(((((
264-n*)
265  case `echo 'xy\c'` in
266  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
267  xy)  ECHO_C='\c';;
268  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
269       ECHO_T='	';;
270  esac;;
271*)
272  ECHO_N='-n';;
273esac
274
275rm -f conf$$ conf$$.exe conf$$.file
276if test -d conf$$.dir; then
277  rm -f conf$$.dir/conf$$.file
278else
279  rm -f conf$$.dir
280  mkdir conf$$.dir 2>/dev/null
281fi
282if (echo >conf$$.file) 2>/dev/null; then
283  if ln -s conf$$.file conf$$ 2>/dev/null; then
284    as_ln_s='ln -s'
285    # ... but there are two gotchas:
286    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
287    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
288    # In both cases, we have to default to `cp -pR'.
289    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290      as_ln_s='cp -pR'
291  elif ln conf$$.file conf$$ 2>/dev/null; then
292    as_ln_s=ln
293  else
294    as_ln_s='cp -pR'
295  fi
296else
297  as_ln_s='cp -pR'
298fi
299rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300rmdir conf$$.dir 2>/dev/null
301
302
303# as_fn_mkdir_p
304# -------------
305# Create "$as_dir" as a directory, including parents if necessary.
306as_fn_mkdir_p ()
307{
308
309  case $as_dir in #(
310  -*) as_dir=./$as_dir;;
311  esac
312  test -d "$as_dir" || eval $as_mkdir_p || {
313    as_dirs=
314    while :; do
315      case $as_dir in #(
316      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
317      *) as_qdir=$as_dir;;
318      esac
319      as_dirs="'$as_qdir' $as_dirs"
320      as_dir=`$as_dirname -- "$as_dir" ||
321$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
322	 X"$as_dir" : 'X\(//\)[^/]' \| \
323	 X"$as_dir" : 'X\(//\)$' \| \
324	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
325$as_echo X"$as_dir" |
326    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
327	    s//\1/
328	    q
329	  }
330	  /^X\(\/\/\)[^/].*/{
331	    s//\1/
332	    q
333	  }
334	  /^X\(\/\/\)$/{
335	    s//\1/
336	    q
337	  }
338	  /^X\(\/\).*/{
339	    s//\1/
340	    q
341	  }
342	  s/.*/./; q'`
343      test -d "$as_dir" && break
344    done
345    test -z "$as_dirs" || eval "mkdir $as_dirs"
346  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
347
348
349} # as_fn_mkdir_p
350if mkdir -p . 2>/dev/null; then
351  as_mkdir_p='mkdir -p "$as_dir"'
352else
353  test -d ./-p && rmdir ./-p
354  as_mkdir_p=false
355fi
356
357
358# as_fn_executable_p FILE
359# -----------------------
360# Test if FILE is an executable regular file.
361as_fn_executable_p ()
362{
363  test -f "$1" && test -x "$1"
364} # as_fn_executable_p
365as_test_x='test -x'
366as_executable_p=as_fn_executable_p
367
368# Sed expression to map a string onto a valid CPP name.
369as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
370
371# Sed expression to map a string onto a valid variable name.
372as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
373
374
375exec 6>&1
376## ----------------------------------- ##
377## Main body of $CONFIG_STATUS script. ##
378## ----------------------------------- ##
379# Save the log message, to keep $0 and so on meaningful, and to
380# report actual input values of CONFIG_FILES etc. instead of their
381# values after options handling.
382ac_log="
383This file was extended by $as_me, which was
384generated by GNU Autoconf 2.69.  Invocation command line was
385
386  CONFIG_FILES    = $CONFIG_FILES
387  CONFIG_HEADERS  = $CONFIG_HEADERS
388  CONFIG_LINKS    = $CONFIG_LINKS
389  CONFIG_COMMANDS = $CONFIG_COMMANDS
390  $ $0 $@
391
392on `(hostname || uname -n) 2>/dev/null | sed 1q`
393"
394
395# Files that config.status was made for.
396config_files=" Makefile"
397config_headers=" conf.h"
398
399ac_cs_usage="\
400\`$as_me' instantiates files and other configuration actions
401from templates according to the current configuration.  Unless the files
402and actions are specified as TAGs, all are instantiated by default.
403
404Usage: $0 [OPTION]... [TAG]...
405
406  -h, --help       print this help, then exit
407  -V, --version    print version number and configuration settings, then exit
408      --config     print configuration, then exit
409  -q, --quiet, --silent
410                   do not print progress messages
411  -d, --debug      don't remove temporary files
412      --recheck    update $as_me by reconfiguring in the same conditions
413      --file=FILE[:TEMPLATE]
414                   instantiate the configuration file FILE
415      --header=FILE[:TEMPLATE]
416                   instantiate the configuration header FILE
417
418Configuration files:
419$config_files
420
421Configuration headers:
422$config_headers
423
424Report bugs to the package provider."
425
426ac_cs_config=""
427ac_cs_version="\
428config.status
429configured by ./configure, generated by GNU Autoconf 2.69,
430  with options \"$ac_cs_config\"
431
432Copyright (C) 2012 Free Software Foundation, Inc.
433This config.status script is free software; the Free Software Foundation
434gives unlimited permission to copy, distribute and modify it."
435
436ac_pwd='/Users/beerli/src/migrate-old'
437srcdir='.'
438INSTALL='/usr/bin/install -c'
439test -n "$AWK" || AWK=awk
440# The default lists apply if the user does not specify any file.
441ac_need_defaults=:
442while test $# != 0
443do
444  case $1 in
445  --*=?*)
446    ac_option=`expr "X$1" : 'X\([^=]*\)='`
447    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
448    ac_shift=:
449    ;;
450  --*=)
451    ac_option=`expr "X$1" : 'X\([^=]*\)='`
452    ac_optarg=
453    ac_shift=:
454    ;;
455  *)
456    ac_option=$1
457    ac_optarg=$2
458    ac_shift=shift
459    ;;
460  esac
461
462  case $ac_option in
463  # Handling of the options.
464  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
465    ac_cs_recheck=: ;;
466  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
467    $as_echo "$ac_cs_version"; exit ;;
468  --config | --confi | --conf | --con | --co | --c )
469    $as_echo "$ac_cs_config"; exit ;;
470  --debug | --debu | --deb | --de | --d | -d )
471    debug=: ;;
472  --file | --fil | --fi | --f )
473    $ac_shift
474    case $ac_optarg in
475    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
476    '') as_fn_error $? "missing file argument" ;;
477    esac
478    as_fn_append CONFIG_FILES " '$ac_optarg'"
479    ac_need_defaults=false;;
480  --header | --heade | --head | --hea )
481    $ac_shift
482    case $ac_optarg in
483    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
484    esac
485    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
486    ac_need_defaults=false;;
487  --he | --h)
488    # Conflict between --help and --header
489    as_fn_error $? "ambiguous option: \`$1'
490Try \`$0 --help' for more information.";;
491  --help | --hel | -h )
492    $as_echo "$ac_cs_usage"; exit ;;
493  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
494  | -silent | --silent | --silen | --sile | --sil | --si | --s)
495    ac_cs_silent=: ;;
496
497  # This is an error.
498  -*) as_fn_error $? "unrecognized option: \`$1'
499Try \`$0 --help' for more information." ;;
500
501  *) as_fn_append ac_config_targets " $1"
502     ac_need_defaults=false ;;
503
504  esac
505  shift
506done
507
508ac_configure_extra_args=
509
510if $ac_cs_silent; then
511  exec 6>/dev/null
512  ac_configure_extra_args="$ac_configure_extra_args --silent"
513fi
514
515if $ac_cs_recheck; then
516  set X /bin/sh './configure'  $ac_configure_extra_args --no-create --no-recursion
517  shift
518  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
519  CONFIG_SHELL='/bin/sh'
520  export CONFIG_SHELL
521  exec "$@"
522fi
523
524exec 5>>config.log
525{
526  echo
527  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
528## Running $as_me. ##
529_ASBOX
530  $as_echo "$ac_log"
531} >&5
532
533
534# Handling of arguments.
535for ac_config_target in $ac_config_targets
536do
537  case $ac_config_target in
538    "conf.h") CONFIG_HEADERS="$CONFIG_HEADERS conf.h" ;;
539    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
540
541  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
542  esac
543done
544
545
546# If the user did not use the arguments to specify the items to instantiate,
547# then the envvar interface is used.  Set only those that are not.
548# We use the long form for the default assignment because of an extremely
549# bizarre bug on SunOS 4.1.3.
550if $ac_need_defaults; then
551  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
552  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
553fi
554
555# Have a temporary directory for convenience.  Make it in the build tree
556# simply because there is no reason against having it here, and in addition,
557# creating and moving files from /tmp can sometimes cause problems.
558# Hook for its removal unless debugging.
559# Note that there is a small window in which the directory will not be cleaned:
560# after its creation but before its name has been assigned to `$tmp'.
561$debug ||
562{
563  tmp= ac_tmp=
564  trap 'exit_status=$?
565  : "${ac_tmp:=$tmp}"
566  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
567' 0
568  trap 'as_fn_exit 1' 1 2 13 15
569}
570# Create a (secure) tmp directory for tmp files.
571
572{
573  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
574  test -d "$tmp"
575}  ||
576{
577  tmp=./conf$$-$RANDOM
578  (umask 077 && mkdir "$tmp")
579} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
580ac_tmp=$tmp
581
582# Set up the scripts for CONFIG_FILES section.
583# No need to generate them if there are no CONFIG_FILES.
584# This happens for instance with `./config.status config.h'.
585if test -n "$CONFIG_FILES"; then
586
587
588ac_cr=`echo X | tr X '\015'`
589# On cygwin, bash can eat \r inside `` if the user requested igncr.
590# But we know of no other shell where ac_cr would be empty at this
591# point, so we can use a bashism as a fallback.
592if test "x$ac_cr" = x; then
593  eval ac_cr=\$\'\\r\'
594fi
595ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
596if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
597  ac_cs_awk_cr='\\r'
598else
599  ac_cs_awk_cr=$ac_cr
600fi
601
602echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
603cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
604S["LTLIBOBJS"]=""
605S["LIBOBJS"]=""
606S["PAPERFORMAT"]="-DLETTERPAPER"
607S["MT_FILES"]="SFMT.c"
608S["HARDWARECFLAGS"]=""
609S["HAVE_ZNZ"]=" -DHAVE_ZLIB -DZNZ"
610S["NOZLIB"]=""
611S["ZLIBHARUINCL"]=""
612S["ZLIBINCL"]=""
613S["ZLIBDIR"]=""
614S["ZLIB"]="-lz"
615S["ZLIBTARGET"]="zlibsystem"
616S["SYSTEMVERSION"]=""
617S["MACOSVERSION"]=""
618S["ARCH"]=""
619S["EGREP"]="/usr/bin/grep -E"
620S["GREP"]="/usr/bin/grep"
621S["CPP"]="gcc -E"
622S["MPICC"]="mpicc"
623S["THREADLIB"]="-lpthread"
624S["THREADCFLAGS"]="-D_REENTRANT -DPTHREADS"
625S["TAR"]="tar"
626S["RANDOMLIBS"]=" "
627S["RANDOMCFLAGS"]=""
628S["INSTALL_DATA"]="${INSTALL} -m 644"
629S["INSTALL_SCRIPT"]="${INSTALL}"
630S["INSTALL_PROGRAM"]="${INSTALL}"
631S["ac_ct_CXX"]="g++"
632S["CXXFLAGS"]="-g -O2"
633S["CXX"]="g++"
634S["OBJEXT"]="o"
635S["EXEEXT"]=""
636S["ac_ct_CC"]="gcc"
637S["CPPFLAGS"]=""
638S["LDFLAGS"]=""
639S["CC"]="gcc"
640S["STDCPLUS"]="-lstdc++"
641S["EXCEPTION"]="-fexceptions"
642S["CPUINFO"]="sysctl machdep.cpu.brand_string"
643S["SYSTEM"]="osx"
644S["GMAKE"]="make"
645S["CFLAGS"]="-O3 -fvectorize  -funroll-loops -Di686 "
646S["MIGRATESUBVERSION"]="2160"
647S["OSTYPE"]="darwin14.3.0"
648S["CPUTYPE"]="i686"
649S["target_os"]="darwin14.3.0"
650S["target_vendor"]="apple"
651S["target_cpu"]="i686"
652S["target"]="i686-apple-darwin14.3.0"
653S["host_os"]="darwin14.3.0"
654S["host_vendor"]="apple"
655S["host_cpu"]="i686"
656S["host"]="i686-apple-darwin14.3.0"
657S["build_os"]="darwin14.3.0"
658S["build_vendor"]="apple"
659S["build_cpu"]="i686"
660S["build"]="i686-apple-darwin14.3.0"
661S["target_alias"]=""
662S["host_alias"]=""
663S["build_alias"]=""
664S["LIBS"]="-lm "
665S["ECHO_T"]=""
666S["ECHO_N"]=""
667S["ECHO_C"]="\\c"
668S["DEFS"]="-DHAVE_CONFIG_H"
669S["mandir"]="${datarootdir}/man"
670S["localedir"]="${datarootdir}/locale"
671S["libdir"]="${exec_prefix}/lib"
672S["psdir"]="${docdir}"
673S["pdfdir"]="${docdir}"
674S["dvidir"]="${docdir}"
675S["htmldir"]="${docdir}"
676S["infodir"]="${datarootdir}/info"
677S["docdir"]="${datarootdir}/doc/${PACKAGE}"
678S["oldincludedir"]="/usr/include"
679S["includedir"]="${prefix}/include"
680S["localstatedir"]="${prefix}/var"
681S["sharedstatedir"]="${prefix}/com"
682S["sysconfdir"]="${prefix}/etc"
683S["datadir"]="${datarootdir}"
684S["datarootdir"]="${prefix}/share"
685S["libexecdir"]="${exec_prefix}/libexec"
686S["sbindir"]="${exec_prefix}/sbin"
687S["bindir"]="${exec_prefix}/bin"
688S["program_transform_name"]="s,x,x,"
689S["prefix"]="/usr/local"
690S["exec_prefix"]="${prefix}"
691S["PACKAGE_URL"]=""
692S["PACKAGE_BUGREPORT"]=""
693S["PACKAGE_STRING"]=""
694S["PACKAGE_VERSION"]=""
695S["PACKAGE_TARNAME"]=""
696S["PACKAGE_NAME"]=""
697S["PATH_SEPARATOR"]=":"
698S["SHELL"]="/bin/sh"
699_ACAWK
700cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
701  for (key in S) S_is_set[key] = 1
702  FS = ""
703
704}
705{
706  line = $ 0
707  nfields = split(line, field, "@")
708  substed = 0
709  len = length(field[1])
710  for (i = 2; i < nfields; i++) {
711    key = field[i]
712    keylen = length(key)
713    if (S_is_set[key]) {
714      value = S[key]
715      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
716      len += length(value) + length(field[++i])
717      substed = 1
718    } else
719      len += 1 + keylen
720  }
721
722  print line
723}
724
725_ACAWK
726if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
727  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
728else
729  cat
730fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
731  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
732fi # test -n "$CONFIG_FILES"
733
734# Set up the scripts for CONFIG_HEADERS section.
735# No need to generate them if there are no CONFIG_HEADERS.
736# This happens for instance with `./config.status Makefile'.
737if test -n "$CONFIG_HEADERS"; then
738cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
739BEGIN {
740D["PACKAGE_NAME"]=" \"\""
741D["PACKAGE_TARNAME"]=" \"\""
742D["PACKAGE_VERSION"]=" \"\""
743D["PACKAGE_STRING"]=" \"\""
744D["PACKAGE_BUGREPORT"]=" \"\""
745D["PACKAGE_URL"]=" \"\""
746D["HAVE_LIBM"]=" 1"
747D["STDC_HEADERS"]=" 1"
748D["HAVE_SYS_TYPES_H"]=" 1"
749D["HAVE_SYS_STAT_H"]=" 1"
750D["HAVE_STDLIB_H"]=" 1"
751D["HAVE_STRING_H"]=" 1"
752D["HAVE_MEMORY_H"]=" 1"
753D["HAVE_STRINGS_H"]=" 1"
754D["HAVE_INTTYPES_H"]=" 1"
755D["HAVE_STDINT_H"]=" 1"
756D["HAVE_UNISTD_H"]=" 1"
757D["HAVE_LIMITS_H"]=" 1"
758D["HAVE_STRINGS_H"]=" 1"
759D["HAVE_PTHREAD_H"]=" 1"
760D["RETSIGTYPE"]=" void"
761D["HAVE_STRFTIME"]=" 1"
762D["HAVE_STRCSPN"]=" 1"
763D["HAVE_STRSEP"]=" 1"
764D["HAVE_LGAMMA"]=" 1"
765  for (key in D) D_is_set[key] = 1
766  FS = ""
767}
768/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
769  line = $ 0
770  split(line, arg, " ")
771  if (arg[1] == "#") {
772    defundef = arg[2]
773    mac1 = arg[3]
774  } else {
775    defundef = substr(arg[1], 2)
776    mac1 = arg[2]
777  }
778  split(mac1, mac2, "(") #)
779  macro = mac2[1]
780  prefix = substr(line, 1, index(line, defundef) - 1)
781  if (D_is_set[macro]) {
782    # Preserve the white space surrounding the "#".
783    print prefix "define", macro P[macro] D[macro]
784    next
785  } else {
786    # Replace #undef with comments.  This is necessary, for example,
787    # in the case of _POSIX_SOURCE, which is predefined and required
788    # on some systems where configure will not decide to define it.
789    if (defundef == "undef") {
790      print "/*", prefix defundef, macro, "*/"
791      next
792    }
793  }
794}
795{ print }
796_ACAWK
797  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
798fi # test -n "$CONFIG_HEADERS"
799
800
801eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
802shift
803for ac_tag
804do
805  case $ac_tag in
806  :[FHLC]) ac_mode=$ac_tag; continue;;
807  esac
808  case $ac_mode$ac_tag in
809  :[FHL]*:*);;
810  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
811  :[FH]-) ac_tag=-:-;;
812  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
813  esac
814  ac_save_IFS=$IFS
815  IFS=:
816  set x $ac_tag
817  IFS=$ac_save_IFS
818  shift
819  ac_file=$1
820  shift
821
822  case $ac_mode in
823  :L) ac_source=$1;;
824  :[FH])
825    ac_file_inputs=
826    for ac_f
827    do
828      case $ac_f in
829      -) ac_f="$ac_tmp/stdin";;
830      *) # Look for the file first in the build tree, then in the source tree
831	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
832	 # because $ac_f cannot contain `:'.
833	 test -f "$ac_f" ||
834	   case $ac_f in
835	   [\\/$]*) false;;
836	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
837	   esac ||
838	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
839      esac
840      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
841      as_fn_append ac_file_inputs " '$ac_f'"
842    done
843
844    # Let's still pretend it is `configure' which instantiates (i.e., don't
845    # use $as_me), people would be surprised to read:
846    #    /* config.h.  Generated by config.status.  */
847    configure_input='Generated from '`
848	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
849	`' by configure.'
850    if test x"$ac_file" != x-; then
851      configure_input="$ac_file.  $configure_input"
852      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
853$as_echo "$as_me: creating $ac_file" >&6;}
854    fi
855    # Neutralize special characters interpreted by sed in replacement strings.
856    case $configure_input in #(
857    *\&* | *\|* | *\\* )
858       ac_sed_conf_input=`$as_echo "$configure_input" |
859       sed 's/[\\\\&|]/\\\\&/g'`;; #(
860    *) ac_sed_conf_input=$configure_input;;
861    esac
862
863    case $ac_tag in
864    *:-:* | *:-) cat >"$ac_tmp/stdin" \
865      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
866    esac
867    ;;
868  esac
869
870  ac_dir=`$as_dirname -- "$ac_file" ||
871$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
872	 X"$ac_file" : 'X\(//\)[^/]' \| \
873	 X"$ac_file" : 'X\(//\)$' \| \
874	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
875$as_echo X"$ac_file" |
876    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
877	    s//\1/
878	    q
879	  }
880	  /^X\(\/\/\)[^/].*/{
881	    s//\1/
882	    q
883	  }
884	  /^X\(\/\/\)$/{
885	    s//\1/
886	    q
887	  }
888	  /^X\(\/\).*/{
889	    s//\1/
890	    q
891	  }
892	  s/.*/./; q'`
893  as_dir="$ac_dir"; as_fn_mkdir_p
894  ac_builddir=.
895
896case "$ac_dir" in
897.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
898*)
899  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
900  # A ".." for each directory in $ac_dir_suffix.
901  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
902  case $ac_top_builddir_sub in
903  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
904  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
905  esac ;;
906esac
907ac_abs_top_builddir=$ac_pwd
908ac_abs_builddir=$ac_pwd$ac_dir_suffix
909# for backward compatibility:
910ac_top_builddir=$ac_top_build_prefix
911
912case $srcdir in
913  .)  # We are building in place.
914    ac_srcdir=.
915    ac_top_srcdir=$ac_top_builddir_sub
916    ac_abs_top_srcdir=$ac_pwd ;;
917  [\\/]* | ?:[\\/]* )  # Absolute name.
918    ac_srcdir=$srcdir$ac_dir_suffix;
919    ac_top_srcdir=$srcdir
920    ac_abs_top_srcdir=$srcdir ;;
921  *) # Relative name.
922    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
923    ac_top_srcdir=$ac_top_build_prefix$srcdir
924    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
925esac
926ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
927
928
929  case $ac_mode in
930  :F)
931  #
932  # CONFIG_FILE
933  #
934
935  case $INSTALL in
936  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
937  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
938  esac
939# If the template does not know about datarootdir, expand it.
940# FIXME: This hack should be removed a few years after 2.60.
941ac_datarootdir_hack=; ac_datarootdir_seen=
942ac_sed_dataroot='
943/datarootdir/ {
944  p
945  q
946}
947/@datadir@/p
948/@docdir@/p
949/@infodir@/p
950/@localedir@/p
951/@mandir@/p'
952case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
953*datarootdir*) ac_datarootdir_seen=yes;;
954*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
955  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
956$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
957  ac_datarootdir_hack='
958  s&@datadir@&${datarootdir}&g
959  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
960  s&@infodir@&${datarootdir}/info&g
961  s&@localedir@&${datarootdir}/locale&g
962  s&@mandir@&${datarootdir}/man&g
963  s&\${datarootdir}&${prefix}/share&g' ;;
964esac
965ac_sed_extra="/^[	 ]*VPATH[	 ]*=[	 ]*/{
966h
967s///
968s/^/:/
969s/[	 ]*$/:/
970s/:\$(srcdir):/:/g
971s/:\${srcdir}:/:/g
972s/:@srcdir@:/:/g
973s/^:*//
974s/:*$//
975x
976s/\(=[	 ]*\).*/\1/
977G
978s/\n//
979s/^[^=]*=[	 ]*$//
980}
981
982:t
983/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
984s|@configure_input@|$ac_sed_conf_input|;t t
985s&@top_builddir@&$ac_top_builddir_sub&;t t
986s&@top_build_prefix@&$ac_top_build_prefix&;t t
987s&@srcdir@&$ac_srcdir&;t t
988s&@abs_srcdir@&$ac_abs_srcdir&;t t
989s&@top_srcdir@&$ac_top_srcdir&;t t
990s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
991s&@builddir@&$ac_builddir&;t t
992s&@abs_builddir@&$ac_abs_builddir&;t t
993s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
994s&@INSTALL@&$ac_INSTALL&;t t
995$ac_datarootdir_hack
996"
997eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
998  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
999
1000test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1001  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1002  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
1003      "$ac_tmp/out"`; test -z "$ac_out"; } &&
1004  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1005which seems to be undefined.  Please make sure it is defined" >&5
1006$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1007which seems to be undefined.  Please make sure it is defined" >&2;}
1008
1009  rm -f "$ac_tmp/stdin"
1010  case $ac_file in
1011  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1012  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1013  esac \
1014  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1015 ;;
1016  :H)
1017  #
1018  # CONFIG_HEADER
1019  #
1020  if test x"$ac_file" != x-; then
1021    {
1022      $as_echo "/* $configure_input  */" \
1023      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1024    } >"$ac_tmp/config.h" \
1025      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1026    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1027      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1028$as_echo "$as_me: $ac_file is unchanged" >&6;}
1029    else
1030      rm -f "$ac_file"
1031      mv "$ac_tmp/config.h" "$ac_file" \
1032	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
1033    fi
1034  else
1035    $as_echo "/* $configure_input  */" \
1036      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1037      || as_fn_error $? "could not create -" "$LINENO" 5
1038  fi
1039 ;;
1040
1041
1042  esac
1043
1044done # for ac_tag
1045
1046
1047as_fn_exit 0
1048