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 -pR'.
289    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290      as_ln_s='cp -pR'
291  elif ln conf$$.file conf$$ 2>/dev/null; then
292    as_ln_s=ln
293  else
294    as_ln_s='cp -pR'
295  fi
296else
297  as_ln_s='cp -pR'
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
357
358# as_fn_executable_p FILE
359# -----------------------
360# Test if FILE is an executable regular file.
361as_fn_executable_p ()
362{
363  test -f "$1" && test -x "$1"
364} # as_fn_executable_p
365as_test_x='test -x'
366as_executable_p=as_fn_executable_p
367
368# Sed expression to map a string onto a valid CPP name.
369as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
370
371# Sed expression to map a string onto a valid variable name.
372as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
373
374
375exec 6>&1
376## ----------------------------------- ##
377## Main body of $CONFIG_STATUS script. ##
378## ----------------------------------- ##
379# Save the log message, to keep $0 and so on meaningful, and to
380# report actual input values of CONFIG_FILES etc. instead of their
381# values after options handling.
382ac_log="
383This file was extended by libnetfilter_cttimeout $as_me 1.0.0, which was
384generated by GNU Autoconf 2.69.  Invocation command line was
385
386  CONFIG_FILES    = $CONFIG_FILES
387  CONFIG_HEADERS  = $CONFIG_HEADERS
388  CONFIG_LINKS    = $CONFIG_LINKS
389  CONFIG_COMMANDS = $CONFIG_COMMANDS
390  $ $0 $@
391
392on `(hostname || uname -n) 2>/dev/null | sed 1q`
393"
394
395# Files that config.status was made for.
396config_files=" Makefile src/Makefile include/Makefile include/libnetfilter_cttimeout/Makefile include/linux/Makefile include/linux/netfilter/Makefile examples/Makefile libnetfilter_cttimeout.pc doxygen.cfg"
397config_headers=" config.h"
398config_commands=" depfiles libtool"
399
400ac_cs_usage="\
401\`$as_me' instantiates files and other configuration actions
402from templates according to the current configuration.  Unless the files
403and actions are specified as TAGs, all are instantiated by default.
404
405Usage: $0 [OPTION]... [TAG]...
406
407  -h, --help       print this help, then exit
408  -V, --version    print version number and configuration settings, then exit
409      --config     print configuration, then exit
410  -q, --quiet, --silent
411                   do not print progress messages
412  -d, --debug      don't remove temporary files
413      --recheck    update $as_me by reconfiguring in the same conditions
414      --file=FILE[:TEMPLATE]
415                   instantiate the configuration file FILE
416      --header=FILE[:TEMPLATE]
417                   instantiate the configuration header FILE
418
419Configuration files:
420$config_files
421
422Configuration headers:
423$config_headers
424
425Configuration commands:
426$config_commands
427
428Report bugs to the package provider."
429
430ac_cs_config="'--prefix=/home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build' '--host=arm-linux' 'CC=arm-brcm-linux-uclibcgnueabi-gcc' 'host_alias=arm-linux' 'LIBNFNETLINK_CFLAGS=-I/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libnfnetlink/install/include' 'LIBNFNETLINK_LIBS=-L/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libnfnetlink/install/lib -lnfnetlink' 'LIBNETFILTER_CONNTRACK_CFLAGS=-I/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libnetfilter_conntrack/install/include' 'LIBNETFILTER_CONNTRACK_LIBS=-L/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libnetfilter_conntrack/install/lib -lnetfilter_conntrack' 'LIBNETFILTER_CTTIMEOUT_CFLAGS=-I/home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build/include' 'LIBNETFILTER_CTTIMEOUT_LIBS=-L/home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build/lib -lnetfilter_cttimeout' 'LIBNETFILTER_CTHELPER_CFLAGS=-I/home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build/include' 'LIBNETFILTER_CTHELPER_LIBS=-L/home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build/lib -lnetfilter_cthelper' 'LIBNETFILTER_QUEUE_LIBS=-L/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libnetfilter_queue/install/lib -lnetfilter_queue' 'LIBNETFILTER_QUEUE_CFLAGS=-I/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libnetfilter_queue/install/include' 'LIBMNL_CFLAGS=-I/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libmnl/install/include' 'LIBMNL_LIBS=-L/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libmnl/install/lib -lmnl' 'CFLAGS=-Os -O2 -DNETGEAR_PATCH -DBCMNVRAM -DBCMWPA2 -D__CONFIG_DHDAP__ -DRESTART_ALL_PROCESSES -D__CONFIG_GMAC3__ -D__CONFIG_USBAP__ -DBCMQOS -DBCMWPS -D__CONFIG_EMF__ -DTRAFFIC_MGMT_RSSI_POLICY -DPHYMON -DSUPPORT_REMOTE_HTTPS -DXAGENT_CLOUD_SUPPORT -DINCLUDE_WPS_V20 -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DINCLUDE_UCP -DU12H315 -DR8000 -DMULTIPLE_SSID -DENABLE_ML -DOPEN_SOURCE_SUPPORT -DBCM53125 -DBCM5301X -DACS_INTF_DETECT_PATCH -DCONFIG_RUSSIA_IPTV -DCONFIG_SAMBA_NO_RESTART -DLED_GPIO_SWITCH -DFBWIFI_FLAG -DDLNA -DHTTP_ACCESS_USB -DMAX_USB_ACCESS -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 -DSUPPORT_AC_MODE -DSTA_MODE -DPPP_RU_DESIGN -DEXT_ACS -DARP_PROTECTION -DVLAN_SUPPORT -DBCM_DCS -DEXT_ACS -DMFP -D__CONFIG_TREND_IQOS__ -Os -DLINUX26 -DCONFIG_KERNEL_2_6_36 -DXAGENT_CLOUD_SUPPORT' 'CPP=arm-brcm-linux-uclibcgnueabi-gcc -E'"
431ac_cs_version="\
432libnetfilter_cttimeout config.status 1.0.0
433configured by ./configure, generated by GNU Autoconf 2.69,
434  with options \"$ac_cs_config\"
435
436Copyright (C) 2012 Free Software Foundation, Inc.
437This config.status script is free software; the Free Software Foundation
438gives unlimited permission to copy, distribute and modify it."
439
440ac_pwd='/home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0'
441srcdir='.'
442INSTALL='/usr/bin/install -c'
443MKDIR_P='/bin/mkdir -p'
444AWK='gawk'
445test -n "$AWK" || AWK=awk
446# The default lists apply if the user does not specify any file.
447ac_need_defaults=:
448while test $# != 0
449do
450  case $1 in
451  --*=?*)
452    ac_option=`expr "X$1" : 'X\([^=]*\)='`
453    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
454    ac_shift=:
455    ;;
456  --*=)
457    ac_option=`expr "X$1" : 'X\([^=]*\)='`
458    ac_optarg=
459    ac_shift=:
460    ;;
461  *)
462    ac_option=$1
463    ac_optarg=$2
464    ac_shift=shift
465    ;;
466  esac
467
468  case $ac_option in
469  # Handling of the options.
470  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
471    ac_cs_recheck=: ;;
472  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
473    $as_echo "$ac_cs_version"; exit ;;
474  --config | --confi | --conf | --con | --co | --c )
475    $as_echo "$ac_cs_config"; exit ;;
476  --debug | --debu | --deb | --de | --d | -d )
477    debug=: ;;
478  --file | --fil | --fi | --f )
479    $ac_shift
480    case $ac_optarg in
481    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
482    '') as_fn_error $? "missing file argument" ;;
483    esac
484    as_fn_append CONFIG_FILES " '$ac_optarg'"
485    ac_need_defaults=false;;
486  --header | --heade | --head | --hea )
487    $ac_shift
488    case $ac_optarg in
489    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
490    esac
491    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
492    ac_need_defaults=false;;
493  --he | --h)
494    # Conflict between --help and --header
495    as_fn_error $? "ambiguous option: \`$1'
496Try \`$0 --help' for more information.";;
497  --help | --hel | -h )
498    $as_echo "$ac_cs_usage"; exit ;;
499  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
500  | -silent | --silent | --silen | --sile | --sil | --si | --s)
501    ac_cs_silent=: ;;
502
503  # This is an error.
504  -*) as_fn_error $? "unrecognized option: \`$1'
505Try \`$0 --help' for more information." ;;
506
507  *) as_fn_append ac_config_targets " $1"
508     ac_need_defaults=false ;;
509
510  esac
511  shift
512done
513
514ac_configure_extra_args=
515
516if $ac_cs_silent; then
517  exec 6>/dev/null
518  ac_configure_extra_args="$ac_configure_extra_args --silent"
519fi
520
521if $ac_cs_recheck; then
522  set X /bin/sh './configure'  '--prefix=/home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build' '--host=arm-linux' 'CC=arm-brcm-linux-uclibcgnueabi-gcc' 'host_alias=arm-linux' 'LIBNFNETLINK_CFLAGS=-I/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libnfnetlink/install/include' 'LIBNFNETLINK_LIBS=-L/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libnfnetlink/install/lib -lnfnetlink' 'LIBNETFILTER_CONNTRACK_CFLAGS=-I/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libnetfilter_conntrack/install/include' 'LIBNETFILTER_CONNTRACK_LIBS=-L/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libnetfilter_conntrack/install/lib -lnetfilter_conntrack' 'LIBNETFILTER_CTTIMEOUT_CFLAGS=-I/home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build/include' 'LIBNETFILTER_CTTIMEOUT_LIBS=-L/home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build/lib -lnetfilter_cttimeout' 'LIBNETFILTER_CTHELPER_CFLAGS=-I/home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build/include' 'LIBNETFILTER_CTHELPER_LIBS=-L/home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build/lib -lnetfilter_cthelper' 'LIBNETFILTER_QUEUE_LIBS=-L/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libnetfilter_queue/install/lib -lnetfilter_queue' 'LIBNETFILTER_QUEUE_CFLAGS=-I/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libnetfilter_queue/install/include' 'LIBMNL_CFLAGS=-I/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libmnl/install/include' 'LIBMNL_LIBS=-L/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libmnl/install/lib -lmnl' 'CFLAGS=-Os -O2 -DNETGEAR_PATCH -DBCMNVRAM -DBCMWPA2 -D__CONFIG_DHDAP__ -DRESTART_ALL_PROCESSES -D__CONFIG_GMAC3__ -D__CONFIG_USBAP__ -DBCMQOS -DBCMWPS -D__CONFIG_EMF__ -DTRAFFIC_MGMT_RSSI_POLICY -DPHYMON -DSUPPORT_REMOTE_HTTPS -DXAGENT_CLOUD_SUPPORT -DINCLUDE_WPS_V20 -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DINCLUDE_UCP -DU12H315 -DR8000 -DMULTIPLE_SSID -DENABLE_ML -DOPEN_SOURCE_SUPPORT -DBCM53125 -DBCM5301X -DACS_INTF_DETECT_PATCH -DCONFIG_RUSSIA_IPTV -DCONFIG_SAMBA_NO_RESTART -DLED_GPIO_SWITCH -DFBWIFI_FLAG -DDLNA -DHTTP_ACCESS_USB -DMAX_USB_ACCESS -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 -DSUPPORT_AC_MODE -DSTA_MODE -DPPP_RU_DESIGN -DEXT_ACS -DARP_PROTECTION -DVLAN_SUPPORT -DBCM_DCS -DEXT_ACS -DMFP -D__CONFIG_TREND_IQOS__ -Os -DLINUX26 -DCONFIG_KERNEL_2_6_36 -DXAGENT_CLOUD_SUPPORT' 'CPP=arm-brcm-linux-uclibcgnueabi-gcc -E' $ac_configure_extra_args --no-create --no-recursion
523  shift
524  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
525  CONFIG_SHELL='/bin/sh'
526  export CONFIG_SHELL
527  exec "$@"
528fi
529
530exec 5>>config.log
531{
532  echo
533  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
534## Running $as_me. ##
535_ASBOX
536  $as_echo "$ac_log"
537} >&5
538
539#
540# INIT-COMMANDS
541#
542AMDEP_TRUE="" ac_aux_dir="build-aux"
543
544
545# The HP-UX ksh and POSIX shell print the target directory to stdout
546# if CDPATH is set.
547(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
548
549sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
550double_quote_subst='s/\(["`\\]\)/\\\1/g'
551delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
552enable_static='no'
553macro_version='2.4.2'
554macro_revision='1.3337'
555enable_shared='yes'
556pic_mode='default'
557enable_fast_install='yes'
558SHELL='/bin/sh'
559ECHO='printf %s\n'
560PATH_SEPARATOR=':'
561host_alias='arm-linux'
562host='arm-unknown-linux-gnu'
563host_os='linux-gnu'
564build_alias=''
565build='i686-pc-linux-gnu'
566build_os='linux-gnu'
567SED='/bin/sed'
568Xsed='/bin/sed -e 1s/^X//'
569GREP='/bin/grep'
570EGREP='/bin/grep -E'
571FGREP='/bin/grep -F'
572LD='arm-brcm-linux-uclibcgnueabi-ld'
573NM='arm-brcm-linux-uclibcgnueabi-nm'
574LN_S='ln -s'
575max_cmd_len='1966080'
576ac_objext='o'
577exeext=''
578lt_unset='unset'
579lt_SP2NL='tr \040 \012'
580lt_NL2SP='tr \015\012 \040\040'
581lt_cv_to_host_file_cmd='func_convert_file_noop'
582lt_cv_to_tool_file_cmd='func_convert_file_noop'
583reload_flag=' -r'
584reload_cmds='$LD$reload_flag -o $output$reload_objs'
585OBJDUMP='arm-brcm-linux-uclibcgnueabi-objdump'
586deplibs_check_method='pass_all'
587file_magic_cmd='$MAGIC_CMD'
588file_magic_glob=''
589want_nocaseglob='no'
590DLLTOOL='false'
591sharedlib_from_linklib_cmd='printf %s\n'
592AR='arm-brcm-linux-uclibcgnueabi-ar'
593AR_FLAGS='cru'
594archiver_list_spec='@'
595STRIP='arm-brcm-linux-uclibcgnueabi-strip'
596RANLIB='arm-brcm-linux-uclibcgnueabi-ranlib'
597old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
598old_postuninstall_cmds=''
599old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
600lock_old_archive_extraction='no'
601CC='arm-brcm-linux-uclibcgnueabi-gcc'
602CFLAGS='-Os -O2 -DNETGEAR_PATCH -DBCMNVRAM -DBCMWPA2 -D__CONFIG_DHDAP__ -DRESTART_ALL_PROCESSES -D__CONFIG_GMAC3__ -D__CONFIG_USBAP__ -DBCMQOS -DBCMWPS -D__CONFIG_EMF__ -DTRAFFIC_MGMT_RSSI_POLICY -DPHYMON -DSUPPORT_REMOTE_HTTPS -DXAGENT_CLOUD_SUPPORT -DINCLUDE_WPS_V20 -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DINCLUDE_UCP -DU12H315 -DR8000 -DMULTIPLE_SSID -DENABLE_ML -DOPEN_SOURCE_SUPPORT -DBCM53125 -DBCM5301X -DACS_INTF_DETECT_PATCH -DCONFIG_RUSSIA_IPTV -DCONFIG_SAMBA_NO_RESTART -DLED_GPIO_SWITCH -DFBWIFI_FLAG -DDLNA -DHTTP_ACCESS_USB -DMAX_USB_ACCESS -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 -DSUPPORT_AC_MODE -DSTA_MODE -DPPP_RU_DESIGN -DEXT_ACS -DARP_PROTECTION -DVLAN_SUPPORT -DBCM_DCS -DEXT_ACS -DMFP -D__CONFIG_TREND_IQOS__ -Os -DLINUX26 -DCONFIG_KERNEL_2_6_36 -DXAGENT_CLOUD_SUPPORT'
603compiler='arm-brcm-linux-uclibcgnueabi-gcc'
604GCC='yes'
605lt_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'\'''
606lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
607lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
608lt_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'\'''
609nm_file_list_spec='@'
610lt_sysroot=''
611objdir='.libs'
612MAGIC_CMD='file'
613lt_prog_compiler_no_builtin_flag=' -fno-builtin'
614lt_prog_compiler_pic=' -fPIC -DPIC'
615lt_prog_compiler_wl='-Wl,'
616lt_prog_compiler_static='-static'
617lt_cv_prog_compiler_c_o='yes'
618need_locks='no'
619MANIFEST_TOOL=':'
620DSYMUTIL=''
621NMEDIT=''
622LIPO=''
623OTOOL=''
624OTOOL64=''
625libext='a'
626shrext_cmds='.so'
627extract_expsyms_cmds=''
628archive_cmds_need_lc='no'
629enable_shared_with_static_runtimes='no'
630export_dynamic_flag_spec='${wl}--export-dynamic'
631whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
632compiler_needs_object='no'
633old_archive_from_new_cmds=''
634old_archive_from_expsyms_cmds=''
635archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
636archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
637	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
638	    echo "local: *; };" >> $output_objdir/$libname.ver~
639	    $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
640module_cmds=''
641module_expsym_cmds=''
642with_gnu_ld='yes'
643allow_undefined_flag=''
644no_undefined_flag=''
645hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
646hardcode_libdir_separator=''
647hardcode_direct='no'
648hardcode_direct_absolute='no'
649hardcode_minus_L='no'
650hardcode_shlibpath_var='unsupported'
651hardcode_automatic='no'
652inherit_rpath='no'
653link_all_deplibs='no'
654always_export_symbols='no'
655export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
656exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
657include_expsyms=''
658prelink_cmds=''
659postlink_cmds=''
660file_list_spec=''
661variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
662need_lib_prefix='no'
663need_version='no'
664version_type='linux'
665runpath_var='LD_RUN_PATH'
666shlibpath_var='LD_LIBRARY_PATH'
667shlibpath_overrides_runpath='no'
668libname_spec='lib$name'
669library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
670soname_spec='${libname}${release}${shared_ext}$major'
671install_override_mode=''
672postinstall_cmds=''
673postuninstall_cmds=''
674finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
675finish_eval=''
676hardcode_into_libs='yes'
677sys_lib_search_path_spec='/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3 /projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/lib /projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/lib /projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/lib '
678sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/mysql /usr/lib/qt-3.3/lib /usr/lib/xulrunner-1.9 '
679hardcode_action='immediate'
680enable_dlopen='unknown'
681enable_dlopen_self='unknown'
682enable_dlopen_self_static='unknown'
683old_striplib='arm-brcm-linux-uclibcgnueabi-strip --strip-debug'
684striplib='arm-brcm-linux-uclibcgnueabi-strip --strip-unneeded'
685
686LTCC='arm-brcm-linux-uclibcgnueabi-gcc'
687LTCFLAGS='-Os -O2 -DNETGEAR_PATCH -DBCMNVRAM -DBCMWPA2 -D__CONFIG_DHDAP__ -DRESTART_ALL_PROCESSES -D__CONFIG_GMAC3__ -D__CONFIG_USBAP__ -DBCMQOS -DBCMWPS -D__CONFIG_EMF__ -DTRAFFIC_MGMT_RSSI_POLICY -DPHYMON -DSUPPORT_REMOTE_HTTPS -DXAGENT_CLOUD_SUPPORT -DINCLUDE_WPS_V20 -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DINCLUDE_UCP -DU12H315 -DR8000 -DMULTIPLE_SSID -DENABLE_ML -DOPEN_SOURCE_SUPPORT -DBCM53125 -DBCM5301X -DACS_INTF_DETECT_PATCH -DCONFIG_RUSSIA_IPTV -DCONFIG_SAMBA_NO_RESTART -DLED_GPIO_SWITCH -DFBWIFI_FLAG -DDLNA -DHTTP_ACCESS_USB -DMAX_USB_ACCESS -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 -DSUPPORT_AC_MODE -DSTA_MODE -DPPP_RU_DESIGN -DEXT_ACS -DARP_PROTECTION -DVLAN_SUPPORT -DBCM_DCS -DEXT_ACS -DMFP -D__CONFIG_TREND_IQOS__ -Os -DLINUX26 -DCONFIG_KERNEL_2_6_36 -DXAGENT_CLOUD_SUPPORT'
688compiler='arm-brcm-linux-uclibcgnueabi-gcc'
689
690# A function that is used when there is no print builtin or printf.
691func_fallback_echo ()
692{
693  eval 'cat <<_LTECHO_EOF
694$1
695_LTECHO_EOF'
696}
697
698# Quote evaled strings.
699for 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
700    case `eval \\$ECHO \\""\\$$var"\\"` in
701    *[\\\`\"\$]*)
702      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
703      ;;
704    *)
705      eval "lt_$var=\\\"\$$var\\\""
706      ;;
707    esac
708done
709
710# Double-quote double-evaled strings.
711for 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
712    case `eval \\$ECHO \\""\\$$var"\\"` in
713    *[\\\`\"\$]*)
714      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
715      ;;
716    *)
717      eval "lt_$var=\\\"\$$var\\\""
718      ;;
719    esac
720done
721
722ac_aux_dir='build-aux'
723xsi_shell='yes'
724lt_shell_append='yes'
725
726# See if we are running on zsh, and set the options which allow our
727# commands through without removal of \ escapes INIT.
728if test -n "${ZSH_VERSION+set}" ; then
729   setopt NO_GLOB_SUBST
730fi
731
732
733    PACKAGE='libnetfilter_cttimeout'
734    VERSION='1.0.0'
735    TIMESTAMP=''
736    RM='rm -f'
737    ofile='libtool'
738
739
740
741
742
743# Handling of arguments.
744for ac_config_target in $ac_config_targets
745do
746  case $ac_config_target in
747    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
748    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
749    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
750    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
751    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
752    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
753    "include/libnetfilter_cttimeout/Makefile") CONFIG_FILES="$CONFIG_FILES include/libnetfilter_cttimeout/Makefile" ;;
754    "include/linux/Makefile") CONFIG_FILES="$CONFIG_FILES include/linux/Makefile" ;;
755    "include/linux/netfilter/Makefile") CONFIG_FILES="$CONFIG_FILES include/linux/netfilter/Makefile" ;;
756    "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
757    "libnetfilter_cttimeout.pc") CONFIG_FILES="$CONFIG_FILES libnetfilter_cttimeout.pc" ;;
758    "doxygen.cfg") CONFIG_FILES="$CONFIG_FILES doxygen.cfg" ;;
759
760  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
761  esac
762done
763
764
765# If the user did not use the arguments to specify the items to instantiate,
766# then the envvar interface is used.  Set only those that are not.
767# We use the long form for the default assignment because of an extremely
768# bizarre bug on SunOS 4.1.3.
769if $ac_need_defaults; then
770  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
771  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
772  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
773fi
774
775# Have a temporary directory for convenience.  Make it in the build tree
776# simply because there is no reason against having it here, and in addition,
777# creating and moving files from /tmp can sometimes cause problems.
778# Hook for its removal unless debugging.
779# Note that there is a small window in which the directory will not be cleaned:
780# after its creation but before its name has been assigned to `$tmp'.
781$debug ||
782{
783  tmp= ac_tmp=
784  trap 'exit_status=$?
785  : "${ac_tmp:=$tmp}"
786  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
787' 0
788  trap 'as_fn_exit 1' 1 2 13 15
789}
790# Create a (secure) tmp directory for tmp files.
791
792{
793  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
794  test -d "$tmp"
795}  ||
796{
797  tmp=./conf$$-$RANDOM
798  (umask 077 && mkdir "$tmp")
799} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
800ac_tmp=$tmp
801
802# Set up the scripts for CONFIG_FILES section.
803# No need to generate them if there are no CONFIG_FILES.
804# This happens for instance with `./config.status config.h'.
805if test -n "$CONFIG_FILES"; then
806
807
808ac_cr=`echo X | tr X '\015'`
809# On cygwin, bash can eat \r inside `` if the user requested igncr.
810# But we know of no other shell where ac_cr would be empty at this
811# point, so we can use a bashism as a fallback.
812if test "x$ac_cr" = x; then
813  eval ac_cr=\$\'\\r\'
814fi
815ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
816if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
817  ac_cs_awk_cr='\\r'
818else
819  ac_cs_awk_cr=$ac_cr
820fi
821
822echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
823cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
824S["am__EXEEXT_FALSE"]=""
825S["am__EXEEXT_TRUE"]="#"
826S["LTLIBOBJS"]=""
827S["LIBOBJS"]=""
828S["regular_CFLAGS"]="-Wall -Waggregate-return -Wmissing-declarations 	-Wmissing-prototypes -Wshadow -Wstrict-prototypes 	-Wformat=2 -pipe"
829S["regular_CPPFLAGS"]="-D_FILE_OFFSET_BITS=64 -D_REENTRANT"
830S["GCC_FVISIBILITY_HIDDEN"]="-fvisibility=hidden"
831S["CPP"]="arm-brcm-linux-uclibcgnueabi-gcc -E"
832S["OTOOL64"]=""
833S["OTOOL"]=""
834S["LIPO"]=""
835S["NMEDIT"]=""
836S["DSYMUTIL"]=""
837S["MANIFEST_TOOL"]=":"
838S["RANLIB"]="arm-brcm-linux-uclibcgnueabi-ranlib"
839S["ac_ct_AR"]=""
840S["AR"]="arm-brcm-linux-uclibcgnueabi-ar"
841S["DLLTOOL"]="false"
842S["OBJDUMP"]="arm-brcm-linux-uclibcgnueabi-objdump"
843S["LN_S"]="ln -s"
844S["NM"]="arm-brcm-linux-uclibcgnueabi-nm"
845S["ac_ct_DUMPBIN"]=""
846S["DUMPBIN"]=""
847S["LD"]="arm-brcm-linux-uclibcgnueabi-ld"
848S["FGREP"]="/bin/grep -F"
849S["EGREP"]="/bin/grep -E"
850S["GREP"]="/bin/grep"
851S["SED"]="/bin/sed"
852S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
853S["am__fastdepCC_FALSE"]="#"
854S["am__fastdepCC_TRUE"]=""
855S["CCDEPMODE"]="depmode=gcc3"
856S["am__nodep"]="_no"
857S["AMDEPBACKSLASH"]="\\"
858S["AMDEP_FALSE"]="#"
859S["AMDEP_TRUE"]=""
860S["am__quote"]=""
861S["am__include"]="include"
862S["DEPDIR"]=".deps"
863S["OBJEXT"]="o"
864S["EXEEXT"]=""
865S["ac_ct_CC"]=""
866S["CPPFLAGS"]=""
867S["LDFLAGS"]=""
868S["CFLAGS"]="-Os -O2 -DNETGEAR_PATCH -DBCMNVRAM -DBCMWPA2 -D__CONFIG_DHDAP__ -DRESTART_ALL_PROCESSES -D__CONFIG_GMAC3__ -D__CONFIG_USBAP__ -DBCMQOS -DBCMWPS -D__"\
869"CONFIG_EMF__ -DTRAFFIC_MGMT_RSSI_POLICY -DPHYMON -DSUPPORT_REMOTE_HTTPS -DXAGENT_CLOUD_SUPPORT -DINCLUDE_WPS_V20 -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS"\
870"_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DINCLUDE_UCP -DU12H315 -DR8000 -DMULTIPLE_SSID -DENABLE_ML -DOPEN_SOURCE_SUPPORT -DBCM53125 -DBCM5301X -D"\
871"ACS_INTF_DETECT_PATCH -DCONFIG_RUSSIA_IPTV -DCONFIG_SAMBA_NO_RESTART -DLED_GPIO_SWITCH -DFBWIFI_FLAG -DDLNA -DHTTP_ACCESS_USB -DMAX_USB_ACCESS -DSAM"\
872"BA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DF"\
873"IRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURIT"\
874"Y -DNEW_BCM_WPS_IPC -DSUPPORT_AC_MODE -DSTA_MODE -DPPP_RU_DESIGN -DEXT_ACS -DARP_PROTECTION -DVLAN_SUPPORT -DBCM_DCS -DEXT_ACS -DMFP -D__CONFIG_TREN"\
875"D_IQOS__ -Os -DLINUX26 -DCONFIG_KERNEL_2_6_36 -DXAGENT_CLOUD_SUPPORT"
876S["CC"]="arm-brcm-linux-uclibcgnueabi-gcc"
877S["LIBMNL_LIBS"]="-L/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libmnl/install/lib -lmnl"
878S["LIBMNL_CFLAGS"]="-I/home/share/Tab/V1.0.2.44_1.0.96/main/components/opensource/netfilter/libmnl/install/include"
879S["PKG_CONFIG_LIBDIR"]=""
880S["PKG_CONFIG_PATH"]=""
881S["PKG_CONFIG"]="/usr/bin/pkg-config"
882S["AM_BACKSLASH"]="\\"
883S["AM_DEFAULT_VERBOSITY"]="0"
884S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
885S["AM_V"]="$(V)"
886S["am__untar"]="tar -xf -"
887S["am__tar"]="tar --format=posix -chf - \"$$tardir\""
888S["AMTAR"]="$${TAR-tar}"
889S["am__leading_dot"]="."
890S["SET_MAKE"]=""
891S["AWK"]="gawk"
892S["mkdir_p"]="/bin/mkdir -p"
893S["MKDIR_P"]="/bin/mkdir -p"
894S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
895S["STRIP"]="arm-brcm-linux-uclibcgnueabi-strip"
896S["install_sh"]="${SHELL} /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/build-aux/install-sh"
897S["MAKEINFO"]="${SHELL} /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/build-aux/missing --run makeinfo"
898S["AUTOHEADER"]="${SHELL} /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/build-aux/missing --run autoheader"
899S["AUTOMAKE"]="${SHELL} /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/build-aux/missing --run automake-1.11"
900S["AUTOCONF"]="${SHELL} /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/build-aux/missing --run autoconf"
901S["ACLOCAL"]="${SHELL} /home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/build-aux/missing --run aclocal-1.11"
902S["VERSION"]="1.0.0"
903S["PACKAGE"]="libnetfilter_cttimeout"
904S["CYGPATH_W"]="echo"
905S["am__isrc"]=""
906S["INSTALL_DATA"]="${INSTALL} -m 644"
907S["INSTALL_SCRIPT"]="${INSTALL}"
908S["INSTALL_PROGRAM"]="${INSTALL}"
909S["host_os"]="linux-gnu"
910S["host_vendor"]="unknown"
911S["host_cpu"]="arm"
912S["host"]="arm-unknown-linux-gnu"
913S["build_os"]="linux-gnu"
914S["build_vendor"]="pc"
915S["build_cpu"]="i686"
916S["build"]="i686-pc-linux-gnu"
917S["target_alias"]=""
918S["host_alias"]="arm-linux"
919S["build_alias"]=""
920S["LIBS"]=""
921S["ECHO_T"]=""
922S["ECHO_N"]="-n"
923S["ECHO_C"]=""
924S["DEFS"]="-DHAVE_CONFIG_H"
925S["mandir"]="${datarootdir}/man"
926S["localedir"]="${datarootdir}/locale"
927S["libdir"]="${exec_prefix}/lib"
928S["psdir"]="${docdir}"
929S["pdfdir"]="${docdir}"
930S["dvidir"]="${docdir}"
931S["htmldir"]="${docdir}"
932S["infodir"]="${datarootdir}/info"
933S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
934S["oldincludedir"]="/usr/include"
935S["includedir"]="${prefix}/include"
936S["localstatedir"]="${prefix}/var"
937S["sharedstatedir"]="${prefix}/com"
938S["sysconfdir"]="${prefix}/etc"
939S["datadir"]="${datarootdir}"
940S["datarootdir"]="${prefix}/share"
941S["libexecdir"]="${exec_prefix}/libexec"
942S["sbindir"]="${exec_prefix}/sbin"
943S["bindir"]="${exec_prefix}/bin"
944S["program_transform_name"]="s,x,x,"
945S["prefix"]="/home/share/Tab/V1.0.2.44_1.0.96/main/ap/gpl/conntrack-tools/build"
946S["exec_prefix"]="${prefix}"
947S["PACKAGE_URL"]=""
948S["PACKAGE_BUGREPORT"]=""
949S["PACKAGE_STRING"]="libnetfilter_cttimeout 1.0.0"
950S["PACKAGE_VERSION"]="1.0.0"
951S["PACKAGE_TARNAME"]="libnetfilter_cttimeout"
952S["PACKAGE_NAME"]="libnetfilter_cttimeout"
953S["PATH_SEPARATOR"]=":"
954S["SHELL"]="/bin/sh"
955_ACAWK
956cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
957  for (key in S) S_is_set[key] = 1
958  FS = ""
959
960}
961{
962  line = $ 0
963  nfields = split(line, field, "@")
964  substed = 0
965  len = length(field[1])
966  for (i = 2; i < nfields; i++) {
967    key = field[i]
968    keylen = length(key)
969    if (S_is_set[key]) {
970      value = S[key]
971      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
972      len += length(value) + length(field[++i])
973      substed = 1
974    } else
975      len += 1 + keylen
976  }
977
978  print line
979}
980
981_ACAWK
982if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
983  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
984else
985  cat
986fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
987  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
988fi # test -n "$CONFIG_FILES"
989
990# Set up the scripts for CONFIG_HEADERS section.
991# No need to generate them if there are no CONFIG_HEADERS.
992# This happens for instance with `./config.status Makefile'.
993if test -n "$CONFIG_HEADERS"; then
994cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
995BEGIN {
996D["PACKAGE_NAME"]=" \"libnetfilter_cttimeout\""
997D["PACKAGE_TARNAME"]=" \"libnetfilter_cttimeout\""
998D["PACKAGE_VERSION"]=" \"1.0.0\""
999D["PACKAGE_STRING"]=" \"libnetfilter_cttimeout 1.0.0\""
1000D["PACKAGE_BUGREPORT"]=" \"\""
1001D["PACKAGE_URL"]=" \"\""
1002D["PACKAGE"]=" \"libnetfilter_cttimeout\""
1003D["VERSION"]=" \"1.0.0\""
1004D["STDC_HEADERS"]=" 1"
1005D["HAVE_SYS_TYPES_H"]=" 1"
1006D["HAVE_SYS_STAT_H"]=" 1"
1007D["HAVE_STDLIB_H"]=" 1"
1008D["HAVE_STRING_H"]=" 1"
1009D["HAVE_MEMORY_H"]=" 1"
1010D["HAVE_STRINGS_H"]=" 1"
1011D["HAVE_INTTYPES_H"]=" 1"
1012D["HAVE_STDINT_H"]=" 1"
1013D["HAVE_UNISTD_H"]=" 1"
1014D["HAVE_DLFCN_H"]=" 1"
1015D["LT_OBJDIR"]=" \".libs/\""
1016D["HAVE_VISIBILITY_HIDDEN"]=" 1"
1017  for (key in D) D_is_set[key] = 1
1018  FS = ""
1019}
1020/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1021  line = $ 0
1022  split(line, arg, " ")
1023  if (arg[1] == "#") {
1024    defundef = arg[2]
1025    mac1 = arg[3]
1026  } else {
1027    defundef = substr(arg[1], 2)
1028    mac1 = arg[2]
1029  }
1030  split(mac1, mac2, "(") #)
1031  macro = mac2[1]
1032  prefix = substr(line, 1, index(line, defundef) - 1)
1033  if (D_is_set[macro]) {
1034    # Preserve the white space surrounding the "#".
1035    print prefix "define", macro P[macro] D[macro]
1036    next
1037  } else {
1038    # Replace #undef with comments.  This is necessary, for example,
1039    # in the case of _POSIX_SOURCE, which is predefined and required
1040    # on some systems where configure will not decide to define it.
1041    if (defundef == "undef") {
1042      print "/*", prefix defundef, macro, "*/"
1043      next
1044    }
1045  }
1046}
1047{ print }
1048_ACAWK
1049  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
1050fi # test -n "$CONFIG_HEADERS"
1051
1052
1053eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1054shift
1055for ac_tag
1056do
1057  case $ac_tag in
1058  :[FHLC]) ac_mode=$ac_tag; continue;;
1059  esac
1060  case $ac_mode$ac_tag in
1061  :[FHL]*:*);;
1062  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
1063  :[FH]-) ac_tag=-:-;;
1064  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1065  esac
1066  ac_save_IFS=$IFS
1067  IFS=:
1068  set x $ac_tag
1069  IFS=$ac_save_IFS
1070  shift
1071  ac_file=$1
1072  shift
1073
1074  case $ac_mode in
1075  :L) ac_source=$1;;
1076  :[FH])
1077    ac_file_inputs=
1078    for ac_f
1079    do
1080      case $ac_f in
1081      -) ac_f="$ac_tmp/stdin";;
1082      *) # Look for the file first in the build tree, then in the source tree
1083	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
1084	 # because $ac_f cannot contain `:'.
1085	 test -f "$ac_f" ||
1086	   case $ac_f in
1087	   [\\/$]*) false;;
1088	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1089	   esac ||
1090	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1091      esac
1092      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1093      as_fn_append ac_file_inputs " '$ac_f'"
1094    done
1095
1096    # Let's still pretend it is `configure' which instantiates (i.e., don't
1097    # use $as_me), people would be surprised to read:
1098    #    /* config.h.  Generated by config.status.  */
1099    configure_input='Generated from '`
1100	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1101	`' by configure.'
1102    if test x"$ac_file" != x-; then
1103      configure_input="$ac_file.  $configure_input"
1104      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1105$as_echo "$as_me: creating $ac_file" >&6;}
1106    fi
1107    # Neutralize special characters interpreted by sed in replacement strings.
1108    case $configure_input in #(
1109    *\&* | *\|* | *\\* )
1110       ac_sed_conf_input=`$as_echo "$configure_input" |
1111       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1112    *) ac_sed_conf_input=$configure_input;;
1113    esac
1114
1115    case $ac_tag in
1116    *:-:* | *:-) cat >"$ac_tmp/stdin" \
1117      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
1118    esac
1119    ;;
1120  esac
1121
1122  ac_dir=`$as_dirname -- "$ac_file" ||
1123$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1124	 X"$ac_file" : 'X\(//\)[^/]' \| \
1125	 X"$ac_file" : 'X\(//\)$' \| \
1126	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1127$as_echo X"$ac_file" |
1128    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1129	    s//\1/
1130	    q
1131	  }
1132	  /^X\(\/\/\)[^/].*/{
1133	    s//\1/
1134	    q
1135	  }
1136	  /^X\(\/\/\)$/{
1137	    s//\1/
1138	    q
1139	  }
1140	  /^X\(\/\).*/{
1141	    s//\1/
1142	    q
1143	  }
1144	  s/.*/./; q'`
1145  as_dir="$ac_dir"; as_fn_mkdir_p
1146  ac_builddir=.
1147
1148case "$ac_dir" in
1149.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1150*)
1151  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1152  # A ".." for each directory in $ac_dir_suffix.
1153  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1154  case $ac_top_builddir_sub in
1155  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1156  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1157  esac ;;
1158esac
1159ac_abs_top_builddir=$ac_pwd
1160ac_abs_builddir=$ac_pwd$ac_dir_suffix
1161# for backward compatibility:
1162ac_top_builddir=$ac_top_build_prefix
1163
1164case $srcdir in
1165  .)  # We are building in place.
1166    ac_srcdir=.
1167    ac_top_srcdir=$ac_top_builddir_sub
1168    ac_abs_top_srcdir=$ac_pwd ;;
1169  [\\/]* | ?:[\\/]* )  # Absolute name.
1170    ac_srcdir=$srcdir$ac_dir_suffix;
1171    ac_top_srcdir=$srcdir
1172    ac_abs_top_srcdir=$srcdir ;;
1173  *) # Relative name.
1174    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1175    ac_top_srcdir=$ac_top_build_prefix$srcdir
1176    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1177esac
1178ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1179
1180
1181  case $ac_mode in
1182  :F)
1183  #
1184  # CONFIG_FILE
1185  #
1186
1187  case $INSTALL in
1188  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1189  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1190  esac
1191  ac_MKDIR_P=$MKDIR_P
1192  case $MKDIR_P in
1193  [\\/$]* | ?:[\\/]* ) ;;
1194  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1195  esac
1196# If the template does not know about datarootdir, expand it.
1197# FIXME: This hack should be removed a few years after 2.60.
1198ac_datarootdir_hack=; ac_datarootdir_seen=
1199ac_sed_dataroot='
1200/datarootdir/ {
1201  p
1202  q
1203}
1204/@datadir@/p
1205/@docdir@/p
1206/@infodir@/p
1207/@localedir@/p
1208/@mandir@/p'
1209case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1210*datarootdir*) ac_datarootdir_seen=yes;;
1211*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1212  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1213$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1214  ac_datarootdir_hack='
1215  s&@datadir@&${datarootdir}&g
1216  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1217  s&@infodir@&${datarootdir}/info&g
1218  s&@localedir@&${datarootdir}/locale&g
1219  s&@mandir@&${datarootdir}/man&g
1220  s&\${datarootdir}&${prefix}/share&g' ;;
1221esac
1222ac_sed_extra="/^[	 ]*VPATH[	 ]*=[	 ]*/{
1223h
1224s///
1225s/^/:/
1226s/[	 ]*$/:/
1227s/:\$(srcdir):/:/g
1228s/:\${srcdir}:/:/g
1229s/:@srcdir@:/:/g
1230s/^:*//
1231s/:*$//
1232x
1233s/\(=[	 ]*\).*/\1/
1234G
1235s/\n//
1236s/^[^=]*=[	 ]*$//
1237}
1238
1239:t
1240/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1241s|@configure_input@|$ac_sed_conf_input|;t t
1242s&@top_builddir@&$ac_top_builddir_sub&;t t
1243s&@top_build_prefix@&$ac_top_build_prefix&;t t
1244s&@srcdir@&$ac_srcdir&;t t
1245s&@abs_srcdir@&$ac_abs_srcdir&;t t
1246s&@top_srcdir@&$ac_top_srcdir&;t t
1247s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1248s&@builddir@&$ac_builddir&;t t
1249s&@abs_builddir@&$ac_abs_builddir&;t t
1250s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1251s&@INSTALL@&$ac_INSTALL&;t t
1252s&@MKDIR_P@&$ac_MKDIR_P&;t t
1253$ac_datarootdir_hack
1254"
1255eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1256  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1257
1258test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1259  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1260  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
1261      "$ac_tmp/out"`; test -z "$ac_out"; } &&
1262  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1263which seems to be undefined.  Please make sure it is defined" >&5
1264$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1265which seems to be undefined.  Please make sure it is defined" >&2;}
1266
1267  rm -f "$ac_tmp/stdin"
1268  case $ac_file in
1269  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1270  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1271  esac \
1272  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1273 ;;
1274  :H)
1275  #
1276  # CONFIG_HEADER
1277  #
1278  if test x"$ac_file" != x-; then
1279    {
1280      $as_echo "/* $configure_input  */" \
1281      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1282    } >"$ac_tmp/config.h" \
1283      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1284    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1285      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1286$as_echo "$as_me: $ac_file is unchanged" >&6;}
1287    else
1288      rm -f "$ac_file"
1289      mv "$ac_tmp/config.h" "$ac_file" \
1290	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
1291    fi
1292  else
1293    $as_echo "/* $configure_input  */" \
1294      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1295      || as_fn_error $? "could not create -" "$LINENO" 5
1296  fi
1297# Compute "$ac_file"'s index in $config_headers.
1298_am_arg="$ac_file"
1299_am_stamp_count=1
1300for _am_header in $config_headers :; do
1301  case $_am_header in
1302    $_am_arg | $_am_arg:* )
1303      break ;;
1304    * )
1305      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1306  esac
1307done
1308echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1309$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1310	 X"$_am_arg" : 'X\(//\)[^/]' \| \
1311	 X"$_am_arg" : 'X\(//\)$' \| \
1312	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1313$as_echo X"$_am_arg" |
1314    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1315	    s//\1/
1316	    q
1317	  }
1318	  /^X\(\/\/\)[^/].*/{
1319	    s//\1/
1320	    q
1321	  }
1322	  /^X\(\/\/\)$/{
1323	    s//\1/
1324	    q
1325	  }
1326	  /^X\(\/\).*/{
1327	    s//\1/
1328	    q
1329	  }
1330	  s/.*/./; q'`/stamp-h$_am_stamp_count
1331 ;;
1332
1333  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1334$as_echo "$as_me: executing $ac_file commands" >&6;}
1335 ;;
1336  esac
1337
1338
1339  case $ac_file$ac_mode in
1340    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1341  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1342  # are listed without --file.  Let's play safe and only enable the eval
1343  # if we detect the quoting.
1344  case $CONFIG_FILES in
1345  *\'*) eval set x "$CONFIG_FILES" ;;
1346  *)   set x $CONFIG_FILES ;;
1347  esac
1348  shift
1349  for mf
1350  do
1351    # Strip MF so we end up with the name of the file.
1352    mf=`echo "$mf" | sed -e 's/:.*$//'`
1353    # Check whether this is an Automake generated Makefile or not.
1354    # We used to match only the files named `Makefile.in', but
1355    # some people rename them; so instead we look at the file content.
1356    # Grep'ing the first line is not enough: some people post-process
1357    # each Makefile.in and add a new line on top of each file to say so.
1358    # Grep'ing the whole file is not good either: AIX grep has a line
1359    # limit of 2048, but all sed's we know have understand at least 4000.
1360    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1361      dirpart=`$as_dirname -- "$mf" ||
1362$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1363	 X"$mf" : 'X\(//\)[^/]' \| \
1364	 X"$mf" : 'X\(//\)$' \| \
1365	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1366$as_echo X"$mf" |
1367    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1368	    s//\1/
1369	    q
1370	  }
1371	  /^X\(\/\/\)[^/].*/{
1372	    s//\1/
1373	    q
1374	  }
1375	  /^X\(\/\/\)$/{
1376	    s//\1/
1377	    q
1378	  }
1379	  /^X\(\/\).*/{
1380	    s//\1/
1381	    q
1382	  }
1383	  s/.*/./; q'`
1384    else
1385      continue
1386    fi
1387    # Extract the definition of DEPDIR, am__include, and am__quote
1388    # from the Makefile without running `make'.
1389    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1390    test -z "$DEPDIR" && continue
1391    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1392    test -z "am__include" && continue
1393    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1394    # When using ansi2knr, U may be empty or an underscore; expand it
1395    U=`sed -n 's/^U = //p' < "$mf"`
1396    # Find all dependency output files, they are included files with
1397    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1398    # simplest approach to changing $(DEPDIR) to its actual value in the
1399    # expansion.
1400    for file in `sed -n "
1401      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1402	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1403      # Make sure the directory exists.
1404      test -f "$dirpart/$file" && continue
1405      fdir=`$as_dirname -- "$file" ||
1406$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1407	 X"$file" : 'X\(//\)[^/]' \| \
1408	 X"$file" : 'X\(//\)$' \| \
1409	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1410$as_echo X"$file" |
1411    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1412	    s//\1/
1413	    q
1414	  }
1415	  /^X\(\/\/\)[^/].*/{
1416	    s//\1/
1417	    q
1418	  }
1419	  /^X\(\/\/\)$/{
1420	    s//\1/
1421	    q
1422	  }
1423	  /^X\(\/\).*/{
1424	    s//\1/
1425	    q
1426	  }
1427	  s/.*/./; q'`
1428      as_dir=$dirpart/$fdir; as_fn_mkdir_p
1429      # echo "creating $dirpart/$file"
1430      echo '# dummy' > "$dirpart/$file"
1431    done
1432  done
1433}
1434 ;;
1435    "libtool":C)
1436
1437    # See if we are running on zsh, and set the options which allow our
1438    # commands through without removal of \ escapes.
1439    if test -n "${ZSH_VERSION+set}" ; then
1440      setopt NO_GLOB_SUBST
1441    fi
1442
1443    cfgfile="${ofile}T"
1444    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1445    $RM "$cfgfile"
1446
1447    cat <<_LT_EOF >> "$cfgfile"
1448#! $SHELL
1449
1450# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1451# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1452# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1453# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1454#
1455#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1456#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1457#                 Foundation, Inc.
1458#   Written by Gordon Matzigkeit, 1996
1459#
1460#   This file is part of GNU Libtool.
1461#
1462# GNU Libtool is free software; you can redistribute it and/or
1463# modify it under the terms of the GNU General Public License as
1464# published by the Free Software Foundation; either version 2 of
1465# the License, or (at your option) any later version.
1466#
1467# As a special exception to the GNU General Public License,
1468# if you distribute this file as part of a program or library that
1469# is built using GNU Libtool, you may include this file under the
1470# same distribution terms that you use for the rest of that program.
1471#
1472# GNU Libtool is distributed in the hope that it will be useful,
1473# but WITHOUT ANY WARRANTY; without even the implied warranty of
1474# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1475# GNU General Public License for more details.
1476#
1477# You should have received a copy of the GNU General Public License
1478# along with GNU Libtool; see the file COPYING.  If not, a copy
1479# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1480# obtained by writing to the Free Software Foundation, Inc.,
1481# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1482
1483
1484# The names of the tagged configurations supported by this script.
1485available_tags=""
1486
1487# ### BEGIN LIBTOOL CONFIG
1488
1489# Whether or not to build static libraries.
1490build_old_libs=$enable_static
1491
1492# Which release of libtool.m4 was used?
1493macro_version=$macro_version
1494macro_revision=$macro_revision
1495
1496# Whether or not to build shared libraries.
1497build_libtool_libs=$enable_shared
1498
1499# What type of objects to build.
1500pic_mode=$pic_mode
1501
1502# Whether or not to optimize for fast installation.
1503fast_install=$enable_fast_install
1504
1505# Shell to use when invoking shell scripts.
1506SHELL=$lt_SHELL
1507
1508# An echo program that protects backslashes.
1509ECHO=$lt_ECHO
1510
1511# The PATH separator for the build system.
1512PATH_SEPARATOR=$lt_PATH_SEPARATOR
1513
1514# The host system.
1515host_alias=$host_alias
1516host=$host
1517host_os=$host_os
1518
1519# The build system.
1520build_alias=$build_alias
1521build=$build
1522build_os=$build_os
1523
1524# A sed program that does not truncate output.
1525SED=$lt_SED
1526
1527# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1528Xsed="\$SED -e 1s/^X//"
1529
1530# A grep program that handles long lines.
1531GREP=$lt_GREP
1532
1533# An ERE matcher.
1534EGREP=$lt_EGREP
1535
1536# A literal string matcher.
1537FGREP=$lt_FGREP
1538
1539# A BSD- or MS-compatible name lister.
1540NM=$lt_NM
1541
1542# Whether we need soft or hard links.
1543LN_S=$lt_LN_S
1544
1545# What is the maximum length of a command?
1546max_cmd_len=$max_cmd_len
1547
1548# Object file suffix (normally "o").
1549objext=$ac_objext
1550
1551# Executable file suffix (normally "").
1552exeext=$exeext
1553
1554# whether the shell understands "unset".
1555lt_unset=$lt_unset
1556
1557# turn spaces into newlines.
1558SP2NL=$lt_lt_SP2NL
1559
1560# turn newlines into spaces.
1561NL2SP=$lt_lt_NL2SP
1562
1563# convert \$build file names to \$host format.
1564to_host_file_cmd=$lt_cv_to_host_file_cmd
1565
1566# convert \$build files to toolchain format.
1567to_tool_file_cmd=$lt_cv_to_tool_file_cmd
1568
1569# An object symbol dumper.
1570OBJDUMP=$lt_OBJDUMP
1571
1572# Method to check whether dependent libraries are shared objects.
1573deplibs_check_method=$lt_deplibs_check_method
1574
1575# Command to use when deplibs_check_method = "file_magic".
1576file_magic_cmd=$lt_file_magic_cmd
1577
1578# How to find potential files when deplibs_check_method = "file_magic".
1579file_magic_glob=$lt_file_magic_glob
1580
1581# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
1582want_nocaseglob=$lt_want_nocaseglob
1583
1584# DLL creation program.
1585DLLTOOL=$lt_DLLTOOL
1586
1587# Command to associate shared and link libraries.
1588sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
1589
1590# The archiver.
1591AR=$lt_AR
1592
1593# Flags to create an archive.
1594AR_FLAGS=$lt_AR_FLAGS
1595
1596# How to feed a file listing to the archiver.
1597archiver_list_spec=$lt_archiver_list_spec
1598
1599# A symbol stripping program.
1600STRIP=$lt_STRIP
1601
1602# Commands used to install an old-style archive.
1603RANLIB=$lt_RANLIB
1604old_postinstall_cmds=$lt_old_postinstall_cmds
1605old_postuninstall_cmds=$lt_old_postuninstall_cmds
1606
1607# Whether to use a lock for old archive extraction.
1608lock_old_archive_extraction=$lock_old_archive_extraction
1609
1610# A C compiler.
1611LTCC=$lt_CC
1612
1613# LTCC compiler flags.
1614LTCFLAGS=$lt_CFLAGS
1615
1616# Take the output of nm and produce a listing of raw symbols and C names.
1617global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1618
1619# Transform the output of nm in a proper C declaration.
1620global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1621
1622# Transform the output of nm in a C name address pair.
1623global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1624
1625# Transform the output of nm in a C name address pair when lib prefix is needed.
1626global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1627
1628# Specify filename containing input files for \$NM.
1629nm_file_list_spec=$lt_nm_file_list_spec
1630
1631# The root where to search for dependent libraries,and in which our libraries should be installed.
1632lt_sysroot=$lt_sysroot
1633
1634# The name of the directory that contains temporary libtool files.
1635objdir=$objdir
1636
1637# Used to examine libraries when file_magic_cmd begins with "file".
1638MAGIC_CMD=$MAGIC_CMD
1639
1640# Must we lock files when doing compilation?
1641need_locks=$lt_need_locks
1642
1643# Manifest tool.
1644MANIFEST_TOOL=$lt_MANIFEST_TOOL
1645
1646# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1647DSYMUTIL=$lt_DSYMUTIL
1648
1649# Tool to change global to local symbols on Mac OS X.
1650NMEDIT=$lt_NMEDIT
1651
1652# Tool to manipulate fat objects and archives on Mac OS X.
1653LIPO=$lt_LIPO
1654
1655# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1656OTOOL=$lt_OTOOL
1657
1658# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1659OTOOL64=$lt_OTOOL64
1660
1661# Old archive suffix (normally "a").
1662libext=$libext
1663
1664# Shared library suffix (normally ".so").
1665shrext_cmds=$lt_shrext_cmds
1666
1667# The commands to extract the exported symbol list from a shared archive.
1668extract_expsyms_cmds=$lt_extract_expsyms_cmds
1669
1670# Variables whose values should be saved in libtool wrapper scripts and
1671# restored at link time.
1672variables_saved_for_relink=$lt_variables_saved_for_relink
1673
1674# Do we need the "lib" prefix for modules?
1675need_lib_prefix=$need_lib_prefix
1676
1677# Do we need a version for libraries?
1678need_version=$need_version
1679
1680# Library versioning type.
1681version_type=$version_type
1682
1683# Shared library runtime path variable.
1684runpath_var=$runpath_var
1685
1686# Shared library path variable.
1687shlibpath_var=$shlibpath_var
1688
1689# Is shlibpath searched before the hard-coded library search path?
1690shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1691
1692# Format of library name prefix.
1693libname_spec=$lt_libname_spec
1694
1695# List of archive names.  First name is the real one, the rest are links.
1696# The last name is the one that the linker finds with -lNAME
1697library_names_spec=$lt_library_names_spec
1698
1699# The coded name of the library, if different from the real name.
1700soname_spec=$lt_soname_spec
1701
1702# Permission mode override for installation of shared libraries.
1703install_override_mode=$lt_install_override_mode
1704
1705# Command to use after installation of a shared archive.
1706postinstall_cmds=$lt_postinstall_cmds
1707
1708# Command to use after uninstallation of a shared archive.
1709postuninstall_cmds=$lt_postuninstall_cmds
1710
1711# Commands used to finish a libtool library installation in a directory.
1712finish_cmds=$lt_finish_cmds
1713
1714# As "finish_cmds", except a single script fragment to be evaled but
1715# not shown.
1716finish_eval=$lt_finish_eval
1717
1718# Whether we should hardcode library paths into libraries.
1719hardcode_into_libs=$hardcode_into_libs
1720
1721# Compile-time system search path for libraries.
1722sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1723
1724# Run-time system search path for libraries.
1725sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1726
1727# Whether dlopen is supported.
1728dlopen_support=$enable_dlopen
1729
1730# Whether dlopen of programs is supported.
1731dlopen_self=$enable_dlopen_self
1732
1733# Whether dlopen of statically linked programs is supported.
1734dlopen_self_static=$enable_dlopen_self_static
1735
1736# Commands to strip libraries.
1737old_striplib=$lt_old_striplib
1738striplib=$lt_striplib
1739
1740
1741# The linker used to build libraries.
1742LD=$lt_LD
1743
1744# How to create reloadable object files.
1745reload_flag=$lt_reload_flag
1746reload_cmds=$lt_reload_cmds
1747
1748# Commands used to build an old-style archive.
1749old_archive_cmds=$lt_old_archive_cmds
1750
1751# A language specific compiler.
1752CC=$lt_compiler
1753
1754# Is the compiler the GNU compiler?
1755with_gcc=$GCC
1756
1757# Compiler flag to turn off builtin functions.
1758no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1759
1760# Additional compiler flags for building library objects.
1761pic_flag=$lt_lt_prog_compiler_pic
1762
1763# How to pass a linker flag through the compiler.
1764wl=$lt_lt_prog_compiler_wl
1765
1766# Compiler flag to prevent dynamic linking.
1767link_static_flag=$lt_lt_prog_compiler_static
1768
1769# Does compiler simultaneously support -c and -o options?
1770compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1771
1772# Whether or not to add -lc for building shared libraries.
1773build_libtool_need_lc=$archive_cmds_need_lc
1774
1775# Whether or not to disallow shared libs when runtime libs are static.
1776allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1777
1778# Compiler flag to allow reflexive dlopens.
1779export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1780
1781# Compiler flag to generate shared objects directly from archives.
1782whole_archive_flag_spec=$lt_whole_archive_flag_spec
1783
1784# Whether the compiler copes with passing no objects directly.
1785compiler_needs_object=$lt_compiler_needs_object
1786
1787# Create an old-style archive from a shared archive.
1788old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1789
1790# Create a temporary old-style archive to link instead of a shared archive.
1791old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1792
1793# Commands used to build a shared archive.
1794archive_cmds=$lt_archive_cmds
1795archive_expsym_cmds=$lt_archive_expsym_cmds
1796
1797# Commands used to build a loadable module if different from building
1798# a shared archive.
1799module_cmds=$lt_module_cmds
1800module_expsym_cmds=$lt_module_expsym_cmds
1801
1802# Whether we are building with GNU ld or not.
1803with_gnu_ld=$lt_with_gnu_ld
1804
1805# Flag that allows shared libraries with undefined symbols to be built.
1806allow_undefined_flag=$lt_allow_undefined_flag
1807
1808# Flag that enforces no undefined symbols.
1809no_undefined_flag=$lt_no_undefined_flag
1810
1811# Flag to hardcode \$libdir into a binary during linking.
1812# This must work even if \$libdir does not exist
1813hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1814
1815# Whether we need a single "-rpath" flag with a separated argument.
1816hardcode_libdir_separator=$lt_hardcode_libdir_separator
1817
1818# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1819# DIR into the resulting binary.
1820hardcode_direct=$hardcode_direct
1821
1822# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1823# DIR into the resulting binary and the resulting library dependency is
1824# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1825# library is relocated.
1826hardcode_direct_absolute=$hardcode_direct_absolute
1827
1828# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1829# into the resulting binary.
1830hardcode_minus_L=$hardcode_minus_L
1831
1832# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1833# into the resulting binary.
1834hardcode_shlibpath_var=$hardcode_shlibpath_var
1835
1836# Set to "yes" if building a shared library automatically hardcodes DIR
1837# into the library and all subsequent libraries and executables linked
1838# against it.
1839hardcode_automatic=$hardcode_automatic
1840
1841# Set to yes if linker adds runtime paths of dependent libraries
1842# to runtime path list.
1843inherit_rpath=$inherit_rpath
1844
1845# Whether libtool must link a program against all its dependency libraries.
1846link_all_deplibs=$link_all_deplibs
1847
1848# Set to "yes" if exported symbols are required.
1849always_export_symbols=$always_export_symbols
1850
1851# The commands to list exported symbols.
1852export_symbols_cmds=$lt_export_symbols_cmds
1853
1854# Symbols that should not be listed in the preloaded symbols.
1855exclude_expsyms=$lt_exclude_expsyms
1856
1857# Symbols that must always be exported.
1858include_expsyms=$lt_include_expsyms
1859
1860# Commands necessary for linking programs (against libraries) with templates.
1861prelink_cmds=$lt_prelink_cmds
1862
1863# Commands necessary for finishing linking programs.
1864postlink_cmds=$lt_postlink_cmds
1865
1866# Specify filename containing input files.
1867file_list_spec=$lt_file_list_spec
1868
1869# How to hardcode a shared library path into an executable.
1870hardcode_action=$hardcode_action
1871
1872# ### END LIBTOOL CONFIG
1873
1874_LT_EOF
1875
1876  case $host_os in
1877  aix3*)
1878    cat <<\_LT_EOF >> "$cfgfile"
1879# AIX sometimes has problems with the GCC collect2 program.  For some
1880# reason, if we set the COLLECT_NAMES environment variable, the problems
1881# vanish in a puff of smoke.
1882if test "X${COLLECT_NAMES+set}" != Xset; then
1883  COLLECT_NAMES=
1884  export COLLECT_NAMES
1885fi
1886_LT_EOF
1887    ;;
1888  esac
1889
1890
1891ltmain="$ac_aux_dir/ltmain.sh"
1892
1893
1894  # We use sed instead of cat because bash on DJGPP gets confused if
1895  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
1896  # text mode, it properly converts lines to CR/LF.  This bash problem
1897  # is reportedly fixed, but why not run on old versions too?
1898  sed '$q' "$ltmain" >> "$cfgfile" \
1899     || (rm -f "$cfgfile"; exit 1)
1900
1901  if test x"$xsi_shell" = xyes; then
1902  sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
1903func_dirname ()\
1904{\
1905\    case ${1} in\
1906\      */*) func_dirname_result="${1%/*}${2}" ;;\
1907\      *  ) func_dirname_result="${3}" ;;\
1908\    esac\
1909} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
1910  && mv -f "$cfgfile.tmp" "$cfgfile" \
1911    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1912test 0 -eq $? || _lt_function_replace_fail=:
1913
1914
1915  sed -e '/^func_basename ()$/,/^} # func_basename /c\
1916func_basename ()\
1917{\
1918\    func_basename_result="${1##*/}"\
1919} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
1920  && mv -f "$cfgfile.tmp" "$cfgfile" \
1921    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1922test 0 -eq $? || _lt_function_replace_fail=:
1923
1924
1925  sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
1926func_dirname_and_basename ()\
1927{\
1928\    case ${1} in\
1929\      */*) func_dirname_result="${1%/*}${2}" ;;\
1930\      *  ) func_dirname_result="${3}" ;;\
1931\    esac\
1932\    func_basename_result="${1##*/}"\
1933} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
1934  && mv -f "$cfgfile.tmp" "$cfgfile" \
1935    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1936test 0 -eq $? || _lt_function_replace_fail=:
1937
1938
1939  sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
1940func_stripname ()\
1941{\
1942\    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
1943\    # positional parameters, so assign one to ordinary parameter first.\
1944\    func_stripname_result=${3}\
1945\    func_stripname_result=${func_stripname_result#"${1}"}\
1946\    func_stripname_result=${func_stripname_result%"${2}"}\
1947} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
1948  && mv -f "$cfgfile.tmp" "$cfgfile" \
1949    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1950test 0 -eq $? || _lt_function_replace_fail=:
1951
1952
1953  sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
1954func_split_long_opt ()\
1955{\
1956\    func_split_long_opt_name=${1%%=*}\
1957\    func_split_long_opt_arg=${1#*=}\
1958} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
1959  && mv -f "$cfgfile.tmp" "$cfgfile" \
1960    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1961test 0 -eq $? || _lt_function_replace_fail=:
1962
1963
1964  sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
1965func_split_short_opt ()\
1966{\
1967\    func_split_short_opt_arg=${1#??}\
1968\    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
1969} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
1970  && mv -f "$cfgfile.tmp" "$cfgfile" \
1971    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1972test 0 -eq $? || _lt_function_replace_fail=:
1973
1974
1975  sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
1976func_lo2o ()\
1977{\
1978\    case ${1} in\
1979\      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
1980\      *)    func_lo2o_result=${1} ;;\
1981\    esac\
1982} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
1983  && mv -f "$cfgfile.tmp" "$cfgfile" \
1984    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1985test 0 -eq $? || _lt_function_replace_fail=:
1986
1987
1988  sed -e '/^func_xform ()$/,/^} # func_xform /c\
1989func_xform ()\
1990{\
1991    func_xform_result=${1%.*}.lo\
1992} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
1993  && mv -f "$cfgfile.tmp" "$cfgfile" \
1994    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
1995test 0 -eq $? || _lt_function_replace_fail=:
1996
1997
1998  sed -e '/^func_arith ()$/,/^} # func_arith /c\
1999func_arith ()\
2000{\
2001    func_arith_result=$(( $* ))\
2002} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2003  && mv -f "$cfgfile.tmp" "$cfgfile" \
2004    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2005test 0 -eq $? || _lt_function_replace_fail=:
2006
2007
2008  sed -e '/^func_len ()$/,/^} # func_len /c\
2009func_len ()\
2010{\
2011    func_len_result=${#1}\
2012} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2013  && mv -f "$cfgfile.tmp" "$cfgfile" \
2014    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2015test 0 -eq $? || _lt_function_replace_fail=:
2016
2017fi
2018
2019if test x"$lt_shell_append" = xyes; then
2020  sed -e '/^func_append ()$/,/^} # func_append /c\
2021func_append ()\
2022{\
2023    eval "${1}+=\\${2}"\
2024} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2025  && mv -f "$cfgfile.tmp" "$cfgfile" \
2026    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2027test 0 -eq $? || _lt_function_replace_fail=:
2028
2029
2030  sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2031func_append_quoted ()\
2032{\
2033\    func_quote_for_eval "${2}"\
2034\    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2035} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2036  && mv -f "$cfgfile.tmp" "$cfgfile" \
2037    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2038test 0 -eq $? || _lt_function_replace_fail=:
2039
2040
2041  # Save a `func_append' function call where possible by direct use of '+='
2042  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2043    && mv -f "$cfgfile.tmp" "$cfgfile" \
2044      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2045  test 0 -eq $? || _lt_function_replace_fail=:
2046else
2047  # Save a `func_append' function call even when '+=' is not available
2048  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2049    && mv -f "$cfgfile.tmp" "$cfgfile" \
2050      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2051  test 0 -eq $? || _lt_function_replace_fail=:
2052fi
2053
2054if test x"$_lt_function_replace_fail" = x":"; then
2055  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2056$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2057fi
2058
2059
2060   mv -f "$cfgfile" "$ofile" ||
2061    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2062  chmod +x "$ofile"
2063
2064 ;;
2065
2066  esac
2067done # for ac_tag
2068
2069
2070as_fn_exit 0
2071