Clean and tiddy-up files.
[tomato.git] / release / src / router / ntfs-3g / config.status
blob566114179d68e96b9240070dbf86ce53e5dd8019
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.
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10 SHELL=${CONFIG_SHELL-/bin/sh}
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if 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
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 # The user is always right.
43 if 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=:
52 rm -f conf$$.sh
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57 as_unset=unset
58 else
59 as_unset=false
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.)
68 as_nl='
70 IFS=" "" $as_nl"
72 # Find who we are. Look in the path if we contain no directory separator.
73 case $0 in
74 *[\\/]* ) as_myself=$0 ;;
75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
78 IFS=$as_save_IFS
79 test -z "$as_dir" && as_dir=.
80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
85 esac
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.
88 if test "x$as_myself" = x; then
89 as_myself=$0
91 if 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; }
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
104 # NLS nuisances.
105 for 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
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
115 done
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
121 else
122 as_expr=false
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126 as_basename=basename
127 else
128 as_basename=false
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
139 s//\1/
142 /^X\/\(\/\/\)$/{
143 s//\1/
146 /^X\/\(\/\).*/{
147 s//\1/
150 s/.*/./; q'`
152 # CDPATH.
153 $as_unset CDPATH
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" || {
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 '
174 /[$]LINENO/=
175 ' <$as_myself |
176 sed '
177 s/[$]LINENO.*/&-/
178 t lineno
180 :lineno
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; }; }
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
200 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
201 as_dirname=dirname
202 else
203 as_dirname=false
206 ECHO_C= ECHO_N= ECHO_T=
207 case `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;;
214 ECHO_N='-n';;
215 esac
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
220 else
221 as_expr=false
224 rm -f conf$$ conf$$.exe conf$$.file
225 if test -d conf$$.dir; then
226 rm -f conf$$.dir/conf$$.file
227 else
228 rm -f conf$$.dir
229 mkdir conf$$.dir
231 echo >conf$$.file
232 if 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'
240 elif ln conf$$.file conf$$ 2>/dev/null; then
241 as_ln_s=ln
242 else
243 as_ln_s='cp -p'
245 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
246 rmdir conf$$.dir 2>/dev/null
248 if mkdir -p . 2>/dev/null; then
249 as_mkdir_p=:
250 else
251 test -d ./-p && rmdir ./-p
252 as_mkdir_p=false
255 if test -x / >/dev/null 2>&1; then
256 as_test_x='test -x'
257 else
258 if ls -dL / >/dev/null 2>&1; then
259 as_ls_L_option=L
260 else
261 as_ls_L_option=
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
276 as_executable_p=$as_test_x
278 # Sed expression to map a string onto a valid CPP name.
279 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
281 # Sed expression to map a string onto a valid variable name.
282 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
285 exec 6>&1
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.
290 ac_log="
291 This file was extended by ntfs-3g $as_me 2013.1.13, which was
292 generated by GNU Autoconf 2.61. Invocation command line was
294 CONFIG_FILES = $CONFIG_FILES
295 CONFIG_HEADERS = $CONFIG_HEADERS
296 CONFIG_LINKS = $CONFIG_LINKS
297 CONFIG_COMMANDS = $CONFIG_COMMANDS
298 $ $0 $@
300 on `(hostname || uname -n) 2>/dev/null | sed 1q`
303 # Files that config.status was made for.
304 config_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 ntfsprogs/Makefile ntfsprogs/mkntfs.8 ntfsprogs/ntfscat.8 ntfsprogs/ntfsclone.8 ntfsprogs/ntfscluster.8 ntfsprogs/ntfscmp.8 ntfsprogs/ntfscp.8 ntfsprogs/ntfsfix.8 ntfsprogs/ntfsinfo.8 ntfsprogs/ntfslabel.8 ntfsprogs/ntfsls.8 ntfsprogs/ntfsprogs.8 ntfsprogs/ntfsresize.8 ntfsprogs/ntfsundelete.8 src/Makefile src/ntfs-3g.8 src/ntfs-3g.probe.8 src/ntfs-3g.usermap.8 src/ntfs-3g.secaudit.8"
305 config_headers=" config.h"
306 config_commands=" depfiles"
308 ac_cs_usage="\
309 \`$as_me' instantiates files from templates according to the
310 current configuration.
312 Usage: $0 [OPTIONS] [FILE]...
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
324 Configuration files:
325 $config_files
327 Configuration headers:
328 $config_headers
330 Configuration commands:
331 $config_commands
333 Report bugs to <bug-autoconf@gnu.org>."
335 ac_cs_version="\
336 ntfs-3g config.status 2013.1.13
337 configured by ./configure, generated by GNU Autoconf 2.61,
338 with options \"'--host=mipsel-linux' '--build=x86_64-linux-gnu' '--enable-shared=no' '--enable-static=no' '--disable-library' '--disable-ldconfig' '--disable-mount-helper' '--with-fuse=internal' '--disable-posix-acls' '--disable-nfconv' '--disable-dependency-tracking' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' 'LDFLAGS=-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC'\"
340 Copyright (C) 2006 Free Software Foundation, Inc.
341 This config.status script is free software; the Free Software Foundation
342 gives unlimited permission to copy, distribute and modify it."
344 ac_pwd='/home/vicente/tomato/release/src/router/ntfs-3g'
345 srcdir='.'
346 INSTALL='/usr/bin/install -c'
347 MKDIR_P='/bin/mkdir -p'
348 # If no file are specified by the user, then we need to provide default
349 # value. By we need to know if files were specified by the user.
350 ac_need_defaults=:
351 while test $# != 0
353 case $1 in
354 --*=*)
355 ac_option=`expr "X$1" : 'X\([^=]*\)='`
356 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
357 ac_shift=:
360 ac_option=$1
361 ac_optarg=$2
362 ac_shift=shift
364 esac
366 case $ac_option in
367 # Handling of the options.
368 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
369 ac_cs_recheck=: ;;
370 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
371 echo "$ac_cs_version"; exit ;;
372 --debug | --debu | --deb | --de | --d | -d )
373 debug=: ;;
374 --file | --fil | --fi | --f )
375 $ac_shift
376 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
377 ac_need_defaults=false;;
378 --header | --heade | --head | --hea )
379 $ac_shift
380 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
381 ac_need_defaults=false;;
382 --he | --h)
383 # Conflict between --help and --header
384 { echo "$as_me: error: ambiguous option: $1
385 Try \`$0 --help' for more information." >&2
386 { (exit 1); exit 1; }; };;
387 --help | --hel | -h )
388 echo "$ac_cs_usage"; exit ;;
389 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
390 | -silent | --silent | --silen | --sile | --sil | --si | --s)
391 ac_cs_silent=: ;;
393 # This is an error.
394 -*) { echo "$as_me: error: unrecognized option: $1
395 Try \`$0 --help' for more information." >&2
396 { (exit 1); exit 1; }; } ;;
398 *) ac_config_targets="$ac_config_targets $1"
399 ac_need_defaults=false ;;
401 esac
402 shift
403 done
405 ac_configure_extra_args=
407 if $ac_cs_silent; then
408 exec 6>/dev/null
409 ac_configure_extra_args="$ac_configure_extra_args --silent"
412 if $ac_cs_recheck; then
413 echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--enable-shared=no' '--enable-static=no' '--disable-library' '--disable-ldconfig' '--disable-mount-helper' '--with-fuse=internal' '--disable-posix-acls' '--disable-nfconv' '--disable-dependency-tracking' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' 'LDFLAGS=-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC' $ac_configure_extra_args " --no-create --no-recursion" >&6
414 CONFIG_SHELL=/bin/sh
415 export CONFIG_SHELL
416 exec /bin/sh "./configure" '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--enable-shared=no' '--enable-static=no' '--disable-library' '--disable-ldconfig' '--disable-mount-helper' '--with-fuse=internal' '--disable-posix-acls' '--disable-nfconv' '--disable-dependency-tracking' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections' 'LDFLAGS=-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC' $ac_configure_extra_args --no-create --no-recursion
419 exec 5>>config.log
421 echo
422 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
423 ## Running $as_me. ##
424 _ASBOX
425 echo "$ac_log"
426 } >&5
429 # INIT-COMMANDS
431 AMDEP_TRUE="#" ac_aux_dir="."
434 # Handling of arguments.
435 for ac_config_target in $ac_config_targets
437 case $ac_config_target in
438 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
439 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
440 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
441 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
442 "include/fuse-lite/Makefile") CONFIG_FILES="$CONFIG_FILES include/fuse-lite/Makefile" ;;
443 "include/ntfs-3g/Makefile") CONFIG_FILES="$CONFIG_FILES include/ntfs-3g/Makefile" ;;
444 "libfuse-lite/Makefile") CONFIG_FILES="$CONFIG_FILES libfuse-lite/Makefile" ;;
445 "libntfs-3g/Makefile") CONFIG_FILES="$CONFIG_FILES libntfs-3g/Makefile" ;;
446 "libntfs-3g/libntfs-3g.pc") CONFIG_FILES="$CONFIG_FILES libntfs-3g/libntfs-3g.pc" ;;
447 "libntfs-3g/libntfs-3g.script.so") CONFIG_FILES="$CONFIG_FILES libntfs-3g/libntfs-3g.script.so" ;;
448 "ntfsprogs/Makefile") CONFIG_FILES="$CONFIG_FILES ntfsprogs/Makefile" ;;
449 "ntfsprogs/mkntfs.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/mkntfs.8" ;;
450 "ntfsprogs/ntfscat.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfscat.8" ;;
451 "ntfsprogs/ntfsclone.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfsclone.8" ;;
452 "ntfsprogs/ntfscluster.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfscluster.8" ;;
453 "ntfsprogs/ntfscmp.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfscmp.8" ;;
454 "ntfsprogs/ntfscp.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfscp.8" ;;
455 "ntfsprogs/ntfsfix.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfsfix.8" ;;
456 "ntfsprogs/ntfsinfo.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfsinfo.8" ;;
457 "ntfsprogs/ntfslabel.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfslabel.8" ;;
458 "ntfsprogs/ntfsls.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfsls.8" ;;
459 "ntfsprogs/ntfsprogs.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfsprogs.8" ;;
460 "ntfsprogs/ntfsresize.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfsresize.8" ;;
461 "ntfsprogs/ntfsundelete.8") CONFIG_FILES="$CONFIG_FILES ntfsprogs/ntfsundelete.8" ;;
462 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
463 "src/ntfs-3g.8") CONFIG_FILES="$CONFIG_FILES src/ntfs-3g.8" ;;
464 "src/ntfs-3g.probe.8") CONFIG_FILES="$CONFIG_FILES src/ntfs-3g.probe.8" ;;
465 "src/ntfs-3g.usermap.8") CONFIG_FILES="$CONFIG_FILES src/ntfs-3g.usermap.8" ;;
466 "src/ntfs-3g.secaudit.8") CONFIG_FILES="$CONFIG_FILES src/ntfs-3g.secaudit.8" ;;
468 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
469 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
470 { (exit 1); exit 1; }; };;
471 esac
472 done
475 # If the user did not use the arguments to specify the items to instantiate,
476 # then the envvar interface is used. Set only those that are not.
477 # We use the long form for the default assignment because of an extremely
478 # bizarre bug on SunOS 4.1.3.
479 if $ac_need_defaults; then
480 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
481 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
482 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
485 # Have a temporary directory for convenience. Make it in the build tree
486 # simply because there is no reason against having it here, and in addition,
487 # creating and moving files from /tmp can sometimes cause problems.
488 # Hook for its removal unless debugging.
489 # Note that there is a small window in which the directory will not be cleaned:
490 # after its creation but before its name has been assigned to `$tmp'.
491 $debug ||
493 tmp=
494 trap 'exit_status=$?
495 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
497 trap '{ (exit 1); exit 1; }' 1 2 13 15
499 # Create a (secure) tmp directory for tmp files.
502 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
503 test -n "$tmp" && test -d "$tmp"
504 } ||
506 tmp=./conf$$-$RANDOM
507 (umask 077 && mkdir "$tmp")
508 } ||
510 echo "$me: cannot create a temporary directory in ." >&2
511 { (exit 1); exit 1; }
515 # Set up the sed scripts for CONFIG_FILES section.
518 # No need to generate the scripts if there are no CONFIG_FILES.
519 # This happens for instance when ./config.status config.h
520 if test -n "$CONFIG_FILES"; then
522 cat >"$tmp/subs-1.sed" <<\CEOF
523 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
524 s,@SHELL@,|#_!!_#|/bin/sh,g
525 s,@PATH_SEPARATOR@,|#_!!_#|:,g
526 s,@PACKAGE_NAME@,|#_!!_#|ntfs-3g,g
527 s,@PACKAGE_TARNAME@,|#_!!_#|ntfs-3g,g
528 s,@PACKAGE_VERSION@,|#_!!_#|2013.1.13,g
529 s,@PACKAGE_STRING@,|#_!!_#|ntfs-3g 2013.1.13,g
530 s,@PACKAGE_BUGREPORT@,|#_!!_#|ntfs-3g-devel@|#_!!_#|lists.sf.net,g
531 s,@exec_prefix@,|#_!!_#|${prefix},g
532 s,@prefix@,|#_!!_#|/usr/local,g
533 s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
534 s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
535 s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
536 s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
537 s,@datarootdir@,|#_!!_#|${prefix}/share,g
538 s,@datadir@,|#_!!_#|${datarootdir},g
539 s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
540 s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
541 s,@localstatedir@,|#_!!_#|${prefix}/var,g
542 s,@includedir@,|#_!!_#|${prefix}/include,g
543 s,@oldincludedir@,|#_!!_#|/usr/include,g
544 s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE_TARNAME},g
545 s,@infodir@,|#_!!_#|${datarootdir}/info,g
546 s,@htmldir@,|#_!!_#|${docdir},g
547 s,@dvidir@,|#_!!_#|${docdir},g
548 s,@pdfdir@,|#_!!_#|${docdir},g
549 s,@psdir@,|#_!!_#|${docdir},g
550 s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
551 s,@localedir@,|#_!!_#|${datarootdir}/locale,g
552 s,@mandir@,|#_!!_#|${datarootdir}/man,g
553 s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
554 s,@ECHO_C@,|#_!!_#|,g
555 s,@ECHO_N@,|#_!!_#|-n,g
556 s,@ECHO_T@,|#_!!_#|,g
557 s,@LIBS@,|#_!!_#|,g
558 s,@build_alias@,|#_!!_#|x86_64-linux-gnu,g
559 s,@host_alias@,|#_!!_#|mipsel-linux,g
560 s,@target_alias@,|#_!!_#|,g
561 s,@build@,|#_!!_#|x86_64-pc-linux-gnu,g
562 s,@build_cpu@,|#_!!_#|x86_64,g
563 s,@build_vendor@,|#_!!_#|pc,g
564 s,@build_os@,|#_!!_#|linux-gnu,g
565 s,@host@,|#_!!_#|mipsel-unknown-linux-gnu,g
566 s,@host_cpu@,|#_!!_#|mipsel,g
567 s,@host_vendor@,|#_!!_#|unknown,g
568 s,@host_os@,|#_!!_#|linux-gnu,g
569 s,@target@,|#_!!_#|mipsel-unknown-linux-gnu,g
570 s,@target_cpu@,|#_!!_#|mipsel,g
571 s,@target_vendor@,|#_!!_#|unknown,g
572 s,@target_os@,|#_!!_#|linux-gnu,g
573 s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
574 s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
575 s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
576 s,@am__isrc@,|#_!!_#|,g
577 s,@CYGPATH_W@,|#_!!_#|echo,g
578 s,@PACKAGE@,|#_!!_#|ntfs-3g,g
579 s,@VERSION@,|#_!!_#|2013.1.13,g
580 s,@ACLOCAL@,|#_!!_#|${SHELL} /home/vicente/tomato/release/src/router/ntfs-3g/missing --run aclocal-1.10,g
581 s,@AUTOCONF@,|#_!!_#|${SHELL} /home/vicente/tomato/release/src/router/ntfs-3g/missing --run autoconf,g
582 s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/vicente/tomato/release/src/router/ntfs-3g/missing --run automake-1.10,g
583 s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/vicente/tomato/release/src/router/ntfs-3g/missing --run autoheader,g
584 s,@MAKEINFO@,|#_!!_#|${SHELL} /home/vicente/tomato/release/src/router/ntfs-3g/missing --run makeinfo,g
585 s,@install_sh@,|#_!!_#|$(SHELL) /home/vicente/tomato/release/src/router/ntfs-3g/install-sh,g
586 s,@STRIP@,|#_!!_#|mipsel-uclibc-strip -R .note -R .comment,g
587 s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|$(install_sh) -c -s,g
588 s,@mkdir_p@,|#_!!_#|/bin/mkdir -p,g
589 s,@AWK@,|#_!!_#|gawk,g
590 s,@SET_MAKE@,|#_!!_#|,g
591 s,@am__leading_dot@,|#_!!_#|.,g
592 s,@AMTAR@,|#_!!_#|${SHELL} /home/vicente/tomato/release/src/router/ntfs-3g/missing --run tar,g
593 s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
594 s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
595 s,@MAINTAINER_MODE_TRUE@,|#_!!_#|#,g
596 s,@MAINTAINER_MODE_FALSE@,|#_!!_#|,g
597 s,@MAINT@,|#_!!_#|#,g
598 s,@CC@,|#_!!_#|mipsel-uclibc-gcc,g
599 s,@CFLAGS@,|#_!!_#|-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -ffunction-sections -fdata-sections -Wall,g
600 s,@LDFLAGS@,|#_!!_#|-ffunction-sections -fdata-sections -Wl\,--gc-sections -fPIC,g
601 s,@CPPFLAGS@,|#_!!_#|,g
602 s,@ac_ct_CC@,|#_!!_#|,g
603 s,@EXEEXT@,|#_!!_#|,g
604 s,@OBJEXT@,|#_!!_#|o,g
605 s,@DEPDIR@,|#_!!_#|.deps,g
606 s,@am__include@,|#_!!_#|include,g
607 s,@am__quote@,|#_!!_#|,g
608 s,@AMDEP_TRUE@,|#_!!_#|#,g
609 s,@AMDEP_FALSE@,|#_!!_#|,g
610 s,@AMDEPBACKSLASH@,|#_!!_#|,g
611 s,@CCDEPMODE@,|#_!!_#|depmode=none,g
612 s,@am__fastdepCC_TRUE@,|#_!!_#|#,g
613 s,@am__fastdepCC_FALSE@,|#_!!_#|,g
614 s,@LN_S@,|#_!!_#|ln -s,g
615 s,@SED@,|#_!!_#|/bin/sed,g
616 s,@GREP@,|#_!!_#|/bin/grep,g
617 s,@EGREP@,|#_!!_#|/bin/grep -E,g
618 s,@ECHO@,|#_!!_#|echo,g
619 s,@AR@,|#_!!_#|mipsel-uclibc-ar,g
620 s,@RANLIB@,|#_!!_#|mipsel-uclibc-ranlib,g
621 CEOF
622 cat >"$tmp/subs-2.sed" <<\CEOF
623 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
624 s,@DSYMUTIL@,|#_!!_#|,g
625 s,@NMEDIT@,|#_!!_#|,g
626 s,@CPP@,|#_!!_#|mipsel-uclibc-gcc -E,g
627 s,@CXX@,|#_!!_#|mipsel-linux-g++,g
628 s,@CXXFLAGS@,|#_!!_#|-g -O2,g
629 s,@ac_ct_CXX@,|#_!!_#|,g
630 s,@CXXDEPMODE@,|#_!!_#|depmode=none,g
631 s,@am__fastdepCXX_TRUE@,|#_!!_#|#,g
632 s,@am__fastdepCXX_FALSE@,|#_!!_#|,g
633 s,@CXXCPP@,|#_!!_#|mipsel-linux-g++ -E,g
634 s,@F77@,|#_!!_#|,g
635 s,@FFLAGS@,|#_!!_#|,g
636 s,@ac_ct_F77@,|#_!!_#|,g
637 s,@LIBTOOL@,|#_!!_#|$(SHELL) $(top_builddir)/libtool,g
638 s,@PKG_CONFIG@,|#_!!_#|/usr/bin/pkg-config,g
639 s,@MV@,|#_!!_#|/bin/mv,g
640 s,@RM@,|#_!!_#|/bin/rm,g
641 s,@LDCONFIG@,|#_!!_#|/sbin/ldconfig,g
642 s,@FUSE_MODULE_CFLAGS@,|#_!!_#|,g
643 s,@FUSE_MODULE_LIBS@,|#_!!_#|,g
644 s,@LIBGCRYPT_CONFIG@,|#_!!_#|,g
645 s,@LIBGCRYPT_CFLAGS@,|#_!!_#|,g
646 s,@LIBGCRYPT_LIBS@,|#_!!_#|,g
647 s,@GNUTLS_CFLAGS@,|#_!!_#|,g
648 s,@GNUTLS_LIBS@,|#_!!_#|,g
649 s,@ENABLE_CRYPTO_TRUE@,|#_!!_#|#,g
650 s,@ENABLE_CRYPTO_FALSE@,|#_!!_#|,g
651 s,@all_includes@,|#_!!_#| ,g
652 s,@all_libraries@,|#_!!_#| ,g
653 s,@LIBOBJS@,|#_!!_#| ${LIBOBJDIR}memcmp$U.o ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o,g
654 s,@pkgconfigdir@,|#_!!_#|$(libdir)/pkgconfig,g
655 s,@ntfs3gincludedir@,|#_!!_#|$(includedir)/ntfs-3g,g
656 s,@rootbindir@,|#_!!_#|/bin,g
657 s,@rootsbindir@,|#_!!_#|/sbin,g
658 s,@rootlibdir@,|#_!!_#|/lib,g
659 s,@LIBNTFS_3G_VERSION@,|#_!!_#|84,g
660 s,@LIBFUSE_LITE_CFLAGS@,|#_!!_#|,g
661 s,@LIBFUSE_LITE_LIBS@,|#_!!_#| -lpthread,g
662 s,@MKNTFS_CPPFLAGS@,|#_!!_#|,g
663 s,@MKNTFS_LIBS@,|#_!!_#|,g
664 s,@OUTPUT_FORMAT@,|#_!!_#|,g
665 s,@FUSE_INTERNAL_TRUE@,|#_!!_#|,g
666 s,@FUSE_INTERNAL_FALSE@,|#_!!_#|#,g
667 s,@GENERATE_LDSCRIPT_TRUE@,|#_!!_#|#,g
668 s,@GENERATE_LDSCRIPT_FALSE@,|#_!!_#|,g
669 s,@WINDOWS_TRUE@,|#_!!_#|#,g
670 s,@WINDOWS_FALSE@,|#_!!_#|,g
671 s,@NTFS_DEVICE_DEFAULT_IO_OPS_TRUE@,|#_!!_#|,g
672 s,@NTFS_DEVICE_DEFAULT_IO_OPS_FALSE@,|#_!!_#|#,g
673 s,@RUN_LDCONFIG_TRUE@,|#_!!_#|#,g
674 s,@RUN_LDCONFIG_FALSE@,|#_!!_#|,g
675 s,@REALLYSTATIC_TRUE@,|#_!!_#|#,g
676 s,@REALLYSTATIC_FALSE@,|#_!!_#|,g
677 s,@INSTALL_LIBRARY_TRUE@,|#_!!_#|#,g
678 s,@INSTALL_LIBRARY_FALSE@,|#_!!_#|,g
679 s,@ENABLE_MOUNT_HELPER_TRUE@,|#_!!_#|#,g
680 s,@ENABLE_MOUNT_HELPER_FALSE@,|#_!!_#|,g
681 s,@ENABLE_NTFS_3G_TRUE@,|#_!!_#|,g
682 s,@ENABLE_NTFS_3G_FALSE@,|#_!!_#|#,g
683 s,@ENABLE_NTFSPROGS_TRUE@,|#_!!_#|,g
684 s,@ENABLE_NTFSPROGS_FALSE@,|#_!!_#|#,g
685 s,@ENABLE_EXTRAS_TRUE@,|#_!!_#|#,g
686 s,@ENABLE_EXTRAS_FALSE@,|#_!!_#|,g
687 s,@MKDIR_P@,|#_!!_#|/bin/mkdir -p,g
688 s,@LTLIBOBJS@,|#_!!_#| ${LIBOBJDIR}memcmp$U.lo ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo,g
689 :end
690 s/|#_!!_#|//g
691 CEOF
692 fi # test -n "$CONFIG_FILES"
695 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
697 case $ac_tag in
698 :[FHLC]) ac_mode=$ac_tag; continue;;
699 esac
700 case $ac_mode$ac_tag in
701 :[FHL]*:*);;
702 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
703 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
704 { (exit 1); exit 1; }; };;
705 :[FH]-) ac_tag=-:-;;
706 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
707 esac
708 ac_save_IFS=$IFS
709 IFS=:
710 set x $ac_tag
711 IFS=$ac_save_IFS
712 shift
713 ac_file=$1
714 shift
716 case $ac_mode in
717 :L) ac_source=$1;;
718 :[FH])
719 ac_file_inputs=
720 for ac_f
722 case $ac_f in
723 -) ac_f="$tmp/stdin";;
724 *) # Look for the file first in the build tree, then in the source tree
725 # (if the path is not absolute). The absolute path cannot be DOS-style,
726 # because $ac_f cannot contain `:'.
727 test -f "$ac_f" ||
728 case $ac_f in
729 [\\/$]*) false;;
730 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
731 esac ||
732 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
733 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
734 { (exit 1); exit 1; }; };;
735 esac
736 ac_file_inputs="$ac_file_inputs $ac_f"
737 done
739 # Let's still pretend it is `configure' which instantiates (i.e., don't
740 # use $as_me), people would be surprised to read:
741 # /* config.h. Generated by config.status. */
742 configure_input="Generated from "`IFS=:
743 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
744 if test x"$ac_file" != x-; then
745 configure_input="$ac_file. $configure_input"
746 { echo "$as_me:$LINENO: creating $ac_file" >&5
747 echo "$as_me: creating $ac_file" >&6;}
750 case $ac_tag in
751 *:-:* | *:-) cat >"$tmp/stdin";;
752 esac
754 esac
756 ac_dir=`$as_dirname -- "$ac_file" ||
757 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
758 X"$ac_file" : 'X\(//\)[^/]' \| \
759 X"$ac_file" : 'X\(//\)$' \| \
760 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
761 echo X"$ac_file" |
762 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
763 s//\1/
766 /^X\(\/\/\)[^/].*/{
767 s//\1/
770 /^X\(\/\/\)$/{
771 s//\1/
774 /^X\(\/\).*/{
775 s//\1/
778 s/.*/./; q'`
779 { as_dir="$ac_dir"
780 case $as_dir in #(
781 -*) as_dir=./$as_dir;;
782 esac
783 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
784 as_dirs=
785 while :; do
786 case $as_dir in #(
787 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
788 *) as_qdir=$as_dir;;
789 esac
790 as_dirs="'$as_qdir' $as_dirs"
791 as_dir=`$as_dirname -- "$as_dir" ||
792 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
793 X"$as_dir" : 'X\(//\)[^/]' \| \
794 X"$as_dir" : 'X\(//\)$' \| \
795 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
796 echo X"$as_dir" |
797 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
798 s//\1/
801 /^X\(\/\/\)[^/].*/{
802 s//\1/
805 /^X\(\/\/\)$/{
806 s//\1/
809 /^X\(\/\).*/{
810 s//\1/
813 s/.*/./; q'`
814 test -d "$as_dir" && break
815 done
816 test -z "$as_dirs" || eval "mkdir $as_dirs"
817 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
818 echo "$as_me: error: cannot create directory $as_dir" >&2;}
819 { (exit 1); exit 1; }; }; }
820 ac_builddir=.
822 case "$ac_dir" in
823 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
825 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
826 # A ".." for each directory in $ac_dir_suffix.
827 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
828 case $ac_top_builddir_sub in
829 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
830 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
831 esac ;;
832 esac
833 ac_abs_top_builddir=$ac_pwd
834 ac_abs_builddir=$ac_pwd$ac_dir_suffix
835 # for backward compatibility:
836 ac_top_builddir=$ac_top_build_prefix
838 case $srcdir in
839 .) # We are building in place.
840 ac_srcdir=.
841 ac_top_srcdir=$ac_top_builddir_sub
842 ac_abs_top_srcdir=$ac_pwd ;;
843 [\\/]* | ?:[\\/]* ) # Absolute name.
844 ac_srcdir=$srcdir$ac_dir_suffix;
845 ac_top_srcdir=$srcdir
846 ac_abs_top_srcdir=$srcdir ;;
847 *) # Relative name.
848 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
849 ac_top_srcdir=$ac_top_build_prefix$srcdir
850 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
851 esac
852 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
855 case $ac_mode in
858 # CONFIG_FILE
861 case $INSTALL in
862 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
863 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
864 esac
865 ac_MKDIR_P=$MKDIR_P
866 case $MKDIR_P in
867 [\\/$]* | ?:[\\/]* ) ;;
868 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
869 esac
870 # If the template does not know about datarootdir, expand it.
871 # FIXME: This hack should be removed a few years after 2.60.
872 ac_datarootdir_hack=; ac_datarootdir_seen=
874 case `sed -n '/datarootdir/ {
878 /@datadir@/p
879 /@docdir@/p
880 /@infodir@/p
881 /@localedir@/p
882 /@mandir@/p
883 ' $ac_file_inputs` in
884 *datarootdir*) ac_datarootdir_seen=yes;;
885 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
886 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
887 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
888 ac_datarootdir_hack='
889 s&@datadir@&${datarootdir}&g
890 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
891 s&@infodir@&${datarootdir}/info&g
892 s&@localedir@&${datarootdir}/locale&g
893 s&@mandir@&${datarootdir}/man&g
894 s&\${datarootdir}&${prefix}/share&g' ;;
895 esac
896 sed "/^[ ]*VPATH[ ]*=/{
897 s/:*\$(srcdir):*/:/
898 s/:*\${srcdir}:*/:/
899 s/:*@srcdir@:*/:/
900 s/^\([^=]*=[ ]*\):*/\1/
901 s/:*$//
902 s/^[^=]*=[ ]*$//
906 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
907 s&@configure_input@&$configure_input&;t t
908 s&@top_builddir@&$ac_top_builddir_sub&;t t
909 s&@srcdir@&$ac_srcdir&;t t
910 s&@abs_srcdir@&$ac_abs_srcdir&;t t
911 s&@top_srcdir@&$ac_top_srcdir&;t t
912 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
913 s&@builddir@&$ac_builddir&;t t
914 s&@abs_builddir@&$ac_abs_builddir&;t t
915 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
916 s&@INSTALL@&$ac_INSTALL&;t t
917 s&@MKDIR_P@&$ac_MKDIR_P&;t t
918 $ac_datarootdir_hack
919 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
921 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
922 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
923 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
924 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
925 which seems to be undefined. Please make sure it is defined." >&5
926 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
927 which seems to be undefined. Please make sure it is defined." >&2;}
929 rm -f "$tmp/stdin"
930 case $ac_file in
931 -) cat "$tmp/out"; rm -f "$tmp/out";;
932 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
933 esac
937 # CONFIG_HEADER
939 # First, check the format of the line:
940 cat >"$tmp/defines.sed" <<\CEOF
941 /^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*$/b def
942 /^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def
944 :def
945 s/$/ /
946 s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_NAME\)[ (].*,\1define\2 "ntfs-3g" ,
947 s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_TARNAME\)[ (].*,\1define\2 "ntfs-3g" ,
948 s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_VERSION\)[ (].*,\1define\2 "2013.1.13" ,
949 s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_STRING\)[ (].*,\1define\2 "ntfs-3g 2013.1.13" ,
950 s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_BUGREPORT\)[ (].*,\1define\2 "ntfs-3g-devel@lists.sf.net" ,
951 s,^\([ #]*\)[^ ]*\([ ]*PACKAGE\)[ (].*,\1define\2 "ntfs-3g" ,
952 s,^\([ #]*\)[^ ]*\([ ]*VERSION\)[ (].*,\1define\2 "2013.1.13" ,
953 s,^\([ #]*\)[^ ]*\([ ]*_GNU_SOURCE\)[ (].*,\1define\2 1 ,
954 s,^\([ #]*\)[^ ]*\([ ]*STDC_HEADERS\)[ (].*,\1define\2 1 ,
955 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TYPES_H\)[ (].*,\1define\2 1 ,
956 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_STAT_H\)[ (].*,\1define\2 1 ,
957 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDLIB_H\)[ (].*,\1define\2 1 ,
958 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRING_H\)[ (].*,\1define\2 1 ,
959 s,^\([ #]*\)[^ ]*\([ ]*HAVE_MEMORY_H\)[ (].*,\1define\2 1 ,
960 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRINGS_H\)[ (].*,\1define\2 1 ,
961 s,^\([ #]*\)[^ ]*\([ ]*HAVE_INTTYPES_H\)[ (].*,\1define\2 1 ,
962 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDINT_H\)[ (].*,\1define\2 1 ,
963 s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 ,
964 s,^\([ #]*\)[^ ]*\([ ]*HAVE_DLFCN_H\)[ (].*,\1define\2 1 ,
965 s,^\([ #]*\)[^ ]*\([ ]*_REENTRANT\)[ (].*,\1define\2 1 ,
966 s,^\([ #]*\)[^ ]*\([ ]*FUSE_INTERNAL\)[ (].*,\1define\2 1 ,
967 s,^\([ #]*\)[^ ]*\([ ]*STDC_HEADERS\)[ (].*,\1define\2 1 ,
968 s,^\([ #]*\)[^ ]*\([ ]*HAVE_CTYPE_H\)[ (].*,\1define\2 1 ,
969 s,^\([ #]*\)[^ ]*\([ ]*HAVE_FCNTL_H\)[ (].*,\1define\2 1 ,
970 s,^\([ #]*\)[^ ]*\([ ]*HAVE_LIBGEN_H\)[ (].*,\1define\2 1 ,
971 s,^\([ #]*\)[^ ]*\([ ]*HAVE_LIMITS_H\)[ (].*,\1define\2 1 ,
972 s,^\([ #]*\)[^ ]*\([ ]*HAVE_LOCALE_H\)[ (].*,\1define\2 1 ,
973 s,^\([ #]*\)[^ ]*\([ ]*HAVE_MNTENT_H\)[ (].*,\1define\2 1 ,
974 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDDEF_H\)[ (].*,\1define\2 1 ,
975 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDINT_H\)[ (].*,\1define\2 1 ,
976 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDLIB_H\)[ (].*,\1define\2 1 ,
977 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDIO_H\)[ (].*,\1define\2 1 ,
978 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDARG_H\)[ (].*,\1define\2 1 ,
979 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRING_H\)[ (].*,\1define\2 1 ,
980 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRINGS_H\)[ (].*,\1define\2 1 ,
981 s,^\([ #]*\)[^ ]*\([ ]*HAVE_ERRNO_H\)[ (].*,\1define\2 1 ,
982 s,^\([ #]*\)[^ ]*\([ ]*HAVE_TIME_H\)[ (].*,\1define\2 1 ,
983 s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 ,
984 s,^\([ #]*\)[^ ]*\([ ]*HAVE_UTIME_H\)[ (].*,\1define\2 1 ,
985 s,^\([ #]*\)[^ ]*\([ ]*HAVE_WCHAR_H\)[ (].*,\1define\2 1 ,
986 s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETOPT_H\)[ (].*,\1define\2 1 ,
987 s,^\([ #]*\)[^ ]*\([ ]*HAVE_FEATURES_H\)[ (].*,\1define\2 1 ,
988 s,^\([ #]*\)[^ ]*\([ ]*HAVE_ENDIAN_H\)[ (].*,\1define\2 1 ,
989 s,^\([ #]*\)[^ ]*\([ ]*HAVE_BYTESWAP_H\)[ (].*,\1define\2 1 ,
990 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_PARAM_H\)[ (].*,\1define\2 1 ,
991 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_IOCTL_H\)[ (].*,\1define\2 1 ,
992 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_MOUNT_H\)[ (].*,\1define\2 1 ,
993 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_STAT_H\)[ (].*,\1define\2 1 ,
994 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TYPES_H\)[ (].*,\1define\2 1 ,
995 CEOF
996 sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
997 # First, check the format of the line:
998 cat >"$tmp/defines.sed" <<\CEOF
999 /^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*$/b def
1000 /^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def
1002 :def
1003 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_VFS_H\)[ (].*,\1define\2 1 ,
1004 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_STATVFS_H\)[ (].*,\1define\2 1 ,
1005 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_SYSMACROS_H\)[ (].*,\1define\2 1 ,
1006 s,^\([ #]*\)[^ ]*\([ ]*HAVE_LINUX_MAJOR_H\)[ (].*,\1define\2 1 ,
1007 s,^\([ #]*\)[^ ]*\([ ]*HAVE_LINUX_FD_H\)[ (].*,\1define\2 1 ,
1008 s,^\([ #]*\)[^ ]*\([ ]*HAVE_LINUX_HDREG_H\)[ (].*,\1define\2 1 ,
1009 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYSLOG_H\)[ (].*,\1define\2 1 ,
1010 s,^\([ #]*\)[^ ]*\([ ]*HAVE_PWD_H\)[ (].*,\1define\2 1 ,
1011 s,^\([ #]*\)[^ ]*\([ ]*HAVE_MALLOC_H\)[ (].*,\1define\2 1 ,
1012 s,^\([ #]*\)[^ ]*\([ ]*HAVE__BOOL\)[ (].*,\1define\2 1 ,
1013 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDBOOL_H\)[ (].*,\1define\2 1 ,
1014 s,^\([ #]*\)[^ ]*\([ ]*WORDS_LITTLEENDIAN\)[ (].*,\1define\2 1 ,
1015 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRUCT_STAT_ST_BLOCKS\)[ (].*,\1define\2 1 ,
1016 s,^\([ #]*\)[^ ]*\([ ]*HAVE_ST_BLOCKS\)[ (].*,\1define\2 1 ,
1017 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRUCT_STAT_ST_RDEV\)[ (].*,\1define\2 1 ,
1018 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRUCT_STAT_ST_ATIMENSEC\)[ (].*,\1define\2 1 ,
1019 s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETMNTENT\)[ (].*,\1define\2 ,
1020 s,^\([ #]*\)[^ ]*\([ ]*HAVE_MBRTOWC\)[ (].*,\1define\2 1 ,
1021 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STAT_EMPTY_STRING_BUG\)[ (].*,\1define\2 1 ,
1022 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRFTIME\)[ (].*,\1define\2 1 ,
1023 s,^\([ #]*\)[^ ]*\([ ]*HAVE_UTIME_H\)[ (].*,\1define\2 1 ,
1024 s,^\([ #]*\)[^ ]*\([ ]*HAVE_VPRINTF\)[ (].*,\1define\2 1 ,
1025 s,^\([ #]*\)[^ ]*\([ ]*HAVE_ATEXIT\)[ (].*,\1define\2 1 ,
1026 s,^\([ #]*\)[^ ]*\([ ]*HAVE_BASENAME\)[ (].*,\1define\2 1 ,
1027 s,^\([ #]*\)[^ ]*\([ ]*HAVE_DAEMON\)[ (].*,\1define\2 1 ,
1028 s,^\([ #]*\)[^ ]*\([ ]*HAVE_DUP2\)[ (].*,\1define\2 1 ,
1029 s,^\([ #]*\)[^ ]*\([ ]*HAVE_FDATASYNC\)[ (].*,\1define\2 1 ,
1030 s,^\([ #]*\)[^ ]*\([ ]*HAVE_FFS\)[ (].*,\1define\2 1 ,
1031 s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETOPT_LONG\)[ (].*,\1define\2 1 ,
1032 s,^\([ #]*\)[^ ]*\([ ]*HAVE_HASMNTOPT\)[ (].*,\1define\2 1 ,
1033 s,^\([ #]*\)[^ ]*\([ ]*HAVE_MBSINIT\)[ (].*,\1define\2 1 ,
1034 s,^\([ #]*\)[^ ]*\([ ]*HAVE_MEMMOVE\)[ (].*,\1define\2 1 ,
1035 s,^\([ #]*\)[^ ]*\([ ]*HAVE_MEMSET\)[ (].*,\1define\2 1 ,
1036 s,^\([ #]*\)[^ ]*\([ ]*HAVE_REALPATH\)[ (].*,\1define\2 1 ,
1037 s,^\([ #]*\)[^ ]*\([ ]*HAVE_REGCOMP\)[ (].*,\1define\2 1 ,
1038 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SETLOCALE\)[ (].*,\1define\2 1 ,
1039 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SETXATTR\)[ (].*,\1define\2 1 ,
1040 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRCASECMP\)[ (].*,\1define\2 1 ,
1041 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRCHR\)[ (].*,\1define\2 1 ,
1042 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRDUP\)[ (].*,\1define\2 1 ,
1043 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRERROR\)[ (].*,\1define\2 1 ,
1044 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRNLEN\)[ (].*,\1define\2 1 ,
1045 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRSEP\)[ (].*,\1define\2 1 ,
1046 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRTOL\)[ (].*,\1define\2 1 ,
1047 s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRTOUL\)[ (].*,\1define\2 1 ,
1048 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYSCONF\)[ (].*,\1define\2 1 ,
1049 s,^\([ #]*\)[^ ]*\([ ]*HAVE_UTIME\)[ (].*,\1define\2 1 ,
1050 s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETTIMEOFDAY\)[ (].*,\1define\2 1 ,
1051 s,^\([ #]*\)[^ ]*\([ ]*HAVE_CLOCK_GETTIME\)[ (].*,\1define\2 1 ,
1052 s,^\([ #]*\)[^ ]*\([ ]*HAVE_FORK\)[ (].*,\1define\2 1 ,
1053 CEOF
1054 sed -f "$tmp/defines.sed" "$tmp/out1" >"$tmp/out2"
1055 # First, check the format of the line:
1056 cat >"$tmp/defines.sed" <<\CEOF
1057 /^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*$/b def
1058 /^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def
1060 :def
1061 s,^\([ #]*\)[^ ]*\([ ]*HAVE_MEMCPY\)[ (].*,\1define\2 1 ,
1062 s,^\([ #]*\)[^ ]*\([ ]*HAVE_RANDOM\)[ (].*,\1define\2 1 ,
1063 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SNPRINTF\)[ (].*,\1define\2 1 ,
1064 s,^\([ #]*\)[^ ]*\([ ]*_FILE_OFFSET_BITS\)[ (].*,\1define\2 64 ,
1065 s/ $//
1066 s,^[ #]*u.*,/* & */,
1067 CEOF
1068 sed -f "$tmp/defines.sed" "$tmp/out2" >"$tmp/out1"
1069 ac_result="$tmp/out1"
1070 if test x"$ac_file" != x-; then
1071 echo "/* $configure_input */" >"$tmp/config.h"
1072 cat "$ac_result" >>"$tmp/config.h"
1073 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
1074 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1075 echo "$as_me: $ac_file is unchanged" >&6;}
1076 else
1077 rm -f $ac_file
1078 mv "$tmp/config.h" $ac_file
1080 else
1081 echo "/* $configure_input */"
1082 cat "$ac_result"
1084 rm -f "$tmp/out12"
1085 # Compute $ac_file's index in $config_headers.
1086 _am_arg=$ac_file
1087 _am_stamp_count=1
1088 for _am_header in $config_headers :; do
1089 case $_am_header in
1090 $_am_arg | $_am_arg:* )
1091 break ;;
1093 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1094 esac
1095 done
1096 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1097 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1098 X"$_am_arg" : 'X\(//\)[^/]' \| \
1099 X"$_am_arg" : 'X\(//\)$' \| \
1100 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1101 echo X"$_am_arg" |
1102 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1103 s//\1/
1106 /^X\(\/\/\)[^/].*/{
1107 s//\1/
1110 /^X\(\/\/\)$/{
1111 s//\1/
1114 /^X\(\/\).*/{
1115 s//\1/
1118 s/.*/./; q'`/stamp-h$_am_stamp_count
1121 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
1122 echo "$as_me: executing $ac_file commands" >&6;}
1124 esac
1127 case $ac_file$ac_mode in
1128 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1129 # Strip MF so we end up with the name of the file.
1130 mf=`echo "$mf" | sed -e 's/:.*$//'`
1131 # Check whether this is an Automake generated Makefile or not.
1132 # We used to match only the files named `Makefile.in', but
1133 # some people rename them; so instead we look at the file content.
1134 # Grep'ing the first line is not enough: some people post-process
1135 # each Makefile.in and add a new line on top of each file to say so.
1136 # Grep'ing the whole file is not good either: AIX grep has a line
1137 # limit of 2048, but all sed's we know have understand at least 4000.
1138 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1139 dirpart=`$as_dirname -- "$mf" ||
1140 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1141 X"$mf" : 'X\(//\)[^/]' \| \
1142 X"$mf" : 'X\(//\)$' \| \
1143 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1144 echo X"$mf" |
1145 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1146 s//\1/
1149 /^X\(\/\/\)[^/].*/{
1150 s//\1/
1153 /^X\(\/\/\)$/{
1154 s//\1/
1157 /^X\(\/\).*/{
1158 s//\1/
1161 s/.*/./; q'`
1162 else
1163 continue
1165 # Extract the definition of DEPDIR, am__include, and am__quote
1166 # from the Makefile without running `make'.
1167 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1168 test -z "$DEPDIR" && continue
1169 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1170 test -z "am__include" && continue
1171 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1172 # When using ansi2knr, U may be empty or an underscore; expand it
1173 U=`sed -n 's/^U = //p' < "$mf"`
1174 # Find all dependency output files, they are included files with
1175 # $(DEPDIR) in their names. We invoke sed twice because it is the
1176 # simplest approach to changing $(DEPDIR) to its actual value in the
1177 # expansion.
1178 for file in `sed -n "
1179 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1180 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1181 # Make sure the directory exists.
1182 test -f "$dirpart/$file" && continue
1183 fdir=`$as_dirname -- "$file" ||
1184 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1185 X"$file" : 'X\(//\)[^/]' \| \
1186 X"$file" : 'X\(//\)$' \| \
1187 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1188 echo X"$file" |
1189 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1190 s//\1/
1193 /^X\(\/\/\)[^/].*/{
1194 s//\1/
1197 /^X\(\/\/\)$/{
1198 s//\1/
1201 /^X\(\/\).*/{
1202 s//\1/
1205 s/.*/./; q'`
1206 { as_dir=$dirpart/$fdir
1207 case $as_dir in #(
1208 -*) as_dir=./$as_dir;;
1209 esac
1210 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1211 as_dirs=
1212 while :; do
1213 case $as_dir in #(
1214 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
1215 *) as_qdir=$as_dir;;
1216 esac
1217 as_dirs="'$as_qdir' $as_dirs"
1218 as_dir=`$as_dirname -- "$as_dir" ||
1219 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1220 X"$as_dir" : 'X\(//\)[^/]' \| \
1221 X"$as_dir" : 'X\(//\)$' \| \
1222 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1223 echo X"$as_dir" |
1224 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1225 s//\1/
1228 /^X\(\/\/\)[^/].*/{
1229 s//\1/
1232 /^X\(\/\/\)$/{
1233 s//\1/
1236 /^X\(\/\).*/{
1237 s//\1/
1240 s/.*/./; q'`
1241 test -d "$as_dir" && break
1242 done
1243 test -z "$as_dirs" || eval "mkdir $as_dirs"
1244 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1245 echo "$as_me: error: cannot create directory $as_dir" >&2;}
1246 { (exit 1); exit 1; }; }; }
1247 # echo "creating $dirpart/$file"
1248 echo '# dummy' > "$dirpart/$file"
1249 done
1250 done
1253 esac
1254 done # for ac_tag
1257 { (exit 0); exit 0; }