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
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10
11SHELL=${CONFIG_SHELL-/bin/sh}
12export SHELL
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if 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
26else
27  case `(set -o) 2>/dev/null` in #(
28  *posix*) :
29    set -o posix ;; #(
30  *) :
31     ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_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.
45if 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 --'
49elif (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'
52else
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'
72fi
73
74# The user is always right.
75if 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  }
81fi
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.)
89IFS=" ""	$as_nl"
90
91# Find who we are.  Look in the path if we contain no directory separator.
92as_myself=
93case $0 in #((
94  *[\\/]* ) as_myself=$0 ;;
95  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
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
102IFS=$as_save_IFS
103
104     ;;
105esac
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.
108if test "x$as_myself" = x; then
109  as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113  exit 1
114fi
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.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export 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.
143as_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.
158as_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.
166as_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.
176as_fn_unset ()
177{
178  { eval $1=; unset $1;}
179}
180as_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.
187if (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  }'
192else
193  as_fn_append ()
194  {
195    eval $1=\$$1\$2
196  }
197fi # 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.
204if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205  eval 'as_fn_arith ()
206  {
207    as_val=$(( $* ))
208  }'
209else
210  as_fn_arith ()
211  {
212    as_val=`expr "$@" || test $? -eq 1`
213  }
214fi # as_fn_arith
215
216
217if expr a : '\(a\)' >/dev/null 2>&1 &&
218   test "X`expr 00001 : '.*\(...\)'`" = X001; then
219  as_expr=expr
220else
221  as_expr=false
222fi
223
224if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225  as_basename=basename
226else
227  as_basename=false
228fi
229
230if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231  as_dirname=dirname
232else
233  as_dirname=false
234fi
235
236as_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.
256as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259as_cr_digits='0123456789'
260as_cr_alnum=$as_cr_Letters$as_cr_digits
261
262ECHO_C= ECHO_N= ECHO_T=
263case `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';;
273esac
274
275rm -f conf$$ conf$$.exe conf$$.file
276if test -d conf$$.dir; then
277  rm -f conf$$.dir/conf$$.file
278else
279  rm -f conf$$.dir
280  mkdir conf$$.dir 2>/dev/null
281fi
282if (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 -p'.
289    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290      as_ln_s='cp -p'
291  elif ln conf$$.file conf$$ 2>/dev/null; then
292    as_ln_s=ln
293  else
294    as_ln_s='cp -p'
295  fi
296else
297  as_ln_s='cp -p'
298fi
299rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300rmdir conf$$.dir 2>/dev/null
301
302
303# as_fn_mkdir_p
304# -------------
305# Create "$as_dir" as a directory, including parents if necessary.
306as_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
350if mkdir -p . 2>/dev/null; then
351  as_mkdir_p='mkdir -p "$as_dir"'
352else
353  test -d ./-p && rmdir ./-p
354  as_mkdir_p=false
355fi
356
357if test -x / >/dev/null 2>&1; then
358  as_test_x='test -x'
359else
360  if ls -dL / >/dev/null 2>&1; then
361    as_ls_L_option=L
362  else
363    as_ls_L_option=
364  fi
365  as_test_x='
366    eval sh -c '\''
367      if test -d "$1"; then
368	test -d "$1/.";
369      else
370	case $1 in #(
371	-*)set "./$1";;
372	esac;
373	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
374	???[sx]*):;;*)false;;esac;fi
375    '\'' sh
376  '
377fi
378as_executable_p=$as_test_x
379
380# Sed expression to map a string onto a valid CPP name.
381as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
382
383# Sed expression to map a string onto a valid variable name.
384as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
385
386
387exec 6>&1
388## ----------------------------------- ##
389## Main body of $CONFIG_STATUS script. ##
390## ----------------------------------- ##
391# Save the log message, to keep $0 and so on meaningful, and to
392# report actual input values of CONFIG_FILES etc. instead of their
393# values after options handling.
394ac_log="
395This file was extended by sudo $as_me 1.7.10p7, which was
396generated by GNU Autoconf 2.68.  Invocation command line was
397
398  CONFIG_FILES    = $CONFIG_FILES
399  CONFIG_HEADERS  = $CONFIG_HEADERS
400  CONFIG_LINKS    = $CONFIG_LINKS
401  CONFIG_COMMANDS = $CONFIG_COMMANDS
402  $ $0 $@
403
404on `(hostname || uname -n) 2>/dev/null | sed 1q`
405"
406
407# Files that config.status was made for.
408config_files=" Makefile sudo_usage.h sudoers"
409config_headers=" config.h pathnames.h zlib/zconf.h"
410config_commands=" libtool"
411
412ac_cs_usage="\
413\`$as_me' instantiates files and other configuration actions
414from templates according to the current configuration.  Unless the files
415and actions are specified as TAGs, all are instantiated by default.
416
417Usage: $0 [OPTION]... [TAG]...
418
419  -h, --help       print this help, then exit
420  -V, --version    print version number and configuration settings, then exit
421      --config     print configuration, then exit
422  -q, --quiet, --silent
423                   do not print progress messages
424  -d, --debug      don't remove temporary files
425      --recheck    update $as_me by reconfiguring in the same conditions
426      --file=FILE[:TEMPLATE]
427                   instantiate the configuration file FILE
428      --header=FILE[:TEMPLATE]
429                   instantiate the configuration header FILE
430
431Configuration files:
432$config_files
433
434Configuration headers:
435$config_headers
436
437Configuration commands:
438$config_commands
439
440Report bugs to <http://www.sudo.ws/bugs/>."
441
442ac_cs_config="'--with-password-timeout=0' '--disable-setreuid' '--with-env-editor' '--with-pam' '--with-libraries=bsm' '--with-noexec=no' '--sysconfdir=/private/etc' '--with-timedir=/var/db/sudo'"
443ac_cs_version="\
444sudo config.status 1.7.10p7
445configured by ./configure, generated by GNU Autoconf 2.68,
446  with options \"$ac_cs_config\"
447
448Copyright (C) 2010 Free Software Foundation, Inc.
449This config.status script is free software; the Free Software Foundation
450gives unlimited permission to copy, distribute and modify it."
451
452ac_pwd='/Volumes/Data/Users/pom/Sources/sudo/src'
453srcdir='.'
454AWK='awk'
455test -n "$AWK" || AWK=awk
456# The default lists apply if the user does not specify any file.
457ac_need_defaults=:
458while test $# != 0
459do
460  case $1 in
461  --*=?*)
462    ac_option=`expr "X$1" : 'X\([^=]*\)='`
463    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
464    ac_shift=:
465    ;;
466  --*=)
467    ac_option=`expr "X$1" : 'X\([^=]*\)='`
468    ac_optarg=
469    ac_shift=:
470    ;;
471  *)
472    ac_option=$1
473    ac_optarg=$2
474    ac_shift=shift
475    ;;
476  esac
477
478  case $ac_option in
479  # Handling of the options.
480  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
481    ac_cs_recheck=: ;;
482  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
483    $as_echo "$ac_cs_version"; exit ;;
484  --config | --confi | --conf | --con | --co | --c )
485    $as_echo "$ac_cs_config"; exit ;;
486  --debug | --debu | --deb | --de | --d | -d )
487    debug=: ;;
488  --file | --fil | --fi | --f )
489    $ac_shift
490    case $ac_optarg in
491    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
492    '') as_fn_error $? "missing file argument" ;;
493    esac
494    as_fn_append CONFIG_FILES " '$ac_optarg'"
495    ac_need_defaults=false;;
496  --header | --heade | --head | --hea )
497    $ac_shift
498    case $ac_optarg in
499    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
500    esac
501    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
502    ac_need_defaults=false;;
503  --he | --h)
504    # Conflict between --help and --header
505    as_fn_error $? "ambiguous option: \`$1'
506Try \`$0 --help' for more information.";;
507  --help | --hel | -h )
508    $as_echo "$ac_cs_usage"; exit ;;
509  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
510  | -silent | --silent | --silen | --sile | --sil | --si | --s)
511    ac_cs_silent=: ;;
512
513  # This is an error.
514  -*) as_fn_error $? "unrecognized option: \`$1'
515Try \`$0 --help' for more information." ;;
516
517  *) as_fn_append ac_config_targets " $1"
518     ac_need_defaults=false ;;
519
520  esac
521  shift
522done
523
524ac_configure_extra_args=
525
526if $ac_cs_silent; then
527  exec 6>/dev/null
528  ac_configure_extra_args="$ac_configure_extra_args --silent"
529fi
530
531if $ac_cs_recheck; then
532  set X '/bin/sh' './configure'  '--with-password-timeout=0' '--disable-setreuid' '--with-env-editor' '--with-pam' '--with-libraries=bsm' '--with-noexec=no' '--sysconfdir=/private/etc' '--with-timedir=/var/db/sudo' $ac_configure_extra_args --no-create --no-recursion
533  shift
534  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
535  CONFIG_SHELL='/bin/sh'
536  export CONFIG_SHELL
537  exec "$@"
538fi
539
540exec 5>>config.log
541{
542  echo
543  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
544## Running $as_me. ##
545_ASBOX
546  $as_echo "$ac_log"
547} >&5
548
549#
550# INIT-COMMANDS
551#
552
553
554# The HP-UX ksh and POSIX shell print the target directory to stdout
555# if CDPATH is set.
556(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
557
558sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
559double_quote_subst='s/\(["`\\]\)/\\\1/g'
560delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
561macro_version='2.4.2'
562macro_revision='1.3337'
563enable_shared='yes'
564enable_static='yes'
565pic_mode='default'
566enable_fast_install='needless'
567SHELL='/bin/sh'
568ECHO='printf %s\n'
569PATH_SEPARATOR=':'
570host_alias=''
571host='x86_64-apple-darwin13.0.0'
572host_os='darwin13.0.0'
573build_alias=''
574build='x86_64-apple-darwin13.0.0'
575build_os='darwin13.0.0'
576SED='/usr/bin/sed'
577Xsed='/usr/bin/sed -e 1s/^X//'
578GREP='/usr/bin/grep'
579EGREP='/usr/bin/grep -E'
580FGREP='/usr/bin/grep -F'
581LD='/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.9.xctoolchain/usr/bin/ld'
582NM='/usr/bin/nm'
583LN_S='ln -s'
584max_cmd_len='196608'
585ac_objext='o'
586exeext=''
587lt_unset='unset'
588lt_SP2NL='tr \040 \012'
589lt_NL2SP='tr \015\012 \040\040'
590lt_cv_to_host_file_cmd='func_convert_file_noop'
591lt_cv_to_tool_file_cmd='func_convert_file_noop'
592reload_flag=' -r'
593reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
594OBJDUMP='false'
595deplibs_check_method='pass_all'
596file_magic_cmd='$MAGIC_CMD'
597file_magic_glob=''
598want_nocaseglob='no'
599DLLTOOL='false'
600sharedlib_from_linklib_cmd='printf %s\n'
601AR='ar'
602AR_FLAGS='cru'
603archiver_list_spec=''
604STRIP='strip'
605RANLIB='ranlib'
606old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
607old_postuninstall_cmds=''
608old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
609lock_old_archive_extraction='yes'
610CC='gcc'
611CFLAGS='-g -O2'
612compiler='gcc'
613GCC='yes'
614lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([BCDEGRST][BCDEGRST]*\)[	 ][	 ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
615lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
616lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
617lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
618nm_file_list_spec=''
619lt_sysroot=''
620objdir='.libs'
621MAGIC_CMD='file'
622lt_prog_compiler_no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
623lt_prog_compiler_pic=' -fno-common -DPIC'
624lt_prog_compiler_wl='-Wl,'
625lt_prog_compiler_static=''
626lt_cv_prog_compiler_c_o='yes'
627need_locks='no'
628MANIFEST_TOOL=':'
629DSYMUTIL='dsymutil'
630NMEDIT='nmedit'
631LIPO='lipo'
632OTOOL='otool'
633OTOOL64=':'
634libext='a'
635shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
636extract_expsyms_cmds=''
637archive_cmds_need_lc='no'
638enable_shared_with_static_runtimes='no'
639export_dynamic_flag_spec=''
640whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
641compiler_needs_object='no'
642old_archive_from_new_cmds=''
643old_archive_from_expsyms_cmds=''
644archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $single_module'
645archive_expsym_cmds='sed '\''s,^,_,'\'' < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $single_module ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
646module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags'
647module_expsym_cmds='sed -e '\''s,^,_,'\'' < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
648with_gnu_ld='no'
649allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
650no_undefined_flag=''
651hardcode_libdir_flag_spec=''
652hardcode_libdir_separator=''
653hardcode_direct='no'
654hardcode_direct_absolute='no'
655hardcode_minus_L='no'
656hardcode_shlibpath_var='unsupported'
657hardcode_automatic='yes'
658inherit_rpath='no'
659link_all_deplibs='yes'
660always_export_symbols='no'
661export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
662exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
663include_expsyms=''
664prelink_cmds=''
665postlink_cmds=''
666file_list_spec=''
667variables_saved_for_relink='PATH DYLD_LIBRARY_PATH  GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
668need_lib_prefix='no'
669need_version='no'
670version_type='darwin'
671runpath_var=''
672shlibpath_var='DYLD_LIBRARY_PATH'
673shlibpath_overrides_runpath='yes'
674libname_spec='lib$name'
675library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
676soname_spec='${libname}${release}${major}$shared_ext'
677install_override_mode=''
678postinstall_cmds=''
679postuninstall_cmds=''
680finish_cmds=''
681finish_eval=''
682hardcode_into_libs='no'
683sys_lib_search_path_spec='/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.9.xctoolchain/usr/lib/clang/5.0  /usr/local/lib'
684sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
685hardcode_action='immediate'
686enable_dlopen='unknown'
687enable_dlopen_self='unknown'
688enable_dlopen_self_static='unknown'
689old_striplib='strip -S'
690striplib='strip -x'
691
692LTCC='gcc'
693LTCFLAGS='-g -O2'
694compiler='gcc'
695
696# A function that is used when there is no print builtin or printf.
697func_fallback_echo ()
698{
699  eval 'cat <<_LTECHO_EOF
700$1
701_LTECHO_EOF'
702}
703
704# Quote evaled strings.
705for 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; do
706    case `eval \\$ECHO \\""\\$$var"\\"` in
707    *[\\\`\"\$]*)
708      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
709      ;;
710    *)
711      eval "lt_$var=\\\"\$$var\\\""
712      ;;
713    esac
714done
715
716# Double-quote double-evaled strings.
717for 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; do
718    case `eval \\$ECHO \\""\\$$var"\\"` in
719    *[\\\`\"\$]*)
720      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
721      ;;
722    *)
723      eval "lt_$var=\\\"\$$var\\\""
724      ;;
725    esac
726done
727
728ac_aux_dir='.'
729xsi_shell='yes'
730lt_shell_append='yes'
731
732# See if we are running on zsh, and set the options which allow our
733# commands through without removal of \ escapes INIT.
734if test -n "${ZSH_VERSION+set}" ; then
735   setopt NO_GLOB_SUBST
736fi
737
738
739    PACKAGE=''
740    VERSION=''
741    TIMESTAMP=''
742    RM='rm -f'
743    ofile='libtool'
744
745
746
747
748
749# Handling of arguments.
750for ac_config_target in $ac_config_targets
751do
752  case $ac_config_target in
753    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
754    "pathnames.h") CONFIG_HEADERS="$CONFIG_HEADERS pathnames.h" ;;
755    "zlib/zconf.h") CONFIG_HEADERS="$CONFIG_HEADERS zlib/zconf.h" ;;
756    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
757    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
758    "sudo_usage.h") CONFIG_FILES="$CONFIG_FILES sudo_usage.h" ;;
759    "sudoers") CONFIG_FILES="$CONFIG_FILES sudoers" ;;
760
761  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
762  esac
763done
764
765
766# If the user did not use the arguments to specify the items to instantiate,
767# then the envvar interface is used.  Set only those that are not.
768# We use the long form for the default assignment because of an extremely
769# bizarre bug on SunOS 4.1.3.
770if $ac_need_defaults; then
771  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
772  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
773  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
774fi
775
776# Have a temporary directory for convenience.  Make it in the build tree
777# simply because there is no reason against having it here, and in addition,
778# creating and moving files from /tmp can sometimes cause problems.
779# Hook for its removal unless debugging.
780# Note that there is a small window in which the directory will not be cleaned:
781# after its creation but before its name has been assigned to `$tmp'.
782$debug ||
783{
784  tmp= ac_tmp=
785  trap 'exit_status=$?
786  : "${ac_tmp:=$tmp}"
787  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
788' 0
789  trap 'as_fn_exit 1' 1 2 13 15
790}
791# Create a (secure) tmp directory for tmp files.
792
793{
794  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
795  test -d "$tmp"
796}  ||
797{
798  tmp=./conf$$-$RANDOM
799  (umask 077 && mkdir "$tmp")
800} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
801ac_tmp=$tmp
802
803# Set up the scripts for CONFIG_FILES section.
804# No need to generate them if there are no CONFIG_FILES.
805# This happens for instance with `./config.status config.h'.
806if test -n "$CONFIG_FILES"; then
807
808
809ac_cr=`echo X | tr X '\015'`
810# On cygwin, bash can eat \r inside `` if the user requested igncr.
811# But we know of no other shell where ac_cr would be empty at this
812# point, so we can use a bashism as a fallback.
813if test "x$ac_cr" = x; then
814  eval ac_cr=\$\'\\r\'
815fi
816ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
817if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
818  ac_cs_awk_cr='\\r'
819else
820  ac_cs_awk_cr=$ac_cr
821fi
822
823echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
824cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
825S["LTLIBOBJS"]=" ${LIBOBJDIR}memrchr$U.lo ${LIBOBJDIR}closefrom$U.lo"
826S["KRB5CONFIG"]=""
827S["LIBOBJS"]=" ${LIBOBJDIR}memrchr$U.o ${LIBOBJDIR}closefrom$U.o"
828S["FLEX"]="/usr/bin/flex"
829S["YFLAGS"]=""
830S["YACC"]="bison -y"
831S["NROFFPROG"]="/usr/bin/nroff"
832S["MANDOCPROG"]="mandoc"
833S["TRPROG"]="/usr/bin/tr"
834S["UNAMEPROG"]="/usr/bin/uname"
835S["OTOOL64"]=":"
836S["OTOOL"]="otool"
837S["LIPO"]="lipo"
838S["NMEDIT"]="nmedit"
839S["DSYMUTIL"]="dsymutil"
840S["MANIFEST_TOOL"]=":"
841S["AWK"]="awk"
842S["STRIP"]="strip"
843S["ac_ct_AR"]="ar"
844S["DLLTOOL"]="false"
845S["OBJDUMP"]="false"
846S["LN_S"]="ln -s"
847S["NM"]="/usr/bin/nm"
848S["ac_ct_DUMPBIN"]=""
849S["DUMPBIN"]=""
850S["LD"]="/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.9.xctoolchain/usr/bin/ld"
851S["FGREP"]="/usr/bin/grep -F"
852S["EGREP"]="/usr/bin/grep -E"
853S["GREP"]="/usr/bin/grep"
854S["SED"]="/usr/bin/sed"
855S["host_os"]="darwin13.0.0"
856S["host_vendor"]="apple"
857S["host_cpu"]="x86_64"
858S["host"]="x86_64-apple-darwin13.0.0"
859S["build_os"]="darwin13.0.0"
860S["build_vendor"]="apple"
861S["build_cpu"]="x86_64"
862S["build"]="x86_64-apple-darwin13.0.0"
863S["RANLIB"]="ranlib"
864S["AR"]="ar"
865S["CPP"]="gcc -E"
866S["OBJEXT"]="o"
867S["EXEEXT"]=""
868S["ac_ct_CC"]="gcc"
869S["CC"]="gcc"
870S["editor"]="/usr/bin/vi"
871S["secure_path"]="not set"
872S["netsvc_conf"]="/etc/netsvc.conf"
873S["nsswitch_conf"]="/etc/nsswitch.conf"
874S["ldap_secret"]="/etc/ldap.secret"
875S["ldap_conf"]="/etc/ldap.conf"
876S["path_info"]="on"
877S["root_sudo"]="on"
878S["insults"]="off"
879S["tty_tickets"]="on"
880S["passwd_tries"]="3"
881S["env_reset"]="on"
882S["env_editor"]="on"
883S["runas_default"]="root"
884S["fqdn"]="off"
885S["badpass_message"]="Sorry, try again."
886S["mailsub"]="*** SECURITY information for %h ***"
887S["mailto"]="root"
888S["mail_no_perms"]="off"
889S["mail_no_host"]="off"
890S["mail_no_user"]="on"
891S["ignore_dot"]="off"
892S["loglen"]="80"
893S["badpri"]="alert"
894S["goodpri"]="notice"
895S["logfac"]="authpriv"
896S["lecture"]="once"
897S["long_otp_prompt"]="off"
898S["passprompt"]="Password:"
899S["umask_override"]="off"
900S["sudo_umask"]="0022"
901S["password_timeout"]="0"
902S["timeout"]="5"
903S["timedir"]="/var/db/sudo"
904S["iolog_dir"]="/var/log/sudo-io"
905S["SSP_CFLAGS"]="-fstack-protector-all"
906S["SSP_LDFLAGS"]="-fstack-protector-all"
907S["PIE_CFLAGS"]="-fPIE"
908S["PIE_LDFLAGS"]="-pie"
909S["CONFIGURE_ARGS"]="--with-password-timeout=0 --disable-setreuid --with-env-editor --with-pam --with-libraries=bsm --with-noexec=no --sysconfdir=/private/etc --with-tim"\
910"edir=/var/db/sudo"
911S["ZLIB_DEP"]=""
912S["ZLIB"]="-lz"
913S["LOGINCAP_USAGE"]=""
914S["REPLAY"]=""
915S["LDAP"]="#"
916S["SELINUX_USAGE"]=""
917S["BSDAUTH_USAGE"]=""
918S["DONT_LEAK_PATH_INFO"]=""
919S["INSTALL_NOEXEC"]=""
920S["noexec_file"]="/usr/local/libexec/sudo_noexec.so"
921S["NOEXECDIR"]="no"
922S["NOEXECFILE"]="sudo_noexec.dylib"
923S["mansrcdir"]="."
924S["mansectform"]="5"
925S["mansectsu"]="8"
926S["devdir"]="$(srcdir)"
927S["SEMAN"]="0"
928S["LCMAN"]="0"
929S["BAMAN"]="0"
930S["DEVEL"]=""
931S["SUDOERS_GID"]="0"
932S["SUDOERS_UID"]="0"
933S["SUDOERS_MODE"]="0440"
934S["SHLIB_MODE"]="0644"
935S["MANCOMPRESSEXT"]=""
936S["MANCOMPRESS"]=""
937S["MANDIRTYPE"]="man"
938S["MANTYPE"]="mdoc"
939S["AUTH_OBJS"]="pam.o"
940S["OSDEFS"]=" -D_FORTIFY_SOURCE=2"
941S["GETGROUPS_LIB"]=""
942S["AFS_LIBS"]=""
943S["NET_LIBS"]=""
944S["SUDO_LIBS"]=" -lpam "
945S["SUDO_OBJS"]=" exec_pty.o get_pty.o iolog.o"
946S["SUDO_LDFLAGS"]=""
947S["COMMON_OBJS"]=""
948S["LDFLAGS"]=""
949S["CPPFLAGS"]=""
950S["PROGS"]="sudo visudo sudoreplay"
951S["CFLAGS"]="-g -O2"
952S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
953S["HAVE_BSM_AUDIT"]=""
954S["target_alias"]=""
955S["host_alias"]=""
956S["build_alias"]=""
957S["LIBS"]=" -lbsm"
958S["ECHO_T"]=""
959S["ECHO_N"]=""
960S["ECHO_C"]="\\c"
961S["DEFS"]="-DHAVE_CONFIG_H"
962S["mandir"]="$(prefix)/man"
963S["localedir"]="$(datarootdir)/locale"
964S["libdir"]="${exec_prefix}/lib"
965S["psdir"]="${docdir}"
966S["pdfdir"]="${docdir}"
967S["dvidir"]="${docdir}"
968S["htmldir"]="${docdir}"
969S["infodir"]="${datarootdir}/info"
970S["docdir"]="$(datarootdir)/doc/$(PACKAGE_TARNAME)"
971S["oldincludedir"]="/usr/include"
972S["includedir"]="$(prefix)/include"
973S["localstatedir"]="$(prefix)/var"
974S["sharedstatedir"]="${prefix}/com"
975S["sysconfdir"]="/private/etc"
976S["datadir"]="${datarootdir}"
977S["datarootdir"]="$(prefix)/share"
978S["libexecdir"]="$(exec_prefix)/libexec"
979S["sbindir"]="$(exec_prefix)/sbin"
980S["bindir"]="$(exec_prefix)/bin"
981S["program_transform_name"]="s,x,x,"
982S["prefix"]="/usr/local"
983S["exec_prefix"]="$(prefix)"
984S["PACKAGE_URL"]=""
985S["PACKAGE_BUGREPORT"]="http://www.sudo.ws/bugs/"
986S["PACKAGE_STRING"]="sudo 1.7.10p7"
987S["PACKAGE_VERSION"]="1.7.10p7"
988S["PACKAGE_TARNAME"]="sudo"
989S["PACKAGE_NAME"]="sudo"
990S["PATH_SEPARATOR"]=":"
991S["SHELL"]="/bin/sh"
992_ACAWK
993cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
994  for (key in S) S_is_set[key] = 1
995  FS = ""
996
997}
998{
999  line = $ 0
1000  nfields = split(line, field, "@")
1001  substed = 0
1002  len = length(field[1])
1003  for (i = 2; i < nfields; i++) {
1004    key = field[i]
1005    keylen = length(key)
1006    if (S_is_set[key]) {
1007      value = S[key]
1008      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1009      len += length(value) + length(field[++i])
1010      substed = 1
1011    } else
1012      len += 1 + keylen
1013  }
1014
1015  print line
1016}
1017
1018_ACAWK
1019if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1020  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1021else
1022  cat
1023fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1024  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1025fi # test -n "$CONFIG_FILES"
1026
1027# Set up the scripts for CONFIG_HEADERS section.
1028# No need to generate them if there are no CONFIG_HEADERS.
1029# This happens for instance with `./config.status Makefile'.
1030if test -n "$CONFIG_HEADERS"; then
1031cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1032BEGIN {
1033D["PACKAGE_NAME"]=" \"sudo\""
1034D["PACKAGE_TARNAME"]=" \"sudo\""
1035D["PACKAGE_VERSION"]=" \"1.7.10p7\""
1036D["PACKAGE_STRING"]=" \"sudo 1.7.10p7\""
1037D["PACKAGE_BUGREPORT"]=" \"http://www.sudo.ws/bugs/\""
1038D["PACKAGE_URL"]=" \"\""
1039D["LOGGING"]=" SLOG_SYSLOG"
1040D["PRI_SUCCESS"]=" \"notice\""
1041D["PRI_FAILURE"]=" \"alert\""
1042D["MAXLOGFILELEN"]=" 80"
1043D["SEND_MAIL_WHEN_NO_USER"]=" 1"
1044D["MAILTO"]=" \"root\""
1045D["MAILSUBJECT"]=" \"*** SECURITY information for %h ***\""
1046D["PASSPROMPT"]=" \"Password:\""
1047D["INCORRECT_PASSWORD"]=" \"Sorry, try again.\""
1048D["SUDO_UMASK"]=" 0022"
1049D["RUNAS_DEFAULT"]=" \"root\""
1050D["EDITOR"]=" _PATH_VI"
1051D["ENV_EDITOR"]=" 1"
1052D["TRIES_FOR_PASSWORD"]=" 3"
1053D["TIMEOUT"]=" 5"
1054D["PASSWORD_TIMEOUT"]=" 0"
1055D["_PATH_LDAP_CONF"]=" \"/etc/ldap.conf\""
1056D["_PATH_LDAP_SECRET"]=" \"/etc/ldap.secret\""
1057D["ENV_RESET"]=" TRUE"
1058D["STDC_HEADERS"]=" 1"
1059D["HAVE_SYS_TYPES_H"]=" 1"
1060D["HAVE_SYS_STAT_H"]=" 1"
1061D["HAVE_STDLIB_H"]=" 1"
1062D["HAVE_STRING_H"]=" 1"
1063D["HAVE_MEMORY_H"]=" 1"
1064D["HAVE_STRINGS_H"]=" 1"
1065D["HAVE_INTTYPES_H"]=" 1"
1066D["HAVE_STDINT_H"]=" 1"
1067D["HAVE_UNISTD_H"]=" 1"
1068D["HAVE_DLFCN_H"]=" 1"
1069D["LT_OBJDIR"]=" \".libs/\""
1070D["_PATH_MV"]=" \"/bin/mv\""
1071D["_PATH_BSHELL"]=" \"/bin/sh\""
1072D["_PATH_SUDO_SENDMAIL"]=" \"/usr/sbin/sendmail\""
1073D["_PATH_VI"]=" \"/usr/bin/vi\""
1074D["LOGFAC"]=" \"authpriv\""
1075D["STDC_HEADERS"]=" 1"
1076D["HAVE_DIRENT_H"]=" 1"
1077D["TIME_WITH_SYS_TIME"]=" 1"
1078D["HAVE_PATHS_H"]=" 1"
1079D["HAVE_SPAWN_H"]=" 1"
1080D["HAVE_UTIME_H"]=" 1"
1081D["HAVE_SYS_SOCKIO_H"]=" 1"
1082D["HAVE_SYS_SELECT_H"]=" 1"
1083D["HAVE_TERMIOS_H"]=" 1"
1084D["HAVE_STRUCT_TIMESPEC"]=" 1"
1085D["HAVE_STRUCT_IN6_ADDR"]=" 1"
1086D["HAVE_LONG_LONG_INT"]=" 1"
1087D["SIZEOF_LONG_INT"]=" 8"
1088D["MAX_UID_T_LEN"]=" 10"
1089D["HAVE_SA_LEN"]=" 1"
1090D["RETSIGTYPE"]=" void"
1091D["GETGROUPS_T"]=" gid_t"
1092D["HAVE_GETGROUPS"]=" 1"
1093D["HAVE_GLOB"]=" 1"
1094D["HAVE_STRCHR"]=" 1"
1095D["HAVE_STRRCHR"]=" 1"
1096D["HAVE_MEMCHR"]=" 1"
1097D["HAVE_MEMCPY"]=" 1"
1098D["HAVE_MEMSET"]=" 1"
1099D["HAVE_SYSCONF"]=" 1"
1100D["HAVE_TZSET"]=" 1"
1101D["HAVE_STRFTIME"]=" 1"
1102D["HAVE_SETRLIMIT"]=" 1"
1103D["HAVE_INITGROUPS"]=" 1"
1104D["HAVE_GETGROUPS"]=" 1"
1105D["HAVE_FSTAT"]=" 1"
1106D["HAVE_GETTIMEOFDAY"]=" 1"
1107D["HAVE_REGCOMP"]=" 1"
1108D["HAVE_SETLOCALE"]=" 1"
1109D["HAVE_NL_LANGINFO"]=" 1"
1110D["HAVE_GETADDRINFO"]=" 1"
1111D["HAVE_GETSID"]=" 1"
1112D["HAVE_SETENV"]=" 1"
1113D["HAVE_MBR_CHECK_MEMBERSHIP"]=" 1"
1114D["HAVE_GETLINE"]=" 1"
1115D["HAVE_SETSID"]=" 1"
1116D["HAVE_GETUTXID"]=" 1"
1117D["HAVE_SYSCTL"]=" 1"
1118D["HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV"]=" 1"
1119D["HAVE_OPENPTY"]=" 1"
1120D["HAVE_LIBUTIL_H"]=" 1"
1121D["HAVE_UNSETENV"]=" 1"
1122D["HAVE_SETEUID"]=" 1"
1123D["HAVE_GETIFADDRS"]=" 1"
1124D["HAVE_FREEIFADDRS"]=" 1"
1125D["HAVE_GETCWD"]=" 1"
1126D["HAVE_LOCKF"]=" 1"
1127D["HAVE_WAITPID"]=" 1"
1128D["HAVE_INNETGR"]=" 1"
1129D["HAVE_GETDOMAINNAME"]=" 1"
1130D["HAVE_UTIMES"]=" 1"
1131D["HAVE_FUTIMES"]=" 1"
1132D["HAVE_KILLPG"]=" 1"
1133D["HAVE_FNMATCH"]=" 1"
1134D["HAVE_ISBLANK"]=" 1"
1135D["HAVE_STRERROR"]=" 1"
1136D["HAVE_STRCASECMP"]=" 1"
1137D["HAVE_SIGACTION"]=" 1"
1138D["HAVE_STRLCPY"]=" 1"
1139D["HAVE_STRLCAT"]=" 1"
1140D["HAVE_NANOSLEEP"]=" 1"
1141D["HAVE_MKSTEMPS"]=" 1"
1142D["HAVE_SNPRINTF"]=" 1"
1143D["HAVE_VSNPRINTF"]=" 1"
1144D["HAVE_ASPRINTF"]=" 1"
1145D["HAVE_VASPRINTF"]=" 1"
1146D["HAVE_ST_MTIMESPEC"]=" 1"
1147D["HAVE_DIRFD"]=" 1"
1148D["HAVE_STRUCT_DIRENT_D_TYPE"]=" 1"
1149D["HAVE_GETPROGNAME"]=" 1"
1150D["HAVE_DECL_ERRNO"]=" 1"
1151D["HAVE_STRSIGNAL"]=" 1"
1152D["_PATH_NSSWITCH_CONF"]=" \"/etc/nsswitch.conf\""
1153D["HAVE_SECURITY_PAM_APPL_H"]=" 1"
1154D["HAVE_PAM_GETENVLIST"]=" 1"
1155D["HAVE_PAM"]=" 1"
1156D["_PATH_SUDO_LOGFILE"]=" \"/var/log/sudo.log\""
1157D["_PATH_SUDO_TIMEDIR"]=" \"/var/db/sudo\""
1158D["_PATH_SUDO_IO_LOGDIR"]=" \"/var/log/sudo-io\""
1159D["HAVE_TCSETPGRP"]=" 1"
1160D["HAVE_ZLIB_H"]=" 1"
1161D["WITHOUT_PASSWD"]=" 1"
1162D["_PATH_SUDO_SESH"]=" \"/usr/local/libexec/sesh\""
1163  for (key in D) D_is_set[key] = 1
1164  FS = ""
1165}
1166/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1167  line = $ 0
1168  split(line, arg, " ")
1169  if (arg[1] == "#") {
1170    defundef = arg[2]
1171    mac1 = arg[3]
1172  } else {
1173    defundef = substr(arg[1], 2)
1174    mac1 = arg[2]
1175  }
1176  split(mac1, mac2, "(") #)
1177  macro = mac2[1]
1178  prefix = substr(line, 1, index(line, defundef) - 1)
1179  if (D_is_set[macro]) {
1180    # Preserve the white space surrounding the "#".
1181    print prefix "define", macro P[macro] D[macro]
1182    next
1183  } else {
1184    # Replace #undef with comments.  This is necessary, for example,
1185    # in the case of _POSIX_SOURCE, which is predefined and required
1186    # on some systems where configure will not decide to define it.
1187    if (defundef == "undef") {
1188      print "/*", prefix defundef, macro, "*/"
1189      next
1190    }
1191  }
1192}
1193{ print }
1194_ACAWK
1195  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1196fi # test -n "$CONFIG_HEADERS"
1197
1198
1199eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1200shift
1201for ac_tag
1202do
1203  case $ac_tag in
1204  :[FHLC]) ac_mode=$ac_tag; continue;;
1205  esac
1206  case $ac_mode$ac_tag in
1207  :[FHL]*:*);;
1208  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1209  :[FH]-) ac_tag=-:-;;
1210  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1211  esac
1212  ac_save_IFS=$IFS
1213  IFS=:
1214  set x $ac_tag
1215  IFS=$ac_save_IFS
1216  shift
1217  ac_file=$1
1218  shift
1219
1220  case $ac_mode in
1221  :L) ac_source=$1;;
1222  :[FH])
1223    ac_file_inputs=
1224    for ac_f
1225    do
1226      case $ac_f in
1227      -) ac_f="$ac_tmp/stdin";;
1228      *) # Look for the file first in the build tree, then in the source tree
1229	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
1230	 # because $ac_f cannot contain `:'.
1231	 test -f "$ac_f" ||
1232	   case $ac_f in
1233	   [\\/$]*) false;;
1234	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1235	   esac ||
1236	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1237      esac
1238      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1239      as_fn_append ac_file_inputs " '$ac_f'"
1240    done
1241
1242    # Let's still pretend it is `configure' which instantiates (i.e., don't
1243    # use $as_me), people would be surprised to read:
1244    #    /* config.h.  Generated by config.status.  */
1245    configure_input='Generated from '`
1246	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1247	`' by configure.'
1248    if test x"$ac_file" != x-; then
1249      configure_input="$ac_file.  $configure_input"
1250      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1251$as_echo "$as_me: creating $ac_file" >&6;}
1252    fi
1253    # Neutralize special characters interpreted by sed in replacement strings.
1254    case $configure_input in #(
1255    *\&* | *\|* | *\\* )
1256       ac_sed_conf_input=`$as_echo "$configure_input" |
1257       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1258    *) ac_sed_conf_input=$configure_input;;
1259    esac
1260
1261    case $ac_tag in
1262    *:-:* | *:-) cat >"$ac_tmp/stdin" \
1263      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1264    esac
1265    ;;
1266  esac
1267
1268  ac_dir=`$as_dirname -- "$ac_file" ||
1269$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1270	 X"$ac_file" : 'X\(//\)[^/]' \| \
1271	 X"$ac_file" : 'X\(//\)$' \| \
1272	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1273$as_echo X"$ac_file" |
1274    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1275	    s//\1/
1276	    q
1277	  }
1278	  /^X\(\/\/\)[^/].*/{
1279	    s//\1/
1280	    q
1281	  }
1282	  /^X\(\/\/\)$/{
1283	    s//\1/
1284	    q
1285	  }
1286	  /^X\(\/\).*/{
1287	    s//\1/
1288	    q
1289	  }
1290	  s/.*/./; q'`
1291  as_dir="$ac_dir"; as_fn_mkdir_p
1292  ac_builddir=.
1293
1294case "$ac_dir" in
1295.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1296*)
1297  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1298  # A ".." for each directory in $ac_dir_suffix.
1299  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1300  case $ac_top_builddir_sub in
1301  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1302  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1303  esac ;;
1304esac
1305ac_abs_top_builddir=$ac_pwd
1306ac_abs_builddir=$ac_pwd$ac_dir_suffix
1307# for backward compatibility:
1308ac_top_builddir=$ac_top_build_prefix
1309
1310case $srcdir in
1311  .)  # We are building in place.
1312    ac_srcdir=.
1313    ac_top_srcdir=$ac_top_builddir_sub
1314    ac_abs_top_srcdir=$ac_pwd ;;
1315  [\\/]* | ?:[\\/]* )  # Absolute name.
1316    ac_srcdir=$srcdir$ac_dir_suffix;
1317    ac_top_srcdir=$srcdir
1318    ac_abs_top_srcdir=$srcdir ;;
1319  *) # Relative name.
1320    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1321    ac_top_srcdir=$ac_top_build_prefix$srcdir
1322    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1323esac
1324ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1325
1326
1327  case $ac_mode in
1328  :F)
1329  #
1330  # CONFIG_FILE
1331  #
1332
1333# If the template does not know about datarootdir, expand it.
1334# FIXME: This hack should be removed a few years after 2.60.
1335ac_datarootdir_hack=; ac_datarootdir_seen=
1336ac_sed_dataroot='
1337/datarootdir/ {
1338  p
1339  q
1340}
1341/@datadir@/p
1342/@docdir@/p
1343/@infodir@/p
1344/@localedir@/p
1345/@mandir@/p'
1346case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1347*datarootdir*) ac_datarootdir_seen=yes;;
1348*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1349  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1350$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1351  ac_datarootdir_hack='
1352  s&@datadir@&${datarootdir}&g
1353  s&@docdir@&$(datarootdir)/doc/$(PACKAGE_TARNAME)&g
1354  s&@infodir@&${datarootdir}/info&g
1355  s&@localedir@&$(datarootdir)/locale&g
1356  s&@mandir@&$(prefix)/man&g
1357  s&\${datarootdir}&$(prefix)/share&g' ;;
1358esac
1359ac_sed_extra="/^[	 ]*VPATH[	 ]*=[	 ]*/{
1360h
1361s///
1362s/^/:/
1363s/[	 ]*$/:/
1364s/:\$(srcdir):/:/g
1365s/:\${srcdir}:/:/g
1366s/:@srcdir@:/:/g
1367s/^:*//
1368s/:*$//
1369x
1370s/\(=[	 ]*\).*/\1/
1371G
1372s/\n//
1373s/^[^=]*=[	 ]*$//
1374}
1375
1376:t
1377/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1378s|@configure_input@|$ac_sed_conf_input|;t t
1379s&@top_builddir@&$ac_top_builddir_sub&;t t
1380s&@top_build_prefix@&$ac_top_build_prefix&;t t
1381s&@srcdir@&$ac_srcdir&;t t
1382s&@abs_srcdir@&$ac_abs_srcdir&;t t
1383s&@top_srcdir@&$ac_top_srcdir&;t t
1384s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1385s&@builddir@&$ac_builddir&;t t
1386s&@abs_builddir@&$ac_abs_builddir&;t t
1387s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1388$ac_datarootdir_hack
1389"
1390eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1391  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1392
1393test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1394  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1395  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
1396      "$ac_tmp/out"`; test -z "$ac_out"; } &&
1397  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1398which seems to be undefined.  Please make sure it is defined" >&5
1399$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1400which seems to be undefined.  Please make sure it is defined" >&2;}
1401
1402  rm -f "$ac_tmp/stdin"
1403  case $ac_file in
1404  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1405  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1406  esac \
1407  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1408 ;;
1409  :H)
1410  #
1411  # CONFIG_HEADER
1412  #
1413  if test x"$ac_file" != x-; then
1414    {
1415      $as_echo "/* $configure_input  */" \
1416      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1417    } >"$ac_tmp/config.h" \
1418      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1419    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1420      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1421$as_echo "$as_me: $ac_file is unchanged" >&6;}
1422    else
1423      rm -f "$ac_file"
1424      mv "$ac_tmp/config.h" "$ac_file" \
1425	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
1426    fi
1427  else
1428    $as_echo "/* $configure_input  */" \
1429      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1430      || as_fn_error $? "could not create -" "$LINENO" 5
1431  fi
1432 ;;
1433
1434  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1435$as_echo "$as_me: executing $ac_file commands" >&6;}
1436 ;;
1437  esac
1438
1439
1440  case $ac_file$ac_mode in
1441    "libtool":C)
1442
1443    # See if we are running on zsh, and set the options which allow our
1444    # commands through without removal of \ escapes.
1445    if test -n "${ZSH_VERSION+set}" ; then
1446      setopt NO_GLOB_SUBST
1447    fi
1448
1449    cfgfile="${ofile}T"
1450    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1451    $RM "$cfgfile"
1452
1453    cat <<_LT_EOF >> "$cfgfile"
1454#! $SHELL
1455
1456# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1457# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1458# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1459# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1460#
1461#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1462#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1463#                 Foundation, Inc.
1464#   Written by Gordon Matzigkeit, 1996
1465#
1466#   This file is part of GNU Libtool.
1467#
1468# GNU Libtool is free software; you can redistribute it and/or
1469# modify it under the terms of the GNU General Public License as
1470# published by the Free Software Foundation; either version 2 of
1471# the License, or (at your option) any later version.
1472#
1473# As a special exception to the GNU General Public License,
1474# if you distribute this file as part of a program or library that
1475# is built using GNU Libtool, you may include this file under the
1476# same distribution terms that you use for the rest of that program.
1477#
1478# GNU Libtool is distributed in the hope that it will be useful,
1479# but WITHOUT ANY WARRANTY; without even the implied warranty of
1480# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1481# GNU General Public License for more details.
1482#
1483# You should have received a copy of the GNU General Public License
1484# along with GNU Libtool; see the file COPYING.  If not, a copy
1485# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1486# obtained by writing to the Free Software Foundation, Inc.,
1487# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1488
1489
1490# The names of the tagged configurations supported by this script.
1491available_tags=""
1492
1493# ### BEGIN LIBTOOL CONFIG
1494
1495# Which release of libtool.m4 was used?
1496macro_version=$macro_version
1497macro_revision=$macro_revision
1498
1499# Whether or not to build shared libraries.
1500build_libtool_libs=$enable_shared
1501
1502# Whether or not to build static libraries.
1503build_old_libs=$enable_static
1504
1505# What type of objects to build.
1506pic_mode=$pic_mode
1507
1508# Whether or not to optimize for fast installation.
1509fast_install=$enable_fast_install
1510
1511# Shell to use when invoking shell scripts.
1512SHELL=$lt_SHELL
1513
1514# An echo program that protects backslashes.
1515ECHO=$lt_ECHO
1516
1517# The PATH separator for the build system.
1518PATH_SEPARATOR=$lt_PATH_SEPARATOR
1519
1520# The host system.
1521host_alias=$host_alias
1522host=$host
1523host_os=$host_os
1524
1525# The build system.
1526build_alias=$build_alias
1527build=$build
1528build_os=$build_os
1529
1530# A sed program that does not truncate output.
1531SED=$lt_SED
1532
1533# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1534Xsed="\$SED -e 1s/^X//"
1535
1536# A grep program that handles long lines.
1537GREP=$lt_GREP
1538
1539# An ERE matcher.
1540EGREP=$lt_EGREP
1541
1542# A literal string matcher.
1543FGREP=$lt_FGREP
1544
1545# A BSD- or MS-compatible name lister.
1546NM=$lt_NM
1547
1548# Whether we need soft or hard links.
1549LN_S=$lt_LN_S
1550
1551# What is the maximum length of a command?
1552max_cmd_len=$max_cmd_len
1553
1554# Object file suffix (normally "o").
1555objext=$ac_objext
1556
1557# Executable file suffix (normally "").
1558exeext=$exeext
1559
1560# whether the shell understands "unset".
1561lt_unset=$lt_unset
1562
1563# turn spaces into newlines.
1564SP2NL=$lt_lt_SP2NL
1565
1566# turn newlines into spaces.
1567NL2SP=$lt_lt_NL2SP
1568
1569# convert \$build file names to \$host format.
1570to_host_file_cmd=$lt_cv_to_host_file_cmd
1571
1572# convert \$build files to toolchain format.
1573to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1574
1575# An object symbol dumper.
1576OBJDUMP=$lt_OBJDUMP
1577
1578# Method to check whether dependent libraries are shared objects.
1579deplibs_check_method=$lt_deplibs_check_method
1580
1581# Command to use when deplibs_check_method = "file_magic".
1582file_magic_cmd=$lt_file_magic_cmd
1583
1584# How to find potential files when deplibs_check_method = "file_magic".
1585file_magic_glob=$lt_file_magic_glob
1586
1587# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1588want_nocaseglob=$lt_want_nocaseglob
1589
1590# DLL creation program.
1591DLLTOOL=$lt_DLLTOOL
1592
1593# Command to associate shared and link libraries.
1594sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1595
1596# The archiver.
1597AR=$lt_AR
1598
1599# Flags to create an archive.
1600AR_FLAGS=$lt_AR_FLAGS
1601
1602# How to feed a file listing to the archiver.
1603archiver_list_spec=$lt_archiver_list_spec
1604
1605# A symbol stripping program.
1606STRIP=$lt_STRIP
1607
1608# Commands used to install an old-style archive.
1609RANLIB=$lt_RANLIB
1610old_postinstall_cmds=$lt_old_postinstall_cmds
1611old_postuninstall_cmds=$lt_old_postuninstall_cmds
1612
1613# Whether to use a lock for old archive extraction.
1614lock_old_archive_extraction=$lock_old_archive_extraction
1615
1616# A C compiler.
1617LTCC=$lt_CC
1618
1619# LTCC compiler flags.
1620LTCFLAGS=$lt_CFLAGS
1621
1622# Take the output of nm and produce a listing of raw symbols and C names.
1623global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1624
1625# Transform the output of nm in a proper C declaration.
1626global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1627
1628# Transform the output of nm in a C name address pair.
1629global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1630
1631# Transform the output of nm in a C name address pair when lib prefix is needed.
1632global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1633
1634# Specify filename containing input files for \$NM.
1635nm_file_list_spec=$lt_nm_file_list_spec
1636
1637# The root where to search for dependent libraries,and in which our libraries should be installed.
1638lt_sysroot=$lt_sysroot
1639
1640# The name of the directory that contains temporary libtool files.
1641objdir=$objdir
1642
1643# Used to examine libraries when file_magic_cmd begins with "file".
1644MAGIC_CMD=$MAGIC_CMD
1645
1646# Must we lock files when doing compilation?
1647need_locks=$lt_need_locks
1648
1649# Manifest tool.
1650MANIFEST_TOOL=$lt_MANIFEST_TOOL
1651
1652# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1653DSYMUTIL=$lt_DSYMUTIL
1654
1655# Tool to change global to local symbols on Mac OS X.
1656NMEDIT=$lt_NMEDIT
1657
1658# Tool to manipulate fat objects and archives on Mac OS X.
1659LIPO=$lt_LIPO
1660
1661# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1662OTOOL=$lt_OTOOL
1663
1664# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1665OTOOL64=$lt_OTOOL64
1666
1667# Old archive suffix (normally "a").
1668libext=$libext
1669
1670# Shared library suffix (normally ".so").
1671shrext_cmds=$lt_shrext_cmds
1672
1673# The commands to extract the exported symbol list from a shared archive.
1674extract_expsyms_cmds=$lt_extract_expsyms_cmds
1675
1676# Variables whose values should be saved in libtool wrapper scripts and
1677# restored at link time.
1678variables_saved_for_relink=$lt_variables_saved_for_relink
1679
1680# Do we need the "lib" prefix for modules?
1681need_lib_prefix=$need_lib_prefix
1682
1683# Do we need a version for libraries?
1684need_version=$need_version
1685
1686# Library versioning type.
1687version_type=$version_type
1688
1689# Shared library runtime path variable.
1690runpath_var=$runpath_var
1691
1692# Shared library path variable.
1693shlibpath_var=$shlibpath_var
1694
1695# Is shlibpath searched before the hard-coded library search path?
1696shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1697
1698# Format of library name prefix.
1699libname_spec=$lt_libname_spec
1700
1701# List of archive names.  First name is the real one, the rest are links.
1702# The last name is the one that the linker finds with -lNAME
1703library_names_spec=$lt_library_names_spec
1704
1705# The coded name of the library, if different from the real name.
1706soname_spec=$lt_soname_spec
1707
1708# Permission mode override for installation of shared libraries.
1709install_override_mode=$lt_install_override_mode
1710
1711# Command to use after installation of a shared archive.
1712postinstall_cmds=$lt_postinstall_cmds
1713
1714# Command to use after uninstallation of a shared archive.
1715postuninstall_cmds=$lt_postuninstall_cmds
1716
1717# Commands used to finish a libtool library installation in a directory.
1718finish_cmds=$lt_finish_cmds
1719
1720# As "finish_cmds", except a single script fragment to be evaled but
1721# not shown.
1722finish_eval=$lt_finish_eval
1723
1724# Whether we should hardcode library paths into libraries.
1725hardcode_into_libs=$hardcode_into_libs
1726
1727# Compile-time system search path for libraries.
1728sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1729
1730# Run-time system search path for libraries.
1731sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1732
1733# Whether dlopen is supported.
1734dlopen_support=$enable_dlopen
1735
1736# Whether dlopen of programs is supported.
1737dlopen_self=$enable_dlopen_self
1738
1739# Whether dlopen of statically linked programs is supported.
1740dlopen_self_static=$enable_dlopen_self_static
1741
1742# Commands to strip libraries.
1743old_striplib=$lt_old_striplib
1744striplib=$lt_striplib
1745
1746
1747# The linker used to build libraries.
1748LD=$lt_LD
1749
1750# How to create reloadable object files.
1751reload_flag=$lt_reload_flag
1752reload_cmds=$lt_reload_cmds
1753
1754# Commands used to build an old-style archive.
1755old_archive_cmds=$lt_old_archive_cmds
1756
1757# A language specific compiler.
1758CC=$lt_compiler
1759
1760# Is the compiler the GNU compiler?
1761with_gcc=$GCC
1762
1763# Compiler flag to turn off builtin functions.
1764no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1765
1766# Additional compiler flags for building library objects.
1767pic_flag=$lt_lt_prog_compiler_pic
1768
1769# How to pass a linker flag through the compiler.
1770wl=$lt_lt_prog_compiler_wl
1771
1772# Compiler flag to prevent dynamic linking.
1773link_static_flag=$lt_lt_prog_compiler_static
1774
1775# Does compiler simultaneously support -c and -o options?
1776compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1777
1778# Whether or not to add -lc for building shared libraries.
1779build_libtool_need_lc=$archive_cmds_need_lc
1780
1781# Whether or not to disallow shared libs when runtime libs are static.
1782allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1783
1784# Compiler flag to allow reflexive dlopens.
1785export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1786
1787# Compiler flag to generate shared objects directly from archives.
1788whole_archive_flag_spec=$lt_whole_archive_flag_spec
1789
1790# Whether the compiler copes with passing no objects directly.
1791compiler_needs_object=$lt_compiler_needs_object
1792
1793# Create an old-style archive from a shared archive.
1794old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1795
1796# Create a temporary old-style archive to link instead of a shared archive.
1797old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1798
1799# Commands used to build a shared archive.
1800archive_cmds=$lt_archive_cmds
1801archive_expsym_cmds=$lt_archive_expsym_cmds
1802
1803# Commands used to build a loadable module if different from building
1804# a shared archive.
1805module_cmds=$lt_module_cmds
1806module_expsym_cmds=$lt_module_expsym_cmds
1807
1808# Whether we are building with GNU ld or not.
1809with_gnu_ld=$lt_with_gnu_ld
1810
1811# Flag that allows shared libraries with undefined symbols to be built.
1812allow_undefined_flag=$lt_allow_undefined_flag
1813
1814# Flag that enforces no undefined symbols.
1815no_undefined_flag=$lt_no_undefined_flag
1816
1817# Flag to hardcode \$libdir into a binary during linking.
1818# This must work even if \$libdir does not exist
1819hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1820
1821# Whether we need a single "-rpath" flag with a separated argument.
1822hardcode_libdir_separator=$lt_hardcode_libdir_separator
1823
1824# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1825# DIR into the resulting binary.
1826hardcode_direct=$hardcode_direct
1827
1828# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1829# DIR into the resulting binary and the resulting library dependency is
1830# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1831# library is relocated.
1832hardcode_direct_absolute=$hardcode_direct_absolute
1833
1834# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1835# into the resulting binary.
1836hardcode_minus_L=$hardcode_minus_L
1837
1838# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1839# into the resulting binary.
1840hardcode_shlibpath_var=$hardcode_shlibpath_var
1841
1842# Set to "yes" if building a shared library automatically hardcodes DIR
1843# into the library and all subsequent libraries and executables linked
1844# against it.
1845hardcode_automatic=$hardcode_automatic
1846
1847# Set to yes if linker adds runtime paths of dependent libraries
1848# to runtime path list.
1849inherit_rpath=$inherit_rpath
1850
1851# Whether libtool must link a program against all its dependency libraries.
1852link_all_deplibs=$link_all_deplibs
1853
1854# Set to "yes" if exported symbols are required.
1855always_export_symbols=$always_export_symbols
1856
1857# The commands to list exported symbols.
1858export_symbols_cmds=$lt_export_symbols_cmds
1859
1860# Symbols that should not be listed in the preloaded symbols.
1861exclude_expsyms=$lt_exclude_expsyms
1862
1863# Symbols that must always be exported.
1864include_expsyms=$lt_include_expsyms
1865
1866# Commands necessary for linking programs (against libraries) with templates.
1867prelink_cmds=$lt_prelink_cmds
1868
1869# Commands necessary for finishing linking programs.
1870postlink_cmds=$lt_postlink_cmds
1871
1872# Specify filename containing input files.
1873file_list_spec=$lt_file_list_spec
1874
1875# How to hardcode a shared library path into an executable.
1876hardcode_action=$hardcode_action
1877
1878# ### END LIBTOOL CONFIG
1879
1880_LT_EOF
1881
1882  case $host_os in
1883  aix3*)
1884    cat <<\_LT_EOF >> "$cfgfile"
1885# AIX sometimes has problems with the GCC collect2 program.  For some
1886# reason, if we set the COLLECT_NAMES environment variable, the problems
1887# vanish in a puff of smoke.
1888if test "X${COLLECT_NAMES+set}" != Xset; then
1889  COLLECT_NAMES=
1890  export COLLECT_NAMES
1891fi
1892_LT_EOF
1893    ;;
1894  esac
1895
1896
1897ltmain="$ac_aux_dir/ltmain.sh"
1898
1899
1900  # We use sed instead of cat because bash on DJGPP gets confused if
1901  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
1902  # text mode, it properly converts lines to CR/LF.  This bash problem
1903  # is reportedly fixed, but why not run on old versions too?
1904  sed '$q' "$ltmain" >> "$cfgfile" \
1905     || (rm -f "$cfgfile"; exit 1)
1906
1907  if test x"$xsi_shell" = xyes; then
1908  sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
1909func_dirname ()\
1910{\
1911\    case ${1} in\
1912\      */*) func_dirname_result="${1%/*}${2}" ;;\
1913\      *  ) func_dirname_result="${3}" ;;\
1914\    esac\
1915} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
1916  && mv -f "$cfgfile.tmp" "$cfgfile" \
1917    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1918test 0 -eq $? || _lt_function_replace_fail=:
1919
1920
1921  sed -e '/^func_basename ()$/,/^} # func_basename /c\
1922func_basename ()\
1923{\
1924\    func_basename_result="${1##*/}"\
1925} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
1926  && mv -f "$cfgfile.tmp" "$cfgfile" \
1927    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1928test 0 -eq $? || _lt_function_replace_fail=:
1929
1930
1931  sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
1932func_dirname_and_basename ()\
1933{\
1934\    case ${1} in\
1935\      */*) func_dirname_result="${1%/*}${2}" ;;\
1936\      *  ) func_dirname_result="${3}" ;;\
1937\    esac\
1938\    func_basename_result="${1##*/}"\
1939} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
1940  && mv -f "$cfgfile.tmp" "$cfgfile" \
1941    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1942test 0 -eq $? || _lt_function_replace_fail=:
1943
1944
1945  sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
1946func_stripname ()\
1947{\
1948\    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
1949\    # positional parameters, so assign one to ordinary parameter first.\
1950\    func_stripname_result=${3}\
1951\    func_stripname_result=${func_stripname_result#"${1}"}\
1952\    func_stripname_result=${func_stripname_result%"${2}"}\
1953} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
1954  && mv -f "$cfgfile.tmp" "$cfgfile" \
1955    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1956test 0 -eq $? || _lt_function_replace_fail=:
1957
1958
1959  sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
1960func_split_long_opt ()\
1961{\
1962\    func_split_long_opt_name=${1%%=*}\
1963\    func_split_long_opt_arg=${1#*=}\
1964} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
1965  && mv -f "$cfgfile.tmp" "$cfgfile" \
1966    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1967test 0 -eq $? || _lt_function_replace_fail=:
1968
1969
1970  sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
1971func_split_short_opt ()\
1972{\
1973\    func_split_short_opt_arg=${1#??}\
1974\    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
1975} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
1976  && mv -f "$cfgfile.tmp" "$cfgfile" \
1977    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1978test 0 -eq $? || _lt_function_replace_fail=:
1979
1980
1981  sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
1982func_lo2o ()\
1983{\
1984\    case ${1} in\
1985\      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
1986\      *)    func_lo2o_result=${1} ;;\
1987\    esac\
1988} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
1989  && mv -f "$cfgfile.tmp" "$cfgfile" \
1990    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1991test 0 -eq $? || _lt_function_replace_fail=:
1992
1993
1994  sed -e '/^func_xform ()$/,/^} # func_xform /c\
1995func_xform ()\
1996{\
1997    func_xform_result=${1%.*}.lo\
1998} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
1999  && mv -f "$cfgfile.tmp" "$cfgfile" \
2000    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2001test 0 -eq $? || _lt_function_replace_fail=:
2002
2003
2004  sed -e '/^func_arith ()$/,/^} # func_arith /c\
2005func_arith ()\
2006{\
2007    func_arith_result=$(( $* ))\
2008} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2009  && mv -f "$cfgfile.tmp" "$cfgfile" \
2010    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2011test 0 -eq $? || _lt_function_replace_fail=:
2012
2013
2014  sed -e '/^func_len ()$/,/^} # func_len /c\
2015func_len ()\
2016{\
2017    func_len_result=${#1}\
2018} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2019  && mv -f "$cfgfile.tmp" "$cfgfile" \
2020    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2021test 0 -eq $? || _lt_function_replace_fail=:
2022
2023fi
2024
2025if test x"$lt_shell_append" = xyes; then
2026  sed -e '/^func_append ()$/,/^} # func_append /c\
2027func_append ()\
2028{\
2029    eval "${1}+=\\${2}"\
2030} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2031  && mv -f "$cfgfile.tmp" "$cfgfile" \
2032    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2033test 0 -eq $? || _lt_function_replace_fail=:
2034
2035
2036  sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2037func_append_quoted ()\
2038{\
2039\    func_quote_for_eval "${2}"\
2040\    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2041} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2042  && mv -f "$cfgfile.tmp" "$cfgfile" \
2043    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2044test 0 -eq $? || _lt_function_replace_fail=:
2045
2046
2047  # Save a `func_append' function call where possible by direct use of '+='
2048  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2049    && mv -f "$cfgfile.tmp" "$cfgfile" \
2050      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2051  test 0 -eq $? || _lt_function_replace_fail=:
2052else
2053  # Save a `func_append' function call even when '+=' is not available
2054  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2055    && mv -f "$cfgfile.tmp" "$cfgfile" \
2056      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2057  test 0 -eq $? || _lt_function_replace_fail=:
2058fi
2059
2060if test x"$_lt_function_replace_fail" = x":"; then
2061  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2062$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2063fi
2064
2065
2066   mv -f "$cfgfile" "$ofile" ||
2067    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2068  chmod +x "$ofile"
2069
2070 ;;
2071
2072  esac
2073done # for ac_tag
2074
2075
2076as_fn_exit 0
2077