Code sync
[external/epson-inkjet-printer-escpr.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Epson Inkjet Printer Driver (ESC/P-R) for Linux 1.2.0.
4 #
5 # Report bugs to <Seiko Epson Corporation <linux-printer@epson.jp>>.
6 #
7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
11 #
12 #
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
18
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22   emulate sh
23   NULLCMD=:
24   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25   # is contrary to our usage.  Disable this feature.
26   alias -g '${1+"$@"}'='"$@"'
27   setopt NO_GLOB_SUBST
28 else
29   case `(set -o) 2>/dev/null` in #(
30   *posix*) :
31     set -o posix ;; #(
32   *) :
33      ;;
34 esac
35 fi
36
37
38 as_nl='
39 '
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49   as_echo='print -r --'
50   as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52   as_echo='printf %s\n'
53   as_echo_n='printf %s'
54 else
55   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57     as_echo_n='/usr/ucb/echo -n'
58   else
59     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60     as_echo_n_body='eval
61       arg=$1;
62       case $arg in #(
63       *"$as_nl"*)
64         expr "X$arg" : "X\\(.*\\)$as_nl";
65         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66       esac;
67       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68     '
69     export as_echo_n_body
70     as_echo_n='sh -c $as_echo_n_body as_echo'
71   fi
72   export as_echo_body
73   as_echo='sh -c $as_echo_body as_echo'
74 fi
75
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78   PATH_SEPARATOR=:
79   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81       PATH_SEPARATOR=';'
82   }
83 fi
84
85
86 # IFS
87 # We need space, tab and new line, in precisely that order.  Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" ""        $as_nl"
92
93 # Find who we are.  Look in the path if we contain no directory separator.
94 case $0 in #((
95   *[\\/]* ) as_myself=$0 ;;
96   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
98 do
99   IFS=$as_save_IFS
100   test -z "$as_dir" && as_dir=.
101     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102   done
103 IFS=$as_save_IFS
104
105      ;;
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110   as_myself=$0
111 fi
112 if test ! -f "$as_myself"; then
113   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114   exit 1
115 fi
116
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there.  '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
128
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
134
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
138 if test "x$CONFIG_SHELL" = x; then
139   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140   emulate sh
141   NULLCMD=:
142   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143   # is contrary to our usage.  Disable this feature.
144   alias -g '\${1+\"\$@\"}'='\"\$@\"'
145   setopt NO_GLOB_SUBST
146 else
147   case \`(set -o) 2>/dev/null\` in #(
148   *posix*) :
149     set -o posix ;; #(
150   *) :
151      ;;
152 esac
153 fi
154 "
155   as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
160
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
168 else
169   exitcode=1; echo positional parameters were not saved.
170 fi
171 test x\$exitcode = x0 || exit 1"
172   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177   if (eval "$as_required") 2>/dev/null; then :
178   as_have_required=yes
179 else
180   as_have_required=no
181 fi
182   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183
184 else
185   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
188 do
189   IFS=$as_save_IFS
190   test -z "$as_dir" && as_dir=.
191   as_found=:
192   case $as_dir in #(
193          /*)
194            for as_base in sh bash ksh sh5; do
195              # Try only shells that exist, to save several forks.
196              as_shell=$as_dir/$as_base
197              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199   CONFIG_SHELL=$as_shell as_have_required=yes
200                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201   break 2
202 fi
203 fi
204            done;;
205        esac
206   as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210   CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
213
214
215       if test "x$CONFIG_SHELL" != x; then :
216   # We cannot yet assume a decent shell, so we have to provide a
217         # neutralization value for shells without unset; and this also
218         # works around shells that cannot unset nonexistent variables.
219         BASH_ENV=/dev/null
220         ENV=/dev/null
221         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222         export CONFIG_SHELL
223         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224 fi
225
226     if test x$as_have_required = xno; then :
227   $as_echo "$0: This script requires a shell more modern than all"
228   $as_echo "$0: the shells that I found on your system."
229   if test x${ZSH_VERSION+set} = xset ; then
230     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232   else
233     $as_echo "$0: Please tell bug-autoconf@gnu.org and Seiko Epson
234 $0: Corporation <linux-printer@epson.jp> about your system,
235 $0: including any error possibly output before this
236 $0: message. Then install a modern shell, or manually run
237 $0: the script under such a shell if you do have one."
238   fi
239   exit 1
240 fi
241 fi
242 fi
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
248
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
256 {
257   { eval $1=; unset $1;}
258 }
259 as_unset=as_fn_unset
260
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
265 {
266   return $1
267 } # as_fn_set_status
268
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
273 {
274   set +e
275   as_fn_set_status $1
276   exit $1
277 } # as_fn_exit
278
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
283 {
284
285   case $as_dir in #(
286   -*) as_dir=./$as_dir;;
287   esac
288   test -d "$as_dir" || eval $as_mkdir_p || {
289     as_dirs=
290     while :; do
291       case $as_dir in #(
292       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293       *) as_qdir=$as_dir;;
294       esac
295       as_dirs="'$as_qdir' $as_dirs"
296       as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298          X"$as_dir" : 'X\(//\)[^/]' \| \
299          X"$as_dir" : 'X\(//\)$' \| \
300          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303             s//\1/
304             q
305           }
306           /^X\(\/\/\)[^/].*/{
307             s//\1/
308             q
309           }
310           /^X\(\/\/\)$/{
311             s//\1/
312             q
313           }
314           /^X\(\/\).*/{
315             s//\1/
316             q
317           }
318           s/.*/./; q'`
319       test -d "$as_dir" && break
320     done
321     test -z "$as_dirs" || eval "mkdir $as_dirs"
322   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
323
324
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333   eval 'as_fn_append ()
334   {
335     eval $1+=\$2
336   }'
337 else
338   as_fn_append ()
339   {
340     eval $1=\$$1\$2
341   }
342 fi # as_fn_append
343
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350   eval 'as_fn_arith ()
351   {
352     as_val=$(( $* ))
353   }'
354 else
355   as_fn_arith ()
356   {
357     as_val=`expr "$@" || test $? -eq 1`
358   }
359 fi # as_fn_arith
360
361
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
368 {
369   as_status=$?; test $as_status -eq 0 && as_status=1
370   if test "$3"; then
371     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
373   fi
374   $as_echo "$as_me: error: $1" >&2
375   as_fn_exit $as_status
376 } # as_fn_error
377
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379    test "X`expr 00001 : '.*\(...\)'`" = X001; then
380   as_expr=expr
381 else
382   as_expr=false
383 fi
384
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386   as_basename=basename
387 else
388   as_basename=false
389 fi
390
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392   as_dirname=dirname
393 else
394   as_dirname=false
395 fi
396
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399          X"$0" : 'X\(//\)$' \| \
400          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402     sed '/^.*\/\([^/][^/]*\)\/*$/{
403             s//\1/
404             q
405           }
406           /^X\/\(\/\/\)$/{
407             s//\1/
408             q
409           }
410           /^X\/\(\/\).*/{
411             s//\1/
412             q
413           }
414           s/.*/./; q'`
415
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
422
423
424   as_lineno_1=$LINENO as_lineno_1a=$LINENO
425   as_lineno_2=$LINENO as_lineno_2a=$LINENO
426   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
429   sed -n '
430     p
431     /[$]LINENO/=
432   ' <$as_myself |
433     sed '
434       s/[$]LINENO.*/&-/
435       t lineno
436       b
437       :lineno
438       N
439       :loop
440       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441       t loop
442       s/-\n.*//
443     ' >$as_me.lineno &&
444   chmod +x "$as_me.lineno" ||
445     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
446
447   # Don't try to exec as it changes $[0], causing all sort of problems
448   # (the dirname of $[0] is not the place where we might find the
449   # original and so on.  Autoconf is especially sensitive to this).
450   . "./$as_me.lineno"
451   # Exit status is that of the last command.
452   exit
453 }
454
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458   case `echo 'xy\c'` in
459   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
460   xy)  ECHO_C='\c';;
461   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
462        ECHO_T=' ';;
463   esac;;
464 *)
465   ECHO_N='-n';;
466 esac
467
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470   rm -f conf$$.dir/conf$$.file
471 else
472   rm -f conf$$.dir
473   mkdir conf$$.dir 2>/dev/null
474 fi
475 if (echo >conf$$.file) 2>/dev/null; then
476   if ln -s conf$$.file conf$$ 2>/dev/null; then
477     as_ln_s='ln -s'
478     # ... but there are two gotchas:
479     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481     # In both cases, we have to default to `cp -p'.
482     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483       as_ln_s='cp -p'
484   elif ln conf$$.file conf$$ 2>/dev/null; then
485     as_ln_s=ln
486   else
487     as_ln_s='cp -p'
488   fi
489 else
490   as_ln_s='cp -p'
491 fi
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
494
495 if mkdir -p . 2>/dev/null; then
496   as_mkdir_p='mkdir -p "$as_dir"'
497 else
498   test -d ./-p && rmdir ./-p
499   as_mkdir_p=false
500 fi
501
502 if test -x / >/dev/null 2>&1; then
503   as_test_x='test -x'
504 else
505   if ls -dL / >/dev/null 2>&1; then
506     as_ls_L_option=L
507   else
508     as_ls_L_option=
509   fi
510   as_test_x='
511     eval sh -c '\''
512       if test -d "$1"; then
513         test -d "$1/.";
514       else
515         case $1 in #(
516         -*)set "./$1";;
517         esac;
518         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519         ???[sx]*):;;*)false;;esac;fi
520     '\'' sh
521   '
522 fi
523 as_executable_p=$as_test_x
524
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
527
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
530
531
532
533 # Check that we are running under the correct shell.
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536 case X$lt_ECHO in
537 X*--fallback-echo)
538   # Remove one level of quotation (which was required for Make).
539   ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
540   ;;
541 esac
542
543 ECHO=${lt_ECHO-echo}
544 if test "X$1" = X--no-reexec; then
545   # Discard the --no-reexec flag, and continue.
546   shift
547 elif test "X$1" = X--fallback-echo; then
548   # Avoid inline document here, it may be left over
549   :
550 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
551   # Yippee, $ECHO works!
552   :
553 else
554   # Restart under the correct shell.
555   exec $SHELL "$0" --no-reexec ${1+"$@"}
556 fi
557
558 if test "X$1" = X--fallback-echo; then
559   # used as fallback echo
560   shift
561   cat <<_LT_EOF
562 $*
563 _LT_EOF
564   exit 0
565 fi
566
567 # The HP-UX ksh and POSIX shell print the target directory to stdout
568 # if CDPATH is set.
569 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
570
571 if test -z "$lt_ECHO"; then
572   if test "X${echo_test_string+set}" != Xset; then
573     # find a string as large as possible, as long as the shell can cope with it
574     for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
575       # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
576       if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
577          { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
578       then
579         break
580       fi
581     done
582   fi
583
584   if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
585      echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
586      test "X$echo_testing_string" = "X$echo_test_string"; then
587     :
588   else
589     # The Solaris, AIX, and Digital Unix default echo programs unquote
590     # backslashes.  This makes it impossible to quote backslashes using
591     #   echo "$something" | sed 's/\\/\\\\/g'
592     #
593     # So, first we look for a working echo in the user's PATH.
594
595     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
596     for dir in $PATH /usr/ucb; do
597       IFS="$lt_save_ifs"
598       if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
599          test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
600          echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
601          test "X$echo_testing_string" = "X$echo_test_string"; then
602         ECHO="$dir/echo"
603         break
604       fi
605     done
606     IFS="$lt_save_ifs"
607
608     if test "X$ECHO" = Xecho; then
609       # We didn't find a better echo, so look for alternatives.
610       if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
611          echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
612          test "X$echo_testing_string" = "X$echo_test_string"; then
613         # This shell has a builtin print -r that does the trick.
614         ECHO='print -r'
615       elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
616            test "X$CONFIG_SHELL" != X/bin/ksh; then
617         # If we have ksh, try running configure again with it.
618         ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
619         export ORIGINAL_CONFIG_SHELL
620         CONFIG_SHELL=/bin/ksh
621         export CONFIG_SHELL
622         exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
623       else
624         # Try using printf.
625         ECHO='printf %s\n'
626         if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
627            echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
628            test "X$echo_testing_string" = "X$echo_test_string"; then
629           # Cool, printf works
630           :
631         elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
632              test "X$echo_testing_string" = 'X\t' &&
633              echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
634              test "X$echo_testing_string" = "X$echo_test_string"; then
635           CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
636           export CONFIG_SHELL
637           SHELL="$CONFIG_SHELL"
638           export SHELL
639           ECHO="$CONFIG_SHELL $0 --fallback-echo"
640         elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
641              test "X$echo_testing_string" = 'X\t' &&
642              echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
643              test "X$echo_testing_string" = "X$echo_test_string"; then
644           ECHO="$CONFIG_SHELL $0 --fallback-echo"
645         else
646           # maybe with a smaller string...
647           prev=:
648
649           for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
650             if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
651             then
652               break
653             fi
654             prev="$cmd"
655           done
656
657           if test "$prev" != 'sed 50q "$0"'; then
658             echo_test_string=`eval $prev`
659             export echo_test_string
660             exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
661           else
662             # Oops.  We lost completely, so just stick with echo.
663             ECHO=echo
664           fi
665         fi
666       fi
667     fi
668   fi
669 fi
670
671 # Copy echo and quote the copy suitably for passing to libtool from
672 # the Makefile, instead of quoting the original, which is used later.
673 lt_ECHO=$ECHO
674 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
675    lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
676 fi
677
678
679
680
681 test -n "$DJDIR" || exec 7<&0 </dev/null
682 exec 6>&1
683
684 # Name of the host.
685 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
686 # so uname gets run too.
687 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
688
689 #
690 # Initializations.
691 #
692 ac_default_prefix=/usr/local
693 ac_clean_files=
694 ac_config_libobj_dir=.
695 LIBOBJS=
696 cross_compiling=no
697 subdirs=
698 MFLAGS=
699 MAKEFLAGS=
700
701 # Identity of this package.
702 PACKAGE_NAME='Epson Inkjet Printer Driver (ESC/P-R) for Linux'
703 PACKAGE_TARNAME='epson-inkjet-printer-escpr'
704 PACKAGE_VERSION='1.2.0'
705 PACKAGE_STRING='Epson Inkjet Printer Driver (ESC/P-R) for Linux 1.2.0'
706 PACKAGE_BUGREPORT='Seiko Epson Corporation <linux-printer@epson.jp>'
707 PACKAGE_URL=''
708
709 ac_unique_file="src/filter.c"
710 # Factoring default headers for most tests.
711 ac_includes_default="\
712 #include <stdio.h>
713 #ifdef HAVE_SYS_TYPES_H
714 # include <sys/types.h>
715 #endif
716 #ifdef HAVE_SYS_STAT_H
717 # include <sys/stat.h>
718 #endif
719 #ifdef STDC_HEADERS
720 # include <stdlib.h>
721 # include <stddef.h>
722 #else
723 # ifdef HAVE_STDLIB_H
724 #  include <stdlib.h>
725 # endif
726 #endif
727 #ifdef HAVE_STRING_H
728 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
729 #  include <memory.h>
730 # endif
731 # include <string.h>
732 #endif
733 #ifdef HAVE_STRINGS_H
734 # include <strings.h>
735 #endif
736 #ifdef HAVE_INTTYPES_H
737 # include <inttypes.h>
738 #endif
739 #ifdef HAVE_STDINT_H
740 # include <stdint.h>
741 #endif
742 #ifdef HAVE_UNISTD_H
743 # include <unistd.h>
744 #endif"
745
746 ac_subst_vars='am__EXEEXT_FALSE
747 am__EXEEXT_TRUE
748 LTLIBOBJS
749 LIBOBJS
750 CUPS_PPD_DIR
751 CUPS_FILTER_DIR
752 have_cups_config
753 OTOOL64
754 OTOOL
755 LIPO
756 NMEDIT
757 DSYMUTIL
758 lt_ECHO
759 RANLIB
760 AR
761 OBJDUMP
762 NM
763 ac_ct_DUMPBIN
764 DUMPBIN
765 LD
766 FGREP
767 EGREP
768 GREP
769 SED
770 host_os
771 host_vendor
772 host_cpu
773 host
774 build_os
775 build_vendor
776 build_cpu
777 build
778 LIBTOOL
779 LN_S
780 CPP
781 am__fastdepCC_FALSE
782 am__fastdepCC_TRUE
783 CCDEPMODE
784 AMDEPBACKSLASH
785 AMDEP_FALSE
786 AMDEP_TRUE
787 am__quote
788 am__include
789 DEPDIR
790 OBJEXT
791 EXEEXT
792 ac_ct_CC
793 CPPFLAGS
794 LDFLAGS
795 CFLAGS
796 CC
797 am__untar
798 am__tar
799 AMTAR
800 am__leading_dot
801 SET_MAKE
802 AWK
803 mkdir_p
804 MKDIR_P
805 INSTALL_STRIP_PROGRAM
806 STRIP
807 install_sh
808 MAKEINFO
809 AUTOHEADER
810 AUTOMAKE
811 AUTOCONF
812 ACLOCAL
813 VERSION
814 PACKAGE
815 CYGPATH_W
816 am__isrc
817 INSTALL_DATA
818 INSTALL_SCRIPT
819 INSTALL_PROGRAM
820 VENDOR_NAME
821 LSB_VER
822 PACKAGE_RELEASE
823 target_alias
824 host_alias
825 build_alias
826 LIBS
827 ECHO_T
828 ECHO_N
829 ECHO_C
830 DEFS
831 mandir
832 localedir
833 libdir
834 psdir
835 pdfdir
836 dvidir
837 htmldir
838 infodir
839 docdir
840 oldincludedir
841 includedir
842 localstatedir
843 sharedstatedir
844 sysconfdir
845 datadir
846 datarootdir
847 libexecdir
848 sbindir
849 bindir
850 program_transform_name
851 prefix
852 exec_prefix
853 PACKAGE_URL
854 PACKAGE_BUGREPORT
855 PACKAGE_STRING
856 PACKAGE_VERSION
857 PACKAGE_TARNAME
858 PACKAGE_NAME
859 PATH_SEPARATOR
860 SHELL'
861 ac_subst_files=''
862 ac_user_opts='
863 enable_option_checking
864 enable_dependency_tracking
865 enable_shared
866 enable_static
867 with_pic
868 enable_fast_install
869 with_gnu_ld
870 enable_libtool_lock
871 with_cupsfilterdir
872 with_cupsppddir
873 '
874       ac_precious_vars='build_alias
875 host_alias
876 target_alias
877 CC
878 CFLAGS
879 LDFLAGS
880 LIBS
881 CPPFLAGS
882 CPP'
883
884
885 # Initialize some variables set by options.
886 ac_init_help=
887 ac_init_version=false
888 ac_unrecognized_opts=
889 ac_unrecognized_sep=
890 # The variables have the same names as the options, with
891 # dashes changed to underlines.
892 cache_file=/dev/null
893 exec_prefix=NONE
894 no_create=
895 no_recursion=
896 prefix=NONE
897 program_prefix=NONE
898 program_suffix=NONE
899 program_transform_name=s,x,x,
900 silent=
901 site=
902 srcdir=
903 verbose=
904 x_includes=NONE
905 x_libraries=NONE
906
907 # Installation directory options.
908 # These are left unexpanded so users can "make install exec_prefix=/foo"
909 # and all the variables that are supposed to be based on exec_prefix
910 # by default will actually change.
911 # Use braces instead of parens because sh, perl, etc. also accept them.
912 # (The list follows the same order as the GNU Coding Standards.)
913 bindir='${exec_prefix}/bin'
914 sbindir='${exec_prefix}/sbin'
915 libexecdir='${exec_prefix}/libexec'
916 datarootdir='${prefix}/share'
917 datadir='${datarootdir}'
918 sysconfdir='${prefix}/etc'
919 sharedstatedir='${prefix}/com'
920 localstatedir='${prefix}/var'
921 includedir='${prefix}/include'
922 oldincludedir='/usr/include'
923 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
924 infodir='${datarootdir}/info'
925 htmldir='${docdir}'
926 dvidir='${docdir}'
927 pdfdir='${docdir}'
928 psdir='${docdir}'
929 libdir='${exec_prefix}/lib'
930 localedir='${datarootdir}/locale'
931 mandir='${datarootdir}/man'
932
933 ac_prev=
934 ac_dashdash=
935 for ac_option
936 do
937   # If the previous option needs an argument, assign it.
938   if test -n "$ac_prev"; then
939     eval $ac_prev=\$ac_option
940     ac_prev=
941     continue
942   fi
943
944   case $ac_option in
945   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
946   *)    ac_optarg=yes ;;
947   esac
948
949   # Accept the important Cygnus configure options, so we can diagnose typos.
950
951   case $ac_dashdash$ac_option in
952   --)
953     ac_dashdash=yes ;;
954
955   -bindir | --bindir | --bindi | --bind | --bin | --bi)
956     ac_prev=bindir ;;
957   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
958     bindir=$ac_optarg ;;
959
960   -build | --build | --buil | --bui | --bu)
961     ac_prev=build_alias ;;
962   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
963     build_alias=$ac_optarg ;;
964
965   -cache-file | --cache-file | --cache-fil | --cache-fi \
966   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
967     ac_prev=cache_file ;;
968   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
969   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
970     cache_file=$ac_optarg ;;
971
972   --config-cache | -C)
973     cache_file=config.cache ;;
974
975   -datadir | --datadir | --datadi | --datad)
976     ac_prev=datadir ;;
977   -datadir=* | --datadir=* | --datadi=* | --datad=*)
978     datadir=$ac_optarg ;;
979
980   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
981   | --dataroo | --dataro | --datar)
982     ac_prev=datarootdir ;;
983   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
984   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
985     datarootdir=$ac_optarg ;;
986
987   -disable-* | --disable-*)
988     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
989     # Reject names that are not valid shell variable names.
990     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
991       as_fn_error "invalid feature name: $ac_useropt"
992     ac_useropt_orig=$ac_useropt
993     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
994     case $ac_user_opts in
995       *"
996 "enable_$ac_useropt"
997 "*) ;;
998       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
999          ac_unrecognized_sep=', ';;
1000     esac
1001     eval enable_$ac_useropt=no ;;
1002
1003   -docdir | --docdir | --docdi | --doc | --do)
1004     ac_prev=docdir ;;
1005   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1006     docdir=$ac_optarg ;;
1007
1008   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1009     ac_prev=dvidir ;;
1010   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1011     dvidir=$ac_optarg ;;
1012
1013   -enable-* | --enable-*)
1014     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1015     # Reject names that are not valid shell variable names.
1016     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1017       as_fn_error "invalid feature name: $ac_useropt"
1018     ac_useropt_orig=$ac_useropt
1019     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1020     case $ac_user_opts in
1021       *"
1022 "enable_$ac_useropt"
1023 "*) ;;
1024       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1025          ac_unrecognized_sep=', ';;
1026     esac
1027     eval enable_$ac_useropt=\$ac_optarg ;;
1028
1029   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1030   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1031   | --exec | --exe | --ex)
1032     ac_prev=exec_prefix ;;
1033   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1034   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1035   | --exec=* | --exe=* | --ex=*)
1036     exec_prefix=$ac_optarg ;;
1037
1038   -gas | --gas | --ga | --g)
1039     # Obsolete; use --with-gas.
1040     with_gas=yes ;;
1041
1042   -help | --help | --hel | --he | -h)
1043     ac_init_help=long ;;
1044   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1045     ac_init_help=recursive ;;
1046   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1047     ac_init_help=short ;;
1048
1049   -host | --host | --hos | --ho)
1050     ac_prev=host_alias ;;
1051   -host=* | --host=* | --hos=* | --ho=*)
1052     host_alias=$ac_optarg ;;
1053
1054   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1055     ac_prev=htmldir ;;
1056   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1057   | --ht=*)
1058     htmldir=$ac_optarg ;;
1059
1060   -includedir | --includedir | --includedi | --included | --include \
1061   | --includ | --inclu | --incl | --inc)
1062     ac_prev=includedir ;;
1063   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1064   | --includ=* | --inclu=* | --incl=* | --inc=*)
1065     includedir=$ac_optarg ;;
1066
1067   -infodir | --infodir | --infodi | --infod | --info | --inf)
1068     ac_prev=infodir ;;
1069   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1070     infodir=$ac_optarg ;;
1071
1072   -libdir | --libdir | --libdi | --libd)
1073     ac_prev=libdir ;;
1074   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1075     libdir=$ac_optarg ;;
1076
1077   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1078   | --libexe | --libex | --libe)
1079     ac_prev=libexecdir ;;
1080   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1081   | --libexe=* | --libex=* | --libe=*)
1082     libexecdir=$ac_optarg ;;
1083
1084   -localedir | --localedir | --localedi | --localed | --locale)
1085     ac_prev=localedir ;;
1086   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1087     localedir=$ac_optarg ;;
1088
1089   -localstatedir | --localstatedir | --localstatedi | --localstated \
1090   | --localstate | --localstat | --localsta | --localst | --locals)
1091     ac_prev=localstatedir ;;
1092   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1093   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1094     localstatedir=$ac_optarg ;;
1095
1096   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1097     ac_prev=mandir ;;
1098   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1099     mandir=$ac_optarg ;;
1100
1101   -nfp | --nfp | --nf)
1102     # Obsolete; use --without-fp.
1103     with_fp=no ;;
1104
1105   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1106   | --no-cr | --no-c | -n)
1107     no_create=yes ;;
1108
1109   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1110   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1111     no_recursion=yes ;;
1112
1113   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1114   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1115   | --oldin | --oldi | --old | --ol | --o)
1116     ac_prev=oldincludedir ;;
1117   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1118   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1119   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1120     oldincludedir=$ac_optarg ;;
1121
1122   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1123     ac_prev=prefix ;;
1124   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1125     prefix=$ac_optarg ;;
1126
1127   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1128   | --program-pre | --program-pr | --program-p)
1129     ac_prev=program_prefix ;;
1130   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1131   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1132     program_prefix=$ac_optarg ;;
1133
1134   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1135   | --program-suf | --program-su | --program-s)
1136     ac_prev=program_suffix ;;
1137   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1138   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1139     program_suffix=$ac_optarg ;;
1140
1141   -program-transform-name | --program-transform-name \
1142   | --program-transform-nam | --program-transform-na \
1143   | --program-transform-n | --program-transform- \
1144   | --program-transform | --program-transfor \
1145   | --program-transfo | --program-transf \
1146   | --program-trans | --program-tran \
1147   | --progr-tra | --program-tr | --program-t)
1148     ac_prev=program_transform_name ;;
1149   -program-transform-name=* | --program-transform-name=* \
1150   | --program-transform-nam=* | --program-transform-na=* \
1151   | --program-transform-n=* | --program-transform-=* \
1152   | --program-transform=* | --program-transfor=* \
1153   | --program-transfo=* | --program-transf=* \
1154   | --program-trans=* | --program-tran=* \
1155   | --progr-tra=* | --program-tr=* | --program-t=*)
1156     program_transform_name=$ac_optarg ;;
1157
1158   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1159     ac_prev=pdfdir ;;
1160   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1161     pdfdir=$ac_optarg ;;
1162
1163   -psdir | --psdir | --psdi | --psd | --ps)
1164     ac_prev=psdir ;;
1165   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1166     psdir=$ac_optarg ;;
1167
1168   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1169   | -silent | --silent | --silen | --sile | --sil)
1170     silent=yes ;;
1171
1172   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1173     ac_prev=sbindir ;;
1174   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1175   | --sbi=* | --sb=*)
1176     sbindir=$ac_optarg ;;
1177
1178   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1179   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1180   | --sharedst | --shareds | --shared | --share | --shar \
1181   | --sha | --sh)
1182     ac_prev=sharedstatedir ;;
1183   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1184   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1185   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1186   | --sha=* | --sh=*)
1187     sharedstatedir=$ac_optarg ;;
1188
1189   -site | --site | --sit)
1190     ac_prev=site ;;
1191   -site=* | --site=* | --sit=*)
1192     site=$ac_optarg ;;
1193
1194   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1195     ac_prev=srcdir ;;
1196   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1197     srcdir=$ac_optarg ;;
1198
1199   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1200   | --syscon | --sysco | --sysc | --sys | --sy)
1201     ac_prev=sysconfdir ;;
1202   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1203   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1204     sysconfdir=$ac_optarg ;;
1205
1206   -target | --target | --targe | --targ | --tar | --ta | --t)
1207     ac_prev=target_alias ;;
1208   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1209     target_alias=$ac_optarg ;;
1210
1211   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1212     verbose=yes ;;
1213
1214   -version | --version | --versio | --versi | --vers | -V)
1215     ac_init_version=: ;;
1216
1217   -with-* | --with-*)
1218     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1219     # Reject names that are not valid shell variable names.
1220     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1221       as_fn_error "invalid package name: $ac_useropt"
1222     ac_useropt_orig=$ac_useropt
1223     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1224     case $ac_user_opts in
1225       *"
1226 "with_$ac_useropt"
1227 "*) ;;
1228       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1229          ac_unrecognized_sep=', ';;
1230     esac
1231     eval with_$ac_useropt=\$ac_optarg ;;
1232
1233   -without-* | --without-*)
1234     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1235     # Reject names that are not valid shell variable names.
1236     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1237       as_fn_error "invalid package name: $ac_useropt"
1238     ac_useropt_orig=$ac_useropt
1239     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1240     case $ac_user_opts in
1241       *"
1242 "with_$ac_useropt"
1243 "*) ;;
1244       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1245          ac_unrecognized_sep=', ';;
1246     esac
1247     eval with_$ac_useropt=no ;;
1248
1249   --x)
1250     # Obsolete; use --with-x.
1251     with_x=yes ;;
1252
1253   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1254   | --x-incl | --x-inc | --x-in | --x-i)
1255     ac_prev=x_includes ;;
1256   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1257   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1258     x_includes=$ac_optarg ;;
1259
1260   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1261   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1262     ac_prev=x_libraries ;;
1263   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1264   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1265     x_libraries=$ac_optarg ;;
1266
1267   -*) as_fn_error "unrecognized option: \`$ac_option'
1268 Try \`$0 --help' for more information."
1269     ;;
1270
1271   *=*)
1272     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1273     # Reject names that are not valid shell variable names.
1274     case $ac_envvar in #(
1275       '' | [0-9]* | *[!_$as_cr_alnum]* )
1276       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1277     esac
1278     eval $ac_envvar=\$ac_optarg
1279     export $ac_envvar ;;
1280
1281   *)
1282     # FIXME: should be removed in autoconf 3.0.
1283     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1284     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1285       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1286     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1287     ;;
1288
1289   esac
1290 done
1291
1292 if test -n "$ac_prev"; then
1293   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1294   as_fn_error "missing argument to $ac_option"
1295 fi
1296
1297 if test -n "$ac_unrecognized_opts"; then
1298   case $enable_option_checking in
1299     no) ;;
1300     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1301     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1302   esac
1303 fi
1304
1305 # Check all directory arguments for consistency.
1306 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1307                 datadir sysconfdir sharedstatedir localstatedir includedir \
1308                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1309                 libdir localedir mandir
1310 do
1311   eval ac_val=\$$ac_var
1312   # Remove trailing slashes.
1313   case $ac_val in
1314     */ )
1315       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1316       eval $ac_var=\$ac_val;;
1317   esac
1318   # Be sure to have absolute directory names.
1319   case $ac_val in
1320     [\\/$]* | ?:[\\/]* )  continue;;
1321     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1322   esac
1323   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1324 done
1325
1326 # There might be people who depend on the old broken behavior: `$host'
1327 # used to hold the argument of --host etc.
1328 # FIXME: To remove some day.
1329 build=$build_alias
1330 host=$host_alias
1331 target=$target_alias
1332
1333 # FIXME: To remove some day.
1334 if test "x$host_alias" != x; then
1335   if test "x$build_alias" = x; then
1336     cross_compiling=maybe
1337     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1338     If a cross compiler is detected then cross compile mode will be used." >&2
1339   elif test "x$build_alias" != "x$host_alias"; then
1340     cross_compiling=yes
1341   fi
1342 fi
1343
1344 ac_tool_prefix=
1345 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1346
1347 test "$silent" = yes && exec 6>/dev/null
1348
1349
1350 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1351 ac_ls_di=`ls -di .` &&
1352 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1353   as_fn_error "working directory cannot be determined"
1354 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1355   as_fn_error "pwd does not report name of working directory"
1356
1357
1358 # Find the source files, if location was not specified.
1359 if test -z "$srcdir"; then
1360   ac_srcdir_defaulted=yes
1361   # Try the directory containing this script, then the parent directory.
1362   ac_confdir=`$as_dirname -- "$as_myself" ||
1363 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1364          X"$as_myself" : 'X\(//\)[^/]' \| \
1365          X"$as_myself" : 'X\(//\)$' \| \
1366          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1367 $as_echo X"$as_myself" |
1368     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1369             s//\1/
1370             q
1371           }
1372           /^X\(\/\/\)[^/].*/{
1373             s//\1/
1374             q
1375           }
1376           /^X\(\/\/\)$/{
1377             s//\1/
1378             q
1379           }
1380           /^X\(\/\).*/{
1381             s//\1/
1382             q
1383           }
1384           s/.*/./; q'`
1385   srcdir=$ac_confdir
1386   if test ! -r "$srcdir/$ac_unique_file"; then
1387     srcdir=..
1388   fi
1389 else
1390   ac_srcdir_defaulted=no
1391 fi
1392 if test ! -r "$srcdir/$ac_unique_file"; then
1393   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1394   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1395 fi
1396 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1397 ac_abs_confdir=`(
1398         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1399         pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402   srcdir=.
1403 fi
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412   eval ac_env_${ac_var}_value=\$${ac_var}
1413   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1416
1417 #
1418 # Report the --help message.
1419 #
1420 if test "$ac_init_help" = "long"; then
1421   # Omit some internal or obsolete options to make the list less imposing.
1422   # This message is too long to be a string in the A/UX 3.1 sh.
1423   cat <<_ACEOF
1424 \`configure' configures Epson Inkjet Printer Driver (ESC/P-R) for Linux 1.2.0 to adapt to many kinds of systems.
1425
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1427
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE.  See below for descriptions of some of the useful variables.
1430
1431 Defaults for the options are specified in brackets.
1432
1433 Configuration:
1434   -h, --help              display this help and exit
1435       --help=short        display options specific to this package
1436       --help=recursive    display the short help of all the included packages
1437   -V, --version           display version information and exit
1438   -q, --quiet, --silent   do not print \`checking...' messages
1439       --cache-file=FILE   cache test results in FILE [disabled]
1440   -C, --config-cache      alias for \`--cache-file=config.cache'
1441   -n, --no-create         do not create output files
1442       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1443
1444 Installation directories:
1445   --prefix=PREFIX         install architecture-independent files in PREFIX
1446                           [$ac_default_prefix]
1447   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1448                           [PREFIX]
1449
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1454
1455 For better control, use the options below.
1456
1457 Fine tuning of the installation directories:
1458   --bindir=DIR            user executables [EPREFIX/bin]
1459   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1460   --libexecdir=DIR        program executables [EPREFIX/libexec]
1461   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1462   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1463   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1464   --libdir=DIR            object code libraries [EPREFIX/lib]
1465   --includedir=DIR        C header files [PREFIX/include]
1466   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1467   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1468   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1469   --infodir=DIR           info documentation [DATAROOTDIR/info]
1470   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1471   --mandir=DIR            man documentation [DATAROOTDIR/man]
1472   --docdir=DIR            documentation root
1473                           [DATAROOTDIR/doc/epson-inkjet-printer-escpr]
1474   --htmldir=DIR           html documentation [DOCDIR]
1475   --dvidir=DIR            dvi documentation [DOCDIR]
1476   --pdfdir=DIR            pdf documentation [DOCDIR]
1477   --psdir=DIR             ps documentation [DOCDIR]
1478 _ACEOF
1479
1480   cat <<\_ACEOF
1481
1482 Program names:
1483   --program-prefix=PREFIX            prepend PREFIX to installed program names
1484   --program-suffix=SUFFIX            append SUFFIX to installed program names
1485   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1486
1487 System types:
1488   --build=BUILD     configure for building on BUILD [guessed]
1489   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1490 _ACEOF
1491 fi
1492
1493 if test -n "$ac_init_help"; then
1494   case $ac_init_help in
1495      short | recursive ) echo "Configuration of Epson Inkjet Printer Driver (ESC/P-R) for Linux 1.2.0:";;
1496    esac
1497   cat <<\_ACEOF
1498
1499 Optional Features:
1500   --disable-option-checking  ignore unrecognized --enable/--with options
1501   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1502   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1503   --disable-dependency-tracking  speeds up one-time build
1504   --enable-dependency-tracking   do not reject slow dependency extractors
1505   --enable-shared[=PKGS]  build shared libraries [default=yes]
1506   --enable-static[=PKGS]  build static libraries [default=yes]
1507   --enable-fast-install[=PKGS]
1508                           optimize for fast installation [default=yes]
1509   --disable-libtool-lock  avoid locking (might break parallel builds)
1510
1511 Optional Packages:
1512   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1513   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1514   --with-pic              try to use only PIC/non-PIC objects [default=use
1515                           both]
1516   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1517   --with-cupsfilterdir=DIR
1518                           CUPS binary directory, where filters are stored.
1519   --with-cupsppddir=DIR   CUPS ppd directory
1520
1521 Some influential environment variables:
1522   CC          C compiler command
1523   CFLAGS      C compiler flags
1524   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1525               nonstandard directory <lib dir>
1526   LIBS        libraries to pass to the linker, e.g. -l<library>
1527   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1528               you have headers in a nonstandard directory <include dir>
1529   CPP         C preprocessor
1530
1531 Use these variables to override the choices made by `configure' or to help
1532 it to find libraries and programs with nonstandard names/locations.
1533
1534 Report bugs to <Seiko Epson Corporation <linux-printer@epson.jp>>.
1535 _ACEOF
1536 ac_status=$?
1537 fi
1538
1539 if test "$ac_init_help" = "recursive"; then
1540   # If there are subdirs, report their specific --help.
1541   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1542     test -d "$ac_dir" ||
1543       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1544       continue
1545     ac_builddir=.
1546
1547 case "$ac_dir" in
1548 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1549 *)
1550   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1551   # A ".." for each directory in $ac_dir_suffix.
1552   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1553   case $ac_top_builddir_sub in
1554   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1555   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1556   esac ;;
1557 esac
1558 ac_abs_top_builddir=$ac_pwd
1559 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1560 # for backward compatibility:
1561 ac_top_builddir=$ac_top_build_prefix
1562
1563 case $srcdir in
1564   .)  # We are building in place.
1565     ac_srcdir=.
1566     ac_top_srcdir=$ac_top_builddir_sub
1567     ac_abs_top_srcdir=$ac_pwd ;;
1568   [\\/]* | ?:[\\/]* )  # Absolute name.
1569     ac_srcdir=$srcdir$ac_dir_suffix;
1570     ac_top_srcdir=$srcdir
1571     ac_abs_top_srcdir=$srcdir ;;
1572   *) # Relative name.
1573     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1574     ac_top_srcdir=$ac_top_build_prefix$srcdir
1575     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1576 esac
1577 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1578
1579     cd "$ac_dir" || { ac_status=$?; continue; }
1580     # Check for guested configure.
1581     if test -f "$ac_srcdir/configure.gnu"; then
1582       echo &&
1583       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1584     elif test -f "$ac_srcdir/configure"; then
1585       echo &&
1586       $SHELL "$ac_srcdir/configure" --help=recursive
1587     else
1588       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1589     fi || ac_status=$?
1590     cd "$ac_pwd" || { ac_status=$?; break; }
1591   done
1592 fi
1593
1594 test -n "$ac_init_help" && exit $ac_status
1595 if $ac_init_version; then
1596   cat <<\_ACEOF
1597 Epson Inkjet Printer Driver (ESC/P-R) for Linux configure 1.2.0
1598 generated by GNU Autoconf 2.65
1599
1600 Copyright (C) 2009 Free Software Foundation, Inc.
1601 This configure script is free software; the Free Software Foundation
1602 gives unlimited permission to copy, distribute and modify it.
1603 _ACEOF
1604   exit
1605 fi
1606
1607 ## ------------------------ ##
1608 ## Autoconf initialization. ##
1609 ## ------------------------ ##
1610
1611 # ac_fn_c_try_compile LINENO
1612 # --------------------------
1613 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1614 ac_fn_c_try_compile ()
1615 {
1616   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1617   rm -f conftest.$ac_objext
1618   if { { ac_try="$ac_compile"
1619 case "(($ac_try" in
1620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1621   *) ac_try_echo=$ac_try;;
1622 esac
1623 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1624 $as_echo "$ac_try_echo"; } >&5
1625   (eval "$ac_compile") 2>conftest.err
1626   ac_status=$?
1627   if test -s conftest.err; then
1628     grep -v '^ *+' conftest.err >conftest.er1
1629     cat conftest.er1 >&5
1630     mv -f conftest.er1 conftest.err
1631   fi
1632   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1633   test $ac_status = 0; } && {
1634          test -z "$ac_c_werror_flag" ||
1635          test ! -s conftest.err
1636        } && test -s conftest.$ac_objext; then :
1637   ac_retval=0
1638 else
1639   $as_echo "$as_me: failed program was:" >&5
1640 sed 's/^/| /' conftest.$ac_ext >&5
1641
1642         ac_retval=1
1643 fi
1644   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1645   as_fn_set_status $ac_retval
1646
1647 } # ac_fn_c_try_compile
1648
1649 # ac_fn_c_try_cpp LINENO
1650 # ----------------------
1651 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1652 ac_fn_c_try_cpp ()
1653 {
1654   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1655   if { { ac_try="$ac_cpp conftest.$ac_ext"
1656 case "(($ac_try" in
1657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1658   *) ac_try_echo=$ac_try;;
1659 esac
1660 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1661 $as_echo "$ac_try_echo"; } >&5
1662   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1663   ac_status=$?
1664   if test -s conftest.err; then
1665     grep -v '^ *+' conftest.err >conftest.er1
1666     cat conftest.er1 >&5
1667     mv -f conftest.er1 conftest.err
1668   fi
1669   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1670   test $ac_status = 0; } >/dev/null && {
1671          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1672          test ! -s conftest.err
1673        }; then :
1674   ac_retval=0
1675 else
1676   $as_echo "$as_me: failed program was:" >&5
1677 sed 's/^/| /' conftest.$ac_ext >&5
1678
1679     ac_retval=1
1680 fi
1681   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1682   as_fn_set_status $ac_retval
1683
1684 } # ac_fn_c_try_cpp
1685
1686 # ac_fn_c_try_link LINENO
1687 # -----------------------
1688 # Try to link conftest.$ac_ext, and return whether this succeeded.
1689 ac_fn_c_try_link ()
1690 {
1691   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1692   rm -f conftest.$ac_objext conftest$ac_exeext
1693   if { { ac_try="$ac_link"
1694 case "(($ac_try" in
1695   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1696   *) ac_try_echo=$ac_try;;
1697 esac
1698 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1699 $as_echo "$ac_try_echo"; } >&5
1700   (eval "$ac_link") 2>conftest.err
1701   ac_status=$?
1702   if test -s conftest.err; then
1703     grep -v '^ *+' conftest.err >conftest.er1
1704     cat conftest.er1 >&5
1705     mv -f conftest.er1 conftest.err
1706   fi
1707   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1708   test $ac_status = 0; } && {
1709          test -z "$ac_c_werror_flag" ||
1710          test ! -s conftest.err
1711        } && test -s conftest$ac_exeext && {
1712          test "$cross_compiling" = yes ||
1713          $as_test_x conftest$ac_exeext
1714        }; then :
1715   ac_retval=0
1716 else
1717   $as_echo "$as_me: failed program was:" >&5
1718 sed 's/^/| /' conftest.$ac_ext >&5
1719
1720         ac_retval=1
1721 fi
1722   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1723   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1724   # interfere with the next link command; also delete a directory that is
1725   # left behind by Apple's compiler.  We do this before executing the actions.
1726   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1727   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1728   as_fn_set_status $ac_retval
1729
1730 } # ac_fn_c_try_link
1731
1732 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1733 # -------------------------------------------------------
1734 # Tests whether HEADER exists and can be compiled using the include files in
1735 # INCLUDES, setting the cache variable VAR accordingly.
1736 ac_fn_c_check_header_compile ()
1737 {
1738   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1739   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1740 $as_echo_n "checking for $2... " >&6; }
1741 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1742   $as_echo_n "(cached) " >&6
1743 else
1744   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1745 /* end confdefs.h.  */
1746 $4
1747 #include <$2>
1748 _ACEOF
1749 if ac_fn_c_try_compile "$LINENO"; then :
1750   eval "$3=yes"
1751 else
1752   eval "$3=no"
1753 fi
1754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1755 fi
1756 eval ac_res=\$$3
1757                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1758 $as_echo "$ac_res" >&6; }
1759   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1760
1761 } # ac_fn_c_check_header_compile
1762
1763 # ac_fn_c_try_run LINENO
1764 # ----------------------
1765 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1766 # that executables *can* be run.
1767 ac_fn_c_try_run ()
1768 {
1769   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1770   if { { ac_try="$ac_link"
1771 case "(($ac_try" in
1772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773   *) ac_try_echo=$ac_try;;
1774 esac
1775 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776 $as_echo "$ac_try_echo"; } >&5
1777   (eval "$ac_link") 2>&5
1778   ac_status=$?
1779   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1780   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1781   { { case "(($ac_try" in
1782   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1783   *) ac_try_echo=$ac_try;;
1784 esac
1785 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1786 $as_echo "$ac_try_echo"; } >&5
1787   (eval "$ac_try") 2>&5
1788   ac_status=$?
1789   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1790   test $ac_status = 0; }; }; then :
1791   ac_retval=0
1792 else
1793   $as_echo "$as_me: program exited with status $ac_status" >&5
1794        $as_echo "$as_me: failed program was:" >&5
1795 sed 's/^/| /' conftest.$ac_ext >&5
1796
1797        ac_retval=$ac_status
1798 fi
1799   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1800   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1801   as_fn_set_status $ac_retval
1802
1803 } # ac_fn_c_try_run
1804
1805 # ac_fn_c_check_func LINENO FUNC VAR
1806 # ----------------------------------
1807 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1808 ac_fn_c_check_func ()
1809 {
1810   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1811   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1812 $as_echo_n "checking for $2... " >&6; }
1813 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1814   $as_echo_n "(cached) " >&6
1815 else
1816   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1817 /* end confdefs.h.  */
1818 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1819    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1820 #define $2 innocuous_$2
1821
1822 /* System header to define __stub macros and hopefully few prototypes,
1823     which can conflict with char $2 (); below.
1824     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1825     <limits.h> exists even on freestanding compilers.  */
1826
1827 #ifdef __STDC__
1828 # include <limits.h>
1829 #else
1830 # include <assert.h>
1831 #endif
1832
1833 #undef $2
1834
1835 /* Override any GCC internal prototype to avoid an error.
1836    Use char because int might match the return type of a GCC
1837    builtin and then its argument prototype would still apply.  */
1838 #ifdef __cplusplus
1839 extern "C"
1840 #endif
1841 char $2 ();
1842 /* The GNU C library defines this for functions which it implements
1843     to always fail with ENOSYS.  Some functions are actually named
1844     something starting with __ and the normal name is an alias.  */
1845 #if defined __stub_$2 || defined __stub___$2
1846 choke me
1847 #endif
1848
1849 int
1850 main ()
1851 {
1852 return $2 ();
1853   ;
1854   return 0;
1855 }
1856 _ACEOF
1857 if ac_fn_c_try_link "$LINENO"; then :
1858   eval "$3=yes"
1859 else
1860   eval "$3=no"
1861 fi
1862 rm -f core conftest.err conftest.$ac_objext \
1863     conftest$ac_exeext conftest.$ac_ext
1864 fi
1865 eval ac_res=\$$3
1866                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1867 $as_echo "$ac_res" >&6; }
1868   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1869
1870 } # ac_fn_c_check_func
1871
1872 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1873 # -------------------------------------------
1874 # Tests whether TYPE exists after having included INCLUDES, setting cache
1875 # variable VAR accordingly.
1876 ac_fn_c_check_type ()
1877 {
1878   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1879   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1880 $as_echo_n "checking for $2... " >&6; }
1881 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1882   $as_echo_n "(cached) " >&6
1883 else
1884   eval "$3=no"
1885   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1886 /* end confdefs.h.  */
1887 $4
1888 int
1889 main ()
1890 {
1891 if (sizeof ($2))
1892          return 0;
1893   ;
1894   return 0;
1895 }
1896 _ACEOF
1897 if ac_fn_c_try_compile "$LINENO"; then :
1898   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1899 /* end confdefs.h.  */
1900 $4
1901 int
1902 main ()
1903 {
1904 if (sizeof (($2)))
1905             return 0;
1906   ;
1907   return 0;
1908 }
1909 _ACEOF
1910 if ac_fn_c_try_compile "$LINENO"; then :
1911
1912 else
1913   eval "$3=yes"
1914 fi
1915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1916 fi
1917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1918 fi
1919 eval ac_res=\$$3
1920                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1921 $as_echo "$ac_res" >&6; }
1922   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1923
1924 } # ac_fn_c_check_type
1925
1926 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1927 # -------------------------------------------------------
1928 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1929 # the include files in INCLUDES and setting the cache variable VAR
1930 # accordingly.
1931 ac_fn_c_check_header_mongrel ()
1932 {
1933   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1934   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1935   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1936 $as_echo_n "checking for $2... " >&6; }
1937 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1938   $as_echo_n "(cached) " >&6
1939 fi
1940 eval ac_res=\$$3
1941                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1942 $as_echo "$ac_res" >&6; }
1943 else
1944   # Is the header compilable?
1945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1946 $as_echo_n "checking $2 usability... " >&6; }
1947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1948 /* end confdefs.h.  */
1949 $4
1950 #include <$2>
1951 _ACEOF
1952 if ac_fn_c_try_compile "$LINENO"; then :
1953   ac_header_compiler=yes
1954 else
1955   ac_header_compiler=no
1956 fi
1957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1959 $as_echo "$ac_header_compiler" >&6; }
1960
1961 # Is the header present?
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1963 $as_echo_n "checking $2 presence... " >&6; }
1964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1965 /* end confdefs.h.  */
1966 #include <$2>
1967 _ACEOF
1968 if ac_fn_c_try_cpp "$LINENO"; then :
1969   ac_header_preproc=yes
1970 else
1971   ac_header_preproc=no
1972 fi
1973 rm -f conftest.err conftest.$ac_ext
1974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1975 $as_echo "$ac_header_preproc" >&6; }
1976
1977 # So?  What about this header?
1978 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1979   yes:no: )
1980     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1981 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1982     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1983 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1984     ;;
1985   no:yes:* )
1986     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1987 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1988     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1989 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1990     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1991 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1992     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1993 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1994     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1995 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1996 ( cat <<\_ASBOX
1997 ## --------------------------------------------------------------- ##
1998 ## Report this to Seiko Epson Corporation <linux-printer@epson.jp> ##
1999 ## --------------------------------------------------------------- ##
2000 _ASBOX
2001      ) | sed "s/^/$as_me: WARNING:     /" >&2
2002     ;;
2003 esac
2004   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2005 $as_echo_n "checking for $2... " >&6; }
2006 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2007   $as_echo_n "(cached) " >&6
2008 else
2009   eval "$3=\$ac_header_compiler"
2010 fi
2011 eval ac_res=\$$3
2012                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2013 $as_echo "$ac_res" >&6; }
2014 fi
2015   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2016
2017 } # ac_fn_c_check_header_mongrel
2018 cat >config.log <<_ACEOF
2019 This file contains any messages produced by compilers while
2020 running configure, to aid debugging if configure makes a mistake.
2021
2022 It was created by Epson Inkjet Printer Driver (ESC/P-R) for Linux $as_me 1.2.0, which was
2023 generated by GNU Autoconf 2.65.  Invocation command line was
2024
2025   $ $0 $@
2026
2027 _ACEOF
2028 exec 5>>config.log
2029 {
2030 cat <<_ASUNAME
2031 ## --------- ##
2032 ## Platform. ##
2033 ## --------- ##
2034
2035 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2036 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2037 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2038 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2039 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2040
2041 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2042 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2043
2044 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2045 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2046 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2047 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2048 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2049 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2050 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2051
2052 _ASUNAME
2053
2054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2055 for as_dir in $PATH
2056 do
2057   IFS=$as_save_IFS
2058   test -z "$as_dir" && as_dir=.
2059     $as_echo "PATH: $as_dir"
2060   done
2061 IFS=$as_save_IFS
2062
2063 } >&5
2064
2065 cat >&5 <<_ACEOF
2066
2067
2068 ## ----------- ##
2069 ## Core tests. ##
2070 ## ----------- ##
2071
2072 _ACEOF
2073
2074
2075 # Keep a trace of the command line.
2076 # Strip out --no-create and --no-recursion so they do not pile up.
2077 # Strip out --silent because we don't want to record it for future runs.
2078 # Also quote any args containing shell meta-characters.
2079 # Make two passes to allow for proper duplicate-argument suppression.
2080 ac_configure_args=
2081 ac_configure_args0=
2082 ac_configure_args1=
2083 ac_must_keep_next=false
2084 for ac_pass in 1 2
2085 do
2086   for ac_arg
2087   do
2088     case $ac_arg in
2089     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2090     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2091     | -silent | --silent | --silen | --sile | --sil)
2092       continue ;;
2093     *\'*)
2094       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2095     esac
2096     case $ac_pass in
2097     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2098     2)
2099       as_fn_append ac_configure_args1 " '$ac_arg'"
2100       if test $ac_must_keep_next = true; then
2101         ac_must_keep_next=false # Got value, back to normal.
2102       else
2103         case $ac_arg in
2104           *=* | --config-cache | -C | -disable-* | --disable-* \
2105           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2106           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2107           | -with-* | --with-* | -without-* | --without-* | --x)
2108             case "$ac_configure_args0 " in
2109               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2110             esac
2111             ;;
2112           -* ) ac_must_keep_next=true ;;
2113         esac
2114       fi
2115       as_fn_append ac_configure_args " '$ac_arg'"
2116       ;;
2117     esac
2118   done
2119 done
2120 { ac_configure_args0=; unset ac_configure_args0;}
2121 { ac_configure_args1=; unset ac_configure_args1;}
2122
2123 # When interrupted or exit'd, cleanup temporary files, and complete
2124 # config.log.  We remove comments because anyway the quotes in there
2125 # would cause problems or look ugly.
2126 # WARNING: Use '\'' to represent an apostrophe within the trap.
2127 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2128 trap 'exit_status=$?
2129   # Save into config.log some information that might help in debugging.
2130   {
2131     echo
2132
2133     cat <<\_ASBOX
2134 ## ---------------- ##
2135 ## Cache variables. ##
2136 ## ---------------- ##
2137 _ASBOX
2138     echo
2139     # The following way of writing the cache mishandles newlines in values,
2140 (
2141   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2142     eval ac_val=\$$ac_var
2143     case $ac_val in #(
2144     *${as_nl}*)
2145       case $ac_var in #(
2146       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2147 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2148       esac
2149       case $ac_var in #(
2150       _ | IFS | as_nl) ;; #(
2151       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2152       *) { eval $ac_var=; unset $ac_var;} ;;
2153       esac ;;
2154     esac
2155   done
2156   (set) 2>&1 |
2157     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2158     *${as_nl}ac_space=\ *)
2159       sed -n \
2160         "s/'\''/'\''\\\\'\'''\''/g;
2161           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2162       ;; #(
2163     *)
2164       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2165       ;;
2166     esac |
2167     sort
2168 )
2169     echo
2170
2171     cat <<\_ASBOX
2172 ## ----------------- ##
2173 ## Output variables. ##
2174 ## ----------------- ##
2175 _ASBOX
2176     echo
2177     for ac_var in $ac_subst_vars
2178     do
2179       eval ac_val=\$$ac_var
2180       case $ac_val in
2181       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2182       esac
2183       $as_echo "$ac_var='\''$ac_val'\''"
2184     done | sort
2185     echo
2186
2187     if test -n "$ac_subst_files"; then
2188       cat <<\_ASBOX
2189 ## ------------------- ##
2190 ## File substitutions. ##
2191 ## ------------------- ##
2192 _ASBOX
2193       echo
2194       for ac_var in $ac_subst_files
2195       do
2196         eval ac_val=\$$ac_var
2197         case $ac_val in
2198         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2199         esac
2200         $as_echo "$ac_var='\''$ac_val'\''"
2201       done | sort
2202       echo
2203     fi
2204
2205     if test -s confdefs.h; then
2206       cat <<\_ASBOX
2207 ## ----------- ##
2208 ## confdefs.h. ##
2209 ## ----------- ##
2210 _ASBOX
2211       echo
2212       cat confdefs.h
2213       echo
2214     fi
2215     test "$ac_signal" != 0 &&
2216       $as_echo "$as_me: caught signal $ac_signal"
2217     $as_echo "$as_me: exit $exit_status"
2218   } >&5
2219   rm -f core *.core core.conftest.* &&
2220     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2221     exit $exit_status
2222 ' 0
2223 for ac_signal in 1 2 13 15; do
2224   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2225 done
2226 ac_signal=0
2227
2228 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2229 rm -f -r conftest* confdefs.h
2230
2231 $as_echo "/* confdefs.h */" > confdefs.h
2232
2233 # Predefined preprocessor variables.
2234
2235 cat >>confdefs.h <<_ACEOF
2236 #define PACKAGE_NAME "$PACKAGE_NAME"
2237 _ACEOF
2238
2239 cat >>confdefs.h <<_ACEOF
2240 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2241 _ACEOF
2242
2243 cat >>confdefs.h <<_ACEOF
2244 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2245 _ACEOF
2246
2247 cat >>confdefs.h <<_ACEOF
2248 #define PACKAGE_STRING "$PACKAGE_STRING"
2249 _ACEOF
2250
2251 cat >>confdefs.h <<_ACEOF
2252 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2253 _ACEOF
2254
2255 cat >>confdefs.h <<_ACEOF
2256 #define PACKAGE_URL "$PACKAGE_URL"
2257 _ACEOF
2258
2259
2260 # Let the site file select an alternate cache file if it wants to.
2261 # Prefer an explicitly selected file to automatically selected ones.
2262 ac_site_file1=NONE
2263 ac_site_file2=NONE
2264 if test -n "$CONFIG_SITE"; then
2265   ac_site_file1=$CONFIG_SITE
2266 elif test "x$prefix" != xNONE; then
2267   ac_site_file1=$prefix/share/config.site
2268   ac_site_file2=$prefix/etc/config.site
2269 else
2270   ac_site_file1=$ac_default_prefix/share/config.site
2271   ac_site_file2=$ac_default_prefix/etc/config.site
2272 fi
2273 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2274 do
2275   test "x$ac_site_file" = xNONE && continue
2276   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2277     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2278 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2279     sed 's/^/| /' "$ac_site_file" >&5
2280     . "$ac_site_file"
2281   fi
2282 done
2283
2284 if test -r "$cache_file"; then
2285   # Some versions of bash will fail to source /dev/null (special files
2286   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2287   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2288     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2289 $as_echo "$as_me: loading cache $cache_file" >&6;}
2290     case $cache_file in
2291       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2292       *)                      . "./$cache_file";;
2293     esac
2294   fi
2295 else
2296   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2297 $as_echo "$as_me: creating cache $cache_file" >&6;}
2298   >$cache_file
2299 fi
2300
2301 # Check that the precious variables saved in the cache have kept the same
2302 # value.
2303 ac_cache_corrupted=false
2304 for ac_var in $ac_precious_vars; do
2305   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2306   eval ac_new_set=\$ac_env_${ac_var}_set
2307   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2308   eval ac_new_val=\$ac_env_${ac_var}_value
2309   case $ac_old_set,$ac_new_set in
2310     set,)
2311       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2312 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2313       ac_cache_corrupted=: ;;
2314     ,set)
2315       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2316 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2317       ac_cache_corrupted=: ;;
2318     ,);;
2319     *)
2320       if test "x$ac_old_val" != "x$ac_new_val"; then
2321         # differences in whitespace do not lead to failure.
2322         ac_old_val_w=`echo x $ac_old_val`
2323         ac_new_val_w=`echo x $ac_new_val`
2324         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2325           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2326 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2327           ac_cache_corrupted=:
2328         else
2329           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2330 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2331           eval $ac_var=\$ac_old_val
2332         fi
2333         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2334 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2335         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2336 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2337       fi;;
2338   esac
2339   # Pass precious variables to config.status.
2340   if test "$ac_new_set" = set; then
2341     case $ac_new_val in
2342     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2343     *) ac_arg=$ac_var=$ac_new_val ;;
2344     esac
2345     case " $ac_configure_args " in
2346       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2347       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2348     esac
2349   fi
2350 done
2351 if $ac_cache_corrupted; then
2352   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2353 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2354   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2355 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2356   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2357 fi
2358 ## -------------------- ##
2359 ## Main body of script. ##
2360 ## -------------------- ##
2361
2362 ac_ext=c
2363 ac_cpp='$CPP $CPPFLAGS'
2364 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2365 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2366 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2367
2368
2369 PACKAGE_RELEASE=1
2370
2371 LSB_VER=3.2
2372
2373 VENDOR_NAME="Seiko Epson Corporation"
2374
2375
2376 ac_config_headers="$ac_config_headers config.h"
2377
2378
2379
2380
2381 am__api_version='1.11'
2382
2383 ac_aux_dir=
2384 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2385   for ac_t in install-sh install.sh shtool; do
2386     if test -f "$ac_dir/$ac_t"; then
2387       ac_aux_dir=$ac_dir
2388       ac_install_sh="$ac_aux_dir/$ac_t -c"
2389       break 2
2390     fi
2391   done
2392 done
2393 if test -z "$ac_aux_dir"; then
2394   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2395 fi
2396
2397 # These three variables are undocumented and unsupported,
2398 # and are intended to be withdrawn in a future Autoconf release.
2399 # They can cause serious problems if a builder's source tree is in a directory
2400 # whose full name contains unusual characters.
2401 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2402 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2403 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2404
2405
2406 # Find a good install program.  We prefer a C program (faster),
2407 # so one script is as good as another.  But avoid the broken or
2408 # incompatible versions:
2409 # SysV /etc/install, /usr/sbin/install
2410 # SunOS /usr/etc/install
2411 # IRIX /sbin/install
2412 # AIX /bin/install
2413 # AmigaOS /C/install, which installs bootblocks on floppy discs
2414 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2415 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2416 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2417 # OS/2's system install, which has a completely different semantic
2418 # ./install, which can be erroneously created by make from ./install.sh.
2419 # Reject install programs that cannot install multiple files.
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2421 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2422 if test -z "$INSTALL"; then
2423 if test "${ac_cv_path_install+set}" = set; then :
2424   $as_echo_n "(cached) " >&6
2425 else
2426   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2427 for as_dir in $PATH
2428 do
2429   IFS=$as_save_IFS
2430   test -z "$as_dir" && as_dir=.
2431     # Account for people who put trailing slashes in PATH elements.
2432 case $as_dir/ in #((
2433   ./ | .// | /[cC]/* | \
2434   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2435   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2436   /usr/ucb/* ) ;;
2437   *)
2438     # OSF1 and SCO ODT 3.0 have their own names for install.
2439     # Don't use installbsd from OSF since it installs stuff as root
2440     # by default.
2441     for ac_prog in ginstall scoinst install; do
2442       for ac_exec_ext in '' $ac_executable_extensions; do
2443         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2444           if test $ac_prog = install &&
2445             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2446             # AIX install.  It has an incompatible calling convention.
2447             :
2448           elif test $ac_prog = install &&
2449             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2450             # program-specific install script used by HP pwplus--don't use.
2451             :
2452           else
2453             rm -rf conftest.one conftest.two conftest.dir
2454             echo one > conftest.one
2455             echo two > conftest.two
2456             mkdir conftest.dir
2457             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2458               test -s conftest.one && test -s conftest.two &&
2459               test -s conftest.dir/conftest.one &&
2460               test -s conftest.dir/conftest.two
2461             then
2462               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2463               break 3
2464             fi
2465           fi
2466         fi
2467       done
2468     done
2469     ;;
2470 esac
2471
2472   done
2473 IFS=$as_save_IFS
2474
2475 rm -rf conftest.one conftest.two conftest.dir
2476
2477 fi
2478   if test "${ac_cv_path_install+set}" = set; then
2479     INSTALL=$ac_cv_path_install
2480   else
2481     # As a last resort, use the slow shell script.  Don't cache a
2482     # value for INSTALL within a source directory, because that will
2483     # break other packages using the cache if that directory is
2484     # removed, or if the value is a relative name.
2485     INSTALL=$ac_install_sh
2486   fi
2487 fi
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2489 $as_echo "$INSTALL" >&6; }
2490
2491 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2492 # It thinks the first close brace ends the variable substitution.
2493 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2494
2495 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2496
2497 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2498
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2500 $as_echo_n "checking whether build environment is sane... " >&6; }
2501 # Just in case
2502 sleep 1
2503 echo timestamp > conftest.file
2504 # Reject unsafe characters in $srcdir or the absolute working directory
2505 # name.  Accept space and tab only in the latter.
2506 am_lf='
2507 '
2508 case `pwd` in
2509   *[\\\"\#\$\&\'\`$am_lf]*)
2510     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2511 esac
2512 case $srcdir in
2513   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2514     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2515 esac
2516
2517 # Do `set' in a subshell so we don't clobber the current shell's
2518 # arguments.  Must try -L first in case configure is actually a
2519 # symlink; some systems play weird games with the mod time of symlinks
2520 # (eg FreeBSD returns the mod time of the symlink's containing
2521 # directory).
2522 if (
2523    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2524    if test "$*" = "X"; then
2525       # -L didn't work.
2526       set X `ls -t "$srcdir/configure" conftest.file`
2527    fi
2528    rm -f conftest.file
2529    if test "$*" != "X $srcdir/configure conftest.file" \
2530       && test "$*" != "X conftest.file $srcdir/configure"; then
2531
2532       # If neither matched, then we have a broken ls.  This can happen
2533       # if, for instance, CONFIG_SHELL is bash and it inherits a
2534       # broken ls alias from the environment.  This has actually
2535       # happened.  Such a system could not be considered "sane".
2536       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
2537 alias in your environment" "$LINENO" 5
2538    fi
2539
2540    test "$2" = conftest.file
2541    )
2542 then
2543    # Ok.
2544    :
2545 else
2546    as_fn_error "newly created file is older than distributed files!
2547 Check your system clock" "$LINENO" 5
2548 fi
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2550 $as_echo "yes" >&6; }
2551 test "$program_prefix" != NONE &&
2552   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2553 # Use a double $ so make ignores it.
2554 test "$program_suffix" != NONE &&
2555   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2556 # Double any \ or $.
2557 # By default was `s,x,x', remove it if useless.
2558 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2559 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2560
2561 # expand $ac_aux_dir to an absolute path
2562 am_aux_dir=`cd $ac_aux_dir && pwd`
2563
2564 if test x"${MISSING+set}" != xset; then
2565   case $am_aux_dir in
2566   *\ * | *\     *)
2567     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2568   *)
2569     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2570   esac
2571 fi
2572 # Use eval to expand $SHELL
2573 if eval "$MISSING --run true"; then
2574   am_missing_run="$MISSING --run "
2575 else
2576   am_missing_run=
2577   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2578 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2579 fi
2580
2581 if test x"${install_sh}" != xset; then
2582   case $am_aux_dir in
2583   *\ * | *\     *)
2584     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2585   *)
2586     install_sh="\${SHELL} $am_aux_dir/install-sh"
2587   esac
2588 fi
2589
2590 # Installed binaries are usually stripped using `strip' when the user
2591 # run `make install-strip'.  However `strip' might not be the right
2592 # tool to use in cross-compilation environments, therefore Automake
2593 # will honor the `STRIP' environment variable to overrule this program.
2594 if test "$cross_compiling" != no; then
2595   if test -n "$ac_tool_prefix"; then
2596   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2597 set dummy ${ac_tool_prefix}strip; ac_word=$2
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2599 $as_echo_n "checking for $ac_word... " >&6; }
2600 if test "${ac_cv_prog_STRIP+set}" = set; then :
2601   $as_echo_n "(cached) " >&6
2602 else
2603   if test -n "$STRIP"; then
2604   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2605 else
2606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2607 for as_dir in $PATH
2608 do
2609   IFS=$as_save_IFS
2610   test -z "$as_dir" && as_dir=.
2611     for ac_exec_ext in '' $ac_executable_extensions; do
2612   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2613     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2614     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2615     break 2
2616   fi
2617 done
2618   done
2619 IFS=$as_save_IFS
2620
2621 fi
2622 fi
2623 STRIP=$ac_cv_prog_STRIP
2624 if test -n "$STRIP"; then
2625   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2626 $as_echo "$STRIP" >&6; }
2627 else
2628   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2629 $as_echo "no" >&6; }
2630 fi
2631
2632
2633 fi
2634 if test -z "$ac_cv_prog_STRIP"; then
2635   ac_ct_STRIP=$STRIP
2636   # Extract the first word of "strip", so it can be a program name with args.
2637 set dummy strip; ac_word=$2
2638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2639 $as_echo_n "checking for $ac_word... " >&6; }
2640 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2641   $as_echo_n "(cached) " >&6
2642 else
2643   if test -n "$ac_ct_STRIP"; then
2644   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2645 else
2646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2647 for as_dir in $PATH
2648 do
2649   IFS=$as_save_IFS
2650   test -z "$as_dir" && as_dir=.
2651     for ac_exec_ext in '' $ac_executable_extensions; do
2652   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2653     ac_cv_prog_ac_ct_STRIP="strip"
2654     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2655     break 2
2656   fi
2657 done
2658   done
2659 IFS=$as_save_IFS
2660
2661 fi
2662 fi
2663 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2664 if test -n "$ac_ct_STRIP"; then
2665   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2666 $as_echo "$ac_ct_STRIP" >&6; }
2667 else
2668   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2669 $as_echo "no" >&6; }
2670 fi
2671
2672   if test "x$ac_ct_STRIP" = x; then
2673     STRIP=":"
2674   else
2675     case $cross_compiling:$ac_tool_warned in
2676 yes:)
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2678 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2679 ac_tool_warned=yes ;;
2680 esac
2681     STRIP=$ac_ct_STRIP
2682   fi
2683 else
2684   STRIP="$ac_cv_prog_STRIP"
2685 fi
2686
2687 fi
2688 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2689
2690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2691 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2692 if test -z "$MKDIR_P"; then
2693   if test "${ac_cv_path_mkdir+set}" = set; then :
2694   $as_echo_n "(cached) " >&6
2695 else
2696   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2697 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2698 do
2699   IFS=$as_save_IFS
2700   test -z "$as_dir" && as_dir=.
2701     for ac_prog in mkdir gmkdir; do
2702          for ac_exec_ext in '' $ac_executable_extensions; do
2703            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2704            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2705              'mkdir (GNU coreutils) '* | \
2706              'mkdir (coreutils) '* | \
2707              'mkdir (fileutils) '4.1*)
2708                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2709                break 3;;
2710            esac
2711          done
2712        done
2713   done
2714 IFS=$as_save_IFS
2715
2716 fi
2717
2718   test -d ./--version && rmdir ./--version
2719   if test "${ac_cv_path_mkdir+set}" = set; then
2720     MKDIR_P="$ac_cv_path_mkdir -p"
2721   else
2722     # As a last resort, use the slow shell script.  Don't cache a
2723     # value for MKDIR_P within a source directory, because that will
2724     # break other packages using the cache if that directory is
2725     # removed, or if the value is a relative name.
2726     MKDIR_P="$ac_install_sh -d"
2727   fi
2728 fi
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2730 $as_echo "$MKDIR_P" >&6; }
2731
2732 mkdir_p="$MKDIR_P"
2733 case $mkdir_p in
2734   [\\/$]* | ?:[\\/]*) ;;
2735   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2736 esac
2737
2738 for ac_prog in gawk mawk nawk awk
2739 do
2740   # Extract the first word of "$ac_prog", so it can be a program name with args.
2741 set dummy $ac_prog; ac_word=$2
2742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2743 $as_echo_n "checking for $ac_word... " >&6; }
2744 if test "${ac_cv_prog_AWK+set}" = set; then :
2745   $as_echo_n "(cached) " >&6
2746 else
2747   if test -n "$AWK"; then
2748   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2749 else
2750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2751 for as_dir in $PATH
2752 do
2753   IFS=$as_save_IFS
2754   test -z "$as_dir" && as_dir=.
2755     for ac_exec_ext in '' $ac_executable_extensions; do
2756   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2757     ac_cv_prog_AWK="$ac_prog"
2758     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2759     break 2
2760   fi
2761 done
2762   done
2763 IFS=$as_save_IFS
2764
2765 fi
2766 fi
2767 AWK=$ac_cv_prog_AWK
2768 if test -n "$AWK"; then
2769   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2770 $as_echo "$AWK" >&6; }
2771 else
2772   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2773 $as_echo "no" >&6; }
2774 fi
2775
2776
2777   test -n "$AWK" && break
2778 done
2779
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2781 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2782 set x ${MAKE-make}
2783 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2784 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2785   $as_echo_n "(cached) " >&6
2786 else
2787   cat >conftest.make <<\_ACEOF
2788 SHELL = /bin/sh
2789 all:
2790         @echo '@@@%%%=$(MAKE)=@@@%%%'
2791 _ACEOF
2792 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2793 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2794   *@@@%%%=?*=@@@%%%*)
2795     eval ac_cv_prog_make_${ac_make}_set=yes;;
2796   *)
2797     eval ac_cv_prog_make_${ac_make}_set=no;;
2798 esac
2799 rm -f conftest.make
2800 fi
2801 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2802   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2803 $as_echo "yes" >&6; }
2804   SET_MAKE=
2805 else
2806   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2807 $as_echo "no" >&6; }
2808   SET_MAKE="MAKE=${MAKE-make}"
2809 fi
2810
2811 rm -rf .tst 2>/dev/null
2812 mkdir .tst 2>/dev/null
2813 if test -d .tst; then
2814   am__leading_dot=.
2815 else
2816   am__leading_dot=_
2817 fi
2818 rmdir .tst 2>/dev/null
2819
2820 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2821   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2822   # is not polluted with repeated "-I."
2823   am__isrc=' -I$(srcdir)'
2824   # test to see if srcdir already configured
2825   if test -f $srcdir/config.status; then
2826     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2827   fi
2828 fi
2829
2830 # test whether we have cygpath
2831 if test -z "$CYGPATH_W"; then
2832   if (cygpath --version) >/dev/null 2>/dev/null; then
2833     CYGPATH_W='cygpath -w'
2834   else
2835     CYGPATH_W=echo
2836   fi
2837 fi
2838
2839
2840 # Define the identity of the package.
2841  PACKAGE='epson-inkjet-printer-escpr'
2842  VERSION='1.2.0'
2843
2844
2845 cat >>confdefs.h <<_ACEOF
2846 #define PACKAGE "$PACKAGE"
2847 _ACEOF
2848
2849
2850 cat >>confdefs.h <<_ACEOF
2851 #define VERSION "$VERSION"
2852 _ACEOF
2853
2854 # Some tools Automake needs.
2855
2856 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2857
2858
2859 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2860
2861
2862 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2863
2864
2865 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2866
2867
2868 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2869
2870 # We need awk for the "check" target.  The system "awk" is bad on
2871 # some platforms.
2872 # Always define AMTAR for backward compatibility.
2873
2874 AMTAR=${AMTAR-"${am_missing_run}tar"}
2875
2876 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2877
2878
2879
2880
2881
2882
2883 ac_ext=c
2884 ac_cpp='$CPP $CPPFLAGS'
2885 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2886 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2887 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2888 if test -n "$ac_tool_prefix"; then
2889   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2890 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2892 $as_echo_n "checking for $ac_word... " >&6; }
2893 if test "${ac_cv_prog_CC+set}" = set; then :
2894   $as_echo_n "(cached) " >&6
2895 else
2896   if test -n "$CC"; then
2897   ac_cv_prog_CC="$CC" # Let the user override the test.
2898 else
2899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2900 for as_dir in $PATH
2901 do
2902   IFS=$as_save_IFS
2903   test -z "$as_dir" && as_dir=.
2904     for ac_exec_ext in '' $ac_executable_extensions; do
2905   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2906     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2907     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2908     break 2
2909   fi
2910 done
2911   done
2912 IFS=$as_save_IFS
2913
2914 fi
2915 fi
2916 CC=$ac_cv_prog_CC
2917 if test -n "$CC"; then
2918   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2919 $as_echo "$CC" >&6; }
2920 else
2921   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2922 $as_echo "no" >&6; }
2923 fi
2924
2925
2926 fi
2927 if test -z "$ac_cv_prog_CC"; then
2928   ac_ct_CC=$CC
2929   # Extract the first word of "gcc", so it can be a program name with args.
2930 set dummy gcc; ac_word=$2
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2932 $as_echo_n "checking for $ac_word... " >&6; }
2933 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2934   $as_echo_n "(cached) " >&6
2935 else
2936   if test -n "$ac_ct_CC"; then
2937   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2938 else
2939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2940 for as_dir in $PATH
2941 do
2942   IFS=$as_save_IFS
2943   test -z "$as_dir" && as_dir=.
2944     for ac_exec_ext in '' $ac_executable_extensions; do
2945   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2946     ac_cv_prog_ac_ct_CC="gcc"
2947     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2948     break 2
2949   fi
2950 done
2951   done
2952 IFS=$as_save_IFS
2953
2954 fi
2955 fi
2956 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2957 if test -n "$ac_ct_CC"; then
2958   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2959 $as_echo "$ac_ct_CC" >&6; }
2960 else
2961   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2962 $as_echo "no" >&6; }
2963 fi
2964
2965   if test "x$ac_ct_CC" = x; then
2966     CC=""
2967   else
2968     case $cross_compiling:$ac_tool_warned in
2969 yes:)
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2971 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2972 ac_tool_warned=yes ;;
2973 esac
2974     CC=$ac_ct_CC
2975   fi
2976 else
2977   CC="$ac_cv_prog_CC"
2978 fi
2979
2980 if test -z "$CC"; then
2981           if test -n "$ac_tool_prefix"; then
2982     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2983 set dummy ${ac_tool_prefix}cc; ac_word=$2
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2985 $as_echo_n "checking for $ac_word... " >&6; }
2986 if test "${ac_cv_prog_CC+set}" = set; then :
2987   $as_echo_n "(cached) " >&6
2988 else
2989   if test -n "$CC"; then
2990   ac_cv_prog_CC="$CC" # Let the user override the test.
2991 else
2992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2993 for as_dir in $PATH
2994 do
2995   IFS=$as_save_IFS
2996   test -z "$as_dir" && as_dir=.
2997     for ac_exec_ext in '' $ac_executable_extensions; do
2998   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2999     ac_cv_prog_CC="${ac_tool_prefix}cc"
3000     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3001     break 2
3002   fi
3003 done
3004   done
3005 IFS=$as_save_IFS
3006
3007 fi
3008 fi
3009 CC=$ac_cv_prog_CC
3010 if test -n "$CC"; then
3011   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3012 $as_echo "$CC" >&6; }
3013 else
3014   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3015 $as_echo "no" >&6; }
3016 fi
3017
3018
3019   fi
3020 fi
3021 if test -z "$CC"; then
3022   # Extract the first word of "cc", so it can be a program name with args.
3023 set dummy cc; ac_word=$2
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3025 $as_echo_n "checking for $ac_word... " >&6; }
3026 if test "${ac_cv_prog_CC+set}" = set; then :
3027   $as_echo_n "(cached) " >&6
3028 else
3029   if test -n "$CC"; then
3030   ac_cv_prog_CC="$CC" # Let the user override the test.
3031 else
3032   ac_prog_rejected=no
3033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3034 for as_dir in $PATH
3035 do
3036   IFS=$as_save_IFS
3037   test -z "$as_dir" && as_dir=.
3038     for ac_exec_ext in '' $ac_executable_extensions; do
3039   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3040     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3041        ac_prog_rejected=yes
3042        continue
3043      fi
3044     ac_cv_prog_CC="cc"
3045     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3046     break 2
3047   fi
3048 done
3049   done
3050 IFS=$as_save_IFS
3051
3052 if test $ac_prog_rejected = yes; then
3053   # We found a bogon in the path, so make sure we never use it.
3054   set dummy $ac_cv_prog_CC
3055   shift
3056   if test $# != 0; then
3057     # We chose a different compiler from the bogus one.
3058     # However, it has the same basename, so the bogon will be chosen
3059     # first if we set CC to just the basename; use the full file name.
3060     shift
3061     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3062   fi
3063 fi
3064 fi
3065 fi
3066 CC=$ac_cv_prog_CC
3067 if test -n "$CC"; then
3068   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3069 $as_echo "$CC" >&6; }
3070 else
3071   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3072 $as_echo "no" >&6; }
3073 fi
3074
3075
3076 fi
3077 if test -z "$CC"; then
3078   if test -n "$ac_tool_prefix"; then
3079   for ac_prog in cl.exe
3080   do
3081     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3082 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3084 $as_echo_n "checking for $ac_word... " >&6; }
3085 if test "${ac_cv_prog_CC+set}" = set; then :
3086   $as_echo_n "(cached) " >&6
3087 else
3088   if test -n "$CC"; then
3089   ac_cv_prog_CC="$CC" # Let the user override the test.
3090 else
3091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3092 for as_dir in $PATH
3093 do
3094   IFS=$as_save_IFS
3095   test -z "$as_dir" && as_dir=.
3096     for ac_exec_ext in '' $ac_executable_extensions; do
3097   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3098     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3099     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3100     break 2
3101   fi
3102 done
3103   done
3104 IFS=$as_save_IFS
3105
3106 fi
3107 fi
3108 CC=$ac_cv_prog_CC
3109 if test -n "$CC"; then
3110   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3111 $as_echo "$CC" >&6; }
3112 else
3113   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3114 $as_echo "no" >&6; }
3115 fi
3116
3117
3118     test -n "$CC" && break
3119   done
3120 fi
3121 if test -z "$CC"; then
3122   ac_ct_CC=$CC
3123   for ac_prog in cl.exe
3124 do
3125   # Extract the first word of "$ac_prog", so it can be a program name with args.
3126 set dummy $ac_prog; ac_word=$2
3127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3128 $as_echo_n "checking for $ac_word... " >&6; }
3129 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3130   $as_echo_n "(cached) " >&6
3131 else
3132   if test -n "$ac_ct_CC"; then
3133   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3134 else
3135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3136 for as_dir in $PATH
3137 do
3138   IFS=$as_save_IFS
3139   test -z "$as_dir" && as_dir=.
3140     for ac_exec_ext in '' $ac_executable_extensions; do
3141   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3142     ac_cv_prog_ac_ct_CC="$ac_prog"
3143     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3144     break 2
3145   fi
3146 done
3147   done
3148 IFS=$as_save_IFS
3149
3150 fi
3151 fi
3152 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3153 if test -n "$ac_ct_CC"; then
3154   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3155 $as_echo "$ac_ct_CC" >&6; }
3156 else
3157   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3158 $as_echo "no" >&6; }
3159 fi
3160
3161
3162   test -n "$ac_ct_CC" && break
3163 done
3164
3165   if test "x$ac_ct_CC" = x; then
3166     CC=""
3167   else
3168     case $cross_compiling:$ac_tool_warned in
3169 yes:)
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3171 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3172 ac_tool_warned=yes ;;
3173 esac
3174     CC=$ac_ct_CC
3175   fi
3176 fi
3177
3178 fi
3179
3180
3181 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3182 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3183 as_fn_error "no acceptable C compiler found in \$PATH
3184 See \`config.log' for more details." "$LINENO" 5; }
3185
3186 # Provide some information about the compiler.
3187 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3188 set X $ac_compile
3189 ac_compiler=$2
3190 for ac_option in --version -v -V -qversion; do
3191   { { ac_try="$ac_compiler $ac_option >&5"
3192 case "(($ac_try" in
3193   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3194   *) ac_try_echo=$ac_try;;
3195 esac
3196 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3197 $as_echo "$ac_try_echo"; } >&5
3198   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3199   ac_status=$?
3200   if test -s conftest.err; then
3201     sed '10a\
3202 ... rest of stderr output deleted ...
3203          10q' conftest.err >conftest.er1
3204     cat conftest.er1 >&5
3205   fi
3206   rm -f conftest.er1 conftest.err
3207   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3208   test $ac_status = 0; }
3209 done
3210
3211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3212 /* end confdefs.h.  */
3213
3214 int
3215 main ()
3216 {
3217
3218   ;
3219   return 0;
3220 }
3221 _ACEOF
3222 ac_clean_files_save=$ac_clean_files
3223 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3224 # Try to create an executable without -o first, disregard a.out.
3225 # It will help us diagnose broken compilers, and finding out an intuition
3226 # of exeext.
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3228 $as_echo_n "checking whether the C compiler works... " >&6; }
3229 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3230
3231 # The possible output files:
3232 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3233
3234 ac_rmfiles=
3235 for ac_file in $ac_files
3236 do
3237   case $ac_file in
3238     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3239     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3240   esac
3241 done
3242 rm -f $ac_rmfiles
3243
3244 if { { ac_try="$ac_link_default"
3245 case "(($ac_try" in
3246   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3247   *) ac_try_echo=$ac_try;;
3248 esac
3249 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3250 $as_echo "$ac_try_echo"; } >&5
3251   (eval "$ac_link_default") 2>&5
3252   ac_status=$?
3253   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3254   test $ac_status = 0; }; then :
3255   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3256 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3257 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3258 # so that the user can short-circuit this test for compilers unknown to
3259 # Autoconf.
3260 for ac_file in $ac_files ''
3261 do
3262   test -f "$ac_file" || continue
3263   case $ac_file in
3264     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3265         ;;
3266     [ab].out )
3267         # We found the default executable, but exeext='' is most
3268         # certainly right.
3269         break;;
3270     *.* )
3271         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3272         then :; else
3273            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3274         fi
3275         # We set ac_cv_exeext here because the later test for it is not
3276         # safe: cross compilers may not add the suffix if given an `-o'
3277         # argument, so we may need to know it at that point already.
3278         # Even if this section looks crufty: it has the advantage of
3279         # actually working.
3280         break;;
3281     * )
3282         break;;
3283   esac
3284 done
3285 test "$ac_cv_exeext" = no && ac_cv_exeext=
3286
3287 else
3288   ac_file=''
3289 fi
3290 if test -z "$ac_file"; then :
3291   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3292 $as_echo "no" >&6; }
3293 $as_echo "$as_me: failed program was:" >&5
3294 sed 's/^/| /' conftest.$ac_ext >&5
3295
3296 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3297 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3298 { as_fn_set_status 77
3299 as_fn_error "C compiler cannot create executables
3300 See \`config.log' for more details." "$LINENO" 5; }; }
3301 else
3302   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3303 $as_echo "yes" >&6; }
3304 fi
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3306 $as_echo_n "checking for C compiler default output file name... " >&6; }
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3308 $as_echo "$ac_file" >&6; }
3309 ac_exeext=$ac_cv_exeext
3310
3311 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3312 ac_clean_files=$ac_clean_files_save
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3314 $as_echo_n "checking for suffix of executables... " >&6; }
3315 if { { ac_try="$ac_link"
3316 case "(($ac_try" in
3317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3318   *) ac_try_echo=$ac_try;;
3319 esac
3320 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3321 $as_echo "$ac_try_echo"; } >&5
3322   (eval "$ac_link") 2>&5
3323   ac_status=$?
3324   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3325   test $ac_status = 0; }; then :
3326   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3327 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3328 # work properly (i.e., refer to `conftest.exe'), while it won't with
3329 # `rm'.
3330 for ac_file in conftest.exe conftest conftest.*; do
3331   test -f "$ac_file" || continue
3332   case $ac_file in
3333     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3334     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3335           break;;
3336     * ) break;;
3337   esac
3338 done
3339 else
3340   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3341 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3342 as_fn_error "cannot compute suffix of executables: cannot compile and link
3343 See \`config.log' for more details." "$LINENO" 5; }
3344 fi
3345 rm -f conftest conftest$ac_cv_exeext
3346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3347 $as_echo "$ac_cv_exeext" >&6; }
3348
3349 rm -f conftest.$ac_ext
3350 EXEEXT=$ac_cv_exeext
3351 ac_exeext=$EXEEXT
3352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3353 /* end confdefs.h.  */
3354 #include <stdio.h>
3355 int
3356 main ()
3357 {
3358 FILE *f = fopen ("conftest.out", "w");
3359  return ferror (f) || fclose (f) != 0;
3360
3361   ;
3362   return 0;
3363 }
3364 _ACEOF
3365 ac_clean_files="$ac_clean_files conftest.out"
3366 # Check that the compiler produces executables we can run.  If not, either
3367 # the compiler is broken, or we cross compile.
3368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3369 $as_echo_n "checking whether we are cross compiling... " >&6; }
3370 if test "$cross_compiling" != yes; then
3371   { { ac_try="$ac_link"
3372 case "(($ac_try" in
3373   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3374   *) ac_try_echo=$ac_try;;
3375 esac
3376 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3377 $as_echo "$ac_try_echo"; } >&5
3378   (eval "$ac_link") 2>&5
3379   ac_status=$?
3380   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3381   test $ac_status = 0; }
3382   if { ac_try='./conftest$ac_cv_exeext'
3383   { { case "(($ac_try" in
3384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3385   *) ac_try_echo=$ac_try;;
3386 esac
3387 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3388 $as_echo "$ac_try_echo"; } >&5
3389   (eval "$ac_try") 2>&5
3390   ac_status=$?
3391   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3392   test $ac_status = 0; }; }; then
3393     cross_compiling=no
3394   else
3395     if test "$cross_compiling" = maybe; then
3396         cross_compiling=yes
3397     else
3398         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3399 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3400 as_fn_error "cannot run C compiled programs.
3401 If you meant to cross compile, use \`--host'.
3402 See \`config.log' for more details." "$LINENO" 5; }
3403     fi
3404   fi
3405 fi
3406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3407 $as_echo "$cross_compiling" >&6; }
3408
3409 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3410 ac_clean_files=$ac_clean_files_save
3411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3412 $as_echo_n "checking for suffix of object files... " >&6; }
3413 if test "${ac_cv_objext+set}" = set; then :
3414   $as_echo_n "(cached) " >&6
3415 else
3416   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3417 /* end confdefs.h.  */
3418
3419 int
3420 main ()
3421 {
3422
3423   ;
3424   return 0;
3425 }
3426 _ACEOF
3427 rm -f conftest.o conftest.obj
3428 if { { ac_try="$ac_compile"
3429 case "(($ac_try" in
3430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3431   *) ac_try_echo=$ac_try;;
3432 esac
3433 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3434 $as_echo "$ac_try_echo"; } >&5
3435   (eval "$ac_compile") 2>&5
3436   ac_status=$?
3437   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3438   test $ac_status = 0; }; then :
3439   for ac_file in conftest.o conftest.obj conftest.*; do
3440   test -f "$ac_file" || continue;
3441   case $ac_file in
3442     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3443     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3444        break;;
3445   esac
3446 done
3447 else
3448   $as_echo "$as_me: failed program was:" >&5
3449 sed 's/^/| /' conftest.$ac_ext >&5
3450
3451 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3452 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3453 as_fn_error "cannot compute suffix of object files: cannot compile
3454 See \`config.log' for more details." "$LINENO" 5; }
3455 fi
3456 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3457 fi
3458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3459 $as_echo "$ac_cv_objext" >&6; }
3460 OBJEXT=$ac_cv_objext
3461 ac_objext=$OBJEXT
3462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3463 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3464 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3465   $as_echo_n "(cached) " >&6
3466 else
3467   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3468 /* end confdefs.h.  */
3469
3470 int
3471 main ()
3472 {
3473 #ifndef __GNUC__
3474        choke me
3475 #endif
3476
3477   ;
3478   return 0;
3479 }
3480 _ACEOF
3481 if ac_fn_c_try_compile "$LINENO"; then :
3482   ac_compiler_gnu=yes
3483 else
3484   ac_compiler_gnu=no
3485 fi
3486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3487 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3488
3489 fi
3490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3491 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3492 if test $ac_compiler_gnu = yes; then
3493   GCC=yes
3494 else
3495   GCC=
3496 fi
3497 ac_test_CFLAGS=${CFLAGS+set}
3498 ac_save_CFLAGS=$CFLAGS
3499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3500 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3501 if test "${ac_cv_prog_cc_g+set}" = set; then :
3502   $as_echo_n "(cached) " >&6
3503 else
3504   ac_save_c_werror_flag=$ac_c_werror_flag
3505    ac_c_werror_flag=yes
3506    ac_cv_prog_cc_g=no
3507    CFLAGS="-g"
3508    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509 /* end confdefs.h.  */
3510
3511 int
3512 main ()
3513 {
3514
3515   ;
3516   return 0;
3517 }
3518 _ACEOF
3519 if ac_fn_c_try_compile "$LINENO"; then :
3520   ac_cv_prog_cc_g=yes
3521 else
3522   CFLAGS=""
3523       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3524 /* end confdefs.h.  */
3525
3526 int
3527 main ()
3528 {
3529
3530   ;
3531   return 0;
3532 }
3533 _ACEOF
3534 if ac_fn_c_try_compile "$LINENO"; then :
3535
3536 else
3537   ac_c_werror_flag=$ac_save_c_werror_flag
3538          CFLAGS="-g"
3539          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3540 /* end confdefs.h.  */
3541
3542 int
3543 main ()
3544 {
3545
3546   ;
3547   return 0;
3548 }
3549 _ACEOF
3550 if ac_fn_c_try_compile "$LINENO"; then :
3551   ac_cv_prog_cc_g=yes
3552 fi
3553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3554 fi
3555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3556 fi
3557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3558    ac_c_werror_flag=$ac_save_c_werror_flag
3559 fi
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3561 $as_echo "$ac_cv_prog_cc_g" >&6; }
3562 if test "$ac_test_CFLAGS" = set; then
3563   CFLAGS=$ac_save_CFLAGS
3564 elif test $ac_cv_prog_cc_g = yes; then
3565   if test "$GCC" = yes; then
3566     CFLAGS="-g -O2"
3567   else
3568     CFLAGS="-g"
3569   fi
3570 else
3571   if test "$GCC" = yes; then
3572     CFLAGS="-O2"
3573   else
3574     CFLAGS=
3575   fi
3576 fi
3577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3578 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3579 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3580   $as_echo_n "(cached) " >&6
3581 else
3582   ac_cv_prog_cc_c89=no
3583 ac_save_CC=$CC
3584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3585 /* end confdefs.h.  */
3586 #include <stdarg.h>
3587 #include <stdio.h>
3588 #include <sys/types.h>
3589 #include <sys/stat.h>
3590 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3591 struct buf { int x; };
3592 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3593 static char *e (p, i)
3594      char **p;
3595      int i;
3596 {
3597   return p[i];
3598 }
3599 static char *f (char * (*g) (char **, int), char **p, ...)
3600 {
3601   char *s;
3602   va_list v;
3603   va_start (v,p);
3604   s = g (p, va_arg (v,int));
3605   va_end (v);
3606   return s;
3607 }
3608
3609 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3610    function prototypes and stuff, but not '\xHH' hex character constants.
3611    These don't provoke an error unfortunately, instead are silently treated
3612    as 'x'.  The following induces an error, until -std is added to get
3613    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3614    array size at least.  It's necessary to write '\x00'==0 to get something
3615    that's true only with -std.  */
3616 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3617
3618 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3619    inside strings and character constants.  */
3620 #define FOO(x) 'x'
3621 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3622
3623 int test (int i, double x);
3624 struct s1 {int (*f) (int a);};
3625 struct s2 {int (*f) (double a);};
3626 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3627 int argc;
3628 char **argv;
3629 int
3630 main ()
3631 {
3632 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3633   ;
3634   return 0;
3635 }
3636 _ACEOF
3637 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3638         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3639 do
3640   CC="$ac_save_CC $ac_arg"
3641   if ac_fn_c_try_compile "$LINENO"; then :
3642   ac_cv_prog_cc_c89=$ac_arg
3643 fi
3644 rm -f core conftest.err conftest.$ac_objext
3645   test "x$ac_cv_prog_cc_c89" != "xno" && break
3646 done
3647 rm -f conftest.$ac_ext
3648 CC=$ac_save_CC
3649
3650 fi
3651 # AC_CACHE_VAL
3652 case "x$ac_cv_prog_cc_c89" in
3653   x)
3654     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3655 $as_echo "none needed" >&6; } ;;
3656   xno)
3657     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3658 $as_echo "unsupported" >&6; } ;;
3659   *)
3660     CC="$CC $ac_cv_prog_cc_c89"
3661     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3662 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3663 esac
3664 if test "x$ac_cv_prog_cc_c89" != xno; then :
3665
3666 fi
3667
3668 ac_ext=c
3669 ac_cpp='$CPP $CPPFLAGS'
3670 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3671 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3672 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3673 DEPDIR="${am__leading_dot}deps"
3674
3675 ac_config_commands="$ac_config_commands depfiles"
3676
3677
3678 am_make=${MAKE-make}
3679 cat > confinc << 'END'
3680 am__doit:
3681         @echo this is the am__doit target
3682 .PHONY: am__doit
3683 END
3684 # If we don't find an include directive, just comment out the code.
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3686 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3687 am__include="#"
3688 am__quote=
3689 _am_result=none
3690 # First try GNU make style include.
3691 echo "include confinc" > confmf
3692 # Ignore all kinds of additional output from `make'.
3693 case `$am_make -s -f confmf 2> /dev/null` in #(
3694 *the\ am__doit\ target*)
3695   am__include=include
3696   am__quote=
3697   _am_result=GNU
3698   ;;
3699 esac
3700 # Now try BSD make style include.
3701 if test "$am__include" = "#"; then
3702    echo '.include "confinc"' > confmf
3703    case `$am_make -s -f confmf 2> /dev/null` in #(
3704    *the\ am__doit\ target*)
3705      am__include=.include
3706      am__quote="\""
3707      _am_result=BSD
3708      ;;
3709    esac
3710 fi
3711
3712
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3714 $as_echo "$_am_result" >&6; }
3715 rm -f confinc confmf
3716
3717 # Check whether --enable-dependency-tracking was given.
3718 if test "${enable_dependency_tracking+set}" = set; then :
3719   enableval=$enable_dependency_tracking;
3720 fi
3721
3722 if test "x$enable_dependency_tracking" != xno; then
3723   am_depcomp="$ac_aux_dir/depcomp"
3724   AMDEPBACKSLASH='\'
3725 fi
3726  if test "x$enable_dependency_tracking" != xno; then
3727   AMDEP_TRUE=
3728   AMDEP_FALSE='#'
3729 else
3730   AMDEP_TRUE='#'
3731   AMDEP_FALSE=
3732 fi
3733
3734
3735
3736 depcc="$CC"   am_compiler_list=
3737
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3739 $as_echo_n "checking dependency style of $depcc... " >&6; }
3740 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3741   $as_echo_n "(cached) " >&6
3742 else
3743   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3744   # We make a subdir and do the tests there.  Otherwise we can end up
3745   # making bogus files that we don't know about and never remove.  For
3746   # instance it was reported that on HP-UX the gcc test will end up
3747   # making a dummy file named `D' -- because `-MD' means `put the output
3748   # in D'.
3749   mkdir conftest.dir
3750   # Copy depcomp to subdir because otherwise we won't find it if we're
3751   # using a relative directory.
3752   cp "$am_depcomp" conftest.dir
3753   cd conftest.dir
3754   # We will build objects and dependencies in a subdirectory because
3755   # it helps to detect inapplicable dependency modes.  For instance
3756   # both Tru64's cc and ICC support -MD to output dependencies as a
3757   # side effect of compilation, but ICC will put the dependencies in
3758   # the current directory while Tru64 will put them in the object
3759   # directory.
3760   mkdir sub
3761
3762   am_cv_CC_dependencies_compiler_type=none
3763   if test "$am_compiler_list" = ""; then
3764      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3765   fi
3766   am__universal=false
3767   case " $depcc " in #(
3768      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3769      esac
3770
3771   for depmode in $am_compiler_list; do
3772     # Setup a source with many dependencies, because some compilers
3773     # like to wrap large dependency lists on column 80 (with \), and
3774     # we should not choose a depcomp mode which is confused by this.
3775     #
3776     # We need to recreate these files for each test, as the compiler may
3777     # overwrite some of them when testing with obscure command lines.
3778     # This happens at least with the AIX C compiler.
3779     : > sub/conftest.c
3780     for i in 1 2 3 4 5 6; do
3781       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3782       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3783       # Solaris 8's {/usr,}/bin/sh.
3784       touch sub/conftst$i.h
3785     done
3786     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3787
3788     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3789     # mode.  It turns out that the SunPro C++ compiler does not properly
3790     # handle `-M -o', and we need to detect this.  Also, some Intel
3791     # versions had trouble with output in subdirs
3792     am__obj=sub/conftest.${OBJEXT-o}
3793     am__minus_obj="-o $am__obj"
3794     case $depmode in
3795     gcc)
3796       # This depmode causes a compiler race in universal mode.
3797       test "$am__universal" = false || continue
3798       ;;
3799     nosideeffect)
3800       # after this tag, mechanisms are not by side-effect, so they'll
3801       # only be used when explicitly requested
3802       if test "x$enable_dependency_tracking" = xyes; then
3803         continue
3804       else
3805         break
3806       fi
3807       ;;
3808     msvisualcpp | msvcmsys)
3809       # This compiler won't grok `-c -o', but also, the minuso test has
3810       # not run yet.  These depmodes are late enough in the game, and
3811       # so weak that their functioning should not be impacted.
3812       am__obj=conftest.${OBJEXT-o}
3813       am__minus_obj=
3814       ;;
3815     none) break ;;
3816     esac
3817     if depmode=$depmode \
3818        source=sub/conftest.c object=$am__obj \
3819        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3820        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3821          >/dev/null 2>conftest.err &&
3822        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3823        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3824        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3825        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3826       # icc doesn't choke on unknown options, it will just issue warnings
3827       # or remarks (even with -Werror).  So we grep stderr for any message
3828       # that says an option was ignored or not supported.
3829       # When given -MP, icc 7.0 and 7.1 complain thusly:
3830       #   icc: Command line warning: ignoring option '-M'; no argument required
3831       # The diagnosis changed in icc 8.0:
3832       #   icc: Command line remark: option '-MP' not supported
3833       if (grep 'ignoring option' conftest.err ||
3834           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3835         am_cv_CC_dependencies_compiler_type=$depmode
3836         break
3837       fi
3838     fi
3839   done
3840
3841   cd ..
3842   rm -rf conftest.dir
3843 else
3844   am_cv_CC_dependencies_compiler_type=none
3845 fi
3846
3847 fi
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3849 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3850 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3851
3852  if
3853   test "x$enable_dependency_tracking" != xno \
3854   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3855   am__fastdepCC_TRUE=
3856   am__fastdepCC_FALSE='#'
3857 else
3858   am__fastdepCC_TRUE='#'
3859   am__fastdepCC_FALSE=
3860 fi
3861
3862
3863
3864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
3865 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
3866 if test "${ac_cv_c_const+set}" = set; then :
3867   $as_echo_n "(cached) " >&6
3868 else
3869   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3870 /* end confdefs.h.  */
3871
3872 int
3873 main ()
3874 {
3875 /* FIXME: Include the comments suggested by Paul. */
3876 #ifndef __cplusplus
3877   /* Ultrix mips cc rejects this.  */
3878   typedef int charset[2];
3879   const charset cs;
3880   /* SunOS 4.1.1 cc rejects this.  */
3881   char const *const *pcpcc;
3882   char **ppc;
3883   /* NEC SVR4.0.2 mips cc rejects this.  */
3884   struct point {int x, y;};
3885   static struct point const zero = {0,0};
3886   /* AIX XL C 1.02.0.0 rejects this.
3887      It does not let you subtract one const X* pointer from another in
3888      an arm of an if-expression whose if-part is not a constant
3889      expression */
3890   const char *g = "string";
3891   pcpcc = &g + (g ? g-g : 0);
3892   /* HPUX 7.0 cc rejects these. */
3893   ++pcpcc;
3894   ppc = (char**) pcpcc;
3895   pcpcc = (char const *const *) ppc;
3896   { /* SCO 3.2v4 cc rejects this.  */
3897     char *t;
3898     char const *s = 0 ? (char *) 0 : (char const *) 0;
3899
3900     *t++ = 0;
3901     if (s) return 0;
3902   }
3903   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
3904     int x[] = {25, 17};
3905     const int *foo = &x[0];
3906     ++foo;
3907   }
3908   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
3909     typedef const int *iptr;
3910     iptr p = 0;
3911     ++p;
3912   }
3913   { /* AIX XL C 1.02.0.0 rejects this saying
3914        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
3915     struct s { int j; const int *ap[3]; };
3916     struct s *b; b->j = 5;
3917   }
3918   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3919     const int foo = 10;
3920     if (!foo) return 0;
3921   }
3922   return !cs[0] && !zero.x;
3923 #endif
3924
3925   ;
3926   return 0;
3927 }
3928 _ACEOF
3929 if ac_fn_c_try_compile "$LINENO"; then :
3930   ac_cv_c_const=yes
3931 else
3932   ac_cv_c_const=no
3933 fi
3934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3935 fi
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
3937 $as_echo "$ac_cv_c_const" >&6; }
3938 if test $ac_cv_c_const = no; then
3939
3940 $as_echo "#define const /**/" >>confdefs.h
3941
3942 fi
3943
3944 ac_ext=c
3945 ac_cpp='$CPP $CPPFLAGS'
3946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3950 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3951 # On Suns, sometimes $CPP names a directory.
3952 if test -n "$CPP" && test -d "$CPP"; then
3953   CPP=
3954 fi
3955 if test -z "$CPP"; then
3956   if test "${ac_cv_prog_CPP+set}" = set; then :
3957   $as_echo_n "(cached) " >&6
3958 else
3959       # Double quotes because CPP needs to be expanded
3960     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3961     do
3962       ac_preproc_ok=false
3963 for ac_c_preproc_warn_flag in '' yes
3964 do
3965   # Use a header file that comes with gcc, so configuring glibc
3966   # with a fresh cross-compiler works.
3967   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3968   # <limits.h> exists even on freestanding compilers.
3969   # On the NeXT, cc -E runs the code through the compiler's parser,
3970   # not just through cpp. "Syntax error" is here to catch this case.
3971   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3972 /* end confdefs.h.  */
3973 #ifdef __STDC__
3974 # include <limits.h>
3975 #else
3976 # include <assert.h>
3977 #endif
3978                      Syntax error
3979 _ACEOF
3980 if ac_fn_c_try_cpp "$LINENO"; then :
3981
3982 else
3983   # Broken: fails on valid input.
3984 continue
3985 fi
3986 rm -f conftest.err conftest.$ac_ext
3987
3988   # OK, works on sane cases.  Now check whether nonexistent headers
3989   # can be detected and how.
3990   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3991 /* end confdefs.h.  */
3992 #include <ac_nonexistent.h>
3993 _ACEOF
3994 if ac_fn_c_try_cpp "$LINENO"; then :
3995   # Broken: success on invalid input.
3996 continue
3997 else
3998   # Passes both tests.
3999 ac_preproc_ok=:
4000 break
4001 fi
4002 rm -f conftest.err conftest.$ac_ext
4003
4004 done
4005 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4006 rm -f conftest.err conftest.$ac_ext
4007 if $ac_preproc_ok; then :
4008   break
4009 fi
4010
4011     done
4012     ac_cv_prog_CPP=$CPP
4013
4014 fi
4015   CPP=$ac_cv_prog_CPP
4016 else
4017   ac_cv_prog_CPP=$CPP
4018 fi
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4020 $as_echo "$CPP" >&6; }
4021 ac_preproc_ok=false
4022 for ac_c_preproc_warn_flag in '' yes
4023 do
4024   # Use a header file that comes with gcc, so configuring glibc
4025   # with a fresh cross-compiler works.
4026   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4027   # <limits.h> exists even on freestanding compilers.
4028   # On the NeXT, cc -E runs the code through the compiler's parser,
4029   # not just through cpp. "Syntax error" is here to catch this case.
4030   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4031 /* end confdefs.h.  */
4032 #ifdef __STDC__
4033 # include <limits.h>
4034 #else
4035 # include <assert.h>
4036 #endif
4037                      Syntax error
4038 _ACEOF
4039 if ac_fn_c_try_cpp "$LINENO"; then :
4040
4041 else
4042   # Broken: fails on valid input.
4043 continue
4044 fi
4045 rm -f conftest.err conftest.$ac_ext
4046
4047   # OK, works on sane cases.  Now check whether nonexistent headers
4048   # can be detected and how.
4049   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4050 /* end confdefs.h.  */
4051 #include <ac_nonexistent.h>
4052 _ACEOF
4053 if ac_fn_c_try_cpp "$LINENO"; then :
4054   # Broken: success on invalid input.
4055 continue
4056 else
4057   # Passes both tests.
4058 ac_preproc_ok=:
4059 break
4060 fi
4061 rm -f conftest.err conftest.$ac_ext
4062
4063 done
4064 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4065 rm -f conftest.err conftest.$ac_ext
4066 if $ac_preproc_ok; then :
4067
4068 else
4069   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4070 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4071 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4072 See \`config.log' for more details." "$LINENO" 5; }
4073 fi
4074
4075 ac_ext=c
4076 ac_cpp='$CPP $CPPFLAGS'
4077 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4078 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4079 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4080
4081
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4083 $as_echo_n "checking whether ln -s works... " >&6; }
4084 LN_S=$as_ln_s
4085 if test "$LN_S" = "ln -s"; then
4086   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4087 $as_echo "yes" >&6; }
4088 else
4089   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4090 $as_echo "no, using $LN_S" >&6; }
4091 fi
4092
4093 case `pwd` in
4094   *\ * | *\     *)
4095     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4096 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4097 esac
4098
4099
4100
4101 macro_version='2.2.6b'
4102 macro_revision='1.3017'
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116 ltmain="$ac_aux_dir/ltmain.sh"
4117
4118 # Make sure we can run config.sub.
4119 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4120   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4121
4122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4123 $as_echo_n "checking build system type... " >&6; }
4124 if test "${ac_cv_build+set}" = set; then :
4125   $as_echo_n "(cached) " >&6
4126 else
4127   ac_build_alias=$build_alias
4128 test "x$ac_build_alias" = x &&
4129   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4130 test "x$ac_build_alias" = x &&
4131   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4132 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4133   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4134
4135 fi
4136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4137 $as_echo "$ac_cv_build" >&6; }
4138 case $ac_cv_build in
4139 *-*-*) ;;
4140 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4141 esac
4142 build=$ac_cv_build
4143 ac_save_IFS=$IFS; IFS='-'
4144 set x $ac_cv_build
4145 shift
4146 build_cpu=$1
4147 build_vendor=$2
4148 shift; shift
4149 # Remember, the first character of IFS is used to create $*,
4150 # except with old shells:
4151 build_os=$*
4152 IFS=$ac_save_IFS
4153 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4154
4155
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4157 $as_echo_n "checking host system type... " >&6; }
4158 if test "${ac_cv_host+set}" = set; then :
4159   $as_echo_n "(cached) " >&6
4160 else
4161   if test "x$host_alias" = x; then
4162   ac_cv_host=$ac_cv_build
4163 else
4164   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4165     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4166 fi
4167
4168 fi
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4170 $as_echo "$ac_cv_host" >&6; }
4171 case $ac_cv_host in
4172 *-*-*) ;;
4173 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4174 esac
4175 host=$ac_cv_host
4176 ac_save_IFS=$IFS; IFS='-'
4177 set x $ac_cv_host
4178 shift
4179 host_cpu=$1
4180 host_vendor=$2
4181 shift; shift
4182 # Remember, the first character of IFS is used to create $*,
4183 # except with old shells:
4184 host_os=$*
4185 IFS=$ac_save_IFS
4186 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4187
4188
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4190 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4191 if test "${ac_cv_path_SED+set}" = set; then :
4192   $as_echo_n "(cached) " >&6
4193 else
4194             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4195      for ac_i in 1 2 3 4 5 6 7; do
4196        ac_script="$ac_script$as_nl$ac_script"
4197      done
4198      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4199      { ac_script=; unset ac_script;}
4200      if test -z "$SED"; then
4201   ac_path_SED_found=false
4202   # Loop through the user's path and test for each of PROGNAME-LIST
4203   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4204 for as_dir in $PATH
4205 do
4206   IFS=$as_save_IFS
4207   test -z "$as_dir" && as_dir=.
4208     for ac_prog in sed gsed; do
4209     for ac_exec_ext in '' $ac_executable_extensions; do
4210       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4211       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4212 # Check for GNU ac_path_SED and select it if it is found.
4213   # Check for GNU $ac_path_SED
4214 case `"$ac_path_SED" --version 2>&1` in
4215 *GNU*)
4216   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4217 *)
4218   ac_count=0
4219   $as_echo_n 0123456789 >"conftest.in"
4220   while :
4221   do
4222     cat "conftest.in" "conftest.in" >"conftest.tmp"
4223     mv "conftest.tmp" "conftest.in"
4224     cp "conftest.in" "conftest.nl"
4225     $as_echo '' >> "conftest.nl"
4226     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4227     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4228     as_fn_arith $ac_count + 1 && ac_count=$as_val
4229     if test $ac_count -gt ${ac_path_SED_max-0}; then
4230       # Best one so far, save it but keep looking for a better one
4231       ac_cv_path_SED="$ac_path_SED"
4232       ac_path_SED_max=$ac_count
4233     fi
4234     # 10*(2^10) chars as input seems more than enough
4235     test $ac_count -gt 10 && break
4236   done
4237   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4238 esac
4239
4240       $ac_path_SED_found && break 3
4241     done
4242   done
4243   done
4244 IFS=$as_save_IFS
4245   if test -z "$ac_cv_path_SED"; then
4246     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4247   fi
4248 else
4249   ac_cv_path_SED=$SED
4250 fi
4251
4252 fi
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4254 $as_echo "$ac_cv_path_SED" >&6; }
4255  SED="$ac_cv_path_SED"
4256   rm -f conftest.sed
4257
4258 test -z "$SED" && SED=sed
4259 Xsed="$SED -e 1s/^X//"
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4272 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4273 if test "${ac_cv_path_GREP+set}" = set; then :
4274   $as_echo_n "(cached) " >&6
4275 else
4276   if test -z "$GREP"; then
4277   ac_path_GREP_found=false
4278   # Loop through the user's path and test for each of PROGNAME-LIST
4279   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4280 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4281 do
4282   IFS=$as_save_IFS
4283   test -z "$as_dir" && as_dir=.
4284     for ac_prog in grep ggrep; do
4285     for ac_exec_ext in '' $ac_executable_extensions; do
4286       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4287       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4288 # Check for GNU ac_path_GREP and select it if it is found.
4289   # Check for GNU $ac_path_GREP
4290 case `"$ac_path_GREP" --version 2>&1` in
4291 *GNU*)
4292   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4293 *)
4294   ac_count=0
4295   $as_echo_n 0123456789 >"conftest.in"
4296   while :
4297   do
4298     cat "conftest.in" "conftest.in" >"conftest.tmp"
4299     mv "conftest.tmp" "conftest.in"
4300     cp "conftest.in" "conftest.nl"
4301     $as_echo 'GREP' >> "conftest.nl"
4302     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4303     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4304     as_fn_arith $ac_count + 1 && ac_count=$as_val
4305     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4306       # Best one so far, save it but keep looking for a better one
4307       ac_cv_path_GREP="$ac_path_GREP"
4308       ac_path_GREP_max=$ac_count
4309     fi
4310     # 10*(2^10) chars as input seems more than enough
4311     test $ac_count -gt 10 && break
4312   done
4313   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4314 esac
4315
4316       $ac_path_GREP_found && break 3
4317     done
4318   done
4319   done
4320 IFS=$as_save_IFS
4321   if test -z "$ac_cv_path_GREP"; then
4322     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4323   fi
4324 else
4325   ac_cv_path_GREP=$GREP
4326 fi
4327
4328 fi
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4330 $as_echo "$ac_cv_path_GREP" >&6; }
4331  GREP="$ac_cv_path_GREP"
4332
4333
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4335 $as_echo_n "checking for egrep... " >&6; }
4336 if test "${ac_cv_path_EGREP+set}" = set; then :
4337   $as_echo_n "(cached) " >&6
4338 else
4339   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4340    then ac_cv_path_EGREP="$GREP -E"
4341    else
4342      if test -z "$EGREP"; then
4343   ac_path_EGREP_found=false
4344   # Loop through the user's path and test for each of PROGNAME-LIST
4345   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4346 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4347 do
4348   IFS=$as_save_IFS
4349   test -z "$as_dir" && as_dir=.
4350     for ac_prog in egrep; do
4351     for ac_exec_ext in '' $ac_executable_extensions; do
4352       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4353       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4354 # Check for GNU ac_path_EGREP and select it if it is found.
4355   # Check for GNU $ac_path_EGREP
4356 case `"$ac_path_EGREP" --version 2>&1` in
4357 *GNU*)
4358   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4359 *)
4360   ac_count=0
4361   $as_echo_n 0123456789 >"conftest.in"
4362   while :
4363   do
4364     cat "conftest.in" "conftest.in" >"conftest.tmp"
4365     mv "conftest.tmp" "conftest.in"
4366     cp "conftest.in" "conftest.nl"
4367     $as_echo 'EGREP' >> "conftest.nl"
4368     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4369     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4370     as_fn_arith $ac_count + 1 && ac_count=$as_val
4371     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4372       # Best one so far, save it but keep looking for a better one
4373       ac_cv_path_EGREP="$ac_path_EGREP"
4374       ac_path_EGREP_max=$ac_count
4375     fi
4376     # 10*(2^10) chars as input seems more than enough
4377     test $ac_count -gt 10 && break
4378   done
4379   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4380 esac
4381
4382       $ac_path_EGREP_found && break 3
4383     done
4384   done
4385   done
4386 IFS=$as_save_IFS
4387   if test -z "$ac_cv_path_EGREP"; then
4388     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4389   fi
4390 else
4391   ac_cv_path_EGREP=$EGREP
4392 fi
4393
4394    fi
4395 fi
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4397 $as_echo "$ac_cv_path_EGREP" >&6; }
4398  EGREP="$ac_cv_path_EGREP"
4399
4400
4401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4402 $as_echo_n "checking for fgrep... " >&6; }
4403 if test "${ac_cv_path_FGREP+set}" = set; then :
4404   $as_echo_n "(cached) " >&6
4405 else
4406   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4407    then ac_cv_path_FGREP="$GREP -F"
4408    else
4409      if test -z "$FGREP"; then
4410   ac_path_FGREP_found=false
4411   # Loop through the user's path and test for each of PROGNAME-LIST
4412   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4413 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4414 do
4415   IFS=$as_save_IFS
4416   test -z "$as_dir" && as_dir=.
4417     for ac_prog in fgrep; do
4418     for ac_exec_ext in '' $ac_executable_extensions; do
4419       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4420       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4421 # Check for GNU ac_path_FGREP and select it if it is found.
4422   # Check for GNU $ac_path_FGREP
4423 case `"$ac_path_FGREP" --version 2>&1` in
4424 *GNU*)
4425   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4426 *)
4427   ac_count=0
4428   $as_echo_n 0123456789 >"conftest.in"
4429   while :
4430   do
4431     cat "conftest.in" "conftest.in" >"conftest.tmp"
4432     mv "conftest.tmp" "conftest.in"
4433     cp "conftest.in" "conftest.nl"
4434     $as_echo 'FGREP' >> "conftest.nl"
4435     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4436     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4437     as_fn_arith $ac_count + 1 && ac_count=$as_val
4438     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4439       # Best one so far, save it but keep looking for a better one
4440       ac_cv_path_FGREP="$ac_path_FGREP"
4441       ac_path_FGREP_max=$ac_count
4442     fi
4443     # 10*(2^10) chars as input seems more than enough
4444     test $ac_count -gt 10 && break
4445   done
4446   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4447 esac
4448
4449       $ac_path_FGREP_found && break 3
4450     done
4451   done
4452   done
4453 IFS=$as_save_IFS
4454   if test -z "$ac_cv_path_FGREP"; then
4455     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4456   fi
4457 else
4458   ac_cv_path_FGREP=$FGREP
4459 fi
4460
4461    fi
4462 fi
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4464 $as_echo "$ac_cv_path_FGREP" >&6; }
4465  FGREP="$ac_cv_path_FGREP"
4466
4467
4468 test -z "$GREP" && GREP=grep
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488 # Check whether --with-gnu-ld was given.
4489 if test "${with_gnu_ld+set}" = set; then :
4490   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4491 else
4492   with_gnu_ld=no
4493 fi
4494
4495 ac_prog=ld
4496 if test "$GCC" = yes; then
4497   # Check if gcc -print-prog-name=ld gives a path.
4498   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4499 $as_echo_n "checking for ld used by $CC... " >&6; }
4500   case $host in
4501   *-*-mingw*)
4502     # gcc leaves a trailing carriage return which upsets mingw
4503     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4504   *)
4505     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4506   esac
4507   case $ac_prog in
4508     # Accept absolute paths.
4509     [\\/]* | ?:[\\/]*)
4510       re_direlt='/[^/][^/]*/\.\./'
4511       # Canonicalize the pathname of ld
4512       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4513       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4514         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4515       done
4516       test -z "$LD" && LD="$ac_prog"
4517       ;;
4518   "")
4519     # If it fails, then pretend we aren't using GCC.
4520     ac_prog=ld
4521     ;;
4522   *)
4523     # If it is relative, then search for the first ld in PATH.
4524     with_gnu_ld=unknown
4525     ;;
4526   esac
4527 elif test "$with_gnu_ld" = yes; then
4528   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4529 $as_echo_n "checking for GNU ld... " >&6; }
4530 else
4531   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4532 $as_echo_n "checking for non-GNU ld... " >&6; }
4533 fi
4534 if test "${lt_cv_path_LD+set}" = set; then :
4535   $as_echo_n "(cached) " >&6
4536 else
4537   if test -z "$LD"; then
4538   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4539   for ac_dir in $PATH; do
4540     IFS="$lt_save_ifs"
4541     test -z "$ac_dir" && ac_dir=.
4542     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4543       lt_cv_path_LD="$ac_dir/$ac_prog"
4544       # Check to see if the program is GNU ld.  I'd rather use --version,
4545       # but apparently some variants of GNU ld only accept -v.
4546       # Break only if it was the GNU/non-GNU ld that we prefer.
4547       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4548       *GNU* | *'with BFD'*)
4549         test "$with_gnu_ld" != no && break
4550         ;;
4551       *)
4552         test "$with_gnu_ld" != yes && break
4553         ;;
4554       esac
4555     fi
4556   done
4557   IFS="$lt_save_ifs"
4558 else
4559   lt_cv_path_LD="$LD" # Let the user override the test with a path.
4560 fi
4561 fi
4562
4563 LD="$lt_cv_path_LD"
4564 if test -n "$LD"; then
4565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4566 $as_echo "$LD" >&6; }
4567 else
4568   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4569 $as_echo "no" >&6; }
4570 fi
4571 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4573 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4574 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4575   $as_echo_n "(cached) " >&6
4576 else
4577   # I'd rather use --version here, but apparently some GNU lds only accept -v.
4578 case `$LD -v 2>&1 </dev/null` in
4579 *GNU* | *'with BFD'*)
4580   lt_cv_prog_gnu_ld=yes
4581   ;;
4582 *)
4583   lt_cv_prog_gnu_ld=no
4584   ;;
4585 esac
4586 fi
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4588 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4589 with_gnu_ld=$lt_cv_prog_gnu_ld
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4600 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4601 if test "${lt_cv_path_NM+set}" = set; then :
4602   $as_echo_n "(cached) " >&6
4603 else
4604   if test -n "$NM"; then
4605   # Let the user override the test.
4606   lt_cv_path_NM="$NM"
4607 else
4608   lt_nm_to_check="${ac_tool_prefix}nm"
4609   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4610     lt_nm_to_check="$lt_nm_to_check nm"
4611   fi
4612   for lt_tmp_nm in $lt_nm_to_check; do
4613     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4614     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4615       IFS="$lt_save_ifs"
4616       test -z "$ac_dir" && ac_dir=.
4617       tmp_nm="$ac_dir/$lt_tmp_nm"
4618       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4619         # Check to see if the nm accepts a BSD-compat flag.
4620         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4621         #   nm: unknown option "B" ignored
4622         # Tru64's nm complains that /dev/null is an invalid object file
4623         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4624         */dev/null* | *'Invalid file or object type'*)
4625           lt_cv_path_NM="$tmp_nm -B"
4626           break
4627           ;;
4628         *)
4629           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4630           */dev/null*)
4631             lt_cv_path_NM="$tmp_nm -p"
4632             break
4633             ;;
4634           *)
4635             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4636             continue # so that we can try to find one that supports BSD flags
4637             ;;
4638           esac
4639           ;;
4640         esac
4641       fi
4642     done
4643     IFS="$lt_save_ifs"
4644   done
4645   : ${lt_cv_path_NM=no}
4646 fi
4647 fi
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4649 $as_echo "$lt_cv_path_NM" >&6; }
4650 if test "$lt_cv_path_NM" != "no"; then
4651   NM="$lt_cv_path_NM"
4652 else
4653   # Didn't find any BSD compatible name lister, look for dumpbin.
4654   if test -n "$ac_tool_prefix"; then
4655   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4656   do
4657     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4658 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4660 $as_echo_n "checking for $ac_word... " >&6; }
4661 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4662   $as_echo_n "(cached) " >&6
4663 else
4664   if test -n "$DUMPBIN"; then
4665   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4666 else
4667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4668 for as_dir in $PATH
4669 do
4670   IFS=$as_save_IFS
4671   test -z "$as_dir" && as_dir=.
4672     for ac_exec_ext in '' $ac_executable_extensions; do
4673   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4674     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4675     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4676     break 2
4677   fi
4678 done
4679   done
4680 IFS=$as_save_IFS
4681
4682 fi
4683 fi
4684 DUMPBIN=$ac_cv_prog_DUMPBIN
4685 if test -n "$DUMPBIN"; then
4686   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4687 $as_echo "$DUMPBIN" >&6; }
4688 else
4689   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4690 $as_echo "no" >&6; }
4691 fi
4692
4693
4694     test -n "$DUMPBIN" && break
4695   done
4696 fi
4697 if test -z "$DUMPBIN"; then
4698   ac_ct_DUMPBIN=$DUMPBIN
4699   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4700 do
4701   # Extract the first word of "$ac_prog", so it can be a program name with args.
4702 set dummy $ac_prog; ac_word=$2
4703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4704 $as_echo_n "checking for $ac_word... " >&6; }
4705 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4706   $as_echo_n "(cached) " >&6
4707 else
4708   if test -n "$ac_ct_DUMPBIN"; then
4709   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4710 else
4711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4712 for as_dir in $PATH
4713 do
4714   IFS=$as_save_IFS
4715   test -z "$as_dir" && as_dir=.
4716     for ac_exec_ext in '' $ac_executable_extensions; do
4717   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4718     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4719     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4720     break 2
4721   fi
4722 done
4723   done
4724 IFS=$as_save_IFS
4725
4726 fi
4727 fi
4728 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4729 if test -n "$ac_ct_DUMPBIN"; then
4730   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4731 $as_echo "$ac_ct_DUMPBIN" >&6; }
4732 else
4733   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4734 $as_echo "no" >&6; }
4735 fi
4736
4737
4738   test -n "$ac_ct_DUMPBIN" && break
4739 done
4740
4741   if test "x$ac_ct_DUMPBIN" = x; then
4742     DUMPBIN=":"
4743   else
4744     case $cross_compiling:$ac_tool_warned in
4745 yes:)
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4747 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4748 ac_tool_warned=yes ;;
4749 esac
4750     DUMPBIN=$ac_ct_DUMPBIN
4751   fi
4752 fi
4753
4754
4755   if test "$DUMPBIN" != ":"; then
4756     NM="$DUMPBIN"
4757   fi
4758 fi
4759 test -z "$NM" && NM=nm
4760
4761
4762
4763
4764
4765
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4767 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4768 if test "${lt_cv_nm_interface+set}" = set; then :
4769   $as_echo_n "(cached) " >&6
4770 else
4771   lt_cv_nm_interface="BSD nm"
4772   echo "int some_variable = 0;" > conftest.$ac_ext
4773   (eval echo "\"\$as_me:4773: $ac_compile\"" >&5)
4774   (eval "$ac_compile" 2>conftest.err)
4775   cat conftest.err >&5
4776   (eval echo "\"\$as_me:4776: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4777   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4778   cat conftest.err >&5
4779   (eval echo "\"\$as_me:4779: output\"" >&5)
4780   cat conftest.out >&5
4781   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4782     lt_cv_nm_interface="MS dumpbin"
4783   fi
4784   rm -f conftest*
4785 fi
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4787 $as_echo "$lt_cv_nm_interface" >&6; }
4788
4789 # find the maximum length of command line arguments
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4791 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4792 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4793   $as_echo_n "(cached) " >&6
4794 else
4795     i=0
4796   teststring="ABCD"
4797
4798   case $build_os in
4799   msdosdjgpp*)
4800     # On DJGPP, this test can blow up pretty badly due to problems in libc
4801     # (any single argument exceeding 2000 bytes causes a buffer overrun
4802     # during glob expansion).  Even if it were fixed, the result of this
4803     # check would be larger than it should be.
4804     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
4805     ;;
4806
4807   gnu*)
4808     # Under GNU Hurd, this test is not required because there is
4809     # no limit to the length of command line arguments.
4810     # Libtool will interpret -1 as no limit whatsoever
4811     lt_cv_sys_max_cmd_len=-1;
4812     ;;
4813
4814   cygwin* | mingw* | cegcc*)
4815     # On Win9x/ME, this test blows up -- it succeeds, but takes
4816     # about 5 minutes as the teststring grows exponentially.
4817     # Worse, since 9x/ME are not pre-emptively multitasking,
4818     # you end up with a "frozen" computer, even though with patience
4819     # the test eventually succeeds (with a max line length of 256k).
4820     # Instead, let's just punt: use the minimum linelength reported by
4821     # all of the supported platforms: 8192 (on NT/2K/XP).
4822     lt_cv_sys_max_cmd_len=8192;
4823     ;;
4824
4825   amigaos*)
4826     # On AmigaOS with pdksh, this test takes hours, literally.
4827     # So we just punt and use a minimum line length of 8192.
4828     lt_cv_sys_max_cmd_len=8192;
4829     ;;
4830
4831   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4832     # This has been around since 386BSD, at least.  Likely further.
4833     if test -x /sbin/sysctl; then
4834       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4835     elif test -x /usr/sbin/sysctl; then
4836       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4837     else
4838       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
4839     fi
4840     # And add a safety zone
4841     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4842     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4843     ;;
4844
4845   interix*)
4846     # We know the value 262144 and hardcode it with a safety zone (like BSD)
4847     lt_cv_sys_max_cmd_len=196608
4848     ;;
4849
4850   osf*)
4851     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4852     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4853     # nice to cause kernel panics so lets avoid the loop below.
4854     # First set a reasonable default.
4855     lt_cv_sys_max_cmd_len=16384
4856     #
4857     if test -x /sbin/sysconfig; then
4858       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4859         *1*) lt_cv_sys_max_cmd_len=-1 ;;
4860       esac
4861     fi
4862     ;;
4863   sco3.2v5*)
4864     lt_cv_sys_max_cmd_len=102400
4865     ;;
4866   sysv5* | sco5v6* | sysv4.2uw2*)
4867     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4868     if test -n "$kargmax"; then
4869       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
4870     else
4871       lt_cv_sys_max_cmd_len=32768
4872     fi
4873     ;;
4874   *)
4875     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4876     if test -n "$lt_cv_sys_max_cmd_len"; then
4877       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4878       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4879     else
4880       # Make teststring a little bigger before we do anything with it.
4881       # a 1K string should be a reasonable start.
4882       for i in 1 2 3 4 5 6 7 8 ; do
4883         teststring=$teststring$teststring
4884       done
4885       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4886       # If test is not a shell built-in, we'll probably end up computing a
4887       # maximum length that is only half of the actual maximum length, but
4888       # we can't tell.
4889       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4890                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4891               test $i != 17 # 1/2 MB should be enough
4892       do
4893         i=`expr $i + 1`
4894         teststring=$teststring$teststring
4895       done
4896       # Only check the string length outside the loop.
4897       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4898       teststring=
4899       # Add a significant safety factor because C++ compilers can tack on
4900       # massive amounts of additional arguments before passing them to the
4901       # linker.  It appears as though 1/2 is a usable value.
4902       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4903     fi
4904     ;;
4905   esac
4906
4907 fi
4908
4909 if test -n $lt_cv_sys_max_cmd_len ; then
4910   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4911 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4912 else
4913   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4914 $as_echo "none" >&6; }
4915 fi
4916 max_cmd_len=$lt_cv_sys_max_cmd_len
4917
4918
4919
4920
4921
4922
4923 : ${CP="cp -f"}
4924 : ${MV="mv -f"}
4925 : ${RM="rm -f"}
4926
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4928 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4929 # Try some XSI features
4930 xsi_shell=no
4931 ( _lt_dummy="a/b/c"
4932   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4933       = c,a/b,, \
4934     && eval 'test $(( 1 + 1 )) -eq 2 \
4935     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4936   && xsi_shell=yes
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4938 $as_echo "$xsi_shell" >&6; }
4939
4940
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4942 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4943 lt_shell_append=no
4944 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4945     >/dev/null 2>&1 \
4946   && lt_shell_append=yes
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4948 $as_echo "$lt_shell_append" >&6; }
4949
4950
4951 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4952   lt_unset=unset
4953 else
4954   lt_unset=false
4955 fi
4956
4957
4958
4959
4960
4961 # test EBCDIC or ASCII
4962 case `echo X|tr X '\101'` in
4963  A) # ASCII based system
4964     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4965   lt_SP2NL='tr \040 \012'
4966   lt_NL2SP='tr \015\012 \040\040'
4967   ;;
4968  *) # EBCDIC based system
4969   lt_SP2NL='tr \100 \n'
4970   lt_NL2SP='tr \r\n \100\100'
4971   ;;
4972 esac
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4983 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4984 if test "${lt_cv_ld_reload_flag+set}" = set; then :
4985   $as_echo_n "(cached) " >&6
4986 else
4987   lt_cv_ld_reload_flag='-r'
4988 fi
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4990 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4991 reload_flag=$lt_cv_ld_reload_flag
4992 case $reload_flag in
4993 "" | " "*) ;;
4994 *) reload_flag=" $reload_flag" ;;
4995 esac
4996 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4997 case $host_os in
4998   darwin*)
4999     if test "$GCC" = yes; then
5000       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5001     else
5002       reload_cmds='$LD$reload_flag -o $output$reload_objs'
5003     fi
5004     ;;
5005 esac
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015 if test -n "$ac_tool_prefix"; then
5016   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5017 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5019 $as_echo_n "checking for $ac_word... " >&6; }
5020 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5021   $as_echo_n "(cached) " >&6
5022 else
5023   if test -n "$OBJDUMP"; then
5024   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5025 else
5026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5027 for as_dir in $PATH
5028 do
5029   IFS=$as_save_IFS
5030   test -z "$as_dir" && as_dir=.
5031     for ac_exec_ext in '' $ac_executable_extensions; do
5032   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5033     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5034     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5035     break 2
5036   fi
5037 done
5038   done
5039 IFS=$as_save_IFS
5040
5041 fi
5042 fi
5043 OBJDUMP=$ac_cv_prog_OBJDUMP
5044 if test -n "$OBJDUMP"; then
5045   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5046 $as_echo "$OBJDUMP" >&6; }
5047 else
5048   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5049 $as_echo "no" >&6; }
5050 fi
5051
5052
5053 fi
5054 if test -z "$ac_cv_prog_OBJDUMP"; then
5055   ac_ct_OBJDUMP=$OBJDUMP
5056   # Extract the first word of "objdump", so it can be a program name with args.
5057 set dummy objdump; ac_word=$2
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5059 $as_echo_n "checking for $ac_word... " >&6; }
5060 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5061   $as_echo_n "(cached) " >&6
5062 else
5063   if test -n "$ac_ct_OBJDUMP"; then
5064   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5065 else
5066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5067 for as_dir in $PATH
5068 do
5069   IFS=$as_save_IFS
5070   test -z "$as_dir" && as_dir=.
5071     for ac_exec_ext in '' $ac_executable_extensions; do
5072   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5073     ac_cv_prog_ac_ct_OBJDUMP="objdump"
5074     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5075     break 2
5076   fi
5077 done
5078   done
5079 IFS=$as_save_IFS
5080
5081 fi
5082 fi
5083 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5084 if test -n "$ac_ct_OBJDUMP"; then
5085   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5086 $as_echo "$ac_ct_OBJDUMP" >&6; }
5087 else
5088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5089 $as_echo "no" >&6; }
5090 fi
5091
5092   if test "x$ac_ct_OBJDUMP" = x; then
5093     OBJDUMP="false"
5094   else
5095     case $cross_compiling:$ac_tool_warned in
5096 yes:)
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5098 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5099 ac_tool_warned=yes ;;
5100 esac
5101     OBJDUMP=$ac_ct_OBJDUMP
5102   fi
5103 else
5104   OBJDUMP="$ac_cv_prog_OBJDUMP"
5105 fi
5106
5107 test -z "$OBJDUMP" && OBJDUMP=objdump
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5118 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5119 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5120   $as_echo_n "(cached) " >&6
5121 else
5122   lt_cv_file_magic_cmd='$MAGIC_CMD'
5123 lt_cv_file_magic_test_file=
5124 lt_cv_deplibs_check_method='unknown'
5125 # Need to set the preceding variable on all platforms that support
5126 # interlibrary dependencies.
5127 # 'none' -- dependencies not supported.
5128 # `unknown' -- same as none, but documents that we really don't know.
5129 # 'pass_all' -- all dependencies passed with no checks.
5130 # 'test_compile' -- check by making test program.
5131 # 'file_magic [[regex]]' -- check by looking for files in library path
5132 # which responds to the $file_magic_cmd with a given extended regex.
5133 # If you have `file' or equivalent on your system and you're not sure
5134 # whether `pass_all' will *always* work, you probably want this one.
5135
5136 case $host_os in
5137 aix[4-9]*)
5138   lt_cv_deplibs_check_method=pass_all
5139   ;;
5140
5141 beos*)
5142   lt_cv_deplibs_check_method=pass_all
5143   ;;
5144
5145 bsdi[45]*)
5146   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5147   lt_cv_file_magic_cmd='/usr/bin/file -L'
5148   lt_cv_file_magic_test_file=/shlib/libc.so
5149   ;;
5150
5151 cygwin*)
5152   # func_win32_libid is a shell function defined in ltmain.sh
5153   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5154   lt_cv_file_magic_cmd='func_win32_libid'
5155   ;;
5156
5157 mingw* | pw32*)
5158   # Base MSYS/MinGW do not provide the 'file' command needed by
5159   # func_win32_libid shell function, so use a weaker test based on 'objdump',
5160   # unless we find 'file', for example because we are cross-compiling.
5161   if ( file / ) >/dev/null 2>&1; then
5162     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5163     lt_cv_file_magic_cmd='func_win32_libid'
5164   else
5165     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5166     lt_cv_file_magic_cmd='$OBJDUMP -f'
5167   fi
5168   ;;
5169
5170 cegcc)
5171   # use the weaker test based on 'objdump'. See mingw*.
5172   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5173   lt_cv_file_magic_cmd='$OBJDUMP -f'
5174   ;;
5175
5176 darwin* | rhapsody*)
5177   lt_cv_deplibs_check_method=pass_all
5178   ;;
5179
5180 freebsd* | dragonfly*)
5181   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5182     case $host_cpu in
5183     i*86 )
5184       # Not sure whether the presence of OpenBSD here was a mistake.
5185       # Let's accept both of them until this is cleared up.
5186       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5187       lt_cv_file_magic_cmd=/usr/bin/file
5188       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5189       ;;
5190     esac
5191   else
5192     lt_cv_deplibs_check_method=pass_all
5193   fi
5194   ;;
5195
5196 gnu*)
5197   lt_cv_deplibs_check_method=pass_all
5198   ;;
5199
5200 hpux10.20* | hpux11*)
5201   lt_cv_file_magic_cmd=/usr/bin/file
5202   case $host_cpu in
5203   ia64*)
5204     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5205     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5206     ;;
5207   hppa*64*)
5208     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
5209     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5210     ;;
5211   *)
5212     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5213     lt_cv_file_magic_test_file=/usr/lib/libc.sl
5214     ;;
5215   esac
5216   ;;
5217
5218 interix[3-9]*)
5219   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5220   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5221   ;;
5222
5223 irix5* | irix6* | nonstopux*)
5224   case $LD in
5225   *-32|*"-32 ") libmagic=32-bit;;
5226   *-n32|*"-n32 ") libmagic=N32;;
5227   *-64|*"-64 ") libmagic=64-bit;;
5228   *) libmagic=never-match;;
5229   esac
5230   lt_cv_deplibs_check_method=pass_all
5231   ;;
5232
5233 # This must be Linux ELF.
5234 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5235   lt_cv_deplibs_check_method=pass_all
5236   ;;
5237
5238 netbsd* | netbsdelf*-gnu)
5239   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5240     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5241   else
5242     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5243   fi
5244   ;;
5245
5246 newos6*)
5247   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5248   lt_cv_file_magic_cmd=/usr/bin/file
5249   lt_cv_file_magic_test_file=/usr/lib/libnls.so
5250   ;;
5251
5252 *nto* | *qnx*)
5253   lt_cv_deplibs_check_method=pass_all
5254   ;;
5255
5256 openbsd*)
5257   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5258     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5259   else
5260     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5261   fi
5262   ;;
5263
5264 osf3* | osf4* | osf5*)
5265   lt_cv_deplibs_check_method=pass_all
5266   ;;
5267
5268 rdos*)
5269   lt_cv_deplibs_check_method=pass_all
5270   ;;
5271
5272 solaris*)
5273   lt_cv_deplibs_check_method=pass_all
5274   ;;
5275
5276 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5277   lt_cv_deplibs_check_method=pass_all
5278   ;;
5279
5280 sysv4 | sysv4.3*)
5281   case $host_vendor in
5282   motorola)
5283     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
5284     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5285     ;;
5286   ncr)
5287     lt_cv_deplibs_check_method=pass_all
5288     ;;
5289   sequent)
5290     lt_cv_file_magic_cmd='/bin/file'
5291     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5292     ;;
5293   sni)
5294     lt_cv_file_magic_cmd='/bin/file'
5295     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5296     lt_cv_file_magic_test_file=/lib/libc.so
5297     ;;
5298   siemens)
5299     lt_cv_deplibs_check_method=pass_all
5300     ;;
5301   pc)
5302     lt_cv_deplibs_check_method=pass_all
5303     ;;
5304   esac
5305   ;;
5306
5307 tpf*)
5308   lt_cv_deplibs_check_method=pass_all
5309   ;;
5310 esac
5311
5312 fi
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5314 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5315 file_magic_cmd=$lt_cv_file_magic_cmd
5316 deplibs_check_method=$lt_cv_deplibs_check_method
5317 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330 if test -n "$ac_tool_prefix"; then
5331   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5332 set dummy ${ac_tool_prefix}ar; ac_word=$2
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5334 $as_echo_n "checking for $ac_word... " >&6; }
5335 if test "${ac_cv_prog_AR+set}" = set; then :
5336   $as_echo_n "(cached) " >&6
5337 else
5338   if test -n "$AR"; then
5339   ac_cv_prog_AR="$AR" # Let the user override the test.
5340 else
5341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5342 for as_dir in $PATH
5343 do
5344   IFS=$as_save_IFS
5345   test -z "$as_dir" && as_dir=.
5346     for ac_exec_ext in '' $ac_executable_extensions; do
5347   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5348     ac_cv_prog_AR="${ac_tool_prefix}ar"
5349     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5350     break 2
5351   fi
5352 done
5353   done
5354 IFS=$as_save_IFS
5355
5356 fi
5357 fi
5358 AR=$ac_cv_prog_AR
5359 if test -n "$AR"; then
5360   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5361 $as_echo "$AR" >&6; }
5362 else
5363   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5364 $as_echo "no" >&6; }
5365 fi
5366
5367
5368 fi
5369 if test -z "$ac_cv_prog_AR"; then
5370   ac_ct_AR=$AR
5371   # Extract the first word of "ar", so it can be a program name with args.
5372 set dummy ar; ac_word=$2
5373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5374 $as_echo_n "checking for $ac_word... " >&6; }
5375 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5376   $as_echo_n "(cached) " >&6
5377 else
5378   if test -n "$ac_ct_AR"; then
5379   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5380 else
5381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5382 for as_dir in $PATH
5383 do
5384   IFS=$as_save_IFS
5385   test -z "$as_dir" && as_dir=.
5386     for ac_exec_ext in '' $ac_executable_extensions; do
5387   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5388     ac_cv_prog_ac_ct_AR="ar"
5389     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5390     break 2
5391   fi
5392 done
5393   done
5394 IFS=$as_save_IFS
5395
5396 fi
5397 fi
5398 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5399 if test -n "$ac_ct_AR"; then
5400   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5401 $as_echo "$ac_ct_AR" >&6; }
5402 else
5403   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5404 $as_echo "no" >&6; }
5405 fi
5406
5407   if test "x$ac_ct_AR" = x; then
5408     AR="false"
5409   else
5410     case $cross_compiling:$ac_tool_warned in
5411 yes:)
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5413 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5414 ac_tool_warned=yes ;;
5415 esac
5416     AR=$ac_ct_AR
5417   fi
5418 else
5419   AR="$ac_cv_prog_AR"
5420 fi
5421
5422 test -z "$AR" && AR=ar
5423 test -z "$AR_FLAGS" && AR_FLAGS=cru
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435 if test -n "$ac_tool_prefix"; then
5436   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5437 set dummy ${ac_tool_prefix}strip; ac_word=$2
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5439 $as_echo_n "checking for $ac_word... " >&6; }
5440 if test "${ac_cv_prog_STRIP+set}" = set; then :
5441   $as_echo_n "(cached) " >&6
5442 else
5443   if test -n "$STRIP"; then
5444   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5445 else
5446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5447 for as_dir in $PATH
5448 do
5449   IFS=$as_save_IFS
5450   test -z "$as_dir" && as_dir=.
5451     for ac_exec_ext in '' $ac_executable_extensions; do
5452   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5453     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5454     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5455     break 2
5456   fi
5457 done
5458   done
5459 IFS=$as_save_IFS
5460
5461 fi
5462 fi
5463 STRIP=$ac_cv_prog_STRIP
5464 if test -n "$STRIP"; then
5465   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5466 $as_echo "$STRIP" >&6; }
5467 else
5468   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5469 $as_echo "no" >&6; }
5470 fi
5471
5472
5473 fi
5474 if test -z "$ac_cv_prog_STRIP"; then
5475   ac_ct_STRIP=$STRIP
5476   # Extract the first word of "strip", so it can be a program name with args.
5477 set dummy strip; ac_word=$2
5478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5479 $as_echo_n "checking for $ac_word... " >&6; }
5480 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5481   $as_echo_n "(cached) " >&6
5482 else
5483   if test -n "$ac_ct_STRIP"; then
5484   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5485 else
5486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5487 for as_dir in $PATH
5488 do
5489   IFS=$as_save_IFS
5490   test -z "$as_dir" && as_dir=.
5491     for ac_exec_ext in '' $ac_executable_extensions; do
5492   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5493     ac_cv_prog_ac_ct_STRIP="strip"
5494     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5495     break 2
5496   fi
5497 done
5498   done
5499 IFS=$as_save_IFS
5500
5501 fi
5502 fi
5503 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5504 if test -n "$ac_ct_STRIP"; then
5505   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5506 $as_echo "$ac_ct_STRIP" >&6; }
5507 else
5508   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5509 $as_echo "no" >&6; }
5510 fi
5511
5512   if test "x$ac_ct_STRIP" = x; then
5513     STRIP=":"
5514   else
5515     case $cross_compiling:$ac_tool_warned in
5516 yes:)
5517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5518 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5519 ac_tool_warned=yes ;;
5520 esac
5521     STRIP=$ac_ct_STRIP
5522   fi
5523 else
5524   STRIP="$ac_cv_prog_STRIP"
5525 fi
5526
5527 test -z "$STRIP" && STRIP=:
5528
5529
5530
5531
5532
5533
5534 if test -n "$ac_tool_prefix"; then
5535   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5536 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5538 $as_echo_n "checking for $ac_word... " >&6; }
5539 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5540   $as_echo_n "(cached) " >&6
5541 else
5542   if test -n "$RANLIB"; then
5543   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5544 else
5545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5546 for as_dir in $PATH
5547 do
5548   IFS=$as_save_IFS
5549   test -z "$as_dir" && as_dir=.
5550     for ac_exec_ext in '' $ac_executable_extensions; do
5551   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5552     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5553     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5554     break 2
5555   fi
5556 done
5557   done
5558 IFS=$as_save_IFS
5559
5560 fi
5561 fi
5562 RANLIB=$ac_cv_prog_RANLIB
5563 if test -n "$RANLIB"; then
5564   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5565 $as_echo "$RANLIB" >&6; }
5566 else
5567   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5568 $as_echo "no" >&6; }
5569 fi
5570
5571
5572 fi
5573 if test -z "$ac_cv_prog_RANLIB"; then
5574   ac_ct_RANLIB=$RANLIB
5575   # Extract the first word of "ranlib", so it can be a program name with args.
5576 set dummy ranlib; ac_word=$2
5577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5578 $as_echo_n "checking for $ac_word... " >&6; }
5579 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5580   $as_echo_n "(cached) " >&6
5581 else
5582   if test -n "$ac_ct_RANLIB"; then
5583   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5584 else
5585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5586 for as_dir in $PATH
5587 do
5588   IFS=$as_save_IFS
5589   test -z "$as_dir" && as_dir=.
5590     for ac_exec_ext in '' $ac_executable_extensions; do
5591   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5592     ac_cv_prog_ac_ct_RANLIB="ranlib"
5593     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5594     break 2
5595   fi
5596 done
5597   done
5598 IFS=$as_save_IFS
5599
5600 fi
5601 fi
5602 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5603 if test -n "$ac_ct_RANLIB"; then
5604   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5605 $as_echo "$ac_ct_RANLIB" >&6; }
5606 else
5607   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5608 $as_echo "no" >&6; }
5609 fi
5610
5611   if test "x$ac_ct_RANLIB" = x; then
5612     RANLIB=":"
5613   else
5614     case $cross_compiling:$ac_tool_warned in
5615 yes:)
5616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5617 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5618 ac_tool_warned=yes ;;
5619 esac
5620     RANLIB=$ac_ct_RANLIB
5621   fi
5622 else
5623   RANLIB="$ac_cv_prog_RANLIB"
5624 fi
5625
5626 test -z "$RANLIB" && RANLIB=:
5627
5628
5629
5630
5631
5632
5633 # Determine commands to create old-style static archives.
5634 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5635 old_postinstall_cmds='chmod 644 $oldlib'
5636 old_postuninstall_cmds=
5637
5638 if test -n "$RANLIB"; then
5639   case $host_os in
5640   openbsd*)
5641     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5642     ;;
5643   *)
5644     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5645     ;;
5646   esac
5647   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5648 fi
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683 # If no C compiler was specified, use CC.
5684 LTCC=${LTCC-"$CC"}
5685
5686 # If no C compiler flags were specified, use CFLAGS.
5687 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5688
5689 # Allow CC to be a program name with arguments.
5690 compiler=$CC
5691
5692
5693 # Check for command to grab the raw symbol name followed by C symbol from nm.
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5695 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5696 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5697   $as_echo_n "(cached) " >&6
5698 else
5699
5700 # These are sane defaults that work on at least a few old systems.
5701 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
5702
5703 # Character class describing NM global symbol codes.
5704 symcode='[BCDEGRST]'
5705
5706 # Regexp to match symbols that can be accessed directly from C.
5707 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5708
5709 # Define system-specific variables.
5710 case $host_os in
5711 aix*)
5712   symcode='[BCDT]'
5713   ;;
5714 cygwin* | mingw* | pw32* | cegcc*)
5715   symcode='[ABCDGISTW]'
5716   ;;
5717 hpux*)
5718   if test "$host_cpu" = ia64; then
5719     symcode='[ABCDEGRST]'
5720   fi
5721   ;;
5722 irix* | nonstopux*)
5723   symcode='[BCDEGRST]'
5724   ;;
5725 osf*)
5726   symcode='[BCDEGQRST]'
5727   ;;
5728 solaris*)
5729   symcode='[BDRT]'
5730   ;;
5731 sco3.2v5*)
5732   symcode='[DT]'
5733   ;;
5734 sysv4.2uw2*)
5735   symcode='[DT]'
5736   ;;
5737 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5738   symcode='[ABDT]'
5739   ;;
5740 sysv4)
5741   symcode='[DFNSTU]'
5742   ;;
5743 esac
5744
5745 # If we're using GNU nm, then use its standard symbol codes.
5746 case `$NM -V 2>&1` in
5747 *GNU* | *'with BFD'*)
5748   symcode='[ABCDGIRSTW]' ;;
5749 esac
5750
5751 # Transform an extracted symbol line into a proper C declaration.
5752 # Some systems (esp. on ia64) link data and code symbols differently,
5753 # so use this general approach.
5754 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5755
5756 # Transform an extracted symbol line into symbol name and symbol address
5757 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
5758 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
5759
5760 # Handle CRLF in mingw tool chain
5761 opt_cr=
5762 case $build_os in
5763 mingw*)
5764   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5765   ;;
5766 esac
5767
5768 # Try without a prefix underscore, then with it.
5769 for ac_symprfx in "" "_"; do
5770
5771   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5772   symxfrm="\\1 $ac_symprfx\\2 \\2"
5773
5774   # Write the raw and C identifiers.
5775   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5776     # Fake it for dumpbin and say T for any non-static function
5777     # and D for any global variable.
5778     # Also find C++ and __fastcall symbols from MSVC++,
5779     # which start with @ or ?.
5780     lt_cv_sys_global_symbol_pipe="$AWK '"\
5781 "     {last_section=section; section=\$ 3};"\
5782 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5783 "     \$ 0!~/External *\|/{next};"\
5784 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5785 "     {if(hide[section]) next};"\
5786 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5787 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5788 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
5789 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5790 "     ' prfx=^$ac_symprfx"
5791   else
5792     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5793   fi
5794
5795   # Check to see that the pipe works correctly.
5796   pipe_works=no
5797
5798   rm -f conftest*
5799   cat > conftest.$ac_ext <<_LT_EOF
5800 #ifdef __cplusplus
5801 extern "C" {
5802 #endif
5803 char nm_test_var;
5804 void nm_test_func(void);
5805 void nm_test_func(void){}
5806 #ifdef __cplusplus
5807 }
5808 #endif
5809 int main(){nm_test_var='a';nm_test_func();return(0);}
5810 _LT_EOF
5811
5812   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5813   (eval $ac_compile) 2>&5
5814   ac_status=$?
5815   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5816   test $ac_status = 0; }; then
5817     # Now try to grab the symbols.
5818     nlist=conftest.nm
5819     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
5820   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5821   ac_status=$?
5822   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5823   test $ac_status = 0; } && test -s "$nlist"; then
5824       # Try sorting and uniquifying the output.
5825       if sort "$nlist" | uniq > "$nlist"T; then
5826         mv -f "$nlist"T "$nlist"
5827       else
5828         rm -f "$nlist"T
5829       fi
5830
5831       # Make sure that we snagged all the symbols we need.
5832       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5833         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5834           cat <<_LT_EOF > conftest.$ac_ext
5835 #ifdef __cplusplus
5836 extern "C" {
5837 #endif
5838
5839 _LT_EOF
5840           # Now generate the symbol file.
5841           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5842
5843           cat <<_LT_EOF >> conftest.$ac_ext
5844
5845 /* The mapping between symbol names and symbols.  */
5846 const struct {
5847   const char *name;
5848   void       *address;
5849 }
5850 lt__PROGRAM__LTX_preloaded_symbols[] =
5851 {
5852   { "@PROGRAM@", (void *) 0 },
5853 _LT_EOF
5854           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5855           cat <<\_LT_EOF >> conftest.$ac_ext
5856   {0, (void *) 0}
5857 };
5858
5859 /* This works around a problem in FreeBSD linker */
5860 #ifdef FREEBSD_WORKAROUND
5861 static const void *lt_preloaded_setup() {
5862   return lt__PROGRAM__LTX_preloaded_symbols;
5863 }
5864 #endif
5865
5866 #ifdef __cplusplus
5867 }
5868 #endif
5869 _LT_EOF
5870           # Now try linking the two files.
5871           mv conftest.$ac_objext conftstm.$ac_objext
5872           lt_save_LIBS="$LIBS"
5873           lt_save_CFLAGS="$CFLAGS"
5874           LIBS="conftstm.$ac_objext"
5875           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5876           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5877   (eval $ac_link) 2>&5
5878   ac_status=$?
5879   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5880   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5881             pipe_works=yes
5882           fi
5883           LIBS="$lt_save_LIBS"
5884           CFLAGS="$lt_save_CFLAGS"
5885         else
5886           echo "cannot find nm_test_func in $nlist" >&5
5887         fi
5888       else
5889         echo "cannot find nm_test_var in $nlist" >&5
5890       fi
5891     else
5892       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5893     fi
5894   else
5895     echo "$progname: failed program was:" >&5
5896     cat conftest.$ac_ext >&5
5897   fi
5898   rm -rf conftest* conftst*
5899
5900   # Do not use the global_symbol_pipe unless it works.
5901   if test "$pipe_works" = yes; then
5902     break
5903   else
5904     lt_cv_sys_global_symbol_pipe=
5905   fi
5906 done
5907
5908 fi
5909
5910 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5911   lt_cv_sys_global_symbol_to_cdecl=
5912 fi
5913 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5914   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5915 $as_echo "failed" >&6; }
5916 else
5917   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5918 $as_echo "ok" >&6; }
5919 fi
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942 # Check whether --enable-libtool-lock was given.
5943 if test "${enable_libtool_lock+set}" = set; then :
5944   enableval=$enable_libtool_lock;
5945 fi
5946
5947 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5948
5949 # Some flags need to be propagated to the compiler or linker for good
5950 # libtool support.
5951 case $host in
5952 ia64-*-hpux*)
5953   # Find out which ABI we are using.
5954   echo 'int i;' > conftest.$ac_ext
5955   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5956   (eval $ac_compile) 2>&5
5957   ac_status=$?
5958   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5959   test $ac_status = 0; }; then
5960     case `/usr/bin/file conftest.$ac_objext` in
5961       *ELF-32*)
5962         HPUX_IA64_MODE="32"
5963         ;;
5964       *ELF-64*)
5965         HPUX_IA64_MODE="64"
5966         ;;
5967     esac
5968   fi
5969   rm -rf conftest*
5970   ;;
5971 *-*-irix6*)
5972   # Find out which ABI we are using.
5973   echo '#line 5973 "configure"' > conftest.$ac_ext
5974   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5975   (eval $ac_compile) 2>&5
5976   ac_status=$?
5977   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5978   test $ac_status = 0; }; then
5979     if test "$lt_cv_prog_gnu_ld" = yes; then
5980       case `/usr/bin/file conftest.$ac_objext` in
5981         *32-bit*)
5982           LD="${LD-ld} -melf32bsmip"
5983           ;;
5984         *N32*)
5985           LD="${LD-ld} -melf32bmipn32"
5986           ;;
5987         *64-bit*)
5988           LD="${LD-ld} -melf64bmip"
5989         ;;
5990       esac
5991     else
5992       case `/usr/bin/file conftest.$ac_objext` in
5993         *32-bit*)
5994           LD="${LD-ld} -32"
5995           ;;
5996         *N32*)
5997           LD="${LD-ld} -n32"
5998           ;;
5999         *64-bit*)
6000           LD="${LD-ld} -64"
6001           ;;
6002       esac
6003     fi
6004   fi
6005   rm -rf conftest*
6006   ;;
6007
6008 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6009 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6010   # Find out which ABI we are using.
6011   echo 'int i;' > conftest.$ac_ext
6012   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6013   (eval $ac_compile) 2>&5
6014   ac_status=$?
6015   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6016   test $ac_status = 0; }; then
6017     case `/usr/bin/file conftest.o` in
6018       *32-bit*)
6019         case $host in
6020           x86_64-*kfreebsd*-gnu)
6021             LD="${LD-ld} -m elf_i386_fbsd"
6022             ;;
6023           x86_64-*linux*)
6024             LD="${LD-ld} -m elf_i386"
6025             ;;
6026           ppc64-*linux*|powerpc64-*linux*)
6027             LD="${LD-ld} -m elf32ppclinux"
6028             ;;
6029           s390x-*linux*)
6030             LD="${LD-ld} -m elf_s390"
6031             ;;
6032           sparc64-*linux*)
6033             LD="${LD-ld} -m elf32_sparc"
6034             ;;
6035         esac
6036         ;;
6037       *64-bit*)
6038         case $host in
6039           x86_64-*kfreebsd*-gnu)
6040             LD="${LD-ld} -m elf_x86_64_fbsd"
6041             ;;
6042           x86_64-*linux*)
6043             LD="${LD-ld} -m elf_x86_64"
6044             ;;
6045           ppc*-*linux*|powerpc*-*linux*)
6046             LD="${LD-ld} -m elf64ppc"
6047             ;;
6048           s390*-*linux*|s390*-*tpf*)
6049             LD="${LD-ld} -m elf64_s390"
6050             ;;
6051           sparc*-*linux*)
6052             LD="${LD-ld} -m elf64_sparc"
6053             ;;
6054         esac
6055         ;;
6056     esac
6057   fi
6058   rm -rf conftest*
6059   ;;
6060
6061 *-*-sco3.2v5*)
6062   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6063   SAVE_CFLAGS="$CFLAGS"
6064   CFLAGS="$CFLAGS -belf"
6065   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6066 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6067 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6068   $as_echo_n "(cached) " >&6
6069 else
6070   ac_ext=c
6071 ac_cpp='$CPP $CPPFLAGS'
6072 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6073 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6074 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6075
6076      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6077 /* end confdefs.h.  */
6078
6079 int
6080 main ()
6081 {
6082
6083   ;
6084   return 0;
6085 }
6086 _ACEOF
6087 if ac_fn_c_try_link "$LINENO"; then :
6088   lt_cv_cc_needs_belf=yes
6089 else
6090   lt_cv_cc_needs_belf=no
6091 fi
6092 rm -f core conftest.err conftest.$ac_objext \
6093     conftest$ac_exeext conftest.$ac_ext
6094      ac_ext=c
6095 ac_cpp='$CPP $CPPFLAGS'
6096 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6097 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6098 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6099
6100 fi
6101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6102 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6103   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6104     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6105     CFLAGS="$SAVE_CFLAGS"
6106   fi
6107   ;;
6108 sparc*-*solaris*)
6109   # Find out which ABI we are using.
6110   echo 'int i;' > conftest.$ac_ext
6111   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6112   (eval $ac_compile) 2>&5
6113   ac_status=$?
6114   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6115   test $ac_status = 0; }; then
6116     case `/usr/bin/file conftest.o` in
6117     *64-bit*)
6118       case $lt_cv_prog_gnu_ld in
6119       yes*) LD="${LD-ld} -m elf64_sparc" ;;
6120       *)
6121         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6122           LD="${LD-ld} -64"
6123         fi
6124         ;;
6125       esac
6126       ;;
6127     esac
6128   fi
6129   rm -rf conftest*
6130   ;;
6131 esac
6132
6133 need_locks="$enable_libtool_lock"
6134
6135
6136   case $host_os in
6137     rhapsody* | darwin*)
6138     if test -n "$ac_tool_prefix"; then
6139   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6140 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6142 $as_echo_n "checking for $ac_word... " >&6; }
6143 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6144   $as_echo_n "(cached) " >&6
6145 else
6146   if test -n "$DSYMUTIL"; then
6147   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6148 else
6149 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6150 for as_dir in $PATH
6151 do
6152   IFS=$as_save_IFS
6153   test -z "$as_dir" && as_dir=.
6154     for ac_exec_ext in '' $ac_executable_extensions; do
6155   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6156     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6157     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6158     break 2
6159   fi
6160 done
6161   done
6162 IFS=$as_save_IFS
6163
6164 fi
6165 fi
6166 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6167 if test -n "$DSYMUTIL"; then
6168   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6169 $as_echo "$DSYMUTIL" >&6; }
6170 else
6171   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6172 $as_echo "no" >&6; }
6173 fi
6174
6175
6176 fi
6177 if test -z "$ac_cv_prog_DSYMUTIL"; then
6178   ac_ct_DSYMUTIL=$DSYMUTIL
6179   # Extract the first word of "dsymutil", so it can be a program name with args.
6180 set dummy dsymutil; ac_word=$2
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6182 $as_echo_n "checking for $ac_word... " >&6; }
6183 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6184   $as_echo_n "(cached) " >&6
6185 else
6186   if test -n "$ac_ct_DSYMUTIL"; then
6187   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6188 else
6189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6190 for as_dir in $PATH
6191 do
6192   IFS=$as_save_IFS
6193   test -z "$as_dir" && as_dir=.
6194     for ac_exec_ext in '' $ac_executable_extensions; do
6195   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6196     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6197     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6198     break 2
6199   fi
6200 done
6201   done
6202 IFS=$as_save_IFS
6203
6204 fi
6205 fi
6206 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6207 if test -n "$ac_ct_DSYMUTIL"; then
6208   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6209 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6210 else
6211   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6212 $as_echo "no" >&6; }
6213 fi
6214
6215   if test "x$ac_ct_DSYMUTIL" = x; then
6216     DSYMUTIL=":"
6217   else
6218     case $cross_compiling:$ac_tool_warned in
6219 yes:)
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6221 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6222 ac_tool_warned=yes ;;
6223 esac
6224     DSYMUTIL=$ac_ct_DSYMUTIL
6225   fi
6226 else
6227   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6228 fi
6229
6230     if test -n "$ac_tool_prefix"; then
6231   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6232 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6234 $as_echo_n "checking for $ac_word... " >&6; }
6235 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6236   $as_echo_n "(cached) " >&6
6237 else
6238   if test -n "$NMEDIT"; then
6239   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6240 else
6241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6242 for as_dir in $PATH
6243 do
6244   IFS=$as_save_IFS
6245   test -z "$as_dir" && as_dir=.
6246     for ac_exec_ext in '' $ac_executable_extensions; do
6247   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6248     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6249     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6250     break 2
6251   fi
6252 done
6253   done
6254 IFS=$as_save_IFS
6255
6256 fi
6257 fi
6258 NMEDIT=$ac_cv_prog_NMEDIT
6259 if test -n "$NMEDIT"; then
6260   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6261 $as_echo "$NMEDIT" >&6; }
6262 else
6263   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6264 $as_echo "no" >&6; }
6265 fi
6266
6267
6268 fi
6269 if test -z "$ac_cv_prog_NMEDIT"; then
6270   ac_ct_NMEDIT=$NMEDIT
6271   # Extract the first word of "nmedit", so it can be a program name with args.
6272 set dummy nmedit; ac_word=$2
6273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6274 $as_echo_n "checking for $ac_word... " >&6; }
6275 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6276   $as_echo_n "(cached) " >&6
6277 else
6278   if test -n "$ac_ct_NMEDIT"; then
6279   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6280 else
6281 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6282 for as_dir in $PATH
6283 do
6284   IFS=$as_save_IFS
6285   test -z "$as_dir" && as_dir=.
6286     for ac_exec_ext in '' $ac_executable_extensions; do
6287   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6288     ac_cv_prog_ac_ct_NMEDIT="nmedit"
6289     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6290     break 2
6291   fi
6292 done
6293   done
6294 IFS=$as_save_IFS
6295
6296 fi
6297 fi
6298 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6299 if test -n "$ac_ct_NMEDIT"; then
6300   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6301 $as_echo "$ac_ct_NMEDIT" >&6; }
6302 else
6303   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6304 $as_echo "no" >&6; }
6305 fi
6306
6307   if test "x$ac_ct_NMEDIT" = x; then
6308     NMEDIT=":"
6309   else
6310     case $cross_compiling:$ac_tool_warned in
6311 yes:)
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6313 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6314 ac_tool_warned=yes ;;
6315 esac
6316     NMEDIT=$ac_ct_NMEDIT
6317   fi
6318 else
6319   NMEDIT="$ac_cv_prog_NMEDIT"
6320 fi
6321
6322     if test -n "$ac_tool_prefix"; then
6323   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6324 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6326 $as_echo_n "checking for $ac_word... " >&6; }
6327 if test "${ac_cv_prog_LIPO+set}" = set; then :
6328   $as_echo_n "(cached) " >&6
6329 else
6330   if test -n "$LIPO"; then
6331   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6332 else
6333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6334 for as_dir in $PATH
6335 do
6336   IFS=$as_save_IFS
6337   test -z "$as_dir" && as_dir=.
6338     for ac_exec_ext in '' $ac_executable_extensions; do
6339   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6340     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6341     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6342     break 2
6343   fi
6344 done
6345   done
6346 IFS=$as_save_IFS
6347
6348 fi
6349 fi
6350 LIPO=$ac_cv_prog_LIPO
6351 if test -n "$LIPO"; then
6352   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6353 $as_echo "$LIPO" >&6; }
6354 else
6355   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6356 $as_echo "no" >&6; }
6357 fi
6358
6359
6360 fi
6361 if test -z "$ac_cv_prog_LIPO"; then
6362   ac_ct_LIPO=$LIPO
6363   # Extract the first word of "lipo", so it can be a program name with args.
6364 set dummy lipo; ac_word=$2
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6366 $as_echo_n "checking for $ac_word... " >&6; }
6367 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6368   $as_echo_n "(cached) " >&6
6369 else
6370   if test -n "$ac_ct_LIPO"; then
6371   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6372 else
6373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6374 for as_dir in $PATH
6375 do
6376   IFS=$as_save_IFS
6377   test -z "$as_dir" && as_dir=.
6378     for ac_exec_ext in '' $ac_executable_extensions; do
6379   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6380     ac_cv_prog_ac_ct_LIPO="lipo"
6381     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6382     break 2
6383   fi
6384 done
6385   done
6386 IFS=$as_save_IFS
6387
6388 fi
6389 fi
6390 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6391 if test -n "$ac_ct_LIPO"; then
6392   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6393 $as_echo "$ac_ct_LIPO" >&6; }
6394 else
6395   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6396 $as_echo "no" >&6; }
6397 fi
6398
6399   if test "x$ac_ct_LIPO" = x; then
6400     LIPO=":"
6401   else
6402     case $cross_compiling:$ac_tool_warned in
6403 yes:)
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6405 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6406 ac_tool_warned=yes ;;
6407 esac
6408     LIPO=$ac_ct_LIPO
6409   fi
6410 else
6411   LIPO="$ac_cv_prog_LIPO"
6412 fi
6413
6414     if test -n "$ac_tool_prefix"; then
6415   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6416 set dummy ${ac_tool_prefix}otool; ac_word=$2
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6418 $as_echo_n "checking for $ac_word... " >&6; }
6419 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6420   $as_echo_n "(cached) " >&6
6421 else
6422   if test -n "$OTOOL"; then
6423   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6424 else
6425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6426 for as_dir in $PATH
6427 do
6428   IFS=$as_save_IFS
6429   test -z "$as_dir" && as_dir=.
6430     for ac_exec_ext in '' $ac_executable_extensions; do
6431   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6432     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6433     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6434     break 2
6435   fi
6436 done
6437   done
6438 IFS=$as_save_IFS
6439
6440 fi
6441 fi
6442 OTOOL=$ac_cv_prog_OTOOL
6443 if test -n "$OTOOL"; then
6444   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6445 $as_echo "$OTOOL" >&6; }
6446 else
6447   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6448 $as_echo "no" >&6; }
6449 fi
6450
6451
6452 fi
6453 if test -z "$ac_cv_prog_OTOOL"; then
6454   ac_ct_OTOOL=$OTOOL
6455   # Extract the first word of "otool", so it can be a program name with args.
6456 set dummy otool; ac_word=$2
6457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6458 $as_echo_n "checking for $ac_word... " >&6; }
6459 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6460   $as_echo_n "(cached) " >&6
6461 else
6462   if test -n "$ac_ct_OTOOL"; then
6463   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6464 else
6465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6466 for as_dir in $PATH
6467 do
6468   IFS=$as_save_IFS
6469   test -z "$as_dir" && as_dir=.
6470     for ac_exec_ext in '' $ac_executable_extensions; do
6471   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6472     ac_cv_prog_ac_ct_OTOOL="otool"
6473     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6474     break 2
6475   fi
6476 done
6477   done
6478 IFS=$as_save_IFS
6479
6480 fi
6481 fi
6482 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6483 if test -n "$ac_ct_OTOOL"; then
6484   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6485 $as_echo "$ac_ct_OTOOL" >&6; }
6486 else
6487   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6488 $as_echo "no" >&6; }
6489 fi
6490
6491   if test "x$ac_ct_OTOOL" = x; then
6492     OTOOL=":"
6493   else
6494     case $cross_compiling:$ac_tool_warned in
6495 yes:)
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6497 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6498 ac_tool_warned=yes ;;
6499 esac
6500     OTOOL=$ac_ct_OTOOL
6501   fi
6502 else
6503   OTOOL="$ac_cv_prog_OTOOL"
6504 fi
6505
6506     if test -n "$ac_tool_prefix"; then
6507   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6508 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6510 $as_echo_n "checking for $ac_word... " >&6; }
6511 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6512   $as_echo_n "(cached) " >&6
6513 else
6514   if test -n "$OTOOL64"; then
6515   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6516 else
6517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6518 for as_dir in $PATH
6519 do
6520   IFS=$as_save_IFS
6521   test -z "$as_dir" && as_dir=.
6522     for ac_exec_ext in '' $ac_executable_extensions; do
6523   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6524     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6525     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6526     break 2
6527   fi
6528 done
6529   done
6530 IFS=$as_save_IFS
6531
6532 fi
6533 fi
6534 OTOOL64=$ac_cv_prog_OTOOL64
6535 if test -n "$OTOOL64"; then
6536   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6537 $as_echo "$OTOOL64" >&6; }
6538 else
6539   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6540 $as_echo "no" >&6; }
6541 fi
6542
6543
6544 fi
6545 if test -z "$ac_cv_prog_OTOOL64"; then
6546   ac_ct_OTOOL64=$OTOOL64
6547   # Extract the first word of "otool64", so it can be a program name with args.
6548 set dummy otool64; ac_word=$2
6549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6550 $as_echo_n "checking for $ac_word... " >&6; }
6551 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6552   $as_echo_n "(cached) " >&6
6553 else
6554   if test -n "$ac_ct_OTOOL64"; then
6555   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6556 else
6557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6558 for as_dir in $PATH
6559 do
6560   IFS=$as_save_IFS
6561   test -z "$as_dir" && as_dir=.
6562     for ac_exec_ext in '' $ac_executable_extensions; do
6563   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6564     ac_cv_prog_ac_ct_OTOOL64="otool64"
6565     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6566     break 2
6567   fi
6568 done
6569   done
6570 IFS=$as_save_IFS
6571
6572 fi
6573 fi
6574 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6575 if test -n "$ac_ct_OTOOL64"; then
6576   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6577 $as_echo "$ac_ct_OTOOL64" >&6; }
6578 else
6579   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6580 $as_echo "no" >&6; }
6581 fi
6582
6583   if test "x$ac_ct_OTOOL64" = x; then
6584     OTOOL64=":"
6585   else
6586     case $cross_compiling:$ac_tool_warned in
6587 yes:)
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6589 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6590 ac_tool_warned=yes ;;
6591 esac
6592     OTOOL64=$ac_ct_OTOOL64
6593   fi
6594 else
6595   OTOOL64="$ac_cv_prog_OTOOL64"
6596 fi
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6625 $as_echo_n "checking for -single_module linker flag... " >&6; }
6626 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6627   $as_echo_n "(cached) " >&6
6628 else
6629   lt_cv_apple_cc_single_mod=no
6630       if test -z "${LT_MULTI_MODULE}"; then
6631         # By default we will add the -single_module flag. You can override
6632         # by either setting the environment variable LT_MULTI_MODULE
6633         # non-empty at configure time, or by adding -multi_module to the
6634         # link flags.
6635         rm -rf libconftest.dylib*
6636         echo "int foo(void){return 1;}" > conftest.c
6637         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6638 -dynamiclib -Wl,-single_module conftest.c" >&5
6639         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6640           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6641         _lt_result=$?
6642         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6643           lt_cv_apple_cc_single_mod=yes
6644         else
6645           cat conftest.err >&5
6646         fi
6647         rm -rf libconftest.dylib*
6648         rm -f conftest.*
6649       fi
6650 fi
6651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6652 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6653     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6654 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6655 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6656   $as_echo_n "(cached) " >&6
6657 else
6658   lt_cv_ld_exported_symbols_list=no
6659       save_LDFLAGS=$LDFLAGS
6660       echo "_main" > conftest.sym
6661       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6662       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6663 /* end confdefs.h.  */
6664
6665 int
6666 main ()
6667 {
6668
6669   ;
6670   return 0;
6671 }
6672 _ACEOF
6673 if ac_fn_c_try_link "$LINENO"; then :
6674   lt_cv_ld_exported_symbols_list=yes
6675 else
6676   lt_cv_ld_exported_symbols_list=no
6677 fi
6678 rm -f core conftest.err conftest.$ac_objext \
6679     conftest$ac_exeext conftest.$ac_ext
6680         LDFLAGS="$save_LDFLAGS"
6681
6682 fi
6683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6684 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6685     case $host_os in
6686     rhapsody* | darwin1.[012])
6687       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6688     darwin1.*)
6689       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6690     darwin*) # darwin 5.x on
6691       # if running on 10.5 or later, the deployment target defaults
6692       # to the OS version, if on x86, and 10.4, the deployment
6693       # target defaults to 10.4. Don't you love it?
6694       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6695         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6696           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6697         10.[012]*)
6698           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6699         10.*)
6700           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6701       esac
6702     ;;
6703   esac
6704     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6705       _lt_dar_single_mod='$single_module'
6706     fi
6707     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6708       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6709     else
6710       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6711     fi
6712     if test "$DSYMUTIL" != ":"; then
6713       _lt_dsymutil='~$DSYMUTIL $lib || :'
6714     else
6715       _lt_dsymutil=
6716     fi
6717     ;;
6718   esac
6719
6720
6721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6722 $as_echo_n "checking for ANSI C header files... " >&6; }
6723 if test "${ac_cv_header_stdc+set}" = set; then :
6724   $as_echo_n "(cached) " >&6
6725 else
6726   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6727 /* end confdefs.h.  */
6728 #include <stdlib.h>
6729 #include <stdarg.h>
6730 #include <string.h>
6731 #include <float.h>
6732
6733 int
6734 main ()
6735 {
6736
6737   ;
6738   return 0;
6739 }
6740 _ACEOF
6741 if ac_fn_c_try_compile "$LINENO"; then :
6742   ac_cv_header_stdc=yes
6743 else
6744   ac_cv_header_stdc=no
6745 fi
6746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6747
6748 if test $ac_cv_header_stdc = yes; then
6749   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6750   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6751 /* end confdefs.h.  */
6752 #include <string.h>
6753
6754 _ACEOF
6755 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6756   $EGREP "memchr" >/dev/null 2>&1; then :
6757
6758 else
6759   ac_cv_header_stdc=no
6760 fi
6761 rm -f conftest*
6762
6763 fi
6764
6765 if test $ac_cv_header_stdc = yes; then
6766   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6767   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6768 /* end confdefs.h.  */
6769 #include <stdlib.h>
6770
6771 _ACEOF
6772 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6773   $EGREP "free" >/dev/null 2>&1; then :
6774
6775 else
6776   ac_cv_header_stdc=no
6777 fi
6778 rm -f conftest*
6779
6780 fi
6781
6782 if test $ac_cv_header_stdc = yes; then
6783   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6784   if test "$cross_compiling" = yes; then :
6785   :
6786 else
6787   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6788 /* end confdefs.h.  */
6789 #include <ctype.h>
6790 #include <stdlib.h>
6791 #if ((' ' & 0x0FF) == 0x020)
6792 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6793 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6794 #else
6795 # define ISLOWER(c) \
6796                    (('a' <= (c) && (c) <= 'i') \
6797                      || ('j' <= (c) && (c) <= 'r') \
6798                      || ('s' <= (c) && (c) <= 'z'))
6799 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6800 #endif
6801
6802 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6803 int
6804 main ()
6805 {
6806   int i;
6807   for (i = 0; i < 256; i++)
6808     if (XOR (islower (i), ISLOWER (i))
6809         || toupper (i) != TOUPPER (i))
6810       return 2;
6811   return 0;
6812 }
6813 _ACEOF
6814 if ac_fn_c_try_run "$LINENO"; then :
6815
6816 else
6817   ac_cv_header_stdc=no
6818 fi
6819 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6820   conftest.$ac_objext conftest.beam conftest.$ac_ext
6821 fi
6822
6823 fi
6824 fi
6825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6826 $as_echo "$ac_cv_header_stdc" >&6; }
6827 if test $ac_cv_header_stdc = yes; then
6828
6829 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6830
6831 fi
6832
6833 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6834 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6835                   inttypes.h stdint.h unistd.h
6836 do :
6837   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6838 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6839 "
6840 eval as_val=\$$as_ac_Header
6841    if test "x$as_val" = x""yes; then :
6842   cat >>confdefs.h <<_ACEOF
6843 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6844 _ACEOF
6845
6846 fi
6847
6848 done
6849
6850
6851 for ac_header in dlfcn.h
6852 do :
6853   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6854 "
6855 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6856   cat >>confdefs.h <<_ACEOF
6857 #define HAVE_DLFCN_H 1
6858 _ACEOF
6859
6860 fi
6861
6862 done
6863
6864
6865
6866 # Set options
6867
6868
6869
6870         enable_dlopen=no
6871
6872
6873   enable_win32_dll=no
6874
6875
6876             # Check whether --enable-shared was given.
6877 if test "${enable_shared+set}" = set; then :
6878   enableval=$enable_shared; p=${PACKAGE-default}
6879     case $enableval in
6880     yes) enable_shared=yes ;;
6881     no) enable_shared=no ;;
6882     *)
6883       enable_shared=no
6884       # Look at the argument we got.  We use all the common list separators.
6885       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6886       for pkg in $enableval; do
6887         IFS="$lt_save_ifs"
6888         if test "X$pkg" = "X$p"; then
6889           enable_shared=yes
6890         fi
6891       done
6892       IFS="$lt_save_ifs"
6893       ;;
6894     esac
6895 else
6896   enable_shared=yes
6897 fi
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907   # Check whether --enable-static was given.
6908 if test "${enable_static+set}" = set; then :
6909   enableval=$enable_static; p=${PACKAGE-default}
6910     case $enableval in
6911     yes) enable_static=yes ;;
6912     no) enable_static=no ;;
6913     *)
6914      enable_static=no
6915       # Look at the argument we got.  We use all the common list separators.
6916       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6917       for pkg in $enableval; do
6918         IFS="$lt_save_ifs"
6919         if test "X$pkg" = "X$p"; then
6920           enable_static=yes
6921         fi
6922       done
6923       IFS="$lt_save_ifs"
6924       ;;
6925     esac
6926 else
6927   enable_static=yes
6928 fi
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939 # Check whether --with-pic was given.
6940 if test "${with_pic+set}" = set; then :
6941   withval=$with_pic; pic_mode="$withval"
6942 else
6943   pic_mode=default
6944 fi
6945
6946
6947 test -z "$pic_mode" && pic_mode=default
6948
6949
6950
6951
6952
6953
6954
6955   # Check whether --enable-fast-install was given.
6956 if test "${enable_fast_install+set}" = set; then :
6957   enableval=$enable_fast_install; p=${PACKAGE-default}
6958     case $enableval in
6959     yes) enable_fast_install=yes ;;
6960     no) enable_fast_install=no ;;
6961     *)
6962       enable_fast_install=no
6963       # Look at the argument we got.  We use all the common list separators.
6964       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6965       for pkg in $enableval; do
6966         IFS="$lt_save_ifs"
6967         if test "X$pkg" = "X$p"; then
6968           enable_fast_install=yes
6969         fi
6970       done
6971       IFS="$lt_save_ifs"
6972       ;;
6973     esac
6974 else
6975   enable_fast_install=yes
6976 fi
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988 # This can be used to rebuild libtool when needed
6989 LIBTOOL_DEPS="$ltmain"
6990
6991 # Always use our own libtool.
6992 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018 test -z "$LN_S" && LN_S="ln -s"
7019
7020
7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033 if test -n "${ZSH_VERSION+set}" ; then
7034    setopt NO_GLOB_SUBST
7035 fi
7036
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7038 $as_echo_n "checking for objdir... " >&6; }
7039 if test "${lt_cv_objdir+set}" = set; then :
7040   $as_echo_n "(cached) " >&6
7041 else
7042   rm -f .libs 2>/dev/null
7043 mkdir .libs 2>/dev/null
7044 if test -d .libs; then
7045   lt_cv_objdir=.libs
7046 else
7047   # MS-DOS does not allow filenames that begin with a dot.
7048   lt_cv_objdir=_libs
7049 fi
7050 rmdir .libs 2>/dev/null
7051 fi
7052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7053 $as_echo "$lt_cv_objdir" >&6; }
7054 objdir=$lt_cv_objdir
7055
7056
7057
7058
7059
7060 cat >>confdefs.h <<_ACEOF
7061 #define LT_OBJDIR "$lt_cv_objdir/"
7062 _ACEOF
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080 case $host_os in
7081 aix3*)
7082   # AIX sometimes has problems with the GCC collect2 program.  For some
7083   # reason, if we set the COLLECT_NAMES environment variable, the problems
7084   # vanish in a puff of smoke.
7085   if test "X${COLLECT_NAMES+set}" != Xset; then
7086     COLLECT_NAMES=
7087     export COLLECT_NAMES
7088   fi
7089   ;;
7090 esac
7091
7092 # Sed substitution that helps us do robust quoting.  It backslashifies
7093 # metacharacters that are still active within double-quoted strings.
7094 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7095
7096 # Same as above, but do not quote variable references.
7097 double_quote_subst='s/\(["`\\]\)/\\\1/g'
7098
7099 # Sed substitution to delay expansion of an escaped shell variable in a
7100 # double_quote_subst'ed string.
7101 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7102
7103 # Sed substitution to delay expansion of an escaped single quote.
7104 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7105
7106 # Sed substitution to avoid accidental globbing in evaled expressions
7107 no_glob_subst='s/\*/\\\*/g'
7108
7109 # Global variables:
7110 ofile=libtool
7111 can_build_shared=yes
7112
7113 # All known linkers require a `.a' archive for static linking (except MSVC,
7114 # which needs '.lib').
7115 libext=a
7116
7117 with_gnu_ld="$lt_cv_prog_gnu_ld"
7118
7119 old_CC="$CC"
7120 old_CFLAGS="$CFLAGS"
7121
7122 # Set sane defaults for various variables
7123 test -z "$CC" && CC=cc
7124 test -z "$LTCC" && LTCC=$CC
7125 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7126 test -z "$LD" && LD=ld
7127 test -z "$ac_objext" && ac_objext=o
7128
7129 for cc_temp in $compiler""; do
7130   case $cc_temp in
7131     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7132     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7133     \-*) ;;
7134     *) break;;
7135   esac
7136 done
7137 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7138
7139
7140 # Only perform the check for file, if the check method requires it
7141 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7142 case $deplibs_check_method in
7143 file_magic*)
7144   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7145     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7146 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7147 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7148   $as_echo_n "(cached) " >&6
7149 else
7150   case $MAGIC_CMD in
7151 [\\/*] |  ?:[\\/]*)
7152   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7153   ;;
7154 *)
7155   lt_save_MAGIC_CMD="$MAGIC_CMD"
7156   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7157   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7158   for ac_dir in $ac_dummy; do
7159     IFS="$lt_save_ifs"
7160     test -z "$ac_dir" && ac_dir=.
7161     if test -f $ac_dir/${ac_tool_prefix}file; then
7162       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7163       if test -n "$file_magic_test_file"; then
7164         case $deplibs_check_method in
7165         "file_magic "*)
7166           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7167           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7168           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7169             $EGREP "$file_magic_regex" > /dev/null; then
7170             :
7171           else
7172             cat <<_LT_EOF 1>&2
7173
7174 *** Warning: the command libtool uses to detect shared libraries,
7175 *** $file_magic_cmd, produces output that libtool cannot recognize.
7176 *** The result is that libtool may fail to recognize shared libraries
7177 *** as such.  This will affect the creation of libtool libraries that
7178 *** depend on shared libraries, but programs linked with such libtool
7179 *** libraries will work regardless of this problem.  Nevertheless, you
7180 *** may want to report the problem to your system manager and/or to
7181 *** bug-libtool@gnu.org
7182
7183 _LT_EOF
7184           fi ;;
7185         esac
7186       fi
7187       break
7188     fi
7189   done
7190   IFS="$lt_save_ifs"
7191   MAGIC_CMD="$lt_save_MAGIC_CMD"
7192   ;;
7193 esac
7194 fi
7195
7196 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7197 if test -n "$MAGIC_CMD"; then
7198   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7199 $as_echo "$MAGIC_CMD" >&6; }
7200 else
7201   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7202 $as_echo "no" >&6; }
7203 fi
7204
7205
7206
7207
7208
7209 if test -z "$lt_cv_path_MAGIC_CMD"; then
7210   if test -n "$ac_tool_prefix"; then
7211     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7212 $as_echo_n "checking for file... " >&6; }
7213 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7214   $as_echo_n "(cached) " >&6
7215 else
7216   case $MAGIC_CMD in
7217 [\\/*] |  ?:[\\/]*)
7218   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7219   ;;
7220 *)
7221   lt_save_MAGIC_CMD="$MAGIC_CMD"
7222   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7223   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7224   for ac_dir in $ac_dummy; do
7225     IFS="$lt_save_ifs"
7226     test -z "$ac_dir" && ac_dir=.
7227     if test -f $ac_dir/file; then
7228       lt_cv_path_MAGIC_CMD="$ac_dir/file"
7229       if test -n "$file_magic_test_file"; then
7230         case $deplibs_check_method in
7231         "file_magic "*)
7232           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7233           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7234           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7235             $EGREP "$file_magic_regex" > /dev/null; then
7236             :
7237           else
7238             cat <<_LT_EOF 1>&2
7239
7240 *** Warning: the command libtool uses to detect shared libraries,
7241 *** $file_magic_cmd, produces output that libtool cannot recognize.
7242 *** The result is that libtool may fail to recognize shared libraries
7243 *** as such.  This will affect the creation of libtool libraries that
7244 *** depend on shared libraries, but programs linked with such libtool
7245 *** libraries will work regardless of this problem.  Nevertheless, you
7246 *** may want to report the problem to your system manager and/or to
7247 *** bug-libtool@gnu.org
7248
7249 _LT_EOF
7250           fi ;;
7251         esac
7252       fi
7253       break
7254     fi
7255   done
7256   IFS="$lt_save_ifs"
7257   MAGIC_CMD="$lt_save_MAGIC_CMD"
7258   ;;
7259 esac
7260 fi
7261
7262 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7263 if test -n "$MAGIC_CMD"; then
7264   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7265 $as_echo "$MAGIC_CMD" >&6; }
7266 else
7267   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7268 $as_echo "no" >&6; }
7269 fi
7270
7271
7272   else
7273     MAGIC_CMD=:
7274   fi
7275 fi
7276
7277   fi
7278   ;;
7279 esac
7280
7281 # Use C for the default configuration in the libtool script
7282
7283 lt_save_CC="$CC"
7284 ac_ext=c
7285 ac_cpp='$CPP $CPPFLAGS'
7286 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7287 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7288 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7289
7290
7291 # Source file extension for C test sources.
7292 ac_ext=c
7293
7294 # Object file extension for compiled C test sources.
7295 objext=o
7296 objext=$objext
7297
7298 # Code to be used in simple compile tests
7299 lt_simple_compile_test_code="int some_variable = 0;"
7300
7301 # Code to be used in simple link tests
7302 lt_simple_link_test_code='int main(){return(0);}'
7303
7304
7305
7306
7307
7308
7309
7310 # If no C compiler was specified, use CC.
7311 LTCC=${LTCC-"$CC"}
7312
7313 # If no C compiler flags were specified, use CFLAGS.
7314 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7315
7316 # Allow CC to be a program name with arguments.
7317 compiler=$CC
7318
7319 # Save the default compiler, since it gets overwritten when the other
7320 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7321 compiler_DEFAULT=$CC
7322
7323 # save warnings/boilerplate of simple test code
7324 ac_outfile=conftest.$ac_objext
7325 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7326 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7327 _lt_compiler_boilerplate=`cat conftest.err`
7328 $RM conftest*
7329
7330 ac_outfile=conftest.$ac_objext
7331 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7332 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7333 _lt_linker_boilerplate=`cat conftest.err`
7334 $RM -r conftest*
7335
7336
7337 ## CAVEAT EMPTOR:
7338 ## There is no encapsulation within the following macros, do not change
7339 ## the running order or otherwise move them around unless you know exactly
7340 ## what you are doing...
7341 if test -n "$compiler"; then
7342
7343 lt_prog_compiler_no_builtin_flag=
7344
7345 if test "$GCC" = yes; then
7346   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7347
7348   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7349 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7350 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7351   $as_echo_n "(cached) " >&6
7352 else
7353   lt_cv_prog_compiler_rtti_exceptions=no
7354    ac_outfile=conftest.$ac_objext
7355    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7356    lt_compiler_flag="-fno-rtti -fno-exceptions"
7357    # Insert the option either (1) after the last *FLAGS variable, or
7358    # (2) before a word containing "conftest.", or (3) at the end.
7359    # Note that $ac_compile itself does not contain backslashes and begins
7360    # with a dollar sign (not a hyphen), so the echo should work correctly.
7361    # The option is referenced via a variable to avoid confusing sed.
7362    lt_compile=`echo "$ac_compile" | $SED \
7363    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7364    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7365    -e 's:$: $lt_compiler_flag:'`
7366    (eval echo "\"\$as_me:7366: $lt_compile\"" >&5)
7367    (eval "$lt_compile" 2>conftest.err)
7368    ac_status=$?
7369    cat conftest.err >&5
7370    echo "$as_me:7370: \$? = $ac_status" >&5
7371    if (exit $ac_status) && test -s "$ac_outfile"; then
7372      # The compiler can only warn and ignore the option if not recognized
7373      # So say no if there are warnings other than the usual output.
7374      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7375      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7376      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7377        lt_cv_prog_compiler_rtti_exceptions=yes
7378      fi
7379    fi
7380    $RM conftest*
7381
7382 fi
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7384 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7385
7386 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7387     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7388 else
7389     :
7390 fi
7391
7392 fi
7393
7394
7395
7396
7397
7398
7399   lt_prog_compiler_wl=
7400 lt_prog_compiler_pic=
7401 lt_prog_compiler_static=
7402
7403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7404 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7405
7406   if test "$GCC" = yes; then
7407     lt_prog_compiler_wl='-Wl,'
7408     lt_prog_compiler_static='-static'
7409
7410     case $host_os in
7411       aix*)
7412       # All AIX code is PIC.
7413       if test "$host_cpu" = ia64; then
7414         # AIX 5 now supports IA64 processor
7415         lt_prog_compiler_static='-Bstatic'
7416       fi
7417       ;;
7418
7419     amigaos*)
7420       case $host_cpu in
7421       powerpc)
7422             # see comment about AmigaOS4 .so support
7423             lt_prog_compiler_pic='-fPIC'
7424         ;;
7425       m68k)
7426             # FIXME: we need at least 68020 code to build shared libraries, but
7427             # adding the `-m68020' flag to GCC prevents building anything better,
7428             # like `-m68040'.
7429             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7430         ;;
7431       esac
7432       ;;
7433
7434     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7435       # PIC is the default for these OSes.
7436       ;;
7437
7438     mingw* | cygwin* | pw32* | os2* | cegcc*)
7439       # This hack is so that the source file can tell whether it is being
7440       # built for inclusion in a dll (and should export symbols for example).
7441       # Although the cygwin gcc ignores -fPIC, still need this for old-style
7442       # (--disable-auto-import) libraries
7443       lt_prog_compiler_pic='-DDLL_EXPORT'
7444       ;;
7445
7446     darwin* | rhapsody*)
7447       # PIC is the default on this platform
7448       # Common symbols not allowed in MH_DYLIB files
7449       lt_prog_compiler_pic='-fno-common'
7450       ;;
7451
7452     hpux*)
7453       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7454       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
7455       # sets the default TLS model and affects inlining.
7456       case $host_cpu in
7457       hppa*64*)
7458         # +Z the default
7459         ;;
7460       *)
7461         lt_prog_compiler_pic='-fPIC'
7462         ;;
7463       esac
7464       ;;
7465
7466     interix[3-9]*)
7467       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7468       # Instead, we relocate shared libraries at runtime.
7469       ;;
7470
7471     msdosdjgpp*)
7472       # Just because we use GCC doesn't mean we suddenly get shared libraries
7473       # on systems that don't support them.
7474       lt_prog_compiler_can_build_shared=no
7475       enable_shared=no
7476       ;;
7477
7478     *nto* | *qnx*)
7479       # QNX uses GNU C++, but need to define -shared option too, otherwise
7480       # it will coredump.
7481       lt_prog_compiler_pic='-fPIC -shared'
7482       ;;
7483
7484     sysv4*MP*)
7485       if test -d /usr/nec; then
7486         lt_prog_compiler_pic=-Kconform_pic
7487       fi
7488       ;;
7489
7490     *)
7491       lt_prog_compiler_pic='-fPIC'
7492       ;;
7493     esac
7494   else
7495     # PORTME Check for flag to pass linker flags through the system compiler.
7496     case $host_os in
7497     aix*)
7498       lt_prog_compiler_wl='-Wl,'
7499       if test "$host_cpu" = ia64; then
7500         # AIX 5 now supports IA64 processor
7501         lt_prog_compiler_static='-Bstatic'
7502       else
7503         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7504       fi
7505       ;;
7506
7507     mingw* | cygwin* | pw32* | os2* | cegcc*)
7508       # This hack is so that the source file can tell whether it is being
7509       # built for inclusion in a dll (and should export symbols for example).
7510       lt_prog_compiler_pic='-DDLL_EXPORT'
7511       ;;
7512
7513     hpux9* | hpux10* | hpux11*)
7514       lt_prog_compiler_wl='-Wl,'
7515       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7516       # not for PA HP-UX.
7517       case $host_cpu in
7518       hppa*64*|ia64*)
7519         # +Z the default
7520         ;;
7521       *)
7522         lt_prog_compiler_pic='+Z'
7523         ;;
7524       esac
7525       # Is there a better lt_prog_compiler_static that works with the bundled CC?
7526       lt_prog_compiler_static='${wl}-a ${wl}archive'
7527       ;;
7528
7529     irix5* | irix6* | nonstopux*)
7530       lt_prog_compiler_wl='-Wl,'
7531       # PIC (with -KPIC) is the default.
7532       lt_prog_compiler_static='-non_shared'
7533       ;;
7534
7535     linux* | k*bsd*-gnu | kopensolaris*-gnu)
7536       case $cc_basename in
7537       # old Intel for x86_64 which still supported -KPIC.
7538       ecc*)
7539         lt_prog_compiler_wl='-Wl,'
7540         lt_prog_compiler_pic='-KPIC'
7541         lt_prog_compiler_static='-static'
7542         ;;
7543       # icc used to be incompatible with GCC.
7544       # ICC 10 doesn't accept -KPIC any more.
7545       icc* | ifort*)
7546         lt_prog_compiler_wl='-Wl,'
7547         lt_prog_compiler_pic='-fPIC'
7548         lt_prog_compiler_static='-static'
7549         ;;
7550       # Lahey Fortran 8.1.
7551       lf95*)
7552         lt_prog_compiler_wl='-Wl,'
7553         lt_prog_compiler_pic='--shared'
7554         lt_prog_compiler_static='--static'
7555         ;;
7556       pgcc* | pgf77* | pgf90* | pgf95*)
7557         # Portland Group compilers (*not* the Pentium gcc compiler,
7558         # which looks to be a dead project)
7559         lt_prog_compiler_wl='-Wl,'
7560         lt_prog_compiler_pic='-fpic'
7561         lt_prog_compiler_static='-Bstatic'
7562         ;;
7563       ccc*)
7564         lt_prog_compiler_wl='-Wl,'
7565         # All Alpha code is PIC.
7566         lt_prog_compiler_static='-non_shared'
7567         ;;
7568       xl*)
7569         # IBM XL C 8.0/Fortran 10.1 on PPC
7570         lt_prog_compiler_wl='-Wl,'
7571         lt_prog_compiler_pic='-qpic'
7572         lt_prog_compiler_static='-qstaticlink'
7573         ;;
7574       *)
7575         case `$CC -V 2>&1 | sed 5q` in
7576         *Sun\ C*)
7577           # Sun C 5.9
7578           lt_prog_compiler_pic='-KPIC'
7579           lt_prog_compiler_static='-Bstatic'
7580           lt_prog_compiler_wl='-Wl,'
7581           ;;
7582         *Sun\ F*)
7583           # Sun Fortran 8.3 passes all unrecognized flags to the linker
7584           lt_prog_compiler_pic='-KPIC'
7585           lt_prog_compiler_static='-Bstatic'
7586           lt_prog_compiler_wl=''
7587           ;;
7588         esac
7589         ;;
7590       esac
7591       ;;
7592
7593     newsos6)
7594       lt_prog_compiler_pic='-KPIC'
7595       lt_prog_compiler_static='-Bstatic'
7596       ;;
7597
7598     *nto* | *qnx*)
7599       # QNX uses GNU C++, but need to define -shared option too, otherwise
7600       # it will coredump.
7601       lt_prog_compiler_pic='-fPIC -shared'
7602       ;;
7603
7604     osf3* | osf4* | osf5*)
7605       lt_prog_compiler_wl='-Wl,'
7606       # All OSF/1 code is PIC.
7607       lt_prog_compiler_static='-non_shared'
7608       ;;
7609
7610     rdos*)
7611       lt_prog_compiler_static='-non_shared'
7612       ;;
7613
7614     solaris*)
7615       lt_prog_compiler_pic='-KPIC'
7616       lt_prog_compiler_static='-Bstatic'
7617       case $cc_basename in
7618       f77* | f90* | f95*)
7619         lt_prog_compiler_wl='-Qoption ld ';;
7620       *)
7621         lt_prog_compiler_wl='-Wl,';;
7622       esac
7623       ;;
7624
7625     sunos4*)
7626       lt_prog_compiler_wl='-Qoption ld '
7627       lt_prog_compiler_pic='-PIC'
7628       lt_prog_compiler_static='-Bstatic'
7629       ;;
7630
7631     sysv4 | sysv4.2uw2* | sysv4.3*)
7632       lt_prog_compiler_wl='-Wl,'
7633       lt_prog_compiler_pic='-KPIC'
7634       lt_prog_compiler_static='-Bstatic'
7635       ;;
7636
7637     sysv4*MP*)
7638       if test -d /usr/nec ;then
7639         lt_prog_compiler_pic='-Kconform_pic'
7640         lt_prog_compiler_static='-Bstatic'
7641       fi
7642       ;;
7643
7644     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7645       lt_prog_compiler_wl='-Wl,'
7646       lt_prog_compiler_pic='-KPIC'
7647       lt_prog_compiler_static='-Bstatic'
7648       ;;
7649
7650     unicos*)
7651       lt_prog_compiler_wl='-Wl,'
7652       lt_prog_compiler_can_build_shared=no
7653       ;;
7654
7655     uts4*)
7656       lt_prog_compiler_pic='-pic'
7657       lt_prog_compiler_static='-Bstatic'
7658       ;;
7659
7660     *)
7661       lt_prog_compiler_can_build_shared=no
7662       ;;
7663     esac
7664   fi
7665
7666 case $host_os in
7667   # For platforms which do not support PIC, -DPIC is meaningless:
7668   *djgpp*)
7669     lt_prog_compiler_pic=
7670     ;;
7671   *)
7672     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7673     ;;
7674 esac
7675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7676 $as_echo "$lt_prog_compiler_pic" >&6; }
7677
7678
7679
7680
7681
7682
7683 #
7684 # Check to make sure the PIC flag actually works.
7685 #
7686 if test -n "$lt_prog_compiler_pic"; then
7687   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7688 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7689 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7690   $as_echo_n "(cached) " >&6
7691 else
7692   lt_cv_prog_compiler_pic_works=no
7693    ac_outfile=conftest.$ac_objext
7694    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7695    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7696    # Insert the option either (1) after the last *FLAGS variable, or
7697    # (2) before a word containing "conftest.", or (3) at the end.
7698    # Note that $ac_compile itself does not contain backslashes and begins
7699    # with a dollar sign (not a hyphen), so the echo should work correctly.
7700    # The option is referenced via a variable to avoid confusing sed.
7701    lt_compile=`echo "$ac_compile" | $SED \
7702    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7703    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7704    -e 's:$: $lt_compiler_flag:'`
7705    (eval echo "\"\$as_me:7705: $lt_compile\"" >&5)
7706    (eval "$lt_compile" 2>conftest.err)
7707    ac_status=$?
7708    cat conftest.err >&5
7709    echo "$as_me:7709: \$? = $ac_status" >&5
7710    if (exit $ac_status) && test -s "$ac_outfile"; then
7711      # The compiler can only warn and ignore the option if not recognized
7712      # So say no if there are warnings other than the usual output.
7713      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7714      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7715      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7716        lt_cv_prog_compiler_pic_works=yes
7717      fi
7718    fi
7719    $RM conftest*
7720
7721 fi
7722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7723 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7724
7725 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7726     case $lt_prog_compiler_pic in
7727      "" | " "*) ;;
7728      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7729      esac
7730 else
7731     lt_prog_compiler_pic=
7732      lt_prog_compiler_can_build_shared=no
7733 fi
7734
7735 fi
7736
7737
7738
7739
7740
7741
7742 #
7743 # Check to make sure the static flag actually works.
7744 #
7745 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7747 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7748 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7749   $as_echo_n "(cached) " >&6
7750 else
7751   lt_cv_prog_compiler_static_works=no
7752    save_LDFLAGS="$LDFLAGS"
7753    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7754    echo "$lt_simple_link_test_code" > conftest.$ac_ext
7755    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7756      # The linker can only warn and ignore the option if not recognized
7757      # So say no if there are warnings
7758      if test -s conftest.err; then
7759        # Append any errors to the config.log.
7760        cat conftest.err 1>&5
7761        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7762        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7763        if diff conftest.exp conftest.er2 >/dev/null; then
7764          lt_cv_prog_compiler_static_works=yes
7765        fi
7766      else
7767        lt_cv_prog_compiler_static_works=yes
7768      fi
7769    fi
7770    $RM -r conftest*
7771    LDFLAGS="$save_LDFLAGS"
7772
7773 fi
7774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7775 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7776
7777 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7778     :
7779 else
7780     lt_prog_compiler_static=
7781 fi
7782
7783
7784
7785
7786
7787
7788
7789   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7790 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7791 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7792   $as_echo_n "(cached) " >&6
7793 else
7794   lt_cv_prog_compiler_c_o=no
7795    $RM -r conftest 2>/dev/null
7796    mkdir conftest
7797    cd conftest
7798    mkdir out
7799    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7800
7801    lt_compiler_flag="-o out/conftest2.$ac_objext"
7802    # Insert the option either (1) after the last *FLAGS variable, or
7803    # (2) before a word containing "conftest.", or (3) at the end.
7804    # Note that $ac_compile itself does not contain backslashes and begins
7805    # with a dollar sign (not a hyphen), so the echo should work correctly.
7806    lt_compile=`echo "$ac_compile" | $SED \
7807    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7808    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7809    -e 's:$: $lt_compiler_flag:'`
7810    (eval echo "\"\$as_me:7810: $lt_compile\"" >&5)
7811    (eval "$lt_compile" 2>out/conftest.err)
7812    ac_status=$?
7813    cat out/conftest.err >&5
7814    echo "$as_me:7814: \$? = $ac_status" >&5
7815    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7816    then
7817      # The compiler can only warn and ignore the option if not recognized
7818      # So say no if there are warnings
7819      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7820      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7821      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7822        lt_cv_prog_compiler_c_o=yes
7823      fi
7824    fi
7825    chmod u+w . 2>&5
7826    $RM conftest*
7827    # SGI C++ compiler will create directory out/ii_files/ for
7828    # template instantiation
7829    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7830    $RM out/* && rmdir out
7831    cd ..
7832    $RM -r conftest
7833    $RM conftest*
7834
7835 fi
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7837 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7838
7839
7840
7841
7842
7843
7844   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7845 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7846 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7847   $as_echo_n "(cached) " >&6
7848 else
7849   lt_cv_prog_compiler_c_o=no
7850    $RM -r conftest 2>/dev/null
7851    mkdir conftest
7852    cd conftest
7853    mkdir out
7854    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7855
7856    lt_compiler_flag="-o out/conftest2.$ac_objext"
7857    # Insert the option either (1) after the last *FLAGS variable, or
7858    # (2) before a word containing "conftest.", or (3) at the end.
7859    # Note that $ac_compile itself does not contain backslashes and begins
7860    # with a dollar sign (not a hyphen), so the echo should work correctly.
7861    lt_compile=`echo "$ac_compile" | $SED \
7862    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7863    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7864    -e 's:$: $lt_compiler_flag:'`
7865    (eval echo "\"\$as_me:7865: $lt_compile\"" >&5)
7866    (eval "$lt_compile" 2>out/conftest.err)
7867    ac_status=$?
7868    cat out/conftest.err >&5
7869    echo "$as_me:7869: \$? = $ac_status" >&5
7870    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7871    then
7872      # The compiler can only warn and ignore the option if not recognized
7873      # So say no if there are warnings
7874      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7875      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7876      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7877        lt_cv_prog_compiler_c_o=yes
7878      fi
7879    fi
7880    chmod u+w . 2>&5
7881    $RM conftest*
7882    # SGI C++ compiler will create directory out/ii_files/ for
7883    # template instantiation
7884    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7885    $RM out/* && rmdir out
7886    cd ..
7887    $RM -r conftest
7888    $RM conftest*
7889
7890 fi
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7892 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7893
7894
7895
7896
7897 hard_links="nottested"
7898 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7899   # do not overwrite the value of need_locks provided by the user
7900   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7901 $as_echo_n "checking if we can lock with hard links... " >&6; }
7902   hard_links=yes
7903   $RM conftest*
7904   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7905   touch conftest.a
7906   ln conftest.a conftest.b 2>&5 || hard_links=no
7907   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7908   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7909 $as_echo "$hard_links" >&6; }
7910   if test "$hard_links" = no; then
7911     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7912 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7913     need_locks=warn
7914   fi
7915 else
7916   need_locks=no
7917 fi
7918
7919
7920
7921
7922
7923
7924   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7925 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7926
7927   runpath_var=
7928   allow_undefined_flag=
7929   always_export_symbols=no
7930   archive_cmds=
7931   archive_expsym_cmds=
7932   compiler_needs_object=no
7933   enable_shared_with_static_runtimes=no
7934   export_dynamic_flag_spec=
7935   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7936   hardcode_automatic=no
7937   hardcode_direct=no
7938   hardcode_direct_absolute=no
7939   hardcode_libdir_flag_spec=
7940   hardcode_libdir_flag_spec_ld=
7941   hardcode_libdir_separator=
7942   hardcode_minus_L=no
7943   hardcode_shlibpath_var=unsupported
7944   inherit_rpath=no
7945   link_all_deplibs=unknown
7946   module_cmds=
7947   module_expsym_cmds=
7948   old_archive_from_new_cmds=
7949   old_archive_from_expsyms_cmds=
7950   thread_safe_flag_spec=
7951   whole_archive_flag_spec=
7952   # include_expsyms should be a list of space-separated symbols to be *always*
7953   # included in the symbol list
7954   include_expsyms=
7955   # exclude_expsyms can be an extended regexp of symbols to exclude
7956   # it will be wrapped by ` (' and `)$', so one must not match beginning or
7957   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7958   # as well as any symbol that contains `d'.
7959   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
7960   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7961   # platforms (ab)use it in PIC code, but their linkers get confused if
7962   # the symbol is explicitly referenced.  Since portable code cannot
7963   # rely on this symbol name, it's probably fine to never include it in
7964   # preloaded symbol tables.
7965   # Exclude shared library initialization/finalization symbols.
7966   extract_expsyms_cmds=
7967
7968   case $host_os in
7969   cygwin* | mingw* | pw32* | cegcc*)
7970     # FIXME: the MSVC++ port hasn't been tested in a loooong time
7971     # When not using gcc, we currently assume that we are using
7972     # Microsoft Visual C++.
7973     if test "$GCC" != yes; then
7974       with_gnu_ld=no
7975     fi
7976     ;;
7977   interix*)
7978     # we just hope/assume this is gcc and not c89 (= MSVC++)
7979     with_gnu_ld=yes
7980     ;;
7981   openbsd*)
7982     with_gnu_ld=no
7983     ;;
7984   linux* | k*bsd*-gnu)
7985     link_all_deplibs=no
7986     ;;
7987   esac
7988
7989   ld_shlibs=yes
7990   if test "$with_gnu_ld" = yes; then
7991     # If archive_cmds runs LD, not CC, wlarc should be empty
7992     wlarc='${wl}'
7993
7994     # Set some defaults for GNU ld with shared library support. These
7995     # are reset later if shared libraries are not supported. Putting them
7996     # here allows them to be overridden if necessary.
7997     runpath_var=LD_RUN_PATH
7998     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7999     export_dynamic_flag_spec='${wl}--export-dynamic'
8000     # ancient GNU ld didn't support --whole-archive et. al.
8001     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8002       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8003     else
8004       whole_archive_flag_spec=
8005     fi
8006     supports_anon_versioning=no
8007     case `$LD -v 2>&1` in
8008       *GNU\ gold*) supports_anon_versioning=yes ;;
8009       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8010       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8011       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8012       *\ 2.11.*) ;; # other 2.11 versions
8013       *) supports_anon_versioning=yes ;;
8014     esac
8015
8016     # See if GNU ld supports shared libraries.
8017     case $host_os in
8018     aix[3-9]*)
8019       # On AIX/PPC, the GNU linker is very broken
8020       if test "$host_cpu" != ia64; then
8021         ld_shlibs=no
8022         cat <<_LT_EOF 1>&2
8023
8024 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
8025 *** to be unable to reliably create shared libraries on AIX.
8026 *** Therefore, libtool is disabling shared libraries support.  If you
8027 *** really care for shared libraries, you may want to modify your PATH
8028 *** so that a non-GNU linker is found, and then restart.
8029
8030 _LT_EOF
8031       fi
8032       ;;
8033
8034     amigaos*)
8035       case $host_cpu in
8036       powerpc)
8037             # see comment about AmigaOS4 .so support
8038             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8039             archive_expsym_cmds=''
8040         ;;
8041       m68k)
8042             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8043             hardcode_libdir_flag_spec='-L$libdir'
8044             hardcode_minus_L=yes
8045         ;;
8046       esac
8047       ;;
8048
8049     beos*)
8050       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8051         allow_undefined_flag=unsupported
8052         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8053         # support --undefined.  This deserves some investigation.  FIXME
8054         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8055       else
8056         ld_shlibs=no
8057       fi
8058       ;;
8059
8060     cygwin* | mingw* | pw32* | cegcc*)
8061       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8062       # as there is no search path for DLLs.
8063       hardcode_libdir_flag_spec='-L$libdir'
8064       allow_undefined_flag=unsupported
8065       always_export_symbols=no
8066       enable_shared_with_static_runtimes=yes
8067       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8068
8069       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8070         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8071         # If the export-symbols file already is a .def file (1st line
8072         # is EXPORTS), use it as is; otherwise, prepend...
8073         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8074           cp $export_symbols $output_objdir/$soname.def;
8075         else
8076           echo EXPORTS > $output_objdir/$soname.def;
8077           cat $export_symbols >> $output_objdir/$soname.def;
8078         fi~
8079         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8080       else
8081         ld_shlibs=no
8082       fi
8083       ;;
8084
8085     interix[3-9]*)
8086       hardcode_direct=no
8087       hardcode_shlibpath_var=no
8088       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8089       export_dynamic_flag_spec='${wl}-E'
8090       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8091       # Instead, shared libraries are loaded at an image base (0x10000000 by
8092       # default) and relocated if they conflict, which is a slow very memory
8093       # consuming and fragmenting process.  To avoid this, we pick a random,
8094       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8095       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8096       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8097       archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8098       ;;
8099
8100     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8101       tmp_diet=no
8102       if test "$host_os" = linux-dietlibc; then
8103         case $cc_basename in
8104           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
8105         esac
8106       fi
8107       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8108          && test "$tmp_diet" = no
8109       then
8110         tmp_addflag=
8111         tmp_sharedflag='-shared'
8112         case $cc_basename,$host_cpu in
8113         pgcc*)                          # Portland Group C compiler
8114           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8115           tmp_addflag=' $pic_flag'
8116           ;;
8117         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8118           whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8119           tmp_addflag=' $pic_flag -Mnomain' ;;
8120         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8121           tmp_addflag=' -i_dynamic' ;;
8122         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8123           tmp_addflag=' -i_dynamic -nofor_main' ;;
8124         ifc* | ifort*)                  # Intel Fortran compiler
8125           tmp_addflag=' -nofor_main' ;;
8126         lf95*)                          # Lahey Fortran 8.1
8127           whole_archive_flag_spec=
8128           tmp_sharedflag='--shared' ;;
8129         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
8130           tmp_sharedflag='-qmkshrobj'
8131           tmp_addflag= ;;
8132         esac
8133         case `$CC -V 2>&1 | sed 5q` in
8134         *Sun\ C*)                       # Sun C 5.9
8135           whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8136           compiler_needs_object=yes
8137           tmp_sharedflag='-G' ;;
8138         *Sun\ F*)                       # Sun Fortran 8.3
8139           tmp_sharedflag='-G' ;;
8140         esac
8141         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8142
8143         if test "x$supports_anon_versioning" = xyes; then
8144           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8145             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8146             echo "local: *; };" >> $output_objdir/$libname.ver~
8147             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8148         fi
8149
8150         case $cc_basename in
8151         xlf*)
8152           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8153           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8154           hardcode_libdir_flag_spec=
8155           hardcode_libdir_flag_spec_ld='-rpath $libdir'
8156           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8157           if test "x$supports_anon_versioning" = xyes; then
8158             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8159               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8160               echo "local: *; };" >> $output_objdir/$libname.ver~
8161               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8162           fi
8163           ;;
8164         esac
8165       else
8166         ld_shlibs=no
8167       fi
8168       ;;
8169
8170     netbsd* | netbsdelf*-gnu)
8171       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8172         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8173         wlarc=
8174       else
8175         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8176         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8177       fi
8178       ;;
8179
8180     solaris*)
8181       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8182         ld_shlibs=no
8183         cat <<_LT_EOF 1>&2
8184
8185 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8186 *** create shared libraries on Solaris systems.  Therefore, libtool
8187 *** is disabling shared libraries support.  We urge you to upgrade GNU
8188 *** binutils to release 2.9.1 or newer.  Another option is to modify
8189 *** your PATH or compiler configuration so that the native linker is
8190 *** used, and then restart.
8191
8192 _LT_EOF
8193       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8194         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8195         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8196       else
8197         ld_shlibs=no
8198       fi
8199       ;;
8200
8201     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8202       case `$LD -v 2>&1` in
8203         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8204         ld_shlibs=no
8205         cat <<_LT_EOF 1>&2
8206
8207 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8208 *** reliably create shared libraries on SCO systems.  Therefore, libtool
8209 *** is disabling shared libraries support.  We urge you to upgrade GNU
8210 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8211 *** your PATH or compiler configuration so that the native linker is
8212 *** used, and then restart.
8213
8214 _LT_EOF
8215         ;;
8216         *)
8217           # For security reasons, it is highly recommended that you always
8218           # use absolute paths for naming shared libraries, and exclude the
8219           # DT_RUNPATH tag from executables and libraries.  But doing so
8220           # requires that you compile everything twice, which is a pain.
8221           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8222             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8223             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8224             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8225           else
8226             ld_shlibs=no
8227           fi
8228         ;;
8229       esac
8230       ;;
8231
8232     sunos4*)
8233       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8234       wlarc=
8235       hardcode_direct=yes
8236       hardcode_shlibpath_var=no
8237       ;;
8238
8239     *)
8240       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8241         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8242         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8243       else
8244         ld_shlibs=no
8245       fi
8246       ;;
8247     esac
8248
8249     if test "$ld_shlibs" = no; then
8250       runpath_var=
8251       hardcode_libdir_flag_spec=
8252       export_dynamic_flag_spec=
8253       whole_archive_flag_spec=
8254     fi
8255   else
8256     # PORTME fill in a description of your system's linker (not GNU ld)
8257     case $host_os in
8258     aix3*)
8259       allow_undefined_flag=unsupported
8260       always_export_symbols=yes
8261       archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
8262       # Note: this linker hardcodes the directories in LIBPATH if there
8263       # are no directories specified by -L.
8264       hardcode_minus_L=yes
8265       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8266         # Neither direct hardcoding nor static linking is supported with a
8267         # broken collect2.
8268         hardcode_direct=unsupported
8269       fi
8270       ;;
8271
8272     aix[4-9]*)
8273       if test "$host_cpu" = ia64; then
8274         # On IA64, the linker does run time linking by default, so we don't
8275         # have to do anything special.
8276         aix_use_runtimelinking=no
8277         exp_sym_flag='-Bexport'
8278         no_entry_flag=""
8279       else
8280         # If we're using GNU nm, then we don't want the "-C" option.
8281         # -C means demangle to AIX nm, but means don't demangle with GNU nm
8282         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8283           export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8284         else
8285           export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8286         fi
8287         aix_use_runtimelinking=no
8288
8289         # Test if we are trying to use run time linking or normal
8290         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8291         # need to do runtime linking.
8292         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8293           for ld_flag in $LDFLAGS; do
8294           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8295             aix_use_runtimelinking=yes
8296             break
8297           fi
8298           done
8299           ;;
8300         esac
8301
8302         exp_sym_flag='-bexport'
8303         no_entry_flag='-bnoentry'
8304       fi
8305
8306       # When large executables or shared objects are built, AIX ld can
8307       # have problems creating the table of contents.  If linking a library
8308       # or program results in "error TOC overflow" add -mminimal-toc to
8309       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8310       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8311
8312       archive_cmds=''
8313       hardcode_direct=yes
8314       hardcode_direct_absolute=yes
8315       hardcode_libdir_separator=':'
8316       link_all_deplibs=yes
8317       file_list_spec='${wl}-f,'
8318
8319       if test "$GCC" = yes; then
8320         case $host_os in aix4.[012]|aix4.[012].*)
8321         # We only want to do this on AIX 4.2 and lower, the check
8322         # below for broken collect2 doesn't work under 4.3+
8323           collect2name=`${CC} -print-prog-name=collect2`
8324           if test -f "$collect2name" &&
8325            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8326           then
8327           # We have reworked collect2
8328           :
8329           else
8330           # We have old collect2
8331           hardcode_direct=unsupported
8332           # It fails to find uninstalled libraries when the uninstalled
8333           # path is not listed in the libpath.  Setting hardcode_minus_L
8334           # to unsupported forces relinking
8335           hardcode_minus_L=yes
8336           hardcode_libdir_flag_spec='-L$libdir'
8337           hardcode_libdir_separator=
8338           fi
8339           ;;
8340         esac
8341         shared_flag='-shared'
8342         if test "$aix_use_runtimelinking" = yes; then
8343           shared_flag="$shared_flag "'${wl}-G'
8344         fi
8345         link_all_deplibs=no
8346       else
8347         # not using gcc
8348         if test "$host_cpu" = ia64; then
8349         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8350         # chokes on -Wl,-G. The following line is correct:
8351           shared_flag='-G'
8352         else
8353           if test "$aix_use_runtimelinking" = yes; then
8354             shared_flag='${wl}-G'
8355           else
8356             shared_flag='${wl}-bM:SRE'
8357           fi
8358         fi
8359       fi
8360
8361       export_dynamic_flag_spec='${wl}-bexpall'
8362       # It seems that -bexpall does not export symbols beginning with
8363       # underscore (_), so it is better to generate a list of symbols to export.
8364       always_export_symbols=yes
8365       if test "$aix_use_runtimelinking" = yes; then
8366         # Warning - without using the other runtime loading flags (-brtl),
8367         # -berok will link without error, but may produce a broken library.
8368         allow_undefined_flag='-berok'
8369         # Determine the default libpath from the value encoded in an
8370         # empty executable.
8371         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8372 /* end confdefs.h.  */
8373
8374 int
8375 main ()
8376 {
8377
8378   ;
8379   return 0;
8380 }
8381 _ACEOF
8382 if ac_fn_c_try_link "$LINENO"; then :
8383
8384 lt_aix_libpath_sed='
8385     /Import File Strings/,/^$/ {
8386         /^0/ {
8387             s/^0  *\(.*\)$/\1/
8388             p
8389         }
8390     }'
8391 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8392 # Check for a 64-bit object if we didn't find anything.
8393 if test -z "$aix_libpath"; then
8394   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8395 fi
8396 fi
8397 rm -f core conftest.err conftest.$ac_objext \
8398     conftest$ac_exeext conftest.$ac_ext
8399 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8400
8401         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8402         archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8403       else
8404         if test "$host_cpu" = ia64; then
8405           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8406           allow_undefined_flag="-z nodefs"
8407           archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
8408         else
8409          # Determine the default libpath from the value encoded in an
8410          # empty executable.
8411          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8412 /* end confdefs.h.  */
8413
8414 int
8415 main ()
8416 {
8417
8418   ;
8419   return 0;
8420 }
8421 _ACEOF
8422 if ac_fn_c_try_link "$LINENO"; then :
8423
8424 lt_aix_libpath_sed='
8425     /Import File Strings/,/^$/ {
8426         /^0/ {
8427             s/^0  *\(.*\)$/\1/
8428             p
8429         }
8430     }'
8431 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8432 # Check for a 64-bit object if we didn't find anything.
8433 if test -z "$aix_libpath"; then
8434   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8435 fi
8436 fi
8437 rm -f core conftest.err conftest.$ac_objext \
8438     conftest$ac_exeext conftest.$ac_ext
8439 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8440
8441          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8442           # Warning - without using the other run time loading flags,
8443           # -berok will link without error, but may produce a broken library.
8444           no_undefined_flag=' ${wl}-bernotok'
8445           allow_undefined_flag=' ${wl}-berok'
8446           # Exported symbols can be pulled into shared objects from archives
8447           whole_archive_flag_spec='$convenience'
8448           archive_cmds_need_lc=yes
8449           # This is similar to how AIX traditionally builds its shared libraries.
8450           archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
8451         fi
8452       fi
8453       ;;
8454
8455     amigaos*)
8456       case $host_cpu in
8457       powerpc)
8458             # see comment about AmigaOS4 .so support
8459             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8460             archive_expsym_cmds=''
8461         ;;
8462       m68k)
8463             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8464             hardcode_libdir_flag_spec='-L$libdir'
8465             hardcode_minus_L=yes
8466         ;;
8467       esac
8468       ;;
8469
8470     bsdi[45]*)
8471       export_dynamic_flag_spec=-rdynamic
8472       ;;
8473
8474     cygwin* | mingw* | pw32* | cegcc*)
8475       # When not using gcc, we currently assume that we are using
8476       # Microsoft Visual C++.
8477       # hardcode_libdir_flag_spec is actually meaningless, as there is
8478       # no search path for DLLs.
8479       hardcode_libdir_flag_spec=' '
8480       allow_undefined_flag=unsupported
8481       # Tell ltmain to make .lib files, not .a files.
8482       libext=lib
8483       # Tell ltmain to make .dll files, not .so files.
8484       shrext_cmds=".dll"
8485       # FIXME: Setting linknames here is a bad hack.
8486       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8487       # The linker will automatically build a .lib file if we build a DLL.
8488       old_archive_from_new_cmds='true'
8489       # FIXME: Should let the user specify the lib program.
8490       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8491       fix_srcfile_path='`cygpath -w "$srcfile"`'
8492       enable_shared_with_static_runtimes=yes
8493       ;;
8494
8495     darwin* | rhapsody*)
8496
8497
8498   archive_cmds_need_lc=no
8499   hardcode_direct=no
8500   hardcode_automatic=yes
8501   hardcode_shlibpath_var=unsupported
8502   whole_archive_flag_spec=''
8503   link_all_deplibs=yes
8504   allow_undefined_flag="$_lt_dar_allow_undefined"
8505   case $cc_basename in
8506      ifort*) _lt_dar_can_shared=yes ;;
8507      *) _lt_dar_can_shared=$GCC ;;
8508   esac
8509   if test "$_lt_dar_can_shared" = "yes"; then
8510     output_verbose_link_cmd=echo
8511     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8512     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8513     archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
8514     module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
8515
8516   else
8517   ld_shlibs=no
8518   fi
8519
8520       ;;
8521
8522     dgux*)
8523       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8524       hardcode_libdir_flag_spec='-L$libdir'
8525       hardcode_shlibpath_var=no
8526       ;;
8527
8528     freebsd1*)
8529       ld_shlibs=no
8530       ;;
8531
8532     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8533     # support.  Future versions do this automatically, but an explicit c++rt0.o
8534     # does not break anything, and helps significantly (at the cost of a little
8535     # extra space).
8536     freebsd2.2*)
8537       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8538       hardcode_libdir_flag_spec='-R$libdir'
8539       hardcode_direct=yes
8540       hardcode_shlibpath_var=no
8541       ;;
8542
8543     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8544     freebsd2*)
8545       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8546       hardcode_direct=yes
8547       hardcode_minus_L=yes
8548       hardcode_shlibpath_var=no
8549       ;;
8550
8551     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8552     freebsd* | dragonfly*)
8553       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8554       hardcode_libdir_flag_spec='-R$libdir'
8555       hardcode_direct=yes
8556       hardcode_shlibpath_var=no
8557       ;;
8558
8559     hpux9*)
8560       if test "$GCC" = yes; then
8561         archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8562       else
8563         archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8564       fi
8565       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8566       hardcode_libdir_separator=:
8567       hardcode_direct=yes
8568
8569       # hardcode_minus_L: Not really in the search PATH,
8570       # but as the default location of the library.
8571       hardcode_minus_L=yes
8572       export_dynamic_flag_spec='${wl}-E'
8573       ;;
8574
8575     hpux10*)
8576       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8577         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8578       else
8579         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8580       fi
8581       if test "$with_gnu_ld" = no; then
8582         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8583         hardcode_libdir_flag_spec_ld='+b $libdir'
8584         hardcode_libdir_separator=:
8585         hardcode_direct=yes
8586         hardcode_direct_absolute=yes
8587         export_dynamic_flag_spec='${wl}-E'
8588         # hardcode_minus_L: Not really in the search PATH,
8589         # but as the default location of the library.
8590         hardcode_minus_L=yes
8591       fi
8592       ;;
8593
8594     hpux11*)
8595       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8596         case $host_cpu in
8597         hppa*64*)
8598           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8599           ;;
8600         ia64*)
8601           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8602           ;;
8603         *)
8604           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8605           ;;
8606         esac
8607       else
8608         case $host_cpu in
8609         hppa*64*)
8610           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8611           ;;
8612         ia64*)
8613           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8614           ;;
8615         *)
8616           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8617           ;;
8618         esac
8619       fi
8620       if test "$with_gnu_ld" = no; then
8621         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8622         hardcode_libdir_separator=:
8623
8624         case $host_cpu in
8625         hppa*64*|ia64*)
8626           hardcode_direct=no
8627           hardcode_shlibpath_var=no
8628           ;;
8629         *)
8630           hardcode_direct=yes
8631           hardcode_direct_absolute=yes
8632           export_dynamic_flag_spec='${wl}-E'
8633
8634           # hardcode_minus_L: Not really in the search PATH,
8635           # but as the default location of the library.
8636           hardcode_minus_L=yes
8637           ;;
8638         esac
8639       fi
8640       ;;
8641
8642     irix5* | irix6* | nonstopux*)
8643       if test "$GCC" = yes; then
8644         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8645         # Try to use the -exported_symbol ld option, if it does not
8646         # work, assume that -exports_file does not work either and
8647         # implicitly export all symbols.
8648         save_LDFLAGS="$LDFLAGS"
8649         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8650         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8651 /* end confdefs.h.  */
8652 int foo(void) {}
8653 _ACEOF
8654 if ac_fn_c_try_link "$LINENO"; then :
8655   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
8656
8657 fi
8658 rm -f core conftest.err conftest.$ac_objext \
8659     conftest$ac_exeext conftest.$ac_ext
8660         LDFLAGS="$save_LDFLAGS"
8661       else
8662         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8663         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
8664       fi
8665       archive_cmds_need_lc='no'
8666       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8667       hardcode_libdir_separator=:
8668       inherit_rpath=yes
8669       link_all_deplibs=yes
8670       ;;
8671
8672     netbsd* | netbsdelf*-gnu)
8673       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8674         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
8675       else
8676         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
8677       fi
8678       hardcode_libdir_flag_spec='-R$libdir'
8679       hardcode_direct=yes
8680       hardcode_shlibpath_var=no
8681       ;;
8682
8683     newsos6)
8684       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8685       hardcode_direct=yes
8686       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8687       hardcode_libdir_separator=:
8688       hardcode_shlibpath_var=no
8689       ;;
8690
8691     *nto* | *qnx*)
8692       ;;
8693
8694     openbsd*)
8695       if test -f /usr/libexec/ld.so; then
8696         hardcode_direct=yes
8697         hardcode_shlibpath_var=no
8698         hardcode_direct_absolute=yes
8699         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8700           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8701           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8702           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8703           export_dynamic_flag_spec='${wl}-E'
8704         else
8705           case $host_os in
8706            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8707              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8708              hardcode_libdir_flag_spec='-R$libdir'
8709              ;;
8710            *)
8711              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8712              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8713              ;;
8714           esac
8715         fi
8716       else
8717         ld_shlibs=no
8718       fi
8719       ;;
8720
8721     os2*)
8722       hardcode_libdir_flag_spec='-L$libdir'
8723       hardcode_minus_L=yes
8724       allow_undefined_flag=unsupported
8725       archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
8726       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8727       ;;
8728
8729     osf3*)
8730       if test "$GCC" = yes; then
8731         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8732         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8733       else
8734         allow_undefined_flag=' -expect_unresolved \*'
8735         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8736       fi
8737       archive_cmds_need_lc='no'
8738       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8739       hardcode_libdir_separator=:
8740       ;;
8741
8742     osf4* | osf5*)      # as osf3* with the addition of -msym flag
8743       if test "$GCC" = yes; then
8744         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8745         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8746         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8747       else
8748         allow_undefined_flag=' -expect_unresolved \*'
8749         archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8750         archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
8751         $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
8752
8753         # Both c and cxx compiler support -rpath directly
8754         hardcode_libdir_flag_spec='-rpath $libdir'
8755       fi
8756       archive_cmds_need_lc='no'
8757       hardcode_libdir_separator=:
8758       ;;
8759
8760     solaris*)
8761       no_undefined_flag=' -z defs'
8762       if test "$GCC" = yes; then
8763         wlarc='${wl}'
8764         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8765         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8766           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8767       else
8768         case `$CC -V 2>&1` in
8769         *"Compilers 5.0"*)
8770           wlarc=''
8771           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8772           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8773           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8774           ;;
8775         *)
8776           wlarc='${wl}'
8777           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8778           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8779           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8780           ;;
8781         esac
8782       fi
8783       hardcode_libdir_flag_spec='-R$libdir'
8784       hardcode_shlibpath_var=no
8785       case $host_os in
8786       solaris2.[0-5] | solaris2.[0-5].*) ;;
8787       *)
8788         # The compiler driver will combine and reorder linker options,
8789         # but understands `-z linker_flag'.  GCC discards it without `$wl',
8790         # but is careful enough not to reorder.
8791         # Supported since Solaris 2.6 (maybe 2.5.1?)
8792         if test "$GCC" = yes; then
8793           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8794         else
8795           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8796         fi
8797         ;;
8798       esac
8799       link_all_deplibs=yes
8800       ;;
8801
8802     sunos4*)
8803       if test "x$host_vendor" = xsequent; then
8804         # Use $CC to link under sequent, because it throws in some extra .o
8805         # files that make .init and .fini sections work.
8806         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8807       else
8808         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8809       fi
8810       hardcode_libdir_flag_spec='-L$libdir'
8811       hardcode_direct=yes
8812       hardcode_minus_L=yes
8813       hardcode_shlibpath_var=no
8814       ;;
8815
8816     sysv4)
8817       case $host_vendor in
8818         sni)
8819           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8820           hardcode_direct=yes # is this really true???
8821         ;;
8822         siemens)
8823           ## LD is ld it makes a PLAMLIB
8824           ## CC just makes a GrossModule.
8825           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8826           reload_cmds='$CC -r -o $output$reload_objs'
8827           hardcode_direct=no
8828         ;;
8829         motorola)
8830           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8831           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8832         ;;
8833       esac
8834       runpath_var='LD_RUN_PATH'
8835       hardcode_shlibpath_var=no
8836       ;;
8837
8838     sysv4.3*)
8839       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8840       hardcode_shlibpath_var=no
8841       export_dynamic_flag_spec='-Bexport'
8842       ;;
8843
8844     sysv4*MP*)
8845       if test -d /usr/nec; then
8846         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8847         hardcode_shlibpath_var=no
8848         runpath_var=LD_RUN_PATH
8849         hardcode_runpath_var=yes
8850         ld_shlibs=yes
8851       fi
8852       ;;
8853
8854     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8855       no_undefined_flag='${wl}-z,text'
8856       archive_cmds_need_lc=no
8857       hardcode_shlibpath_var=no
8858       runpath_var='LD_RUN_PATH'
8859
8860       if test "$GCC" = yes; then
8861         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8862         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8863       else
8864         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8865         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8866       fi
8867       ;;
8868
8869     sysv5* | sco3.2v5* | sco5v6*)
8870       # Note: We can NOT use -z defs as we might desire, because we do not
8871       # link with -lc, and that would cause any symbols used from libc to
8872       # always be unresolved, which means just about no library would
8873       # ever link correctly.  If we're not using GNU ld we use -z text
8874       # though, which does catch some bad symbols but isn't as heavy-handed
8875       # as -z defs.
8876       no_undefined_flag='${wl}-z,text'
8877       allow_undefined_flag='${wl}-z,nodefs'
8878       archive_cmds_need_lc=no
8879       hardcode_shlibpath_var=no
8880       hardcode_libdir_flag_spec='${wl}-R,$libdir'
8881       hardcode_libdir_separator=':'
8882       link_all_deplibs=yes
8883       export_dynamic_flag_spec='${wl}-Bexport'
8884       runpath_var='LD_RUN_PATH'
8885
8886       if test "$GCC" = yes; then
8887         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8888         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8889       else
8890         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8891         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8892       fi
8893       ;;
8894
8895     uts4*)
8896       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8897       hardcode_libdir_flag_spec='-L$libdir'
8898       hardcode_shlibpath_var=no
8899       ;;
8900
8901     *)
8902       ld_shlibs=no
8903       ;;
8904     esac
8905
8906     if test x$host_vendor = xsni; then
8907       case $host in
8908       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8909         export_dynamic_flag_spec='${wl}-Blargedynsym'
8910         ;;
8911       esac
8912     fi
8913   fi
8914
8915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8916 $as_echo "$ld_shlibs" >&6; }
8917 test "$ld_shlibs" = no && can_build_shared=no
8918
8919 with_gnu_ld=$with_gnu_ld
8920
8921
8922
8923
8924
8925
8926
8927
8928
8929
8930
8931
8932
8933
8934
8935 #
8936 # Do we need to explicitly link libc?
8937 #
8938 case "x$archive_cmds_need_lc" in
8939 x|xyes)
8940   # Assume -lc should be added
8941   archive_cmds_need_lc=yes
8942
8943   if test "$enable_shared" = yes && test "$GCC" = yes; then
8944     case $archive_cmds in
8945     *'~'*)
8946       # FIXME: we may have to deal with multi-command sequences.
8947       ;;
8948     '$CC '*)
8949       # Test whether the compiler implicitly links with -lc since on some
8950       # systems, -lgcc has to come before -lc. If gcc already passes -lc
8951       # to ld, don't add -lc before -lgcc.
8952       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8953 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
8954       $RM conftest*
8955       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8956
8957       if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8958   (eval $ac_compile) 2>&5
8959   ac_status=$?
8960   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8961   test $ac_status = 0; } 2>conftest.err; then
8962         soname=conftest
8963         lib=conftest
8964         libobjs=conftest.$ac_objext
8965         deplibs=
8966         wl=$lt_prog_compiler_wl
8967         pic_flag=$lt_prog_compiler_pic
8968         compiler_flags=-v
8969         linker_flags=-v
8970         verstring=
8971         output_objdir=.
8972         libname=conftest
8973         lt_save_allow_undefined_flag=$allow_undefined_flag
8974         allow_undefined_flag=
8975         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
8976   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8977   ac_status=$?
8978   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8979   test $ac_status = 0; }
8980         then
8981           archive_cmds_need_lc=no
8982         else
8983           archive_cmds_need_lc=yes
8984         fi
8985         allow_undefined_flag=$lt_save_allow_undefined_flag
8986       else
8987         cat conftest.err 1>&5
8988       fi
8989       $RM conftest*
8990       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
8991 $as_echo "$archive_cmds_need_lc" >&6; }
8992       ;;
8993     esac
8994   fi
8995   ;;
8996 esac
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
9059
9060
9061
9062
9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
9089
9090
9091
9092
9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
9107
9108
9109
9110
9111
9112
9113
9114
9115
9116
9117
9118
9119
9120
9121
9122
9123
9124
9125
9126
9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
9137
9138
9139
9140
9141
9142
9143
9144
9145
9146
9147
9148
9149
9150
9151
9152
9153
9154   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9155 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9156
9157 if test "$GCC" = yes; then
9158   case $host_os in
9159     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9160     *) lt_awk_arg="/^libraries:/" ;;
9161   esac
9162   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9163   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9164     # if the path contains ";" then we assume it to be the separator
9165     # otherwise default to the standard path separator (i.e. ":") - it is
9166     # assumed that no part of a normal pathname contains ";" but that should
9167     # okay in the real world where ";" in dirpaths is itself problematic.
9168     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9169   else
9170     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9171   fi
9172   # Ok, now we have the path, separated by spaces, we can step through it
9173   # and add multilib dir if necessary.
9174   lt_tmp_lt_search_path_spec=
9175   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9176   for lt_sys_path in $lt_search_path_spec; do
9177     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9178       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9179     else
9180       test -d "$lt_sys_path" && \
9181         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9182     fi
9183   done
9184   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9185 BEGIN {RS=" "; FS="/|\n";} {
9186   lt_foo="";
9187   lt_count=0;
9188   for (lt_i = NF; lt_i > 0; lt_i--) {
9189     if ($lt_i != "" && $lt_i != ".") {
9190       if ($lt_i == "..") {
9191         lt_count++;
9192       } else {
9193         if (lt_count == 0) {
9194           lt_foo="/" $lt_i lt_foo;
9195         } else {
9196           lt_count--;
9197         }
9198       }
9199     }
9200   }
9201   if (lt_foo != "") { lt_freq[lt_foo]++; }
9202   if (lt_freq[lt_foo] == 1) { print lt_foo; }
9203 }'`
9204   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9205 else
9206   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9207 fi
9208 library_names_spec=
9209 libname_spec='lib$name'
9210 soname_spec=
9211 shrext_cmds=".so"
9212 postinstall_cmds=
9213 postuninstall_cmds=
9214 finish_cmds=
9215 finish_eval=
9216 shlibpath_var=
9217 shlibpath_overrides_runpath=unknown
9218 version_type=none
9219 dynamic_linker="$host_os ld.so"
9220 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9221 need_lib_prefix=unknown
9222 hardcode_into_libs=no
9223
9224 # when you set need_version to no, make sure it does not cause -set_version
9225 # flags to be left without arguments
9226 need_version=unknown
9227
9228 case $host_os in
9229 aix3*)
9230   version_type=linux
9231   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9232   shlibpath_var=LIBPATH
9233
9234   # AIX 3 has no versioning support, so we append a major version to the name.
9235   soname_spec='${libname}${release}${shared_ext}$major'
9236   ;;
9237
9238 aix[4-9]*)
9239   version_type=linux
9240   need_lib_prefix=no
9241   need_version=no
9242   hardcode_into_libs=yes
9243   if test "$host_cpu" = ia64; then
9244     # AIX 5 supports IA64
9245     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9246     shlibpath_var=LD_LIBRARY_PATH
9247   else
9248     # With GCC up to 2.95.x, collect2 would create an import file
9249     # for dependence libraries.  The import file would start with
9250     # the line `#! .'.  This would cause the generated library to
9251     # depend on `.', always an invalid library.  This was fixed in
9252     # development snapshots of GCC prior to 3.0.
9253     case $host_os in
9254       aix4 | aix4.[01] | aix4.[01].*)
9255       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9256            echo ' yes '
9257            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9258         :
9259       else
9260         can_build_shared=no
9261       fi
9262       ;;
9263     esac
9264     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9265     # soname into executable. Probably we can add versioning support to
9266     # collect2, so additional links can be useful in future.
9267     if test "$aix_use_runtimelinking" = yes; then
9268       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9269       # instead of lib<name>.a to let people know that these are not
9270       # typical AIX shared libraries.
9271       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9272     else
9273       # We preserve .a as extension for shared libraries through AIX4.2
9274       # and later when we are not doing run time linking.
9275       library_names_spec='${libname}${release}.a $libname.a'
9276       soname_spec='${libname}${release}${shared_ext}$major'
9277     fi
9278     shlibpath_var=LIBPATH
9279   fi
9280   ;;
9281
9282 amigaos*)
9283   case $host_cpu in
9284   powerpc)
9285     # Since July 2007 AmigaOS4 officially supports .so libraries.
9286     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9287     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9288     ;;
9289   m68k)
9290     library_names_spec='$libname.ixlibrary $libname.a'
9291     # Create ${libname}_ixlibrary.a entries in /sys/libs.
9292     finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
9293     ;;
9294   esac
9295   ;;
9296
9297 beos*)
9298   library_names_spec='${libname}${shared_ext}'
9299   dynamic_linker="$host_os ld.so"
9300   shlibpath_var=LIBRARY_PATH
9301   ;;
9302
9303 bsdi[45]*)
9304   version_type=linux
9305   need_version=no
9306   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9307   soname_spec='${libname}${release}${shared_ext}$major'
9308   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9309   shlibpath_var=LD_LIBRARY_PATH
9310   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9311   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9312   # the default ld.so.conf also contains /usr/contrib/lib and
9313   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9314   # libtool to hard-code these into programs
9315   ;;
9316
9317 cygwin* | mingw* | pw32* | cegcc*)
9318   version_type=windows
9319   shrext_cmds=".dll"
9320   need_version=no
9321   need_lib_prefix=no
9322
9323   case $GCC,$host_os in
9324   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9325     library_names_spec='$libname.dll.a'
9326     # DLL is installed to $(libdir)/../bin by postinstall_cmds
9327     postinstall_cmds='base_file=`basename \${file}`~
9328       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9329       dldir=$destdir/`dirname \$dlpath`~
9330       test -d \$dldir || mkdir -p \$dldir~
9331       $install_prog $dir/$dlname \$dldir/$dlname~
9332       chmod a+x \$dldir/$dlname~
9333       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9334         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9335       fi'
9336     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9337       dlpath=$dir/\$dldll~
9338        $RM \$dlpath'
9339     shlibpath_overrides_runpath=yes
9340
9341     case $host_os in
9342     cygwin*)
9343       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9344       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9345       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9346       ;;
9347     mingw* | cegcc*)
9348       # MinGW DLLs use traditional 'lib' prefix
9349       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9350       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9351       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9352         # It is most probably a Windows format PATH printed by
9353         # mingw gcc, but we are running on Cygwin. Gcc prints its search
9354         # path with ; separators, and with drive letters. We can handle the
9355         # drive letters (cygwin fileutils understands them), so leave them,
9356         # especially as we might pass files found there to a mingw objdump,
9357         # which wouldn't understand a cygwinified path. Ahh.
9358         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9359       else
9360         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9361       fi
9362       ;;
9363     pw32*)
9364       # pw32 DLLs use 'pw' prefix rather than 'lib'
9365       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9366       ;;
9367     esac
9368     ;;
9369
9370   *)
9371     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9372     ;;
9373   esac
9374   dynamic_linker='Win32 ld.exe'
9375   # FIXME: first we should search . and the directory the executable is in
9376   shlibpath_var=PATH
9377   ;;
9378
9379 darwin* | rhapsody*)
9380   dynamic_linker="$host_os dyld"
9381   version_type=darwin
9382   need_lib_prefix=no
9383   need_version=no
9384   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9385   soname_spec='${libname}${release}${major}$shared_ext'
9386   shlibpath_overrides_runpath=yes
9387   shlibpath_var=DYLD_LIBRARY_PATH
9388   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9389
9390   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9391   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9392   ;;
9393
9394 dgux*)
9395   version_type=linux
9396   need_lib_prefix=no
9397   need_version=no
9398   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9399   soname_spec='${libname}${release}${shared_ext}$major'
9400   shlibpath_var=LD_LIBRARY_PATH
9401   ;;
9402
9403 freebsd1*)
9404   dynamic_linker=no
9405   ;;
9406
9407 freebsd* | dragonfly*)
9408   # DragonFly does not have aout.  When/if they implement a new
9409   # versioning mechanism, adjust this.
9410   if test -x /usr/bin/objformat; then
9411     objformat=`/usr/bin/objformat`
9412   else
9413     case $host_os in
9414     freebsd[123]*) objformat=aout ;;
9415     *) objformat=elf ;;
9416     esac
9417   fi
9418   version_type=freebsd-$objformat
9419   case $version_type in
9420     freebsd-elf*)
9421       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9422       need_version=no
9423       need_lib_prefix=no
9424       ;;
9425     freebsd-*)
9426       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9427       need_version=yes
9428       ;;
9429   esac
9430   shlibpath_var=LD_LIBRARY_PATH
9431   case $host_os in
9432   freebsd2*)
9433     shlibpath_overrides_runpath=yes
9434     ;;
9435   freebsd3.[01]* | freebsdelf3.[01]*)
9436     shlibpath_overrides_runpath=yes
9437     hardcode_into_libs=yes
9438     ;;
9439   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9440   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9441     shlibpath_overrides_runpath=no
9442     hardcode_into_libs=yes
9443     ;;
9444   *) # from 4.6 on, and DragonFly
9445     shlibpath_overrides_runpath=yes
9446     hardcode_into_libs=yes
9447     ;;
9448   esac
9449   ;;
9450
9451 gnu*)
9452   version_type=linux
9453   need_lib_prefix=no
9454   need_version=no
9455   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9456   soname_spec='${libname}${release}${shared_ext}$major'
9457   shlibpath_var=LD_LIBRARY_PATH
9458   hardcode_into_libs=yes
9459   ;;
9460
9461 hpux9* | hpux10* | hpux11*)
9462   # Give a soname corresponding to the major version so that dld.sl refuses to
9463   # link against other versions.
9464   version_type=sunos
9465   need_lib_prefix=no
9466   need_version=no
9467   case $host_cpu in
9468   ia64*)
9469     shrext_cmds='.so'
9470     hardcode_into_libs=yes
9471     dynamic_linker="$host_os dld.so"
9472     shlibpath_var=LD_LIBRARY_PATH
9473     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9474     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9475     soname_spec='${libname}${release}${shared_ext}$major'
9476     if test "X$HPUX_IA64_MODE" = X32; then
9477       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9478     else
9479       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9480     fi
9481     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9482     ;;
9483   hppa*64*)
9484     shrext_cmds='.sl'
9485     hardcode_into_libs=yes
9486     dynamic_linker="$host_os dld.sl"
9487     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9488     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9489     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9490     soname_spec='${libname}${release}${shared_ext}$major'
9491     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9492     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9493     ;;
9494   *)
9495     shrext_cmds='.sl'
9496     dynamic_linker="$host_os dld.sl"
9497     shlibpath_var=SHLIB_PATH
9498     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9499     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9500     soname_spec='${libname}${release}${shared_ext}$major'
9501     ;;
9502   esac
9503   # HP-UX runs *really* slowly unless shared libraries are mode 555.
9504   postinstall_cmds='chmod 555 $lib'
9505   ;;
9506
9507 interix[3-9]*)
9508   version_type=linux
9509   need_lib_prefix=no
9510   need_version=no
9511   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9512   soname_spec='${libname}${release}${shared_ext}$major'
9513   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9514   shlibpath_var=LD_LIBRARY_PATH
9515   shlibpath_overrides_runpath=no
9516   hardcode_into_libs=yes
9517   ;;
9518
9519 irix5* | irix6* | nonstopux*)
9520   case $host_os in
9521     nonstopux*) version_type=nonstopux ;;
9522     *)
9523         if test "$lt_cv_prog_gnu_ld" = yes; then
9524                 version_type=linux
9525         else
9526                 version_type=irix
9527         fi ;;
9528   esac
9529   need_lib_prefix=no
9530   need_version=no
9531   soname_spec='${libname}${release}${shared_ext}$major'
9532   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9533   case $host_os in
9534   irix5* | nonstopux*)
9535     libsuff= shlibsuff=
9536     ;;
9537   *)
9538     case $LD in # libtool.m4 will add one of these switches to LD
9539     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9540       libsuff= shlibsuff= libmagic=32-bit;;
9541     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9542       libsuff=32 shlibsuff=N32 libmagic=N32;;
9543     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9544       libsuff=64 shlibsuff=64 libmagic=64-bit;;
9545     *) libsuff= shlibsuff= libmagic=never-match;;
9546     esac
9547     ;;
9548   esac
9549   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9550   shlibpath_overrides_runpath=no
9551   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9552   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9553   hardcode_into_libs=yes
9554   ;;
9555
9556 # No shared lib support for Linux oldld, aout, or coff.
9557 linux*oldld* | linux*aout* | linux*coff*)
9558   dynamic_linker=no
9559   ;;
9560
9561 # This must be Linux ELF.
9562 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9563   version_type=linux
9564   need_lib_prefix=no
9565   need_version=no
9566   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9567   soname_spec='${libname}${release}${shared_ext}$major'
9568   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9569   shlibpath_var=LD_LIBRARY_PATH
9570   shlibpath_overrides_runpath=no
9571   # Some binutils ld are patched to set DT_RUNPATH
9572   save_LDFLAGS=$LDFLAGS
9573   save_libdir=$libdir
9574   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9575        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9576   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9577 /* end confdefs.h.  */
9578
9579 int
9580 main ()
9581 {
9582
9583   ;
9584   return 0;
9585 }
9586 _ACEOF
9587 if ac_fn_c_try_link "$LINENO"; then :
9588   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9589   shlibpath_overrides_runpath=yes
9590 fi
9591 fi
9592 rm -f core conftest.err conftest.$ac_objext \
9593     conftest$ac_exeext conftest.$ac_ext
9594   LDFLAGS=$save_LDFLAGS
9595   libdir=$save_libdir
9596
9597   # This implies no fast_install, which is unacceptable.
9598   # Some rework will be needed to allow for fast_install
9599   # before this can be enabled.
9600   hardcode_into_libs=yes
9601
9602   # Append ld.so.conf contents to the search path
9603   if test -f /etc/ld.so.conf; then
9604     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
9605     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9606   fi
9607
9608   # We used to test for /lib/ld.so.1 and disable shared libraries on
9609   # powerpc, because MkLinux only supported shared libraries with the
9610   # GNU dynamic linker.  Since this was broken with cross compilers,
9611   # most powerpc-linux boxes support dynamic linking these days and
9612   # people can always --disable-shared, the test was removed, and we
9613   # assume the GNU/Linux dynamic linker is in use.
9614   dynamic_linker='GNU/Linux ld.so'
9615   ;;
9616
9617 netbsdelf*-gnu)
9618   version_type=linux
9619   need_lib_prefix=no
9620   need_version=no
9621   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9622   soname_spec='${libname}${release}${shared_ext}$major'
9623   shlibpath_var=LD_LIBRARY_PATH
9624   shlibpath_overrides_runpath=no
9625   hardcode_into_libs=yes
9626   dynamic_linker='NetBSD ld.elf_so'
9627   ;;
9628
9629 netbsd*)
9630   version_type=sunos
9631   need_lib_prefix=no
9632   need_version=no
9633   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9634     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9635     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9636     dynamic_linker='NetBSD (a.out) ld.so'
9637   else
9638     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9639     soname_spec='${libname}${release}${shared_ext}$major'
9640     dynamic_linker='NetBSD ld.elf_so'
9641   fi
9642   shlibpath_var=LD_LIBRARY_PATH
9643   shlibpath_overrides_runpath=yes
9644   hardcode_into_libs=yes
9645   ;;
9646
9647 newsos6)
9648   version_type=linux
9649   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9650   shlibpath_var=LD_LIBRARY_PATH
9651   shlibpath_overrides_runpath=yes
9652   ;;
9653
9654 *nto* | *qnx*)
9655   version_type=qnx
9656   need_lib_prefix=no
9657   need_version=no
9658   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9659   soname_spec='${libname}${release}${shared_ext}$major'
9660   shlibpath_var=LD_LIBRARY_PATH
9661   shlibpath_overrides_runpath=no
9662   hardcode_into_libs=yes
9663   dynamic_linker='ldqnx.so'
9664   ;;
9665
9666 openbsd*)
9667   version_type=sunos
9668   sys_lib_dlsearch_path_spec="/usr/lib"
9669   need_lib_prefix=no
9670   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9671   case $host_os in
9672     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
9673     *)                          need_version=no  ;;
9674   esac
9675   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9676   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9677   shlibpath_var=LD_LIBRARY_PATH
9678   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9679     case $host_os in
9680       openbsd2.[89] | openbsd2.[89].*)
9681         shlibpath_overrides_runpath=no
9682         ;;
9683       *)
9684         shlibpath_overrides_runpath=yes
9685         ;;
9686       esac
9687   else
9688     shlibpath_overrides_runpath=yes
9689   fi
9690   ;;
9691
9692 os2*)
9693   libname_spec='$name'
9694   shrext_cmds=".dll"
9695   need_lib_prefix=no
9696   library_names_spec='$libname${shared_ext} $libname.a'
9697   dynamic_linker='OS/2 ld.exe'
9698   shlibpath_var=LIBPATH
9699   ;;
9700
9701 osf3* | osf4* | osf5*)
9702   version_type=osf
9703   need_lib_prefix=no
9704   need_version=no
9705   soname_spec='${libname}${release}${shared_ext}$major'
9706   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9707   shlibpath_var=LD_LIBRARY_PATH
9708   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9709   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9710   ;;
9711
9712 rdos*)
9713   dynamic_linker=no
9714   ;;
9715
9716 solaris*)
9717   version_type=linux
9718   need_lib_prefix=no
9719   need_version=no
9720   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9721   soname_spec='${libname}${release}${shared_ext}$major'
9722   shlibpath_var=LD_LIBRARY_PATH
9723   shlibpath_overrides_runpath=yes
9724   hardcode_into_libs=yes
9725   # ldd complains unless libraries are executable
9726   postinstall_cmds='chmod +x $lib'
9727   ;;
9728
9729 sunos4*)
9730   version_type=sunos
9731   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9732   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9733   shlibpath_var=LD_LIBRARY_PATH
9734   shlibpath_overrides_runpath=yes
9735   if test "$with_gnu_ld" = yes; then
9736     need_lib_prefix=no
9737   fi
9738   need_version=yes
9739   ;;
9740
9741 sysv4 | sysv4.3*)
9742   version_type=linux
9743   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9744   soname_spec='${libname}${release}${shared_ext}$major'
9745   shlibpath_var=LD_LIBRARY_PATH
9746   case $host_vendor in
9747     sni)
9748       shlibpath_overrides_runpath=no
9749       need_lib_prefix=no
9750       runpath_var=LD_RUN_PATH
9751       ;;
9752     siemens)
9753       need_lib_prefix=no
9754       ;;
9755     motorola)
9756       need_lib_prefix=no
9757       need_version=no
9758       shlibpath_overrides_runpath=no
9759       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9760       ;;
9761   esac
9762   ;;
9763
9764 sysv4*MP*)
9765   if test -d /usr/nec ;then
9766     version_type=linux
9767     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9768     soname_spec='$libname${shared_ext}.$major'
9769     shlibpath_var=LD_LIBRARY_PATH
9770   fi
9771   ;;
9772
9773 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9774   version_type=freebsd-elf
9775   need_lib_prefix=no
9776   need_version=no
9777   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9778   soname_spec='${libname}${release}${shared_ext}$major'
9779   shlibpath_var=LD_LIBRARY_PATH
9780   shlibpath_overrides_runpath=yes
9781   hardcode_into_libs=yes
9782   if test "$with_gnu_ld" = yes; then
9783     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9784   else
9785     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9786     case $host_os in
9787       sco3.2v5*)
9788         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9789         ;;
9790     esac
9791   fi
9792   sys_lib_dlsearch_path_spec='/usr/lib'
9793   ;;
9794
9795 tpf*)
9796   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
9797   version_type=linux
9798   need_lib_prefix=no
9799   need_version=no
9800   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9801   shlibpath_var=LD_LIBRARY_PATH
9802   shlibpath_overrides_runpath=no
9803   hardcode_into_libs=yes
9804   ;;
9805
9806 uts4*)
9807   version_type=linux
9808   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9809   soname_spec='${libname}${release}${shared_ext}$major'
9810   shlibpath_var=LD_LIBRARY_PATH
9811   ;;
9812
9813 *)
9814   dynamic_linker=no
9815   ;;
9816 esac
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9818 $as_echo "$dynamic_linker" >&6; }
9819 test "$dynamic_linker" = no && can_build_shared=no
9820
9821 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9822 if test "$GCC" = yes; then
9823   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9824 fi
9825
9826 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9827   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9828 fi
9829 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9830   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9831 fi
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
9920 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
9921 hardcode_action=
9922 if test -n "$hardcode_libdir_flag_spec" ||
9923    test -n "$runpath_var" ||
9924    test "X$hardcode_automatic" = "Xyes" ; then
9925
9926   # We can hardcode non-existent directories.
9927   if test "$hardcode_direct" != no &&
9928      # If the only mechanism to avoid hardcoding is shlibpath_var, we
9929      # have to relink, otherwise we might link with an installed library
9930      # when we should be linking with a yet-to-be-installed one
9931      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9932      test "$hardcode_minus_L" != no; then
9933     # Linking always hardcodes the temporary library directory.
9934     hardcode_action=relink
9935   else
9936     # We can link without hardcoding, and we can hardcode nonexisting dirs.
9937     hardcode_action=immediate
9938   fi
9939 else
9940   # We cannot hardcode anything, or else we can only hardcode existing
9941   # directories.
9942   hardcode_action=unsupported
9943 fi
9944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
9945 $as_echo "$hardcode_action" >&6; }
9946
9947 if test "$hardcode_action" = relink ||
9948    test "$inherit_rpath" = yes; then
9949   # Fast installation is not supported
9950   enable_fast_install=no
9951 elif test "$shlibpath_overrides_runpath" = yes ||
9952      test "$enable_shared" = no; then
9953   # Fast installation is not necessary
9954   enable_fast_install=needless
9955 fi
9956
9957
9958
9959
9960
9961
9962   if test "x$enable_dlopen" != xyes; then
9963   enable_dlopen=unknown
9964   enable_dlopen_self=unknown
9965   enable_dlopen_self_static=unknown
9966 else
9967   lt_cv_dlopen=no
9968   lt_cv_dlopen_libs=
9969
9970   case $host_os in
9971   beos*)
9972     lt_cv_dlopen="load_add_on"
9973     lt_cv_dlopen_libs=
9974     lt_cv_dlopen_self=yes
9975     ;;
9976
9977   mingw* | pw32* | cegcc*)
9978     lt_cv_dlopen="LoadLibrary"
9979     lt_cv_dlopen_libs=
9980     ;;
9981
9982   cygwin*)
9983     lt_cv_dlopen="dlopen"
9984     lt_cv_dlopen_libs=
9985     ;;
9986
9987   darwin*)
9988   # if libdl is installed we need to link against it
9989     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9990 $as_echo_n "checking for dlopen in -ldl... " >&6; }
9991 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
9992   $as_echo_n "(cached) " >&6
9993 else
9994   ac_check_lib_save_LIBS=$LIBS
9995 LIBS="-ldl  $LIBS"
9996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9997 /* end confdefs.h.  */
9998
9999 /* Override any GCC internal prototype to avoid an error.
10000    Use char because int might match the return type of a GCC
10001    builtin and then its argument prototype would still apply.  */
10002 #ifdef __cplusplus
10003 extern "C"
10004 #endif
10005 char dlopen ();
10006 int
10007 main ()
10008 {
10009 return dlopen ();
10010   ;
10011   return 0;
10012 }
10013 _ACEOF
10014 if ac_fn_c_try_link "$LINENO"; then :
10015   ac_cv_lib_dl_dlopen=yes
10016 else
10017   ac_cv_lib_dl_dlopen=no
10018 fi
10019 rm -f core conftest.err conftest.$ac_objext \
10020     conftest$ac_exeext conftest.$ac_ext
10021 LIBS=$ac_check_lib_save_LIBS
10022 fi
10023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10024 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10025 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10026   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10027 else
10028
10029     lt_cv_dlopen="dyld"
10030     lt_cv_dlopen_libs=
10031     lt_cv_dlopen_self=yes
10032
10033 fi
10034
10035     ;;
10036
10037   *)
10038     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10039 if test "x$ac_cv_func_shl_load" = x""yes; then :
10040   lt_cv_dlopen="shl_load"
10041 else
10042   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10043 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10044 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10045   $as_echo_n "(cached) " >&6
10046 else
10047   ac_check_lib_save_LIBS=$LIBS
10048 LIBS="-ldld  $LIBS"
10049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10050 /* end confdefs.h.  */
10051
10052 /* Override any GCC internal prototype to avoid an error.
10053    Use char because int might match the return type of a GCC
10054    builtin and then its argument prototype would still apply.  */
10055 #ifdef __cplusplus
10056 extern "C"
10057 #endif
10058 char shl_load ();
10059 int
10060 main ()
10061 {
10062 return shl_load ();
10063   ;
10064   return 0;
10065 }
10066 _ACEOF
10067 if ac_fn_c_try_link "$LINENO"; then :
10068   ac_cv_lib_dld_shl_load=yes
10069 else
10070   ac_cv_lib_dld_shl_load=no
10071 fi
10072 rm -f core conftest.err conftest.$ac_objext \
10073     conftest$ac_exeext conftest.$ac_ext
10074 LIBS=$ac_check_lib_save_LIBS
10075 fi
10076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10077 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10078 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10079   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10080 else
10081   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10082 if test "x$ac_cv_func_dlopen" = x""yes; then :
10083   lt_cv_dlopen="dlopen"
10084 else
10085   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10086 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10087 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10088   $as_echo_n "(cached) " >&6
10089 else
10090   ac_check_lib_save_LIBS=$LIBS
10091 LIBS="-ldl  $LIBS"
10092 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10093 /* end confdefs.h.  */
10094
10095 /* Override any GCC internal prototype to avoid an error.
10096    Use char because int might match the return type of a GCC
10097    builtin and then its argument prototype would still apply.  */
10098 #ifdef __cplusplus
10099 extern "C"
10100 #endif
10101 char dlopen ();
10102 int
10103 main ()
10104 {
10105 return dlopen ();
10106   ;
10107   return 0;
10108 }
10109 _ACEOF
10110 if ac_fn_c_try_link "$LINENO"; then :
10111   ac_cv_lib_dl_dlopen=yes
10112 else
10113   ac_cv_lib_dl_dlopen=no
10114 fi
10115 rm -f core conftest.err conftest.$ac_objext \
10116     conftest$ac_exeext conftest.$ac_ext
10117 LIBS=$ac_check_lib_save_LIBS
10118 fi
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10120 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10121 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10122   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10123 else
10124   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10125 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10126 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10127   $as_echo_n "(cached) " >&6
10128 else
10129   ac_check_lib_save_LIBS=$LIBS
10130 LIBS="-lsvld  $LIBS"
10131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10132 /* end confdefs.h.  */
10133
10134 /* Override any GCC internal prototype to avoid an error.
10135    Use char because int might match the return type of a GCC
10136    builtin and then its argument prototype would still apply.  */
10137 #ifdef __cplusplus
10138 extern "C"
10139 #endif
10140 char dlopen ();
10141 int
10142 main ()
10143 {
10144 return dlopen ();
10145   ;
10146   return 0;
10147 }
10148 _ACEOF
10149 if ac_fn_c_try_link "$LINENO"; then :
10150   ac_cv_lib_svld_dlopen=yes
10151 else
10152   ac_cv_lib_svld_dlopen=no
10153 fi
10154 rm -f core conftest.err conftest.$ac_objext \
10155     conftest$ac_exeext conftest.$ac_ext
10156 LIBS=$ac_check_lib_save_LIBS
10157 fi
10158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10159 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10160 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10161   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10162 else
10163   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10164 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10165 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10166   $as_echo_n "(cached) " >&6
10167 else
10168   ac_check_lib_save_LIBS=$LIBS
10169 LIBS="-ldld  $LIBS"
10170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10171 /* end confdefs.h.  */
10172
10173 /* Override any GCC internal prototype to avoid an error.
10174    Use char because int might match the return type of a GCC
10175    builtin and then its argument prototype would still apply.  */
10176 #ifdef __cplusplus
10177 extern "C"
10178 #endif
10179 char dld_link ();
10180 int
10181 main ()
10182 {
10183 return dld_link ();
10184   ;
10185   return 0;
10186 }
10187 _ACEOF
10188 if ac_fn_c_try_link "$LINENO"; then :
10189   ac_cv_lib_dld_dld_link=yes
10190 else
10191   ac_cv_lib_dld_dld_link=no
10192 fi
10193 rm -f core conftest.err conftest.$ac_objext \
10194     conftest$ac_exeext conftest.$ac_ext
10195 LIBS=$ac_check_lib_save_LIBS
10196 fi
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10198 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10199 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10200   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10201 fi
10202
10203
10204 fi
10205
10206
10207 fi
10208
10209
10210 fi
10211
10212
10213 fi
10214
10215
10216 fi
10217
10218     ;;
10219   esac
10220
10221   if test "x$lt_cv_dlopen" != xno; then
10222     enable_dlopen=yes
10223   else
10224     enable_dlopen=no
10225   fi
10226
10227   case $lt_cv_dlopen in
10228   dlopen)
10229     save_CPPFLAGS="$CPPFLAGS"
10230     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10231
10232     save_LDFLAGS="$LDFLAGS"
10233     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10234
10235     save_LIBS="$LIBS"
10236     LIBS="$lt_cv_dlopen_libs $LIBS"
10237
10238     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10239 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10240 if test "${lt_cv_dlopen_self+set}" = set; then :
10241   $as_echo_n "(cached) " >&6
10242 else
10243           if test "$cross_compiling" = yes; then :
10244   lt_cv_dlopen_self=cross
10245 else
10246   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10247   lt_status=$lt_dlunknown
10248   cat > conftest.$ac_ext <<_LT_EOF
10249 #line 10249 "configure"
10250 #include "confdefs.h"
10251
10252 #if HAVE_DLFCN_H
10253 #include <dlfcn.h>
10254 #endif
10255
10256 #include <stdio.h>
10257
10258 #ifdef RTLD_GLOBAL
10259 #  define LT_DLGLOBAL           RTLD_GLOBAL
10260 #else
10261 #  ifdef DL_GLOBAL
10262 #    define LT_DLGLOBAL         DL_GLOBAL
10263 #  else
10264 #    define LT_DLGLOBAL         0
10265 #  endif
10266 #endif
10267
10268 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10269    find out it does not work in some platform. */
10270 #ifndef LT_DLLAZY_OR_NOW
10271 #  ifdef RTLD_LAZY
10272 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10273 #  else
10274 #    ifdef DL_LAZY
10275 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10276 #    else
10277 #      ifdef RTLD_NOW
10278 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10279 #      else
10280 #        ifdef DL_NOW
10281 #          define LT_DLLAZY_OR_NOW      DL_NOW
10282 #        else
10283 #          define LT_DLLAZY_OR_NOW      0
10284 #        endif
10285 #      endif
10286 #    endif
10287 #  endif
10288 #endif
10289
10290 void fnord() { int i=42;}
10291 int main ()
10292 {
10293   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10294   int status = $lt_dlunknown;
10295
10296   if (self)
10297     {
10298       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10299       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10300       /* dlclose (self); */
10301     }
10302   else
10303     puts (dlerror ());
10304
10305   return status;
10306 }
10307 _LT_EOF
10308   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10309   (eval $ac_link) 2>&5
10310   ac_status=$?
10311   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10312   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10313     (./conftest; exit; ) >&5 2>/dev/null
10314     lt_status=$?
10315     case x$lt_status in
10316       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10317       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10318       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10319     esac
10320   else :
10321     # compilation failed
10322     lt_cv_dlopen_self=no
10323   fi
10324 fi
10325 rm -fr conftest*
10326
10327
10328 fi
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10330 $as_echo "$lt_cv_dlopen_self" >&6; }
10331
10332     if test "x$lt_cv_dlopen_self" = xyes; then
10333       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10334       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10335 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10336 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10337   $as_echo_n "(cached) " >&6
10338 else
10339           if test "$cross_compiling" = yes; then :
10340   lt_cv_dlopen_self_static=cross
10341 else
10342   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10343   lt_status=$lt_dlunknown
10344   cat > conftest.$ac_ext <<_LT_EOF
10345 #line 10345 "configure"
10346 #include "confdefs.h"
10347
10348 #if HAVE_DLFCN_H
10349 #include <dlfcn.h>
10350 #endif
10351
10352 #include <stdio.h>
10353
10354 #ifdef RTLD_GLOBAL
10355 #  define LT_DLGLOBAL           RTLD_GLOBAL
10356 #else
10357 #  ifdef DL_GLOBAL
10358 #    define LT_DLGLOBAL         DL_GLOBAL
10359 #  else
10360 #    define LT_DLGLOBAL         0
10361 #  endif
10362 #endif
10363
10364 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10365    find out it does not work in some platform. */
10366 #ifndef LT_DLLAZY_OR_NOW
10367 #  ifdef RTLD_LAZY
10368 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10369 #  else
10370 #    ifdef DL_LAZY
10371 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10372 #    else
10373 #      ifdef RTLD_NOW
10374 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10375 #      else
10376 #        ifdef DL_NOW
10377 #          define LT_DLLAZY_OR_NOW      DL_NOW
10378 #        else
10379 #          define LT_DLLAZY_OR_NOW      0
10380 #        endif
10381 #      endif
10382 #    endif
10383 #  endif
10384 #endif
10385
10386 void fnord() { int i=42;}
10387 int main ()
10388 {
10389   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10390   int status = $lt_dlunknown;
10391
10392   if (self)
10393     {
10394       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10395       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10396       /* dlclose (self); */
10397     }
10398   else
10399     puts (dlerror ());
10400
10401   return status;
10402 }
10403 _LT_EOF
10404   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10405   (eval $ac_link) 2>&5
10406   ac_status=$?
10407   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10408   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10409     (./conftest; exit; ) >&5 2>/dev/null
10410     lt_status=$?
10411     case x$lt_status in
10412       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10413       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10414       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10415     esac
10416   else :
10417     # compilation failed
10418     lt_cv_dlopen_self_static=no
10419   fi
10420 fi
10421 rm -fr conftest*
10422
10423
10424 fi
10425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10426 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10427     fi
10428
10429     CPPFLAGS="$save_CPPFLAGS"
10430     LDFLAGS="$save_LDFLAGS"
10431     LIBS="$save_LIBS"
10432     ;;
10433   esac
10434
10435   case $lt_cv_dlopen_self in
10436   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10437   *) enable_dlopen_self=unknown ;;
10438   esac
10439
10440   case $lt_cv_dlopen_self_static in
10441   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10442   *) enable_dlopen_self_static=unknown ;;
10443   esac
10444 fi
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462 striplib=
10463 old_striplib=
10464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10465 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10466 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10467   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10468   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10469   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10470 $as_echo "yes" >&6; }
10471 else
10472 # FIXME - insert some real tests, host_os isn't really good enough
10473   case $host_os in
10474   darwin*)
10475     if test -n "$STRIP" ; then
10476       striplib="$STRIP -x"
10477       old_striplib="$STRIP -S"
10478       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10479 $as_echo "yes" >&6; }
10480     else
10481       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10482 $as_echo "no" >&6; }
10483     fi
10484     ;;
10485   *)
10486     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10487 $as_echo "no" >&6; }
10488     ;;
10489   esac
10490 fi
10491
10492
10493
10494
10495
10496
10497
10498
10499
10500
10501
10502
10503   # Report which library types will actually be built
10504   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10505 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10506   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10507 $as_echo "$can_build_shared" >&6; }
10508
10509   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10510 $as_echo_n "checking whether to build shared libraries... " >&6; }
10511   test "$can_build_shared" = "no" && enable_shared=no
10512
10513   # On AIX, shared libraries and static libraries use the same namespace, and
10514   # are all built from PIC.
10515   case $host_os in
10516   aix3*)
10517     test "$enable_shared" = yes && enable_static=no
10518     if test -n "$RANLIB"; then
10519       archive_cmds="$archive_cmds~\$RANLIB \$lib"
10520       postinstall_cmds='$RANLIB $lib'
10521     fi
10522     ;;
10523
10524   aix[4-9]*)
10525     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10526       test "$enable_shared" = yes && enable_static=no
10527     fi
10528     ;;
10529   esac
10530   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10531 $as_echo "$enable_shared" >&6; }
10532
10533   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10534 $as_echo_n "checking whether to build static libraries... " >&6; }
10535   # Make sure either enable_shared or enable_static is yes.
10536   test "$enable_shared" = yes || enable_static=yes
10537   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10538 $as_echo "$enable_static" >&6; }
10539
10540
10541
10542
10543 fi
10544 ac_ext=c
10545 ac_cpp='$CPP $CPPFLAGS'
10546 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10547 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10548 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10549
10550 CC="$lt_save_CC"
10551
10552
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
10564         ac_config_commands="$ac_config_commands libtool"
10565
10566
10567
10568
10569 # Only expand once:
10570
10571
10572 if test "x$CC" != xcc; then
10573   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
10574 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
10575 else
10576   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
10577 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
10578 fi
10579 set dummy $CC; ac_cc=`$as_echo "$2" |
10580                       sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
10581 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
10582   $as_echo_n "(cached) " >&6
10583 else
10584   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10585 /* end confdefs.h.  */
10586
10587 int
10588 main ()
10589 {
10590
10591   ;
10592   return 0;
10593 }
10594 _ACEOF
10595 # Make sure it works both with $CC and with simple cc.
10596 # We do the test twice because some compilers refuse to overwrite an
10597 # existing .o file with -o, though they will create one.
10598 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
10599 rm -f conftest2.*
10600 if { { case "(($ac_try" in
10601   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10602   *) ac_try_echo=$ac_try;;
10603 esac
10604 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10605 $as_echo "$ac_try_echo"; } >&5
10606   (eval "$ac_try") 2>&5
10607   ac_status=$?
10608   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10609   test $ac_status = 0; } &&
10610    test -f conftest2.$ac_objext && { { case "(($ac_try" in
10611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10612   *) ac_try_echo=$ac_try;;
10613 esac
10614 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10615 $as_echo "$ac_try_echo"; } >&5
10616   (eval "$ac_try") 2>&5
10617   ac_status=$?
10618   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10619   test $ac_status = 0; };
10620 then
10621   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
10622   if test "x$CC" != xcc; then
10623     # Test first that cc exists at all.
10624     if { ac_try='cc -c conftest.$ac_ext >&5'
10625   { { case "(($ac_try" in
10626   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10627   *) ac_try_echo=$ac_try;;
10628 esac
10629 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10630 $as_echo "$ac_try_echo"; } >&5
10631   (eval "$ac_try") 2>&5
10632   ac_status=$?
10633   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10634   test $ac_status = 0; }; }; then
10635       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
10636       rm -f conftest2.*
10637       if { { case "(($ac_try" in
10638   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10639   *) ac_try_echo=$ac_try;;
10640 esac
10641 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10642 $as_echo "$ac_try_echo"; } >&5
10643   (eval "$ac_try") 2>&5
10644   ac_status=$?
10645   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10646   test $ac_status = 0; } &&
10647          test -f conftest2.$ac_objext && { { case "(($ac_try" in
10648   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10649   *) ac_try_echo=$ac_try;;
10650 esac
10651 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10652 $as_echo "$ac_try_echo"; } >&5
10653   (eval "$ac_try") 2>&5
10654   ac_status=$?
10655   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10656   test $ac_status = 0; };
10657       then
10658         # cc works too.
10659         :
10660       else
10661         # cc exists but doesn't like -o.
10662         eval ac_cv_prog_cc_${ac_cc}_c_o=no
10663       fi
10664     fi
10665   fi
10666 else
10667   eval ac_cv_prog_cc_${ac_cc}_c_o=no
10668 fi
10669 rm -f core conftest*
10670
10671 fi
10672 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
10673   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10674 $as_echo "yes" >&6; }
10675 else
10676   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10677 $as_echo "no" >&6; }
10678
10679 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
10680
10681 fi
10682
10683 # FIXME: we rely on the cache variable name because
10684 # there is no other way.
10685 set dummy $CC
10686 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
10687 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
10688 if test "$am_t" != yes; then
10689    # Losing compiler, so override with the script.
10690    # FIXME: It is wrong to rewrite CC.
10691    # But if we don't then we get into trouble of one sort or another.
10692    # A longer-term fix would be to have automake use am__CC in this case,
10693    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
10694    CC="$am_aux_dir/compile $CC"
10695 fi
10696
10697
10698
10699 # Extract the first word of "cups-config", so it can be a program name with args.
10700 set dummy cups-config; ac_word=$2
10701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10702 $as_echo_n "checking for $ac_word... " >&6; }
10703 if test "${ac_cv_prog_have_cups_config+set}" = set; then :
10704   $as_echo_n "(cached) " >&6
10705 else
10706   if test -n "$have_cups_config"; then
10707   ac_cv_prog_have_cups_config="$have_cups_config" # Let the user override the test.
10708 else
10709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10710 for as_dir in $PATH
10711 do
10712   IFS=$as_save_IFS
10713   test -z "$as_dir" && as_dir=.
10714     for ac_exec_ext in '' $ac_executable_extensions; do
10715   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10716     ac_cv_prog_have_cups_config="yes"
10717     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10718     break 2
10719   fi
10720 done
10721   done
10722 IFS=$as_save_IFS
10723
10724   test -z "$ac_cv_prog_have_cups_config" && ac_cv_prog_have_cups_config="no"
10725 fi
10726 fi
10727 have_cups_config=$ac_cv_prog_have_cups_config
10728 if test -n "$have_cups_config"; then
10729   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_cups_config" >&5
10730 $as_echo "$have_cups_config" >&6; }
10731 else
10732   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10733 $as_echo "no" >&6; }
10734 fi
10735
10736
10737
10738 if test "xNONE" != "x${prefix}" ; then
10739    cups_default_prefix="${prefix}"
10740 else
10741    cups_default_prefix="${ac_default_prefix}"
10742 fi
10743
10744
10745 # Check whether --with-cupsfilterdir was given.
10746 if test "${with_cupsfilterdir+set}" = set; then :
10747   withval=$with_cupsfilterdir;
10748 else
10749   with_cupsfilterdir=no
10750 fi
10751
10752 if test "xno" = "x${with_cupsfilterdir}"; then
10753    if test "xyes" = "x$have_cups_config" ; then
10754             CUPS_FILTER_DIR="${cups_default_prefix}`cups-config --serverbin | sed -e 's,^/[^/][^/]*,,'`/filter"
10755    else
10756       CUPS_FILTER_DIR="${cups_default_prefix}/lib/cups/filter"
10757    fi
10758 else
10759    CUPS_FILTER_DIR="${with_cupsfilterdir}"
10760 fi
10761
10762
10763 # Check whether --with-cupsppddir was given.
10764 if test "${with_cupsppddir+set}" = set; then :
10765   withval=$with_cupsppddir;
10766 else
10767   with_cupsppddir=no
10768 fi
10769
10770 if test "xno" = "x${with_cupsppddir}"; then
10771    if test -d "${cups_default_prefix}/share/ppd" ; then
10772       CUPS_PPD_DIR="${cups_default_prefix}/share/ppd"
10773    elif test "xyes" = "x$have_cups_config" ; then
10774             CUPS_PPD_DIR="${cups_default_prefix}/`cups-config --datadir | sed -e 's,^/[^/][^/]*,,'`/model"
10775    else
10776       CUPS_PPD_DIR="${cups_default_prefix}/share/cups/model"
10777    fi
10778 else
10779    CUPS_PPD_DIR="${with_cupsppddir}"
10780 fi
10781
10782
10783
10784
10785
10786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
10787 $as_echo_n "checking for ANSI C header files... " >&6; }
10788 if test "${ac_cv_header_stdc+set}" = set; then :
10789   $as_echo_n "(cached) " >&6
10790 else
10791   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10792 /* end confdefs.h.  */
10793 #include <stdlib.h>
10794 #include <stdarg.h>
10795 #include <string.h>
10796 #include <float.h>
10797
10798 int
10799 main ()
10800 {
10801
10802   ;
10803   return 0;
10804 }
10805 _ACEOF
10806 if ac_fn_c_try_compile "$LINENO"; then :
10807   ac_cv_header_stdc=yes
10808 else
10809   ac_cv_header_stdc=no
10810 fi
10811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10812
10813 if test $ac_cv_header_stdc = yes; then
10814   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
10815   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10816 /* end confdefs.h.  */
10817 #include <string.h>
10818
10819 _ACEOF
10820 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10821   $EGREP "memchr" >/dev/null 2>&1; then :
10822
10823 else
10824   ac_cv_header_stdc=no
10825 fi
10826 rm -f conftest*
10827
10828 fi
10829
10830 if test $ac_cv_header_stdc = yes; then
10831   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
10832   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10833 /* end confdefs.h.  */
10834 #include <stdlib.h>
10835
10836 _ACEOF
10837 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10838   $EGREP "free" >/dev/null 2>&1; then :
10839
10840 else
10841   ac_cv_header_stdc=no
10842 fi
10843 rm -f conftest*
10844
10845 fi
10846
10847 if test $ac_cv_header_stdc = yes; then
10848   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
10849   if test "$cross_compiling" = yes; then :
10850   :
10851 else
10852   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10853 /* end confdefs.h.  */
10854 #include <ctype.h>
10855 #include <stdlib.h>
10856 #if ((' ' & 0x0FF) == 0x020)
10857 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
10858 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
10859 #else
10860 # define ISLOWER(c) \
10861                    (('a' <= (c) && (c) <= 'i') \
10862                      || ('j' <= (c) && (c) <= 'r') \
10863                      || ('s' <= (c) && (c) <= 'z'))
10864 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
10865 #endif
10866
10867 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
10868 int
10869 main ()
10870 {
10871   int i;
10872   for (i = 0; i < 256; i++)
10873     if (XOR (islower (i), ISLOWER (i))
10874         || toupper (i) != TOUPPER (i))
10875       return 2;
10876   return 0;
10877 }
10878 _ACEOF
10879 if ac_fn_c_try_run "$LINENO"; then :
10880
10881 else
10882   ac_cv_header_stdc=no
10883 fi
10884 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10885   conftest.$ac_objext conftest.beam conftest.$ac_ext
10886 fi
10887
10888 fi
10889 fi
10890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
10891 $as_echo "$ac_cv_header_stdc" >&6; }
10892 if test $ac_cv_header_stdc = yes; then
10893
10894 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
10895
10896 fi
10897
10898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
10899 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
10900 if test "${ac_cv_header_stat_broken+set}" = set; then :
10901   $as_echo_n "(cached) " >&6
10902 else
10903   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10904 /* end confdefs.h.  */
10905 #include <sys/types.h>
10906 #include <sys/stat.h>
10907
10908 #if defined S_ISBLK && defined S_IFDIR
10909 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
10910 #endif
10911
10912 #if defined S_ISBLK && defined S_IFCHR
10913 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
10914 #endif
10915
10916 #if defined S_ISLNK && defined S_IFREG
10917 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
10918 #endif
10919
10920 #if defined S_ISSOCK && defined S_IFREG
10921 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
10922 #endif
10923
10924 _ACEOF
10925 if ac_fn_c_try_compile "$LINENO"; then :
10926   ac_cv_header_stat_broken=no
10927 else
10928   ac_cv_header_stat_broken=yes
10929 fi
10930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10931 fi
10932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
10933 $as_echo "$ac_cv_header_stat_broken" >&6; }
10934 if test $ac_cv_header_stat_broken = yes; then
10935
10936 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
10937
10938 fi
10939
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
10941 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
10942 if test "${ac_cv_header_time+set}" = set; then :
10943   $as_echo_n "(cached) " >&6
10944 else
10945   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10946 /* end confdefs.h.  */
10947 #include <sys/types.h>
10948 #include <sys/time.h>
10949 #include <time.h>
10950
10951 int
10952 main ()
10953 {
10954 if ((struct tm *) 0)
10955 return 0;
10956   ;
10957   return 0;
10958 }
10959 _ACEOF
10960 if ac_fn_c_try_compile "$LINENO"; then :
10961   ac_cv_header_time=yes
10962 else
10963   ac_cv_header_time=no
10964 fi
10965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10966 fi
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
10968 $as_echo "$ac_cv_header_time" >&6; }
10969 if test $ac_cv_header_time = yes; then
10970
10971 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
10972
10973 fi
10974
10975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
10976 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
10977 if test "${ac_cv_struct_tm+set}" = set; then :
10978   $as_echo_n "(cached) " >&6
10979 else
10980   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10981 /* end confdefs.h.  */
10982 #include <sys/types.h>
10983 #include <time.h>
10984
10985 int
10986 main ()
10987 {
10988 struct tm tm;
10989                                      int *p = &tm.tm_sec;
10990                                      return !p;
10991   ;
10992   return 0;
10993 }
10994 _ACEOF
10995 if ac_fn_c_try_compile "$LINENO"; then :
10996   ac_cv_struct_tm=time.h
10997 else
10998   ac_cv_struct_tm=sys/time.h
10999 fi
11000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11001 fi
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
11003 $as_echo "$ac_cv_struct_tm" >&6; }
11004 if test $ac_cv_struct_tm = sys/time.h; then
11005
11006 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
11007
11008 fi
11009
11010 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
11011 if test "x$ac_cv_type_pid_t" = x""yes; then :
11012
11013 else
11014
11015 cat >>confdefs.h <<_ACEOF
11016 #define pid_t int
11017 _ACEOF
11018
11019 fi
11020
11021 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
11022 if test "x$ac_cv_type_size_t" = x""yes; then :
11023
11024 else
11025
11026 cat >>confdefs.h <<_ACEOF
11027 #define size_t unsigned int
11028 _ACEOF
11029
11030 fi
11031
11032
11033 for ac_header in \
11034         cups/cups.h \
11035         cups/ppd.h \
11036         cups/raster.h \
11037
11038 do :
11039   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11040 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11041 eval as_val=\$$as_ac_Header
11042    if test "x$as_val" = x""yes; then :
11043   cat >>confdefs.h <<_ACEOF
11044 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11045 _ACEOF
11046
11047 fi
11048
11049 done
11050
11051 for ac_header in \
11052         ctype.h \
11053         errno.h \
11054         fcntl.h \
11055         malloc.h \
11056         signal.h \
11057         stdarg.h \
11058         stddef.h \
11059         stdlib.h \
11060         string.h \
11061         sys/stat.h \
11062         sys/types.h \
11063         time.h \
11064         unistd.h \
11065
11066 do :
11067   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11068 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11069 eval as_val=\$$as_ac_Header
11070    if test "x$as_val" = x""yes; then :
11071   cat >>confdefs.h <<_ACEOF
11072 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11073 _ACEOF
11074
11075 fi
11076
11077 done
11078
11079
11080 # Checks for libraries.
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ppdOpenFile in -lcups" >&5
11082 $as_echo_n "checking for ppdOpenFile in -lcups... " >&6; }
11083 if test "${ac_cv_lib_cups_ppdOpenFile+set}" = set; then :
11084   $as_echo_n "(cached) " >&6
11085 else
11086   ac_check_lib_save_LIBS=$LIBS
11087 LIBS="-lcups  $LIBS"
11088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11089 /* end confdefs.h.  */
11090
11091 /* Override any GCC internal prototype to avoid an error.
11092    Use char because int might match the return type of a GCC
11093    builtin and then its argument prototype would still apply.  */
11094 #ifdef __cplusplus
11095 extern "C"
11096 #endif
11097 char ppdOpenFile ();
11098 int
11099 main ()
11100 {
11101 return ppdOpenFile ();
11102   ;
11103   return 0;
11104 }
11105 _ACEOF
11106 if ac_fn_c_try_link "$LINENO"; then :
11107   ac_cv_lib_cups_ppdOpenFile=yes
11108 else
11109   ac_cv_lib_cups_ppdOpenFile=no
11110 fi
11111 rm -f core conftest.err conftest.$ac_objext \
11112     conftest$ac_exeext conftest.$ac_ext
11113 LIBS=$ac_check_lib_save_LIBS
11114 fi
11115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cups_ppdOpenFile" >&5
11116 $as_echo "$ac_cv_lib_cups_ppdOpenFile" >&6; }
11117 if test "x$ac_cv_lib_cups_ppdOpenFile" = x""yes; then :
11118   cat >>confdefs.h <<_ACEOF
11119 #define HAVE_LIBCUPS 1
11120 _ACEOF
11121
11122   LIBS="-lcups $LIBS"
11123
11124 fi
11125
11126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cupsRasterOpen in -lcupsimage" >&5
11127 $as_echo_n "checking for cupsRasterOpen in -lcupsimage... " >&6; }
11128 if test "${ac_cv_lib_cupsimage_cupsRasterOpen+set}" = set; then :
11129   $as_echo_n "(cached) " >&6
11130 else
11131   ac_check_lib_save_LIBS=$LIBS
11132 LIBS="-lcupsimage  $LIBS"
11133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11134 /* end confdefs.h.  */
11135
11136 /* Override any GCC internal prototype to avoid an error.
11137    Use char because int might match the return type of a GCC
11138    builtin and then its argument prototype would still apply.  */
11139 #ifdef __cplusplus
11140 extern "C"
11141 #endif
11142 char cupsRasterOpen ();
11143 int
11144 main ()
11145 {
11146 return cupsRasterOpen ();
11147   ;
11148   return 0;
11149 }
11150 _ACEOF
11151 if ac_fn_c_try_link "$LINENO"; then :
11152   ac_cv_lib_cupsimage_cupsRasterOpen=yes
11153 else
11154   ac_cv_lib_cupsimage_cupsRasterOpen=no
11155 fi
11156 rm -f core conftest.err conftest.$ac_objext \
11157     conftest$ac_exeext conftest.$ac_ext
11158 LIBS=$ac_check_lib_save_LIBS
11159 fi
11160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cupsimage_cupsRasterOpen" >&5
11161 $as_echo "$ac_cv_lib_cupsimage_cupsRasterOpen" >&6; }
11162 if test "x$ac_cv_lib_cupsimage_cupsRasterOpen" = x""yes; then :
11163   cat >>confdefs.h <<_ACEOF
11164 #define HAVE_LIBCUPSIMAGE 1
11165 _ACEOF
11166
11167   LIBS="-lcupsimage $LIBS"
11168
11169 fi
11170
11171
11172 # Checks for library functions.
11173 for ac_header in stdlib.h
11174 do :
11175   ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
11176 if test "x$ac_cv_header_stdlib_h" = x""yes; then :
11177   cat >>confdefs.h <<_ACEOF
11178 #define HAVE_STDLIB_H 1
11179 _ACEOF
11180
11181 fi
11182
11183 done
11184
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
11186 $as_echo_n "checking for GNU libc compatible malloc... " >&6; }
11187 if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then :
11188   $as_echo_n "(cached) " >&6
11189 else
11190   if test "$cross_compiling" = yes; then :
11191   ac_cv_func_malloc_0_nonnull=no
11192 else
11193   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11194 /* end confdefs.h.  */
11195 #if defined STDC_HEADERS || defined HAVE_STDLIB_H
11196 # include <stdlib.h>
11197 #else
11198 char *malloc ();
11199 #endif
11200
11201 int
11202 main ()
11203 {
11204 return ! malloc (0);
11205   ;
11206   return 0;
11207 }
11208 _ACEOF
11209 if ac_fn_c_try_run "$LINENO"; then :
11210   ac_cv_func_malloc_0_nonnull=yes
11211 else
11212   ac_cv_func_malloc_0_nonnull=no
11213 fi
11214 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11215   conftest.$ac_objext conftest.beam conftest.$ac_ext
11216 fi
11217
11218 fi
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
11220 $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
11221 if test $ac_cv_func_malloc_0_nonnull = yes; then :
11222
11223 $as_echo "#define HAVE_MALLOC 1" >>confdefs.h
11224
11225 else
11226   $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
11227
11228    case " $LIBOBJS " in
11229   *" malloc.$ac_objext "* ) ;;
11230   *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
11231  ;;
11232 esac
11233
11234
11235 $as_echo "#define malloc rpl_malloc" >>confdefs.h
11236
11237 fi
11238
11239
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5
11241 $as_echo_n "checking for working memcmp... " >&6; }
11242 if test "${ac_cv_func_memcmp_working+set}" = set; then :
11243   $as_echo_n "(cached) " >&6
11244 else
11245   if test "$cross_compiling" = yes; then :
11246   ac_cv_func_memcmp_working=no
11247 else
11248   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11249 /* end confdefs.h.  */
11250 $ac_includes_default
11251 int
11252 main ()
11253 {
11254
11255   /* Some versions of memcmp are not 8-bit clean.  */
11256   char c0 = '\100', c1 = '\200', c2 = '\201';
11257   if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
11258     return 1;
11259
11260   /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
11261      or more and with at least one buffer not starting on a 4-byte boundary.
11262      William Lewis provided this test program.   */
11263   {
11264     char foo[21];
11265     char bar[21];
11266     int i;
11267     for (i = 0; i < 4; i++)
11268       {
11269         char *a = foo + i;
11270         char *b = bar + i;
11271         strcpy (a, "--------01111111");
11272         strcpy (b, "--------10000000");
11273         if (memcmp (a, b, 16) >= 0)
11274           return 1;
11275       }
11276     return 0;
11277   }
11278
11279   ;
11280   return 0;
11281 }
11282 _ACEOF
11283 if ac_fn_c_try_run "$LINENO"; then :
11284   ac_cv_func_memcmp_working=yes
11285 else
11286   ac_cv_func_memcmp_working=no
11287 fi
11288 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11289   conftest.$ac_objext conftest.beam conftest.$ac_ext
11290 fi
11291
11292 fi
11293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working" >&5
11294 $as_echo "$ac_cv_func_memcmp_working" >&6; }
11295 test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
11296   *" memcmp.$ac_objext "* ) ;;
11297   *) LIBOBJS="$LIBOBJS memcmp.$ac_objext"
11298  ;;
11299 esac
11300
11301
11302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11303 $as_echo_n "checking return type of signal handlers... " >&6; }
11304 if test "${ac_cv_type_signal+set}" = set; then :
11305   $as_echo_n "(cached) " >&6
11306 else
11307   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11308 /* end confdefs.h.  */
11309 #include <sys/types.h>
11310 #include <signal.h>
11311
11312 int
11313 main ()
11314 {
11315 return *(signal (0, 0)) (0) == 1;
11316   ;
11317   return 0;
11318 }
11319 _ACEOF
11320 if ac_fn_c_try_compile "$LINENO"; then :
11321   ac_cv_type_signal=int
11322 else
11323   ac_cv_type_signal=void
11324 fi
11325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11326 fi
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11328 $as_echo "$ac_cv_type_signal" >&6; }
11329
11330 cat >>confdefs.h <<_ACEOF
11331 #define RETSIGTYPE $ac_cv_type_signal
11332 _ACEOF
11333
11334
11335 for ac_func in \
11336         memset \
11337         strcspn \
11338         strerror \
11339         strrchr \
11340
11341 do :
11342   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11343 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11344 eval as_val=\$$as_ac_var
11345    if test "x$as_val" = x""yes; then :
11346   cat >>confdefs.h <<_ACEOF
11347 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11348 _ACEOF
11349
11350 fi
11351 done
11352
11353
11354 ac_config_files="$ac_config_files Makefile epson-inkjet-printer-escpr.spec layout_script/Makefile lsb/lsb-rpm.spec lib/Makefile ppd/Makefile src/Makefile"
11355
11356
11357 cat >confcache <<\_ACEOF
11358 # This file is a shell script that caches the results of configure
11359 # tests run on this system so they can be shared between configure
11360 # scripts and configure runs, see configure's option --config-cache.
11361 # It is not useful on other systems.  If it contains results you don't
11362 # want to keep, you may remove or edit it.
11363 #
11364 # config.status only pays attention to the cache file if you give it
11365 # the --recheck option to rerun configure.
11366 #
11367 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11368 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11369 # following values.
11370
11371 _ACEOF
11372
11373 # The following way of writing the cache mishandles newlines in values,
11374 # but we know of no workaround that is simple, portable, and efficient.
11375 # So, we kill variables containing newlines.
11376 # Ultrix sh set writes to stderr and can't be redirected directly,
11377 # and sets the high bit in the cache file unless we assign to the vars.
11378 (
11379   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11380     eval ac_val=\$$ac_var
11381     case $ac_val in #(
11382     *${as_nl}*)
11383       case $ac_var in #(
11384       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11385 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11386       esac
11387       case $ac_var in #(
11388       _ | IFS | as_nl) ;; #(
11389       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11390       *) { eval $ac_var=; unset $ac_var;} ;;
11391       esac ;;
11392     esac
11393   done
11394
11395   (set) 2>&1 |
11396     case $as_nl`(ac_space=' '; set) 2>&1` in #(
11397     *${as_nl}ac_space=\ *)
11398       # `set' does not quote correctly, so add quotes: double-quote
11399       # substitution turns \\\\ into \\, and sed turns \\ into \.
11400       sed -n \
11401         "s/'/'\\\\''/g;
11402           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11403       ;; #(
11404     *)
11405       # `set' quotes correctly as required by POSIX, so do not add quotes.
11406       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11407       ;;
11408     esac |
11409     sort
11410 ) |
11411   sed '
11412      /^ac_cv_env_/b end
11413      t clear
11414      :clear
11415      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11416      t end
11417      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11418      :end' >>confcache
11419 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11420   if test -w "$cache_file"; then
11421     test "x$cache_file" != "x/dev/null" &&
11422       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11423 $as_echo "$as_me: updating cache $cache_file" >&6;}
11424     cat confcache >$cache_file
11425   else
11426     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11427 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11428   fi
11429 fi
11430 rm -f confcache
11431
11432 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11433 # Let make expand exec_prefix.
11434 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11435
11436 DEFS=-DHAVE_CONFIG_H
11437
11438 ac_libobjs=
11439 ac_ltlibobjs=
11440 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11441   # 1. Remove the extension, and $U if already installed.
11442   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11443   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11444   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
11445   #    will be set to the directory where LIBOBJS objects are built.
11446   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11447   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11448 done
11449 LIBOBJS=$ac_libobjs
11450
11451 LTLIBOBJS=$ac_ltlibobjs
11452
11453
11454  if test -n "$EXEEXT"; then
11455   am__EXEEXT_TRUE=
11456   am__EXEEXT_FALSE='#'
11457 else
11458   am__EXEEXT_TRUE='#'
11459   am__EXEEXT_FALSE=
11460 fi
11461
11462 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11463   as_fn_error "conditional \"AMDEP\" was never defined.
11464 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11465 fi
11466 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11467   as_fn_error "conditional \"am__fastdepCC\" was never defined.
11468 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11469 fi
11470
11471 : ${CONFIG_STATUS=./config.status}
11472 ac_write_fail=0
11473 ac_clean_files_save=$ac_clean_files
11474 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11476 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11477 as_write_fail=0
11478 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11479 #! $SHELL
11480 # Generated by $as_me.
11481 # Run this file to recreate the current configuration.
11482 # Compiler output produced by configure, useful for debugging
11483 # configure, is in config.log if it exists.
11484
11485 debug=false
11486 ac_cs_recheck=false
11487 ac_cs_silent=false
11488
11489 SHELL=\${CONFIG_SHELL-$SHELL}
11490 export SHELL
11491 _ASEOF
11492 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11493 ## -------------------- ##
11494 ## M4sh Initialization. ##
11495 ## -------------------- ##
11496
11497 # Be more Bourne compatible
11498 DUALCASE=1; export DUALCASE # for MKS sh
11499 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11500   emulate sh
11501   NULLCMD=:
11502   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11503   # is contrary to our usage.  Disable this feature.
11504   alias -g '${1+"$@"}'='"$@"'
11505   setopt NO_GLOB_SUBST
11506 else
11507   case `(set -o) 2>/dev/null` in #(
11508   *posix*) :
11509     set -o posix ;; #(
11510   *) :
11511      ;;
11512 esac
11513 fi
11514
11515
11516 as_nl='
11517 '
11518 export as_nl
11519 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11520 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11521 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11522 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11523 # Prefer a ksh shell builtin over an external printf program on Solaris,
11524 # but without wasting forks for bash or zsh.
11525 if test -z "$BASH_VERSION$ZSH_VERSION" \
11526     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11527   as_echo='print -r --'
11528   as_echo_n='print -rn --'
11529 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11530   as_echo='printf %s\n'
11531   as_echo_n='printf %s'
11532 else
11533   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11534     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11535     as_echo_n='/usr/ucb/echo -n'
11536   else
11537     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11538     as_echo_n_body='eval
11539       arg=$1;
11540       case $arg in #(
11541       *"$as_nl"*)
11542         expr "X$arg" : "X\\(.*\\)$as_nl";
11543         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11544       esac;
11545       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11546     '
11547     export as_echo_n_body
11548     as_echo_n='sh -c $as_echo_n_body as_echo'
11549   fi
11550   export as_echo_body
11551   as_echo='sh -c $as_echo_body as_echo'
11552 fi
11553
11554 # The user is always right.
11555 if test "${PATH_SEPARATOR+set}" != set; then
11556   PATH_SEPARATOR=:
11557   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11558     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11559       PATH_SEPARATOR=';'
11560   }
11561 fi
11562
11563
11564 # IFS
11565 # We need space, tab and new line, in precisely that order.  Quoting is
11566 # there to prevent editors from complaining about space-tab.
11567 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11568 # splitting by setting IFS to empty value.)
11569 IFS=" ""        $as_nl"
11570
11571 # Find who we are.  Look in the path if we contain no directory separator.
11572 case $0 in #((
11573   *[\\/]* ) as_myself=$0 ;;
11574   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11575 for as_dir in $PATH
11576 do
11577   IFS=$as_save_IFS
11578   test -z "$as_dir" && as_dir=.
11579     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11580   done
11581 IFS=$as_save_IFS
11582
11583      ;;
11584 esac
11585 # We did not find ourselves, most probably we were run as `sh COMMAND'
11586 # in which case we are not to be found in the path.
11587 if test "x$as_myself" = x; then
11588   as_myself=$0
11589 fi
11590 if test ! -f "$as_myself"; then
11591   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11592   exit 1
11593 fi
11594
11595 # Unset variables that we do not need and which cause bugs (e.g. in
11596 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
11597 # suppresses any "Segmentation fault" message there.  '((' could
11598 # trigger a bug in pdksh 5.2.14.
11599 for as_var in BASH_ENV ENV MAIL MAILPATH
11600 do eval test x\${$as_var+set} = xset \
11601   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11602 done
11603 PS1='$ '
11604 PS2='> '
11605 PS4='+ '
11606
11607 # NLS nuisances.
11608 LC_ALL=C
11609 export LC_ALL
11610 LANGUAGE=C
11611 export LANGUAGE
11612
11613 # CDPATH.
11614 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11615
11616
11617 # as_fn_error ERROR [LINENO LOG_FD]
11618 # ---------------------------------
11619 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11620 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11621 # script with status $?, using 1 if that was 0.
11622 as_fn_error ()
11623 {
11624   as_status=$?; test $as_status -eq 0 && as_status=1
11625   if test "$3"; then
11626     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11627     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11628   fi
11629   $as_echo "$as_me: error: $1" >&2
11630   as_fn_exit $as_status
11631 } # as_fn_error
11632
11633
11634 # as_fn_set_status STATUS
11635 # -----------------------
11636 # Set $? to STATUS, without forking.
11637 as_fn_set_status ()
11638 {
11639   return $1
11640 } # as_fn_set_status
11641
11642 # as_fn_exit STATUS
11643 # -----------------
11644 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11645 as_fn_exit ()
11646 {
11647   set +e
11648   as_fn_set_status $1
11649   exit $1
11650 } # as_fn_exit
11651
11652 # as_fn_unset VAR
11653 # ---------------
11654 # Portably unset VAR.
11655 as_fn_unset ()
11656 {
11657   { eval $1=; unset $1;}
11658 }
11659 as_unset=as_fn_unset
11660 # as_fn_append VAR VALUE
11661 # ----------------------
11662 # Append the text in VALUE to the end of the definition contained in VAR. Take
11663 # advantage of any shell optimizations that allow amortized linear growth over
11664 # repeated appends, instead of the typical quadratic growth present in naive
11665 # implementations.
11666 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11667   eval 'as_fn_append ()
11668   {
11669     eval $1+=\$2
11670   }'
11671 else
11672   as_fn_append ()
11673   {
11674     eval $1=\$$1\$2
11675   }
11676 fi # as_fn_append
11677
11678 # as_fn_arith ARG...
11679 # ------------------
11680 # Perform arithmetic evaluation on the ARGs, and store the result in the
11681 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11682 # must be portable across $(()) and expr.
11683 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11684   eval 'as_fn_arith ()
11685   {
11686     as_val=$(( $* ))
11687   }'
11688 else
11689   as_fn_arith ()
11690   {
11691     as_val=`expr "$@" || test $? -eq 1`
11692   }
11693 fi # as_fn_arith
11694
11695
11696 if expr a : '\(a\)' >/dev/null 2>&1 &&
11697    test "X`expr 00001 : '.*\(...\)'`" = X001; then
11698   as_expr=expr
11699 else
11700   as_expr=false
11701 fi
11702
11703 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11704   as_basename=basename
11705 else
11706   as_basename=false
11707 fi
11708
11709 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11710   as_dirname=dirname
11711 else
11712   as_dirname=false
11713 fi
11714
11715 as_me=`$as_basename -- "$0" ||
11716 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11717          X"$0" : 'X\(//\)$' \| \
11718          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11719 $as_echo X/"$0" |
11720     sed '/^.*\/\([^/][^/]*\)\/*$/{
11721             s//\1/
11722             q
11723           }
11724           /^X\/\(\/\/\)$/{
11725             s//\1/
11726             q
11727           }
11728           /^X\/\(\/\).*/{
11729             s//\1/
11730             q
11731           }
11732           s/.*/./; q'`
11733
11734 # Avoid depending upon Character Ranges.
11735 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11736 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11737 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11738 as_cr_digits='0123456789'
11739 as_cr_alnum=$as_cr_Letters$as_cr_digits
11740
11741 ECHO_C= ECHO_N= ECHO_T=
11742 case `echo -n x` in #(((((
11743 -n*)
11744   case `echo 'xy\c'` in
11745   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
11746   xy)  ECHO_C='\c';;
11747   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
11748        ECHO_T=' ';;
11749   esac;;
11750 *)
11751   ECHO_N='-n';;
11752 esac
11753
11754 rm -f conf$$ conf$$.exe conf$$.file
11755 if test -d conf$$.dir; then
11756   rm -f conf$$.dir/conf$$.file
11757 else
11758   rm -f conf$$.dir
11759   mkdir conf$$.dir 2>/dev/null
11760 fi
11761 if (echo >conf$$.file) 2>/dev/null; then
11762   if ln -s conf$$.file conf$$ 2>/dev/null; then
11763     as_ln_s='ln -s'
11764     # ... but there are two gotchas:
11765     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11766     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11767     # In both cases, we have to default to `cp -p'.
11768     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11769       as_ln_s='cp -p'
11770   elif ln conf$$.file conf$$ 2>/dev/null; then
11771     as_ln_s=ln
11772   else
11773     as_ln_s='cp -p'
11774   fi
11775 else
11776   as_ln_s='cp -p'
11777 fi
11778 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11779 rmdir conf$$.dir 2>/dev/null
11780
11781
11782 # as_fn_mkdir_p
11783 # -------------
11784 # Create "$as_dir" as a directory, including parents if necessary.
11785 as_fn_mkdir_p ()
11786 {
11787
11788   case $as_dir in #(
11789   -*) as_dir=./$as_dir;;
11790   esac
11791   test -d "$as_dir" || eval $as_mkdir_p || {
11792     as_dirs=
11793     while :; do
11794       case $as_dir in #(
11795       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11796       *) as_qdir=$as_dir;;
11797       esac
11798       as_dirs="'$as_qdir' $as_dirs"
11799       as_dir=`$as_dirname -- "$as_dir" ||
11800 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11801          X"$as_dir" : 'X\(//\)[^/]' \| \
11802          X"$as_dir" : 'X\(//\)$' \| \
11803          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11804 $as_echo X"$as_dir" |
11805     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11806             s//\1/
11807             q
11808           }
11809           /^X\(\/\/\)[^/].*/{
11810             s//\1/
11811             q
11812           }
11813           /^X\(\/\/\)$/{
11814             s//\1/
11815             q
11816           }
11817           /^X\(\/\).*/{
11818             s//\1/
11819             q
11820           }
11821           s/.*/./; q'`
11822       test -d "$as_dir" && break
11823     done
11824     test -z "$as_dirs" || eval "mkdir $as_dirs"
11825   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11826
11827
11828 } # as_fn_mkdir_p
11829 if mkdir -p . 2>/dev/null; then
11830   as_mkdir_p='mkdir -p "$as_dir"'
11831 else
11832   test -d ./-p && rmdir ./-p
11833   as_mkdir_p=false
11834 fi
11835
11836 if test -x / >/dev/null 2>&1; then
11837   as_test_x='test -x'
11838 else
11839   if ls -dL / >/dev/null 2>&1; then
11840     as_ls_L_option=L
11841   else
11842     as_ls_L_option=
11843   fi
11844   as_test_x='
11845     eval sh -c '\''
11846       if test -d "$1"; then
11847         test -d "$1/.";
11848       else
11849         case $1 in #(
11850         -*)set "./$1";;
11851         esac;
11852         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11853         ???[sx]*):;;*)false;;esac;fi
11854     '\'' sh
11855   '
11856 fi
11857 as_executable_p=$as_test_x
11858
11859 # Sed expression to map a string onto a valid CPP name.
11860 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11861
11862 # Sed expression to map a string onto a valid variable name.
11863 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11864
11865
11866 exec 6>&1
11867 ## ----------------------------------- ##
11868 ## Main body of $CONFIG_STATUS script. ##
11869 ## ----------------------------------- ##
11870 _ASEOF
11871 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11872
11873 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11874 # Save the log message, to keep $0 and so on meaningful, and to
11875 # report actual input values of CONFIG_FILES etc. instead of their
11876 # values after options handling.
11877 ac_log="
11878 This file was extended by Epson Inkjet Printer Driver (ESC/P-R) for Linux $as_me 1.2.0, which was
11879 generated by GNU Autoconf 2.65.  Invocation command line was
11880
11881   CONFIG_FILES    = $CONFIG_FILES
11882   CONFIG_HEADERS  = $CONFIG_HEADERS
11883   CONFIG_LINKS    = $CONFIG_LINKS
11884   CONFIG_COMMANDS = $CONFIG_COMMANDS
11885   $ $0 $@
11886
11887 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11888 "
11889
11890 _ACEOF
11891
11892 case $ac_config_files in *"
11893 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11894 esac
11895
11896 case $ac_config_headers in *"
11897 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11898 esac
11899
11900
11901 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11902 # Files that config.status was made for.
11903 config_files="$ac_config_files"
11904 config_headers="$ac_config_headers"
11905 config_commands="$ac_config_commands"
11906
11907 _ACEOF
11908
11909 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11910 ac_cs_usage="\
11911 \`$as_me' instantiates files and other configuration actions
11912 from templates according to the current configuration.  Unless the files
11913 and actions are specified as TAGs, all are instantiated by default.
11914
11915 Usage: $0 [OPTION]... [TAG]...
11916
11917   -h, --help       print this help, then exit
11918   -V, --version    print version number and configuration settings, then exit
11919       --config     print configuration, then exit
11920   -q, --quiet, --silent
11921                    do not print progress messages
11922   -d, --debug      don't remove temporary files
11923       --recheck    update $as_me by reconfiguring in the same conditions
11924       --file=FILE[:TEMPLATE]
11925                    instantiate the configuration file FILE
11926       --header=FILE[:TEMPLATE]
11927                    instantiate the configuration header FILE
11928
11929 Configuration files:
11930 $config_files
11931
11932 Configuration headers:
11933 $config_headers
11934
11935 Configuration commands:
11936 $config_commands
11937
11938 Report bugs to <Seiko Epson Corporation <linux-printer@epson.jp>>."
11939
11940 _ACEOF
11941 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11942 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
11943 ac_cs_version="\\
11944 Epson Inkjet Printer Driver (ESC/P-R) for Linux config.status 1.2.0
11945 configured by $0, generated by GNU Autoconf 2.65,
11946   with options \\"\$ac_cs_config\\"
11947
11948 Copyright (C) 2009 Free Software Foundation, Inc.
11949 This config.status script is free software; the Free Software Foundation
11950 gives unlimited permission to copy, distribute and modify it."
11951
11952 ac_pwd='$ac_pwd'
11953 srcdir='$srcdir'
11954 INSTALL='$INSTALL'
11955 MKDIR_P='$MKDIR_P'
11956 AWK='$AWK'
11957 test -n "\$AWK" || AWK=awk
11958 _ACEOF
11959
11960 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11961 # The default lists apply if the user does not specify any file.
11962 ac_need_defaults=:
11963 while test $# != 0
11964 do
11965   case $1 in
11966   --*=*)
11967     ac_option=`expr "X$1" : 'X\([^=]*\)='`
11968     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11969     ac_shift=:
11970     ;;
11971   *)
11972     ac_option=$1
11973     ac_optarg=$2
11974     ac_shift=shift
11975     ;;
11976   esac
11977
11978   case $ac_option in
11979   # Handling of the options.
11980   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11981     ac_cs_recheck=: ;;
11982   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11983     $as_echo "$ac_cs_version"; exit ;;
11984   --config | --confi | --conf | --con | --co | --c )
11985     $as_echo "$ac_cs_config"; exit ;;
11986   --debug | --debu | --deb | --de | --d | -d )
11987     debug=: ;;
11988   --file | --fil | --fi | --f )
11989     $ac_shift
11990     case $ac_optarg in
11991     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11992     esac
11993     as_fn_append CONFIG_FILES " '$ac_optarg'"
11994     ac_need_defaults=false;;
11995   --header | --heade | --head | --hea )
11996     $ac_shift
11997     case $ac_optarg in
11998     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11999     esac
12000     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12001     ac_need_defaults=false;;
12002   --he | --h)
12003     # Conflict between --help and --header
12004     as_fn_error "ambiguous option: \`$1'
12005 Try \`$0 --help' for more information.";;
12006   --help | --hel | -h )
12007     $as_echo "$ac_cs_usage"; exit ;;
12008   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12009   | -silent | --silent | --silen | --sile | --sil | --si | --s)
12010     ac_cs_silent=: ;;
12011
12012   # This is an error.
12013   -*) as_fn_error "unrecognized option: \`$1'
12014 Try \`$0 --help' for more information." ;;
12015
12016   *) as_fn_append ac_config_targets " $1"
12017      ac_need_defaults=false ;;
12018
12019   esac
12020   shift
12021 done
12022
12023 ac_configure_extra_args=
12024
12025 if $ac_cs_silent; then
12026   exec 6>/dev/null
12027   ac_configure_extra_args="$ac_configure_extra_args --silent"
12028 fi
12029
12030 _ACEOF
12031 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12032 if \$ac_cs_recheck; then
12033   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12034   shift
12035   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12036   CONFIG_SHELL='$SHELL'
12037   export CONFIG_SHELL
12038   exec "\$@"
12039 fi
12040
12041 _ACEOF
12042 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12043 exec 5>>config.log
12044 {
12045   echo
12046   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12047 ## Running $as_me. ##
12048 _ASBOX
12049   $as_echo "$ac_log"
12050 } >&5
12051
12052 _ACEOF
12053 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12054 #
12055 # INIT-COMMANDS
12056 #
12057 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12058
12059
12060 # The HP-UX ksh and POSIX shell print the target directory to stdout
12061 # if CDPATH is set.
12062 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12063
12064 sed_quote_subst='$sed_quote_subst'
12065 double_quote_subst='$double_quote_subst'
12066 delay_variable_subst='$delay_variable_subst'
12067 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
12068 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
12069 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
12070 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
12071 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
12072 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
12073 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
12074 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
12075 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
12076 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
12077 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
12078 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
12079 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
12080 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
12081 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
12082 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
12083 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
12084 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
12085 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
12086 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
12087 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
12088 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
12089 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
12090 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
12091 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
12092 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
12093 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
12094 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12095 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
12096 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
12097 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
12098 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
12099 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12100 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
12101 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
12102 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12103 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12104 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12105 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
12106 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12107 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
12108 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
12109 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
12110 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
12111 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
12112 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12113 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
12114 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
12115 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
12116 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
12117 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
12118 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
12119 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
12120 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
12121 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
12122 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
12123 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
12124 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
12125 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
12126 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
12127 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
12128 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
12129 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12130 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12131 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
12132 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
12133 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12134 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12135 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
12136 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12137 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12138 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12139 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12140 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12141 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12142 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
12143 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12144 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12145 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12146 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
12147 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
12148 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
12149 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
12150 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
12151 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12152 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
12153 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
12154 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
12155 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
12156 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
12157 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12158 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12159 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12160 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12161 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
12162 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
12163 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12164 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
12165 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
12166 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12167 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12168 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
12169 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12170 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
12171 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12172 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12173 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12174 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12175 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
12176 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
12177 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12178 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12179 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
12180 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
12181 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
12182 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
12183 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
12184 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
12185
12186 LTCC='$LTCC'
12187 LTCFLAGS='$LTCFLAGS'
12188 compiler='$compiler_DEFAULT'
12189
12190 # Quote evaled strings.
12191 for var in SED \
12192 GREP \
12193 EGREP \
12194 FGREP \
12195 LD \
12196 NM \
12197 LN_S \
12198 lt_SP2NL \
12199 lt_NL2SP \
12200 reload_flag \
12201 OBJDUMP \
12202 deplibs_check_method \
12203 file_magic_cmd \
12204 AR \
12205 AR_FLAGS \
12206 STRIP \
12207 RANLIB \
12208 CC \
12209 CFLAGS \
12210 compiler \
12211 lt_cv_sys_global_symbol_pipe \
12212 lt_cv_sys_global_symbol_to_cdecl \
12213 lt_cv_sys_global_symbol_to_c_name_address \
12214 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12215 SHELL \
12216 ECHO \
12217 lt_prog_compiler_no_builtin_flag \
12218 lt_prog_compiler_wl \
12219 lt_prog_compiler_pic \
12220 lt_prog_compiler_static \
12221 lt_cv_prog_compiler_c_o \
12222 need_locks \
12223 DSYMUTIL \
12224 NMEDIT \
12225 LIPO \
12226 OTOOL \
12227 OTOOL64 \
12228 shrext_cmds \
12229 export_dynamic_flag_spec \
12230 whole_archive_flag_spec \
12231 compiler_needs_object \
12232 with_gnu_ld \
12233 allow_undefined_flag \
12234 no_undefined_flag \
12235 hardcode_libdir_flag_spec \
12236 hardcode_libdir_flag_spec_ld \
12237 hardcode_libdir_separator \
12238 fix_srcfile_path \
12239 exclude_expsyms \
12240 include_expsyms \
12241 file_list_spec \
12242 variables_saved_for_relink \
12243 libname_spec \
12244 library_names_spec \
12245 soname_spec \
12246 finish_eval \
12247 old_striplib \
12248 striplib; do
12249     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12250     *[\\\\\\\`\\"\\\$]*)
12251       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12252       ;;
12253     *)
12254       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12255       ;;
12256     esac
12257 done
12258
12259 # Double-quote double-evaled strings.
12260 for var in reload_cmds \
12261 old_postinstall_cmds \
12262 old_postuninstall_cmds \
12263 old_archive_cmds \
12264 extract_expsyms_cmds \
12265 old_archive_from_new_cmds \
12266 old_archive_from_expsyms_cmds \
12267 archive_cmds \
12268 archive_expsym_cmds \
12269 module_cmds \
12270 module_expsym_cmds \
12271 export_symbols_cmds \
12272 prelink_cmds \
12273 postinstall_cmds \
12274 postuninstall_cmds \
12275 finish_cmds \
12276 sys_lib_search_path_spec \
12277 sys_lib_dlsearch_path_spec; do
12278     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12279     *[\\\\\\\`\\"\\\$]*)
12280       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12281       ;;
12282     *)
12283       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12284       ;;
12285     esac
12286 done
12287
12288 # Fix-up fallback echo if it was mangled by the above quoting rules.
12289 case \$lt_ECHO in
12290 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12291   ;;
12292 esac
12293
12294 ac_aux_dir='$ac_aux_dir'
12295 xsi_shell='$xsi_shell'
12296 lt_shell_append='$lt_shell_append'
12297
12298 # See if we are running on zsh, and set the options which allow our
12299 # commands through without removal of \ escapes INIT.
12300 if test -n "\${ZSH_VERSION+set}" ; then
12301    setopt NO_GLOB_SUBST
12302 fi
12303
12304
12305     PACKAGE='$PACKAGE'
12306     VERSION='$VERSION'
12307     TIMESTAMP='$TIMESTAMP'
12308     RM='$RM'
12309     ofile='$ofile'
12310
12311
12312
12313
12314 _ACEOF
12315
12316 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12317
12318 # Handling of arguments.
12319 for ac_config_target in $ac_config_targets
12320 do
12321   case $ac_config_target in
12322     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12323     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12324     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12325     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12326     "epson-inkjet-printer-escpr.spec") CONFIG_FILES="$CONFIG_FILES epson-inkjet-printer-escpr.spec" ;;
12327     "layout_script/Makefile") CONFIG_FILES="$CONFIG_FILES layout_script/Makefile" ;;
12328     "lsb/lsb-rpm.spec") CONFIG_FILES="$CONFIG_FILES lsb/lsb-rpm.spec" ;;
12329     "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
12330     "ppd/Makefile") CONFIG_FILES="$CONFIG_FILES ppd/Makefile" ;;
12331     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
12332
12333   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12334   esac
12335 done
12336
12337
12338 # If the user did not use the arguments to specify the items to instantiate,
12339 # then the envvar interface is used.  Set only those that are not.
12340 # We use the long form for the default assignment because of an extremely
12341 # bizarre bug on SunOS 4.1.3.
12342 if $ac_need_defaults; then
12343   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12344   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12345   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12346 fi
12347
12348 # Have a temporary directory for convenience.  Make it in the build tree
12349 # simply because there is no reason against having it here, and in addition,
12350 # creating and moving files from /tmp can sometimes cause problems.
12351 # Hook for its removal unless debugging.
12352 # Note that there is a small window in which the directory will not be cleaned:
12353 # after its creation but before its name has been assigned to `$tmp'.
12354 $debug ||
12355 {
12356   tmp=
12357   trap 'exit_status=$?
12358   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12359 ' 0
12360   trap 'as_fn_exit 1' 1 2 13 15
12361 }
12362 # Create a (secure) tmp directory for tmp files.
12363
12364 {
12365   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12366   test -n "$tmp" && test -d "$tmp"
12367 }  ||
12368 {
12369   tmp=./conf$$-$RANDOM
12370   (umask 077 && mkdir "$tmp")
12371 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
12372
12373 # Set up the scripts for CONFIG_FILES section.
12374 # No need to generate them if there are no CONFIG_FILES.
12375 # This happens for instance with `./config.status config.h'.
12376 if test -n "$CONFIG_FILES"; then
12377
12378
12379 ac_cr=`echo X | tr X '\015'`
12380 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12381 # But we know of no other shell where ac_cr would be empty at this
12382 # point, so we can use a bashism as a fallback.
12383 if test "x$ac_cr" = x; then
12384   eval ac_cr=\$\'\\r\'
12385 fi
12386 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12387 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12388   ac_cs_awk_cr='\r'
12389 else
12390   ac_cs_awk_cr=$ac_cr
12391 fi
12392
12393 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12394 _ACEOF
12395
12396
12397 {
12398   echo "cat >conf$$subs.awk <<_ACEOF" &&
12399   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12400   echo "_ACEOF"
12401 } >conf$$subs.sh ||
12402   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12403 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12404 ac_delim='%!_!# '
12405 for ac_last_try in false false false false false :; do
12406   . ./conf$$subs.sh ||
12407     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12408
12409   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12410   if test $ac_delim_n = $ac_delim_num; then
12411     break
12412   elif $ac_last_try; then
12413     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12414   else
12415     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12416   fi
12417 done
12418 rm -f conf$$subs.sh
12419
12420 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12421 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12422 _ACEOF
12423 sed -n '
12424 h
12425 s/^/S["/; s/!.*/"]=/
12426 p
12427 g
12428 s/^[^!]*!//
12429 :repl
12430 t repl
12431 s/'"$ac_delim"'$//
12432 t delim
12433 :nl
12434 h
12435 s/\(.\{148\}\)..*/\1/
12436 t more1
12437 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12438 p
12439 n
12440 b repl
12441 :more1
12442 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12443 p
12444 g
12445 s/.\{148\}//
12446 t nl
12447 :delim
12448 h
12449 s/\(.\{148\}\)..*/\1/
12450 t more2
12451 s/["\\]/\\&/g; s/^/"/; s/$/"/
12452 p
12453 b
12454 :more2
12455 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12456 p
12457 g
12458 s/.\{148\}//
12459 t delim
12460 ' <conf$$subs.awk | sed '
12461 /^[^""]/{
12462   N
12463   s/\n//
12464 }
12465 ' >>$CONFIG_STATUS || ac_write_fail=1
12466 rm -f conf$$subs.awk
12467 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12468 _ACAWK
12469 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12470   for (key in S) S_is_set[key] = 1
12471   FS = "\a"
12472
12473 }
12474 {
12475   line = $ 0
12476   nfields = split(line, field, "@")
12477   substed = 0
12478   len = length(field[1])
12479   for (i = 2; i < nfields; i++) {
12480     key = field[i]
12481     keylen = length(key)
12482     if (S_is_set[key]) {
12483       value = S[key]
12484       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12485       len += length(value) + length(field[++i])
12486       substed = 1
12487     } else
12488       len += 1 + keylen
12489   }
12490
12491   print line
12492 }
12493
12494 _ACAWK
12495 _ACEOF
12496 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12497 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12498   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12499 else
12500   cat
12501 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12502   || as_fn_error "could not setup config files machinery" "$LINENO" 5
12503 _ACEOF
12504
12505 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12506 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12507 # trailing colons and then remove the whole line if VPATH becomes empty
12508 # (actually we leave an empty line to preserve line numbers).
12509 if test "x$srcdir" = x.; then
12510   ac_vpsub='/^[  ]*VPATH[        ]*=/{
12511 s/:*\$(srcdir):*/:/
12512 s/:*\${srcdir}:*/:/
12513 s/:*@srcdir@:*/:/
12514 s/^\([^=]*=[     ]*\):*/\1/
12515 s/:*$//
12516 s/^[^=]*=[       ]*$//
12517 }'
12518 fi
12519
12520 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12521 fi # test -n "$CONFIG_FILES"
12522
12523 # Set up the scripts for CONFIG_HEADERS section.
12524 # No need to generate them if there are no CONFIG_HEADERS.
12525 # This happens for instance with `./config.status Makefile'.
12526 if test -n "$CONFIG_HEADERS"; then
12527 cat >"$tmp/defines.awk" <<\_ACAWK ||
12528 BEGIN {
12529 _ACEOF
12530
12531 # Transform confdefs.h into an awk script `defines.awk', embedded as
12532 # here-document in config.status, that substitutes the proper values into
12533 # config.h.in to produce config.h.
12534
12535 # Create a delimiter string that does not exist in confdefs.h, to ease
12536 # handling of long lines.
12537 ac_delim='%!_!# '
12538 for ac_last_try in false false :; do
12539   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12540   if test -z "$ac_t"; then
12541     break
12542   elif $ac_last_try; then
12543     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12544   else
12545     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12546   fi
12547 done
12548
12549 # For the awk script, D is an array of macro values keyed by name,
12550 # likewise P contains macro parameters if any.  Preserve backslash
12551 # newline sequences.
12552
12553 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12554 sed -n '
12555 s/.\{148\}/&'"$ac_delim"'/g
12556 t rset
12557 :rset
12558 s/^[     ]*#[    ]*define[       ][      ]*/ /
12559 t def
12560 d
12561 :def
12562 s/\\$//
12563 t bsnl
12564 s/["\\]/\\&/g
12565 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
12566 D["\1"]=" \3"/p
12567 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
12568 d
12569 :bsnl
12570 s/["\\]/\\&/g
12571 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
12572 D["\1"]=" \3\\\\\\n"\\/p
12573 t cont
12574 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12575 t cont
12576 d
12577 :cont
12578 n
12579 s/.\{148\}/&'"$ac_delim"'/g
12580 t clear
12581 :clear
12582 s/\\$//
12583 t bsnlc
12584 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12585 d
12586 :bsnlc
12587 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12588 b cont
12589 ' <confdefs.h | sed '
12590 s/'"$ac_delim"'/"\\\
12591 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12592
12593 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12594   for (key in D) D_is_set[key] = 1
12595   FS = "\a"
12596 }
12597 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12598   line = \$ 0
12599   split(line, arg, " ")
12600   if (arg[1] == "#") {
12601     defundef = arg[2]
12602     mac1 = arg[3]
12603   } else {
12604     defundef = substr(arg[1], 2)
12605     mac1 = arg[2]
12606   }
12607   split(mac1, mac2, "(") #)
12608   macro = mac2[1]
12609   prefix = substr(line, 1, index(line, defundef) - 1)
12610   if (D_is_set[macro]) {
12611     # Preserve the white space surrounding the "#".
12612     print prefix "define", macro P[macro] D[macro]
12613     next
12614   } else {
12615     # Replace #undef with comments.  This is necessary, for example,
12616     # in the case of _POSIX_SOURCE, which is predefined and required
12617     # on some systems where configure will not decide to define it.
12618     if (defundef == "undef") {
12619       print "/*", prefix defundef, macro, "*/"
12620       next
12621     }
12622   }
12623 }
12624 { print }
12625 _ACAWK
12626 _ACEOF
12627 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12628   as_fn_error "could not setup config headers machinery" "$LINENO" 5
12629 fi # test -n "$CONFIG_HEADERS"
12630
12631
12632 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
12633 shift
12634 for ac_tag
12635 do
12636   case $ac_tag in
12637   :[FHLC]) ac_mode=$ac_tag; continue;;
12638   esac
12639   case $ac_mode$ac_tag in
12640   :[FHL]*:*);;
12641   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12642   :[FH]-) ac_tag=-:-;;
12643   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12644   esac
12645   ac_save_IFS=$IFS
12646   IFS=:
12647   set x $ac_tag
12648   IFS=$ac_save_IFS
12649   shift
12650   ac_file=$1
12651   shift
12652
12653   case $ac_mode in
12654   :L) ac_source=$1;;
12655   :[FH])
12656     ac_file_inputs=
12657     for ac_f
12658     do
12659       case $ac_f in
12660       -) ac_f="$tmp/stdin";;
12661       *) # Look for the file first in the build tree, then in the source tree
12662          # (if the path is not absolute).  The absolute path cannot be DOS-style,
12663          # because $ac_f cannot contain `:'.
12664          test -f "$ac_f" ||
12665            case $ac_f in
12666            [\\/$]*) false;;
12667            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12668            esac ||
12669            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12670       esac
12671       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12672       as_fn_append ac_file_inputs " '$ac_f'"
12673     done
12674
12675     # Let's still pretend it is `configure' which instantiates (i.e., don't
12676     # use $as_me), people would be surprised to read:
12677     #    /* config.h.  Generated by config.status.  */
12678     configure_input='Generated from '`
12679           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12680         `' by configure.'
12681     if test x"$ac_file" != x-; then
12682       configure_input="$ac_file.  $configure_input"
12683       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12684 $as_echo "$as_me: creating $ac_file" >&6;}
12685     fi
12686     # Neutralize special characters interpreted by sed in replacement strings.
12687     case $configure_input in #(
12688     *\&* | *\|* | *\\* )
12689        ac_sed_conf_input=`$as_echo "$configure_input" |
12690        sed 's/[\\\\&|]/\\\\&/g'`;; #(
12691     *) ac_sed_conf_input=$configure_input;;
12692     esac
12693
12694     case $ac_tag in
12695     *:-:* | *:-) cat >"$tmp/stdin" \
12696       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12697     esac
12698     ;;
12699   esac
12700
12701   ac_dir=`$as_dirname -- "$ac_file" ||
12702 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12703          X"$ac_file" : 'X\(//\)[^/]' \| \
12704          X"$ac_file" : 'X\(//\)$' \| \
12705          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12706 $as_echo X"$ac_file" |
12707     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12708             s//\1/
12709             q
12710           }
12711           /^X\(\/\/\)[^/].*/{
12712             s//\1/
12713             q
12714           }
12715           /^X\(\/\/\)$/{
12716             s//\1/
12717             q
12718           }
12719           /^X\(\/\).*/{
12720             s//\1/
12721             q
12722           }
12723           s/.*/./; q'`
12724   as_dir="$ac_dir"; as_fn_mkdir_p
12725   ac_builddir=.
12726
12727 case "$ac_dir" in
12728 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12729 *)
12730   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12731   # A ".." for each directory in $ac_dir_suffix.
12732   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12733   case $ac_top_builddir_sub in
12734   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12735   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12736   esac ;;
12737 esac
12738 ac_abs_top_builddir=$ac_pwd
12739 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12740 # for backward compatibility:
12741 ac_top_builddir=$ac_top_build_prefix
12742
12743 case $srcdir in
12744   .)  # We are building in place.
12745     ac_srcdir=.
12746     ac_top_srcdir=$ac_top_builddir_sub
12747     ac_abs_top_srcdir=$ac_pwd ;;
12748   [\\/]* | ?:[\\/]* )  # Absolute name.
12749     ac_srcdir=$srcdir$ac_dir_suffix;
12750     ac_top_srcdir=$srcdir
12751     ac_abs_top_srcdir=$srcdir ;;
12752   *) # Relative name.
12753     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12754     ac_top_srcdir=$ac_top_build_prefix$srcdir
12755     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12756 esac
12757 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12758
12759
12760   case $ac_mode in
12761   :F)
12762   #
12763   # CONFIG_FILE
12764   #
12765
12766   case $INSTALL in
12767   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12768   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12769   esac
12770   ac_MKDIR_P=$MKDIR_P
12771   case $MKDIR_P in
12772   [\\/$]* | ?:[\\/]* ) ;;
12773   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12774   esac
12775 _ACEOF
12776
12777 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12778 # If the template does not know about datarootdir, expand it.
12779 # FIXME: This hack should be removed a few years after 2.60.
12780 ac_datarootdir_hack=; ac_datarootdir_seen=
12781 ac_sed_dataroot='
12782 /datarootdir/ {
12783   p
12784   q
12785 }
12786 /@datadir@/p
12787 /@docdir@/p
12788 /@infodir@/p
12789 /@localedir@/p
12790 /@mandir@/p'
12791 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12792 *datarootdir*) ac_datarootdir_seen=yes;;
12793 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12794   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12795 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12796 _ACEOF
12797 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12798   ac_datarootdir_hack='
12799   s&@datadir@&$datadir&g
12800   s&@docdir@&$docdir&g
12801   s&@infodir@&$infodir&g
12802   s&@localedir@&$localedir&g
12803   s&@mandir@&$mandir&g
12804   s&\\\${datarootdir}&$datarootdir&g' ;;
12805 esac
12806 _ACEOF
12807
12808 # Neutralize VPATH when `$srcdir' = `.'.
12809 # Shell code in configure.ac might set extrasub.
12810 # FIXME: do we really want to maintain this feature?
12811 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12812 ac_sed_extra="$ac_vpsub
12813 $extrasub
12814 _ACEOF
12815 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12816 :t
12817 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12818 s|@configure_input@|$ac_sed_conf_input|;t t
12819 s&@top_builddir@&$ac_top_builddir_sub&;t t
12820 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12821 s&@srcdir@&$ac_srcdir&;t t
12822 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12823 s&@top_srcdir@&$ac_top_srcdir&;t t
12824 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12825 s&@builddir@&$ac_builddir&;t t
12826 s&@abs_builddir@&$ac_abs_builddir&;t t
12827 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12828 s&@INSTALL@&$ac_INSTALL&;t t
12829 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12830 $ac_datarootdir_hack
12831 "
12832 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12833   || as_fn_error "could not create $ac_file" "$LINENO" 5
12834
12835 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12836   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12837   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12838   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12839 which seems to be undefined.  Please make sure it is defined." >&5
12840 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12841 which seems to be undefined.  Please make sure it is defined." >&2;}
12842
12843   rm -f "$tmp/stdin"
12844   case $ac_file in
12845   -) cat "$tmp/out" && rm -f "$tmp/out";;
12846   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12847   esac \
12848   || as_fn_error "could not create $ac_file" "$LINENO" 5
12849  ;;
12850   :H)
12851   #
12852   # CONFIG_HEADER
12853   #
12854   if test x"$ac_file" != x-; then
12855     {
12856       $as_echo "/* $configure_input  */" \
12857       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12858     } >"$tmp/config.h" \
12859       || as_fn_error "could not create $ac_file" "$LINENO" 5
12860     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12861       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12862 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12863     else
12864       rm -f "$ac_file"
12865       mv "$tmp/config.h" "$ac_file" \
12866         || as_fn_error "could not create $ac_file" "$LINENO" 5
12867     fi
12868   else
12869     $as_echo "/* $configure_input  */" \
12870       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12871       || as_fn_error "could not create -" "$LINENO" 5
12872   fi
12873 # Compute "$ac_file"'s index in $config_headers.
12874 _am_arg="$ac_file"
12875 _am_stamp_count=1
12876 for _am_header in $config_headers :; do
12877   case $_am_header in
12878     $_am_arg | $_am_arg:* )
12879       break ;;
12880     * )
12881       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12882   esac
12883 done
12884 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12885 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12886          X"$_am_arg" : 'X\(//\)[^/]' \| \
12887          X"$_am_arg" : 'X\(//\)$' \| \
12888          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12889 $as_echo X"$_am_arg" |
12890     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12891             s//\1/
12892             q
12893           }
12894           /^X\(\/\/\)[^/].*/{
12895             s//\1/
12896             q
12897           }
12898           /^X\(\/\/\)$/{
12899             s//\1/
12900             q
12901           }
12902           /^X\(\/\).*/{
12903             s//\1/
12904             q
12905           }
12906           s/.*/./; q'`/stamp-h$_am_stamp_count
12907  ;;
12908
12909   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12910 $as_echo "$as_me: executing $ac_file commands" >&6;}
12911  ;;
12912   esac
12913
12914
12915   case $ac_file$ac_mode in
12916     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12917   # Autoconf 2.62 quotes --file arguments for eval, but not when files
12918   # are listed without --file.  Let's play safe and only enable the eval
12919   # if we detect the quoting.
12920   case $CONFIG_FILES in
12921   *\'*) eval set x "$CONFIG_FILES" ;;
12922   *)   set x $CONFIG_FILES ;;
12923   esac
12924   shift
12925   for mf
12926   do
12927     # Strip MF so we end up with the name of the file.
12928     mf=`echo "$mf" | sed -e 's/:.*$//'`
12929     # Check whether this is an Automake generated Makefile or not.
12930     # We used to match only the files named `Makefile.in', but
12931     # some people rename them; so instead we look at the file content.
12932     # Grep'ing the first line is not enough: some people post-process
12933     # each Makefile.in and add a new line on top of each file to say so.
12934     # Grep'ing the whole file is not good either: AIX grep has a line
12935     # limit of 2048, but all sed's we know have understand at least 4000.
12936     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12937       dirpart=`$as_dirname -- "$mf" ||
12938 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12939          X"$mf" : 'X\(//\)[^/]' \| \
12940          X"$mf" : 'X\(//\)$' \| \
12941          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12942 $as_echo X"$mf" |
12943     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12944             s//\1/
12945             q
12946           }
12947           /^X\(\/\/\)[^/].*/{
12948             s//\1/
12949             q
12950           }
12951           /^X\(\/\/\)$/{
12952             s//\1/
12953             q
12954           }
12955           /^X\(\/\).*/{
12956             s//\1/
12957             q
12958           }
12959           s/.*/./; q'`
12960     else
12961       continue
12962     fi
12963     # Extract the definition of DEPDIR, am__include, and am__quote
12964     # from the Makefile without running `make'.
12965     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12966     test -z "$DEPDIR" && continue
12967     am__include=`sed -n 's/^am__include = //p' < "$mf"`
12968     test -z "am__include" && continue
12969     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12970     # When using ansi2knr, U may be empty or an underscore; expand it
12971     U=`sed -n 's/^U = //p' < "$mf"`
12972     # Find all dependency output files, they are included files with
12973     # $(DEPDIR) in their names.  We invoke sed twice because it is the
12974     # simplest approach to changing $(DEPDIR) to its actual value in the
12975     # expansion.
12976     for file in `sed -n "
12977       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12978          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12979       # Make sure the directory exists.
12980       test -f "$dirpart/$file" && continue
12981       fdir=`$as_dirname -- "$file" ||
12982 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12983          X"$file" : 'X\(//\)[^/]' \| \
12984          X"$file" : 'X\(//\)$' \| \
12985          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12986 $as_echo X"$file" |
12987     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12988             s//\1/
12989             q
12990           }
12991           /^X\(\/\/\)[^/].*/{
12992             s//\1/
12993             q
12994           }
12995           /^X\(\/\/\)$/{
12996             s//\1/
12997             q
12998           }
12999           /^X\(\/\).*/{
13000             s//\1/
13001             q
13002           }
13003           s/.*/./; q'`
13004       as_dir=$dirpart/$fdir; as_fn_mkdir_p
13005       # echo "creating $dirpart/$file"
13006       echo '# dummy' > "$dirpart/$file"
13007     done
13008   done
13009 }
13010  ;;
13011     "libtool":C)
13012
13013     # See if we are running on zsh, and set the options which allow our
13014     # commands through without removal of \ escapes.
13015     if test -n "${ZSH_VERSION+set}" ; then
13016       setopt NO_GLOB_SUBST
13017     fi
13018
13019     cfgfile="${ofile}T"
13020     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13021     $RM "$cfgfile"
13022
13023     cat <<_LT_EOF >> "$cfgfile"
13024 #! $SHELL
13025
13026 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13027 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13028 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13029 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13030 #
13031 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13032 #                 2006, 2007, 2008 Free Software Foundation, Inc.
13033 #   Written by Gordon Matzigkeit, 1996
13034 #
13035 #   This file is part of GNU Libtool.
13036 #
13037 # GNU Libtool is free software; you can redistribute it and/or
13038 # modify it under the terms of the GNU General Public License as
13039 # published by the Free Software Foundation; either version 2 of
13040 # the License, or (at your option) any later version.
13041 #
13042 # As a special exception to the GNU General Public License,
13043 # if you distribute this file as part of a program or library that
13044 # is built using GNU Libtool, you may include this file under the
13045 # same distribution terms that you use for the rest of that program.
13046 #
13047 # GNU Libtool is distributed in the hope that it will be useful,
13048 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13049 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13050 # GNU General Public License for more details.
13051 #
13052 # You should have received a copy of the GNU General Public License
13053 # along with GNU Libtool; see the file COPYING.  If not, a copy
13054 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13055 # obtained by writing to the Free Software Foundation, Inc.,
13056 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13057
13058
13059 # The names of the tagged configurations supported by this script.
13060 available_tags=""
13061
13062 # ### BEGIN LIBTOOL CONFIG
13063
13064 # Which release of libtool.m4 was used?
13065 macro_version=$macro_version
13066 macro_revision=$macro_revision
13067
13068 # Whether or not to build shared libraries.
13069 build_libtool_libs=$enable_shared
13070
13071 # Whether or not to build static libraries.
13072 build_old_libs=$enable_static
13073
13074 # What type of objects to build.
13075 pic_mode=$pic_mode
13076
13077 # Whether or not to optimize for fast installation.
13078 fast_install=$enable_fast_install
13079
13080 # The host system.
13081 host_alias=$host_alias
13082 host=$host
13083 host_os=$host_os
13084
13085 # The build system.
13086 build_alias=$build_alias
13087 build=$build
13088 build_os=$build_os
13089
13090 # A sed program that does not truncate output.
13091 SED=$lt_SED
13092
13093 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13094 Xsed="\$SED -e 1s/^X//"
13095
13096 # A grep program that handles long lines.
13097 GREP=$lt_GREP
13098
13099 # An ERE matcher.
13100 EGREP=$lt_EGREP
13101
13102 # A literal string matcher.
13103 FGREP=$lt_FGREP
13104
13105 # A BSD- or MS-compatible name lister.
13106 NM=$lt_NM
13107
13108 # Whether we need soft or hard links.
13109 LN_S=$lt_LN_S
13110
13111 # What is the maximum length of a command?
13112 max_cmd_len=$max_cmd_len
13113
13114 # Object file suffix (normally "o").
13115 objext=$ac_objext
13116
13117 # Executable file suffix (normally "").
13118 exeext=$exeext
13119
13120 # whether the shell understands "unset".
13121 lt_unset=$lt_unset
13122
13123 # turn spaces into newlines.
13124 SP2NL=$lt_lt_SP2NL
13125
13126 # turn newlines into spaces.
13127 NL2SP=$lt_lt_NL2SP
13128
13129 # How to create reloadable object files.
13130 reload_flag=$lt_reload_flag
13131 reload_cmds=$lt_reload_cmds
13132
13133 # An object symbol dumper.
13134 OBJDUMP=$lt_OBJDUMP
13135
13136 # Method to check whether dependent libraries are shared objects.
13137 deplibs_check_method=$lt_deplibs_check_method
13138
13139 # Command to use when deplibs_check_method == "file_magic".
13140 file_magic_cmd=$lt_file_magic_cmd
13141
13142 # The archiver.
13143 AR=$lt_AR
13144 AR_FLAGS=$lt_AR_FLAGS
13145
13146 # A symbol stripping program.
13147 STRIP=$lt_STRIP
13148
13149 # Commands used to install an old-style archive.
13150 RANLIB=$lt_RANLIB
13151 old_postinstall_cmds=$lt_old_postinstall_cmds
13152 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13153
13154 # A C compiler.
13155 LTCC=$lt_CC
13156
13157 # LTCC compiler flags.
13158 LTCFLAGS=$lt_CFLAGS
13159
13160 # Take the output of nm and produce a listing of raw symbols and C names.
13161 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13162
13163 # Transform the output of nm in a proper C declaration.
13164 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13165
13166 # Transform the output of nm in a C name address pair.
13167 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13168
13169 # Transform the output of nm in a C name address pair when lib prefix is needed.
13170 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13171
13172 # The name of the directory that contains temporary libtool files.
13173 objdir=$objdir
13174
13175 # Shell to use when invoking shell scripts.
13176 SHELL=$lt_SHELL
13177
13178 # An echo program that does not interpret backslashes.
13179 ECHO=$lt_ECHO
13180
13181 # Used to examine libraries when file_magic_cmd begins with "file".
13182 MAGIC_CMD=$MAGIC_CMD
13183
13184 # Must we lock files when doing compilation?
13185 need_locks=$lt_need_locks
13186
13187 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13188 DSYMUTIL=$lt_DSYMUTIL
13189
13190 # Tool to change global to local symbols on Mac OS X.
13191 NMEDIT=$lt_NMEDIT
13192
13193 # Tool to manipulate fat objects and archives on Mac OS X.
13194 LIPO=$lt_LIPO
13195
13196 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13197 OTOOL=$lt_OTOOL
13198
13199 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13200 OTOOL64=$lt_OTOOL64
13201
13202 # Old archive suffix (normally "a").
13203 libext=$libext
13204
13205 # Shared library suffix (normally ".so").
13206 shrext_cmds=$lt_shrext_cmds
13207
13208 # The commands to extract the exported symbol list from a shared archive.
13209 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13210
13211 # Variables whose values should be saved in libtool wrapper scripts and
13212 # restored at link time.
13213 variables_saved_for_relink=$lt_variables_saved_for_relink
13214
13215 # Do we need the "lib" prefix for modules?
13216 need_lib_prefix=$need_lib_prefix
13217
13218 # Do we need a version for libraries?
13219 need_version=$need_version
13220
13221 # Library versioning type.
13222 version_type=$version_type
13223
13224 # Shared library runtime path variable.
13225 runpath_var=$runpath_var
13226
13227 # Shared library path variable.
13228 shlibpath_var=$shlibpath_var
13229
13230 # Is shlibpath searched before the hard-coded library search path?
13231 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13232
13233 # Format of library name prefix.
13234 libname_spec=$lt_libname_spec
13235
13236 # List of archive names.  First name is the real one, the rest are links.
13237 # The last name is the one that the linker finds with -lNAME
13238 library_names_spec=$lt_library_names_spec
13239
13240 # The coded name of the library, if different from the real name.
13241 soname_spec=$lt_soname_spec
13242
13243 # Command to use after installation of a shared archive.
13244 postinstall_cmds=$lt_postinstall_cmds
13245
13246 # Command to use after uninstallation of a shared archive.
13247 postuninstall_cmds=$lt_postuninstall_cmds
13248
13249 # Commands used to finish a libtool library installation in a directory.
13250 finish_cmds=$lt_finish_cmds
13251
13252 # As "finish_cmds", except a single script fragment to be evaled but
13253 # not shown.
13254 finish_eval=$lt_finish_eval
13255
13256 # Whether we should hardcode library paths into libraries.
13257 hardcode_into_libs=$hardcode_into_libs
13258
13259 # Compile-time system search path for libraries.
13260 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13261
13262 # Run-time system search path for libraries.
13263 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13264
13265 # Whether dlopen is supported.
13266 dlopen_support=$enable_dlopen
13267
13268 # Whether dlopen of programs is supported.
13269 dlopen_self=$enable_dlopen_self
13270
13271 # Whether dlopen of statically linked programs is supported.
13272 dlopen_self_static=$enable_dlopen_self_static
13273
13274 # Commands to strip libraries.
13275 old_striplib=$lt_old_striplib
13276 striplib=$lt_striplib
13277
13278
13279 # The linker used to build libraries.
13280 LD=$lt_LD
13281
13282 # Commands used to build an old-style archive.
13283 old_archive_cmds=$lt_old_archive_cmds
13284
13285 # A language specific compiler.
13286 CC=$lt_compiler
13287
13288 # Is the compiler the GNU compiler?
13289 with_gcc=$GCC
13290
13291 # Compiler flag to turn off builtin functions.
13292 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13293
13294 # How to pass a linker flag through the compiler.
13295 wl=$lt_lt_prog_compiler_wl
13296
13297 # Additional compiler flags for building library objects.
13298 pic_flag=$lt_lt_prog_compiler_pic
13299
13300 # Compiler flag to prevent dynamic linking.
13301 link_static_flag=$lt_lt_prog_compiler_static
13302
13303 # Does compiler simultaneously support -c and -o options?
13304 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13305
13306 # Whether or not to add -lc for building shared libraries.
13307 build_libtool_need_lc=$archive_cmds_need_lc
13308
13309 # Whether or not to disallow shared libs when runtime libs are static.
13310 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13311
13312 # Compiler flag to allow reflexive dlopens.
13313 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13314
13315 # Compiler flag to generate shared objects directly from archives.
13316 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13317
13318 # Whether the compiler copes with passing no objects directly.
13319 compiler_needs_object=$lt_compiler_needs_object
13320
13321 # Create an old-style archive from a shared archive.
13322 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13323
13324 # Create a temporary old-style archive to link instead of a shared archive.
13325 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13326
13327 # Commands used to build a shared archive.
13328 archive_cmds=$lt_archive_cmds
13329 archive_expsym_cmds=$lt_archive_expsym_cmds
13330
13331 # Commands used to build a loadable module if different from building
13332 # a shared archive.
13333 module_cmds=$lt_module_cmds
13334 module_expsym_cmds=$lt_module_expsym_cmds
13335
13336 # Whether we are building with GNU ld or not.
13337 with_gnu_ld=$lt_with_gnu_ld
13338
13339 # Flag that allows shared libraries with undefined symbols to be built.
13340 allow_undefined_flag=$lt_allow_undefined_flag
13341
13342 # Flag that enforces no undefined symbols.
13343 no_undefined_flag=$lt_no_undefined_flag
13344
13345 # Flag to hardcode \$libdir into a binary during linking.
13346 # This must work even if \$libdir does not exist
13347 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13348
13349 # If ld is used when linking, flag to hardcode \$libdir into a binary
13350 # during linking.  This must work even if \$libdir does not exist.
13351 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13352
13353 # Whether we need a single "-rpath" flag with a separated argument.
13354 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13355
13356 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13357 # DIR into the resulting binary.
13358 hardcode_direct=$hardcode_direct
13359
13360 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13361 # DIR into the resulting binary and the resulting library dependency is
13362 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13363 # library is relocated.
13364 hardcode_direct_absolute=$hardcode_direct_absolute
13365
13366 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13367 # into the resulting binary.
13368 hardcode_minus_L=$hardcode_minus_L
13369
13370 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13371 # into the resulting binary.
13372 hardcode_shlibpath_var=$hardcode_shlibpath_var
13373
13374 # Set to "yes" if building a shared library automatically hardcodes DIR
13375 # into the library and all subsequent libraries and executables linked
13376 # against it.
13377 hardcode_automatic=$hardcode_automatic
13378
13379 # Set to yes if linker adds runtime paths of dependent libraries
13380 # to runtime path list.
13381 inherit_rpath=$inherit_rpath
13382
13383 # Whether libtool must link a program against all its dependency libraries.
13384 link_all_deplibs=$link_all_deplibs
13385
13386 # Fix the shell variable \$srcfile for the compiler.
13387 fix_srcfile_path=$lt_fix_srcfile_path
13388
13389 # Set to "yes" if exported symbols are required.
13390 always_export_symbols=$always_export_symbols
13391
13392 # The commands to list exported symbols.
13393 export_symbols_cmds=$lt_export_symbols_cmds
13394
13395 # Symbols that should not be listed in the preloaded symbols.
13396 exclude_expsyms=$lt_exclude_expsyms
13397
13398 # Symbols that must always be exported.
13399 include_expsyms=$lt_include_expsyms
13400
13401 # Commands necessary for linking programs (against libraries) with templates.
13402 prelink_cmds=$lt_prelink_cmds
13403
13404 # Specify filename containing input files.
13405 file_list_spec=$lt_file_list_spec
13406
13407 # How to hardcode a shared library path into an executable.
13408 hardcode_action=$hardcode_action
13409
13410 # ### END LIBTOOL CONFIG
13411
13412 _LT_EOF
13413
13414   case $host_os in
13415   aix3*)
13416     cat <<\_LT_EOF >> "$cfgfile"
13417 # AIX sometimes has problems with the GCC collect2 program.  For some
13418 # reason, if we set the COLLECT_NAMES environment variable, the problems
13419 # vanish in a puff of smoke.
13420 if test "X${COLLECT_NAMES+set}" != Xset; then
13421   COLLECT_NAMES=
13422   export COLLECT_NAMES
13423 fi
13424 _LT_EOF
13425     ;;
13426   esac
13427
13428
13429 ltmain="$ac_aux_dir/ltmain.sh"
13430
13431
13432   # We use sed instead of cat because bash on DJGPP gets confused if
13433   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
13434   # text mode, it properly converts lines to CR/LF.  This bash problem
13435   # is reportedly fixed, but why not run on old versions too?
13436   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13437     || (rm -f "$cfgfile"; exit 1)
13438
13439   case $xsi_shell in
13440   yes)
13441     cat << \_LT_EOF >> "$cfgfile"
13442
13443 # func_dirname file append nondir_replacement
13444 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13445 # otherwise set result to NONDIR_REPLACEMENT.
13446 func_dirname ()
13447 {
13448   case ${1} in
13449     */*) func_dirname_result="${1%/*}${2}" ;;
13450     *  ) func_dirname_result="${3}" ;;
13451   esac
13452 }
13453
13454 # func_basename file
13455 func_basename ()
13456 {
13457   func_basename_result="${1##*/}"
13458 }
13459
13460 # func_dirname_and_basename file append nondir_replacement
13461 # perform func_basename and func_dirname in a single function
13462 # call:
13463 #   dirname:  Compute the dirname of FILE.  If nonempty,
13464 #             add APPEND to the result, otherwise set result
13465 #             to NONDIR_REPLACEMENT.
13466 #             value returned in "$func_dirname_result"
13467 #   basename: Compute filename of FILE.
13468 #             value retuned in "$func_basename_result"
13469 # Implementation must be kept synchronized with func_dirname
13470 # and func_basename. For efficiency, we do not delegate to
13471 # those functions but instead duplicate the functionality here.
13472 func_dirname_and_basename ()
13473 {
13474   case ${1} in
13475     */*) func_dirname_result="${1%/*}${2}" ;;
13476     *  ) func_dirname_result="${3}" ;;
13477   esac
13478   func_basename_result="${1##*/}"
13479 }
13480
13481 # func_stripname prefix suffix name
13482 # strip PREFIX and SUFFIX off of NAME.
13483 # PREFIX and SUFFIX must not contain globbing or regex special
13484 # characters, hashes, percent signs, but SUFFIX may contain a leading
13485 # dot (in which case that matches only a dot).
13486 func_stripname ()
13487 {
13488   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13489   # positional parameters, so assign one to ordinary parameter first.
13490   func_stripname_result=${3}
13491   func_stripname_result=${func_stripname_result#"${1}"}
13492   func_stripname_result=${func_stripname_result%"${2}"}
13493 }
13494
13495 # func_opt_split
13496 func_opt_split ()
13497 {
13498   func_opt_split_opt=${1%%=*}
13499   func_opt_split_arg=${1#*=}
13500 }
13501
13502 # func_lo2o object
13503 func_lo2o ()
13504 {
13505   case ${1} in
13506     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13507     *)    func_lo2o_result=${1} ;;
13508   esac
13509 }
13510
13511 # func_xform libobj-or-source
13512 func_xform ()
13513 {
13514   func_xform_result=${1%.*}.lo
13515 }
13516
13517 # func_arith arithmetic-term...
13518 func_arith ()
13519 {
13520   func_arith_result=$(( $* ))
13521 }
13522
13523 # func_len string
13524 # STRING may not start with a hyphen.
13525 func_len ()
13526 {
13527   func_len_result=${#1}
13528 }
13529
13530 _LT_EOF
13531     ;;
13532   *) # Bourne compatible functions.
13533     cat << \_LT_EOF >> "$cfgfile"
13534
13535 # func_dirname file append nondir_replacement
13536 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13537 # otherwise set result to NONDIR_REPLACEMENT.
13538 func_dirname ()
13539 {
13540   # Extract subdirectory from the argument.
13541   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
13542   if test "X$func_dirname_result" = "X${1}"; then
13543     func_dirname_result="${3}"
13544   else
13545     func_dirname_result="$func_dirname_result${2}"
13546   fi
13547 }
13548
13549 # func_basename file
13550 func_basename ()
13551 {
13552   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
13553 }
13554
13555
13556 # func_stripname prefix suffix name
13557 # strip PREFIX and SUFFIX off of NAME.
13558 # PREFIX and SUFFIX must not contain globbing or regex special
13559 # characters, hashes, percent signs, but SUFFIX may contain a leading
13560 # dot (in which case that matches only a dot).
13561 # func_strip_suffix prefix name
13562 func_stripname ()
13563 {
13564   case ${2} in
13565     .*) func_stripname_result=`$ECHO "X${3}" \
13566            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
13567     *)  func_stripname_result=`$ECHO "X${3}" \
13568            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
13569   esac
13570 }
13571
13572 # sed scripts:
13573 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13574 my_sed_long_arg='1s/^-[^=]*=//'
13575
13576 # func_opt_split
13577 func_opt_split ()
13578 {
13579   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
13580   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
13581 }
13582
13583 # func_lo2o object
13584 func_lo2o ()
13585 {
13586   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
13587 }
13588
13589 # func_xform libobj-or-source
13590 func_xform ()
13591 {
13592   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
13593 }
13594
13595 # func_arith arithmetic-term...
13596 func_arith ()
13597 {
13598   func_arith_result=`expr "$@"`
13599 }
13600
13601 # func_len string
13602 # STRING may not start with a hyphen.
13603 func_len ()
13604 {
13605   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13606 }
13607
13608 _LT_EOF
13609 esac
13610
13611 case $lt_shell_append in
13612   yes)
13613     cat << \_LT_EOF >> "$cfgfile"
13614
13615 # func_append var value
13616 # Append VALUE to the end of shell variable VAR.
13617 func_append ()
13618 {
13619   eval "$1+=\$2"
13620 }
13621 _LT_EOF
13622     ;;
13623   *)
13624     cat << \_LT_EOF >> "$cfgfile"
13625
13626 # func_append var value
13627 # Append VALUE to the end of shell variable VAR.
13628 func_append ()
13629 {
13630   eval "$1=\$$1\$2"
13631 }
13632
13633 _LT_EOF
13634     ;;
13635   esac
13636
13637
13638   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13639     || (rm -f "$cfgfile"; exit 1)
13640
13641   mv -f "$cfgfile" "$ofile" ||
13642     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13643   chmod +x "$ofile"
13644
13645  ;;
13646
13647   esac
13648 done # for ac_tag
13649
13650
13651 as_fn_exit 0
13652 _ACEOF
13653 ac_clean_files=$ac_clean_files_save
13654
13655 test $ac_write_fail = 0 ||
13656   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13657
13658
13659 # configure is writing to config.log, and then calls config.status.
13660 # config.status does its own redirection, appending to config.log.
13661 # Unfortunately, on DOS this fails, as config.log is still kept open
13662 # by configure, so config.status won't be able to write to it; its
13663 # output is simply discarded.  So we exec the FD to /dev/null,
13664 # effectively closing config.log, so it can be properly (re)opened and
13665 # appended to by config.status.  When coming back to configure, we
13666 # need to make the FD available again.
13667 if test "$no_create" != yes; then
13668   ac_cs_success=:
13669   ac_config_status_args=
13670   test "$silent" = yes &&
13671     ac_config_status_args="$ac_config_status_args --quiet"
13672   exec 5>/dev/null
13673   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13674   exec 5>>config.log
13675   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13676   # would make configure fail if this is the last instruction.
13677   $ac_cs_success || as_fn_exit $?
13678 fi
13679 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13680   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13681 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13682 fi
13683