1 | #! 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 |
|
---|
7 | debug=false
|
---|
8 | ac_cs_recheck=false
|
---|
9 | ac_cs_silent=false
|
---|
10 | SHELL=${CONFIG_SHELL-sh}
|
---|
11 | ## --------------------- ##
|
---|
12 | ## M4sh Initialization. ##
|
---|
13 | ## --------------------- ##
|
---|
14 |
|
---|
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 | # Pre-4.2 versions of Zsh do 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
|
---|
28 |
|
---|
29 | fi
|
---|
30 |
|
---|
31 |
|
---|
32 |
|
---|
33 |
|
---|
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
|
---|
41 |
|
---|
42 | as_nl='
|
---|
43 | '
|
---|
44 | export as_nl
|
---|
45 | # Printing a long string crashes Solaris 7 /usr/bin/printf.
|
---|
46 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
|
---|
47 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
|
---|
48 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
|
---|
49 | if (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"
|
---|
66 | '
|
---|
67 | export as_echo_n_body
|
---|
68 | as_echo_n='sh -c $as_echo_n_body as_echo'
|
---|
69 | fi
|
---|
70 | export as_echo_body
|
---|
71 | as_echo='sh -c $as_echo_body as_echo'
|
---|
72 | fi
|
---|
73 |
|
---|
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=';'
|
---|
80 | }
|
---|
81 | fi
|
---|
82 |
|
---|
83 | # Support unset when possible.
|
---|
84 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
---|
85 | as_unset=unset
|
---|
86 | else
|
---|
87 | as_unset=false
|
---|
88 | fi
|
---|
89 |
|
---|
90 |
|
---|
91 | # IFS
|
---|
92 | # We need space, tab and new line, in precisely that order. Quoting is
|
---|
93 | # there to prevent editors from complaining about space-tab.
|
---|
94 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word
|
---|
95 | # splitting by setting IFS to empty value.)
|
---|
96 | IFS=" "" $as_nl"
|
---|
97 |
|
---|
98 | # Find who we are. Look in the path if we contain no directory separator.
|
---|
99 | case $0 in
|
---|
100 | *[\\/]* ) as_myself=$0 ;;
|
---|
101 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
---|
102 | for as_dir in $PATH
|
---|
103 | do
|
---|
104 | IFS=$as_save_IFS
|
---|
105 | test -z "$as_dir" && as_dir=.
|
---|
106 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
|
---|
107 | done
|
---|
108 | IFS=$as_save_IFS
|
---|
109 |
|
---|
110 | ;;
|
---|
111 | esac
|
---|
112 | # We did not find ourselves, most probably we were run as `sh COMMAND'
|
---|
113 | # in which case we are not to be found in the path.
|
---|
114 | if test "x$as_myself" = x; then
|
---|
115 | as_myself=$0
|
---|
116 | fi
|
---|
117 | if test ! -f "$as_myself"; then
|
---|
118 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
|
---|
119 | { (exit 1); exit 1; }
|
---|
120 | fi
|
---|
121 |
|
---|
122 | # Work around bugs in pre-3.0 UWIN ksh.
|
---|
123 | for as_var in ENV MAIL MAILPATH
|
---|
124 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
|
---|
125 | done
|
---|
126 | PS1='$ '
|
---|
127 | PS2='> '
|
---|
128 | PS4='+ '
|
---|
129 |
|
---|
130 | # NLS nuisances.
|
---|
131 | LC_ALL=C
|
---|
132 | export LC_ALL
|
---|
133 | LANGUAGE=C
|
---|
134 | export LANGUAGE
|
---|
135 |
|
---|
136 | # Required to use basename.
|
---|
137 | if expr a : '\(a\)' >/dev/null 2>&1 &&
|
---|
138 | test "X`expr 00001 : '.*\(...\)'`" = X001; then
|
---|
139 | as_expr=expr
|
---|
140 | else
|
---|
141 | as_expr=false
|
---|
142 | fi
|
---|
143 |
|
---|
144 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
|
---|
145 | as_basename=basename
|
---|
146 | else
|
---|
147 | as_basename=false
|
---|
148 | fi
|
---|
149 |
|
---|
150 |
|
---|
151 | # Name of the executable.
|
---|
152 | as_me=`$as_basename -- "$0" ||
|
---|
153 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
|
---|
154 | X"$0" : 'X\(//\)$' \| \
|
---|
155 | X"$0" : 'X\(/\)' \| . 2>/dev/null ||
|
---|
156 | $as_echo X/"$0" |
|
---|
157 | sed '/^.*\/\([^/][^/]*\)\/*$/{
|
---|
158 | s//\1/
|
---|
159 | q
|
---|
160 | }
|
---|
161 | /^X\/\(\/\/\)$/{
|
---|
162 | s//\1/
|
---|
163 | q
|
---|
164 | }
|
---|
165 | /^X\/\(\/\).*/{
|
---|
166 | s//\1/
|
---|
167 | q
|
---|
168 | }
|
---|
169 | s/.*/./; q'`
|
---|
170 |
|
---|
171 | # CDPATH.
|
---|
172 | $as_unset CDPATH
|
---|
173 |
|
---|
174 |
|
---|
175 |
|
---|
176 | as_lineno_1=81037
|
---|
177 | as_lineno_2=81038
|
---|
178 | test "x$as_lineno_1" != "x$as_lineno_2" &&
|
---|
179 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
|
---|
180 |
|
---|
181 | # Create $as_me.lineno as a copy of $as_myself, but with 81042
|
---|
182 | # uniformly replaced by the line number. The first 'sed' inserts a
|
---|
183 | # line-number line after each line using 81044; the second 'sed'
|
---|
184 | # does the real work. The second script uses 'N' to pair each
|
---|
185 | # line-number line with the line containing 81046, and appends
|
---|
186 | # trailing '-' during substitution so that 81047 is not a special
|
---|
187 | # case at line end.
|
---|
188 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
|
---|
189 | # scripts with optimization help from Paolo Bonzini. Blame Lee
|
---|
190 | # E. McMahon (1931-1989) for sed's syntax. :-)
|
---|
191 | sed -n '
|
---|
192 | p
|
---|
193 | /[$]LINENO/=
|
---|
194 | ' <$as_myself |
|
---|
195 | sed '
|
---|
196 | s/[$]LINENO.*/&-/
|
---|
197 | t lineno
|
---|
198 | b
|
---|
199 | :lineno
|
---|
200 | N
|
---|
201 | :loop
|
---|
202 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
|
---|
203 | t loop
|
---|
204 | s/-\n.*//
|
---|
205 | ' >$as_me.lineno &&
|
---|
206 | chmod +x "$as_me.lineno" ||
|
---|
207 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
|
---|
208 | { (exit 1); exit 1; }; }
|
---|
209 |
|
---|
210 | # Don't try to exec as it changes $[0], causing all sort of problems
|
---|
211 | # (the dirname of $[0] is not the place where we might find the
|
---|
212 | # original and so on. Autoconf is especially sensitive to this).
|
---|
213 | . "./$as_me.lineno"
|
---|
214 | # Exit status is that of the last command.
|
---|
215 | exit
|
---|
216 | }
|
---|
217 |
|
---|
218 |
|
---|
219 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
|
---|
220 | as_dirname=dirname
|
---|
221 | else
|
---|
222 | as_dirname=false
|
---|
223 | fi
|
---|
224 |
|
---|
225 | ECHO_C= ECHO_N= ECHO_T=
|
---|
226 | case `echo -n x` in
|
---|
227 | -n*)
|
---|
228 | case `echo 'x\c'` in
|
---|
229 | *c*) ECHO_T=' ';; # ECHO_T is single tab character.
|
---|
230 | *) ECHO_C='\c';;
|
---|
231 | esac;;
|
---|
232 | *)
|
---|
233 | ECHO_N='-n';;
|
---|
234 | esac
|
---|
235 | if expr a : '\(a\)' >/dev/null 2>&1 &&
|
---|
236 | test "X`expr 00001 : '.*\(...\)'`" = X001; then
|
---|
237 | as_expr=expr
|
---|
238 | else
|
---|
239 | as_expr=false
|
---|
240 | fi
|
---|
241 |
|
---|
242 | rm -f conf$$ conf$$.exe conf$$.file
|
---|
243 | if test -d conf$$.dir; then
|
---|
244 | rm -f conf$$.dir/conf$$.file
|
---|
245 | else
|
---|
246 | rm -f conf$$.dir
|
---|
247 | mkdir conf$$.dir 2>/dev/null
|
---|
248 | fi
|
---|
249 | if (echo >conf$$.file) 2>/dev/null; then
|
---|
250 | if ln -s conf$$.file conf$$ 2>/dev/null; then
|
---|
251 | as_ln_s='ln -s'
|
---|
252 | # ... but there are two gotchas:
|
---|
253 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
|
---|
254 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
|
---|
255 | # In both cases, we have to default to `cp -p'.
|
---|
256 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
|
---|
257 | as_ln_s='cp -p'
|
---|
258 | elif ln conf$$.file conf$$ 2>/dev/null; then
|
---|
259 | as_ln_s=ln
|
---|
260 | else
|
---|
261 | as_ln_s='cp -p'
|
---|
262 | fi
|
---|
263 | else
|
---|
264 | as_ln_s='cp -p'
|
---|
265 | fi
|
---|
266 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
|
---|
267 | rmdir conf$$.dir 2>/dev/null
|
---|
268 |
|
---|
269 | if mkdir -p . 2>/dev/null; then
|
---|
270 | as_mkdir_p=:
|
---|
271 | else
|
---|
272 | test -d ./-p && rmdir ./-p
|
---|
273 | as_mkdir_p=false
|
---|
274 | fi
|
---|
275 |
|
---|
276 | if test -x / >/dev/null 2>&1; then
|
---|
277 | as_test_x='test -x'
|
---|
278 | else
|
---|
279 | if ls -dL / >/dev/null 2>&1; then
|
---|
280 | as_ls_L_option=L
|
---|
281 | else
|
---|
282 | as_ls_L_option=
|
---|
283 | fi
|
---|
284 | as_test_x='
|
---|
285 | eval sh -c '\''
|
---|
286 | if test -d "$1"; then
|
---|
287 | test -d "$1/.";
|
---|
288 | else
|
---|
289 | case $1 in
|
---|
290 | -*)set "./$1";;
|
---|
291 | esac;
|
---|
292 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
|
---|
293 | ???[sx]*):;;*)false;;esac;fi
|
---|
294 | '\'' sh
|
---|
295 | '
|
---|
296 | fi
|
---|
297 | as_executable_p=$as_test_x
|
---|
298 |
|
---|
299 | # Sed expression to map a string onto a valid CPP name.
|
---|
300 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
---|
301 |
|
---|
302 | # Sed expression to map a string onto a valid variable name.
|
---|
303 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
|
---|
304 |
|
---|
305 |
|
---|
306 | exec 6>&1
|
---|
307 |
|
---|
308 | # Save the log message, to keep $[0] and so on meaningful, and to
|
---|
309 | # report actual input values of CONFIG_FILES etc. instead of their
|
---|
310 | # values after options handling.
|
---|
311 | ac_log="
|
---|
312 | This file was extended by Samba $as_me 3, which was
|
---|
313 | generated by GNU Autoconf 2.63. Invocation command line was
|
---|
314 |
|
---|
315 | CONFIG_FILES = $CONFIG_FILES
|
---|
316 | CONFIG_HEADERS = $CONFIG_HEADERS
|
---|
317 | CONFIG_LINKS = $CONFIG_LINKS
|
---|
318 | CONFIG_COMMANDS = $CONFIG_COMMANDS
|
---|
319 | $ $0 $@
|
---|
320 |
|
---|
321 | on `(hostname || uname -n) 2>/dev/null | sed 1q`
|
---|
322 | "
|
---|
323 |
|
---|
324 | # Files that config.status was made for.
|
---|
325 | config_files=" Makefile script/findsmb smbadduser script/gen-8bit-gap.sh script/installbin.sh script/uninstallbin.sh lib/netapi/examples/Makefile lib/netapi/tests/Makefile pkgconfig/smbclient.pc pkgconfig/wbclient.pc pkgconfig/netapi.pc pkgconfig/smbsharemodes.pc ../examples/libsmbclient/Makefile.internal"
|
---|
326 | config_headers=" include/config.h"
|
---|
327 | config_commands=" rm-stdint.h rm-stdbool.h"
|
---|
328 |
|
---|
329 | ac_cs_usage="\
|
---|
330 | \`$as_me' instantiates files from templates according to the
|
---|
331 | current configuration.
|
---|
332 |
|
---|
333 | Usage: $0 [OPTION]... [FILE]...
|
---|
334 |
|
---|
335 | -h, --help print this help, then exit
|
---|
336 | -V, --version print version number and configuration settings, then exit
|
---|
337 | -q, --quiet, --silent
|
---|
338 | do not print progress messages
|
---|
339 | -d, --debug don't remove temporary files
|
---|
340 | --recheck update $as_me by reconfiguring in the same conditions
|
---|
341 | --file=FILE[:TEMPLATE]
|
---|
342 | instantiate the configuration file FILE
|
---|
343 | --header=FILE[:TEMPLATE]
|
---|
344 | instantiate the configuration header FILE
|
---|
345 |
|
---|
346 | Configuration files:
|
---|
347 | $config_files
|
---|
348 |
|
---|
349 | Configuration headers:
|
---|
350 | $config_headers
|
---|
351 |
|
---|
352 | Configuration commands:
|
---|
353 | $config_commands
|
---|
354 |
|
---|
355 | Report bugs to <bug-autoconf@gnu.org>."
|
---|
356 |
|
---|
357 | ac_cs_version="\
|
---|
358 | Samba config.status 3
|
---|
359 | configured by ./configure, generated by GNU Autoconf 2.63,
|
---|
360 | with options \"'--prefix=/samba' '--enable-static' '--disable-shared' '--disable-cups' '--with-krb5=/extras' '--with-ldap=/openldap' 'CC=gcc'\"
|
---|
361 |
|
---|
362 | Copyright (C) 2008 Free Software Foundation, Inc.
|
---|
363 | This config.status script is free software; the Free Software Foundation
|
---|
364 | gives unlimited permission to copy, distribute and modify it."
|
---|
365 |
|
---|
366 | ac_pwd='U:/DEV/samba-3.3.0/source'
|
---|
367 | srcdir='.'
|
---|
368 | INSTALL='u:/bin/install.exe'
|
---|
369 | AWK='gawk'
|
---|
370 | test -n "$AWK" || AWK=awk
|
---|
371 | # The default lists apply if the user does not specify any file.
|
---|
372 | ac_need_defaults=:
|
---|
373 | while test $# != 0
|
---|
374 | do
|
---|
375 | case $1 in
|
---|
376 | --*=*)
|
---|
377 | ac_option=`expr "X$1" : 'X\([^=]*\)='`
|
---|
378 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
|
---|
379 | ac_shift=:
|
---|
380 | ;;
|
---|
381 | *)
|
---|
382 | ac_option=$1
|
---|
383 | ac_optarg=$2
|
---|
384 | ac_shift=shift
|
---|
385 | ;;
|
---|
386 | esac
|
---|
387 |
|
---|
388 | case $ac_option in
|
---|
389 | # Handling of the options.
|
---|
390 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
|
---|
391 | ac_cs_recheck=: ;;
|
---|
392 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
|
---|
393 | $as_echo "$ac_cs_version"; exit ;;
|
---|
394 | --debug | --debu | --deb | --de | --d | -d )
|
---|
395 | debug=: ;;
|
---|
396 | --file | --fil | --fi | --f )
|
---|
397 | $ac_shift
|
---|
398 | case $ac_optarg in
|
---|
399 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
---|
400 | esac
|
---|
401 | CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
|
---|
402 | ac_need_defaults=false;;
|
---|
403 | --header | --heade | --head | --hea )
|
---|
404 | $ac_shift
|
---|
405 | case $ac_optarg in
|
---|
406 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
|
---|
407 | esac
|
---|
408 | CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
|
---|
409 | ac_need_defaults=false;;
|
---|
410 | --he | --h)
|
---|
411 | # Conflict between --help and --header
|
---|
412 | { $as_echo "$as_me: error: ambiguous option: $1
|
---|
413 | Try \`$0 --help' for more information." >&2
|
---|
414 | { (exit 1); exit 1; }; };;
|
---|
415 | --help | --hel | -h )
|
---|
416 | $as_echo "$ac_cs_usage"; exit ;;
|
---|
417 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \
|
---|
418 | | -silent | --silent | --silen | --sile | --sil | --si | --s)
|
---|
419 | ac_cs_silent=: ;;
|
---|
420 |
|
---|
421 | # This is an error.
|
---|
422 | -*) { $as_echo "$as_me: error: unrecognized option: $1
|
---|
423 | Try \`$0 --help' for more information." >&2
|
---|
424 | { (exit 1); exit 1; }; } ;;
|
---|
425 |
|
---|
426 | *) ac_config_targets="$ac_config_targets $1"
|
---|
427 | ac_need_defaults=false ;;
|
---|
428 |
|
---|
429 | esac
|
---|
430 | shift
|
---|
431 | done
|
---|
432 |
|
---|
433 | ac_configure_extra_args=
|
---|
434 |
|
---|
435 | if $ac_cs_silent; then
|
---|
436 | exec 6>/dev/null
|
---|
437 | ac_configure_extra_args="$ac_configure_extra_args --silent"
|
---|
438 | fi
|
---|
439 |
|
---|
440 | if $ac_cs_recheck; then
|
---|
441 | set X 'sh' './configure' '--prefix=/samba' '--enable-static' '--disable-shared' '--disable-cups' '--with-krb5=/extras' '--with-ldap=/openldap' 'CC=gcc' $ac_configure_extra_args --no-create --no-recursion
|
---|
442 | shift
|
---|
443 | $as_echo "running CONFIG_SHELL=sh $*" >&6
|
---|
444 | CONFIG_SHELL='sh'
|
---|
445 | export CONFIG_SHELL
|
---|
446 | exec "$@"
|
---|
447 | fi
|
---|
448 |
|
---|
449 | exec 5>>config.log
|
---|
450 | {
|
---|
451 | echo
|
---|
452 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
|
---|
453 | ## Running $as_me. ##
|
---|
454 | _ASBOX
|
---|
455 | $as_echo "$ac_log"
|
---|
456 | } >&5
|
---|
457 |
|
---|
458 | #
|
---|
459 | # INIT-COMMANDS
|
---|
460 | #
|
---|
461 | libreplacedir=./lib/replace
|
---|
462 | libreplacedir=./lib/replace
|
---|
463 | libreplacedir=./lib/replace
|
---|
464 | libreplacedir=./lib/replace
|
---|
465 |
|
---|
466 |
|
---|
467 | # Handling of arguments.
|
---|
468 | for ac_config_target in $ac_config_targets
|
---|
469 | do
|
---|
470 | case $ac_config_target in
|
---|
471 | "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
|
---|
472 | "rm-stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rm-stdint.h" ;;
|
---|
473 | "mk-stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS mk-stdint.h" ;;
|
---|
474 | "rm-stdbool.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rm-stdbool.h" ;;
|
---|
475 | "mk-stdbool.h") CONFIG_COMMANDS="$CONFIG_COMMANDS mk-stdbool.h" ;;
|
---|
476 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
---|
477 | "script/findsmb") CONFIG_FILES="$CONFIG_FILES script/findsmb" ;;
|
---|
478 | "smbadduser") CONFIG_FILES="$CONFIG_FILES smbadduser" ;;
|
---|
479 | "script/gen-8bit-gap.sh") CONFIG_FILES="$CONFIG_FILES script/gen-8bit-gap.sh" ;;
|
---|
480 | "script/installbin.sh") CONFIG_FILES="$CONFIG_FILES script/installbin.sh" ;;
|
---|
481 | "script/uninstallbin.sh") CONFIG_FILES="$CONFIG_FILES script/uninstallbin.sh" ;;
|
---|
482 | "lib/netapi/examples/Makefile") CONFIG_FILES="$CONFIG_FILES lib/netapi/examples/Makefile" ;;
|
---|
483 | "lib/netapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES lib/netapi/tests/Makefile" ;;
|
---|
484 | "pkgconfig/smbclient.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/smbclient.pc" ;;
|
---|
485 | "pkgconfig/wbclient.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/wbclient.pc" ;;
|
---|
486 | "pkgconfig/netapi.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/netapi.pc" ;;
|
---|
487 | "pkgconfig/smbsharemodes.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/smbsharemodes.pc" ;;
|
---|
488 | "../examples/libsmbclient/Makefile.internal") CONFIG_FILES="$CONFIG_FILES ../examples/libsmbclient/Makefile.internal" ;;
|
---|
489 |
|
---|
490 | *) { { $as_echo "$as_me:81380: error: invalid argument: $ac_config_target" >&5
|
---|
491 | $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
---|
492 | { (exit 1); exit 1; }; };;
|
---|
493 | esac
|
---|
494 | done
|
---|
495 |
|
---|
496 |
|
---|
497 | # If the user did not use the arguments to specify the items to instantiate,
|
---|
498 | # then the envvar interface is used. Set only those that are not.
|
---|
499 | # We use the long form for the default assignment because of an extremely
|
---|
500 | # bizarre bug on SunOS 4.1.3.
|
---|
501 | if $ac_need_defaults; then
|
---|
502 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
|
---|
503 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
|
---|
504 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
|
---|
505 | fi
|
---|
506 |
|
---|
507 | # Have a temporary directory for convenience. Make it in the build tree
|
---|
508 | # simply because there is no reason against having it here, and in addition,
|
---|
509 | # creating and moving files from /tmp can sometimes cause problems.
|
---|
510 | # Hook for its removal unless debugging.
|
---|
511 | # Note that there is a small window in which the directory will not be cleaned:
|
---|
512 | # after its creation but before its name has been assigned to `$tmp'.
|
---|
513 | $debug ||
|
---|
514 | {
|
---|
515 | tmp=
|
---|
516 | trap 'exit_status=$?
|
---|
517 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
|
---|
518 | ' 0
|
---|
519 | trap '{ (exit 1); exit 1; }' 1 2 13 15
|
---|
520 | }
|
---|
521 | # Create a (secure) tmp directory for tmp files.
|
---|
522 |
|
---|
523 | {
|
---|
524 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
|
---|
525 | test -n "$tmp" && test -d "$tmp"
|
---|
526 | } ||
|
---|
527 | {
|
---|
528 | tmp=./conf$$-$RANDOM
|
---|
529 | (umask 077 && mkdir "$tmp")
|
---|
530 | } ||
|
---|
531 | {
|
---|
532 | $as_echo "$as_me: cannot create a temporary directory in ." >&2
|
---|
533 | { (exit 1); exit 1; }
|
---|
534 | }
|
---|
535 |
|
---|
536 | # Set up the scripts for CONFIG_FILES section.
|
---|
537 | # No need to generate them if there are no CONFIG_FILES.
|
---|
538 | # This happens for instance with `./config.status config.h'.
|
---|
539 | if test -n "$CONFIG_FILES"; then
|
---|
540 |
|
---|
541 |
|
---|
542 | ac_cr='
|
---|
543 | '
|
---|
544 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
|
---|
545 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
|
---|
546 | ac_cs_awk_cr='\\r'
|
---|
547 | else
|
---|
548 | ac_cs_awk_cr=$ac_cr
|
---|
549 | fi
|
---|
550 |
|
---|
551 | echo 'BEGIN {' >"$tmp/subs1.awk" &&
|
---|
552 | cat >>"$tmp/subs1.awk" <<\_ACAWK &&
|
---|
553 | S["LTLIBOBJS"]=""
|
---|
554 | S["SMBD_LIBS"]=""
|
---|
555 | S["DEVELOPER_CFLAGS"]="-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Wdeclaration-after-statement -Werror-implicit-function-"\
|
---|
556 | "declaration"
|
---|
557 | S["GPEXT_MODULES"]=""
|
---|
558 | S["GPEXT_STATIC"]=""
|
---|
559 | S["VFS_MODULES"]=""
|
---|
560 | S["VFS_STATIC"]=" $(VFS_DEFAULT_OBJ) $(VFS_RECYCLE_OBJ) $(VFS_AUDIT_OBJ) $(VFS_EXTD_AUDIT_OBJ) $(VFS_FULL_AUDIT_OBJ) $(VFS_NETATALK_OBJ) $(VFS_FAKE_PERMS_OBJ) $(VFS_"\
|
---|
561 | "DEFAULT_QUOTA_OBJ) $(VFS_READONLY_OBJ) $(VFS_CAP_OBJ) $(VFS_EXPAND_MSDFS_OBJ) $(VFS_SHADOW_COPY_OBJ) $(VFS_SHADOW_COPY2_OBJ) $(VFS_XATTR_TDB_OBJ) $("\
|
---|
562 | "VFS_STREAMS_XATTR_OBJ) $(VFS_STREAMS_DEPOT_OBJ) $(VFS_READAHEAD_OBJ) $(VFS_ACL_XATTR_OBJ) $(VFS_ACL_TDB_OBJ) $(VFS_SMB_TRAFFIC_ANALYZER_OBJ)"
|
---|
563 | S["AUTH_MODULES"]=""
|
---|
564 | S["AUTH_STATIC"]=" $(AUTH_SAM_OBJ) $(AUTH_UNIX_OBJ) $(AUTH_WINBIND_OBJ) $(AUTH_SERVER_OBJ) $(AUTH_DOMAIN_OBJ) $(AUTH_BUILTIN_OBJ) $(AUTH_SCRIPT_OBJ)"
|
---|
565 | S["CHARSET_MODULES"]=""
|
---|
566 | S["CHARSET_STATIC"]=" modules/CP850.o modules/CP437.o"
|
---|
567 | S["NSS_INFO_MODULES"]=""
|
---|
568 | S["NSS_INFO_STATIC"]=" winbindd/nss_info_template.o"
|
---|
569 | S["IDMAP_MODULES"]=""
|
---|
570 | S["IDMAP_STATIC"]=" winbindd/idmap_tdb.o winbindd/idmap_passdb.o winbindd/idmap_nss.o"
|
---|
571 | S["RPC_MODULES"]=""
|
---|
572 | S["RPC_STATIC"]=" $(RPC_LSA_OBJ) $(RPC_REG_OBJ) $(RPC_INITSHUTDOWN_OBJ) $(RPC_DSSETUP_OBJ) $(RPC_WKS_OBJ) $(RPC_SVCCTL_OBJ) $(RPC_NTSVCS_OBJ) $(RPC_NETLOG_OBJ) $(RPC"\
|
---|
573 | "_DFS_OBJ) $(RPC_SVC_OBJ) $(RPC_SPOOLSS_OBJ) $(RPC_EVENTLOG_OBJ) $(RPC_SAMR_OBJ)"
|
---|
574 | S["PDB_MODULES"]=""
|
---|
575 | S["PDB_STATIC"]=" passdb/pdb_smbpasswd.o passdb/pdb_tdb.o"
|
---|
576 | S["INIPARSERLIBS"]=""
|
---|
577 | S["BUILD_INIPARSER"]="$(INIPARSER_OBJ)"
|
---|
578 | S["DNSSD_LIBS"]=""
|
---|
579 | S["FLAGS1"]=" -I$(srcdir)/iniparser/src"
|
---|
580 | S["POPTLIBS"]="-lpopt"
|
---|
581 | S["BUILD_POPT"]=""
|
---|
582 | S["WINBIND_KRB5_LOCATOR"]=""
|
---|
583 | S["PAM_WINBIND_EXTRA_LIBS"]=""
|
---|
584 | S["NSSSONAMEVERSIONSUFFIX"]=""
|
---|
585 | S["WINBIND_NSS_EXTRA_LIBS"]=""
|
---|
586 | S["WINBIND_NSS_EXTRA_OBJS"]=""
|
---|
587 | S["WINBIND_NSS_LDSHFLAGS"]="shared-libraries-disabled"
|
---|
588 | S["WINBIND_WINS_NSS"]=""
|
---|
589 | S["WINBIND_NSS"]=""
|
---|
590 | S["WINBIND_NSS_PTHREAD"]="-lpthread"
|
---|
591 | S["LIBADDNS_SOVER"]="0"
|
---|
592 | S["UNINSTALL_LIBADDNS"]=""
|
---|
593 | S["INSTALL_LIBADDNS"]=""
|
---|
594 | S["LIBADDNS_LIBS"]=""
|
---|
595 | S["LIBADDNS_STATIC"]="$(LIBADDNS_OBJ0)"
|
---|
596 | S["LIBADDNS_SHARED"]=""
|
---|
597 | S["LIBADDNS_STATIC_TARGET"]="bin/libaddns.a"
|
---|
598 | S["LIBADDNS_SHARED_TARGET"]="bin/libaddns.shared_libraries_disabled"
|
---|
599 | S["LIBSMBSHAREMODES_SOVER"]="0"
|
---|
600 | S["UNINSTALL_LIBSMBSHAREMODES"]="uninstalllibsmbsharemodes"
|
---|
601 | S["INSTALL_LIBSMBSHAREMODES"]="installlibsmbsharemodes"
|
---|
602 | S["LIBSMBSHAREMODES_LIBS"]=""
|
---|
603 | S["LIBSMBSHAREMODES_STATIC"]="$(LIBSMBSHAREMODES_OBJ0)"
|
---|
604 | S["LIBSMBSHAREMODES_SHARED"]=""
|
---|
605 | S["LIBSMBSHAREMODES_STATIC_TARGET"]="bin/libsmbsharemodes.a"
|
---|
606 | S["LIBSMBSHAREMODES_SHARED_TARGET"]="bin/libsmbsharemodes.shared_libraries_disabled"
|
---|
607 | S["LIBSMBCLIENT_SOVER"]="0"
|
---|
608 | S["UNINSTALL_LIBSMBCLIENT"]="uninstalllibsmbclient"
|
---|
609 | S["INSTALL_LIBSMBCLIENT"]="installlibsmbclient"
|
---|
610 | S["LIBSMBCLIENT_LIBS"]=""
|
---|
611 | S["LIBSMBCLIENT_STATIC"]="$(LIBSMBCLIENT_OBJ0)"
|
---|
612 | S["LIBSMBCLIENT_SHARED"]=""
|
---|
613 | S["LIBSMBCLIENT_STATIC_TARGET"]="bin/libsmbclient.a"
|
---|
614 | S["LIBSMBCLIENT_SHARED_TARGET"]="bin/libsmbclient.shared_libraries_disabled"
|
---|
615 | S["LIBNETAPI_SOVER"]="0"
|
---|
616 | S["UNINSTALL_LIBNETAPI"]="uninstalllibnetapi"
|
---|
617 | S["INSTALL_LIBNETAPI"]="installlibnetapi"
|
---|
618 | S["LIBNETAPI_LIBS"]=""
|
---|
619 | S["LIBNETAPI_STATIC"]="$(LIBNETAPI_OBJ0)"
|
---|
620 | S["LIBNETAPI_SHARED"]=""
|
---|
621 | S["LIBNETAPI_STATIC_TARGET"]="bin/libnetapi.a"
|
---|
622 | S["LIBNETAPI_SHARED_TARGET"]="bin/libnetapi.shared_libraries_disabled"
|
---|
623 | S["LIBTDB_SOVER"]="1"
|
---|
624 | S["UNINSTALL_LIBTDB"]="uninstalllibtdb"
|
---|
625 | S["INSTALL_LIBTDB"]="installlibtdb"
|
---|
626 | S["LIBTDB_LIBS"]=""
|
---|
627 | S["LIBTDB_STATIC"]="$(LIBTDB_OBJ0)"
|
---|
628 | S["LIBTDB_SHARED"]=""
|
---|
629 | S["LIBTDB_STATIC_TARGET"]="bin/libtdb.a"
|
---|
630 | S["LIBTDB_SHARED_TARGET"]="bin/libtdb.shared_libraries_disabled"
|
---|
631 | S["LIBTALLOC_SOVER"]="1"
|
---|
632 | S["UNINSTALL_LIBTALLOC"]="uninstalllibtalloc"
|
---|
633 | S["INSTALL_LIBTALLOC"]="installlibtalloc"
|
---|
634 | S["LIBTALLOC_LIBS"]=""
|
---|
635 | S["LIBTALLOC_STATIC"]="$(LIBTALLOC_OBJ0)"
|
---|
636 | S["LIBTALLOC_SHARED"]=""
|
---|
637 | S["LIBTALLOC_STATIC_TARGET"]="bin/libtalloc.a"
|
---|
638 | S["LIBTALLOC_SHARED_TARGET"]="bin/libtalloc.shared_libraries_disabled"
|
---|
639 | S["USESHARED"]="false"
|
---|
640 | S["KRB5CONFIG"]=""
|
---|
641 | S["LDBLDAP"]=""
|
---|
642 | S["SMBLDAPUTIL"]=""
|
---|
643 | S["SMBLDAP"]=""
|
---|
644 | S["FAKE_KASERVER_OBJ"]=""
|
---|
645 | S["SMB_FAM_LIBS"]=""
|
---|
646 | S["LIB_PATH_VAR"]=""
|
---|
647 | S["ROFF"]=""
|
---|
648 | S["SYMSEXT"]="syms"
|
---|
649 | S["LIBUNWIND_PTRACE"]=""
|
---|
650 | S["TERMLDFLAGS"]=""
|
---|
651 | S["TERMLIBS"]="-lreadline -lncurses"
|
---|
652 | S["CUPS_CONFIG"]=""
|
---|
653 | S["LIBREPLACE_OBJS"]=" lib/replace/replace.o lib/replace/snprintf.o lib/replace/getpass.o lib/replace/timegm.o lib/replace/getaddrinfo.o lib/replace/getifaddrs.o"
|
---|
654 | S["LIBDL"]=""
|
---|
655 | S["LIBOBJS"]=""
|
---|
656 | S["DYNEXP"]=""
|
---|
657 | S["PIDL_ARGS"]=""
|
---|
658 | S["BROKEN_CC"]="#"
|
---|
659 | S["AR"]="ar.exe"
|
---|
660 | S["PERL"]="u:/perl5/bin/perl.exe"
|
---|
661 | S["AWK"]="gawk"
|
---|
662 | S["SWAT_INSTALL_TARGETS"]="installswat"
|
---|
663 | S["SWAT_SBIN_TARGETS"]="bin/swat$(EXEEXT)"
|
---|
664 | S["NSS_WRAPPER_OBJS"]=""
|
---|
665 | S["HAVE_NSS_WRAPPER"]="no"
|
---|
666 | S["SOCKET_WRAPPER_OBJS"]=""
|
---|
667 | S["HAVE_SOCKET_WRAPPER"]="no"
|
---|
668 | S["DEFAULT_TEST_OPTIONS"]=""
|
---|
669 | S["NSCD_LIBS"]=""
|
---|
670 | S["CONFIG_LIBS"]=""
|
---|
671 | S["EXTRA_ALL_TARGETS"]=""
|
---|
672 | S["EXTRA_SBIN_PROGS"]=""
|
---|
673 | S["UNINSTALL_CIFSUPCALL"]=""
|
---|
674 | S["INSTALL_CIFSUPCALL"]=""
|
---|
675 | S["CIFSUPCALL_PROGS"]=""
|
---|
676 | S["UNINSTALL_CIFSMOUNT"]=""
|
---|
677 | S["INSTALL_CIFSMOUNT"]=""
|
---|
678 | S["CIFSMOUNT_PROGS"]=""
|
---|
679 | S["EXTRA_BIN_PROGS"]=""
|
---|
680 | S["NSS_MODULES"]=""
|
---|
681 | S["UNINSTALL_PAM_MODULES"]=""
|
---|
682 | S["INSTALL_PAM_MODULES"]=""
|
---|
683 | S["PAM_MODULES"]=""
|
---|
684 | S["GPEXT_LIBS"]=""
|
---|
685 | S["LDAP_LIBS"]=""
|
---|
686 | S["UUID_LIBS"]=""
|
---|
687 | S["KRB5_LIBS"]=""
|
---|
688 | S["IDMAP_LIBS"]=""
|
---|
689 | S["PASSDB_LIBS"]=" "
|
---|
690 | S["ACL_LIBS"]=""
|
---|
691 | S["AUTH_LIBS"]=""
|
---|
692 | S["PRINT_LIBS"]=""
|
---|
693 | S["LIBSAMBAUTIL_SHARED"]=""
|
---|
694 | S["WINBIND_LIBS"]=""
|
---|
695 | S["LIBWBCLIENT"]=""
|
---|
696 | S["LIBWBCLIENT_SOVER"]="0"
|
---|
697 | S["LIBWBCLIENT_STATIC"]="bin/libwbclient.a"
|
---|
698 | S["LIBWBCLIENT_STATIC_TARGET"]="bin/libwbclient.a"
|
---|
699 | S["LIBWBCLIENT_SHARED"]=""
|
---|
700 | S["LIBWBCLIENT_SHARED_TARGET"]="bin/libwbclient.shared_libraries_disabled"
|
---|
701 | S["UNINSTALL_LIBWBCLIENT"]=""
|
---|
702 | S["INSTALL_LIBWBCLIENT"]=""
|
---|
703 | S["UNINSTALLLIBCMD_A"]="rm -f"
|
---|
704 | S["UNINSTALLLIBCMD_SH"]=":"
|
---|
705 | S["INSTALLLIBCMD_A"]="$(INSTALLCMD)"
|
---|
706 | S["INSTALLLIBCMD_SH"]=":"
|
---|
707 | S["SHLIBEXT"]="shared_libraries_disabled"
|
---|
708 | S["RELRO_LDFLAGS"]=""
|
---|
709 | S["PIE_LDFLAGS"]="-pie"
|
---|
710 | S["PIE_CFLAGS"]="-fPIE"
|
---|
711 | S["PICFLAG"]="-fPIE"
|
---|
712 | S["HOST_OS"]="os2-emx"
|
---|
713 | S["DSO_EXPORTS"]=""
|
---|
714 | S["MODULE_EXPORTS"]=""
|
---|
715 | S["SHLD"]="shared-libraries-disabled"
|
---|
716 | S["SONAMEFLAG"]="shared-libraries-disabled"
|
---|
717 | S["LDSHFLAGS"]="shared-libraries-disabled"
|
---|
718 | S["SAMBA_CPPFLAGS"]="-Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc"
|
---|
719 | S["TDB_OBJS"]=" lib/tdb/common/tdb.o lib/tdb/common/dump.o lib/tdb/common/transaction.o lib/tdb/common/error.o lib/tdb/common/traverse.o lib/tdb/common/freelist.o "\
|
---|
720 | "lib/tdb/common/freelistcheck.o lib/tdb/common/io.o lib/tdb/common/lock.o lib/tdb/common/open.o"
|
---|
721 | S["TDB_OBJ"]="common/tdb.o common/dump.o common/transaction.o common/error.o common/traverse.o common/freelist.o common/freelistcheck.o common/io.o common/lock.o "\
|
---|
722 | "common/open.o"
|
---|
723 | S["TDB_CFLAGS"]="-I./lib/tdb/include"
|
---|
724 | S["tdbdir"]="lib/tdb"
|
---|
725 | S["TALLOC_OBJS"]=" lib/talloc/talloc.o"
|
---|
726 | S["TALLOC_LIBS"]=""
|
---|
727 | S["TALLOC_CFLAGS"]="-I./lib/talloc"
|
---|
728 | S["TALLOC_OBJ"]="talloc.o"
|
---|
729 | S["tallocdir"]="lib/talloc"
|
---|
730 | S["libreplace_cv_immediate_structures"]="yes"
|
---|
731 | S["INSTALL_DATA"]="${INSTALL} -m 644"
|
---|
732 | S["INSTALL_SCRIPT"]="${INSTALL}"
|
---|
733 | S["INSTALL_PROGRAM"]="${INSTALL}"
|
---|
734 | S["EGREP"]="u:/moztools/grep.exe -E"
|
---|
735 | S["GREP"]="u:/moztools/grep.exe"
|
---|
736 | S["CPP"]="gcc -E"
|
---|
737 | S["OBJEXT"]="o"
|
---|
738 | S["EXEEXT"]=".exe"
|
---|
739 | S["ac_ct_CC"]="gcc"
|
---|
740 | S["CPPFLAGS"]=" -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt"
|
---|
741 | S["LDFLAGS"]="-Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem -D__ST_MT_ERRNO__ -s"
|
---|
742 | S["CFLAGS"]=" -O -D_SAMBA_BUILD_=3"
|
---|
743 | S["CC"]="gcc"
|
---|
744 | S["smbtorture4_path"]=""
|
---|
745 | S["selftest_prefix"]="./st"
|
---|
746 | S["modulesdir"]="${exec_prefix}/lib"
|
---|
747 | S["pammodulesdir"]="${exec_prefix}/lib/security"
|
---|
748 | S["rootsbindir"]="${SBINDIR}"
|
---|
749 | S["cachedir"]="${LOCKDIR}"
|
---|
750 | S["statedir"]="${LOCKDIR}"
|
---|
751 | S["codepagedir"]="${MODULESDIR}"
|
---|
752 | S["swatdir"]="${prefix}/swat"
|
---|
753 | S["privatedir"]="${prefix}/private"
|
---|
754 | S["ctdbdir"]=""
|
---|
755 | S["logfilebase"]="${VARDIR}"
|
---|
756 | S["piddir"]="${VARDIR}/locks"
|
---|
757 | S["lockdir"]="${VARDIR}/locks"
|
---|
758 | S["configdir"]="${exec_prefix}/lib"
|
---|
759 | S["target_os"]="os2-emx"
|
---|
760 | S["target_vendor"]="pc"
|
---|
761 | S["target_cpu"]="i386"
|
---|
762 | S["target"]="i386-pc-os2-emx"
|
---|
763 | S["host_os"]="os2-emx"
|
---|
764 | S["host_vendor"]="pc"
|
---|
765 | S["host_cpu"]="i386"
|
---|
766 | S["host"]="i386-pc-os2-emx"
|
---|
767 | S["build_os"]="os2-emx"
|
---|
768 | S["build_vendor"]="pc"
|
---|
769 | S["build_cpu"]="i386"
|
---|
770 | S["build"]="i386-pc-os2-emx"
|
---|
771 | S["LIBREPLACEOBJ"]="replace.o snprintf.o getpass.o timegm.o getaddrinfo.o getifaddrs.o"
|
---|
772 | S["libreplacedir"]="./lib/replace"
|
---|
773 | S["builddir"]="U:/DEV/samba-3.3.0/source"
|
---|
774 | S["target_alias"]=""
|
---|
775 | S["host_alias"]=""
|
---|
776 | S["build_alias"]=""
|
---|
777 | S["LIBS"]=""
|
---|
778 | S["ECHO_T"]=""
|
---|
779 | S["ECHO_N"]="-n"
|
---|
780 | S["ECHO_C"]=""
|
---|
781 | S["DEFS"]="-DHAVE_CONFIG_H"
|
---|
782 | S["mandir"]="${datarootdir}/man"
|
---|
783 | S["localedir"]="${prefix}/share/locale"
|
---|
784 | S["libdir"]="${exec_prefix}/lib"
|
---|
785 | S["psdir"]="${docdir}"
|
---|
786 | S["pdfdir"]="${docdir}"
|
---|
787 | S["dvidir"]="${docdir}"
|
---|
788 | S["htmldir"]="${docdir}"
|
---|
789 | S["infodir"]="${datarootdir}/info"
|
---|
790 | S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
|
---|
791 | S["oldincludedir"]="/usr/include"
|
---|
792 | S["includedir"]="${prefix}/include"
|
---|
793 | S["localstatedir"]="${prefix}/var"
|
---|
794 | S["sharedstatedir"]="${prefix}/com"
|
---|
795 | S["sysconfdir"]="${prefix}/etc"
|
---|
796 | S["datadir"]="${datarootdir}"
|
---|
797 | S["datarootdir"]="${prefix}/share"
|
---|
798 | S["libexecdir"]="${exec_prefix}/libexec"
|
---|
799 | S["sbindir"]="${exec_prefix}/sbin"
|
---|
800 | S["bindir"]="${exec_prefix}/bin"
|
---|
801 | S["program_transform_name"]="s,x,x,"
|
---|
802 | S["prefix"]="/samba"
|
---|
803 | S["exec_prefix"]="${prefix}"
|
---|
804 | S["PACKAGE_BUGREPORT"]="samba-technical@samba.org"
|
---|
805 | S["PACKAGE_STRING"]="Samba 3"
|
---|
806 | S["PACKAGE_VERSION"]="3"
|
---|
807 | S["PACKAGE_TARNAME"]="samba"
|
---|
808 | S["PACKAGE_NAME"]="Samba"
|
---|
809 | S["PATH_SEPARATOR"]=";"
|
---|
810 | S["SHELL"]="sh"
|
---|
811 | _ACAWK
|
---|
812 | cat >>"$tmp/subs1.awk" <<_ACAWK &&
|
---|
813 | for (key in S) S_is_set[key] = 1
|
---|
814 | FS = ""
|
---|
815 |
|
---|
816 | }
|
---|
817 | {
|
---|
818 | line = $ 0
|
---|
819 | nfields = split(line, field, "@")
|
---|
820 | substed = 0
|
---|
821 | len = length(field[1])
|
---|
822 | for (i = 2; i < nfields; i++) {
|
---|
823 | key = field[i]
|
---|
824 | keylen = length(key)
|
---|
825 | if (S_is_set[key]) {
|
---|
826 | value = S[key]
|
---|
827 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
|
---|
828 | len += length(value) + length(field[++i])
|
---|
829 | substed = 1
|
---|
830 | } else
|
---|
831 | len += 1 + keylen
|
---|
832 | }
|
---|
833 |
|
---|
834 | print line
|
---|
835 | }
|
---|
836 |
|
---|
837 | _ACAWK
|
---|
838 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
|
---|
839 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
|
---|
840 | else
|
---|
841 | cat
|
---|
842 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
|
---|
843 | || { { $as_echo "$as_me:81555: error: could not setup config files machinery" >&5
|
---|
844 | $as_echo "$as_me: error: could not setup config files machinery" >&2;}
|
---|
845 | { (exit 1); exit 1; }; }
|
---|
846 | fi # test -n "$CONFIG_FILES"
|
---|
847 |
|
---|
848 | # Set up the scripts for CONFIG_HEADERS section.
|
---|
849 | # No need to generate them if there are no CONFIG_HEADERS.
|
---|
850 | # This happens for instance with `./config.status Makefile'.
|
---|
851 | if test -n "$CONFIG_HEADERS"; then
|
---|
852 | cat >"$tmp/defines.awk" <<\_ACAWK ||
|
---|
853 | BEGIN {
|
---|
854 | D["PACKAGE_NAME"]=" \"Samba\""
|
---|
855 | D["PACKAGE_TARNAME"]=" \"samba\""
|
---|
856 | D["PACKAGE_VERSION"]=" \"3\""
|
---|
857 | D["PACKAGE_STRING"]=" \"Samba 3\""
|
---|
858 | D["PACKAGE_BUGREPORT"]=" \"samba-technical@samba.org\""
|
---|
859 | D["CONFIG_H_IS_FROM_SAMBA"]=" 1"
|
---|
860 | D["STDC_HEADERS"]=" 1"
|
---|
861 | D["HAVE_SYS_TYPES_H"]=" 1"
|
---|
862 | D["HAVE_SYS_STAT_H"]=" 1"
|
---|
863 | D["HAVE_STDLIB_H"]=" 1"
|
---|
864 | D["HAVE_STRING_H"]=" 1"
|
---|
865 | D["HAVE_MEMORY_H"]=" 1"
|
---|
866 | D["HAVE_STRINGS_H"]=" 1"
|
---|
867 | D["HAVE_INTTYPES_H"]=" 1"
|
---|
868 | D["HAVE_STDINT_H"]=" 1"
|
---|
869 | D["HAVE_UNISTD_H"]=" 1"
|
---|
870 | D["__EXTENSIONS__"]=" 1"
|
---|
871 | D["_ALL_SOURCE"]=" 1"
|
---|
872 | D["_GNU_SOURCE"]=" 1"
|
---|
873 | D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
|
---|
874 | D["_TANDEM_SOURCE"]=" 1"
|
---|
875 | D["_XOPEN_SOURCE_EXTENDED"]=" 1"
|
---|
876 | D["HAVE_LONG_LONG"]=" 1"
|
---|
877 | D["SIZEOF_INT"]=" 4"
|
---|
878 | D["SIZEOF_CHAR"]=" 1"
|
---|
879 | D["SIZEOF_SHORT"]=" 2"
|
---|
880 | D["SIZEOF_LONG"]=" 4"
|
---|
881 | D["SIZEOF_LONG_LONG"]=" 8"
|
---|
882 | D["uint_t"]=" unsigned int"
|
---|
883 | D["SIZEOF_OFF_T"]=" 8"
|
---|
884 | D["SIZEOF_SIZE_T"]=" 4"
|
---|
885 | D["SIZEOF_SSIZE_T"]=" 4"
|
---|
886 | D["HAVE_IMMEDIATE_STRUCTURES"]=" 1"
|
---|
887 | D["SIZEOF_SIZE_T"]=" 4"
|
---|
888 | D["SIZEOF_VOID_P"]=" 4"
|
---|
889 | D["HAVE_VOLATILE"]=" 1"
|
---|
890 | D["RETSIGTYPE"]=" void"
|
---|
891 | D["HAVE_STRUCT_STAT_ST_RDEV"]=" 1"
|
---|
892 | D["HAVE_ST_RDEV"]=" 1"
|
---|
893 | D["loff_t"]=" off_t"
|
---|
894 | D["offset_t"]=" loff_t"
|
---|
895 | D["HAVE_PIPE"]=" 1"
|
---|
896 | D["HAVE_STRFTIME"]=" 1"
|
---|
897 | D["HAVE_SRANDOM"]=" 1"
|
---|
898 | D["HAVE_RANDOM"]=" 1"
|
---|
899 | D["HAVE_SRAND"]=" 1"
|
---|
900 | D["HAVE_RAND"]=" 1"
|
---|
901 | D["HAVE_USLEEP"]=" 1"
|
---|
902 | D["HAVE_SETBUFFER"]=" 1"
|
---|
903 | D["HAVE_LSTAT"]=" 1"
|
---|
904 | D["HAVE_GETPGRP"]=" 1"
|
---|
905 | D["HAVE_STDBOOL_H"]=" 1"
|
---|
906 | D["HAVE_STDINT_H"]=" 1"
|
---|
907 | D["HAVE_SYS_SELECT_H"]=" 1"
|
---|
908 | D["HAVE_SETJMP_H"]=" 1"
|
---|
909 | D["HAVE_BOOL"]=" 1"
|
---|
910 | D["HAVE__Bool"]=" 1"
|
---|
911 | D["HAVE_SYS_SYSLOG_H"]=" 1"
|
---|
912 | D["HAVE_SYSLOG_H"]=" 1"
|
---|
913 | D["HAVE_SYS_TIME_H"]=" 1"
|
---|
914 | D["HAVE_TIME_H"]=" 1"
|
---|
915 | D["HAVE_STDARG_H"]=" 1"
|
---|
916 | D["HAVE_SYS_MOUNT_H"]=" 1"
|
---|
917 | D["HAVE_SETEUID"]=" 1"
|
---|
918 | D["HAVE_SETRESUID"]=" 1"
|
---|
919 | D["HAVE_SETEGID"]=" 1"
|
---|
920 | D["HAVE_SETRESGID"]=" 1"
|
---|
921 | D["HAVE_CHROOT"]=" 1"
|
---|
922 | D["HAVE_BZERO"]=" 1"
|
---|
923 | D["HAVE_STRERROR"]=" 1"
|
---|
924 | D["HAVE_VSYSLOG"]=" 1"
|
---|
925 | D["HAVE_SETLINEBUF"]=" 1"
|
---|
926 | D["HAVE_MKTIME"]=" 1"
|
---|
927 | D["HAVE_FTRUNCATE"]=" 1"
|
---|
928 | D["HAVE_CHSIZE"]=" 1"
|
---|
929 | D["HAVE_RENAME"]=" 1"
|
---|
930 | D["HAVE_WAITPID"]=" 1"
|
---|
931 | D["HAVE_STRLCPY"]=" 1"
|
---|
932 | D["HAVE_STRLCAT"]=" 1"
|
---|
933 | D["HAVE_INITGROUPS"]=" 1"
|
---|
934 | D["HAVE_MEMMOVE"]=" 1"
|
---|
935 | D["HAVE_STRDUP"]=" 1"
|
---|
936 | D["HAVE_PREAD"]=" 1"
|
---|
937 | D["HAVE_PWRITE"]=" 1"
|
---|
938 | D["HAVE_STRNDUP"]=" 1"
|
---|
939 | D["HAVE_STRCASESTR"]=" 1"
|
---|
940 | D["HAVE_STRTOK_R"]=" 1"
|
---|
941 | D["HAVE_MKDTEMP"]=" 1"
|
---|
942 | D["HAVE_ISATTY"]=" 1"
|
---|
943 | D["HAVE_SETRESUID_DECL"]=" 1"
|
---|
944 | D["HAVE_SETRESGID_DECL"]=" 1"
|
---|
945 | D["HAVE_ERRNO_DECL"]=" 1"
|
---|
946 | D["HAVE_SECURE_MKSTEMP"]=" 1"
|
---|
947 | D["HAVE_STDIO_H"]=" 1"
|
---|
948 | D["HAVE_STRINGS_H"]=" 1"
|
---|
949 | D["HAVE_DECL_SNPRINTF"]=" 1"
|
---|
950 | D["HAVE_DECL_VSNPRINTF"]=" 1"
|
---|
951 | D["HAVE_DECL_ASPRINTF"]=" 1"
|
---|
952 | D["HAVE_DECL_VASPRINTF"]=" 1"
|
---|
953 | D["HAVE_SNPRINTF"]=" 1"
|
---|
954 | D["HAVE_VSNPRINTF"]=" 1"
|
---|
955 | D["HAVE_ASPRINTF"]=" 1"
|
---|
956 | D["HAVE_VASPRINTF"]=" 1"
|
---|
957 | D["HAVE_VA_COPY"]=" 1"
|
---|
958 | D["HAVE_FUNCTION_MACRO"]=" 1"
|
---|
959 | D["HAVE_SYS_PARAM_H"]=" 1"
|
---|
960 | D["HAVE_LIMITS_H"]=" 1"
|
---|
961 | D["HAVE_SETENV_DECL"]=" 1"
|
---|
962 | D["HAVE_SETENV"]=" 1"
|
---|
963 | D["HAVE_UNSETENV"]=" 1"
|
---|
964 | D["HAVE_STRNLEN"]=" 1"
|
---|
965 | D["HAVE_STRTOULL"]=" 1"
|
---|
966 | D["HAVE_STRTOLL"]=" 1"
|
---|
967 | D["HAVE__VA_ARGS__MACRO"]=" 1"
|
---|
968 | D["HAVE_SIG_ATOMIC_T_TYPE"]=" 1"
|
---|
969 | D["HAVE_VOLATILE"]=" 1"
|
---|
970 | D["HAVE_DIRENT_H"]=" 1"
|
---|
971 | D["HAVE_FCNTL_H"]=" 1"
|
---|
972 | D["HAVE_SYS_FCNTL_H"]=" 1"
|
---|
973 | D["HAVE_SYS_RESOURCE_H"]=" 1"
|
---|
974 | D["HAVE_SYS_IOCTL_H"]=" 1"
|
---|
975 | D["HAVE_SYS_FILIO_H"]=" 1"
|
---|
976 | D["HAVE_SYS_SELECT_H"]=" 1"
|
---|
977 | D["HAVE_SYS_TIME_H"]=" 1"
|
---|
978 | D["HAVE_UTIME_H"]=" 1"
|
---|
979 | D["TIME_WITH_SYS_TIME"]=" 1"
|
---|
980 | D["HAVE_UTIME"]=" 1"
|
---|
981 | D["HAVE_UTIMES"]=" 1"
|
---|
982 | D["HAVE_SYS_WAIT_H"]=" 1"
|
---|
983 | D["HAVE_GRP_H"]=" 1"
|
---|
984 | D["HAVE_PWD_H"]=" 1"
|
---|
985 | D["HAVE_GETPWNAM_R"]=" 1"
|
---|
986 | D["HAVE_GETPWUID_R"]=" 1"
|
---|
987 | D["HAVE_GETPWENT_R"]=" 1"
|
---|
988 | D["HAVE_GETPWENT_R_DECL"]=" 1"
|
---|
989 | D["HAVE_GETGRNAM_R"]=" 1"
|
---|
990 | D["HAVE_GETGRGID_R"]=" 1"
|
---|
991 | D["HAVE_GETGRENT_R"]=" 1"
|
---|
992 | D["HAVE_GETGRENT_R_DECL"]=" 1"
|
---|
993 | D["HAVE_CTYPE_H"]=" 1"
|
---|
994 | D["HAVE_LOCALE_H"]=" 1"
|
---|
995 | D["HAVE_FNMATCH_H"]=" 1"
|
---|
996 | D["HAVE_SYS_IPC_H"]=" 1"
|
---|
997 | D["HAVE_SYS_MMAN_H"]=" 1"
|
---|
998 | D["HAVE_SYS_SHM_H"]=" 1"
|
---|
999 | D["HAVE_TERMIOS_H"]=" 1"
|
---|
1000 | D["HAVE_TERMIO_H"]=" 1"
|
---|
1001 | D["HAVE_SYS_TERMIO_H"]=" 1"
|
---|
1002 | D["HAVE_DLFCN_H"]=" 1"
|
---|
1003 | D["HAVE_DLOPEN"]=" 1"
|
---|
1004 | D["HAVE_DLSYM"]=" 1"
|
---|
1005 | D["HAVE_DLERROR"]=" 1"
|
---|
1006 | D["HAVE_DLCLOSE"]=" 1"
|
---|
1007 | D["REPLACE_GETPASS"]=" 1"
|
---|
1008 | D["HAVE_DIRECT_H"]=" 1"
|
---|
1009 | D["HAVE_MKDIR_MODE"]=" 1"
|
---|
1010 | D["HAVE_SYSLOG"]=" 1"
|
---|
1011 | D["HAVE_PRINTF"]=" 1"
|
---|
1012 | D["HAVE_MEMSET"]=" 1"
|
---|
1013 | D["HAVE_MEMCPY"]=" 1"
|
---|
1014 | D["LIBREPLACE_NETWORK_CHECKS"]=" 1"
|
---|
1015 | D["HAVE_SYS_SOCKET_H"]=" 1"
|
---|
1016 | D["HAVE_NETINET_IN_H"]=" 1"
|
---|
1017 | D["HAVE_NETDB_H"]=" 1"
|
---|
1018 | D["HAVE_ARPA_INET_H"]=" 1"
|
---|
1019 | D["HAVE_NETINET_IP_H"]=" 1"
|
---|
1020 | D["HAVE_NETINET_TCP_H"]=" 1"
|
---|
1021 | D["HAVE_NETINET_IN_SYSTM_H"]=" 1"
|
---|
1022 | D["HAVE_SYS_SOCKIO_H"]=" 1"
|
---|
1023 | D["HAVE_SYS_UN_H"]=" 1"
|
---|
1024 | D["HAVE_NET_IF_H"]=" 1"
|
---|
1025 | D["HAVE_STRUCT_SOCKADDR"]=" 1"
|
---|
1026 | D["HAVE_SOCK_SIN_LEN"]=" 1"
|
---|
1027 | D["HAVE_UNIXSOCKET"]=" 1"
|
---|
1028 | D["HAVE_CONNECT"]=" 1"
|
---|
1029 | D["HAVE_GETHOSTBYNAME"]=" 1"
|
---|
1030 | D["HAVE_SOCKETPAIR"]=" 1"
|
---|
1031 | D["HAVE_INET_NTOA"]=" 1"
|
---|
1032 | D["HAVE_INET_ATON"]=" 1"
|
---|
1033 | D["HAVE_INET_NTOP"]=" 1"
|
---|
1034 | D["HAVE_INET_PTON"]=" 1"
|
---|
1035 | D["HAVE_STRUCT_SOCKADDR_SA_LEN"]=" 1"
|
---|
1036 | D["HAVE_SOCKADDR_SA_LEN"]=" 1"
|
---|
1037 | D["HAVE_SYS_FCNTL_H"]=" 1"
|
---|
1038 | D["HAVE_SYS_SELECT_H"]=" 1"
|
---|
1039 | D["HAVE_FCNTL_H"]=" 1"
|
---|
1040 | D["HAVE_SYS_TIME_H"]=" 1"
|
---|
1041 | D["HAVE_SYS_UNISTD_H"]=" 1"
|
---|
1042 | D["HAVE_UNISTD_H"]=" 1"
|
---|
1043 | D["HAVE_UTIME_H"]=" 1"
|
---|
1044 | D["HAVE_GRP_H"]=" 1"
|
---|
1045 | D["HAVE_MEMORY_H"]=" 1"
|
---|
1046 | D["HAVE_ALLOCA_H"]=" 1"
|
---|
1047 | D["HAVE_LIMITS_H"]=" 1"
|
---|
1048 | D["HAVE_FLOAT_H"]=" 1"
|
---|
1049 | D["HAVE_PTHREAD_H"]=" 1"
|
---|
1050 | D["HAVE_LIBINTL_H"]=" 1"
|
---|
1051 | D["HAVE_SYS_PARAM_H"]=" 1"
|
---|
1052 | D["HAVE_CTYPE_H"]=" 1"
|
---|
1053 | D["HAVE_SYS_WAIT_H"]=" 1"
|
---|
1054 | D["HAVE_SYS_RESOURCE_H"]=" 1"
|
---|
1055 | D["HAVE_SYS_IOCTL_H"]=" 1"
|
---|
1056 | D["HAVE_SYS_IPC_H"]=" 1"
|
---|
1057 | D["HAVE_SYS_MMAN_H"]=" 1"
|
---|
1058 | D["HAVE_SYS_FILIO_H"]=" 1"
|
---|
1059 | D["HAVE_SYS_SHM_H"]=" 1"
|
---|
1060 | D["HAVE_STRING_H"]=" 1"
|
---|
1061 | D["HAVE_STRINGS_H"]=" 1"
|
---|
1062 | D["HAVE_STDLIB_H"]=" 1"
|
---|
1063 | D["HAVE_SYS_MOUNT_H"]=" 1"
|
---|
1064 | D["HAVE_SYS_VFS_H"]=" 1"
|
---|
1065 | D["HAVE_TERMIOS_H"]=" 1"
|
---|
1066 | D["HAVE_TERMIO_H"]=" 1"
|
---|
1067 | D["HAVE_SYS_TERMIO_H"]=" 1"
|
---|
1068 | D["HAVE_SYS_STATFS_H"]=" 1"
|
---|
1069 | D["HAVE_SYS_STATVFS_H"]=" 1"
|
---|
1070 | D["HAVE_STDARG_H"]=" 1"
|
---|
1071 | D["HAVE_SYS_SYSLOG_H"]=" 1"
|
---|
1072 | D["HAVE_SYSLOG_H"]=" 1"
|
---|
1073 | D["HAVE_LANGINFO_H"]=" 1"
|
---|
1074 | D["HAVE_LOCALE_H"]=" 1"
|
---|
1075 | D["HAVE_NSS_H"]=" 1"
|
---|
1076 | D["HAVE_NSSWITCH_H"]=" 1"
|
---|
1077 | D["HAVE_SYS_UIO_H"]=" 1"
|
---|
1078 | D["HAVE_SYS_EA_H"]=" 1"
|
---|
1079 | D["HAVE_SYS_CDEFS_H"]=" 1"
|
---|
1080 | D["HAVE_GLOB_H"]=" 1"
|
---|
1081 | D["HAVE_UTMP_H"]=" 1"
|
---|
1082 | D["SIZEOF_INT"]=" 4"
|
---|
1083 | D["SIZEOF_LONG"]=" 4"
|
---|
1084 | D["SIZEOF_LONG_LONG"]=" 8"
|
---|
1085 | D["SIZEOF_SHORT"]=" 2"
|
---|
1086 | D["RETSIGTYPE"]=" void"
|
---|
1087 | D["HAVE_STRUCT_STAT_ST_RDEV"]=" 1"
|
---|
1088 | D["HAVE_ST_RDEV"]=" 1"
|
---|
1089 | D["HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS"]=" 1"
|
---|
1090 | D["HAVE_MSGHDR_MSG_CONTROL"]=" 1"
|
---|
1091 | D["HAVE_SIG_ATOMIC_T_TYPE"]=" 1"
|
---|
1092 | D["HAVE_STRUCT_SIGEVENT"]=" 1"
|
---|
1093 | D["HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIVAL_PTR"]=" 1"
|
---|
1094 | D["HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIGVAL_PTR"]=" 1"
|
---|
1095 | D["HAVE_STRUCT_TIMESPEC"]=" 1"
|
---|
1096 | D["HAVE_ERRNO_DECL"]=" 1"
|
---|
1097 | D["HAVE_SETRESUID_DECL"]=" 1"
|
---|
1098 | D["HAVE_SETRESGID_DECL"]=" 1"
|
---|
1099 | D["HAVE_SETRESUID"]=" 1"
|
---|
1100 | D["HAVE_SETRESGID"]=" 1"
|
---|
1101 | D["HAVE_READLINE_H"]=" 1"
|
---|
1102 | D["HAVE_HISTORY_H"]=" 1"
|
---|
1103 | D["HAVE_READLINE_READLINE_H"]=" 1"
|
---|
1104 | D["HAVE_READLINE_HISTORY_H"]=" 1"
|
---|
1105 | D["HAVE_READLINE_H"]=" 1"
|
---|
1106 | D["HAVE_LIBREADLINE"]=" 1"
|
---|
1107 | D["HAVE_NEW_LIBREADLINE"]=" 1"
|
---|
1108 | D["HAVE_DECL_RL_EVENT_HOOK"]=" 0"
|
---|
1109 | D["HAVE_HISTORY_LIST"]=" 1"
|
---|
1110 | D["HAVE_EXECL"]=" 1"
|
---|
1111 | D["HAVE_WAITPID"]=" 1"
|
---|
1112 | D["HAVE_GETCWD"]=" 1"
|
---|
1113 | D["HAVE_STRDUP"]=" 1"
|
---|
1114 | D["HAVE_STRNDUP"]=" 1"
|
---|
1115 | D["HAVE_STRNLEN"]=" 1"
|
---|
1116 | D["HAVE_STRERROR"]=" 1"
|
---|
1117 | D["HAVE_CHOWN"]=" 1"
|
---|
1118 | D["HAVE_FCHOWN"]=" 1"
|
---|
1119 | D["HAVE_LCHOWN"]=" 1"
|
---|
1120 | D["HAVE_CHMOD"]=" 1"
|
---|
1121 | D["HAVE_FCHMOD"]=" 1"
|
---|
1122 | D["HAVE_CHROOT"]=" 1"
|
---|
1123 | D["HAVE_LINK"]=" 1"
|
---|
1124 | D["HAVE_MKNOD"]=" 1"
|
---|
1125 | D["HAVE_STRTOL"]=" 1"
|
---|
1126 | D["HAVE_STRTOLL"]=" 1"
|
---|
1127 | D["HAVE_STRTOUL"]=" 1"
|
---|
1128 | D["HAVE_STRTOULL"]=" 1"
|
---|
1129 | D["HAVE_FSTAT"]=" 1"
|
---|
1130 | D["HAVE_STRCHR"]=" 1"
|
---|
1131 | D["HAVE_UTIME"]=" 1"
|
---|
1132 | D["HAVE_UTIMES"]=" 1"
|
---|
1133 | D["HAVE_GETRLIMIT"]=" 1"
|
---|
1134 | D["HAVE_FSYNC"]=" 1"
|
---|
1135 | D["HAVE_MEMSET"]=" 1"
|
---|
1136 | D["HAVE_STRLCPY"]=" 1"
|
---|
1137 | D["HAVE_STRLCAT"]=" 1"
|
---|
1138 | D["HAVE_SETPGID"]=" 1"
|
---|
1139 | D["HAVE_MEMMOVE"]=" 1"
|
---|
1140 | D["HAVE_SETSID"]=" 1"
|
---|
1141 | D["HAVE_GLOB"]=" 1"
|
---|
1142 | D["HAVE_STRPBRK"]=" 1"
|
---|
1143 | D["HAVE_PIPE"]=" 1"
|
---|
1144 | D["HAVE_STRFTIME"]=" 1"
|
---|
1145 | D["HAVE_SIGPROCMASK"]=" 1"
|
---|
1146 | D["HAVE_SIGBLOCK"]=" 1"
|
---|
1147 | D["HAVE_SIGACTION"]=" 1"
|
---|
1148 | D["HAVE_SIGSET"]=" 1"
|
---|
1149 | D["HAVE_INNETGR"]=" 1"
|
---|
1150 | D["HAVE_SETNETGRENT"]=" 1"
|
---|
1151 | D["HAVE_GETNETGRENT"]=" 1"
|
---|
1152 | D["HAVE_ENDNETGRENT"]=" 1"
|
---|
1153 | D["HAVE_INITGROUPS"]=" 1"
|
---|
1154 | D["HAVE_SELECT"]=" 1"
|
---|
1155 | D["HAVE_GETGRNAM"]=" 1"
|
---|
1156 | D["HAVE_GETGRENT"]=" 1"
|
---|
1157 | D["HAVE_PATHCONF"]=" 1"
|
---|
1158 | D["HAVE_REALPATH"]=" 1"
|
---|
1159 | D["HAVE_SETGROUPS"]=" 1"
|
---|
1160 | D["HAVE_SYSCONF"]=" 1"
|
---|
1161 | D["HAVE_MKTIME"]=" 1"
|
---|
1162 | D["HAVE_RENAME"]=" 1"
|
---|
1163 | D["HAVE_FTRUNCATE"]=" 1"
|
---|
1164 | D["HAVE_CHSIZE"]=" 1"
|
---|
1165 | D["HAVE_ATEXIT"]=" 1"
|
---|
1166 | D["HAVE_DUP2"]=" 1"
|
---|
1167 | D["HAVE_SETLINEBUF"]=" 1"
|
---|
1168 | D["HAVE_GETPWENT_R"]=" 1"
|
---|
1169 | D["HAVE_SRANDOM"]=" 1"
|
---|
1170 | D["HAVE_RANDOM"]=" 1"
|
---|
1171 | D["HAVE_SRAND"]=" 1"
|
---|
1172 | D["HAVE_RAND"]=" 1"
|
---|
1173 | D["HAVE_SETENV"]=" 1"
|
---|
1174 | D["HAVE_USLEEP"]=" 1"
|
---|
1175 | D["HAVE_STRCASECMP"]=" 1"
|
---|
1176 | D["HAVE_SYMLINK"]=" 1"
|
---|
1177 | D["HAVE_READLINK"]=" 1"
|
---|
1178 | D["HAVE_SYSLOG"]=" 1"
|
---|
1179 | D["HAVE_VSYSLOG"]=" 1"
|
---|
1180 | D["HAVE_SETLOCALE"]=" 1"
|
---|
1181 | D["HAVE_NL_LANGINFO"]=" 1"
|
---|
1182 | D["HAVE_NANOSLEEP"]=" 1"
|
---|
1183 | D["HAVE_MEMALIGN"]=" 1"
|
---|
1184 | D["HAVE_POSIX_MEMALIGN"]=" 1"
|
---|
1185 | D["HAVE_HSTRERROR"]=" 1"
|
---|
1186 | D["HAVE_SYS_MMAN_H"]=" 1"
|
---|
1187 | D["HAVE_SETBUFFER"]=" 1"
|
---|
1188 | D["HAVE_SHMGET"]=" 1"
|
---|
1189 | D["HAVE_GETTEXT"]=" 1"
|
---|
1190 | D["HAVE_DGETTEXT"]=" 1"
|
---|
1191 | D["HAVE__DUP"]=" 1"
|
---|
1192 | D["HAVE__DUP2"]=" 1"
|
---|
1193 | D["HAVE__OPENDIR"]=" 1"
|
---|
1194 | D["HAVE__READDIR"]=" 1"
|
---|
1195 | D["HAVE__SEEKDIR"]=" 1"
|
---|
1196 | D["HAVE__TELLDIR"]=" 1"
|
---|
1197 | D["HAVE__CLOSEDIR"]=" 1"
|
---|
1198 | D["HAVE___DUP"]=" 1"
|
---|
1199 | D["HAVE___DUP2"]=" 1"
|
---|
1200 | D["HAVE__GETCWD"]=" 1"
|
---|
1201 | D["HAVE__STAT"]=" 1"
|
---|
1202 | D["HAVE__LSTAT"]=" 1"
|
---|
1203 | D["HAVE__FSTAT"]=" 1"
|
---|
1204 | D["HAVE__OPEN"]=" 1"
|
---|
1205 | D["HAVE__CHDIR"]=" 1"
|
---|
1206 | D["HAVE__CLOSE"]=" 1"
|
---|
1207 | D["HAVE___CLOSE"]=" 1"
|
---|
1208 | D["HAVE__FCHDIR"]=" 1"
|
---|
1209 | D["HAVE__FCNTL"]=" 1"
|
---|
1210 | D["HAVE__LSEEK"]=" 1"
|
---|
1211 | D["HAVE__READ"]=" 1"
|
---|
1212 | D["HAVE___READ"]=" 1"
|
---|
1213 | D["HAVE__WRITE"]=" 1"
|
---|
1214 | D["HAVE___WRITE"]=" 1"
|
---|
1215 | D["HAVE__FORK"]=" 1"
|
---|
1216 | D["HAVE_PREAD"]=" 1"
|
---|
1217 | D["HAVE__PREAD"]=" 1"
|
---|
1218 | D["HAVE_PWRITE"]=" 1"
|
---|
1219 | D["HAVE__PWRITE"]=" 1"
|
---|
1220 | D["HAVE_PRCTL"]=" 1"
|
---|
1221 | D["HAVE_GETGROUPLIST"]=" 1"
|
---|
1222 | D["HAVE_STAT_ST_BIRTHTIMESPEC"]=" 1"
|
---|
1223 | D["HAVE_STRSIGNAL"]=" 1"
|
---|
1224 | D["STAT_ST_BLOCKSIZE"]=" 512"
|
---|
1225 | D["SHLIBEXT"]=" \"shared_libraries_disabled\""
|
---|
1226 | D["HAVE_LONGLONG"]=" 1"
|
---|
1227 | D["COMPILER_SUPPORTS_LL"]=" 1"
|
---|
1228 | D["SIZEOF_OFF_T"]=" 8"
|
---|
1229 | D["SIZEOF_INO_T"]=" 8"
|
---|
1230 | D["HAVE_DEVICE_MAJOR_FN"]=" 1"
|
---|
1231 | D["HAVE_DEVICE_MINOR_FN"]=" 1"
|
---|
1232 | D["HAVE_MAKEDEV"]=" 1"
|
---|
1233 | D["SEEKDIR_RETURNS_VOID"]=" 1"
|
---|
1234 | D["HAVE_FUNCTION_MACRO"]=" 1"
|
---|
1235 | D["HAVE_GETTIMEOFDAY_TZ"]=" 1"
|
---|
1236 | D["HAVE_UTIMBUF"]=" 1"
|
---|
1237 | D["HAVE_UT_UT_NAME"]=" 1"
|
---|
1238 | D["HAVE_UT_UT_HOST"]=" 1"
|
---|
1239 | D["HAVE_UT_UT_TIME"]=" 1"
|
---|
1240 | D["HAVE_ICONV"]=" 1"
|
---|
1241 | D["HAVE_NATIVE_ICONV"]=" 1"
|
---|
1242 | D["DEFAULT_DOS_CHARSET"]=" \"CP850\""
|
---|
1243 | D["DEFAULT_DISPLAY_CHARSET"]=" \"ASCII\""
|
---|
1244 | D["DEFAULT_UNIX_CHARSET"]=" \"UTF-8\""
|
---|
1245 | D["HAVE_FTRUNCATE_EXTEND"]=" 1"
|
---|
1246 | D["SYSCONF_SC_NGROUPS_MAX"]=" 1"
|
---|
1247 | D["SYSCONF_SC_NPROCESSORS_ONLN"]=" 1"
|
---|
1248 | D["SYSCONF_SC_PAGESIZE"]=" 1"
|
---|
1249 | D["HAVE_GETPAGESIZE"]=" 1"
|
---|
1250 | D["USE_SETREUID"]=" 1"
|
---|
1251 | D["HAVE_FCNTL_LOCK"]=" 1"
|
---|
1252 | D["HAVE_STAT_ST_BLOCKS"]=" 1"
|
---|
1253 | D["HAVE_STAT_ST_BLKSIZE"]=" 1"
|
---|
1254 | D["HAVE_STAT_ST_FLAGS"]=" 1"
|
---|
1255 | D["BROKEN_NISPLUS_INCLUDE_FILES"]=" 1"
|
---|
1256 | D["REALPATH_TAKES_NULL"]=" 1"
|
---|
1257 | D["HAVE_LDAP_H"]=" 1"
|
---|
1258 | D["HAVE_LBER_H"]=" 1"
|
---|
1259 | D["HAVE_BER_SCANF"]=" 1"
|
---|
1260 | D["HAVE_LIBLBER"]=" 1"
|
---|
1261 | D["HAVE_BER_SOCKBUF_ADD_IO"]=" 1"
|
---|
1262 | D["HAVE_LDAP_SASL_WRAPPING"]=" 1"
|
---|
1263 | D["HAVE_LBER_LOG_PRINT_FN"]=" 1"
|
---|
1264 | D["LDAP_SET_REBIND_PROC_ARGS"]=" 3"
|
---|
1265 | D["HAVE_CRYPT"]=" 1"
|
---|
1266 | D["WITH_UTMP"]=" 1"
|
---|
1267 | D["STAT_STATVFS"]=" 1"
|
---|
1268 | D["HAVE_FSID_INT"]=" 1"
|
---|
1269 | D["HAVE_FRSIZE"]=" 1"
|
---|
1270 | D["HAVE_EXPLICIT_LARGEFILE_SUPPORT"]=" 1"
|
---|
1271 | D["HAVE_NO_ACLS"]=" 1"
|
---|
1272 | D["HAVE_NO_AIO"]=" 1"
|
---|
1273 | D["HAVE_PTHREAD"]=" 1"
|
---|
1274 | D["HAVE_SYS_STATFS_H"]=" 1"
|
---|
1275 | D["static_init_pdb"]=" { pdb_smbpasswd_init(); pdb_tdbsam_init();}"
|
---|
1276 | D["static_decl_pdb"]=" extern NTSTATUS pdb_smbpasswd_init(void); extern NTSTATUS pdb_tdbsam_init(void);"
|
---|
1277 | D["static_init_rpc"]=" { rpc_lsarpc_init(); rpc_winreg_init(); rpc_initshutdown_init(); rpc_dssetup_init(); rpc_wkssvc_init(); rpc_svcctl2_in"\
|
---|
1278 | "it(); rpc_ntsvcs2_init(); rpc_netlogon_init(); rpc_netdfs_init(); rpc_srvsvc_init(); rpc_spoolss_init(); rpc_eventlog2_init(); rpc_samr_init("\
|
---|
1279 | ");}"
|
---|
1280 | D["static_decl_rpc"]=" extern NTSTATUS rpc_lsarpc_init(void); extern NTSTATUS rpc_winreg_init(void); extern NTSTATUS rpc_initshutdown_init(void); "\
|
---|
1281 | "extern NTSTATUS rpc_dssetup_init(void); extern NTSTATUS rpc_wkssvc_init(void); extern NTSTATUS rpc_svcctl2_init(void); extern NTSTATUS rpc_ntsvcs2_i"\
|
---|
1282 | "nit(void); extern NTSTATUS rpc_netlogon_init(void); extern NTSTATUS rpc_netdfs_init(void); extern NTSTATUS rpc_srvsvc_init(void); extern NTSTATUS rp"\
|
---|
1283 | "c_spoolss_init(void); extern NTSTATUS rpc_eventlog2_init(void); extern NTSTATUS rpc_samr_init(void);"
|
---|
1284 | D["static_init_idmap"]=" { idmap_tdb_init(); idmap_passdb_init(); idmap_nss_init();}"
|
---|
1285 | D["static_decl_idmap"]=" extern NTSTATUS idmap_tdb_init(void); extern NTSTATUS idmap_passdb_init(void); extern NTSTATUS idmap_nss_init(void);"
|
---|
1286 | D["static_init_nss_info"]=" { nss_info_template_init();}"
|
---|
1287 | D["static_decl_nss_info"]=" extern NTSTATUS nss_info_template_init(void);"
|
---|
1288 | D["static_init_charset"]=" { charset_CP850_init(); charset_CP437_init();}"
|
---|
1289 | D["static_decl_charset"]=" extern NTSTATUS charset_CP850_init(void); extern NTSTATUS charset_CP437_init(void);"
|
---|
1290 | D["static_init_auth"]=" { auth_sam_init(); auth_unix_init(); auth_winbind_init(); auth_server_init(); auth_domain_init(); auth_builtin_init()"\
|
---|
1291 | "; auth_script_init();}"
|
---|
1292 | D["static_decl_auth"]=" extern NTSTATUS auth_sam_init(void); extern NTSTATUS auth_unix_init(void); extern NTSTATUS auth_winbind_init(void); extern"\
|
---|
1293 | " NTSTATUS auth_server_init(void); extern NTSTATUS auth_domain_init(void); extern NTSTATUS auth_builtin_init(void); extern NTSTATUS auth_script_init("\
|
---|
1294 | "void);"
|
---|
1295 | D["static_init_vfs"]=" { vfs_default_init(); vfs_recycle_init(); vfs_audit_init(); vfs_extd_audit_init(); vfs_full_audit_init(); vfs_netatalk"\
|
---|
1296 | "_init(); vfs_fake_perms_init(); vfs_default_quota_init(); vfs_readonly_init(); vfs_cap_init(); vfs_expand_msdfs_init(); vfs_shadow_copy_init()"\
|
---|
1297 | "; vfs_shadow_copy2_init(); vfs_xattr_tdb_init(); vfs_streams_xattr_init(); vfs_streams_depot_init(); vfs_readahead_init(); vfs_acl_xattr_init("\
|
---|
1298 | "); vfs_acl_tdb_init(); vfs_smb_traffic_analyzer_init();}"
|
---|
1299 | D["static_decl_vfs"]=" extern NTSTATUS vfs_default_init(void); extern NTSTATUS vfs_recycle_init(void); extern NTSTATUS vfs_audit_init(void); exter"\
|
---|
1300 | "n NTSTATUS vfs_extd_audit_init(void); extern NTSTATUS vfs_full_audit_init(void); extern NTSTATUS vfs_netatalk_init(void); extern NTSTATUS vfs_fake_p"\
|
---|
1301 | "erms_init(void); extern NTSTATUS vfs_default_quota_init(void); extern NTSTATUS vfs_readonly_init(void); extern NTSTATUS vfs_cap_init(void); extern N"\
|
---|
1302 | "TSTATUS vfs_expand_msdfs_init(void); extern NTSTATUS vfs_shadow_copy_init(void); extern NTSTATUS vfs_shadow_copy2_init(void); extern NTSTATUS vfs_xa"\
|
---|
1303 | "ttr_tdb_init(void); extern NTSTATUS vfs_streams_xattr_init(void); extern NTSTATUS vfs_streams_depot_init(void); extern NTSTATUS vfs_readahead_init(v"\
|
---|
1304 | "oid); extern NTSTATUS vfs_acl_xattr_init(void); extern NTSTATUS vfs_acl_tdb_init(void); extern NTSTATUS vfs_smb_traffic_analyzer_init(void);"
|
---|
1305 | D["static_init_gpext"]=" {}"
|
---|
1306 | D["static_decl_gpext"]=" "
|
---|
1307 | D["STRING_STATIC_MODULES"]=" \" pdb_smbpasswd pdb_tdbsam rpc_lsarpc rpc_winreg rpc_initshutdown rpc_dssetup rpc_wkssvc rpc_svcctl2 rpc_ntsvcs2 rpc_n"\
|
---|
1308 | "etlogon rpc_netdfs rpc_srvsvc rpc_spoolss rpc_eventlog2 rpc_samr idmap_tdb idmap_passdb idmap_nss nss_info_template charset_CP850 charset_CP437 auth"\
|
---|
1309 | "_sam auth_unix auth_winbind auth_server auth_domain auth_builtin auth_script vfs_default vfs_recycle vfs_audit vfs_extd_audit vfs_full_audit vfs_net"\
|
---|
1310 | "atalk vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap vfs_expand_msdfs vfs_shadow_copy vfs_shadow_copy2 vfs_xattr_tdb vfs_streams_xattr vfs_st"\
|
---|
1311 | "reams_depot vfs_readahead vfs_acl_xattr vfs_acl_tdb vfs_smb_traffic_analyzer\""
|
---|
1312 | for (key in D) D_is_set[key] = 1
|
---|
1313 | FS = ""
|
---|
1314 | }
|
---|
1315 | /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
|
---|
1316 | line = $ 0
|
---|
1317 | split(line, arg, " ")
|
---|
1318 | if (arg[1] == "#") {
|
---|
1319 | defundef = arg[2]
|
---|
1320 | mac1 = arg[3]
|
---|
1321 | } else {
|
---|
1322 | defundef = substr(arg[1], 2)
|
---|
1323 | mac1 = arg[2]
|
---|
1324 | }
|
---|
1325 | split(mac1, mac2, "(") #)
|
---|
1326 | macro = mac2[1]
|
---|
1327 | prefix = substr(line, 1, index(line, defundef) - 1)
|
---|
1328 | if (D_is_set[macro]) {
|
---|
1329 | # Preserve the white space surrounding the "#".
|
---|
1330 | print prefix "define", macro P[macro] D[macro]
|
---|
1331 | next
|
---|
1332 | } else {
|
---|
1333 | # Replace #undef with comments. This is necessary, for example,
|
---|
1334 | # in the case of _POSIX_SOURCE, which is predefined and required
|
---|
1335 | # on some systems where configure will not decide to define it.
|
---|
1336 | if (defundef == "undef") {
|
---|
1337 | print "/*", prefix defundef, macro, "*/"
|
---|
1338 | next
|
---|
1339 | }
|
---|
1340 | }
|
---|
1341 | }
|
---|
1342 | { print }
|
---|
1343 | _ACAWK
|
---|
1344 | { { $as_echo "$as_me:81685: error: could not setup config headers machinery" >&5
|
---|
1345 | $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
|
---|
1346 | { (exit 1); exit 1; }; }
|
---|
1347 | fi # test -n "$CONFIG_HEADERS"
|
---|
1348 |
|
---|
1349 |
|
---|
1350 | eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
|
---|
1351 | shift
|
---|
1352 | for ac_tag
|
---|
1353 | do
|
---|
1354 | case $ac_tag in
|
---|
1355 | :[FHLC]) ac_mode=$ac_tag; continue;;
|
---|
1356 | esac
|
---|
1357 | case $ac_mode$ac_tag in
|
---|
1358 | :[FHL]*:*);;
|
---|
1359 | :L* | :C*:*) { { $as_echo "$as_me:81700: error: invalid tag $ac_tag" >&5
|
---|
1360 | $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
|
---|
1361 | { (exit 1); exit 1; }; };;
|
---|
1362 | :[FH]-) ac_tag=-:-;;
|
---|
1363 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
|
---|
1364 | esac
|
---|
1365 | ac_save_IFS=$IFS
|
---|
1366 | IFS=:
|
---|
1367 | set x $ac_tag
|
---|
1368 | IFS=$ac_save_IFS
|
---|
1369 | shift
|
---|
1370 | ac_file=$1
|
---|
1371 | shift
|
---|
1372 |
|
---|
1373 | case $ac_mode in
|
---|
1374 | :L) ac_source=$1;;
|
---|
1375 | :[FH])
|
---|
1376 | ac_file_inputs=
|
---|
1377 | for ac_f
|
---|
1378 | do
|
---|
1379 | case $ac_f in
|
---|
1380 | -) ac_f="$tmp/stdin";;
|
---|
1381 | *) # Look for the file first in the build tree, then in the source tree
|
---|
1382 | # (if the path is not absolute). The absolute path cannot be DOS-style,
|
---|
1383 | # because $ac_f cannot contain `:'.
|
---|
1384 | test -f "$ac_f" ||
|
---|
1385 | case $ac_f in
|
---|
1386 | [\\/$]*) false;;
|
---|
1387 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
|
---|
1388 | esac ||
|
---|
1389 | { { $as_echo "$as_me:81730: error: cannot find input file: $ac_f" >&5
|
---|
1390 | $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
|
---|
1391 | { (exit 1); exit 1; }; };;
|
---|
1392 | esac
|
---|
1393 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
|
---|
1394 | ac_file_inputs="$ac_file_inputs '$ac_f'"
|
---|
1395 | done
|
---|
1396 |
|
---|
1397 | # Let's still pretend it is `configure' which instantiates (i.e., don't
|
---|
1398 | # use $as_me), people would be surprised to read:
|
---|
1399 | # /* config.h. Generated by config.status. */
|
---|
1400 | configure_input='Generated from '`
|
---|
1401 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
|
---|
1402 | `' by configure.'
|
---|
1403 | if test x"$ac_file" != x-; then
|
---|
1404 | configure_input="$ac_file. $configure_input"
|
---|
1405 | { $as_echo "$as_me:81746: creating $ac_file" >&5
|
---|
1406 | $as_echo "$as_me: creating $ac_file" >&6;}
|
---|
1407 | fi
|
---|
1408 | # Neutralize special characters interpreted by sed in replacement strings.
|
---|
1409 | case $configure_input in #(
|
---|
1410 | *\&* | *\|* | *\\* )
|
---|
1411 | ac_sed_conf_input=`$as_echo "$configure_input" |
|
---|
1412 | sed 's/[\\\\&|]/\\\\&/g'`;; #(
|
---|
1413 | *) ac_sed_conf_input=$configure_input;;
|
---|
1414 | esac
|
---|
1415 |
|
---|
1416 | case $ac_tag in
|
---|
1417 | *:-:* | *:-) cat >"$tmp/stdin" \
|
---|
1418 | || { { $as_echo "$as_me:81759: error: could not create $ac_file" >&5
|
---|
1419 | $as_echo "$as_me: error: could not create $ac_file" >&2;}
|
---|
1420 | { (exit 1); exit 1; }; } ;;
|
---|
1421 | esac
|
---|
1422 | ;;
|
---|
1423 | esac
|
---|
1424 |
|
---|
1425 | ac_dir=`$as_dirname -- "$ac_file" ||
|
---|
1426 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
---|
1427 | X"$ac_file" : 'X\(//\)[^/]' \| \
|
---|
1428 | X"$ac_file" : 'X\(//\)$' \| \
|
---|
1429 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
|
---|
1430 | $as_echo X"$ac_file" |
|
---|
1431 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
---|
1432 | s//\1/
|
---|
1433 | q
|
---|
1434 | }
|
---|
1435 | /^X\(\/\/\)[^/].*/{
|
---|
1436 | s//\1/
|
---|
1437 | q
|
---|
1438 | }
|
---|
1439 | /^X\(\/\/\)$/{
|
---|
1440 | s//\1/
|
---|
1441 | q
|
---|
1442 | }
|
---|
1443 | /^X\(\/\).*/{
|
---|
1444 | s//\1/
|
---|
1445 | q
|
---|
1446 | }
|
---|
1447 | s/.*/./; q'`
|
---|
1448 | { as_dir="$ac_dir"
|
---|
1449 | case $as_dir in #(
|
---|
1450 | -*) as_dir=./$as_dir;;
|
---|
1451 | esac
|
---|
1452 | test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
|
---|
1453 | as_dirs=
|
---|
1454 | while :; do
|
---|
1455 | case $as_dir in #(
|
---|
1456 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
|
---|
1457 | *) as_qdir=$as_dir;;
|
---|
1458 | esac
|
---|
1459 | as_dirs="'$as_qdir' $as_dirs"
|
---|
1460 | as_dir=`$as_dirname -- "$as_dir" ||
|
---|
1461 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
---|
1462 | X"$as_dir" : 'X\(//\)[^/]' \| \
|
---|
1463 | X"$as_dir" : 'X\(//\)$' \| \
|
---|
1464 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
|
---|
1465 | $as_echo X"$as_dir" |
|
---|
1466 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
---|
1467 | s//\1/
|
---|
1468 | q
|
---|
1469 | }
|
---|
1470 | /^X\(\/\/\)[^/].*/{
|
---|
1471 | s//\1/
|
---|
1472 | q
|
---|
1473 | }
|
---|
1474 | /^X\(\/\/\)$/{
|
---|
1475 | s//\1/
|
---|
1476 | q
|
---|
1477 | }
|
---|
1478 | /^X\(\/\).*/{
|
---|
1479 | s//\1/
|
---|
1480 | q
|
---|
1481 | }
|
---|
1482 | s/.*/./; q'`
|
---|
1483 | test -d "$as_dir" && break
|
---|
1484 | done
|
---|
1485 | test -z "$as_dirs" || eval "mkdir $as_dirs"
|
---|
1486 | } || test -d "$as_dir" || { { $as_echo "$as_me:81827: error: cannot create directory $as_dir" >&5
|
---|
1487 | $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
|
---|
1488 | { (exit 1); exit 1; }; }; }
|
---|
1489 | ac_builddir=.
|
---|
1490 |
|
---|
1491 | case "$ac_dir" in
|
---|
1492 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
---|
1493 | *)
|
---|
1494 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
|
---|
1495 | # A ".." for each directory in $ac_dir_suffix.
|
---|
1496 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
|
---|
1497 | case $ac_top_builddir_sub in
|
---|
1498 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
|
---|
1499 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
|
---|
1500 | esac ;;
|
---|
1501 | esac
|
---|
1502 | ac_abs_top_builddir=$ac_pwd
|
---|
1503 | ac_abs_builddir=$ac_pwd$ac_dir_suffix
|
---|
1504 | # for backward compatibility:
|
---|
1505 | ac_top_builddir=$ac_top_build_prefix
|
---|
1506 |
|
---|
1507 | case $srcdir in
|
---|
1508 | .) # We are building in place.
|
---|
1509 | ac_srcdir=.
|
---|
1510 | ac_top_srcdir=$ac_top_builddir_sub
|
---|
1511 | ac_abs_top_srcdir=$ac_pwd ;;
|
---|
1512 | [\\/]* | ?:[\\/]* ) # Absolute name.
|
---|
1513 | ac_srcdir=$srcdir$ac_dir_suffix;
|
---|
1514 | ac_top_srcdir=$srcdir
|
---|
1515 | ac_abs_top_srcdir=$srcdir ;;
|
---|
1516 | *) # Relative name.
|
---|
1517 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
|
---|
1518 | ac_top_srcdir=$ac_top_build_prefix$srcdir
|
---|
1519 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
|
---|
1520 | esac
|
---|
1521 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
|
---|
1522 |
|
---|
1523 |
|
---|
1524 | case $ac_mode in
|
---|
1525 | :F)
|
---|
1526 | #
|
---|
1527 | # CONFIG_FILE
|
---|
1528 | #
|
---|
1529 |
|
---|
1530 | case $INSTALL in
|
---|
1531 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
|
---|
1532 | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
|
---|
1533 | esac
|
---|
1534 | # If the template does not know about datarootdir, expand it.
|
---|
1535 | # FIXME: This hack should be removed a few years after 2.60.
|
---|
1536 | ac_datarootdir_hack=; ac_datarootdir_seen=
|
---|
1537 |
|
---|
1538 | ac_sed_dataroot='
|
---|
1539 | /datarootdir/ {
|
---|
1540 | p
|
---|
1541 | q
|
---|
1542 | }
|
---|
1543 | /@datadir@/p
|
---|
1544 | /@docdir@/p
|
---|
1545 | /@infodir@/p
|
---|
1546 | /@localedir@/p
|
---|
1547 | /@mandir@/p
|
---|
1548 | '
|
---|
1549 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
|
---|
1550 | *datarootdir*) ac_datarootdir_seen=yes;;
|
---|
1551 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
|
---|
1552 | { $as_echo "$as_me:81896: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
|
---|
1553 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
|
---|
1554 | ac_datarootdir_hack='
|
---|
1555 | s&@datadir@&${datarootdir}&g
|
---|
1556 | s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
|
---|
1557 | s&@infodir@&${datarootdir}/info&g
|
---|
1558 | s&@localedir@&${prefix}/share/locale&g
|
---|
1559 | s&@mandir@&${datarootdir}/man&g
|
---|
1560 | s&\${datarootdir}&${prefix}/share&g' ;;
|
---|
1561 | esac
|
---|
1562 | ac_sed_extra="/^[ ]*VPATH[ ]*=/{
|
---|
1563 | s/:*\$(srcdir):*/:/
|
---|
1564 | s/:*\${srcdir}:*/:/
|
---|
1565 | s/:*@srcdir@:*/:/
|
---|
1566 | s/^\([^=]*=[ ]*\):*/\1/
|
---|
1567 | s/:*$//
|
---|
1568 | s/^[^=]*=[ ]*$//
|
---|
1569 | }
|
---|
1570 |
|
---|
1571 | :t
|
---|
1572 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
|
---|
1573 | s|@configure_input@|$ac_sed_conf_input|;t t
|
---|
1574 | s&@top_builddir@&$ac_top_builddir_sub&;t t
|
---|
1575 | s&@top_build_prefix@&$ac_top_build_prefix&;t t
|
---|
1576 | s&@srcdir@&$ac_srcdir&;t t
|
---|
1577 | s&@abs_srcdir@&$ac_abs_srcdir&;t t
|
---|
1578 | s&@top_srcdir@&$ac_top_srcdir&;t t
|
---|
1579 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
|
---|
1580 | s&@builddir@&$ac_builddir&;t t
|
---|
1581 | s&@abs_builddir@&$ac_abs_builddir&;t t
|
---|
1582 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
|
---|
1583 | s&@INSTALL@&$ac_INSTALL&;t t
|
---|
1584 | $ac_datarootdir_hack
|
---|
1585 | "
|
---|
1586 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
|
---|
1587 | || { { $as_echo "$as_me:81934: error: could not create $ac_file" >&5
|
---|
1588 | $as_echo "$as_me: error: could not create $ac_file" >&2;}
|
---|
1589 | { (exit 1); exit 1; }; }
|
---|
1590 |
|
---|
1591 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
|
---|
1592 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
|
---|
1593 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
|
---|
1594 | { $as_echo "$as_me:81941: WARNING: $ac_file contains a reference to the variable \`datarootdir'
|
---|
1595 | which seems to be undefined. Please make sure it is defined." >&5
|
---|
1596 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
|
---|
1597 | which seems to be undefined. Please make sure it is defined." >&2;}
|
---|
1598 |
|
---|
1599 | rm -f "$tmp/stdin"
|
---|
1600 | case $ac_file in
|
---|
1601 | -) cat "$tmp/out" && rm -f "$tmp/out";;
|
---|
1602 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
|
---|
1603 | esac \
|
---|
1604 | || { { $as_echo "$as_me:81951: error: could not create $ac_file" >&5
|
---|
1605 | $as_echo "$as_me: error: could not create $ac_file" >&2;}
|
---|
1606 | { (exit 1); exit 1; }; }
|
---|
1607 | ;;
|
---|
1608 | :H)
|
---|
1609 | #
|
---|
1610 | # CONFIG_HEADER
|
---|
1611 | #
|
---|
1612 | if test x"$ac_file" != x-; then
|
---|
1613 | {
|
---|
1614 | $as_echo "/* $configure_input */" \
|
---|
1615 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
|
---|
1616 | } >"$tmp/config.h" \
|
---|
1617 | || { { $as_echo "$as_me:81964: error: could not create $ac_file" >&5
|
---|
1618 | $as_echo "$as_me: error: could not create $ac_file" >&2;}
|
---|
1619 | { (exit 1); exit 1; }; }
|
---|
1620 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
|
---|
1621 | { $as_echo "$as_me:81968: $ac_file is unchanged" >&5
|
---|
1622 | $as_echo "$as_me: $ac_file is unchanged" >&6;}
|
---|
1623 | else
|
---|
1624 | rm -f "$ac_file"
|
---|
1625 | mv "$tmp/config.h" "$ac_file" \
|
---|
1626 | || { { $as_echo "$as_me:81973: error: could not create $ac_file" >&5
|
---|
1627 | $as_echo "$as_me: error: could not create $ac_file" >&2;}
|
---|
1628 | { (exit 1); exit 1; }; }
|
---|
1629 | fi
|
---|
1630 | else
|
---|
1631 | $as_echo "/* $configure_input */" \
|
---|
1632 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
|
---|
1633 | || { { $as_echo "$as_me:81980: error: could not create -" >&5
|
---|
1634 | $as_echo "$as_me: error: could not create -" >&2;}
|
---|
1635 | { (exit 1); exit 1; }; }
|
---|
1636 | fi
|
---|
1637 | ;;
|
---|
1638 |
|
---|
1639 | :C) { $as_echo "$as_me:81986: executing $ac_file commands" >&5
|
---|
1640 | $as_echo "$as_me: executing $ac_file commands" >&6;}
|
---|
1641 | ;;
|
---|
1642 | esac
|
---|
1643 |
|
---|
1644 |
|
---|
1645 | case $ac_file$ac_mode in
|
---|
1646 | "rm-stdint.h":C) rm -f $libreplacedir/stdint.h ;;
|
---|
1647 | "mk-stdint.h":C) echo "#include \"replace.h\"" > $libreplacedir/stdint.h ;;
|
---|
1648 | "rm-stdbool.h":C) rm -f $libreplacedir/stdbool.h ;;
|
---|
1649 | "mk-stdbool.h":C) echo "#include \"replace.h\"" > $libreplacedir/stdbool.h ;;
|
---|
1650 |
|
---|
1651 | esac
|
---|
1652 | done # for ac_tag
|
---|
1653 |
|
---|
1654 |
|
---|
1655 | { (exit 0); exit 0; }
|
---|