Tizen 2.0 Release
[external/epson-laser-printer-escpage.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Epson Laser Printer Driver (ESC/Page) for Linux 1.0.1.
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 Laser Printer Driver (ESC/Page) for Linux'
703 PACKAGE_TARNAME='epson-laser-printer-escpage'
704 PACKAGE_VERSION='1.0.1'
705 PACKAGE_STRING='Epson Laser Printer Driver (ESC/Page) for Linux 1.0.1'
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 LIBARCH
821 VENDOR_NAME
822 LSB_VER
823 PACKAGE_RELEASE
824 target_alias
825 host_alias
826 build_alias
827 LIBS
828 ECHO_T
829 ECHO_N
830 ECHO_C
831 DEFS
832 mandir
833 localedir
834 libdir
835 psdir
836 pdfdir
837 dvidir
838 htmldir
839 infodir
840 docdir
841 oldincludedir
842 includedir
843 localstatedir
844 sharedstatedir
845 sysconfdir
846 datadir
847 datarootdir
848 libexecdir
849 sbindir
850 bindir
851 program_transform_name
852 prefix
853 exec_prefix
854 PACKAGE_URL
855 PACKAGE_BUGREPORT
856 PACKAGE_STRING
857 PACKAGE_VERSION
858 PACKAGE_TARNAME
859 PACKAGE_NAME
860 PATH_SEPARATOR
861 SHELL'
862 ac_subst_files=''
863 ac_user_opts='
864 enable_option_checking
865 enable_dependency_tracking
866 enable_shared
867 enable_static
868 with_pic
869 enable_fast_install
870 with_gnu_ld
871 enable_libtool_lock
872 with_cupsfilterdir
873 with_cupsppddir
874 '
875       ac_precious_vars='build_alias
876 host_alias
877 target_alias
878 CC
879 CFLAGS
880 LDFLAGS
881 LIBS
882 CPPFLAGS
883 CPP'
884
885
886 # Initialize some variables set by options.
887 ac_init_help=
888 ac_init_version=false
889 ac_unrecognized_opts=
890 ac_unrecognized_sep=
891 # The variables have the same names as the options, with
892 # dashes changed to underlines.
893 cache_file=/dev/null
894 exec_prefix=NONE
895 no_create=
896 no_recursion=
897 prefix=NONE
898 program_prefix=NONE
899 program_suffix=NONE
900 program_transform_name=s,x,x,
901 silent=
902 site=
903 srcdir=
904 verbose=
905 x_includes=NONE
906 x_libraries=NONE
907
908 # Installation directory options.
909 # These are left unexpanded so users can "make install exec_prefix=/foo"
910 # and all the variables that are supposed to be based on exec_prefix
911 # by default will actually change.
912 # Use braces instead of parens because sh, perl, etc. also accept them.
913 # (The list follows the same order as the GNU Coding Standards.)
914 bindir='${exec_prefix}/bin'
915 sbindir='${exec_prefix}/sbin'
916 libexecdir='${exec_prefix}/libexec'
917 datarootdir='${prefix}/share'
918 datadir='${datarootdir}'
919 sysconfdir='${prefix}/etc'
920 sharedstatedir='${prefix}/com'
921 localstatedir='${prefix}/var'
922 includedir='${prefix}/include'
923 oldincludedir='/usr/include'
924 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
925 infodir='${datarootdir}/info'
926 htmldir='${docdir}'
927 dvidir='${docdir}'
928 pdfdir='${docdir}'
929 psdir='${docdir}'
930 libdir='${exec_prefix}/lib'
931 localedir='${datarootdir}/locale'
932 mandir='${datarootdir}/man'
933
934 ac_prev=
935 ac_dashdash=
936 for ac_option
937 do
938   # If the previous option needs an argument, assign it.
939   if test -n "$ac_prev"; then
940     eval $ac_prev=\$ac_option
941     ac_prev=
942     continue
943   fi
944
945   case $ac_option in
946   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
947   *)    ac_optarg=yes ;;
948   esac
949
950   # Accept the important Cygnus configure options, so we can diagnose typos.
951
952   case $ac_dashdash$ac_option in
953   --)
954     ac_dashdash=yes ;;
955
956   -bindir | --bindir | --bindi | --bind | --bin | --bi)
957     ac_prev=bindir ;;
958   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
959     bindir=$ac_optarg ;;
960
961   -build | --build | --buil | --bui | --bu)
962     ac_prev=build_alias ;;
963   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
964     build_alias=$ac_optarg ;;
965
966   -cache-file | --cache-file | --cache-fil | --cache-fi \
967   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
968     ac_prev=cache_file ;;
969   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
970   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
971     cache_file=$ac_optarg ;;
972
973   --config-cache | -C)
974     cache_file=config.cache ;;
975
976   -datadir | --datadir | --datadi | --datad)
977     ac_prev=datadir ;;
978   -datadir=* | --datadir=* | --datadi=* | --datad=*)
979     datadir=$ac_optarg ;;
980
981   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
982   | --dataroo | --dataro | --datar)
983     ac_prev=datarootdir ;;
984   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
985   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
986     datarootdir=$ac_optarg ;;
987
988   -disable-* | --disable-*)
989     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
990     # Reject names that are not valid shell variable names.
991     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
992       as_fn_error "invalid feature name: $ac_useropt"
993     ac_useropt_orig=$ac_useropt
994     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
995     case $ac_user_opts in
996       *"
997 "enable_$ac_useropt"
998 "*) ;;
999       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1000          ac_unrecognized_sep=', ';;
1001     esac
1002     eval enable_$ac_useropt=no ;;
1003
1004   -docdir | --docdir | --docdi | --doc | --do)
1005     ac_prev=docdir ;;
1006   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1007     docdir=$ac_optarg ;;
1008
1009   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1010     ac_prev=dvidir ;;
1011   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1012     dvidir=$ac_optarg ;;
1013
1014   -enable-* | --enable-*)
1015     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1016     # Reject names that are not valid shell variable names.
1017     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1018       as_fn_error "invalid feature name: $ac_useropt"
1019     ac_useropt_orig=$ac_useropt
1020     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1021     case $ac_user_opts in
1022       *"
1023 "enable_$ac_useropt"
1024 "*) ;;
1025       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1026          ac_unrecognized_sep=', ';;
1027     esac
1028     eval enable_$ac_useropt=\$ac_optarg ;;
1029
1030   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1031   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1032   | --exec | --exe | --ex)
1033     ac_prev=exec_prefix ;;
1034   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1035   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1036   | --exec=* | --exe=* | --ex=*)
1037     exec_prefix=$ac_optarg ;;
1038
1039   -gas | --gas | --ga | --g)
1040     # Obsolete; use --with-gas.
1041     with_gas=yes ;;
1042
1043   -help | --help | --hel | --he | -h)
1044     ac_init_help=long ;;
1045   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1046     ac_init_help=recursive ;;
1047   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1048     ac_init_help=short ;;
1049
1050   -host | --host | --hos | --ho)
1051     ac_prev=host_alias ;;
1052   -host=* | --host=* | --hos=* | --ho=*)
1053     host_alias=$ac_optarg ;;
1054
1055   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1056     ac_prev=htmldir ;;
1057   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1058   | --ht=*)
1059     htmldir=$ac_optarg ;;
1060
1061   -includedir | --includedir | --includedi | --included | --include \
1062   | --includ | --inclu | --incl | --inc)
1063     ac_prev=includedir ;;
1064   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1065   | --includ=* | --inclu=* | --incl=* | --inc=*)
1066     includedir=$ac_optarg ;;
1067
1068   -infodir | --infodir | --infodi | --infod | --info | --inf)
1069     ac_prev=infodir ;;
1070   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1071     infodir=$ac_optarg ;;
1072
1073   -libdir | --libdir | --libdi | --libd)
1074     ac_prev=libdir ;;
1075   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1076     libdir=$ac_optarg ;;
1077
1078   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1079   | --libexe | --libex | --libe)
1080     ac_prev=libexecdir ;;
1081   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1082   | --libexe=* | --libex=* | --libe=*)
1083     libexecdir=$ac_optarg ;;
1084
1085   -localedir | --localedir | --localedi | --localed | --locale)
1086     ac_prev=localedir ;;
1087   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1088     localedir=$ac_optarg ;;
1089
1090   -localstatedir | --localstatedir | --localstatedi | --localstated \
1091   | --localstate | --localstat | --localsta | --localst | --locals)
1092     ac_prev=localstatedir ;;
1093   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1094   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1095     localstatedir=$ac_optarg ;;
1096
1097   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1098     ac_prev=mandir ;;
1099   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1100     mandir=$ac_optarg ;;
1101
1102   -nfp | --nfp | --nf)
1103     # Obsolete; use --without-fp.
1104     with_fp=no ;;
1105
1106   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1107   | --no-cr | --no-c | -n)
1108     no_create=yes ;;
1109
1110   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1111   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1112     no_recursion=yes ;;
1113
1114   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1115   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1116   | --oldin | --oldi | --old | --ol | --o)
1117     ac_prev=oldincludedir ;;
1118   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1119   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1120   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1121     oldincludedir=$ac_optarg ;;
1122
1123   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1124     ac_prev=prefix ;;
1125   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1126     prefix=$ac_optarg ;;
1127
1128   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1129   | --program-pre | --program-pr | --program-p)
1130     ac_prev=program_prefix ;;
1131   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1132   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1133     program_prefix=$ac_optarg ;;
1134
1135   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1136   | --program-suf | --program-su | --program-s)
1137     ac_prev=program_suffix ;;
1138   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1139   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1140     program_suffix=$ac_optarg ;;
1141
1142   -program-transform-name | --program-transform-name \
1143   | --program-transform-nam | --program-transform-na \
1144   | --program-transform-n | --program-transform- \
1145   | --program-transform | --program-transfor \
1146   | --program-transfo | --program-transf \
1147   | --program-trans | --program-tran \
1148   | --progr-tra | --program-tr | --program-t)
1149     ac_prev=program_transform_name ;;
1150   -program-transform-name=* | --program-transform-name=* \
1151   | --program-transform-nam=* | --program-transform-na=* \
1152   | --program-transform-n=* | --program-transform-=* \
1153   | --program-transform=* | --program-transfor=* \
1154   | --program-transfo=* | --program-transf=* \
1155   | --program-trans=* | --program-tran=* \
1156   | --progr-tra=* | --program-tr=* | --program-t=*)
1157     program_transform_name=$ac_optarg ;;
1158
1159   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1160     ac_prev=pdfdir ;;
1161   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1162     pdfdir=$ac_optarg ;;
1163
1164   -psdir | --psdir | --psdi | --psd | --ps)
1165     ac_prev=psdir ;;
1166   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1167     psdir=$ac_optarg ;;
1168
1169   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1170   | -silent | --silent | --silen | --sile | --sil)
1171     silent=yes ;;
1172
1173   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1174     ac_prev=sbindir ;;
1175   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1176   | --sbi=* | --sb=*)
1177     sbindir=$ac_optarg ;;
1178
1179   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1180   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1181   | --sharedst | --shareds | --shared | --share | --shar \
1182   | --sha | --sh)
1183     ac_prev=sharedstatedir ;;
1184   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1185   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1186   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1187   | --sha=* | --sh=*)
1188     sharedstatedir=$ac_optarg ;;
1189
1190   -site | --site | --sit)
1191     ac_prev=site ;;
1192   -site=* | --site=* | --sit=*)
1193     site=$ac_optarg ;;
1194
1195   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1196     ac_prev=srcdir ;;
1197   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1198     srcdir=$ac_optarg ;;
1199
1200   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1201   | --syscon | --sysco | --sysc | --sys | --sy)
1202     ac_prev=sysconfdir ;;
1203   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1204   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1205     sysconfdir=$ac_optarg ;;
1206
1207   -target | --target | --targe | --targ | --tar | --ta | --t)
1208     ac_prev=target_alias ;;
1209   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1210     target_alias=$ac_optarg ;;
1211
1212   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1213     verbose=yes ;;
1214
1215   -version | --version | --versio | --versi | --vers | -V)
1216     ac_init_version=: ;;
1217
1218   -with-* | --with-*)
1219     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1220     # Reject names that are not valid shell variable names.
1221     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1222       as_fn_error "invalid package name: $ac_useropt"
1223     ac_useropt_orig=$ac_useropt
1224     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1225     case $ac_user_opts in
1226       *"
1227 "with_$ac_useropt"
1228 "*) ;;
1229       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1230          ac_unrecognized_sep=', ';;
1231     esac
1232     eval with_$ac_useropt=\$ac_optarg ;;
1233
1234   -without-* | --without-*)
1235     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1236     # Reject names that are not valid shell variable names.
1237     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1238       as_fn_error "invalid package name: $ac_useropt"
1239     ac_useropt_orig=$ac_useropt
1240     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1241     case $ac_user_opts in
1242       *"
1243 "with_$ac_useropt"
1244 "*) ;;
1245       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1246          ac_unrecognized_sep=', ';;
1247     esac
1248     eval with_$ac_useropt=no ;;
1249
1250   --x)
1251     # Obsolete; use --with-x.
1252     with_x=yes ;;
1253
1254   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1255   | --x-incl | --x-inc | --x-in | --x-i)
1256     ac_prev=x_includes ;;
1257   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1258   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1259     x_includes=$ac_optarg ;;
1260
1261   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1262   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1263     ac_prev=x_libraries ;;
1264   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1265   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1266     x_libraries=$ac_optarg ;;
1267
1268   -*) as_fn_error "unrecognized option: \`$ac_option'
1269 Try \`$0 --help' for more information."
1270     ;;
1271
1272   *=*)
1273     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1274     # Reject names that are not valid shell variable names.
1275     case $ac_envvar in #(
1276       '' | [0-9]* | *[!_$as_cr_alnum]* )
1277       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1278     esac
1279     eval $ac_envvar=\$ac_optarg
1280     export $ac_envvar ;;
1281
1282   *)
1283     # FIXME: should be removed in autoconf 3.0.
1284     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1285     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1286       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1287     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1288     ;;
1289
1290   esac
1291 done
1292
1293 if test -n "$ac_prev"; then
1294   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1295   as_fn_error "missing argument to $ac_option"
1296 fi
1297
1298 if test -n "$ac_unrecognized_opts"; then
1299   case $enable_option_checking in
1300     no) ;;
1301     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1302     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1303   esac
1304 fi
1305
1306 # Check all directory arguments for consistency.
1307 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1308                 datadir sysconfdir sharedstatedir localstatedir includedir \
1309                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1310                 libdir localedir mandir
1311 do
1312   eval ac_val=\$$ac_var
1313   # Remove trailing slashes.
1314   case $ac_val in
1315     */ )
1316       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1317       eval $ac_var=\$ac_val;;
1318   esac
1319   # Be sure to have absolute directory names.
1320   case $ac_val in
1321     [\\/$]* | ?:[\\/]* )  continue;;
1322     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1323   esac
1324   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1325 done
1326
1327 # There might be people who depend on the old broken behavior: `$host'
1328 # used to hold the argument of --host etc.
1329 # FIXME: To remove some day.
1330 build=$build_alias
1331 host=$host_alias
1332 target=$target_alias
1333
1334 # FIXME: To remove some day.
1335 if test "x$host_alias" != x; then
1336   if test "x$build_alias" = x; then
1337     cross_compiling=maybe
1338     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1339     If a cross compiler is detected then cross compile mode will be used." >&2
1340   elif test "x$build_alias" != "x$host_alias"; then
1341     cross_compiling=yes
1342   fi
1343 fi
1344
1345 ac_tool_prefix=
1346 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1347
1348 test "$silent" = yes && exec 6>/dev/null
1349
1350
1351 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1352 ac_ls_di=`ls -di .` &&
1353 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1354   as_fn_error "working directory cannot be determined"
1355 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1356   as_fn_error "pwd does not report name of working directory"
1357
1358
1359 # Find the source files, if location was not specified.
1360 if test -z "$srcdir"; then
1361   ac_srcdir_defaulted=yes
1362   # Try the directory containing this script, then the parent directory.
1363   ac_confdir=`$as_dirname -- "$as_myself" ||
1364 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1365          X"$as_myself" : 'X\(//\)[^/]' \| \
1366          X"$as_myself" : 'X\(//\)$' \| \
1367          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1368 $as_echo X"$as_myself" |
1369     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1370             s//\1/
1371             q
1372           }
1373           /^X\(\/\/\)[^/].*/{
1374             s//\1/
1375             q
1376           }
1377           /^X\(\/\/\)$/{
1378             s//\1/
1379             q
1380           }
1381           /^X\(\/\).*/{
1382             s//\1/
1383             q
1384           }
1385           s/.*/./; q'`
1386   srcdir=$ac_confdir
1387   if test ! -r "$srcdir/$ac_unique_file"; then
1388     srcdir=..
1389   fi
1390 else
1391   ac_srcdir_defaulted=no
1392 fi
1393 if test ! -r "$srcdir/$ac_unique_file"; then
1394   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1395   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1396 fi
1397 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1398 ac_abs_confdir=`(
1399         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1400         pwd)`
1401 # When building in place, set srcdir=.
1402 if test "$ac_abs_confdir" = "$ac_pwd"; then
1403   srcdir=.
1404 fi
1405 # Remove unnecessary trailing slashes from srcdir.
1406 # Double slashes in file names in object file debugging info
1407 # mess up M-x gdb in Emacs.
1408 case $srcdir in
1409 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1410 esac
1411 for ac_var in $ac_precious_vars; do
1412   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1413   eval ac_env_${ac_var}_value=\$${ac_var}
1414   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1415   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1416 done
1417
1418 #
1419 # Report the --help message.
1420 #
1421 if test "$ac_init_help" = "long"; then
1422   # Omit some internal or obsolete options to make the list less imposing.
1423   # This message is too long to be a string in the A/UX 3.1 sh.
1424   cat <<_ACEOF
1425 \`configure' configures Epson Laser Printer Driver (ESC/Page) for Linux 1.0.1 to adapt to many kinds of systems.
1426
1427 Usage: $0 [OPTION]... [VAR=VALUE]...
1428
1429 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1430 VAR=VALUE.  See below for descriptions of some of the useful variables.
1431
1432 Defaults for the options are specified in brackets.
1433
1434 Configuration:
1435   -h, --help              display this help and exit
1436       --help=short        display options specific to this package
1437       --help=recursive    display the short help of all the included packages
1438   -V, --version           display version information and exit
1439   -q, --quiet, --silent   do not print \`checking...' messages
1440       --cache-file=FILE   cache test results in FILE [disabled]
1441   -C, --config-cache      alias for \`--cache-file=config.cache'
1442   -n, --no-create         do not create output files
1443       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1444
1445 Installation directories:
1446   --prefix=PREFIX         install architecture-independent files in PREFIX
1447                           [$ac_default_prefix]
1448   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1449                           [PREFIX]
1450
1451 By default, \`make install' will install all the files in
1452 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1453 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1454 for instance \`--prefix=\$HOME'.
1455
1456 For better control, use the options below.
1457
1458 Fine tuning of the installation directories:
1459   --bindir=DIR            user executables [EPREFIX/bin]
1460   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1461   --libexecdir=DIR        program executables [EPREFIX/libexec]
1462   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1463   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1464   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1465   --libdir=DIR            object code libraries [EPREFIX/lib]
1466   --includedir=DIR        C header files [PREFIX/include]
1467   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1468   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1469   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1470   --infodir=DIR           info documentation [DATAROOTDIR/info]
1471   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1472   --mandir=DIR            man documentation [DATAROOTDIR/man]
1473   --docdir=DIR            documentation root
1474                           [DATAROOTDIR/doc/epson-laser-printer-escpage]
1475   --htmldir=DIR           html documentation [DOCDIR]
1476   --dvidir=DIR            dvi documentation [DOCDIR]
1477   --pdfdir=DIR            pdf documentation [DOCDIR]
1478   --psdir=DIR             ps documentation [DOCDIR]
1479 _ACEOF
1480
1481   cat <<\_ACEOF
1482
1483 Program names:
1484   --program-prefix=PREFIX            prepend PREFIX to installed program names
1485   --program-suffix=SUFFIX            append SUFFIX to installed program names
1486   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1487
1488 System types:
1489   --build=BUILD     configure for building on BUILD [guessed]
1490   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1491 _ACEOF
1492 fi
1493
1494 if test -n "$ac_init_help"; then
1495   case $ac_init_help in
1496      short | recursive ) echo "Configuration of Epson Laser Printer Driver (ESC/Page) for Linux 1.0.1:";;
1497    esac
1498   cat <<\_ACEOF
1499
1500 Optional Features:
1501   --disable-option-checking  ignore unrecognized --enable/--with options
1502   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1503   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1504   --disable-dependency-tracking  speeds up one-time build
1505   --enable-dependency-tracking   do not reject slow dependency extractors
1506   --enable-shared[=PKGS]  build shared libraries [default=yes]
1507   --enable-static[=PKGS]  build static libraries [default=yes]
1508   --enable-fast-install[=PKGS]
1509                           optimize for fast installation [default=yes]
1510   --disable-libtool-lock  avoid locking (might break parallel builds)
1511
1512 Optional Packages:
1513   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1514   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1515   --with-pic              try to use only PIC/non-PIC objects [default=use
1516                           both]
1517   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1518   --with-cupsfilterdir=DIR
1519                           CUPS binary directory, where filters are stored.
1520   --with-cupsppddir=DIR   CUPS ppd directory
1521
1522 Some influential environment variables:
1523   CC          C compiler command
1524   CFLAGS      C compiler flags
1525   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1526               nonstandard directory <lib dir>
1527   LIBS        libraries to pass to the linker, e.g. -l<library>
1528   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1529               you have headers in a nonstandard directory <include dir>
1530   CPP         C preprocessor
1531
1532 Use these variables to override the choices made by `configure' or to help
1533 it to find libraries and programs with nonstandard names/locations.
1534
1535 Report bugs to <Seiko Epson Corporation <linux-printer@epson.jp>>.
1536 _ACEOF
1537 ac_status=$?
1538 fi
1539
1540 if test "$ac_init_help" = "recursive"; then
1541   # If there are subdirs, report their specific --help.
1542   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1543     test -d "$ac_dir" ||
1544       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1545       continue
1546     ac_builddir=.
1547
1548 case "$ac_dir" in
1549 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1550 *)
1551   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1552   # A ".." for each directory in $ac_dir_suffix.
1553   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1554   case $ac_top_builddir_sub in
1555   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1556   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1557   esac ;;
1558 esac
1559 ac_abs_top_builddir=$ac_pwd
1560 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1561 # for backward compatibility:
1562 ac_top_builddir=$ac_top_build_prefix
1563
1564 case $srcdir in
1565   .)  # We are building in place.
1566     ac_srcdir=.
1567     ac_top_srcdir=$ac_top_builddir_sub
1568     ac_abs_top_srcdir=$ac_pwd ;;
1569   [\\/]* | ?:[\\/]* )  # Absolute name.
1570     ac_srcdir=$srcdir$ac_dir_suffix;
1571     ac_top_srcdir=$srcdir
1572     ac_abs_top_srcdir=$srcdir ;;
1573   *) # Relative name.
1574     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1575     ac_top_srcdir=$ac_top_build_prefix$srcdir
1576     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1577 esac
1578 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1579
1580     cd "$ac_dir" || { ac_status=$?; continue; }
1581     # Check for guested configure.
1582     if test -f "$ac_srcdir/configure.gnu"; then
1583       echo &&
1584       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1585     elif test -f "$ac_srcdir/configure"; then
1586       echo &&
1587       $SHELL "$ac_srcdir/configure" --help=recursive
1588     else
1589       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1590     fi || ac_status=$?
1591     cd "$ac_pwd" || { ac_status=$?; break; }
1592   done
1593 fi
1594
1595 test -n "$ac_init_help" && exit $ac_status
1596 if $ac_init_version; then
1597   cat <<\_ACEOF
1598 Epson Laser Printer Driver (ESC/Page) for Linux configure 1.0.1
1599 generated by GNU Autoconf 2.65
1600
1601 Copyright (C) 2009 Free Software Foundation, Inc.
1602 This configure script is free software; the Free Software Foundation
1603 gives unlimited permission to copy, distribute and modify it.
1604 _ACEOF
1605   exit
1606 fi
1607
1608 ## ------------------------ ##
1609 ## Autoconf initialization. ##
1610 ## ------------------------ ##
1611
1612 # ac_fn_c_try_compile LINENO
1613 # --------------------------
1614 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1615 ac_fn_c_try_compile ()
1616 {
1617   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1618   rm -f conftest.$ac_objext
1619   if { { ac_try="$ac_compile"
1620 case "(($ac_try" in
1621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1622   *) ac_try_echo=$ac_try;;
1623 esac
1624 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1625 $as_echo "$ac_try_echo"; } >&5
1626   (eval "$ac_compile") 2>conftest.err
1627   ac_status=$?
1628   if test -s conftest.err; then
1629     grep -v '^ *+' conftest.err >conftest.er1
1630     cat conftest.er1 >&5
1631     mv -f conftest.er1 conftest.err
1632   fi
1633   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1634   test $ac_status = 0; } && {
1635          test -z "$ac_c_werror_flag" ||
1636          test ! -s conftest.err
1637        } && test -s conftest.$ac_objext; then :
1638   ac_retval=0
1639 else
1640   $as_echo "$as_me: failed program was:" >&5
1641 sed 's/^/| /' conftest.$ac_ext >&5
1642
1643         ac_retval=1
1644 fi
1645   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1646   as_fn_set_status $ac_retval
1647
1648 } # ac_fn_c_try_compile
1649
1650 # ac_fn_c_try_cpp LINENO
1651 # ----------------------
1652 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1653 ac_fn_c_try_cpp ()
1654 {
1655   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1656   if { { ac_try="$ac_cpp conftest.$ac_ext"
1657 case "(($ac_try" in
1658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1659   *) ac_try_echo=$ac_try;;
1660 esac
1661 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1662 $as_echo "$ac_try_echo"; } >&5
1663   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1664   ac_status=$?
1665   if test -s conftest.err; then
1666     grep -v '^ *+' conftest.err >conftest.er1
1667     cat conftest.er1 >&5
1668     mv -f conftest.er1 conftest.err
1669   fi
1670   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1671   test $ac_status = 0; } >/dev/null && {
1672          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1673          test ! -s conftest.err
1674        }; then :
1675   ac_retval=0
1676 else
1677   $as_echo "$as_me: failed program was:" >&5
1678 sed 's/^/| /' conftest.$ac_ext >&5
1679
1680     ac_retval=1
1681 fi
1682   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1683   as_fn_set_status $ac_retval
1684
1685 } # ac_fn_c_try_cpp
1686
1687 # ac_fn_c_try_link LINENO
1688 # -----------------------
1689 # Try to link conftest.$ac_ext, and return whether this succeeded.
1690 ac_fn_c_try_link ()
1691 {
1692   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1693   rm -f conftest.$ac_objext conftest$ac_exeext
1694   if { { ac_try="$ac_link"
1695 case "(($ac_try" in
1696   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1697   *) ac_try_echo=$ac_try;;
1698 esac
1699 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1700 $as_echo "$ac_try_echo"; } >&5
1701   (eval "$ac_link") 2>conftest.err
1702   ac_status=$?
1703   if test -s conftest.err; then
1704     grep -v '^ *+' conftest.err >conftest.er1
1705     cat conftest.er1 >&5
1706     mv -f conftest.er1 conftest.err
1707   fi
1708   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709   test $ac_status = 0; } && {
1710          test -z "$ac_c_werror_flag" ||
1711          test ! -s conftest.err
1712        } && test -s conftest$ac_exeext && {
1713          test "$cross_compiling" = yes ||
1714          $as_test_x conftest$ac_exeext
1715        }; then :
1716   ac_retval=0
1717 else
1718   $as_echo "$as_me: failed program was:" >&5
1719 sed 's/^/| /' conftest.$ac_ext >&5
1720
1721         ac_retval=1
1722 fi
1723   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1724   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1725   # interfere with the next link command; also delete a directory that is
1726   # left behind by Apple's compiler.  We do this before executing the actions.
1727   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1728   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1729   as_fn_set_status $ac_retval
1730
1731 } # ac_fn_c_try_link
1732
1733 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1734 # -------------------------------------------------------
1735 # Tests whether HEADER exists and can be compiled using the include files in
1736 # INCLUDES, setting the cache variable VAR accordingly.
1737 ac_fn_c_check_header_compile ()
1738 {
1739   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1740   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1741 $as_echo_n "checking for $2... " >&6; }
1742 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1743   $as_echo_n "(cached) " >&6
1744 else
1745   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1746 /* end confdefs.h.  */
1747 $4
1748 #include <$2>
1749 _ACEOF
1750 if ac_fn_c_try_compile "$LINENO"; then :
1751   eval "$3=yes"
1752 else
1753   eval "$3=no"
1754 fi
1755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1756 fi
1757 eval ac_res=\$$3
1758                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1759 $as_echo "$ac_res" >&6; }
1760   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1761
1762 } # ac_fn_c_check_header_compile
1763
1764 # ac_fn_c_try_run LINENO
1765 # ----------------------
1766 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1767 # that executables *can* be run.
1768 ac_fn_c_try_run ()
1769 {
1770   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1771   if { { ac_try="$ac_link"
1772 case "(($ac_try" in
1773   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1774   *) ac_try_echo=$ac_try;;
1775 esac
1776 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1777 $as_echo "$ac_try_echo"; } >&5
1778   (eval "$ac_link") 2>&5
1779   ac_status=$?
1780   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1781   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1782   { { case "(($ac_try" in
1783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1784   *) ac_try_echo=$ac_try;;
1785 esac
1786 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1787 $as_echo "$ac_try_echo"; } >&5
1788   (eval "$ac_try") 2>&5
1789   ac_status=$?
1790   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1791   test $ac_status = 0; }; }; then :
1792   ac_retval=0
1793 else
1794   $as_echo "$as_me: program exited with status $ac_status" >&5
1795        $as_echo "$as_me: failed program was:" >&5
1796 sed 's/^/| /' conftest.$ac_ext >&5
1797
1798        ac_retval=$ac_status
1799 fi
1800   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1801   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1802   as_fn_set_status $ac_retval
1803
1804 } # ac_fn_c_try_run
1805
1806 # ac_fn_c_check_func LINENO FUNC VAR
1807 # ----------------------------------
1808 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1809 ac_fn_c_check_func ()
1810 {
1811   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1812   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1813 $as_echo_n "checking for $2... " >&6; }
1814 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1815   $as_echo_n "(cached) " >&6
1816 else
1817   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1818 /* end confdefs.h.  */
1819 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1820    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1821 #define $2 innocuous_$2
1822
1823 /* System header to define __stub macros and hopefully few prototypes,
1824     which can conflict with char $2 (); below.
1825     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1826     <limits.h> exists even on freestanding compilers.  */
1827
1828 #ifdef __STDC__
1829 # include <limits.h>
1830 #else
1831 # include <assert.h>
1832 #endif
1833
1834 #undef $2
1835
1836 /* Override any GCC internal prototype to avoid an error.
1837    Use char because int might match the return type of a GCC
1838    builtin and then its argument prototype would still apply.  */
1839 #ifdef __cplusplus
1840 extern "C"
1841 #endif
1842 char $2 ();
1843 /* The GNU C library defines this for functions which it implements
1844     to always fail with ENOSYS.  Some functions are actually named
1845     something starting with __ and the normal name is an alias.  */
1846 #if defined __stub_$2 || defined __stub___$2
1847 choke me
1848 #endif
1849
1850 int
1851 main ()
1852 {
1853 return $2 ();
1854   ;
1855   return 0;
1856 }
1857 _ACEOF
1858 if ac_fn_c_try_link "$LINENO"; then :
1859   eval "$3=yes"
1860 else
1861   eval "$3=no"
1862 fi
1863 rm -f core conftest.err conftest.$ac_objext \
1864     conftest$ac_exeext conftest.$ac_ext
1865 fi
1866 eval ac_res=\$$3
1867                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1868 $as_echo "$ac_res" >&6; }
1869   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1870
1871 } # ac_fn_c_check_func
1872
1873 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1874 # -------------------------------------------
1875 # Tests whether TYPE exists after having included INCLUDES, setting cache
1876 # variable VAR accordingly.
1877 ac_fn_c_check_type ()
1878 {
1879   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1880   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1881 $as_echo_n "checking for $2... " >&6; }
1882 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1883   $as_echo_n "(cached) " >&6
1884 else
1885   eval "$3=no"
1886   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1887 /* end confdefs.h.  */
1888 $4
1889 int
1890 main ()
1891 {
1892 if (sizeof ($2))
1893          return 0;
1894   ;
1895   return 0;
1896 }
1897 _ACEOF
1898 if ac_fn_c_try_compile "$LINENO"; then :
1899   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1900 /* end confdefs.h.  */
1901 $4
1902 int
1903 main ()
1904 {
1905 if (sizeof (($2)))
1906             return 0;
1907   ;
1908   return 0;
1909 }
1910 _ACEOF
1911 if ac_fn_c_try_compile "$LINENO"; then :
1912
1913 else
1914   eval "$3=yes"
1915 fi
1916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1917 fi
1918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1919 fi
1920 eval ac_res=\$$3
1921                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1922 $as_echo "$ac_res" >&6; }
1923   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1924
1925 } # ac_fn_c_check_type
1926
1927 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1928 # -------------------------------------------------------
1929 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1930 # the include files in INCLUDES and setting the cache variable VAR
1931 # accordingly.
1932 ac_fn_c_check_header_mongrel ()
1933 {
1934   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1935   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1936   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1937 $as_echo_n "checking for $2... " >&6; }
1938 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1939   $as_echo_n "(cached) " >&6
1940 fi
1941 eval ac_res=\$$3
1942                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1943 $as_echo "$ac_res" >&6; }
1944 else
1945   # Is the header compilable?
1946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1947 $as_echo_n "checking $2 usability... " >&6; }
1948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1949 /* end confdefs.h.  */
1950 $4
1951 #include <$2>
1952 _ACEOF
1953 if ac_fn_c_try_compile "$LINENO"; then :
1954   ac_header_compiler=yes
1955 else
1956   ac_header_compiler=no
1957 fi
1958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1960 $as_echo "$ac_header_compiler" >&6; }
1961
1962 # Is the header present?
1963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1964 $as_echo_n "checking $2 presence... " >&6; }
1965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1966 /* end confdefs.h.  */
1967 #include <$2>
1968 _ACEOF
1969 if ac_fn_c_try_cpp "$LINENO"; then :
1970   ac_header_preproc=yes
1971 else
1972   ac_header_preproc=no
1973 fi
1974 rm -f conftest.err conftest.$ac_ext
1975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1976 $as_echo "$ac_header_preproc" >&6; }
1977
1978 # So?  What about this header?
1979 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1980   yes:no: )
1981     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1982 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1983     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1984 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1985     ;;
1986   no:yes:* )
1987     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1988 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1989     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1990 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1991     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1992 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1993     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1994 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1995     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1996 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1997 ( cat <<\_ASBOX
1998 ## --------------------------------------------------------------- ##
1999 ## Report this to Seiko Epson Corporation <linux-printer@epson.jp> ##
2000 ## --------------------------------------------------------------- ##
2001 _ASBOX
2002      ) | sed "s/^/$as_me: WARNING:     /" >&2
2003     ;;
2004 esac
2005   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2006 $as_echo_n "checking for $2... " >&6; }
2007 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2008   $as_echo_n "(cached) " >&6
2009 else
2010   eval "$3=\$ac_header_compiler"
2011 fi
2012 eval ac_res=\$$3
2013                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2014 $as_echo "$ac_res" >&6; }
2015 fi
2016   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2017
2018 } # ac_fn_c_check_header_mongrel
2019 cat >config.log <<_ACEOF
2020 This file contains any messages produced by compilers while
2021 running configure, to aid debugging if configure makes a mistake.
2022
2023 It was created by Epson Laser Printer Driver (ESC/Page) for Linux $as_me 1.0.1, which was
2024 generated by GNU Autoconf 2.65.  Invocation command line was
2025
2026   $ $0 $@
2027
2028 _ACEOF
2029 exec 5>>config.log
2030 {
2031 cat <<_ASUNAME
2032 ## --------- ##
2033 ## Platform. ##
2034 ## --------- ##
2035
2036 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2037 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2038 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2039 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2040 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2041
2042 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2043 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2044
2045 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2046 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2047 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2048 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2049 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2050 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2051 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2052
2053 _ASUNAME
2054
2055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2056 for as_dir in $PATH
2057 do
2058   IFS=$as_save_IFS
2059   test -z "$as_dir" && as_dir=.
2060     $as_echo "PATH: $as_dir"
2061   done
2062 IFS=$as_save_IFS
2063
2064 } >&5
2065
2066 cat >&5 <<_ACEOF
2067
2068
2069 ## ----------- ##
2070 ## Core tests. ##
2071 ## ----------- ##
2072
2073 _ACEOF
2074
2075
2076 # Keep a trace of the command line.
2077 # Strip out --no-create and --no-recursion so they do not pile up.
2078 # Strip out --silent because we don't want to record it for future runs.
2079 # Also quote any args containing shell meta-characters.
2080 # Make two passes to allow for proper duplicate-argument suppression.
2081 ac_configure_args=
2082 ac_configure_args0=
2083 ac_configure_args1=
2084 ac_must_keep_next=false
2085 for ac_pass in 1 2
2086 do
2087   for ac_arg
2088   do
2089     case $ac_arg in
2090     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2091     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2092     | -silent | --silent | --silen | --sile | --sil)
2093       continue ;;
2094     *\'*)
2095       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2096     esac
2097     case $ac_pass in
2098     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2099     2)
2100       as_fn_append ac_configure_args1 " '$ac_arg'"
2101       if test $ac_must_keep_next = true; then
2102         ac_must_keep_next=false # Got value, back to normal.
2103       else
2104         case $ac_arg in
2105           *=* | --config-cache | -C | -disable-* | --disable-* \
2106           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2107           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2108           | -with-* | --with-* | -without-* | --without-* | --x)
2109             case "$ac_configure_args0 " in
2110               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2111             esac
2112             ;;
2113           -* ) ac_must_keep_next=true ;;
2114         esac
2115       fi
2116       as_fn_append ac_configure_args " '$ac_arg'"
2117       ;;
2118     esac
2119   done
2120 done
2121 { ac_configure_args0=; unset ac_configure_args0;}
2122 { ac_configure_args1=; unset ac_configure_args1;}
2123
2124 # When interrupted or exit'd, cleanup temporary files, and complete
2125 # config.log.  We remove comments because anyway the quotes in there
2126 # would cause problems or look ugly.
2127 # WARNING: Use '\'' to represent an apostrophe within the trap.
2128 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2129 trap 'exit_status=$?
2130   # Save into config.log some information that might help in debugging.
2131   {
2132     echo
2133
2134     cat <<\_ASBOX
2135 ## ---------------- ##
2136 ## Cache variables. ##
2137 ## ---------------- ##
2138 _ASBOX
2139     echo
2140     # The following way of writing the cache mishandles newlines in values,
2141 (
2142   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2143     eval ac_val=\$$ac_var
2144     case $ac_val in #(
2145     *${as_nl}*)
2146       case $ac_var in #(
2147       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2148 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2149       esac
2150       case $ac_var in #(
2151       _ | IFS | as_nl) ;; #(
2152       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2153       *) { eval $ac_var=; unset $ac_var;} ;;
2154       esac ;;
2155     esac
2156   done
2157   (set) 2>&1 |
2158     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2159     *${as_nl}ac_space=\ *)
2160       sed -n \
2161         "s/'\''/'\''\\\\'\'''\''/g;
2162           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2163       ;; #(
2164     *)
2165       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2166       ;;
2167     esac |
2168     sort
2169 )
2170     echo
2171
2172     cat <<\_ASBOX
2173 ## ----------------- ##
2174 ## Output variables. ##
2175 ## ----------------- ##
2176 _ASBOX
2177     echo
2178     for ac_var in $ac_subst_vars
2179     do
2180       eval ac_val=\$$ac_var
2181       case $ac_val in
2182       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2183       esac
2184       $as_echo "$ac_var='\''$ac_val'\''"
2185     done | sort
2186     echo
2187
2188     if test -n "$ac_subst_files"; then
2189       cat <<\_ASBOX
2190 ## ------------------- ##
2191 ## File substitutions. ##
2192 ## ------------------- ##
2193 _ASBOX
2194       echo
2195       for ac_var in $ac_subst_files
2196       do
2197         eval ac_val=\$$ac_var
2198         case $ac_val in
2199         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2200         esac
2201         $as_echo "$ac_var='\''$ac_val'\''"
2202       done | sort
2203       echo
2204     fi
2205
2206     if test -s confdefs.h; then
2207       cat <<\_ASBOX
2208 ## ----------- ##
2209 ## confdefs.h. ##
2210 ## ----------- ##
2211 _ASBOX
2212       echo
2213       cat confdefs.h
2214       echo
2215     fi
2216     test "$ac_signal" != 0 &&
2217       $as_echo "$as_me: caught signal $ac_signal"
2218     $as_echo "$as_me: exit $exit_status"
2219   } >&5
2220   rm -f core *.core core.conftest.* &&
2221     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2222     exit $exit_status
2223 ' 0
2224 for ac_signal in 1 2 13 15; do
2225   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2226 done
2227 ac_signal=0
2228
2229 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2230 rm -f -r conftest* confdefs.h
2231
2232 $as_echo "/* confdefs.h */" > confdefs.h
2233
2234 # Predefined preprocessor variables.
2235
2236 cat >>confdefs.h <<_ACEOF
2237 #define PACKAGE_NAME "$PACKAGE_NAME"
2238 _ACEOF
2239
2240 cat >>confdefs.h <<_ACEOF
2241 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2242 _ACEOF
2243
2244 cat >>confdefs.h <<_ACEOF
2245 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2246 _ACEOF
2247
2248 cat >>confdefs.h <<_ACEOF
2249 #define PACKAGE_STRING "$PACKAGE_STRING"
2250 _ACEOF
2251
2252 cat >>confdefs.h <<_ACEOF
2253 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2254 _ACEOF
2255
2256 cat >>confdefs.h <<_ACEOF
2257 #define PACKAGE_URL "$PACKAGE_URL"
2258 _ACEOF
2259
2260
2261 # Let the site file select an alternate cache file if it wants to.
2262 # Prefer an explicitly selected file to automatically selected ones.
2263 ac_site_file1=NONE
2264 ac_site_file2=NONE
2265 if test -n "$CONFIG_SITE"; then
2266   ac_site_file1=$CONFIG_SITE
2267 elif test "x$prefix" != xNONE; then
2268   ac_site_file1=$prefix/share/config.site
2269   ac_site_file2=$prefix/etc/config.site
2270 else
2271   ac_site_file1=$ac_default_prefix/share/config.site
2272   ac_site_file2=$ac_default_prefix/etc/config.site
2273 fi
2274 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2275 do
2276   test "x$ac_site_file" = xNONE && continue
2277   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2278     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2279 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2280     sed 's/^/| /' "$ac_site_file" >&5
2281     . "$ac_site_file"
2282   fi
2283 done
2284
2285 if test -r "$cache_file"; then
2286   # Some versions of bash will fail to source /dev/null (special files
2287   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2288   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2289     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2290 $as_echo "$as_me: loading cache $cache_file" >&6;}
2291     case $cache_file in
2292       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2293       *)                      . "./$cache_file";;
2294     esac
2295   fi
2296 else
2297   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2298 $as_echo "$as_me: creating cache $cache_file" >&6;}
2299   >$cache_file
2300 fi
2301
2302 # Check that the precious variables saved in the cache have kept the same
2303 # value.
2304 ac_cache_corrupted=false
2305 for ac_var in $ac_precious_vars; do
2306   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2307   eval ac_new_set=\$ac_env_${ac_var}_set
2308   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2309   eval ac_new_val=\$ac_env_${ac_var}_value
2310   case $ac_old_set,$ac_new_set in
2311     set,)
2312       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2313 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2314       ac_cache_corrupted=: ;;
2315     ,set)
2316       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2317 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2318       ac_cache_corrupted=: ;;
2319     ,);;
2320     *)
2321       if test "x$ac_old_val" != "x$ac_new_val"; then
2322         # differences in whitespace do not lead to failure.
2323         ac_old_val_w=`echo x $ac_old_val`
2324         ac_new_val_w=`echo x $ac_new_val`
2325         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2326           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2327 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2328           ac_cache_corrupted=:
2329         else
2330           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2331 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2332           eval $ac_var=\$ac_old_val
2333         fi
2334         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2335 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2336         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2337 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2338       fi;;
2339   esac
2340   # Pass precious variables to config.status.
2341   if test "$ac_new_set" = set; then
2342     case $ac_new_val in
2343     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2344     *) ac_arg=$ac_var=$ac_new_val ;;
2345     esac
2346     case " $ac_configure_args " in
2347       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2348       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2349     esac
2350   fi
2351 done
2352 if $ac_cache_corrupted; then
2353   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2354 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2355   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2356 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2357   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2358 fi
2359 ## -------------------- ##
2360 ## Main body of script. ##
2361 ## -------------------- ##
2362
2363 ac_ext=c
2364 ac_cpp='$CPP $CPPFLAGS'
2365 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2366 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2367 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2368
2369
2370
2371 PACKAGE_RELEASE=1
2372
2373 LSB_VER=3.2
2374
2375 VENDOR_NAME="Seiko Epson Corporation"
2376
2377
2378 ac_config_headers="$ac_config_headers config.h"
2379
2380
2381
2382 LIBARCH=lib32
2383 BUILD_MACHINE_ARCH=`uname -m`
2384 if test "x$BUILD_MACHINE_ARCH" = "xx86_64"; then
2385         LIBARCH=lib64
2386 fi
2387
2388 am__api_version='1.11'
2389
2390 ac_aux_dir=
2391 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2392   for ac_t in install-sh install.sh shtool; do
2393     if test -f "$ac_dir/$ac_t"; then
2394       ac_aux_dir=$ac_dir
2395       ac_install_sh="$ac_aux_dir/$ac_t -c"
2396       break 2
2397     fi
2398   done
2399 done
2400 if test -z "$ac_aux_dir"; then
2401   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2402 fi
2403
2404 # These three variables are undocumented and unsupported,
2405 # and are intended to be withdrawn in a future Autoconf release.
2406 # They can cause serious problems if a builder's source tree is in a directory
2407 # whose full name contains unusual characters.
2408 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2409 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2410 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2411
2412
2413 # Find a good install program.  We prefer a C program (faster),
2414 # so one script is as good as another.  But avoid the broken or
2415 # incompatible versions:
2416 # SysV /etc/install, /usr/sbin/install
2417 # SunOS /usr/etc/install
2418 # IRIX /sbin/install
2419 # AIX /bin/install
2420 # AmigaOS /C/install, which installs bootblocks on floppy discs
2421 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2422 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2423 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2424 # OS/2's system install, which has a completely different semantic
2425 # ./install, which can be erroneously created by make from ./install.sh.
2426 # Reject install programs that cannot install multiple files.
2427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2428 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2429 if test -z "$INSTALL"; then
2430 if test "${ac_cv_path_install+set}" = set; then :
2431   $as_echo_n "(cached) " >&6
2432 else
2433   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2434 for as_dir in $PATH
2435 do
2436   IFS=$as_save_IFS
2437   test -z "$as_dir" && as_dir=.
2438     # Account for people who put trailing slashes in PATH elements.
2439 case $as_dir/ in #((
2440   ./ | .// | /[cC]/* | \
2441   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2442   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2443   /usr/ucb/* ) ;;
2444   *)
2445     # OSF1 and SCO ODT 3.0 have their own names for install.
2446     # Don't use installbsd from OSF since it installs stuff as root
2447     # by default.
2448     for ac_prog in ginstall scoinst install; do
2449       for ac_exec_ext in '' $ac_executable_extensions; do
2450         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2451           if test $ac_prog = install &&
2452             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2453             # AIX install.  It has an incompatible calling convention.
2454             :
2455           elif test $ac_prog = install &&
2456             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2457             # program-specific install script used by HP pwplus--don't use.
2458             :
2459           else
2460             rm -rf conftest.one conftest.two conftest.dir
2461             echo one > conftest.one
2462             echo two > conftest.two
2463             mkdir conftest.dir
2464             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2465               test -s conftest.one && test -s conftest.two &&
2466               test -s conftest.dir/conftest.one &&
2467               test -s conftest.dir/conftest.two
2468             then
2469               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2470               break 3
2471             fi
2472           fi
2473         fi
2474       done
2475     done
2476     ;;
2477 esac
2478
2479   done
2480 IFS=$as_save_IFS
2481
2482 rm -rf conftest.one conftest.two conftest.dir
2483
2484 fi
2485   if test "${ac_cv_path_install+set}" = set; then
2486     INSTALL=$ac_cv_path_install
2487   else
2488     # As a last resort, use the slow shell script.  Don't cache a
2489     # value for INSTALL within a source directory, because that will
2490     # break other packages using the cache if that directory is
2491     # removed, or if the value is a relative name.
2492     INSTALL=$ac_install_sh
2493   fi
2494 fi
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2496 $as_echo "$INSTALL" >&6; }
2497
2498 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2499 # It thinks the first close brace ends the variable substitution.
2500 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2501
2502 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2503
2504 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2505
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2507 $as_echo_n "checking whether build environment is sane... " >&6; }
2508 # Just in case
2509 sleep 1
2510 echo timestamp > conftest.file
2511 # Reject unsafe characters in $srcdir or the absolute working directory
2512 # name.  Accept space and tab only in the latter.
2513 am_lf='
2514 '
2515 case `pwd` in
2516   *[\\\"\#\$\&\'\`$am_lf]*)
2517     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2518 esac
2519 case $srcdir in
2520   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2521     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2522 esac
2523
2524 # Do `set' in a subshell so we don't clobber the current shell's
2525 # arguments.  Must try -L first in case configure is actually a
2526 # symlink; some systems play weird games with the mod time of symlinks
2527 # (eg FreeBSD returns the mod time of the symlink's containing
2528 # directory).
2529 if (
2530    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2531    if test "$*" = "X"; then
2532       # -L didn't work.
2533       set X `ls -t "$srcdir/configure" conftest.file`
2534    fi
2535    rm -f conftest.file
2536    if test "$*" != "X $srcdir/configure conftest.file" \
2537       && test "$*" != "X conftest.file $srcdir/configure"; then
2538
2539       # If neither matched, then we have a broken ls.  This can happen
2540       # if, for instance, CONFIG_SHELL is bash and it inherits a
2541       # broken ls alias from the environment.  This has actually
2542       # happened.  Such a system could not be considered "sane".
2543       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
2544 alias in your environment" "$LINENO" 5
2545    fi
2546
2547    test "$2" = conftest.file
2548    )
2549 then
2550    # Ok.
2551    :
2552 else
2553    as_fn_error "newly created file is older than distributed files!
2554 Check your system clock" "$LINENO" 5
2555 fi
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2557 $as_echo "yes" >&6; }
2558 test "$program_prefix" != NONE &&
2559   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2560 # Use a double $ so make ignores it.
2561 test "$program_suffix" != NONE &&
2562   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2563 # Double any \ or $.
2564 # By default was `s,x,x', remove it if useless.
2565 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2566 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2567
2568 # expand $ac_aux_dir to an absolute path
2569 am_aux_dir=`cd $ac_aux_dir && pwd`
2570
2571 if test x"${MISSING+set}" != xset; then
2572   case $am_aux_dir in
2573   *\ * | *\     *)
2574     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2575   *)
2576     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2577   esac
2578 fi
2579 # Use eval to expand $SHELL
2580 if eval "$MISSING --run true"; then
2581   am_missing_run="$MISSING --run "
2582 else
2583   am_missing_run=
2584   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2585 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2586 fi
2587
2588 if test x"${install_sh}" != xset; then
2589   case $am_aux_dir in
2590   *\ * | *\     *)
2591     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2592   *)
2593     install_sh="\${SHELL} $am_aux_dir/install-sh"
2594   esac
2595 fi
2596
2597 # Installed binaries are usually stripped using `strip' when the user
2598 # run `make install-strip'.  However `strip' might not be the right
2599 # tool to use in cross-compilation environments, therefore Automake
2600 # will honor the `STRIP' environment variable to overrule this program.
2601 if test "$cross_compiling" != no; then
2602   if test -n "$ac_tool_prefix"; then
2603   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2604 set dummy ${ac_tool_prefix}strip; ac_word=$2
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2606 $as_echo_n "checking for $ac_word... " >&6; }
2607 if test "${ac_cv_prog_STRIP+set}" = set; then :
2608   $as_echo_n "(cached) " >&6
2609 else
2610   if test -n "$STRIP"; then
2611   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2612 else
2613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2614 for as_dir in $PATH
2615 do
2616   IFS=$as_save_IFS
2617   test -z "$as_dir" && as_dir=.
2618     for ac_exec_ext in '' $ac_executable_extensions; do
2619   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2620     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2621     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2622     break 2
2623   fi
2624 done
2625   done
2626 IFS=$as_save_IFS
2627
2628 fi
2629 fi
2630 STRIP=$ac_cv_prog_STRIP
2631 if test -n "$STRIP"; then
2632   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2633 $as_echo "$STRIP" >&6; }
2634 else
2635   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2636 $as_echo "no" >&6; }
2637 fi
2638
2639
2640 fi
2641 if test -z "$ac_cv_prog_STRIP"; then
2642   ac_ct_STRIP=$STRIP
2643   # Extract the first word of "strip", so it can be a program name with args.
2644 set dummy strip; ac_word=$2
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2646 $as_echo_n "checking for $ac_word... " >&6; }
2647 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2648   $as_echo_n "(cached) " >&6
2649 else
2650   if test -n "$ac_ct_STRIP"; then
2651   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2652 else
2653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2654 for as_dir in $PATH
2655 do
2656   IFS=$as_save_IFS
2657   test -z "$as_dir" && as_dir=.
2658     for ac_exec_ext in '' $ac_executable_extensions; do
2659   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2660     ac_cv_prog_ac_ct_STRIP="strip"
2661     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2662     break 2
2663   fi
2664 done
2665   done
2666 IFS=$as_save_IFS
2667
2668 fi
2669 fi
2670 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2671 if test -n "$ac_ct_STRIP"; then
2672   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2673 $as_echo "$ac_ct_STRIP" >&6; }
2674 else
2675   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2676 $as_echo "no" >&6; }
2677 fi
2678
2679   if test "x$ac_ct_STRIP" = x; then
2680     STRIP=":"
2681   else
2682     case $cross_compiling:$ac_tool_warned in
2683 yes:)
2684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2685 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2686 ac_tool_warned=yes ;;
2687 esac
2688     STRIP=$ac_ct_STRIP
2689   fi
2690 else
2691   STRIP="$ac_cv_prog_STRIP"
2692 fi
2693
2694 fi
2695 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2696
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2698 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2699 if test -z "$MKDIR_P"; then
2700   if test "${ac_cv_path_mkdir+set}" = set; then :
2701   $as_echo_n "(cached) " >&6
2702 else
2703   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2704 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2705 do
2706   IFS=$as_save_IFS
2707   test -z "$as_dir" && as_dir=.
2708     for ac_prog in mkdir gmkdir; do
2709          for ac_exec_ext in '' $ac_executable_extensions; do
2710            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2711            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2712              'mkdir (GNU coreutils) '* | \
2713              'mkdir (coreutils) '* | \
2714              'mkdir (fileutils) '4.1*)
2715                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2716                break 3;;
2717            esac
2718          done
2719        done
2720   done
2721 IFS=$as_save_IFS
2722
2723 fi
2724
2725   test -d ./--version && rmdir ./--version
2726   if test "${ac_cv_path_mkdir+set}" = set; then
2727     MKDIR_P="$ac_cv_path_mkdir -p"
2728   else
2729     # As a last resort, use the slow shell script.  Don't cache a
2730     # value for MKDIR_P within a source directory, because that will
2731     # break other packages using the cache if that directory is
2732     # removed, or if the value is a relative name.
2733     MKDIR_P="$ac_install_sh -d"
2734   fi
2735 fi
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2737 $as_echo "$MKDIR_P" >&6; }
2738
2739 mkdir_p="$MKDIR_P"
2740 case $mkdir_p in
2741   [\\/$]* | ?:[\\/]*) ;;
2742   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2743 esac
2744
2745 for ac_prog in gawk mawk nawk awk
2746 do
2747   # Extract the first word of "$ac_prog", so it can be a program name with args.
2748 set dummy $ac_prog; ac_word=$2
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2750 $as_echo_n "checking for $ac_word... " >&6; }
2751 if test "${ac_cv_prog_AWK+set}" = set; then :
2752   $as_echo_n "(cached) " >&6
2753 else
2754   if test -n "$AWK"; then
2755   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2756 else
2757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2758 for as_dir in $PATH
2759 do
2760   IFS=$as_save_IFS
2761   test -z "$as_dir" && as_dir=.
2762     for ac_exec_ext in '' $ac_executable_extensions; do
2763   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2764     ac_cv_prog_AWK="$ac_prog"
2765     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2766     break 2
2767   fi
2768 done
2769   done
2770 IFS=$as_save_IFS
2771
2772 fi
2773 fi
2774 AWK=$ac_cv_prog_AWK
2775 if test -n "$AWK"; then
2776   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2777 $as_echo "$AWK" >&6; }
2778 else
2779   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2780 $as_echo "no" >&6; }
2781 fi
2782
2783
2784   test -n "$AWK" && break
2785 done
2786
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2788 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2789 set x ${MAKE-make}
2790 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2791 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2792   $as_echo_n "(cached) " >&6
2793 else
2794   cat >conftest.make <<\_ACEOF
2795 SHELL = /bin/sh
2796 all:
2797         @echo '@@@%%%=$(MAKE)=@@@%%%'
2798 _ACEOF
2799 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2800 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2801   *@@@%%%=?*=@@@%%%*)
2802     eval ac_cv_prog_make_${ac_make}_set=yes;;
2803   *)
2804     eval ac_cv_prog_make_${ac_make}_set=no;;
2805 esac
2806 rm -f conftest.make
2807 fi
2808 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2809   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2810 $as_echo "yes" >&6; }
2811   SET_MAKE=
2812 else
2813   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2814 $as_echo "no" >&6; }
2815   SET_MAKE="MAKE=${MAKE-make}"
2816 fi
2817
2818 rm -rf .tst 2>/dev/null
2819 mkdir .tst 2>/dev/null
2820 if test -d .tst; then
2821   am__leading_dot=.
2822 else
2823   am__leading_dot=_
2824 fi
2825 rmdir .tst 2>/dev/null
2826
2827 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2828   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2829   # is not polluted with repeated "-I."
2830   am__isrc=' -I$(srcdir)'
2831   # test to see if srcdir already configured
2832   if test -f $srcdir/config.status; then
2833     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2834   fi
2835 fi
2836
2837 # test whether we have cygpath
2838 if test -z "$CYGPATH_W"; then
2839   if (cygpath --version) >/dev/null 2>/dev/null; then
2840     CYGPATH_W='cygpath -w'
2841   else
2842     CYGPATH_W=echo
2843   fi
2844 fi
2845
2846
2847 # Define the identity of the package.
2848  PACKAGE='epson-laser-printer-escpage'
2849  VERSION='1.0.1'
2850
2851
2852 cat >>confdefs.h <<_ACEOF
2853 #define PACKAGE "$PACKAGE"
2854 _ACEOF
2855
2856
2857 cat >>confdefs.h <<_ACEOF
2858 #define VERSION "$VERSION"
2859 _ACEOF
2860
2861 # Some tools Automake needs.
2862
2863 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2864
2865
2866 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2867
2868
2869 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2870
2871
2872 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2873
2874
2875 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2876
2877 # We need awk for the "check" target.  The system "awk" is bad on
2878 # some platforms.
2879 # Always define AMTAR for backward compatibility.
2880
2881 AMTAR=${AMTAR-"${am_missing_run}tar"}
2882
2883 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2884
2885
2886
2887
2888
2889
2890 ac_ext=c
2891 ac_cpp='$CPP $CPPFLAGS'
2892 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2893 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2894 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2895 if test -n "$ac_tool_prefix"; then
2896   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2897 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2899 $as_echo_n "checking for $ac_word... " >&6; }
2900 if test "${ac_cv_prog_CC+set}" = set; then :
2901   $as_echo_n "(cached) " >&6
2902 else
2903   if test -n "$CC"; then
2904   ac_cv_prog_CC="$CC" # Let the user override the test.
2905 else
2906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2907 for as_dir in $PATH
2908 do
2909   IFS=$as_save_IFS
2910   test -z "$as_dir" && as_dir=.
2911     for ac_exec_ext in '' $ac_executable_extensions; do
2912   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2913     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2914     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2915     break 2
2916   fi
2917 done
2918   done
2919 IFS=$as_save_IFS
2920
2921 fi
2922 fi
2923 CC=$ac_cv_prog_CC
2924 if test -n "$CC"; then
2925   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2926 $as_echo "$CC" >&6; }
2927 else
2928   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2929 $as_echo "no" >&6; }
2930 fi
2931
2932
2933 fi
2934 if test -z "$ac_cv_prog_CC"; then
2935   ac_ct_CC=$CC
2936   # Extract the first word of "gcc", so it can be a program name with args.
2937 set dummy gcc; ac_word=$2
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2939 $as_echo_n "checking for $ac_word... " >&6; }
2940 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2941   $as_echo_n "(cached) " >&6
2942 else
2943   if test -n "$ac_ct_CC"; then
2944   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2945 else
2946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2947 for as_dir in $PATH
2948 do
2949   IFS=$as_save_IFS
2950   test -z "$as_dir" && as_dir=.
2951     for ac_exec_ext in '' $ac_executable_extensions; do
2952   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2953     ac_cv_prog_ac_ct_CC="gcc"
2954     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2955     break 2
2956   fi
2957 done
2958   done
2959 IFS=$as_save_IFS
2960
2961 fi
2962 fi
2963 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2964 if test -n "$ac_ct_CC"; then
2965   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2966 $as_echo "$ac_ct_CC" >&6; }
2967 else
2968   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2969 $as_echo "no" >&6; }
2970 fi
2971
2972   if test "x$ac_ct_CC" = x; then
2973     CC=""
2974   else
2975     case $cross_compiling:$ac_tool_warned in
2976 yes:)
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2978 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2979 ac_tool_warned=yes ;;
2980 esac
2981     CC=$ac_ct_CC
2982   fi
2983 else
2984   CC="$ac_cv_prog_CC"
2985 fi
2986
2987 if test -z "$CC"; then
2988           if test -n "$ac_tool_prefix"; then
2989     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2990 set dummy ${ac_tool_prefix}cc; ac_word=$2
2991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2992 $as_echo_n "checking for $ac_word... " >&6; }
2993 if test "${ac_cv_prog_CC+set}" = set; then :
2994   $as_echo_n "(cached) " >&6
2995 else
2996   if test -n "$CC"; then
2997   ac_cv_prog_CC="$CC" # Let the user override the test.
2998 else
2999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3000 for as_dir in $PATH
3001 do
3002   IFS=$as_save_IFS
3003   test -z "$as_dir" && as_dir=.
3004     for ac_exec_ext in '' $ac_executable_extensions; do
3005   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3006     ac_cv_prog_CC="${ac_tool_prefix}cc"
3007     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3008     break 2
3009   fi
3010 done
3011   done
3012 IFS=$as_save_IFS
3013
3014 fi
3015 fi
3016 CC=$ac_cv_prog_CC
3017 if test -n "$CC"; then
3018   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3019 $as_echo "$CC" >&6; }
3020 else
3021   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3022 $as_echo "no" >&6; }
3023 fi
3024
3025
3026   fi
3027 fi
3028 if test -z "$CC"; then
3029   # Extract the first word of "cc", so it can be a program name with args.
3030 set dummy cc; ac_word=$2
3031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3032 $as_echo_n "checking for $ac_word... " >&6; }
3033 if test "${ac_cv_prog_CC+set}" = set; then :
3034   $as_echo_n "(cached) " >&6
3035 else
3036   if test -n "$CC"; then
3037   ac_cv_prog_CC="$CC" # Let the user override the test.
3038 else
3039   ac_prog_rejected=no
3040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3041 for as_dir in $PATH
3042 do
3043   IFS=$as_save_IFS
3044   test -z "$as_dir" && as_dir=.
3045     for ac_exec_ext in '' $ac_executable_extensions; do
3046   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3047     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3048        ac_prog_rejected=yes
3049        continue
3050      fi
3051     ac_cv_prog_CC="cc"
3052     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3053     break 2
3054   fi
3055 done
3056   done
3057 IFS=$as_save_IFS
3058
3059 if test $ac_prog_rejected = yes; then
3060   # We found a bogon in the path, so make sure we never use it.
3061   set dummy $ac_cv_prog_CC
3062   shift
3063   if test $# != 0; then
3064     # We chose a different compiler from the bogus one.
3065     # However, it has the same basename, so the bogon will be chosen
3066     # first if we set CC to just the basename; use the full file name.
3067     shift
3068     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3069   fi
3070 fi
3071 fi
3072 fi
3073 CC=$ac_cv_prog_CC
3074 if test -n "$CC"; then
3075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3076 $as_echo "$CC" >&6; }
3077 else
3078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3079 $as_echo "no" >&6; }
3080 fi
3081
3082
3083 fi
3084 if test -z "$CC"; then
3085   if test -n "$ac_tool_prefix"; then
3086   for ac_prog in cl.exe
3087   do
3088     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3089 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3091 $as_echo_n "checking for $ac_word... " >&6; }
3092 if test "${ac_cv_prog_CC+set}" = set; then :
3093   $as_echo_n "(cached) " >&6
3094 else
3095   if test -n "$CC"; then
3096   ac_cv_prog_CC="$CC" # Let the user override the test.
3097 else
3098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3099 for as_dir in $PATH
3100 do
3101   IFS=$as_save_IFS
3102   test -z "$as_dir" && as_dir=.
3103     for ac_exec_ext in '' $ac_executable_extensions; do
3104   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3105     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3106     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3107     break 2
3108   fi
3109 done
3110   done
3111 IFS=$as_save_IFS
3112
3113 fi
3114 fi
3115 CC=$ac_cv_prog_CC
3116 if test -n "$CC"; then
3117   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3118 $as_echo "$CC" >&6; }
3119 else
3120   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3121 $as_echo "no" >&6; }
3122 fi
3123
3124
3125     test -n "$CC" && break
3126   done
3127 fi
3128 if test -z "$CC"; then
3129   ac_ct_CC=$CC
3130   for ac_prog in cl.exe
3131 do
3132   # Extract the first word of "$ac_prog", so it can be a program name with args.
3133 set dummy $ac_prog; ac_word=$2
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3135 $as_echo_n "checking for $ac_word... " >&6; }
3136 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3137   $as_echo_n "(cached) " >&6
3138 else
3139   if test -n "$ac_ct_CC"; then
3140   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3141 else
3142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3143 for as_dir in $PATH
3144 do
3145   IFS=$as_save_IFS
3146   test -z "$as_dir" && as_dir=.
3147     for ac_exec_ext in '' $ac_executable_extensions; do
3148   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3149     ac_cv_prog_ac_ct_CC="$ac_prog"
3150     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3151     break 2
3152   fi
3153 done
3154   done
3155 IFS=$as_save_IFS
3156
3157 fi
3158 fi
3159 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3160 if test -n "$ac_ct_CC"; then
3161   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3162 $as_echo "$ac_ct_CC" >&6; }
3163 else
3164   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165 $as_echo "no" >&6; }
3166 fi
3167
3168
3169   test -n "$ac_ct_CC" && break
3170 done
3171
3172   if test "x$ac_ct_CC" = x; then
3173     CC=""
3174   else
3175     case $cross_compiling:$ac_tool_warned in
3176 yes:)
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3178 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3179 ac_tool_warned=yes ;;
3180 esac
3181     CC=$ac_ct_CC
3182   fi
3183 fi
3184
3185 fi
3186
3187
3188 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3189 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3190 as_fn_error "no acceptable C compiler found in \$PATH
3191 See \`config.log' for more details." "$LINENO" 5; }
3192
3193 # Provide some information about the compiler.
3194 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3195 set X $ac_compile
3196 ac_compiler=$2
3197 for ac_option in --version -v -V -qversion; do
3198   { { ac_try="$ac_compiler $ac_option >&5"
3199 case "(($ac_try" in
3200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3201   *) ac_try_echo=$ac_try;;
3202 esac
3203 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3204 $as_echo "$ac_try_echo"; } >&5
3205   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3206   ac_status=$?
3207   if test -s conftest.err; then
3208     sed '10a\
3209 ... rest of stderr output deleted ...
3210          10q' conftest.err >conftest.er1
3211     cat conftest.er1 >&5
3212   fi
3213   rm -f conftest.er1 conftest.err
3214   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3215   test $ac_status = 0; }
3216 done
3217
3218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3219 /* end confdefs.h.  */
3220
3221 int
3222 main ()
3223 {
3224
3225   ;
3226   return 0;
3227 }
3228 _ACEOF
3229 ac_clean_files_save=$ac_clean_files
3230 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3231 # Try to create an executable without -o first, disregard a.out.
3232 # It will help us diagnose broken compilers, and finding out an intuition
3233 # of exeext.
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3235 $as_echo_n "checking whether the C compiler works... " >&6; }
3236 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3237
3238 # The possible output files:
3239 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3240
3241 ac_rmfiles=
3242 for ac_file in $ac_files
3243 do
3244   case $ac_file in
3245     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3246     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3247   esac
3248 done
3249 rm -f $ac_rmfiles
3250
3251 if { { ac_try="$ac_link_default"
3252 case "(($ac_try" in
3253   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3254   *) ac_try_echo=$ac_try;;
3255 esac
3256 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3257 $as_echo "$ac_try_echo"; } >&5
3258   (eval "$ac_link_default") 2>&5
3259   ac_status=$?
3260   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3261   test $ac_status = 0; }; then :
3262   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3263 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3264 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3265 # so that the user can short-circuit this test for compilers unknown to
3266 # Autoconf.
3267 for ac_file in $ac_files ''
3268 do
3269   test -f "$ac_file" || continue
3270   case $ac_file in
3271     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3272         ;;
3273     [ab].out )
3274         # We found the default executable, but exeext='' is most
3275         # certainly right.
3276         break;;
3277     *.* )
3278         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3279         then :; else
3280            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3281         fi
3282         # We set ac_cv_exeext here because the later test for it is not
3283         # safe: cross compilers may not add the suffix if given an `-o'
3284         # argument, so we may need to know it at that point already.
3285         # Even if this section looks crufty: it has the advantage of
3286         # actually working.
3287         break;;
3288     * )
3289         break;;
3290   esac
3291 done
3292 test "$ac_cv_exeext" = no && ac_cv_exeext=
3293
3294 else
3295   ac_file=''
3296 fi
3297 if test -z "$ac_file"; then :
3298   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3299 $as_echo "no" >&6; }
3300 $as_echo "$as_me: failed program was:" >&5
3301 sed 's/^/| /' conftest.$ac_ext >&5
3302
3303 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3304 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3305 { as_fn_set_status 77
3306 as_fn_error "C compiler cannot create executables
3307 See \`config.log' for more details." "$LINENO" 5; }; }
3308 else
3309   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3310 $as_echo "yes" >&6; }
3311 fi
3312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3313 $as_echo_n "checking for C compiler default output file name... " >&6; }
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3315 $as_echo "$ac_file" >&6; }
3316 ac_exeext=$ac_cv_exeext
3317
3318 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3319 ac_clean_files=$ac_clean_files_save
3320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3321 $as_echo_n "checking for suffix of executables... " >&6; }
3322 if { { ac_try="$ac_link"
3323 case "(($ac_try" in
3324   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3325   *) ac_try_echo=$ac_try;;
3326 esac
3327 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3328 $as_echo "$ac_try_echo"; } >&5
3329   (eval "$ac_link") 2>&5
3330   ac_status=$?
3331   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3332   test $ac_status = 0; }; then :
3333   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3334 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3335 # work properly (i.e., refer to `conftest.exe'), while it won't with
3336 # `rm'.
3337 for ac_file in conftest.exe conftest conftest.*; do
3338   test -f "$ac_file" || continue
3339   case $ac_file in
3340     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3341     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3342           break;;
3343     * ) break;;
3344   esac
3345 done
3346 else
3347   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3348 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3349 as_fn_error "cannot compute suffix of executables: cannot compile and link
3350 See \`config.log' for more details." "$LINENO" 5; }
3351 fi
3352 rm -f conftest conftest$ac_cv_exeext
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3354 $as_echo "$ac_cv_exeext" >&6; }
3355
3356 rm -f conftest.$ac_ext
3357 EXEEXT=$ac_cv_exeext
3358 ac_exeext=$EXEEXT
3359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3360 /* end confdefs.h.  */
3361 #include <stdio.h>
3362 int
3363 main ()
3364 {
3365 FILE *f = fopen ("conftest.out", "w");
3366  return ferror (f) || fclose (f) != 0;
3367
3368   ;
3369   return 0;
3370 }
3371 _ACEOF
3372 ac_clean_files="$ac_clean_files conftest.out"
3373 # Check that the compiler produces executables we can run.  If not, either
3374 # the compiler is broken, or we cross compile.
3375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3376 $as_echo_n "checking whether we are cross compiling... " >&6; }
3377 if test "$cross_compiling" != yes; then
3378   { { ac_try="$ac_link"
3379 case "(($ac_try" in
3380   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3381   *) ac_try_echo=$ac_try;;
3382 esac
3383 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3384 $as_echo "$ac_try_echo"; } >&5
3385   (eval "$ac_link") 2>&5
3386   ac_status=$?
3387   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3388   test $ac_status = 0; }
3389   if { ac_try='./conftest$ac_cv_exeext'
3390   { { case "(($ac_try" in
3391   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3392   *) ac_try_echo=$ac_try;;
3393 esac
3394 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3395 $as_echo "$ac_try_echo"; } >&5
3396   (eval "$ac_try") 2>&5
3397   ac_status=$?
3398   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3399   test $ac_status = 0; }; }; then
3400     cross_compiling=no
3401   else
3402     if test "$cross_compiling" = maybe; then
3403         cross_compiling=yes
3404     else
3405         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3406 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3407 as_fn_error "cannot run C compiled programs.
3408 If you meant to cross compile, use \`--host'.
3409 See \`config.log' for more details." "$LINENO" 5; }
3410     fi
3411   fi
3412 fi
3413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3414 $as_echo "$cross_compiling" >&6; }
3415
3416 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3417 ac_clean_files=$ac_clean_files_save
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3419 $as_echo_n "checking for suffix of object files... " >&6; }
3420 if test "${ac_cv_objext+set}" = set; then :
3421   $as_echo_n "(cached) " >&6
3422 else
3423   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3424 /* end confdefs.h.  */
3425
3426 int
3427 main ()
3428 {
3429
3430   ;
3431   return 0;
3432 }
3433 _ACEOF
3434 rm -f conftest.o conftest.obj
3435 if { { ac_try="$ac_compile"
3436 case "(($ac_try" in
3437   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3438   *) ac_try_echo=$ac_try;;
3439 esac
3440 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3441 $as_echo "$ac_try_echo"; } >&5
3442   (eval "$ac_compile") 2>&5
3443   ac_status=$?
3444   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3445   test $ac_status = 0; }; then :
3446   for ac_file in conftest.o conftest.obj conftest.*; do
3447   test -f "$ac_file" || continue;
3448   case $ac_file in
3449     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3450     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3451        break;;
3452   esac
3453 done
3454 else
3455   $as_echo "$as_me: failed program was:" >&5
3456 sed 's/^/| /' conftest.$ac_ext >&5
3457
3458 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3459 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3460 as_fn_error "cannot compute suffix of object files: cannot compile
3461 See \`config.log' for more details." "$LINENO" 5; }
3462 fi
3463 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3464 fi
3465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3466 $as_echo "$ac_cv_objext" >&6; }
3467 OBJEXT=$ac_cv_objext
3468 ac_objext=$OBJEXT
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3470 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3471 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3472   $as_echo_n "(cached) " >&6
3473 else
3474   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3475 /* end confdefs.h.  */
3476
3477 int
3478 main ()
3479 {
3480 #ifndef __GNUC__
3481        choke me
3482 #endif
3483
3484   ;
3485   return 0;
3486 }
3487 _ACEOF
3488 if ac_fn_c_try_compile "$LINENO"; then :
3489   ac_compiler_gnu=yes
3490 else
3491   ac_compiler_gnu=no
3492 fi
3493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3494 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3495
3496 fi
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3498 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3499 if test $ac_compiler_gnu = yes; then
3500   GCC=yes
3501 else
3502   GCC=
3503 fi
3504 ac_test_CFLAGS=${CFLAGS+set}
3505 ac_save_CFLAGS=$CFLAGS
3506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3507 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3508 if test "${ac_cv_prog_cc_g+set}" = set; then :
3509   $as_echo_n "(cached) " >&6
3510 else
3511   ac_save_c_werror_flag=$ac_c_werror_flag
3512    ac_c_werror_flag=yes
3513    ac_cv_prog_cc_g=no
3514    CFLAGS="-g"
3515    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3516 /* end confdefs.h.  */
3517
3518 int
3519 main ()
3520 {
3521
3522   ;
3523   return 0;
3524 }
3525 _ACEOF
3526 if ac_fn_c_try_compile "$LINENO"; then :
3527   ac_cv_prog_cc_g=yes
3528 else
3529   CFLAGS=""
3530       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3531 /* end confdefs.h.  */
3532
3533 int
3534 main ()
3535 {
3536
3537   ;
3538   return 0;
3539 }
3540 _ACEOF
3541 if ac_fn_c_try_compile "$LINENO"; then :
3542
3543 else
3544   ac_c_werror_flag=$ac_save_c_werror_flag
3545          CFLAGS="-g"
3546          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3547 /* end confdefs.h.  */
3548
3549 int
3550 main ()
3551 {
3552
3553   ;
3554   return 0;
3555 }
3556 _ACEOF
3557 if ac_fn_c_try_compile "$LINENO"; then :
3558   ac_cv_prog_cc_g=yes
3559 fi
3560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3561 fi
3562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3563 fi
3564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3565    ac_c_werror_flag=$ac_save_c_werror_flag
3566 fi
3567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3568 $as_echo "$ac_cv_prog_cc_g" >&6; }
3569 if test "$ac_test_CFLAGS" = set; then
3570   CFLAGS=$ac_save_CFLAGS
3571 elif test $ac_cv_prog_cc_g = yes; then
3572   if test "$GCC" = yes; then
3573     CFLAGS="-g -O2"
3574   else
3575     CFLAGS="-g"
3576   fi
3577 else
3578   if test "$GCC" = yes; then
3579     CFLAGS="-O2"
3580   else
3581     CFLAGS=
3582   fi
3583 fi
3584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3585 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3586 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3587   $as_echo_n "(cached) " >&6
3588 else
3589   ac_cv_prog_cc_c89=no
3590 ac_save_CC=$CC
3591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3592 /* end confdefs.h.  */
3593 #include <stdarg.h>
3594 #include <stdio.h>
3595 #include <sys/types.h>
3596 #include <sys/stat.h>
3597 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3598 struct buf { int x; };
3599 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3600 static char *e (p, i)
3601      char **p;
3602      int i;
3603 {
3604   return p[i];
3605 }
3606 static char *f (char * (*g) (char **, int), char **p, ...)
3607 {
3608   char *s;
3609   va_list v;
3610   va_start (v,p);
3611   s = g (p, va_arg (v,int));
3612   va_end (v);
3613   return s;
3614 }
3615
3616 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3617    function prototypes and stuff, but not '\xHH' hex character constants.
3618    These don't provoke an error unfortunately, instead are silently treated
3619    as 'x'.  The following induces an error, until -std is added to get
3620    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3621    array size at least.  It's necessary to write '\x00'==0 to get something
3622    that's true only with -std.  */
3623 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3624
3625 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3626    inside strings and character constants.  */
3627 #define FOO(x) 'x'
3628 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3629
3630 int test (int i, double x);
3631 struct s1 {int (*f) (int a);};
3632 struct s2 {int (*f) (double a);};
3633 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3634 int argc;
3635 char **argv;
3636 int
3637 main ()
3638 {
3639 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3640   ;
3641   return 0;
3642 }
3643 _ACEOF
3644 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3645         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3646 do
3647   CC="$ac_save_CC $ac_arg"
3648   if ac_fn_c_try_compile "$LINENO"; then :
3649   ac_cv_prog_cc_c89=$ac_arg
3650 fi
3651 rm -f core conftest.err conftest.$ac_objext
3652   test "x$ac_cv_prog_cc_c89" != "xno" && break
3653 done
3654 rm -f conftest.$ac_ext
3655 CC=$ac_save_CC
3656
3657 fi
3658 # AC_CACHE_VAL
3659 case "x$ac_cv_prog_cc_c89" in
3660   x)
3661     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3662 $as_echo "none needed" >&6; } ;;
3663   xno)
3664     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3665 $as_echo "unsupported" >&6; } ;;
3666   *)
3667     CC="$CC $ac_cv_prog_cc_c89"
3668     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3669 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3670 esac
3671 if test "x$ac_cv_prog_cc_c89" != xno; then :
3672
3673 fi
3674
3675 ac_ext=c
3676 ac_cpp='$CPP $CPPFLAGS'
3677 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3678 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3679 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3680 DEPDIR="${am__leading_dot}deps"
3681
3682 ac_config_commands="$ac_config_commands depfiles"
3683
3684
3685 am_make=${MAKE-make}
3686 cat > confinc << 'END'
3687 am__doit:
3688         @echo this is the am__doit target
3689 .PHONY: am__doit
3690 END
3691 # If we don't find an include directive, just comment out the code.
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3693 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3694 am__include="#"
3695 am__quote=
3696 _am_result=none
3697 # First try GNU make style include.
3698 echo "include confinc" > confmf
3699 # Ignore all kinds of additional output from `make'.
3700 case `$am_make -s -f confmf 2> /dev/null` in #(
3701 *the\ am__doit\ target*)
3702   am__include=include
3703   am__quote=
3704   _am_result=GNU
3705   ;;
3706 esac
3707 # Now try BSD make style include.
3708 if test "$am__include" = "#"; then
3709    echo '.include "confinc"' > confmf
3710    case `$am_make -s -f confmf 2> /dev/null` in #(
3711    *the\ am__doit\ target*)
3712      am__include=.include
3713      am__quote="\""
3714      _am_result=BSD
3715      ;;
3716    esac
3717 fi
3718
3719
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3721 $as_echo "$_am_result" >&6; }
3722 rm -f confinc confmf
3723
3724 # Check whether --enable-dependency-tracking was given.
3725 if test "${enable_dependency_tracking+set}" = set; then :
3726   enableval=$enable_dependency_tracking;
3727 fi
3728
3729 if test "x$enable_dependency_tracking" != xno; then
3730   am_depcomp="$ac_aux_dir/depcomp"
3731   AMDEPBACKSLASH='\'
3732 fi
3733  if test "x$enable_dependency_tracking" != xno; then
3734   AMDEP_TRUE=
3735   AMDEP_FALSE='#'
3736 else
3737   AMDEP_TRUE='#'
3738   AMDEP_FALSE=
3739 fi
3740
3741
3742
3743 depcc="$CC"   am_compiler_list=
3744
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3746 $as_echo_n "checking dependency style of $depcc... " >&6; }
3747 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3748   $as_echo_n "(cached) " >&6
3749 else
3750   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3751   # We make a subdir and do the tests there.  Otherwise we can end up
3752   # making bogus files that we don't know about and never remove.  For
3753   # instance it was reported that on HP-UX the gcc test will end up
3754   # making a dummy file named `D' -- because `-MD' means `put the output
3755   # in D'.
3756   mkdir conftest.dir
3757   # Copy depcomp to subdir because otherwise we won't find it if we're
3758   # using a relative directory.
3759   cp "$am_depcomp" conftest.dir
3760   cd conftest.dir
3761   # We will build objects and dependencies in a subdirectory because
3762   # it helps to detect inapplicable dependency modes.  For instance
3763   # both Tru64's cc and ICC support -MD to output dependencies as a
3764   # side effect of compilation, but ICC will put the dependencies in
3765   # the current directory while Tru64 will put them in the object
3766   # directory.
3767   mkdir sub
3768
3769   am_cv_CC_dependencies_compiler_type=none
3770   if test "$am_compiler_list" = ""; then
3771      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3772   fi
3773   am__universal=false
3774   case " $depcc " in #(
3775      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3776      esac
3777
3778   for depmode in $am_compiler_list; do
3779     # Setup a source with many dependencies, because some compilers
3780     # like to wrap large dependency lists on column 80 (with \), and
3781     # we should not choose a depcomp mode which is confused by this.
3782     #
3783     # We need to recreate these files for each test, as the compiler may
3784     # overwrite some of them when testing with obscure command lines.
3785     # This happens at least with the AIX C compiler.
3786     : > sub/conftest.c
3787     for i in 1 2 3 4 5 6; do
3788       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3789       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3790       # Solaris 8's {/usr,}/bin/sh.
3791       touch sub/conftst$i.h
3792     done
3793     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3794
3795     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3796     # mode.  It turns out that the SunPro C++ compiler does not properly
3797     # handle `-M -o', and we need to detect this.  Also, some Intel
3798     # versions had trouble with output in subdirs
3799     am__obj=sub/conftest.${OBJEXT-o}
3800     am__minus_obj="-o $am__obj"
3801     case $depmode in
3802     gcc)
3803       # This depmode causes a compiler race in universal mode.
3804       test "$am__universal" = false || continue
3805       ;;
3806     nosideeffect)
3807       # after this tag, mechanisms are not by side-effect, so they'll
3808       # only be used when explicitly requested
3809       if test "x$enable_dependency_tracking" = xyes; then
3810         continue
3811       else
3812         break
3813       fi
3814       ;;
3815     msvisualcpp | msvcmsys)
3816       # This compiler won't grok `-c -o', but also, the minuso test has
3817       # not run yet.  These depmodes are late enough in the game, and
3818       # so weak that their functioning should not be impacted.
3819       am__obj=conftest.${OBJEXT-o}
3820       am__minus_obj=
3821       ;;
3822     none) break ;;
3823     esac
3824     if depmode=$depmode \
3825        source=sub/conftest.c object=$am__obj \
3826        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3827        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3828          >/dev/null 2>conftest.err &&
3829        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3830        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3831        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3832        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3833       # icc doesn't choke on unknown options, it will just issue warnings
3834       # or remarks (even with -Werror).  So we grep stderr for any message
3835       # that says an option was ignored or not supported.
3836       # When given -MP, icc 7.0 and 7.1 complain thusly:
3837       #   icc: Command line warning: ignoring option '-M'; no argument required
3838       # The diagnosis changed in icc 8.0:
3839       #   icc: Command line remark: option '-MP' not supported
3840       if (grep 'ignoring option' conftest.err ||
3841           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3842         am_cv_CC_dependencies_compiler_type=$depmode
3843         break
3844       fi
3845     fi
3846   done
3847
3848   cd ..
3849   rm -rf conftest.dir
3850 else
3851   am_cv_CC_dependencies_compiler_type=none
3852 fi
3853
3854 fi
3855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3856 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3857 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3858
3859  if
3860   test "x$enable_dependency_tracking" != xno \
3861   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3862   am__fastdepCC_TRUE=
3863   am__fastdepCC_FALSE='#'
3864 else
3865   am__fastdepCC_TRUE='#'
3866   am__fastdepCC_FALSE=
3867 fi
3868
3869
3870
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
3872 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
3873 if test "${ac_cv_c_const+set}" = set; then :
3874   $as_echo_n "(cached) " >&6
3875 else
3876   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3877 /* end confdefs.h.  */
3878
3879 int
3880 main ()
3881 {
3882 /* FIXME: Include the comments suggested by Paul. */
3883 #ifndef __cplusplus
3884   /* Ultrix mips cc rejects this.  */
3885   typedef int charset[2];
3886   const charset cs;
3887   /* SunOS 4.1.1 cc rejects this.  */
3888   char const *const *pcpcc;
3889   char **ppc;
3890   /* NEC SVR4.0.2 mips cc rejects this.  */
3891   struct point {int x, y;};
3892   static struct point const zero = {0,0};
3893   /* AIX XL C 1.02.0.0 rejects this.
3894      It does not let you subtract one const X* pointer from another in
3895      an arm of an if-expression whose if-part is not a constant
3896      expression */
3897   const char *g = "string";
3898   pcpcc = &g + (g ? g-g : 0);
3899   /* HPUX 7.0 cc rejects these. */
3900   ++pcpcc;
3901   ppc = (char**) pcpcc;
3902   pcpcc = (char const *const *) ppc;
3903   { /* SCO 3.2v4 cc rejects this.  */
3904     char *t;
3905     char const *s = 0 ? (char *) 0 : (char const *) 0;
3906
3907     *t++ = 0;
3908     if (s) return 0;
3909   }
3910   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
3911     int x[] = {25, 17};
3912     const int *foo = &x[0];
3913     ++foo;
3914   }
3915   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
3916     typedef const int *iptr;
3917     iptr p = 0;
3918     ++p;
3919   }
3920   { /* AIX XL C 1.02.0.0 rejects this saying
3921        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
3922     struct s { int j; const int *ap[3]; };
3923     struct s *b; b->j = 5;
3924   }
3925   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3926     const int foo = 10;
3927     if (!foo) return 0;
3928   }
3929   return !cs[0] && !zero.x;
3930 #endif
3931
3932   ;
3933   return 0;
3934 }
3935 _ACEOF
3936 if ac_fn_c_try_compile "$LINENO"; then :
3937   ac_cv_c_const=yes
3938 else
3939   ac_cv_c_const=no
3940 fi
3941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3942 fi
3943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
3944 $as_echo "$ac_cv_c_const" >&6; }
3945 if test $ac_cv_c_const = no; then
3946
3947 $as_echo "#define const /**/" >>confdefs.h
3948
3949 fi
3950
3951 ac_ext=c
3952 ac_cpp='$CPP $CPPFLAGS'
3953 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3954 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3955 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3957 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3958 # On Suns, sometimes $CPP names a directory.
3959 if test -n "$CPP" && test -d "$CPP"; then
3960   CPP=
3961 fi
3962 if test -z "$CPP"; then
3963   if test "${ac_cv_prog_CPP+set}" = set; then :
3964   $as_echo_n "(cached) " >&6
3965 else
3966       # Double quotes because CPP needs to be expanded
3967     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3968     do
3969       ac_preproc_ok=false
3970 for ac_c_preproc_warn_flag in '' yes
3971 do
3972   # Use a header file that comes with gcc, so configuring glibc
3973   # with a fresh cross-compiler works.
3974   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3975   # <limits.h> exists even on freestanding compilers.
3976   # On the NeXT, cc -E runs the code through the compiler's parser,
3977   # not just through cpp. "Syntax error" is here to catch this case.
3978   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3979 /* end confdefs.h.  */
3980 #ifdef __STDC__
3981 # include <limits.h>
3982 #else
3983 # include <assert.h>
3984 #endif
3985                      Syntax error
3986 _ACEOF
3987 if ac_fn_c_try_cpp "$LINENO"; then :
3988
3989 else
3990   # Broken: fails on valid input.
3991 continue
3992 fi
3993 rm -f conftest.err conftest.$ac_ext
3994
3995   # OK, works on sane cases.  Now check whether nonexistent headers
3996   # can be detected and how.
3997   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3998 /* end confdefs.h.  */
3999 #include <ac_nonexistent.h>
4000 _ACEOF
4001 if ac_fn_c_try_cpp "$LINENO"; then :
4002   # Broken: success on invalid input.
4003 continue
4004 else
4005   # Passes both tests.
4006 ac_preproc_ok=:
4007 break
4008 fi
4009 rm -f conftest.err conftest.$ac_ext
4010
4011 done
4012 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4013 rm -f conftest.err conftest.$ac_ext
4014 if $ac_preproc_ok; then :
4015   break
4016 fi
4017
4018     done
4019     ac_cv_prog_CPP=$CPP
4020
4021 fi
4022   CPP=$ac_cv_prog_CPP
4023 else
4024   ac_cv_prog_CPP=$CPP
4025 fi
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4027 $as_echo "$CPP" >&6; }
4028 ac_preproc_ok=false
4029 for ac_c_preproc_warn_flag in '' yes
4030 do
4031   # Use a header file that comes with gcc, so configuring glibc
4032   # with a fresh cross-compiler works.
4033   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4034   # <limits.h> exists even on freestanding compilers.
4035   # On the NeXT, cc -E runs the code through the compiler's parser,
4036   # not just through cpp. "Syntax error" is here to catch this case.
4037   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4038 /* end confdefs.h.  */
4039 #ifdef __STDC__
4040 # include <limits.h>
4041 #else
4042 # include <assert.h>
4043 #endif
4044                      Syntax error
4045 _ACEOF
4046 if ac_fn_c_try_cpp "$LINENO"; then :
4047
4048 else
4049   # Broken: fails on valid input.
4050 continue
4051 fi
4052 rm -f conftest.err conftest.$ac_ext
4053
4054   # OK, works on sane cases.  Now check whether nonexistent headers
4055   # can be detected and how.
4056   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4057 /* end confdefs.h.  */
4058 #include <ac_nonexistent.h>
4059 _ACEOF
4060 if ac_fn_c_try_cpp "$LINENO"; then :
4061   # Broken: success on invalid input.
4062 continue
4063 else
4064   # Passes both tests.
4065 ac_preproc_ok=:
4066 break
4067 fi
4068 rm -f conftest.err conftest.$ac_ext
4069
4070 done
4071 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4072 rm -f conftest.err conftest.$ac_ext
4073 if $ac_preproc_ok; then :
4074
4075 else
4076   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4077 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4078 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4079 See \`config.log' for more details." "$LINENO" 5; }
4080 fi
4081
4082 ac_ext=c
4083 ac_cpp='$CPP $CPPFLAGS'
4084 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4085 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4086 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4087
4088
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4090 $as_echo_n "checking whether ln -s works... " >&6; }
4091 LN_S=$as_ln_s
4092 if test "$LN_S" = "ln -s"; then
4093   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4094 $as_echo "yes" >&6; }
4095 else
4096   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4097 $as_echo "no, using $LN_S" >&6; }
4098 fi
4099
4100 case `pwd` in
4101   *\ * | *\     *)
4102     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4103 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4104 esac
4105
4106
4107
4108 macro_version='2.2.6b'
4109 macro_revision='1.3017'
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123 ltmain="$ac_aux_dir/ltmain.sh"
4124
4125 # Make sure we can run config.sub.
4126 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4127   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4128
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4130 $as_echo_n "checking build system type... " >&6; }
4131 if test "${ac_cv_build+set}" = set; then :
4132   $as_echo_n "(cached) " >&6
4133 else
4134   ac_build_alias=$build_alias
4135 test "x$ac_build_alias" = x &&
4136   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4137 test "x$ac_build_alias" = x &&
4138   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4139 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4140   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4141
4142 fi
4143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4144 $as_echo "$ac_cv_build" >&6; }
4145 case $ac_cv_build in
4146 *-*-*) ;;
4147 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4148 esac
4149 build=$ac_cv_build
4150 ac_save_IFS=$IFS; IFS='-'
4151 set x $ac_cv_build
4152 shift
4153 build_cpu=$1
4154 build_vendor=$2
4155 shift; shift
4156 # Remember, the first character of IFS is used to create $*,
4157 # except with old shells:
4158 build_os=$*
4159 IFS=$ac_save_IFS
4160 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4161
4162
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4164 $as_echo_n "checking host system type... " >&6; }
4165 if test "${ac_cv_host+set}" = set; then :
4166   $as_echo_n "(cached) " >&6
4167 else
4168   if test "x$host_alias" = x; then
4169   ac_cv_host=$ac_cv_build
4170 else
4171   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4172     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4173 fi
4174
4175 fi
4176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4177 $as_echo "$ac_cv_host" >&6; }
4178 case $ac_cv_host in
4179 *-*-*) ;;
4180 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4181 esac
4182 host=$ac_cv_host
4183 ac_save_IFS=$IFS; IFS='-'
4184 set x $ac_cv_host
4185 shift
4186 host_cpu=$1
4187 host_vendor=$2
4188 shift; shift
4189 # Remember, the first character of IFS is used to create $*,
4190 # except with old shells:
4191 host_os=$*
4192 IFS=$ac_save_IFS
4193 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4194
4195
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4197 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4198 if test "${ac_cv_path_SED+set}" = set; then :
4199   $as_echo_n "(cached) " >&6
4200 else
4201             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4202      for ac_i in 1 2 3 4 5 6 7; do
4203        ac_script="$ac_script$as_nl$ac_script"
4204      done
4205      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4206      { ac_script=; unset ac_script;}
4207      if test -z "$SED"; then
4208   ac_path_SED_found=false
4209   # Loop through the user's path and test for each of PROGNAME-LIST
4210   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4211 for as_dir in $PATH
4212 do
4213   IFS=$as_save_IFS
4214   test -z "$as_dir" && as_dir=.
4215     for ac_prog in sed gsed; do
4216     for ac_exec_ext in '' $ac_executable_extensions; do
4217       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4218       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4219 # Check for GNU ac_path_SED and select it if it is found.
4220   # Check for GNU $ac_path_SED
4221 case `"$ac_path_SED" --version 2>&1` in
4222 *GNU*)
4223   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4224 *)
4225   ac_count=0
4226   $as_echo_n 0123456789 >"conftest.in"
4227   while :
4228   do
4229     cat "conftest.in" "conftest.in" >"conftest.tmp"
4230     mv "conftest.tmp" "conftest.in"
4231     cp "conftest.in" "conftest.nl"
4232     $as_echo '' >> "conftest.nl"
4233     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4234     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4235     as_fn_arith $ac_count + 1 && ac_count=$as_val
4236     if test $ac_count -gt ${ac_path_SED_max-0}; then
4237       # Best one so far, save it but keep looking for a better one
4238       ac_cv_path_SED="$ac_path_SED"
4239       ac_path_SED_max=$ac_count
4240     fi
4241     # 10*(2^10) chars as input seems more than enough
4242     test $ac_count -gt 10 && break
4243   done
4244   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4245 esac
4246
4247       $ac_path_SED_found && break 3
4248     done
4249   done
4250   done
4251 IFS=$as_save_IFS
4252   if test -z "$ac_cv_path_SED"; then
4253     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4254   fi
4255 else
4256   ac_cv_path_SED=$SED
4257 fi
4258
4259 fi
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4261 $as_echo "$ac_cv_path_SED" >&6; }
4262  SED="$ac_cv_path_SED"
4263   rm -f conftest.sed
4264
4265 test -z "$SED" && SED=sed
4266 Xsed="$SED -e 1s/^X//"
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4279 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4280 if test "${ac_cv_path_GREP+set}" = set; then :
4281   $as_echo_n "(cached) " >&6
4282 else
4283   if test -z "$GREP"; then
4284   ac_path_GREP_found=false
4285   # Loop through the user's path and test for each of PROGNAME-LIST
4286   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4287 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4288 do
4289   IFS=$as_save_IFS
4290   test -z "$as_dir" && as_dir=.
4291     for ac_prog in grep ggrep; do
4292     for ac_exec_ext in '' $ac_executable_extensions; do
4293       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4294       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4295 # Check for GNU ac_path_GREP and select it if it is found.
4296   # Check for GNU $ac_path_GREP
4297 case `"$ac_path_GREP" --version 2>&1` in
4298 *GNU*)
4299   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4300 *)
4301   ac_count=0
4302   $as_echo_n 0123456789 >"conftest.in"
4303   while :
4304   do
4305     cat "conftest.in" "conftest.in" >"conftest.tmp"
4306     mv "conftest.tmp" "conftest.in"
4307     cp "conftest.in" "conftest.nl"
4308     $as_echo 'GREP' >> "conftest.nl"
4309     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4310     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4311     as_fn_arith $ac_count + 1 && ac_count=$as_val
4312     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4313       # Best one so far, save it but keep looking for a better one
4314       ac_cv_path_GREP="$ac_path_GREP"
4315       ac_path_GREP_max=$ac_count
4316     fi
4317     # 10*(2^10) chars as input seems more than enough
4318     test $ac_count -gt 10 && break
4319   done
4320   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4321 esac
4322
4323       $ac_path_GREP_found && break 3
4324     done
4325   done
4326   done
4327 IFS=$as_save_IFS
4328   if test -z "$ac_cv_path_GREP"; then
4329     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4330   fi
4331 else
4332   ac_cv_path_GREP=$GREP
4333 fi
4334
4335 fi
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4337 $as_echo "$ac_cv_path_GREP" >&6; }
4338  GREP="$ac_cv_path_GREP"
4339
4340
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4342 $as_echo_n "checking for egrep... " >&6; }
4343 if test "${ac_cv_path_EGREP+set}" = set; then :
4344   $as_echo_n "(cached) " >&6
4345 else
4346   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4347    then ac_cv_path_EGREP="$GREP -E"
4348    else
4349      if test -z "$EGREP"; then
4350   ac_path_EGREP_found=false
4351   # Loop through the user's path and test for each of PROGNAME-LIST
4352   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4353 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4354 do
4355   IFS=$as_save_IFS
4356   test -z "$as_dir" && as_dir=.
4357     for ac_prog in egrep; do
4358     for ac_exec_ext in '' $ac_executable_extensions; do
4359       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4360       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4361 # Check for GNU ac_path_EGREP and select it if it is found.
4362   # Check for GNU $ac_path_EGREP
4363 case `"$ac_path_EGREP" --version 2>&1` in
4364 *GNU*)
4365   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4366 *)
4367   ac_count=0
4368   $as_echo_n 0123456789 >"conftest.in"
4369   while :
4370   do
4371     cat "conftest.in" "conftest.in" >"conftest.tmp"
4372     mv "conftest.tmp" "conftest.in"
4373     cp "conftest.in" "conftest.nl"
4374     $as_echo 'EGREP' >> "conftest.nl"
4375     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4376     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4377     as_fn_arith $ac_count + 1 && ac_count=$as_val
4378     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4379       # Best one so far, save it but keep looking for a better one
4380       ac_cv_path_EGREP="$ac_path_EGREP"
4381       ac_path_EGREP_max=$ac_count
4382     fi
4383     # 10*(2^10) chars as input seems more than enough
4384     test $ac_count -gt 10 && break
4385   done
4386   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4387 esac
4388
4389       $ac_path_EGREP_found && break 3
4390     done
4391   done
4392   done
4393 IFS=$as_save_IFS
4394   if test -z "$ac_cv_path_EGREP"; then
4395     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4396   fi
4397 else
4398   ac_cv_path_EGREP=$EGREP
4399 fi
4400
4401    fi
4402 fi
4403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4404 $as_echo "$ac_cv_path_EGREP" >&6; }
4405  EGREP="$ac_cv_path_EGREP"
4406
4407
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4409 $as_echo_n "checking for fgrep... " >&6; }
4410 if test "${ac_cv_path_FGREP+set}" = set; then :
4411   $as_echo_n "(cached) " >&6
4412 else
4413   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4414    then ac_cv_path_FGREP="$GREP -F"
4415    else
4416      if test -z "$FGREP"; then
4417   ac_path_FGREP_found=false
4418   # Loop through the user's path and test for each of PROGNAME-LIST
4419   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4420 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4421 do
4422   IFS=$as_save_IFS
4423   test -z "$as_dir" && as_dir=.
4424     for ac_prog in fgrep; do
4425     for ac_exec_ext in '' $ac_executable_extensions; do
4426       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4427       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4428 # Check for GNU ac_path_FGREP and select it if it is found.
4429   # Check for GNU $ac_path_FGREP
4430 case `"$ac_path_FGREP" --version 2>&1` in
4431 *GNU*)
4432   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4433 *)
4434   ac_count=0
4435   $as_echo_n 0123456789 >"conftest.in"
4436   while :
4437   do
4438     cat "conftest.in" "conftest.in" >"conftest.tmp"
4439     mv "conftest.tmp" "conftest.in"
4440     cp "conftest.in" "conftest.nl"
4441     $as_echo 'FGREP' >> "conftest.nl"
4442     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4443     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4444     as_fn_arith $ac_count + 1 && ac_count=$as_val
4445     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4446       # Best one so far, save it but keep looking for a better one
4447       ac_cv_path_FGREP="$ac_path_FGREP"
4448       ac_path_FGREP_max=$ac_count
4449     fi
4450     # 10*(2^10) chars as input seems more than enough
4451     test $ac_count -gt 10 && break
4452   done
4453   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4454 esac
4455
4456       $ac_path_FGREP_found && break 3
4457     done
4458   done
4459   done
4460 IFS=$as_save_IFS
4461   if test -z "$ac_cv_path_FGREP"; then
4462     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4463   fi
4464 else
4465   ac_cv_path_FGREP=$FGREP
4466 fi
4467
4468    fi
4469 fi
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4471 $as_echo "$ac_cv_path_FGREP" >&6; }
4472  FGREP="$ac_cv_path_FGREP"
4473
4474
4475 test -z "$GREP" && GREP=grep
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495 # Check whether --with-gnu-ld was given.
4496 if test "${with_gnu_ld+set}" = set; then :
4497   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4498 else
4499   with_gnu_ld=no
4500 fi
4501
4502 ac_prog=ld
4503 if test "$GCC" = yes; then
4504   # Check if gcc -print-prog-name=ld gives a path.
4505   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4506 $as_echo_n "checking for ld used by $CC... " >&6; }
4507   case $host in
4508   *-*-mingw*)
4509     # gcc leaves a trailing carriage return which upsets mingw
4510     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4511   *)
4512     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4513   esac
4514   case $ac_prog in
4515     # Accept absolute paths.
4516     [\\/]* | ?:[\\/]*)
4517       re_direlt='/[^/][^/]*/\.\./'
4518       # Canonicalize the pathname of ld
4519       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4520       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4521         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4522       done
4523       test -z "$LD" && LD="$ac_prog"
4524       ;;
4525   "")
4526     # If it fails, then pretend we aren't using GCC.
4527     ac_prog=ld
4528     ;;
4529   *)
4530     # If it is relative, then search for the first ld in PATH.
4531     with_gnu_ld=unknown
4532     ;;
4533   esac
4534 elif test "$with_gnu_ld" = yes; then
4535   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4536 $as_echo_n "checking for GNU ld... " >&6; }
4537 else
4538   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4539 $as_echo_n "checking for non-GNU ld... " >&6; }
4540 fi
4541 if test "${lt_cv_path_LD+set}" = set; then :
4542   $as_echo_n "(cached) " >&6
4543 else
4544   if test -z "$LD"; then
4545   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4546   for ac_dir in $PATH; do
4547     IFS="$lt_save_ifs"
4548     test -z "$ac_dir" && ac_dir=.
4549     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4550       lt_cv_path_LD="$ac_dir/$ac_prog"
4551       # Check to see if the program is GNU ld.  I'd rather use --version,
4552       # but apparently some variants of GNU ld only accept -v.
4553       # Break only if it was the GNU/non-GNU ld that we prefer.
4554       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4555       *GNU* | *'with BFD'*)
4556         test "$with_gnu_ld" != no && break
4557         ;;
4558       *)
4559         test "$with_gnu_ld" != yes && break
4560         ;;
4561       esac
4562     fi
4563   done
4564   IFS="$lt_save_ifs"
4565 else
4566   lt_cv_path_LD="$LD" # Let the user override the test with a path.
4567 fi
4568 fi
4569
4570 LD="$lt_cv_path_LD"
4571 if test -n "$LD"; then
4572   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4573 $as_echo "$LD" >&6; }
4574 else
4575   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4576 $as_echo "no" >&6; }
4577 fi
4578 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4580 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4581 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4582   $as_echo_n "(cached) " >&6
4583 else
4584   # I'd rather use --version here, but apparently some GNU lds only accept -v.
4585 case `$LD -v 2>&1 </dev/null` in
4586 *GNU* | *'with BFD'*)
4587   lt_cv_prog_gnu_ld=yes
4588   ;;
4589 *)
4590   lt_cv_prog_gnu_ld=no
4591   ;;
4592 esac
4593 fi
4594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4595 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4596 with_gnu_ld=$lt_cv_prog_gnu_ld
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4607 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4608 if test "${lt_cv_path_NM+set}" = set; then :
4609   $as_echo_n "(cached) " >&6
4610 else
4611   if test -n "$NM"; then
4612   # Let the user override the test.
4613   lt_cv_path_NM="$NM"
4614 else
4615   lt_nm_to_check="${ac_tool_prefix}nm"
4616   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4617     lt_nm_to_check="$lt_nm_to_check nm"
4618   fi
4619   for lt_tmp_nm in $lt_nm_to_check; do
4620     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4621     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4622       IFS="$lt_save_ifs"
4623       test -z "$ac_dir" && ac_dir=.
4624       tmp_nm="$ac_dir/$lt_tmp_nm"
4625       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4626         # Check to see if the nm accepts a BSD-compat flag.
4627         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4628         #   nm: unknown option "B" ignored
4629         # Tru64's nm complains that /dev/null is an invalid object file
4630         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4631         */dev/null* | *'Invalid file or object type'*)
4632           lt_cv_path_NM="$tmp_nm -B"
4633           break
4634           ;;
4635         *)
4636           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4637           */dev/null*)
4638             lt_cv_path_NM="$tmp_nm -p"
4639             break
4640             ;;
4641           *)
4642             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4643             continue # so that we can try to find one that supports BSD flags
4644             ;;
4645           esac
4646           ;;
4647         esac
4648       fi
4649     done
4650     IFS="$lt_save_ifs"
4651   done
4652   : ${lt_cv_path_NM=no}
4653 fi
4654 fi
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4656 $as_echo "$lt_cv_path_NM" >&6; }
4657 if test "$lt_cv_path_NM" != "no"; then
4658   NM="$lt_cv_path_NM"
4659 else
4660   # Didn't find any BSD compatible name lister, look for dumpbin.
4661   if test -n "$ac_tool_prefix"; then
4662   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4663   do
4664     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4665 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4667 $as_echo_n "checking for $ac_word... " >&6; }
4668 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4669   $as_echo_n "(cached) " >&6
4670 else
4671   if test -n "$DUMPBIN"; then
4672   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4673 else
4674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4675 for as_dir in $PATH
4676 do
4677   IFS=$as_save_IFS
4678   test -z "$as_dir" && as_dir=.
4679     for ac_exec_ext in '' $ac_executable_extensions; do
4680   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4681     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4682     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4683     break 2
4684   fi
4685 done
4686   done
4687 IFS=$as_save_IFS
4688
4689 fi
4690 fi
4691 DUMPBIN=$ac_cv_prog_DUMPBIN
4692 if test -n "$DUMPBIN"; then
4693   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4694 $as_echo "$DUMPBIN" >&6; }
4695 else
4696   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4697 $as_echo "no" >&6; }
4698 fi
4699
4700
4701     test -n "$DUMPBIN" && break
4702   done
4703 fi
4704 if test -z "$DUMPBIN"; then
4705   ac_ct_DUMPBIN=$DUMPBIN
4706   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4707 do
4708   # Extract the first word of "$ac_prog", so it can be a program name with args.
4709 set dummy $ac_prog; ac_word=$2
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4711 $as_echo_n "checking for $ac_word... " >&6; }
4712 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4713   $as_echo_n "(cached) " >&6
4714 else
4715   if test -n "$ac_ct_DUMPBIN"; then
4716   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4717 else
4718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4719 for as_dir in $PATH
4720 do
4721   IFS=$as_save_IFS
4722   test -z "$as_dir" && as_dir=.
4723     for ac_exec_ext in '' $ac_executable_extensions; do
4724   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4725     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4726     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4727     break 2
4728   fi
4729 done
4730   done
4731 IFS=$as_save_IFS
4732
4733 fi
4734 fi
4735 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4736 if test -n "$ac_ct_DUMPBIN"; then
4737   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4738 $as_echo "$ac_ct_DUMPBIN" >&6; }
4739 else
4740   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4741 $as_echo "no" >&6; }
4742 fi
4743
4744
4745   test -n "$ac_ct_DUMPBIN" && break
4746 done
4747
4748   if test "x$ac_ct_DUMPBIN" = x; then
4749     DUMPBIN=":"
4750   else
4751     case $cross_compiling:$ac_tool_warned in
4752 yes:)
4753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4755 ac_tool_warned=yes ;;
4756 esac
4757     DUMPBIN=$ac_ct_DUMPBIN
4758   fi
4759 fi
4760
4761
4762   if test "$DUMPBIN" != ":"; then
4763     NM="$DUMPBIN"
4764   fi
4765 fi
4766 test -z "$NM" && NM=nm
4767
4768
4769
4770
4771
4772
4773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4774 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4775 if test "${lt_cv_nm_interface+set}" = set; then :
4776   $as_echo_n "(cached) " >&6
4777 else
4778   lt_cv_nm_interface="BSD nm"
4779   echo "int some_variable = 0;" > conftest.$ac_ext
4780   (eval echo "\"\$as_me:4780: $ac_compile\"" >&5)
4781   (eval "$ac_compile" 2>conftest.err)
4782   cat conftest.err >&5
4783   (eval echo "\"\$as_me:4783: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4784   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4785   cat conftest.err >&5
4786   (eval echo "\"\$as_me:4786: output\"" >&5)
4787   cat conftest.out >&5
4788   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4789     lt_cv_nm_interface="MS dumpbin"
4790   fi
4791   rm -f conftest*
4792 fi
4793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4794 $as_echo "$lt_cv_nm_interface" >&6; }
4795
4796 # find the maximum length of command line arguments
4797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4798 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4799 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4800   $as_echo_n "(cached) " >&6
4801 else
4802     i=0
4803   teststring="ABCD"
4804
4805   case $build_os in
4806   msdosdjgpp*)
4807     # On DJGPP, this test can blow up pretty badly due to problems in libc
4808     # (any single argument exceeding 2000 bytes causes a buffer overrun
4809     # during glob expansion).  Even if it were fixed, the result of this
4810     # check would be larger than it should be.
4811     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
4812     ;;
4813
4814   gnu*)
4815     # Under GNU Hurd, this test is not required because there is
4816     # no limit to the length of command line arguments.
4817     # Libtool will interpret -1 as no limit whatsoever
4818     lt_cv_sys_max_cmd_len=-1;
4819     ;;
4820
4821   cygwin* | mingw* | cegcc*)
4822     # On Win9x/ME, this test blows up -- it succeeds, but takes
4823     # about 5 minutes as the teststring grows exponentially.
4824     # Worse, since 9x/ME are not pre-emptively multitasking,
4825     # you end up with a "frozen" computer, even though with patience
4826     # the test eventually succeeds (with a max line length of 256k).
4827     # Instead, let's just punt: use the minimum linelength reported by
4828     # all of the supported platforms: 8192 (on NT/2K/XP).
4829     lt_cv_sys_max_cmd_len=8192;
4830     ;;
4831
4832   amigaos*)
4833     # On AmigaOS with pdksh, this test takes hours, literally.
4834     # So we just punt and use a minimum line length of 8192.
4835     lt_cv_sys_max_cmd_len=8192;
4836     ;;
4837
4838   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4839     # This has been around since 386BSD, at least.  Likely further.
4840     if test -x /sbin/sysctl; then
4841       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4842     elif test -x /usr/sbin/sysctl; then
4843       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4844     else
4845       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
4846     fi
4847     # And add a safety zone
4848     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4849     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4850     ;;
4851
4852   interix*)
4853     # We know the value 262144 and hardcode it with a safety zone (like BSD)
4854     lt_cv_sys_max_cmd_len=196608
4855     ;;
4856
4857   osf*)
4858     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4859     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4860     # nice to cause kernel panics so lets avoid the loop below.
4861     # First set a reasonable default.
4862     lt_cv_sys_max_cmd_len=16384
4863     #
4864     if test -x /sbin/sysconfig; then
4865       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4866         *1*) lt_cv_sys_max_cmd_len=-1 ;;
4867       esac
4868     fi
4869     ;;
4870   sco3.2v5*)
4871     lt_cv_sys_max_cmd_len=102400
4872     ;;
4873   sysv5* | sco5v6* | sysv4.2uw2*)
4874     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4875     if test -n "$kargmax"; then
4876       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
4877     else
4878       lt_cv_sys_max_cmd_len=32768
4879     fi
4880     ;;
4881   *)
4882     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4883     if test -n "$lt_cv_sys_max_cmd_len"; then
4884       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4885       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4886     else
4887       # Make teststring a little bigger before we do anything with it.
4888       # a 1K string should be a reasonable start.
4889       for i in 1 2 3 4 5 6 7 8 ; do
4890         teststring=$teststring$teststring
4891       done
4892       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4893       # If test is not a shell built-in, we'll probably end up computing a
4894       # maximum length that is only half of the actual maximum length, but
4895       # we can't tell.
4896       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4897                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4898               test $i != 17 # 1/2 MB should be enough
4899       do
4900         i=`expr $i + 1`
4901         teststring=$teststring$teststring
4902       done
4903       # Only check the string length outside the loop.
4904       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4905       teststring=
4906       # Add a significant safety factor because C++ compilers can tack on
4907       # massive amounts of additional arguments before passing them to the
4908       # linker.  It appears as though 1/2 is a usable value.
4909       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4910     fi
4911     ;;
4912   esac
4913
4914 fi
4915
4916 if test -n $lt_cv_sys_max_cmd_len ; then
4917   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4918 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4919 else
4920   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4921 $as_echo "none" >&6; }
4922 fi
4923 max_cmd_len=$lt_cv_sys_max_cmd_len
4924
4925
4926
4927
4928
4929
4930 : ${CP="cp -f"}
4931 : ${MV="mv -f"}
4932 : ${RM="rm -f"}
4933
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4935 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4936 # Try some XSI features
4937 xsi_shell=no
4938 ( _lt_dummy="a/b/c"
4939   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4940       = c,a/b,, \
4941     && eval 'test $(( 1 + 1 )) -eq 2 \
4942     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4943   && xsi_shell=yes
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4945 $as_echo "$xsi_shell" >&6; }
4946
4947
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4949 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4950 lt_shell_append=no
4951 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4952     >/dev/null 2>&1 \
4953   && lt_shell_append=yes
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4955 $as_echo "$lt_shell_append" >&6; }
4956
4957
4958 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4959   lt_unset=unset
4960 else
4961   lt_unset=false
4962 fi
4963
4964
4965
4966
4967
4968 # test EBCDIC or ASCII
4969 case `echo X|tr X '\101'` in
4970  A) # ASCII based system
4971     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4972   lt_SP2NL='tr \040 \012'
4973   lt_NL2SP='tr \015\012 \040\040'
4974   ;;
4975  *) # EBCDIC based system
4976   lt_SP2NL='tr \100 \n'
4977   lt_NL2SP='tr \r\n \100\100'
4978   ;;
4979 esac
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4990 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4991 if test "${lt_cv_ld_reload_flag+set}" = set; then :
4992   $as_echo_n "(cached) " >&6
4993 else
4994   lt_cv_ld_reload_flag='-r'
4995 fi
4996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4997 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4998 reload_flag=$lt_cv_ld_reload_flag
4999 case $reload_flag in
5000 "" | " "*) ;;
5001 *) reload_flag=" $reload_flag" ;;
5002 esac
5003 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5004 case $host_os in
5005   darwin*)
5006     if test "$GCC" = yes; then
5007       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5008     else
5009       reload_cmds='$LD$reload_flag -o $output$reload_objs'
5010     fi
5011     ;;
5012 esac
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022 if test -n "$ac_tool_prefix"; then
5023   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5024 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5026 $as_echo_n "checking for $ac_word... " >&6; }
5027 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5028   $as_echo_n "(cached) " >&6
5029 else
5030   if test -n "$OBJDUMP"; then
5031   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5032 else
5033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5034 for as_dir in $PATH
5035 do
5036   IFS=$as_save_IFS
5037   test -z "$as_dir" && as_dir=.
5038     for ac_exec_ext in '' $ac_executable_extensions; do
5039   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5040     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5041     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5042     break 2
5043   fi
5044 done
5045   done
5046 IFS=$as_save_IFS
5047
5048 fi
5049 fi
5050 OBJDUMP=$ac_cv_prog_OBJDUMP
5051 if test -n "$OBJDUMP"; then
5052   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5053 $as_echo "$OBJDUMP" >&6; }
5054 else
5055   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5056 $as_echo "no" >&6; }
5057 fi
5058
5059
5060 fi
5061 if test -z "$ac_cv_prog_OBJDUMP"; then
5062   ac_ct_OBJDUMP=$OBJDUMP
5063   # Extract the first word of "objdump", so it can be a program name with args.
5064 set dummy objdump; ac_word=$2
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5066 $as_echo_n "checking for $ac_word... " >&6; }
5067 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5068   $as_echo_n "(cached) " >&6
5069 else
5070   if test -n "$ac_ct_OBJDUMP"; then
5071   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5072 else
5073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5074 for as_dir in $PATH
5075 do
5076   IFS=$as_save_IFS
5077   test -z "$as_dir" && as_dir=.
5078     for ac_exec_ext in '' $ac_executable_extensions; do
5079   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5080     ac_cv_prog_ac_ct_OBJDUMP="objdump"
5081     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5082     break 2
5083   fi
5084 done
5085   done
5086 IFS=$as_save_IFS
5087
5088 fi
5089 fi
5090 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5091 if test -n "$ac_ct_OBJDUMP"; then
5092   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5093 $as_echo "$ac_ct_OBJDUMP" >&6; }
5094 else
5095   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5096 $as_echo "no" >&6; }
5097 fi
5098
5099   if test "x$ac_ct_OBJDUMP" = x; then
5100     OBJDUMP="false"
5101   else
5102     case $cross_compiling:$ac_tool_warned in
5103 yes:)
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5105 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5106 ac_tool_warned=yes ;;
5107 esac
5108     OBJDUMP=$ac_ct_OBJDUMP
5109   fi
5110 else
5111   OBJDUMP="$ac_cv_prog_OBJDUMP"
5112 fi
5113
5114 test -z "$OBJDUMP" && OBJDUMP=objdump
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5125 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5126 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5127   $as_echo_n "(cached) " >&6
5128 else
5129   lt_cv_file_magic_cmd='$MAGIC_CMD'
5130 lt_cv_file_magic_test_file=
5131 lt_cv_deplibs_check_method='unknown'
5132 # Need to set the preceding variable on all platforms that support
5133 # interlibrary dependencies.
5134 # 'none' -- dependencies not supported.
5135 # `unknown' -- same as none, but documents that we really don't know.
5136 # 'pass_all' -- all dependencies passed with no checks.
5137 # 'test_compile' -- check by making test program.
5138 # 'file_magic [[regex]]' -- check by looking for files in library path
5139 # which responds to the $file_magic_cmd with a given extended regex.
5140 # If you have `file' or equivalent on your system and you're not sure
5141 # whether `pass_all' will *always* work, you probably want this one.
5142
5143 case $host_os in
5144 aix[4-9]*)
5145   lt_cv_deplibs_check_method=pass_all
5146   ;;
5147
5148 beos*)
5149   lt_cv_deplibs_check_method=pass_all
5150   ;;
5151
5152 bsdi[45]*)
5153   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5154   lt_cv_file_magic_cmd='/usr/bin/file -L'
5155   lt_cv_file_magic_test_file=/shlib/libc.so
5156   ;;
5157
5158 cygwin*)
5159   # func_win32_libid is a shell function defined in ltmain.sh
5160   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5161   lt_cv_file_magic_cmd='func_win32_libid'
5162   ;;
5163
5164 mingw* | pw32*)
5165   # Base MSYS/MinGW do not provide the 'file' command needed by
5166   # func_win32_libid shell function, so use a weaker test based on 'objdump',
5167   # unless we find 'file', for example because we are cross-compiling.
5168   if ( file / ) >/dev/null 2>&1; then
5169     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5170     lt_cv_file_magic_cmd='func_win32_libid'
5171   else
5172     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5173     lt_cv_file_magic_cmd='$OBJDUMP -f'
5174   fi
5175   ;;
5176
5177 cegcc)
5178   # use the weaker test based on 'objdump'. See mingw*.
5179   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5180   lt_cv_file_magic_cmd='$OBJDUMP -f'
5181   ;;
5182
5183 darwin* | rhapsody*)
5184   lt_cv_deplibs_check_method=pass_all
5185   ;;
5186
5187 freebsd* | dragonfly*)
5188   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5189     case $host_cpu in
5190     i*86 )
5191       # Not sure whether the presence of OpenBSD here was a mistake.
5192       # Let's accept both of them until this is cleared up.
5193       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5194       lt_cv_file_magic_cmd=/usr/bin/file
5195       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5196       ;;
5197     esac
5198   else
5199     lt_cv_deplibs_check_method=pass_all
5200   fi
5201   ;;
5202
5203 gnu*)
5204   lt_cv_deplibs_check_method=pass_all
5205   ;;
5206
5207 hpux10.20* | hpux11*)
5208   lt_cv_file_magic_cmd=/usr/bin/file
5209   case $host_cpu in
5210   ia64*)
5211     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5212     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5213     ;;
5214   hppa*64*)
5215     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]'
5216     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5217     ;;
5218   *)
5219     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5220     lt_cv_file_magic_test_file=/usr/lib/libc.sl
5221     ;;
5222   esac
5223   ;;
5224
5225 interix[3-9]*)
5226   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5227   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5228   ;;
5229
5230 irix5* | irix6* | nonstopux*)
5231   case $LD in
5232   *-32|*"-32 ") libmagic=32-bit;;
5233   *-n32|*"-n32 ") libmagic=N32;;
5234   *-64|*"-64 ") libmagic=64-bit;;
5235   *) libmagic=never-match;;
5236   esac
5237   lt_cv_deplibs_check_method=pass_all
5238   ;;
5239
5240 # This must be Linux ELF.
5241 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5242   lt_cv_deplibs_check_method=pass_all
5243   ;;
5244
5245 netbsd* | netbsdelf*-gnu)
5246   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5247     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5248   else
5249     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5250   fi
5251   ;;
5252
5253 newos6*)
5254   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5255   lt_cv_file_magic_cmd=/usr/bin/file
5256   lt_cv_file_magic_test_file=/usr/lib/libnls.so
5257   ;;
5258
5259 *nto* | *qnx*)
5260   lt_cv_deplibs_check_method=pass_all
5261   ;;
5262
5263 openbsd*)
5264   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5265     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5266   else
5267     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5268   fi
5269   ;;
5270
5271 osf3* | osf4* | osf5*)
5272   lt_cv_deplibs_check_method=pass_all
5273   ;;
5274
5275 rdos*)
5276   lt_cv_deplibs_check_method=pass_all
5277   ;;
5278
5279 solaris*)
5280   lt_cv_deplibs_check_method=pass_all
5281   ;;
5282
5283 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5284   lt_cv_deplibs_check_method=pass_all
5285   ;;
5286
5287 sysv4 | sysv4.3*)
5288   case $host_vendor in
5289   motorola)
5290     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]'
5291     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5292     ;;
5293   ncr)
5294     lt_cv_deplibs_check_method=pass_all
5295     ;;
5296   sequent)
5297     lt_cv_file_magic_cmd='/bin/file'
5298     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5299     ;;
5300   sni)
5301     lt_cv_file_magic_cmd='/bin/file'
5302     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5303     lt_cv_file_magic_test_file=/lib/libc.so
5304     ;;
5305   siemens)
5306     lt_cv_deplibs_check_method=pass_all
5307     ;;
5308   pc)
5309     lt_cv_deplibs_check_method=pass_all
5310     ;;
5311   esac
5312   ;;
5313
5314 tpf*)
5315   lt_cv_deplibs_check_method=pass_all
5316   ;;
5317 esac
5318
5319 fi
5320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5321 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5322 file_magic_cmd=$lt_cv_file_magic_cmd
5323 deplibs_check_method=$lt_cv_deplibs_check_method
5324 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337 if test -n "$ac_tool_prefix"; then
5338   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5339 set dummy ${ac_tool_prefix}ar; ac_word=$2
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5341 $as_echo_n "checking for $ac_word... " >&6; }
5342 if test "${ac_cv_prog_AR+set}" = set; then :
5343   $as_echo_n "(cached) " >&6
5344 else
5345   if test -n "$AR"; then
5346   ac_cv_prog_AR="$AR" # Let the user override the test.
5347 else
5348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5349 for as_dir in $PATH
5350 do
5351   IFS=$as_save_IFS
5352   test -z "$as_dir" && as_dir=.
5353     for ac_exec_ext in '' $ac_executable_extensions; do
5354   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5355     ac_cv_prog_AR="${ac_tool_prefix}ar"
5356     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5357     break 2
5358   fi
5359 done
5360   done
5361 IFS=$as_save_IFS
5362
5363 fi
5364 fi
5365 AR=$ac_cv_prog_AR
5366 if test -n "$AR"; then
5367   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5368 $as_echo "$AR" >&6; }
5369 else
5370   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5371 $as_echo "no" >&6; }
5372 fi
5373
5374
5375 fi
5376 if test -z "$ac_cv_prog_AR"; then
5377   ac_ct_AR=$AR
5378   # Extract the first word of "ar", so it can be a program name with args.
5379 set dummy ar; ac_word=$2
5380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5381 $as_echo_n "checking for $ac_word... " >&6; }
5382 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5383   $as_echo_n "(cached) " >&6
5384 else
5385   if test -n "$ac_ct_AR"; then
5386   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5387 else
5388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5389 for as_dir in $PATH
5390 do
5391   IFS=$as_save_IFS
5392   test -z "$as_dir" && as_dir=.
5393     for ac_exec_ext in '' $ac_executable_extensions; do
5394   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5395     ac_cv_prog_ac_ct_AR="ar"
5396     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5397     break 2
5398   fi
5399 done
5400   done
5401 IFS=$as_save_IFS
5402
5403 fi
5404 fi
5405 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5406 if test -n "$ac_ct_AR"; then
5407   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5408 $as_echo "$ac_ct_AR" >&6; }
5409 else
5410   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5411 $as_echo "no" >&6; }
5412 fi
5413
5414   if test "x$ac_ct_AR" = x; then
5415     AR="false"
5416   else
5417     case $cross_compiling:$ac_tool_warned in
5418 yes:)
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5420 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5421 ac_tool_warned=yes ;;
5422 esac
5423     AR=$ac_ct_AR
5424   fi
5425 else
5426   AR="$ac_cv_prog_AR"
5427 fi
5428
5429 test -z "$AR" && AR=ar
5430 test -z "$AR_FLAGS" && AR_FLAGS=cru
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442 if test -n "$ac_tool_prefix"; then
5443   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5444 set dummy ${ac_tool_prefix}strip; ac_word=$2
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5446 $as_echo_n "checking for $ac_word... " >&6; }
5447 if test "${ac_cv_prog_STRIP+set}" = set; then :
5448   $as_echo_n "(cached) " >&6
5449 else
5450   if test -n "$STRIP"; then
5451   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5452 else
5453 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5454 for as_dir in $PATH
5455 do
5456   IFS=$as_save_IFS
5457   test -z "$as_dir" && as_dir=.
5458     for ac_exec_ext in '' $ac_executable_extensions; do
5459   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5460     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5461     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5462     break 2
5463   fi
5464 done
5465   done
5466 IFS=$as_save_IFS
5467
5468 fi
5469 fi
5470 STRIP=$ac_cv_prog_STRIP
5471 if test -n "$STRIP"; then
5472   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5473 $as_echo "$STRIP" >&6; }
5474 else
5475   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5476 $as_echo "no" >&6; }
5477 fi
5478
5479
5480 fi
5481 if test -z "$ac_cv_prog_STRIP"; then
5482   ac_ct_STRIP=$STRIP
5483   # Extract the first word of "strip", so it can be a program name with args.
5484 set dummy strip; ac_word=$2
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5486 $as_echo_n "checking for $ac_word... " >&6; }
5487 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5488   $as_echo_n "(cached) " >&6
5489 else
5490   if test -n "$ac_ct_STRIP"; then
5491   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5492 else
5493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5494 for as_dir in $PATH
5495 do
5496   IFS=$as_save_IFS
5497   test -z "$as_dir" && as_dir=.
5498     for ac_exec_ext in '' $ac_executable_extensions; do
5499   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5500     ac_cv_prog_ac_ct_STRIP="strip"
5501     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5502     break 2
5503   fi
5504 done
5505   done
5506 IFS=$as_save_IFS
5507
5508 fi
5509 fi
5510 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5511 if test -n "$ac_ct_STRIP"; then
5512   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5513 $as_echo "$ac_ct_STRIP" >&6; }
5514 else
5515   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5516 $as_echo "no" >&6; }
5517 fi
5518
5519   if test "x$ac_ct_STRIP" = x; then
5520     STRIP=":"
5521   else
5522     case $cross_compiling:$ac_tool_warned in
5523 yes:)
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5525 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5526 ac_tool_warned=yes ;;
5527 esac
5528     STRIP=$ac_ct_STRIP
5529   fi
5530 else
5531   STRIP="$ac_cv_prog_STRIP"
5532 fi
5533
5534 test -z "$STRIP" && STRIP=:
5535
5536
5537
5538
5539
5540
5541 if test -n "$ac_tool_prefix"; then
5542   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5543 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5545 $as_echo_n "checking for $ac_word... " >&6; }
5546 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5547   $as_echo_n "(cached) " >&6
5548 else
5549   if test -n "$RANLIB"; then
5550   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5551 else
5552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5553 for as_dir in $PATH
5554 do
5555   IFS=$as_save_IFS
5556   test -z "$as_dir" && as_dir=.
5557     for ac_exec_ext in '' $ac_executable_extensions; do
5558   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5559     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5560     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5561     break 2
5562   fi
5563 done
5564   done
5565 IFS=$as_save_IFS
5566
5567 fi
5568 fi
5569 RANLIB=$ac_cv_prog_RANLIB
5570 if test -n "$RANLIB"; then
5571   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5572 $as_echo "$RANLIB" >&6; }
5573 else
5574   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5575 $as_echo "no" >&6; }
5576 fi
5577
5578
5579 fi
5580 if test -z "$ac_cv_prog_RANLIB"; then
5581   ac_ct_RANLIB=$RANLIB
5582   # Extract the first word of "ranlib", so it can be a program name with args.
5583 set dummy ranlib; ac_word=$2
5584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5585 $as_echo_n "checking for $ac_word... " >&6; }
5586 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5587   $as_echo_n "(cached) " >&6
5588 else
5589   if test -n "$ac_ct_RANLIB"; then
5590   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5591 else
5592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5593 for as_dir in $PATH
5594 do
5595   IFS=$as_save_IFS
5596   test -z "$as_dir" && as_dir=.
5597     for ac_exec_ext in '' $ac_executable_extensions; do
5598   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5599     ac_cv_prog_ac_ct_RANLIB="ranlib"
5600     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5601     break 2
5602   fi
5603 done
5604   done
5605 IFS=$as_save_IFS
5606
5607 fi
5608 fi
5609 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5610 if test -n "$ac_ct_RANLIB"; then
5611   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5612 $as_echo "$ac_ct_RANLIB" >&6; }
5613 else
5614   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5615 $as_echo "no" >&6; }
5616 fi
5617
5618   if test "x$ac_ct_RANLIB" = x; then
5619     RANLIB=":"
5620   else
5621     case $cross_compiling:$ac_tool_warned in
5622 yes:)
5623 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5624 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5625 ac_tool_warned=yes ;;
5626 esac
5627     RANLIB=$ac_ct_RANLIB
5628   fi
5629 else
5630   RANLIB="$ac_cv_prog_RANLIB"
5631 fi
5632
5633 test -z "$RANLIB" && RANLIB=:
5634
5635
5636
5637
5638
5639
5640 # Determine commands to create old-style static archives.
5641 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5642 old_postinstall_cmds='chmod 644 $oldlib'
5643 old_postuninstall_cmds=
5644
5645 if test -n "$RANLIB"; then
5646   case $host_os in
5647   openbsd*)
5648     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5649     ;;
5650   *)
5651     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5652     ;;
5653   esac
5654   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5655 fi
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
5684
5685
5686
5687
5688
5689
5690 # If no C compiler was specified, use CC.
5691 LTCC=${LTCC-"$CC"}
5692
5693 # If no C compiler flags were specified, use CFLAGS.
5694 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5695
5696 # Allow CC to be a program name with arguments.
5697 compiler=$CC
5698
5699
5700 # Check for command to grab the raw symbol name followed by C symbol from nm.
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5702 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5703 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5704   $as_echo_n "(cached) " >&6
5705 else
5706
5707 # These are sane defaults that work on at least a few old systems.
5708 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
5709
5710 # Character class describing NM global symbol codes.
5711 symcode='[BCDEGRST]'
5712
5713 # Regexp to match symbols that can be accessed directly from C.
5714 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5715
5716 # Define system-specific variables.
5717 case $host_os in
5718 aix*)
5719   symcode='[BCDT]'
5720   ;;
5721 cygwin* | mingw* | pw32* | cegcc*)
5722   symcode='[ABCDGISTW]'
5723   ;;
5724 hpux*)
5725   if test "$host_cpu" = ia64; then
5726     symcode='[ABCDEGRST]'
5727   fi
5728   ;;
5729 irix* | nonstopux*)
5730   symcode='[BCDEGRST]'
5731   ;;
5732 osf*)
5733   symcode='[BCDEGQRST]'
5734   ;;
5735 solaris*)
5736   symcode='[BDRT]'
5737   ;;
5738 sco3.2v5*)
5739   symcode='[DT]'
5740   ;;
5741 sysv4.2uw2*)
5742   symcode='[DT]'
5743   ;;
5744 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5745   symcode='[ABDT]'
5746   ;;
5747 sysv4)
5748   symcode='[DFNSTU]'
5749   ;;
5750 esac
5751
5752 # If we're using GNU nm, then use its standard symbol codes.
5753 case `$NM -V 2>&1` in
5754 *GNU* | *'with BFD'*)
5755   symcode='[ABCDGIRSTW]' ;;
5756 esac
5757
5758 # Transform an extracted symbol line into a proper C declaration.
5759 # Some systems (esp. on ia64) link data and code symbols differently,
5760 # so use this general approach.
5761 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5762
5763 # Transform an extracted symbol line into symbol name and symbol address
5764 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
5765 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'"
5766
5767 # Handle CRLF in mingw tool chain
5768 opt_cr=
5769 case $build_os in
5770 mingw*)
5771   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5772   ;;
5773 esac
5774
5775 # Try without a prefix underscore, then with it.
5776 for ac_symprfx in "" "_"; do
5777
5778   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5779   symxfrm="\\1 $ac_symprfx\\2 \\2"
5780
5781   # Write the raw and C identifiers.
5782   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5783     # Fake it for dumpbin and say T for any non-static function
5784     # and D for any global variable.
5785     # Also find C++ and __fastcall symbols from MSVC++,
5786     # which start with @ or ?.
5787     lt_cv_sys_global_symbol_pipe="$AWK '"\
5788 "     {last_section=section; section=\$ 3};"\
5789 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5790 "     \$ 0!~/External *\|/{next};"\
5791 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5792 "     {if(hide[section]) next};"\
5793 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5794 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5795 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
5796 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5797 "     ' prfx=^$ac_symprfx"
5798   else
5799     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5800   fi
5801
5802   # Check to see that the pipe works correctly.
5803   pipe_works=no
5804
5805   rm -f conftest*
5806   cat > conftest.$ac_ext <<_LT_EOF
5807 #ifdef __cplusplus
5808 extern "C" {
5809 #endif
5810 char nm_test_var;
5811 void nm_test_func(void);
5812 void nm_test_func(void){}
5813 #ifdef __cplusplus
5814 }
5815 #endif
5816 int main(){nm_test_var='a';nm_test_func();return(0);}
5817 _LT_EOF
5818
5819   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5820   (eval $ac_compile) 2>&5
5821   ac_status=$?
5822   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5823   test $ac_status = 0; }; then
5824     # Now try to grab the symbols.
5825     nlist=conftest.nm
5826     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
5827   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5828   ac_status=$?
5829   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5830   test $ac_status = 0; } && test -s "$nlist"; then
5831       # Try sorting and uniquifying the output.
5832       if sort "$nlist" | uniq > "$nlist"T; then
5833         mv -f "$nlist"T "$nlist"
5834       else
5835         rm -f "$nlist"T
5836       fi
5837
5838       # Make sure that we snagged all the symbols we need.
5839       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5840         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5841           cat <<_LT_EOF > conftest.$ac_ext
5842 #ifdef __cplusplus
5843 extern "C" {
5844 #endif
5845
5846 _LT_EOF
5847           # Now generate the symbol file.
5848           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5849
5850           cat <<_LT_EOF >> conftest.$ac_ext
5851
5852 /* The mapping between symbol names and symbols.  */
5853 const struct {
5854   const char *name;
5855   void       *address;
5856 }
5857 lt__PROGRAM__LTX_preloaded_symbols[] =
5858 {
5859   { "@PROGRAM@", (void *) 0 },
5860 _LT_EOF
5861           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5862           cat <<\_LT_EOF >> conftest.$ac_ext
5863   {0, (void *) 0}
5864 };
5865
5866 /* This works around a problem in FreeBSD linker */
5867 #ifdef FREEBSD_WORKAROUND
5868 static const void *lt_preloaded_setup() {
5869   return lt__PROGRAM__LTX_preloaded_symbols;
5870 }
5871 #endif
5872
5873 #ifdef __cplusplus
5874 }
5875 #endif
5876 _LT_EOF
5877           # Now try linking the two files.
5878           mv conftest.$ac_objext conftstm.$ac_objext
5879           lt_save_LIBS="$LIBS"
5880           lt_save_CFLAGS="$CFLAGS"
5881           LIBS="conftstm.$ac_objext"
5882           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5883           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5884   (eval $ac_link) 2>&5
5885   ac_status=$?
5886   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5887   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5888             pipe_works=yes
5889           fi
5890           LIBS="$lt_save_LIBS"
5891           CFLAGS="$lt_save_CFLAGS"
5892         else
5893           echo "cannot find nm_test_func in $nlist" >&5
5894         fi
5895       else
5896         echo "cannot find nm_test_var in $nlist" >&5
5897       fi
5898     else
5899       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5900     fi
5901   else
5902     echo "$progname: failed program was:" >&5
5903     cat conftest.$ac_ext >&5
5904   fi
5905   rm -rf conftest* conftst*
5906
5907   # Do not use the global_symbol_pipe unless it works.
5908   if test "$pipe_works" = yes; then
5909     break
5910   else
5911     lt_cv_sys_global_symbol_pipe=
5912   fi
5913 done
5914
5915 fi
5916
5917 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5918   lt_cv_sys_global_symbol_to_cdecl=
5919 fi
5920 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5921   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5922 $as_echo "failed" >&6; }
5923 else
5924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5925 $as_echo "ok" >&6; }
5926 fi
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949 # Check whether --enable-libtool-lock was given.
5950 if test "${enable_libtool_lock+set}" = set; then :
5951   enableval=$enable_libtool_lock;
5952 fi
5953
5954 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5955
5956 # Some flags need to be propagated to the compiler or linker for good
5957 # libtool support.
5958 case $host in
5959 ia64-*-hpux*)
5960   # Find out which ABI we are using.
5961   echo 'int i;' > conftest.$ac_ext
5962   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5963   (eval $ac_compile) 2>&5
5964   ac_status=$?
5965   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5966   test $ac_status = 0; }; then
5967     case `/usr/bin/file conftest.$ac_objext` in
5968       *ELF-32*)
5969         HPUX_IA64_MODE="32"
5970         ;;
5971       *ELF-64*)
5972         HPUX_IA64_MODE="64"
5973         ;;
5974     esac
5975   fi
5976   rm -rf conftest*
5977   ;;
5978 *-*-irix6*)
5979   # Find out which ABI we are using.
5980   echo '#line 5980 "configure"' > conftest.$ac_ext
5981   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5982   (eval $ac_compile) 2>&5
5983   ac_status=$?
5984   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5985   test $ac_status = 0; }; then
5986     if test "$lt_cv_prog_gnu_ld" = yes; then
5987       case `/usr/bin/file conftest.$ac_objext` in
5988         *32-bit*)
5989           LD="${LD-ld} -melf32bsmip"
5990           ;;
5991         *N32*)
5992           LD="${LD-ld} -melf32bmipn32"
5993           ;;
5994         *64-bit*)
5995           LD="${LD-ld} -melf64bmip"
5996         ;;
5997       esac
5998     else
5999       case `/usr/bin/file conftest.$ac_objext` in
6000         *32-bit*)
6001           LD="${LD-ld} -32"
6002           ;;
6003         *N32*)
6004           LD="${LD-ld} -n32"
6005           ;;
6006         *64-bit*)
6007           LD="${LD-ld} -64"
6008           ;;
6009       esac
6010     fi
6011   fi
6012   rm -rf conftest*
6013   ;;
6014
6015 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6016 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6017   # Find out which ABI we are using.
6018   echo 'int i;' > conftest.$ac_ext
6019   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6020   (eval $ac_compile) 2>&5
6021   ac_status=$?
6022   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6023   test $ac_status = 0; }; then
6024     case `/usr/bin/file conftest.o` in
6025       *32-bit*)
6026         case $host in
6027           x86_64-*kfreebsd*-gnu)
6028             LD="${LD-ld} -m elf_i386_fbsd"
6029             ;;
6030           x86_64-*linux*)
6031             LD="${LD-ld} -m elf_i386"
6032             ;;
6033           ppc64-*linux*|powerpc64-*linux*)
6034             LD="${LD-ld} -m elf32ppclinux"
6035             ;;
6036           s390x-*linux*)
6037             LD="${LD-ld} -m elf_s390"
6038             ;;
6039           sparc64-*linux*)
6040             LD="${LD-ld} -m elf32_sparc"
6041             ;;
6042         esac
6043         ;;
6044       *64-bit*)
6045         case $host in
6046           x86_64-*kfreebsd*-gnu)
6047             LD="${LD-ld} -m elf_x86_64_fbsd"
6048             ;;
6049           x86_64-*linux*)
6050             LD="${LD-ld} -m elf_x86_64"
6051             ;;
6052           ppc*-*linux*|powerpc*-*linux*)
6053             LD="${LD-ld} -m elf64ppc"
6054             ;;
6055           s390*-*linux*|s390*-*tpf*)
6056             LD="${LD-ld} -m elf64_s390"
6057             ;;
6058           sparc*-*linux*)
6059             LD="${LD-ld} -m elf64_sparc"
6060             ;;
6061         esac
6062         ;;
6063     esac
6064   fi
6065   rm -rf conftest*
6066   ;;
6067
6068 *-*-sco3.2v5*)
6069   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6070   SAVE_CFLAGS="$CFLAGS"
6071   CFLAGS="$CFLAGS -belf"
6072   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6073 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6074 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6075   $as_echo_n "(cached) " >&6
6076 else
6077   ac_ext=c
6078 ac_cpp='$CPP $CPPFLAGS'
6079 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6080 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6081 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6082
6083      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6084 /* end confdefs.h.  */
6085
6086 int
6087 main ()
6088 {
6089
6090   ;
6091   return 0;
6092 }
6093 _ACEOF
6094 if ac_fn_c_try_link "$LINENO"; then :
6095   lt_cv_cc_needs_belf=yes
6096 else
6097   lt_cv_cc_needs_belf=no
6098 fi
6099 rm -f core conftest.err conftest.$ac_objext \
6100     conftest$ac_exeext conftest.$ac_ext
6101      ac_ext=c
6102 ac_cpp='$CPP $CPPFLAGS'
6103 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6104 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6105 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6106
6107 fi
6108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6109 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6110   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6111     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6112     CFLAGS="$SAVE_CFLAGS"
6113   fi
6114   ;;
6115 sparc*-*solaris*)
6116   # Find out which ABI we are using.
6117   echo 'int i;' > conftest.$ac_ext
6118   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6119   (eval $ac_compile) 2>&5
6120   ac_status=$?
6121   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6122   test $ac_status = 0; }; then
6123     case `/usr/bin/file conftest.o` in
6124     *64-bit*)
6125       case $lt_cv_prog_gnu_ld in
6126       yes*) LD="${LD-ld} -m elf64_sparc" ;;
6127       *)
6128         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6129           LD="${LD-ld} -64"
6130         fi
6131         ;;
6132       esac
6133       ;;
6134     esac
6135   fi
6136   rm -rf conftest*
6137   ;;
6138 esac
6139
6140 need_locks="$enable_libtool_lock"
6141
6142
6143   case $host_os in
6144     rhapsody* | darwin*)
6145     if test -n "$ac_tool_prefix"; then
6146   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6147 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6149 $as_echo_n "checking for $ac_word... " >&6; }
6150 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6151   $as_echo_n "(cached) " >&6
6152 else
6153   if test -n "$DSYMUTIL"; then
6154   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6155 else
6156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6157 for as_dir in $PATH
6158 do
6159   IFS=$as_save_IFS
6160   test -z "$as_dir" && as_dir=.
6161     for ac_exec_ext in '' $ac_executable_extensions; do
6162   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6163     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6164     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6165     break 2
6166   fi
6167 done
6168   done
6169 IFS=$as_save_IFS
6170
6171 fi
6172 fi
6173 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6174 if test -n "$DSYMUTIL"; then
6175   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6176 $as_echo "$DSYMUTIL" >&6; }
6177 else
6178   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6179 $as_echo "no" >&6; }
6180 fi
6181
6182
6183 fi
6184 if test -z "$ac_cv_prog_DSYMUTIL"; then
6185   ac_ct_DSYMUTIL=$DSYMUTIL
6186   # Extract the first word of "dsymutil", so it can be a program name with args.
6187 set dummy dsymutil; ac_word=$2
6188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6189 $as_echo_n "checking for $ac_word... " >&6; }
6190 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6191   $as_echo_n "(cached) " >&6
6192 else
6193   if test -n "$ac_ct_DSYMUTIL"; then
6194   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6195 else
6196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6197 for as_dir in $PATH
6198 do
6199   IFS=$as_save_IFS
6200   test -z "$as_dir" && as_dir=.
6201     for ac_exec_ext in '' $ac_executable_extensions; do
6202   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6203     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6204     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6205     break 2
6206   fi
6207 done
6208   done
6209 IFS=$as_save_IFS
6210
6211 fi
6212 fi
6213 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6214 if test -n "$ac_ct_DSYMUTIL"; then
6215   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6216 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6217 else
6218   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6219 $as_echo "no" >&6; }
6220 fi
6221
6222   if test "x$ac_ct_DSYMUTIL" = x; then
6223     DSYMUTIL=":"
6224   else
6225     case $cross_compiling:$ac_tool_warned in
6226 yes:)
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6228 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6229 ac_tool_warned=yes ;;
6230 esac
6231     DSYMUTIL=$ac_ct_DSYMUTIL
6232   fi
6233 else
6234   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6235 fi
6236
6237     if test -n "$ac_tool_prefix"; then
6238   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6239 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6241 $as_echo_n "checking for $ac_word... " >&6; }
6242 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6243   $as_echo_n "(cached) " >&6
6244 else
6245   if test -n "$NMEDIT"; then
6246   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6247 else
6248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6249 for as_dir in $PATH
6250 do
6251   IFS=$as_save_IFS
6252   test -z "$as_dir" && as_dir=.
6253     for ac_exec_ext in '' $ac_executable_extensions; do
6254   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6255     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6256     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6257     break 2
6258   fi
6259 done
6260   done
6261 IFS=$as_save_IFS
6262
6263 fi
6264 fi
6265 NMEDIT=$ac_cv_prog_NMEDIT
6266 if test -n "$NMEDIT"; then
6267   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6268 $as_echo "$NMEDIT" >&6; }
6269 else
6270   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6271 $as_echo "no" >&6; }
6272 fi
6273
6274
6275 fi
6276 if test -z "$ac_cv_prog_NMEDIT"; then
6277   ac_ct_NMEDIT=$NMEDIT
6278   # Extract the first word of "nmedit", so it can be a program name with args.
6279 set dummy nmedit; ac_word=$2
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6281 $as_echo_n "checking for $ac_word... " >&6; }
6282 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6283   $as_echo_n "(cached) " >&6
6284 else
6285   if test -n "$ac_ct_NMEDIT"; then
6286   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6287 else
6288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6289 for as_dir in $PATH
6290 do
6291   IFS=$as_save_IFS
6292   test -z "$as_dir" && as_dir=.
6293     for ac_exec_ext in '' $ac_executable_extensions; do
6294   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6295     ac_cv_prog_ac_ct_NMEDIT="nmedit"
6296     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6297     break 2
6298   fi
6299 done
6300   done
6301 IFS=$as_save_IFS
6302
6303 fi
6304 fi
6305 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6306 if test -n "$ac_ct_NMEDIT"; then
6307   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6308 $as_echo "$ac_ct_NMEDIT" >&6; }
6309 else
6310   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6311 $as_echo "no" >&6; }
6312 fi
6313
6314   if test "x$ac_ct_NMEDIT" = x; then
6315     NMEDIT=":"
6316   else
6317     case $cross_compiling:$ac_tool_warned in
6318 yes:)
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6320 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6321 ac_tool_warned=yes ;;
6322 esac
6323     NMEDIT=$ac_ct_NMEDIT
6324   fi
6325 else
6326   NMEDIT="$ac_cv_prog_NMEDIT"
6327 fi
6328
6329     if test -n "$ac_tool_prefix"; then
6330   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6331 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6333 $as_echo_n "checking for $ac_word... " >&6; }
6334 if test "${ac_cv_prog_LIPO+set}" = set; then :
6335   $as_echo_n "(cached) " >&6
6336 else
6337   if test -n "$LIPO"; then
6338   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6339 else
6340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6341 for as_dir in $PATH
6342 do
6343   IFS=$as_save_IFS
6344   test -z "$as_dir" && as_dir=.
6345     for ac_exec_ext in '' $ac_executable_extensions; do
6346   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6347     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6348     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6349     break 2
6350   fi
6351 done
6352   done
6353 IFS=$as_save_IFS
6354
6355 fi
6356 fi
6357 LIPO=$ac_cv_prog_LIPO
6358 if test -n "$LIPO"; then
6359   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6360 $as_echo "$LIPO" >&6; }
6361 else
6362   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6363 $as_echo "no" >&6; }
6364 fi
6365
6366
6367 fi
6368 if test -z "$ac_cv_prog_LIPO"; then
6369   ac_ct_LIPO=$LIPO
6370   # Extract the first word of "lipo", so it can be a program name with args.
6371 set dummy lipo; ac_word=$2
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6373 $as_echo_n "checking for $ac_word... " >&6; }
6374 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6375   $as_echo_n "(cached) " >&6
6376 else
6377   if test -n "$ac_ct_LIPO"; then
6378   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6379 else
6380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6381 for as_dir in $PATH
6382 do
6383   IFS=$as_save_IFS
6384   test -z "$as_dir" && as_dir=.
6385     for ac_exec_ext in '' $ac_executable_extensions; do
6386   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6387     ac_cv_prog_ac_ct_LIPO="lipo"
6388     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6389     break 2
6390   fi
6391 done
6392   done
6393 IFS=$as_save_IFS
6394
6395 fi
6396 fi
6397 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6398 if test -n "$ac_ct_LIPO"; then
6399   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6400 $as_echo "$ac_ct_LIPO" >&6; }
6401 else
6402   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6403 $as_echo "no" >&6; }
6404 fi
6405
6406   if test "x$ac_ct_LIPO" = x; then
6407     LIPO=":"
6408   else
6409     case $cross_compiling:$ac_tool_warned in
6410 yes:)
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6412 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6413 ac_tool_warned=yes ;;
6414 esac
6415     LIPO=$ac_ct_LIPO
6416   fi
6417 else
6418   LIPO="$ac_cv_prog_LIPO"
6419 fi
6420
6421     if test -n "$ac_tool_prefix"; then
6422   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6423 set dummy ${ac_tool_prefix}otool; ac_word=$2
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6425 $as_echo_n "checking for $ac_word... " >&6; }
6426 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6427   $as_echo_n "(cached) " >&6
6428 else
6429   if test -n "$OTOOL"; then
6430   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6431 else
6432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6433 for as_dir in $PATH
6434 do
6435   IFS=$as_save_IFS
6436   test -z "$as_dir" && as_dir=.
6437     for ac_exec_ext in '' $ac_executable_extensions; do
6438   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6439     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6440     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6441     break 2
6442   fi
6443 done
6444   done
6445 IFS=$as_save_IFS
6446
6447 fi
6448 fi
6449 OTOOL=$ac_cv_prog_OTOOL
6450 if test -n "$OTOOL"; then
6451   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6452 $as_echo "$OTOOL" >&6; }
6453 else
6454   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6455 $as_echo "no" >&6; }
6456 fi
6457
6458
6459 fi
6460 if test -z "$ac_cv_prog_OTOOL"; then
6461   ac_ct_OTOOL=$OTOOL
6462   # Extract the first word of "otool", so it can be a program name with args.
6463 set dummy otool; ac_word=$2
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6465 $as_echo_n "checking for $ac_word... " >&6; }
6466 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6467   $as_echo_n "(cached) " >&6
6468 else
6469   if test -n "$ac_ct_OTOOL"; then
6470   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6471 else
6472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6473 for as_dir in $PATH
6474 do
6475   IFS=$as_save_IFS
6476   test -z "$as_dir" && as_dir=.
6477     for ac_exec_ext in '' $ac_executable_extensions; do
6478   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6479     ac_cv_prog_ac_ct_OTOOL="otool"
6480     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6481     break 2
6482   fi
6483 done
6484   done
6485 IFS=$as_save_IFS
6486
6487 fi
6488 fi
6489 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6490 if test -n "$ac_ct_OTOOL"; then
6491   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6492 $as_echo "$ac_ct_OTOOL" >&6; }
6493 else
6494   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6495 $as_echo "no" >&6; }
6496 fi
6497
6498   if test "x$ac_ct_OTOOL" = x; then
6499     OTOOL=":"
6500   else
6501     case $cross_compiling:$ac_tool_warned in
6502 yes:)
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6504 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6505 ac_tool_warned=yes ;;
6506 esac
6507     OTOOL=$ac_ct_OTOOL
6508   fi
6509 else
6510   OTOOL="$ac_cv_prog_OTOOL"
6511 fi
6512
6513     if test -n "$ac_tool_prefix"; then
6514   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6515 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6517 $as_echo_n "checking for $ac_word... " >&6; }
6518 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6519   $as_echo_n "(cached) " >&6
6520 else
6521   if test -n "$OTOOL64"; then
6522   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6523 else
6524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6525 for as_dir in $PATH
6526 do
6527   IFS=$as_save_IFS
6528   test -z "$as_dir" && as_dir=.
6529     for ac_exec_ext in '' $ac_executable_extensions; do
6530   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6531     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6532     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6533     break 2
6534   fi
6535 done
6536   done
6537 IFS=$as_save_IFS
6538
6539 fi
6540 fi
6541 OTOOL64=$ac_cv_prog_OTOOL64
6542 if test -n "$OTOOL64"; then
6543   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6544 $as_echo "$OTOOL64" >&6; }
6545 else
6546   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6547 $as_echo "no" >&6; }
6548 fi
6549
6550
6551 fi
6552 if test -z "$ac_cv_prog_OTOOL64"; then
6553   ac_ct_OTOOL64=$OTOOL64
6554   # Extract the first word of "otool64", so it can be a program name with args.
6555 set dummy otool64; ac_word=$2
6556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6557 $as_echo_n "checking for $ac_word... " >&6; }
6558 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6559   $as_echo_n "(cached) " >&6
6560 else
6561   if test -n "$ac_ct_OTOOL64"; then
6562   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6563 else
6564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6565 for as_dir in $PATH
6566 do
6567   IFS=$as_save_IFS
6568   test -z "$as_dir" && as_dir=.
6569     for ac_exec_ext in '' $ac_executable_extensions; do
6570   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6571     ac_cv_prog_ac_ct_OTOOL64="otool64"
6572     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6573     break 2
6574   fi
6575 done
6576   done
6577 IFS=$as_save_IFS
6578
6579 fi
6580 fi
6581 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6582 if test -n "$ac_ct_OTOOL64"; then
6583   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6584 $as_echo "$ac_ct_OTOOL64" >&6; }
6585 else
6586   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6587 $as_echo "no" >&6; }
6588 fi
6589
6590   if test "x$ac_ct_OTOOL64" = x; then
6591     OTOOL64=":"
6592   else
6593     case $cross_compiling:$ac_tool_warned in
6594 yes:)
6595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6596 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6597 ac_tool_warned=yes ;;
6598 esac
6599     OTOOL64=$ac_ct_OTOOL64
6600   fi
6601 else
6602   OTOOL64="$ac_cv_prog_OTOOL64"
6603 fi
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6632 $as_echo_n "checking for -single_module linker flag... " >&6; }
6633 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6634   $as_echo_n "(cached) " >&6
6635 else
6636   lt_cv_apple_cc_single_mod=no
6637       if test -z "${LT_MULTI_MODULE}"; then
6638         # By default we will add the -single_module flag. You can override
6639         # by either setting the environment variable LT_MULTI_MODULE
6640         # non-empty at configure time, or by adding -multi_module to the
6641         # link flags.
6642         rm -rf libconftest.dylib*
6643         echo "int foo(void){return 1;}" > conftest.c
6644         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6645 -dynamiclib -Wl,-single_module conftest.c" >&5
6646         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6647           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6648         _lt_result=$?
6649         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6650           lt_cv_apple_cc_single_mod=yes
6651         else
6652           cat conftest.err >&5
6653         fi
6654         rm -rf libconftest.dylib*
6655         rm -f conftest.*
6656       fi
6657 fi
6658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6659 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6660     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6661 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6662 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6663   $as_echo_n "(cached) " >&6
6664 else
6665   lt_cv_ld_exported_symbols_list=no
6666       save_LDFLAGS=$LDFLAGS
6667       echo "_main" > conftest.sym
6668       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6669       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6670 /* end confdefs.h.  */
6671
6672 int
6673 main ()
6674 {
6675
6676   ;
6677   return 0;
6678 }
6679 _ACEOF
6680 if ac_fn_c_try_link "$LINENO"; then :
6681   lt_cv_ld_exported_symbols_list=yes
6682 else
6683   lt_cv_ld_exported_symbols_list=no
6684 fi
6685 rm -f core conftest.err conftest.$ac_objext \
6686     conftest$ac_exeext conftest.$ac_ext
6687         LDFLAGS="$save_LDFLAGS"
6688
6689 fi
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6691 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6692     case $host_os in
6693     rhapsody* | darwin1.[012])
6694       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6695     darwin1.*)
6696       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6697     darwin*) # darwin 5.x on
6698       # if running on 10.5 or later, the deployment target defaults
6699       # to the OS version, if on x86, and 10.4, the deployment
6700       # target defaults to 10.4. Don't you love it?
6701       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6702         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6703           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6704         10.[012]*)
6705           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6706         10.*)
6707           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6708       esac
6709     ;;
6710   esac
6711     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6712       _lt_dar_single_mod='$single_module'
6713     fi
6714     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6715       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6716     else
6717       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6718     fi
6719     if test "$DSYMUTIL" != ":"; then
6720       _lt_dsymutil='~$DSYMUTIL $lib || :'
6721     else
6722       _lt_dsymutil=
6723     fi
6724     ;;
6725   esac
6726
6727
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6729 $as_echo_n "checking for ANSI C header files... " >&6; }
6730 if test "${ac_cv_header_stdc+set}" = set; then :
6731   $as_echo_n "(cached) " >&6
6732 else
6733   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6734 /* end confdefs.h.  */
6735 #include <stdlib.h>
6736 #include <stdarg.h>
6737 #include <string.h>
6738 #include <float.h>
6739
6740 int
6741 main ()
6742 {
6743
6744   ;
6745   return 0;
6746 }
6747 _ACEOF
6748 if ac_fn_c_try_compile "$LINENO"; then :
6749   ac_cv_header_stdc=yes
6750 else
6751   ac_cv_header_stdc=no
6752 fi
6753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6754
6755 if test $ac_cv_header_stdc = yes; then
6756   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6757   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6758 /* end confdefs.h.  */
6759 #include <string.h>
6760
6761 _ACEOF
6762 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6763   $EGREP "memchr" >/dev/null 2>&1; then :
6764
6765 else
6766   ac_cv_header_stdc=no
6767 fi
6768 rm -f conftest*
6769
6770 fi
6771
6772 if test $ac_cv_header_stdc = yes; then
6773   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6774   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6775 /* end confdefs.h.  */
6776 #include <stdlib.h>
6777
6778 _ACEOF
6779 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6780   $EGREP "free" >/dev/null 2>&1; then :
6781
6782 else
6783   ac_cv_header_stdc=no
6784 fi
6785 rm -f conftest*
6786
6787 fi
6788
6789 if test $ac_cv_header_stdc = yes; then
6790   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6791   if test "$cross_compiling" = yes; then :
6792   :
6793 else
6794   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6795 /* end confdefs.h.  */
6796 #include <ctype.h>
6797 #include <stdlib.h>
6798 #if ((' ' & 0x0FF) == 0x020)
6799 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6800 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6801 #else
6802 # define ISLOWER(c) \
6803                    (('a' <= (c) && (c) <= 'i') \
6804                      || ('j' <= (c) && (c) <= 'r') \
6805                      || ('s' <= (c) && (c) <= 'z'))
6806 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6807 #endif
6808
6809 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6810 int
6811 main ()
6812 {
6813   int i;
6814   for (i = 0; i < 256; i++)
6815     if (XOR (islower (i), ISLOWER (i))
6816         || toupper (i) != TOUPPER (i))
6817       return 2;
6818   return 0;
6819 }
6820 _ACEOF
6821 if ac_fn_c_try_run "$LINENO"; then :
6822
6823 else
6824   ac_cv_header_stdc=no
6825 fi
6826 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6827   conftest.$ac_objext conftest.beam conftest.$ac_ext
6828 fi
6829
6830 fi
6831 fi
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6833 $as_echo "$ac_cv_header_stdc" >&6; }
6834 if test $ac_cv_header_stdc = yes; then
6835
6836 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6837
6838 fi
6839
6840 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6841 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6842                   inttypes.h stdint.h unistd.h
6843 do :
6844   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6845 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6846 "
6847 eval as_val=\$$as_ac_Header
6848    if test "x$as_val" = x""yes; then :
6849   cat >>confdefs.h <<_ACEOF
6850 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6851 _ACEOF
6852
6853 fi
6854
6855 done
6856
6857
6858 for ac_header in dlfcn.h
6859 do :
6860   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6861 "
6862 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6863   cat >>confdefs.h <<_ACEOF
6864 #define HAVE_DLFCN_H 1
6865 _ACEOF
6866
6867 fi
6868
6869 done
6870
6871
6872
6873 # Set options
6874
6875
6876
6877         enable_dlopen=no
6878
6879
6880   enable_win32_dll=no
6881
6882
6883             # Check whether --enable-shared was given.
6884 if test "${enable_shared+set}" = set; then :
6885   enableval=$enable_shared; p=${PACKAGE-default}
6886     case $enableval in
6887     yes) enable_shared=yes ;;
6888     no) enable_shared=no ;;
6889     *)
6890       enable_shared=no
6891       # Look at the argument we got.  We use all the common list separators.
6892       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6893       for pkg in $enableval; do
6894         IFS="$lt_save_ifs"
6895         if test "X$pkg" = "X$p"; then
6896           enable_shared=yes
6897         fi
6898       done
6899       IFS="$lt_save_ifs"
6900       ;;
6901     esac
6902 else
6903   enable_shared=yes
6904 fi
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914   # Check whether --enable-static was given.
6915 if test "${enable_static+set}" = set; then :
6916   enableval=$enable_static; p=${PACKAGE-default}
6917     case $enableval in
6918     yes) enable_static=yes ;;
6919     no) enable_static=no ;;
6920     *)
6921      enable_static=no
6922       # Look at the argument we got.  We use all the common list separators.
6923       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6924       for pkg in $enableval; do
6925         IFS="$lt_save_ifs"
6926         if test "X$pkg" = "X$p"; then
6927           enable_static=yes
6928         fi
6929       done
6930       IFS="$lt_save_ifs"
6931       ;;
6932     esac
6933 else
6934   enable_static=yes
6935 fi
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946 # Check whether --with-pic was given.
6947 if test "${with_pic+set}" = set; then :
6948   withval=$with_pic; pic_mode="$withval"
6949 else
6950   pic_mode=default
6951 fi
6952
6953
6954 test -z "$pic_mode" && pic_mode=default
6955
6956
6957
6958
6959
6960
6961
6962   # Check whether --enable-fast-install was given.
6963 if test "${enable_fast_install+set}" = set; then :
6964   enableval=$enable_fast_install; p=${PACKAGE-default}
6965     case $enableval in
6966     yes) enable_fast_install=yes ;;
6967     no) enable_fast_install=no ;;
6968     *)
6969       enable_fast_install=no
6970       # Look at the argument we got.  We use all the common list separators.
6971       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6972       for pkg in $enableval; do
6973         IFS="$lt_save_ifs"
6974         if test "X$pkg" = "X$p"; then
6975           enable_fast_install=yes
6976         fi
6977       done
6978       IFS="$lt_save_ifs"
6979       ;;
6980     esac
6981 else
6982   enable_fast_install=yes
6983 fi
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995 # This can be used to rebuild libtool when needed
6996 LIBTOOL_DEPS="$ltmain"
6997
6998 # Always use our own libtool.
6999 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
7021
7022
7023
7024
7025 test -z "$LN_S" && LN_S="ln -s"
7026
7027
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040 if test -n "${ZSH_VERSION+set}" ; then
7041    setopt NO_GLOB_SUBST
7042 fi
7043
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7045 $as_echo_n "checking for objdir... " >&6; }
7046 if test "${lt_cv_objdir+set}" = set; then :
7047   $as_echo_n "(cached) " >&6
7048 else
7049   rm -f .libs 2>/dev/null
7050 mkdir .libs 2>/dev/null
7051 if test -d .libs; then
7052   lt_cv_objdir=.libs
7053 else
7054   # MS-DOS does not allow filenames that begin with a dot.
7055   lt_cv_objdir=_libs
7056 fi
7057 rmdir .libs 2>/dev/null
7058 fi
7059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7060 $as_echo "$lt_cv_objdir" >&6; }
7061 objdir=$lt_cv_objdir
7062
7063
7064
7065
7066
7067 cat >>confdefs.h <<_ACEOF
7068 #define LT_OBJDIR "$lt_cv_objdir/"
7069 _ACEOF
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087 case $host_os in
7088 aix3*)
7089   # AIX sometimes has problems with the GCC collect2 program.  For some
7090   # reason, if we set the COLLECT_NAMES environment variable, the problems
7091   # vanish in a puff of smoke.
7092   if test "X${COLLECT_NAMES+set}" != Xset; then
7093     COLLECT_NAMES=
7094     export COLLECT_NAMES
7095   fi
7096   ;;
7097 esac
7098
7099 # Sed substitution that helps us do robust quoting.  It backslashifies
7100 # metacharacters that are still active within double-quoted strings.
7101 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7102
7103 # Same as above, but do not quote variable references.
7104 double_quote_subst='s/\(["`\\]\)/\\\1/g'
7105
7106 # Sed substitution to delay expansion of an escaped shell variable in a
7107 # double_quote_subst'ed string.
7108 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7109
7110 # Sed substitution to delay expansion of an escaped single quote.
7111 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7112
7113 # Sed substitution to avoid accidental globbing in evaled expressions
7114 no_glob_subst='s/\*/\\\*/g'
7115
7116 # Global variables:
7117 ofile=libtool
7118 can_build_shared=yes
7119
7120 # All known linkers require a `.a' archive for static linking (except MSVC,
7121 # which needs '.lib').
7122 libext=a
7123
7124 with_gnu_ld="$lt_cv_prog_gnu_ld"
7125
7126 old_CC="$CC"
7127 old_CFLAGS="$CFLAGS"
7128
7129 # Set sane defaults for various variables
7130 test -z "$CC" && CC=cc
7131 test -z "$LTCC" && LTCC=$CC
7132 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7133 test -z "$LD" && LD=ld
7134 test -z "$ac_objext" && ac_objext=o
7135
7136 for cc_temp in $compiler""; do
7137   case $cc_temp in
7138     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7139     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7140     \-*) ;;
7141     *) break;;
7142   esac
7143 done
7144 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7145
7146
7147 # Only perform the check for file, if the check method requires it
7148 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7149 case $deplibs_check_method in
7150 file_magic*)
7151   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7152     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7153 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7154 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7155   $as_echo_n "(cached) " >&6
7156 else
7157   case $MAGIC_CMD in
7158 [\\/*] |  ?:[\\/]*)
7159   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7160   ;;
7161 *)
7162   lt_save_MAGIC_CMD="$MAGIC_CMD"
7163   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7164   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7165   for ac_dir in $ac_dummy; do
7166     IFS="$lt_save_ifs"
7167     test -z "$ac_dir" && ac_dir=.
7168     if test -f $ac_dir/${ac_tool_prefix}file; then
7169       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7170       if test -n "$file_magic_test_file"; then
7171         case $deplibs_check_method in
7172         "file_magic "*)
7173           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7174           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7175           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7176             $EGREP "$file_magic_regex" > /dev/null; then
7177             :
7178           else
7179             cat <<_LT_EOF 1>&2
7180
7181 *** Warning: the command libtool uses to detect shared libraries,
7182 *** $file_magic_cmd, produces output that libtool cannot recognize.
7183 *** The result is that libtool may fail to recognize shared libraries
7184 *** as such.  This will affect the creation of libtool libraries that
7185 *** depend on shared libraries, but programs linked with such libtool
7186 *** libraries will work regardless of this problem.  Nevertheless, you
7187 *** may want to report the problem to your system manager and/or to
7188 *** bug-libtool@gnu.org
7189
7190 _LT_EOF
7191           fi ;;
7192         esac
7193       fi
7194       break
7195     fi
7196   done
7197   IFS="$lt_save_ifs"
7198   MAGIC_CMD="$lt_save_MAGIC_CMD"
7199   ;;
7200 esac
7201 fi
7202
7203 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7204 if test -n "$MAGIC_CMD"; then
7205   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7206 $as_echo "$MAGIC_CMD" >&6; }
7207 else
7208   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7209 $as_echo "no" >&6; }
7210 fi
7211
7212
7213
7214
7215
7216 if test -z "$lt_cv_path_MAGIC_CMD"; then
7217   if test -n "$ac_tool_prefix"; then
7218     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7219 $as_echo_n "checking for file... " >&6; }
7220 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7221   $as_echo_n "(cached) " >&6
7222 else
7223   case $MAGIC_CMD in
7224 [\\/*] |  ?:[\\/]*)
7225   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7226   ;;
7227 *)
7228   lt_save_MAGIC_CMD="$MAGIC_CMD"
7229   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7230   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7231   for ac_dir in $ac_dummy; do
7232     IFS="$lt_save_ifs"
7233     test -z "$ac_dir" && ac_dir=.
7234     if test -f $ac_dir/file; then
7235       lt_cv_path_MAGIC_CMD="$ac_dir/file"
7236       if test -n "$file_magic_test_file"; then
7237         case $deplibs_check_method in
7238         "file_magic "*)
7239           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7240           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7241           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7242             $EGREP "$file_magic_regex" > /dev/null; then
7243             :
7244           else
7245             cat <<_LT_EOF 1>&2
7246
7247 *** Warning: the command libtool uses to detect shared libraries,
7248 *** $file_magic_cmd, produces output that libtool cannot recognize.
7249 *** The result is that libtool may fail to recognize shared libraries
7250 *** as such.  This will affect the creation of libtool libraries that
7251 *** depend on shared libraries, but programs linked with such libtool
7252 *** libraries will work regardless of this problem.  Nevertheless, you
7253 *** may want to report the problem to your system manager and/or to
7254 *** bug-libtool@gnu.org
7255
7256 _LT_EOF
7257           fi ;;
7258         esac
7259       fi
7260       break
7261     fi
7262   done
7263   IFS="$lt_save_ifs"
7264   MAGIC_CMD="$lt_save_MAGIC_CMD"
7265   ;;
7266 esac
7267 fi
7268
7269 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7270 if test -n "$MAGIC_CMD"; then
7271   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7272 $as_echo "$MAGIC_CMD" >&6; }
7273 else
7274   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7275 $as_echo "no" >&6; }
7276 fi
7277
7278
7279   else
7280     MAGIC_CMD=:
7281   fi
7282 fi
7283
7284   fi
7285   ;;
7286 esac
7287
7288 # Use C for the default configuration in the libtool script
7289
7290 lt_save_CC="$CC"
7291 ac_ext=c
7292 ac_cpp='$CPP $CPPFLAGS'
7293 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7294 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7295 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7296
7297
7298 # Source file extension for C test sources.
7299 ac_ext=c
7300
7301 # Object file extension for compiled C test sources.
7302 objext=o
7303 objext=$objext
7304
7305 # Code to be used in simple compile tests
7306 lt_simple_compile_test_code="int some_variable = 0;"
7307
7308 # Code to be used in simple link tests
7309 lt_simple_link_test_code='int main(){return(0);}'
7310
7311
7312
7313
7314
7315
7316
7317 # If no C compiler was specified, use CC.
7318 LTCC=${LTCC-"$CC"}
7319
7320 # If no C compiler flags were specified, use CFLAGS.
7321 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7322
7323 # Allow CC to be a program name with arguments.
7324 compiler=$CC
7325
7326 # Save the default compiler, since it gets overwritten when the other
7327 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7328 compiler_DEFAULT=$CC
7329
7330 # save warnings/boilerplate of simple test code
7331 ac_outfile=conftest.$ac_objext
7332 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7333 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7334 _lt_compiler_boilerplate=`cat conftest.err`
7335 $RM conftest*
7336
7337 ac_outfile=conftest.$ac_objext
7338 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7339 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7340 _lt_linker_boilerplate=`cat conftest.err`
7341 $RM -r conftest*
7342
7343
7344 ## CAVEAT EMPTOR:
7345 ## There is no encapsulation within the following macros, do not change
7346 ## the running order or otherwise move them around unless you know exactly
7347 ## what you are doing...
7348 if test -n "$compiler"; then
7349
7350 lt_prog_compiler_no_builtin_flag=
7351
7352 if test "$GCC" = yes; then
7353   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7354
7355   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7356 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7357 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7358   $as_echo_n "(cached) " >&6
7359 else
7360   lt_cv_prog_compiler_rtti_exceptions=no
7361    ac_outfile=conftest.$ac_objext
7362    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7363    lt_compiler_flag="-fno-rtti -fno-exceptions"
7364    # Insert the option either (1) after the last *FLAGS variable, or
7365    # (2) before a word containing "conftest.", or (3) at the end.
7366    # Note that $ac_compile itself does not contain backslashes and begins
7367    # with a dollar sign (not a hyphen), so the echo should work correctly.
7368    # The option is referenced via a variable to avoid confusing sed.
7369    lt_compile=`echo "$ac_compile" | $SED \
7370    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7371    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7372    -e 's:$: $lt_compiler_flag:'`
7373    (eval echo "\"\$as_me:7373: $lt_compile\"" >&5)
7374    (eval "$lt_compile" 2>conftest.err)
7375    ac_status=$?
7376    cat conftest.err >&5
7377    echo "$as_me:7377: \$? = $ac_status" >&5
7378    if (exit $ac_status) && test -s "$ac_outfile"; then
7379      # The compiler can only warn and ignore the option if not recognized
7380      # So say no if there are warnings other than the usual output.
7381      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7382      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7383      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7384        lt_cv_prog_compiler_rtti_exceptions=yes
7385      fi
7386    fi
7387    $RM conftest*
7388
7389 fi
7390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7391 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7392
7393 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7394     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7395 else
7396     :
7397 fi
7398
7399 fi
7400
7401
7402
7403
7404
7405
7406   lt_prog_compiler_wl=
7407 lt_prog_compiler_pic=
7408 lt_prog_compiler_static=
7409
7410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7411 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7412
7413   if test "$GCC" = yes; then
7414     lt_prog_compiler_wl='-Wl,'
7415     lt_prog_compiler_static='-static'
7416
7417     case $host_os in
7418       aix*)
7419       # All AIX code is PIC.
7420       if test "$host_cpu" = ia64; then
7421         # AIX 5 now supports IA64 processor
7422         lt_prog_compiler_static='-Bstatic'
7423       fi
7424       ;;
7425
7426     amigaos*)
7427       case $host_cpu in
7428       powerpc)
7429             # see comment about AmigaOS4 .so support
7430             lt_prog_compiler_pic='-fPIC'
7431         ;;
7432       m68k)
7433             # FIXME: we need at least 68020 code to build shared libraries, but
7434             # adding the `-m68020' flag to GCC prevents building anything better,
7435             # like `-m68040'.
7436             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7437         ;;
7438       esac
7439       ;;
7440
7441     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7442       # PIC is the default for these OSes.
7443       ;;
7444
7445     mingw* | cygwin* | pw32* | os2* | cegcc*)
7446       # This hack is so that the source file can tell whether it is being
7447       # built for inclusion in a dll (and should export symbols for example).
7448       # Although the cygwin gcc ignores -fPIC, still need this for old-style
7449       # (--disable-auto-import) libraries
7450       lt_prog_compiler_pic='-DDLL_EXPORT'
7451       ;;
7452
7453     darwin* | rhapsody*)
7454       # PIC is the default on this platform
7455       # Common symbols not allowed in MH_DYLIB files
7456       lt_prog_compiler_pic='-fno-common'
7457       ;;
7458
7459     hpux*)
7460       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7461       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
7462       # sets the default TLS model and affects inlining.
7463       case $host_cpu in
7464       hppa*64*)
7465         # +Z the default
7466         ;;
7467       *)
7468         lt_prog_compiler_pic='-fPIC'
7469         ;;
7470       esac
7471       ;;
7472
7473     interix[3-9]*)
7474       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7475       # Instead, we relocate shared libraries at runtime.
7476       ;;
7477
7478     msdosdjgpp*)
7479       # Just because we use GCC doesn't mean we suddenly get shared libraries
7480       # on systems that don't support them.
7481       lt_prog_compiler_can_build_shared=no
7482       enable_shared=no
7483       ;;
7484
7485     *nto* | *qnx*)
7486       # QNX uses GNU C++, but need to define -shared option too, otherwise
7487       # it will coredump.
7488       lt_prog_compiler_pic='-fPIC -shared'
7489       ;;
7490
7491     sysv4*MP*)
7492       if test -d /usr/nec; then
7493         lt_prog_compiler_pic=-Kconform_pic
7494       fi
7495       ;;
7496
7497     *)
7498       lt_prog_compiler_pic='-fPIC'
7499       ;;
7500     esac
7501   else
7502     # PORTME Check for flag to pass linker flags through the system compiler.
7503     case $host_os in
7504     aix*)
7505       lt_prog_compiler_wl='-Wl,'
7506       if test "$host_cpu" = ia64; then
7507         # AIX 5 now supports IA64 processor
7508         lt_prog_compiler_static='-Bstatic'
7509       else
7510         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7511       fi
7512       ;;
7513
7514     mingw* | cygwin* | pw32* | os2* | cegcc*)
7515       # This hack is so that the source file can tell whether it is being
7516       # built for inclusion in a dll (and should export symbols for example).
7517       lt_prog_compiler_pic='-DDLL_EXPORT'
7518       ;;
7519
7520     hpux9* | hpux10* | hpux11*)
7521       lt_prog_compiler_wl='-Wl,'
7522       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7523       # not for PA HP-UX.
7524       case $host_cpu in
7525       hppa*64*|ia64*)
7526         # +Z the default
7527         ;;
7528       *)
7529         lt_prog_compiler_pic='+Z'
7530         ;;
7531       esac
7532       # Is there a better lt_prog_compiler_static that works with the bundled CC?
7533       lt_prog_compiler_static='${wl}-a ${wl}archive'
7534       ;;
7535
7536     irix5* | irix6* | nonstopux*)
7537       lt_prog_compiler_wl='-Wl,'
7538       # PIC (with -KPIC) is the default.
7539       lt_prog_compiler_static='-non_shared'
7540       ;;
7541
7542     linux* | k*bsd*-gnu | kopensolaris*-gnu)
7543       case $cc_basename in
7544       # old Intel for x86_64 which still supported -KPIC.
7545       ecc*)
7546         lt_prog_compiler_wl='-Wl,'
7547         lt_prog_compiler_pic='-KPIC'
7548         lt_prog_compiler_static='-static'
7549         ;;
7550       # icc used to be incompatible with GCC.
7551       # ICC 10 doesn't accept -KPIC any more.
7552       icc* | ifort*)
7553         lt_prog_compiler_wl='-Wl,'
7554         lt_prog_compiler_pic='-fPIC'
7555         lt_prog_compiler_static='-static'
7556         ;;
7557       # Lahey Fortran 8.1.
7558       lf95*)
7559         lt_prog_compiler_wl='-Wl,'
7560         lt_prog_compiler_pic='--shared'
7561         lt_prog_compiler_static='--static'
7562         ;;
7563       pgcc* | pgf77* | pgf90* | pgf95*)
7564         # Portland Group compilers (*not* the Pentium gcc compiler,
7565         # which looks to be a dead project)
7566         lt_prog_compiler_wl='-Wl,'
7567         lt_prog_compiler_pic='-fpic'
7568         lt_prog_compiler_static='-Bstatic'
7569         ;;
7570       ccc*)
7571         lt_prog_compiler_wl='-Wl,'
7572         # All Alpha code is PIC.
7573         lt_prog_compiler_static='-non_shared'
7574         ;;
7575       xl*)
7576         # IBM XL C 8.0/Fortran 10.1 on PPC
7577         lt_prog_compiler_wl='-Wl,'
7578         lt_prog_compiler_pic='-qpic'
7579         lt_prog_compiler_static='-qstaticlink'
7580         ;;
7581       *)
7582         case `$CC -V 2>&1 | sed 5q` in
7583         *Sun\ C*)
7584           # Sun C 5.9
7585           lt_prog_compiler_pic='-KPIC'
7586           lt_prog_compiler_static='-Bstatic'
7587           lt_prog_compiler_wl='-Wl,'
7588           ;;
7589         *Sun\ F*)
7590           # Sun Fortran 8.3 passes all unrecognized flags to the linker
7591           lt_prog_compiler_pic='-KPIC'
7592           lt_prog_compiler_static='-Bstatic'
7593           lt_prog_compiler_wl=''
7594           ;;
7595         esac
7596         ;;
7597       esac
7598       ;;
7599
7600     newsos6)
7601       lt_prog_compiler_pic='-KPIC'
7602       lt_prog_compiler_static='-Bstatic'
7603       ;;
7604
7605     *nto* | *qnx*)
7606       # QNX uses GNU C++, but need to define -shared option too, otherwise
7607       # it will coredump.
7608       lt_prog_compiler_pic='-fPIC -shared'
7609       ;;
7610
7611     osf3* | osf4* | osf5*)
7612       lt_prog_compiler_wl='-Wl,'
7613       # All OSF/1 code is PIC.
7614       lt_prog_compiler_static='-non_shared'
7615       ;;
7616
7617     rdos*)
7618       lt_prog_compiler_static='-non_shared'
7619       ;;
7620
7621     solaris*)
7622       lt_prog_compiler_pic='-KPIC'
7623       lt_prog_compiler_static='-Bstatic'
7624       case $cc_basename in
7625       f77* | f90* | f95*)
7626         lt_prog_compiler_wl='-Qoption ld ';;
7627       *)
7628         lt_prog_compiler_wl='-Wl,';;
7629       esac
7630       ;;
7631
7632     sunos4*)
7633       lt_prog_compiler_wl='-Qoption ld '
7634       lt_prog_compiler_pic='-PIC'
7635       lt_prog_compiler_static='-Bstatic'
7636       ;;
7637
7638     sysv4 | sysv4.2uw2* | sysv4.3*)
7639       lt_prog_compiler_wl='-Wl,'
7640       lt_prog_compiler_pic='-KPIC'
7641       lt_prog_compiler_static='-Bstatic'
7642       ;;
7643
7644     sysv4*MP*)
7645       if test -d /usr/nec ;then
7646         lt_prog_compiler_pic='-Kconform_pic'
7647         lt_prog_compiler_static='-Bstatic'
7648       fi
7649       ;;
7650
7651     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7652       lt_prog_compiler_wl='-Wl,'
7653       lt_prog_compiler_pic='-KPIC'
7654       lt_prog_compiler_static='-Bstatic'
7655       ;;
7656
7657     unicos*)
7658       lt_prog_compiler_wl='-Wl,'
7659       lt_prog_compiler_can_build_shared=no
7660       ;;
7661
7662     uts4*)
7663       lt_prog_compiler_pic='-pic'
7664       lt_prog_compiler_static='-Bstatic'
7665       ;;
7666
7667     *)
7668       lt_prog_compiler_can_build_shared=no
7669       ;;
7670     esac
7671   fi
7672
7673 case $host_os in
7674   # For platforms which do not support PIC, -DPIC is meaningless:
7675   *djgpp*)
7676     lt_prog_compiler_pic=
7677     ;;
7678   *)
7679     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7680     ;;
7681 esac
7682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7683 $as_echo "$lt_prog_compiler_pic" >&6; }
7684
7685
7686
7687
7688
7689
7690 #
7691 # Check to make sure the PIC flag actually works.
7692 #
7693 if test -n "$lt_prog_compiler_pic"; then
7694   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7695 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7696 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7697   $as_echo_n "(cached) " >&6
7698 else
7699   lt_cv_prog_compiler_pic_works=no
7700    ac_outfile=conftest.$ac_objext
7701    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7702    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7703    # Insert the option either (1) after the last *FLAGS variable, or
7704    # (2) before a word containing "conftest.", or (3) at the end.
7705    # Note that $ac_compile itself does not contain backslashes and begins
7706    # with a dollar sign (not a hyphen), so the echo should work correctly.
7707    # The option is referenced via a variable to avoid confusing sed.
7708    lt_compile=`echo "$ac_compile" | $SED \
7709    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7710    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7711    -e 's:$: $lt_compiler_flag:'`
7712    (eval echo "\"\$as_me:7712: $lt_compile\"" >&5)
7713    (eval "$lt_compile" 2>conftest.err)
7714    ac_status=$?
7715    cat conftest.err >&5
7716    echo "$as_me:7716: \$? = $ac_status" >&5
7717    if (exit $ac_status) && test -s "$ac_outfile"; then
7718      # The compiler can only warn and ignore the option if not recognized
7719      # So say no if there are warnings other than the usual output.
7720      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7721      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7722      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7723        lt_cv_prog_compiler_pic_works=yes
7724      fi
7725    fi
7726    $RM conftest*
7727
7728 fi
7729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7730 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7731
7732 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7733     case $lt_prog_compiler_pic in
7734      "" | " "*) ;;
7735      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7736      esac
7737 else
7738     lt_prog_compiler_pic=
7739      lt_prog_compiler_can_build_shared=no
7740 fi
7741
7742 fi
7743
7744
7745
7746
7747
7748
7749 #
7750 # Check to make sure the static flag actually works.
7751 #
7752 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7754 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7755 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7756   $as_echo_n "(cached) " >&6
7757 else
7758   lt_cv_prog_compiler_static_works=no
7759    save_LDFLAGS="$LDFLAGS"
7760    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7761    echo "$lt_simple_link_test_code" > conftest.$ac_ext
7762    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7763      # The linker can only warn and ignore the option if not recognized
7764      # So say no if there are warnings
7765      if test -s conftest.err; then
7766        # Append any errors to the config.log.
7767        cat conftest.err 1>&5
7768        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7769        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7770        if diff conftest.exp conftest.er2 >/dev/null; then
7771          lt_cv_prog_compiler_static_works=yes
7772        fi
7773      else
7774        lt_cv_prog_compiler_static_works=yes
7775      fi
7776    fi
7777    $RM -r conftest*
7778    LDFLAGS="$save_LDFLAGS"
7779
7780 fi
7781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7782 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7783
7784 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7785     :
7786 else
7787     lt_prog_compiler_static=
7788 fi
7789
7790
7791
7792
7793
7794
7795
7796   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7797 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7798 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7799   $as_echo_n "(cached) " >&6
7800 else
7801   lt_cv_prog_compiler_c_o=no
7802    $RM -r conftest 2>/dev/null
7803    mkdir conftest
7804    cd conftest
7805    mkdir out
7806    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7807
7808    lt_compiler_flag="-o out/conftest2.$ac_objext"
7809    # Insert the option either (1) after the last *FLAGS variable, or
7810    # (2) before a word containing "conftest.", or (3) at the end.
7811    # Note that $ac_compile itself does not contain backslashes and begins
7812    # with a dollar sign (not a hyphen), so the echo should work correctly.
7813    lt_compile=`echo "$ac_compile" | $SED \
7814    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7815    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7816    -e 's:$: $lt_compiler_flag:'`
7817    (eval echo "\"\$as_me:7817: $lt_compile\"" >&5)
7818    (eval "$lt_compile" 2>out/conftest.err)
7819    ac_status=$?
7820    cat out/conftest.err >&5
7821    echo "$as_me:7821: \$? = $ac_status" >&5
7822    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7823    then
7824      # The compiler can only warn and ignore the option if not recognized
7825      # So say no if there are warnings
7826      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7827      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7828      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7829        lt_cv_prog_compiler_c_o=yes
7830      fi
7831    fi
7832    chmod u+w . 2>&5
7833    $RM conftest*
7834    # SGI C++ compiler will create directory out/ii_files/ for
7835    # template instantiation
7836    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7837    $RM out/* && rmdir out
7838    cd ..
7839    $RM -r conftest
7840    $RM conftest*
7841
7842 fi
7843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7844 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7845
7846
7847
7848
7849
7850
7851   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7852 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7853 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7854   $as_echo_n "(cached) " >&6
7855 else
7856   lt_cv_prog_compiler_c_o=no
7857    $RM -r conftest 2>/dev/null
7858    mkdir conftest
7859    cd conftest
7860    mkdir out
7861    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7862
7863    lt_compiler_flag="-o out/conftest2.$ac_objext"
7864    # Insert the option either (1) after the last *FLAGS variable, or
7865    # (2) before a word containing "conftest.", or (3) at the end.
7866    # Note that $ac_compile itself does not contain backslashes and begins
7867    # with a dollar sign (not a hyphen), so the echo should work correctly.
7868    lt_compile=`echo "$ac_compile" | $SED \
7869    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7870    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7871    -e 's:$: $lt_compiler_flag:'`
7872    (eval echo "\"\$as_me:7872: $lt_compile\"" >&5)
7873    (eval "$lt_compile" 2>out/conftest.err)
7874    ac_status=$?
7875    cat out/conftest.err >&5
7876    echo "$as_me:7876: \$? = $ac_status" >&5
7877    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7878    then
7879      # The compiler can only warn and ignore the option if not recognized
7880      # So say no if there are warnings
7881      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7882      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7883      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7884        lt_cv_prog_compiler_c_o=yes
7885      fi
7886    fi
7887    chmod u+w . 2>&5
7888    $RM conftest*
7889    # SGI C++ compiler will create directory out/ii_files/ for
7890    # template instantiation
7891    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7892    $RM out/* && rmdir out
7893    cd ..
7894    $RM -r conftest
7895    $RM conftest*
7896
7897 fi
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7899 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7900
7901
7902
7903
7904 hard_links="nottested"
7905 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7906   # do not overwrite the value of need_locks provided by the user
7907   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7908 $as_echo_n "checking if we can lock with hard links... " >&6; }
7909   hard_links=yes
7910   $RM conftest*
7911   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7912   touch conftest.a
7913   ln conftest.a conftest.b 2>&5 || hard_links=no
7914   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7915   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7916 $as_echo "$hard_links" >&6; }
7917   if test "$hard_links" = no; then
7918     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7919 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7920     need_locks=warn
7921   fi
7922 else
7923   need_locks=no
7924 fi
7925
7926
7927
7928
7929
7930
7931   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7932 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7933
7934   runpath_var=
7935   allow_undefined_flag=
7936   always_export_symbols=no
7937   archive_cmds=
7938   archive_expsym_cmds=
7939   compiler_needs_object=no
7940   enable_shared_with_static_runtimes=no
7941   export_dynamic_flag_spec=
7942   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7943   hardcode_automatic=no
7944   hardcode_direct=no
7945   hardcode_direct_absolute=no
7946   hardcode_libdir_flag_spec=
7947   hardcode_libdir_flag_spec_ld=
7948   hardcode_libdir_separator=
7949   hardcode_minus_L=no
7950   hardcode_shlibpath_var=unsupported
7951   inherit_rpath=no
7952   link_all_deplibs=unknown
7953   module_cmds=
7954   module_expsym_cmds=
7955   old_archive_from_new_cmds=
7956   old_archive_from_expsyms_cmds=
7957   thread_safe_flag_spec=
7958   whole_archive_flag_spec=
7959   # include_expsyms should be a list of space-separated symbols to be *always*
7960   # included in the symbol list
7961   include_expsyms=
7962   # exclude_expsyms can be an extended regexp of symbols to exclude
7963   # it will be wrapped by ` (' and `)$', so one must not match beginning or
7964   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7965   # as well as any symbol that contains `d'.
7966   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
7967   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7968   # platforms (ab)use it in PIC code, but their linkers get confused if
7969   # the symbol is explicitly referenced.  Since portable code cannot
7970   # rely on this symbol name, it's probably fine to never include it in
7971   # preloaded symbol tables.
7972   # Exclude shared library initialization/finalization symbols.
7973   extract_expsyms_cmds=
7974
7975   case $host_os in
7976   cygwin* | mingw* | pw32* | cegcc*)
7977     # FIXME: the MSVC++ port hasn't been tested in a loooong time
7978     # When not using gcc, we currently assume that we are using
7979     # Microsoft Visual C++.
7980     if test "$GCC" != yes; then
7981       with_gnu_ld=no
7982     fi
7983     ;;
7984   interix*)
7985     # we just hope/assume this is gcc and not c89 (= MSVC++)
7986     with_gnu_ld=yes
7987     ;;
7988   openbsd*)
7989     with_gnu_ld=no
7990     ;;
7991   linux* | k*bsd*-gnu)
7992     link_all_deplibs=no
7993     ;;
7994   esac
7995
7996   ld_shlibs=yes
7997   if test "$with_gnu_ld" = yes; then
7998     # If archive_cmds runs LD, not CC, wlarc should be empty
7999     wlarc='${wl}'
8000
8001     # Set some defaults for GNU ld with shared library support. These
8002     # are reset later if shared libraries are not supported. Putting them
8003     # here allows them to be overridden if necessary.
8004     runpath_var=LD_RUN_PATH
8005     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8006     export_dynamic_flag_spec='${wl}--export-dynamic'
8007     # ancient GNU ld didn't support --whole-archive et. al.
8008     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8009       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8010     else
8011       whole_archive_flag_spec=
8012     fi
8013     supports_anon_versioning=no
8014     case `$LD -v 2>&1` in
8015       *GNU\ gold*) supports_anon_versioning=yes ;;
8016       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8017       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8018       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8019       *\ 2.11.*) ;; # other 2.11 versions
8020       *) supports_anon_versioning=yes ;;
8021     esac
8022
8023     # See if GNU ld supports shared libraries.
8024     case $host_os in
8025     aix[3-9]*)
8026       # On AIX/PPC, the GNU linker is very broken
8027       if test "$host_cpu" != ia64; then
8028         ld_shlibs=no
8029         cat <<_LT_EOF 1>&2
8030
8031 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
8032 *** to be unable to reliably create shared libraries on AIX.
8033 *** Therefore, libtool is disabling shared libraries support.  If you
8034 *** really care for shared libraries, you may want to modify your PATH
8035 *** so that a non-GNU linker is found, and then restart.
8036
8037 _LT_EOF
8038       fi
8039       ;;
8040
8041     amigaos*)
8042       case $host_cpu in
8043       powerpc)
8044             # see comment about AmigaOS4 .so support
8045             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8046             archive_expsym_cmds=''
8047         ;;
8048       m68k)
8049             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)'
8050             hardcode_libdir_flag_spec='-L$libdir'
8051             hardcode_minus_L=yes
8052         ;;
8053       esac
8054       ;;
8055
8056     beos*)
8057       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8058         allow_undefined_flag=unsupported
8059         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8060         # support --undefined.  This deserves some investigation.  FIXME
8061         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8062       else
8063         ld_shlibs=no
8064       fi
8065       ;;
8066
8067     cygwin* | mingw* | pw32* | cegcc*)
8068       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8069       # as there is no search path for DLLs.
8070       hardcode_libdir_flag_spec='-L$libdir'
8071       allow_undefined_flag=unsupported
8072       always_export_symbols=no
8073       enable_shared_with_static_runtimes=yes
8074       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8075
8076       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8077         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8078         # If the export-symbols file already is a .def file (1st line
8079         # is EXPORTS), use it as is; otherwise, prepend...
8080         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8081           cp $export_symbols $output_objdir/$soname.def;
8082         else
8083           echo EXPORTS > $output_objdir/$soname.def;
8084           cat $export_symbols >> $output_objdir/$soname.def;
8085         fi~
8086         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8087       else
8088         ld_shlibs=no
8089       fi
8090       ;;
8091
8092     interix[3-9]*)
8093       hardcode_direct=no
8094       hardcode_shlibpath_var=no
8095       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8096       export_dynamic_flag_spec='${wl}-E'
8097       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8098       # Instead, shared libraries are loaded at an image base (0x10000000 by
8099       # default) and relocated if they conflict, which is a slow very memory
8100       # consuming and fragmenting process.  To avoid this, we pick a random,
8101       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8102       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8103       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8104       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'
8105       ;;
8106
8107     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8108       tmp_diet=no
8109       if test "$host_os" = linux-dietlibc; then
8110         case $cc_basename in
8111           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
8112         esac
8113       fi
8114       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8115          && test "$tmp_diet" = no
8116       then
8117         tmp_addflag=
8118         tmp_sharedflag='-shared'
8119         case $cc_basename,$host_cpu in
8120         pgcc*)                          # Portland Group C compiler
8121           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'
8122           tmp_addflag=' $pic_flag'
8123           ;;
8124         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8125           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'
8126           tmp_addflag=' $pic_flag -Mnomain' ;;
8127         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8128           tmp_addflag=' -i_dynamic' ;;
8129         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8130           tmp_addflag=' -i_dynamic -nofor_main' ;;
8131         ifc* | ifort*)                  # Intel Fortran compiler
8132           tmp_addflag=' -nofor_main' ;;
8133         lf95*)                          # Lahey Fortran 8.1
8134           whole_archive_flag_spec=
8135           tmp_sharedflag='--shared' ;;
8136         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
8137           tmp_sharedflag='-qmkshrobj'
8138           tmp_addflag= ;;
8139         esac
8140         case `$CC -V 2>&1 | sed 5q` in
8141         *Sun\ C*)                       # Sun C 5.9
8142           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'
8143           compiler_needs_object=yes
8144           tmp_sharedflag='-G' ;;
8145         *Sun\ F*)                       # Sun Fortran 8.3
8146           tmp_sharedflag='-G' ;;
8147         esac
8148         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8149
8150         if test "x$supports_anon_versioning" = xyes; then
8151           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8152             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8153             echo "local: *; };" >> $output_objdir/$libname.ver~
8154             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8155         fi
8156
8157         case $cc_basename in
8158         xlf*)
8159           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8160           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8161           hardcode_libdir_flag_spec=
8162           hardcode_libdir_flag_spec_ld='-rpath $libdir'
8163           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8164           if test "x$supports_anon_versioning" = xyes; then
8165             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8166               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8167               echo "local: *; };" >> $output_objdir/$libname.ver~
8168               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8169           fi
8170           ;;
8171         esac
8172       else
8173         ld_shlibs=no
8174       fi
8175       ;;
8176
8177     netbsd* | netbsdelf*-gnu)
8178       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8179         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8180         wlarc=
8181       else
8182         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8183         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8184       fi
8185       ;;
8186
8187     solaris*)
8188       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8189         ld_shlibs=no
8190         cat <<_LT_EOF 1>&2
8191
8192 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8193 *** create shared libraries on Solaris systems.  Therefore, libtool
8194 *** is disabling shared libraries support.  We urge you to upgrade GNU
8195 *** binutils to release 2.9.1 or newer.  Another option is to modify
8196 *** your PATH or compiler configuration so that the native linker is
8197 *** used, and then restart.
8198
8199 _LT_EOF
8200       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8201         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8202         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8203       else
8204         ld_shlibs=no
8205       fi
8206       ;;
8207
8208     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8209       case `$LD -v 2>&1` in
8210         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8211         ld_shlibs=no
8212         cat <<_LT_EOF 1>&2
8213
8214 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8215 *** reliably create shared libraries on SCO systems.  Therefore, libtool
8216 *** is disabling shared libraries support.  We urge you to upgrade GNU
8217 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8218 *** your PATH or compiler configuration so that the native linker is
8219 *** used, and then restart.
8220
8221 _LT_EOF
8222         ;;
8223         *)
8224           # For security reasons, it is highly recommended that you always
8225           # use absolute paths for naming shared libraries, and exclude the
8226           # DT_RUNPATH tag from executables and libraries.  But doing so
8227           # requires that you compile everything twice, which is a pain.
8228           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8229             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8230             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8231             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8232           else
8233             ld_shlibs=no
8234           fi
8235         ;;
8236       esac
8237       ;;
8238
8239     sunos4*)
8240       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8241       wlarc=
8242       hardcode_direct=yes
8243       hardcode_shlibpath_var=no
8244       ;;
8245
8246     *)
8247       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8248         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8249         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8250       else
8251         ld_shlibs=no
8252       fi
8253       ;;
8254     esac
8255
8256     if test "$ld_shlibs" = no; then
8257       runpath_var=
8258       hardcode_libdir_flag_spec=
8259       export_dynamic_flag_spec=
8260       whole_archive_flag_spec=
8261     fi
8262   else
8263     # PORTME fill in a description of your system's linker (not GNU ld)
8264     case $host_os in
8265     aix3*)
8266       allow_undefined_flag=unsupported
8267       always_export_symbols=yes
8268       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'
8269       # Note: this linker hardcodes the directories in LIBPATH if there
8270       # are no directories specified by -L.
8271       hardcode_minus_L=yes
8272       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8273         # Neither direct hardcoding nor static linking is supported with a
8274         # broken collect2.
8275         hardcode_direct=unsupported
8276       fi
8277       ;;
8278
8279     aix[4-9]*)
8280       if test "$host_cpu" = ia64; then
8281         # On IA64, the linker does run time linking by default, so we don't
8282         # have to do anything special.
8283         aix_use_runtimelinking=no
8284         exp_sym_flag='-Bexport'
8285         no_entry_flag=""
8286       else
8287         # If we're using GNU nm, then we don't want the "-C" option.
8288         # -C means demangle to AIX nm, but means don't demangle with GNU nm
8289         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8290           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'
8291         else
8292           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'
8293         fi
8294         aix_use_runtimelinking=no
8295
8296         # Test if we are trying to use run time linking or normal
8297         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8298         # need to do runtime linking.
8299         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8300           for ld_flag in $LDFLAGS; do
8301           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8302             aix_use_runtimelinking=yes
8303             break
8304           fi
8305           done
8306           ;;
8307         esac
8308
8309         exp_sym_flag='-bexport'
8310         no_entry_flag='-bnoentry'
8311       fi
8312
8313       # When large executables or shared objects are built, AIX ld can
8314       # have problems creating the table of contents.  If linking a library
8315       # or program results in "error TOC overflow" add -mminimal-toc to
8316       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8317       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8318
8319       archive_cmds=''
8320       hardcode_direct=yes
8321       hardcode_direct_absolute=yes
8322       hardcode_libdir_separator=':'
8323       link_all_deplibs=yes
8324       file_list_spec='${wl}-f,'
8325
8326       if test "$GCC" = yes; then
8327         case $host_os in aix4.[012]|aix4.[012].*)
8328         # We only want to do this on AIX 4.2 and lower, the check
8329         # below for broken collect2 doesn't work under 4.3+
8330           collect2name=`${CC} -print-prog-name=collect2`
8331           if test -f "$collect2name" &&
8332            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8333           then
8334           # We have reworked collect2
8335           :
8336           else
8337           # We have old collect2
8338           hardcode_direct=unsupported
8339           # It fails to find uninstalled libraries when the uninstalled
8340           # path is not listed in the libpath.  Setting hardcode_minus_L
8341           # to unsupported forces relinking
8342           hardcode_minus_L=yes
8343           hardcode_libdir_flag_spec='-L$libdir'
8344           hardcode_libdir_separator=
8345           fi
8346           ;;
8347         esac
8348         shared_flag='-shared'
8349         if test "$aix_use_runtimelinking" = yes; then
8350           shared_flag="$shared_flag "'${wl}-G'
8351         fi
8352         link_all_deplibs=no
8353       else
8354         # not using gcc
8355         if test "$host_cpu" = ia64; then
8356         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8357         # chokes on -Wl,-G. The following line is correct:
8358           shared_flag='-G'
8359         else
8360           if test "$aix_use_runtimelinking" = yes; then
8361             shared_flag='${wl}-G'
8362           else
8363             shared_flag='${wl}-bM:SRE'
8364           fi
8365         fi
8366       fi
8367
8368       export_dynamic_flag_spec='${wl}-bexpall'
8369       # It seems that -bexpall does not export symbols beginning with
8370       # underscore (_), so it is better to generate a list of symbols to export.
8371       always_export_symbols=yes
8372       if test "$aix_use_runtimelinking" = yes; then
8373         # Warning - without using the other runtime loading flags (-brtl),
8374         # -berok will link without error, but may produce a broken library.
8375         allow_undefined_flag='-berok'
8376         # Determine the default libpath from the value encoded in an
8377         # empty executable.
8378         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8379 /* end confdefs.h.  */
8380
8381 int
8382 main ()
8383 {
8384
8385   ;
8386   return 0;
8387 }
8388 _ACEOF
8389 if ac_fn_c_try_link "$LINENO"; then :
8390
8391 lt_aix_libpath_sed='
8392     /Import File Strings/,/^$/ {
8393         /^0/ {
8394             s/^0  *\(.*\)$/\1/
8395             p
8396         }
8397     }'
8398 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8399 # Check for a 64-bit object if we didn't find anything.
8400 if test -z "$aix_libpath"; then
8401   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8402 fi
8403 fi
8404 rm -f core conftest.err conftest.$ac_objext \
8405     conftest$ac_exeext conftest.$ac_ext
8406 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8407
8408         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8409         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"
8410       else
8411         if test "$host_cpu" = ia64; then
8412           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8413           allow_undefined_flag="-z nodefs"
8414           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"
8415         else
8416          # Determine the default libpath from the value encoded in an
8417          # empty executable.
8418          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8419 /* end confdefs.h.  */
8420
8421 int
8422 main ()
8423 {
8424
8425   ;
8426   return 0;
8427 }
8428 _ACEOF
8429 if ac_fn_c_try_link "$LINENO"; then :
8430
8431 lt_aix_libpath_sed='
8432     /Import File Strings/,/^$/ {
8433         /^0/ {
8434             s/^0  *\(.*\)$/\1/
8435             p
8436         }
8437     }'
8438 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8439 # Check for a 64-bit object if we didn't find anything.
8440 if test -z "$aix_libpath"; then
8441   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8442 fi
8443 fi
8444 rm -f core conftest.err conftest.$ac_objext \
8445     conftest$ac_exeext conftest.$ac_ext
8446 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8447
8448          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8449           # Warning - without using the other run time loading flags,
8450           # -berok will link without error, but may produce a broken library.
8451           no_undefined_flag=' ${wl}-bernotok'
8452           allow_undefined_flag=' ${wl}-berok'
8453           # Exported symbols can be pulled into shared objects from archives
8454           whole_archive_flag_spec='$convenience'
8455           archive_cmds_need_lc=yes
8456           # This is similar to how AIX traditionally builds its shared libraries.
8457           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'
8458         fi
8459       fi
8460       ;;
8461
8462     amigaos*)
8463       case $host_cpu in
8464       powerpc)
8465             # see comment about AmigaOS4 .so support
8466             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8467             archive_expsym_cmds=''
8468         ;;
8469       m68k)
8470             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)'
8471             hardcode_libdir_flag_spec='-L$libdir'
8472             hardcode_minus_L=yes
8473         ;;
8474       esac
8475       ;;
8476
8477     bsdi[45]*)
8478       export_dynamic_flag_spec=-rdynamic
8479       ;;
8480
8481     cygwin* | mingw* | pw32* | cegcc*)
8482       # When not using gcc, we currently assume that we are using
8483       # Microsoft Visual C++.
8484       # hardcode_libdir_flag_spec is actually meaningless, as there is
8485       # no search path for DLLs.
8486       hardcode_libdir_flag_spec=' '
8487       allow_undefined_flag=unsupported
8488       # Tell ltmain to make .lib files, not .a files.
8489       libext=lib
8490       # Tell ltmain to make .dll files, not .so files.
8491       shrext_cmds=".dll"
8492       # FIXME: Setting linknames here is a bad hack.
8493       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8494       # The linker will automatically build a .lib file if we build a DLL.
8495       old_archive_from_new_cmds='true'
8496       # FIXME: Should let the user specify the lib program.
8497       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8498       fix_srcfile_path='`cygpath -w "$srcfile"`'
8499       enable_shared_with_static_runtimes=yes
8500       ;;
8501
8502     darwin* | rhapsody*)
8503
8504
8505   archive_cmds_need_lc=no
8506   hardcode_direct=no
8507   hardcode_automatic=yes
8508   hardcode_shlibpath_var=unsupported
8509   whole_archive_flag_spec=''
8510   link_all_deplibs=yes
8511   allow_undefined_flag="$_lt_dar_allow_undefined"
8512   case $cc_basename in
8513      ifort*) _lt_dar_can_shared=yes ;;
8514      *) _lt_dar_can_shared=$GCC ;;
8515   esac
8516   if test "$_lt_dar_can_shared" = "yes"; then
8517     output_verbose_link_cmd=echo
8518     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8519     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8520     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}"
8521     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}"
8522
8523   else
8524   ld_shlibs=no
8525   fi
8526
8527       ;;
8528
8529     dgux*)
8530       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8531       hardcode_libdir_flag_spec='-L$libdir'
8532       hardcode_shlibpath_var=no
8533       ;;
8534
8535     freebsd1*)
8536       ld_shlibs=no
8537       ;;
8538
8539     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8540     # support.  Future versions do this automatically, but an explicit c++rt0.o
8541     # does not break anything, and helps significantly (at the cost of a little
8542     # extra space).
8543     freebsd2.2*)
8544       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8545       hardcode_libdir_flag_spec='-R$libdir'
8546       hardcode_direct=yes
8547       hardcode_shlibpath_var=no
8548       ;;
8549
8550     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8551     freebsd2*)
8552       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8553       hardcode_direct=yes
8554       hardcode_minus_L=yes
8555       hardcode_shlibpath_var=no
8556       ;;
8557
8558     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8559     freebsd* | dragonfly*)
8560       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8561       hardcode_libdir_flag_spec='-R$libdir'
8562       hardcode_direct=yes
8563       hardcode_shlibpath_var=no
8564       ;;
8565
8566     hpux9*)
8567       if test "$GCC" = yes; then
8568         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'
8569       else
8570         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'
8571       fi
8572       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8573       hardcode_libdir_separator=:
8574       hardcode_direct=yes
8575
8576       # hardcode_minus_L: Not really in the search PATH,
8577       # but as the default location of the library.
8578       hardcode_minus_L=yes
8579       export_dynamic_flag_spec='${wl}-E'
8580       ;;
8581
8582     hpux10*)
8583       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8584         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8585       else
8586         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8587       fi
8588       if test "$with_gnu_ld" = no; then
8589         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8590         hardcode_libdir_flag_spec_ld='+b $libdir'
8591         hardcode_libdir_separator=:
8592         hardcode_direct=yes
8593         hardcode_direct_absolute=yes
8594         export_dynamic_flag_spec='${wl}-E'
8595         # hardcode_minus_L: Not really in the search PATH,
8596         # but as the default location of the library.
8597         hardcode_minus_L=yes
8598       fi
8599       ;;
8600
8601     hpux11*)
8602       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8603         case $host_cpu in
8604         hppa*64*)
8605           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8606           ;;
8607         ia64*)
8608           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8609           ;;
8610         *)
8611           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8612           ;;
8613         esac
8614       else
8615         case $host_cpu in
8616         hppa*64*)
8617           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8618           ;;
8619         ia64*)
8620           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8621           ;;
8622         *)
8623           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8624           ;;
8625         esac
8626       fi
8627       if test "$with_gnu_ld" = no; then
8628         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8629         hardcode_libdir_separator=:
8630
8631         case $host_cpu in
8632         hppa*64*|ia64*)
8633           hardcode_direct=no
8634           hardcode_shlibpath_var=no
8635           ;;
8636         *)
8637           hardcode_direct=yes
8638           hardcode_direct_absolute=yes
8639           export_dynamic_flag_spec='${wl}-E'
8640
8641           # hardcode_minus_L: Not really in the search PATH,
8642           # but as the default location of the library.
8643           hardcode_minus_L=yes
8644           ;;
8645         esac
8646       fi
8647       ;;
8648
8649     irix5* | irix6* | nonstopux*)
8650       if test "$GCC" = yes; then
8651         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'
8652         # Try to use the -exported_symbol ld option, if it does not
8653         # work, assume that -exports_file does not work either and
8654         # implicitly export all symbols.
8655         save_LDFLAGS="$LDFLAGS"
8656         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8657         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8658 /* end confdefs.h.  */
8659 int foo(void) {}
8660 _ACEOF
8661 if ac_fn_c_try_link "$LINENO"; then :
8662   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'
8663
8664 fi
8665 rm -f core conftest.err conftest.$ac_objext \
8666     conftest$ac_exeext conftest.$ac_ext
8667         LDFLAGS="$save_LDFLAGS"
8668       else
8669         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'
8670         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'
8671       fi
8672       archive_cmds_need_lc='no'
8673       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8674       hardcode_libdir_separator=:
8675       inherit_rpath=yes
8676       link_all_deplibs=yes
8677       ;;
8678
8679     netbsd* | netbsdelf*-gnu)
8680       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8681         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
8682       else
8683         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
8684       fi
8685       hardcode_libdir_flag_spec='-R$libdir'
8686       hardcode_direct=yes
8687       hardcode_shlibpath_var=no
8688       ;;
8689
8690     newsos6)
8691       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8692       hardcode_direct=yes
8693       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8694       hardcode_libdir_separator=:
8695       hardcode_shlibpath_var=no
8696       ;;
8697
8698     *nto* | *qnx*)
8699       ;;
8700
8701     openbsd*)
8702       if test -f /usr/libexec/ld.so; then
8703         hardcode_direct=yes
8704         hardcode_shlibpath_var=no
8705         hardcode_direct_absolute=yes
8706         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8707           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8708           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8709           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8710           export_dynamic_flag_spec='${wl}-E'
8711         else
8712           case $host_os in
8713            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8714              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8715              hardcode_libdir_flag_spec='-R$libdir'
8716              ;;
8717            *)
8718              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8719              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8720              ;;
8721           esac
8722         fi
8723       else
8724         ld_shlibs=no
8725       fi
8726       ;;
8727
8728     os2*)
8729       hardcode_libdir_flag_spec='-L$libdir'
8730       hardcode_minus_L=yes
8731       allow_undefined_flag=unsupported
8732       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'
8733       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8734       ;;
8735
8736     osf3*)
8737       if test "$GCC" = yes; then
8738         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8739         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'
8740       else
8741         allow_undefined_flag=' -expect_unresolved \*'
8742         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'
8743       fi
8744       archive_cmds_need_lc='no'
8745       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8746       hardcode_libdir_separator=:
8747       ;;
8748
8749     osf4* | osf5*)      # as osf3* with the addition of -msym flag
8750       if test "$GCC" = yes; then
8751         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8752         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'
8753         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8754       else
8755         allow_undefined_flag=' -expect_unresolved \*'
8756         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'
8757         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~
8758         $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'
8759
8760         # Both c and cxx compiler support -rpath directly
8761         hardcode_libdir_flag_spec='-rpath $libdir'
8762       fi
8763       archive_cmds_need_lc='no'
8764       hardcode_libdir_separator=:
8765       ;;
8766
8767     solaris*)
8768       no_undefined_flag=' -z defs'
8769       if test "$GCC" = yes; then
8770         wlarc='${wl}'
8771         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8772         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8773           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8774       else
8775         case `$CC -V 2>&1` in
8776         *"Compilers 5.0"*)
8777           wlarc=''
8778           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8779           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8780           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8781           ;;
8782         *)
8783           wlarc='${wl}'
8784           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8785           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8786           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8787           ;;
8788         esac
8789       fi
8790       hardcode_libdir_flag_spec='-R$libdir'
8791       hardcode_shlibpath_var=no
8792       case $host_os in
8793       solaris2.[0-5] | solaris2.[0-5].*) ;;
8794       *)
8795         # The compiler driver will combine and reorder linker options,
8796         # but understands `-z linker_flag'.  GCC discards it without `$wl',
8797         # but is careful enough not to reorder.
8798         # Supported since Solaris 2.6 (maybe 2.5.1?)
8799         if test "$GCC" = yes; then
8800           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8801         else
8802           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8803         fi
8804         ;;
8805       esac
8806       link_all_deplibs=yes
8807       ;;
8808
8809     sunos4*)
8810       if test "x$host_vendor" = xsequent; then
8811         # Use $CC to link under sequent, because it throws in some extra .o
8812         # files that make .init and .fini sections work.
8813         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8814       else
8815         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8816       fi
8817       hardcode_libdir_flag_spec='-L$libdir'
8818       hardcode_direct=yes
8819       hardcode_minus_L=yes
8820       hardcode_shlibpath_var=no
8821       ;;
8822
8823     sysv4)
8824       case $host_vendor in
8825         sni)
8826           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8827           hardcode_direct=yes # is this really true???
8828         ;;
8829         siemens)
8830           ## LD is ld it makes a PLAMLIB
8831           ## CC just makes a GrossModule.
8832           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8833           reload_cmds='$CC -r -o $output$reload_objs'
8834           hardcode_direct=no
8835         ;;
8836         motorola)
8837           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8838           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8839         ;;
8840       esac
8841       runpath_var='LD_RUN_PATH'
8842       hardcode_shlibpath_var=no
8843       ;;
8844
8845     sysv4.3*)
8846       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8847       hardcode_shlibpath_var=no
8848       export_dynamic_flag_spec='-Bexport'
8849       ;;
8850
8851     sysv4*MP*)
8852       if test -d /usr/nec; then
8853         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8854         hardcode_shlibpath_var=no
8855         runpath_var=LD_RUN_PATH
8856         hardcode_runpath_var=yes
8857         ld_shlibs=yes
8858       fi
8859       ;;
8860
8861     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8862       no_undefined_flag='${wl}-z,text'
8863       archive_cmds_need_lc=no
8864       hardcode_shlibpath_var=no
8865       runpath_var='LD_RUN_PATH'
8866
8867       if test "$GCC" = yes; then
8868         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8869         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8870       else
8871         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8872         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8873       fi
8874       ;;
8875
8876     sysv5* | sco3.2v5* | sco5v6*)
8877       # Note: We can NOT use -z defs as we might desire, because we do not
8878       # link with -lc, and that would cause any symbols used from libc to
8879       # always be unresolved, which means just about no library would
8880       # ever link correctly.  If we're not using GNU ld we use -z text
8881       # though, which does catch some bad symbols but isn't as heavy-handed
8882       # as -z defs.
8883       no_undefined_flag='${wl}-z,text'
8884       allow_undefined_flag='${wl}-z,nodefs'
8885       archive_cmds_need_lc=no
8886       hardcode_shlibpath_var=no
8887       hardcode_libdir_flag_spec='${wl}-R,$libdir'
8888       hardcode_libdir_separator=':'
8889       link_all_deplibs=yes
8890       export_dynamic_flag_spec='${wl}-Bexport'
8891       runpath_var='LD_RUN_PATH'
8892
8893       if test "$GCC" = yes; then
8894         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8895         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8896       else
8897         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8898         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8899       fi
8900       ;;
8901
8902     uts4*)
8903       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8904       hardcode_libdir_flag_spec='-L$libdir'
8905       hardcode_shlibpath_var=no
8906       ;;
8907
8908     *)
8909       ld_shlibs=no
8910       ;;
8911     esac
8912
8913     if test x$host_vendor = xsni; then
8914       case $host in
8915       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8916         export_dynamic_flag_spec='${wl}-Blargedynsym'
8917         ;;
8918       esac
8919     fi
8920   fi
8921
8922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8923 $as_echo "$ld_shlibs" >&6; }
8924 test "$ld_shlibs" = no && can_build_shared=no
8925
8926 with_gnu_ld=$with_gnu_ld
8927
8928
8929
8930
8931
8932
8933
8934
8935
8936
8937
8938
8939
8940
8941
8942 #
8943 # Do we need to explicitly link libc?
8944 #
8945 case "x$archive_cmds_need_lc" in
8946 x|xyes)
8947   # Assume -lc should be added
8948   archive_cmds_need_lc=yes
8949
8950   if test "$enable_shared" = yes && test "$GCC" = yes; then
8951     case $archive_cmds in
8952     *'~'*)
8953       # FIXME: we may have to deal with multi-command sequences.
8954       ;;
8955     '$CC '*)
8956       # Test whether the compiler implicitly links with -lc since on some
8957       # systems, -lgcc has to come before -lc. If gcc already passes -lc
8958       # to ld, don't add -lc before -lgcc.
8959       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8960 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
8961       $RM conftest*
8962       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8963
8964       if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8965   (eval $ac_compile) 2>&5
8966   ac_status=$?
8967   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8968   test $ac_status = 0; } 2>conftest.err; then
8969         soname=conftest
8970         lib=conftest
8971         libobjs=conftest.$ac_objext
8972         deplibs=
8973         wl=$lt_prog_compiler_wl
8974         pic_flag=$lt_prog_compiler_pic
8975         compiler_flags=-v
8976         linker_flags=-v
8977         verstring=
8978         output_objdir=.
8979         libname=conftest
8980         lt_save_allow_undefined_flag=$allow_undefined_flag
8981         allow_undefined_flag=
8982         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
8983   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8984   ac_status=$?
8985   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8986   test $ac_status = 0; }
8987         then
8988           archive_cmds_need_lc=no
8989         else
8990           archive_cmds_need_lc=yes
8991         fi
8992         allow_undefined_flag=$lt_save_allow_undefined_flag
8993       else
8994         cat conftest.err 1>&5
8995       fi
8996       $RM conftest*
8997       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
8998 $as_echo "$archive_cmds_need_lc" >&6; }
8999       ;;
9000     esac
9001   fi
9002   ;;
9003 esac
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
9155
9156
9157
9158
9159
9160
9161   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9162 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9163
9164 if test "$GCC" = yes; then
9165   case $host_os in
9166     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9167     *) lt_awk_arg="/^libraries:/" ;;
9168   esac
9169   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9170   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9171     # if the path contains ";" then we assume it to be the separator
9172     # otherwise default to the standard path separator (i.e. ":") - it is
9173     # assumed that no part of a normal pathname contains ";" but that should
9174     # okay in the real world where ";" in dirpaths is itself problematic.
9175     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9176   else
9177     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9178   fi
9179   # Ok, now we have the path, separated by spaces, we can step through it
9180   # and add multilib dir if necessary.
9181   lt_tmp_lt_search_path_spec=
9182   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9183   for lt_sys_path in $lt_search_path_spec; do
9184     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9185       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9186     else
9187       test -d "$lt_sys_path" && \
9188         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9189     fi
9190   done
9191   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9192 BEGIN {RS=" "; FS="/|\n";} {
9193   lt_foo="";
9194   lt_count=0;
9195   for (lt_i = NF; lt_i > 0; lt_i--) {
9196     if ($lt_i != "" && $lt_i != ".") {
9197       if ($lt_i == "..") {
9198         lt_count++;
9199       } else {
9200         if (lt_count == 0) {
9201           lt_foo="/" $lt_i lt_foo;
9202         } else {
9203           lt_count--;
9204         }
9205       }
9206     }
9207   }
9208   if (lt_foo != "") { lt_freq[lt_foo]++; }
9209   if (lt_freq[lt_foo] == 1) { print lt_foo; }
9210 }'`
9211   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9212 else
9213   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9214 fi
9215 library_names_spec=
9216 libname_spec='lib$name'
9217 soname_spec=
9218 shrext_cmds=".so"
9219 postinstall_cmds=
9220 postuninstall_cmds=
9221 finish_cmds=
9222 finish_eval=
9223 shlibpath_var=
9224 shlibpath_overrides_runpath=unknown
9225 version_type=none
9226 dynamic_linker="$host_os ld.so"
9227 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9228 need_lib_prefix=unknown
9229 hardcode_into_libs=no
9230
9231 # when you set need_version to no, make sure it does not cause -set_version
9232 # flags to be left without arguments
9233 need_version=unknown
9234
9235 case $host_os in
9236 aix3*)
9237   version_type=linux
9238   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9239   shlibpath_var=LIBPATH
9240
9241   # AIX 3 has no versioning support, so we append a major version to the name.
9242   soname_spec='${libname}${release}${shared_ext}$major'
9243   ;;
9244
9245 aix[4-9]*)
9246   version_type=linux
9247   need_lib_prefix=no
9248   need_version=no
9249   hardcode_into_libs=yes
9250   if test "$host_cpu" = ia64; then
9251     # AIX 5 supports IA64
9252     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9253     shlibpath_var=LD_LIBRARY_PATH
9254   else
9255     # With GCC up to 2.95.x, collect2 would create an import file
9256     # for dependence libraries.  The import file would start with
9257     # the line `#! .'.  This would cause the generated library to
9258     # depend on `.', always an invalid library.  This was fixed in
9259     # development snapshots of GCC prior to 3.0.
9260     case $host_os in
9261       aix4 | aix4.[01] | aix4.[01].*)
9262       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9263            echo ' yes '
9264            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9265         :
9266       else
9267         can_build_shared=no
9268       fi
9269       ;;
9270     esac
9271     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9272     # soname into executable. Probably we can add versioning support to
9273     # collect2, so additional links can be useful in future.
9274     if test "$aix_use_runtimelinking" = yes; then
9275       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9276       # instead of lib<name>.a to let people know that these are not
9277       # typical AIX shared libraries.
9278       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9279     else
9280       # We preserve .a as extension for shared libraries through AIX4.2
9281       # and later when we are not doing run time linking.
9282       library_names_spec='${libname}${release}.a $libname.a'
9283       soname_spec='${libname}${release}${shared_ext}$major'
9284     fi
9285     shlibpath_var=LIBPATH
9286   fi
9287   ;;
9288
9289 amigaos*)
9290   case $host_cpu in
9291   powerpc)
9292     # Since July 2007 AmigaOS4 officially supports .so libraries.
9293     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9294     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9295     ;;
9296   m68k)
9297     library_names_spec='$libname.ixlibrary $libname.a'
9298     # Create ${libname}_ixlibrary.a entries in /sys/libs.
9299     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'
9300     ;;
9301   esac
9302   ;;
9303
9304 beos*)
9305   library_names_spec='${libname}${shared_ext}'
9306   dynamic_linker="$host_os ld.so"
9307   shlibpath_var=LIBRARY_PATH
9308   ;;
9309
9310 bsdi[45]*)
9311   version_type=linux
9312   need_version=no
9313   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9314   soname_spec='${libname}${release}${shared_ext}$major'
9315   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9316   shlibpath_var=LD_LIBRARY_PATH
9317   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9318   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9319   # the default ld.so.conf also contains /usr/contrib/lib and
9320   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9321   # libtool to hard-code these into programs
9322   ;;
9323
9324 cygwin* | mingw* | pw32* | cegcc*)
9325   version_type=windows
9326   shrext_cmds=".dll"
9327   need_version=no
9328   need_lib_prefix=no
9329
9330   case $GCC,$host_os in
9331   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9332     library_names_spec='$libname.dll.a'
9333     # DLL is installed to $(libdir)/../bin by postinstall_cmds
9334     postinstall_cmds='base_file=`basename \${file}`~
9335       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9336       dldir=$destdir/`dirname \$dlpath`~
9337       test -d \$dldir || mkdir -p \$dldir~
9338       $install_prog $dir/$dlname \$dldir/$dlname~
9339       chmod a+x \$dldir/$dlname~
9340       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9341         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9342       fi'
9343     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9344       dlpath=$dir/\$dldll~
9345        $RM \$dlpath'
9346     shlibpath_overrides_runpath=yes
9347
9348     case $host_os in
9349     cygwin*)
9350       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9351       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9352       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9353       ;;
9354     mingw* | cegcc*)
9355       # MinGW DLLs use traditional 'lib' prefix
9356       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9357       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9358       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9359         # It is most probably a Windows format PATH printed by
9360         # mingw gcc, but we are running on Cygwin. Gcc prints its search
9361         # path with ; separators, and with drive letters. We can handle the
9362         # drive letters (cygwin fileutils understands them), so leave them,
9363         # especially as we might pass files found there to a mingw objdump,
9364         # which wouldn't understand a cygwinified path. Ahh.
9365         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9366       else
9367         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9368       fi
9369       ;;
9370     pw32*)
9371       # pw32 DLLs use 'pw' prefix rather than 'lib'
9372       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9373       ;;
9374     esac
9375     ;;
9376
9377   *)
9378     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9379     ;;
9380   esac
9381   dynamic_linker='Win32 ld.exe'
9382   # FIXME: first we should search . and the directory the executable is in
9383   shlibpath_var=PATH
9384   ;;
9385
9386 darwin* | rhapsody*)
9387   dynamic_linker="$host_os dyld"
9388   version_type=darwin
9389   need_lib_prefix=no
9390   need_version=no
9391   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9392   soname_spec='${libname}${release}${major}$shared_ext'
9393   shlibpath_overrides_runpath=yes
9394   shlibpath_var=DYLD_LIBRARY_PATH
9395   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9396
9397   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9398   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9399   ;;
9400
9401 dgux*)
9402   version_type=linux
9403   need_lib_prefix=no
9404   need_version=no
9405   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9406   soname_spec='${libname}${release}${shared_ext}$major'
9407   shlibpath_var=LD_LIBRARY_PATH
9408   ;;
9409
9410 freebsd1*)
9411   dynamic_linker=no
9412   ;;
9413
9414 freebsd* | dragonfly*)
9415   # DragonFly does not have aout.  When/if they implement a new
9416   # versioning mechanism, adjust this.
9417   if test -x /usr/bin/objformat; then
9418     objformat=`/usr/bin/objformat`
9419   else
9420     case $host_os in
9421     freebsd[123]*) objformat=aout ;;
9422     *) objformat=elf ;;
9423     esac
9424   fi
9425   version_type=freebsd-$objformat
9426   case $version_type in
9427     freebsd-elf*)
9428       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9429       need_version=no
9430       need_lib_prefix=no
9431       ;;
9432     freebsd-*)
9433       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9434       need_version=yes
9435       ;;
9436   esac
9437   shlibpath_var=LD_LIBRARY_PATH
9438   case $host_os in
9439   freebsd2*)
9440     shlibpath_overrides_runpath=yes
9441     ;;
9442   freebsd3.[01]* | freebsdelf3.[01]*)
9443     shlibpath_overrides_runpath=yes
9444     hardcode_into_libs=yes
9445     ;;
9446   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9447   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9448     shlibpath_overrides_runpath=no
9449     hardcode_into_libs=yes
9450     ;;
9451   *) # from 4.6 on, and DragonFly
9452     shlibpath_overrides_runpath=yes
9453     hardcode_into_libs=yes
9454     ;;
9455   esac
9456   ;;
9457
9458 gnu*)
9459   version_type=linux
9460   need_lib_prefix=no
9461   need_version=no
9462   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9463   soname_spec='${libname}${release}${shared_ext}$major'
9464   shlibpath_var=LD_LIBRARY_PATH
9465   hardcode_into_libs=yes
9466   ;;
9467
9468 hpux9* | hpux10* | hpux11*)
9469   # Give a soname corresponding to the major version so that dld.sl refuses to
9470   # link against other versions.
9471   version_type=sunos
9472   need_lib_prefix=no
9473   need_version=no
9474   case $host_cpu in
9475   ia64*)
9476     shrext_cmds='.so'
9477     hardcode_into_libs=yes
9478     dynamic_linker="$host_os dld.so"
9479     shlibpath_var=LD_LIBRARY_PATH
9480     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9481     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9482     soname_spec='${libname}${release}${shared_ext}$major'
9483     if test "X$HPUX_IA64_MODE" = X32; then
9484       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9485     else
9486       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9487     fi
9488     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9489     ;;
9490   hppa*64*)
9491     shrext_cmds='.sl'
9492     hardcode_into_libs=yes
9493     dynamic_linker="$host_os dld.sl"
9494     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9495     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9496     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9497     soname_spec='${libname}${release}${shared_ext}$major'
9498     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9499     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9500     ;;
9501   *)
9502     shrext_cmds='.sl'
9503     dynamic_linker="$host_os dld.sl"
9504     shlibpath_var=SHLIB_PATH
9505     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9506     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9507     soname_spec='${libname}${release}${shared_ext}$major'
9508     ;;
9509   esac
9510   # HP-UX runs *really* slowly unless shared libraries are mode 555.
9511   postinstall_cmds='chmod 555 $lib'
9512   ;;
9513
9514 interix[3-9]*)
9515   version_type=linux
9516   need_lib_prefix=no
9517   need_version=no
9518   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9519   soname_spec='${libname}${release}${shared_ext}$major'
9520   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9521   shlibpath_var=LD_LIBRARY_PATH
9522   shlibpath_overrides_runpath=no
9523   hardcode_into_libs=yes
9524   ;;
9525
9526 irix5* | irix6* | nonstopux*)
9527   case $host_os in
9528     nonstopux*) version_type=nonstopux ;;
9529     *)
9530         if test "$lt_cv_prog_gnu_ld" = yes; then
9531                 version_type=linux
9532         else
9533                 version_type=irix
9534         fi ;;
9535   esac
9536   need_lib_prefix=no
9537   need_version=no
9538   soname_spec='${libname}${release}${shared_ext}$major'
9539   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9540   case $host_os in
9541   irix5* | nonstopux*)
9542     libsuff= shlibsuff=
9543     ;;
9544   *)
9545     case $LD in # libtool.m4 will add one of these switches to LD
9546     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9547       libsuff= shlibsuff= libmagic=32-bit;;
9548     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9549       libsuff=32 shlibsuff=N32 libmagic=N32;;
9550     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9551       libsuff=64 shlibsuff=64 libmagic=64-bit;;
9552     *) libsuff= shlibsuff= libmagic=never-match;;
9553     esac
9554     ;;
9555   esac
9556   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9557   shlibpath_overrides_runpath=no
9558   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9559   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9560   hardcode_into_libs=yes
9561   ;;
9562
9563 # No shared lib support for Linux oldld, aout, or coff.
9564 linux*oldld* | linux*aout* | linux*coff*)
9565   dynamic_linker=no
9566   ;;
9567
9568 # This must be Linux ELF.
9569 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9570   version_type=linux
9571   need_lib_prefix=no
9572   need_version=no
9573   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9574   soname_spec='${libname}${release}${shared_ext}$major'
9575   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9576   shlibpath_var=LD_LIBRARY_PATH
9577   shlibpath_overrides_runpath=no
9578   # Some binutils ld are patched to set DT_RUNPATH
9579   save_LDFLAGS=$LDFLAGS
9580   save_libdir=$libdir
9581   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9582        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9583   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9584 /* end confdefs.h.  */
9585
9586 int
9587 main ()
9588 {
9589
9590   ;
9591   return 0;
9592 }
9593 _ACEOF
9594 if ac_fn_c_try_link "$LINENO"; then :
9595   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9596   shlibpath_overrides_runpath=yes
9597 fi
9598 fi
9599 rm -f core conftest.err conftest.$ac_objext \
9600     conftest$ac_exeext conftest.$ac_ext
9601   LDFLAGS=$save_LDFLAGS
9602   libdir=$save_libdir
9603
9604   # This implies no fast_install, which is unacceptable.
9605   # Some rework will be needed to allow for fast_install
9606   # before this can be enabled.
9607   hardcode_into_libs=yes
9608
9609   # Append ld.so.conf contents to the search path
9610   if test -f /etc/ld.so.conf; then
9611     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' ' '`
9612     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9613   fi
9614
9615   # We used to test for /lib/ld.so.1 and disable shared libraries on
9616   # powerpc, because MkLinux only supported shared libraries with the
9617   # GNU dynamic linker.  Since this was broken with cross compilers,
9618   # most powerpc-linux boxes support dynamic linking these days and
9619   # people can always --disable-shared, the test was removed, and we
9620   # assume the GNU/Linux dynamic linker is in use.
9621   dynamic_linker='GNU/Linux ld.so'
9622   ;;
9623
9624 netbsdelf*-gnu)
9625   version_type=linux
9626   need_lib_prefix=no
9627   need_version=no
9628   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9629   soname_spec='${libname}${release}${shared_ext}$major'
9630   shlibpath_var=LD_LIBRARY_PATH
9631   shlibpath_overrides_runpath=no
9632   hardcode_into_libs=yes
9633   dynamic_linker='NetBSD ld.elf_so'
9634   ;;
9635
9636 netbsd*)
9637   version_type=sunos
9638   need_lib_prefix=no
9639   need_version=no
9640   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9641     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9642     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9643     dynamic_linker='NetBSD (a.out) ld.so'
9644   else
9645     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9646     soname_spec='${libname}${release}${shared_ext}$major'
9647     dynamic_linker='NetBSD ld.elf_so'
9648   fi
9649   shlibpath_var=LD_LIBRARY_PATH
9650   shlibpath_overrides_runpath=yes
9651   hardcode_into_libs=yes
9652   ;;
9653
9654 newsos6)
9655   version_type=linux
9656   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9657   shlibpath_var=LD_LIBRARY_PATH
9658   shlibpath_overrides_runpath=yes
9659   ;;
9660
9661 *nto* | *qnx*)
9662   version_type=qnx
9663   need_lib_prefix=no
9664   need_version=no
9665   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9666   soname_spec='${libname}${release}${shared_ext}$major'
9667   shlibpath_var=LD_LIBRARY_PATH
9668   shlibpath_overrides_runpath=no
9669   hardcode_into_libs=yes
9670   dynamic_linker='ldqnx.so'
9671   ;;
9672
9673 openbsd*)
9674   version_type=sunos
9675   sys_lib_dlsearch_path_spec="/usr/lib"
9676   need_lib_prefix=no
9677   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9678   case $host_os in
9679     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
9680     *)                          need_version=no  ;;
9681   esac
9682   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9683   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9684   shlibpath_var=LD_LIBRARY_PATH
9685   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9686     case $host_os in
9687       openbsd2.[89] | openbsd2.[89].*)
9688         shlibpath_overrides_runpath=no
9689         ;;
9690       *)
9691         shlibpath_overrides_runpath=yes
9692         ;;
9693       esac
9694   else
9695     shlibpath_overrides_runpath=yes
9696   fi
9697   ;;
9698
9699 os2*)
9700   libname_spec='$name'
9701   shrext_cmds=".dll"
9702   need_lib_prefix=no
9703   library_names_spec='$libname${shared_ext} $libname.a'
9704   dynamic_linker='OS/2 ld.exe'
9705   shlibpath_var=LIBPATH
9706   ;;
9707
9708 osf3* | osf4* | osf5*)
9709   version_type=osf
9710   need_lib_prefix=no
9711   need_version=no
9712   soname_spec='${libname}${release}${shared_ext}$major'
9713   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9714   shlibpath_var=LD_LIBRARY_PATH
9715   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9716   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9717   ;;
9718
9719 rdos*)
9720   dynamic_linker=no
9721   ;;
9722
9723 solaris*)
9724   version_type=linux
9725   need_lib_prefix=no
9726   need_version=no
9727   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9728   soname_spec='${libname}${release}${shared_ext}$major'
9729   shlibpath_var=LD_LIBRARY_PATH
9730   shlibpath_overrides_runpath=yes
9731   hardcode_into_libs=yes
9732   # ldd complains unless libraries are executable
9733   postinstall_cmds='chmod +x $lib'
9734   ;;
9735
9736 sunos4*)
9737   version_type=sunos
9738   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9739   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9740   shlibpath_var=LD_LIBRARY_PATH
9741   shlibpath_overrides_runpath=yes
9742   if test "$with_gnu_ld" = yes; then
9743     need_lib_prefix=no
9744   fi
9745   need_version=yes
9746   ;;
9747
9748 sysv4 | sysv4.3*)
9749   version_type=linux
9750   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9751   soname_spec='${libname}${release}${shared_ext}$major'
9752   shlibpath_var=LD_LIBRARY_PATH
9753   case $host_vendor in
9754     sni)
9755       shlibpath_overrides_runpath=no
9756       need_lib_prefix=no
9757       runpath_var=LD_RUN_PATH
9758       ;;
9759     siemens)
9760       need_lib_prefix=no
9761       ;;
9762     motorola)
9763       need_lib_prefix=no
9764       need_version=no
9765       shlibpath_overrides_runpath=no
9766       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9767       ;;
9768   esac
9769   ;;
9770
9771 sysv4*MP*)
9772   if test -d /usr/nec ;then
9773     version_type=linux
9774     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9775     soname_spec='$libname${shared_ext}.$major'
9776     shlibpath_var=LD_LIBRARY_PATH
9777   fi
9778   ;;
9779
9780 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9781   version_type=freebsd-elf
9782   need_lib_prefix=no
9783   need_version=no
9784   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9785   soname_spec='${libname}${release}${shared_ext}$major'
9786   shlibpath_var=LD_LIBRARY_PATH
9787   shlibpath_overrides_runpath=yes
9788   hardcode_into_libs=yes
9789   if test "$with_gnu_ld" = yes; then
9790     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9791   else
9792     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9793     case $host_os in
9794       sco3.2v5*)
9795         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9796         ;;
9797     esac
9798   fi
9799   sys_lib_dlsearch_path_spec='/usr/lib'
9800   ;;
9801
9802 tpf*)
9803   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
9804   version_type=linux
9805   need_lib_prefix=no
9806   need_version=no
9807   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9808   shlibpath_var=LD_LIBRARY_PATH
9809   shlibpath_overrides_runpath=no
9810   hardcode_into_libs=yes
9811   ;;
9812
9813 uts4*)
9814   version_type=linux
9815   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9816   soname_spec='${libname}${release}${shared_ext}$major'
9817   shlibpath_var=LD_LIBRARY_PATH
9818   ;;
9819
9820 *)
9821   dynamic_linker=no
9822   ;;
9823 esac
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9825 $as_echo "$dynamic_linker" >&6; }
9826 test "$dynamic_linker" = no && can_build_shared=no
9827
9828 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9829 if test "$GCC" = yes; then
9830   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9831 fi
9832
9833 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9834   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9835 fi
9836 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9837   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9838 fi
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
9920
9921
9922
9923
9924
9925
9926   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
9927 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
9928 hardcode_action=
9929 if test -n "$hardcode_libdir_flag_spec" ||
9930    test -n "$runpath_var" ||
9931    test "X$hardcode_automatic" = "Xyes" ; then
9932
9933   # We can hardcode non-existent directories.
9934   if test "$hardcode_direct" != no &&
9935      # If the only mechanism to avoid hardcoding is shlibpath_var, we
9936      # have to relink, otherwise we might link with an installed library
9937      # when we should be linking with a yet-to-be-installed one
9938      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9939      test "$hardcode_minus_L" != no; then
9940     # Linking always hardcodes the temporary library directory.
9941     hardcode_action=relink
9942   else
9943     # We can link without hardcoding, and we can hardcode nonexisting dirs.
9944     hardcode_action=immediate
9945   fi
9946 else
9947   # We cannot hardcode anything, or else we can only hardcode existing
9948   # directories.
9949   hardcode_action=unsupported
9950 fi
9951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
9952 $as_echo "$hardcode_action" >&6; }
9953
9954 if test "$hardcode_action" = relink ||
9955    test "$inherit_rpath" = yes; then
9956   # Fast installation is not supported
9957   enable_fast_install=no
9958 elif test "$shlibpath_overrides_runpath" = yes ||
9959      test "$enable_shared" = no; then
9960   # Fast installation is not necessary
9961   enable_fast_install=needless
9962 fi
9963
9964
9965
9966
9967
9968
9969   if test "x$enable_dlopen" != xyes; then
9970   enable_dlopen=unknown
9971   enable_dlopen_self=unknown
9972   enable_dlopen_self_static=unknown
9973 else
9974   lt_cv_dlopen=no
9975   lt_cv_dlopen_libs=
9976
9977   case $host_os in
9978   beos*)
9979     lt_cv_dlopen="load_add_on"
9980     lt_cv_dlopen_libs=
9981     lt_cv_dlopen_self=yes
9982     ;;
9983
9984   mingw* | pw32* | cegcc*)
9985     lt_cv_dlopen="LoadLibrary"
9986     lt_cv_dlopen_libs=
9987     ;;
9988
9989   cygwin*)
9990     lt_cv_dlopen="dlopen"
9991     lt_cv_dlopen_libs=
9992     ;;
9993
9994   darwin*)
9995   # if libdl is installed we need to link against it
9996     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9997 $as_echo_n "checking for dlopen in -ldl... " >&6; }
9998 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
9999   $as_echo_n "(cached) " >&6
10000 else
10001   ac_check_lib_save_LIBS=$LIBS
10002 LIBS="-ldl  $LIBS"
10003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10004 /* end confdefs.h.  */
10005
10006 /* Override any GCC internal prototype to avoid an error.
10007    Use char because int might match the return type of a GCC
10008    builtin and then its argument prototype would still apply.  */
10009 #ifdef __cplusplus
10010 extern "C"
10011 #endif
10012 char dlopen ();
10013 int
10014 main ()
10015 {
10016 return dlopen ();
10017   ;
10018   return 0;
10019 }
10020 _ACEOF
10021 if ac_fn_c_try_link "$LINENO"; then :
10022   ac_cv_lib_dl_dlopen=yes
10023 else
10024   ac_cv_lib_dl_dlopen=no
10025 fi
10026 rm -f core conftest.err conftest.$ac_objext \
10027     conftest$ac_exeext conftest.$ac_ext
10028 LIBS=$ac_check_lib_save_LIBS
10029 fi
10030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10031 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10032 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10033   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10034 else
10035
10036     lt_cv_dlopen="dyld"
10037     lt_cv_dlopen_libs=
10038     lt_cv_dlopen_self=yes
10039
10040 fi
10041
10042     ;;
10043
10044   *)
10045     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10046 if test "x$ac_cv_func_shl_load" = x""yes; then :
10047   lt_cv_dlopen="shl_load"
10048 else
10049   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10050 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10051 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10052   $as_echo_n "(cached) " >&6
10053 else
10054   ac_check_lib_save_LIBS=$LIBS
10055 LIBS="-ldld  $LIBS"
10056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10057 /* end confdefs.h.  */
10058
10059 /* Override any GCC internal prototype to avoid an error.
10060    Use char because int might match the return type of a GCC
10061    builtin and then its argument prototype would still apply.  */
10062 #ifdef __cplusplus
10063 extern "C"
10064 #endif
10065 char shl_load ();
10066 int
10067 main ()
10068 {
10069 return shl_load ();
10070   ;
10071   return 0;
10072 }
10073 _ACEOF
10074 if ac_fn_c_try_link "$LINENO"; then :
10075   ac_cv_lib_dld_shl_load=yes
10076 else
10077   ac_cv_lib_dld_shl_load=no
10078 fi
10079 rm -f core conftest.err conftest.$ac_objext \
10080     conftest$ac_exeext conftest.$ac_ext
10081 LIBS=$ac_check_lib_save_LIBS
10082 fi
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10084 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10085 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10086   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10087 else
10088   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10089 if test "x$ac_cv_func_dlopen" = x""yes; then :
10090   lt_cv_dlopen="dlopen"
10091 else
10092   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10093 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10094 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10095   $as_echo_n "(cached) " >&6
10096 else
10097   ac_check_lib_save_LIBS=$LIBS
10098 LIBS="-ldl  $LIBS"
10099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10100 /* end confdefs.h.  */
10101
10102 /* Override any GCC internal prototype to avoid an error.
10103    Use char because int might match the return type of a GCC
10104    builtin and then its argument prototype would still apply.  */
10105 #ifdef __cplusplus
10106 extern "C"
10107 #endif
10108 char dlopen ();
10109 int
10110 main ()
10111 {
10112 return dlopen ();
10113   ;
10114   return 0;
10115 }
10116 _ACEOF
10117 if ac_fn_c_try_link "$LINENO"; then :
10118   ac_cv_lib_dl_dlopen=yes
10119 else
10120   ac_cv_lib_dl_dlopen=no
10121 fi
10122 rm -f core conftest.err conftest.$ac_objext \
10123     conftest$ac_exeext conftest.$ac_ext
10124 LIBS=$ac_check_lib_save_LIBS
10125 fi
10126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10127 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10128 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10129   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10130 else
10131   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10132 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10133 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10134   $as_echo_n "(cached) " >&6
10135 else
10136   ac_check_lib_save_LIBS=$LIBS
10137 LIBS="-lsvld  $LIBS"
10138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10139 /* end confdefs.h.  */
10140
10141 /* Override any GCC internal prototype to avoid an error.
10142    Use char because int might match the return type of a GCC
10143    builtin and then its argument prototype would still apply.  */
10144 #ifdef __cplusplus
10145 extern "C"
10146 #endif
10147 char dlopen ();
10148 int
10149 main ()
10150 {
10151 return dlopen ();
10152   ;
10153   return 0;
10154 }
10155 _ACEOF
10156 if ac_fn_c_try_link "$LINENO"; then :
10157   ac_cv_lib_svld_dlopen=yes
10158 else
10159   ac_cv_lib_svld_dlopen=no
10160 fi
10161 rm -f core conftest.err conftest.$ac_objext \
10162     conftest$ac_exeext conftest.$ac_ext
10163 LIBS=$ac_check_lib_save_LIBS
10164 fi
10165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10166 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10167 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10168   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10169 else
10170   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10171 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10172 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10173   $as_echo_n "(cached) " >&6
10174 else
10175   ac_check_lib_save_LIBS=$LIBS
10176 LIBS="-ldld  $LIBS"
10177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10178 /* end confdefs.h.  */
10179
10180 /* Override any GCC internal prototype to avoid an error.
10181    Use char because int might match the return type of a GCC
10182    builtin and then its argument prototype would still apply.  */
10183 #ifdef __cplusplus
10184 extern "C"
10185 #endif
10186 char dld_link ();
10187 int
10188 main ()
10189 {
10190 return dld_link ();
10191   ;
10192   return 0;
10193 }
10194 _ACEOF
10195 if ac_fn_c_try_link "$LINENO"; then :
10196   ac_cv_lib_dld_dld_link=yes
10197 else
10198   ac_cv_lib_dld_dld_link=no
10199 fi
10200 rm -f core conftest.err conftest.$ac_objext \
10201     conftest$ac_exeext conftest.$ac_ext
10202 LIBS=$ac_check_lib_save_LIBS
10203 fi
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10205 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10206 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10207   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10208 fi
10209
10210
10211 fi
10212
10213
10214 fi
10215
10216
10217 fi
10218
10219
10220 fi
10221
10222
10223 fi
10224
10225     ;;
10226   esac
10227
10228   if test "x$lt_cv_dlopen" != xno; then
10229     enable_dlopen=yes
10230   else
10231     enable_dlopen=no
10232   fi
10233
10234   case $lt_cv_dlopen in
10235   dlopen)
10236     save_CPPFLAGS="$CPPFLAGS"
10237     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10238
10239     save_LDFLAGS="$LDFLAGS"
10240     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10241
10242     save_LIBS="$LIBS"
10243     LIBS="$lt_cv_dlopen_libs $LIBS"
10244
10245     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10246 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10247 if test "${lt_cv_dlopen_self+set}" = set; then :
10248   $as_echo_n "(cached) " >&6
10249 else
10250           if test "$cross_compiling" = yes; then :
10251   lt_cv_dlopen_self=cross
10252 else
10253   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10254   lt_status=$lt_dlunknown
10255   cat > conftest.$ac_ext <<_LT_EOF
10256 #line 10256 "configure"
10257 #include "confdefs.h"
10258
10259 #if HAVE_DLFCN_H
10260 #include <dlfcn.h>
10261 #endif
10262
10263 #include <stdio.h>
10264
10265 #ifdef RTLD_GLOBAL
10266 #  define LT_DLGLOBAL           RTLD_GLOBAL
10267 #else
10268 #  ifdef DL_GLOBAL
10269 #    define LT_DLGLOBAL         DL_GLOBAL
10270 #  else
10271 #    define LT_DLGLOBAL         0
10272 #  endif
10273 #endif
10274
10275 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10276    find out it does not work in some platform. */
10277 #ifndef LT_DLLAZY_OR_NOW
10278 #  ifdef RTLD_LAZY
10279 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10280 #  else
10281 #    ifdef DL_LAZY
10282 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10283 #    else
10284 #      ifdef RTLD_NOW
10285 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10286 #      else
10287 #        ifdef DL_NOW
10288 #          define LT_DLLAZY_OR_NOW      DL_NOW
10289 #        else
10290 #          define LT_DLLAZY_OR_NOW      0
10291 #        endif
10292 #      endif
10293 #    endif
10294 #  endif
10295 #endif
10296
10297 void fnord() { int i=42;}
10298 int main ()
10299 {
10300   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10301   int status = $lt_dlunknown;
10302
10303   if (self)
10304     {
10305       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10306       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10307       /* dlclose (self); */
10308     }
10309   else
10310     puts (dlerror ());
10311
10312   return status;
10313 }
10314 _LT_EOF
10315   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10316   (eval $ac_link) 2>&5
10317   ac_status=$?
10318   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10319   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10320     (./conftest; exit; ) >&5 2>/dev/null
10321     lt_status=$?
10322     case x$lt_status in
10323       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10324       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10325       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10326     esac
10327   else :
10328     # compilation failed
10329     lt_cv_dlopen_self=no
10330   fi
10331 fi
10332 rm -fr conftest*
10333
10334
10335 fi
10336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10337 $as_echo "$lt_cv_dlopen_self" >&6; }
10338
10339     if test "x$lt_cv_dlopen_self" = xyes; then
10340       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10341       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10342 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10343 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10344   $as_echo_n "(cached) " >&6
10345 else
10346           if test "$cross_compiling" = yes; then :
10347   lt_cv_dlopen_self_static=cross
10348 else
10349   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10350   lt_status=$lt_dlunknown
10351   cat > conftest.$ac_ext <<_LT_EOF
10352 #line 10352 "configure"
10353 #include "confdefs.h"
10354
10355 #if HAVE_DLFCN_H
10356 #include <dlfcn.h>
10357 #endif
10358
10359 #include <stdio.h>
10360
10361 #ifdef RTLD_GLOBAL
10362 #  define LT_DLGLOBAL           RTLD_GLOBAL
10363 #else
10364 #  ifdef DL_GLOBAL
10365 #    define LT_DLGLOBAL         DL_GLOBAL
10366 #  else
10367 #    define LT_DLGLOBAL         0
10368 #  endif
10369 #endif
10370
10371 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10372    find out it does not work in some platform. */
10373 #ifndef LT_DLLAZY_OR_NOW
10374 #  ifdef RTLD_LAZY
10375 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10376 #  else
10377 #    ifdef DL_LAZY
10378 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10379 #    else
10380 #      ifdef RTLD_NOW
10381 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10382 #      else
10383 #        ifdef DL_NOW
10384 #          define LT_DLLAZY_OR_NOW      DL_NOW
10385 #        else
10386 #          define LT_DLLAZY_OR_NOW      0
10387 #        endif
10388 #      endif
10389 #    endif
10390 #  endif
10391 #endif
10392
10393 void fnord() { int i=42;}
10394 int main ()
10395 {
10396   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10397   int status = $lt_dlunknown;
10398
10399   if (self)
10400     {
10401       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10402       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10403       /* dlclose (self); */
10404     }
10405   else
10406     puts (dlerror ());
10407
10408   return status;
10409 }
10410 _LT_EOF
10411   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10412   (eval $ac_link) 2>&5
10413   ac_status=$?
10414   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10415   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10416     (./conftest; exit; ) >&5 2>/dev/null
10417     lt_status=$?
10418     case x$lt_status in
10419       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10420       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10421       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10422     esac
10423   else :
10424     # compilation failed
10425     lt_cv_dlopen_self_static=no
10426   fi
10427 fi
10428 rm -fr conftest*
10429
10430
10431 fi
10432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10433 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10434     fi
10435
10436     CPPFLAGS="$save_CPPFLAGS"
10437     LDFLAGS="$save_LDFLAGS"
10438     LIBS="$save_LIBS"
10439     ;;
10440   esac
10441
10442   case $lt_cv_dlopen_self in
10443   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10444   *) enable_dlopen_self=unknown ;;
10445   esac
10446
10447   case $lt_cv_dlopen_self_static in
10448   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10449   *) enable_dlopen_self_static=unknown ;;
10450   esac
10451 fi
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469 striplib=
10470 old_striplib=
10471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10472 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10473 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10474   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10475   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10476   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10477 $as_echo "yes" >&6; }
10478 else
10479 # FIXME - insert some real tests, host_os isn't really good enough
10480   case $host_os in
10481   darwin*)
10482     if test -n "$STRIP" ; then
10483       striplib="$STRIP -x"
10484       old_striplib="$STRIP -S"
10485       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10486 $as_echo "yes" >&6; }
10487     else
10488       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10489 $as_echo "no" >&6; }
10490     fi
10491     ;;
10492   *)
10493     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10494 $as_echo "no" >&6; }
10495     ;;
10496   esac
10497 fi
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
10508
10509
10510   # Report which library types will actually be built
10511   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10512 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10513   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10514 $as_echo "$can_build_shared" >&6; }
10515
10516   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10517 $as_echo_n "checking whether to build shared libraries... " >&6; }
10518   test "$can_build_shared" = "no" && enable_shared=no
10519
10520   # On AIX, shared libraries and static libraries use the same namespace, and
10521   # are all built from PIC.
10522   case $host_os in
10523   aix3*)
10524     test "$enable_shared" = yes && enable_static=no
10525     if test -n "$RANLIB"; then
10526       archive_cmds="$archive_cmds~\$RANLIB \$lib"
10527       postinstall_cmds='$RANLIB $lib'
10528     fi
10529     ;;
10530
10531   aix[4-9]*)
10532     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10533       test "$enable_shared" = yes && enable_static=no
10534     fi
10535     ;;
10536   esac
10537   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10538 $as_echo "$enable_shared" >&6; }
10539
10540   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10541 $as_echo_n "checking whether to build static libraries... " >&6; }
10542   # Make sure either enable_shared or enable_static is yes.
10543   test "$enable_shared" = yes || enable_static=yes
10544   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10545 $as_echo "$enable_static" >&6; }
10546
10547
10548
10549
10550 fi
10551 ac_ext=c
10552 ac_cpp='$CPP $CPPFLAGS'
10553 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10554 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10555 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10556
10557 CC="$lt_save_CC"
10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571         ac_config_commands="$ac_config_commands libtool"
10572
10573
10574
10575
10576 # Only expand once:
10577
10578
10579 if test "x$CC" != xcc; then
10580   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
10581 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
10582 else
10583   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
10584 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
10585 fi
10586 set dummy $CC; ac_cc=`$as_echo "$2" |
10587                       sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
10588 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
10589   $as_echo_n "(cached) " >&6
10590 else
10591   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10592 /* end confdefs.h.  */
10593
10594 int
10595 main ()
10596 {
10597
10598   ;
10599   return 0;
10600 }
10601 _ACEOF
10602 # Make sure it works both with $CC and with simple cc.
10603 # We do the test twice because some compilers refuse to overwrite an
10604 # existing .o file with -o, though they will create one.
10605 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
10606 rm -f conftest2.*
10607 if { { case "(($ac_try" in
10608   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10609   *) ac_try_echo=$ac_try;;
10610 esac
10611 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10612 $as_echo "$ac_try_echo"; } >&5
10613   (eval "$ac_try") 2>&5
10614   ac_status=$?
10615   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10616   test $ac_status = 0; } &&
10617    test -f conftest2.$ac_objext && { { case "(($ac_try" in
10618   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10619   *) ac_try_echo=$ac_try;;
10620 esac
10621 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10622 $as_echo "$ac_try_echo"; } >&5
10623   (eval "$ac_try") 2>&5
10624   ac_status=$?
10625   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10626   test $ac_status = 0; };
10627 then
10628   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
10629   if test "x$CC" != xcc; then
10630     # Test first that cc exists at all.
10631     if { ac_try='cc -c conftest.$ac_ext >&5'
10632   { { case "(($ac_try" in
10633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10634   *) ac_try_echo=$ac_try;;
10635 esac
10636 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10637 $as_echo "$ac_try_echo"; } >&5
10638   (eval "$ac_try") 2>&5
10639   ac_status=$?
10640   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10641   test $ac_status = 0; }; }; then
10642       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
10643       rm -f conftest2.*
10644       if { { case "(($ac_try" in
10645   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10646   *) ac_try_echo=$ac_try;;
10647 esac
10648 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10649 $as_echo "$ac_try_echo"; } >&5
10650   (eval "$ac_try") 2>&5
10651   ac_status=$?
10652   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10653   test $ac_status = 0; } &&
10654          test -f conftest2.$ac_objext && { { case "(($ac_try" in
10655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10656   *) ac_try_echo=$ac_try;;
10657 esac
10658 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10659 $as_echo "$ac_try_echo"; } >&5
10660   (eval "$ac_try") 2>&5
10661   ac_status=$?
10662   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10663   test $ac_status = 0; };
10664       then
10665         # cc works too.
10666         :
10667       else
10668         # cc exists but doesn't like -o.
10669         eval ac_cv_prog_cc_${ac_cc}_c_o=no
10670       fi
10671     fi
10672   fi
10673 else
10674   eval ac_cv_prog_cc_${ac_cc}_c_o=no
10675 fi
10676 rm -f core conftest*
10677
10678 fi
10679 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
10680   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10681 $as_echo "yes" >&6; }
10682 else
10683   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10684 $as_echo "no" >&6; }
10685
10686 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
10687
10688 fi
10689
10690 # FIXME: we rely on the cache variable name because
10691 # there is no other way.
10692 set dummy $CC
10693 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
10694 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
10695 if test "$am_t" != yes; then
10696    # Losing compiler, so override with the script.
10697    # FIXME: It is wrong to rewrite CC.
10698    # But if we don't then we get into trouble of one sort or another.
10699    # A longer-term fix would be to have automake use am__CC in this case,
10700    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
10701    CC="$am_aux_dir/compile $CC"
10702 fi
10703
10704
10705
10706 # Extract the first word of "cups-config", so it can be a program name with args.
10707 set dummy cups-config; ac_word=$2
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10709 $as_echo_n "checking for $ac_word... " >&6; }
10710 if test "${ac_cv_prog_have_cups_config+set}" = set; then :
10711   $as_echo_n "(cached) " >&6
10712 else
10713   if test -n "$have_cups_config"; then
10714   ac_cv_prog_have_cups_config="$have_cups_config" # Let the user override the test.
10715 else
10716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10717 for as_dir in $PATH
10718 do
10719   IFS=$as_save_IFS
10720   test -z "$as_dir" && as_dir=.
10721     for ac_exec_ext in '' $ac_executable_extensions; do
10722   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10723     ac_cv_prog_have_cups_config="yes"
10724     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10725     break 2
10726   fi
10727 done
10728   done
10729 IFS=$as_save_IFS
10730
10731   test -z "$ac_cv_prog_have_cups_config" && ac_cv_prog_have_cups_config="no"
10732 fi
10733 fi
10734 have_cups_config=$ac_cv_prog_have_cups_config
10735 if test -n "$have_cups_config"; then
10736   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_cups_config" >&5
10737 $as_echo "$have_cups_config" >&6; }
10738 else
10739   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10740 $as_echo "no" >&6; }
10741 fi
10742
10743
10744
10745 if test "xNONE" != "x${prefix}" ; then
10746    cups_default_prefix="${prefix}"
10747 else
10748    cups_default_prefix="${ac_default_prefix}"
10749 fi
10750
10751
10752 # Check whether --with-cupsfilterdir was given.
10753 if test "${with_cupsfilterdir+set}" = set; then :
10754   withval=$with_cupsfilterdir;
10755 else
10756   with_cupsfilterdir=no
10757 fi
10758
10759 if test "xno" = "x${with_cupsfilterdir}"; then
10760    if test "xyes" = "x$have_cups_config" ; then
10761             CUPS_FILTER_DIR="${cups_default_prefix}`cups-config --serverbin | sed -e 's,^/[^/][^/]*,,'`/filter"
10762    else
10763       CUPS_FILTER_DIR="${cups_default_prefix}/lib/cups/filter"
10764    fi
10765 else
10766    CUPS_FILTER_DIR="${with_cupsfilterdir}"
10767 fi
10768
10769
10770 # Check whether --with-cupsppddir was given.
10771 if test "${with_cupsppddir+set}" = set; then :
10772   withval=$with_cupsppddir;
10773 else
10774   with_cupsppddir=no
10775 fi
10776
10777 if test "xno" = "x${with_cupsppddir}"; then
10778    if test -d "${cups_default_prefix}/share/ppd" ; then
10779       CUPS_PPD_DIR="${cups_default_prefix}/share/ppd"
10780    elif test "xyes" = "x$have_cups_config" ; then
10781             CUPS_PPD_DIR="${cups_default_prefix}/`cups-config --datadir | sed -e 's,^/[^/][^/]*,,'`/model"
10782    else
10783       CUPS_PPD_DIR="${cups_default_prefix}/share/cups/model"
10784    fi
10785 else
10786    CUPS_PPD_DIR="${with_cupsppddir}"
10787 fi
10788
10789
10790
10791
10792
10793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
10794 $as_echo_n "checking for ANSI C header files... " >&6; }
10795 if test "${ac_cv_header_stdc+set}" = set; then :
10796   $as_echo_n "(cached) " >&6
10797 else
10798   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10799 /* end confdefs.h.  */
10800 #include <stdlib.h>
10801 #include <stdarg.h>
10802 #include <string.h>
10803 #include <float.h>
10804
10805 int
10806 main ()
10807 {
10808
10809   ;
10810   return 0;
10811 }
10812 _ACEOF
10813 if ac_fn_c_try_compile "$LINENO"; then :
10814   ac_cv_header_stdc=yes
10815 else
10816   ac_cv_header_stdc=no
10817 fi
10818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10819
10820 if test $ac_cv_header_stdc = yes; then
10821   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
10822   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10823 /* end confdefs.h.  */
10824 #include <string.h>
10825
10826 _ACEOF
10827 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10828   $EGREP "memchr" >/dev/null 2>&1; then :
10829
10830 else
10831   ac_cv_header_stdc=no
10832 fi
10833 rm -f conftest*
10834
10835 fi
10836
10837 if test $ac_cv_header_stdc = yes; then
10838   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
10839   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10840 /* end confdefs.h.  */
10841 #include <stdlib.h>
10842
10843 _ACEOF
10844 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10845   $EGREP "free" >/dev/null 2>&1; then :
10846
10847 else
10848   ac_cv_header_stdc=no
10849 fi
10850 rm -f conftest*
10851
10852 fi
10853
10854 if test $ac_cv_header_stdc = yes; then
10855   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
10856   if test "$cross_compiling" = yes; then :
10857   :
10858 else
10859   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10860 /* end confdefs.h.  */
10861 #include <ctype.h>
10862 #include <stdlib.h>
10863 #if ((' ' & 0x0FF) == 0x020)
10864 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
10865 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
10866 #else
10867 # define ISLOWER(c) \
10868                    (('a' <= (c) && (c) <= 'i') \
10869                      || ('j' <= (c) && (c) <= 'r') \
10870                      || ('s' <= (c) && (c) <= 'z'))
10871 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
10872 #endif
10873
10874 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
10875 int
10876 main ()
10877 {
10878   int i;
10879   for (i = 0; i < 256; i++)
10880     if (XOR (islower (i), ISLOWER (i))
10881         || toupper (i) != TOUPPER (i))
10882       return 2;
10883   return 0;
10884 }
10885 _ACEOF
10886 if ac_fn_c_try_run "$LINENO"; then :
10887
10888 else
10889   ac_cv_header_stdc=no
10890 fi
10891 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10892   conftest.$ac_objext conftest.beam conftest.$ac_ext
10893 fi
10894
10895 fi
10896 fi
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
10898 $as_echo "$ac_cv_header_stdc" >&6; }
10899 if test $ac_cv_header_stdc = yes; then
10900
10901 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
10902
10903 fi
10904
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
10906 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
10907 if test "${ac_cv_header_stat_broken+set}" = set; then :
10908   $as_echo_n "(cached) " >&6
10909 else
10910   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10911 /* end confdefs.h.  */
10912 #include <sys/types.h>
10913 #include <sys/stat.h>
10914
10915 #if defined S_ISBLK && defined S_IFDIR
10916 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
10917 #endif
10918
10919 #if defined S_ISBLK && defined S_IFCHR
10920 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
10921 #endif
10922
10923 #if defined S_ISLNK && defined S_IFREG
10924 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
10925 #endif
10926
10927 #if defined S_ISSOCK && defined S_IFREG
10928 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
10929 #endif
10930
10931 _ACEOF
10932 if ac_fn_c_try_compile "$LINENO"; then :
10933   ac_cv_header_stat_broken=no
10934 else
10935   ac_cv_header_stat_broken=yes
10936 fi
10937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10938 fi
10939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
10940 $as_echo "$ac_cv_header_stat_broken" >&6; }
10941 if test $ac_cv_header_stat_broken = yes; then
10942
10943 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
10944
10945 fi
10946
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
10948 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
10949 if test "${ac_cv_header_time+set}" = set; then :
10950   $as_echo_n "(cached) " >&6
10951 else
10952   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10953 /* end confdefs.h.  */
10954 #include <sys/types.h>
10955 #include <sys/time.h>
10956 #include <time.h>
10957
10958 int
10959 main ()
10960 {
10961 if ((struct tm *) 0)
10962 return 0;
10963   ;
10964   return 0;
10965 }
10966 _ACEOF
10967 if ac_fn_c_try_compile "$LINENO"; then :
10968   ac_cv_header_time=yes
10969 else
10970   ac_cv_header_time=no
10971 fi
10972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10973 fi
10974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
10975 $as_echo "$ac_cv_header_time" >&6; }
10976 if test $ac_cv_header_time = yes; then
10977
10978 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
10979
10980 fi
10981
10982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
10983 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
10984 if test "${ac_cv_struct_tm+set}" = set; then :
10985   $as_echo_n "(cached) " >&6
10986 else
10987   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10988 /* end confdefs.h.  */
10989 #include <sys/types.h>
10990 #include <time.h>
10991
10992 int
10993 main ()
10994 {
10995 struct tm tm;
10996                                      int *p = &tm.tm_sec;
10997                                      return !p;
10998   ;
10999   return 0;
11000 }
11001 _ACEOF
11002 if ac_fn_c_try_compile "$LINENO"; then :
11003   ac_cv_struct_tm=time.h
11004 else
11005   ac_cv_struct_tm=sys/time.h
11006 fi
11007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11008 fi
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
11010 $as_echo "$ac_cv_struct_tm" >&6; }
11011 if test $ac_cv_struct_tm = sys/time.h; then
11012
11013 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
11014
11015 fi
11016
11017 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
11018 if test "x$ac_cv_type_pid_t" = x""yes; then :
11019
11020 else
11021
11022 cat >>confdefs.h <<_ACEOF
11023 #define pid_t int
11024 _ACEOF
11025
11026 fi
11027
11028 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
11029 if test "x$ac_cv_type_size_t" = x""yes; then :
11030
11031 else
11032
11033 cat >>confdefs.h <<_ACEOF
11034 #define size_t unsigned int
11035 _ACEOF
11036
11037 fi
11038
11039
11040 for ac_header in \
11041         cups/cups.h \
11042         cups/ppd.h \
11043         cups/raster.h \
11044
11045 do :
11046   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11047 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11048 eval as_val=\$$as_ac_Header
11049    if test "x$as_val" = x""yes; then :
11050   cat >>confdefs.h <<_ACEOF
11051 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11052 _ACEOF
11053
11054 fi
11055
11056 done
11057
11058 for ac_header in \
11059         ctype.h \
11060         errno.h \
11061         fcntl.h \
11062         malloc.h \
11063         signal.h \
11064         stdarg.h \
11065         stddef.h \
11066         stdlib.h \
11067         string.h \
11068         sys/stat.h \
11069         sys/types.h \
11070         time.h \
11071         unistd.h \
11072
11073 do :
11074   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11075 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11076 eval as_val=\$$as_ac_Header
11077    if test "x$as_val" = x""yes; then :
11078   cat >>confdefs.h <<_ACEOF
11079 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11080 _ACEOF
11081
11082 fi
11083
11084 done
11085
11086
11087 # Checks for libraries.
11088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ppdOpenFile in -lcups" >&5
11089 $as_echo_n "checking for ppdOpenFile in -lcups... " >&6; }
11090 if test "${ac_cv_lib_cups_ppdOpenFile+set}" = set; then :
11091   $as_echo_n "(cached) " >&6
11092 else
11093   ac_check_lib_save_LIBS=$LIBS
11094 LIBS="-lcups  $LIBS"
11095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11096 /* end confdefs.h.  */
11097
11098 /* Override any GCC internal prototype to avoid an error.
11099    Use char because int might match the return type of a GCC
11100    builtin and then its argument prototype would still apply.  */
11101 #ifdef __cplusplus
11102 extern "C"
11103 #endif
11104 char ppdOpenFile ();
11105 int
11106 main ()
11107 {
11108 return ppdOpenFile ();
11109   ;
11110   return 0;
11111 }
11112 _ACEOF
11113 if ac_fn_c_try_link "$LINENO"; then :
11114   ac_cv_lib_cups_ppdOpenFile=yes
11115 else
11116   ac_cv_lib_cups_ppdOpenFile=no
11117 fi
11118 rm -f core conftest.err conftest.$ac_objext \
11119     conftest$ac_exeext conftest.$ac_ext
11120 LIBS=$ac_check_lib_save_LIBS
11121 fi
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cups_ppdOpenFile" >&5
11123 $as_echo "$ac_cv_lib_cups_ppdOpenFile" >&6; }
11124 if test "x$ac_cv_lib_cups_ppdOpenFile" = x""yes; then :
11125   cat >>confdefs.h <<_ACEOF
11126 #define HAVE_LIBCUPS 1
11127 _ACEOF
11128
11129   LIBS="-lcups $LIBS"
11130
11131 fi
11132
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cupsRasterOpen in -lcupsimage" >&5
11134 $as_echo_n "checking for cupsRasterOpen in -lcupsimage... " >&6; }
11135 if test "${ac_cv_lib_cupsimage_cupsRasterOpen+set}" = set; then :
11136   $as_echo_n "(cached) " >&6
11137 else
11138   ac_check_lib_save_LIBS=$LIBS
11139 LIBS="-lcupsimage  $LIBS"
11140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11141 /* end confdefs.h.  */
11142
11143 /* Override any GCC internal prototype to avoid an error.
11144    Use char because int might match the return type of a GCC
11145    builtin and then its argument prototype would still apply.  */
11146 #ifdef __cplusplus
11147 extern "C"
11148 #endif
11149 char cupsRasterOpen ();
11150 int
11151 main ()
11152 {
11153 return cupsRasterOpen ();
11154   ;
11155   return 0;
11156 }
11157 _ACEOF
11158 if ac_fn_c_try_link "$LINENO"; then :
11159   ac_cv_lib_cupsimage_cupsRasterOpen=yes
11160 else
11161   ac_cv_lib_cupsimage_cupsRasterOpen=no
11162 fi
11163 rm -f core conftest.err conftest.$ac_objext \
11164     conftest$ac_exeext conftest.$ac_ext
11165 LIBS=$ac_check_lib_save_LIBS
11166 fi
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cupsimage_cupsRasterOpen" >&5
11168 $as_echo "$ac_cv_lib_cupsimage_cupsRasterOpen" >&6; }
11169 if test "x$ac_cv_lib_cupsimage_cupsRasterOpen" = x""yes; then :
11170   cat >>confdefs.h <<_ACEOF
11171 #define HAVE_LIBCUPSIMAGE 1
11172 _ACEOF
11173
11174   LIBS="-lcupsimage $LIBS"
11175
11176 fi
11177
11178
11179 # Checks for library functions.
11180 for ac_header in stdlib.h
11181 do :
11182   ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
11183 if test "x$ac_cv_header_stdlib_h" = x""yes; then :
11184   cat >>confdefs.h <<_ACEOF
11185 #define HAVE_STDLIB_H 1
11186 _ACEOF
11187
11188 fi
11189
11190 done
11191
11192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
11193 $as_echo_n "checking for GNU libc compatible malloc... " >&6; }
11194 if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then :
11195   $as_echo_n "(cached) " >&6
11196 else
11197   if test "$cross_compiling" = yes; then :
11198   ac_cv_func_malloc_0_nonnull=no
11199 else
11200   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11201 /* end confdefs.h.  */
11202 #if defined STDC_HEADERS || defined HAVE_STDLIB_H
11203 # include <stdlib.h>
11204 #else
11205 char *malloc ();
11206 #endif
11207
11208 int
11209 main ()
11210 {
11211 return ! malloc (0);
11212   ;
11213   return 0;
11214 }
11215 _ACEOF
11216 if ac_fn_c_try_run "$LINENO"; then :
11217   ac_cv_func_malloc_0_nonnull=yes
11218 else
11219   ac_cv_func_malloc_0_nonnull=no
11220 fi
11221 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11222   conftest.$ac_objext conftest.beam conftest.$ac_ext
11223 fi
11224
11225 fi
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
11227 $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
11228 if test $ac_cv_func_malloc_0_nonnull = yes; then :
11229
11230 $as_echo "#define HAVE_MALLOC 1" >>confdefs.h
11231
11232 else
11233   $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
11234
11235    case " $LIBOBJS " in
11236   *" malloc.$ac_objext "* ) ;;
11237   *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
11238  ;;
11239 esac
11240
11241
11242 $as_echo "#define malloc rpl_malloc" >>confdefs.h
11243
11244 fi
11245
11246
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5
11248 $as_echo_n "checking for working memcmp... " >&6; }
11249 if test "${ac_cv_func_memcmp_working+set}" = set; then :
11250   $as_echo_n "(cached) " >&6
11251 else
11252   if test "$cross_compiling" = yes; then :
11253   ac_cv_func_memcmp_working=no
11254 else
11255   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11256 /* end confdefs.h.  */
11257 $ac_includes_default
11258 int
11259 main ()
11260 {
11261
11262   /* Some versions of memcmp are not 8-bit clean.  */
11263   char c0 = '\100', c1 = '\200', c2 = '\201';
11264   if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
11265     return 1;
11266
11267   /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
11268      or more and with at least one buffer not starting on a 4-byte boundary.
11269      William Lewis provided this test program.   */
11270   {
11271     char foo[21];
11272     char bar[21];
11273     int i;
11274     for (i = 0; i < 4; i++)
11275       {
11276         char *a = foo + i;
11277         char *b = bar + i;
11278         strcpy (a, "--------01111111");
11279         strcpy (b, "--------10000000");
11280         if (memcmp (a, b, 16) >= 0)
11281           return 1;
11282       }
11283     return 0;
11284   }
11285
11286   ;
11287   return 0;
11288 }
11289 _ACEOF
11290 if ac_fn_c_try_run "$LINENO"; then :
11291   ac_cv_func_memcmp_working=yes
11292 else
11293   ac_cv_func_memcmp_working=no
11294 fi
11295 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11296   conftest.$ac_objext conftest.beam conftest.$ac_ext
11297 fi
11298
11299 fi
11300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working" >&5
11301 $as_echo "$ac_cv_func_memcmp_working" >&6; }
11302 test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
11303   *" memcmp.$ac_objext "* ) ;;
11304   *) LIBOBJS="$LIBOBJS memcmp.$ac_objext"
11305  ;;
11306 esac
11307
11308
11309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11310 $as_echo_n "checking return type of signal handlers... " >&6; }
11311 if test "${ac_cv_type_signal+set}" = set; then :
11312   $as_echo_n "(cached) " >&6
11313 else
11314   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11315 /* end confdefs.h.  */
11316 #include <sys/types.h>
11317 #include <signal.h>
11318
11319 int
11320 main ()
11321 {
11322 return *(signal (0, 0)) (0) == 1;
11323   ;
11324   return 0;
11325 }
11326 _ACEOF
11327 if ac_fn_c_try_compile "$LINENO"; then :
11328   ac_cv_type_signal=int
11329 else
11330   ac_cv_type_signal=void
11331 fi
11332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11333 fi
11334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11335 $as_echo "$ac_cv_type_signal" >&6; }
11336
11337 cat >>confdefs.h <<_ACEOF
11338 #define RETSIGTYPE $ac_cv_type_signal
11339 _ACEOF
11340
11341
11342 for ac_func in \
11343         memset \
11344         strcspn \
11345         strerror \
11346         strrchr \
11347
11348 do :
11349   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11350 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11351 eval as_val=\$$as_ac_var
11352    if test "x$as_val" = x""yes; then :
11353   cat >>confdefs.h <<_ACEOF
11354 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11355 _ACEOF
11356
11357 fi
11358 done
11359
11360
11361 ac_config_files="$ac_config_files Makefile lib/Makefile epson-laser-printer-escpage.spec ppd/Makefile src/Makefile"
11362
11363
11364 cat >confcache <<\_ACEOF
11365 # This file is a shell script that caches the results of configure
11366 # tests run on this system so they can be shared between configure
11367 # scripts and configure runs, see configure's option --config-cache.
11368 # It is not useful on other systems.  If it contains results you don't
11369 # want to keep, you may remove or edit it.
11370 #
11371 # config.status only pays attention to the cache file if you give it
11372 # the --recheck option to rerun configure.
11373 #
11374 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11375 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11376 # following values.
11377
11378 _ACEOF
11379
11380 # The following way of writing the cache mishandles newlines in values,
11381 # but we know of no workaround that is simple, portable, and efficient.
11382 # So, we kill variables containing newlines.
11383 # Ultrix sh set writes to stderr and can't be redirected directly,
11384 # and sets the high bit in the cache file unless we assign to the vars.
11385 (
11386   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11387     eval ac_val=\$$ac_var
11388     case $ac_val in #(
11389     *${as_nl}*)
11390       case $ac_var in #(
11391       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11392 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11393       esac
11394       case $ac_var in #(
11395       _ | IFS | as_nl) ;; #(
11396       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11397       *) { eval $ac_var=; unset $ac_var;} ;;
11398       esac ;;
11399     esac
11400   done
11401
11402   (set) 2>&1 |
11403     case $as_nl`(ac_space=' '; set) 2>&1` in #(
11404     *${as_nl}ac_space=\ *)
11405       # `set' does not quote correctly, so add quotes: double-quote
11406       # substitution turns \\\\ into \\, and sed turns \\ into \.
11407       sed -n \
11408         "s/'/'\\\\''/g;
11409           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11410       ;; #(
11411     *)
11412       # `set' quotes correctly as required by POSIX, so do not add quotes.
11413       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11414       ;;
11415     esac |
11416     sort
11417 ) |
11418   sed '
11419      /^ac_cv_env_/b end
11420      t clear
11421      :clear
11422      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11423      t end
11424      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11425      :end' >>confcache
11426 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11427   if test -w "$cache_file"; then
11428     test "x$cache_file" != "x/dev/null" &&
11429       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11430 $as_echo "$as_me: updating cache $cache_file" >&6;}
11431     cat confcache >$cache_file
11432   else
11433     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11434 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11435   fi
11436 fi
11437 rm -f confcache
11438
11439 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11440 # Let make expand exec_prefix.
11441 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11442
11443 DEFS=-DHAVE_CONFIG_H
11444
11445 ac_libobjs=
11446 ac_ltlibobjs=
11447 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11448   # 1. Remove the extension, and $U if already installed.
11449   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11450   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11451   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
11452   #    will be set to the directory where LIBOBJS objects are built.
11453   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11454   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11455 done
11456 LIBOBJS=$ac_libobjs
11457
11458 LTLIBOBJS=$ac_ltlibobjs
11459
11460
11461  if test -n "$EXEEXT"; then
11462   am__EXEEXT_TRUE=
11463   am__EXEEXT_FALSE='#'
11464 else
11465   am__EXEEXT_TRUE='#'
11466   am__EXEEXT_FALSE=
11467 fi
11468
11469 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11470   as_fn_error "conditional \"AMDEP\" was never defined.
11471 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11472 fi
11473 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11474   as_fn_error "conditional \"am__fastdepCC\" was never defined.
11475 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11476 fi
11477
11478 : ${CONFIG_STATUS=./config.status}
11479 ac_write_fail=0
11480 ac_clean_files_save=$ac_clean_files
11481 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11483 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11484 as_write_fail=0
11485 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11486 #! $SHELL
11487 # Generated by $as_me.
11488 # Run this file to recreate the current configuration.
11489 # Compiler output produced by configure, useful for debugging
11490 # configure, is in config.log if it exists.
11491
11492 debug=false
11493 ac_cs_recheck=false
11494 ac_cs_silent=false
11495
11496 SHELL=\${CONFIG_SHELL-$SHELL}
11497 export SHELL
11498 _ASEOF
11499 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11500 ## -------------------- ##
11501 ## M4sh Initialization. ##
11502 ## -------------------- ##
11503
11504 # Be more Bourne compatible
11505 DUALCASE=1; export DUALCASE # for MKS sh
11506 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11507   emulate sh
11508   NULLCMD=:
11509   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11510   # is contrary to our usage.  Disable this feature.
11511   alias -g '${1+"$@"}'='"$@"'
11512   setopt NO_GLOB_SUBST
11513 else
11514   case `(set -o) 2>/dev/null` in #(
11515   *posix*) :
11516     set -o posix ;; #(
11517   *) :
11518      ;;
11519 esac
11520 fi
11521
11522
11523 as_nl='
11524 '
11525 export as_nl
11526 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11527 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11528 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11529 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11530 # Prefer a ksh shell builtin over an external printf program on Solaris,
11531 # but without wasting forks for bash or zsh.
11532 if test -z "$BASH_VERSION$ZSH_VERSION" \
11533     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11534   as_echo='print -r --'
11535   as_echo_n='print -rn --'
11536 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11537   as_echo='printf %s\n'
11538   as_echo_n='printf %s'
11539 else
11540   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11541     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11542     as_echo_n='/usr/ucb/echo -n'
11543   else
11544     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11545     as_echo_n_body='eval
11546       arg=$1;
11547       case $arg in #(
11548       *"$as_nl"*)
11549         expr "X$arg" : "X\\(.*\\)$as_nl";
11550         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11551       esac;
11552       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11553     '
11554     export as_echo_n_body
11555     as_echo_n='sh -c $as_echo_n_body as_echo'
11556   fi
11557   export as_echo_body
11558   as_echo='sh -c $as_echo_body as_echo'
11559 fi
11560
11561 # The user is always right.
11562 if test "${PATH_SEPARATOR+set}" != set; then
11563   PATH_SEPARATOR=:
11564   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11565     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11566       PATH_SEPARATOR=';'
11567   }
11568 fi
11569
11570
11571 # IFS
11572 # We need space, tab and new line, in precisely that order.  Quoting is
11573 # there to prevent editors from complaining about space-tab.
11574 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11575 # splitting by setting IFS to empty value.)
11576 IFS=" ""        $as_nl"
11577
11578 # Find who we are.  Look in the path if we contain no directory separator.
11579 case $0 in #((
11580   *[\\/]* ) as_myself=$0 ;;
11581   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11582 for as_dir in $PATH
11583 do
11584   IFS=$as_save_IFS
11585   test -z "$as_dir" && as_dir=.
11586     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11587   done
11588 IFS=$as_save_IFS
11589
11590      ;;
11591 esac
11592 # We did not find ourselves, most probably we were run as `sh COMMAND'
11593 # in which case we are not to be found in the path.
11594 if test "x$as_myself" = x; then
11595   as_myself=$0
11596 fi
11597 if test ! -f "$as_myself"; then
11598   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11599   exit 1
11600 fi
11601
11602 # Unset variables that we do not need and which cause bugs (e.g. in
11603 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
11604 # suppresses any "Segmentation fault" message there.  '((' could
11605 # trigger a bug in pdksh 5.2.14.
11606 for as_var in BASH_ENV ENV MAIL MAILPATH
11607 do eval test x\${$as_var+set} = xset \
11608   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11609 done
11610 PS1='$ '
11611 PS2='> '
11612 PS4='+ '
11613
11614 # NLS nuisances.
11615 LC_ALL=C
11616 export LC_ALL
11617 LANGUAGE=C
11618 export LANGUAGE
11619
11620 # CDPATH.
11621 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11622
11623
11624 # as_fn_error ERROR [LINENO LOG_FD]
11625 # ---------------------------------
11626 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11627 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11628 # script with status $?, using 1 if that was 0.
11629 as_fn_error ()
11630 {
11631   as_status=$?; test $as_status -eq 0 && as_status=1
11632   if test "$3"; then
11633     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11634     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11635   fi
11636   $as_echo "$as_me: error: $1" >&2
11637   as_fn_exit $as_status
11638 } # as_fn_error
11639
11640
11641 # as_fn_set_status STATUS
11642 # -----------------------
11643 # Set $? to STATUS, without forking.
11644 as_fn_set_status ()
11645 {
11646   return $1
11647 } # as_fn_set_status
11648
11649 # as_fn_exit STATUS
11650 # -----------------
11651 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11652 as_fn_exit ()
11653 {
11654   set +e
11655   as_fn_set_status $1
11656   exit $1
11657 } # as_fn_exit
11658
11659 # as_fn_unset VAR
11660 # ---------------
11661 # Portably unset VAR.
11662 as_fn_unset ()
11663 {
11664   { eval $1=; unset $1;}
11665 }
11666 as_unset=as_fn_unset
11667 # as_fn_append VAR VALUE
11668 # ----------------------
11669 # Append the text in VALUE to the end of the definition contained in VAR. Take
11670 # advantage of any shell optimizations that allow amortized linear growth over
11671 # repeated appends, instead of the typical quadratic growth present in naive
11672 # implementations.
11673 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11674   eval 'as_fn_append ()
11675   {
11676     eval $1+=\$2
11677   }'
11678 else
11679   as_fn_append ()
11680   {
11681     eval $1=\$$1\$2
11682   }
11683 fi # as_fn_append
11684
11685 # as_fn_arith ARG...
11686 # ------------------
11687 # Perform arithmetic evaluation on the ARGs, and store the result in the
11688 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11689 # must be portable across $(()) and expr.
11690 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11691   eval 'as_fn_arith ()
11692   {
11693     as_val=$(( $* ))
11694   }'
11695 else
11696   as_fn_arith ()
11697   {
11698     as_val=`expr "$@" || test $? -eq 1`
11699   }
11700 fi # as_fn_arith
11701
11702
11703 if expr a : '\(a\)' >/dev/null 2>&1 &&
11704    test "X`expr 00001 : '.*\(...\)'`" = X001; then
11705   as_expr=expr
11706 else
11707   as_expr=false
11708 fi
11709
11710 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11711   as_basename=basename
11712 else
11713   as_basename=false
11714 fi
11715
11716 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11717   as_dirname=dirname
11718 else
11719   as_dirname=false
11720 fi
11721
11722 as_me=`$as_basename -- "$0" ||
11723 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11724          X"$0" : 'X\(//\)$' \| \
11725          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11726 $as_echo X/"$0" |
11727     sed '/^.*\/\([^/][^/]*\)\/*$/{
11728             s//\1/
11729             q
11730           }
11731           /^X\/\(\/\/\)$/{
11732             s//\1/
11733             q
11734           }
11735           /^X\/\(\/\).*/{
11736             s//\1/
11737             q
11738           }
11739           s/.*/./; q'`
11740
11741 # Avoid depending upon Character Ranges.
11742 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11743 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11744 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11745 as_cr_digits='0123456789'
11746 as_cr_alnum=$as_cr_Letters$as_cr_digits
11747
11748 ECHO_C= ECHO_N= ECHO_T=
11749 case `echo -n x` in #(((((
11750 -n*)
11751   case `echo 'xy\c'` in
11752   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
11753   xy)  ECHO_C='\c';;
11754   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
11755        ECHO_T=' ';;
11756   esac;;
11757 *)
11758   ECHO_N='-n';;
11759 esac
11760
11761 rm -f conf$$ conf$$.exe conf$$.file
11762 if test -d conf$$.dir; then
11763   rm -f conf$$.dir/conf$$.file
11764 else
11765   rm -f conf$$.dir
11766   mkdir conf$$.dir 2>/dev/null
11767 fi
11768 if (echo >conf$$.file) 2>/dev/null; then
11769   if ln -s conf$$.file conf$$ 2>/dev/null; then
11770     as_ln_s='ln -s'
11771     # ... but there are two gotchas:
11772     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11773     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11774     # In both cases, we have to default to `cp -p'.
11775     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11776       as_ln_s='cp -p'
11777   elif ln conf$$.file conf$$ 2>/dev/null; then
11778     as_ln_s=ln
11779   else
11780     as_ln_s='cp -p'
11781   fi
11782 else
11783   as_ln_s='cp -p'
11784 fi
11785 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11786 rmdir conf$$.dir 2>/dev/null
11787
11788
11789 # as_fn_mkdir_p
11790 # -------------
11791 # Create "$as_dir" as a directory, including parents if necessary.
11792 as_fn_mkdir_p ()
11793 {
11794
11795   case $as_dir in #(
11796   -*) as_dir=./$as_dir;;
11797   esac
11798   test -d "$as_dir" || eval $as_mkdir_p || {
11799     as_dirs=
11800     while :; do
11801       case $as_dir in #(
11802       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11803       *) as_qdir=$as_dir;;
11804       esac
11805       as_dirs="'$as_qdir' $as_dirs"
11806       as_dir=`$as_dirname -- "$as_dir" ||
11807 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11808          X"$as_dir" : 'X\(//\)[^/]' \| \
11809          X"$as_dir" : 'X\(//\)$' \| \
11810          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11811 $as_echo X"$as_dir" |
11812     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11813             s//\1/
11814             q
11815           }
11816           /^X\(\/\/\)[^/].*/{
11817             s//\1/
11818             q
11819           }
11820           /^X\(\/\/\)$/{
11821             s//\1/
11822             q
11823           }
11824           /^X\(\/\).*/{
11825             s//\1/
11826             q
11827           }
11828           s/.*/./; q'`
11829       test -d "$as_dir" && break
11830     done
11831     test -z "$as_dirs" || eval "mkdir $as_dirs"
11832   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11833
11834
11835 } # as_fn_mkdir_p
11836 if mkdir -p . 2>/dev/null; then
11837   as_mkdir_p='mkdir -p "$as_dir"'
11838 else
11839   test -d ./-p && rmdir ./-p
11840   as_mkdir_p=false
11841 fi
11842
11843 if test -x / >/dev/null 2>&1; then
11844   as_test_x='test -x'
11845 else
11846   if ls -dL / >/dev/null 2>&1; then
11847     as_ls_L_option=L
11848   else
11849     as_ls_L_option=
11850   fi
11851   as_test_x='
11852     eval sh -c '\''
11853       if test -d "$1"; then
11854         test -d "$1/.";
11855       else
11856         case $1 in #(
11857         -*)set "./$1";;
11858         esac;
11859         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11860         ???[sx]*):;;*)false;;esac;fi
11861     '\'' sh
11862   '
11863 fi
11864 as_executable_p=$as_test_x
11865
11866 # Sed expression to map a string onto a valid CPP name.
11867 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11868
11869 # Sed expression to map a string onto a valid variable name.
11870 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11871
11872
11873 exec 6>&1
11874 ## ----------------------------------- ##
11875 ## Main body of $CONFIG_STATUS script. ##
11876 ## ----------------------------------- ##
11877 _ASEOF
11878 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11879
11880 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11881 # Save the log message, to keep $0 and so on meaningful, and to
11882 # report actual input values of CONFIG_FILES etc. instead of their
11883 # values after options handling.
11884 ac_log="
11885 This file was extended by Epson Laser Printer Driver (ESC/Page) for Linux $as_me 1.0.1, which was
11886 generated by GNU Autoconf 2.65.  Invocation command line was
11887
11888   CONFIG_FILES    = $CONFIG_FILES
11889   CONFIG_HEADERS  = $CONFIG_HEADERS
11890   CONFIG_LINKS    = $CONFIG_LINKS
11891   CONFIG_COMMANDS = $CONFIG_COMMANDS
11892   $ $0 $@
11893
11894 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11895 "
11896
11897 _ACEOF
11898
11899 case $ac_config_files in *"
11900 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11901 esac
11902
11903 case $ac_config_headers in *"
11904 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11905 esac
11906
11907
11908 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11909 # Files that config.status was made for.
11910 config_files="$ac_config_files"
11911 config_headers="$ac_config_headers"
11912 config_commands="$ac_config_commands"
11913
11914 _ACEOF
11915
11916 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11917 ac_cs_usage="\
11918 \`$as_me' instantiates files and other configuration actions
11919 from templates according to the current configuration.  Unless the files
11920 and actions are specified as TAGs, all are instantiated by default.
11921
11922 Usage: $0 [OPTION]... [TAG]...
11923
11924   -h, --help       print this help, then exit
11925   -V, --version    print version number and configuration settings, then exit
11926       --config     print configuration, then exit
11927   -q, --quiet, --silent
11928                    do not print progress messages
11929   -d, --debug      don't remove temporary files
11930       --recheck    update $as_me by reconfiguring in the same conditions
11931       --file=FILE[:TEMPLATE]
11932                    instantiate the configuration file FILE
11933       --header=FILE[:TEMPLATE]
11934                    instantiate the configuration header FILE
11935
11936 Configuration files:
11937 $config_files
11938
11939 Configuration headers:
11940 $config_headers
11941
11942 Configuration commands:
11943 $config_commands
11944
11945 Report bugs to <Seiko Epson Corporation <linux-printer@epson.jp>>."
11946
11947 _ACEOF
11948 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11949 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
11950 ac_cs_version="\\
11951 Epson Laser Printer Driver (ESC/Page) for Linux config.status 1.0.1
11952 configured by $0, generated by GNU Autoconf 2.65,
11953   with options \\"\$ac_cs_config\\"
11954
11955 Copyright (C) 2009 Free Software Foundation, Inc.
11956 This config.status script is free software; the Free Software Foundation
11957 gives unlimited permission to copy, distribute and modify it."
11958
11959 ac_pwd='$ac_pwd'
11960 srcdir='$srcdir'
11961 INSTALL='$INSTALL'
11962 MKDIR_P='$MKDIR_P'
11963 AWK='$AWK'
11964 test -n "\$AWK" || AWK=awk
11965 _ACEOF
11966
11967 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11968 # The default lists apply if the user does not specify any file.
11969 ac_need_defaults=:
11970 while test $# != 0
11971 do
11972   case $1 in
11973   --*=*)
11974     ac_option=`expr "X$1" : 'X\([^=]*\)='`
11975     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11976     ac_shift=:
11977     ;;
11978   *)
11979     ac_option=$1
11980     ac_optarg=$2
11981     ac_shift=shift
11982     ;;
11983   esac
11984
11985   case $ac_option in
11986   # Handling of the options.
11987   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11988     ac_cs_recheck=: ;;
11989   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11990     $as_echo "$ac_cs_version"; exit ;;
11991   --config | --confi | --conf | --con | --co | --c )
11992     $as_echo "$ac_cs_config"; exit ;;
11993   --debug | --debu | --deb | --de | --d | -d )
11994     debug=: ;;
11995   --file | --fil | --fi | --f )
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_FILES " '$ac_optarg'"
12001     ac_need_defaults=false;;
12002   --header | --heade | --head | --hea )
12003     $ac_shift
12004     case $ac_optarg in
12005     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12006     esac
12007     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12008     ac_need_defaults=false;;
12009   --he | --h)
12010     # Conflict between --help and --header
12011     as_fn_error "ambiguous option: \`$1'
12012 Try \`$0 --help' for more information.";;
12013   --help | --hel | -h )
12014     $as_echo "$ac_cs_usage"; exit ;;
12015   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12016   | -silent | --silent | --silen | --sile | --sil | --si | --s)
12017     ac_cs_silent=: ;;
12018
12019   # This is an error.
12020   -*) as_fn_error "unrecognized option: \`$1'
12021 Try \`$0 --help' for more information." ;;
12022
12023   *) as_fn_append ac_config_targets " $1"
12024      ac_need_defaults=false ;;
12025
12026   esac
12027   shift
12028 done
12029
12030 ac_configure_extra_args=
12031
12032 if $ac_cs_silent; then
12033   exec 6>/dev/null
12034   ac_configure_extra_args="$ac_configure_extra_args --silent"
12035 fi
12036
12037 _ACEOF
12038 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12039 if \$ac_cs_recheck; then
12040   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12041   shift
12042   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12043   CONFIG_SHELL='$SHELL'
12044   export CONFIG_SHELL
12045   exec "\$@"
12046 fi
12047
12048 _ACEOF
12049 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12050 exec 5>>config.log
12051 {
12052   echo
12053   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12054 ## Running $as_me. ##
12055 _ASBOX
12056   $as_echo "$ac_log"
12057 } >&5
12058
12059 _ACEOF
12060 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12061 #
12062 # INIT-COMMANDS
12063 #
12064 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12065
12066
12067 # The HP-UX ksh and POSIX shell print the target directory to stdout
12068 # if CDPATH is set.
12069 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12070
12071 sed_quote_subst='$sed_quote_subst'
12072 double_quote_subst='$double_quote_subst'
12073 delay_variable_subst='$delay_variable_subst'
12074 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
12075 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
12076 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
12077 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
12078 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
12079 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
12080 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
12081 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
12082 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
12083 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
12084 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
12085 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
12086 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
12087 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
12088 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
12089 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
12090 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
12091 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
12092 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
12093 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
12094 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
12095 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
12096 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
12097 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
12098 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
12099 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
12100 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
12101 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12102 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
12103 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
12104 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
12105 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
12106 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12107 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
12108 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
12109 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12110 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12111 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12112 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
12113 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12114 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
12115 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
12116 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
12117 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
12118 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"`'
12119 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"`'
12120 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
12121 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
12122 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
12123 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
12124 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
12125 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
12126 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
12127 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
12128 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
12129 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
12130 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
12131 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
12132 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
12133 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
12134 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
12135 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
12136 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12137 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12138 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
12139 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
12140 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12141 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12142 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
12143 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12144 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12145 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12146 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12147 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12148 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12149 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
12150 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12151 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12152 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12153 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
12154 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
12155 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
12156 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
12157 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
12158 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12159 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
12160 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
12161 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
12162 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
12163 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
12164 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12165 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12166 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12167 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12168 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
12169 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
12170 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12171 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
12172 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
12173 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12174 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12175 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
12176 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12177 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
12178 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12179 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12180 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12181 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12182 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
12183 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
12184 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12185 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12186 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
12187 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
12188 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
12189 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
12190 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
12191 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
12192
12193 LTCC='$LTCC'
12194 LTCFLAGS='$LTCFLAGS'
12195 compiler='$compiler_DEFAULT'
12196
12197 # Quote evaled strings.
12198 for var in SED \
12199 GREP \
12200 EGREP \
12201 FGREP \
12202 LD \
12203 NM \
12204 LN_S \
12205 lt_SP2NL \
12206 lt_NL2SP \
12207 reload_flag \
12208 OBJDUMP \
12209 deplibs_check_method \
12210 file_magic_cmd \
12211 AR \
12212 AR_FLAGS \
12213 STRIP \
12214 RANLIB \
12215 CC \
12216 CFLAGS \
12217 compiler \
12218 lt_cv_sys_global_symbol_pipe \
12219 lt_cv_sys_global_symbol_to_cdecl \
12220 lt_cv_sys_global_symbol_to_c_name_address \
12221 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12222 SHELL \
12223 ECHO \
12224 lt_prog_compiler_no_builtin_flag \
12225 lt_prog_compiler_wl \
12226 lt_prog_compiler_pic \
12227 lt_prog_compiler_static \
12228 lt_cv_prog_compiler_c_o \
12229 need_locks \
12230 DSYMUTIL \
12231 NMEDIT \
12232 LIPO \
12233 OTOOL \
12234 OTOOL64 \
12235 shrext_cmds \
12236 export_dynamic_flag_spec \
12237 whole_archive_flag_spec \
12238 compiler_needs_object \
12239 with_gnu_ld \
12240 allow_undefined_flag \
12241 no_undefined_flag \
12242 hardcode_libdir_flag_spec \
12243 hardcode_libdir_flag_spec_ld \
12244 hardcode_libdir_separator \
12245 fix_srcfile_path \
12246 exclude_expsyms \
12247 include_expsyms \
12248 file_list_spec \
12249 variables_saved_for_relink \
12250 libname_spec \
12251 library_names_spec \
12252 soname_spec \
12253 finish_eval \
12254 old_striplib \
12255 striplib; do
12256     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12257     *[\\\\\\\`\\"\\\$]*)
12258       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12259       ;;
12260     *)
12261       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12262       ;;
12263     esac
12264 done
12265
12266 # Double-quote double-evaled strings.
12267 for var in reload_cmds \
12268 old_postinstall_cmds \
12269 old_postuninstall_cmds \
12270 old_archive_cmds \
12271 extract_expsyms_cmds \
12272 old_archive_from_new_cmds \
12273 old_archive_from_expsyms_cmds \
12274 archive_cmds \
12275 archive_expsym_cmds \
12276 module_cmds \
12277 module_expsym_cmds \
12278 export_symbols_cmds \
12279 prelink_cmds \
12280 postinstall_cmds \
12281 postuninstall_cmds \
12282 finish_cmds \
12283 sys_lib_search_path_spec \
12284 sys_lib_dlsearch_path_spec; do
12285     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
12286     *[\\\\\\\`\\"\\\$]*)
12287       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12288       ;;
12289     *)
12290       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12291       ;;
12292     esac
12293 done
12294
12295 # Fix-up fallback echo if it was mangled by the above quoting rules.
12296 case \$lt_ECHO in
12297 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12298   ;;
12299 esac
12300
12301 ac_aux_dir='$ac_aux_dir'
12302 xsi_shell='$xsi_shell'
12303 lt_shell_append='$lt_shell_append'
12304
12305 # See if we are running on zsh, and set the options which allow our
12306 # commands through without removal of \ escapes INIT.
12307 if test -n "\${ZSH_VERSION+set}" ; then
12308    setopt NO_GLOB_SUBST
12309 fi
12310
12311
12312     PACKAGE='$PACKAGE'
12313     VERSION='$VERSION'
12314     TIMESTAMP='$TIMESTAMP'
12315     RM='$RM'
12316     ofile='$ofile'
12317
12318
12319
12320
12321 _ACEOF
12322
12323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12324
12325 # Handling of arguments.
12326 for ac_config_target in $ac_config_targets
12327 do
12328   case $ac_config_target in
12329     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12330     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12331     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12332     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12333     "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
12334     "epson-laser-printer-escpage.spec") CONFIG_FILES="$CONFIG_FILES epson-laser-printer-escpage.spec" ;;
12335     "ppd/Makefile") CONFIG_FILES="$CONFIG_FILES ppd/Makefile" ;;
12336     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
12337
12338   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12339   esac
12340 done
12341
12342
12343 # If the user did not use the arguments to specify the items to instantiate,
12344 # then the envvar interface is used.  Set only those that are not.
12345 # We use the long form for the default assignment because of an extremely
12346 # bizarre bug on SunOS 4.1.3.
12347 if $ac_need_defaults; then
12348   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12349   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12350   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12351 fi
12352
12353 # Have a temporary directory for convenience.  Make it in the build tree
12354 # simply because there is no reason against having it here, and in addition,
12355 # creating and moving files from /tmp can sometimes cause problems.
12356 # Hook for its removal unless debugging.
12357 # Note that there is a small window in which the directory will not be cleaned:
12358 # after its creation but before its name has been assigned to `$tmp'.
12359 $debug ||
12360 {
12361   tmp=
12362   trap 'exit_status=$?
12363   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12364 ' 0
12365   trap 'as_fn_exit 1' 1 2 13 15
12366 }
12367 # Create a (secure) tmp directory for tmp files.
12368
12369 {
12370   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12371   test -n "$tmp" && test -d "$tmp"
12372 }  ||
12373 {
12374   tmp=./conf$$-$RANDOM
12375   (umask 077 && mkdir "$tmp")
12376 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
12377
12378 # Set up the scripts for CONFIG_FILES section.
12379 # No need to generate them if there are no CONFIG_FILES.
12380 # This happens for instance with `./config.status config.h'.
12381 if test -n "$CONFIG_FILES"; then
12382
12383
12384 ac_cr=`echo X | tr X '\015'`
12385 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12386 # But we know of no other shell where ac_cr would be empty at this
12387 # point, so we can use a bashism as a fallback.
12388 if test "x$ac_cr" = x; then
12389   eval ac_cr=\$\'\\r\'
12390 fi
12391 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12392 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12393   ac_cs_awk_cr='\r'
12394 else
12395   ac_cs_awk_cr=$ac_cr
12396 fi
12397
12398 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12399 _ACEOF
12400
12401
12402 {
12403   echo "cat >conf$$subs.awk <<_ACEOF" &&
12404   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12405   echo "_ACEOF"
12406 } >conf$$subs.sh ||
12407   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12408 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12409 ac_delim='%!_!# '
12410 for ac_last_try in false false false false false :; do
12411   . ./conf$$subs.sh ||
12412     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12413
12414   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12415   if test $ac_delim_n = $ac_delim_num; then
12416     break
12417   elif $ac_last_try; then
12418     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12419   else
12420     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12421   fi
12422 done
12423 rm -f conf$$subs.sh
12424
12425 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12426 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12427 _ACEOF
12428 sed -n '
12429 h
12430 s/^/S["/; s/!.*/"]=/
12431 p
12432 g
12433 s/^[^!]*!//
12434 :repl
12435 t repl
12436 s/'"$ac_delim"'$//
12437 t delim
12438 :nl
12439 h
12440 s/\(.\{148\}\)..*/\1/
12441 t more1
12442 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12443 p
12444 n
12445 b repl
12446 :more1
12447 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12448 p
12449 g
12450 s/.\{148\}//
12451 t nl
12452 :delim
12453 h
12454 s/\(.\{148\}\)..*/\1/
12455 t more2
12456 s/["\\]/\\&/g; s/^/"/; s/$/"/
12457 p
12458 b
12459 :more2
12460 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12461 p
12462 g
12463 s/.\{148\}//
12464 t delim
12465 ' <conf$$subs.awk | sed '
12466 /^[^""]/{
12467   N
12468   s/\n//
12469 }
12470 ' >>$CONFIG_STATUS || ac_write_fail=1
12471 rm -f conf$$subs.awk
12472 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12473 _ACAWK
12474 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12475   for (key in S) S_is_set[key] = 1
12476   FS = "\a"
12477
12478 }
12479 {
12480   line = $ 0
12481   nfields = split(line, field, "@")
12482   substed = 0
12483   len = length(field[1])
12484   for (i = 2; i < nfields; i++) {
12485     key = field[i]
12486     keylen = length(key)
12487     if (S_is_set[key]) {
12488       value = S[key]
12489       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12490       len += length(value) + length(field[++i])
12491       substed = 1
12492     } else
12493       len += 1 + keylen
12494   }
12495
12496   print line
12497 }
12498
12499 _ACAWK
12500 _ACEOF
12501 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12502 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12503   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12504 else
12505   cat
12506 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12507   || as_fn_error "could not setup config files machinery" "$LINENO" 5
12508 _ACEOF
12509
12510 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12511 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12512 # trailing colons and then remove the whole line if VPATH becomes empty
12513 # (actually we leave an empty line to preserve line numbers).
12514 if test "x$srcdir" = x.; then
12515   ac_vpsub='/^[  ]*VPATH[        ]*=/{
12516 s/:*\$(srcdir):*/:/
12517 s/:*\${srcdir}:*/:/
12518 s/:*@srcdir@:*/:/
12519 s/^\([^=]*=[     ]*\):*/\1/
12520 s/:*$//
12521 s/^[^=]*=[       ]*$//
12522 }'
12523 fi
12524
12525 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12526 fi # test -n "$CONFIG_FILES"
12527
12528 # Set up the scripts for CONFIG_HEADERS section.
12529 # No need to generate them if there are no CONFIG_HEADERS.
12530 # This happens for instance with `./config.status Makefile'.
12531 if test -n "$CONFIG_HEADERS"; then
12532 cat >"$tmp/defines.awk" <<\_ACAWK ||
12533 BEGIN {
12534 _ACEOF
12535
12536 # Transform confdefs.h into an awk script `defines.awk', embedded as
12537 # here-document in config.status, that substitutes the proper values into
12538 # config.h.in to produce config.h.
12539
12540 # Create a delimiter string that does not exist in confdefs.h, to ease
12541 # handling of long lines.
12542 ac_delim='%!_!# '
12543 for ac_last_try in false false :; do
12544   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12545   if test -z "$ac_t"; then
12546     break
12547   elif $ac_last_try; then
12548     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12549   else
12550     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12551   fi
12552 done
12553
12554 # For the awk script, D is an array of macro values keyed by name,
12555 # likewise P contains macro parameters if any.  Preserve backslash
12556 # newline sequences.
12557
12558 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12559 sed -n '
12560 s/.\{148\}/&'"$ac_delim"'/g
12561 t rset
12562 :rset
12563 s/^[     ]*#[    ]*define[       ][      ]*/ /
12564 t def
12565 d
12566 :def
12567 s/\\$//
12568 t bsnl
12569 s/["\\]/\\&/g
12570 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
12571 D["\1"]=" \3"/p
12572 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
12573 d
12574 :bsnl
12575 s/["\\]/\\&/g
12576 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
12577 D["\1"]=" \3\\\\\\n"\\/p
12578 t cont
12579 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12580 t cont
12581 d
12582 :cont
12583 n
12584 s/.\{148\}/&'"$ac_delim"'/g
12585 t clear
12586 :clear
12587 s/\\$//
12588 t bsnlc
12589 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12590 d
12591 :bsnlc
12592 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12593 b cont
12594 ' <confdefs.h | sed '
12595 s/'"$ac_delim"'/"\\\
12596 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12597
12598 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12599   for (key in D) D_is_set[key] = 1
12600   FS = "\a"
12601 }
12602 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12603   line = \$ 0
12604   split(line, arg, " ")
12605   if (arg[1] == "#") {
12606     defundef = arg[2]
12607     mac1 = arg[3]
12608   } else {
12609     defundef = substr(arg[1], 2)
12610     mac1 = arg[2]
12611   }
12612   split(mac1, mac2, "(") #)
12613   macro = mac2[1]
12614   prefix = substr(line, 1, index(line, defundef) - 1)
12615   if (D_is_set[macro]) {
12616     # Preserve the white space surrounding the "#".
12617     print prefix "define", macro P[macro] D[macro]
12618     next
12619   } else {
12620     # Replace #undef with comments.  This is necessary, for example,
12621     # in the case of _POSIX_SOURCE, which is predefined and required
12622     # on some systems where configure will not decide to define it.
12623     if (defundef == "undef") {
12624       print "/*", prefix defundef, macro, "*/"
12625       next
12626     }
12627   }
12628 }
12629 { print }
12630 _ACAWK
12631 _ACEOF
12632 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12633   as_fn_error "could not setup config headers machinery" "$LINENO" 5
12634 fi # test -n "$CONFIG_HEADERS"
12635
12636
12637 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
12638 shift
12639 for ac_tag
12640 do
12641   case $ac_tag in
12642   :[FHLC]) ac_mode=$ac_tag; continue;;
12643   esac
12644   case $ac_mode$ac_tag in
12645   :[FHL]*:*);;
12646   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12647   :[FH]-) ac_tag=-:-;;
12648   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12649   esac
12650   ac_save_IFS=$IFS
12651   IFS=:
12652   set x $ac_tag
12653   IFS=$ac_save_IFS
12654   shift
12655   ac_file=$1
12656   shift
12657
12658   case $ac_mode in
12659   :L) ac_source=$1;;
12660   :[FH])
12661     ac_file_inputs=
12662     for ac_f
12663     do
12664       case $ac_f in
12665       -) ac_f="$tmp/stdin";;
12666       *) # Look for the file first in the build tree, then in the source tree
12667          # (if the path is not absolute).  The absolute path cannot be DOS-style,
12668          # because $ac_f cannot contain `:'.
12669          test -f "$ac_f" ||
12670            case $ac_f in
12671            [\\/$]*) false;;
12672            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12673            esac ||
12674            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12675       esac
12676       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12677       as_fn_append ac_file_inputs " '$ac_f'"
12678     done
12679
12680     # Let's still pretend it is `configure' which instantiates (i.e., don't
12681     # use $as_me), people would be surprised to read:
12682     #    /* config.h.  Generated by config.status.  */
12683     configure_input='Generated from '`
12684           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12685         `' by configure.'
12686     if test x"$ac_file" != x-; then
12687       configure_input="$ac_file.  $configure_input"
12688       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12689 $as_echo "$as_me: creating $ac_file" >&6;}
12690     fi
12691     # Neutralize special characters interpreted by sed in replacement strings.
12692     case $configure_input in #(
12693     *\&* | *\|* | *\\* )
12694        ac_sed_conf_input=`$as_echo "$configure_input" |
12695        sed 's/[\\\\&|]/\\\\&/g'`;; #(
12696     *) ac_sed_conf_input=$configure_input;;
12697     esac
12698
12699     case $ac_tag in
12700     *:-:* | *:-) cat >"$tmp/stdin" \
12701       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12702     esac
12703     ;;
12704   esac
12705
12706   ac_dir=`$as_dirname -- "$ac_file" ||
12707 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12708          X"$ac_file" : 'X\(//\)[^/]' \| \
12709          X"$ac_file" : 'X\(//\)$' \| \
12710          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12711 $as_echo X"$ac_file" |
12712     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12713             s//\1/
12714             q
12715           }
12716           /^X\(\/\/\)[^/].*/{
12717             s//\1/
12718             q
12719           }
12720           /^X\(\/\/\)$/{
12721             s//\1/
12722             q
12723           }
12724           /^X\(\/\).*/{
12725             s//\1/
12726             q
12727           }
12728           s/.*/./; q'`
12729   as_dir="$ac_dir"; as_fn_mkdir_p
12730   ac_builddir=.
12731
12732 case "$ac_dir" in
12733 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12734 *)
12735   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12736   # A ".." for each directory in $ac_dir_suffix.
12737   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12738   case $ac_top_builddir_sub in
12739   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12740   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12741   esac ;;
12742 esac
12743 ac_abs_top_builddir=$ac_pwd
12744 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12745 # for backward compatibility:
12746 ac_top_builddir=$ac_top_build_prefix
12747
12748 case $srcdir in
12749   .)  # We are building in place.
12750     ac_srcdir=.
12751     ac_top_srcdir=$ac_top_builddir_sub
12752     ac_abs_top_srcdir=$ac_pwd ;;
12753   [\\/]* | ?:[\\/]* )  # Absolute name.
12754     ac_srcdir=$srcdir$ac_dir_suffix;
12755     ac_top_srcdir=$srcdir
12756     ac_abs_top_srcdir=$srcdir ;;
12757   *) # Relative name.
12758     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12759     ac_top_srcdir=$ac_top_build_prefix$srcdir
12760     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12761 esac
12762 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12763
12764
12765   case $ac_mode in
12766   :F)
12767   #
12768   # CONFIG_FILE
12769   #
12770
12771   case $INSTALL in
12772   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12773   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12774   esac
12775   ac_MKDIR_P=$MKDIR_P
12776   case $MKDIR_P in
12777   [\\/$]* | ?:[\\/]* ) ;;
12778   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12779   esac
12780 _ACEOF
12781
12782 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12783 # If the template does not know about datarootdir, expand it.
12784 # FIXME: This hack should be removed a few years after 2.60.
12785 ac_datarootdir_hack=; ac_datarootdir_seen=
12786 ac_sed_dataroot='
12787 /datarootdir/ {
12788   p
12789   q
12790 }
12791 /@datadir@/p
12792 /@docdir@/p
12793 /@infodir@/p
12794 /@localedir@/p
12795 /@mandir@/p'
12796 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12797 *datarootdir*) ac_datarootdir_seen=yes;;
12798 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12799   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12800 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12801 _ACEOF
12802 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12803   ac_datarootdir_hack='
12804   s&@datadir@&$datadir&g
12805   s&@docdir@&$docdir&g
12806   s&@infodir@&$infodir&g
12807   s&@localedir@&$localedir&g
12808   s&@mandir@&$mandir&g
12809   s&\\\${datarootdir}&$datarootdir&g' ;;
12810 esac
12811 _ACEOF
12812
12813 # Neutralize VPATH when `$srcdir' = `.'.
12814 # Shell code in configure.ac might set extrasub.
12815 # FIXME: do we really want to maintain this feature?
12816 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12817 ac_sed_extra="$ac_vpsub
12818 $extrasub
12819 _ACEOF
12820 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12821 :t
12822 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12823 s|@configure_input@|$ac_sed_conf_input|;t t
12824 s&@top_builddir@&$ac_top_builddir_sub&;t t
12825 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12826 s&@srcdir@&$ac_srcdir&;t t
12827 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12828 s&@top_srcdir@&$ac_top_srcdir&;t t
12829 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12830 s&@builddir@&$ac_builddir&;t t
12831 s&@abs_builddir@&$ac_abs_builddir&;t t
12832 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12833 s&@INSTALL@&$ac_INSTALL&;t t
12834 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12835 $ac_datarootdir_hack
12836 "
12837 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12838   || as_fn_error "could not create $ac_file" "$LINENO" 5
12839
12840 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12841   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12842   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12843   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12844 which seems to be undefined.  Please make sure it is defined." >&5
12845 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12846 which seems to be undefined.  Please make sure it is defined." >&2;}
12847
12848   rm -f "$tmp/stdin"
12849   case $ac_file in
12850   -) cat "$tmp/out" && rm -f "$tmp/out";;
12851   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12852   esac \
12853   || as_fn_error "could not create $ac_file" "$LINENO" 5
12854  ;;
12855   :H)
12856   #
12857   # CONFIG_HEADER
12858   #
12859   if test x"$ac_file" != x-; then
12860     {
12861       $as_echo "/* $configure_input  */" \
12862       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12863     } >"$tmp/config.h" \
12864       || as_fn_error "could not create $ac_file" "$LINENO" 5
12865     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12866       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12867 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12868     else
12869       rm -f "$ac_file"
12870       mv "$tmp/config.h" "$ac_file" \
12871         || as_fn_error "could not create $ac_file" "$LINENO" 5
12872     fi
12873   else
12874     $as_echo "/* $configure_input  */" \
12875       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12876       || as_fn_error "could not create -" "$LINENO" 5
12877   fi
12878 # Compute "$ac_file"'s index in $config_headers.
12879 _am_arg="$ac_file"
12880 _am_stamp_count=1
12881 for _am_header in $config_headers :; do
12882   case $_am_header in
12883     $_am_arg | $_am_arg:* )
12884       break ;;
12885     * )
12886       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12887   esac
12888 done
12889 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12890 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12891          X"$_am_arg" : 'X\(//\)[^/]' \| \
12892          X"$_am_arg" : 'X\(//\)$' \| \
12893          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12894 $as_echo X"$_am_arg" |
12895     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12896             s//\1/
12897             q
12898           }
12899           /^X\(\/\/\)[^/].*/{
12900             s//\1/
12901             q
12902           }
12903           /^X\(\/\/\)$/{
12904             s//\1/
12905             q
12906           }
12907           /^X\(\/\).*/{
12908             s//\1/
12909             q
12910           }
12911           s/.*/./; q'`/stamp-h$_am_stamp_count
12912  ;;
12913
12914   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12915 $as_echo "$as_me: executing $ac_file commands" >&6;}
12916  ;;
12917   esac
12918
12919
12920   case $ac_file$ac_mode in
12921     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12922   # Autoconf 2.62 quotes --file arguments for eval, but not when files
12923   # are listed without --file.  Let's play safe and only enable the eval
12924   # if we detect the quoting.
12925   case $CONFIG_FILES in
12926   *\'*) eval set x "$CONFIG_FILES" ;;
12927   *)   set x $CONFIG_FILES ;;
12928   esac
12929   shift
12930   for mf
12931   do
12932     # Strip MF so we end up with the name of the file.
12933     mf=`echo "$mf" | sed -e 's/:.*$//'`
12934     # Check whether this is an Automake generated Makefile or not.
12935     # We used to match only the files named `Makefile.in', but
12936     # some people rename them; so instead we look at the file content.
12937     # Grep'ing the first line is not enough: some people post-process
12938     # each Makefile.in and add a new line on top of each file to say so.
12939     # Grep'ing the whole file is not good either: AIX grep has a line
12940     # limit of 2048, but all sed's we know have understand at least 4000.
12941     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12942       dirpart=`$as_dirname -- "$mf" ||
12943 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12944          X"$mf" : 'X\(//\)[^/]' \| \
12945          X"$mf" : 'X\(//\)$' \| \
12946          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12947 $as_echo X"$mf" |
12948     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12949             s//\1/
12950             q
12951           }
12952           /^X\(\/\/\)[^/].*/{
12953             s//\1/
12954             q
12955           }
12956           /^X\(\/\/\)$/{
12957             s//\1/
12958             q
12959           }
12960           /^X\(\/\).*/{
12961             s//\1/
12962             q
12963           }
12964           s/.*/./; q'`
12965     else
12966       continue
12967     fi
12968     # Extract the definition of DEPDIR, am__include, and am__quote
12969     # from the Makefile without running `make'.
12970     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12971     test -z "$DEPDIR" && continue
12972     am__include=`sed -n 's/^am__include = //p' < "$mf"`
12973     test -z "am__include" && continue
12974     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12975     # When using ansi2knr, U may be empty or an underscore; expand it
12976     U=`sed -n 's/^U = //p' < "$mf"`
12977     # Find all dependency output files, they are included files with
12978     # $(DEPDIR) in their names.  We invoke sed twice because it is the
12979     # simplest approach to changing $(DEPDIR) to its actual value in the
12980     # expansion.
12981     for file in `sed -n "
12982       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12983          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12984       # Make sure the directory exists.
12985       test -f "$dirpart/$file" && continue
12986       fdir=`$as_dirname -- "$file" ||
12987 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12988          X"$file" : 'X\(//\)[^/]' \| \
12989          X"$file" : 'X\(//\)$' \| \
12990          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12991 $as_echo X"$file" |
12992     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12993             s//\1/
12994             q
12995           }
12996           /^X\(\/\/\)[^/].*/{
12997             s//\1/
12998             q
12999           }
13000           /^X\(\/\/\)$/{
13001             s//\1/
13002             q
13003           }
13004           /^X\(\/\).*/{
13005             s//\1/
13006             q
13007           }
13008           s/.*/./; q'`
13009       as_dir=$dirpart/$fdir; as_fn_mkdir_p
13010       # echo "creating $dirpart/$file"
13011       echo '# dummy' > "$dirpart/$file"
13012     done
13013   done
13014 }
13015  ;;
13016     "libtool":C)
13017
13018     # See if we are running on zsh, and set the options which allow our
13019     # commands through without removal of \ escapes.
13020     if test -n "${ZSH_VERSION+set}" ; then
13021       setopt NO_GLOB_SUBST
13022     fi
13023
13024     cfgfile="${ofile}T"
13025     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13026     $RM "$cfgfile"
13027
13028     cat <<_LT_EOF >> "$cfgfile"
13029 #! $SHELL
13030
13031 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13032 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13033 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13034 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13035 #
13036 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13037 #                 2006, 2007, 2008 Free Software Foundation, Inc.
13038 #   Written by Gordon Matzigkeit, 1996
13039 #
13040 #   This file is part of GNU Libtool.
13041 #
13042 # GNU Libtool is free software; you can redistribute it and/or
13043 # modify it under the terms of the GNU General Public License as
13044 # published by the Free Software Foundation; either version 2 of
13045 # the License, or (at your option) any later version.
13046 #
13047 # As a special exception to the GNU General Public License,
13048 # if you distribute this file as part of a program or library that
13049 # is built using GNU Libtool, you may include this file under the
13050 # same distribution terms that you use for the rest of that program.
13051 #
13052 # GNU Libtool is distributed in the hope that it will be useful,
13053 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13054 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13055 # GNU General Public License for more details.
13056 #
13057 # You should have received a copy of the GNU General Public License
13058 # along with GNU Libtool; see the file COPYING.  If not, a copy
13059 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13060 # obtained by writing to the Free Software Foundation, Inc.,
13061 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13062
13063
13064 # The names of the tagged configurations supported by this script.
13065 available_tags=""
13066
13067 # ### BEGIN LIBTOOL CONFIG
13068
13069 # Which release of libtool.m4 was used?
13070 macro_version=$macro_version
13071 macro_revision=$macro_revision
13072
13073 # Whether or not to build shared libraries.
13074 build_libtool_libs=$enable_shared
13075
13076 # Whether or not to build static libraries.
13077 build_old_libs=$enable_static
13078
13079 # What type of objects to build.
13080 pic_mode=$pic_mode
13081
13082 # Whether or not to optimize for fast installation.
13083 fast_install=$enable_fast_install
13084
13085 # The host system.
13086 host_alias=$host_alias
13087 host=$host
13088 host_os=$host_os
13089
13090 # The build system.
13091 build_alias=$build_alias
13092 build=$build
13093 build_os=$build_os
13094
13095 # A sed program that does not truncate output.
13096 SED=$lt_SED
13097
13098 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13099 Xsed="\$SED -e 1s/^X//"
13100
13101 # A grep program that handles long lines.
13102 GREP=$lt_GREP
13103
13104 # An ERE matcher.
13105 EGREP=$lt_EGREP
13106
13107 # A literal string matcher.
13108 FGREP=$lt_FGREP
13109
13110 # A BSD- or MS-compatible name lister.
13111 NM=$lt_NM
13112
13113 # Whether we need soft or hard links.
13114 LN_S=$lt_LN_S
13115
13116 # What is the maximum length of a command?
13117 max_cmd_len=$max_cmd_len
13118
13119 # Object file suffix (normally "o").
13120 objext=$ac_objext
13121
13122 # Executable file suffix (normally "").
13123 exeext=$exeext
13124
13125 # whether the shell understands "unset".
13126 lt_unset=$lt_unset
13127
13128 # turn spaces into newlines.
13129 SP2NL=$lt_lt_SP2NL
13130
13131 # turn newlines into spaces.
13132 NL2SP=$lt_lt_NL2SP
13133
13134 # How to create reloadable object files.
13135 reload_flag=$lt_reload_flag
13136 reload_cmds=$lt_reload_cmds
13137
13138 # An object symbol dumper.
13139 OBJDUMP=$lt_OBJDUMP
13140
13141 # Method to check whether dependent libraries are shared objects.
13142 deplibs_check_method=$lt_deplibs_check_method
13143
13144 # Command to use when deplibs_check_method == "file_magic".
13145 file_magic_cmd=$lt_file_magic_cmd
13146
13147 # The archiver.
13148 AR=$lt_AR
13149 AR_FLAGS=$lt_AR_FLAGS
13150
13151 # A symbol stripping program.
13152 STRIP=$lt_STRIP
13153
13154 # Commands used to install an old-style archive.
13155 RANLIB=$lt_RANLIB
13156 old_postinstall_cmds=$lt_old_postinstall_cmds
13157 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13158
13159 # A C compiler.
13160 LTCC=$lt_CC
13161
13162 # LTCC compiler flags.
13163 LTCFLAGS=$lt_CFLAGS
13164
13165 # Take the output of nm and produce a listing of raw symbols and C names.
13166 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13167
13168 # Transform the output of nm in a proper C declaration.
13169 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13170
13171 # Transform the output of nm in a C name address pair.
13172 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13173
13174 # Transform the output of nm in a C name address pair when lib prefix is needed.
13175 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13176
13177 # The name of the directory that contains temporary libtool files.
13178 objdir=$objdir
13179
13180 # Shell to use when invoking shell scripts.
13181 SHELL=$lt_SHELL
13182
13183 # An echo program that does not interpret backslashes.
13184 ECHO=$lt_ECHO
13185
13186 # Used to examine libraries when file_magic_cmd begins with "file".
13187 MAGIC_CMD=$MAGIC_CMD
13188
13189 # Must we lock files when doing compilation?
13190 need_locks=$lt_need_locks
13191
13192 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13193 DSYMUTIL=$lt_DSYMUTIL
13194
13195 # Tool to change global to local symbols on Mac OS X.
13196 NMEDIT=$lt_NMEDIT
13197
13198 # Tool to manipulate fat objects and archives on Mac OS X.
13199 LIPO=$lt_LIPO
13200
13201 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13202 OTOOL=$lt_OTOOL
13203
13204 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13205 OTOOL64=$lt_OTOOL64
13206
13207 # Old archive suffix (normally "a").
13208 libext=$libext
13209
13210 # Shared library suffix (normally ".so").
13211 shrext_cmds=$lt_shrext_cmds
13212
13213 # The commands to extract the exported symbol list from a shared archive.
13214 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13215
13216 # Variables whose values should be saved in libtool wrapper scripts and
13217 # restored at link time.
13218 variables_saved_for_relink=$lt_variables_saved_for_relink
13219
13220 # Do we need the "lib" prefix for modules?
13221 need_lib_prefix=$need_lib_prefix
13222
13223 # Do we need a version for libraries?
13224 need_version=$need_version
13225
13226 # Library versioning type.
13227 version_type=$version_type
13228
13229 # Shared library runtime path variable.
13230 runpath_var=$runpath_var
13231
13232 # Shared library path variable.
13233 shlibpath_var=$shlibpath_var
13234
13235 # Is shlibpath searched before the hard-coded library search path?
13236 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13237
13238 # Format of library name prefix.
13239 libname_spec=$lt_libname_spec
13240
13241 # List of archive names.  First name is the real one, the rest are links.
13242 # The last name is the one that the linker finds with -lNAME
13243 library_names_spec=$lt_library_names_spec
13244
13245 # The coded name of the library, if different from the real name.
13246 soname_spec=$lt_soname_spec
13247
13248 # Command to use after installation of a shared archive.
13249 postinstall_cmds=$lt_postinstall_cmds
13250
13251 # Command to use after uninstallation of a shared archive.
13252 postuninstall_cmds=$lt_postuninstall_cmds
13253
13254 # Commands used to finish a libtool library installation in a directory.
13255 finish_cmds=$lt_finish_cmds
13256
13257 # As "finish_cmds", except a single script fragment to be evaled but
13258 # not shown.
13259 finish_eval=$lt_finish_eval
13260
13261 # Whether we should hardcode library paths into libraries.
13262 hardcode_into_libs=$hardcode_into_libs
13263
13264 # Compile-time system search path for libraries.
13265 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13266
13267 # Run-time system search path for libraries.
13268 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13269
13270 # Whether dlopen is supported.
13271 dlopen_support=$enable_dlopen
13272
13273 # Whether dlopen of programs is supported.
13274 dlopen_self=$enable_dlopen_self
13275
13276 # Whether dlopen of statically linked programs is supported.
13277 dlopen_self_static=$enable_dlopen_self_static
13278
13279 # Commands to strip libraries.
13280 old_striplib=$lt_old_striplib
13281 striplib=$lt_striplib
13282
13283
13284 # The linker used to build libraries.
13285 LD=$lt_LD
13286
13287 # Commands used to build an old-style archive.
13288 old_archive_cmds=$lt_old_archive_cmds
13289
13290 # A language specific compiler.
13291 CC=$lt_compiler
13292
13293 # Is the compiler the GNU compiler?
13294 with_gcc=$GCC
13295
13296 # Compiler flag to turn off builtin functions.
13297 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13298
13299 # How to pass a linker flag through the compiler.
13300 wl=$lt_lt_prog_compiler_wl
13301
13302 # Additional compiler flags for building library objects.
13303 pic_flag=$lt_lt_prog_compiler_pic
13304
13305 # Compiler flag to prevent dynamic linking.
13306 link_static_flag=$lt_lt_prog_compiler_static
13307
13308 # Does compiler simultaneously support -c and -o options?
13309 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13310
13311 # Whether or not to add -lc for building shared libraries.
13312 build_libtool_need_lc=$archive_cmds_need_lc
13313
13314 # Whether or not to disallow shared libs when runtime libs are static.
13315 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13316
13317 # Compiler flag to allow reflexive dlopens.
13318 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13319
13320 # Compiler flag to generate shared objects directly from archives.
13321 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13322
13323 # Whether the compiler copes with passing no objects directly.
13324 compiler_needs_object=$lt_compiler_needs_object
13325
13326 # Create an old-style archive from a shared archive.
13327 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13328
13329 # Create a temporary old-style archive to link instead of a shared archive.
13330 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13331
13332 # Commands used to build a shared archive.
13333 archive_cmds=$lt_archive_cmds
13334 archive_expsym_cmds=$lt_archive_expsym_cmds
13335
13336 # Commands used to build a loadable module if different from building
13337 # a shared archive.
13338 module_cmds=$lt_module_cmds
13339 module_expsym_cmds=$lt_module_expsym_cmds
13340
13341 # Whether we are building with GNU ld or not.
13342 with_gnu_ld=$lt_with_gnu_ld
13343
13344 # Flag that allows shared libraries with undefined symbols to be built.
13345 allow_undefined_flag=$lt_allow_undefined_flag
13346
13347 # Flag that enforces no undefined symbols.
13348 no_undefined_flag=$lt_no_undefined_flag
13349
13350 # Flag to hardcode \$libdir into a binary during linking.
13351 # This must work even if \$libdir does not exist
13352 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13353
13354 # If ld is used when linking, flag to hardcode \$libdir into a binary
13355 # during linking.  This must work even if \$libdir does not exist.
13356 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13357
13358 # Whether we need a single "-rpath" flag with a separated argument.
13359 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13360
13361 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13362 # DIR into the resulting binary.
13363 hardcode_direct=$hardcode_direct
13364
13365 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13366 # DIR into the resulting binary and the resulting library dependency is
13367 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13368 # library is relocated.
13369 hardcode_direct_absolute=$hardcode_direct_absolute
13370
13371 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13372 # into the resulting binary.
13373 hardcode_minus_L=$hardcode_minus_L
13374
13375 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13376 # into the resulting binary.
13377 hardcode_shlibpath_var=$hardcode_shlibpath_var
13378
13379 # Set to "yes" if building a shared library automatically hardcodes DIR
13380 # into the library and all subsequent libraries and executables linked
13381 # against it.
13382 hardcode_automatic=$hardcode_automatic
13383
13384 # Set to yes if linker adds runtime paths of dependent libraries
13385 # to runtime path list.
13386 inherit_rpath=$inherit_rpath
13387
13388 # Whether libtool must link a program against all its dependency libraries.
13389 link_all_deplibs=$link_all_deplibs
13390
13391 # Fix the shell variable \$srcfile for the compiler.
13392 fix_srcfile_path=$lt_fix_srcfile_path
13393
13394 # Set to "yes" if exported symbols are required.
13395 always_export_symbols=$always_export_symbols
13396
13397 # The commands to list exported symbols.
13398 export_symbols_cmds=$lt_export_symbols_cmds
13399
13400 # Symbols that should not be listed in the preloaded symbols.
13401 exclude_expsyms=$lt_exclude_expsyms
13402
13403 # Symbols that must always be exported.
13404 include_expsyms=$lt_include_expsyms
13405
13406 # Commands necessary for linking programs (against libraries) with templates.
13407 prelink_cmds=$lt_prelink_cmds
13408
13409 # Specify filename containing input files.
13410 file_list_spec=$lt_file_list_spec
13411
13412 # How to hardcode a shared library path into an executable.
13413 hardcode_action=$hardcode_action
13414
13415 # ### END LIBTOOL CONFIG
13416
13417 _LT_EOF
13418
13419   case $host_os in
13420   aix3*)
13421     cat <<\_LT_EOF >> "$cfgfile"
13422 # AIX sometimes has problems with the GCC collect2 program.  For some
13423 # reason, if we set the COLLECT_NAMES environment variable, the problems
13424 # vanish in a puff of smoke.
13425 if test "X${COLLECT_NAMES+set}" != Xset; then
13426   COLLECT_NAMES=
13427   export COLLECT_NAMES
13428 fi
13429 _LT_EOF
13430     ;;
13431   esac
13432
13433
13434 ltmain="$ac_aux_dir/ltmain.sh"
13435
13436
13437   # We use sed instead of cat because bash on DJGPP gets confused if
13438   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
13439   # text mode, it properly converts lines to CR/LF.  This bash problem
13440   # is reportedly fixed, but why not run on old versions too?
13441   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13442     || (rm -f "$cfgfile"; exit 1)
13443
13444   case $xsi_shell in
13445   yes)
13446     cat << \_LT_EOF >> "$cfgfile"
13447
13448 # func_dirname file append nondir_replacement
13449 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13450 # otherwise set result to NONDIR_REPLACEMENT.
13451 func_dirname ()
13452 {
13453   case ${1} in
13454     */*) func_dirname_result="${1%/*}${2}" ;;
13455     *  ) func_dirname_result="${3}" ;;
13456   esac
13457 }
13458
13459 # func_basename file
13460 func_basename ()
13461 {
13462   func_basename_result="${1##*/}"
13463 }
13464
13465 # func_dirname_and_basename file append nondir_replacement
13466 # perform func_basename and func_dirname in a single function
13467 # call:
13468 #   dirname:  Compute the dirname of FILE.  If nonempty,
13469 #             add APPEND to the result, otherwise set result
13470 #             to NONDIR_REPLACEMENT.
13471 #             value returned in "$func_dirname_result"
13472 #   basename: Compute filename of FILE.
13473 #             value retuned in "$func_basename_result"
13474 # Implementation must be kept synchronized with func_dirname
13475 # and func_basename. For efficiency, we do not delegate to
13476 # those functions but instead duplicate the functionality here.
13477 func_dirname_and_basename ()
13478 {
13479   case ${1} in
13480     */*) func_dirname_result="${1%/*}${2}" ;;
13481     *  ) func_dirname_result="${3}" ;;
13482   esac
13483   func_basename_result="${1##*/}"
13484 }
13485
13486 # func_stripname prefix suffix name
13487 # strip PREFIX and SUFFIX off of NAME.
13488 # PREFIX and SUFFIX must not contain globbing or regex special
13489 # characters, hashes, percent signs, but SUFFIX may contain a leading
13490 # dot (in which case that matches only a dot).
13491 func_stripname ()
13492 {
13493   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13494   # positional parameters, so assign one to ordinary parameter first.
13495   func_stripname_result=${3}
13496   func_stripname_result=${func_stripname_result#"${1}"}
13497   func_stripname_result=${func_stripname_result%"${2}"}
13498 }
13499
13500 # func_opt_split
13501 func_opt_split ()
13502 {
13503   func_opt_split_opt=${1%%=*}
13504   func_opt_split_arg=${1#*=}
13505 }
13506
13507 # func_lo2o object
13508 func_lo2o ()
13509 {
13510   case ${1} in
13511     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13512     *)    func_lo2o_result=${1} ;;
13513   esac
13514 }
13515
13516 # func_xform libobj-or-source
13517 func_xform ()
13518 {
13519   func_xform_result=${1%.*}.lo
13520 }
13521
13522 # func_arith arithmetic-term...
13523 func_arith ()
13524 {
13525   func_arith_result=$(( $* ))
13526 }
13527
13528 # func_len string
13529 # STRING may not start with a hyphen.
13530 func_len ()
13531 {
13532   func_len_result=${#1}
13533 }
13534
13535 _LT_EOF
13536     ;;
13537   *) # Bourne compatible functions.
13538     cat << \_LT_EOF >> "$cfgfile"
13539
13540 # func_dirname file append nondir_replacement
13541 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13542 # otherwise set result to NONDIR_REPLACEMENT.
13543 func_dirname ()
13544 {
13545   # Extract subdirectory from the argument.
13546   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
13547   if test "X$func_dirname_result" = "X${1}"; then
13548     func_dirname_result="${3}"
13549   else
13550     func_dirname_result="$func_dirname_result${2}"
13551   fi
13552 }
13553
13554 # func_basename file
13555 func_basename ()
13556 {
13557   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
13558 }
13559
13560
13561 # func_stripname prefix suffix name
13562 # strip PREFIX and SUFFIX off of NAME.
13563 # PREFIX and SUFFIX must not contain globbing or regex special
13564 # characters, hashes, percent signs, but SUFFIX may contain a leading
13565 # dot (in which case that matches only a dot).
13566 # func_strip_suffix prefix name
13567 func_stripname ()
13568 {
13569   case ${2} in
13570     .*) func_stripname_result=`$ECHO "X${3}" \
13571            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
13572     *)  func_stripname_result=`$ECHO "X${3}" \
13573            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
13574   esac
13575 }
13576
13577 # sed scripts:
13578 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13579 my_sed_long_arg='1s/^-[^=]*=//'
13580
13581 # func_opt_split
13582 func_opt_split ()
13583 {
13584   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
13585   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
13586 }
13587
13588 # func_lo2o object
13589 func_lo2o ()
13590 {
13591   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
13592 }
13593
13594 # func_xform libobj-or-source
13595 func_xform ()
13596 {
13597   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
13598 }
13599
13600 # func_arith arithmetic-term...
13601 func_arith ()
13602 {
13603   func_arith_result=`expr "$@"`
13604 }
13605
13606 # func_len string
13607 # STRING may not start with a hyphen.
13608 func_len ()
13609 {
13610   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13611 }
13612
13613 _LT_EOF
13614 esac
13615
13616 case $lt_shell_append in
13617   yes)
13618     cat << \_LT_EOF >> "$cfgfile"
13619
13620 # func_append var value
13621 # Append VALUE to the end of shell variable VAR.
13622 func_append ()
13623 {
13624   eval "$1+=\$2"
13625 }
13626 _LT_EOF
13627     ;;
13628   *)
13629     cat << \_LT_EOF >> "$cfgfile"
13630
13631 # func_append var value
13632 # Append VALUE to the end of shell variable VAR.
13633 func_append ()
13634 {
13635   eval "$1=\$$1\$2"
13636 }
13637
13638 _LT_EOF
13639     ;;
13640   esac
13641
13642
13643   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13644     || (rm -f "$cfgfile"; exit 1)
13645
13646   mv -f "$cfgfile" "$ofile" ||
13647     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13648   chmod +x "$ofile"
13649
13650  ;;
13651
13652   esac
13653 done # for ac_tag
13654
13655
13656 as_fn_exit 0
13657 _ACEOF
13658 ac_clean_files=$ac_clean_files_save
13659
13660 test $ac_write_fail = 0 ||
13661   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13662
13663
13664 # configure is writing to config.log, and then calls config.status.
13665 # config.status does its own redirection, appending to config.log.
13666 # Unfortunately, on DOS this fails, as config.log is still kept open
13667 # by configure, so config.status won't be able to write to it; its
13668 # output is simply discarded.  So we exec the FD to /dev/null,
13669 # effectively closing config.log, so it can be properly (re)opened and
13670 # appended to by config.status.  When coming back to configure, we
13671 # need to make the FD available again.
13672 if test "$no_create" != yes; then
13673   ac_cs_success=:
13674   ac_config_status_args=
13675   test "$silent" = yes &&
13676     ac_config_status_args="$ac_config_status_args --quiet"
13677   exec 5>/dev/null
13678   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13679   exec 5>>config.log
13680   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13681   # would make configure fail if this is the last instruction.
13682   $ac_cs_success || as_fn_exit $?
13683 fi
13684 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13685   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13686 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13687 fi
13688