1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for pic14lib 0.1.
4#
5# Report bugs to <tecodev AT users sourceforge net>.
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 tecodev AT users
269$0: sourceforge net about your system, including any error
270$0: possibly output before this message. Then install a
271$0: 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='pic14lib'
581PACKAGE_TARNAME='pic14lib'
582PACKAGE_VERSION='0.1'
583PACKAGE_STRING='pic14lib 0.1'
584PACKAGE_BUGREPORT='tecodev AT users sourceforge net'
585PACKAGE_URL=''
586
587ac_unique_file="libsdcc/idata.c"
588ac_subst_vars='LTLIBOBJS
589LIBOBJS
590ENABLE_EXPERIMENTAL_FALSE
591ENABLE_EXPERIMENTAL_TRUE
592ENABLE_NOOPTS_FALSE
593ENABLE_NOOPTS_TRUE
594ENABLE_DEBUG_FALSE
595ENABLE_DEBUG_TRUE
596ENABLE_EXTENDED_INSTRUCTIONS_FALSE
597ENABLE_EXTENDED_INSTRUCTIONS_TRUE
598ENABLE_ENHANCED_PICS_FALSE
599ENABLE_ENHANCED_PICS_TRUE
600am__fastdepCCAS_FALSE
601am__fastdepCCAS_TRUE
602CCASDEPMODE
603am__fastdepCC_FALSE
604am__fastdepCC_TRUE
605CCDEPMODE
606am__nodep
607AMDEPBACKSLASH
608AMDEP_FALSE
609AMDEP_TRUE
610am__include
611DEPDIR
612OBJEXT
613RANLIB
614ARFLAGS
615LDFLAGS
616CCASFLAGS
617CFLAGS
618AR
619LD
620CCAS
621CC
622EARCH
623PICARCH
624AM_BACKSLASH
625AM_DEFAULT_VERBOSITY
626AM_DEFAULT_V
627AM_V
628am__untar
629am__tar
630AMTAR
631am__leading_dot
632SET_MAKE
633AWK
634mkdir_p
635MKDIR_P
636INSTALL_STRIP_PROGRAM
637STRIP
638install_sh
639MAKEINFO
640AUTOHEADER
641AUTOMAKE
642AUTOCONF
643ACLOCAL
644VERSION
645PACKAGE
646CYGPATH_W
647am__isrc
648INSTALL_DATA
649INSTALL_SCRIPT
650INSTALL_PROGRAM
651target_alias
652host_alias
653build_alias
654LIBS
655ECHO_T
656ECHO_N
657ECHO_C
658DEFS
659mandir
660localedir
661libdir
662psdir
663pdfdir
664dvidir
665htmldir
666infodir
667docdir
668oldincludedir
669includedir
670runstatedir
671localstatedir
672sharedstatedir
673sysconfdir
674datadir
675datarootdir
676libexecdir
677sbindir
678bindir
679program_transform_name
680prefix
681exec_prefix
682PACKAGE_URL
683PACKAGE_BUGREPORT
684PACKAGE_STRING
685PACKAGE_VERSION
686PACKAGE_TARNAME
687PACKAGE_NAME
688PATH_SEPARATOR
689SHELL
690am__quote'
691ac_subst_files=''
692ac_user_opts='
693enable_option_checking
694enable_silent_rules
695enable_dependency_tracking
696'
697      ac_precious_vars='build_alias
698host_alias
699target_alias'
700
701
702# Initialize some variables set by options.
703ac_init_help=
704ac_init_version=false
705ac_unrecognized_opts=
706ac_unrecognized_sep=
707# The variables have the same names as the options, with
708# dashes changed to underlines.
709cache_file=/dev/null
710exec_prefix=NONE
711no_create=
712no_recursion=
713prefix=NONE
714program_prefix=NONE
715program_suffix=NONE
716program_transform_name=s,x,x,
717silent=
718site=
719srcdir=
720verbose=
721x_includes=NONE
722x_libraries=NONE
723
724# Installation directory options.
725# These are left unexpanded so users can "make install exec_prefix=/foo"
726# and all the variables that are supposed to be based on exec_prefix
727# by default will actually change.
728# Use braces instead of parens because sh, perl, etc. also accept them.
729# (The list follows the same order as the GNU Coding Standards.)
730bindir='${exec_prefix}/bin'
731sbindir='${exec_prefix}/sbin'
732libexecdir='${exec_prefix}/libexec'
733datarootdir='${prefix}/share'
734datadir='${datarootdir}'
735sysconfdir='${prefix}/etc'
736sharedstatedir='${prefix}/com'
737localstatedir='${prefix}/var'
738runstatedir='${localstatedir}/run'
739includedir='${prefix}/include'
740oldincludedir='/usr/include'
741docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
742infodir='${datarootdir}/info'
743htmldir='${docdir}'
744dvidir='${docdir}'
745pdfdir='${docdir}'
746psdir='${docdir}'
747libdir='${exec_prefix}/lib'
748localedir='${datarootdir}/locale'
749mandir='${datarootdir}/man'
750
751ac_prev=
752ac_dashdash=
753for ac_option
754do
755  # If the previous option needs an argument, assign it.
756  if test -n "$ac_prev"; then
757    eval $ac_prev=\$ac_option
758    ac_prev=
759    continue
760  fi
761
762  case $ac_option in
763  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
764  *=)   ac_optarg= ;;
765  *)    ac_optarg=yes ;;
766  esac
767
768  # Accept the important Cygnus configure options, so we can diagnose typos.
769
770  case $ac_dashdash$ac_option in
771  --)
772    ac_dashdash=yes ;;
773
774  -bindir | --bindir | --bindi | --bind | --bin | --bi)
775    ac_prev=bindir ;;
776  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
777    bindir=$ac_optarg ;;
778
779  -build | --build | --buil | --bui | --bu)
780    ac_prev=build_alias ;;
781  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
782    build_alias=$ac_optarg ;;
783
784  -cache-file | --cache-file | --cache-fil | --cache-fi \
785  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
786    ac_prev=cache_file ;;
787  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
788  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
789    cache_file=$ac_optarg ;;
790
791  --config-cache | -C)
792    cache_file=config.cache ;;
793
794  -datadir | --datadir | --datadi | --datad)
795    ac_prev=datadir ;;
796  -datadir=* | --datadir=* | --datadi=* | --datad=*)
797    datadir=$ac_optarg ;;
798
799  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
800  | --dataroo | --dataro | --datar)
801    ac_prev=datarootdir ;;
802  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
803  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
804    datarootdir=$ac_optarg ;;
805
806  -disable-* | --disable-*)
807    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
808    # Reject names that are not valid shell variable names.
809    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
810      as_fn_error $? "invalid feature name: $ac_useropt"
811    ac_useropt_orig=$ac_useropt
812    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
813    case $ac_user_opts in
814      *"
815"enable_$ac_useropt"
816"*) ;;
817      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
818	 ac_unrecognized_sep=', ';;
819    esac
820    eval enable_$ac_useropt=no ;;
821
822  -docdir | --docdir | --docdi | --doc | --do)
823    ac_prev=docdir ;;
824  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
825    docdir=$ac_optarg ;;
826
827  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
828    ac_prev=dvidir ;;
829  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
830    dvidir=$ac_optarg ;;
831
832  -enable-* | --enable-*)
833    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
834    # Reject names that are not valid shell variable names.
835    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
836      as_fn_error $? "invalid feature name: $ac_useropt"
837    ac_useropt_orig=$ac_useropt
838    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
839    case $ac_user_opts in
840      *"
841"enable_$ac_useropt"
842"*) ;;
843      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
844	 ac_unrecognized_sep=', ';;
845    esac
846    eval enable_$ac_useropt=\$ac_optarg ;;
847
848  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
849  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
850  | --exec | --exe | --ex)
851    ac_prev=exec_prefix ;;
852  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
853  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
854  | --exec=* | --exe=* | --ex=*)
855    exec_prefix=$ac_optarg ;;
856
857  -gas | --gas | --ga | --g)
858    # Obsolete; use --with-gas.
859    with_gas=yes ;;
860
861  -help | --help | --hel | --he | -h)
862    ac_init_help=long ;;
863  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
864    ac_init_help=recursive ;;
865  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
866    ac_init_help=short ;;
867
868  -host | --host | --hos | --ho)
869    ac_prev=host_alias ;;
870  -host=* | --host=* | --hos=* | --ho=*)
871    host_alias=$ac_optarg ;;
872
873  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
874    ac_prev=htmldir ;;
875  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
876  | --ht=*)
877    htmldir=$ac_optarg ;;
878
879  -includedir | --includedir | --includedi | --included | --include \
880  | --includ | --inclu | --incl | --inc)
881    ac_prev=includedir ;;
882  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
883  | --includ=* | --inclu=* | --incl=* | --inc=*)
884    includedir=$ac_optarg ;;
885
886  -infodir | --infodir | --infodi | --infod | --info | --inf)
887    ac_prev=infodir ;;
888  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
889    infodir=$ac_optarg ;;
890
891  -libdir | --libdir | --libdi | --libd)
892    ac_prev=libdir ;;
893  -libdir=* | --libdir=* | --libdi=* | --libd=*)
894    libdir=$ac_optarg ;;
895
896  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
897  | --libexe | --libex | --libe)
898    ac_prev=libexecdir ;;
899  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
900  | --libexe=* | --libex=* | --libe=*)
901    libexecdir=$ac_optarg ;;
902
903  -localedir | --localedir | --localedi | --localed | --locale)
904    ac_prev=localedir ;;
905  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
906    localedir=$ac_optarg ;;
907
908  -localstatedir | --localstatedir | --localstatedi | --localstated \
909  | --localstate | --localstat | --localsta | --localst | --locals)
910    ac_prev=localstatedir ;;
911  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
912  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
913    localstatedir=$ac_optarg ;;
914
915  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
916    ac_prev=mandir ;;
917  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
918    mandir=$ac_optarg ;;
919
920  -nfp | --nfp | --nf)
921    # Obsolete; use --without-fp.
922    with_fp=no ;;
923
924  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
925  | --no-cr | --no-c | -n)
926    no_create=yes ;;
927
928  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
929  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
930    no_recursion=yes ;;
931
932  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
933  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
934  | --oldin | --oldi | --old | --ol | --o)
935    ac_prev=oldincludedir ;;
936  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
937  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
938  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
939    oldincludedir=$ac_optarg ;;
940
941  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
942    ac_prev=prefix ;;
943  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
944    prefix=$ac_optarg ;;
945
946  -program-prefix | --program-prefix | --program-prefi | --program-pref \
947  | --program-pre | --program-pr | --program-p)
948    ac_prev=program_prefix ;;
949  -program-prefix=* | --program-prefix=* | --program-prefi=* \
950  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
951    program_prefix=$ac_optarg ;;
952
953  -program-suffix | --program-suffix | --program-suffi | --program-suff \
954  | --program-suf | --program-su | --program-s)
955    ac_prev=program_suffix ;;
956  -program-suffix=* | --program-suffix=* | --program-suffi=* \
957  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
958    program_suffix=$ac_optarg ;;
959
960  -program-transform-name | --program-transform-name \
961  | --program-transform-nam | --program-transform-na \
962  | --program-transform-n | --program-transform- \
963  | --program-transform | --program-transfor \
964  | --program-transfo | --program-transf \
965  | --program-trans | --program-tran \
966  | --progr-tra | --program-tr | --program-t)
967    ac_prev=program_transform_name ;;
968  -program-transform-name=* | --program-transform-name=* \
969  | --program-transform-nam=* | --program-transform-na=* \
970  | --program-transform-n=* | --program-transform-=* \
971  | --program-transform=* | --program-transfor=* \
972  | --program-transfo=* | --program-transf=* \
973  | --program-trans=* | --program-tran=* \
974  | --progr-tra=* | --program-tr=* | --program-t=*)
975    program_transform_name=$ac_optarg ;;
976
977  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
978    ac_prev=pdfdir ;;
979  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
980    pdfdir=$ac_optarg ;;
981
982  -psdir | --psdir | --psdi | --psd | --ps)
983    ac_prev=psdir ;;
984  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
985    psdir=$ac_optarg ;;
986
987  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
988  | -silent | --silent | --silen | --sile | --sil)
989    silent=yes ;;
990
991  -runstatedir | --runstatedir | --runstatedi | --runstated \
992  | --runstate | --runstat | --runsta | --runst | --runs \
993  | --run | --ru | --r)
994    ac_prev=runstatedir ;;
995  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
996  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
997  | --run=* | --ru=* | --r=*)
998    runstatedir=$ac_optarg ;;
999
1000  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1001    ac_prev=sbindir ;;
1002  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1003  | --sbi=* | --sb=*)
1004    sbindir=$ac_optarg ;;
1005
1006  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1007  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1008  | --sharedst | --shareds | --shared | --share | --shar \
1009  | --sha | --sh)
1010    ac_prev=sharedstatedir ;;
1011  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1012  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1013  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1014  | --sha=* | --sh=*)
1015    sharedstatedir=$ac_optarg ;;
1016
1017  -site | --site | --sit)
1018    ac_prev=site ;;
1019  -site=* | --site=* | --sit=*)
1020    site=$ac_optarg ;;
1021
1022  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1023    ac_prev=srcdir ;;
1024  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1025    srcdir=$ac_optarg ;;
1026
1027  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1028  | --syscon | --sysco | --sysc | --sys | --sy)
1029    ac_prev=sysconfdir ;;
1030  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1031  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1032    sysconfdir=$ac_optarg ;;
1033
1034  -target | --target | --targe | --targ | --tar | --ta | --t)
1035    ac_prev=target_alias ;;
1036  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1037    target_alias=$ac_optarg ;;
1038
1039  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1040    verbose=yes ;;
1041
1042  -version | --version | --versio | --versi | --vers | -V)
1043    ac_init_version=: ;;
1044
1045  -with-* | --with-*)
1046    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1047    # Reject names that are not valid shell variable names.
1048    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1049      as_fn_error $? "invalid package name: $ac_useropt"
1050    ac_useropt_orig=$ac_useropt
1051    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1052    case $ac_user_opts in
1053      *"
1054"with_$ac_useropt"
1055"*) ;;
1056      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1057	 ac_unrecognized_sep=', ';;
1058    esac
1059    eval with_$ac_useropt=\$ac_optarg ;;
1060
1061  -without-* | --without-*)
1062    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1063    # Reject names that are not valid shell variable names.
1064    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1065      as_fn_error $? "invalid package name: $ac_useropt"
1066    ac_useropt_orig=$ac_useropt
1067    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1068    case $ac_user_opts in
1069      *"
1070"with_$ac_useropt"
1071"*) ;;
1072      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1073	 ac_unrecognized_sep=', ';;
1074    esac
1075    eval with_$ac_useropt=no ;;
1076
1077  --x)
1078    # Obsolete; use --with-x.
1079    with_x=yes ;;
1080
1081  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1082  | --x-incl | --x-inc | --x-in | --x-i)
1083    ac_prev=x_includes ;;
1084  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1085  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1086    x_includes=$ac_optarg ;;
1087
1088  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1089  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1090    ac_prev=x_libraries ;;
1091  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1092  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1093    x_libraries=$ac_optarg ;;
1094
1095  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1096Try \`$0 --help' for more information"
1097    ;;
1098
1099  *=*)
1100    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1101    # Reject names that are not valid shell variable names.
1102    case $ac_envvar in #(
1103      '' | [0-9]* | *[!_$as_cr_alnum]* )
1104      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1105    esac
1106    eval $ac_envvar=\$ac_optarg
1107    export $ac_envvar ;;
1108
1109  *)
1110    # FIXME: should be removed in autoconf 3.0.
1111    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1112    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1113      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1114    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1115    ;;
1116
1117  esac
1118done
1119
1120if test -n "$ac_prev"; then
1121  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1122  as_fn_error $? "missing argument to $ac_option"
1123fi
1124
1125if test -n "$ac_unrecognized_opts"; then
1126  case $enable_option_checking in
1127    no) ;;
1128    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1129    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1130  esac
1131fi
1132
1133# Check all directory arguments for consistency.
1134for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1135		datadir sysconfdir sharedstatedir localstatedir includedir \
1136		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1137		libdir localedir mandir runstatedir
1138do
1139  eval ac_val=\$$ac_var
1140  # Remove trailing slashes.
1141  case $ac_val in
1142    */ )
1143      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1144      eval $ac_var=\$ac_val;;
1145  esac
1146  # Be sure to have absolute directory names.
1147  case $ac_val in
1148    [\\/$]* | ?:[\\/]* )  continue;;
1149    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1150  esac
1151  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1152done
1153
1154# There might be people who depend on the old broken behavior: `$host'
1155# used to hold the argument of --host etc.
1156# FIXME: To remove some day.
1157build=$build_alias
1158host=$host_alias
1159target=$target_alias
1160
1161# FIXME: To remove some day.
1162if test "x$host_alias" != x; then
1163  if test "x$build_alias" = x; then
1164    cross_compiling=maybe
1165  elif test "x$build_alias" != "x$host_alias"; then
1166    cross_compiling=yes
1167  fi
1168fi
1169
1170ac_tool_prefix=
1171test -n "$host_alias" && ac_tool_prefix=$host_alias-
1172
1173test "$silent" = yes && exec 6>/dev/null
1174
1175
1176ac_pwd=`pwd` && test -n "$ac_pwd" &&
1177ac_ls_di=`ls -di .` &&
1178ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1179  as_fn_error $? "working directory cannot be determined"
1180test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1181  as_fn_error $? "pwd does not report name of working directory"
1182
1183
1184# Find the source files, if location was not specified.
1185if test -z "$srcdir"; then
1186  ac_srcdir_defaulted=yes
1187  # Try the directory containing this script, then the parent directory.
1188  ac_confdir=`$as_dirname -- "$as_myself" ||
1189$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1190	 X"$as_myself" : 'X\(//\)[^/]' \| \
1191	 X"$as_myself" : 'X\(//\)$' \| \
1192	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1193$as_echo X"$as_myself" |
1194    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1195	    s//\1/
1196	    q
1197	  }
1198	  /^X\(\/\/\)[^/].*/{
1199	    s//\1/
1200	    q
1201	  }
1202	  /^X\(\/\/\)$/{
1203	    s//\1/
1204	    q
1205	  }
1206	  /^X\(\/\).*/{
1207	    s//\1/
1208	    q
1209	  }
1210	  s/.*/./; q'`
1211  srcdir=$ac_confdir
1212  if test ! -r "$srcdir/$ac_unique_file"; then
1213    srcdir=..
1214  fi
1215else
1216  ac_srcdir_defaulted=no
1217fi
1218if test ! -r "$srcdir/$ac_unique_file"; then
1219  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1220  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1221fi
1222ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1223ac_abs_confdir=`(
1224	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1225	pwd)`
1226# When building in place, set srcdir=.
1227if test "$ac_abs_confdir" = "$ac_pwd"; then
1228  srcdir=.
1229fi
1230# Remove unnecessary trailing slashes from srcdir.
1231# Double slashes in file names in object file debugging info
1232# mess up M-x gdb in Emacs.
1233case $srcdir in
1234*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1235esac
1236for ac_var in $ac_precious_vars; do
1237  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1238  eval ac_env_${ac_var}_value=\$${ac_var}
1239  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1240  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1241done
1242
1243#
1244# Report the --help message.
1245#
1246if test "$ac_init_help" = "long"; then
1247  # Omit some internal or obsolete options to make the list less imposing.
1248  # This message is too long to be a string in the A/UX 3.1 sh.
1249  cat <<_ACEOF
1250\`configure' configures pic14lib 0.1 to adapt to many kinds of systems.
1251
1252Usage: $0 [OPTION]... [VAR=VALUE]...
1253
1254To assign environment variables (e.g., CC, CFLAGS...), specify them as
1255VAR=VALUE.  See below for descriptions of some of the useful variables.
1256
1257Defaults for the options are specified in brackets.
1258
1259Configuration:
1260  -h, --help              display this help and exit
1261      --help=short        display options specific to this package
1262      --help=recursive    display the short help of all the included packages
1263  -V, --version           display version information and exit
1264  -q, --quiet, --silent   do not print \`checking ...' messages
1265      --cache-file=FILE   cache test results in FILE [disabled]
1266  -C, --config-cache      alias for \`--cache-file=config.cache'
1267  -n, --no-create         do not create output files
1268      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1269
1270Installation directories:
1271  --prefix=PREFIX         install architecture-independent files in PREFIX
1272                          [$ac_default_prefix]
1273  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1274                          [PREFIX]
1275
1276By default, \`make install' will install all the files in
1277\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1278an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1279for instance \`--prefix=\$HOME'.
1280
1281For better control, use the options below.
1282
1283Fine tuning of the installation directories:
1284  --bindir=DIR            user executables [EPREFIX/bin]
1285  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1286  --libexecdir=DIR        program executables [EPREFIX/libexec]
1287  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1288  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1289  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1290  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1291  --libdir=DIR            object code libraries [EPREFIX/lib]
1292  --includedir=DIR        C header files [PREFIX/include]
1293  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1294  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1295  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1296  --infodir=DIR           info documentation [DATAROOTDIR/info]
1297  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1298  --mandir=DIR            man documentation [DATAROOTDIR/man]
1299  --docdir=DIR            documentation root [DATAROOTDIR/doc/pic14lib]
1300  --htmldir=DIR           html documentation [DOCDIR]
1301  --dvidir=DIR            dvi documentation [DOCDIR]
1302  --pdfdir=DIR            pdf documentation [DOCDIR]
1303  --psdir=DIR             ps documentation [DOCDIR]
1304_ACEOF
1305
1306  cat <<\_ACEOF
1307
1308Program names:
1309  --program-prefix=PREFIX            prepend PREFIX to installed program names
1310  --program-suffix=SUFFIX            append SUFFIX to installed program names
1311  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1312_ACEOF
1313fi
1314
1315if test -n "$ac_init_help"; then
1316  case $ac_init_help in
1317     short | recursive ) echo "Configuration of pic14lib 0.1:";;
1318   esac
1319  cat <<\_ACEOF
1320
1321Optional Features:
1322  --disable-option-checking  ignore unrecognized --enable/--with options
1323  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1324  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1325  --enable-silent-rules   less verbose build output (undo: "make V=1")
1326  --disable-silent-rules  verbose build output (undo: "make V=0")
1327  --enable-dependency-tracking
1328                          do not reject slow dependency extractors
1329  --disable-dependency-tracking
1330                          speeds up one-time build
1331
1332Report bugs to <tecodev AT users sourceforge net>.
1333_ACEOF
1334ac_status=$?
1335fi
1336
1337if test "$ac_init_help" = "recursive"; then
1338  # If there are subdirs, report their specific --help.
1339  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1340    test -d "$ac_dir" ||
1341      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1342      continue
1343    ac_builddir=.
1344
1345case "$ac_dir" in
1346.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1347*)
1348  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1349  # A ".." for each directory in $ac_dir_suffix.
1350  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1351  case $ac_top_builddir_sub in
1352  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1353  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1354  esac ;;
1355esac
1356ac_abs_top_builddir=$ac_pwd
1357ac_abs_builddir=$ac_pwd$ac_dir_suffix
1358# for backward compatibility:
1359ac_top_builddir=$ac_top_build_prefix
1360
1361case $srcdir in
1362  .)  # We are building in place.
1363    ac_srcdir=.
1364    ac_top_srcdir=$ac_top_builddir_sub
1365    ac_abs_top_srcdir=$ac_pwd ;;
1366  [\\/]* | ?:[\\/]* )  # Absolute name.
1367    ac_srcdir=$srcdir$ac_dir_suffix;
1368    ac_top_srcdir=$srcdir
1369    ac_abs_top_srcdir=$srcdir ;;
1370  *) # Relative name.
1371    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1372    ac_top_srcdir=$ac_top_build_prefix$srcdir
1373    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1374esac
1375ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1376
1377    cd "$ac_dir" || { ac_status=$?; continue; }
1378    # Check for guested configure.
1379    if test -f "$ac_srcdir/configure.gnu"; then
1380      echo &&
1381      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1382    elif test -f "$ac_srcdir/configure"; then
1383      echo &&
1384      $SHELL "$ac_srcdir/configure" --help=recursive
1385    else
1386      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1387    fi || ac_status=$?
1388    cd "$ac_pwd" || { ac_status=$?; break; }
1389  done
1390fi
1391
1392test -n "$ac_init_help" && exit $ac_status
1393if $ac_init_version; then
1394  cat <<\_ACEOF
1395pic14lib configure 0.1
1396generated by GNU Autoconf 2.69
1397
1398Copyright (C) 2012 Free Software Foundation, Inc.
1399This configure script is free software; the Free Software Foundation
1400gives unlimited permission to copy, distribute and modify it.
1401_ACEOF
1402  exit
1403fi
1404
1405## ------------------------ ##
1406## Autoconf initialization. ##
1407## ------------------------ ##
1408cat >config.log <<_ACEOF
1409This file contains any messages produced by compilers while
1410running configure, to aid debugging if configure makes a mistake.
1411
1412It was created by pic14lib $as_me 0.1, which was
1413generated by GNU Autoconf 2.69.  Invocation command line was
1414
1415  $ $0 $@
1416
1417_ACEOF
1418exec 5>>config.log
1419{
1420cat <<_ASUNAME
1421## --------- ##
1422## Platform. ##
1423## --------- ##
1424
1425hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1426uname -m = `(uname -m) 2>/dev/null || echo unknown`
1427uname -r = `(uname -r) 2>/dev/null || echo unknown`
1428uname -s = `(uname -s) 2>/dev/null || echo unknown`
1429uname -v = `(uname -v) 2>/dev/null || echo unknown`
1430
1431/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1432/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1433
1434/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1435/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1436/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1437/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1438/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1439/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1440/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1441
1442_ASUNAME
1443
1444as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1445for as_dir in $PATH
1446do
1447  IFS=$as_save_IFS
1448  test -z "$as_dir" && as_dir=.
1449    $as_echo "PATH: $as_dir"
1450  done
1451IFS=$as_save_IFS
1452
1453} >&5
1454
1455cat >&5 <<_ACEOF
1456
1457
1458## ----------- ##
1459## Core tests. ##
1460## ----------- ##
1461
1462_ACEOF
1463
1464
1465# Keep a trace of the command line.
1466# Strip out --no-create and --no-recursion so they do not pile up.
1467# Strip out --silent because we don't want to record it for future runs.
1468# Also quote any args containing shell meta-characters.
1469# Make two passes to allow for proper duplicate-argument suppression.
1470ac_configure_args=
1471ac_configure_args0=
1472ac_configure_args1=
1473ac_must_keep_next=false
1474for ac_pass in 1 2
1475do
1476  for ac_arg
1477  do
1478    case $ac_arg in
1479    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1480    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1481    | -silent | --silent | --silen | --sile | --sil)
1482      continue ;;
1483    *\'*)
1484      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1485    esac
1486    case $ac_pass in
1487    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1488    2)
1489      as_fn_append ac_configure_args1 " '$ac_arg'"
1490      if test $ac_must_keep_next = true; then
1491	ac_must_keep_next=false # Got value, back to normal.
1492      else
1493	case $ac_arg in
1494	  *=* | --config-cache | -C | -disable-* | --disable-* \
1495	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1496	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1497	  | -with-* | --with-* | -without-* | --without-* | --x)
1498	    case "$ac_configure_args0 " in
1499	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1500	    esac
1501	    ;;
1502	  -* ) ac_must_keep_next=true ;;
1503	esac
1504      fi
1505      as_fn_append ac_configure_args " '$ac_arg'"
1506      ;;
1507    esac
1508  done
1509done
1510{ ac_configure_args0=; unset ac_configure_args0;}
1511{ ac_configure_args1=; unset ac_configure_args1;}
1512
1513# When interrupted or exit'd, cleanup temporary files, and complete
1514# config.log.  We remove comments because anyway the quotes in there
1515# would cause problems or look ugly.
1516# WARNING: Use '\'' to represent an apostrophe within the trap.
1517# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1518trap 'exit_status=$?
1519  # Save into config.log some information that might help in debugging.
1520  {
1521    echo
1522
1523    $as_echo "## ---------------- ##
1524## Cache variables. ##
1525## ---------------- ##"
1526    echo
1527    # The following way of writing the cache mishandles newlines in values,
1528(
1529  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1530    eval ac_val=\$$ac_var
1531    case $ac_val in #(
1532    *${as_nl}*)
1533      case $ac_var in #(
1534      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1535$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1536      esac
1537      case $ac_var in #(
1538      _ | IFS | as_nl) ;; #(
1539      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1540      *) { eval $ac_var=; unset $ac_var;} ;;
1541      esac ;;
1542    esac
1543  done
1544  (set) 2>&1 |
1545    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1546    *${as_nl}ac_space=\ *)
1547      sed -n \
1548	"s/'\''/'\''\\\\'\'''\''/g;
1549	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1550      ;; #(
1551    *)
1552      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1553      ;;
1554    esac |
1555    sort
1556)
1557    echo
1558
1559    $as_echo "## ----------------- ##
1560## Output variables. ##
1561## ----------------- ##"
1562    echo
1563    for ac_var in $ac_subst_vars
1564    do
1565      eval ac_val=\$$ac_var
1566      case $ac_val in
1567      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1568      esac
1569      $as_echo "$ac_var='\''$ac_val'\''"
1570    done | sort
1571    echo
1572
1573    if test -n "$ac_subst_files"; then
1574      $as_echo "## ------------------- ##
1575## File substitutions. ##
1576## ------------------- ##"
1577      echo
1578      for ac_var in $ac_subst_files
1579      do
1580	eval ac_val=\$$ac_var
1581	case $ac_val in
1582	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1583	esac
1584	$as_echo "$ac_var='\''$ac_val'\''"
1585      done | sort
1586      echo
1587    fi
1588
1589    if test -s confdefs.h; then
1590      $as_echo "## ----------- ##
1591## confdefs.h. ##
1592## ----------- ##"
1593      echo
1594      cat confdefs.h
1595      echo
1596    fi
1597    test "$ac_signal" != 0 &&
1598      $as_echo "$as_me: caught signal $ac_signal"
1599    $as_echo "$as_me: exit $exit_status"
1600  } >&5
1601  rm -f core *.core core.conftest.* &&
1602    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1603    exit $exit_status
1604' 0
1605for ac_signal in 1 2 13 15; do
1606  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1607done
1608ac_signal=0
1609
1610# confdefs.h avoids OS command line length limits that DEFS can exceed.
1611rm -f -r conftest* confdefs.h
1612
1613$as_echo "/* confdefs.h */" > confdefs.h
1614
1615# Predefined preprocessor variables.
1616
1617cat >>confdefs.h <<_ACEOF
1618#define PACKAGE_NAME "$PACKAGE_NAME"
1619_ACEOF
1620
1621cat >>confdefs.h <<_ACEOF
1622#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1623_ACEOF
1624
1625cat >>confdefs.h <<_ACEOF
1626#define PACKAGE_VERSION "$PACKAGE_VERSION"
1627_ACEOF
1628
1629cat >>confdefs.h <<_ACEOF
1630#define PACKAGE_STRING "$PACKAGE_STRING"
1631_ACEOF
1632
1633cat >>confdefs.h <<_ACEOF
1634#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1635_ACEOF
1636
1637cat >>confdefs.h <<_ACEOF
1638#define PACKAGE_URL "$PACKAGE_URL"
1639_ACEOF
1640
1641
1642# Let the site file select an alternate cache file if it wants to.
1643# Prefer an explicitly selected file to automatically selected ones.
1644ac_site_file1=NONE
1645ac_site_file2=NONE
1646if test -n "$CONFIG_SITE"; then
1647  # We do not want a PATH search for config.site.
1648  case $CONFIG_SITE in #((
1649    -*)  ac_site_file1=./$CONFIG_SITE;;
1650    */*) ac_site_file1=$CONFIG_SITE;;
1651    *)   ac_site_file1=./$CONFIG_SITE;;
1652  esac
1653elif test "x$prefix" != xNONE; then
1654  ac_site_file1=$prefix/share/config.site
1655  ac_site_file2=$prefix/etc/config.site
1656else
1657  ac_site_file1=$ac_default_prefix/share/config.site
1658  ac_site_file2=$ac_default_prefix/etc/config.site
1659fi
1660for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1661do
1662  test "x$ac_site_file" = xNONE && continue
1663  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
1664    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1665$as_echo "$as_me: loading site script $ac_site_file" >&6;}
1666    sed 's/^/| /' "$ac_site_file" >&5
1667    . "$ac_site_file" \
1668      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1669$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1670as_fn_error $? "failed to load site script $ac_site_file
1671See \`config.log' for more details" "$LINENO" 5; }
1672  fi
1673done
1674
1675if test -r "$cache_file"; then
1676  # Some versions of bash will fail to source /dev/null (special files
1677  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
1678  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
1679    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
1680$as_echo "$as_me: loading cache $cache_file" >&6;}
1681    case $cache_file in
1682      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1683      *)                      . "./$cache_file";;
1684    esac
1685  fi
1686else
1687  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
1688$as_echo "$as_me: creating cache $cache_file" >&6;}
1689  >$cache_file
1690fi
1691
1692# Check that the precious variables saved in the cache have kept the same
1693# value.
1694ac_cache_corrupted=false
1695for ac_var in $ac_precious_vars; do
1696  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1697  eval ac_new_set=\$ac_env_${ac_var}_set
1698  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1699  eval ac_new_val=\$ac_env_${ac_var}_value
1700  case $ac_old_set,$ac_new_set in
1701    set,)
1702      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1703$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1704      ac_cache_corrupted=: ;;
1705    ,set)
1706      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1707$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1708      ac_cache_corrupted=: ;;
1709    ,);;
1710    *)
1711      if test "x$ac_old_val" != "x$ac_new_val"; then
1712	# differences in whitespace do not lead to failure.
1713	ac_old_val_w=`echo x $ac_old_val`
1714	ac_new_val_w=`echo x $ac_new_val`
1715	if test "$ac_old_val_w" != "$ac_new_val_w"; then
1716	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1717$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1718	  ac_cache_corrupted=:
1719	else
1720	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1721$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1722	  eval $ac_var=\$ac_old_val
1723	fi
1724	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
1725$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1726	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
1727$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1728      fi;;
1729  esac
1730  # Pass precious variables to config.status.
1731  if test "$ac_new_set" = set; then
1732    case $ac_new_val in
1733    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1734    *) ac_arg=$ac_var=$ac_new_val ;;
1735    esac
1736    case " $ac_configure_args " in
1737      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1738      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
1739    esac
1740  fi
1741done
1742if $ac_cache_corrupted; then
1743  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1744$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1745  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1746$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1747  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
1748fi
1749## -------------------- ##
1750## Main body of script. ##
1751## -------------------- ##
1752
1753ac_ext=c
1754ac_cpp='$CPP $CPPFLAGS'
1755ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1756ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1757ac_compiler_gnu=$ac_cv_c_compiler_gnu
1758
1759
1760am__api_version='1.16'
1761
1762ac_aux_dir=
1763for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1764  if test -f "$ac_dir/install-sh"; then
1765    ac_aux_dir=$ac_dir
1766    ac_install_sh="$ac_aux_dir/install-sh -c"
1767    break
1768  elif test -f "$ac_dir/install.sh"; then
1769    ac_aux_dir=$ac_dir
1770    ac_install_sh="$ac_aux_dir/install.sh -c"
1771    break
1772  elif test -f "$ac_dir/shtool"; then
1773    ac_aux_dir=$ac_dir
1774    ac_install_sh="$ac_aux_dir/shtool install -c"
1775    break
1776  fi
1777done
1778if test -z "$ac_aux_dir"; then
1779  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
1780fi
1781
1782# These three variables are undocumented and unsupported,
1783# and are intended to be withdrawn in a future Autoconf release.
1784# They can cause serious problems if a builder's source tree is in a directory
1785# whose full name contains unusual characters.
1786ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1787ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1788ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1789
1790
1791# Find a good install program.  We prefer a C program (faster),
1792# so one script is as good as another.  But avoid the broken or
1793# incompatible versions:
1794# SysV /etc/install, /usr/sbin/install
1795# SunOS /usr/etc/install
1796# IRIX /sbin/install
1797# AIX /bin/install
1798# AmigaOS /C/install, which installs bootblocks on floppy discs
1799# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1800# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1801# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1802# OS/2's system install, which has a completely different semantic
1803# ./install, which can be erroneously created by make from ./install.sh.
1804# Reject install programs that cannot install multiple files.
1805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
1806$as_echo_n "checking for a BSD-compatible install... " >&6; }
1807if test -z "$INSTALL"; then
1808if ${ac_cv_path_install+:} false; then :
1809  $as_echo_n "(cached) " >&6
1810else
1811  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1812for as_dir in $PATH
1813do
1814  IFS=$as_save_IFS
1815  test -z "$as_dir" && as_dir=.
1816    # Account for people who put trailing slashes in PATH elements.
1817case $as_dir/ in #((
1818  ./ | .// | /[cC]/* | \
1819  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1820  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
1821  /usr/ucb/* ) ;;
1822  *)
1823    # OSF1 and SCO ODT 3.0 have their own names for install.
1824    # Don't use installbsd from OSF since it installs stuff as root
1825    # by default.
1826    for ac_prog in ginstall scoinst install; do
1827      for ac_exec_ext in '' $ac_executable_extensions; do
1828	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1829	  if test $ac_prog = install &&
1830	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1831	    # AIX install.  It has an incompatible calling convention.
1832	    :
1833	  elif test $ac_prog = install &&
1834	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1835	    # program-specific install script used by HP pwplus--don't use.
1836	    :
1837	  else
1838	    rm -rf conftest.one conftest.two conftest.dir
1839	    echo one > conftest.one
1840	    echo two > conftest.two
1841	    mkdir conftest.dir
1842	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1843	      test -s conftest.one && test -s conftest.two &&
1844	      test -s conftest.dir/conftest.one &&
1845	      test -s conftest.dir/conftest.two
1846	    then
1847	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1848	      break 3
1849	    fi
1850	  fi
1851	fi
1852      done
1853    done
1854    ;;
1855esac
1856
1857  done
1858IFS=$as_save_IFS
1859
1860rm -rf conftest.one conftest.two conftest.dir
1861
1862fi
1863  if test "${ac_cv_path_install+set}" = set; then
1864    INSTALL=$ac_cv_path_install
1865  else
1866    # As a last resort, use the slow shell script.  Don't cache a
1867    # value for INSTALL within a source directory, because that will
1868    # break other packages using the cache if that directory is
1869    # removed, or if the value is a relative name.
1870    INSTALL=$ac_install_sh
1871  fi
1872fi
1873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
1874$as_echo "$INSTALL" >&6; }
1875
1876# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1877# It thinks the first close brace ends the variable substitution.
1878test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1879
1880test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1881
1882test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1883
1884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1885$as_echo_n "checking whether build environment is sane... " >&6; }
1886# Reject unsafe characters in $srcdir or the absolute working directory
1887# name.  Accept space and tab only in the latter.
1888am_lf='
1889'
1890case `pwd` in
1891  *[\\\"\#\$\&\'\`$am_lf]*)
1892    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
1893esac
1894case $srcdir in
1895  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
1896    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
1897esac
1898
1899# Do 'set' in a subshell so we don't clobber the current shell's
1900# arguments.  Must try -L first in case configure is actually a
1901# symlink; some systems play weird games with the mod time of symlinks
1902# (eg FreeBSD returns the mod time of the symlink's containing
1903# directory).
1904if (
1905   am_has_slept=no
1906   for am_try in 1 2; do
1907     echo "timestamp, slept: $am_has_slept" > conftest.file
1908     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1909     if test "$*" = "X"; then
1910	# -L didn't work.
1911	set X `ls -t "$srcdir/configure" conftest.file`
1912     fi
1913     if test "$*" != "X $srcdir/configure conftest.file" \
1914	&& test "$*" != "X conftest.file $srcdir/configure"; then
1915
1916	# If neither matched, then we have a broken ls.  This can happen
1917	# if, for instance, CONFIG_SHELL is bash and it inherits a
1918	# broken ls alias from the environment.  This has actually
1919	# happened.  Such a system could not be considered "sane".
1920	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
1921  alias in your environment" "$LINENO" 5
1922     fi
1923     if test "$2" = conftest.file || test $am_try -eq 2; then
1924       break
1925     fi
1926     # Just in case.
1927     sleep 1
1928     am_has_slept=yes
1929   done
1930   test "$2" = conftest.file
1931   )
1932then
1933   # Ok.
1934   :
1935else
1936   as_fn_error $? "newly created file is older than distributed files!
1937Check your system clock" "$LINENO" 5
1938fi
1939{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1940$as_echo "yes" >&6; }
1941# If we didn't sleep, we still need to ensure time stamps of config.status and
1942# generated files are strictly newer.
1943am_sleep_pid=
1944if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1945  ( sleep 1 ) &
1946  am_sleep_pid=$!
1947fi
1948
1949rm -f conftest.file
1950
1951test "$program_prefix" != NONE &&
1952  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1953# Use a double $ so make ignores it.
1954test "$program_suffix" != NONE &&
1955  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1956# Double any \ or $.
1957# By default was `s,x,x', remove it if useless.
1958ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1959program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
1960
1961# Expand $ac_aux_dir to an absolute path.
1962am_aux_dir=`cd "$ac_aux_dir" && pwd`
1963
1964if test x"${MISSING+set}" != xset; then
1965  case $am_aux_dir in
1966  *\ * | *\	*)
1967    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1968  *)
1969    MISSING="\${SHELL} $am_aux_dir/missing" ;;
1970  esac
1971fi
1972# Use eval to expand $SHELL
1973if eval "$MISSING --is-lightweight"; then
1974  am_missing_run="$MISSING "
1975else
1976  am_missing_run=
1977  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
1978$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
1979fi
1980
1981if test x"${install_sh+set}" != xset; then
1982  case $am_aux_dir in
1983  *\ * | *\	*)
1984    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1985  *)
1986    install_sh="\${SHELL} $am_aux_dir/install-sh"
1987  esac
1988fi
1989
1990# Installed binaries are usually stripped using 'strip' when the user
1991# run "make install-strip".  However 'strip' might not be the right
1992# tool to use in cross-compilation environments, therefore Automake
1993# will honor the 'STRIP' environment variable to overrule this program.
1994if test "$cross_compiling" != no; then
1995  if test -n "$ac_tool_prefix"; then
1996  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1997set dummy ${ac_tool_prefix}strip; ac_word=$2
1998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1999$as_echo_n "checking for $ac_word... " >&6; }
2000if ${ac_cv_prog_STRIP+:} false; then :
2001  $as_echo_n "(cached) " >&6
2002else
2003  if test -n "$STRIP"; then
2004  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2005else
2006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2007for as_dir in $PATH
2008do
2009  IFS=$as_save_IFS
2010  test -z "$as_dir" && as_dir=.
2011    for ac_exec_ext in '' $ac_executable_extensions; do
2012  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2013    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2014    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2015    break 2
2016  fi
2017done
2018  done
2019IFS=$as_save_IFS
2020
2021fi
2022fi
2023STRIP=$ac_cv_prog_STRIP
2024if test -n "$STRIP"; then
2025  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2026$as_echo "$STRIP" >&6; }
2027else
2028  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2029$as_echo "no" >&6; }
2030fi
2031
2032
2033fi
2034if test -z "$ac_cv_prog_STRIP"; then
2035  ac_ct_STRIP=$STRIP
2036  # Extract the first word of "strip", so it can be a program name with args.
2037set dummy strip; ac_word=$2
2038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2039$as_echo_n "checking for $ac_word... " >&6; }
2040if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2041  $as_echo_n "(cached) " >&6
2042else
2043  if test -n "$ac_ct_STRIP"; then
2044  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2045else
2046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2047for as_dir in $PATH
2048do
2049  IFS=$as_save_IFS
2050  test -z "$as_dir" && as_dir=.
2051    for ac_exec_ext in '' $ac_executable_extensions; do
2052  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2053    ac_cv_prog_ac_ct_STRIP="strip"
2054    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2055    break 2
2056  fi
2057done
2058  done
2059IFS=$as_save_IFS
2060
2061fi
2062fi
2063ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2064if test -n "$ac_ct_STRIP"; then
2065  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2066$as_echo "$ac_ct_STRIP" >&6; }
2067else
2068  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2069$as_echo "no" >&6; }
2070fi
2071
2072  if test "x$ac_ct_STRIP" = x; then
2073    STRIP=":"
2074  else
2075    case $cross_compiling:$ac_tool_warned in
2076yes:)
2077{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2078$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2079ac_tool_warned=yes ;;
2080esac
2081    STRIP=$ac_ct_STRIP
2082  fi
2083else
2084  STRIP="$ac_cv_prog_STRIP"
2085fi
2086
2087fi
2088INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2089
2090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2091$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2092if test -z "$MKDIR_P"; then
2093  if ${ac_cv_path_mkdir+:} false; then :
2094  $as_echo_n "(cached) " >&6
2095else
2096  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2097for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2098do
2099  IFS=$as_save_IFS
2100  test -z "$as_dir" && as_dir=.
2101    for ac_prog in mkdir gmkdir; do
2102	 for ac_exec_ext in '' $ac_executable_extensions; do
2103	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2104	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2105	     'mkdir (GNU coreutils) '* | \
2106	     'mkdir (coreutils) '* | \
2107	     'mkdir (fileutils) '4.1*)
2108	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2109	       break 3;;
2110	   esac
2111	 done
2112       done
2113  done
2114IFS=$as_save_IFS
2115
2116fi
2117
2118  test -d ./--version && rmdir ./--version
2119  if test "${ac_cv_path_mkdir+set}" = set; then
2120    MKDIR_P="$ac_cv_path_mkdir -p"
2121  else
2122    # As a last resort, use the slow shell script.  Don't cache a
2123    # value for MKDIR_P within a source directory, because that will
2124    # break other packages using the cache if that directory is
2125    # removed, or if the value is a relative name.
2126    MKDIR_P="$ac_install_sh -d"
2127  fi
2128fi
2129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2130$as_echo "$MKDIR_P" >&6; }
2131
2132for ac_prog in gawk mawk nawk awk
2133do
2134  # Extract the first word of "$ac_prog", so it can be a program name with args.
2135set dummy $ac_prog; ac_word=$2
2136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2137$as_echo_n "checking for $ac_word... " >&6; }
2138if ${ac_cv_prog_AWK+:} false; then :
2139  $as_echo_n "(cached) " >&6
2140else
2141  if test -n "$AWK"; then
2142  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2143else
2144as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2145for as_dir in $PATH
2146do
2147  IFS=$as_save_IFS
2148  test -z "$as_dir" && as_dir=.
2149    for ac_exec_ext in '' $ac_executable_extensions; do
2150  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2151    ac_cv_prog_AWK="$ac_prog"
2152    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2153    break 2
2154  fi
2155done
2156  done
2157IFS=$as_save_IFS
2158
2159fi
2160fi
2161AWK=$ac_cv_prog_AWK
2162if test -n "$AWK"; then
2163  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2164$as_echo "$AWK" >&6; }
2165else
2166  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2167$as_echo "no" >&6; }
2168fi
2169
2170
2171  test -n "$AWK" && break
2172done
2173
2174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2175$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2176set x ${MAKE-make}
2177ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2178if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2179  $as_echo_n "(cached) " >&6
2180else
2181  cat >conftest.make <<\_ACEOF
2182SHELL = /bin/sh
2183all:
2184	@echo '@@@%%%=$(MAKE)=@@@%%%'
2185_ACEOF
2186# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2187case `${MAKE-make} -f conftest.make 2>/dev/null` in
2188  *@@@%%%=?*=@@@%%%*)
2189    eval ac_cv_prog_make_${ac_make}_set=yes;;
2190  *)
2191    eval ac_cv_prog_make_${ac_make}_set=no;;
2192esac
2193rm -f conftest.make
2194fi
2195if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2196  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2197$as_echo "yes" >&6; }
2198  SET_MAKE=
2199else
2200  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2201$as_echo "no" >&6; }
2202  SET_MAKE="MAKE=${MAKE-make}"
2203fi
2204
2205rm -rf .tst 2>/dev/null
2206mkdir .tst 2>/dev/null
2207if test -d .tst; then
2208  am__leading_dot=.
2209else
2210  am__leading_dot=_
2211fi
2212rmdir .tst 2>/dev/null
2213
2214# Check whether --enable-silent-rules was given.
2215if test "${enable_silent_rules+set}" = set; then :
2216  enableval=$enable_silent_rules;
2217fi
2218
2219case $enable_silent_rules in # (((
2220  yes) AM_DEFAULT_VERBOSITY=0;;
2221   no) AM_DEFAULT_VERBOSITY=1;;
2222    *) AM_DEFAULT_VERBOSITY=1;;
2223esac
2224am_make=${MAKE-make}
2225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2226$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2227if ${am_cv_make_support_nested_variables+:} false; then :
2228  $as_echo_n "(cached) " >&6
2229else
2230  if $as_echo 'TRUE=$(BAR$(V))
2231BAR0=false
2232BAR1=true
2233V=1
2234am__doit:
2235	@$(TRUE)
2236.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2237  am_cv_make_support_nested_variables=yes
2238else
2239  am_cv_make_support_nested_variables=no
2240fi
2241fi
2242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2243$as_echo "$am_cv_make_support_nested_variables" >&6; }
2244if test $am_cv_make_support_nested_variables = yes; then
2245    AM_V='$(V)'
2246  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2247else
2248  AM_V=$AM_DEFAULT_VERBOSITY
2249  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2250fi
2251AM_BACKSLASH='\'
2252
2253if test "`cd $srcdir && pwd`" != "`pwd`"; then
2254  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2255  # is not polluted with repeated "-I."
2256  am__isrc=' -I$(srcdir)'
2257  # test to see if srcdir already configured
2258  if test -f $srcdir/config.status; then
2259    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2260  fi
2261fi
2262
2263# test whether we have cygpath
2264if test -z "$CYGPATH_W"; then
2265  if (cygpath --version) >/dev/null 2>/dev/null; then
2266    CYGPATH_W='cygpath -w'
2267  else
2268    CYGPATH_W=echo
2269  fi
2270fi
2271
2272
2273# Define the identity of the package.
2274 PACKAGE='pic14lib'
2275 VERSION='0.1'
2276
2277
2278cat >>confdefs.h <<_ACEOF
2279#define PACKAGE "$PACKAGE"
2280_ACEOF
2281
2282
2283cat >>confdefs.h <<_ACEOF
2284#define VERSION "$VERSION"
2285_ACEOF
2286
2287# Some tools Automake needs.
2288
2289ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2290
2291
2292AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2293
2294
2295AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2296
2297
2298AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2299
2300
2301MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2302
2303# For better backward compatibility.  To be removed once Automake 1.9.x
2304# dies out for good.  For more background, see:
2305# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2306# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2307mkdir_p='$(MKDIR_P)'
2308
2309# We need awk for the "check" target (and possibly the TAP driver).  The
2310# system "awk" is bad on some platforms.
2311# Always define AMTAR for backward compatibility.  Yes, it's still used
2312# in the wild :-(  We should find a proper way to deprecate it ...
2313AMTAR='$${TAR-tar}'
2314
2315
2316# We'll loop over all known methods to create a tar archive until one works.
2317_am_tools='gnutar  pax cpio none'
2318
2319am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2320
2321
2322
2323
2324
2325
2326# POSIX will say in a future version that running "rm -f" with no argument
2327# is OK; and we want to be able to make that assumption in our Makefile
2328# recipes.  So use an aggressive probe to check that the usage we want is
2329# actually supported "in the wild" to an acceptable degree.
2330# See automake bug#10828.
2331# To make any issue more visible, cause the running configure to be aborted
2332# by default if the 'rm' program in use doesn't match our expectations; the
2333# user can still override this though.
2334if rm -f && rm -fr && rm -rf; then : OK; else
2335  cat >&2 <<'END'
2336Oops!
2337
2338Your 'rm' program seems unable to run without file operands specified
2339on the command line, even when the '-f' option is present.  This is contrary
2340to the behaviour of most rm programs out there, and not conforming with
2341the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2342
2343Please tell bug-automake@gnu.org about your system, including the value
2344of your $PATH and any error possibly output before this message.  This
2345can help us improve future automake versions.
2346
2347END
2348  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2349    echo 'Configuration will proceed anyway, since you have set the' >&2
2350    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2351    echo >&2
2352  else
2353    cat >&2 <<'END'
2354Aborting the configuration process, to ensure you take notice of the issue.
2355
2356You can download and install GNU coreutils to get an 'rm' implementation
2357that behaves properly: <https://www.gnu.org/software/coreutils/>.
2358
2359If you want to complete the configuration process using your problematic
2360'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2361to "yes", and re-run configure.
2362
2363END
2364    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2365  fi
2366fi
2367
2368
2369ac_config_headers="$ac_config_headers config.h"
2370
2371
2372# SDCC setup
2373case $srcdir in
2374    \\/*|?:\\/*) abs_srcdir="$srcdir";
2375        ;;
2376    *) abs_srcdir="$ac_pwd/$srcdir";
2377        ;;
2378esac
2379case $ac_top_build_prefix in
2380    \\/*|?:\\/*)
2381        abs_top_builddir="$ac_top_build_prefix";
2382        ;;
2383    *) abs_top_builddir="$ac_pwd/$ac_top_build_prefix";
2384        ;;
2385esac
2386
2387libdir=$libdir/pic14
2388
2389# Checks for programs.
2390# The default architectures (regular and enhanced cores) can be selected at
2391# configure time by setting the environment variables PICARCH and/or EARCH to
2392# the desired device (16fxxx).
2393PICARCH=${PICARCH:-16f877}
2394
2395# Previous default setting for EARCH was 16f1934, but gpsim doesn't support it.
2396# It should be used the device with larger ROM and RAM sizes.
2397EARCH=${EARCH:-16f1788}
2398
2399
2400# We cannot use AC_PROG_CC(sdcc) as sdcc might not be built at configure-time...
2401CC=\'$abs_top_builddir/../../../bin/sdcc\'
2402
2403# Extract the first word of "gpasm", so it can be a program name with args.
2404set dummy gpasm; ac_word=$2
2405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2406$as_echo_n "checking for $ac_word... " >&6; }
2407if ${ac_cv_path_CCAS+:} false; then :
2408  $as_echo_n "(cached) " >&6
2409else
2410  case $CCAS in
2411  [\\/]* | ?:[\\/]*)
2412  ac_cv_path_CCAS="$CCAS" # Let the user override the test with a path.
2413  ;;
2414  *)
2415  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2416for as_dir in $PATH
2417do
2418  IFS=$as_save_IFS
2419  test -z "$as_dir" && as_dir=.
2420    for ac_exec_ext in '' $ac_executable_extensions; do
2421  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2422    ac_cv_path_CCAS="$as_dir/$ac_word$ac_exec_ext"
2423    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2424    break 2
2425  fi
2426done
2427  done
2428IFS=$as_save_IFS
2429
2430  test -z "$ac_cv_path_CCAS" && ac_cv_path_CCAS=":"
2431  ;;
2432esac
2433fi
2434CCAS=$ac_cv_path_CCAS
2435if test -n "$CCAS"; then
2436  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CCAS" >&5
2437$as_echo "$CCAS" >&6; }
2438else
2439  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2440$as_echo "no" >&6; }
2441fi
2442
2443
2444# Extract the first word of "gplink", so it can be a program name with args.
2445set dummy gplink; ac_word=$2
2446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2447$as_echo_n "checking for $ac_word... " >&6; }
2448if ${ac_cv_path_LD+:} false; then :
2449  $as_echo_n "(cached) " >&6
2450else
2451  case $LD in
2452  [\\/]* | ?:[\\/]*)
2453  ac_cv_path_LD="$LD" # Let the user override the test with a path.
2454  ;;
2455  *)
2456  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2457for as_dir in $PATH
2458do
2459  IFS=$as_save_IFS
2460  test -z "$as_dir" && as_dir=.
2461    for ac_exec_ext in '' $ac_executable_extensions; do
2462  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2463    ac_cv_path_LD="$as_dir/$ac_word$ac_exec_ext"
2464    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2465    break 2
2466  fi
2467done
2468  done
2469IFS=$as_save_IFS
2470
2471  test -z "$ac_cv_path_LD" && ac_cv_path_LD=":"
2472  ;;
2473esac
2474fi
2475LD=$ac_cv_path_LD
2476if test -n "$LD"; then
2477  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
2478$as_echo "$LD" >&6; }
2479else
2480  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2481$as_echo "no" >&6; }
2482fi
2483
2484
2485# Extract the first word of "gplib", so it can be a program name with args.
2486set dummy gplib; ac_word=$2
2487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2488$as_echo_n "checking for $ac_word... " >&6; }
2489if ${ac_cv_path_AR+:} false; then :
2490  $as_echo_n "(cached) " >&6
2491else
2492  case $AR in
2493  [\\/]* | ?:[\\/]*)
2494  ac_cv_path_AR="$AR" # Let the user override the test with a path.
2495  ;;
2496  *)
2497  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2498for as_dir in $PATH
2499do
2500  IFS=$as_save_IFS
2501  test -z "$as_dir" && as_dir=.
2502    for ac_exec_ext in '' $ac_executable_extensions; do
2503  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2504    ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
2505    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2506    break 2
2507  fi
2508done
2509  done
2510IFS=$as_save_IFS
2511
2512  test -z "$ac_cv_path_AR" && ac_cv_path_AR=":"
2513  ;;
2514esac
2515fi
2516AR=$ac_cv_path_AR
2517if test -n "$AR"; then
2518  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
2519$as_echo "$AR" >&6; }
2520else
2521  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2522$as_echo "no" >&6; }
2523fi
2524
2525
2526
2527case ":$CCAS:$LD:$AR:" in
2528    *:::*)
2529        as_fn_error $? "gputils (gpasm, gplink, and gplib) are required but not found.
2530Either install gputils or reconfigure with --disable-pic14-port and --disable-pic16-port." "$LINENO" 5
2531        ;;
2532esac;
2533
2534mCCAS="$CCAS"
2535mLD="$LD"
2536CFLAGS=""
2537
2538CCASFLAGS=""
2539
2540LDFLAGS="-m -l -w"
2541
2542ARFLAGS="-c"
2543
2544CCAS=\'$CCAS\'
2545
2546LD=\'$LD\'
2547
2548AR=\'$AR\'
2549
2550
2551# $RANLIB is called by the autotools but not provided nor required
2552RANLIB=:
2553
2554OBJEXT=o
2555
2556
2557DEPDIR="${am__leading_dot}deps"
2558
2559ac_config_commands="$ac_config_commands depfiles"
2560
2561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
2562$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
2563cat > confinc.mk << 'END'
2564am__doit:
2565	@echo this is the am__doit target >confinc.out
2566.PHONY: am__doit
2567END
2568am__include="#"
2569am__quote=
2570# BSD make does it like this.
2571echo '.include "confinc.mk" # ignored' > confmf.BSD
2572# Other make implementations (GNU, Solaris 10, AIX) do it like this.
2573echo 'include confinc.mk # ignored' > confmf.GNU
2574_am_result=no
2575for s in GNU BSD; do
2576  { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
2577   (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
2578   ac_status=$?
2579   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2580   (exit $ac_status); }
2581  case $?:`cat confinc.out 2>/dev/null` in #(
2582  '0:this is the am__doit target') :
2583    case $s in #(
2584  BSD) :
2585    am__include='.include' am__quote='"' ;; #(
2586  *) :
2587    am__include='include' am__quote='' ;;
2588esac ;; #(
2589  *) :
2590     ;;
2591esac
2592  if test "$am__include" != "#"; then
2593    _am_result="yes ($s style)"
2594    break
2595  fi
2596done
2597rm -f confinc.* confmf.*
2598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
2599$as_echo "${_am_result}" >&6; }
2600
2601# Check whether --enable-dependency-tracking was given.
2602if test "${enable_dependency_tracking+set}" = set; then :
2603  enableval=$enable_dependency_tracking;
2604fi
2605
2606if test "x$enable_dependency_tracking" != xno; then
2607  am_depcomp="$ac_aux_dir/depcomp"
2608  AMDEPBACKSLASH='\'
2609  am__nodep='_no'
2610fi
2611 if test "x$enable_dependency_tracking" != xno; then
2612  AMDEP_TRUE=
2613  AMDEP_FALSE='#'
2614else
2615  AMDEP_TRUE='#'
2616  AMDEP_FALSE=
2617fi
2618
2619
2620
2621depcc="$CC"   am_compiler_list=
2622
2623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
2624$as_echo_n "checking dependency style of $depcc... " >&6; }
2625if ${am_cv_CC_dependencies_compiler_type+:} false; then :
2626  $as_echo_n "(cached) " >&6
2627else
2628  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2629  # We make a subdir and do the tests there.  Otherwise we can end up
2630  # making bogus files that we don't know about and never remove.  For
2631  # instance it was reported that on HP-UX the gcc test will end up
2632  # making a dummy file named 'D' -- because '-MD' means "put the output
2633  # in D".
2634  rm -rf conftest.dir
2635  mkdir conftest.dir
2636  # Copy depcomp to subdir because otherwise we won't find it if we're
2637  # using a relative directory.
2638  cp "$am_depcomp" conftest.dir
2639  cd conftest.dir
2640  # We will build objects and dependencies in a subdirectory because
2641  # it helps to detect inapplicable dependency modes.  For instance
2642  # both Tru64's cc and ICC support -MD to output dependencies as a
2643  # side effect of compilation, but ICC will put the dependencies in
2644  # the current directory while Tru64 will put them in the object
2645  # directory.
2646  mkdir sub
2647
2648  am_cv_CC_dependencies_compiler_type=none
2649  if test "$am_compiler_list" = ""; then
2650     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2651  fi
2652  am__universal=false
2653  case " $depcc " in #(
2654     *\ -arch\ *\ -arch\ *) am__universal=true ;;
2655     esac
2656
2657  for depmode in $am_compiler_list; do
2658    # Setup a source with many dependencies, because some compilers
2659    # like to wrap large dependency lists on column 80 (with \), and
2660    # we should not choose a depcomp mode which is confused by this.
2661    #
2662    # We need to recreate these files for each test, as the compiler may
2663    # overwrite some of them when testing with obscure command lines.
2664    # This happens at least with the AIX C compiler.
2665    : > sub/conftest.c
2666    for i in 1 2 3 4 5 6; do
2667      echo '#include "conftst'$i'.h"' >> sub/conftest.c
2668      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
2669      # Solaris 10 /bin/sh.
2670      echo '/* dummy */' > sub/conftst$i.h
2671    done
2672    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2673
2674    # We check with '-c' and '-o' for the sake of the "dashmstdout"
2675    # mode.  It turns out that the SunPro C++ compiler does not properly
2676    # handle '-M -o', and we need to detect this.  Also, some Intel
2677    # versions had trouble with output in subdirs.
2678    am__obj=sub/conftest.${OBJEXT-o}
2679    am__minus_obj="-o $am__obj"
2680    case $depmode in
2681    gcc)
2682      # This depmode causes a compiler race in universal mode.
2683      test "$am__universal" = false || continue
2684      ;;
2685    nosideeffect)
2686      # After this tag, mechanisms are not by side-effect, so they'll
2687      # only be used when explicitly requested.
2688      if test "x$enable_dependency_tracking" = xyes; then
2689	continue
2690      else
2691	break
2692      fi
2693      ;;
2694    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
2695      # This compiler won't grok '-c -o', but also, the minuso test has
2696      # not run yet.  These depmodes are late enough in the game, and
2697      # so weak that their functioning should not be impacted.
2698      am__obj=conftest.${OBJEXT-o}
2699      am__minus_obj=
2700      ;;
2701    none) break ;;
2702    esac
2703    if depmode=$depmode \
2704       source=sub/conftest.c object=$am__obj \
2705       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2706       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
2707         >/dev/null 2>conftest.err &&
2708       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
2709       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2710       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
2711       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2712      # icc doesn't choke on unknown options, it will just issue warnings
2713      # or remarks (even with -Werror).  So we grep stderr for any message
2714      # that says an option was ignored or not supported.
2715      # When given -MP, icc 7.0 and 7.1 complain thusly:
2716      #   icc: Command line warning: ignoring option '-M'; no argument required
2717      # The diagnosis changed in icc 8.0:
2718      #   icc: Command line remark: option '-MP' not supported
2719      if (grep 'ignoring option' conftest.err ||
2720          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2721        am_cv_CC_dependencies_compiler_type=$depmode
2722        break
2723      fi
2724    fi
2725  done
2726
2727  cd ..
2728  rm -rf conftest.dir
2729else
2730  am_cv_CC_dependencies_compiler_type=none
2731fi
2732
2733fi
2734{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
2735$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
2736CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
2737
2738 if
2739  test "x$enable_dependency_tracking" != xno \
2740  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
2741  am__fastdepCC_TRUE=
2742  am__fastdepCC_FALSE='#'
2743else
2744  am__fastdepCC_TRUE='#'
2745  am__fastdepCC_FALSE=
2746fi
2747
2748
2749
2750depcc="$CCAS"   am_compiler_list=
2751
2752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
2753$as_echo_n "checking dependency style of $depcc... " >&6; }
2754if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
2755  $as_echo_n "(cached) " >&6
2756else
2757  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2758  # We make a subdir and do the tests there.  Otherwise we can end up
2759  # making bogus files that we don't know about and never remove.  For
2760  # instance it was reported that on HP-UX the gcc test will end up
2761  # making a dummy file named 'D' -- because '-MD' means "put the output
2762  # in D".
2763  rm -rf conftest.dir
2764  mkdir conftest.dir
2765  # Copy depcomp to subdir because otherwise we won't find it if we're
2766  # using a relative directory.
2767  cp "$am_depcomp" conftest.dir
2768  cd conftest.dir
2769  # We will build objects and dependencies in a subdirectory because
2770  # it helps to detect inapplicable dependency modes.  For instance
2771  # both Tru64's cc and ICC support -MD to output dependencies as a
2772  # side effect of compilation, but ICC will put the dependencies in
2773  # the current directory while Tru64 will put them in the object
2774  # directory.
2775  mkdir sub
2776
2777  am_cv_CCAS_dependencies_compiler_type=none
2778  if test "$am_compiler_list" = ""; then
2779     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2780  fi
2781  am__universal=false
2782
2783
2784  for depmode in $am_compiler_list; do
2785    # Setup a source with many dependencies, because some compilers
2786    # like to wrap large dependency lists on column 80 (with \), and
2787    # we should not choose a depcomp mode which is confused by this.
2788    #
2789    # We need to recreate these files for each test, as the compiler may
2790    # overwrite some of them when testing with obscure command lines.
2791    # This happens at least with the AIX C compiler.
2792    : > sub/conftest.c
2793    for i in 1 2 3 4 5 6; do
2794      echo '#include "conftst'$i'.h"' >> sub/conftest.c
2795      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
2796      # Solaris 10 /bin/sh.
2797      echo '/* dummy */' > sub/conftst$i.h
2798    done
2799    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2800
2801    # We check with '-c' and '-o' for the sake of the "dashmstdout"
2802    # mode.  It turns out that the SunPro C++ compiler does not properly
2803    # handle '-M -o', and we need to detect this.  Also, some Intel
2804    # versions had trouble with output in subdirs.
2805    am__obj=sub/conftest.${OBJEXT-o}
2806    am__minus_obj="-o $am__obj"
2807    case $depmode in
2808    gcc)
2809      # This depmode causes a compiler race in universal mode.
2810      test "$am__universal" = false || continue
2811      ;;
2812    nosideeffect)
2813      # After this tag, mechanisms are not by side-effect, so they'll
2814      # only be used when explicitly requested.
2815      if test "x$enable_dependency_tracking" = xyes; then
2816	continue
2817      else
2818	break
2819      fi
2820      ;;
2821    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
2822      # This compiler won't grok '-c -o', but also, the minuso test has
2823      # not run yet.  These depmodes are late enough in the game, and
2824      # so weak that their functioning should not be impacted.
2825      am__obj=conftest.${OBJEXT-o}
2826      am__minus_obj=
2827      ;;
2828    none) break ;;
2829    esac
2830    if depmode=$depmode \
2831       source=sub/conftest.c object=$am__obj \
2832       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2833       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
2834         >/dev/null 2>conftest.err &&
2835       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
2836       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2837       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
2838       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2839      # icc doesn't choke on unknown options, it will just issue warnings
2840      # or remarks (even with -Werror).  So we grep stderr for any message
2841      # that says an option was ignored or not supported.
2842      # When given -MP, icc 7.0 and 7.1 complain thusly:
2843      #   icc: Command line warning: ignoring option '-M'; no argument required
2844      # The diagnosis changed in icc 8.0:
2845      #   icc: Command line remark: option '-MP' not supported
2846      if (grep 'ignoring option' conftest.err ||
2847          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2848        am_cv_CCAS_dependencies_compiler_type=$depmode
2849        break
2850      fi
2851    fi
2852  done
2853
2854  cd ..
2855  rm -rf conftest.dir
2856else
2857  am_cv_CCAS_dependencies_compiler_type=none
2858fi
2859
2860fi
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
2862$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
2863CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
2864
2865 if
2866  test "x$enable_dependency_tracking" != xno \
2867  && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
2868  am__fastdepCCAS_TRUE=
2869  am__fastdepCCAS_FALSE='#'
2870else
2871  am__fastdepCCAS_TRUE='#'
2872  am__fastdepCCAS_FALSE=
2873fi
2874
2875
2876
2877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gputils support enhanced cores" >&5
2878$as_echo_n "checking whether gputils support enhanced cores... " >&6; }
2879# Check support for enhanced pic cores.
2880ENABLE_ENHANCED_PICS="no"
2881CHECK=".checkdevices/check"
2882mkdir -p .checkdevices
2883printf '  include "p%s.inc"\n  END\n' "${EARCH}" > "${CHECK}.asm"
2884if "$mCCAS" -p${EARCH} -o "${CHECK}.o" -c "${CHECK}.asm" >/dev/null 2>&1 && "$mLD" "${CHECK}.o" >/dev/null 2>&1; then
2885  ENABLE_ENHANCED_PICS="yes"
2886fi;
2887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENABLE_ENHANCED_PICS" >&5
2888$as_echo "$ENABLE_ENHANCED_PICS" >&6; }
2889 if  test x$ENABLE_ENHANCED_PICS = xyes ; then
2890  ENABLE_ENHANCED_PICS_TRUE=
2891  ENABLE_ENHANCED_PICS_FALSE='#'
2892else
2893  ENABLE_ENHANCED_PICS_TRUE='#'
2894  ENABLE_ENHANCED_PICS_FALSE=
2895fi
2896
2897
2898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking wheter gputils support the extended instruction set" >&5
2899$as_echo_n "checking wheter gputils support the extended instruction set... " >&6; }
2900ENABLE_EXTENDED_INSTRUCTIONS="no"
2901printf '  include "p%s.inc"\n  CODE\n  ADDFSR FSR0, 4\n  MOVIW FSR0++\n  END\n' "${EARCH}" > "${CHECK}.asm"
2902if "$mCCAS" -p${EARCH} -o "${CHECK}.o" -c "${CHECK}.asm" >/dev/null 2>&1 && "$mLD" "${CHECK}.o" >/dev/null 2>&1; then
2903  ENABLE_EXTENDED_INSTRUCTIONS="yes"
2904fi;
2905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENABLE_EXTENDED_INSTRUCTIONS" >&5
2906$as_echo "$ENABLE_EXTENDED_INSTRUCTIONS" >&6; }
2907 if  test x$ENABLE_EXTENDED_INSTRUCTIONS = xyes ; then
2908  ENABLE_EXTENDED_INSTRUCTIONS_TRUE=
2909  ENABLE_EXTENDED_INSTRUCTIONS_FALSE='#'
2910else
2911  ENABLE_EXTENDED_INSTRUCTIONS_TRUE='#'
2912  ENABLE_EXTENDED_INSTRUCTIONS_FALSE=
2913fi
2914
2915
2916# default values for the following conditions
2917: ${DEBUG:=0}
2918: ${NOOPTS:=0}
2919: ${EXPERIMENTAL:=0}
2920
2921# generate debug info during the build process
2922 if  test x$DEBUG = x1 ; then
2923  ENABLE_DEBUG_TRUE=
2924  ENABLE_DEBUG_FALSE='#'
2925else
2926  ENABLE_DEBUG_TRUE='#'
2927  ENABLE_DEBUG_FALSE=
2928fi
2929
2930
2931# build libraries with optimizations disabled
2932 if  test x$NOOPTS = x1 ; then
2933  ENABLE_NOOPTS_TRUE=
2934  ENABLE_NOOPTS_FALSE='#'
2935else
2936  ENABLE_NOOPTS_TRUE='#'
2937  ENABLE_NOOPTS_FALSE=
2938fi
2939
2940
2941# build libraries with experimental code enabled
2942 if  test x$EXPERIMENTAL = x1 ; then
2943  ENABLE_EXPERIMENTAL_TRUE=
2944  ENABLE_EXPERIMENTAL_FALSE='#'
2945else
2946  ENABLE_EXPERIMENTAL_TRUE='#'
2947  ENABLE_EXPERIMENTAL_FALSE=
2948fi
2949
2950
2951# Checks for libraries.
2952
2953# Checks for header files.
2954
2955# Checks for typedefs, structures, and compiler characteristics.
2956
2957# Checks for library functions.
2958
2959ac_config_files="$ac_config_files Makefile libsdcc/enhanced/Makefile libsdcc/enhanced-no-xinst/Makefile libsdcc/regular/Makefile libc/Makefile libm/Makefile"
2960
2961cat >confcache <<\_ACEOF
2962# This file is a shell script that caches the results of configure
2963# tests run on this system so they can be shared between configure
2964# scripts and configure runs, see configure's option --config-cache.
2965# It is not useful on other systems.  If it contains results you don't
2966# want to keep, you may remove or edit it.
2967#
2968# config.status only pays attention to the cache file if you give it
2969# the --recheck option to rerun configure.
2970#
2971# `ac_cv_env_foo' variables (set or unset) will be overridden when
2972# loading this file, other *unset* `ac_cv_foo' will be assigned the
2973# following values.
2974
2975_ACEOF
2976
2977# The following way of writing the cache mishandles newlines in values,
2978# but we know of no workaround that is simple, portable, and efficient.
2979# So, we kill variables containing newlines.
2980# Ultrix sh set writes to stderr and can't be redirected directly,
2981# and sets the high bit in the cache file unless we assign to the vars.
2982(
2983  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2984    eval ac_val=\$$ac_var
2985    case $ac_val in #(
2986    *${as_nl}*)
2987      case $ac_var in #(
2988      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2989$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2990      esac
2991      case $ac_var in #(
2992      _ | IFS | as_nl) ;; #(
2993      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2994      *) { eval $ac_var=; unset $ac_var;} ;;
2995      esac ;;
2996    esac
2997  done
2998
2999  (set) 2>&1 |
3000    case $as_nl`(ac_space=' '; set) 2>&1` in #(
3001    *${as_nl}ac_space=\ *)
3002      # `set' does not quote correctly, so add quotes: double-quote
3003      # substitution turns \\\\ into \\, and sed turns \\ into \.
3004      sed -n \
3005	"s/'/'\\\\''/g;
3006	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3007      ;; #(
3008    *)
3009      # `set' quotes correctly as required by POSIX, so do not add quotes.
3010      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3011      ;;
3012    esac |
3013    sort
3014) |
3015  sed '
3016     /^ac_cv_env_/b end
3017     t clear
3018     :clear
3019     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3020     t end
3021     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3022     :end' >>confcache
3023if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3024  if test -w "$cache_file"; then
3025    if test "x$cache_file" != "x/dev/null"; then
3026      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3027$as_echo "$as_me: updating cache $cache_file" >&6;}
3028      if test ! -f "$cache_file" || test -h "$cache_file"; then
3029	cat confcache >"$cache_file"
3030      else
3031        case $cache_file in #(
3032        */* | ?:*)
3033	  mv -f confcache "$cache_file"$$ &&
3034	  mv -f "$cache_file"$$ "$cache_file" ;; #(
3035        *)
3036	  mv -f confcache "$cache_file" ;;
3037	esac
3038      fi
3039    fi
3040  else
3041    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
3042$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
3043  fi
3044fi
3045rm -f confcache
3046
3047test "x$prefix" = xNONE && prefix=$ac_default_prefix
3048# Let make expand exec_prefix.
3049test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3050
3051DEFS=-DHAVE_CONFIG_H
3052
3053ac_libobjs=
3054ac_ltlibobjs=
3055U=
3056for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
3057  # 1. Remove the extension, and $U if already installed.
3058  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
3059  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
3060  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
3061  #    will be set to the directory where LIBOBJS objects are built.
3062  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
3063  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
3064done
3065LIBOBJS=$ac_libobjs
3066
3067LTLIBOBJS=$ac_ltlibobjs
3068
3069
3070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
3071$as_echo_n "checking that generated files are newer than configure... " >&6; }
3072   if test -n "$am_sleep_pid"; then
3073     # Hide warnings about reused PIDs.
3074     wait $am_sleep_pid 2>/dev/null
3075   fi
3076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
3077$as_echo "done" >&6; }
3078
3079if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
3080  as_fn_error $? "conditional \"AMDEP\" was never defined.
3081Usually this means the macro was only invoked conditionally." "$LINENO" 5
3082fi
3083if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
3084  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
3085Usually this means the macro was only invoked conditionally." "$LINENO" 5
3086fi
3087if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
3088  as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
3089Usually this means the macro was only invoked conditionally." "$LINENO" 5
3090fi
3091if test -z "${ENABLE_ENHANCED_PICS_TRUE}" && test -z "${ENABLE_ENHANCED_PICS_FALSE}"; then
3092  as_fn_error $? "conditional \"ENABLE_ENHANCED_PICS\" was never defined.
3093Usually this means the macro was only invoked conditionally." "$LINENO" 5
3094fi
3095if test -z "${ENABLE_EXTENDED_INSTRUCTIONS_TRUE}" && test -z "${ENABLE_EXTENDED_INSTRUCTIONS_FALSE}"; then
3096  as_fn_error $? "conditional \"ENABLE_EXTENDED_INSTRUCTIONS\" was never defined.
3097Usually this means the macro was only invoked conditionally." "$LINENO" 5
3098fi
3099if test -z "${ENABLE_DEBUG_TRUE}" && test -z "${ENABLE_DEBUG_FALSE}"; then
3100  as_fn_error $? "conditional \"ENABLE_DEBUG\" was never defined.
3101Usually this means the macro was only invoked conditionally." "$LINENO" 5
3102fi
3103if test -z "${ENABLE_NOOPTS_TRUE}" && test -z "${ENABLE_NOOPTS_FALSE}"; then
3104  as_fn_error $? "conditional \"ENABLE_NOOPTS\" was never defined.
3105Usually this means the macro was only invoked conditionally." "$LINENO" 5
3106fi
3107if test -z "${ENABLE_EXPERIMENTAL_TRUE}" && test -z "${ENABLE_EXPERIMENTAL_FALSE}"; then
3108  as_fn_error $? "conditional \"ENABLE_EXPERIMENTAL\" was never defined.
3109Usually this means the macro was only invoked conditionally." "$LINENO" 5
3110fi
3111
3112: "${CONFIG_STATUS=./config.status}"
3113ac_write_fail=0
3114ac_clean_files_save=$ac_clean_files
3115ac_clean_files="$ac_clean_files $CONFIG_STATUS"
3116{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
3117$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
3118as_write_fail=0
3119cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
3120#! $SHELL
3121# Generated by $as_me.
3122# Run this file to recreate the current configuration.
3123# Compiler output produced by configure, useful for debugging
3124# configure, is in config.log if it exists.
3125
3126debug=false
3127ac_cs_recheck=false
3128ac_cs_silent=false
3129
3130SHELL=\${CONFIG_SHELL-$SHELL}
3131export SHELL
3132_ASEOF
3133cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
3134## -------------------- ##
3135## M4sh Initialization. ##
3136## -------------------- ##
3137
3138# Be more Bourne compatible
3139DUALCASE=1; export DUALCASE # for MKS sh
3140if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
3141  emulate sh
3142  NULLCMD=:
3143  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
3144  # is contrary to our usage.  Disable this feature.
3145  alias -g '${1+"$@"}'='"$@"'
3146  setopt NO_GLOB_SUBST
3147else
3148  case `(set -o) 2>/dev/null` in #(
3149  *posix*) :
3150    set -o posix ;; #(
3151  *) :
3152     ;;
3153esac
3154fi
3155
3156
3157as_nl='
3158'
3159export as_nl
3160# Printing a long string crashes Solaris 7 /usr/bin/printf.
3161as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3162as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
3163as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
3164# Prefer a ksh shell builtin over an external printf program on Solaris,
3165# but without wasting forks for bash or zsh.
3166if test -z "$BASH_VERSION$ZSH_VERSION" \
3167    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
3168  as_echo='print -r --'
3169  as_echo_n='print -rn --'
3170elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
3171  as_echo='printf %s\n'
3172  as_echo_n='printf %s'
3173else
3174  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
3175    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
3176    as_echo_n='/usr/ucb/echo -n'
3177  else
3178    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
3179    as_echo_n_body='eval
3180      arg=$1;
3181      case $arg in #(
3182      *"$as_nl"*)
3183	expr "X$arg" : "X\\(.*\\)$as_nl";
3184	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
3185      esac;
3186      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
3187    '
3188    export as_echo_n_body
3189    as_echo_n='sh -c $as_echo_n_body as_echo'
3190  fi
3191  export as_echo_body
3192  as_echo='sh -c $as_echo_body as_echo'
3193fi
3194
3195# The user is always right.
3196if test "${PATH_SEPARATOR+set}" != set; then
3197  PATH_SEPARATOR=:
3198  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
3199    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
3200      PATH_SEPARATOR=';'
3201  }
3202fi
3203
3204
3205# IFS
3206# We need space, tab and new line, in precisely that order.  Quoting is
3207# there to prevent editors from complaining about space-tab.
3208# (If _AS_PATH_WALK were called with IFS unset, it would disable word
3209# splitting by setting IFS to empty value.)
3210IFS=" ""	$as_nl"
3211
3212# Find who we are.  Look in the path if we contain no directory separator.
3213as_myself=
3214case $0 in #((
3215  *[\\/]* ) as_myself=$0 ;;
3216  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3217for as_dir in $PATH
3218do
3219  IFS=$as_save_IFS
3220  test -z "$as_dir" && as_dir=.
3221    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3222  done
3223IFS=$as_save_IFS
3224
3225     ;;
3226esac
3227# We did not find ourselves, most probably we were run as `sh COMMAND'
3228# in which case we are not to be found in the path.
3229if test "x$as_myself" = x; then
3230  as_myself=$0
3231fi
3232if test ! -f "$as_myself"; then
3233  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
3234  exit 1
3235fi
3236
3237# Unset variables that we do not need and which cause bugs (e.g. in
3238# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
3239# suppresses any "Segmentation fault" message there.  '((' could
3240# trigger a bug in pdksh 5.2.14.
3241for as_var in BASH_ENV ENV MAIL MAILPATH
3242do eval test x\${$as_var+set} = xset \
3243  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
3244done
3245PS1='$ '
3246PS2='> '
3247PS4='+ '
3248
3249# NLS nuisances.
3250LC_ALL=C
3251export LC_ALL
3252LANGUAGE=C
3253export LANGUAGE
3254
3255# CDPATH.
3256(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
3257
3258
3259# as_fn_error STATUS ERROR [LINENO LOG_FD]
3260# ----------------------------------------
3261# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
3262# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
3263# script with STATUS, using 1 if that was 0.
3264as_fn_error ()
3265{
3266  as_status=$1; test $as_status -eq 0 && as_status=1
3267  if test "$4"; then
3268    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3269    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
3270  fi
3271  $as_echo "$as_me: error: $2" >&2
3272  as_fn_exit $as_status
3273} # as_fn_error
3274
3275
3276# as_fn_set_status STATUS
3277# -----------------------
3278# Set $? to STATUS, without forking.
3279as_fn_set_status ()
3280{
3281  return $1
3282} # as_fn_set_status
3283
3284# as_fn_exit STATUS
3285# -----------------
3286# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
3287as_fn_exit ()
3288{
3289  set +e
3290  as_fn_set_status $1
3291  exit $1
3292} # as_fn_exit
3293
3294# as_fn_unset VAR
3295# ---------------
3296# Portably unset VAR.
3297as_fn_unset ()
3298{
3299  { eval $1=; unset $1;}
3300}
3301as_unset=as_fn_unset
3302# as_fn_append VAR VALUE
3303# ----------------------
3304# Append the text in VALUE to the end of the definition contained in VAR. Take
3305# advantage of any shell optimizations that allow amortized linear growth over
3306# repeated appends, instead of the typical quadratic growth present in naive
3307# implementations.
3308if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
3309  eval 'as_fn_append ()
3310  {
3311    eval $1+=\$2
3312  }'
3313else
3314  as_fn_append ()
3315  {
3316    eval $1=\$$1\$2
3317  }
3318fi # as_fn_append
3319
3320# as_fn_arith ARG...
3321# ------------------
3322# Perform arithmetic evaluation on the ARGs, and store the result in the
3323# global $as_val. Take advantage of shells that can avoid forks. The arguments
3324# must be portable across $(()) and expr.
3325if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
3326  eval 'as_fn_arith ()
3327  {
3328    as_val=$(( $* ))
3329  }'
3330else
3331  as_fn_arith ()
3332  {
3333    as_val=`expr "$@" || test $? -eq 1`
3334  }
3335fi # as_fn_arith
3336
3337
3338if expr a : '\(a\)' >/dev/null 2>&1 &&
3339   test "X`expr 00001 : '.*\(...\)'`" = X001; then
3340  as_expr=expr
3341else
3342  as_expr=false
3343fi
3344
3345if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
3346  as_basename=basename
3347else
3348  as_basename=false
3349fi
3350
3351if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
3352  as_dirname=dirname
3353else
3354  as_dirname=false
3355fi
3356
3357as_me=`$as_basename -- "$0" ||
3358$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
3359	 X"$0" : 'X\(//\)$' \| \
3360	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
3361$as_echo X/"$0" |
3362    sed '/^.*\/\([^/][^/]*\)\/*$/{
3363	    s//\1/
3364	    q
3365	  }
3366	  /^X\/\(\/\/\)$/{
3367	    s//\1/
3368	    q
3369	  }
3370	  /^X\/\(\/\).*/{
3371	    s//\1/
3372	    q
3373	  }
3374	  s/.*/./; q'`
3375
3376# Avoid depending upon Character Ranges.
3377as_cr_letters='abcdefghijklmnopqrstuvwxyz'
3378as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
3379as_cr_Letters=$as_cr_letters$as_cr_LETTERS
3380as_cr_digits='0123456789'
3381as_cr_alnum=$as_cr_Letters$as_cr_digits
3382
3383ECHO_C= ECHO_N= ECHO_T=
3384case `echo -n x` in #(((((
3385-n*)
3386  case `echo 'xy\c'` in
3387  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
3388  xy)  ECHO_C='\c';;
3389  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
3390       ECHO_T='	';;
3391  esac;;
3392*)
3393  ECHO_N='-n';;
3394esac
3395
3396rm -f conf$$ conf$$.exe conf$$.file
3397if test -d conf$$.dir; then
3398  rm -f conf$$.dir/conf$$.file
3399else
3400  rm -f conf$$.dir
3401  mkdir conf$$.dir 2>/dev/null
3402fi
3403if (echo >conf$$.file) 2>/dev/null; then
3404  if ln -s conf$$.file conf$$ 2>/dev/null; then
3405    as_ln_s='ln -s'
3406    # ... but there are two gotchas:
3407    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
3408    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
3409    # In both cases, we have to default to `cp -pR'.
3410    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
3411      as_ln_s='cp -pR'
3412  elif ln conf$$.file conf$$ 2>/dev/null; then
3413    as_ln_s=ln
3414  else
3415    as_ln_s='cp -pR'
3416  fi
3417else
3418  as_ln_s='cp -pR'
3419fi
3420rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
3421rmdir conf$$.dir 2>/dev/null
3422
3423
3424# as_fn_mkdir_p
3425# -------------
3426# Create "$as_dir" as a directory, including parents if necessary.
3427as_fn_mkdir_p ()
3428{
3429
3430  case $as_dir in #(
3431  -*) as_dir=./$as_dir;;
3432  esac
3433  test -d "$as_dir" || eval $as_mkdir_p || {
3434    as_dirs=
3435    while :; do
3436      case $as_dir in #(
3437      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
3438      *) as_qdir=$as_dir;;
3439      esac
3440      as_dirs="'$as_qdir' $as_dirs"
3441      as_dir=`$as_dirname -- "$as_dir" ||
3442$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3443	 X"$as_dir" : 'X\(//\)[^/]' \| \
3444	 X"$as_dir" : 'X\(//\)$' \| \
3445	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3446$as_echo X"$as_dir" |
3447    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3448	    s//\1/
3449	    q
3450	  }
3451	  /^X\(\/\/\)[^/].*/{
3452	    s//\1/
3453	    q
3454	  }
3455	  /^X\(\/\/\)$/{
3456	    s//\1/
3457	    q
3458	  }
3459	  /^X\(\/\).*/{
3460	    s//\1/
3461	    q
3462	  }
3463	  s/.*/./; q'`
3464      test -d "$as_dir" && break
3465    done
3466    test -z "$as_dirs" || eval "mkdir $as_dirs"
3467  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
3468
3469
3470} # as_fn_mkdir_p
3471if mkdir -p . 2>/dev/null; then
3472  as_mkdir_p='mkdir -p "$as_dir"'
3473else
3474  test -d ./-p && rmdir ./-p
3475  as_mkdir_p=false
3476fi
3477
3478
3479# as_fn_executable_p FILE
3480# -----------------------
3481# Test if FILE is an executable regular file.
3482as_fn_executable_p ()
3483{
3484  test -f "$1" && test -x "$1"
3485} # as_fn_executable_p
3486as_test_x='test -x'
3487as_executable_p=as_fn_executable_p
3488
3489# Sed expression to map a string onto a valid CPP name.
3490as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3491
3492# Sed expression to map a string onto a valid variable name.
3493as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3494
3495
3496exec 6>&1
3497## ----------------------------------- ##
3498## Main body of $CONFIG_STATUS script. ##
3499## ----------------------------------- ##
3500_ASEOF
3501test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
3502
3503cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3504# Save the log message, to keep $0 and so on meaningful, and to
3505# report actual input values of CONFIG_FILES etc. instead of their
3506# values after options handling.
3507ac_log="
3508This file was extended by pic14lib $as_me 0.1, which was
3509generated by GNU Autoconf 2.69.  Invocation command line was
3510
3511  CONFIG_FILES    = $CONFIG_FILES
3512  CONFIG_HEADERS  = $CONFIG_HEADERS
3513  CONFIG_LINKS    = $CONFIG_LINKS
3514  CONFIG_COMMANDS = $CONFIG_COMMANDS
3515  $ $0 $@
3516
3517on `(hostname || uname -n) 2>/dev/null | sed 1q`
3518"
3519
3520_ACEOF
3521
3522case $ac_config_files in *"
3523"*) set x $ac_config_files; shift; ac_config_files=$*;;
3524esac
3525
3526case $ac_config_headers in *"
3527"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
3528esac
3529
3530
3531cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3532# Files that config.status was made for.
3533config_files="$ac_config_files"
3534config_headers="$ac_config_headers"
3535config_commands="$ac_config_commands"
3536
3537_ACEOF
3538
3539cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3540ac_cs_usage="\
3541\`$as_me' instantiates files and other configuration actions
3542from templates according to the current configuration.  Unless the files
3543and actions are specified as TAGs, all are instantiated by default.
3544
3545Usage: $0 [OPTION]... [TAG]...
3546
3547  -h, --help       print this help, then exit
3548  -V, --version    print version number and configuration settings, then exit
3549      --config     print configuration, then exit
3550  -q, --quiet, --silent
3551                   do not print progress messages
3552  -d, --debug      don't remove temporary files
3553      --recheck    update $as_me by reconfiguring in the same conditions
3554      --file=FILE[:TEMPLATE]
3555                   instantiate the configuration file FILE
3556      --header=FILE[:TEMPLATE]
3557                   instantiate the configuration header FILE
3558
3559Configuration files:
3560$config_files
3561
3562Configuration headers:
3563$config_headers
3564
3565Configuration commands:
3566$config_commands
3567
3568Report bugs to <tecodev AT users sourceforge net>."
3569
3570_ACEOF
3571cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3572ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3573ac_cs_version="\\
3574pic14lib config.status 0.1
3575configured by $0, generated by GNU Autoconf 2.69,
3576  with options \\"\$ac_cs_config\\"
3577
3578Copyright (C) 2012 Free Software Foundation, Inc.
3579This config.status script is free software; the Free Software Foundation
3580gives unlimited permission to copy, distribute and modify it."
3581
3582ac_pwd='$ac_pwd'
3583srcdir='$srcdir'
3584INSTALL='$INSTALL'
3585MKDIR_P='$MKDIR_P'
3586AWK='$AWK'
3587test -n "\$AWK" || AWK=awk
3588_ACEOF
3589
3590cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3591# The default lists apply if the user does not specify any file.
3592ac_need_defaults=:
3593while test $# != 0
3594do
3595  case $1 in
3596  --*=?*)
3597    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3598    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
3599    ac_shift=:
3600    ;;
3601  --*=)
3602    ac_option=`expr "X$1" : 'X\([^=]*\)='`
3603    ac_optarg=
3604    ac_shift=:
3605    ;;
3606  *)
3607    ac_option=$1
3608    ac_optarg=$2
3609    ac_shift=shift
3610    ;;
3611  esac
3612
3613  case $ac_option in
3614  # Handling of the options.
3615  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3616    ac_cs_recheck=: ;;
3617  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
3618    $as_echo "$ac_cs_version"; exit ;;
3619  --config | --confi | --conf | --con | --co | --c )
3620    $as_echo "$ac_cs_config"; exit ;;
3621  --debug | --debu | --deb | --de | --d | -d )
3622    debug=: ;;
3623  --file | --fil | --fi | --f )
3624    $ac_shift
3625    case $ac_optarg in
3626    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3627    '') as_fn_error $? "missing file argument" ;;
3628    esac
3629    as_fn_append CONFIG_FILES " '$ac_optarg'"
3630    ac_need_defaults=false;;
3631  --header | --heade | --head | --hea )
3632    $ac_shift
3633    case $ac_optarg in
3634    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
3635    esac
3636    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
3637    ac_need_defaults=false;;
3638  --he | --h)
3639    # Conflict between --help and --header
3640    as_fn_error $? "ambiguous option: \`$1'
3641Try \`$0 --help' for more information.";;
3642  --help | --hel | -h )
3643    $as_echo "$ac_cs_usage"; exit ;;
3644  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3645  | -silent | --silent | --silen | --sile | --sil | --si | --s)
3646    ac_cs_silent=: ;;
3647
3648  # This is an error.
3649  -*) as_fn_error $? "unrecognized option: \`$1'
3650Try \`$0 --help' for more information." ;;
3651
3652  *) as_fn_append ac_config_targets " $1"
3653     ac_need_defaults=false ;;
3654
3655  esac
3656  shift
3657done
3658
3659ac_configure_extra_args=
3660
3661if $ac_cs_silent; then
3662  exec 6>/dev/null
3663  ac_configure_extra_args="$ac_configure_extra_args --silent"
3664fi
3665
3666_ACEOF
3667cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3668if \$ac_cs_recheck; then
3669  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3670  shift
3671  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
3672  CONFIG_SHELL='$SHELL'
3673  export CONFIG_SHELL
3674  exec "\$@"
3675fi
3676
3677_ACEOF
3678cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3679exec 5>>config.log
3680{
3681  echo
3682  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3683## Running $as_me. ##
3684_ASBOX
3685  $as_echo "$ac_log"
3686} >&5
3687
3688_ACEOF
3689cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3690#
3691# INIT-COMMANDS
3692#
3693AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
3694
3695_ACEOF
3696
3697cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3698
3699# Handling of arguments.
3700for ac_config_target in $ac_config_targets
3701do
3702  case $ac_config_target in
3703    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
3704    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
3705    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3706    "libsdcc/enhanced/Makefile") CONFIG_FILES="$CONFIG_FILES libsdcc/enhanced/Makefile" ;;
3707    "libsdcc/enhanced-no-xinst/Makefile") CONFIG_FILES="$CONFIG_FILES libsdcc/enhanced-no-xinst/Makefile" ;;
3708    "libsdcc/regular/Makefile") CONFIG_FILES="$CONFIG_FILES libsdcc/regular/Makefile" ;;
3709    "libc/Makefile") CONFIG_FILES="$CONFIG_FILES libc/Makefile" ;;
3710    "libm/Makefile") CONFIG_FILES="$CONFIG_FILES libm/Makefile" ;;
3711
3712  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3713  esac
3714done
3715
3716
3717# If the user did not use the arguments to specify the items to instantiate,
3718# then the envvar interface is used.  Set only those that are not.
3719# We use the long form for the default assignment because of an extremely
3720# bizarre bug on SunOS 4.1.3.
3721if $ac_need_defaults; then
3722  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3723  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
3724  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
3725fi
3726
3727# Have a temporary directory for convenience.  Make it in the build tree
3728# simply because there is no reason against having it here, and in addition,
3729# creating and moving files from /tmp can sometimes cause problems.
3730# Hook for its removal unless debugging.
3731# Note that there is a small window in which the directory will not be cleaned:
3732# after its creation but before its name has been assigned to `$tmp'.
3733$debug ||
3734{
3735  tmp= ac_tmp=
3736  trap 'exit_status=$?
3737  : "${ac_tmp:=$tmp}"
3738  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
3739' 0
3740  trap 'as_fn_exit 1' 1 2 13 15
3741}
3742# Create a (secure) tmp directory for tmp files.
3743
3744{
3745  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
3746  test -d "$tmp"
3747}  ||
3748{
3749  tmp=./conf$$-$RANDOM
3750  (umask 077 && mkdir "$tmp")
3751} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
3752ac_tmp=$tmp
3753
3754# Set up the scripts for CONFIG_FILES section.
3755# No need to generate them if there are no CONFIG_FILES.
3756# This happens for instance with `./config.status config.h'.
3757if test -n "$CONFIG_FILES"; then
3758
3759
3760ac_cr=`echo X | tr X '\015'`
3761# On cygwin, bash can eat \r inside `` if the user requested igncr.
3762# But we know of no other shell where ac_cr would be empty at this
3763# point, so we can use a bashism as a fallback.
3764if test "x$ac_cr" = x; then
3765  eval ac_cr=\$\'\\r\'
3766fi
3767ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
3768if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
3769  ac_cs_awk_cr='\\r'
3770else
3771  ac_cs_awk_cr=$ac_cr
3772fi
3773
3774echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
3775_ACEOF
3776
3777
3778{
3779  echo "cat >conf$$subs.awk <<_ACEOF" &&
3780  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
3781  echo "_ACEOF"
3782} >conf$$subs.sh ||
3783  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3784ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
3785ac_delim='%!_!# '
3786for ac_last_try in false false false false false :; do
3787  . ./conf$$subs.sh ||
3788    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3789
3790  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
3791  if test $ac_delim_n = $ac_delim_num; then
3792    break
3793  elif $ac_last_try; then
3794    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
3795  else
3796    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3797  fi
3798done
3799rm -f conf$$subs.sh
3800
3801cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3802cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
3803_ACEOF
3804sed -n '
3805h
3806s/^/S["/; s/!.*/"]=/
3807p
3808g
3809s/^[^!]*!//
3810:repl
3811t repl
3812s/'"$ac_delim"'$//
3813t delim
3814:nl
3815h
3816s/\(.\{148\}\)..*/\1/
3817t more1
3818s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
3819p
3820n
3821b repl
3822:more1
3823s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3824p
3825g
3826s/.\{148\}//
3827t nl
3828:delim
3829h
3830s/\(.\{148\}\)..*/\1/
3831t more2
3832s/["\\]/\\&/g; s/^/"/; s/$/"/
3833p
3834b
3835:more2
3836s/["\\]/\\&/g; s/^/"/; s/$/"\\/
3837p
3838g
3839s/.\{148\}//
3840t delim
3841' <conf$$subs.awk | sed '
3842/^[^""]/{
3843  N
3844  s/\n//
3845}
3846' >>$CONFIG_STATUS || ac_write_fail=1
3847rm -f conf$$subs.awk
3848cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3849_ACAWK
3850cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
3851  for (key in S) S_is_set[key] = 1
3852  FS = ""
3853
3854}
3855{
3856  line = $ 0
3857  nfields = split(line, field, "@")
3858  substed = 0
3859  len = length(field[1])
3860  for (i = 2; i < nfields; i++) {
3861    key = field[i]
3862    keylen = length(key)
3863    if (S_is_set[key]) {
3864      value = S[key]
3865      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
3866      len += length(value) + length(field[++i])
3867      substed = 1
3868    } else
3869      len += 1 + keylen
3870  }
3871
3872  print line
3873}
3874
3875_ACAWK
3876_ACEOF
3877cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3878if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
3879  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
3880else
3881  cat
3882fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
3883  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
3884_ACEOF
3885
3886# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
3887# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
3888# trailing colons and then remove the whole line if VPATH becomes empty
3889# (actually we leave an empty line to preserve line numbers).
3890if test "x$srcdir" = x.; then
3891  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
3892h
3893s///
3894s/^/:/
3895s/[	 ]*$/:/
3896s/:\$(srcdir):/:/g
3897s/:\${srcdir}:/:/g
3898s/:@srcdir@:/:/g
3899s/^:*//
3900s/:*$//
3901x
3902s/\(=[	 ]*\).*/\1/
3903G
3904s/\n//
3905s/^[^=]*=[	 ]*$//
3906}'
3907fi
3908
3909cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3910fi # test -n "$CONFIG_FILES"
3911
3912# Set up the scripts for CONFIG_HEADERS section.
3913# No need to generate them if there are no CONFIG_HEADERS.
3914# This happens for instance with `./config.status Makefile'.
3915if test -n "$CONFIG_HEADERS"; then
3916cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
3917BEGIN {
3918_ACEOF
3919
3920# Transform confdefs.h into an awk script `defines.awk', embedded as
3921# here-document in config.status, that substitutes the proper values into
3922# config.h.in to produce config.h.
3923
3924# Create a delimiter string that does not exist in confdefs.h, to ease
3925# handling of long lines.
3926ac_delim='%!_!# '
3927for ac_last_try in false false :; do
3928  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
3929  if test -z "$ac_tt"; then
3930    break
3931  elif $ac_last_try; then
3932    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
3933  else
3934    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
3935  fi
3936done
3937
3938# For the awk script, D is an array of macro values keyed by name,
3939# likewise P contains macro parameters if any.  Preserve backslash
3940# newline sequences.
3941
3942ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
3943sed -n '
3944s/.\{148\}/&'"$ac_delim"'/g
3945t rset
3946:rset
3947s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
3948t def
3949d
3950:def
3951s/\\$//
3952t bsnl
3953s/["\\]/\\&/g
3954s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
3955D["\1"]=" \3"/p
3956s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
3957d
3958:bsnl
3959s/["\\]/\\&/g
3960s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
3961D["\1"]=" \3\\\\\\n"\\/p
3962t cont
3963s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
3964t cont
3965d
3966:cont
3967n
3968s/.\{148\}/&'"$ac_delim"'/g
3969t clear
3970:clear
3971s/\\$//
3972t bsnlc
3973s/["\\]/\\&/g; s/^/"/; s/$/"/p
3974d
3975:bsnlc
3976s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
3977b cont
3978' <confdefs.h | sed '
3979s/'"$ac_delim"'/"\\\
3980"/g' >>$CONFIG_STATUS || ac_write_fail=1
3981
3982cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3983  for (key in D) D_is_set[key] = 1
3984  FS = ""
3985}
3986/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
3987  line = \$ 0
3988  split(line, arg, " ")
3989  if (arg[1] == "#") {
3990    defundef = arg[2]
3991    mac1 = arg[3]
3992  } else {
3993    defundef = substr(arg[1], 2)
3994    mac1 = arg[2]
3995  }
3996  split(mac1, mac2, "(") #)
3997  macro = mac2[1]
3998  prefix = substr(line, 1, index(line, defundef) - 1)
3999  if (D_is_set[macro]) {
4000    # Preserve the white space surrounding the "#".
4001    print prefix "define", macro P[macro] D[macro]
4002    next
4003  } else {
4004    # Replace #undef with comments.  This is necessary, for example,
4005    # in the case of _POSIX_SOURCE, which is predefined and required
4006    # on some systems where configure will not decide to define it.
4007    if (defundef == "undef") {
4008      print "/*", prefix defundef, macro, "*/"
4009      next
4010    }
4011  }
4012}
4013{ print }
4014_ACAWK
4015_ACEOF
4016cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4017  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
4018fi # test -n "$CONFIG_HEADERS"
4019
4020
4021eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
4022shift
4023for ac_tag
4024do
4025  case $ac_tag in
4026  :[FHLC]) ac_mode=$ac_tag; continue;;
4027  esac
4028  case $ac_mode$ac_tag in
4029  :[FHL]*:*);;
4030  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
4031  :[FH]-) ac_tag=-:-;;
4032  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4033  esac
4034  ac_save_IFS=$IFS
4035  IFS=:
4036  set x $ac_tag
4037  IFS=$ac_save_IFS
4038  shift
4039  ac_file=$1
4040  shift
4041
4042  case $ac_mode in
4043  :L) ac_source=$1;;
4044  :[FH])
4045    ac_file_inputs=
4046    for ac_f
4047    do
4048      case $ac_f in
4049      -) ac_f="$ac_tmp/stdin";;
4050      *) # Look for the file first in the build tree, then in the source tree
4051	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
4052	 # because $ac_f cannot contain `:'.
4053	 test -f "$ac_f" ||
4054	   case $ac_f in
4055	   [\\/$]*) false;;
4056	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4057	   esac ||
4058	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4059      esac
4060      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4061      as_fn_append ac_file_inputs " '$ac_f'"
4062    done
4063
4064    # Let's still pretend it is `configure' which instantiates (i.e., don't
4065    # use $as_me), people would be surprised to read:
4066    #    /* config.h.  Generated by config.status.  */
4067    configure_input='Generated from '`
4068	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
4069	`' by configure.'
4070    if test x"$ac_file" != x-; then
4071      configure_input="$ac_file.  $configure_input"
4072      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
4073$as_echo "$as_me: creating $ac_file" >&6;}
4074    fi
4075    # Neutralize special characters interpreted by sed in replacement strings.
4076    case $configure_input in #(
4077    *\&* | *\|* | *\\* )
4078       ac_sed_conf_input=`$as_echo "$configure_input" |
4079       sed 's/[\\\\&|]/\\\\&/g'`;; #(
4080    *) ac_sed_conf_input=$configure_input;;
4081    esac
4082
4083    case $ac_tag in
4084    *:-:* | *:-) cat >"$ac_tmp/stdin" \
4085      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
4086    esac
4087    ;;
4088  esac
4089
4090  ac_dir=`$as_dirname -- "$ac_file" ||
4091$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4092	 X"$ac_file" : 'X\(//\)[^/]' \| \
4093	 X"$ac_file" : 'X\(//\)$' \| \
4094	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
4095$as_echo X"$ac_file" |
4096    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4097	    s//\1/
4098	    q
4099	  }
4100	  /^X\(\/\/\)[^/].*/{
4101	    s//\1/
4102	    q
4103	  }
4104	  /^X\(\/\/\)$/{
4105	    s//\1/
4106	    q
4107	  }
4108	  /^X\(\/\).*/{
4109	    s//\1/
4110	    q
4111	  }
4112	  s/.*/./; q'`
4113  as_dir="$ac_dir"; as_fn_mkdir_p
4114  ac_builddir=.
4115
4116case "$ac_dir" in
4117.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
4118*)
4119  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
4120  # A ".." for each directory in $ac_dir_suffix.
4121  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
4122  case $ac_top_builddir_sub in
4123  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
4124  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
4125  esac ;;
4126esac
4127ac_abs_top_builddir=$ac_pwd
4128ac_abs_builddir=$ac_pwd$ac_dir_suffix
4129# for backward compatibility:
4130ac_top_builddir=$ac_top_build_prefix
4131
4132case $srcdir in
4133  .)  # We are building in place.
4134    ac_srcdir=.
4135    ac_top_srcdir=$ac_top_builddir_sub
4136    ac_abs_top_srcdir=$ac_pwd ;;
4137  [\\/]* | ?:[\\/]* )  # Absolute name.
4138    ac_srcdir=$srcdir$ac_dir_suffix;
4139    ac_top_srcdir=$srcdir
4140    ac_abs_top_srcdir=$srcdir ;;
4141  *) # Relative name.
4142    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
4143    ac_top_srcdir=$ac_top_build_prefix$srcdir
4144    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
4145esac
4146ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
4147
4148
4149  case $ac_mode in
4150  :F)
4151  #
4152  # CONFIG_FILE
4153  #
4154
4155  case $INSTALL in
4156  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4157  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
4158  esac
4159  ac_MKDIR_P=$MKDIR_P
4160  case $MKDIR_P in
4161  [\\/$]* | ?:[\\/]* ) ;;
4162  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
4163  esac
4164_ACEOF
4165
4166cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4167# If the template does not know about datarootdir, expand it.
4168# FIXME: This hack should be removed a few years after 2.60.
4169ac_datarootdir_hack=; ac_datarootdir_seen=
4170ac_sed_dataroot='
4171/datarootdir/ {
4172  p
4173  q
4174}
4175/@datadir@/p
4176/@docdir@/p
4177/@infodir@/p
4178/@localedir@/p
4179/@mandir@/p'
4180case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
4181*datarootdir*) ac_datarootdir_seen=yes;;
4182*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
4183  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
4184$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
4185_ACEOF
4186cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4187  ac_datarootdir_hack='
4188  s&@datadir@&$datadir&g
4189  s&@docdir@&$docdir&g
4190  s&@infodir@&$infodir&g
4191  s&@localedir@&$localedir&g
4192  s&@mandir@&$mandir&g
4193  s&\\\${datarootdir}&$datarootdir&g' ;;
4194esac
4195_ACEOF
4196
4197# Neutralize VPATH when `$srcdir' = `.'.
4198# Shell code in configure.ac might set extrasub.
4199# FIXME: do we really want to maintain this feature?
4200cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4201ac_sed_extra="$ac_vpsub
4202$extrasub
4203_ACEOF
4204cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4205:t
4206/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4207s|@configure_input@|$ac_sed_conf_input|;t t
4208s&@top_builddir@&$ac_top_builddir_sub&;t t
4209s&@top_build_prefix@&$ac_top_build_prefix&;t t
4210s&@srcdir@&$ac_srcdir&;t t
4211s&@abs_srcdir@&$ac_abs_srcdir&;t t
4212s&@top_srcdir@&$ac_top_srcdir&;t t
4213s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
4214s&@builddir@&$ac_builddir&;t t
4215s&@abs_builddir@&$ac_abs_builddir&;t t
4216s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
4217s&@INSTALL@&$ac_INSTALL&;t t
4218s&@MKDIR_P@&$ac_MKDIR_P&;t t
4219$ac_datarootdir_hack
4220"
4221eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
4222  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4223
4224test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
4225  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
4226  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
4227      "$ac_tmp/out"`; test -z "$ac_out"; } &&
4228  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4229which seems to be undefined.  Please make sure it is defined" >&5
4230$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
4231which seems to be undefined.  Please make sure it is defined" >&2;}
4232
4233  rm -f "$ac_tmp/stdin"
4234  case $ac_file in
4235  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
4236  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
4237  esac \
4238  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4239 ;;
4240  :H)
4241  #
4242  # CONFIG_HEADER
4243  #
4244  if test x"$ac_file" != x-; then
4245    {
4246      $as_echo "/* $configure_input  */" \
4247      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
4248    } >"$ac_tmp/config.h" \
4249      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
4250    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
4251      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
4252$as_echo "$as_me: $ac_file is unchanged" >&6;}
4253    else
4254      rm -f "$ac_file"
4255      mv "$ac_tmp/config.h" "$ac_file" \
4256	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
4257    fi
4258  else
4259    $as_echo "/* $configure_input  */" \
4260      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
4261      || as_fn_error $? "could not create -" "$LINENO" 5
4262  fi
4263# Compute "$ac_file"'s index in $config_headers.
4264_am_arg="$ac_file"
4265_am_stamp_count=1
4266for _am_header in $config_headers :; do
4267  case $_am_header in
4268    $_am_arg | $_am_arg:* )
4269      break ;;
4270    * )
4271      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
4272  esac
4273done
4274echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
4275$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4276	 X"$_am_arg" : 'X\(//\)[^/]' \| \
4277	 X"$_am_arg" : 'X\(//\)$' \| \
4278	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
4279$as_echo X"$_am_arg" |
4280    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4281	    s//\1/
4282	    q
4283	  }
4284	  /^X\(\/\/\)[^/].*/{
4285	    s//\1/
4286	    q
4287	  }
4288	  /^X\(\/\/\)$/{
4289	    s//\1/
4290	    q
4291	  }
4292	  /^X\(\/\).*/{
4293	    s//\1/
4294	    q
4295	  }
4296	  s/.*/./; q'`/stamp-h$_am_stamp_count
4297 ;;
4298
4299  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
4300$as_echo "$as_me: executing $ac_file commands" >&6;}
4301 ;;
4302  esac
4303
4304
4305  case $ac_file$ac_mode in
4306    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
4307  # Older Autoconf quotes --file arguments for eval, but not when files
4308  # are listed without --file.  Let's play safe and only enable the eval
4309  # if we detect the quoting.
4310  # TODO: see whether this extra hack can be removed once we start
4311  # requiring Autoconf 2.70 or later.
4312  case $CONFIG_FILES in #(
4313  *\'*) :
4314    eval set x "$CONFIG_FILES" ;; #(
4315  *) :
4316    set x $CONFIG_FILES ;; #(
4317  *) :
4318     ;;
4319esac
4320  shift
4321  # Used to flag and report bootstrapping failures.
4322  am_rc=0
4323  for am_mf
4324  do
4325    # Strip MF so we end up with the name of the file.
4326    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
4327    # Check whether this is an Automake generated Makefile which includes
4328    # dependency-tracking related rules and includes.
4329    # Grep'ing the whole file directly is not great: AIX grep has a line
4330    # limit of 2048, but all sed's we know have understand at least 4000.
4331    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
4332      || continue
4333    am_dirpart=`$as_dirname -- "$am_mf" ||
4334$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4335	 X"$am_mf" : 'X\(//\)[^/]' \| \
4336	 X"$am_mf" : 'X\(//\)$' \| \
4337	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
4338$as_echo X"$am_mf" |
4339    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4340	    s//\1/
4341	    q
4342	  }
4343	  /^X\(\/\/\)[^/].*/{
4344	    s//\1/
4345	    q
4346	  }
4347	  /^X\(\/\/\)$/{
4348	    s//\1/
4349	    q
4350	  }
4351	  /^X\(\/\).*/{
4352	    s//\1/
4353	    q
4354	  }
4355	  s/.*/./; q'`
4356    am_filepart=`$as_basename -- "$am_mf" ||
4357$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
4358	 X"$am_mf" : 'X\(//\)$' \| \
4359	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
4360$as_echo X/"$am_mf" |
4361    sed '/^.*\/\([^/][^/]*\)\/*$/{
4362	    s//\1/
4363	    q
4364	  }
4365	  /^X\/\(\/\/\)$/{
4366	    s//\1/
4367	    q
4368	  }
4369	  /^X\/\(\/\).*/{
4370	    s//\1/
4371	    q
4372	  }
4373	  s/.*/./; q'`
4374    { echo "$as_me:$LINENO: cd "$am_dirpart" \
4375      && sed -e '/# am--include-marker/d' "$am_filepart" \
4376        | $MAKE -f - am--depfiles" >&5
4377   (cd "$am_dirpart" \
4378      && sed -e '/# am--include-marker/d' "$am_filepart" \
4379        | $MAKE -f - am--depfiles) >&5 2>&5
4380   ac_status=$?
4381   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4382   (exit $ac_status); } || am_rc=$?
4383  done
4384  if test $am_rc -ne 0; then
4385    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4386$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4387as_fn_error $? "Something went wrong bootstrapping makefile fragments
4388    for automatic dependency tracking.  Try re-running configure with the
4389    '--disable-dependency-tracking' option to at least be able to build
4390    the package (albeit without support for automatic dependency tracking).
4391See \`config.log' for more details" "$LINENO" 5; }
4392  fi
4393  { am_dirpart=; unset am_dirpart;}
4394  { am_filepart=; unset am_filepart;}
4395  { am_mf=; unset am_mf;}
4396  { am_rc=; unset am_rc;}
4397  rm -f conftest-deps.mk
4398}
4399 ;;
4400
4401  esac
4402done # for ac_tag
4403
4404
4405as_fn_exit 0
4406_ACEOF
4407ac_clean_files=$ac_clean_files_save
4408
4409test $ac_write_fail = 0 ||
4410  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
4411
4412
4413# configure is writing to config.log, and then calls config.status.
4414# config.status does its own redirection, appending to config.log.
4415# Unfortunately, on DOS this fails, as config.log is still kept open
4416# by configure, so config.status won't be able to write to it; its
4417# output is simply discarded.  So we exec the FD to /dev/null,
4418# effectively closing config.log, so it can be properly (re)opened and
4419# appended to by config.status.  When coming back to configure, we
4420# need to make the FD available again.
4421if test "$no_create" != yes; then
4422  ac_cs_success=:
4423  ac_config_status_args=
4424  test "$silent" = yes &&
4425    ac_config_status_args="$ac_config_status_args --quiet"
4426  exec 5>/dev/null
4427  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4428  exec 5>>config.log
4429  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4430  # would make configure fail if this is the last instruction.
4431  $ac_cs_success || as_fn_exit 1
4432fi
4433if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
4434  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
4435$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
4436fi
4437
4438