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
10SHELL=${CONFIG_SHELL-/bin/sh}
11## --------------------- ##
12## M4sh Initialization.  ##
13## --------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18  emulate sh
19  NULLCMD=:
20  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21  # is contrary to our usage.  Disable this feature.
22  alias -g '${1+"$@"}'='"$@"'
23  setopt NO_GLOB_SUBST
24else
25  case `(set -o) 2>/dev/null` in
26  *posix*) set -o posix ;;
27esac
28
29fi
30
31
32
33
34# PATH needs CR
35# Avoid depending upon Character Ranges.
36as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39as_cr_digits='0123456789'
40as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42# The user is always right.
43if test "${PATH_SEPARATOR+set}" != set; then
44  echo "#! /bin/sh" >conf$$.sh
45  echo  "exit 0"   >>conf$$.sh
46  chmod +x conf$$.sh
47  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48    PATH_SEPARATOR=';'
49  else
50    PATH_SEPARATOR=:
51  fi
52  rm -f conf$$.sh
53fi
54
55# Support unset when possible.
56if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57  as_unset=unset
58else
59  as_unset=false
60fi
61
62
63# IFS
64# We need space, tab and new line, in precisely that order.  Quoting is
65# there to prevent editors from complaining about space-tab.
66# (If _AS_PATH_WALK were called with IFS unset, it would disable word
67# splitting by setting IFS to empty value.)
68as_nl='
69'
70IFS=" ""	$as_nl"
71
72# Find who we are.  Look in the path if we contain no directory separator.
73case $0 in
74  *[\\/]* ) as_myself=$0 ;;
75  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76for as_dir in $PATH
77do
78  IFS=$as_save_IFS
79  test -z "$as_dir" && as_dir=.
80  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81done
82IFS=$as_save_IFS
83
84     ;;
85esac
86# We did not find ourselves, most probably we were run as `sh COMMAND'
87# in which case we are not to be found in the path.
88if test "x$as_myself" = x; then
89  as_myself=$0
90fi
91if test ! -f "$as_myself"; then
92  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93  { (exit 1); exit 1; }
94fi
95
96# Work around bugs in pre-3.0 UWIN ksh.
97for as_var in ENV MAIL MAILPATH
98do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99done
100PS1='$ '
101PS2='> '
102PS4='+ '
103
104# NLS nuisances.
105for as_var in \
106  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108  LC_TELEPHONE LC_TIME
109do
110  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111    eval $as_var=C; export $as_var
112  else
113    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
114  fi
115done
116
117# Required to use basename.
118if expr a : '\(a\)' >/dev/null 2>&1 &&
119   test "X`expr 00001 : '.*\(...\)'`" = X001; then
120  as_expr=expr
121else
122  as_expr=false
123fi
124
125if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126  as_basename=basename
127else
128  as_basename=false
129fi
130
131
132# Name of the executable.
133as_me=`$as_basename -- "$0" ||
134$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135	 X"$0" : 'X\(//\)$' \| \
136	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137echo X/"$0" |
138    sed '/^.*\/\([^/][^/]*\)\/*$/{
139	    s//\1/
140	    q
141	  }
142	  /^X\/\(\/\/\)$/{
143	    s//\1/
144	    q
145	  }
146	  /^X\/\(\/\).*/{
147	    s//\1/
148	    q
149	  }
150	  s/.*/./; q'`
151
152# CDPATH.
153$as_unset CDPATH
154
155
156
157  as_lineno_1=$LINENO
158  as_lineno_2=$LINENO
159  test "x$as_lineno_1" != "x$as_lineno_2" &&
160  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
161
162  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
163  # uniformly replaced by the line number.  The first 'sed' inserts a
164  # line-number line after each line using $LINENO; the second 'sed'
165  # does the real work.  The second script uses 'N' to pair each
166  # line-number line with the line containing $LINENO, and appends
167  # trailing '-' during substitution so that $LINENO is not a special
168  # case at line end.
169  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
170  # scripts with optimization help from Paolo Bonzini.  Blame Lee
171  # E. McMahon (1931-1989) for sed's syntax.  :-)
172  sed -n '
173    p
174    /[$]LINENO/=
175  ' <$as_myself |
176    sed '
177      s/[$]LINENO.*/&-/
178      t lineno
179      b
180      :lineno
181      N
182      :loop
183      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
184      t loop
185      s/-\n.*//
186    ' >$as_me.lineno &&
187  chmod +x "$as_me.lineno" ||
188    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
189   { (exit 1); exit 1; }; }
190
191  # Don't try to exec as it changes $[0], causing all sort of problems
192  # (the dirname of $[0] is not the place where we might find the
193  # original and so on.  Autoconf is especially sensitive to this).
194  . "./$as_me.lineno"
195  # Exit status is that of the last command.
196  exit
197}
198
199
200if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
201  as_dirname=dirname
202else
203  as_dirname=false
204fi
205
206ECHO_C= ECHO_N= ECHO_T=
207case `echo -n x` in
208-n*)
209  case `echo 'x\c'` in
210  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
211  *)   ECHO_C='\c';;
212  esac;;
213*)
214  ECHO_N='-n';;
215esac
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
224rm -f conf$$ conf$$.exe conf$$.file
225if test -d conf$$.dir; then
226  rm -f conf$$.dir/conf$$.file
227else
228  rm -f conf$$.dir
229  mkdir conf$$.dir
230fi
231echo >conf$$.file
232if ln -s conf$$.file conf$$ 2>/dev/null; then
233  as_ln_s='ln -s'
234  # ... but there are two gotchas:
235  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
236  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
237  # In both cases, we have to default to `cp -p'.
238  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
239    as_ln_s='cp -p'
240elif ln conf$$.file conf$$ 2>/dev/null; then
241  as_ln_s=ln
242else
243  as_ln_s='cp -p'
244fi
245rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
246rmdir conf$$.dir 2>/dev/null
247
248if mkdir -p . 2>/dev/null; then
249  as_mkdir_p=:
250else
251  test -d ./-p && rmdir ./-p
252  as_mkdir_p=false
253fi
254
255if test -x / >/dev/null 2>&1; then
256  as_test_x='test -x'
257else
258  if ls -dL / >/dev/null 2>&1; then
259    as_ls_L_option=L
260  else
261    as_ls_L_option=
262  fi
263  as_test_x='
264    eval sh -c '\''
265      if test -d "$1"; then
266        test -d "$1/.";
267      else
268	case $1 in
269        -*)set "./$1";;
270	esac;
271	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
272	???[sx]*):;;*)false;;esac;fi
273    '\'' sh
274  '
275fi
276as_executable_p=$as_test_x
277
278# Sed expression to map a string onto a valid CPP name.
279as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
280
281# Sed expression to map a string onto a valid variable name.
282as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
283
284
285exec 6>&1
286
287# Save the log message, to keep $[0] and so on meaningful, and to
288# report actual input values of CONFIG_FILES etc. instead of their
289# values after options handling.
290ac_log="
291This file was extended by ntfs-3g $as_me 2009.3.8, which was
292generated by GNU Autoconf 2.61.  Invocation command line was
293
294  CONFIG_FILES    = $CONFIG_FILES
295  CONFIG_HEADERS  = $CONFIG_HEADERS
296  CONFIG_LINKS    = $CONFIG_LINKS
297  CONFIG_COMMANDS = $CONFIG_COMMANDS
298  $ $0 $@
299
300on `(hostname || uname -n) 2>/dev/null | sed 1q`
301"
302
303# Files that config.status was made for.
304config_files=" Makefile include/Makefile include/fuse-lite/Makefile include/ntfs-3g/Makefile libfuse-lite/Makefile libntfs-3g/Makefile libntfs-3g/libntfs-3g.pc libntfs-3g/libntfs-3g.script.so src/Makefile src/ntfs-3g.8 src/ntfs-3g.probe.8"
305config_headers=" config.h"
306config_commands=" depfiles"
307
308ac_cs_usage="\
309\`$as_me' instantiates files from templates according to the
310current configuration.
311
312Usage: $0 [OPTIONS] [FILE]...
313
314  -h, --help       print this help, then exit
315  -V, --version    print version number and configuration settings, then exit
316  -q, --quiet      do not print progress messages
317  -d, --debug      don't remove temporary files
318      --recheck    update $as_me by reconfiguring in the same conditions
319  --file=FILE[:TEMPLATE]
320		   instantiate the configuration file FILE
321  --header=FILE[:TEMPLATE]
322		   instantiate the configuration header FILE
323
324Configuration files:
325$config_files
326
327Configuration headers:
328$config_headers
329
330Configuration commands:
331$config_commands
332
333Report bugs to <bug-autoconf@gnu.org>."
334
335ac_cs_version="\
336ntfs-3g config.status 2009.3.8
337configured by ./configure, generated by GNU Autoconf 2.61,
338  with options \"'--host=mipsel' '--build=mipsel-linux-uclibc' '--target=mipsel-linux-uclibc' 'CC=mipsel-uclibc-gcc' 'build_alias=mipsel-linux-uclibc' 'host_alias=mipsel' 'target_alias=mipsel-linux-uclibc'\"
339
340Copyright (C) 2006 Free Software Foundation, Inc.
341This config.status script is free software; the Free Software Foundation
342gives unlimited permission to copy, distribute and modify it."
343
344ac_pwd='/home/peter/projects/wnr3500u/bcm4718/ap/gpl/ntfs-3g-2009.3.8'
345srcdir='.'
346INSTALL='/usr/bin/install -c'
347# If no file are specified by the user, then we need to provide default
348# value.  By we need to know if files were specified by the user.
349ac_need_defaults=:
350while test $# != 0
351do
352  case $1 in
353  --*=*)
354    ac_option=`expr "X$1" : 'X\([^=]*\)='`
355    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
356    ac_shift=:
357    ;;
358  *)
359    ac_option=$1
360    ac_optarg=$2
361    ac_shift=shift
362    ;;
363  esac
364
365  case $ac_option in
366  # Handling of the options.
367  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
368    ac_cs_recheck=: ;;
369  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
370    echo "$ac_cs_version"; exit ;;
371  --debug | --debu | --deb | --de | --d | -d )
372    debug=: ;;
373  --file | --fil | --fi | --f )
374    $ac_shift
375    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
376    ac_need_defaults=false;;
377  --header | --heade | --head | --hea )
378    $ac_shift
379    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
380    ac_need_defaults=false;;
381  --he | --h)
382    # Conflict between --help and --header
383    { echo "$as_me: error: ambiguous option: $1
384Try \`$0 --help' for more information." >&2
385   { (exit 1); exit 1; }; };;
386  --help | --hel | -h )
387    echo "$ac_cs_usage"; exit ;;
388  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
389  | -silent | --silent | --silen | --sile | --sil | --si | --s)
390    ac_cs_silent=: ;;
391
392  # This is an error.
393  -*) { echo "$as_me: error: unrecognized option: $1
394Try \`$0 --help' for more information." >&2
395   { (exit 1); exit 1; }; } ;;
396
397  *) ac_config_targets="$ac_config_targets $1"
398     ac_need_defaults=false ;;
399
400  esac
401  shift
402done
403
404ac_configure_extra_args=
405
406if $ac_cs_silent; then
407  exec 6>/dev/null
408  ac_configure_extra_args="$ac_configure_extra_args --silent"
409fi
410
411if $ac_cs_recheck; then
412  echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " '--host=mipsel' '--build=mipsel-linux-uclibc' '--target=mipsel-linux-uclibc' 'CC=mipsel-uclibc-gcc' 'build_alias=mipsel-linux-uclibc' 'host_alias=mipsel' 'target_alias=mipsel-linux-uclibc' $ac_configure_extra_args " --no-create --no-recursion" >&6
413  CONFIG_SHELL=/bin/sh
414  export CONFIG_SHELL
415  exec /bin/sh "./configure" '--host=mipsel' '--build=mipsel-linux-uclibc' '--target=mipsel-linux-uclibc' 'CC=mipsel-uclibc-gcc' 'build_alias=mipsel-linux-uclibc' 'host_alias=mipsel' 'target_alias=mipsel-linux-uclibc' $ac_configure_extra_args --no-create --no-recursion
416fi
417
418exec 5>>config.log
419{
420  echo
421  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
422## Running $as_me. ##
423_ASBOX
424  echo "$ac_log"
425} >&5
426
427#
428# INIT-COMMANDS
429#
430AMDEP_TRUE="" ac_aux_dir="."
431
432
433# Handling of arguments.
434for ac_config_target in $ac_config_targets
435do
436  case $ac_config_target in
437    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
438    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
439    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
440    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
441    "include/fuse-lite/Makefile") CONFIG_FILES="$CONFIG_FILES include/fuse-lite/Makefile" ;;
442    "include/ntfs-3g/Makefile") CONFIG_FILES="$CONFIG_FILES include/ntfs-3g/Makefile" ;;
443    "libfuse-lite/Makefile") CONFIG_FILES="$CONFIG_FILES libfuse-lite/Makefile" ;;
444    "libntfs-3g/Makefile") CONFIG_FILES="$CONFIG_FILES libntfs-3g/Makefile" ;;
445    "libntfs-3g/libntfs-3g.pc") CONFIG_FILES="$CONFIG_FILES libntfs-3g/libntfs-3g.pc" ;;
446    "libntfs-3g/libntfs-3g.script.so") CONFIG_FILES="$CONFIG_FILES libntfs-3g/libntfs-3g.script.so" ;;
447    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
448    "src/ntfs-3g.8") CONFIG_FILES="$CONFIG_FILES src/ntfs-3g.8" ;;
449    "src/ntfs-3g.probe.8") CONFIG_FILES="$CONFIG_FILES src/ntfs-3g.probe.8" ;;
450
451  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
452echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
453   { (exit 1); exit 1; }; };;
454  esac
455done
456
457
458# If the user did not use the arguments to specify the items to instantiate,
459# then the envvar interface is used.  Set only those that are not.
460# We use the long form for the default assignment because of an extremely
461# bizarre bug on SunOS 4.1.3.
462if $ac_need_defaults; then
463  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
464  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
465  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
466fi
467
468# Have a temporary directory for convenience.  Make it in the build tree
469# simply because there is no reason against having it here, and in addition,
470# creating and moving files from /tmp can sometimes cause problems.
471# Hook for its removal unless debugging.
472# Note that there is a small window in which the directory will not be cleaned:
473# after its creation but before its name has been assigned to `$tmp'.
474$debug ||
475{
476  tmp=
477  trap 'exit_status=$?
478  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
479' 0
480  trap '{ (exit 1); exit 1; }' 1 2 13 15
481}
482# Create a (secure) tmp directory for tmp files.
483
484{
485  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
486  test -n "$tmp" && test -d "$tmp"
487}  ||
488{
489  tmp=./conf$$-$RANDOM
490  (umask 077 && mkdir "$tmp")
491} ||
492{
493   echo "$me: cannot create a temporary directory in ." >&2
494   { (exit 1); exit 1; }
495}
496
497#
498# Set up the sed scripts for CONFIG_FILES section.
499#
500
501# No need to generate the scripts if there are no CONFIG_FILES.
502# This happens for instance when ./config.status config.h
503if test -n "$CONFIG_FILES"; then
504
505cat >"$tmp/subs-1.sed" <<\CEOF
506/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
507s,@SHELL@,|#_!!_#|/bin/sh,g
508s,@PATH_SEPARATOR@,|#_!!_#|:,g
509s,@PACKAGE_NAME@,|#_!!_#|ntfs-3g,g
510s,@PACKAGE_TARNAME@,|#_!!_#|ntfs-3g,g
511s,@PACKAGE_VERSION@,|#_!!_#|2009.3.8,g
512s,@PACKAGE_STRING@,|#_!!_#|ntfs-3g 2009.3.8,g
513s,@PACKAGE_BUGREPORT@,|#_!!_#|ntfs-3g-devel@|#_!!_#|lists.sf.net,g
514s,@exec_prefix@,|#_!!_#|${prefix},g
515s,@prefix@,|#_!!_#|/usr/local,g
516s,@program_transform_name@,|#_!!_#|s\&^\&mipsel-linux-uclibc-\&,g
517s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
518s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
519s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
520s,@datarootdir@,|#_!!_#|${prefix}/share,g
521s,@datadir@,|#_!!_#|${datarootdir},g
522s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
523s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
524s,@localstatedir@,|#_!!_#|${prefix}/var,g
525s,@includedir@,|#_!!_#|${prefix}/include,g
526s,@oldincludedir@,|#_!!_#|/usr/include,g
527s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE_TARNAME},g
528s,@infodir@,|#_!!_#|${datarootdir}/info,g
529s,@htmldir@,|#_!!_#|${docdir},g
530s,@dvidir@,|#_!!_#|${docdir},g
531s,@pdfdir@,|#_!!_#|${docdir},g
532s,@psdir@,|#_!!_#|${docdir},g
533s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
534s,@localedir@,|#_!!_#|${datarootdir}/locale,g
535s,@mandir@,|#_!!_#|${datarootdir}/man,g
536s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
537s,@ECHO_C@,|#_!!_#|,g
538s,@ECHO_N@,|#_!!_#|-n,g
539s,@ECHO_T@,|#_!!_#|,g
540s,@LIBS@,|#_!!_#|,g
541s,@build_alias@,|#_!!_#|mipsel-linux-uclibc,g
542s,@host_alias@,|#_!!_#|mipsel,g
543s,@target_alias@,|#_!!_#|mipsel-linux-uclibc,g
544s,@build@,|#_!!_#|mipsel-unknown-linux-uclibc,g
545s,@build_cpu@,|#_!!_#|mipsel,g
546s,@build_vendor@,|#_!!_#|unknown,g
547s,@build_os@,|#_!!_#|linux-uclibc,g
548s,@host@,|#_!!_#|mipsel-unknown-elf,g
549s,@host_cpu@,|#_!!_#|mipsel,g
550s,@host_vendor@,|#_!!_#|unknown,g
551s,@host_os@,|#_!!_#|elf,g
552s,@target@,|#_!!_#|mipsel-unknown-linux-uclibc,g
553s,@target_cpu@,|#_!!_#|mipsel,g
554s,@target_vendor@,|#_!!_#|unknown,g
555s,@target_os@,|#_!!_#|linux-uclibc,g
556s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
557s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
558s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
559s,@CYGPATH_W@,|#_!!_#|echo,g
560s,@PACKAGE@,|#_!!_#|ntfs-3g,g
561s,@VERSION@,|#_!!_#|2009.3.8,g
562s,@ACLOCAL@,|#_!!_#|${SHELL} /home/peter/projects/wnr3500u/bcm4718/ap/gpl/ntfs-3g-2009.3.8/missing --run aclocal-1.9,g
563s,@AUTOCONF@,|#_!!_#|${SHELL} /home/peter/projects/wnr3500u/bcm4718/ap/gpl/ntfs-3g-2009.3.8/missing --run autoconf,g
564s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/peter/projects/wnr3500u/bcm4718/ap/gpl/ntfs-3g-2009.3.8/missing --run automake-1.9,g
565s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/peter/projects/wnr3500u/bcm4718/ap/gpl/ntfs-3g-2009.3.8/missing --run autoheader,g
566s,@MAKEINFO@,|#_!!_#|${SHELL} /home/peter/projects/wnr3500u/bcm4718/ap/gpl/ntfs-3g-2009.3.8/missing --run makeinfo,g
567s,@install_sh@,|#_!!_#|/home/peter/projects/wnr3500u/bcm4718/ap/gpl/ntfs-3g-2009.3.8/install-sh,g
568s,@STRIP@,|#_!!_#|strip,g
569s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g
570s,@mkdir_p@,|#_!!_#|mkdir -p --,g
571s,@AWK@,|#_!!_#|gawk,g
572s,@SET_MAKE@,|#_!!_#|,g
573s,@am__leading_dot@,|#_!!_#|.,g
574s,@AMTAR@,|#_!!_#|${SHELL} /home/peter/projects/wnr3500u/bcm4718/ap/gpl/ntfs-3g-2009.3.8/missing --run tar,g
575s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
576s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
577s,@MAINTAINER_MODE_TRUE@,|#_!!_#|#,g
578s,@MAINTAINER_MODE_FALSE@,|#_!!_#|,g
579s,@MAINT@,|#_!!_#|#,g
580s,@CC@,|#_!!_#|mipsel-uclibc-gcc,g
581s,@CFLAGS@,|#_!!_#|-g -O2 -Wall,g
582s,@LDFLAGS@,|#_!!_#|,g
583s,@CPPFLAGS@,|#_!!_#|,g
584s,@ac_ct_CC@,|#_!!_#|,g
585s,@EXEEXT@,|#_!!_#|,g
586s,@OBJEXT@,|#_!!_#|o,g
587s,@DEPDIR@,|#_!!_#|.deps,g
588s,@am__include@,|#_!!_#|include,g
589s,@am__quote@,|#_!!_#|,g
590s,@AMDEP_TRUE@,|#_!!_#|,g
591s,@AMDEP_FALSE@,|#_!!_#|#,g
592s,@AMDEPBACKSLASH@,|#_!!_#|\\,g
593s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g
594s,@am__fastdepCC_TRUE@,|#_!!_#|,g
595s,@am__fastdepCC_FALSE@,|#_!!_#|#,g
596s,@LN_S@,|#_!!_#|ln -s,g
597s,@GREP@,|#_!!_#|/bin/grep,g
598s,@EGREP@,|#_!!_#|/bin/grep -E,g
599s,@ECHO@,|#_!!_#|echo,g
600s,@AR@,|#_!!_#|ar,g
601s,@RANLIB@,|#_!!_#|ranlib,g
602s,@CPP@,|#_!!_#|mipsel-uclibc-gcc -E,g
603s,@CXX@,|#_!!_#|g++,g
604CEOF
605cat >"$tmp/subs-2.sed" <<\CEOF
606/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
607s,@CXXFLAGS@,|#_!!_#|-g -O2,g
608s,@ac_ct_CXX@,|#_!!_#|g++,g
609s,@CXXDEPMODE@,|#_!!_#|depmode=gcc3,g
610s,@am__fastdepCXX_TRUE@,|#_!!_#|,g
611s,@am__fastdepCXX_FALSE@,|#_!!_#|#,g
612s,@CXXCPP@,|#_!!_#|g++ -E,g
613s,@F77@,|#_!!_#|gfortran,g
614s,@FFLAGS@,|#_!!_#|-g -O2,g
615s,@ac_ct_F77@,|#_!!_#|gfortran,g
616s,@LIBTOOL@,|#_!!_#|$(SHELL) $(top_builddir)/libtool,g
617s,@MV@,|#_!!_#|/bin/mv,g
618s,@RM@,|#_!!_#|/bin/rm,g
619s,@SED@,|#_!!_#|/bin/sed,g
620s,@LDCONFIG@,|#_!!_#|/sbin/ldconfig,g
621s,@PKG_CONFIG@,|#_!!_#|,g
622s,@FUSE_MODULE_CFLAGS@,|#_!!_#|,g
623s,@FUSE_MODULE_LIBS@,|#_!!_#|,g
624s,@LIBOBJS@,|#_!!_#| ${LIBOBJDIR}memcmp$U.o ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o,g
625s,@pkgconfigdir@,|#_!!_#|$(libdir)/pkgconfig,g
626s,@ntfs3gincludedir@,|#_!!_#|$(includedir)/ntfs-3g,g
627s,@rootbindir@,|#_!!_#|/bin,g
628s,@rootsbindir@,|#_!!_#|/sbin,g
629s,@rootlibdir@,|#_!!_#|/lib,g
630s,@LIBNTFS_3G_VERSION@,|#_!!_#|52,g
631s,@LIBFUSE_LITE_LIBS@,|#_!!_#| -lpthread,g
632s,@OUTPUT_FORMAT@,|#_!!_#|,g
633s,@FUSE_INTERNAL_TRUE@,|#_!!_#|,g
634s,@FUSE_INTERNAL_FALSE@,|#_!!_#|#,g
635s,@GENERATE_LDSCRIPT_TRUE@,|#_!!_#|#,g
636s,@GENERATE_LDSCRIPT_FALSE@,|#_!!_#|,g
637s,@WINDOWS_TRUE@,|#_!!_#|#,g
638s,@WINDOWS_FALSE@,|#_!!_#|,g
639s,@NTFS_DEVICE_DEFAULT_IO_OPS_TRUE@,|#_!!_#|,g
640s,@NTFS_DEVICE_DEFAULT_IO_OPS_FALSE@,|#_!!_#|#,g
641s,@RUN_LDCONFIG_TRUE@,|#_!!_#|,g
642s,@RUN_LDCONFIG_FALSE@,|#_!!_#|#,g
643s,@REALLYSTATIC_TRUE@,|#_!!_#|#,g
644s,@REALLYSTATIC_FALSE@,|#_!!_#|,g
645s,@INSTALL_LIBRARY_TRUE@,|#_!!_#|,g
646s,@INSTALL_LIBRARY_FALSE@,|#_!!_#|#,g
647s,@ENABLE_MOUNT_HELPER_TRUE@,|#_!!_#|,g
648s,@ENABLE_MOUNT_HELPER_FALSE@,|#_!!_#|#,g
649s,@MKDIR_P@,|#_!!_#|$(mkdir_p),g
650s,@LTLIBOBJS@,|#_!!_#| ${LIBOBJDIR}memcmp$U.lo ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo,g
651:end
652s/|#_!!_#|//g
653CEOF
654fi # test -n "$CONFIG_FILES"
655
656
657for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
658do
659  case $ac_tag in
660  :[FHLC]) ac_mode=$ac_tag; continue;;
661  esac
662  case $ac_mode$ac_tag in
663  :[FHL]*:*);;
664  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
665echo "$as_me: error: Invalid tag $ac_tag." >&2;}
666   { (exit 1); exit 1; }; };;
667  :[FH]-) ac_tag=-:-;;
668  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
669  esac
670  ac_save_IFS=$IFS
671  IFS=:
672  set x $ac_tag
673  IFS=$ac_save_IFS
674  shift
675  ac_file=$1
676  shift
677
678  case $ac_mode in
679  :L) ac_source=$1;;
680  :[FH])
681    ac_file_inputs=
682    for ac_f
683    do
684      case $ac_f in
685      -) ac_f="$tmp/stdin";;
686      *) # Look for the file first in the build tree, then in the source tree
687	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
688	 # because $ac_f cannot contain `:'.
689	 test -f "$ac_f" ||
690	   case $ac_f in
691	   [\\/$]*) false;;
692	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
693	   esac ||
694	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
695echo "$as_me: error: cannot find input file: $ac_f" >&2;}
696   { (exit 1); exit 1; }; };;
697      esac
698      ac_file_inputs="$ac_file_inputs $ac_f"
699    done
700
701    # Let's still pretend it is `configure' which instantiates (i.e., don't
702    # use $as_me), people would be surprised to read:
703    #    /* config.h.  Generated by config.status.  */
704    configure_input="Generated from "`IFS=:
705	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
706    if test x"$ac_file" != x-; then
707      configure_input="$ac_file.  $configure_input"
708      { echo "$as_me:$LINENO: creating $ac_file" >&5
709echo "$as_me: creating $ac_file" >&6;}
710    fi
711
712    case $ac_tag in
713    *:-:* | *:-) cat >"$tmp/stdin";;
714    esac
715    ;;
716  esac
717
718  ac_dir=`$as_dirname -- "$ac_file" ||
719$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
720	 X"$ac_file" : 'X\(//\)[^/]' \| \
721	 X"$ac_file" : 'X\(//\)$' \| \
722	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
723echo X"$ac_file" |
724    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
725	    s//\1/
726	    q
727	  }
728	  /^X\(\/\/\)[^/].*/{
729	    s//\1/
730	    q
731	  }
732	  /^X\(\/\/\)$/{
733	    s//\1/
734	    q
735	  }
736	  /^X\(\/\).*/{
737	    s//\1/
738	    q
739	  }
740	  s/.*/./; q'`
741  { as_dir="$ac_dir"
742  case $as_dir in #(
743  -*) as_dir=./$as_dir;;
744  esac
745  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
746    as_dirs=
747    while :; do
748      case $as_dir in #(
749      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
750      *) as_qdir=$as_dir;;
751      esac
752      as_dirs="'$as_qdir' $as_dirs"
753      as_dir=`$as_dirname -- "$as_dir" ||
754$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
755	 X"$as_dir" : 'X\(//\)[^/]' \| \
756	 X"$as_dir" : 'X\(//\)$' \| \
757	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
758echo X"$as_dir" |
759    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
760	    s//\1/
761	    q
762	  }
763	  /^X\(\/\/\)[^/].*/{
764	    s//\1/
765	    q
766	  }
767	  /^X\(\/\/\)$/{
768	    s//\1/
769	    q
770	  }
771	  /^X\(\/\).*/{
772	    s//\1/
773	    q
774	  }
775	  s/.*/./; q'`
776      test -d "$as_dir" && break
777    done
778    test -z "$as_dirs" || eval "mkdir $as_dirs"
779  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
780echo "$as_me: error: cannot create directory $as_dir" >&2;}
781   { (exit 1); exit 1; }; }; }
782  ac_builddir=.
783
784case "$ac_dir" in
785.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
786*)
787  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
788  # A ".." for each directory in $ac_dir_suffix.
789  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
790  case $ac_top_builddir_sub in
791  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
792  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
793  esac ;;
794esac
795ac_abs_top_builddir=$ac_pwd
796ac_abs_builddir=$ac_pwd$ac_dir_suffix
797# for backward compatibility:
798ac_top_builddir=$ac_top_build_prefix
799
800case $srcdir in
801  .)  # We are building in place.
802    ac_srcdir=.
803    ac_top_srcdir=$ac_top_builddir_sub
804    ac_abs_top_srcdir=$ac_pwd ;;
805  [\\/]* | ?:[\\/]* )  # Absolute name.
806    ac_srcdir=$srcdir$ac_dir_suffix;
807    ac_top_srcdir=$srcdir
808    ac_abs_top_srcdir=$srcdir ;;
809  *) # Relative name.
810    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
811    ac_top_srcdir=$ac_top_build_prefix$srcdir
812    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
813esac
814ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
815
816
817  case $ac_mode in
818  :F)
819  #
820  # CONFIG_FILE
821  #
822
823  case $INSTALL in
824  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
825  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
826  esac
827# If the template does not know about datarootdir, expand it.
828# FIXME: This hack should be removed a few years after 2.60.
829ac_datarootdir_hack=; ac_datarootdir_seen=
830
831case `sed -n '/datarootdir/ {
832  p
833  q
834}
835/@datadir@/p
836/@docdir@/p
837/@infodir@/p
838/@localedir@/p
839/@mandir@/p
840' $ac_file_inputs` in
841*datarootdir*) ac_datarootdir_seen=yes;;
842*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
843  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
844echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
845  ac_datarootdir_hack='
846  s&@datadir@&${datarootdir}&g
847  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
848  s&@infodir@&${datarootdir}/info&g
849  s&@localedir@&${datarootdir}/locale&g
850  s&@mandir@&${datarootdir}/man&g
851    s&\${datarootdir}&${prefix}/share&g' ;;
852esac
853  sed "/^[	 ]*VPATH[	 ]*=/{
854s/:*\$(srcdir):*/:/
855s/:*\${srcdir}:*/:/
856s/:*@srcdir@:*/:/
857s/^\([^=]*=[	 ]*\):*/\1/
858s/:*$//
859s/^[^=]*=[	 ]*$//
860}
861
862:t
863/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
864s&@configure_input@&$configure_input&;t t
865s&@top_builddir@&$ac_top_builddir_sub&;t t
866s&@srcdir@&$ac_srcdir&;t t
867s&@abs_srcdir@&$ac_abs_srcdir&;t t
868s&@top_srcdir@&$ac_top_srcdir&;t t
869s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
870s&@builddir@&$ac_builddir&;t t
871s&@abs_builddir@&$ac_abs_builddir&;t t
872s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
873s&@INSTALL@&$ac_INSTALL&;t t
874$ac_datarootdir_hack
875" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
876
877test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
878  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
879  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
880  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
881which seems to be undefined.  Please make sure it is defined." >&5
882echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
883which seems to be undefined.  Please make sure it is defined." >&2;}
884
885  rm -f "$tmp/stdin"
886  case $ac_file in
887  -) cat "$tmp/out"; rm -f "$tmp/out";;
888  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
889  esac
890 ;;
891  :H)
892  #
893  # CONFIG_HEADER
894  #
895    # First, check the format of the line:
896    cat >"$tmp/defines.sed" <<\CEOF
897/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
898/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
899b
900:def
901s/$/ /
902s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_NAME\)[	 (].*,\1define\2 "ntfs-3g" ,
903s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_TARNAME\)[	 (].*,\1define\2 "ntfs-3g" ,
904s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_VERSION\)[	 (].*,\1define\2 "2009.3.8" ,
905s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_STRING\)[	 (].*,\1define\2 "ntfs-3g 2009.3.8" ,
906s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_BUGREPORT\)[	 (].*,\1define\2 "ntfs-3g-devel@lists.sf.net" ,
907s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE\)[	 (].*,\1define\2 "ntfs-3g" ,
908s,^\([	 #]*\)[^	 ]*\([	 ]*VERSION\)[	 (].*,\1define\2 "2009.3.8" ,
909s,^\([	 #]*\)[^	 ]*\([	 ]*_GNU_SOURCE\)[	 (].*,\1define\2 1 ,
910s,^\([	 #]*\)[^	 ]*\([	 ]*STDC_HEADERS\)[	 (].*,\1define\2 1 ,
911s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_TYPES_H\)[	 (].*,\1define\2 1 ,
912s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_STAT_H\)[	 (].*,\1define\2 1 ,
913s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDLIB_H\)[	 (].*,\1define\2 1 ,
914s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRING_H\)[	 (].*,\1define\2 1 ,
915s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MEMORY_H\)[	 (].*,\1define\2 1 ,
916s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRINGS_H\)[	 (].*,\1define\2 1 ,
917s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INTTYPES_H\)[	 (].*,\1define\2 1 ,
918s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDINT_H\)[	 (].*,\1define\2 1 ,
919s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNISTD_H\)[	 (].*,\1define\2 1 ,
920s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DLFCN_H\)[	 (].*,\1define\2 1 ,
921s,^\([	 #]*\)[^	 ]*\([	 ]*_REENTRANT\)[	 (].*,\1define\2 1 ,
922s,^\([	 #]*\)[^	 ]*\([	 ]*FUSE_INTERNAL\)[	 (].*,\1define\2 1 ,
923s,^\([	 #]*\)[^	 ]*\([	 ]*STDC_HEADERS\)[	 (].*,\1define\2 1 ,
924s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_CTYPE_H\)[	 (].*,\1define\2 1 ,
925s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FCNTL_H\)[	 (].*,\1define\2 1 ,
926s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LIBGEN_H\)[	 (].*,\1define\2 1 ,
927s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LIBINTL_H\)[	 (].*,\1define\2 1 ,
928s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LIMITS_H\)[	 (].*,\1define\2 1 ,
929s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LOCALE_H\)[	 (].*,\1define\2 1 ,
930s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MNTENT_H\)[	 (].*,\1define\2 1 ,
931s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDDEF_H\)[	 (].*,\1define\2 1 ,
932s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDINT_H\)[	 (].*,\1define\2 1 ,
933s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDLIB_H\)[	 (].*,\1define\2 1 ,
934s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDIO_H\)[	 (].*,\1define\2 1 ,
935s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDARG_H\)[	 (].*,\1define\2 1 ,
936s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRING_H\)[	 (].*,\1define\2 1 ,
937s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRINGS_H\)[	 (].*,\1define\2 1 ,
938s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ERRNO_H\)[	 (].*,\1define\2 1 ,
939s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_TIME_H\)[	 (].*,\1define\2 1 ,
940s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNISTD_H\)[	 (].*,\1define\2 1 ,
941s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UTIME_H\)[	 (].*,\1define\2 1 ,
942s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETOPT_H\)[	 (].*,\1define\2 1 ,
943s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FEATURES_H\)[	 (].*,\1define\2 1 ,
944s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ENDIAN_H\)[	 (].*,\1define\2 1 ,
945s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_BYTESWAP_H\)[	 (].*,\1define\2 1 ,
946s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_PARAM_H\)[	 (].*,\1define\2 1 ,
947s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_IOCTL_H\)[	 (].*,\1define\2 1 ,
948s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_MOUNT_H\)[	 (].*,\1define\2 1 ,
949s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_STAT_H\)[	 (].*,\1define\2 1 ,
950s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_TYPES_H\)[	 (].*,\1define\2 1 ,
951CEOF
952    sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
953    # First, check the format of the line:
954    cat >"$tmp/defines.sed" <<\CEOF
955/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
956/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
957b
958:def
959s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_VFS_H\)[	 (].*,\1define\2 1 ,
960s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_STATVFS_H\)[	 (].*,\1define\2 1 ,
961s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_SYSMACROS_H\)[	 (].*,\1define\2 1 ,
962s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LINUX_MAJOR_H\)[	 (].*,\1define\2 1 ,
963s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LINUX_FD_H\)[	 (].*,\1define\2 1 ,
964s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LINUX_HDREG_H\)[	 (].*,\1define\2 1 ,
965s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYSLOG_H\)[	 (].*,\1define\2 1 ,
966s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE__BOOL\)[	 (].*,\1define\2 1 ,
967s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDBOOL_H\)[	 (].*,\1define\2 1 ,
968s,^\([	 #]*\)[^	 ]*\([	 ]*WORDS_LITTLEENDIAN\)[	 (].*,\1define\2 1 ,
969s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRUCT_STAT_ST_BLOCKS\)[	 (].*,\1define\2 1 ,
970s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ST_BLOCKS\)[	 (].*,\1define\2 1 ,
971s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRUCT_STAT_ST_RDEV\)[	 (].*,\1define\2 1 ,
972s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETMNTENT\)[	 (].*,\1define\2  ,
973s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STAT_EMPTY_STRING_BUG\)[	 (].*,\1define\2 1 ,
974s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRFTIME\)[	 (].*,\1define\2 1 ,
975s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UTIME_H\)[	 (].*,\1define\2 1 ,
976s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_VPRINTF\)[	 (].*,\1define\2 1 ,
977s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ATEXIT\)[	 (].*,\1define\2 1 ,
978s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_BASENAME\)[	 (].*,\1define\2 1 ,
979s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DAEMON\)[	 (].*,\1define\2 1 ,
980s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DUP2\)[	 (].*,\1define\2 1 ,
981s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FDATASYNC\)[	 (].*,\1define\2 1 ,
982s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FFS\)[	 (].*,\1define\2 1 ,
983s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETOPT_LONG\)[	 (].*,\1define\2 1 ,
984s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_HASMNTOPT\)[	 (].*,\1define\2 1 ,
985s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MEMMOVE\)[	 (].*,\1define\2 1 ,
986s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MEMSET\)[	 (].*,\1define\2 1 ,
987s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_REALPATH\)[	 (].*,\1define\2 1 ,
988s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_REGCOMP\)[	 (].*,\1define\2 1 ,
989s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SETLOCALE\)[	 (].*,\1define\2 1 ,
990s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRCASECMP\)[	 (].*,\1define\2 1 ,
991s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRCHR\)[	 (].*,\1define\2 1 ,
992s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRDUP\)[	 (].*,\1define\2 1 ,
993s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRERROR\)[	 (].*,\1define\2 1 ,
994s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRNLEN\)[	 (].*,\1define\2 1 ,
995s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRSEP\)[	 (].*,\1define\2 1 ,
996s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRTOL\)[	 (].*,\1define\2 1 ,
997s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRTOUL\)[	 (].*,\1define\2 1 ,
998s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYSCONF\)[	 (].*,\1define\2 1 ,
999s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UTIME\)[	 (].*,\1define\2 1 ,
1000s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FORK\)[	 (].*,\1define\2 1 ,
1001s,^\([	 #]*\)[^	 ]*\([	 ]*_FILE_OFFSET_BITS\)[	 (].*,\1define\2 64 ,
1002s/ $//
1003s,^[	 #]*u.*,/* & */,
1004CEOF
1005    sed -f "$tmp/defines.sed" "$tmp/out1" >"$tmp/out2"
1006ac_result="$tmp/out2"
1007  if test x"$ac_file" != x-; then
1008    echo "/* $configure_input  */" >"$tmp/config.h"
1009    cat "$ac_result" >>"$tmp/config.h"
1010    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
1011      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1012echo "$as_me: $ac_file is unchanged" >&6;}
1013    else
1014      rm -f $ac_file
1015      mv "$tmp/config.h" $ac_file
1016    fi
1017  else
1018    echo "/* $configure_input  */"
1019    cat "$ac_result"
1020  fi
1021  rm -f "$tmp/out12"
1022# Compute $ac_file's index in $config_headers.
1023_am_stamp_count=1
1024for _am_header in $config_headers :; do
1025  case $_am_header in
1026    $ac_file | $ac_file:* )
1027      break ;;
1028    * )
1029      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1030  esac
1031done
1032echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
1033$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1034	 X$ac_file : 'X\(//\)[^/]' \| \
1035	 X$ac_file : 'X\(//\)$' \| \
1036	 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
1037echo X$ac_file |
1038    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1039	    s//\1/
1040	    q
1041	  }
1042	  /^X\(\/\/\)[^/].*/{
1043	    s//\1/
1044	    q
1045	  }
1046	  /^X\(\/\/\)$/{
1047	    s//\1/
1048	    q
1049	  }
1050	  /^X\(\/\).*/{
1051	    s//\1/
1052	    q
1053	  }
1054	  s/.*/./; q'`/stamp-h$_am_stamp_count
1055 ;;
1056
1057  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
1058echo "$as_me: executing $ac_file commands" >&6;}
1059 ;;
1060  esac
1061
1062
1063  case $ac_file$ac_mode in
1064    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1065  # Strip MF so we end up with the name of the file.
1066  mf=`echo "$mf" | sed -e 's/:.*$//'`
1067  # Check whether this is an Automake generated Makefile or not.
1068  # We used to match only the files named `Makefile.in', but
1069  # some people rename them; so instead we look at the file content.
1070  # Grep'ing the first line is not enough: some people post-process
1071  # each Makefile.in and add a new line on top of each file to say so.
1072  # So let's grep whole file.
1073  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
1074    dirpart=`$as_dirname -- "$mf" ||
1075$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1076	 X"$mf" : 'X\(//\)[^/]' \| \
1077	 X"$mf" : 'X\(//\)$' \| \
1078	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1079echo X"$mf" |
1080    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1081	    s//\1/
1082	    q
1083	  }
1084	  /^X\(\/\/\)[^/].*/{
1085	    s//\1/
1086	    q
1087	  }
1088	  /^X\(\/\/\)$/{
1089	    s//\1/
1090	    q
1091	  }
1092	  /^X\(\/\).*/{
1093	    s//\1/
1094	    q
1095	  }
1096	  s/.*/./; q'`
1097  else
1098    continue
1099  fi
1100  # Extract the definition of DEPDIR, am__include, and am__quote
1101  # from the Makefile without running `make'.
1102  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1103  test -z "$DEPDIR" && continue
1104  am__include=`sed -n 's/^am__include = //p' < "$mf"`
1105  test -z "am__include" && continue
1106  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1107  # When using ansi2knr, U may be empty or an underscore; expand it
1108  U=`sed -n 's/^U = //p' < "$mf"`
1109  # Find all dependency output files, they are included files with
1110  # $(DEPDIR) in their names.  We invoke sed twice because it is the
1111  # simplest approach to changing $(DEPDIR) to its actual value in the
1112  # expansion.
1113  for file in `sed -n "
1114    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1115       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1116    # Make sure the directory exists.
1117    test -f "$dirpart/$file" && continue
1118    fdir=`$as_dirname -- "$file" ||
1119$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1120	 X"$file" : 'X\(//\)[^/]' \| \
1121	 X"$file" : 'X\(//\)$' \| \
1122	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1123echo X"$file" |
1124    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1125	    s//\1/
1126	    q
1127	  }
1128	  /^X\(\/\/\)[^/].*/{
1129	    s//\1/
1130	    q
1131	  }
1132	  /^X\(\/\/\)$/{
1133	    s//\1/
1134	    q
1135	  }
1136	  /^X\(\/\).*/{
1137	    s//\1/
1138	    q
1139	  }
1140	  s/.*/./; q'`
1141    { as_dir=$dirpart/$fdir
1142  case $as_dir in #(
1143  -*) as_dir=./$as_dir;;
1144  esac
1145  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1146    as_dirs=
1147    while :; do
1148      case $as_dir in #(
1149      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
1150      *) as_qdir=$as_dir;;
1151      esac
1152      as_dirs="'$as_qdir' $as_dirs"
1153      as_dir=`$as_dirname -- "$as_dir" ||
1154$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1155	 X"$as_dir" : 'X\(//\)[^/]' \| \
1156	 X"$as_dir" : 'X\(//\)$' \| \
1157	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1158echo X"$as_dir" |
1159    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1160	    s//\1/
1161	    q
1162	  }
1163	  /^X\(\/\/\)[^/].*/{
1164	    s//\1/
1165	    q
1166	  }
1167	  /^X\(\/\/\)$/{
1168	    s//\1/
1169	    q
1170	  }
1171	  /^X\(\/\).*/{
1172	    s//\1/
1173	    q
1174	  }
1175	  s/.*/./; q'`
1176      test -d "$as_dir" && break
1177    done
1178    test -z "$as_dirs" || eval "mkdir $as_dirs"
1179  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1180echo "$as_me: error: cannot create directory $as_dir" >&2;}
1181   { (exit 1); exit 1; }; }; }
1182    # echo "creating $dirpart/$file"
1183    echo '# dummy' > "$dirpart/$file"
1184  done
1185done
1186 ;;
1187
1188  esac
1189done # for ac_tag
1190
1191
1192{ (exit 0); exit 0; }
1193