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