minidlna: fox compilation
[tomato.git] / release / src / router / spawn-fcgi / config.status
blob58db6a50a052086355586d7e58bd9ff1cf565822
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
11 SHELL=${CONFIG_SHELL-/bin/sh}
12 export SHELL
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if 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
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_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.
45 if 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 --'
49 elif (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'
52 else
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"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if 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=';'
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.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
101 IFS=$as_save_IFS
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108 as_myself=$0
110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112 exit 1
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there. '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137 # as_fn_error ERROR [LINENO LOG_FD]
138 # ---------------------------------
139 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
140 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
141 # script with status $?, using 1 if that was 0.
142 as_fn_error ()
144 as_status=$?; test $as_status -eq 0 && as_status=1
145 if test "$3"; then
146 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
147 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
149 $as_echo "$as_me: error: $1" >&2
150 as_fn_exit $as_status
151 } # as_fn_error
154 # as_fn_set_status STATUS
155 # -----------------------
156 # Set $? to STATUS, without forking.
157 as_fn_set_status ()
159 return $1
160 } # as_fn_set_status
162 # as_fn_exit STATUS
163 # -----------------
164 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
165 as_fn_exit ()
167 set +e
168 as_fn_set_status $1
169 exit $1
170 } # as_fn_exit
172 # as_fn_unset VAR
173 # ---------------
174 # Portably unset VAR.
175 as_fn_unset ()
177 { eval $1=; unset $1;}
179 as_unset=as_fn_unset
180 # as_fn_append VAR VALUE
181 # ----------------------
182 # Append the text in VALUE to the end of the definition contained in VAR. Take
183 # advantage of any shell optimizations that allow amortized linear growth over
184 # repeated appends, instead of the typical quadratic growth present in naive
185 # implementations.
186 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
187 eval 'as_fn_append ()
189 eval $1+=\$2
191 else
192 as_fn_append ()
194 eval $1=\$$1\$2
196 fi # as_fn_append
198 # as_fn_arith ARG...
199 # ------------------
200 # Perform arithmetic evaluation on the ARGs, and store the result in the
201 # global $as_val. Take advantage of shells that can avoid forks. The arguments
202 # must be portable across $(()) and expr.
203 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
204 eval 'as_fn_arith ()
206 as_val=$(( $* ))
208 else
209 as_fn_arith ()
211 as_val=`expr "$@" || test $? -eq 1`
213 fi # as_fn_arith
216 if expr a : '\(a\)' >/dev/null 2>&1 &&
217 test "X`expr 00001 : '.*\(...\)'`" = X001; then
218 as_expr=expr
219 else
220 as_expr=false
223 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
224 as_basename=basename
225 else
226 as_basename=false
229 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
230 as_dirname=dirname
231 else
232 as_dirname=false
235 as_me=`$as_basename -- "$0" ||
236 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
237 X"$0" : 'X\(//\)$' \| \
238 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
239 $as_echo X/"$0" |
240 sed '/^.*\/\([^/][^/]*\)\/*$/{
241 s//\1/
244 /^X\/\(\/\/\)$/{
245 s//\1/
248 /^X\/\(\/\).*/{
249 s//\1/
252 s/.*/./; q'`
254 # Avoid depending upon Character Ranges.
255 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
256 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
257 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
258 as_cr_digits='0123456789'
259 as_cr_alnum=$as_cr_Letters$as_cr_digits
261 ECHO_C= ECHO_N= ECHO_T=
262 case `echo -n x` in #(((((
263 -n*)
264 case `echo 'xy\c'` in
265 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
266 xy) ECHO_C='\c';;
267 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
268 ECHO_T=' ';;
269 esac;;
271 ECHO_N='-n';;
272 esac
274 rm -f conf$$ conf$$.exe conf$$.file
275 if test -d conf$$.dir; then
276 rm -f conf$$.dir/conf$$.file
277 else
278 rm -f conf$$.dir
279 mkdir conf$$.dir 2>/dev/null
281 if (echo >conf$$.file) 2>/dev/null; then
282 if ln -s conf$$.file conf$$ 2>/dev/null; then
283 as_ln_s='ln -s'
284 # ... but there are two gotchas:
285 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
286 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
287 # In both cases, we have to default to `cp -p'.
288 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
289 as_ln_s='cp -p'
290 elif ln conf$$.file conf$$ 2>/dev/null; then
291 as_ln_s=ln
292 else
293 as_ln_s='cp -p'
295 else
296 as_ln_s='cp -p'
298 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
299 rmdir conf$$.dir 2>/dev/null
302 # as_fn_mkdir_p
303 # -------------
304 # Create "$as_dir" as a directory, including parents if necessary.
305 as_fn_mkdir_p ()
308 case $as_dir in #(
309 -*) as_dir=./$as_dir;;
310 esac
311 test -d "$as_dir" || eval $as_mkdir_p || {
312 as_dirs=
313 while :; do
314 case $as_dir in #(
315 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
316 *) as_qdir=$as_dir;;
317 esac
318 as_dirs="'$as_qdir' $as_dirs"
319 as_dir=`$as_dirname -- "$as_dir" ||
320 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
321 X"$as_dir" : 'X\(//\)[^/]' \| \
322 X"$as_dir" : 'X\(//\)$' \| \
323 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
324 $as_echo X"$as_dir" |
325 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
326 s//\1/
329 /^X\(\/\/\)[^/].*/{
330 s//\1/
333 /^X\(\/\/\)$/{
334 s//\1/
337 /^X\(\/\).*/{
338 s//\1/
341 s/.*/./; q'`
342 test -d "$as_dir" && break
343 done
344 test -z "$as_dirs" || eval "mkdir $as_dirs"
345 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
348 } # as_fn_mkdir_p
349 if mkdir -p . 2>/dev/null; then
350 as_mkdir_p='mkdir -p "$as_dir"'
351 else
352 test -d ./-p && rmdir ./-p
353 as_mkdir_p=false
356 if test -x / >/dev/null 2>&1; then
357 as_test_x='test -x'
358 else
359 if ls -dL / >/dev/null 2>&1; then
360 as_ls_L_option=L
361 else
362 as_ls_L_option=
364 as_test_x='
365 eval sh -c '\''
366 if test -d "$1"; then
367 test -d "$1/.";
368 else
369 case $1 in #(
370 -*)set "./$1";;
371 esac;
372 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
373 ???[sx]*):;;*)false;;esac;fi
374 '\'' sh
377 as_executable_p=$as_test_x
379 # Sed expression to map a string onto a valid CPP name.
380 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
382 # Sed expression to map a string onto a valid variable name.
383 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
386 exec 6>&1
387 ## ----------------------------------- ##
388 ## Main body of $CONFIG_STATUS script. ##
389 ## ----------------------------------- ##
390 # Save the log message, to keep $0 and so on meaningful, and to
391 # report actual input values of CONFIG_FILES etc. instead of their
392 # values after options handling.
393 ac_log="
394 This file was extended by spawn-fcgi $as_me 1.6.3, which was
395 generated by GNU Autoconf 2.64. Invocation command line was
397 CONFIG_FILES = $CONFIG_FILES
398 CONFIG_HEADERS = $CONFIG_HEADERS
399 CONFIG_LINKS = $CONFIG_LINKS
400 CONFIG_COMMANDS = $CONFIG_COMMANDS
401 $ $0 $@
403 on `(hostname || uname -n) 2>/dev/null | sed 1q`
406 # Files that config.status was made for.
407 config_files=" Makefile src/Makefile doc/Makefile"
408 config_headers=" config.h"
409 config_commands=" depfiles"
411 ac_cs_usage="\
412 \`$as_me' instantiates files and other configuration actions
413 from templates according to the current configuration. Unless the files
414 and actions are specified as TAGs, all are instantiated by default.
416 Usage: $0 [OPTION]... [TAG]...
418 -h, --help print this help, then exit
419 -V, --version print version number and configuration settings, then exit
420 -q, --quiet, --silent
421 do not print progress messages
422 -d, --debug don't remove temporary files
423 --recheck update $as_me by reconfiguring in the same conditions
424 --file=FILE[:TEMPLATE]
425 instantiate the configuration file FILE
426 --header=FILE[:TEMPLATE]
427 instantiate the configuration header FILE
429 Configuration files:
430 $config_files
432 Configuration headers:
433 $config_headers
435 Configuration commands:
436 $config_commands
438 Report bugs to the package provider."
440 ac_cs_version="\
441 spawn-fcgi config.status 1.6.3
442 configured by ./configure, generated by GNU Autoconf 2.64,
443 with options \"'--host=arm-linux' '--build=x86_64-linux-gnu' '--prefix=/usr' 'build_alias=x86_64-linux-gnu' 'host_alias=arm-linux' 'CC=arm-brcm-linux-uclibcgnueabi-gcc' 'CFLAGS=-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -DCONFIG_BCMWL6 -DCONFIG_BCMWL6A -DPART_JFFS2_GAP=0UL -pipe -fno-strict-aliasing -DBCMWPA2 -DBCMARM -marm -DTCONFIG_NVRAM_64K -DLINUX_KERNEL_VERSION=132644 -ffunction-sections -fdata-sections' 'LDFLAGS=-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC'\"
445 Copyright (C) 2009 Free Software Foundation, Inc.
446 This config.status script is free software; the Free Software Foundation
447 gives unlimited permission to copy, distribute and modify it."
449 ac_pwd='/home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi'
450 srcdir='.'
451 INSTALL='/usr/bin/install -c'
452 MKDIR_P='/bin/mkdir -p'
453 AWK='gawk'
454 test -n "$AWK" || AWK=awk
455 # The default lists apply if the user does not specify any file.
456 ac_need_defaults=:
457 while test $# != 0
459 case $1 in
460 --*=*)
461 ac_option=`expr "X$1" : 'X\([^=]*\)='`
462 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
463 ac_shift=:
466 ac_option=$1
467 ac_optarg=$2
468 ac_shift=shift
470 esac
472 case $ac_option in
473 # Handling of the options.
474 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
475 ac_cs_recheck=: ;;
476 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
477 $as_echo "$ac_cs_version"; exit ;;
478 --debug | --debu | --deb | --de | --d | -d )
479 debug=: ;;
480 --file | --fil | --fi | --f )
481 $ac_shift
482 case $ac_optarg in
483 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
484 esac
485 as_fn_append CONFIG_FILES " '$ac_optarg'"
486 ac_need_defaults=false;;
487 --header | --heade | --head | --hea )
488 $ac_shift
489 case $ac_optarg in
490 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
491 esac
492 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
493 ac_need_defaults=false;;
494 --he | --h)
495 # Conflict between --help and --header
496 as_fn_error "ambiguous option: \`$1'
497 Try \`$0 --help' for more information.";;
498 --help | --hel | -h )
499 $as_echo "$ac_cs_usage"; exit ;;
500 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
501 | -silent | --silent | --silen | --sile | --sil | --si | --s)
502 ac_cs_silent=: ;;
504 # This is an error.
505 -*) as_fn_error "unrecognized option: \`$1'
506 Try \`$0 --help' for more information." ;;
508 *) as_fn_append ac_config_targets " $1"
509 ac_need_defaults=false ;;
511 esac
512 shift
513 done
515 ac_configure_extra_args=
517 if $ac_cs_silent; then
518 exec 6>/dev/null
519 ac_configure_extra_args="$ac_configure_extra_args --silent"
522 if $ac_cs_recheck; then
523 set X '/bin/sh' './configure' '--host=arm-linux' '--build=x86_64-linux-gnu' '--prefix=/usr' 'build_alias=x86_64-linux-gnu' 'host_alias=arm-linux' 'CC=arm-brcm-linux-uclibcgnueabi-gcc' 'CFLAGS=-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -DCONFIG_BCMWL6 -DCONFIG_BCMWL6A -DPART_JFFS2_GAP=0UL -pipe -fno-strict-aliasing -DBCMWPA2 -DBCMARM -marm -DTCONFIG_NVRAM_64K -DLINUX_KERNEL_VERSION=132644 -ffunction-sections -fdata-sections' 'LDFLAGS=-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC' $ac_configure_extra_args --no-create --no-recursion
524 shift
525 $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
526 CONFIG_SHELL='/bin/sh'
527 export CONFIG_SHELL
528 exec "$@"
531 exec 5>>config.log
533 echo
534 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
535 ## Running $as_me. ##
536 _ASBOX
537 $as_echo "$ac_log"
538 } >&5
541 # INIT-COMMANDS
543 AMDEP_TRUE="" ac_aux_dir="."
546 # Handling of arguments.
547 for ac_config_target in $ac_config_targets
549 case $ac_config_target in
550 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
551 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
552 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
553 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
554 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
556 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
557 esac
558 done
561 # If the user did not use the arguments to specify the items to instantiate,
562 # then the envvar interface is used. Set only those that are not.
563 # We use the long form for the default assignment because of an extremely
564 # bizarre bug on SunOS 4.1.3.
565 if $ac_need_defaults; then
566 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
567 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
568 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
571 # Have a temporary directory for convenience. Make it in the build tree
572 # simply because there is no reason against having it here, and in addition,
573 # creating and moving files from /tmp can sometimes cause problems.
574 # Hook for its removal unless debugging.
575 # Note that there is a small window in which the directory will not be cleaned:
576 # after its creation but before its name has been assigned to `$tmp'.
577 $debug ||
579 tmp=
580 trap 'exit_status=$?
581 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
583 trap 'as_fn_exit 1' 1 2 13 15
585 # Create a (secure) tmp directory for tmp files.
588 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
589 test -n "$tmp" && test -d "$tmp"
590 } ||
592 tmp=./conf$$-$RANDOM
593 (umask 077 && mkdir "$tmp")
594 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
596 # Set up the scripts for CONFIG_FILES section.
597 # No need to generate them if there are no CONFIG_FILES.
598 # This happens for instance with `./config.status config.h'.
599 if test -n "$CONFIG_FILES"; then
602 ac_cr=`echo X | tr X '\015'`
603 # On cygwin, bash can eat \r inside `` if the user requested igncr.
604 # But we know of no other shell where ac_cr would be empty at this
605 # point, so we can use a bashism as a fallback.
606 if test "x$ac_cr" = x; then
607 eval ac_cr=\$\'\\r\'
609 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
610 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
611 ac_cs_awk_cr='\r'
612 else
613 ac_cs_awk_cr=$ac_cr
616 echo 'BEGIN {' >"$tmp/subs1.awk" &&
617 cat >>"$tmp/subs1.awk" <<\_ACAWK &&
618 S["am__EXEEXT_FALSE"]=""
619 S["am__EXEEXT_TRUE"]="#"
620 S["LTLIBOBJS"]=" ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo"
621 S["LIBOBJS"]=" ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o"
622 S["EGREP"]="/bin/grep -E"
623 S["GREP"]="/bin/grep"
624 S["CPP"]="arm-brcm-linux-uclibcgnueabi-gcc -E"
625 S["am__fastdepCC_FALSE"]="#"
626 S["am__fastdepCC_TRUE"]=""
627 S["CCDEPMODE"]="depmode=gcc3"
628 S["AMDEPBACKSLASH"]="\\"
629 S["AMDEP_FALSE"]="#"
630 S["AMDEP_TRUE"]=""
631 S["am__quote"]=""
632 S["am__include"]="include"
633 S["DEPDIR"]=".deps"
634 S["OBJEXT"]="o"
635 S["EXEEXT"]=""
636 S["ac_ct_CC"]=""
637 S["CPPFLAGS"]=""
638 S["LDFLAGS"]="-ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC"
639 S["CFLAGS"]="-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -DCONFIG_BCMWL6 -DCONFIG_BCMWL6A -DPART_JFFS2_GAP=0UL -pipe -fno-strict-aliasing -DBCMWPA2 -DBCMARM -marm -DTCO"\
640 "NFIG_NVRAM_64K -DLINUX_KERNEL_VERSION=132644 -ffunction-sections -fdata-sections -Wall -W -Wshadow -pedantic -std=gnu99"
641 S["CC"]="arm-brcm-linux-uclibcgnueabi-gcc"
642 S["am__untar"]="${AMTAR} xf -"
643 S["am__tar"]="${AMTAR} chof - \"$$tardir\""
644 S["AMTAR"]="${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/missing --run tar"
645 S["am__leading_dot"]="."
646 S["SET_MAKE"]=""
647 S["AWK"]="gawk"
648 S["mkdir_p"]="/bin/mkdir -p"
649 S["MKDIR_P"]="/bin/mkdir -p"
650 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
651 S["STRIP"]="arm-brcm-linux-uclibcgnueabi-strip"
652 S["install_sh"]="${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/install-sh"
653 S["MAKEINFO"]="${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/missing --run makeinfo"
654 S["AUTOHEADER"]="${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/missing --run autoheader"
655 S["AUTOMAKE"]="${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/missing --run automake-1.11"
656 S["AUTOCONF"]="${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/missing --run autoconf"
657 S["ACLOCAL"]="${SHELL} /home/shibby/openwrt/tomato-ss/release-working/src-rt-6.x.4708/router/spawn-fcgi/missing --run aclocal-1.11"
658 S["VERSION"]="1.6.3"
659 S["PACKAGE"]="spawn-fcgi"
660 S["CYGPATH_W"]="echo"
661 S["am__isrc"]=""
662 S["INSTALL_DATA"]="${INSTALL} -m 644"
663 S["INSTALL_SCRIPT"]="${INSTALL}"
664 S["INSTALL_PROGRAM"]="${INSTALL}"
665 S["target_alias"]=""
666 S["host_alias"]="arm-linux"
667 S["build_alias"]="x86_64-linux-gnu"
668 S["LIBS"]=""
669 S["ECHO_T"]=""
670 S["ECHO_N"]="-n"
671 S["ECHO_C"]=""
672 S["DEFS"]="-DHAVE_CONFIG_H"
673 S["mandir"]="${datarootdir}/man"
674 S["localedir"]="${datarootdir}/locale"
675 S["libdir"]="${exec_prefix}/lib"
676 S["psdir"]="${docdir}"
677 S["pdfdir"]="${docdir}"
678 S["dvidir"]="${docdir}"
679 S["htmldir"]="${docdir}"
680 S["infodir"]="${datarootdir}/info"
681 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
682 S["oldincludedir"]="/usr/include"
683 S["includedir"]="${prefix}/include"
684 S["localstatedir"]="${prefix}/var"
685 S["sharedstatedir"]="${prefix}/com"
686 S["sysconfdir"]="${prefix}/etc"
687 S["datadir"]="${datarootdir}"
688 S["datarootdir"]="${prefix}/share"
689 S["libexecdir"]="${exec_prefix}/libexec"
690 S["sbindir"]="${exec_prefix}/sbin"
691 S["bindir"]="${exec_prefix}/bin"
692 S["program_transform_name"]="s,x,x,"
693 S["prefix"]="/usr"
694 S["exec_prefix"]="${prefix}"
695 S["PACKAGE_URL"]=""
696 S["PACKAGE_BUGREPORT"]=""
697 S["PACKAGE_STRING"]="spawn-fcgi 1.6.3"
698 S["PACKAGE_VERSION"]="1.6.3"
699 S["PACKAGE_TARNAME"]="spawn-fcgi"
700 S["PACKAGE_NAME"]="spawn-fcgi"
701 S["PATH_SEPARATOR"]=":"
702 S["SHELL"]="/bin/sh"
703 _ACAWK
704 cat >>"$tmp/subs1.awk" <<_ACAWK &&
705 for (key in S) S_is_set[key] = 1
706 FS = "\a"
710 line = $ 0
711 nfields = split(line, field, "@")
712 substed = 0
713 len = length(field[1])
714 for (i = 2; i < nfields; i++) {
715 key = field[i]
716 keylen = length(key)
717 if (S_is_set[key]) {
718 value = S[key]
719 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
720 len += length(value) + length(field[++i])
721 substed = 1
722 } else
723 len += 1 + keylen
726 print line
729 _ACAWK
730 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
731 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
732 else
734 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
735 || as_fn_error "could not setup config files machinery" "$LINENO" 5
736 fi # test -n "$CONFIG_FILES"
738 # Set up the scripts for CONFIG_HEADERS section.
739 # No need to generate them if there are no CONFIG_HEADERS.
740 # This happens for instance with `./config.status Makefile'.
741 if test -n "$CONFIG_HEADERS"; then
742 cat >"$tmp/defines.awk" <<\_ACAWK ||
743 BEGIN {
744 D["PACKAGE_NAME"]=" \"spawn-fcgi\""
745 D["PACKAGE_TARNAME"]=" \"spawn-fcgi\""
746 D["PACKAGE_VERSION"]=" \"1.6.3\""
747 D["PACKAGE_STRING"]=" \"spawn-fcgi 1.6.3\""
748 D["PACKAGE_BUGREPORT"]=" \"\""
749 D["PACKAGE_URL"]=" \"\""
750 D["PACKAGE"]=" \"spawn-fcgi\""
751 D["VERSION"]=" \"1.6.3\""
752 D["STDC_HEADERS"]=" 1"
753 D["HAVE_SYS_WAIT_H"]=" 1"
754 D["HAVE_SYS_TYPES_H"]=" 1"
755 D["HAVE_SYS_STAT_H"]=" 1"
756 D["HAVE_STDLIB_H"]=" 1"
757 D["HAVE_STRING_H"]=" 1"
758 D["HAVE_MEMORY_H"]=" 1"
759 D["HAVE_STRINGS_H"]=" 1"
760 D["HAVE_INTTYPES_H"]=" 1"
761 D["HAVE_STDINT_H"]=" 1"
762 D["HAVE_UNISTD_H"]=" 1"
763 D["HAVE_ARPA_INET_H"]=" 1"
764 D["HAVE_ERRNO_H"]=" 1"
765 D["HAVE_FCNTL_H"]=" 1"
766 D["HAVE_GETOPT_H"]=" 1"
767 D["HAVE_GRP_H"]=" 1"
768 D["HAVE_NETDB_H"]=" 1"
769 D["HAVE_NETINET_IN_H"]=" 1"
770 D["HAVE_NETINET_TCP_H"]=" 1"
771 D["HAVE_PWD_H"]=" 1"
772 D["HAVE_STDIO_H"]=" 1"
773 D["HAVE_STDLIB_H"]=" 1"
774 D["HAVE_STRING_H"]=" 1"
775 D["HAVE_SYS_IOCTL_H"]=" 1"
776 D["HAVE_SYS_SOCKET_H"]=" 1"
777 D["HAVE_SYS_STAT_H"]=" 1"
778 D["HAVE_SYS_TIME_H"]=" 1"
779 D["HAVE_SYS_TYPES_H"]=" 1"
780 D["HAVE_SYS_UN_H"]=" 1"
781 D["HAVE_SYS_WAIT_H"]=" 1"
782 D["HAVE_UNISTD_H"]=" 1"
783 D["TIME_WITH_SYS_TIME"]=" 1"
784 D["HAVE_SOCKLEN_T"]=" 1"
785 D["HAVE_UNISTD_H"]=" 1"
786 D["HAVE_FORK"]=" 1"
787 D["HAVE_VFORK"]=" 1"
788 D["HAVE_WORKING_VFORK"]=" 1"
789 D["HAVE_WORKING_FORK"]=" 1"
790 D["HAVE_STDLIB_H"]=" 1"
791 D["HAVE_MALLOC"]=" 1"
792 D["HAVE_SYS_SELECT_H"]=" 1"
793 D["HAVE_SYS_SOCKET_H"]=" 1"
794 D["SELECT_TYPE_ARG1"]=" int"
795 D["SELECT_TYPE_ARG234"]=" (fd_set *)"
796 D["SELECT_TYPE_ARG5"]=" (struct timeval *)"
797 D["HAVE_STAT_EMPTY_STRING_BUG"]=" 1"
798 D["HAVE_DUP2"]=" 1"
799 D["HAVE_MEMSET"]=" 1"
800 D["HAVE_PUTENV"]=" 1"
801 D["HAVE_SELECT"]=" 1"
802 D["HAVE_SOCKET"]=" 1"
803 D["HAVE_STRERROR"]=" 1"
804 D["HAVE_STRTOL"]=" 1"
805 D["HAVE_INET_PTON"]=" 1"
806 D["HAVE_IPV6"]=" 1"
807 for (key in D) D_is_set[key] = 1
808 FS = "\a"
810 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
811 line = $ 0
812 split(line, arg, " ")
813 if (arg[1] == "#") {
814 defundef = arg[2]
815 mac1 = arg[3]
816 } else {
817 defundef = substr(arg[1], 2)
818 mac1 = arg[2]
820 split(mac1, mac2, "(") #)
821 macro = mac2[1]
822 prefix = substr(line, 1, index(line, defundef) - 1)
823 if (D_is_set[macro]) {
824 # Preserve the white space surrounding the "#".
825 print prefix "define", macro P[macro] D[macro]
826 next
827 } else {
828 # Replace #undef with comments. This is necessary, for example,
829 # in the case of _POSIX_SOURCE, which is predefined and required
830 # on some systems where configure will not decide to define it.
831 if (defundef == "undef") {
832 print "/*", prefix defundef, macro, "*/"
833 next
837 { print }
838 _ACAWK
839 as_fn_error "could not setup config headers machinery" "$LINENO" 5
840 fi # test -n "$CONFIG_HEADERS"
843 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
844 shift
845 for ac_tag
847 case $ac_tag in
848 :[FHLC]) ac_mode=$ac_tag; continue;;
849 esac
850 case $ac_mode$ac_tag in
851 :[FHL]*:*);;
852 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
853 :[FH]-) ac_tag=-:-;;
854 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
855 esac
856 ac_save_IFS=$IFS
857 IFS=:
858 set x $ac_tag
859 IFS=$ac_save_IFS
860 shift
861 ac_file=$1
862 shift
864 case $ac_mode in
865 :L) ac_source=$1;;
866 :[FH])
867 ac_file_inputs=
868 for ac_f
870 case $ac_f in
871 -) ac_f="$tmp/stdin";;
872 *) # Look for the file first in the build tree, then in the source tree
873 # (if the path is not absolute). The absolute path cannot be DOS-style,
874 # because $ac_f cannot contain `:'.
875 test -f "$ac_f" ||
876 case $ac_f in
877 [\\/$]*) false;;
878 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
879 esac ||
880 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
881 esac
882 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
883 as_fn_append ac_file_inputs " '$ac_f'"
884 done
886 # Let's still pretend it is `configure' which instantiates (i.e., don't
887 # use $as_me), people would be surprised to read:
888 # /* config.h. Generated by config.status. */
889 configure_input='Generated from '`
890 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
891 `' by configure.'
892 if test x"$ac_file" != x-; then
893 configure_input="$ac_file. $configure_input"
894 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
895 $as_echo "$as_me: creating $ac_file" >&6;}
897 # Neutralize special characters interpreted by sed in replacement strings.
898 case $configure_input in #(
899 *\&* | *\|* | *\\* )
900 ac_sed_conf_input=`$as_echo "$configure_input" |
901 sed 's/[\\\\&|]/\\\\&/g'`;; #(
902 *) ac_sed_conf_input=$configure_input;;
903 esac
905 case $ac_tag in
906 *:-:* | *:-) cat >"$tmp/stdin" \
907 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
908 esac
910 esac
912 ac_dir=`$as_dirname -- "$ac_file" ||
913 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
914 X"$ac_file" : 'X\(//\)[^/]' \| \
915 X"$ac_file" : 'X\(//\)$' \| \
916 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
917 $as_echo X"$ac_file" |
918 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
919 s//\1/
922 /^X\(\/\/\)[^/].*/{
923 s//\1/
926 /^X\(\/\/\)$/{
927 s//\1/
930 /^X\(\/\).*/{
931 s//\1/
934 s/.*/./; q'`
935 as_dir="$ac_dir"; as_fn_mkdir_p
936 ac_builddir=.
938 case "$ac_dir" in
939 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
941 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
942 # A ".." for each directory in $ac_dir_suffix.
943 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
944 case $ac_top_builddir_sub in
945 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
946 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
947 esac ;;
948 esac
949 ac_abs_top_builddir=$ac_pwd
950 ac_abs_builddir=$ac_pwd$ac_dir_suffix
951 # for backward compatibility:
952 ac_top_builddir=$ac_top_build_prefix
954 case $srcdir in
955 .) # We are building in place.
956 ac_srcdir=.
957 ac_top_srcdir=$ac_top_builddir_sub
958 ac_abs_top_srcdir=$ac_pwd ;;
959 [\\/]* | ?:[\\/]* ) # Absolute name.
960 ac_srcdir=$srcdir$ac_dir_suffix;
961 ac_top_srcdir=$srcdir
962 ac_abs_top_srcdir=$srcdir ;;
963 *) # Relative name.
964 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
965 ac_top_srcdir=$ac_top_build_prefix$srcdir
966 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
967 esac
968 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
971 case $ac_mode in
974 # CONFIG_FILE
977 case $INSTALL in
978 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
979 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
980 esac
981 ac_MKDIR_P=$MKDIR_P
982 case $MKDIR_P in
983 [\\/$]* | ?:[\\/]* ) ;;
984 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
985 esac
986 # If the template does not know about datarootdir, expand it.
987 # FIXME: This hack should be removed a few years after 2.60.
988 ac_datarootdir_hack=; ac_datarootdir_seen=
989 ac_sed_dataroot='
990 /datarootdir/ {
994 /@datadir@/p
995 /@docdir@/p
996 /@infodir@/p
997 /@localedir@/p
998 /@mandir@/p'
999 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1000 *datarootdir*) ac_datarootdir_seen=yes;;
1001 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1002 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1003 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1004 ac_datarootdir_hack='
1005 s&@datadir@&${datarootdir}&g
1006 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1007 s&@infodir@&${datarootdir}/info&g
1008 s&@localedir@&${datarootdir}/locale&g
1009 s&@mandir@&${datarootdir}/man&g
1010 s&\${datarootdir}&${prefix}/share&g' ;;
1011 esac
1012 ac_sed_extra="/^[ ]*VPATH[ ]*=/{
1013 s/:*\$(srcdir):*/:/
1014 s/:*\${srcdir}:*/:/
1015 s/:*@srcdir@:*/:/
1016 s/^\([^=]*=[ ]*\):*/\1/
1017 s/:*$//
1018 s/^[^=]*=[ ]*$//
1022 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1023 s|@configure_input@|$ac_sed_conf_input|;t t
1024 s&@top_builddir@&$ac_top_builddir_sub&;t t
1025 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1026 s&@srcdir@&$ac_srcdir&;t t
1027 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1028 s&@top_srcdir@&$ac_top_srcdir&;t t
1029 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1030 s&@builddir@&$ac_builddir&;t t
1031 s&@abs_builddir@&$ac_abs_builddir&;t t
1032 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1033 s&@INSTALL@&$ac_INSTALL&;t t
1034 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1035 $ac_datarootdir_hack
1037 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1038 || as_fn_error "could not create $ac_file" "$LINENO" 5
1040 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1041 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1042 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1043 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1044 which seems to be undefined. Please make sure it is defined." >&5
1045 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1046 which seems to be undefined. Please make sure it is defined." >&2;}
1048 rm -f "$tmp/stdin"
1049 case $ac_file in
1050 -) cat "$tmp/out" && rm -f "$tmp/out";;
1051 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1052 esac \
1053 || as_fn_error "could not create $ac_file" "$LINENO" 5
1057 # CONFIG_HEADER
1059 if test x"$ac_file" != x-; then
1061 $as_echo "/* $configure_input */" \
1062 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1063 } >"$tmp/config.h" \
1064 || as_fn_error "could not create $ac_file" "$LINENO" 5
1065 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1066 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1067 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1068 else
1069 rm -f "$ac_file"
1070 mv "$tmp/config.h" "$ac_file" \
1071 || as_fn_error "could not create $ac_file" "$LINENO" 5
1073 else
1074 $as_echo "/* $configure_input */" \
1075 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1076 || as_fn_error "could not create -" "$LINENO" 5
1078 # Compute "$ac_file"'s index in $config_headers.
1079 _am_arg="$ac_file"
1080 _am_stamp_count=1
1081 for _am_header in $config_headers :; do
1082 case $_am_header in
1083 $_am_arg | $_am_arg:* )
1084 break ;;
1086 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1087 esac
1088 done
1089 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1090 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1091 X"$_am_arg" : 'X\(//\)[^/]' \| \
1092 X"$_am_arg" : 'X\(//\)$' \| \
1093 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1094 $as_echo X"$_am_arg" |
1095 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1096 s//\1/
1099 /^X\(\/\/\)[^/].*/{
1100 s//\1/
1103 /^X\(\/\/\)$/{
1104 s//\1/
1107 /^X\(\/\).*/{
1108 s//\1/
1111 s/.*/./; q'`/stamp-h$_am_stamp_count
1114 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1115 $as_echo "$as_me: executing $ac_file commands" >&6;}
1117 esac
1120 case $ac_file$ac_mode in
1121 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1122 # Autoconf 2.62 quotes --file arguments for eval, but not when files
1123 # are listed without --file. Let's play safe and only enable the eval
1124 # if we detect the quoting.
1125 case $CONFIG_FILES in
1126 *\'*) eval set x "$CONFIG_FILES" ;;
1127 *) set x $CONFIG_FILES ;;
1128 esac
1129 shift
1130 for mf
1132 # Strip MF so we end up with the name of the file.
1133 mf=`echo "$mf" | sed -e 's/:.*$//'`
1134 # Check whether this is an Automake generated Makefile or not.
1135 # We used to match only the files named `Makefile.in', but
1136 # some people rename them; so instead we look at the file content.
1137 # Grep'ing the first line is not enough: some people post-process
1138 # each Makefile.in and add a new line on top of each file to say so.
1139 # Grep'ing the whole file is not good either: AIX grep has a line
1140 # limit of 2048, but all sed's we know have understand at least 4000.
1141 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1142 dirpart=`$as_dirname -- "$mf" ||
1143 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1144 X"$mf" : 'X\(//\)[^/]' \| \
1145 X"$mf" : 'X\(//\)$' \| \
1146 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1147 $as_echo X"$mf" |
1148 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1149 s//\1/
1152 /^X\(\/\/\)[^/].*/{
1153 s//\1/
1156 /^X\(\/\/\)$/{
1157 s//\1/
1160 /^X\(\/\).*/{
1161 s//\1/
1164 s/.*/./; q'`
1165 else
1166 continue
1168 # Extract the definition of DEPDIR, am__include, and am__quote
1169 # from the Makefile without running `make'.
1170 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1171 test -z "$DEPDIR" && continue
1172 am__include=`sed -n 's/^am__include = //p' < "$mf"`
1173 test -z "am__include" && continue
1174 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1175 # When using ansi2knr, U may be empty or an underscore; expand it
1176 U=`sed -n 's/^U = //p' < "$mf"`
1177 # Find all dependency output files, they are included files with
1178 # $(DEPDIR) in their names. We invoke sed twice because it is the
1179 # simplest approach to changing $(DEPDIR) to its actual value in the
1180 # expansion.
1181 for file in `sed -n "
1182 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1183 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1184 # Make sure the directory exists.
1185 test -f "$dirpart/$file" && continue
1186 fdir=`$as_dirname -- "$file" ||
1187 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1188 X"$file" : 'X\(//\)[^/]' \| \
1189 X"$file" : 'X\(//\)$' \| \
1190 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1191 $as_echo X"$file" |
1192 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1193 s//\1/
1196 /^X\(\/\/\)[^/].*/{
1197 s//\1/
1200 /^X\(\/\/\)$/{
1201 s//\1/
1204 /^X\(\/\).*/{
1205 s//\1/
1208 s/.*/./; q'`
1209 as_dir=$dirpart/$fdir; as_fn_mkdir_p
1210 # echo "creating $dirpart/$file"
1211 echo '# dummy' > "$dirpart/$file"
1212 done
1213 done
1217 esac
1218 done # for ac_tag
1221 as_fn_exit 0