1#! /bin/bash
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/bash}
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 nana $as_me 3.0, 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 doc/Makefile examples/Makefile man/Makefile src/Makefile test/Makefile gdb/Makefile emacs/Makefile perf/Makefile src/nana-config.h src/nana src/nana-run src/nana-clg gdb/nana-trace gdb/nana-libtrace src/nana-c++lg shortform/Makefile shortform/nana-sfg shortform/nana-sfdir test/gammon"
397config_commands=" depfiles default"
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
416Configuration files:
417$config_files
418
419Configuration commands:
420$config_commands
421
422Report bugs to the package provider."
423
424ac_cs_config=""
425ac_cs_version="\
426nana config.status 3.0
427configured by ./configure, generated by GNU Autoconf 2.69,
428  with options \"$ac_cs_config\"
429
430Copyright (C) 2012 Free Software Foundation, Inc.
431This config.status script is free software; the Free Software Foundation
432gives unlimited permission to copy, distribute and modify it."
433
434ac_pwd='/home/pjm/github/nana'
435srcdir='.'
436INSTALL='/usr/bin/install -c'
437MKDIR_P='/bin/mkdir -p'
438AWK='gawk'
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  --he | --h |  --help | --hel | -h )
481    $as_echo "$ac_cs_usage"; exit ;;
482  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
483  | -silent | --silent | --silen | --sile | --sil | --si | --s)
484    ac_cs_silent=: ;;
485
486  # This is an error.
487  -*) as_fn_error $? "unrecognized option: \`$1'
488Try \`$0 --help' for more information." ;;
489
490  *) as_fn_append ac_config_targets " $1"
491     ac_need_defaults=false ;;
492
493  esac
494  shift
495done
496
497ac_configure_extra_args=
498
499if $ac_cs_silent; then
500  exec 6>/dev/null
501  ac_configure_extra_args="$ac_configure_extra_args --silent"
502fi
503
504if $ac_cs_recheck; then
505  set X /bin/bash './configure'  $ac_configure_extra_args --no-create --no-recursion
506  shift
507  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
508  CONFIG_SHELL='/bin/bash'
509  export CONFIG_SHELL
510  exec "$@"
511fi
512
513exec 5>>config.log
514{
515  echo
516  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
517## Running $as_me. ##
518_ASBOX
519  $as_echo "$ac_log"
520} >&5
521
522#
523# INIT-COMMANDS
524#
525AMDEP_TRUE="" ac_aux_dir="."
526
527
528# Handling of arguments.
529for ac_config_target in $ac_config_targets
530do
531  case $ac_config_target in
532    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
533    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
534    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
535    "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
536    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
537    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
538    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
539    "gdb/Makefile") CONFIG_FILES="$CONFIG_FILES gdb/Makefile" ;;
540    "emacs/Makefile") CONFIG_FILES="$CONFIG_FILES emacs/Makefile" ;;
541    "perf/Makefile") CONFIG_FILES="$CONFIG_FILES perf/Makefile" ;;
542    "src/nana-config.h") CONFIG_FILES="$CONFIG_FILES src/nana-config.h" ;;
543    "src/nana") CONFIG_FILES="$CONFIG_FILES src/nana" ;;
544    "src/nana-run") CONFIG_FILES="$CONFIG_FILES src/nana-run" ;;
545    "src/nana-clg") CONFIG_FILES="$CONFIG_FILES src/nana-clg" ;;
546    "gdb/nana-trace") CONFIG_FILES="$CONFIG_FILES gdb/nana-trace" ;;
547    "gdb/nana-libtrace") CONFIG_FILES="$CONFIG_FILES gdb/nana-libtrace" ;;
548    "src/nana-c++lg") CONFIG_FILES="$CONFIG_FILES src/nana-c++lg" ;;
549    "shortform/Makefile") CONFIG_FILES="$CONFIG_FILES shortform/Makefile" ;;
550    "shortform/nana-sfg") CONFIG_FILES="$CONFIG_FILES shortform/nana-sfg" ;;
551    "shortform/nana-sfdir") CONFIG_FILES="$CONFIG_FILES shortform/nana-sfdir" ;;
552    "test/gammon") CONFIG_FILES="$CONFIG_FILES test/gammon" ;;
553    "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
554
555  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
556  esac
557done
558
559
560# If the user did not use the arguments to specify the items to instantiate,
561# then the envvar interface is used.  Set only those that are not.
562# We use the long form for the default assignment because of an extremely
563# bizarre bug on SunOS 4.1.3.
564if $ac_need_defaults; then
565  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
566  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
567fi
568
569# Have a temporary directory for convenience.  Make it in the build tree
570# simply because there is no reason against having it here, and in addition,
571# creating and moving files from /tmp can sometimes cause problems.
572# Hook for its removal unless debugging.
573# Note that there is a small window in which the directory will not be cleaned:
574# after its creation but before its name has been assigned to `$tmp'.
575$debug ||
576{
577  tmp= ac_tmp=
578  trap 'exit_status=$?
579  : "${ac_tmp:=$tmp}"
580  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
581' 0
582  trap 'as_fn_exit 1' 1 2 13 15
583}
584# Create a (secure) tmp directory for tmp files.
585
586{
587  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
588  test -d "$tmp"
589}  ||
590{
591  tmp=./conf$$-$RANDOM
592  (umask 077 && mkdir "$tmp")
593} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
594ac_tmp=$tmp
595
596# Set up the scripts for CONFIG_FILES section.
597# No need to generate them if there are no CONFIG_FILES.
598# This happens for instance with `./config.status config.h'.
599if test -n "$CONFIG_FILES"; then
600
601
602ac_cr=`echo X | tr X '\015'`
603# On cygwin, bash can eat \r inside `` if the user requested igncr.
604# But we know of no other shell where ac_cr would be empty at this
605# point, so we can use a bashism as a fallback.
606if test "x$ac_cr" = x; then
607  eval ac_cr=\$\'\\r\'
608fi
609ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
610if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
611  ac_cs_awk_cr='\\r'
612else
613  ac_cs_awk_cr=$ac_cr
614fi
615
616echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
617cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
618S["am__EXEEXT_FALSE"]=""
619S["am__EXEEXT_TRUE"]="#"
620S["LTLIBOBJS"]=""
621S["LIBOBJS"]=""
622S["ALWAYS_INCLUDE_MALLOC"]="#define ALWAYS_INCLUDE_MALLOC/* no arguments */ 0"
623S["DL_MAKE_VALID_BREAKPOINT"]=""
624S["DI_MAKE_VALID_BREAKPOINT"]=""
625S["I_DEFAULT_HANDLER"]=""
626S["GDB"]="/usr/bin/gdb"
627S["FIND"]="find"
628S["TAR"]="tar"
629S["FMT"]="fmt"
630S["RANLIB"]="ranlib"
631S["CXXCPP"]="g++ -E"
632S["am__fastdepCXX_FALSE"]="#"
633S["am__fastdepCXX_TRUE"]=""
634S["CXXDEPMODE"]="depmode=gcc3"
635S["ac_ct_CXX"]="g++"
636S["CXXFLAGS"]="-g -O2"
637S["CXX"]="g++"
638S["CPP"]="gcc -E"
639S["am__fastdepCC_FALSE"]="#"
640S["am__fastdepCC_TRUE"]=""
641S["CCDEPMODE"]="depmode=gcc3"
642S["am__nodep"]="_no"
643S["AMDEPBACKSLASH"]="\\"
644S["AMDEP_FALSE"]="#"
645S["AMDEP_TRUE"]=""
646S["am__quote"]=""
647S["am__include"]="include"
648S["DEPDIR"]=".deps"
649S["OBJEXT"]="o"
650S["EXEEXT"]=""
651S["ac_ct_CC"]="gcc"
652S["CPPFLAGS"]=""
653S["LDFLAGS"]=""
654S["CFLAGS"]="-g -O2"
655S["CC"]="gcc"
656S["HAVE_RDTSC"]="0"
657S["PREV_VERSION"]="2.4"
658S["AM_BACKSLASH"]="\\"
659S["AM_DEFAULT_VERBOSITY"]="1"
660S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
661S["AM_V"]="$(V)"
662S["am__untar"]="$${TAR-tar} xf -"
663S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
664S["AMTAR"]="$${TAR-tar}"
665S["am__leading_dot"]="."
666S["SET_MAKE"]=""
667S["AWK"]="gawk"
668S["mkdir_p"]="$(MKDIR_P)"
669S["MKDIR_P"]="/bin/mkdir -p"
670S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
671S["STRIP"]=""
672S["install_sh"]="${SHELL} /home/pjm/github/nana/install-sh"
673S["MAKEINFO"]="makeinfo"
674S["AUTOHEADER"]="autoheader"
675S["AUTOMAKE"]="automake-1.14"
676S["AUTOCONF"]="autoconf"
677S["ACLOCAL"]="aclocal-1.14"
678S["VERSION"]="3.0"
679S["PACKAGE"]="nana"
680S["CYGPATH_W"]="echo"
681S["am__isrc"]=""
682S["INSTALL_DATA"]="${INSTALL} -m 644"
683S["INSTALL_SCRIPT"]="${INSTALL}"
684S["INSTALL_PROGRAM"]="${INSTALL}"
685S["target_os"]="linux-gnu"
686S["target_vendor"]="pc"
687S["target_cpu"]="x86_64"
688S["target"]="x86_64-pc-linux-gnu"
689S["host_os"]="linux-gnu"
690S["host_vendor"]="pc"
691S["host_cpu"]="x86_64"
692S["host"]="x86_64-pc-linux-gnu"
693S["build_os"]="linux-gnu"
694S["build_vendor"]="pc"
695S["build_cpu"]="x86_64"
696S["build"]="x86_64-pc-linux-gnu"
697S["target_alias"]=""
698S["host_alias"]=""
699S["build_alias"]=""
700S["LIBS"]=""
701S["ECHO_T"]=""
702S["ECHO_N"]="-n"
703S["ECHO_C"]=""
704S["DEFS"]="-DPACKAGE_NAME=\\\"nana\\\" -DPACKAGE_TARNAME=\\\"nana\\\" -DPACKAGE_VERSION=\\\"3.0\\\" -DPACKAGE_STRING=\\\"nana\\ 3.0\\\" -DPACKAGE_BUGREPORT=\\\"\\\" -DPACKAGE_URL=\\"\
705"\"\\\" -DPACKAGE=\\\"nana\\\" -DVERSION=\\\"3.0\\\" -DHAVE_VSPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_GETTIMEOFDAY=1"
706S["mandir"]="${datarootdir}/man"
707S["localedir"]="${datarootdir}/locale"
708S["libdir"]="${exec_prefix}/lib"
709S["psdir"]="${docdir}"
710S["pdfdir"]="${docdir}"
711S["dvidir"]="${docdir}"
712S["htmldir"]="${docdir}"
713S["infodir"]="${datarootdir}/info"
714S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
715S["oldincludedir"]="/usr/include"
716S["includedir"]="${prefix}/include"
717S["localstatedir"]="${prefix}/var"
718S["sharedstatedir"]="${prefix}/com"
719S["sysconfdir"]="${prefix}/etc"
720S["datadir"]="${datarootdir}"
721S["datarootdir"]="${prefix}/share"
722S["libexecdir"]="${exec_prefix}/libexec"
723S["sbindir"]="${exec_prefix}/sbin"
724S["bindir"]="${exec_prefix}/bin"
725S["program_transform_name"]="s,x,x,"
726S["prefix"]="/usr/local"
727S["exec_prefix"]="${prefix}"
728S["PACKAGE_URL"]=""
729S["PACKAGE_BUGREPORT"]=""
730S["PACKAGE_STRING"]="nana 3.0"
731S["PACKAGE_VERSION"]="3.0"
732S["PACKAGE_TARNAME"]="nana"
733S["PACKAGE_NAME"]="nana"
734S["PATH_SEPARATOR"]=":"
735S["SHELL"]="/bin/bash"
736_ACAWK
737cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
738  for (key in S) S_is_set[key] = 1
739  FS = ""
740
741}
742{
743  line = $ 0
744  nfields = split(line, field, "@")
745  substed = 0
746  len = length(field[1])
747  for (i = 2; i < nfields; i++) {
748    key = field[i]
749    keylen = length(key)
750    if (S_is_set[key]) {
751      value = S[key]
752      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
753      len += length(value) + length(field[++i])
754      substed = 1
755    } else
756      len += 1 + keylen
757  }
758
759  print line
760}
761
762_ACAWK
763if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
764  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
765else
766  cat
767fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
768  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
769fi # test -n "$CONFIG_FILES"
770
771
772eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
773shift
774for ac_tag
775do
776  case $ac_tag in
777  :[FHLC]) ac_mode=$ac_tag; continue;;
778  esac
779  case $ac_mode$ac_tag in
780  :[FHL]*:*);;
781  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
782  :[FH]-) ac_tag=-:-;;
783  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
784  esac
785  ac_save_IFS=$IFS
786  IFS=:
787  set x $ac_tag
788  IFS=$ac_save_IFS
789  shift
790  ac_file=$1
791  shift
792
793  case $ac_mode in
794  :L) ac_source=$1;;
795  :[FH])
796    ac_file_inputs=
797    for ac_f
798    do
799      case $ac_f in
800      -) ac_f="$ac_tmp/stdin";;
801      *) # Look for the file first in the build tree, then in the source tree
802	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
803	 # because $ac_f cannot contain `:'.
804	 test -f "$ac_f" ||
805	   case $ac_f in
806	   [\\/$]*) false;;
807	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
808	   esac ||
809	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
810      esac
811      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
812      as_fn_append ac_file_inputs " '$ac_f'"
813    done
814
815    # Let's still pretend it is `configure' which instantiates (i.e., don't
816    # use $as_me), people would be surprised to read:
817    #    /* config.h.  Generated by config.status.  */
818    configure_input='Generated from '`
819	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
820	`' by configure.'
821    if test x"$ac_file" != x-; then
822      configure_input="$ac_file.  $configure_input"
823      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
824$as_echo "$as_me: creating $ac_file" >&6;}
825    fi
826    # Neutralize special characters interpreted by sed in replacement strings.
827    case $configure_input in #(
828    *\&* | *\|* | *\\* )
829       ac_sed_conf_input=`$as_echo "$configure_input" |
830       sed 's/[\\\\&|]/\\\\&/g'`;; #(
831    *) ac_sed_conf_input=$configure_input;;
832    esac
833
834    case $ac_tag in
835    *:-:* | *:-) cat >"$ac_tmp/stdin" \
836      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
837    esac
838    ;;
839  esac
840
841  ac_dir=`$as_dirname -- "$ac_file" ||
842$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
843	 X"$ac_file" : 'X\(//\)[^/]' \| \
844	 X"$ac_file" : 'X\(//\)$' \| \
845	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
846$as_echo X"$ac_file" |
847    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
848	    s//\1/
849	    q
850	  }
851	  /^X\(\/\/\)[^/].*/{
852	    s//\1/
853	    q
854	  }
855	  /^X\(\/\/\)$/{
856	    s//\1/
857	    q
858	  }
859	  /^X\(\/\).*/{
860	    s//\1/
861	    q
862	  }
863	  s/.*/./; q'`
864  as_dir="$ac_dir"; as_fn_mkdir_p
865  ac_builddir=.
866
867case "$ac_dir" in
868.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
869*)
870  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
871  # A ".." for each directory in $ac_dir_suffix.
872  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
873  case $ac_top_builddir_sub in
874  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
875  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
876  esac ;;
877esac
878ac_abs_top_builddir=$ac_pwd
879ac_abs_builddir=$ac_pwd$ac_dir_suffix
880# for backward compatibility:
881ac_top_builddir=$ac_top_build_prefix
882
883case $srcdir in
884  .)  # We are building in place.
885    ac_srcdir=.
886    ac_top_srcdir=$ac_top_builddir_sub
887    ac_abs_top_srcdir=$ac_pwd ;;
888  [\\/]* | ?:[\\/]* )  # Absolute name.
889    ac_srcdir=$srcdir$ac_dir_suffix;
890    ac_top_srcdir=$srcdir
891    ac_abs_top_srcdir=$srcdir ;;
892  *) # Relative name.
893    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
894    ac_top_srcdir=$ac_top_build_prefix$srcdir
895    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
896esac
897ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
898
899
900  case $ac_mode in
901  :F)
902  #
903  # CONFIG_FILE
904  #
905
906  case $INSTALL in
907  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
908  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
909  esac
910  ac_MKDIR_P=$MKDIR_P
911  case $MKDIR_P in
912  [\\/$]* | ?:[\\/]* ) ;;
913  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
914  esac
915# If the template does not know about datarootdir, expand it.
916# FIXME: This hack should be removed a few years after 2.60.
917ac_datarootdir_hack=; ac_datarootdir_seen=
918ac_sed_dataroot='
919/datarootdir/ {
920  p
921  q
922}
923/@datadir@/p
924/@docdir@/p
925/@infodir@/p
926/@localedir@/p
927/@mandir@/p'
928case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
929*datarootdir*) ac_datarootdir_seen=yes;;
930*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
931  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
932$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
933  ac_datarootdir_hack='
934  s&@datadir@&${datarootdir}&g
935  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
936  s&@infodir@&${datarootdir}/info&g
937  s&@localedir@&${datarootdir}/locale&g
938  s&@mandir@&${datarootdir}/man&g
939  s&\${datarootdir}&${prefix}/share&g' ;;
940esac
941ac_sed_extra="/^[	 ]*VPATH[	 ]*=[	 ]*/{
942h
943s///
944s/^/:/
945s/[	 ]*$/:/
946s/:\$(srcdir):/:/g
947s/:\${srcdir}:/:/g
948s/:@srcdir@:/:/g
949s/^:*//
950s/:*$//
951x
952s/\(=[	 ]*\).*/\1/
953G
954s/\n//
955s/^[^=]*=[	 ]*$//
956}
957
958:t
959/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
960s|@configure_input@|$ac_sed_conf_input|;t t
961s&@top_builddir@&$ac_top_builddir_sub&;t t
962s&@top_build_prefix@&$ac_top_build_prefix&;t t
963s&@srcdir@&$ac_srcdir&;t t
964s&@abs_srcdir@&$ac_abs_srcdir&;t t
965s&@top_srcdir@&$ac_top_srcdir&;t t
966s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
967s&@builddir@&$ac_builddir&;t t
968s&@abs_builddir@&$ac_abs_builddir&;t t
969s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
970s&@INSTALL@&$ac_INSTALL&;t t
971s&@MKDIR_P@&$ac_MKDIR_P&;t t
972$ac_datarootdir_hack
973"
974eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
975  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
976
977test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
978  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
979  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
980      "$ac_tmp/out"`; test -z "$ac_out"; } &&
981  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
982which seems to be undefined.  Please make sure it is defined" >&5
983$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
984which seems to be undefined.  Please make sure it is defined" >&2;}
985
986  rm -f "$ac_tmp/stdin"
987  case $ac_file in
988  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
989  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
990  esac \
991  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
992 ;;
993
994
995  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
996$as_echo "$as_me: executing $ac_file commands" >&6;}
997 ;;
998  esac
999
1000
1001  case $ac_file$ac_mode in
1002    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1003  # Older Autoconf quotes --file arguments for eval, but not when files
1004  # are listed without --file.  Let's play safe and only enable the eval
1005  # if we detect the quoting.
1006  case $CONFIG_FILES in
1007  *\'*) eval set x "$CONFIG_FILES" ;;
1008  *)   set x $CONFIG_FILES ;;
1009  esac
1010  shift
1011  for mf
1012  do
1013    # Strip MF so we end up with the name of the file.
1014    mf=`echo "$mf" | sed -e 's/:.*$//'`
1015    # Check whether this is an Automake generated Makefile or not.
1016    # We used to match only the files named 'Makefile.in', but
1017    # some people rename them; so instead we look at the file content.
1018    # Grep'ing the first line is not enough: some people post-process
1019    # each Makefile.in and add a new line on top of each file to say so.
1020    # Grep'ing the whole file is not good either: AIX grep has a line
1021    # limit of 2048, but all sed's we know have understand at least 4000.
1022    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1023      dirpart=`$as_dirname -- "$mf" ||
1024$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1025	 X"$mf" : 'X\(//\)[^/]' \| \
1026	 X"$mf" : 'X\(//\)$' \| \
1027	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1028$as_echo X"$mf" |
1029    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1030	    s//\1/
1031	    q
1032	  }
1033	  /^X\(\/\/\)[^/].*/{
1034	    s//\1/
1035	    q
1036	  }
1037	  /^X\(\/\/\)$/{
1038	    s//\1/
1039	    q
1040	  }
1041	  /^X\(\/\).*/{
1042	    s//\1/
1043	    q
1044	  }
1045	  s/.*/./; q'`
1046    else
1047      continue
1048    fi
1049    # Extract the definition of DEPDIR, am__include, and am__quote
1050    # from the Makefile without running 'make'.
1051    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1052    test -z "$DEPDIR" && continue
1053    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1054    test -z "$am__include" && continue
1055    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1056    # Find all dependency output files, they are included files with
1057    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1058    # simplest approach to changing $(DEPDIR) to its actual value in the
1059    # expansion.
1060    for file in `sed -n "
1061      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1062	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1063      # Make sure the directory exists.
1064      test -f "$dirpart/$file" && continue
1065      fdir=`$as_dirname -- "$file" ||
1066$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1067	 X"$file" : 'X\(//\)[^/]' \| \
1068	 X"$file" : 'X\(//\)$' \| \
1069	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1070$as_echo X"$file" |
1071    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1072	    s//\1/
1073	    q
1074	  }
1075	  /^X\(\/\/\)[^/].*/{
1076	    s//\1/
1077	    q
1078	  }
1079	  /^X\(\/\/\)$/{
1080	    s//\1/
1081	    q
1082	  }
1083	  /^X\(\/\).*/{
1084	    s//\1/
1085	    q
1086	  }
1087	  s/.*/./; q'`
1088      as_dir=$dirpart/$fdir; as_fn_mkdir_p
1089      # echo "creating $dirpart/$file"
1090      echo '# dummy' > "$dirpart/$file"
1091    done
1092  done
1093}
1094 ;;
1095    "default":C) chmod +x src/nana src/nana-clg src/nana-c++lg src/nana-run test/gammon ;;
1096
1097  esac
1098done # for ac_tag
1099
1100
1101as_fn_exit 0
1102