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 $as_me, 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 bin/Makefile bin/ad/Makefile bin/adv1tov2/Makefile bin/aecho/Makefile bin/afppasswd/Makefile bin/cnid/Makefile bin/cnid/cnid2_create bin/getzones/Makefile bin/megatron/Makefile bin/misc/Makefile bin/nbp/Makefile bin/pap/Makefile bin/psorder/Makefile bin/uniconv/Makefile config/Makefile config/pam/Makefile contrib/Makefile contrib/macusers/Makefile contrib/macusers/macusers contrib/misc/Makefile contrib/printing/Makefile contrib/shell_utils/Makefile contrib/shell_utils/apple_dump contrib/shell_utils/asip-status.pl contrib/timelord/Makefile contrib/a2boot/Makefile distrib/Makefile distrib/config/Makefile distrib/config/netatalk-config distrib/initscripts/Makefile distrib/m4/Makefile distrib/systemd/Makefile doc/Makefile etc/Makefile etc/afpd/Makefile etc/atalkd/Makefile etc/cnid_dbd/Makefile etc/uams/Makefile etc/uams/uams_krb4/Makefile etc/papd/Makefile etc/psf/Makefile include/Makefile include/atalk/Makefile libatalk/Makefile libatalk/acl/Makefile libatalk/adouble/Makefile libatalk/asp/Makefile libatalk/atp/Makefile libatalk/bstring/Makefile libatalk/cnid/Makefile libatalk/cnid/cdb/Makefile libatalk/cnid/last/Makefile libatalk/cnid/dbd/Makefile libatalk/cnid/tdb/Makefile libatalk/compat/Makefile libatalk/dsi/Makefile libatalk/nbp/Makefile libatalk/netddp/Makefile libatalk/util/Makefile libatalk/tdb/Makefile libatalk/unicode/Makefile libatalk/unicode/charsets/Makefile libatalk/vfs/Makefile macros/Makefile man/Makefile man/man1/Makefile man/man3/Makefile man/man4/Makefile man/man5/Makefile man/man8/Makefile sys/Makefile sys/generic/Makefile sys/generic/sys/Makefile sys/netatalk/Makefile sys/netbsd/Makefile sys/netbsd/netatalk/Makefile sys/solaris/Makefile sys/sunos/Makefile sys/ultrix/Makefile test/Makefile test/afpd/Makefile"
409config_headers=" config.h"
410config_commands=" depfiles libtool default"
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 the package provider."
441
442ac_cs_config="'--host=arm-linux' 'CC=arm-brcm-linux-uclibcgnueabi-gcc' 'host_alias=arm-linux' 'CFLAGS=-I./include -D_U_=\"__attribute__((unused))\" -g -O2 -I./sys' 'LDFLAGS=' 'CPP=arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99 -E'"
443ac_cs_version="\
444config.status
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='/home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5'
453srcdir='.'
454INSTALL='/usr/bin/install -c'
455MKDIR_P='/bin/mkdir -p'
456AWK='gawk'
457test -n "$AWK" || AWK=awk
458# The default lists apply if the user does not specify any file.
459ac_need_defaults=:
460while test $# != 0
461do
462  case $1 in
463  --*=?*)
464    ac_option=`expr "X$1" : 'X\([^=]*\)='`
465    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
466    ac_shift=:
467    ;;
468  --*=)
469    ac_option=`expr "X$1" : 'X\([^=]*\)='`
470    ac_optarg=
471    ac_shift=:
472    ;;
473  *)
474    ac_option=$1
475    ac_optarg=$2
476    ac_shift=shift
477    ;;
478  esac
479
480  case $ac_option in
481  # Handling of the options.
482  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
483    ac_cs_recheck=: ;;
484  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
485    $as_echo "$ac_cs_version"; exit ;;
486  --config | --confi | --conf | --con | --co | --c )
487    $as_echo "$ac_cs_config"; exit ;;
488  --debug | --debu | --deb | --de | --d | -d )
489    debug=: ;;
490  --file | --fil | --fi | --f )
491    $ac_shift
492    case $ac_optarg in
493    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
494    '') as_fn_error $? "missing file argument" ;;
495    esac
496    as_fn_append CONFIG_FILES " '$ac_optarg'"
497    ac_need_defaults=false;;
498  --header | --heade | --head | --hea )
499    $ac_shift
500    case $ac_optarg in
501    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
502    esac
503    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
504    ac_need_defaults=false;;
505  --he | --h)
506    # Conflict between --help and --header
507    as_fn_error $? "ambiguous option: \`$1'
508Try \`$0 --help' for more information.";;
509  --help | --hel | -h )
510    $as_echo "$ac_cs_usage"; exit ;;
511  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
512  | -silent | --silent | --silen | --sile | --sil | --si | --s)
513    ac_cs_silent=: ;;
514
515  # This is an error.
516  -*) as_fn_error $? "unrecognized option: \`$1'
517Try \`$0 --help' for more information." ;;
518
519  *) as_fn_append ac_config_targets " $1"
520     ac_need_defaults=false ;;
521
522  esac
523  shift
524done
525
526ac_configure_extra_args=
527
528if $ac_cs_silent; then
529  exec 6>/dev/null
530  ac_configure_extra_args="$ac_configure_extra_args --silent"
531fi
532
533if $ac_cs_recheck; then
534  set X '/bin/sh' './configure'  '--host=arm-linux' 'CC=arm-brcm-linux-uclibcgnueabi-gcc' 'host_alias=arm-linux' 'CFLAGS=-I./include -D_U_="__attribute__((unused))" -g -O2 -I./sys' 'LDFLAGS=' 'CPP=arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99 -E' $ac_configure_extra_args --no-create --no-recursion
535  shift
536  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
537  CONFIG_SHELL='/bin/sh'
538  export CONFIG_SHELL
539  exec "$@"
540fi
541
542exec 5>>config.log
543{
544  echo
545  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
546## Running $as_me. ##
547_ASBOX
548  $as_echo "$ac_log"
549} >&5
550
551#
552# INIT-COMMANDS
553#
554AMDEP_TRUE="" ac_aux_dir="."
555
556
557# The HP-UX ksh and POSIX shell print the target directory to stdout
558# if CDPATH is set.
559(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
560
561sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
562double_quote_subst='s/\(["`\\]\)/\\\1/g'
563delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
564macro_version='2.4.2'
565macro_revision='1.3337'
566enable_shared='yes'
567enable_static='yes'
568pic_mode='default'
569enable_fast_install='yes'
570SHELL='/bin/sh'
571ECHO='printf %s\n'
572PATH_SEPARATOR=':'
573host_alias='arm-linux'
574host='arm-unknown-linux-gnu'
575host_os='linux-gnu'
576build_alias=''
577build='i686-pc-linux-gnu'
578build_os='linux-gnu'
579SED='/bin/sed'
580Xsed='/bin/sed -e 1s/^X//'
581GREP='/bin/grep'
582EGREP='/bin/grep -E'
583FGREP='/bin/grep -F'
584LD='/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/bin/ld'
585NM='nm'
586LN_S='ln -s'
587max_cmd_len='1966080'
588ac_objext='o'
589exeext=''
590lt_unset='unset'
591lt_SP2NL='tr \040 \012'
592lt_NL2SP='tr \015\012 \040\040'
593lt_cv_to_host_file_cmd='func_convert_file_noop'
594lt_cv_to_tool_file_cmd='func_convert_file_noop'
595reload_flag=' -r'
596reload_cmds='$LD$reload_flag -o $output$reload_objs'
597OBJDUMP='objdump'
598deplibs_check_method='pass_all'
599file_magic_cmd='$MAGIC_CMD'
600file_magic_glob=''
601want_nocaseglob='no'
602DLLTOOL='false'
603sharedlib_from_linklib_cmd='printf %s\n'
604AR='ar'
605AR_FLAGS='cru'
606archiver_list_spec='@'
607STRIP='strip'
608RANLIB='ranlib'
609old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
610old_postuninstall_cmds=''
611old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
612lock_old_archive_extraction='no'
613CC='arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99'
614CFLAGS='-I$(top_srcdir)/include -D_U_="__attribute__((unused))" -I./include -D_U_="__attribute__((unused))" -g -O2 -I./sys -I$(top_srcdir)/sys'
615compiler='arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99'
616GCC='yes'
617lt_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'\'''
618lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
619lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
620lt_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'\'''
621nm_file_list_spec='@'
622lt_sysroot=''
623objdir='.libs'
624MAGIC_CMD='file'
625lt_prog_compiler_no_builtin_flag=' -fno-builtin'
626lt_prog_compiler_pic=' -fPIC -DPIC'
627lt_prog_compiler_wl='-Wl,'
628lt_prog_compiler_static='-static'
629lt_cv_prog_compiler_c_o='yes'
630need_locks='no'
631MANIFEST_TOOL=':'
632DSYMUTIL=''
633NMEDIT=''
634LIPO=''
635OTOOL=''
636OTOOL64=''
637libext='a'
638shrext_cmds='.so'
639extract_expsyms_cmds=''
640archive_cmds_need_lc='no'
641enable_shared_with_static_runtimes='no'
642export_dynamic_flag_spec='${wl}--export-dynamic'
643whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
644compiler_needs_object='no'
645old_archive_from_new_cmds=''
646old_archive_from_expsyms_cmds=''
647archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
648archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
649	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
650	    echo "local: *; };" >> $output_objdir/$libname.ver~
651	    $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
652module_cmds=''
653module_expsym_cmds=''
654with_gnu_ld='yes'
655allow_undefined_flag=''
656no_undefined_flag=''
657hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
658hardcode_libdir_separator=''
659hardcode_direct='no'
660hardcode_direct_absolute='no'
661hardcode_minus_L='no'
662hardcode_shlibpath_var='unsupported'
663hardcode_automatic='no'
664inherit_rpath='no'
665link_all_deplibs='unknown'
666always_export_symbols='no'
667export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
668exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
669include_expsyms=''
670prelink_cmds=''
671postlink_cmds=''
672file_list_spec=''
673variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
674need_lib_prefix='no'
675need_version='no'
676version_type='linux'
677runpath_var='LD_RUN_PATH'
678shlibpath_var='LD_LIBRARY_PATH'
679shlibpath_overrides_runpath='no'
680libname_spec='lib$name'
681library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
682soname_spec='${libname}${release}${shared_ext}$major'
683install_override_mode=''
684postinstall_cmds=''
685postuninstall_cmds=''
686finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
687finish_eval=''
688hardcode_into_libs='yes'
689sys_lib_search_path_spec='/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3 /projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/lib /projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/lib /projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/lib '
690sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/mysql /usr/lib/qt-3.3/lib /usr/lib/tcl8.5 /usr/lib/xulrunner-1.9 '
691hardcode_action='immediate'
692enable_dlopen='yes'
693enable_dlopen_self='unknown'
694enable_dlopen_self_static='unknown'
695old_striplib='strip --strip-debug'
696striplib='strip --strip-unneeded'
697
698LTCC='arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99'
699LTCFLAGS='-I./include -D_U_="__attribute__((unused))" -g -O2 -I./sys'
700compiler='arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99'
701
702# A function that is used when there is no print builtin or printf.
703func_fallback_echo ()
704{
705  eval 'cat <<_LTECHO_EOF
706$1
707_LTECHO_EOF'
708}
709
710# Quote evaled strings.
711for 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
712    case `eval \\$ECHO \\""\\$$var"\\"` in
713    *[\\\`\"\$]*)
714      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
715      ;;
716    *)
717      eval "lt_$var=\\\"\$$var\\\""
718      ;;
719    esac
720done
721
722# Double-quote double-evaled strings.
723for 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
724    case `eval \\$ECHO \\""\\$$var"\\"` in
725    *[\\\`\"\$]*)
726      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
727      ;;
728    *)
729      eval "lt_$var=\\\"\$$var\\\""
730      ;;
731    esac
732done
733
734ac_aux_dir='.'
735xsi_shell='yes'
736lt_shell_append='yes'
737
738# See if we are running on zsh, and set the options which allow our
739# commands through without removal of \ escapes INIT.
740if test -n "${ZSH_VERSION+set}" ; then
741   setopt NO_GLOB_SUBST
742fi
743
744
745    PACKAGE='netatalk'
746    VERSION='2.2.5'
747    TIMESTAMP=''
748    RM='rm -f'
749    ofile='libtool'
750
751
752
753
754
755# Handling of arguments.
756for ac_config_target in $ac_config_targets
757do
758  case $ac_config_target in
759    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
760    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
761    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
762    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
763    "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
764    "bin/ad/Makefile") CONFIG_FILES="$CONFIG_FILES bin/ad/Makefile" ;;
765    "bin/adv1tov2/Makefile") CONFIG_FILES="$CONFIG_FILES bin/adv1tov2/Makefile" ;;
766    "bin/aecho/Makefile") CONFIG_FILES="$CONFIG_FILES bin/aecho/Makefile" ;;
767    "bin/afppasswd/Makefile") CONFIG_FILES="$CONFIG_FILES bin/afppasswd/Makefile" ;;
768    "bin/cnid/Makefile") CONFIG_FILES="$CONFIG_FILES bin/cnid/Makefile" ;;
769    "bin/cnid/cnid2_create") CONFIG_FILES="$CONFIG_FILES bin/cnid/cnid2_create" ;;
770    "bin/getzones/Makefile") CONFIG_FILES="$CONFIG_FILES bin/getzones/Makefile" ;;
771    "bin/megatron/Makefile") CONFIG_FILES="$CONFIG_FILES bin/megatron/Makefile" ;;
772    "bin/misc/Makefile") CONFIG_FILES="$CONFIG_FILES bin/misc/Makefile" ;;
773    "bin/nbp/Makefile") CONFIG_FILES="$CONFIG_FILES bin/nbp/Makefile" ;;
774    "bin/pap/Makefile") CONFIG_FILES="$CONFIG_FILES bin/pap/Makefile" ;;
775    "bin/psorder/Makefile") CONFIG_FILES="$CONFIG_FILES bin/psorder/Makefile" ;;
776    "bin/uniconv/Makefile") CONFIG_FILES="$CONFIG_FILES bin/uniconv/Makefile" ;;
777    "config/Makefile") CONFIG_FILES="$CONFIG_FILES config/Makefile" ;;
778    "config/pam/Makefile") CONFIG_FILES="$CONFIG_FILES config/pam/Makefile" ;;
779    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
780    "contrib/macusers/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/macusers/Makefile" ;;
781    "contrib/macusers/macusers") CONFIG_FILES="$CONFIG_FILES contrib/macusers/macusers" ;;
782    "contrib/misc/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/misc/Makefile" ;;
783    "contrib/printing/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/printing/Makefile" ;;
784    "contrib/shell_utils/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/shell_utils/Makefile" ;;
785    "contrib/shell_utils/apple_dump") CONFIG_FILES="$CONFIG_FILES contrib/shell_utils/apple_dump" ;;
786    "contrib/shell_utils/asip-status.pl") CONFIG_FILES="$CONFIG_FILES contrib/shell_utils/asip-status.pl" ;;
787    "contrib/timelord/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/timelord/Makefile" ;;
788    "contrib/a2boot/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/a2boot/Makefile" ;;
789    "distrib/Makefile") CONFIG_FILES="$CONFIG_FILES distrib/Makefile" ;;
790    "distrib/config/Makefile") CONFIG_FILES="$CONFIG_FILES distrib/config/Makefile" ;;
791    "distrib/config/netatalk-config") CONFIG_FILES="$CONFIG_FILES distrib/config/netatalk-config" ;;
792    "distrib/initscripts/Makefile") CONFIG_FILES="$CONFIG_FILES distrib/initscripts/Makefile" ;;
793    "distrib/m4/Makefile") CONFIG_FILES="$CONFIG_FILES distrib/m4/Makefile" ;;
794    "distrib/systemd/Makefile") CONFIG_FILES="$CONFIG_FILES distrib/systemd/Makefile" ;;
795    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
796    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
797    "etc/afpd/Makefile") CONFIG_FILES="$CONFIG_FILES etc/afpd/Makefile" ;;
798    "etc/atalkd/Makefile") CONFIG_FILES="$CONFIG_FILES etc/atalkd/Makefile" ;;
799    "etc/cnid_dbd/Makefile") CONFIG_FILES="$CONFIG_FILES etc/cnid_dbd/Makefile" ;;
800    "etc/uams/Makefile") CONFIG_FILES="$CONFIG_FILES etc/uams/Makefile" ;;
801    "etc/uams/uams_krb4/Makefile") CONFIG_FILES="$CONFIG_FILES etc/uams/uams_krb4/Makefile" ;;
802    "etc/papd/Makefile") CONFIG_FILES="$CONFIG_FILES etc/papd/Makefile" ;;
803    "etc/psf/Makefile") CONFIG_FILES="$CONFIG_FILES etc/psf/Makefile" ;;
804    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
805    "include/atalk/Makefile") CONFIG_FILES="$CONFIG_FILES include/atalk/Makefile" ;;
806    "libatalk/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/Makefile" ;;
807    "libatalk/acl/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/acl/Makefile" ;;
808    "libatalk/adouble/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/adouble/Makefile" ;;
809    "libatalk/asp/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/asp/Makefile" ;;
810    "libatalk/atp/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/atp/Makefile" ;;
811    "libatalk/bstring/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/bstring/Makefile" ;;
812    "libatalk/cnid/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/cnid/Makefile" ;;
813    "libatalk/cnid/cdb/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/cnid/cdb/Makefile" ;;
814    "libatalk/cnid/last/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/cnid/last/Makefile" ;;
815    "libatalk/cnid/dbd/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/cnid/dbd/Makefile" ;;
816    "libatalk/cnid/tdb/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/cnid/tdb/Makefile" ;;
817    "libatalk/compat/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/compat/Makefile" ;;
818    "libatalk/dsi/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/dsi/Makefile" ;;
819    "libatalk/nbp/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/nbp/Makefile" ;;
820    "libatalk/netddp/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/netddp/Makefile" ;;
821    "libatalk/util/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/util/Makefile" ;;
822    "libatalk/tdb/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/tdb/Makefile" ;;
823    "libatalk/unicode/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/unicode/Makefile" ;;
824    "libatalk/unicode/charsets/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/unicode/charsets/Makefile" ;;
825    "libatalk/vfs/Makefile") CONFIG_FILES="$CONFIG_FILES libatalk/vfs/Makefile" ;;
826    "macros/Makefile") CONFIG_FILES="$CONFIG_FILES macros/Makefile" ;;
827    "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
828    "man/man1/Makefile") CONFIG_FILES="$CONFIG_FILES man/man1/Makefile" ;;
829    "man/man3/Makefile") CONFIG_FILES="$CONFIG_FILES man/man3/Makefile" ;;
830    "man/man4/Makefile") CONFIG_FILES="$CONFIG_FILES man/man4/Makefile" ;;
831    "man/man5/Makefile") CONFIG_FILES="$CONFIG_FILES man/man5/Makefile" ;;
832    "man/man8/Makefile") CONFIG_FILES="$CONFIG_FILES man/man8/Makefile" ;;
833    "sys/Makefile") CONFIG_FILES="$CONFIG_FILES sys/Makefile" ;;
834    "sys/generic/Makefile") CONFIG_FILES="$CONFIG_FILES sys/generic/Makefile" ;;
835    "sys/generic/sys/Makefile") CONFIG_FILES="$CONFIG_FILES sys/generic/sys/Makefile" ;;
836    "sys/netatalk/Makefile") CONFIG_FILES="$CONFIG_FILES sys/netatalk/Makefile" ;;
837    "sys/netbsd/Makefile") CONFIG_FILES="$CONFIG_FILES sys/netbsd/Makefile" ;;
838    "sys/netbsd/netatalk/Makefile") CONFIG_FILES="$CONFIG_FILES sys/netbsd/netatalk/Makefile" ;;
839    "sys/solaris/Makefile") CONFIG_FILES="$CONFIG_FILES sys/solaris/Makefile" ;;
840    "sys/sunos/Makefile") CONFIG_FILES="$CONFIG_FILES sys/sunos/Makefile" ;;
841    "sys/ultrix/Makefile") CONFIG_FILES="$CONFIG_FILES sys/ultrix/Makefile" ;;
842    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
843    "test/afpd/Makefile") CONFIG_FILES="$CONFIG_FILES test/afpd/Makefile" ;;
844    "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
845
846  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
847  esac
848done
849
850
851# If the user did not use the arguments to specify the items to instantiate,
852# then the envvar interface is used.  Set only those that are not.
853# We use the long form for the default assignment because of an extremely
854# bizarre bug on SunOS 4.1.3.
855if $ac_need_defaults; then
856  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
857  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
858  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
859fi
860
861# Have a temporary directory for convenience.  Make it in the build tree
862# simply because there is no reason against having it here, and in addition,
863# creating and moving files from /tmp can sometimes cause problems.
864# Hook for its removal unless debugging.
865# Note that there is a small window in which the directory will not be cleaned:
866# after its creation but before its name has been assigned to `$tmp'.
867$debug ||
868{
869  tmp= ac_tmp=
870  trap 'exit_status=$?
871  : "${ac_tmp:=$tmp}"
872  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
873' 0
874  trap 'as_fn_exit 1' 1 2 13 15
875}
876# Create a (secure) tmp directory for tmp files.
877
878{
879  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
880  test -d "$tmp"
881}  ||
882{
883  tmp=./conf$$-$RANDOM
884  (umask 077 && mkdir "$tmp")
885} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
886ac_tmp=$tmp
887
888# Set up the scripts for CONFIG_FILES section.
889# No need to generate them if there are no CONFIG_FILES.
890# This happens for instance with `./config.status config.h'.
891if test -n "$CONFIG_FILES"; then
892
893
894ac_cr=`echo X | tr X '\015'`
895# On cygwin, bash can eat \r inside `` if the user requested igncr.
896# But we know of no other shell where ac_cr would be empty at this
897# point, so we can use a bashism as a fallback.
898if test "x$ac_cr" = x; then
899  eval ac_cr=\$\'\\r\'
900fi
901ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
902if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
903  ac_cs_awk_cr='\\r'
904else
905  ac_cs_awk_cr=$ac_cr
906fi
907
908echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
909cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
910S["am__EXEEXT_FALSE"]=""
911S["am__EXEEXT_TRUE"]="#"
912S["LTLIBOBJS"]=" ${LIBOBJDIR}memcmp$U.lo"
913S["HAVE_ATFUNCS_FALSE"]="#"
914S["HAVE_ATFUNCS_TRUE"]=""
915S["USE_APPLETALK_FALSE"]=""
916S["USE_APPLETALK_TRUE"]="#"
917S["USE_BDB_FALSE"]="#"
918S["USE_BDB_TRUE"]=""
919S["USE_UNDEF_FALSE"]="#"
920S["USE_UNDEF_TRUE"]=""
921S["USE_SYSTEMD_FALSE"]=""
922S["USE_SYSTEMD_TRUE"]="#"
923S["USE_DEBIAN_FALSE"]=""
924S["USE_DEBIAN_TRUE"]="#"
925S["USE_GENTOO_FALSE"]=""
926S["USE_GENTOO_TRUE"]="#"
927S["USE_SOLARIS_FALSE"]=""
928S["USE_SOLARIS_TRUE"]="#"
929S["USE_TRU64_FALSE"]=""
930S["USE_TRU64_TRUE"]="#"
931S["USE_SHADOWPW_FALSE"]=""
932S["USE_SHADOWPW_TRUE"]="#"
933S["USE_SUSE_SYSV_FALSE"]=""
934S["USE_SUSE_SYSV_TRUE"]="#"
935S["USE_REDHAT_SYSV_FALSE"]=""
936S["USE_REDHAT_SYSV_TRUE"]="#"
937S["USE_NETBSD_FALSE"]=""
938S["USE_NETBSD_TRUE"]="#"
939S["DEFAULT_HOOK_FALSE"]=""
940S["DEFAULT_HOOK_TRUE"]="#"
941S["USE_PGP_FALSE"]=""
942S["USE_PGP_TRUE"]="#"
943S["BUILD_PAM_FALSE"]=""
944S["BUILD_PAM_TRUE"]="#"
945S["USE_PAM_FALSE"]=""
946S["USE_PAM_TRUE"]="#"
947S["USE_PAM_SO_FALSE"]=""
948S["USE_PAM_SO_TRUE"]="#"
949S["USE_KERBEROS_FALSE"]=""
950S["USE_KERBEROS_TRUE"]="#"
951S["USE_RANDNUM_FALSE"]="#"
952S["USE_RANDNUM_TRUE"]=""
953S["USE_DHX2_FALSE"]="#"
954S["USE_DHX2_TRUE"]=""
955S["USE_DHX_FALSE"]="#"
956S["USE_DHX_TRUE"]=""
957S["HAVE_LDAP_FALSE"]=""
958S["HAVE_LDAP_TRUE"]="#"
959S["HAVE_ACLS_FALSE"]=""
960S["HAVE_ACLS_TRUE"]="#"
961S["HAVE_OPENSSL_FALSE"]="#"
962S["HAVE_OPENSSL_TRUE"]=""
963S["HAVE_LIBGCRYPT_FALSE"]="#"
964S["HAVE_LIBGCRYPT_TRUE"]=""
965S["COMPILE_A2BOOT_FALSE"]=""
966S["COMPILE_A2BOOT_TRUE"]="#"
967S["COMPILE_TIMELORD_FALSE"]=""
968S["COMPILE_TIMELORD_TRUE"]="#"
969S["SOLARIS_MODULE_FALSE"]=""
970S["SOLARIS_MODULE_TRUE"]="#"
971S["OVERWRITE_CONFIG"]="no"
972S["WEBMIN_PORT"]=""
973S["WEBMIN_PASS"]=""
974S["WEBMIN_USER"]=""
975S["WEBMIN_VERSION"]=""
976S["WEBMIN_PATH"]=""
977S["ACL_LIBS"]=""
978S["USE_GSSAPI_FALSE"]=""
979S["USE_GSSAPI_TRUE"]="#"
980S["GSSAPI_LDFLAGS"]=""
981S["GSSAPI_CFLAGS"]=""
982S["GSSAPI_LIBS"]=""
983S["KRB5_CONFIG"]=""
984S["CRYPT_LIBS"]="-lcrypt "
985S["BDB_PATH"]="/usr"
986S["BDB_BIN"]="/usr/bin"
987S["BDB_LIBS"]=" -ldb-4.7"
988S["BDB_CFLAGS"]=""
989S["SSL_LIBS"]=" -lcrypto"
990S["SSL_CFLAGS"]=" -I/usr/include/openssl"
991S["LIBGCRYPT_LIBS"]="-lgcrypt -lgpg-error"
992S["LIBGCRYPT_CFLAGS"]=""
993S["LIBGCRYPT_CONFIG"]="/usr/bin/libgcrypt-config"
994S["KLDFLAGS"]=""
995S["KCFLAGS"]=""
996S["COMPILE_64BIT_KMODULE"]=""
997S["COMPILE_KERNEL_GCC"]=""
998S["UAMS_PATH"]="${prefix}/etc/netatalk/uams"
999S["SPOOLDIR"]="${prefix}/var/spool/netatalk"
1000S["USE_SPOOLDIR_FALSE"]=""
1001S["USE_SPOOLDIR_TRUE"]="#"
1002S["CUPS_LIBS"]=""
1003S["CUPS_LDFLAGS"]=""
1004S["CUPS_CFLAGS"]=""
1005S["CUPS_CONFIG"]=""
1006S["WRAP_LIBS"]=""
1007S["PAM_SESSION"]="system-auth"
1008S["PAM_PASSWORD"]="system-auth"
1009S["PAM_ACCOUNT"]="system-auth"
1010S["PAM_AUTH"]="system-auth"
1011S["PAM_DIRECTIVE"]="include"
1012S["PAM_LIBS"]=""
1013S["PAM_CFLAGS"]=""
1014S["PAMDIR"]="/"
1015S["ZEROCONF_CFLAGS"]=""
1016S["ZEROCONF_LIBS"]=""
1017S["AVAHI_TPOLL_LIBS"]=""
1018S["AVAHI_TPOLL_CFLAGS"]=""
1019S["AVAHI_LIBS"]=""
1020S["AVAHI_CFLAGS"]=""
1021S["PKG_CONFIG"]="/usr/bin/pkg-config"
1022S["SLP_CFLAGS"]=""
1023S["SLP_LIBS"]=""
1024S["QUOTA_LIBS"]=""
1025S["compiled_backends"]=" dbd last tdb"
1026S["DEFAULT_CNID_SCHEME"]="dbd"
1027S["USE_TDB_BACKEND_FALSE"]="#"
1028S["USE_TDB_BACKEND_TRUE"]=""
1029S["USE_LAST_BACKEND_FALSE"]="#"
1030S["USE_LAST_BACKEND_TRUE"]=""
1031S["USE_CDB_BACKEND_FALSE"]=""
1032S["USE_CDB_BACKEND_TRUE"]="#"
1033S["BUILD_DBD_DAEMON_FALSE"]="#"
1034S["BUILD_DBD_DAEMON_TRUE"]=""
1035S["ICONV_LIBS"]=""
1036S["ICONV_CFLAGS"]=""
1037S["SERVERTEXT"]="${prefix}/etc/netatalk/msg"
1038S["PKGCONFDIR"]="${prefix}/etc/netatalk"
1039S["AFS_CFLAGS"]=""
1040S["AFS_LIBS"]=""
1041S["PTHREAD_LIBS"]="-lpthread"
1042S["LIBOBJS"]=" ${LIBOBJDIR}memcmp$U.o"
1043S["sys_symbol_underscore"]="no"
1044S["LIBADD_DL"]="-ldl "
1045S["LT_DLPREOPEN"]="-dlpreopen dlopen.la "
1046S["LIBADD_DLD_LINK"]=""
1047S["LIBADD_SHL_LOAD"]=""
1048S["LIBADD_DLOPEN"]="-ldl"
1049S["LT_DLLOADERS"]=" dlopen.la"
1050S["CPP"]="arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99 -E"
1051S["OTOOL64"]=""
1052S["OTOOL"]=""
1053S["LIPO"]=""
1054S["NMEDIT"]=""
1055S["DSYMUTIL"]=""
1056S["MANIFEST_TOOL"]=":"
1057S["RANLIB"]="ranlib"
1058S["ac_ct_AR"]="ar"
1059S["AR"]="ar"
1060S["DLLTOOL"]="false"
1061S["OBJDUMP"]="objdump"
1062S["NM"]="nm"
1063S["ac_ct_DUMPBIN"]="link -dump"
1064S["DUMPBIN"]=":"
1065S["LD"]="/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/bin/ld"
1066S["FGREP"]="/bin/grep -F"
1067S["EGREP"]="/bin/grep -E"
1068S["SED"]="/bin/sed"
1069S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
1070S["LN_S"]="ln -s"
1071S["am__fastdepCC_FALSE"]="#"
1072S["am__fastdepCC_TRUE"]=""
1073S["CCDEPMODE"]="depmode=gcc3"
1074S["am__nodep"]="_no"
1075S["AMDEPBACKSLASH"]="\\"
1076S["AMDEP_FALSE"]="#"
1077S["AMDEP_TRUE"]=""
1078S["am__quote"]=""
1079S["am__include"]="include"
1080S["DEPDIR"]=".deps"
1081S["OBJEXT"]="o"
1082S["EXEEXT"]=""
1083S["ac_ct_CC"]=""
1084S["CPPFLAGS"]=""
1085S["LDFLAGS"]=""
1086S["CFLAGS"]="-I$(top_srcdir)/include -D_U_=\"__attribute__((unused))\" -I./include -D_U_=\"__attribute__((unused))\" -g -O2 -I./sys -I$(top_srcdir)/sys"
1087S["CC"]="arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99"
1088S["MAINT"]=""
1089S["MAINTAINER_MODE_FALSE"]="#"
1090S["MAINTAINER_MODE_TRUE"]=""
1091S["am__untar"]="$${TAR-tar} xf -"
1092S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
1093S["AMTAR"]="$${TAR-tar}"
1094S["am__leading_dot"]="."
1095S["SET_MAKE"]=""
1096S["AWK"]="gawk"
1097S["mkdir_p"]="/bin/mkdir -p"
1098S["MKDIR_P"]="/bin/mkdir -p"
1099S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1100S["STRIP"]="strip"
1101S["install_sh"]="${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/install-sh"
1102S["MAKEINFO"]="${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run makeinfo"
1103S["AUTOHEADER"]="${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoheader"
1104S["AUTOMAKE"]="${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run automake-1.11"
1105S["AUTOCONF"]="${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoconf"
1106S["ACLOCAL"]="${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run aclocal-1.11"
1107S["VERSION"]="2.2.5"
1108S["PACKAGE"]="netatalk"
1109S["CYGPATH_W"]="echo"
1110S["am__isrc"]=""
1111S["INSTALL_DATA"]="${INSTALL} -m 644"
1112S["INSTALL_SCRIPT"]="${INSTALL}"
1113S["INSTALL_PROGRAM"]="${INSTALL}"
1114S["target_os"]="linux-gnu"
1115S["target_vendor"]="unknown"
1116S["target_cpu"]="arm"
1117S["target"]="arm-unknown-linux-gnu"
1118S["host_os"]="linux-gnu"
1119S["host_vendor"]="unknown"
1120S["host_cpu"]="arm"
1121S["host"]="arm-unknown-linux-gnu"
1122S["build_os"]="linux-gnu"
1123S["build_vendor"]="pc"
1124S["build_cpu"]="i686"
1125S["build"]="i686-pc-linux-gnu"
1126S["NETATALK_VERSION"]="2.2.5"
1127S["target_alias"]=""
1128S["host_alias"]="arm-linux"
1129S["build_alias"]=""
1130S["LIBS"]="-lpthread -ldl  -L$(top_srcdir)/libatalk"
1131S["ECHO_T"]=""
1132S["ECHO_N"]="-n"
1133S["ECHO_C"]=""
1134S["DEFS"]="-DHAVE_CONFIG_H"
1135S["mandir"]="${datarootdir}/man"
1136S["localedir"]="${datarootdir}/locale"
1137S["libdir"]="${exec_prefix}/lib"
1138S["psdir"]="${docdir}"
1139S["pdfdir"]="${docdir}"
1140S["dvidir"]="${docdir}"
1141S["htmldir"]="${docdir}"
1142S["infodir"]="${datarootdir}/info"
1143S["docdir"]="${datarootdir}/doc/${PACKAGE}"
1144S["oldincludedir"]="/usr/include"
1145S["includedir"]="${prefix}/include"
1146S["localstatedir"]="${prefix}/var"
1147S["sharedstatedir"]="${prefix}/com"
1148S["sysconfdir"]="${prefix}/etc"
1149S["datadir"]="${datarootdir}"
1150S["datarootdir"]="${prefix}/share"
1151S["libexecdir"]="${exec_prefix}/libexec"
1152S["sbindir"]="${exec_prefix}/sbin"
1153S["bindir"]="${exec_prefix}/bin"
1154S["program_transform_name"]="s,x,x,"
1155S["prefix"]="/usr/local"
1156S["exec_prefix"]="${prefix}"
1157S["PACKAGE_URL"]=""
1158S["PACKAGE_BUGREPORT"]=""
1159S["PACKAGE_STRING"]=""
1160S["PACKAGE_VERSION"]=""
1161S["PACKAGE_TARNAME"]=""
1162S["PACKAGE_NAME"]=""
1163S["PATH_SEPARATOR"]=":"
1164S["SHELL"]="/bin/sh"
1165S["PS"]="/bin/ps"
1166S["PERL"]="/usr/bin/perl"
1167S["GREP"]="/bin/grep"
1168_ACAWK
1169cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1170  for (key in S) S_is_set[key] = 1
1171  FS = ""
1172
1173}
1174{
1175  line = $ 0
1176  nfields = split(line, field, "@")
1177  substed = 0
1178  len = length(field[1])
1179  for (i = 2; i < nfields; i++) {
1180    key = field[i]
1181    keylen = length(key)
1182    if (S_is_set[key]) {
1183      value = S[key]
1184      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1185      len += length(value) + length(field[++i])
1186      substed = 1
1187    } else
1188      len += 1 + keylen
1189  }
1190
1191  print line
1192}
1193
1194_ACAWK
1195if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1196  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1197else
1198  cat
1199fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1200  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1201fi # test -n "$CONFIG_FILES"
1202
1203# Set up the scripts for CONFIG_HEADERS section.
1204# No need to generate them if there are no CONFIG_HEADERS.
1205# This happens for instance with `./config.status Makefile'.
1206if test -n "$CONFIG_HEADERS"; then
1207cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1208BEGIN {
1209D["PACKAGE_NAME"]=" \"\""
1210D["PACKAGE_TARNAME"]=" \"\""
1211D["PACKAGE_VERSION"]=" \"\""
1212D["PACKAGE_STRING"]=" \"\""
1213D["PACKAGE_BUGREPORT"]=" \"\""
1214D["PACKAGE_URL"]=" \"\""
1215D["PACKAGE"]=" \"netatalk\""
1216D["VERSION"]=" \"2.2.5\""
1217D["STDC_HEADERS"]=" 1"
1218D["HAVE_SYS_TYPES_H"]=" 1"
1219D["HAVE_SYS_STAT_H"]=" 1"
1220D["HAVE_STDLIB_H"]=" 1"
1221D["HAVE_STRING_H"]=" 1"
1222D["HAVE_MEMORY_H"]=" 1"
1223D["HAVE_STRINGS_H"]=" 1"
1224D["HAVE_INTTYPES_H"]=" 1"
1225D["HAVE_STDINT_H"]=" 1"
1226D["HAVE_UNISTD_H"]=" 1"
1227D["HAVE_DLFCN_H"]=" 1"
1228D["LT_OBJDIR"]=" \".libs/\""
1229D["HAVE_DIRENT_H"]=" 1"
1230D["STDC_HEADERS"]=" 1"
1231D["HAVE_SYS_WAIT_H"]=" 1"
1232D["HAVE_FCNTL_H"]=" 1"
1233D["HAVE_LIMITS_H"]=" 1"
1234D["HAVE_STDINT_H"]=" 1"
1235D["HAVE_STRINGS_H"]=" 1"
1236D["HAVE_TIME_H"]=" 1"
1237D["HAVE_SYS_PARAM_H"]=" 1"
1238D["HAVE_SYS_FCNTL_H"]=" 1"
1239D["HAVE_SYS_FILE_H"]=" 1"
1240D["HAVE_SYS_IOCTL_H"]=" 1"
1241D["HAVE_SYS_TIME_H"]=" 1"
1242D["HAVE_SYS_STATVFS_H"]=" 1"
1243D["HAVE_SYS_STAT_H"]=" 1"
1244D["HAVE_SYS_VFS_H"]=" 1"
1245D["HAVE_MNTENT_H"]=" 1"
1246D["HAVE_SYSLOG_H"]=" 1"
1247D["HAVE_UNISTD_H"]=" 1"
1248D["HAVE_TERMIOS_H"]=" 1"
1249D["HAVE_SYS_TERMIOS_H"]=" 1"
1250D["HAVE_NETDB_H"]=" 1"
1251D["HAVE_SGTTY_H"]=" 1"
1252D["HAVE_SYS_TYPES_H"]=" 1"
1253D["HAVE_DLFCN_H"]=" 1"
1254D["HAVE_ERRNO_H"]=" 1"
1255D["HAVE_SYS_ERRNO_H"]=" 1"
1256D["HAVE_SYS_UIO_H"]=" 1"
1257D["HAVE_LANGINFO_H"]=" 1"
1258D["HAVE_LOCALE_H"]=" 1"
1259D["HAVE_SYS_MOUNT_H"]=" 1"
1260D["HAVE_STRUCT_STAT_ST_RDEV"]=" 1"
1261D["HAVE_ST_RDEV"]=" 1"
1262D["TIME_WITH_SYS_TIME"]=" 1"
1263D["HAVE_LIBDL"]=" 1"
1264D["HAVE_DLERROR"]=" 1"
1265D["HAVE_LIBDLLOADER"]=" 1"
1266D["HAVE_DLSYM"]=" 1"
1267D["HAVE_DLCLOSE"]=" 1"
1268D["GETGROUPS_T"]=" gid_t"
1269D["HAVE_STDLIB_H"]=" 1"
1270D["HAVE_UNISTD_H"]=" 1"
1271D["HAVE_SYS_PARAM_H"]=" 1"
1272D["HAVE_UTIME_H"]=" 1"
1273D["HAVE_GETPAGESIZE"]=" 1"
1274D["RETSIGTYPE"]=" void"
1275D["HAVE_UTIME_NULL"]=" 1"
1276D["HAVE_GETCWD"]=" 1"
1277D["HAVE_GETHOSTNAME"]=" 1"
1278D["HAVE_GETTIMEOFDAY"]=" 1"
1279D["HAVE_GETUSERSHELL"]=" 1"
1280D["HAVE_MKDIR"]=" 1"
1281D["HAVE_RMDIR"]=" 1"
1282D["HAVE_SELECT"]=" 1"
1283D["HAVE_SOCKET"]=" 1"
1284D["HAVE_STRDUP"]=" 1"
1285D["HAVE_STRCASESTR"]=" 1"
1286D["HAVE_STRSTR"]=" 1"
1287D["HAVE_STRTOUL"]=" 1"
1288D["HAVE_STRCHR"]=" 1"
1289D["HAVE_MEMCPY"]=" 1"
1290D["HAVE_SETLOCALE"]=" 1"
1291D["HAVE_NL_LANGINFO"]=" 1"
1292D["HAVE_STRLCPY"]=" 1"
1293D["HAVE_STRLCAT"]=" 1"
1294D["HAVE_SETLINEBUF"]=" 1"
1295D["HAVE_DIRFD"]=" 1"
1296D["HAVE_PSELECT"]=" 1"
1297D["HAVE_ACCESS"]=" 1"
1298D["HAVE_PREAD"]=" 1"
1299D["HAVE_PWRITE"]=" 1"
1300D["HAVE_WAITPID"]=" 1"
1301D["HAVE_GETCWD"]=" 1"
1302D["HAVE_STRDUP"]=" 1"
1303D["HAVE_STRNDUP"]=" 1"
1304D["HAVE_STRNLEN"]=" 1"
1305D["HAVE_STRTOUL"]=" 1"
1306D["HAVE_STRERROR"]=" 1"
1307D["HAVE_CHOWN"]=" 1"
1308D["HAVE_FCHOWN"]=" 1"
1309D["HAVE_CHMOD"]=" 1"
1310D["HAVE_FCHMOD"]=" 1"
1311D["HAVE_CHROOT"]=" 1"
1312D["HAVE_LINK"]=" 1"
1313D["HAVE_MKNOD"]=" 1"
1314D["HAVE_OPENAT"]=" 1"
1315D["HAVE_RENAMEAT"]=" 1"
1316D["HAVE_FSTATAT"]=" 1"
1317D["HAVE_UNLINKAT"]=" 1"
1318D["_ATFILE_SOURCE"]=" 1"
1319D["HAVE_ATFUNCS"]=" 1"
1320D["HAVE_STRUCT_TM_TM_GMTOFF"]=" 1"
1321D["HAVE_SNPRINTF"]=" 1"
1322D["HAVE_VSNPRINTF"]=" 1"
1323D["HAVE_STDARG_H"]=" 1"
1324D["HAVE_STRERROR"]=" 1"
1325D["HAVE_ERRNO"]=" 1"
1326D["HAVE_SYS_ERRLIST"]=" 1"
1327D["HAVE_LONG_LONG"]=" 1"
1328D["HAVE_LONG_DOUBLE"]=" 1"
1329D["HAVE_QUAD_T"]=" 1"
1330D["ADMIN_GRP"]=" 1"
1331D["NO_DDP"]=" 1"
1332D["NDEBUG"]=" 1"
1333D["_FILE_OFFSET_BITS"]=" 64"
1334D["HAVE_LARGEFILE_SUPPORT"]=" /**/"
1335D["CNID_BACKEND_DBD"]=" 1"
1336D["CNID_BACKEND_LAST"]=" 1"
1337D["CNID_BACKEND_TDB"]=" 1"
1338D["DEFAULT_CNID_SCHEME"]=" \"dbd\""
1339D["HAVE_RPC_RPC_H"]=" 1"
1340D["HAVE_RPC_PMAP_PROT_H"]=" 1"
1341D["NO_QUOTA_SUPPORT"]=" 1"
1342D["SHADOWPW"]=" 1"
1343D["OPEN_NOFOLLOW_ERRNO"]=" ELOOP"
1344D["_GNU_SOURCE"]=" 1"
1345D["HAVE_ATALK_ADDR"]=" 1"
1346D["HAVE_LINUX_DQBLK_XFS_H"]=" 1"
1347D["HAVE_BROKEN_DBTOB"]=" 1"
1348D["SENDFILE_FLAVOR_LINUX"]=" 1"
1349D["WITH_SENDFILE"]=" 1"
1350D["HAVE_LIBGCRYPT"]=" 1"
1351D["UAM_DHX2"]=" 1"
1352D["HAVE_LIBCRYPTO"]=" 1"
1353D["OPENSSL_DHX"]=" 1"
1354D["UAM_DHX"]=" 1"
1355D["DB_MAJOR_REQ"]=" 4"
1356D["DB_MINOR_REQ"]=" 6"
1357D["DB_PATCH_REQ"]=" 0"
1358D["HAVE_CRYPT_H"]=" 1"
1359D["HAVE_LIBCRYPT"]=" 1"
1360D["HAVE_NO_ACLS"]=" 1"
1361D["HAVE_SYS_XATTR_H"]=" 1"
1362D["HAVE_SYS_UIO_H"]=" 1"
1363D["HAVE_GETXATTR"]=" 1"
1364D["HAVE_LGETXATTR"]=" 1"
1365D["HAVE_FGETXATTR"]=" 1"
1366D["HAVE_LISTXATTR"]=" 1"
1367D["HAVE_LLISTXATTR"]=" 1"
1368D["HAVE_FLISTXATTR"]=" 1"
1369D["HAVE_REMOVEXATTR"]=" 1"
1370D["HAVE_LREMOVEXATTR"]=" 1"
1371D["HAVE_FREMOVEXATTR"]=" 1"
1372D["HAVE_SETXATTR"]=" 1"
1373D["HAVE_LSETXATTR"]=" 1"
1374D["HAVE_FSETXATTR"]=" 1"
1375D["EA_MODULES"]=" \"ad | sys\""
1376  for (key in D) D_is_set[key] = 1
1377  FS = ""
1378}
1379/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1380  line = $ 0
1381  split(line, arg, " ")
1382  if (arg[1] == "#") {
1383    defundef = arg[2]
1384    mac1 = arg[3]
1385  } else {
1386    defundef = substr(arg[1], 2)
1387    mac1 = arg[2]
1388  }
1389  split(mac1, mac2, "(") #)
1390  macro = mac2[1]
1391  prefix = substr(line, 1, index(line, defundef) - 1)
1392  if (D_is_set[macro]) {
1393    # Preserve the white space surrounding the "#".
1394    print prefix "define", macro P[macro] D[macro]
1395    next
1396  } else {
1397    # Replace #undef with comments.  This is necessary, for example,
1398    # in the case of _POSIX_SOURCE, which is predefined and required
1399    # on some systems where configure will not decide to define it.
1400    if (defundef == "undef") {
1401      print "/*", prefix defundef, macro, "*/"
1402      next
1403    }
1404  }
1405}
1406{ print }
1407_ACAWK
1408  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1409fi # test -n "$CONFIG_HEADERS"
1410
1411
1412eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1413shift
1414for ac_tag
1415do
1416  case $ac_tag in
1417  :[FHLC]) ac_mode=$ac_tag; continue;;
1418  esac
1419  case $ac_mode$ac_tag in
1420  :[FHL]*:*);;
1421  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1422  :[FH]-) ac_tag=-:-;;
1423  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1424  esac
1425  ac_save_IFS=$IFS
1426  IFS=:
1427  set x $ac_tag
1428  IFS=$ac_save_IFS
1429  shift
1430  ac_file=$1
1431  shift
1432
1433  case $ac_mode in
1434  :L) ac_source=$1;;
1435  :[FH])
1436    ac_file_inputs=
1437    for ac_f
1438    do
1439      case $ac_f in
1440      -) ac_f="$ac_tmp/stdin";;
1441      *) # Look for the file first in the build tree, then in the source tree
1442	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
1443	 # because $ac_f cannot contain `:'.
1444	 test -f "$ac_f" ||
1445	   case $ac_f in
1446	   [\\/$]*) false;;
1447	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1448	   esac ||
1449	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1450      esac
1451      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1452      as_fn_append ac_file_inputs " '$ac_f'"
1453    done
1454
1455    # Let's still pretend it is `configure' which instantiates (i.e., don't
1456    # use $as_me), people would be surprised to read:
1457    #    /* config.h.  Generated by config.status.  */
1458    configure_input='Generated from '`
1459	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1460	`' by configure.'
1461    if test x"$ac_file" != x-; then
1462      configure_input="$ac_file.  $configure_input"
1463      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1464$as_echo "$as_me: creating $ac_file" >&6;}
1465    fi
1466    # Neutralize special characters interpreted by sed in replacement strings.
1467    case $configure_input in #(
1468    *\&* | *\|* | *\\* )
1469       ac_sed_conf_input=`$as_echo "$configure_input" |
1470       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1471    *) ac_sed_conf_input=$configure_input;;
1472    esac
1473
1474    case $ac_tag in
1475    *:-:* | *:-) cat >"$ac_tmp/stdin" \
1476      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1477    esac
1478    ;;
1479  esac
1480
1481  ac_dir=`$as_dirname -- "$ac_file" ||
1482$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1483	 X"$ac_file" : 'X\(//\)[^/]' \| \
1484	 X"$ac_file" : 'X\(//\)$' \| \
1485	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1486$as_echo X"$ac_file" |
1487    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1488	    s//\1/
1489	    q
1490	  }
1491	  /^X\(\/\/\)[^/].*/{
1492	    s//\1/
1493	    q
1494	  }
1495	  /^X\(\/\/\)$/{
1496	    s//\1/
1497	    q
1498	  }
1499	  /^X\(\/\).*/{
1500	    s//\1/
1501	    q
1502	  }
1503	  s/.*/./; q'`
1504  as_dir="$ac_dir"; as_fn_mkdir_p
1505  ac_builddir=.
1506
1507case "$ac_dir" in
1508.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1509*)
1510  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1511  # A ".." for each directory in $ac_dir_suffix.
1512  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1513  case $ac_top_builddir_sub in
1514  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1515  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1516  esac ;;
1517esac
1518ac_abs_top_builddir=$ac_pwd
1519ac_abs_builddir=$ac_pwd$ac_dir_suffix
1520# for backward compatibility:
1521ac_top_builddir=$ac_top_build_prefix
1522
1523case $srcdir in
1524  .)  # We are building in place.
1525    ac_srcdir=.
1526    ac_top_srcdir=$ac_top_builddir_sub
1527    ac_abs_top_srcdir=$ac_pwd ;;
1528  [\\/]* | ?:[\\/]* )  # Absolute name.
1529    ac_srcdir=$srcdir$ac_dir_suffix;
1530    ac_top_srcdir=$srcdir
1531    ac_abs_top_srcdir=$srcdir ;;
1532  *) # Relative name.
1533    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1534    ac_top_srcdir=$ac_top_build_prefix$srcdir
1535    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1536esac
1537ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1538
1539
1540  case $ac_mode in
1541  :F)
1542  #
1543  # CONFIG_FILE
1544  #
1545
1546  case $INSTALL in
1547  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1548  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1549  esac
1550  ac_MKDIR_P=$MKDIR_P
1551  case $MKDIR_P in
1552  [\\/$]* | ?:[\\/]* ) ;;
1553  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1554  esac
1555# If the template does not know about datarootdir, expand it.
1556# FIXME: This hack should be removed a few years after 2.60.
1557ac_datarootdir_hack=; ac_datarootdir_seen=
1558ac_sed_dataroot='
1559/datarootdir/ {
1560  p
1561  q
1562}
1563/@datadir@/p
1564/@docdir@/p
1565/@infodir@/p
1566/@localedir@/p
1567/@mandir@/p'
1568case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1569*datarootdir*) ac_datarootdir_seen=yes;;
1570*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1571  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1572$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1573  ac_datarootdir_hack='
1574  s&@datadir@&${datarootdir}&g
1575  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
1576  s&@infodir@&${datarootdir}/info&g
1577  s&@localedir@&${datarootdir}/locale&g
1578  s&@mandir@&${datarootdir}/man&g
1579  s&\${datarootdir}&${prefix}/share&g' ;;
1580esac
1581ac_sed_extra="/^[	 ]*VPATH[	 ]*=[	 ]*/{
1582h
1583s///
1584s/^/:/
1585s/[	 ]*$/:/
1586s/:\$(srcdir):/:/g
1587s/:\${srcdir}:/:/g
1588s/:@srcdir@:/:/g
1589s/^:*//
1590s/:*$//
1591x
1592s/\(=[	 ]*\).*/\1/
1593G
1594s/\n//
1595s/^[^=]*=[	 ]*$//
1596}
1597
1598:t
1599/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1600s|@configure_input@|$ac_sed_conf_input|;t t
1601s&@top_builddir@&$ac_top_builddir_sub&;t t
1602s&@top_build_prefix@&$ac_top_build_prefix&;t t
1603s&@srcdir@&$ac_srcdir&;t t
1604s&@abs_srcdir@&$ac_abs_srcdir&;t t
1605s&@top_srcdir@&$ac_top_srcdir&;t t
1606s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1607s&@builddir@&$ac_builddir&;t t
1608s&@abs_builddir@&$ac_abs_builddir&;t t
1609s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1610s&@INSTALL@&$ac_INSTALL&;t t
1611s&@MKDIR_P@&$ac_MKDIR_P&;t t
1612$ac_datarootdir_hack
1613"
1614eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1615  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1616
1617test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1618  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1619  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
1620      "$ac_tmp/out"`; test -z "$ac_out"; } &&
1621  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1622which seems to be undefined.  Please make sure it is defined" >&5
1623$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1624which seems to be undefined.  Please make sure it is defined" >&2;}
1625
1626  rm -f "$ac_tmp/stdin"
1627  case $ac_file in
1628  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1629  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1630  esac \
1631  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1632 ;;
1633  :H)
1634  #
1635  # CONFIG_HEADER
1636  #
1637  if test x"$ac_file" != x-; then
1638    {
1639      $as_echo "/* $configure_input  */" \
1640      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1641    } >"$ac_tmp/config.h" \
1642      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1643    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1644      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1645$as_echo "$as_me: $ac_file is unchanged" >&6;}
1646    else
1647      rm -f "$ac_file"
1648      mv "$ac_tmp/config.h" "$ac_file" \
1649	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
1650    fi
1651  else
1652    $as_echo "/* $configure_input  */" \
1653      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1654      || as_fn_error $? "could not create -" "$LINENO" 5
1655  fi
1656# Compute "$ac_file"'s index in $config_headers.
1657_am_arg="$ac_file"
1658_am_stamp_count=1
1659for _am_header in $config_headers :; do
1660  case $_am_header in
1661    $_am_arg | $_am_arg:* )
1662      break ;;
1663    * )
1664      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1665  esac
1666done
1667echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1668$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1669	 X"$_am_arg" : 'X\(//\)[^/]' \| \
1670	 X"$_am_arg" : 'X\(//\)$' \| \
1671	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1672$as_echo X"$_am_arg" |
1673    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1674	    s//\1/
1675	    q
1676	  }
1677	  /^X\(\/\/\)[^/].*/{
1678	    s//\1/
1679	    q
1680	  }
1681	  /^X\(\/\/\)$/{
1682	    s//\1/
1683	    q
1684	  }
1685	  /^X\(\/\).*/{
1686	    s//\1/
1687	    q
1688	  }
1689	  s/.*/./; q'`/stamp-h$_am_stamp_count
1690 ;;
1691
1692  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1693$as_echo "$as_me: executing $ac_file commands" >&6;}
1694 ;;
1695  esac
1696
1697
1698  case $ac_file$ac_mode in
1699    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1700  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1701  # are listed without --file.  Let's play safe and only enable the eval
1702  # if we detect the quoting.
1703  case $CONFIG_FILES in
1704  *\'*) eval set x "$CONFIG_FILES" ;;
1705  *)   set x $CONFIG_FILES ;;
1706  esac
1707  shift
1708  for mf
1709  do
1710    # Strip MF so we end up with the name of the file.
1711    mf=`echo "$mf" | sed -e 's/:.*$//'`
1712    # Check whether this is an Automake generated Makefile or not.
1713    # We used to match only the files named `Makefile.in', but
1714    # some people rename them; so instead we look at the file content.
1715    # Grep'ing the first line is not enough: some people post-process
1716    # each Makefile.in and add a new line on top of each file to say so.
1717    # Grep'ing the whole file is not good either: AIX grep has a line
1718    # limit of 2048, but all sed's we know have understand at least 4000.
1719    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1720      dirpart=`$as_dirname -- "$mf" ||
1721$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1722	 X"$mf" : 'X\(//\)[^/]' \| \
1723	 X"$mf" : 'X\(//\)$' \| \
1724	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1725$as_echo X"$mf" |
1726    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1727	    s//\1/
1728	    q
1729	  }
1730	  /^X\(\/\/\)[^/].*/{
1731	    s//\1/
1732	    q
1733	  }
1734	  /^X\(\/\/\)$/{
1735	    s//\1/
1736	    q
1737	  }
1738	  /^X\(\/\).*/{
1739	    s//\1/
1740	    q
1741	  }
1742	  s/.*/./; q'`
1743    else
1744      continue
1745    fi
1746    # Extract the definition of DEPDIR, am__include, and am__quote
1747    # from the Makefile without running `make'.
1748    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1749    test -z "$DEPDIR" && continue
1750    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1751    test -z "am__include" && continue
1752    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1753    # When using ansi2knr, U may be empty or an underscore; expand it
1754    U=`sed -n 's/^U = //p' < "$mf"`
1755    # Find all dependency output files, they are included files with
1756    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1757    # simplest approach to changing $(DEPDIR) to its actual value in the
1758    # expansion.
1759    for file in `sed -n "
1760      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1761	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1762      # Make sure the directory exists.
1763      test -f "$dirpart/$file" && continue
1764      fdir=`$as_dirname -- "$file" ||
1765$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1766	 X"$file" : 'X\(//\)[^/]' \| \
1767	 X"$file" : 'X\(//\)$' \| \
1768	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1769$as_echo X"$file" |
1770    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1771	    s//\1/
1772	    q
1773	  }
1774	  /^X\(\/\/\)[^/].*/{
1775	    s//\1/
1776	    q
1777	  }
1778	  /^X\(\/\/\)$/{
1779	    s//\1/
1780	    q
1781	  }
1782	  /^X\(\/\).*/{
1783	    s//\1/
1784	    q
1785	  }
1786	  s/.*/./; q'`
1787      as_dir=$dirpart/$fdir; as_fn_mkdir_p
1788      # echo "creating $dirpart/$file"
1789      echo '# dummy' > "$dirpart/$file"
1790    done
1791  done
1792}
1793 ;;
1794    "libtool":C)
1795
1796    # See if we are running on zsh, and set the options which allow our
1797    # commands through without removal of \ escapes.
1798    if test -n "${ZSH_VERSION+set}" ; then
1799      setopt NO_GLOB_SUBST
1800    fi
1801
1802    cfgfile="${ofile}T"
1803    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1804    $RM "$cfgfile"
1805
1806    cat <<_LT_EOF >> "$cfgfile"
1807#! $SHELL
1808
1809# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1810# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1811# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1812# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1813#
1814#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1815#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1816#                 Foundation, Inc.
1817#   Written by Gordon Matzigkeit, 1996
1818#
1819#   This file is part of GNU Libtool.
1820#
1821# GNU Libtool is free software; you can redistribute it and/or
1822# modify it under the terms of the GNU General Public License as
1823# published by the Free Software Foundation; either version 2 of
1824# the License, or (at your option) any later version.
1825#
1826# As a special exception to the GNU General Public License,
1827# if you distribute this file as part of a program or library that
1828# is built using GNU Libtool, you may include this file under the
1829# same distribution terms that you use for the rest of that program.
1830#
1831# GNU Libtool is distributed in the hope that it will be useful,
1832# but WITHOUT ANY WARRANTY; without even the implied warranty of
1833# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1834# GNU General Public License for more details.
1835#
1836# You should have received a copy of the GNU General Public License
1837# along with GNU Libtool; see the file COPYING.  If not, a copy
1838# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1839# obtained by writing to the Free Software Foundation, Inc.,
1840# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1841
1842
1843# The names of the tagged configurations supported by this script.
1844available_tags=""
1845
1846# ### BEGIN LIBTOOL CONFIG
1847
1848# Which release of libtool.m4 was used?
1849macro_version=$macro_version
1850macro_revision=$macro_revision
1851
1852# Whether or not to build shared libraries.
1853build_libtool_libs=$enable_shared
1854
1855# Whether or not to build static libraries.
1856build_old_libs=$enable_static
1857
1858# What type of objects to build.
1859pic_mode=$pic_mode
1860
1861# Whether or not to optimize for fast installation.
1862fast_install=$enable_fast_install
1863
1864# Shell to use when invoking shell scripts.
1865SHELL=$lt_SHELL
1866
1867# An echo program that protects backslashes.
1868ECHO=$lt_ECHO
1869
1870# The PATH separator for the build system.
1871PATH_SEPARATOR=$lt_PATH_SEPARATOR
1872
1873# The host system.
1874host_alias=$host_alias
1875host=$host
1876host_os=$host_os
1877
1878# The build system.
1879build_alias=$build_alias
1880build=$build
1881build_os=$build_os
1882
1883# A sed program that does not truncate output.
1884SED=$lt_SED
1885
1886# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1887Xsed="\$SED -e 1s/^X//"
1888
1889# A grep program that handles long lines.
1890GREP=$lt_GREP
1891
1892# An ERE matcher.
1893EGREP=$lt_EGREP
1894
1895# A literal string matcher.
1896FGREP=$lt_FGREP
1897
1898# A BSD- or MS-compatible name lister.
1899NM=$lt_NM
1900
1901# Whether we need soft or hard links.
1902LN_S=$lt_LN_S
1903
1904# What is the maximum length of a command?
1905max_cmd_len=$max_cmd_len
1906
1907# Object file suffix (normally "o").
1908objext=$ac_objext
1909
1910# Executable file suffix (normally "").
1911exeext=$exeext
1912
1913# whether the shell understands "unset".
1914lt_unset=$lt_unset
1915
1916# turn spaces into newlines.
1917SP2NL=$lt_lt_SP2NL
1918
1919# turn newlines into spaces.
1920NL2SP=$lt_lt_NL2SP
1921
1922# convert \$build file names to \$host format.
1923to_host_file_cmd=$lt_cv_to_host_file_cmd
1924
1925# convert \$build files to toolchain format.
1926to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1927
1928# An object symbol dumper.
1929OBJDUMP=$lt_OBJDUMP
1930
1931# Method to check whether dependent libraries are shared objects.
1932deplibs_check_method=$lt_deplibs_check_method
1933
1934# Command to use when deplibs_check_method = "file_magic".
1935file_magic_cmd=$lt_file_magic_cmd
1936
1937# How to find potential files when deplibs_check_method = "file_magic".
1938file_magic_glob=$lt_file_magic_glob
1939
1940# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1941want_nocaseglob=$lt_want_nocaseglob
1942
1943# DLL creation program.
1944DLLTOOL=$lt_DLLTOOL
1945
1946# Command to associate shared and link libraries.
1947sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1948
1949# The archiver.
1950AR=$lt_AR
1951
1952# Flags to create an archive.
1953AR_FLAGS=$lt_AR_FLAGS
1954
1955# How to feed a file listing to the archiver.
1956archiver_list_spec=$lt_archiver_list_spec
1957
1958# A symbol stripping program.
1959STRIP=$lt_STRIP
1960
1961# Commands used to install an old-style archive.
1962RANLIB=$lt_RANLIB
1963old_postinstall_cmds=$lt_old_postinstall_cmds
1964old_postuninstall_cmds=$lt_old_postuninstall_cmds
1965
1966# Whether to use a lock for old archive extraction.
1967lock_old_archive_extraction=$lock_old_archive_extraction
1968
1969# A C compiler.
1970LTCC=$lt_CC
1971
1972# LTCC compiler flags.
1973LTCFLAGS=$lt_CFLAGS
1974
1975# Take the output of nm and produce a listing of raw symbols and C names.
1976global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1977
1978# Transform the output of nm in a proper C declaration.
1979global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1980
1981# Transform the output of nm in a C name address pair.
1982global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1983
1984# Transform the output of nm in a C name address pair when lib prefix is needed.
1985global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1986
1987# Specify filename containing input files for \$NM.
1988nm_file_list_spec=$lt_nm_file_list_spec
1989
1990# The root where to search for dependent libraries,and in which our libraries should be installed.
1991lt_sysroot=$lt_sysroot
1992
1993# The name of the directory that contains temporary libtool files.
1994objdir=$objdir
1995
1996# Used to examine libraries when file_magic_cmd begins with "file".
1997MAGIC_CMD=$MAGIC_CMD
1998
1999# Must we lock files when doing compilation?
2000need_locks=$lt_need_locks
2001
2002# Manifest tool.
2003MANIFEST_TOOL=$lt_MANIFEST_TOOL
2004
2005# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
2006DSYMUTIL=$lt_DSYMUTIL
2007
2008# Tool to change global to local symbols on Mac OS X.
2009NMEDIT=$lt_NMEDIT
2010
2011# Tool to manipulate fat objects and archives on Mac OS X.
2012LIPO=$lt_LIPO
2013
2014# ldd/readelf like tool for Mach-O binaries on Mac OS X.
2015OTOOL=$lt_OTOOL
2016
2017# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
2018OTOOL64=$lt_OTOOL64
2019
2020# Old archive suffix (normally "a").
2021libext=$libext
2022
2023# Shared library suffix (normally ".so").
2024shrext_cmds=$lt_shrext_cmds
2025
2026# The commands to extract the exported symbol list from a shared archive.
2027extract_expsyms_cmds=$lt_extract_expsyms_cmds
2028
2029# Variables whose values should be saved in libtool wrapper scripts and
2030# restored at link time.
2031variables_saved_for_relink=$lt_variables_saved_for_relink
2032
2033# Do we need the "lib" prefix for modules?
2034need_lib_prefix=$need_lib_prefix
2035
2036# Do we need a version for libraries?
2037need_version=$need_version
2038
2039# Library versioning type.
2040version_type=$version_type
2041
2042# Shared library runtime path variable.
2043runpath_var=$runpath_var
2044
2045# Shared library path variable.
2046shlibpath_var=$shlibpath_var
2047
2048# Is shlibpath searched before the hard-coded library search path?
2049shlibpath_overrides_runpath=$shlibpath_overrides_runpath
2050
2051# Format of library name prefix.
2052libname_spec=$lt_libname_spec
2053
2054# List of archive names.  First name is the real one, the rest are links.
2055# The last name is the one that the linker finds with -lNAME
2056library_names_spec=$lt_library_names_spec
2057
2058# The coded name of the library, if different from the real name.
2059soname_spec=$lt_soname_spec
2060
2061# Permission mode override for installation of shared libraries.
2062install_override_mode=$lt_install_override_mode
2063
2064# Command to use after installation of a shared archive.
2065postinstall_cmds=$lt_postinstall_cmds
2066
2067# Command to use after uninstallation of a shared archive.
2068postuninstall_cmds=$lt_postuninstall_cmds
2069
2070# Commands used to finish a libtool library installation in a directory.
2071finish_cmds=$lt_finish_cmds
2072
2073# As "finish_cmds", except a single script fragment to be evaled but
2074# not shown.
2075finish_eval=$lt_finish_eval
2076
2077# Whether we should hardcode library paths into libraries.
2078hardcode_into_libs=$hardcode_into_libs
2079
2080# Compile-time system search path for libraries.
2081sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
2082
2083# Run-time system search path for libraries.
2084sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
2085
2086# Whether dlopen is supported.
2087dlopen_support=$enable_dlopen
2088
2089# Whether dlopen of programs is supported.
2090dlopen_self=$enable_dlopen_self
2091
2092# Whether dlopen of statically linked programs is supported.
2093dlopen_self_static=$enable_dlopen_self_static
2094
2095# Commands to strip libraries.
2096old_striplib=$lt_old_striplib
2097striplib=$lt_striplib
2098
2099
2100# The linker used to build libraries.
2101LD=$lt_LD
2102
2103# How to create reloadable object files.
2104reload_flag=$lt_reload_flag
2105reload_cmds=$lt_reload_cmds
2106
2107# Commands used to build an old-style archive.
2108old_archive_cmds=$lt_old_archive_cmds
2109
2110# A language specific compiler.
2111CC=$lt_compiler
2112
2113# Is the compiler the GNU compiler?
2114with_gcc=$GCC
2115
2116# Compiler flag to turn off builtin functions.
2117no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
2118
2119# Additional compiler flags for building library objects.
2120pic_flag=$lt_lt_prog_compiler_pic
2121
2122# How to pass a linker flag through the compiler.
2123wl=$lt_lt_prog_compiler_wl
2124
2125# Compiler flag to prevent dynamic linking.
2126link_static_flag=$lt_lt_prog_compiler_static
2127
2128# Does compiler simultaneously support -c and -o options?
2129compiler_c_o=$lt_lt_cv_prog_compiler_c_o
2130
2131# Whether or not to add -lc for building shared libraries.
2132build_libtool_need_lc=$archive_cmds_need_lc
2133
2134# Whether or not to disallow shared libs when runtime libs are static.
2135allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
2136
2137# Compiler flag to allow reflexive dlopens.
2138export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
2139
2140# Compiler flag to generate shared objects directly from archives.
2141whole_archive_flag_spec=$lt_whole_archive_flag_spec
2142
2143# Whether the compiler copes with passing no objects directly.
2144compiler_needs_object=$lt_compiler_needs_object
2145
2146# Create an old-style archive from a shared archive.
2147old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
2148
2149# Create a temporary old-style archive to link instead of a shared archive.
2150old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
2151
2152# Commands used to build a shared archive.
2153archive_cmds=$lt_archive_cmds
2154archive_expsym_cmds=$lt_archive_expsym_cmds
2155
2156# Commands used to build a loadable module if different from building
2157# a shared archive.
2158module_cmds=$lt_module_cmds
2159module_expsym_cmds=$lt_module_expsym_cmds
2160
2161# Whether we are building with GNU ld or not.
2162with_gnu_ld=$lt_with_gnu_ld
2163
2164# Flag that allows shared libraries with undefined symbols to be built.
2165allow_undefined_flag=$lt_allow_undefined_flag
2166
2167# Flag that enforces no undefined symbols.
2168no_undefined_flag=$lt_no_undefined_flag
2169
2170# Flag to hardcode \$libdir into a binary during linking.
2171# This must work even if \$libdir does not exist
2172hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2173
2174# Whether we need a single "-rpath" flag with a separated argument.
2175hardcode_libdir_separator=$lt_hardcode_libdir_separator
2176
2177# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2178# DIR into the resulting binary.
2179hardcode_direct=$hardcode_direct
2180
2181# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2182# DIR into the resulting binary and the resulting library dependency is
2183# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2184# library is relocated.
2185hardcode_direct_absolute=$hardcode_direct_absolute
2186
2187# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2188# into the resulting binary.
2189hardcode_minus_L=$hardcode_minus_L
2190
2191# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2192# into the resulting binary.
2193hardcode_shlibpath_var=$hardcode_shlibpath_var
2194
2195# Set to "yes" if building a shared library automatically hardcodes DIR
2196# into the library and all subsequent libraries and executables linked
2197# against it.
2198hardcode_automatic=$hardcode_automatic
2199
2200# Set to yes if linker adds runtime paths of dependent libraries
2201# to runtime path list.
2202inherit_rpath=$inherit_rpath
2203
2204# Whether libtool must link a program against all its dependency libraries.
2205link_all_deplibs=$link_all_deplibs
2206
2207# Set to "yes" if exported symbols are required.
2208always_export_symbols=$always_export_symbols
2209
2210# The commands to list exported symbols.
2211export_symbols_cmds=$lt_export_symbols_cmds
2212
2213# Symbols that should not be listed in the preloaded symbols.
2214exclude_expsyms=$lt_exclude_expsyms
2215
2216# Symbols that must always be exported.
2217include_expsyms=$lt_include_expsyms
2218
2219# Commands necessary for linking programs (against libraries) with templates.
2220prelink_cmds=$lt_prelink_cmds
2221
2222# Commands necessary for finishing linking programs.
2223postlink_cmds=$lt_postlink_cmds
2224
2225# Specify filename containing input files.
2226file_list_spec=$lt_file_list_spec
2227
2228# How to hardcode a shared library path into an executable.
2229hardcode_action=$hardcode_action
2230
2231# ### END LIBTOOL CONFIG
2232
2233_LT_EOF
2234
2235  case $host_os in
2236  aix3*)
2237    cat <<\_LT_EOF >> "$cfgfile"
2238# AIX sometimes has problems with the GCC collect2 program.  For some
2239# reason, if we set the COLLECT_NAMES environment variable, the problems
2240# vanish in a puff of smoke.
2241if test "X${COLLECT_NAMES+set}" != Xset; then
2242  COLLECT_NAMES=
2243  export COLLECT_NAMES
2244fi
2245_LT_EOF
2246    ;;
2247  esac
2248
2249
2250ltmain="$ac_aux_dir/ltmain.sh"
2251
2252
2253  # We use sed instead of cat because bash on DJGPP gets confused if
2254  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
2255  # text mode, it properly converts lines to CR/LF.  This bash problem
2256  # is reportedly fixed, but why not run on old versions too?
2257  sed '$q' "$ltmain" >> "$cfgfile" \
2258     || (rm -f "$cfgfile"; exit 1)
2259
2260  if test x"$xsi_shell" = xyes; then
2261  sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2262func_dirname ()\
2263{\
2264\    case ${1} in\
2265\      */*) func_dirname_result="${1%/*}${2}" ;;\
2266\      *  ) func_dirname_result="${3}" ;;\
2267\    esac\
2268} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2269  && mv -f "$cfgfile.tmp" "$cfgfile" \
2270    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2271test 0 -eq $? || _lt_function_replace_fail=:
2272
2273
2274  sed -e '/^func_basename ()$/,/^} # func_basename /c\
2275func_basename ()\
2276{\
2277\    func_basename_result="${1##*/}"\
2278} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2279  && mv -f "$cfgfile.tmp" "$cfgfile" \
2280    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2281test 0 -eq $? || _lt_function_replace_fail=:
2282
2283
2284  sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2285func_dirname_and_basename ()\
2286{\
2287\    case ${1} in\
2288\      */*) func_dirname_result="${1%/*}${2}" ;;\
2289\      *  ) func_dirname_result="${3}" ;;\
2290\    esac\
2291\    func_basename_result="${1##*/}"\
2292} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2293  && mv -f "$cfgfile.tmp" "$cfgfile" \
2294    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2295test 0 -eq $? || _lt_function_replace_fail=:
2296
2297
2298  sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2299func_stripname ()\
2300{\
2301\    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2302\    # positional parameters, so assign one to ordinary parameter first.\
2303\    func_stripname_result=${3}\
2304\    func_stripname_result=${func_stripname_result#"${1}"}\
2305\    func_stripname_result=${func_stripname_result%"${2}"}\
2306} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2307  && mv -f "$cfgfile.tmp" "$cfgfile" \
2308    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2309test 0 -eq $? || _lt_function_replace_fail=:
2310
2311
2312  sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2313func_split_long_opt ()\
2314{\
2315\    func_split_long_opt_name=${1%%=*}\
2316\    func_split_long_opt_arg=${1#*=}\
2317} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2318  && mv -f "$cfgfile.tmp" "$cfgfile" \
2319    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2320test 0 -eq $? || _lt_function_replace_fail=:
2321
2322
2323  sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2324func_split_short_opt ()\
2325{\
2326\    func_split_short_opt_arg=${1#??}\
2327\    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2328} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2329  && mv -f "$cfgfile.tmp" "$cfgfile" \
2330    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2331test 0 -eq $? || _lt_function_replace_fail=:
2332
2333
2334  sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2335func_lo2o ()\
2336{\
2337\    case ${1} in\
2338\      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2339\      *)    func_lo2o_result=${1} ;;\
2340\    esac\
2341} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2342  && mv -f "$cfgfile.tmp" "$cfgfile" \
2343    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2344test 0 -eq $? || _lt_function_replace_fail=:
2345
2346
2347  sed -e '/^func_xform ()$/,/^} # func_xform /c\
2348func_xform ()\
2349{\
2350    func_xform_result=${1%.*}.lo\
2351} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2352  && mv -f "$cfgfile.tmp" "$cfgfile" \
2353    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2354test 0 -eq $? || _lt_function_replace_fail=:
2355
2356
2357  sed -e '/^func_arith ()$/,/^} # func_arith /c\
2358func_arith ()\
2359{\
2360    func_arith_result=$(( $* ))\
2361} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2362  && mv -f "$cfgfile.tmp" "$cfgfile" \
2363    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2364test 0 -eq $? || _lt_function_replace_fail=:
2365
2366
2367  sed -e '/^func_len ()$/,/^} # func_len /c\
2368func_len ()\
2369{\
2370    func_len_result=${#1}\
2371} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2372  && mv -f "$cfgfile.tmp" "$cfgfile" \
2373    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2374test 0 -eq $? || _lt_function_replace_fail=:
2375
2376fi
2377
2378if test x"$lt_shell_append" = xyes; then
2379  sed -e '/^func_append ()$/,/^} # func_append /c\
2380func_append ()\
2381{\
2382    eval "${1}+=\\${2}"\
2383} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2384  && mv -f "$cfgfile.tmp" "$cfgfile" \
2385    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2386test 0 -eq $? || _lt_function_replace_fail=:
2387
2388
2389  sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2390func_append_quoted ()\
2391{\
2392\    func_quote_for_eval "${2}"\
2393\    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2394} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2395  && mv -f "$cfgfile.tmp" "$cfgfile" \
2396    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2397test 0 -eq $? || _lt_function_replace_fail=:
2398
2399
2400  # Save a `func_append' function call where possible by direct use of '+='
2401  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2402    && mv -f "$cfgfile.tmp" "$cfgfile" \
2403      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2404  test 0 -eq $? || _lt_function_replace_fail=:
2405else
2406  # Save a `func_append' function call even when '+=' is not available
2407  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2408    && mv -f "$cfgfile.tmp" "$cfgfile" \
2409      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2410  test 0 -eq $? || _lt_function_replace_fail=:
2411fi
2412
2413if test x"$_lt_function_replace_fail" = x":"; then
2414  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2415$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2416fi
2417
2418
2419   mv -f "$cfgfile" "$ofile" ||
2420    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2421  chmod +x "$ofile"
2422
2423 ;;
2424    "default":C) chmod a+x distrib/config/netatalk-config contrib/shell_utils/apple_*
2425 ;;
2426
2427  esac
2428done # for ac_tag
2429
2430
2431as_fn_exit 0
2432