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=mipsel-uclibc-linux' '--build=mipsel-uclibc-linux-gnu26' 'build_alias=mipsel-uclibc-linux-gnu26' 'host_alias=mipsel-uclibc-linux' 'CC=mipsel-linux-uclibc-gcc' 'CFLAGS=-O2 -DBCMNVRAM -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DWLPROBSUP -DSUPPORT_REMOTE_HTTPS -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DU12H189 -DWNDR4500REV -DWNDR4500v2 -DMULTIPLE_SSID -DENABLE_ML -DBCM53125 -DCONFIG_RUSSIA_IPTV -DINCLUDE_UCP -DDLNA -DHTTP_ACCESS_USB -DSAMBA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DFIRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURITY -DNEW_BCM_WPS_IPC -DSTA_MODE -DEXT_ACS -DINCLUDE_AFP -Os -DLINUX26 -I/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/include -std=gnu99 -D_U_=\"__attribute__((unused))\"' 'LDFLAGS=-L/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/lib' 'CPP=mipsel-linux-uclibc-gcc -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/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/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=mipsel-uclibc-linux' '--build=mipsel-uclibc-linux-gnu26' 'build_alias=mipsel-uclibc-linux-gnu26' 'host_alias=mipsel-uclibc-linux' 'CC=mipsel-linux-uclibc-gcc' 'CFLAGS=-O2 -DBCMNVRAM -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DWLPROBSUP -DSUPPORT_REMOTE_HTTPS -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DU12H189 -DWNDR4500REV -DWNDR4500v2 -DMULTIPLE_SSID -DENABLE_ML -DBCM53125 -DCONFIG_RUSSIA_IPTV -DINCLUDE_UCP -DDLNA -DHTTP_ACCESS_USB -DSAMBA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DFIRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURITY -DNEW_BCM_WPS_IPC -DSTA_MODE -DEXT_ACS -DINCLUDE_AFP -Os -DLINUX26 -I/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/include -std=gnu99 -D_U_="__attribute__((unused))"' 'LDFLAGS=-L/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/lib' 'CPP=mipsel-linux-uclibc-gcc -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='mipsel-uclibc-linux'
574host='mipsel-uclibc-linux-gnu'
575host_os='linux-gnu'
576build_alias='mipsel-uclibc-linux-gnu26'
577build='mipsel-uclibc-linux-gnu26'
578build_os='linux-gnu26'
579SED='/bin/sed'
580Xsed='/bin/sed -e 1s/^X//'
581GREP='/bin/grep'
582EGREP='/bin/grep -E'
583FGREP='/bin/grep -F'
584LD='mipsel-linux-uclibc-ld'
585NM='mipsel-linux-uclibc-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='mipsel-linux-uclibc-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='mipsel-linux-uclibc-ar'
605AR_FLAGS='cru'
606archiver_list_spec='@'
607STRIP='mipsel-linux-uclibc-strip'
608RANLIB='mipsel-linux-uclibc-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='mipsel-linux-uclibc-gcc'
614CFLAGS='-I$(top_srcdir)/include -D_U_="__attribute__((unused))" -O2 -DBCMNVRAM -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DWLPROBSUP -DSUPPORT_REMOTE_HTTPS -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DU12H189 -DWNDR4500REV -DWNDR4500v2 -DMULTIPLE_SSID -DENABLE_ML -DBCM53125 -DCONFIG_RUSSIA_IPTV -DINCLUDE_UCP -DDLNA -DHTTP_ACCESS_USB -DSAMBA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DFIRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURITY -DNEW_BCM_WPS_IPC -DSTA_MODE -DEXT_ACS -DINCLUDE_AFP -Os -DLINUX26 -I/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/include -std=gnu99 -D_U_="__attribute__((unused))" -I$(top_srcdir)/sys'
615compiler='mipsel-linux-uclibc-gcc'
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-mipsel-linux-uclibc-4.2.3/lib/gcc/mipsel-linux-uclibc/4.2.3 /projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/mipsel-linux-uclibc/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='mipsel-linux-uclibc-strip --strip-debug'
696striplib='mipsel-linux-uclibc-strip --strip-unneeded'
697
698LTCC='mipsel-linux-uclibc-gcc'
699LTCFLAGS='-O2 -DBCMNVRAM -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -D__CONFIG_WPS__ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DWLPROBSUP -DSUPPORT_REMOTE_HTTPS -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DU12H189 -DWNDR4500REV -DWNDR4500v2 -DMULTIPLE_SSID -DENABLE_ML -DBCM53125 -DCONFIG_RUSSIA_IPTV -DINCLUDE_UCP -DDLNA -DHTTP_ACCESS_USB -DSAMBA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DFIRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURITY -DNEW_BCM_WPS_IPC -DSTA_MODE -DEXT_ACS -DINCLUDE_AFP -Os -DLINUX26 -I/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/include -std=gnu99 -D_U_="__attribute__((unused))"'
700compiler='mipsel-linux-uclibc-gcc'
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"]="-lcups -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lz -lpthread -lm -lcrypt"
1003S["CUPS_LDFLAGS"]=""
1004S["CUPS_CFLAGS"]=""
1005S["CUPS_CONFIG"]="/usr/bin/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"]=" -liconv"
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"]="mipsel-linux-uclibc-gcc -E"
1051S["OTOOL64"]=""
1052S["OTOOL"]=""
1053S["LIPO"]=""
1054S["NMEDIT"]=""
1055S["DSYMUTIL"]=""
1056S["MANIFEST_TOOL"]=":"
1057S["RANLIB"]="mipsel-linux-uclibc-ranlib"
1058S["ac_ct_AR"]=""
1059S["AR"]="mipsel-linux-uclibc-ar"
1060S["DLLTOOL"]="false"
1061S["OBJDUMP"]="mipsel-linux-uclibc-objdump"
1062S["NM"]="mipsel-linux-uclibc-nm"
1063S["ac_ct_DUMPBIN"]=""
1064S["DUMPBIN"]=""
1065S["LD"]="mipsel-linux-uclibc-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"]="-L/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/build/usr/lib"
1086S["CFLAGS"]="-I$(top_srcdir)/include -D_U_=\"__attribute__((unused))\" -O2 -DBCMNVRAM -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -D__CONFIG_WPS_"\
1087"_ -D__CONFIG_EMF__ -D__CONFIG_IGMP_PROXY__ -DWLPROBSUP -DSUPPORT_REMOTE_HTTPS -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSC"\
1088"ONTROL -DU12H189 -DWNDR4500REV -DWNDR4500v2 -DMULTIPLE_SSID -DENABLE_ML -DBCM53125 -DCONFIG_RUSSIA_IPTV -DINCLUDE_UCP -DDLNA -DHTTP_ACCESS_USB -DSAM"\
1089"BA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DF"\
1090"IRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURIT"\
1091"Y -DNEW_BCM_WPS_IPC -DSTA_MODE -DEXT_ACS -DINCLUDE_AFP -Os -DLINUX26 -I/home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine"\
1092"/build/usr/include -std=gnu99 -D_U_=\"__attribute__((unused))\" -I$(top_srcdir)/sys"
1093S["CC"]="mipsel-linux-uclibc-gcc"
1094S["MAINT"]=""
1095S["MAINTAINER_MODE_FALSE"]="#"
1096S["MAINTAINER_MODE_TRUE"]=""
1097S["am__untar"]="$${TAR-tar} xf -"
1098S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
1099S["AMTAR"]="$${TAR-tar}"
1100S["am__leading_dot"]="."
1101S["SET_MAKE"]=""
1102S["AWK"]="gawk"
1103S["mkdir_p"]="/bin/mkdir -p"
1104S["MKDIR_P"]="/bin/mkdir -p"
1105S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1106S["STRIP"]="mipsel-linux-uclibc-strip"
1107S["install_sh"]="${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/install-sh"
1108S["MAKEINFO"]="${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run makeinfo"
1109S["AUTOHEADER"]="${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoheader"
1110S["AUTOMAKE"]="${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run automake-1.11"
1111S["AUTOCONF"]="${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoconf"
1112S["ACLOCAL"]="${SHELL} /home/tab/4500v2/build/2014_02_25_WNDR4500v2_BSP_6.37.14.8/ap/gpl/timemachine/netatalk-2.2.5/missing --run aclocal-1.11"
1113S["VERSION"]="2.2.5"
1114S["PACKAGE"]="netatalk"
1115S["CYGPATH_W"]="echo"
1116S["am__isrc"]=""
1117S["INSTALL_DATA"]="${INSTALL} -m 644"
1118S["INSTALL_SCRIPT"]="${INSTALL}"
1119S["INSTALL_PROGRAM"]="${INSTALL}"
1120S["target_os"]="linux-gnu"
1121S["target_vendor"]="uclibc"
1122S["target_cpu"]="mipsel"
1123S["target"]="mipsel-uclibc-linux-gnu"
1124S["host_os"]="linux-gnu"
1125S["host_vendor"]="uclibc"
1126S["host_cpu"]="mipsel"
1127S["host"]="mipsel-uclibc-linux-gnu"
1128S["build_os"]="linux-gnu26"
1129S["build_vendor"]="uclibc"
1130S["build_cpu"]="mipsel"
1131S["build"]="mipsel-uclibc-linux-gnu26"
1132S["NETATALK_VERSION"]="2.2.5"
1133S["target_alias"]=""
1134S["host_alias"]="mipsel-uclibc-linux"
1135S["build_alias"]="mipsel-uclibc-linux-gnu26"
1136S["LIBS"]="-lpthread -ldl  -L$(top_srcdir)/libatalk"
1137S["ECHO_T"]=""
1138S["ECHO_N"]="-n"
1139S["ECHO_C"]=""
1140S["DEFS"]="-DHAVE_CONFIG_H"
1141S["mandir"]="${datarootdir}/man"
1142S["localedir"]="${datarootdir}/locale"
1143S["libdir"]="${exec_prefix}/lib"
1144S["psdir"]="${docdir}"
1145S["pdfdir"]="${docdir}"
1146S["dvidir"]="${docdir}"
1147S["htmldir"]="${docdir}"
1148S["infodir"]="${datarootdir}/info"
1149S["docdir"]="${datarootdir}/doc/${PACKAGE}"
1150S["oldincludedir"]="/usr/include"
1151S["includedir"]="${prefix}/include"
1152S["localstatedir"]="${prefix}/var"
1153S["sharedstatedir"]="${prefix}/com"
1154S["sysconfdir"]="${prefix}/etc"
1155S["datadir"]="${datarootdir}"
1156S["datarootdir"]="${prefix}/share"
1157S["libexecdir"]="${exec_prefix}/libexec"
1158S["sbindir"]="${exec_prefix}/sbin"
1159S["bindir"]="${exec_prefix}/bin"
1160S["program_transform_name"]="s,x,x,"
1161S["prefix"]="/usr/local"
1162S["exec_prefix"]="${prefix}"
1163S["PACKAGE_URL"]=""
1164S["PACKAGE_BUGREPORT"]=""
1165S["PACKAGE_STRING"]=""
1166S["PACKAGE_VERSION"]=""
1167S["PACKAGE_TARNAME"]=""
1168S["PACKAGE_NAME"]=""
1169S["PATH_SEPARATOR"]=":"
1170S["SHELL"]="/bin/sh"
1171S["PS"]="/bin/ps"
1172S["PERL"]="perl"
1173S["GREP"]="/bin/grep"
1174_ACAWK
1175cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
1176  for (key in S) S_is_set[key] = 1
1177  FS = ""
1178
1179}
1180{
1181  line = $ 0
1182  nfields = split(line, field, "@")
1183  substed = 0
1184  len = length(field[1])
1185  for (i = 2; i < nfields; i++) {
1186    key = field[i]
1187    keylen = length(key)
1188    if (S_is_set[key]) {
1189      value = S[key]
1190      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
1191      len += length(value) + length(field[++i])
1192      substed = 1
1193    } else
1194      len += 1 + keylen
1195  }
1196
1197  print line
1198}
1199
1200_ACAWK
1201if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
1202  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
1203else
1204  cat
1205fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
1206  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
1207fi # test -n "$CONFIG_FILES"
1208
1209# Set up the scripts for CONFIG_HEADERS section.
1210# No need to generate them if there are no CONFIG_HEADERS.
1211# This happens for instance with `./config.status Makefile'.
1212if test -n "$CONFIG_HEADERS"; then
1213cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
1214BEGIN {
1215D["PACKAGE_NAME"]=" \"\""
1216D["PACKAGE_TARNAME"]=" \"\""
1217D["PACKAGE_VERSION"]=" \"\""
1218D["PACKAGE_STRING"]=" \"\""
1219D["PACKAGE_BUGREPORT"]=" \"\""
1220D["PACKAGE_URL"]=" \"\""
1221D["PACKAGE"]=" \"netatalk\""
1222D["VERSION"]=" \"2.2.5\""
1223D["STDC_HEADERS"]=" 1"
1224D["HAVE_SYS_TYPES_H"]=" 1"
1225D["HAVE_SYS_STAT_H"]=" 1"
1226D["HAVE_STDLIB_H"]=" 1"
1227D["HAVE_STRING_H"]=" 1"
1228D["HAVE_MEMORY_H"]=" 1"
1229D["HAVE_STRINGS_H"]=" 1"
1230D["HAVE_INTTYPES_H"]=" 1"
1231D["HAVE_STDINT_H"]=" 1"
1232D["HAVE_UNISTD_H"]=" 1"
1233D["HAVE_DLFCN_H"]=" 1"
1234D["LT_OBJDIR"]=" \".libs/\""
1235D["HAVE_DIRENT_H"]=" 1"
1236D["STDC_HEADERS"]=" 1"
1237D["HAVE_SYS_WAIT_H"]=" 1"
1238D["HAVE_FCNTL_H"]=" 1"
1239D["HAVE_LIMITS_H"]=" 1"
1240D["HAVE_STDINT_H"]=" 1"
1241D["HAVE_STRINGS_H"]=" 1"
1242D["HAVE_TIME_H"]=" 1"
1243D["HAVE_SYS_PARAM_H"]=" 1"
1244D["HAVE_SYS_FCNTL_H"]=" 1"
1245D["HAVE_SYS_FILE_H"]=" 1"
1246D["HAVE_SYS_IOCTL_H"]=" 1"
1247D["HAVE_SYS_TIME_H"]=" 1"
1248D["HAVE_SYS_STATVFS_H"]=" 1"
1249D["HAVE_SYS_STAT_H"]=" 1"
1250D["HAVE_SYS_VFS_H"]=" 1"
1251D["HAVE_MNTENT_H"]=" 1"
1252D["HAVE_SYSLOG_H"]=" 1"
1253D["HAVE_UNISTD_H"]=" 1"
1254D["HAVE_TERMIOS_H"]=" 1"
1255D["HAVE_SYS_TERMIOS_H"]=" 1"
1256D["HAVE_NETDB_H"]=" 1"
1257D["HAVE_SGTTY_H"]=" 1"
1258D["HAVE_SYS_TYPES_H"]=" 1"
1259D["HAVE_DLFCN_H"]=" 1"
1260D["HAVE_ERRNO_H"]=" 1"
1261D["HAVE_SYS_ERRNO_H"]=" 1"
1262D["HAVE_SYS_UIO_H"]=" 1"
1263D["HAVE_LANGINFO_H"]=" 1"
1264D["HAVE_LOCALE_H"]=" 1"
1265D["HAVE_SYS_MOUNT_H"]=" 1"
1266D["HAVE_STRUCT_STAT_ST_RDEV"]=" 1"
1267D["HAVE_ST_RDEV"]=" 1"
1268D["TIME_WITH_SYS_TIME"]=" 1"
1269D["HAVE_LIBDL"]=" 1"
1270D["HAVE_DLERROR"]=" 1"
1271D["HAVE_LIBDLLOADER"]=" 1"
1272D["HAVE_DLSYM"]=" 1"
1273D["HAVE_DLCLOSE"]=" 1"
1274D["GETGROUPS_T"]=" gid_t"
1275D["HAVE_STDLIB_H"]=" 1"
1276D["HAVE_UNISTD_H"]=" 1"
1277D["HAVE_SYS_PARAM_H"]=" 1"
1278D["HAVE_UTIME_H"]=" 1"
1279D["HAVE_GETPAGESIZE"]=" 1"
1280D["RETSIGTYPE"]=" void"
1281D["HAVE_UTIME_NULL"]=" 1"
1282D["HAVE_GETCWD"]=" 1"
1283D["HAVE_GETHOSTNAME"]=" 1"
1284D["HAVE_GETTIMEOFDAY"]=" 1"
1285D["HAVE_GETUSERSHELL"]=" 1"
1286D["HAVE_MKDIR"]=" 1"
1287D["HAVE_RMDIR"]=" 1"
1288D["HAVE_SELECT"]=" 1"
1289D["HAVE_SOCKET"]=" 1"
1290D["HAVE_STRDUP"]=" 1"
1291D["HAVE_STRCASESTR"]=" 1"
1292D["HAVE_STRSTR"]=" 1"
1293D["HAVE_STRTOUL"]=" 1"
1294D["HAVE_STRCHR"]=" 1"
1295D["HAVE_MEMCPY"]=" 1"
1296D["HAVE_SETLOCALE"]=" 1"
1297D["HAVE_NL_LANGINFO"]=" 1"
1298D["HAVE_STRLCPY"]=" 1"
1299D["HAVE_STRLCAT"]=" 1"
1300D["HAVE_SETLINEBUF"]=" 1"
1301D["HAVE_DIRFD"]=" 1"
1302D["HAVE_PSELECT"]=" 1"
1303D["HAVE_ACCESS"]=" 1"
1304D["HAVE_PREAD"]=" 1"
1305D["HAVE_PWRITE"]=" 1"
1306D["HAVE_WAITPID"]=" 1"
1307D["HAVE_GETCWD"]=" 1"
1308D["HAVE_STRDUP"]=" 1"
1309D["HAVE_STRNDUP"]=" 1"
1310D["HAVE_STRNLEN"]=" 1"
1311D["HAVE_STRTOUL"]=" 1"
1312D["HAVE_STRERROR"]=" 1"
1313D["HAVE_CHOWN"]=" 1"
1314D["HAVE_FCHOWN"]=" 1"
1315D["HAVE_CHMOD"]=" 1"
1316D["HAVE_FCHMOD"]=" 1"
1317D["HAVE_CHROOT"]=" 1"
1318D["HAVE_LINK"]=" 1"
1319D["HAVE_MKNOD"]=" 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["HAVE_CUPS"]=" 1"
1344D["CUPS_API_VERSION"]=" \"1.3\""
1345D["OPEN_NOFOLLOW_ERRNO"]=" ELOOP"
1346D["_GNU_SOURCE"]=" 1"
1347D["HAVE_ATALK_ADDR"]=" 1"
1348D["HAVE_LINUX_DQBLK_XFS_H"]=" 1"
1349D["HAVE_BROKEN_DBTOB"]=" 1"
1350D["SENDFILE_FLAVOR_LINUX"]=" 1"
1351D["WITH_SENDFILE"]=" 1"
1352D["HAVE_LIBGCRYPT"]=" 1"
1353D["UAM_DHX2"]=" 1"
1354D["HAVE_LIBCRYPTO"]=" 1"
1355D["OPENSSL_DHX"]=" 1"
1356D["UAM_DHX"]=" 1"
1357D["DB_MAJOR_REQ"]=" 4"
1358D["DB_MINOR_REQ"]=" 6"
1359D["DB_PATCH_REQ"]=" 0"
1360D["HAVE_CRYPT_H"]=" 1"
1361D["HAVE_LIBCRYPT"]=" 1"
1362D["HAVE_NO_ACLS"]=" 1"
1363D["HAVE_SYS_XATTR_H"]=" 1"
1364D["HAVE_SYS_UIO_H"]=" 1"
1365D["HAVE_GETXATTR"]=" 1"
1366D["HAVE_LGETXATTR"]=" 1"
1367D["HAVE_FGETXATTR"]=" 1"
1368D["HAVE_LISTXATTR"]=" 1"
1369D["HAVE_LLISTXATTR"]=" 1"
1370D["HAVE_FLISTXATTR"]=" 1"
1371D["HAVE_REMOVEXATTR"]=" 1"
1372D["HAVE_LREMOVEXATTR"]=" 1"
1373D["HAVE_FREMOVEXATTR"]=" 1"
1374D["HAVE_SETXATTR"]=" 1"
1375D["HAVE_LSETXATTR"]=" 1"
1376D["HAVE_FSETXATTR"]=" 1"
1377D["EA_MODULES"]=" \"ad | sys\""
1378  for (key in D) D_is_set[key] = 1
1379  FS = ""
1380}
1381/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1382  line = $ 0
1383  split(line, arg, " ")
1384  if (arg[1] == "#") {
1385    defundef = arg[2]
1386    mac1 = arg[3]
1387  } else {
1388    defundef = substr(arg[1], 2)
1389    mac1 = arg[2]
1390  }
1391  split(mac1, mac2, "(") #)
1392  macro = mac2[1]
1393  prefix = substr(line, 1, index(line, defundef) - 1)
1394  if (D_is_set[macro]) {
1395    # Preserve the white space surrounding the "#".
1396    print prefix "define", macro P[macro] D[macro]
1397    next
1398  } else {
1399    # Replace #undef with comments.  This is necessary, for example,
1400    # in the case of _POSIX_SOURCE, which is predefined and required
1401    # on some systems where configure will not decide to define it.
1402    if (defundef == "undef") {
1403      print "/*", prefix defundef, macro, "*/"
1404      next
1405    }
1406  }
1407}
1408{ print }
1409_ACAWK
1410  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1411fi # test -n "$CONFIG_HEADERS"
1412
1413
1414eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1415shift
1416for ac_tag
1417do
1418  case $ac_tag in
1419  :[FHLC]) ac_mode=$ac_tag; continue;;
1420  esac
1421  case $ac_mode$ac_tag in
1422  :[FHL]*:*);;
1423  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1424  :[FH]-) ac_tag=-:-;;
1425  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1426  esac
1427  ac_save_IFS=$IFS
1428  IFS=:
1429  set x $ac_tag
1430  IFS=$ac_save_IFS
1431  shift
1432  ac_file=$1
1433  shift
1434
1435  case $ac_mode in
1436  :L) ac_source=$1;;
1437  :[FH])
1438    ac_file_inputs=
1439    for ac_f
1440    do
1441      case $ac_f in
1442      -) ac_f="$ac_tmp/stdin";;
1443      *) # Look for the file first in the build tree, then in the source tree
1444	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
1445	 # because $ac_f cannot contain `:'.
1446	 test -f "$ac_f" ||
1447	   case $ac_f in
1448	   [\\/$]*) false;;
1449	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1450	   esac ||
1451	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1452      esac
1453      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1454      as_fn_append ac_file_inputs " '$ac_f'"
1455    done
1456
1457    # Let's still pretend it is `configure' which instantiates (i.e., don't
1458    # use $as_me), people would be surprised to read:
1459    #    /* config.h.  Generated by config.status.  */
1460    configure_input='Generated from '`
1461	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1462	`' by configure.'
1463    if test x"$ac_file" != x-; then
1464      configure_input="$ac_file.  $configure_input"
1465      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1466$as_echo "$as_me: creating $ac_file" >&6;}
1467    fi
1468    # Neutralize special characters interpreted by sed in replacement strings.
1469    case $configure_input in #(
1470    *\&* | *\|* | *\\* )
1471       ac_sed_conf_input=`$as_echo "$configure_input" |
1472       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1473    *) ac_sed_conf_input=$configure_input;;
1474    esac
1475
1476    case $ac_tag in
1477    *:-:* | *:-) cat >"$ac_tmp/stdin" \
1478      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1479    esac
1480    ;;
1481  esac
1482
1483  ac_dir=`$as_dirname -- "$ac_file" ||
1484$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1485	 X"$ac_file" : 'X\(//\)[^/]' \| \
1486	 X"$ac_file" : 'X\(//\)$' \| \
1487	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1488$as_echo X"$ac_file" |
1489    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1490	    s//\1/
1491	    q
1492	  }
1493	  /^X\(\/\/\)[^/].*/{
1494	    s//\1/
1495	    q
1496	  }
1497	  /^X\(\/\/\)$/{
1498	    s//\1/
1499	    q
1500	  }
1501	  /^X\(\/\).*/{
1502	    s//\1/
1503	    q
1504	  }
1505	  s/.*/./; q'`
1506  as_dir="$ac_dir"; as_fn_mkdir_p
1507  ac_builddir=.
1508
1509case "$ac_dir" in
1510.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1511*)
1512  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1513  # A ".." for each directory in $ac_dir_suffix.
1514  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1515  case $ac_top_builddir_sub in
1516  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1517  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1518  esac ;;
1519esac
1520ac_abs_top_builddir=$ac_pwd
1521ac_abs_builddir=$ac_pwd$ac_dir_suffix
1522# for backward compatibility:
1523ac_top_builddir=$ac_top_build_prefix
1524
1525case $srcdir in
1526  .)  # We are building in place.
1527    ac_srcdir=.
1528    ac_top_srcdir=$ac_top_builddir_sub
1529    ac_abs_top_srcdir=$ac_pwd ;;
1530  [\\/]* | ?:[\\/]* )  # Absolute name.
1531    ac_srcdir=$srcdir$ac_dir_suffix;
1532    ac_top_srcdir=$srcdir
1533    ac_abs_top_srcdir=$srcdir ;;
1534  *) # Relative name.
1535    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1536    ac_top_srcdir=$ac_top_build_prefix$srcdir
1537    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1538esac
1539ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1540
1541
1542  case $ac_mode in
1543  :F)
1544  #
1545  # CONFIG_FILE
1546  #
1547
1548  case $INSTALL in
1549  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1550  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1551  esac
1552  ac_MKDIR_P=$MKDIR_P
1553  case $MKDIR_P in
1554  [\\/$]* | ?:[\\/]* ) ;;
1555  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1556  esac
1557# If the template does not know about datarootdir, expand it.
1558# FIXME: This hack should be removed a few years after 2.60.
1559ac_datarootdir_hack=; ac_datarootdir_seen=
1560ac_sed_dataroot='
1561/datarootdir/ {
1562  p
1563  q
1564}
1565/@datadir@/p
1566/@docdir@/p
1567/@infodir@/p
1568/@localedir@/p
1569/@mandir@/p'
1570case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1571*datarootdir*) ac_datarootdir_seen=yes;;
1572*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1573  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1574$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1575  ac_datarootdir_hack='
1576  s&@datadir@&${datarootdir}&g
1577  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
1578  s&@infodir@&${datarootdir}/info&g
1579  s&@localedir@&${datarootdir}/locale&g
1580  s&@mandir@&${datarootdir}/man&g
1581  s&\${datarootdir}&${prefix}/share&g' ;;
1582esac
1583ac_sed_extra="/^[	 ]*VPATH[	 ]*=[	 ]*/{
1584h
1585s///
1586s/^/:/
1587s/[	 ]*$/:/
1588s/:\$(srcdir):/:/g
1589s/:\${srcdir}:/:/g
1590s/:@srcdir@:/:/g
1591s/^:*//
1592s/:*$//
1593x
1594s/\(=[	 ]*\).*/\1/
1595G
1596s/\n//
1597s/^[^=]*=[	 ]*$//
1598}
1599
1600:t
1601/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1602s|@configure_input@|$ac_sed_conf_input|;t t
1603s&@top_builddir@&$ac_top_builddir_sub&;t t
1604s&@top_build_prefix@&$ac_top_build_prefix&;t t
1605s&@srcdir@&$ac_srcdir&;t t
1606s&@abs_srcdir@&$ac_abs_srcdir&;t t
1607s&@top_srcdir@&$ac_top_srcdir&;t t
1608s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1609s&@builddir@&$ac_builddir&;t t
1610s&@abs_builddir@&$ac_abs_builddir&;t t
1611s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1612s&@INSTALL@&$ac_INSTALL&;t t
1613s&@MKDIR_P@&$ac_MKDIR_P&;t t
1614$ac_datarootdir_hack
1615"
1616eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1617  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1618
1619test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1620  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1621  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
1622      "$ac_tmp/out"`; test -z "$ac_out"; } &&
1623  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1624which seems to be undefined.  Please make sure it is defined" >&5
1625$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1626which seems to be undefined.  Please make sure it is defined" >&2;}
1627
1628  rm -f "$ac_tmp/stdin"
1629  case $ac_file in
1630  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1631  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1632  esac \
1633  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1634 ;;
1635  :H)
1636  #
1637  # CONFIG_HEADER
1638  #
1639  if test x"$ac_file" != x-; then
1640    {
1641      $as_echo "/* $configure_input  */" \
1642      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1643    } >"$ac_tmp/config.h" \
1644      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1645    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1646      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1647$as_echo "$as_me: $ac_file is unchanged" >&6;}
1648    else
1649      rm -f "$ac_file"
1650      mv "$ac_tmp/config.h" "$ac_file" \
1651	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
1652    fi
1653  else
1654    $as_echo "/* $configure_input  */" \
1655      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1656      || as_fn_error $? "could not create -" "$LINENO" 5
1657  fi
1658# Compute "$ac_file"'s index in $config_headers.
1659_am_arg="$ac_file"
1660_am_stamp_count=1
1661for _am_header in $config_headers :; do
1662  case $_am_header in
1663    $_am_arg | $_am_arg:* )
1664      break ;;
1665    * )
1666      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1667  esac
1668done
1669echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1670$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1671	 X"$_am_arg" : 'X\(//\)[^/]' \| \
1672	 X"$_am_arg" : 'X\(//\)$' \| \
1673	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1674$as_echo X"$_am_arg" |
1675    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1676	    s//\1/
1677	    q
1678	  }
1679	  /^X\(\/\/\)[^/].*/{
1680	    s//\1/
1681	    q
1682	  }
1683	  /^X\(\/\/\)$/{
1684	    s//\1/
1685	    q
1686	  }
1687	  /^X\(\/\).*/{
1688	    s//\1/
1689	    q
1690	  }
1691	  s/.*/./; q'`/stamp-h$_am_stamp_count
1692 ;;
1693
1694  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1695$as_echo "$as_me: executing $ac_file commands" >&6;}
1696 ;;
1697  esac
1698
1699
1700  case $ac_file$ac_mode in
1701    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1702  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1703  # are listed without --file.  Let's play safe and only enable the eval
1704  # if we detect the quoting.
1705  case $CONFIG_FILES in
1706  *\'*) eval set x "$CONFIG_FILES" ;;
1707  *)   set x $CONFIG_FILES ;;
1708  esac
1709  shift
1710  for mf
1711  do
1712    # Strip MF so we end up with the name of the file.
1713    mf=`echo "$mf" | sed -e 's/:.*$//'`
1714    # Check whether this is an Automake generated Makefile or not.
1715    # We used to match only the files named `Makefile.in', but
1716    # some people rename them; so instead we look at the file content.
1717    # Grep'ing the first line is not enough: some people post-process
1718    # each Makefile.in and add a new line on top of each file to say so.
1719    # Grep'ing the whole file is not good either: AIX grep has a line
1720    # limit of 2048, but all sed's we know have understand at least 4000.
1721    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1722      dirpart=`$as_dirname -- "$mf" ||
1723$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1724	 X"$mf" : 'X\(//\)[^/]' \| \
1725	 X"$mf" : 'X\(//\)$' \| \
1726	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1727$as_echo X"$mf" |
1728    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1729	    s//\1/
1730	    q
1731	  }
1732	  /^X\(\/\/\)[^/].*/{
1733	    s//\1/
1734	    q
1735	  }
1736	  /^X\(\/\/\)$/{
1737	    s//\1/
1738	    q
1739	  }
1740	  /^X\(\/\).*/{
1741	    s//\1/
1742	    q
1743	  }
1744	  s/.*/./; q'`
1745    else
1746      continue
1747    fi
1748    # Extract the definition of DEPDIR, am__include, and am__quote
1749    # from the Makefile without running `make'.
1750    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1751    test -z "$DEPDIR" && continue
1752    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1753    test -z "am__include" && continue
1754    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1755    # When using ansi2knr, U may be empty or an underscore; expand it
1756    U=`sed -n 's/^U = //p' < "$mf"`
1757    # Find all dependency output files, they are included files with
1758    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1759    # simplest approach to changing $(DEPDIR) to its actual value in the
1760    # expansion.
1761    for file in `sed -n "
1762      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1763	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1764      # Make sure the directory exists.
1765      test -f "$dirpart/$file" && continue
1766      fdir=`$as_dirname -- "$file" ||
1767$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1768	 X"$file" : 'X\(//\)[^/]' \| \
1769	 X"$file" : 'X\(//\)$' \| \
1770	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1771$as_echo X"$file" |
1772    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1773	    s//\1/
1774	    q
1775	  }
1776	  /^X\(\/\/\)[^/].*/{
1777	    s//\1/
1778	    q
1779	  }
1780	  /^X\(\/\/\)$/{
1781	    s//\1/
1782	    q
1783	  }
1784	  /^X\(\/\).*/{
1785	    s//\1/
1786	    q
1787	  }
1788	  s/.*/./; q'`
1789      as_dir=$dirpart/$fdir; as_fn_mkdir_p
1790      # echo "creating $dirpart/$file"
1791      echo '# dummy' > "$dirpart/$file"
1792    done
1793  done
1794}
1795 ;;
1796    "libtool":C)
1797
1798    # See if we are running on zsh, and set the options which allow our
1799    # commands through without removal of \ escapes.
1800    if test -n "${ZSH_VERSION+set}" ; then
1801      setopt NO_GLOB_SUBST
1802    fi
1803
1804    cfgfile="${ofile}T"
1805    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1806    $RM "$cfgfile"
1807
1808    cat <<_LT_EOF >> "$cfgfile"
1809#! $SHELL
1810
1811# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1812# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1813# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1814# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1815#
1816#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1817#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1818#                 Foundation, Inc.
1819#   Written by Gordon Matzigkeit, 1996
1820#
1821#   This file is part of GNU Libtool.
1822#
1823# GNU Libtool is free software; you can redistribute it and/or
1824# modify it under the terms of the GNU General Public License as
1825# published by the Free Software Foundation; either version 2 of
1826# the License, or (at your option) any later version.
1827#
1828# As a special exception to the GNU General Public License,
1829# if you distribute this file as part of a program or library that
1830# is built using GNU Libtool, you may include this file under the
1831# same distribution terms that you use for the rest of that program.
1832#
1833# GNU Libtool is distributed in the hope that it will be useful,
1834# but WITHOUT ANY WARRANTY; without even the implied warranty of
1835# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1836# GNU General Public License for more details.
1837#
1838# You should have received a copy of the GNU General Public License
1839# along with GNU Libtool; see the file COPYING.  If not, a copy
1840# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1841# obtained by writing to the Free Software Foundation, Inc.,
1842# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1843
1844
1845# The names of the tagged configurations supported by this script.
1846available_tags=""
1847
1848# ### BEGIN LIBTOOL CONFIG
1849
1850# Which release of libtool.m4 was used?
1851macro_version=$macro_version
1852macro_revision=$macro_revision
1853
1854# Whether or not to build shared libraries.
1855build_libtool_libs=$enable_shared
1856
1857# Whether or not to build static libraries.
1858build_old_libs=$enable_static
1859
1860# What type of objects to build.
1861pic_mode=$pic_mode
1862
1863# Whether or not to optimize for fast installation.
1864fast_install=$enable_fast_install
1865
1866# Shell to use when invoking shell scripts.
1867SHELL=$lt_SHELL
1868
1869# An echo program that protects backslashes.
1870ECHO=$lt_ECHO
1871
1872# The PATH separator for the build system.
1873PATH_SEPARATOR=$lt_PATH_SEPARATOR
1874
1875# The host system.
1876host_alias=$host_alias
1877host=$host
1878host_os=$host_os
1879
1880# The build system.
1881build_alias=$build_alias
1882build=$build
1883build_os=$build_os
1884
1885# A sed program that does not truncate output.
1886SED=$lt_SED
1887
1888# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1889Xsed="\$SED -e 1s/^X//"
1890
1891# A grep program that handles long lines.
1892GREP=$lt_GREP
1893
1894# An ERE matcher.
1895EGREP=$lt_EGREP
1896
1897# A literal string matcher.
1898FGREP=$lt_FGREP
1899
1900# A BSD- or MS-compatible name lister.
1901NM=$lt_NM
1902
1903# Whether we need soft or hard links.
1904LN_S=$lt_LN_S
1905
1906# What is the maximum length of a command?
1907max_cmd_len=$max_cmd_len
1908
1909# Object file suffix (normally "o").
1910objext=$ac_objext
1911
1912# Executable file suffix (normally "").
1913exeext=$exeext
1914
1915# whether the shell understands "unset".
1916lt_unset=$lt_unset
1917
1918# turn spaces into newlines.
1919SP2NL=$lt_lt_SP2NL
1920
1921# turn newlines into spaces.
1922NL2SP=$lt_lt_NL2SP
1923
1924# convert \$build file names to \$host format.
1925to_host_file_cmd=$lt_cv_to_host_file_cmd
1926
1927# convert \$build files to toolchain format.
1928to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1929
1930# An object symbol dumper.
1931OBJDUMP=$lt_OBJDUMP
1932
1933# Method to check whether dependent libraries are shared objects.
1934deplibs_check_method=$lt_deplibs_check_method
1935
1936# Command to use when deplibs_check_method = "file_magic".
1937file_magic_cmd=$lt_file_magic_cmd
1938
1939# How to find potential files when deplibs_check_method = "file_magic".
1940file_magic_glob=$lt_file_magic_glob
1941
1942# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1943want_nocaseglob=$lt_want_nocaseglob
1944
1945# DLL creation program.
1946DLLTOOL=$lt_DLLTOOL
1947
1948# Command to associate shared and link libraries.
1949sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1950
1951# The archiver.
1952AR=$lt_AR
1953
1954# Flags to create an archive.
1955AR_FLAGS=$lt_AR_FLAGS
1956
1957# How to feed a file listing to the archiver.
1958archiver_list_spec=$lt_archiver_list_spec
1959
1960# A symbol stripping program.
1961STRIP=$lt_STRIP
1962
1963# Commands used to install an old-style archive.
1964RANLIB=$lt_RANLIB
1965old_postinstall_cmds=$lt_old_postinstall_cmds
1966old_postuninstall_cmds=$lt_old_postuninstall_cmds
1967
1968# Whether to use a lock for old archive extraction.
1969lock_old_archive_extraction=$lock_old_archive_extraction
1970
1971# A C compiler.
1972LTCC=$lt_CC
1973
1974# LTCC compiler flags.
1975LTCFLAGS=$lt_CFLAGS
1976
1977# Take the output of nm and produce a listing of raw symbols and C names.
1978global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1979
1980# Transform the output of nm in a proper C declaration.
1981global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1982
1983# Transform the output of nm in a C name address pair.
1984global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1985
1986# Transform the output of nm in a C name address pair when lib prefix is needed.
1987global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1988
1989# Specify filename containing input files for \$NM.
1990nm_file_list_spec=$lt_nm_file_list_spec
1991
1992# The root where to search for dependent libraries,and in which our libraries should be installed.
1993lt_sysroot=$lt_sysroot
1994
1995# The name of the directory that contains temporary libtool files.
1996objdir=$objdir
1997
1998# Used to examine libraries when file_magic_cmd begins with "file".
1999MAGIC_CMD=$MAGIC_CMD
2000
2001# Must we lock files when doing compilation?
2002need_locks=$lt_need_locks
2003
2004# Manifest tool.
2005MANIFEST_TOOL=$lt_MANIFEST_TOOL
2006
2007# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
2008DSYMUTIL=$lt_DSYMUTIL
2009
2010# Tool to change global to local symbols on Mac OS X.
2011NMEDIT=$lt_NMEDIT
2012
2013# Tool to manipulate fat objects and archives on Mac OS X.
2014LIPO=$lt_LIPO
2015
2016# ldd/readelf like tool for Mach-O binaries on Mac OS X.
2017OTOOL=$lt_OTOOL
2018
2019# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
2020OTOOL64=$lt_OTOOL64
2021
2022# Old archive suffix (normally "a").
2023libext=$libext
2024
2025# Shared library suffix (normally ".so").
2026shrext_cmds=$lt_shrext_cmds
2027
2028# The commands to extract the exported symbol list from a shared archive.
2029extract_expsyms_cmds=$lt_extract_expsyms_cmds
2030
2031# Variables whose values should be saved in libtool wrapper scripts and
2032# restored at link time.
2033variables_saved_for_relink=$lt_variables_saved_for_relink
2034
2035# Do we need the "lib" prefix for modules?
2036need_lib_prefix=$need_lib_prefix
2037
2038# Do we need a version for libraries?
2039need_version=$need_version
2040
2041# Library versioning type.
2042version_type=$version_type
2043
2044# Shared library runtime path variable.
2045runpath_var=$runpath_var
2046
2047# Shared library path variable.
2048shlibpath_var=$shlibpath_var
2049
2050# Is shlibpath searched before the hard-coded library search path?
2051shlibpath_overrides_runpath=$shlibpath_overrides_runpath
2052
2053# Format of library name prefix.
2054libname_spec=$lt_libname_spec
2055
2056# List of archive names.  First name is the real one, the rest are links.
2057# The last name is the one that the linker finds with -lNAME
2058library_names_spec=$lt_library_names_spec
2059
2060# The coded name of the library, if different from the real name.
2061soname_spec=$lt_soname_spec
2062
2063# Permission mode override for installation of shared libraries.
2064install_override_mode=$lt_install_override_mode
2065
2066# Command to use after installation of a shared archive.
2067postinstall_cmds=$lt_postinstall_cmds
2068
2069# Command to use after uninstallation of a shared archive.
2070postuninstall_cmds=$lt_postuninstall_cmds
2071
2072# Commands used to finish a libtool library installation in a directory.
2073finish_cmds=$lt_finish_cmds
2074
2075# As "finish_cmds", except a single script fragment to be evaled but
2076# not shown.
2077finish_eval=$lt_finish_eval
2078
2079# Whether we should hardcode library paths into libraries.
2080hardcode_into_libs=$hardcode_into_libs
2081
2082# Compile-time system search path for libraries.
2083sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
2084
2085# Run-time system search path for libraries.
2086sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
2087
2088# Whether dlopen is supported.
2089dlopen_support=$enable_dlopen
2090
2091# Whether dlopen of programs is supported.
2092dlopen_self=$enable_dlopen_self
2093
2094# Whether dlopen of statically linked programs is supported.
2095dlopen_self_static=$enable_dlopen_self_static
2096
2097# Commands to strip libraries.
2098old_striplib=$lt_old_striplib
2099striplib=$lt_striplib
2100
2101
2102# The linker used to build libraries.
2103LD=$lt_LD
2104
2105# How to create reloadable object files.
2106reload_flag=$lt_reload_flag
2107reload_cmds=$lt_reload_cmds
2108
2109# Commands used to build an old-style archive.
2110old_archive_cmds=$lt_old_archive_cmds
2111
2112# A language specific compiler.
2113CC=$lt_compiler
2114
2115# Is the compiler the GNU compiler?
2116with_gcc=$GCC
2117
2118# Compiler flag to turn off builtin functions.
2119no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
2120
2121# Additional compiler flags for building library objects.
2122pic_flag=$lt_lt_prog_compiler_pic
2123
2124# How to pass a linker flag through the compiler.
2125wl=$lt_lt_prog_compiler_wl
2126
2127# Compiler flag to prevent dynamic linking.
2128link_static_flag=$lt_lt_prog_compiler_static
2129
2130# Does compiler simultaneously support -c and -o options?
2131compiler_c_o=$lt_lt_cv_prog_compiler_c_o
2132
2133# Whether or not to add -lc for building shared libraries.
2134build_libtool_need_lc=$archive_cmds_need_lc
2135
2136# Whether or not to disallow shared libs when runtime libs are static.
2137allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
2138
2139# Compiler flag to allow reflexive dlopens.
2140export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
2141
2142# Compiler flag to generate shared objects directly from archives.
2143whole_archive_flag_spec=$lt_whole_archive_flag_spec
2144
2145# Whether the compiler copes with passing no objects directly.
2146compiler_needs_object=$lt_compiler_needs_object
2147
2148# Create an old-style archive from a shared archive.
2149old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
2150
2151# Create a temporary old-style archive to link instead of a shared archive.
2152old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
2153
2154# Commands used to build a shared archive.
2155archive_cmds=$lt_archive_cmds
2156archive_expsym_cmds=$lt_archive_expsym_cmds
2157
2158# Commands used to build a loadable module if different from building
2159# a shared archive.
2160module_cmds=$lt_module_cmds
2161module_expsym_cmds=$lt_module_expsym_cmds
2162
2163# Whether we are building with GNU ld or not.
2164with_gnu_ld=$lt_with_gnu_ld
2165
2166# Flag that allows shared libraries with undefined symbols to be built.
2167allow_undefined_flag=$lt_allow_undefined_flag
2168
2169# Flag that enforces no undefined symbols.
2170no_undefined_flag=$lt_no_undefined_flag
2171
2172# Flag to hardcode \$libdir into a binary during linking.
2173# This must work even if \$libdir does not exist
2174hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
2175
2176# Whether we need a single "-rpath" flag with a separated argument.
2177hardcode_libdir_separator=$lt_hardcode_libdir_separator
2178
2179# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2180# DIR into the resulting binary.
2181hardcode_direct=$hardcode_direct
2182
2183# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2184# DIR into the resulting binary and the resulting library dependency is
2185# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2186# library is relocated.
2187hardcode_direct_absolute=$hardcode_direct_absolute
2188
2189# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2190# into the resulting binary.
2191hardcode_minus_L=$hardcode_minus_L
2192
2193# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2194# into the resulting binary.
2195hardcode_shlibpath_var=$hardcode_shlibpath_var
2196
2197# Set to "yes" if building a shared library automatically hardcodes DIR
2198# into the library and all subsequent libraries and executables linked
2199# against it.
2200hardcode_automatic=$hardcode_automatic
2201
2202# Set to yes if linker adds runtime paths of dependent libraries
2203# to runtime path list.
2204inherit_rpath=$inherit_rpath
2205
2206# Whether libtool must link a program against all its dependency libraries.
2207link_all_deplibs=$link_all_deplibs
2208
2209# Set to "yes" if exported symbols are required.
2210always_export_symbols=$always_export_symbols
2211
2212# The commands to list exported symbols.
2213export_symbols_cmds=$lt_export_symbols_cmds
2214
2215# Symbols that should not be listed in the preloaded symbols.
2216exclude_expsyms=$lt_exclude_expsyms
2217
2218# Symbols that must always be exported.
2219include_expsyms=$lt_include_expsyms
2220
2221# Commands necessary for linking programs (against libraries) with templates.
2222prelink_cmds=$lt_prelink_cmds
2223
2224# Commands necessary for finishing linking programs.
2225postlink_cmds=$lt_postlink_cmds
2226
2227# Specify filename containing input files.
2228file_list_spec=$lt_file_list_spec
2229
2230# How to hardcode a shared library path into an executable.
2231hardcode_action=$hardcode_action
2232
2233# ### END LIBTOOL CONFIG
2234
2235_LT_EOF
2236
2237  case $host_os in
2238  aix3*)
2239    cat <<\_LT_EOF >> "$cfgfile"
2240# AIX sometimes has problems with the GCC collect2 program.  For some
2241# reason, if we set the COLLECT_NAMES environment variable, the problems
2242# vanish in a puff of smoke.
2243if test "X${COLLECT_NAMES+set}" != Xset; then
2244  COLLECT_NAMES=
2245  export COLLECT_NAMES
2246fi
2247_LT_EOF
2248    ;;
2249  esac
2250
2251
2252ltmain="$ac_aux_dir/ltmain.sh"
2253
2254
2255  # We use sed instead of cat because bash on DJGPP gets confused if
2256  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
2257  # text mode, it properly converts lines to CR/LF.  This bash problem
2258  # is reportedly fixed, but why not run on old versions too?
2259  sed '$q' "$ltmain" >> "$cfgfile" \
2260     || (rm -f "$cfgfile"; exit 1)
2261
2262  if test x"$xsi_shell" = xyes; then
2263  sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2264func_dirname ()\
2265{\
2266\    case ${1} in\
2267\      */*) func_dirname_result="${1%/*}${2}" ;;\
2268\      *  ) func_dirname_result="${3}" ;;\
2269\    esac\
2270} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2271  && mv -f "$cfgfile.tmp" "$cfgfile" \
2272    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2273test 0 -eq $? || _lt_function_replace_fail=:
2274
2275
2276  sed -e '/^func_basename ()$/,/^} # func_basename /c\
2277func_basename ()\
2278{\
2279\    func_basename_result="${1##*/}"\
2280} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2281  && mv -f "$cfgfile.tmp" "$cfgfile" \
2282    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2283test 0 -eq $? || _lt_function_replace_fail=:
2284
2285
2286  sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2287func_dirname_and_basename ()\
2288{\
2289\    case ${1} in\
2290\      */*) func_dirname_result="${1%/*}${2}" ;;\
2291\      *  ) func_dirname_result="${3}" ;;\
2292\    esac\
2293\    func_basename_result="${1##*/}"\
2294} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2295  && mv -f "$cfgfile.tmp" "$cfgfile" \
2296    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2297test 0 -eq $? || _lt_function_replace_fail=:
2298
2299
2300  sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2301func_stripname ()\
2302{\
2303\    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2304\    # positional parameters, so assign one to ordinary parameter first.\
2305\    func_stripname_result=${3}\
2306\    func_stripname_result=${func_stripname_result#"${1}"}\
2307\    func_stripname_result=${func_stripname_result%"${2}"}\
2308} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2309  && mv -f "$cfgfile.tmp" "$cfgfile" \
2310    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2311test 0 -eq $? || _lt_function_replace_fail=:
2312
2313
2314  sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2315func_split_long_opt ()\
2316{\
2317\    func_split_long_opt_name=${1%%=*}\
2318\    func_split_long_opt_arg=${1#*=}\
2319} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2320  && mv -f "$cfgfile.tmp" "$cfgfile" \
2321    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2322test 0 -eq $? || _lt_function_replace_fail=:
2323
2324
2325  sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2326func_split_short_opt ()\
2327{\
2328\    func_split_short_opt_arg=${1#??}\
2329\    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2330} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2331  && mv -f "$cfgfile.tmp" "$cfgfile" \
2332    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2333test 0 -eq $? || _lt_function_replace_fail=:
2334
2335
2336  sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2337func_lo2o ()\
2338{\
2339\    case ${1} in\
2340\      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2341\      *)    func_lo2o_result=${1} ;;\
2342\    esac\
2343} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2344  && mv -f "$cfgfile.tmp" "$cfgfile" \
2345    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2346test 0 -eq $? || _lt_function_replace_fail=:
2347
2348
2349  sed -e '/^func_xform ()$/,/^} # func_xform /c\
2350func_xform ()\
2351{\
2352    func_xform_result=${1%.*}.lo\
2353} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2354  && mv -f "$cfgfile.tmp" "$cfgfile" \
2355    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2356test 0 -eq $? || _lt_function_replace_fail=:
2357
2358
2359  sed -e '/^func_arith ()$/,/^} # func_arith /c\
2360func_arith ()\
2361{\
2362    func_arith_result=$(( $* ))\
2363} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2364  && mv -f "$cfgfile.tmp" "$cfgfile" \
2365    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2366test 0 -eq $? || _lt_function_replace_fail=:
2367
2368
2369  sed -e '/^func_len ()$/,/^} # func_len /c\
2370func_len ()\
2371{\
2372    func_len_result=${#1}\
2373} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2374  && mv -f "$cfgfile.tmp" "$cfgfile" \
2375    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2376test 0 -eq $? || _lt_function_replace_fail=:
2377
2378fi
2379
2380if test x"$lt_shell_append" = xyes; then
2381  sed -e '/^func_append ()$/,/^} # func_append /c\
2382func_append ()\
2383{\
2384    eval "${1}+=\\${2}"\
2385} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2386  && mv -f "$cfgfile.tmp" "$cfgfile" \
2387    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2388test 0 -eq $? || _lt_function_replace_fail=:
2389
2390
2391  sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2392func_append_quoted ()\
2393{\
2394\    func_quote_for_eval "${2}"\
2395\    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2396} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2397  && mv -f "$cfgfile.tmp" "$cfgfile" \
2398    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2399test 0 -eq $? || _lt_function_replace_fail=:
2400
2401
2402  # Save a `func_append' function call where possible by direct use of '+='
2403  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2404    && mv -f "$cfgfile.tmp" "$cfgfile" \
2405      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2406  test 0 -eq $? || _lt_function_replace_fail=:
2407else
2408  # Save a `func_append' function call even when '+=' is not available
2409  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2410    && mv -f "$cfgfile.tmp" "$cfgfile" \
2411      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2412  test 0 -eq $? || _lt_function_replace_fail=:
2413fi
2414
2415if test x"$_lt_function_replace_fail" = x":"; then
2416  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2417$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2418fi
2419
2420
2421   mv -f "$cfgfile" "$ofile" ||
2422    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2423  chmod +x "$ofile"
2424
2425 ;;
2426    "default":C) chmod a+x distrib/config/netatalk-config contrib/shell_utils/apple_*
2427 ;;
2428
2429  esac
2430done # for ac_tag
2431
2432
2433as_fn_exit 0
2434