]> git.decadent.org.uk Git - nfs-utils.git/blob - config.status
Merge branch 'upstream'
[nfs-utils.git] / config.status
1 #! /bin/sh
2 # Generated by configure.
3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists.
6
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10
11 SHELL=${CONFIG_SHELL-/bin/sh}
12 export SHELL
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20   emulate sh
21   NULLCMD=:
22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23   # is contrary to our usage.  Disable this feature.
24   alias -g '${1+"$@"}'='"$@"'
25   setopt NO_GLOB_SUBST
26 else
27   case `(set -o) 2>/dev/null` in #(
28   *posix*) :
29     set -o posix ;; #(
30   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47   as_echo='print -r --'
48   as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in #(
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order.  Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" ""        $as_nl"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94   *[\\/]* ) as_myself=$0 ;;
95   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
98   IFS=$as_save_IFS
99   test -z "$as_dir" && as_dir=.
100     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101   done
102 IFS=$as_save_IFS
103
104      ;;
105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then
109   as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113   exit 1
114 fi
115
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there.  '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export LANGUAGE
133
134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137
138 # as_fn_error STATUS ERROR [LINENO LOG_FD]
139 # ----------------------------------------
140 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
141 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
142 # script with STATUS, using 1 if that was 0.
143 as_fn_error ()
144 {
145   as_status=$1; test $as_status -eq 0 && as_status=1
146   if test "$4"; then
147     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
148     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
149   fi
150   $as_echo "$as_me: error: $2" >&2
151   as_fn_exit $as_status
152 } # as_fn_error
153
154
155 # as_fn_set_status STATUS
156 # -----------------------
157 # Set $? to STATUS, without forking.
158 as_fn_set_status ()
159 {
160   return $1
161 } # as_fn_set_status
162
163 # as_fn_exit STATUS
164 # -----------------
165 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166 as_fn_exit ()
167 {
168   set +e
169   as_fn_set_status $1
170   exit $1
171 } # as_fn_exit
172
173 # as_fn_unset VAR
174 # ---------------
175 # Portably unset VAR.
176 as_fn_unset ()
177 {
178   { eval $1=; unset $1;}
179 }
180 as_unset=as_fn_unset
181 # as_fn_append VAR VALUE
182 # ----------------------
183 # Append the text in VALUE to the end of the definition contained in VAR. Take
184 # advantage of any shell optimizations that allow amortized linear growth over
185 # repeated appends, instead of the typical quadratic growth present in naive
186 # implementations.
187 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188   eval 'as_fn_append ()
189   {
190     eval $1+=\$2
191   }'
192 else
193   as_fn_append ()
194   {
195     eval $1=\$$1\$2
196   }
197 fi # as_fn_append
198
199 # as_fn_arith ARG...
200 # ------------------
201 # Perform arithmetic evaluation on the ARGs, and store the result in the
202 # global $as_val. Take advantage of shells that can avoid forks. The arguments
203 # must be portable across $(()) and expr.
204 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205   eval 'as_fn_arith ()
206   {
207     as_val=$(( $* ))
208   }'
209 else
210   as_fn_arith ()
211   {
212     as_val=`expr "$@" || test $? -eq 1`
213   }
214 fi # as_fn_arith
215
216
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218    test "X`expr 00001 : '.*\(...\)'`" = X001; then
219   as_expr=expr
220 else
221   as_expr=false
222 fi
223
224 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225   as_basename=basename
226 else
227   as_basename=false
228 fi
229
230 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231   as_dirname=dirname
232 else
233   as_dirname=false
234 fi
235
236 as_me=`$as_basename -- "$0" ||
237 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238          X"$0" : 'X\(//\)$' \| \
239          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240 $as_echo X/"$0" |
241     sed '/^.*\/\([^/][^/]*\)\/*$/{
242             s//\1/
243             q
244           }
245           /^X\/\(\/\/\)$/{
246             s//\1/
247             q
248           }
249           /^X\/\(\/\).*/{
250             s//\1/
251             q
252           }
253           s/.*/./; q'`
254
255 # Avoid depending upon Character Ranges.
256 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259 as_cr_digits='0123456789'
260 as_cr_alnum=$as_cr_Letters$as_cr_digits
261
262 ECHO_C= ECHO_N= ECHO_T=
263 case `echo -n x` in #(((((
264 -n*)
265   case `echo 'xy\c'` in
266   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
267   xy)  ECHO_C='\c';;
268   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
269        ECHO_T=' ';;
270   esac;;
271 *)
272   ECHO_N='-n';;
273 esac
274
275 rm -f conf$$ conf$$.exe conf$$.file
276 if test -d conf$$.dir; then
277   rm -f conf$$.dir/conf$$.file
278 else
279   rm -f conf$$.dir
280   mkdir conf$$.dir 2>/dev/null
281 fi
282 if (echo >conf$$.file) 2>/dev/null; then
283   if ln -s conf$$.file conf$$ 2>/dev/null; then
284     as_ln_s='ln -s'
285     # ... but there are two gotchas:
286     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
287     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
288     # In both cases, we have to default to `cp -pR'.
289     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290       as_ln_s='cp -pR'
291   elif ln conf$$.file conf$$ 2>/dev/null; then
292     as_ln_s=ln
293   else
294     as_ln_s='cp -pR'
295   fi
296 else
297   as_ln_s='cp -pR'
298 fi
299 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300 rmdir conf$$.dir 2>/dev/null
301
302
303 # as_fn_mkdir_p
304 # -------------
305 # Create "$as_dir" as a directory, including parents if necessary.
306 as_fn_mkdir_p ()
307 {
308
309   case $as_dir in #(
310   -*) as_dir=./$as_dir;;
311   esac
312   test -d "$as_dir" || eval $as_mkdir_p || {
313     as_dirs=
314     while :; do
315       case $as_dir in #(
316       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
317       *) as_qdir=$as_dir;;
318       esac
319       as_dirs="'$as_qdir' $as_dirs"
320       as_dir=`$as_dirname -- "$as_dir" ||
321 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
322          X"$as_dir" : 'X\(//\)[^/]' \| \
323          X"$as_dir" : 'X\(//\)$' \| \
324          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
325 $as_echo X"$as_dir" |
326     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
327             s//\1/
328             q
329           }
330           /^X\(\/\/\)[^/].*/{
331             s//\1/
332             q
333           }
334           /^X\(\/\/\)$/{
335             s//\1/
336             q
337           }
338           /^X\(\/\).*/{
339             s//\1/
340             q
341           }
342           s/.*/./; q'`
343       test -d "$as_dir" && break
344     done
345     test -z "$as_dirs" || eval "mkdir $as_dirs"
346   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
347
348
349 } # as_fn_mkdir_p
350 if mkdir -p . 2>/dev/null; then
351   as_mkdir_p='mkdir -p "$as_dir"'
352 else
353   test -d ./-p && rmdir ./-p
354   as_mkdir_p=false
355 fi
356
357
358 # as_fn_executable_p FILE
359 # -----------------------
360 # Test if FILE is an executable regular file.
361 as_fn_executable_p ()
362 {
363   test -f "$1" && test -x "$1"
364 } # as_fn_executable_p
365 as_test_x='test -x'
366 as_executable_p=as_fn_executable_p
367
368 # Sed expression to map a string onto a valid CPP name.
369 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
370
371 # Sed expression to map a string onto a valid variable name.
372 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
373
374
375 exec 6>&1
376 ## ----------------------------------- ##
377 ## Main body of $CONFIG_STATUS script. ##
378 ## ----------------------------------- ##
379 # Save the log message, to keep $0 and so on meaningful, and to
380 # report actual input values of CONFIG_FILES etc. instead of their
381 # values after options handling.
382 ac_log="
383 This file was extended by linux nfs-utils $as_me 1.2.8, which was
384 generated by GNU Autoconf 2.69.  Invocation command line was
385
386   CONFIG_FILES    = $CONFIG_FILES
387   CONFIG_HEADERS  = $CONFIG_HEADERS
388   CONFIG_LINKS    = $CONFIG_LINKS
389   CONFIG_COMMANDS = $CONFIG_COMMANDS
390   $ $0 $@
391
392 on `(hostname || uname -n) 2>/dev/null | sed 1q`
393 "
394
395 # Files that config.status was made for.
396 config_files=" Makefile linux-nfs/Makefile support/Makefile support/export/Makefile support/include/nfs/Makefile support/include/rpcsvc/Makefile support/include/sys/fs/Makefile support/include/sys/Makefile support/include/Makefile support/misc/Makefile support/nfs/Makefile support/nsm/Makefile tools/Makefile tools/locktest/Makefile tools/nlmtest/Makefile tools/rpcdebug/Makefile tools/rpcgen/Makefile tools/mountstats/Makefile tools/nfs-iostat/Makefile utils/Makefile utils/blkmapd/Makefile utils/nfsdcltrack/Makefile utils/exportfs/Makefile utils/gssd/Makefile utils/idmapd/Makefile utils/mount/Makefile utils/mountd/Makefile utils/nfsd/Makefile utils/nfsstat/Makefile utils/nfsidmap/Makefile utils/showmount/Makefile utils/statd/Makefile utils/osd_login/Makefile tests/Makefile tests/nsm_client/Makefile"
397 config_headers=" support/include/config.h"
398 config_commands=" depfiles libtool"
399
400 ac_cs_usage="\
401 \`$as_me' instantiates files and other configuration actions
402 from templates according to the current configuration.  Unless the files
403 and actions are specified as TAGs, all are instantiated by default.
404
405 Usage: $0 [OPTION]... [TAG]...
406
407   -h, --help       print this help, then exit
408   -V, --version    print version number and configuration settings, then exit
409       --config     print configuration, then exit
410   -q, --quiet, --silent
411                    do not print progress messages
412   -d, --debug      don't remove temporary files
413       --recheck    update $as_me by reconfiguring in the same conditions
414       --file=FILE[:TEMPLATE]
415                    instantiate the configuration file FILE
416       --header=FILE[:TEMPLATE]
417                    instantiate the configuration header FILE
418
419 Configuration files:
420 $config_files
421
422 Configuration headers:
423 $config_headers
424
425 Configuration commands:
426 $config_commands
427
428 Report bugs to <linux-nfs@vger.kernel.org>."
429
430 ac_cs_config=""
431 ac_cs_version="\
432 linux nfs-utils config.status 1.2.8
433 configured by ./configure, generated by GNU Autoconf 2.69,
434   with options \"$ac_cs_config\"
435
436 Copyright (C) 2012 Free Software Foundation, Inc.
437 This config.status script is free software; the Free Software Foundation
438 gives unlimited permission to copy, distribute and modify it."
439
440 ac_pwd='/tmp/nfs-utils-1.2.8'
441 srcdir='.'
442 INSTALL='/usr/bin/install -c'
443 MKDIR_P='/usr/bin/mkdir -p'
444 AWK='gawk'
445 test -n "$AWK" || AWK=awk
446 # The default lists apply if the user does not specify any file.
447 ac_need_defaults=:
448 while test $# != 0
449 do
450   case $1 in
451   --*=?*)
452     ac_option=`expr "X$1" : 'X\([^=]*\)='`
453     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
454     ac_shift=:
455     ;;
456   --*=)
457     ac_option=`expr "X$1" : 'X\([^=]*\)='`
458     ac_optarg=
459     ac_shift=:
460     ;;
461   *)
462     ac_option=$1
463     ac_optarg=$2
464     ac_shift=shift
465     ;;
466   esac
467
468   case $ac_option in
469   # Handling of the options.
470   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
471     ac_cs_recheck=: ;;
472   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
473     $as_echo "$ac_cs_version"; exit ;;
474   --config | --confi | --conf | --con | --co | --c )
475     $as_echo "$ac_cs_config"; exit ;;
476   --debug | --debu | --deb | --de | --d | -d )
477     debug=: ;;
478   --file | --fil | --fi | --f )
479     $ac_shift
480     case $ac_optarg in
481     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
482     '') as_fn_error $? "missing file argument" ;;
483     esac
484     as_fn_append CONFIG_FILES " '$ac_optarg'"
485     ac_need_defaults=false;;
486   --header | --heade | --head | --hea )
487     $ac_shift
488     case $ac_optarg in
489     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
490     esac
491     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
492     ac_need_defaults=false;;
493   --he | --h)
494     # Conflict between --help and --header
495     as_fn_error $? "ambiguous option: \`$1'
496 Try \`$0 --help' for more information.";;
497   --help | --hel | -h )
498     $as_echo "$ac_cs_usage"; exit ;;
499   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
500   | -silent | --silent | --silen | --sile | --sil | --si | --s)
501     ac_cs_silent=: ;;
502
503   # This is an error.
504   -*) as_fn_error $? "unrecognized option: \`$1'
505 Try \`$0 --help' for more information." ;;
506
507   *) as_fn_append ac_config_targets " $1"
508      ac_need_defaults=false ;;
509
510   esac
511   shift
512 done
513
514 ac_configure_extra_args=
515
516 if $ac_cs_silent; then
517   exec 6>/dev/null
518   ac_configure_extra_args="$ac_configure_extra_args --silent"
519 fi
520
521 if $ac_cs_recheck; then
522   set X /bin/sh './configure'  $ac_configure_extra_args --no-create --no-recursion
523   shift
524   $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
525   CONFIG_SHELL='/bin/sh'
526   export CONFIG_SHELL
527   exec "$@"
528 fi
529
530 exec 5>>config.log
531 {
532   echo
533   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
534 ## Running $as_me. ##
535 _ASBOX
536   $as_echo "$ac_log"
537 } >&5
538
539 #
540 # INIT-COMMANDS
541 #
542 AMDEP_TRUE="" ac_aux_dir="."
543
544
545 # The HP-UX ksh and POSIX shell print the target directory to stdout
546 # if CDPATH is set.
547 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
548
549 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
550 double_quote_subst='s/\(["`\\]\)/\\\1/g'
551 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
552 macro_version='2.4.2'
553 macro_revision='1.3337'
554 enable_shared='yes'
555 enable_static='yes'
556 pic_mode='default'
557 enable_fast_install='yes'
558 SHELL='/bin/sh'
559 ECHO='printf %s\n'
560 PATH_SEPARATOR=':'
561 host_alias=''
562 host='x86_64-unknown-linux-gnu'
563 host_os='linux-gnu'
564 build_alias=''
565 build='x86_64-unknown-linux-gnu'
566 build_os='linux-gnu'
567 SED='/usr/bin/sed'
568 Xsed='/usr/bin/sed -e 1s/^X//'
569 GREP='/usr/bin/grep'
570 EGREP='/usr/bin/grep -E'
571 FGREP='/usr/bin/grep -F'
572 LD='/usr/bin/ld -m elf_x86_64'
573 NM='/usr/bin/nm -B'
574 LN_S='ln -s'
575 max_cmd_len='1572864'
576 ac_objext='o'
577 exeext=''
578 lt_unset='unset'
579 lt_SP2NL='tr \040 \012'
580 lt_NL2SP='tr \015\012 \040\040'
581 lt_cv_to_host_file_cmd='func_convert_file_noop'
582 lt_cv_to_tool_file_cmd='func_convert_file_noop'
583 reload_flag=' -r'
584 reload_cmds='$LD$reload_flag -o $output$reload_objs'
585 OBJDUMP='objdump'
586 deplibs_check_method='pass_all'
587 file_magic_cmd='$MAGIC_CMD'
588 file_magic_glob=''
589 want_nocaseglob='no'
590 DLLTOOL='false'
591 sharedlib_from_linklib_cmd='printf %s\n'
592 AR='ar'
593 AR_FLAGS='cru'
594 archiver_list_spec='@'
595 STRIP='strip'
596 RANLIB='ranlib'
597 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
598 old_postuninstall_cmds=''
599 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
600 lock_old_archive_extraction='no'
601 CC='gcc'
602 CFLAGS='-g -O2'
603 compiler='g++'
604 GCC='yes'
605 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
606 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
607 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
608 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
609 nm_file_list_spec='@'
610 lt_sysroot=''
611 objdir='.libs'
612 MAGIC_CMD='file'
613 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
614 lt_prog_compiler_pic=' -fPIC -DPIC'
615 lt_prog_compiler_wl='-Wl,'
616 lt_prog_compiler_static=''
617 lt_cv_prog_compiler_c_o='yes'
618 need_locks='no'
619 MANIFEST_TOOL=':'
620 DSYMUTIL=''
621 NMEDIT=''
622 LIPO=''
623 OTOOL=''
624 OTOOL64=''
625 libext='a'
626 shrext_cmds='.so'
627 extract_expsyms_cmds=''
628 archive_cmds_need_lc='no'
629 enable_shared_with_static_runtimes='no'
630 export_dynamic_flag_spec='${wl}--export-dynamic'
631 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
632 compiler_needs_object='no'
633 old_archive_from_new_cmds=''
634 old_archive_from_expsyms_cmds=''
635 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
636 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
637             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
638             echo "local: *; };" >> $output_objdir/$libname.ver~
639             $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
640 module_cmds=''
641 module_expsym_cmds=''
642 with_gnu_ld='yes'
643 allow_undefined_flag=''
644 no_undefined_flag=''
645 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
646 hardcode_libdir_separator=''
647 hardcode_direct='no'
648 hardcode_direct_absolute='no'
649 hardcode_minus_L='no'
650 hardcode_shlibpath_var='unsupported'
651 hardcode_automatic='no'
652 inherit_rpath='no'
653 link_all_deplibs='unknown'
654 always_export_symbols='no'
655 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
656 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
657 include_expsyms=''
658 prelink_cmds=''
659 postlink_cmds=''
660 file_list_spec=''
661 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
662 need_lib_prefix='no'
663 need_version='no'
664 version_type='linux'
665 runpath_var='LD_RUN_PATH'
666 shlibpath_var='LD_LIBRARY_PATH'
667 shlibpath_overrides_runpath='no'
668 libname_spec='lib$name'
669 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
670 soname_spec='${libname}${release}${shared_ext}$major'
671 install_override_mode=''
672 postinstall_cmds=''
673 postuninstall_cmds=''
674 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
675 finish_eval=''
676 hardcode_into_libs='yes'
677 sys_lib_search_path_spec='/usr/lib/gcc/x86_64-redhat-linux/4.7.2 /usr/lib64 /lib64 '
678 sys_lib_dlsearch_path_spec='/lib64 /usr/lib64 /lib /usr/lib /usr/lib64/atlas /usr/lib64/dyninst /usr/lib64/iscsi /usr/lib64/llvm /usr/lib64/mysql /usr/lib64/qt-3.3/lib /usr/lib64/tcl8.5 /usr/lib64/tracker-0.14 /usr/lib64/xulrunner '
679 hardcode_action='immediate'
680 enable_dlopen='unknown'
681 enable_dlopen_self='unknown'
682 enable_dlopen_self_static='unknown'
683 old_striplib='strip --strip-debug'
684 striplib='strip --strip-unneeded'
685 compiler_lib_search_dirs=''
686 predep_objects=''
687 postdep_objects=''
688 predeps=''
689 postdeps=''
690 compiler_lib_search_path=''
691 LD_CXX='/usr/bin/ld -m elf_x86_64'
692 reload_flag_CXX=' -r'
693 reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
694 old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
695 compiler_CXX='g++'
696 GCC_CXX='yes'
697 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
698 lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
699 lt_prog_compiler_wl_CXX='-Wl,'
700 lt_prog_compiler_static_CXX=''
701 lt_cv_prog_compiler_c_o_CXX='yes'
702 archive_cmds_need_lc_CXX='no'
703 enable_shared_with_static_runtimes_CXX='no'
704 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
705 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
706 compiler_needs_object_CXX='no'
707 old_archive_from_new_cmds_CXX=''
708 old_archive_from_expsyms_cmds_CXX=''
709 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
710 archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
711 module_cmds_CXX=''
712 module_expsym_cmds_CXX=''
713 with_gnu_ld_CXX='yes'
714 allow_undefined_flag_CXX=''
715 no_undefined_flag_CXX=''
716 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
717 hardcode_libdir_separator_CXX=''
718 hardcode_direct_CXX='no'
719 hardcode_direct_absolute_CXX='no'
720 hardcode_minus_L_CXX='no'
721 hardcode_shlibpath_var_CXX='unsupported'
722 hardcode_automatic_CXX='no'
723 inherit_rpath_CXX='no'
724 link_all_deplibs_CXX='unknown'
725 always_export_symbols_CXX='no'
726 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
727 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
728 include_expsyms_CXX=''
729 prelink_cmds_CXX=''
730 postlink_cmds_CXX=''
731 file_list_spec_CXX=''
732 hardcode_action_CXX='immediate'
733 compiler_lib_search_dirs_CXX='/usr/lib/gcc/x86_64-redhat-linux/4.7.2 /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64 /lib/../lib64 /usr/lib/../lib64 /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../..'
734 predep_objects_CXX='/usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.7.2/crtbeginS.o'
735 postdep_objects_CXX='/usr/lib/gcc/x86_64-redhat-linux/4.7.2/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64/crtn.o'
736 predeps_CXX=''
737 postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
738 compiler_lib_search_path_CXX='-L/usr/lib/gcc/x86_64-redhat-linux/4.7.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../..'
739
740 LTCC='gcc'
741 LTCFLAGS='-g -O2'
742 compiler='gcc'
743
744 # A function that is used when there is no print builtin or printf.
745 func_fallback_echo ()
746 {
747   eval 'cat <<_LTECHO_EOF
748 $1
749 _LTECHO_EOF'
750 }
751
752 # Quote evaled strings.
753 for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_separator_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do
754     case `eval \\$ECHO \\""\\$$var"\\"` in
755     *[\\\`\"\$]*)
756       eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
757       ;;
758     *)
759       eval "lt_$var=\\\"\$$var\\\""
760       ;;
761     esac
762 done
763
764 # Double-quote double-evaled strings.
765 for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec reload_cmds_CXX old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX postlink_cmds_CXX; do
766     case `eval \\$ECHO \\""\\$$var"\\"` in
767     *[\\\`\"\$]*)
768       eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
769       ;;
770     *)
771       eval "lt_$var=\\\"\$$var\\\""
772       ;;
773     esac
774 done
775
776 ac_aux_dir='.'
777 xsi_shell='yes'
778 lt_shell_append='yes'
779
780 # See if we are running on zsh, and set the options which allow our
781 # commands through without removal of \ escapes INIT.
782 if test -n "${ZSH_VERSION+set}" ; then
783    setopt NO_GLOB_SUBST
784 fi
785
786
787     PACKAGE='nfs-utils'
788     VERSION='1.2.8'
789     TIMESTAMP=''
790     RM='rm -f'
791     ofile='libtool'
792
793
794
795
796
797
798
799 # Handling of arguments.
800 for ac_config_target in $ac_config_targets
801 do
802   case $ac_config_target in
803     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
804     "support/include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS support/include/config.h" ;;
805     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
806     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
807     "linux-nfs/Makefile") CONFIG_FILES="$CONFIG_FILES linux-nfs/Makefile" ;;
808     "support/Makefile") CONFIG_FILES="$CONFIG_FILES support/Makefile" ;;
809     "support/export/Makefile") CONFIG_FILES="$CONFIG_FILES support/export/Makefile" ;;
810     "support/include/nfs/Makefile") CONFIG_FILES="$CONFIG_FILES support/include/nfs/Makefile" ;;
811     "support/include/rpcsvc/Makefile") CONFIG_FILES="$CONFIG_FILES support/include/rpcsvc/Makefile" ;;
812     "support/include/sys/fs/Makefile") CONFIG_FILES="$CONFIG_FILES support/include/sys/fs/Makefile" ;;
813     "support/include/sys/Makefile") CONFIG_FILES="$CONFIG_FILES support/include/sys/Makefile" ;;
814     "support/include/Makefile") CONFIG_FILES="$CONFIG_FILES support/include/Makefile" ;;
815     "support/misc/Makefile") CONFIG_FILES="$CONFIG_FILES support/misc/Makefile" ;;
816     "support/nfs/Makefile") CONFIG_FILES="$CONFIG_FILES support/nfs/Makefile" ;;
817     "support/nsm/Makefile") CONFIG_FILES="$CONFIG_FILES support/nsm/Makefile" ;;
818     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
819     "tools/locktest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/locktest/Makefile" ;;
820     "tools/nlmtest/Makefile") CONFIG_FILES="$CONFIG_FILES tools/nlmtest/Makefile" ;;
821     "tools/rpcdebug/Makefile") CONFIG_FILES="$CONFIG_FILES tools/rpcdebug/Makefile" ;;
822     "tools/rpcgen/Makefile") CONFIG_FILES="$CONFIG_FILES tools/rpcgen/Makefile" ;;
823     "tools/mountstats/Makefile") CONFIG_FILES="$CONFIG_FILES tools/mountstats/Makefile" ;;
824     "tools/nfs-iostat/Makefile") CONFIG_FILES="$CONFIG_FILES tools/nfs-iostat/Makefile" ;;
825     "utils/Makefile") CONFIG_FILES="$CONFIG_FILES utils/Makefile" ;;
826     "utils/blkmapd/Makefile") CONFIG_FILES="$CONFIG_FILES utils/blkmapd/Makefile" ;;
827     "utils/nfsdcltrack/Makefile") CONFIG_FILES="$CONFIG_FILES utils/nfsdcltrack/Makefile" ;;
828     "utils/exportfs/Makefile") CONFIG_FILES="$CONFIG_FILES utils/exportfs/Makefile" ;;
829     "utils/gssd/Makefile") CONFIG_FILES="$CONFIG_FILES utils/gssd/Makefile" ;;
830     "utils/idmapd/Makefile") CONFIG_FILES="$CONFIG_FILES utils/idmapd/Makefile" ;;
831     "utils/mount/Makefile") CONFIG_FILES="$CONFIG_FILES utils/mount/Makefile" ;;
832     "utils/mountd/Makefile") CONFIG_FILES="$CONFIG_FILES utils/mountd/Makefile" ;;
833     "utils/nfsd/Makefile") CONFIG_FILES="$CONFIG_FILES utils/nfsd/Makefile" ;;
834     "utils/nfsstat/Makefile") CONFIG_FILES="$CONFIG_FILES utils/nfsstat/Makefile" ;;
835     "utils/nfsidmap/Makefile") CONFIG_FILES="$CONFIG_FILES utils/nfsidmap/Makefile" ;;
836     "utils/showmount/Makefile") CONFIG_FILES="$CONFIG_FILES utils/showmount/Makefile" ;;
837     "utils/statd/Makefile") CONFIG_FILES="$CONFIG_FILES utils/statd/Makefile" ;;
838     "utils/osd_login/Makefile") CONFIG_FILES="$CONFIG_FILES utils/osd_login/Makefile" ;;
839     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
840     "tests/nsm_client/Makefile") CONFIG_FILES="$CONFIG_FILES tests/nsm_client/Makefile" ;;
841
842   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
843   esac
844 done
845
846
847 # If the user did not use the arguments to specify the items to instantiate,
848 # then the envvar interface is used.  Set only those that are not.
849 # We use the long form for the default assignment because of an extremely
850 # bizarre bug on SunOS 4.1.3.
851 if $ac_need_defaults; then
852   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
853   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
854   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
855 fi
856
857 # Have a temporary directory for convenience.  Make it in the build tree
858 # simply because there is no reason against having it here, and in addition,
859 # creating and moving files from /tmp can sometimes cause problems.
860 # Hook for its removal unless debugging.
861 # Note that there is a small window in which the directory will not be cleaned:
862 # after its creation but before its name has been assigned to `$tmp'.
863 $debug ||
864 {
865   tmp= ac_tmp=
866   trap 'exit_status=$?
867   : "${ac_tmp:=$tmp}"
868   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
869 ' 0
870   trap 'as_fn_exit 1' 1 2 13 15
871 }
872 # Create a (secure) tmp directory for tmp files.
873
874 {
875   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
876   test -d "$tmp"
877 }  ||
878 {
879   tmp=./conf$$-$RANDOM
880   (umask 077 && mkdir "$tmp")
881 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
882 ac_tmp=$tmp
883
884 # Set up the scripts for CONFIG_FILES section.
885 # No need to generate them if there are no CONFIG_FILES.
886 # This happens for instance with `./config.status config.h'.
887 if test -n "$CONFIG_FILES"; then
888
889
890 ac_cr=`echo X | tr X '\015'`
891 # On cygwin, bash can eat \r inside `` if the user requested igncr.
892 # But we know of no other shell where ac_cr would be empty at this
893 # point, so we can use a bashism as a fallback.
894 if test "x$ac_cr" = x; then
895   eval ac_cr=\$\'\\r\'
896 fi
897 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
898 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
899   ac_cs_awk_cr='\\r'
900 else
901   ac_cs_awk_cr=$ac_cr
902 fi
903
904 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
905 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
906 S["am__EXEEXT_FALSE"]=""
907 S["am__EXEEXT_TRUE"]="#"
908 S["LTLIBOBJS"]=""
909 S["ACLOCAL_AMFLAGS"]="-I  $(ACLOCAL_FLAGS)"
910 S["AM_CFLAGS"]="-Wall -Wextra -Wstrict-prototypes  -pipe"
911 S["LDFLAGS_FOR_BUILD"]=""
912 S["CPPFLAGS_FOR_BUILD"]=" -D_GNU_SOURCE"
913 S["CXXFLAGS_FOR_BUILD"]="-g -O2"
914 S["CFLAGS_FOR_BUILD"]="-g -O2"
915 S["LIBOBJS"]=""
916 S["ALLOCA"]=""
917 S["GSSAPI_LIBS"]="-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err"
918 S["GSSAPI_CFLAGS"]=""
919 S["RPCSECGSS_LIBS"]=""
920 S["RPCSECGSS_CFLAGS"]=""
921 S["GSSGLUE_LIBS"]=""
922 S["GSSGLUE_CFLAGS"]=""
923 S["PKG_CONFIG_LIBDIR"]=""
924 S["PKG_CONFIG_PATH"]=""
925 S["PKG_CONFIG"]="/usr/bin/pkg-config"
926 S["GSSKRB_LIBS"]="-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err"
927 S["GSSKRB_CFLAGS"]=""
928 S["K5VERS"]="1103"
929 S["KRBLDFLAGS"]=""
930 S["KRBCFLAGS"]=""
931 S["KRBLIBS"]="-lkrb5 -lk5crypto -lcom_err"
932 S["KRBDIR"]="/usr"
933 S["LIBMOUNT"]=""
934 S["CONFIG_LIBMOUNT_FALSE"]=""
935 S["CONFIG_LIBMOUNT_TRUE"]="#"
936 S["LIBDL"]="-ldl"
937 S["LIBBLKID"]="-lblkid"
938 S["LIBBSD"]=""
939 S["LIBCRYPT"]="-lcrypt"
940 S["LIBSOCKET"]=""
941 S["CONFIG_NFSIDMAP_FALSE"]="#"
942 S["CONFIG_NFSIDMAP_TRUE"]=""
943 S["CONFIG_NFSDCLTRACK_FALSE"]="#"
944 S["CONFIG_NFSDCLTRACK_TRUE"]=""
945 S["LIBSQLITE"]="-lsqlite3"
946 S["LIBKEYUTILS"]="-lkeyutils"
947 S["LIBNFSIDMAP"]="-lnfsidmap"
948 S["LIBEVENT"]="-levent"
949 S["LIBNSL"]=""
950 S["CC_FOR_BUILD"]="gcc"
951 S["CXXCPP"]="g++ -E"
952 S["OTOOL64"]=""
953 S["OTOOL"]=""
954 S["LIPO"]=""
955 S["NMEDIT"]=""
956 S["DSYMUTIL"]=""
957 S["MANIFEST_TOOL"]=":"
958 S["RANLIB"]="ranlib"
959 S["ac_ct_AR"]="ar"
960 S["AR"]="ar"
961 S["DLLTOOL"]="false"
962 S["OBJDUMP"]="objdump"
963 S["NM"]="/usr/bin/nm -B"
964 S["ac_ct_DUMPBIN"]=""
965 S["DUMPBIN"]=""
966 S["LD"]="/usr/bin/ld -m elf_x86_64"
967 S["FGREP"]="/usr/bin/grep -F"
968 S["SED"]="/usr/bin/sed"
969 S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
970 S["LN_S"]="ln -s"
971 S["am__fastdepCXX_FALSE"]="#"
972 S["am__fastdepCXX_TRUE"]=""
973 S["CXXDEPMODE"]="depmode=gcc3"
974 S["ac_ct_CXX"]="g++"
975 S["CXXFLAGS"]="-g -O2"
976 S["CXX"]="g++"
977 S["HAVE_TCP_WRAPPER"]=""
978 S["HAVE_LIBWRAP"]=""
979 S["LIBWRAP"]="-lwrap"
980 S["LIBCAP"]="-lcap"
981 S["LIBTIRPC"]="-ltirpc"
982 S["EGREP"]="/usr/bin/grep -E"
983 S["GREP"]="/usr/bin/grep"
984 S["CPP"]="gcc -E"
985 S["AM_CPPFLAGS"]="-I/usr/include/tirpc"
986 S["am__fastdepCC_FALSE"]="#"
987 S["am__fastdepCC_TRUE"]=""
988 S["CCDEPMODE"]="depmode=gcc3"
989 S["am__nodep"]="_no"
990 S["AMDEPBACKSLASH"]="\\"
991 S["AMDEP_FALSE"]="#"
992 S["AMDEP_TRUE"]=""
993 S["am__quote"]=""
994 S["am__include"]="include"
995 S["DEPDIR"]=".deps"
996 S["OBJEXT"]="o"
997 S["EXEEXT"]=""
998 S["ac_ct_CC"]="gcc"
999 S["CPPFLAGS"]=" -D_GNU_SOURCE"
1000 S["LDFLAGS"]=""
1001 S["CFLAGS"]="-g -O2"
1002 S["CC"]="gcc"
1003 S["MOUNT_CONFIG_FALSE"]=""
1004 S["MOUNT_CONFIG_TRUE"]="#"
1005 S["enable_mountconfig"]=""
1006 S["mountfile"]=""
1007 S["CONFIG_IPV6_FALSE"]=""
1008 S["CONFIG_IPV6_TRUE"]="#"
1009 S["enable_ipv6"]=""
1010 S["CONFIG_MOUNT_FALSE"]="#"
1011 S["CONFIG_MOUNT_TRUE"]=""
1012 S["CONFIG_RPCGEN_FALSE"]=""
1013 S["CONFIG_RPCGEN_TRUE"]="#"
1014 S["RPCGEN_PATH"]="/usr/bin/rpcgen"
1015 S["kprefix"]=""
1016 S["CONFIG_GSS_FALSE"]="#"
1017 S["CONFIG_GSS_TRUE"]=""
1018 S["enable_gss"]="yes"
1019 S["SVCGSSD"]="svcgssd"
1020 S["GSSD"]="gssd"
1021 S["CONFIG_NFSV41_FALSE"]="#"
1022 S["CONFIG_NFSV41_TRUE"]=""
1023 S["enable_nfsv41"]="yes"
1024 S["CONFIG_NFSV4_FALSE"]="#"
1025 S["CONFIG_NFSV4_TRUE"]=""
1026 S["enable_nfsv4"]="yes"
1027 S["IDMAPD"]="idmapd"
1028 S["startstatd"]="/usr/sbin/start-statd"
1029 S["statduser"]="rpcuser"
1030 S["statdpath"]="/var/lib/nfs"
1031 S["statedir"]="/var/lib/nfs"
1032 S["RELEASE"]="1"
1033 S["MAINT"]="#"
1034 S["MAINTAINER_MODE_FALSE"]=""
1035 S["MAINTAINER_MODE_TRUE"]="#"
1036 S["am__untar"]="$${TAR-tar} xf -"
1037 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
1038 S["AMTAR"]="$${TAR-tar}"
1039 S["am__leading_dot"]="."
1040 S["SET_MAKE"]=""
1041 S["AWK"]="gawk"
1042 S["mkdir_p"]="$(MKDIR_P)"
1043 S["MKDIR_P"]="/usr/bin/mkdir -p"
1044 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1045 S["STRIP"]="strip"
1046 S["install_sh"]="${SHELL} /tmp/nfs-utils-1.2.8/install-sh"
1047 S["MAKEINFO"]="${SHELL} /tmp/nfs-utils-1.2.8/missing --run makeinfo"
1048 S["AUTOHEADER"]="${SHELL} /tmp/nfs-utils-1.2.8/missing --run autoheader"
1049 S["AUTOMAKE"]="${SHELL} /tmp/nfs-utils-1.2.8/missing --run automake-1.12"
1050 S["AUTOCONF"]="${SHELL} /tmp/nfs-utils-1.2.8/missing --run autoconf"
1051 S["ACLOCAL"]="${SHELL} /tmp/nfs-utils-1.2.8/missing --run aclocal-1.12"
1052 S["VERSION"]="1.2.8"
1053 S["PACKAGE"]="nfs-utils"
1054 S["CYGPATH_W"]="echo"
1055 S["am__isrc"]=""
1056 S["INSTALL_DATA"]="${INSTALL} -m 644"
1057 S["INSTALL_SCRIPT"]="${INSTALL}"
1058 S["INSTALL_PROGRAM"]="${INSTALL}"
1059 S["host_os"]="linux-gnu"
1060 S["host_vendor"]="unknown"
1061 S["host_cpu"]="x86_64"
1062 S["host"]="x86_64-unknown-linux-gnu"
1063 S["build_os"]="linux-gnu"
1064 S["build_vendor"]="unknown"
1065 S["build_cpu"]="x86_64"
1066 S["build"]="x86_64-unknown-linux-gnu"
1067 S["target_alias"]=""
1068 S["host_alias"]=""
1069 S["build_alias"]=""
1070 S["LIBS"]=""
1071 S["ECHO_T"]=""
1072 S["ECHO_N"]="-n"
1073 S["ECHO_C"]=""
1074 S["DEFS"]="-DHAVE_CONFIG_H"
1075 S["mandir"]="${datarootdir}/man"
1076 S["localedir"]="${datarootdir}/locale"
1077 S["libdir"]="${exec_prefix}/lib"
1078 S["psdir"]="${docdir}"
1079 S["pdfdir"]="${docdir}"
1080 S["dvidir"]="${docdir}"
1081 S["htmldir"]="${docdir}"
1082 S["infodir"]="${datarootdir}/info"
1083 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1084 S["oldincludedir"]="/usr/include"
1085 S["includedir"]="${prefix}/include"
1086 S["localstatedir"]="${prefix}/var"
1087 S["sharedstatedir"]="${prefix}/com"
1088 S["sysconfdir"]="${prefix}/etc"
1089 S["datadir"]="${datarootdir}"
1090 S["datarootdir"]="${prefix}/share"
1091 S["libexecdir"]="${exec_prefix}/libexec"
1092 S["sbindir"]="${exec_prefix}/sbin"
1093 S["bindir"]="${exec_prefix}/bin"
1094 S["program_transform_name"]="s,x,x,"
1095 S["prefix"]="/usr"
1096 S["exec_prefix"]="${prefix}"
1097 S["PACKAGE_URL"]=""
1098 S["PACKAGE_BUGREPORT"]="linux-nfs@vger.kernel.org"
1099 S["PACKAGE_STRING"]="linux nfs-utils 1.2.8"
1100 S["PACKAGE_VERSION"]="1.2.8"
1101 S["PACKAGE_TARNAME"]="nfs-utils"
1102 S["PACKAGE_NAME"]="linux nfs-utils"
1103 S["PATH_SEPARATOR"]=":"
1104 S["SHELL"]="/bin/sh"
1105 _ACAWK
1106 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1107   for (key in S) S_is_set[key] = 1
1108   FS = "\a"
1109
1110 }
1111 {
1112   line = $ 0
1113   nfields = split(line, field, "@")
1114   substed = 0
1115   len = length(field[1])
1116   for (i = 2; i < nfields; i++) {
1117     key = field[i]
1118     keylen = length(key)
1119     if (S_is_set[key]) {
1120       value = S[key]
1121       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1122       len += length(value) + length(field[++i])
1123       substed = 1
1124     } else
1125       len += 1 + keylen
1126   }
1127
1128   print line
1129 }
1130
1131 _ACAWK
1132 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1133   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1134 else
1135   cat
1136 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1137   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1138 fi # test -n "$CONFIG_FILES"
1139
1140 # Set up the scripts for CONFIG_HEADERS section.
1141 # No need to generate them if there are no CONFIG_HEADERS.
1142 # This happens for instance with `./config.status Makefile'.
1143 if test -n "$CONFIG_HEADERS"; then
1144 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1145 BEGIN {
1146 D["PACKAGE_NAME"]=" \"linux nfs-utils\""
1147 D["PACKAGE_TARNAME"]=" \"nfs-utils\""
1148 D["PACKAGE_VERSION"]=" \"1.2.8\""
1149 D["PACKAGE_STRING"]=" \"linux nfs-utils 1.2.8\""
1150 D["PACKAGE_BUGREPORT"]=" \"linux-nfs@vger.kernel.org\""
1151 D["PACKAGE_URL"]=" \"\""
1152 D["PACKAGE"]=" \"nfs-utils\""
1153 D["VERSION"]=" \"1.2.8\""
1154 D["START_STATD"]=" \"/usr/sbin/start-statd\""
1155 D["STDC_HEADERS"]=" 1"
1156 D["HAVE_SYS_TYPES_H"]=" 1"
1157 D["HAVE_SYS_STAT_H"]=" 1"
1158 D["HAVE_STDLIB_H"]=" 1"
1159 D["HAVE_STRING_H"]=" 1"
1160 D["HAVE_MEMORY_H"]=" 1"
1161 D["HAVE_STRINGS_H"]=" 1"
1162 D["HAVE_INTTYPES_H"]=" 1"
1163 D["HAVE_STDINT_H"]=" 1"
1164 D["HAVE_UNISTD_H"]=" 1"
1165 D["HAVE__USR_INCLUDE_TIRPC_NETCONFIG_H"]=" 1"
1166 D["HAVE_LIBTIRPC"]=" 1"
1167 D["HAVE_SYS_CAPABILITY_H"]=" 1"
1168 D["LIBWRAP"]=" 1"
1169 D["HAVE_LIBWRAP"]=" 1"
1170 D["HAVE_TCP_WRAPPER"]=" 1"
1171 D["HAVE_DLFCN_H"]=" 1"
1172 D["LT_OBJDIR"]=" \".libs/\""
1173 D["STDC_HEADERS"]=" 1"
1174 D["HAVE_EVENT_H"]=" 1"
1175 D["HAVE_NFSIDMAP_H"]=" 1"
1176 D["HAVE_NFS4_SET_DEBUG"]=" 1"
1177 D["HAVE_KEYUTILS_H"]=" 1"
1178 D["HAVE_SQLITE3_H"]=" 1"
1179 D["HAVE_LIBGEN_H"]=" 1"
1180 D["HAVE_SYS_INOTIFY_H"]=" 1"
1181 D["USE_BLKID"]=" 1"
1182 D["HAVE_NFSIDMAP_H"]=" 1"
1183 D["HAVE_NFS4_SET_DEBUG"]=" 1"
1184 D["KRB5_VERSION"]=" 1103"
1185 D["HAVE_KRB5"]=" 1"
1186 D["HAVE_LUCID_CONTEXT_SUPPORT"]=" 1"
1187 D["HAVE_SET_ALLOWABLE_ENCTYPES"]=" 1"
1188 D["HAVE_GSS_KRB5_CCACHE_NAME"]=" 1"
1189 D["HAVE_GSS_KRB5_FREE_LUCID_SEC_CONTEXT"]=" 1"
1190 D["HAVE_KRB5_GET_ERROR_MESSAGE"]=" 1"
1191 D["HAVE_ARPA_INET_H"]=" 1"
1192 D["HAVE_FCNTL_H"]=" 1"
1193 D["HAVE_LIBINTL_H"]=" 1"
1194 D["HAVE_LIMITS_H"]=" 1"
1195 D["HAVE_MALLOC_H"]=" 1"
1196 D["HAVE_MEMORY_H"]=" 1"
1197 D["HAVE_NETDB_H"]=" 1"
1198 D["HAVE_NETINET_IN_H"]=" 1"
1199 D["HAVE_PATHS_H"]=" 1"
1200 D["HAVE_STDLIB_H"]=" 1"
1201 D["HAVE_STRING_H"]=" 1"
1202 D["HAVE_SYS_FILE_H"]=" 1"
1203 D["HAVE_SYS_IOCTL_H"]=" 1"
1204 D["HAVE_SYS_MOUNT_H"]=" 1"
1205 D["HAVE_SYS_PARAM_H"]=" 1"
1206 D["HAVE_SYS_SOCKET_H"]=" 1"
1207 D["HAVE_SYS_TIME_H"]=" 1"
1208 D["HAVE_SYS_VFS_H"]=" 1"
1209 D["HAVE_SYSLOG_H"]=" 1"
1210 D["HAVE_UNISTD_H"]=" 1"
1211 D["HAVE_COM_ERR_H"]=" 1"
1212 D["HAVE_ET_COM_ERR_H"]=" 1"
1213 D["HAVE_IFADDRS_H"]=" 1"
1214 D["HAVE_NFS_PLUGIN_H"]=" 1"
1215 D["HAVE_LIBIO_H"]=" 1"
1216 D["TIME_WITH_SYS_TIME"]=" 1"
1217 D["HAVE_ALLOCA_H"]=" 1"
1218 D["HAVE_ALLOCA"]=" 1"
1219 D["HAVE_DIRENT_H"]=" 1"
1220 D["HAVE_FORK"]=" 1"
1221 D["HAVE_VFORK"]=" 1"
1222 D["HAVE_WORKING_VFORK"]=" 1"
1223 D["HAVE_WORKING_FORK"]=" 1"
1224 D["GETGROUPS_T"]=" gid_t"
1225 D["HAVE_GETGROUPS"]=" 1"
1226 D["HAVE_GETMNTENT"]=" 1"
1227 D["LSTAT_FOLLOWS_SLASHED_SYMLINK"]=" 1"
1228 D["LSTAT_FOLLOWS_SLASHED_SYMLINK"]=" 1"
1229 D["HAVE_SYS_SELECT_H"]=" 1"
1230 D["HAVE_SYS_SOCKET_H"]=" 1"
1231 D["SELECT_TYPE_ARG1"]=" int"
1232 D["SELECT_TYPE_ARG234"]=" (fd_set *)"
1233 D["SELECT_TYPE_ARG5"]=" (struct timeval *)"
1234 D["RETSIGTYPE"]=" void"
1235 D["HAVE_VPRINTF"]=" 1"
1236 D["HAVE_ALARM"]=" 1"
1237 D["HAVE_ATEXIT"]=" 1"
1238 D["HAVE_DUP2"]=" 1"
1239 D["HAVE_FDATASYNC"]=" 1"
1240 D["HAVE_FTRUNCATE"]=" 1"
1241 D["HAVE_GETCWD"]=" 1"
1242 D["HAVE_GETHOSTBYADDR"]=" 1"
1243 D["HAVE_GETHOSTBYNAME"]=" 1"
1244 D["HAVE_GETHOSTNAME"]=" 1"
1245 D["HAVE_GETMNTENT"]=" 1"
1246 D["HAVE_GETNAMEINFO"]=" 1"
1247 D["HAVE_GETRPCBYNAME"]=" 1"
1248 D["HAVE_GETIFADDRS"]=" 1"
1249 D["HAVE_GETTIMEOFDAY"]=" 1"
1250 D["HAVE_HASMNTOPT"]=" 1"
1251 D["HAVE_INET_NTOA"]=" 1"
1252 D["HAVE_INNETGR"]=" 1"
1253 D["HAVE_MEMSET"]=" 1"
1254 D["HAVE_MKDIR"]=" 1"
1255 D["HAVE_PATHCONF"]=" 1"
1256 D["HAVE_PPOLL"]=" 1"
1257 D["HAVE_REALPATH"]=" 1"
1258 D["HAVE_RMDIR"]=" 1"
1259 D["HAVE_SELECT"]=" 1"
1260 D["HAVE_SOCKET"]=" 1"
1261 D["HAVE_STRCASECMP"]=" 1"
1262 D["HAVE_STRCHR"]=" 1"
1263 D["HAVE_STRDUP"]=" 1"
1264 D["HAVE_STRERROR"]=" 1"
1265 D["HAVE_STRRCHR"]=" 1"
1266 D["HAVE_STRTOL"]=" 1"
1267 D["HAVE_STRTOUL"]=" 1"
1268 D["HAVE_SIGPROCMASK"]=" 1"
1269 D["SIZEOF_SHORT"]=" 2"
1270 D["SIZEOF_INT"]=" 4"
1271 D["SIZEOF_LONG"]=" 8"
1272 D["SIZEOF_SIZE_T"]=" 8"
1273 D["SIZEOF_SOCKLEN_T"]=" 4"
1274 D["NFS_STATEDIR"]=" \"/var/lib/nfs\""
1275 D["NSM_DEFAULT_STATEDIR"]=" \"/var/lib/nfs\""
1276   for (key in D) D_is_set[key] = 1
1277   FS = "\a"
1278 }
1279 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1280   line = $ 0
1281   split(line, arg, " ")
1282   if (arg[1] == "#") {
1283     defundef = arg[2]
1284     mac1 = arg[3]
1285   } else {
1286     defundef = substr(arg[1], 2)
1287     mac1 = arg[2]
1288   }
1289   split(mac1, mac2, "(") #)
1290   macro = mac2[1]
1291   prefix = substr(line, 1, index(line, defundef) - 1)
1292   if (D_is_set[macro]) {
1293     # Preserve the white space surrounding the "#".
1294     print prefix "define", macro P[macro] D[macro]
1295     next
1296   } else {
1297     # Replace #undef with comments.  This is necessary, for example,
1298     # in the case of _POSIX_SOURCE, which is predefined and required
1299     # on some systems where configure will not decide to define it.
1300     if (defundef == "undef") {
1301       print "/*", prefix defundef, macro, "*/"
1302       next
1303     }
1304   }
1305 }
1306 { print }
1307 _ACAWK
1308   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1309 fi # test -n "$CONFIG_HEADERS"
1310
1311
1312 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1313 shift
1314 for ac_tag
1315 do
1316   case $ac_tag in
1317   :[FHLC]) ac_mode=$ac_tag; continue;;
1318   esac
1319   case $ac_mode$ac_tag in
1320   :[FHL]*:*);;
1321   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1322   :[FH]-) ac_tag=-:-;;
1323   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1324   esac
1325   ac_save_IFS=$IFS
1326   IFS=:
1327   set x $ac_tag
1328   IFS=$ac_save_IFS
1329   shift
1330   ac_file=$1
1331   shift
1332
1333   case $ac_mode in
1334   :L) ac_source=$1;;
1335   :[FH])
1336     ac_file_inputs=
1337     for ac_f
1338     do
1339       case $ac_f in
1340       -) ac_f="$ac_tmp/stdin";;
1341       *) # Look for the file first in the build tree, then in the source tree
1342          # (if the path is not absolute).  The absolute path cannot be DOS-style,
1343          # because $ac_f cannot contain `:'.
1344          test -f "$ac_f" ||
1345            case $ac_f in
1346            [\\/$]*) false;;
1347            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1348            esac ||
1349            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1350       esac
1351       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1352       as_fn_append ac_file_inputs " '$ac_f'"
1353     done
1354
1355     # Let's still pretend it is `configure' which instantiates (i.e., don't
1356     # use $as_me), people would be surprised to read:
1357     #    /* config.h.  Generated by config.status.  */
1358     configure_input='Generated from '`
1359           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1360         `' by configure.'
1361     if test x"$ac_file" != x-; then
1362       configure_input="$ac_file.  $configure_input"
1363       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1364 $as_echo "$as_me: creating $ac_file" >&6;}
1365     fi
1366     # Neutralize special characters interpreted by sed in replacement strings.
1367     case $configure_input in #(
1368     *\&* | *\|* | *\\* )
1369        ac_sed_conf_input=`$as_echo "$configure_input" |
1370        sed 's/[\\\\&|]/\\\\&/g'`;; #(
1371     *) ac_sed_conf_input=$configure_input;;
1372     esac
1373
1374     case $ac_tag in
1375     *:-:* | *:-) cat >"$ac_tmp/stdin" \
1376       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1377     esac
1378     ;;
1379   esac
1380
1381   ac_dir=`$as_dirname -- "$ac_file" ||
1382 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1383          X"$ac_file" : 'X\(//\)[^/]' \| \
1384          X"$ac_file" : 'X\(//\)$' \| \
1385          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1386 $as_echo X"$ac_file" |
1387     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1388             s//\1/
1389             q
1390           }
1391           /^X\(\/\/\)[^/].*/{
1392             s//\1/
1393             q
1394           }
1395           /^X\(\/\/\)$/{
1396             s//\1/
1397             q
1398           }
1399           /^X\(\/\).*/{
1400             s//\1/
1401             q
1402           }
1403           s/.*/./; q'`
1404   as_dir="$ac_dir"; as_fn_mkdir_p
1405   ac_builddir=.
1406
1407 case "$ac_dir" in
1408 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1409 *)
1410   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1411   # A ".." for each directory in $ac_dir_suffix.
1412   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1413   case $ac_top_builddir_sub in
1414   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1415   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1416   esac ;;
1417 esac
1418 ac_abs_top_builddir=$ac_pwd
1419 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1420 # for backward compatibility:
1421 ac_top_builddir=$ac_top_build_prefix
1422
1423 case $srcdir in
1424   .)  # We are building in place.
1425     ac_srcdir=.
1426     ac_top_srcdir=$ac_top_builddir_sub
1427     ac_abs_top_srcdir=$ac_pwd ;;
1428   [\\/]* | ?:[\\/]* )  # Absolute name.
1429     ac_srcdir=$srcdir$ac_dir_suffix;
1430     ac_top_srcdir=$srcdir
1431     ac_abs_top_srcdir=$srcdir ;;
1432   *) # Relative name.
1433     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1434     ac_top_srcdir=$ac_top_build_prefix$srcdir
1435     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1436 esac
1437 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1438
1439
1440   case $ac_mode in
1441   :F)
1442   #
1443   # CONFIG_FILE
1444   #
1445
1446   case $INSTALL in
1447   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1448   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1449   esac
1450   ac_MKDIR_P=$MKDIR_P
1451   case $MKDIR_P in
1452   [\\/$]* | ?:[\\/]* ) ;;
1453   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1454   esac
1455 # If the template does not know about datarootdir, expand it.
1456 # FIXME: This hack should be removed a few years after 2.60.
1457 ac_datarootdir_hack=; ac_datarootdir_seen=
1458 ac_sed_dataroot='
1459 /datarootdir/ {
1460   p
1461   q
1462 }
1463 /@datadir@/p
1464 /@docdir@/p
1465 /@infodir@/p
1466 /@localedir@/p
1467 /@mandir@/p'
1468 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1469 *datarootdir*) ac_datarootdir_seen=yes;;
1470 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1471   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1472 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1473   ac_datarootdir_hack='
1474   s&@datadir@&${datarootdir}&g
1475   s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1476   s&@infodir@&${datarootdir}/info&g
1477   s&@localedir@&${datarootdir}/locale&g
1478   s&@mandir@&${datarootdir}/man&g
1479   s&\${datarootdir}&${prefix}/share&g' ;;
1480 esac
1481 ac_sed_extra="/^[        ]*VPATH[        ]*=[    ]*/{
1482 h
1483 s///
1484 s/^/:/
1485 s/[      ]*$/:/
1486 s/:\$(srcdir):/:/g
1487 s/:\${srcdir}:/:/g
1488 s/:@srcdir@:/:/g
1489 s/^:*//
1490 s/:*$//
1491 x
1492 s/\(=[   ]*\).*/\1/
1493 G
1494 s/\n//
1495 s/^[^=]*=[       ]*$//
1496 }
1497
1498 :t
1499 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1500 s|@configure_input@|$ac_sed_conf_input|;t t
1501 s&@top_builddir@&$ac_top_builddir_sub&;t t
1502 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1503 s&@srcdir@&$ac_srcdir&;t t
1504 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1505 s&@top_srcdir@&$ac_top_srcdir&;t t
1506 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1507 s&@builddir@&$ac_builddir&;t t
1508 s&@abs_builddir@&$ac_abs_builddir&;t t
1509 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1510 s&@INSTALL@&$ac_INSTALL&;t t
1511 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1512 $ac_datarootdir_hack
1513 "
1514 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1515   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1516
1517 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1518   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1519   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
1520       "$ac_tmp/out"`; test -z "$ac_out"; } &&
1521   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1522 which seems to be undefined.  Please make sure it is defined" >&5
1523 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1524 which seems to be undefined.  Please make sure it is defined" >&2;}
1525
1526   rm -f "$ac_tmp/stdin"
1527   case $ac_file in
1528   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1529   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1530   esac \
1531   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1532  ;;
1533   :H)
1534   #
1535   # CONFIG_HEADER
1536   #
1537   if test x"$ac_file" != x-; then
1538     {
1539       $as_echo "/* $configure_input  */" \
1540       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1541     } >"$ac_tmp/config.h" \
1542       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1543     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1544       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1545 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1546     else
1547       rm -f "$ac_file"
1548       mv "$ac_tmp/config.h" "$ac_file" \
1549         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1550     fi
1551   else
1552     $as_echo "/* $configure_input  */" \
1553       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1554       || as_fn_error $? "could not create -" "$LINENO" 5
1555   fi
1556 # Compute "$ac_file"'s index in $config_headers.
1557 _am_arg="$ac_file"
1558 _am_stamp_count=1
1559 for _am_header in $config_headers :; do
1560   case $_am_header in
1561     $_am_arg | $_am_arg:* )
1562       break ;;
1563     * )
1564       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1565   esac
1566 done
1567 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1568 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1569          X"$_am_arg" : 'X\(//\)[^/]' \| \
1570          X"$_am_arg" : 'X\(//\)$' \| \
1571          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1572 $as_echo X"$_am_arg" |
1573     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1574             s//\1/
1575             q
1576           }
1577           /^X\(\/\/\)[^/].*/{
1578             s//\1/
1579             q
1580           }
1581           /^X\(\/\/\)$/{
1582             s//\1/
1583             q
1584           }
1585           /^X\(\/\).*/{
1586             s//\1/
1587             q
1588           }
1589           s/.*/./; q'`/stamp-h$_am_stamp_count
1590  ;;
1591
1592   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1593 $as_echo "$as_me: executing $ac_file commands" >&6;}
1594  ;;
1595   esac
1596
1597
1598   case $ac_file$ac_mode in
1599     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1600   # Autoconf 2.62 quotes --file arguments for eval, but not when files
1601   # are listed without --file.  Let's play safe and only enable the eval
1602   # if we detect the quoting.
1603   case $CONFIG_FILES in
1604   *\'*) eval set x "$CONFIG_FILES" ;;
1605   *)   set x $CONFIG_FILES ;;
1606   esac
1607   shift
1608   for mf
1609   do
1610     # Strip MF so we end up with the name of the file.
1611     mf=`echo "$mf" | sed -e 's/:.*$//'`
1612     # Check whether this is an Automake generated Makefile or not.
1613     # We used to match only the files named 'Makefile.in', but
1614     # some people rename them; so instead we look at the file content.
1615     # Grep'ing the first line is not enough: some people post-process
1616     # each Makefile.in and add a new line on top of each file to say so.
1617     # Grep'ing the whole file is not good either: AIX grep has a line
1618     # limit of 2048, but all sed's we know have understand at least 4000.
1619     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1620       dirpart=`$as_dirname -- "$mf" ||
1621 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1622          X"$mf" : 'X\(//\)[^/]' \| \
1623          X"$mf" : 'X\(//\)$' \| \
1624          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1625 $as_echo X"$mf" |
1626     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1627             s//\1/
1628             q
1629           }
1630           /^X\(\/\/\)[^/].*/{
1631             s//\1/
1632             q
1633           }
1634           /^X\(\/\/\)$/{
1635             s//\1/
1636             q
1637           }
1638           /^X\(\/\).*/{
1639             s//\1/
1640             q
1641           }
1642           s/.*/./; q'`
1643     else
1644       continue
1645     fi
1646     # Extract the definition of DEPDIR, am__include, and am__quote
1647     # from the Makefile without running 'make'.
1648     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1649     test -z "$DEPDIR" && continue
1650     am__include=`sed -n 's/^am__include = //p' < "$mf"`
1651     test -z "am__include" && continue
1652     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1653     # Find all dependency output files, they are included files with
1654     # $(DEPDIR) in their names.  We invoke sed twice because it is the
1655     # simplest approach to changing $(DEPDIR) to its actual value in the
1656     # expansion.
1657     for file in `sed -n "
1658       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1659          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
1660       # Make sure the directory exists.
1661       test -f "$dirpart/$file" && continue
1662       fdir=`$as_dirname -- "$file" ||
1663 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1664          X"$file" : 'X\(//\)[^/]' \| \
1665          X"$file" : 'X\(//\)$' \| \
1666          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1667 $as_echo X"$file" |
1668     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1669             s//\1/
1670             q
1671           }
1672           /^X\(\/\/\)[^/].*/{
1673             s//\1/
1674             q
1675           }
1676           /^X\(\/\/\)$/{
1677             s//\1/
1678             q
1679           }
1680           /^X\(\/\).*/{
1681             s//\1/
1682             q
1683           }
1684           s/.*/./; q'`
1685       as_dir=$dirpart/$fdir; as_fn_mkdir_p
1686       # echo "creating $dirpart/$file"
1687       echo '# dummy' > "$dirpart/$file"
1688     done
1689   done
1690 }
1691  ;;
1692     "libtool":C)
1693
1694     # See if we are running on zsh, and set the options which allow our
1695     # commands through without removal of \ escapes.
1696     if test -n "${ZSH_VERSION+set}" ; then
1697       setopt NO_GLOB_SUBST
1698     fi
1699
1700     cfgfile="${ofile}T"
1701     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1702     $RM "$cfgfile"
1703
1704     cat <<_LT_EOF >> "$cfgfile"
1705 #! $SHELL
1706
1707 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1708 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1709 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1710 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1711 #
1712 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1713 #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1714 #                 Foundation, Inc.
1715 #   Written by Gordon Matzigkeit, 1996
1716 #
1717 #   This file is part of GNU Libtool.
1718 #
1719 # GNU Libtool is free software; you can redistribute it and/or
1720 # modify it under the terms of the GNU General Public License as
1721 # published by the Free Software Foundation; either version 2 of
1722 # the License, or (at your option) any later version.
1723 #
1724 # As a special exception to the GNU General Public License,
1725 # if you distribute this file as part of a program or library that
1726 # is built using GNU Libtool, you may include this file under the
1727 # same distribution terms that you use for the rest of that program.
1728 #
1729 # GNU Libtool is distributed in the hope that it will be useful,
1730 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1731 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1732 # GNU General Public License for more details.
1733 #
1734 # You should have received a copy of the GNU General Public License
1735 # along with GNU Libtool; see the file COPYING.  If not, a copy
1736 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1737 # obtained by writing to the Free Software Foundation, Inc.,
1738 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1739
1740
1741 # The names of the tagged configurations supported by this script.
1742 available_tags="CXX "
1743
1744 # ### BEGIN LIBTOOL CONFIG
1745
1746 # Which release of libtool.m4 was used?
1747 macro_version=$macro_version
1748 macro_revision=$macro_revision
1749
1750 # Whether or not to build shared libraries.
1751 build_libtool_libs=$enable_shared
1752
1753 # Whether or not to build static libraries.
1754 build_old_libs=$enable_static
1755
1756 # What type of objects to build.
1757 pic_mode=$pic_mode
1758
1759 # Whether or not to optimize for fast installation.
1760 fast_install=$enable_fast_install
1761
1762 # Shell to use when invoking shell scripts.
1763 SHELL=$lt_SHELL
1764
1765 # An echo program that protects backslashes.
1766 ECHO=$lt_ECHO
1767
1768 # The PATH separator for the build system.
1769 PATH_SEPARATOR=$lt_PATH_SEPARATOR
1770
1771 # The host system.
1772 host_alias=$host_alias
1773 host=$host
1774 host_os=$host_os
1775
1776 # The build system.
1777 build_alias=$build_alias
1778 build=$build
1779 build_os=$build_os
1780
1781 # A sed program that does not truncate output.
1782 SED=$lt_SED
1783
1784 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1785 Xsed="\$SED -e 1s/^X//"
1786
1787 # A grep program that handles long lines.
1788 GREP=$lt_GREP
1789
1790 # An ERE matcher.
1791 EGREP=$lt_EGREP
1792
1793 # A literal string matcher.
1794 FGREP=$lt_FGREP
1795
1796 # A BSD- or MS-compatible name lister.
1797 NM=$lt_NM
1798
1799 # Whether we need soft or hard links.
1800 LN_S=$lt_LN_S
1801
1802 # What is the maximum length of a command?
1803 max_cmd_len=$max_cmd_len
1804
1805 # Object file suffix (normally "o").
1806 objext=$ac_objext
1807
1808 # Executable file suffix (normally "").
1809 exeext=$exeext
1810
1811 # whether the shell understands "unset".
1812 lt_unset=$lt_unset
1813
1814 # turn spaces into newlines.
1815 SP2NL=$lt_lt_SP2NL
1816
1817 # turn newlines into spaces.
1818 NL2SP=$lt_lt_NL2SP
1819
1820 # convert \$build file names to \$host format.
1821 to_host_file_cmd=$lt_cv_to_host_file_cmd
1822
1823 # convert \$build files to toolchain format.
1824 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1825
1826 # An object symbol dumper.
1827 OBJDUMP=$lt_OBJDUMP
1828
1829 # Method to check whether dependent libraries are shared objects.
1830 deplibs_check_method=$lt_deplibs_check_method
1831
1832 # Command to use when deplibs_check_method = "file_magic".
1833 file_magic_cmd=$lt_file_magic_cmd
1834
1835 # How to find potential files when deplibs_check_method = "file_magic".
1836 file_magic_glob=$lt_file_magic_glob
1837
1838 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1839 want_nocaseglob=$lt_want_nocaseglob
1840
1841 # DLL creation program.
1842 DLLTOOL=$lt_DLLTOOL
1843
1844 # Command to associate shared and link libraries.
1845 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1846
1847 # The archiver.
1848 AR=$lt_AR
1849
1850 # Flags to create an archive.
1851 AR_FLAGS=$lt_AR_FLAGS
1852
1853 # How to feed a file listing to the archiver.
1854 archiver_list_spec=$lt_archiver_list_spec
1855
1856 # A symbol stripping program.
1857 STRIP=$lt_STRIP
1858
1859 # Commands used to install an old-style archive.
1860 RANLIB=$lt_RANLIB
1861 old_postinstall_cmds=$lt_old_postinstall_cmds
1862 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1863
1864 # Whether to use a lock for old archive extraction.
1865 lock_old_archive_extraction=$lock_old_archive_extraction
1866
1867 # A C compiler.
1868 LTCC=$lt_CC
1869
1870 # LTCC compiler flags.
1871 LTCFLAGS=$lt_CFLAGS
1872
1873 # Take the output of nm and produce a listing of raw symbols and C names.
1874 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1875
1876 # Transform the output of nm in a proper C declaration.
1877 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1878
1879 # Transform the output of nm in a C name address pair.
1880 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1881
1882 # Transform the output of nm in a C name address pair when lib prefix is needed.
1883 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1884
1885 # Specify filename containing input files for \$NM.
1886 nm_file_list_spec=$lt_nm_file_list_spec
1887
1888 # The root where to search for dependent libraries,and in which our libraries should be installed.
1889 lt_sysroot=$lt_sysroot
1890
1891 # The name of the directory that contains temporary libtool files.
1892 objdir=$objdir
1893
1894 # Used to examine libraries when file_magic_cmd begins with "file".
1895 MAGIC_CMD=$MAGIC_CMD
1896
1897 # Must we lock files when doing compilation?
1898 need_locks=$lt_need_locks
1899
1900 # Manifest tool.
1901 MANIFEST_TOOL=$lt_MANIFEST_TOOL
1902
1903 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1904 DSYMUTIL=$lt_DSYMUTIL
1905
1906 # Tool to change global to local symbols on Mac OS X.
1907 NMEDIT=$lt_NMEDIT
1908
1909 # Tool to manipulate fat objects and archives on Mac OS X.
1910 LIPO=$lt_LIPO
1911
1912 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1913 OTOOL=$lt_OTOOL
1914
1915 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1916 OTOOL64=$lt_OTOOL64
1917
1918 # Old archive suffix (normally "a").
1919 libext=$libext
1920
1921 # Shared library suffix (normally ".so").
1922 shrext_cmds=$lt_shrext_cmds
1923
1924 # The commands to extract the exported symbol list from a shared archive.
1925 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1926
1927 # Variables whose values should be saved in libtool wrapper scripts and
1928 # restored at link time.
1929 variables_saved_for_relink=$lt_variables_saved_for_relink
1930
1931 # Do we need the "lib" prefix for modules?
1932 need_lib_prefix=$need_lib_prefix
1933
1934 # Do we need a version for libraries?
1935 need_version=$need_version
1936
1937 # Library versioning type.
1938 version_type=$version_type
1939
1940 # Shared library runtime path variable.
1941 runpath_var=$runpath_var
1942
1943 # Shared library path variable.
1944 shlibpath_var=$shlibpath_var
1945
1946 # Is shlibpath searched before the hard-coded library search path?
1947 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1948
1949 # Format of library name prefix.
1950 libname_spec=$lt_libname_spec
1951
1952 # List of archive names.  First name is the real one, the rest are links.
1953 # The last name is the one that the linker finds with -lNAME
1954 library_names_spec=$lt_library_names_spec
1955
1956 # The coded name of the library, if different from the real name.
1957 soname_spec=$lt_soname_spec
1958
1959 # Permission mode override for installation of shared libraries.
1960 install_override_mode=$lt_install_override_mode
1961
1962 # Command to use after installation of a shared archive.
1963 postinstall_cmds=$lt_postinstall_cmds
1964
1965 # Command to use after uninstallation of a shared archive.
1966 postuninstall_cmds=$lt_postuninstall_cmds
1967
1968 # Commands used to finish a libtool library installation in a directory.
1969 finish_cmds=$lt_finish_cmds
1970
1971 # As "finish_cmds", except a single script fragment to be evaled but
1972 # not shown.
1973 finish_eval=$lt_finish_eval
1974
1975 # Whether we should hardcode library paths into libraries.
1976 hardcode_into_libs=$hardcode_into_libs
1977
1978 # Compile-time system search path for libraries.
1979 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1980
1981 # Run-time system search path for libraries.
1982 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1983
1984 # Whether dlopen is supported.
1985 dlopen_support=$enable_dlopen
1986
1987 # Whether dlopen of programs is supported.
1988 dlopen_self=$enable_dlopen_self
1989
1990 # Whether dlopen of statically linked programs is supported.
1991 dlopen_self_static=$enable_dlopen_self_static
1992
1993 # Commands to strip libraries.
1994 old_striplib=$lt_old_striplib
1995 striplib=$lt_striplib
1996
1997
1998 # The linker used to build libraries.
1999 LD=$lt_LD
2000
2001 # How to create reloadable object files.
2002 reload_flag=$lt_reload_flag
2003 reload_cmds=$lt_reload_cmds
2004
2005 # Commands used to build an old-style archive.
2006 old_archive_cmds=$lt_old_archive_cmds
2007
2008 # A language specific compiler.
2009 CC=$lt_compiler
2010
2011 # Is the compiler the GNU compiler?
2012 with_gcc=$GCC
2013
2014 # Compiler flag to turn off builtin functions.
2015 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
2016
2017 # Additional compiler flags for building library objects.
2018 pic_flag=$lt_lt_prog_compiler_pic
2019
2020 # How to pass a linker flag through the compiler.
2021 wl=$lt_lt_prog_compiler_wl
2022
2023 # Compiler flag to prevent dynamic linking.
2024 link_static_flag=$lt_lt_prog_compiler_static
2025
2026 # Does compiler simultaneously support -c and -o options?
2027 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
2028
2029 # Whether or not to add -lc for building shared libraries.
2030 build_libtool_need_lc=$archive_cmds_need_lc
2031
2032 # Whether or not to disallow shared libs when runtime libs are static.
2033 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
2034
2035 # Compiler flag to allow reflexive dlopens.
2036 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
2037
2038 # Compiler flag to generate shared objects directly from archives.
2039 whole_archive_flag_spec=$lt_whole_archive_flag_spec
2040
2041 # Whether the compiler copes with passing no objects directly.
2042 compiler_needs_object=$lt_compiler_needs_object
2043
2044 # Create an old-style archive from a shared archive.
2045 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
2046
2047 # Create a temporary old-style archive to link instead of a shared archive.
2048 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
2049
2050 # Commands used to build a shared archive.
2051 archive_cmds=$lt_archive_cmds
2052 archive_expsym_cmds=$lt_archive_expsym_cmds
2053
2054 # Commands used to build a loadable module if different from building
2055 # a shared archive.
2056 module_cmds=$lt_module_cmds
2057 module_expsym_cmds=$lt_module_expsym_cmds
2058
2059 # Whether we are building with GNU ld or not.
2060 with_gnu_ld=$lt_with_gnu_ld
2061
2062 # Flag that allows shared libraries with undefined symbols to be built.
2063 allow_undefined_flag=$lt_allow_undefined_flag
2064
2065 # Flag that enforces no undefined symbols.
2066 no_undefined_flag=$lt_no_undefined_flag
2067
2068 # Flag to hardcode \$libdir into a binary during linking.
2069 # This must work even if \$libdir does not exist
2070 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2071
2072 # Whether we need a single "-rpath" flag with a separated argument.
2073 hardcode_libdir_separator=$lt_hardcode_libdir_separator
2074
2075 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2076 # DIR into the resulting binary.
2077 hardcode_direct=$hardcode_direct
2078
2079 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2080 # DIR into the resulting binary and the resulting library dependency is
2081 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2082 # library is relocated.
2083 hardcode_direct_absolute=$hardcode_direct_absolute
2084
2085 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2086 # into the resulting binary.
2087 hardcode_minus_L=$hardcode_minus_L
2088
2089 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2090 # into the resulting binary.
2091 hardcode_shlibpath_var=$hardcode_shlibpath_var
2092
2093 # Set to "yes" if building a shared library automatically hardcodes DIR
2094 # into the library and all subsequent libraries and executables linked
2095 # against it.
2096 hardcode_automatic=$hardcode_automatic
2097
2098 # Set to yes if linker adds runtime paths of dependent libraries
2099 # to runtime path list.
2100 inherit_rpath=$inherit_rpath
2101
2102 # Whether libtool must link a program against all its dependency libraries.
2103 link_all_deplibs=$link_all_deplibs
2104
2105 # Set to "yes" if exported symbols are required.
2106 always_export_symbols=$always_export_symbols
2107
2108 # The commands to list exported symbols.
2109 export_symbols_cmds=$lt_export_symbols_cmds
2110
2111 # Symbols that should not be listed in the preloaded symbols.
2112 exclude_expsyms=$lt_exclude_expsyms
2113
2114 # Symbols that must always be exported.
2115 include_expsyms=$lt_include_expsyms
2116
2117 # Commands necessary for linking programs (against libraries) with templates.
2118 prelink_cmds=$lt_prelink_cmds
2119
2120 # Commands necessary for finishing linking programs.
2121 postlink_cmds=$lt_postlink_cmds
2122
2123 # Specify filename containing input files.
2124 file_list_spec=$lt_file_list_spec
2125
2126 # How to hardcode a shared library path into an executable.
2127 hardcode_action=$hardcode_action
2128
2129 # The directories searched by this compiler when creating a shared library.
2130 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
2131
2132 # Dependencies to place before and after the objects being linked to
2133 # create a shared library.
2134 predep_objects=$lt_predep_objects
2135 postdep_objects=$lt_postdep_objects
2136 predeps=$lt_predeps
2137 postdeps=$lt_postdeps
2138
2139 # The library search path used internally by the compiler when linking
2140 # a shared library.
2141 compiler_lib_search_path=$lt_compiler_lib_search_path
2142
2143 # ### END LIBTOOL CONFIG
2144
2145 _LT_EOF
2146
2147   case $host_os in
2148   aix3*)
2149     cat <<\_LT_EOF >> "$cfgfile"
2150 # AIX sometimes has problems with the GCC collect2 program.  For some
2151 # reason, if we set the COLLECT_NAMES environment variable, the problems
2152 # vanish in a puff of smoke.
2153 if test "X${COLLECT_NAMES+set}" != Xset; then
2154   COLLECT_NAMES=
2155   export COLLECT_NAMES
2156 fi
2157 _LT_EOF
2158     ;;
2159   esac
2160
2161
2162 ltmain="$ac_aux_dir/ltmain.sh"
2163
2164
2165   # We use sed instead of cat because bash on DJGPP gets confused if
2166   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
2167   # text mode, it properly converts lines to CR/LF.  This bash problem
2168   # is reportedly fixed, but why not run on old versions too?
2169   sed '$q' "$ltmain" >> "$cfgfile" \
2170      || (rm -f "$cfgfile"; exit 1)
2171
2172   if test x"$xsi_shell" = xyes; then
2173   sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2174 func_dirname ()\
2175 {\
2176 \    case ${1} in\
2177 \      */*) func_dirname_result="${1%/*}${2}" ;;\
2178 \      *  ) func_dirname_result="${3}" ;;\
2179 \    esac\
2180 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2181   && mv -f "$cfgfile.tmp" "$cfgfile" \
2182     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2183 test 0 -eq $? || _lt_function_replace_fail=:
2184
2185
2186   sed -e '/^func_basename ()$/,/^} # func_basename /c\
2187 func_basename ()\
2188 {\
2189 \    func_basename_result="${1##*/}"\
2190 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2191   && mv -f "$cfgfile.tmp" "$cfgfile" \
2192     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2193 test 0 -eq $? || _lt_function_replace_fail=:
2194
2195
2196   sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2197 func_dirname_and_basename ()\
2198 {\
2199 \    case ${1} in\
2200 \      */*) func_dirname_result="${1%/*}${2}" ;;\
2201 \      *  ) func_dirname_result="${3}" ;;\
2202 \    esac\
2203 \    func_basename_result="${1##*/}"\
2204 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2205   && mv -f "$cfgfile.tmp" "$cfgfile" \
2206     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2207 test 0 -eq $? || _lt_function_replace_fail=:
2208
2209
2210   sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2211 func_stripname ()\
2212 {\
2213 \    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2214 \    # positional parameters, so assign one to ordinary parameter first.\
2215 \    func_stripname_result=${3}\
2216 \    func_stripname_result=${func_stripname_result#"${1}"}\
2217 \    func_stripname_result=${func_stripname_result%"${2}"}\
2218 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2219   && mv -f "$cfgfile.tmp" "$cfgfile" \
2220     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2221 test 0 -eq $? || _lt_function_replace_fail=:
2222
2223
2224   sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2225 func_split_long_opt ()\
2226 {\
2227 \    func_split_long_opt_name=${1%%=*}\
2228 \    func_split_long_opt_arg=${1#*=}\
2229 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2230   && mv -f "$cfgfile.tmp" "$cfgfile" \
2231     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2232 test 0 -eq $? || _lt_function_replace_fail=:
2233
2234
2235   sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2236 func_split_short_opt ()\
2237 {\
2238 \    func_split_short_opt_arg=${1#??}\
2239 \    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2240 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2241   && mv -f "$cfgfile.tmp" "$cfgfile" \
2242     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2243 test 0 -eq $? || _lt_function_replace_fail=:
2244
2245
2246   sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2247 func_lo2o ()\
2248 {\
2249 \    case ${1} in\
2250 \      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2251 \      *)    func_lo2o_result=${1} ;;\
2252 \    esac\
2253 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2254   && mv -f "$cfgfile.tmp" "$cfgfile" \
2255     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2256 test 0 -eq $? || _lt_function_replace_fail=:
2257
2258
2259   sed -e '/^func_xform ()$/,/^} # func_xform /c\
2260 func_xform ()\
2261 {\
2262     func_xform_result=${1%.*}.lo\
2263 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2264   && mv -f "$cfgfile.tmp" "$cfgfile" \
2265     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2266 test 0 -eq $? || _lt_function_replace_fail=:
2267
2268
2269   sed -e '/^func_arith ()$/,/^} # func_arith /c\
2270 func_arith ()\
2271 {\
2272     func_arith_result=$(( $* ))\
2273 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2274   && mv -f "$cfgfile.tmp" "$cfgfile" \
2275     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2276 test 0 -eq $? || _lt_function_replace_fail=:
2277
2278
2279   sed -e '/^func_len ()$/,/^} # func_len /c\
2280 func_len ()\
2281 {\
2282     func_len_result=${#1}\
2283 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2284   && mv -f "$cfgfile.tmp" "$cfgfile" \
2285     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2286 test 0 -eq $? || _lt_function_replace_fail=:
2287
2288 fi
2289
2290 if test x"$lt_shell_append" = xyes; then
2291   sed -e '/^func_append ()$/,/^} # func_append /c\
2292 func_append ()\
2293 {\
2294     eval "${1}+=\\${2}"\
2295 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2296   && mv -f "$cfgfile.tmp" "$cfgfile" \
2297     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2298 test 0 -eq $? || _lt_function_replace_fail=:
2299
2300
2301   sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2302 func_append_quoted ()\
2303 {\
2304 \    func_quote_for_eval "${2}"\
2305 \    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2306 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2307   && mv -f "$cfgfile.tmp" "$cfgfile" \
2308     || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2309 test 0 -eq $? || _lt_function_replace_fail=:
2310
2311
2312   # Save a `func_append' function call where possible by direct use of '+='
2313   sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2314     && mv -f "$cfgfile.tmp" "$cfgfile" \
2315       || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2316   test 0 -eq $? || _lt_function_replace_fail=:
2317 else
2318   # Save a `func_append' function call even when '+=' is not available
2319   sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2320     && mv -f "$cfgfile.tmp" "$cfgfile" \
2321       || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2322   test 0 -eq $? || _lt_function_replace_fail=:
2323 fi
2324
2325 if test x"$_lt_function_replace_fail" = x":"; then
2326   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2327 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2328 fi
2329
2330
2331    mv -f "$cfgfile" "$ofile" ||
2332     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2333   chmod +x "$ofile"
2334
2335
2336     cat <<_LT_EOF >> "$ofile"
2337
2338 # ### BEGIN LIBTOOL TAG CONFIG: CXX
2339
2340 # The linker used to build libraries.
2341 LD=$lt_LD_CXX
2342
2343 # How to create reloadable object files.
2344 reload_flag=$lt_reload_flag_CXX
2345 reload_cmds=$lt_reload_cmds_CXX
2346
2347 # Commands used to build an old-style archive.
2348 old_archive_cmds=$lt_old_archive_cmds_CXX
2349
2350 # A language specific compiler.
2351 CC=$lt_compiler_CXX
2352
2353 # Is the compiler the GNU compiler?
2354 with_gcc=$GCC_CXX
2355
2356 # Compiler flag to turn off builtin functions.
2357 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
2358
2359 # Additional compiler flags for building library objects.
2360 pic_flag=$lt_lt_prog_compiler_pic_CXX
2361
2362 # How to pass a linker flag through the compiler.
2363 wl=$lt_lt_prog_compiler_wl_CXX
2364
2365 # Compiler flag to prevent dynamic linking.
2366 link_static_flag=$lt_lt_prog_compiler_static_CXX
2367
2368 # Does compiler simultaneously support -c and -o options?
2369 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2370
2371 # Whether or not to add -lc for building shared libraries.
2372 build_libtool_need_lc=$archive_cmds_need_lc_CXX
2373
2374 # Whether or not to disallow shared libs when runtime libs are static.
2375 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2376
2377 # Compiler flag to allow reflexive dlopens.
2378 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2379
2380 # Compiler flag to generate shared objects directly from archives.
2381 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2382
2383 # Whether the compiler copes with passing no objects directly.
2384 compiler_needs_object=$lt_compiler_needs_object_CXX
2385
2386 # Create an old-style archive from a shared archive.
2387 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2388
2389 # Create a temporary old-style archive to link instead of a shared archive.
2390 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2391
2392 # Commands used to build a shared archive.
2393 archive_cmds=$lt_archive_cmds_CXX
2394 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2395
2396 # Commands used to build a loadable module if different from building
2397 # a shared archive.
2398 module_cmds=$lt_module_cmds_CXX
2399 module_expsym_cmds=$lt_module_expsym_cmds_CXX
2400
2401 # Whether we are building with GNU ld or not.
2402 with_gnu_ld=$lt_with_gnu_ld_CXX
2403
2404 # Flag that allows shared libraries with undefined symbols to be built.
2405 allow_undefined_flag=$lt_allow_undefined_flag_CXX
2406
2407 # Flag that enforces no undefined symbols.
2408 no_undefined_flag=$lt_no_undefined_flag_CXX
2409
2410 # Flag to hardcode \$libdir into a binary during linking.
2411 # This must work even if \$libdir does not exist
2412 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2413
2414 # Whether we need a single "-rpath" flag with a separated argument.
2415 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2416
2417 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2418 # DIR into the resulting binary.
2419 hardcode_direct=$hardcode_direct_CXX
2420
2421 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2422 # DIR into the resulting binary and the resulting library dependency is
2423 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2424 # library is relocated.
2425 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2426
2427 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2428 # into the resulting binary.
2429 hardcode_minus_L=$hardcode_minus_L_CXX
2430
2431 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2432 # into the resulting binary.
2433 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2434
2435 # Set to "yes" if building a shared library automatically hardcodes DIR
2436 # into the library and all subsequent libraries and executables linked
2437 # against it.
2438 hardcode_automatic=$hardcode_automatic_CXX
2439
2440 # Set to yes if linker adds runtime paths of dependent libraries
2441 # to runtime path list.
2442 inherit_rpath=$inherit_rpath_CXX
2443
2444 # Whether libtool must link a program against all its dependency libraries.
2445 link_all_deplibs=$link_all_deplibs_CXX
2446
2447 # Set to "yes" if exported symbols are required.
2448 always_export_symbols=$always_export_symbols_CXX
2449
2450 # The commands to list exported symbols.
2451 export_symbols_cmds=$lt_export_symbols_cmds_CXX
2452
2453 # Symbols that should not be listed in the preloaded symbols.
2454 exclude_expsyms=$lt_exclude_expsyms_CXX
2455
2456 # Symbols that must always be exported.
2457 include_expsyms=$lt_include_expsyms_CXX
2458
2459 # Commands necessary for linking programs (against libraries) with templates.
2460 prelink_cmds=$lt_prelink_cmds_CXX
2461
2462 # Commands necessary for finishing linking programs.
2463 postlink_cmds=$lt_postlink_cmds_CXX
2464
2465 # Specify filename containing input files.
2466 file_list_spec=$lt_file_list_spec_CXX
2467
2468 # How to hardcode a shared library path into an executable.
2469 hardcode_action=$hardcode_action_CXX
2470
2471 # The directories searched by this compiler when creating a shared library.
2472 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2473
2474 # Dependencies to place before and after the objects being linked to
2475 # create a shared library.
2476 predep_objects=$lt_predep_objects_CXX
2477 postdep_objects=$lt_postdep_objects_CXX
2478 predeps=$lt_predeps_CXX
2479 postdeps=$lt_postdeps_CXX
2480
2481 # The library search path used internally by the compiler when linking
2482 # a shared library.
2483 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2484
2485 # ### END LIBTOOL TAG CONFIG: CXX
2486 _LT_EOF
2487
2488  ;;
2489
2490   esac
2491 done # for ac_tag
2492
2493
2494 as_fn_exit 0