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