1 | #! /bin/sh |
---|
2 | # Generated by configure. |
---|
3 | # Run this file to recreate the current configuration. |
---|
4 | # Compiler output produced by configure, useful for debugging |
---|
5 | # configure, is in config.log if it exists. |
---|
6 | |
---|
7 | debug=false |
---|
8 | ac_cs_recheck=false |
---|
9 | ac_cs_silent=false |
---|
10 | SHELL=${CONFIG_SHELL-/bin/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=$LINENO |
---|
177 | as_lineno_2=$LINENO |
---|
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 $LINENO |
---|
182 | # uniformly replaced by the line number. The first 'sed' inserts a |
---|
183 | # line-number line after each line using $LINENO; the second 'sed' |
---|
184 | # does the real work. The second script uses 'N' to pair each |
---|
185 | # line-number line with the line containing $LINENO, and appends |
---|
186 | # trailing '-' during substitution so that $LINENO 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 BOINC $as_me 6.6.37, 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=" version.h api/Makefile apps/Makefile clientgui/Makefile clientgui/res/Makefile client/Makefile client/win/boinc_path_config.py:py/Boinc/boinc_path_config.py.in client/scripts/Makefile client/scripts/boinc-client db/Makefile doc/Makefile doc/manpages/Makefile lib/Makefile locale/Makefile Makefile py/Boinc/boinc_path_config.py:py/Boinc/boinc_path_config.py.in py/Boinc/Makefile py/boinc_path_config.py:py/Boinc/boinc_path_config.py.in py/Boinc/version.py py/Makefile sched/boinc_path_config.py:py/Boinc/boinc_path_config.py.in sched/Makefile packages/generic/sea/Makefile test/boinc_path_config.py:py/Boinc/boinc_path_config.py.in test/Makefile test/version.inc tools/boinc_path_config.py:py/Boinc/boinc_path_config.py.in tools/Makefile m4/Makefile" |
---|
326 | config_headers=" config.h" |
---|
327 | config_commands=" depfiles" |
---|
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 | BOINC config.status 6.6.37 |
---|
359 | configured by ./configure, generated by GNU Autoconf 2.63, |
---|
360 | with options \"'--build=x86_64-unknown-linux-gnu' '--host=x86_64-unknown-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-static' '--disable-server' '--disable-fcgi' '--enable-unicode' '--with-ssl' '--with-x' 'STRIP=:' 'DOCBOOK2X_MAN=/usr/bin/db2x_docbook2man' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'FFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules'\" |
---|
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='/home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6' |
---|
367 | srcdir='.' |
---|
368 | INSTALL='/usr/bin/install -c' |
---|
369 | MKDIR_P='/bin/mkdir -p' |
---|
370 | AWK='gawk' |
---|
371 | test -n "$AWK" || AWK=awk |
---|
372 | # The default lists apply if the user does not specify any file. |
---|
373 | ac_need_defaults=: |
---|
374 | while test $# != 0 |
---|
375 | do |
---|
376 | case $1 in |
---|
377 | --*=*) |
---|
378 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
---|
379 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
---|
380 | ac_shift=: |
---|
381 | ;; |
---|
382 | *) |
---|
383 | ac_option=$1 |
---|
384 | ac_optarg=$2 |
---|
385 | ac_shift=shift |
---|
386 | ;; |
---|
387 | esac |
---|
388 | |
---|
389 | case $ac_option in |
---|
390 | # Handling of the options. |
---|
391 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
---|
392 | ac_cs_recheck=: ;; |
---|
393 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
---|
394 | $as_echo "$ac_cs_version"; exit ;; |
---|
395 | --debug | --debu | --deb | --de | --d | -d ) |
---|
396 | debug=: ;; |
---|
397 | --file | --fil | --fi | --f ) |
---|
398 | $ac_shift |
---|
399 | case $ac_optarg in |
---|
400 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
---|
401 | esac |
---|
402 | CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" |
---|
403 | ac_need_defaults=false;; |
---|
404 | --header | --heade | --head | --hea ) |
---|
405 | $ac_shift |
---|
406 | case $ac_optarg in |
---|
407 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
---|
408 | esac |
---|
409 | CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" |
---|
410 | ac_need_defaults=false;; |
---|
411 | --he | --h) |
---|
412 | # Conflict between --help and --header |
---|
413 | { $as_echo "$as_me: error: ambiguous option: $1 |
---|
414 | Try \`$0 --help' for more information." >&2 |
---|
415 | { (exit 1); exit 1; }; };; |
---|
416 | --help | --hel | -h ) |
---|
417 | $as_echo "$ac_cs_usage"; exit ;; |
---|
418 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
---|
419 | | -silent | --silent | --silen | --sile | --sil | --si | --s) |
---|
420 | ac_cs_silent=: ;; |
---|
421 | |
---|
422 | # This is an error. |
---|
423 | -*) { $as_echo "$as_me: error: unrecognized option: $1 |
---|
424 | Try \`$0 --help' for more information." >&2 |
---|
425 | { (exit 1); exit 1; }; } ;; |
---|
426 | |
---|
427 | *) ac_config_targets="$ac_config_targets $1" |
---|
428 | ac_need_defaults=false ;; |
---|
429 | |
---|
430 | esac |
---|
431 | shift |
---|
432 | done |
---|
433 | |
---|
434 | ac_configure_extra_args= |
---|
435 | |
---|
436 | if $ac_cs_silent; then |
---|
437 | exec 6>/dev/null |
---|
438 | ac_configure_extra_args="$ac_configure_extra_args --silent" |
---|
439 | fi |
---|
440 | |
---|
441 | if $ac_cs_recheck; then |
---|
442 | set X '/bin/sh' './configure' '--build=x86_64-unknown-linux-gnu' '--host=x86_64-unknown-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-static' '--disable-server' '--disable-fcgi' '--enable-unicode' '--with-ssl' '--with-x' 'STRIP=:' 'DOCBOOK2X_MAN=/usr/bin/db2x_docbook2man' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'FFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' $ac_configure_extra_args --no-create --no-recursion |
---|
443 | shift |
---|
444 | $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 |
---|
445 | CONFIG_SHELL='/bin/sh' |
---|
446 | export CONFIG_SHELL |
---|
447 | exec "$@" |
---|
448 | fi |
---|
449 | |
---|
450 | exec 5>>config.log |
---|
451 | { |
---|
452 | echo |
---|
453 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
---|
454 | ## Running $as_me. ## |
---|
455 | _ASBOX |
---|
456 | $as_echo "$ac_log" |
---|
457 | } >&5 |
---|
458 | |
---|
459 | # |
---|
460 | # INIT-COMMANDS |
---|
461 | # |
---|
462 | AMDEP_TRUE="" ac_aux_dir="." |
---|
463 | |
---|
464 | |
---|
465 | # Handling of arguments. |
---|
466 | for ac_config_target in $ac_config_targets |
---|
467 | do |
---|
468 | case $ac_config_target in |
---|
469 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
---|
470 | "version.h") CONFIG_FILES="$CONFIG_FILES version.h" ;; |
---|
471 | "api/Makefile") CONFIG_FILES="$CONFIG_FILES api/Makefile" ;; |
---|
472 | "apps/Makefile") CONFIG_FILES="$CONFIG_FILES apps/Makefile" ;; |
---|
473 | "clientgui/Makefile") CONFIG_FILES="$CONFIG_FILES clientgui/Makefile" ;; |
---|
474 | "clientgui/res/Makefile") CONFIG_FILES="$CONFIG_FILES clientgui/res/Makefile" ;; |
---|
475 | "client/Makefile") CONFIG_FILES="$CONFIG_FILES client/Makefile" ;; |
---|
476 | "client/win/boinc_path_config.py") CONFIG_FILES="$CONFIG_FILES client/win/boinc_path_config.py:py/Boinc/boinc_path_config.py.in" ;; |
---|
477 | "client/scripts/Makefile") CONFIG_FILES="$CONFIG_FILES client/scripts/Makefile" ;; |
---|
478 | "client/scripts/boinc-client") CONFIG_FILES="$CONFIG_FILES client/scripts/boinc-client" ;; |
---|
479 | "db/Makefile") CONFIG_FILES="$CONFIG_FILES db/Makefile" ;; |
---|
480 | "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; |
---|
481 | "doc/manpages/Makefile") CONFIG_FILES="$CONFIG_FILES doc/manpages/Makefile" ;; |
---|
482 | "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; |
---|
483 | "locale/Makefile") CONFIG_FILES="$CONFIG_FILES locale/Makefile" ;; |
---|
484 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
---|
485 | "py/Boinc/boinc_path_config.py") CONFIG_FILES="$CONFIG_FILES py/Boinc/boinc_path_config.py:py/Boinc/boinc_path_config.py.in" ;; |
---|
486 | "py/Boinc/Makefile") CONFIG_FILES="$CONFIG_FILES py/Boinc/Makefile" ;; |
---|
487 | "py/boinc_path_config.py") CONFIG_FILES="$CONFIG_FILES py/boinc_path_config.py:py/Boinc/boinc_path_config.py.in" ;; |
---|
488 | "py/Boinc/version.py") CONFIG_FILES="$CONFIG_FILES py/Boinc/version.py" ;; |
---|
489 | "py/Makefile") CONFIG_FILES="$CONFIG_FILES py/Makefile" ;; |
---|
490 | "sched/boinc_path_config.py") CONFIG_FILES="$CONFIG_FILES sched/boinc_path_config.py:py/Boinc/boinc_path_config.py.in" ;; |
---|
491 | "sched/Makefile") CONFIG_FILES="$CONFIG_FILES sched/Makefile" ;; |
---|
492 | "packages/generic/sea/Makefile") CONFIG_FILES="$CONFIG_FILES packages/generic/sea/Makefile" ;; |
---|
493 | "test/boinc_path_config.py") CONFIG_FILES="$CONFIG_FILES test/boinc_path_config.py:py/Boinc/boinc_path_config.py.in" ;; |
---|
494 | "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; |
---|
495 | "test/version.inc") CONFIG_FILES="$CONFIG_FILES test/version.inc" ;; |
---|
496 | "tools/boinc_path_config.py") CONFIG_FILES="$CONFIG_FILES tools/boinc_path_config.py:py/Boinc/boinc_path_config.py.in" ;; |
---|
497 | "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; |
---|
498 | "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; |
---|
499 | "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; |
---|
500 | |
---|
501 | *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
---|
502 | $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
---|
503 | { (exit 1); exit 1; }; };; |
---|
504 | esac |
---|
505 | done |
---|
506 | |
---|
507 | |
---|
508 | # If the user did not use the arguments to specify the items to instantiate, |
---|
509 | # then the envvar interface is used. Set only those that are not. |
---|
510 | # We use the long form for the default assignment because of an extremely |
---|
511 | # bizarre bug on SunOS 4.1.3. |
---|
512 | if $ac_need_defaults; then |
---|
513 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files |
---|
514 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers |
---|
515 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands |
---|
516 | fi |
---|
517 | |
---|
518 | # Have a temporary directory for convenience. Make it in the build tree |
---|
519 | # simply because there is no reason against having it here, and in addition, |
---|
520 | # creating and moving files from /tmp can sometimes cause problems. |
---|
521 | # Hook for its removal unless debugging. |
---|
522 | # Note that there is a small window in which the directory will not be cleaned: |
---|
523 | # after its creation but before its name has been assigned to `$tmp'. |
---|
524 | $debug || |
---|
525 | { |
---|
526 | tmp= |
---|
527 | trap 'exit_status=$? |
---|
528 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
---|
529 | ' 0 |
---|
530 | trap '{ (exit 1); exit 1; }' 1 2 13 15 |
---|
531 | } |
---|
532 | # Create a (secure) tmp directory for tmp files. |
---|
533 | |
---|
534 | { |
---|
535 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
---|
536 | test -n "$tmp" && test -d "$tmp" |
---|
537 | } || |
---|
538 | { |
---|
539 | tmp=./conf$$-$RANDOM |
---|
540 | (umask 077 && mkdir "$tmp") |
---|
541 | } || |
---|
542 | { |
---|
543 | $as_echo "$as_me: cannot create a temporary directory in ." >&2 |
---|
544 | { (exit 1); exit 1; } |
---|
545 | } |
---|
546 | |
---|
547 | # Set up the scripts for CONFIG_FILES section. |
---|
548 | # No need to generate them if there are no CONFIG_FILES. |
---|
549 | # This happens for instance with `./config.status config.h'. |
---|
550 | if test -n "$CONFIG_FILES"; then |
---|
551 | |
---|
552 | |
---|
553 | ac_cr=' |
---|
554 | ' |
---|
555 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
---|
556 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
---|
557 | ac_cs_awk_cr='\\r' |
---|
558 | else |
---|
559 | ac_cs_awk_cr=$ac_cr |
---|
560 | fi |
---|
561 | |
---|
562 | echo 'BEGIN {' >"$tmp/subs1.awk" && |
---|
563 | cat >>"$tmp/subs1.awk" <<\_ACAWK && |
---|
564 | S["am__EXEEXT_FALSE"]="" |
---|
565 | S["am__EXEEXT_TRUE"]="#" |
---|
566 | S["LTLIBOBJS"]="" |
---|
567 | S["LIBOBJS"]="" |
---|
568 | S["FULLNAME"]="Milos Jakubicek" |
---|
569 | S["LOGNAME"]="milos" |
---|
570 | S["CLIENTGUILIBS"]="-pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2."\ |
---|
571 | "8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 " |
---|
572 | S["CLIENTGUIFLAGS"]="" |
---|
573 | S["BOINC_EXTRA_LIBS"]=" -lcurl -lssl -lcrypto -ldl -lnsl -lz" |
---|
574 | S["CLIENTLIBS"]="-lstdc++ -lc_nonshared -lgcc -lgcc_eh -lpthread -lc -lm " |
---|
575 | S["BUILD_STATIC_LIBS_FALSE"]="" |
---|
576 | S["BUILD_STATIC_LIBS_TRUE"]="#" |
---|
577 | S["ENABLE_CLIENT_RELEASE_FALSE"]="" |
---|
578 | S["ENABLE_CLIENT_RELEASE_TRUE"]="#" |
---|
579 | S["INSTALL_HEADERS_FALSE"]="#" |
---|
580 | S["INSTALL_HEADERS_TRUE"]="" |
---|
581 | S["ENABLE_LIBRARIES_FALSE"]="#" |
---|
582 | S["ENABLE_LIBRARIES_TRUE"]="" |
---|
583 | S["ENABLE_MANAGER_FALSE"]="#" |
---|
584 | S["ENABLE_MANAGER_TRUE"]="" |
---|
585 | S["ENABLE_CLIENT_FALSE"]="#" |
---|
586 | S["ENABLE_CLIENT_TRUE"]="" |
---|
587 | S["ENABLE_SERVER_FALSE"]="" |
---|
588 | S["ENABLE_SERVER_TRUE"]="#" |
---|
589 | S["DYNAMIC_CLIENT_FALSE"]="" |
---|
590 | S["DYNAMIC_CLIENT_TRUE"]="#" |
---|
591 | S["ENABLE_FCGI_FALSE"]="" |
---|
592 | S["ENABLE_FCGI_TRUE"]="#" |
---|
593 | S["OS_WIN32_MINGW_FALSE"]="" |
---|
594 | S["OS_WIN32_MINGW_TRUE"]="#" |
---|
595 | S["OS_LINUX_FALSE"]="#" |
---|
596 | S["OS_LINUX_TRUE"]="" |
---|
597 | S["OS_DARWIN_FALSE"]="" |
---|
598 | S["OS_DARWIN_TRUE"]="#" |
---|
599 | S["WX_VERSION"]="2.8.10" |
---|
600 | S["WX_LIBS_STATIC"]="" |
---|
601 | S["WX_LIBS"]="-pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2."\ |
---|
602 | "8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 " |
---|
603 | S["WX_CXXFLAGS_ONLY"]="" |
---|
604 | S["WX_CFLAGS_ONLY"]="-pthread" |
---|
605 | S["WX_CXXFLAGS"]="-I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread" |
---|
606 | S["WX_CFLAGS"]="-I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread" |
---|
607 | S["WX_CPPFLAGS"]="-I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__" |
---|
608 | S["WX_CONFIG_PATH"]="/usr/bin/wx-config" |
---|
609 | S["ALLOCA"]="" |
---|
610 | S["BUILD_GRAPHICS_API_FALSE"]="#" |
---|
611 | S["BUILD_GRAPHICS_API_TRUE"]="" |
---|
612 | S["GLUT_LIBS"]="-lglut -lSM -lICE -lXmu -lXi -lGLU -lGL -lm" |
---|
613 | S["GLUT_CFLAGS"]="-pthread" |
---|
614 | S["GLU_LIBS"]="-lGLU -lGL -lm" |
---|
615 | S["GLU_CFLAGS"]="-pthread" |
---|
616 | S["GL_LIBS"]="-lGL -lm" |
---|
617 | S["GL_CFLAGS"]="-pthread" |
---|
618 | S["X_EXTRA_LIBS"]="" |
---|
619 | S["X_LIBS"]="" |
---|
620 | S["X_PRE_LIBS"]=" -lSM -lICE" |
---|
621 | S["X_CFLAGS"]="" |
---|
622 | S["XMKMF"]="" |
---|
623 | S["PTHREAD_CFLAGS"]="-pthread" |
---|
624 | S["PTHREAD_LIBS"]="" |
---|
625 | S["PTHREAD_CC"]="gcc" |
---|
626 | S["acx_pthread_config"]="" |
---|
627 | S["LD_EXPORT_DYNAMIC"]="" |
---|
628 | S["SSLDIR"]="/usr" |
---|
629 | S["LIBCURL"]="-lcurl " |
---|
630 | S["LIBCURL_CPPFLAGS"]="" |
---|
631 | S["_libcurl_config"]="" |
---|
632 | S["MYSQL_CFLAGS"]="" |
---|
633 | S["MYSQL_LIBS"]="" |
---|
634 | S["MYSQL_CONFIG"]="" |
---|
635 | S["DLLEXT"]="so" |
---|
636 | S["LIBEXT"]="a" |
---|
637 | S["boinc_alt_platform"]="i686-pc-linux-gnu" |
---|
638 | S["boinc_platform"]="x86_64-pc-linux-gnu" |
---|
639 | S["PICFLAGS"]=" -fPIC -DPIC" |
---|
640 | S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool" |
---|
641 | S["CXXCPP"]="g++ -E" |
---|
642 | S["OBJDUMP"]="objdump" |
---|
643 | S["AS"]="as" |
---|
644 | S["DLLTOOL"]="dlltool" |
---|
645 | S["RANLIB"]="ranlib" |
---|
646 | S["AR"]="ar" |
---|
647 | S["ECHO"]="echo" |
---|
648 | S["OBJCFLAGS"]="-ObjC" |
---|
649 | S["OBJC"]="gcc" |
---|
650 | S["am__fastdepOBJC_FALSE"]="" |
---|
651 | S["am__fastdepOBJC_TRUE"]="#" |
---|
652 | S["OBJCDEPMODE"]="depmode=none" |
---|
653 | S["EGREP"]="/bin/grep -E" |
---|
654 | S["GREP"]="/bin/grep" |
---|
655 | S["CLIENT_GUI_BIN_FILENAME"]="boincmgr" |
---|
656 | S["CLIENT_CMD_BIN_FILENAME"]="boinccmd" |
---|
657 | S["CLIENT_BIN_FILENAME"]="boinc" |
---|
658 | S["HAVE_DOCBOOK2X_MAN_FALSE"]="#" |
---|
659 | S["HAVE_DOCBOOK2X_MAN_TRUE"]="" |
---|
660 | S["DOCBOOK2X_MAN"]="/usr/bin/db2x_docbook2man" |
---|
661 | S["TOP_SOURCE_DIR"]="/home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6" |
---|
662 | S["TOP_BUILD_DIR"]="/home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6" |
---|
663 | S["BOINC_VERSION_STRING"]="6.6.37" |
---|
664 | S["BOINC_RELEASE"]="37" |
---|
665 | S["BOINC_MINOR_VERSION"]="6" |
---|
666 | S["BOINC_MAJOR_VERSION"]="6" |
---|
667 | S["ac_ct_F77"]="gfortran" |
---|
668 | S["FFLAGS"]="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/module"\ |
---|
669 | "s -msse2 -march=opteron -mtune=generic" |
---|
670 | S["F77"]="gfortran" |
---|
671 | S["LN_S"]="ln -s" |
---|
672 | S["LN"]="/bin/ln" |
---|
673 | S["CPP"]="gcc -E" |
---|
674 | S["am__fastdepCXX_FALSE"]="#" |
---|
675 | S["am__fastdepCXX_TRUE"]="" |
---|
676 | S["CXXDEPMODE"]="depmode=gcc3" |
---|
677 | S["ac_ct_CXX"]="g++" |
---|
678 | S["CXXFLAGS"]="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -msse2 -march=opteron -mtune"\ |
---|
679 | "=generic -I/usr/include -I/usr/include/openssl" |
---|
680 | S["CXX"]="g++" |
---|
681 | S["am__fastdepCC_FALSE"]="#" |
---|
682 | S["am__fastdepCC_TRUE"]="" |
---|
683 | S["CCDEPMODE"]="depmode=gcc3" |
---|
684 | S["AMDEPBACKSLASH"]="\\" |
---|
685 | S["AMDEP_FALSE"]="#" |
---|
686 | S["AMDEP_TRUE"]="" |
---|
687 | S["am__quote"]="" |
---|
688 | S["am__include"]="include" |
---|
689 | S["DEPDIR"]=".deps" |
---|
690 | S["OBJEXT"]="o" |
---|
691 | S["EXEEXT"]="" |
---|
692 | S["ac_ct_CC"]="gcc" |
---|
693 | S["CPPFLAGS"]=" " |
---|
694 | S["LDFLAGS"]=" -L/usr/lib" |
---|
695 | S["CFLAGS"]="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -msse2 -march=opteron -mtune"\ |
---|
696 | "=generic -I/usr/include -I/usr/include/openssl" |
---|
697 | S["CC"]="gcc" |
---|
698 | S["RDATE"]="2009.07.20" |
---|
699 | S["REV"]="" |
---|
700 | S["am__untar"]="${AMTAR} xf -" |
---|
701 | S["am__tar"]="${AMTAR} chof - \"$$tardir\"" |
---|
702 | S["AMTAR"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run tar" |
---|
703 | S["am__leading_dot"]="." |
---|
704 | S["SET_MAKE"]="" |
---|
705 | S["AWK"]="gawk" |
---|
706 | S["mkdir_p"]="/bin/mkdir -p" |
---|
707 | S["MKDIR_P"]="/bin/mkdir -p" |
---|
708 | S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" |
---|
709 | S["STRIP"]=":" |
---|
710 | S["install_sh"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/install-sh" |
---|
711 | S["MAKEINFO"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run makeinfo" |
---|
712 | S["AUTOHEADER"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run autoheader" |
---|
713 | S["AUTOMAKE"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run automake-1.11" |
---|
714 | S["AUTOCONF"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run autoconf" |
---|
715 | S["ACLOCAL"]="${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run aclocal-1.11" |
---|
716 | S["VERSION"]="6.6.37" |
---|
717 | S["PACKAGE"]="boinc" |
---|
718 | S["CYGPATH_W"]="echo" |
---|
719 | S["am__isrc"]="" |
---|
720 | S["INSTALL_DATA"]="${INSTALL} -m 644" |
---|
721 | S["INSTALL_SCRIPT"]="${INSTALL}" |
---|
722 | S["INSTALL_PROGRAM"]="${INSTALL}" |
---|
723 | S["target_os"]="linux-gnu" |
---|
724 | S["target_vendor"]="redhat" |
---|
725 | S["target_cpu"]="x86_64" |
---|
726 | S["target"]="x86_64-redhat-linux-gnu" |
---|
727 | S["host_os"]="linux-gnu" |
---|
728 | S["host_vendor"]="unknown" |
---|
729 | S["host_cpu"]="x86_64" |
---|
730 | S["host"]="x86_64-unknown-linux-gnu" |
---|
731 | S["build_os"]="linux-gnu" |
---|
732 | S["build_vendor"]="unknown" |
---|
733 | S["build_cpu"]="x86_64" |
---|
734 | S["build"]="x86_64-unknown-linux-gnu" |
---|
735 | S["LIBBOINC_VERSION"]="6:6:37" |
---|
736 | S["target_alias"]="x86_64-redhat-linux-gnu" |
---|
737 | S["host_alias"]="x86_64-unknown-linux-gnu" |
---|
738 | S["build_alias"]="x86_64-unknown-linux-gnu" |
---|
739 | S["LIBS"]="-lstdc++ -lc_nonshared -lgcc -lgcc_eh -lpthread -lc -lm " |
---|
740 | S["ECHO_T"]="" |
---|
741 | S["ECHO_N"]="-n" |
---|
742 | S["ECHO_C"]="" |
---|
743 | S["DEFS"]="-DHAVE_CONFIG_H" |
---|
744 | S["mandir"]="/usr/share/man" |
---|
745 | S["localedir"]="${datarootdir}/locale" |
---|
746 | S["libdir"]="/usr/lib64" |
---|
747 | S["psdir"]="${docdir}" |
---|
748 | S["pdfdir"]="${docdir}" |
---|
749 | S["dvidir"]="${docdir}" |
---|
750 | S["htmldir"]="${docdir}" |
---|
751 | S["infodir"]="/usr/share/info" |
---|
752 | S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" |
---|
753 | S["oldincludedir"]="/usr/include" |
---|
754 | S["includedir"]="/usr/include" |
---|
755 | S["localstatedir"]="/var" |
---|
756 | S["sharedstatedir"]="/var/lib" |
---|
757 | S["sysconfdir"]="/etc" |
---|
758 | S["datadir"]="/usr/share" |
---|
759 | S["datarootdir"]="${prefix}/share" |
---|
760 | S["libexecdir"]="/usr/libexec" |
---|
761 | S["sbindir"]="/usr/sbin" |
---|
762 | S["bindir"]="/usr/bin" |
---|
763 | S["program_transform_name"]="s&^&&" |
---|
764 | S["prefix"]="/usr" |
---|
765 | S["exec_prefix"]="/usr" |
---|
766 | S["PACKAGE_BUGREPORT"]="" |
---|
767 | S["PACKAGE_STRING"]="BOINC 6.6.37" |
---|
768 | S["PACKAGE_VERSION"]="6.6.37" |
---|
769 | S["PACKAGE_TARNAME"]="boinc" |
---|
770 | S["PACKAGE_NAME"]="BOINC" |
---|
771 | S["PATH_SEPARATOR"]=":" |
---|
772 | S["SHELL"]="/bin/sh" |
---|
773 | _ACAWK |
---|
774 | cat >>"$tmp/subs1.awk" <<_ACAWK && |
---|
775 | for (key in S) S_is_set[key] = 1 |
---|
776 | FS = "" |
---|
777 | |
---|
778 | } |
---|
779 | { |
---|
780 | line = $ 0 |
---|
781 | nfields = split(line, field, "@") |
---|
782 | substed = 0 |
---|
783 | len = length(field[1]) |
---|
784 | for (i = 2; i < nfields; i++) { |
---|
785 | key = field[i] |
---|
786 | keylen = length(key) |
---|
787 | if (S_is_set[key]) { |
---|
788 | value = S[key] |
---|
789 | line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) |
---|
790 | len += length(value) + length(field[++i]) |
---|
791 | substed = 1 |
---|
792 | } else |
---|
793 | len += 1 + keylen |
---|
794 | } |
---|
795 | |
---|
796 | print line |
---|
797 | } |
---|
798 | |
---|
799 | _ACAWK |
---|
800 | if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
---|
801 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
---|
802 | else |
---|
803 | cat |
---|
804 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
---|
805 | || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 |
---|
806 | $as_echo "$as_me: error: could not setup config files machinery" >&2;} |
---|
807 | { (exit 1); exit 1; }; } |
---|
808 | fi # test -n "$CONFIG_FILES" |
---|
809 | |
---|
810 | # Set up the scripts for CONFIG_HEADERS section. |
---|
811 | # No need to generate them if there are no CONFIG_HEADERS. |
---|
812 | # This happens for instance with `./config.status Makefile'. |
---|
813 | if test -n "$CONFIG_HEADERS"; then |
---|
814 | cat >"$tmp/defines.awk" <<\_ACAWK || |
---|
815 | BEGIN { |
---|
816 | D["PACKAGE_NAME"]=" \"BOINC\"" |
---|
817 | D["PACKAGE_TARNAME"]=" \"boinc\"" |
---|
818 | D["PACKAGE_VERSION"]=" \"6.6.37\"" |
---|
819 | D["PACKAGE_STRING"]=" \"BOINC 6.6.37\"" |
---|
820 | D["PACKAGE_BUGREPORT"]=" \"\"" |
---|
821 | D["PACKAGE"]=" \"boinc\"" |
---|
822 | D["VERSION"]=" \"6.6.37\"" |
---|
823 | D["STDC_HEADERS"]=" 1" |
---|
824 | D["HAVE_SYS_TYPES_H"]=" 1" |
---|
825 | D["HAVE_SYS_STAT_H"]=" 1" |
---|
826 | D["HAVE_STDLIB_H"]=" 1" |
---|
827 | D["HAVE_STRING_H"]=" 1" |
---|
828 | D["HAVE_MEMORY_H"]=" 1" |
---|
829 | D["HAVE_STRINGS_H"]=" 1" |
---|
830 | D["HAVE_INTTYPES_H"]=" 1" |
---|
831 | D["HAVE_STDINT_H"]=" 1" |
---|
832 | D["HAVE_UNISTD_H"]=" 1" |
---|
833 | D["HAVE_SYS_SOCKET_H"]=" 1" |
---|
834 | D["HAVE_DLFCN_H"]=" 1" |
---|
835 | D["HOSTTYPE"]=" \"x86_64-pc-linux-gnu\"" |
---|
836 | D["HOSTTYPEALT"]=" \"i686-pc-linux-gnu\"" |
---|
837 | D["DLLEXT"]=" \".so\"" |
---|
838 | D["HAVE_SYS_SOCKET_H"]=" 1" |
---|
839 | D["HAVE_SOCKLEN_T"]=" 1" |
---|
840 | D["BOINC_SOCKLEN_T"]=" socklen_t" |
---|
841 | D["HAVE_LIBCURL"]=" 1" |
---|
842 | D["LIBCURL_FEATURE_SSL"]=" 1" |
---|
843 | D["LIBCURL_FEATURE_IPV6"]=" 1" |
---|
844 | D["LIBCURL_FEATURE_LIBZ"]=" 1" |
---|
845 | D["LIBCURL_FEATURE_IDN"]=" 1" |
---|
846 | D["LIBCURL_CABUNDLE"]=" \"/etc/pki/tls/certs/ca-bundle.crt\"" |
---|
847 | D["LIBCURL_PROTOCOL_HTTP"]=" 1" |
---|
848 | D["LIBCURL_PROTOCOL_HTTPS"]=" 1" |
---|
849 | D["LIBCURL_PROTOCOL_FTP"]=" 1" |
---|
850 | D["LIBCURL_PROTOCOL_FTPS"]=" 1" |
---|
851 | D["LIBCURL_PROTOCOL_FILE"]=" 1" |
---|
852 | D["LIBCURL_PROTOCOL_TELNET"]=" 1" |
---|
853 | D["LIBCURL_PROTOCOL_LDAP"]=" 1" |
---|
854 | D["LIBCURL_PROTOCOL_LDAPS"]=" 1" |
---|
855 | D["LIBCURL_PROTOCOL_DICT"]=" 1" |
---|
856 | D["LIBCURL_PROTOCOL_TFTP"]=" 1" |
---|
857 | D["LIBCURL_PROTOCOL_SCP"]=" 1" |
---|
858 | D["LIBCURL_PROTOCOL_SFTP"]=" 1" |
---|
859 | D["USE_OPENSSL"]=" 1" |
---|
860 | D["HAVE_LIBDL"]=" 1" |
---|
861 | D["HAVE_LIBNSL"]=" 1" |
---|
862 | D["HAVE_LIBZ"]=" 1" |
---|
863 | D["HAVE_PTHREAD"]=" 1" |
---|
864 | D["BOINC_PREFIX"]=" \"/usr\"" |
---|
865 | D["BOINC_EXECPREFIX"]=" \"/usr/bin\"" |
---|
866 | D["BOINC_LIBDIR"]=" \"/usr/lib64\"" |
---|
867 | D["HAVE_GL_GL_H"]=" 1" |
---|
868 | D["HAVE_GL_GLU_H"]=" 1" |
---|
869 | D["HAVE_GL_GLUT_H"]=" 1" |
---|
870 | D["HAVE_DIRENT_H"]=" 1" |
---|
871 | D["STDC_HEADERS"]=" 1" |
---|
872 | D["HAVE_SYS_WAIT_H"]=" 1" |
---|
873 | D["TIME_WITH_SYS_TIME"]=" 1" |
---|
874 | D["RETSIGTYPE"]=" void" |
---|
875 | D["HAVE_ARPA_INET_H"]=" 1" |
---|
876 | D["HAVE_DIRENT_H"]=" 1" |
---|
877 | D["HAVE_GRP_H"]=" 1" |
---|
878 | D["HAVE_FCNTL_H"]=" 1" |
---|
879 | D["HAVE_INTTYPES_H"]=" 1" |
---|
880 | D["HAVE_STDINT_H"]=" 1" |
---|
881 | D["HAVE_MALLOC_H"]=" 1" |
---|
882 | D["HAVE_ALLOCA_H"]=" 1" |
---|
883 | D["HAVE_MEMORY_H"]=" 1" |
---|
884 | D["HAVE_NETDB_H"]=" 1" |
---|
885 | D["HAVE_NETINET_IN_H"]=" 1" |
---|
886 | D["HAVE_NETINET_TCP_H"]=" 1" |
---|
887 | D["HAVE_SIGNAL_H"]=" 1" |
---|
888 | D["HAVE_STRINGS_H"]=" 1" |
---|
889 | D["HAVE_SYS_FILE_H"]=" 1" |
---|
890 | D["HAVE_SYS_IPC_H"]=" 1" |
---|
891 | D["HAVE_SYS_MOUNT_H"]=" 1" |
---|
892 | D["HAVE_SYS_PARAM_H"]=" 1" |
---|
893 | D["HAVE_SYS_RESOURCE_H"]=" 1" |
---|
894 | D["HAVE_SYS_SELECT_H"]=" 1" |
---|
895 | D["HAVE_SYS_SHM_H"]=" 1" |
---|
896 | D["HAVE_SYS_SOCKET_H"]=" 1" |
---|
897 | D["HAVE_SYS_STAT_H"]=" 1" |
---|
898 | D["HAVE_SYS_STATVFS_H"]=" 1" |
---|
899 | D["HAVE_SYS_STATFS_H"]=" 1" |
---|
900 | D["HAVE_SYS_SWAP_H"]=" 1" |
---|
901 | D["HAVE_SYS_SYSCTL_H"]=" 1" |
---|
902 | D["HAVE_SYS_TIME_H"]=" 1" |
---|
903 | D["HAVE_SYS_TYPES_H"]=" 1" |
---|
904 | D["HAVE_SYS_UTSNAME_H"]=" 1" |
---|
905 | D["HAVE_SYS_WAIT_H"]=" 1" |
---|
906 | D["HAVE_UNISTD_H"]=" 1" |
---|
907 | D["HAVE_UTMP_H"]=" 1" |
---|
908 | D["HAVE_ERRNO_H"]=" 1" |
---|
909 | D["HAVE_SETJMP_H"]=" 1" |
---|
910 | D["HAVE_ALGORITHM"]=" 1" |
---|
911 | D["HAVE_BITSET"]=" 1" |
---|
912 | D["HAVE_CASSERT"]=" 1" |
---|
913 | D["HAVE_CCTYPE"]=" 1" |
---|
914 | D["HAVE_CERRNO"]=" 1" |
---|
915 | D["HAVE_CFLOAT"]=" 1" |
---|
916 | D["HAVE_CLIMITS"]=" 1" |
---|
917 | D["HAVE_CLOCALE"]=" 1" |
---|
918 | D["HAVE_CMATH"]=" 1" |
---|
919 | D["HAVE_COMPLEX"]=" 1" |
---|
920 | D["HAVE_CSETJMP"]=" 1" |
---|
921 | D["HAVE_CSIGNAL"]=" 1" |
---|
922 | D["HAVE_CSTDARG"]=" 1" |
---|
923 | D["HAVE_CSTDDEF"]=" 1" |
---|
924 | D["HAVE_CSTDIO"]=" 1" |
---|
925 | D["HAVE_CSTDLIB"]=" 1" |
---|
926 | D["HAVE_CSTRING"]=" 1" |
---|
927 | D["HAVE_CTIME"]=" 1" |
---|
928 | D["HAVE_DEQUE"]=" 1" |
---|
929 | D["HAVE_FSTREAM"]=" 1" |
---|
930 | D["HAVE_FUNCTIONAL"]=" 1" |
---|
931 | D["HAVE_IOMANIP"]=" 1" |
---|
932 | D["HAVE_IOS"]=" 1" |
---|
933 | D["HAVE_IOSFWD"]=" 1" |
---|
934 | D["HAVE_IOSTREAM"]=" 1" |
---|
935 | D["HAVE_ISTREAM"]=" 1" |
---|
936 | D["HAVE_ITERATOR"]=" 1" |
---|
937 | D["HAVE_LIMITS"]=" 1" |
---|
938 | D["HAVE_LIST"]=" 1" |
---|
939 | D["HAVE_LOCALE"]=" 1" |
---|
940 | D["HAVE_MAP"]=" 1" |
---|
941 | D["HAVE_MEMORY"]=" 1" |
---|
942 | D["HAVE_NUMERIC"]=" 1" |
---|
943 | D["HAVE_OSTREAM"]=" 1" |
---|
944 | D["HAVE_QUEUE"]=" 1" |
---|
945 | D["HAVE_SET"]=" 1" |
---|
946 | D["HAVE_SSTREAM"]=" 1" |
---|
947 | D["HAVE_STACK"]=" 1" |
---|
948 | D["HAVE_STDEXCEPT"]=" 1" |
---|
949 | D["HAVE_STREAMBUF"]=" 1" |
---|
950 | D["HAVE_STRING"]=" 1" |
---|
951 | D["HAVE_UTILITY"]=" 1" |
---|
952 | D["HAVE_VALARRAY"]=" 1" |
---|
953 | D["HAVE_VECTOR"]=" 1" |
---|
954 | D["HAVE_NAMESPACES"]=" 1" |
---|
955 | D["HAVE_STD_MIN"]=" 1" |
---|
956 | D["HAVE_STD_MAX"]=" 1" |
---|
957 | D["HAVE_STD_TRANSFORM"]=" 1" |
---|
958 | D["HAVE_STD_LOCALE"]=" 1" |
---|
959 | D["HAVE_VPRINTF"]=" 1" |
---|
960 | D["HAVE_ALLOCA_H"]=" 1" |
---|
961 | D["HAVE_ALLOCA"]=" 1" |
---|
962 | D["HAVE_ALLOCA"]=" 1" |
---|
963 | D["HAVE_SETPRIORITY"]=" 1" |
---|
964 | D["HAVE_STRCASESTR"]=" 1" |
---|
965 | D["HAVE_SIGACTION"]=" 1" |
---|
966 | D["HAVE_GETUTENT"]=" 1" |
---|
967 | D["HAVE_SETUTENT"]=" 1" |
---|
968 | D["HAVE_STRDUP"]=" 1" |
---|
969 | D["HAVE_DAEMON"]=" 1" |
---|
970 | D["HAVE_STAT64"]=" 1" |
---|
971 | D["HAVE_PUTENV"]=" 1" |
---|
972 | D["HAVE_SETENV"]=" 1" |
---|
973 | D["HAVE_UNSETENV"]=" 1" |
---|
974 | D["HAVE_STRUCT_TM_TM_ZONE"]=" 1" |
---|
975 | D["HAVE_TM_ZONE"]=" 1" |
---|
976 | D["UTMP_LOCATION"]=" \"/var/run/utmp\"" |
---|
977 | D["HAVE__PROC_SELF_STAT"]=" 1" |
---|
978 | D["HAVE__PROC_MEMINFO"]=" 1" |
---|
979 | D["HAVE_LIBM"]=" 1" |
---|
980 | D["HAVE_LIBM"]=" 1" |
---|
981 | D["HAVE_LIBC"]=" 1" |
---|
982 | D["HAVE_LIBC"]=" 1" |
---|
983 | D["HAVE_LIBPTHREAD"]=" 1" |
---|
984 | D["HAVE_LIBPTHREAD"]=" 1" |
---|
985 | D["HAVE_LIBGCC_EH"]=" 1" |
---|
986 | D["HAVE_LIBGCC_EH"]=" 1" |
---|
987 | D["HAVE_LIBGCC"]=" 1" |
---|
988 | D["HAVE_LIBGCC"]=" 1" |
---|
989 | D["HAVE_LIBC_NONSHARED"]=" 1" |
---|
990 | D["HAVE_LIBC_NONSHARED"]=" 1" |
---|
991 | D["HAVE_LIBSTDC"]=" ++ 1" |
---|
992 | D["HAVE_LIBSTDC__"]=" 1" |
---|
993 | for (key in D) D_is_set[key] = 1 |
---|
994 | FS = "" |
---|
995 | } |
---|
996 | /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { |
---|
997 | line = $ 0 |
---|
998 | split(line, arg, " ") |
---|
999 | if (arg[1] == "#") { |
---|
1000 | defundef = arg[2] |
---|
1001 | mac1 = arg[3] |
---|
1002 | } else { |
---|
1003 | defundef = substr(arg[1], 2) |
---|
1004 | mac1 = arg[2] |
---|
1005 | } |
---|
1006 | split(mac1, mac2, "(") #) |
---|
1007 | macro = mac2[1] |
---|
1008 | prefix = substr(line, 1, index(line, defundef) - 1) |
---|
1009 | if (D_is_set[macro]) { |
---|
1010 | # Preserve the white space surrounding the "#". |
---|
1011 | print prefix "define", macro P[macro] D[macro] |
---|
1012 | next |
---|
1013 | } else { |
---|
1014 | # Replace #undef with comments. This is necessary, for example, |
---|
1015 | # in the case of _POSIX_SOURCE, which is predefined and required |
---|
1016 | # on some systems where configure will not decide to define it. |
---|
1017 | if (defundef == "undef") { |
---|
1018 | print "/*", prefix defundef, macro, "*/" |
---|
1019 | next |
---|
1020 | } |
---|
1021 | } |
---|
1022 | } |
---|
1023 | { print } |
---|
1024 | _ACAWK |
---|
1025 | { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 |
---|
1026 | $as_echo "$as_me: error: could not setup config headers machinery" >&2;} |
---|
1027 | { (exit 1); exit 1; }; } |
---|
1028 | fi # test -n "$CONFIG_HEADERS" |
---|
1029 | |
---|
1030 | |
---|
1031 | eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" |
---|
1032 | shift |
---|
1033 | for ac_tag |
---|
1034 | do |
---|
1035 | case $ac_tag in |
---|
1036 | :[FHLC]) ac_mode=$ac_tag; continue;; |
---|
1037 | esac |
---|
1038 | case $ac_mode$ac_tag in |
---|
1039 | :[FHL]*:*);; |
---|
1040 | :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 |
---|
1041 | $as_echo "$as_me: error: invalid tag $ac_tag" >&2;} |
---|
1042 | { (exit 1); exit 1; }; };; |
---|
1043 | :[FH]-) ac_tag=-:-;; |
---|
1044 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
---|
1045 | esac |
---|
1046 | ac_save_IFS=$IFS |
---|
1047 | IFS=: |
---|
1048 | set x $ac_tag |
---|
1049 | IFS=$ac_save_IFS |
---|
1050 | shift |
---|
1051 | ac_file=$1 |
---|
1052 | shift |
---|
1053 | |
---|
1054 | case $ac_mode in |
---|
1055 | :L) ac_source=$1;; |
---|
1056 | :[FH]) |
---|
1057 | ac_file_inputs= |
---|
1058 | for ac_f |
---|
1059 | do |
---|
1060 | case $ac_f in |
---|
1061 | -) ac_f="$tmp/stdin";; |
---|
1062 | *) # Look for the file first in the build tree, then in the source tree |
---|
1063 | # (if the path is not absolute). The absolute path cannot be DOS-style, |
---|
1064 | # because $ac_f cannot contain `:'. |
---|
1065 | test -f "$ac_f" || |
---|
1066 | case $ac_f in |
---|
1067 | [\\/$]*) false;; |
---|
1068 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
---|
1069 | esac || |
---|
1070 | { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 |
---|
1071 | $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} |
---|
1072 | { (exit 1); exit 1; }; };; |
---|
1073 | esac |
---|
1074 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
---|
1075 | ac_file_inputs="$ac_file_inputs '$ac_f'" |
---|
1076 | done |
---|
1077 | |
---|
1078 | # Let's still pretend it is `configure' which instantiates (i.e., don't |
---|
1079 | # use $as_me), people would be surprised to read: |
---|
1080 | # /* config.h. Generated by config.status. */ |
---|
1081 | configure_input='Generated from '` |
---|
1082 | $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' |
---|
1083 | `' by configure.' |
---|
1084 | if test x"$ac_file" != x-; then |
---|
1085 | configure_input="$ac_file. $configure_input" |
---|
1086 | { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 |
---|
1087 | $as_echo "$as_me: creating $ac_file" >&6;} |
---|
1088 | fi |
---|
1089 | # Neutralize special characters interpreted by sed in replacement strings. |
---|
1090 | case $configure_input in #( |
---|
1091 | *\&* | *\|* | *\\* ) |
---|
1092 | ac_sed_conf_input=`$as_echo "$configure_input" | |
---|
1093 | sed 's/[\\\\&|]/\\\\&/g'`;; #( |
---|
1094 | *) ac_sed_conf_input=$configure_input;; |
---|
1095 | esac |
---|
1096 | |
---|
1097 | case $ac_tag in |
---|
1098 | *:-:* | *:-) cat >"$tmp/stdin" \ |
---|
1099 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
---|
1100 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
---|
1101 | { (exit 1); exit 1; }; } ;; |
---|
1102 | esac |
---|
1103 | ;; |
---|
1104 | esac |
---|
1105 | |
---|
1106 | ac_dir=`$as_dirname -- "$ac_file" || |
---|
1107 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
---|
1108 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
---|
1109 | X"$ac_file" : 'X\(//\)$' \| \ |
---|
1110 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
---|
1111 | $as_echo X"$ac_file" | |
---|
1112 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
---|
1113 | s//\1/ |
---|
1114 | q |
---|
1115 | } |
---|
1116 | /^X\(\/\/\)[^/].*/{ |
---|
1117 | s//\1/ |
---|
1118 | q |
---|
1119 | } |
---|
1120 | /^X\(\/\/\)$/{ |
---|
1121 | s//\1/ |
---|
1122 | q |
---|
1123 | } |
---|
1124 | /^X\(\/\).*/{ |
---|
1125 | s//\1/ |
---|
1126 | q |
---|
1127 | } |
---|
1128 | s/.*/./; q'` |
---|
1129 | { as_dir="$ac_dir" |
---|
1130 | case $as_dir in #( |
---|
1131 | -*) as_dir=./$as_dir;; |
---|
1132 | esac |
---|
1133 | test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { |
---|
1134 | as_dirs= |
---|
1135 | while :; do |
---|
1136 | case $as_dir in #( |
---|
1137 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
---|
1138 | *) as_qdir=$as_dir;; |
---|
1139 | esac |
---|
1140 | as_dirs="'$as_qdir' $as_dirs" |
---|
1141 | as_dir=`$as_dirname -- "$as_dir" || |
---|
1142 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
---|
1143 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
---|
1144 | X"$as_dir" : 'X\(//\)$' \| \ |
---|
1145 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
---|
1146 | $as_echo X"$as_dir" | |
---|
1147 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
---|
1148 | s//\1/ |
---|
1149 | q |
---|
1150 | } |
---|
1151 | /^X\(\/\/\)[^/].*/{ |
---|
1152 | s//\1/ |
---|
1153 | q |
---|
1154 | } |
---|
1155 | /^X\(\/\/\)$/{ |
---|
1156 | s//\1/ |
---|
1157 | q |
---|
1158 | } |
---|
1159 | /^X\(\/\).*/{ |
---|
1160 | s//\1/ |
---|
1161 | q |
---|
1162 | } |
---|
1163 | s/.*/./; q'` |
---|
1164 | test -d "$as_dir" && break |
---|
1165 | done |
---|
1166 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
---|
1167 | } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
---|
1168 | $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} |
---|
1169 | { (exit 1); exit 1; }; }; } |
---|
1170 | ac_builddir=. |
---|
1171 | |
---|
1172 | case "$ac_dir" in |
---|
1173 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
---|
1174 | *) |
---|
1175 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
---|
1176 | # A ".." for each directory in $ac_dir_suffix. |
---|
1177 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
---|
1178 | case $ac_top_builddir_sub in |
---|
1179 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
---|
1180 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
---|
1181 | esac ;; |
---|
1182 | esac |
---|
1183 | ac_abs_top_builddir=$ac_pwd |
---|
1184 | ac_abs_builddir=$ac_pwd$ac_dir_suffix |
---|
1185 | # for backward compatibility: |
---|
1186 | ac_top_builddir=$ac_top_build_prefix |
---|
1187 | |
---|
1188 | case $srcdir in |
---|
1189 | .) # We are building in place. |
---|
1190 | ac_srcdir=. |
---|
1191 | ac_top_srcdir=$ac_top_builddir_sub |
---|
1192 | ac_abs_top_srcdir=$ac_pwd ;; |
---|
1193 | [\\/]* | ?:[\\/]* ) # Absolute name. |
---|
1194 | ac_srcdir=$srcdir$ac_dir_suffix; |
---|
1195 | ac_top_srcdir=$srcdir |
---|
1196 | ac_abs_top_srcdir=$srcdir ;; |
---|
1197 | *) # Relative name. |
---|
1198 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
---|
1199 | ac_top_srcdir=$ac_top_build_prefix$srcdir |
---|
1200 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
---|
1201 | esac |
---|
1202 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
---|
1203 | |
---|
1204 | |
---|
1205 | case $ac_mode in |
---|
1206 | :F) |
---|
1207 | # |
---|
1208 | # CONFIG_FILE |
---|
1209 | # |
---|
1210 | |
---|
1211 | case $INSTALL in |
---|
1212 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; |
---|
1213 | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
---|
1214 | esac |
---|
1215 | ac_MKDIR_P=$MKDIR_P |
---|
1216 | case $MKDIR_P in |
---|
1217 | [\\/$]* | ?:[\\/]* ) ;; |
---|
1218 | */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; |
---|
1219 | esac |
---|
1220 | # If the template does not know about datarootdir, expand it. |
---|
1221 | # FIXME: This hack should be removed a few years after 2.60. |
---|
1222 | ac_datarootdir_hack=; ac_datarootdir_seen= |
---|
1223 | |
---|
1224 | ac_sed_dataroot=' |
---|
1225 | /datarootdir/ { |
---|
1226 | p |
---|
1227 | q |
---|
1228 | } |
---|
1229 | /@datadir@/p |
---|
1230 | /@docdir@/p |
---|
1231 | /@infodir@/p |
---|
1232 | /@localedir@/p |
---|
1233 | /@mandir@/p |
---|
1234 | ' |
---|
1235 | case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in |
---|
1236 | *datarootdir*) ac_datarootdir_seen=yes;; |
---|
1237 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) |
---|
1238 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
---|
1239 | $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} |
---|
1240 | ac_datarootdir_hack=' |
---|
1241 | s&@datadir@&/usr/share&g |
---|
1242 | s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g |
---|
1243 | s&@infodir@&/usr/share/info&g |
---|
1244 | s&@localedir@&${datarootdir}/locale&g |
---|
1245 | s&@mandir@&/usr/share/man&g |
---|
1246 | s&\${datarootdir}&${prefix}/share&g' ;; |
---|
1247 | esac |
---|
1248 | ac_sed_extra="/^[ ]*VPATH[ ]*=/{ |
---|
1249 | s/:*\$(srcdir):*/:/ |
---|
1250 | s/:*\${srcdir}:*/:/ |
---|
1251 | s/:*@srcdir@:*/:/ |
---|
1252 | s/^\([^=]*=[ ]*\):*/\1/ |
---|
1253 | s/:*$// |
---|
1254 | s/^[^=]*=[ ]*$// |
---|
1255 | } |
---|
1256 | |
---|
1257 | :t |
---|
1258 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b |
---|
1259 | s|@configure_input@|$ac_sed_conf_input|;t t |
---|
1260 | s&@top_builddir@&$ac_top_builddir_sub&;t t |
---|
1261 | s&@top_build_prefix@&$ac_top_build_prefix&;t t |
---|
1262 | s&@srcdir@&$ac_srcdir&;t t |
---|
1263 | s&@abs_srcdir@&$ac_abs_srcdir&;t t |
---|
1264 | s&@top_srcdir@&$ac_top_srcdir&;t t |
---|
1265 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t |
---|
1266 | s&@builddir@&$ac_builddir&;t t |
---|
1267 | s&@abs_builddir@&$ac_abs_builddir&;t t |
---|
1268 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
---|
1269 | s&@INSTALL@&$ac_INSTALL&;t t |
---|
1270 | s&@MKDIR_P@&$ac_MKDIR_P&;t t |
---|
1271 | $ac_datarootdir_hack |
---|
1272 | " |
---|
1273 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
---|
1274 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
---|
1275 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
---|
1276 | { (exit 1); exit 1; }; } |
---|
1277 | |
---|
1278 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
---|
1279 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
---|
1280 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
---|
1281 | { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
---|
1282 | which seems to be undefined. Please make sure it is defined." >&5 |
---|
1283 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
---|
1284 | which seems to be undefined. Please make sure it is defined." >&2;} |
---|
1285 | |
---|
1286 | rm -f "$tmp/stdin" |
---|
1287 | case $ac_file in |
---|
1288 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
---|
1289 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
---|
1290 | esac \ |
---|
1291 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
---|
1292 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
---|
1293 | { (exit 1); exit 1; }; } |
---|
1294 | ;; |
---|
1295 | :H) |
---|
1296 | # |
---|
1297 | # CONFIG_HEADER |
---|
1298 | # |
---|
1299 | if test x"$ac_file" != x-; then |
---|
1300 | { |
---|
1301 | $as_echo "/* $configure_input */" \ |
---|
1302 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
---|
1303 | } >"$tmp/config.h" \ |
---|
1304 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
---|
1305 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
---|
1306 | { (exit 1); exit 1; }; } |
---|
1307 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
---|
1308 | { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
---|
1309 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
---|
1310 | else |
---|
1311 | rm -f "$ac_file" |
---|
1312 | mv "$tmp/config.h" "$ac_file" \ |
---|
1313 | || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 |
---|
1314 | $as_echo "$as_me: error: could not create $ac_file" >&2;} |
---|
1315 | { (exit 1); exit 1; }; } |
---|
1316 | fi |
---|
1317 | else |
---|
1318 | $as_echo "/* $configure_input */" \ |
---|
1319 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
---|
1320 | || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 |
---|
1321 | $as_echo "$as_me: error: could not create -" >&2;} |
---|
1322 | { (exit 1); exit 1; }; } |
---|
1323 | fi |
---|
1324 | # Compute "$ac_file"'s index in $config_headers. |
---|
1325 | _am_arg="$ac_file" |
---|
1326 | _am_stamp_count=1 |
---|
1327 | for _am_header in $config_headers :; do |
---|
1328 | case $_am_header in |
---|
1329 | $_am_arg | $_am_arg:* ) |
---|
1330 | break ;; |
---|
1331 | * ) |
---|
1332 | _am_stamp_count=`expr $_am_stamp_count + 1` ;; |
---|
1333 | esac |
---|
1334 | done |
---|
1335 | echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || |
---|
1336 | $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
---|
1337 | X"$_am_arg" : 'X\(//\)[^/]' \| \ |
---|
1338 | X"$_am_arg" : 'X\(//\)$' \| \ |
---|
1339 | X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || |
---|
1340 | $as_echo X"$_am_arg" | |
---|
1341 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
---|
1342 | s//\1/ |
---|
1343 | q |
---|
1344 | } |
---|
1345 | /^X\(\/\/\)[^/].*/{ |
---|
1346 | s//\1/ |
---|
1347 | q |
---|
1348 | } |
---|
1349 | /^X\(\/\/\)$/{ |
---|
1350 | s//\1/ |
---|
1351 | q |
---|
1352 | } |
---|
1353 | /^X\(\/\).*/{ |
---|
1354 | s//\1/ |
---|
1355 | q |
---|
1356 | } |
---|
1357 | s/.*/./; q'`/stamp-h$_am_stamp_count |
---|
1358 | ;; |
---|
1359 | |
---|
1360 | :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 |
---|
1361 | $as_echo "$as_me: executing $ac_file commands" >&6;} |
---|
1362 | ;; |
---|
1363 | esac |
---|
1364 | |
---|
1365 | |
---|
1366 | case $ac_file$ac_mode in |
---|
1367 | "depfiles":C) test x"$AMDEP_TRUE" != x"" || { |
---|
1368 | # Autoconf 2.62 quotes --file arguments for eval, but not when files |
---|
1369 | # are listed without --file. Let's play safe and only enable the eval |
---|
1370 | # if we detect the quoting. |
---|
1371 | case $CONFIG_FILES in |
---|
1372 | *\'*) eval set x "$CONFIG_FILES" ;; |
---|
1373 | *) set x $CONFIG_FILES ;; |
---|
1374 | esac |
---|
1375 | shift |
---|
1376 | for mf |
---|
1377 | do |
---|
1378 | # Strip MF so we end up with the name of the file. |
---|
1379 | mf=`echo "$mf" | sed -e 's/:.*$//'` |
---|
1380 | # Check whether this is an Automake generated Makefile or not. |
---|
1381 | # We used to match only the files named `Makefile.in', but |
---|
1382 | # some people rename them; so instead we look at the file content. |
---|
1383 | # Grep'ing the first line is not enough: some people post-process |
---|
1384 | # each Makefile.in and add a new line on top of each file to say so. |
---|
1385 | # Grep'ing the whole file is not good either: AIX grep has a line |
---|
1386 | # limit of 2048, but all sed's we know have understand at least 4000. |
---|
1387 | if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then |
---|
1388 | dirpart=`$as_dirname -- "$mf" || |
---|
1389 | $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
---|
1390 | X"$mf" : 'X\(//\)[^/]' \| \ |
---|
1391 | X"$mf" : 'X\(//\)$' \| \ |
---|
1392 | X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
---|
1393 | $as_echo X"$mf" | |
---|
1394 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
---|
1395 | s//\1/ |
---|
1396 | q |
---|
1397 | } |
---|
1398 | /^X\(\/\/\)[^/].*/{ |
---|
1399 | s//\1/ |
---|
1400 | q |
---|
1401 | } |
---|
1402 | /^X\(\/\/\)$/{ |
---|
1403 | s//\1/ |
---|
1404 | q |
---|
1405 | } |
---|
1406 | /^X\(\/\).*/{ |
---|
1407 | s//\1/ |
---|
1408 | q |
---|
1409 | } |
---|
1410 | s/.*/./; q'` |
---|
1411 | else |
---|
1412 | continue |
---|
1413 | fi |
---|
1414 | # Extract the definition of DEPDIR, am__include, and am__quote |
---|
1415 | # from the Makefile without running `make'. |
---|
1416 | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
---|
1417 | test -z "$DEPDIR" && continue |
---|
1418 | am__include=`sed -n 's/^am__include = //p' < "$mf"` |
---|
1419 | test -z "am__include" && continue |
---|
1420 | am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
---|
1421 | # When using ansi2knr, U may be empty or an underscore; expand it |
---|
1422 | U=`sed -n 's/^U = //p' < "$mf"` |
---|
1423 | # Find all dependency output files, they are included files with |
---|
1424 | # $(DEPDIR) in their names. We invoke sed twice because it is the |
---|
1425 | # simplest approach to changing $(DEPDIR) to its actual value in the |
---|
1426 | # expansion. |
---|
1427 | for file in `sed -n " |
---|
1428 | s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
---|
1429 | sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
---|
1430 | # Make sure the directory exists. |
---|
1431 | test -f "$dirpart/$file" && continue |
---|
1432 | fdir=`$as_dirname -- "$file" || |
---|
1433 | $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
---|
1434 | X"$file" : 'X\(//\)[^/]' \| \ |
---|
1435 | X"$file" : 'X\(//\)$' \| \ |
---|
1436 | X"$file" : 'X\(/\)' \| . 2>/dev/null || |
---|
1437 | $as_echo X"$file" | |
---|
1438 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
---|
1439 | s//\1/ |
---|
1440 | q |
---|
1441 | } |
---|
1442 | /^X\(\/\/\)[^/].*/{ |
---|
1443 | s//\1/ |
---|
1444 | q |
---|
1445 | } |
---|
1446 | /^X\(\/\/\)$/{ |
---|
1447 | s//\1/ |
---|
1448 | q |
---|
1449 | } |
---|
1450 | /^X\(\/\).*/{ |
---|
1451 | s//\1/ |
---|
1452 | q |
---|
1453 | } |
---|
1454 | s/.*/./; q'` |
---|
1455 | { as_dir=$dirpart/$fdir |
---|
1456 | case $as_dir in #( |
---|
1457 | -*) as_dir=./$as_dir;; |
---|
1458 | esac |
---|
1459 | test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { |
---|
1460 | as_dirs= |
---|
1461 | while :; do |
---|
1462 | case $as_dir in #( |
---|
1463 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
---|
1464 | *) as_qdir=$as_dir;; |
---|
1465 | esac |
---|
1466 | as_dirs="'$as_qdir' $as_dirs" |
---|
1467 | as_dir=`$as_dirname -- "$as_dir" || |
---|
1468 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
---|
1469 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
---|
1470 | X"$as_dir" : 'X\(//\)$' \| \ |
---|
1471 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
---|
1472 | $as_echo X"$as_dir" | |
---|
1473 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
---|
1474 | s//\1/ |
---|
1475 | q |
---|
1476 | } |
---|
1477 | /^X\(\/\/\)[^/].*/{ |
---|
1478 | s//\1/ |
---|
1479 | q |
---|
1480 | } |
---|
1481 | /^X\(\/\/\)$/{ |
---|
1482 | s//\1/ |
---|
1483 | q |
---|
1484 | } |
---|
1485 | /^X\(\/\).*/{ |
---|
1486 | s//\1/ |
---|
1487 | q |
---|
1488 | } |
---|
1489 | s/.*/./; q'` |
---|
1490 | test -d "$as_dir" && break |
---|
1491 | done |
---|
1492 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
---|
1493 | } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
---|
1494 | $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} |
---|
1495 | { (exit 1); exit 1; }; }; } |
---|
1496 | # echo "creating $dirpart/$file" |
---|
1497 | echo '# dummy' > "$dirpart/$file" |
---|
1498 | done |
---|
1499 | done |
---|
1500 | } |
---|
1501 | ;; |
---|
1502 | |
---|
1503 | esac |
---|
1504 | done # for ac_tag |
---|
1505 | |
---|
1506 | |
---|
1507 | { (exit 0); exit 0; } |
---|