Mercurial > masqmail-0.2
annotate configure @ 190:fbb3417c1a54 default tip
Minor fixes in man pages, reported by lintian(1)
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Mon, 29 Aug 2011 19:22:51 +0200 |
parents | bdd343cc4e19 |
children |
rev | line source |
---|---|
0 | 1 #! /bin/sh |
2 # Guess values for system-dependent variables and create Makefiles. | |
189 | 3 # Generated by GNU Autoconf 2.68 for masqmail 0.2.31-dev. |
0 | 4 # |
36 | 5 # Report bugs to <meillo@marmaro.de>. |
6 # | |
0 | 7 # |
1 | 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
10 # Foundation, Inc. |
36 | 11 # |
12 # | |
0 | 13 # This configure script is free software; the Free Software Foundation |
14 # gives unlimited permission to copy, distribute and modify it. | |
36 | 15 ## -------------------- ## |
16 ## M4sh Initialization. ## | |
17 ## -------------------- ## | |
0 | 18 |
1 | 19 # Be more Bourne compatible |
20 DUALCASE=1; export DUALCASE # for MKS sh | |
36 | 21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : |
0 | 22 emulate sh |
23 NULLCMD=: | |
36 | 24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
0 | 25 # is contrary to our usage. Disable this feature. |
26 alias -g '${1+"$@"}'='"$@"' | |
1 | 27 setopt NO_GLOB_SUBST |
28 else | |
36 | 29 case `(set -o) 2>/dev/null` in #( |
30 *posix*) : | |
31 set -o posix ;; #( | |
32 *) : | |
33 ;; | |
1 | 34 esac |
36 | 35 fi |
36 | |
37 | |
38 as_nl=' | |
39 ' | |
40 export as_nl | |
41 # Printing a long string crashes Solaris 7 /usr/bin/printf. | |
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | |
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo | |
45 # Prefer a ksh shell builtin over an external printf program on Solaris, | |
46 # but without wasting forks for bash or zsh. | |
47 if test -z "$BASH_VERSION$ZSH_VERSION" \ | |
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then | |
49 as_echo='print -r --' | |
50 as_echo_n='print -rn --' | |
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | |
52 as_echo='printf %s\n' | |
53 as_echo_n='printf %s' | |
54 else | |
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | |
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | |
57 as_echo_n='/usr/ucb/echo -n' | |
58 else | |
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' | |
60 as_echo_n_body='eval | |
61 arg=$1; | |
62 case $arg in #( | |
63 *"$as_nl"*) | |
64 expr "X$arg" : "X\\(.*\\)$as_nl"; | |
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | |
66 esac; | |
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | |
68 ' | |
69 export as_echo_n_body | |
70 as_echo_n='sh -c $as_echo_n_body as_echo' | |
71 fi | |
72 export as_echo_body | |
73 as_echo='sh -c $as_echo_body as_echo' | |
74 fi | |
0 | 75 |
76 # The user is always right. | |
77 if test "${PATH_SEPARATOR+set}" != set; then | |
36 | 78 PATH_SEPARATOR=: |
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | |
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | |
81 PATH_SEPARATOR=';' | |
82 } | |
1 | 83 fi |
84 | |
85 | |
86 # IFS | |
87 # We need space, tab and new line, in precisely that order. Quoting is | |
88 # there to prevent editors from complaining about space-tab. | |
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
90 # splitting by setting IFS to empty value.) | |
91 IFS=" "" $as_nl" | |
92 | |
93 # Find who we are. Look in the path if we contain no directory separator. | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
94 as_myself= |
36 | 95 case $0 in #(( |
1 | 96 *[\\/]* ) as_myself=$0 ;; |
97 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
0 | 98 for as_dir in $PATH |
99 do | |
100 IFS=$as_save_IFS | |
101 test -z "$as_dir" && as_dir=. | |
36 | 102 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
103 done | |
1 | 104 IFS=$as_save_IFS |
105 | |
106 ;; | |
107 esac | |
108 # We did not find ourselves, most probably we were run as `sh COMMAND' | |
109 # in which case we are not to be found in the path. | |
110 if test "x$as_myself" = x; then | |
111 as_myself=$0 | |
112 fi | |
113 if test ! -f "$as_myself"; then | |
36 | 114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
115 exit 1 | |
116 fi | |
117 | |
118 # Unset variables that we do not need and which cause bugs (e.g. in | |
119 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | |
120 # suppresses any "Segmentation fault" message there. '((' could | |
121 # trigger a bug in pdksh 5.2.14. | |
122 for as_var in BASH_ENV ENV MAIL MAILPATH | |
123 do eval test x\${$as_var+set} = xset \ | |
124 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | |
1 | 125 done |
126 PS1='$ ' | |
127 PS2='> ' | |
128 PS4='+ ' | |
129 | |
130 # NLS nuisances. | |
36 | 131 LC_ALL=C |
132 export LC_ALL | |
133 LANGUAGE=C | |
134 export LANGUAGE | |
135 | |
136 # CDPATH. | |
137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
138 | |
139 if test "x$CONFIG_SHELL" = x; then | |
140 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : | |
141 emulate sh | |
142 NULLCMD=: | |
143 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which | |
144 # is contrary to our usage. Disable this feature. | |
145 alias -g '\${1+\"\$@\"}'='\"\$@\"' | |
146 setopt NO_GLOB_SUBST | |
147 else | |
148 case \`(set -o) 2>/dev/null\` in #( | |
149 *posix*) : | |
150 set -o posix ;; #( | |
151 *) : | |
152 ;; | |
153 esac | |
154 fi | |
155 " | |
156 as_required="as_fn_return () { (exit \$1); } | |
157 as_fn_success () { as_fn_return 0; } | |
158 as_fn_failure () { as_fn_return 1; } | |
159 as_fn_ret_success () { return 0; } | |
160 as_fn_ret_failure () { return 1; } | |
161 | |
162 exitcode=0 | |
163 as_fn_success || { exitcode=1; echo as_fn_success failed.; } | |
164 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } | |
165 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } | |
166 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } | |
167 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : | |
168 | |
169 else | |
170 exitcode=1; echo positional parameters were not saved. | |
171 fi | |
172 test x\$exitcode = x0 || exit 1" | |
173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO | |
174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO | |
175 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && | |
176 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 | |
177 test \$(( 1 + 1 )) = 2 || exit 1" | |
178 if (eval "$as_required") 2>/dev/null; then : | |
179 as_have_required=yes | |
180 else | |
181 as_have_required=no | |
182 fi | |
183 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : | |
184 | |
185 else | |
186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
187 as_found=false | |
188 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | |
1 | 189 do |
36 | 190 IFS=$as_save_IFS |
191 test -z "$as_dir" && as_dir=. | |
192 as_found=: | |
193 case $as_dir in #( | |
194 /*) | |
195 for as_base in sh bash ksh sh5; do | |
196 # Try only shells that exist, to save several forks. | |
197 as_shell=$as_dir/$as_base | |
198 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && | |
199 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : | |
200 CONFIG_SHELL=$as_shell as_have_required=yes | |
201 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : | |
202 break 2 | |
203 fi | |
204 fi | |
205 done;; | |
206 esac | |
207 as_found=false | |
208 done | |
209 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && | |
210 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : | |
211 CONFIG_SHELL=$SHELL as_have_required=yes | |
212 fi; } | |
213 IFS=$as_save_IFS | |
214 | |
215 | |
216 if test "x$CONFIG_SHELL" != x; then : | |
217 # We cannot yet assume a decent shell, so we have to provide a | |
218 # neutralization value for shells without unset; and this also | |
219 # works around shells that cannot unset nonexistent variables. | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
220 # Preserve -v and -x to the replacement shell. |
36 | 221 BASH_ENV=/dev/null |
222 ENV=/dev/null | |
223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | |
224 export CONFIG_SHELL | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
225 case $- in # (((( |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
226 *v*x* | *x*v* ) as_opts=-vx ;; |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
227 *v* ) as_opts=-v ;; |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
228 *x* ) as_opts=-x ;; |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
229 * ) as_opts= ;; |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
230 esac |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} |
36 | 232 fi |
233 | |
234 if test x$as_have_required = xno; then : | |
235 $as_echo "$0: This script requires a shell more modern than all" | |
236 $as_echo "$0: the shells that I found on your system." | |
237 if test x${ZSH_VERSION+set} = xset ; then | |
238 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" | |
239 $as_echo "$0: be upgraded to zsh 4.3.4 or later." | |
1 | 240 else |
36 | 241 $as_echo "$0: Please tell bug-autoconf@gnu.org and meillo@marmaro.de |
242 $0: about your system, including any error possibly output | |
243 $0: before this message. Then install a modern shell, or | |
244 $0: manually run the script under such a shell if you do | |
245 $0: have one." | |
0 | 246 fi |
36 | 247 exit 1 |
248 fi | |
249 fi | |
250 fi | |
251 SHELL=${CONFIG_SHELL-/bin/sh} | |
252 export SHELL | |
253 # Unset more variables known to interfere with behavior of common tools. | |
254 CLICOLOR_FORCE= GREP_OPTIONS= | |
255 unset CLICOLOR_FORCE GREP_OPTIONS | |
256 | |
257 ## --------------------- ## | |
258 ## M4sh Shell Functions. ## | |
259 ## --------------------- ## | |
260 # as_fn_unset VAR | |
261 # --------------- | |
262 # Portably unset VAR. | |
263 as_fn_unset () | |
264 { | |
265 { eval $1=; unset $1;} | |
266 } | |
267 as_unset=as_fn_unset | |
268 | |
269 # as_fn_set_status STATUS | |
270 # ----------------------- | |
271 # Set $? to STATUS, without forking. | |
272 as_fn_set_status () | |
273 { | |
274 return $1 | |
275 } # as_fn_set_status | |
276 | |
277 # as_fn_exit STATUS | |
278 # ----------------- | |
279 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | |
280 as_fn_exit () | |
281 { | |
282 set +e | |
283 as_fn_set_status $1 | |
284 exit $1 | |
285 } # as_fn_exit | |
286 | |
287 # as_fn_mkdir_p | |
288 # ------------- | |
289 # Create "$as_dir" as a directory, including parents if necessary. | |
290 as_fn_mkdir_p () | |
291 { | |
292 | |
293 case $as_dir in #( | |
294 -*) as_dir=./$as_dir;; | |
295 esac | |
296 test -d "$as_dir" || eval $as_mkdir_p || { | |
297 as_dirs= | |
298 while :; do | |
299 case $as_dir in #( | |
300 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | |
301 *) as_qdir=$as_dir;; | |
302 esac | |
303 as_dirs="'$as_qdir' $as_dirs" | |
304 as_dir=`$as_dirname -- "$as_dir" || | |
305 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
306 X"$as_dir" : 'X\(//\)[^/]' \| \ | |
307 X"$as_dir" : 'X\(//\)$' \| \ | |
308 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
309 $as_echo X"$as_dir" | | |
310 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
311 s//\1/ | |
312 q | |
313 } | |
314 /^X\(\/\/\)[^/].*/{ | |
315 s//\1/ | |
316 q | |
317 } | |
318 /^X\(\/\/\)$/{ | |
319 s//\1/ | |
320 q | |
321 } | |
322 /^X\(\/\).*/{ | |
323 s//\1/ | |
324 q | |
325 } | |
326 s/.*/./; q'` | |
327 test -d "$as_dir" && break | |
328 done | |
329 test -z "$as_dirs" || eval "mkdir $as_dirs" | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
330 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
36 | 331 |
332 | |
333 } # as_fn_mkdir_p | |
334 # as_fn_append VAR VALUE | |
335 # ---------------------- | |
336 # Append the text in VALUE to the end of the definition contained in VAR. Take | |
337 # advantage of any shell optimizations that allow amortized linear growth over | |
338 # repeated appends, instead of the typical quadratic growth present in naive | |
339 # implementations. | |
340 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | |
341 eval 'as_fn_append () | |
342 { | |
343 eval $1+=\$2 | |
344 }' | |
345 else | |
346 as_fn_append () | |
347 { | |
348 eval $1=\$$1\$2 | |
349 } | |
350 fi # as_fn_append | |
351 | |
352 # as_fn_arith ARG... | |
353 # ------------------ | |
354 # Perform arithmetic evaluation on the ARGs, and store the result in the | |
355 # global $as_val. Take advantage of shells that can avoid forks. The arguments | |
356 # must be portable across $(()) and expr. | |
357 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | |
358 eval 'as_fn_arith () | |
359 { | |
360 as_val=$(( $* )) | |
361 }' | |
362 else | |
363 as_fn_arith () | |
364 { | |
365 as_val=`expr "$@" || test $? -eq 1` | |
366 } | |
367 fi # as_fn_arith | |
368 | |
369 | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
370 # as_fn_error STATUS ERROR [LINENO LOG_FD] |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
371 # ---------------------------------------- |
36 | 372 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
373 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
374 # script with STATUS, using 1 if that was 0. |
36 | 375 as_fn_error () |
376 { | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
377 as_status=$1; test $as_status -eq 0 && as_status=1 |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
378 if test "$4"; then |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
379 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
380 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
36 | 381 fi |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
382 $as_echo "$as_me: error: $2" >&2 |
36 | 383 as_fn_exit $as_status |
384 } # as_fn_error | |
385 | |
1 | 386 if expr a : '\(a\)' >/dev/null 2>&1 && |
387 test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
388 as_expr=expr | |
389 else | |
390 as_expr=false | |
391 fi | |
392 | |
393 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then | |
394 as_basename=basename | |
395 else | |
396 as_basename=false | |
397 fi | |
398 | |
36 | 399 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
400 as_dirname=dirname | |
401 else | |
402 as_dirname=false | |
403 fi | |
404 | |
1 | 405 as_me=`$as_basename -- "$0" || |
406 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | |
407 X"$0" : 'X\(//\)$' \| \ | |
408 X"$0" : 'X\(/\)' \| . 2>/dev/null || | |
36 | 409 $as_echo X/"$0" | |
1 | 410 sed '/^.*\/\([^/][^/]*\)\/*$/{ |
411 s//\1/ | |
412 q | |
413 } | |
414 /^X\/\(\/\/\)$/{ | |
415 s//\1/ | |
416 q | |
417 } | |
418 /^X\/\(\/\).*/{ | |
419 s//\1/ | |
420 q | |
421 } | |
422 s/.*/./; q'` | |
423 | |
36 | 424 # Avoid depending upon Character Ranges. |
425 as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
426 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
427 as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
428 as_cr_digits='0123456789' | |
429 as_cr_alnum=$as_cr_Letters$as_cr_digits | |
430 | |
431 | |
432 as_lineno_1=$LINENO as_lineno_1a=$LINENO | |
433 as_lineno_2=$LINENO as_lineno_2a=$LINENO | |
434 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && | |
435 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { | |
436 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) | |
1 | 437 sed -n ' |
438 p | |
439 /[$]LINENO/= | |
440 ' <$as_myself | | |
0 | 441 sed ' |
1 | 442 s/[$]LINENO.*/&-/ |
443 t lineno | |
444 b | |
445 :lineno | |
0 | 446 N |
1 | 447 :loop |
448 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ | |
0 | 449 t loop |
1 | 450 s/-\n.*// |
0 | 451 ' >$as_me.lineno && |
1 | 452 chmod +x "$as_me.lineno" || |
36 | 453 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } |
0 | 454 |
455 # Don't try to exec as it changes $[0], causing all sort of problems | |
456 # (the dirname of $[0] is not the place where we might find the | |
1 | 457 # original and so on. Autoconf is especially sensitive to this). |
458 . "./$as_me.lineno" | |
0 | 459 # Exit status is that of the last command. |
460 exit | |
461 } | |
462 | |
1 | 463 ECHO_C= ECHO_N= ECHO_T= |
36 | 464 case `echo -n x` in #((((( |
1 | 465 -n*) |
36 | 466 case `echo 'xy\c'` in |
1 | 467 *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
36 | 468 xy) ECHO_C='\c';; |
469 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | |
470 ECHO_T=' ';; | |
1 | 471 esac;; |
472 *) | |
473 ECHO_N='-n';; | |
0 | 474 esac |
475 | |
476 rm -f conf$$ conf$$.exe conf$$.file | |
1 | 477 if test -d conf$$.dir; then |
478 rm -f conf$$.dir/conf$$.file | |
479 else | |
480 rm -f conf$$.dir | |
36 | 481 mkdir conf$$.dir 2>/dev/null |
482 fi | |
483 if (echo >conf$$.file) 2>/dev/null; then | |
484 if ln -s conf$$.file conf$$ 2>/dev/null; then | |
485 as_ln_s='ln -s' | |
486 # ... but there are two gotchas: | |
487 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
488 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
489 # In both cases, we have to default to `cp -p'. | |
490 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
491 as_ln_s='cp -p' | |
492 elif ln conf$$.file conf$$ 2>/dev/null; then | |
493 as_ln_s=ln | |
494 else | |
0 | 495 as_ln_s='cp -p' |
36 | 496 fi |
0 | 497 else |
498 as_ln_s='cp -p' | |
499 fi | |
1 | 500 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
501 rmdir conf$$.dir 2>/dev/null | |
0 | 502 |
503 if mkdir -p . 2>/dev/null; then | |
36 | 504 as_mkdir_p='mkdir -p "$as_dir"' |
0 | 505 else |
506 test -d ./-p && rmdir ./-p | |
507 as_mkdir_p=false | |
508 fi | |
509 | |
1 | 510 if test -x / >/dev/null 2>&1; then |
511 as_test_x='test -x' | |
512 else | |
513 if ls -dL / >/dev/null 2>&1; then | |
514 as_ls_L_option=L | |
515 else | |
516 as_ls_L_option= | |
517 fi | |
518 as_test_x=' | |
519 eval sh -c '\'' | |
520 if test -d "$1"; then | |
36 | 521 test -d "$1/."; |
1 | 522 else |
36 | 523 case $1 in #( |
524 -*)set "./$1";; | |
1 | 525 esac; |
36 | 526 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
1 | 527 ???[sx]*):;;*)false;;esac;fi |
528 '\'' sh | |
529 ' | |
530 fi | |
531 as_executable_p=$as_test_x | |
0 | 532 |
533 # Sed expression to map a string onto a valid CPP name. | |
534 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
535 | |
536 # Sed expression to map a string onto a valid variable name. | |
537 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
538 | |
539 | |
36 | 540 test -n "$DJDIR" || exec 7<&0 </dev/null |
541 exec 6>&1 | |
0 | 542 |
543 # Name of the host. | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
544 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
0 | 545 # so uname gets run too. |
546 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | |
547 | |
548 # | |
549 # Initializations. | |
550 # | |
551 ac_default_prefix=/usr/local | |
1 | 552 ac_clean_files= |
0 | 553 ac_config_libobj_dir=. |
1 | 554 LIBOBJS= |
0 | 555 cross_compiling=no |
556 subdirs= | |
557 MFLAGS= | |
558 MAKEFLAGS= | |
559 | |
560 # Identity of this package. | |
561 PACKAGE_NAME='masqmail' | |
562 PACKAGE_TARNAME='masqmail' | |
189 | 563 PACKAGE_VERSION='0.2.31-dev' |
564 PACKAGE_STRING='masqmail 0.2.31-dev' | |
36 | 565 PACKAGE_BUGREPORT='meillo@marmaro.de' |
566 PACKAGE_URL='' | |
0 | 567 |
568 ac_unique_file="src/masqmail.c" | |
569 # Factoring default headers for most tests. | |
570 ac_includes_default="\ | |
571 #include <stdio.h> | |
1 | 572 #ifdef HAVE_SYS_TYPES_H |
0 | 573 # include <sys/types.h> |
574 #endif | |
1 | 575 #ifdef HAVE_SYS_STAT_H |
0 | 576 # include <sys/stat.h> |
577 #endif | |
1 | 578 #ifdef STDC_HEADERS |
0 | 579 # include <stdlib.h> |
580 # include <stddef.h> | |
581 #else | |
1 | 582 # ifdef HAVE_STDLIB_H |
0 | 583 # include <stdlib.h> |
584 # endif | |
585 #endif | |
1 | 586 #ifdef HAVE_STRING_H |
587 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
0 | 588 # include <memory.h> |
589 # endif | |
590 # include <string.h> | |
591 #endif | |
1 | 592 #ifdef HAVE_STRINGS_H |
0 | 593 # include <strings.h> |
594 #endif | |
1 | 595 #ifdef HAVE_INTTYPES_H |
0 | 596 # include <inttypes.h> |
597 #endif | |
1 | 598 #ifdef HAVE_STDINT_H |
599 # include <stdint.h> | |
600 #endif | |
601 #ifdef HAVE_UNISTD_H | |
0 | 602 # include <unistd.h> |
603 #endif" | |
604 | |
36 | 605 ac_subst_vars='am__EXEEXT_FALSE |
606 am__EXEEXT_TRUE | |
607 LTLIBOBJS | |
608 LIBOBJS | |
609 with_confdir | |
610 with_spooldir | |
611 with_logdir | |
612 USE_LIBLOCKFILE | |
613 LOCKFILE_LIBS | |
614 IDENT_LIBS | |
615 has_ident | |
616 MD5_LIBS | |
617 BASE64_LIBS | |
618 with_group | |
619 with_user | |
620 RESOLV_LIBS | |
621 GLIB_LIBS | |
622 GLIB_CFLAGS | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
623 PKG_CONFIG_LIBDIR |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
624 PKG_CONFIG_PATH |
36 | 625 PKG_CONFIG |
626 RANLIB | |
627 EGREP | |
628 GREP | |
629 CPP | |
630 am__fastdepCC_FALSE | |
631 am__fastdepCC_TRUE | |
632 CCDEPMODE | |
633 AMDEPBACKSLASH | |
634 AMDEP_FALSE | |
635 AMDEP_TRUE | |
636 am__quote | |
637 am__include | |
638 DEPDIR | |
639 OBJEXT | |
640 EXEEXT | |
641 ac_ct_CC | |
642 CPPFLAGS | |
643 LDFLAGS | |
644 CFLAGS | |
645 CC | |
646 am__untar | |
647 am__tar | |
648 AMTAR | |
649 am__leading_dot | |
650 SET_MAKE | |
651 AWK | |
652 mkdir_p | |
653 MKDIR_P | |
654 INSTALL_STRIP_PROGRAM | |
655 STRIP | |
656 install_sh | |
657 MAKEINFO | |
658 AUTOHEADER | |
659 AUTOMAKE | |
660 AUTOCONF | |
661 ACLOCAL | |
662 VERSION | |
663 PACKAGE | |
664 CYGPATH_W | |
665 am__isrc | |
1 | 666 INSTALL_DATA |
36 | 667 INSTALL_SCRIPT |
668 INSTALL_PROGRAM | |
669 target_alias | |
670 host_alias | |
671 build_alias | |
672 LIBS | |
673 ECHO_T | |
674 ECHO_N | |
675 ECHO_C | |
676 DEFS | |
677 mandir | |
678 localedir | |
679 libdir | |
680 psdir | |
681 pdfdir | |
682 dvidir | |
683 htmldir | |
684 infodir | |
685 docdir | |
686 oldincludedir | |
687 includedir | |
688 localstatedir | |
689 sharedstatedir | |
690 sysconfdir | |
691 datadir | |
692 datarootdir | |
693 libexecdir | |
694 sbindir | |
695 bindir | |
696 program_transform_name | |
697 prefix | |
698 exec_prefix | |
699 PACKAGE_URL | |
700 PACKAGE_BUGREPORT | |
701 PACKAGE_STRING | |
702 PACKAGE_VERSION | |
703 PACKAGE_TARNAME | |
704 PACKAGE_NAME | |
705 PATH_SEPARATOR | |
706 SHELL' | |
707 ac_subst_files='' | |
708 ac_user_opts=' | |
709 enable_option_checking | |
710 enable_dependency_tracking | |
711 enable_resolver | |
1 | 712 with_user |
713 with_group | |
36 | 714 enable_debug |
715 with_glib_static | |
716 enable_smtp_server | |
717 enable_pop3 | |
718 enable_auth | |
719 enable_maildir | |
720 with_libcrypto | |
721 enable_ident | |
722 enable_mserver | |
723 with_liblockfile | |
1 | 724 with_logdir |
725 with_spooldir | |
726 with_confdir | |
36 | 727 ' |
1 | 728 ac_precious_vars='build_alias |
729 host_alias | |
730 target_alias | |
731 CC | |
732 CFLAGS | |
733 LDFLAGS | |
734 LIBS | |
735 CPPFLAGS | |
736 CPP | |
737 PKG_CONFIG | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
738 PKG_CONFIG_PATH |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
739 PKG_CONFIG_LIBDIR |
1 | 740 GLIB_CFLAGS |
741 GLIB_LIBS' | |
742 | |
0 | 743 |
744 # Initialize some variables set by options. | |
745 ac_init_help= | |
746 ac_init_version=false | |
36 | 747 ac_unrecognized_opts= |
748 ac_unrecognized_sep= | |
0 | 749 # The variables have the same names as the options, with |
750 # dashes changed to underlines. | |
751 cache_file=/dev/null | |
752 exec_prefix=NONE | |
753 no_create= | |
754 no_recursion= | |
755 prefix=NONE | |
756 program_prefix=NONE | |
757 program_suffix=NONE | |
758 program_transform_name=s,x,x, | |
759 silent= | |
760 site= | |
761 srcdir= | |
762 verbose= | |
763 x_includes=NONE | |
764 x_libraries=NONE | |
765 | |
766 # Installation directory options. | |
767 # These are left unexpanded so users can "make install exec_prefix=/foo" | |
768 # and all the variables that are supposed to be based on exec_prefix | |
769 # by default will actually change. | |
770 # Use braces instead of parens because sh, perl, etc. also accept them. | |
1 | 771 # (The list follows the same order as the GNU Coding Standards.) |
0 | 772 bindir='${exec_prefix}/bin' |
773 sbindir='${exec_prefix}/sbin' | |
774 libexecdir='${exec_prefix}/libexec' | |
1 | 775 datarootdir='${prefix}/share' |
776 datadir='${datarootdir}' | |
0 | 777 sysconfdir='${prefix}/etc' |
778 sharedstatedir='${prefix}/com' | |
779 localstatedir='${prefix}/var' | |
780 includedir='${prefix}/include' | |
781 oldincludedir='/usr/include' | |
1 | 782 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
783 infodir='${datarootdir}/info' | |
784 htmldir='${docdir}' | |
785 dvidir='${docdir}' | |
786 pdfdir='${docdir}' | |
787 psdir='${docdir}' | |
788 libdir='${exec_prefix}/lib' | |
789 localedir='${datarootdir}/locale' | |
790 mandir='${datarootdir}/man' | |
0 | 791 |
792 ac_prev= | |
1 | 793 ac_dashdash= |
0 | 794 for ac_option |
795 do | |
796 # If the previous option needs an argument, assign it. | |
797 if test -n "$ac_prev"; then | |
1 | 798 eval $ac_prev=\$ac_option |
0 | 799 ac_prev= |
800 continue | |
801 fi | |
802 | |
1 | 803 case $ac_option in |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
804 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
805 *=) ac_optarg= ;; |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
806 *) ac_optarg=yes ;; |
1 | 807 esac |
0 | 808 |
809 # Accept the important Cygnus configure options, so we can diagnose typos. | |
810 | |
1 | 811 case $ac_dashdash$ac_option in |
812 --) | |
813 ac_dashdash=yes ;; | |
0 | 814 |
815 -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
816 ac_prev=bindir ;; | |
817 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
818 bindir=$ac_optarg ;; | |
819 | |
820 -build | --build | --buil | --bui | --bu) | |
821 ac_prev=build_alias ;; | |
822 -build=* | --build=* | --buil=* | --bui=* | --bu=*) | |
823 build_alias=$ac_optarg ;; | |
824 | |
825 -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
826 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
827 ac_prev=cache_file ;; | |
828 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
829 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
830 cache_file=$ac_optarg ;; | |
831 | |
832 --config-cache | -C) | |
833 cache_file=config.cache ;; | |
834 | |
1 | 835 -datadir | --datadir | --datadi | --datad) |
0 | 836 ac_prev=datadir ;; |
1 | 837 -datadir=* | --datadir=* | --datadi=* | --datad=*) |
0 | 838 datadir=$ac_optarg ;; |
839 | |
1 | 840 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
841 | --dataroo | --dataro | --datar) | |
842 ac_prev=datarootdir ;; | |
843 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | |
844 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) | |
845 datarootdir=$ac_optarg ;; | |
846 | |
0 | 847 -disable-* | --disable-*) |
36 | 848 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
0 | 849 # Reject names that are not valid shell variable names. |
36 | 850 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
851 as_fn_error $? "invalid feature name: $ac_useropt" |
36 | 852 ac_useropt_orig=$ac_useropt |
853 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
854 case $ac_user_opts in | |
855 *" | |
856 "enable_$ac_useropt" | |
857 "*) ;; | |
858 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" | |
859 ac_unrecognized_sep=', ';; | |
860 esac | |
861 eval enable_$ac_useropt=no ;; | |
1 | 862 |
863 -docdir | --docdir | --docdi | --doc | --do) | |
864 ac_prev=docdir ;; | |
865 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) | |
866 docdir=$ac_optarg ;; | |
867 | |
868 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) | |
869 ac_prev=dvidir ;; | |
870 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) | |
871 dvidir=$ac_optarg ;; | |
0 | 872 |
873 -enable-* | --enable-*) | |
36 | 874 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
0 | 875 # Reject names that are not valid shell variable names. |
36 | 876 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
877 as_fn_error $? "invalid feature name: $ac_useropt" |
36 | 878 ac_useropt_orig=$ac_useropt |
879 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
880 case $ac_user_opts in | |
881 *" | |
882 "enable_$ac_useropt" | |
883 "*) ;; | |
884 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" | |
885 ac_unrecognized_sep=', ';; | |
886 esac | |
887 eval enable_$ac_useropt=\$ac_optarg ;; | |
0 | 888 |
889 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
890 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
891 | --exec | --exe | --ex) | |
892 ac_prev=exec_prefix ;; | |
893 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
894 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
895 | --exec=* | --exe=* | --ex=*) | |
896 exec_prefix=$ac_optarg ;; | |
897 | |
898 -gas | --gas | --ga | --g) | |
899 # Obsolete; use --with-gas. | |
900 with_gas=yes ;; | |
901 | |
902 -help | --help | --hel | --he | -h) | |
903 ac_init_help=long ;; | |
904 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | |
905 ac_init_help=recursive ;; | |
906 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | |
907 ac_init_help=short ;; | |
908 | |
909 -host | --host | --hos | --ho) | |
910 ac_prev=host_alias ;; | |
911 -host=* | --host=* | --hos=* | --ho=*) | |
912 host_alias=$ac_optarg ;; | |
913 | |
1 | 914 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
915 ac_prev=htmldir ;; | |
916 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | |
917 | --ht=*) | |
918 htmldir=$ac_optarg ;; | |
919 | |
0 | 920 -includedir | --includedir | --includedi | --included | --include \ |
921 | --includ | --inclu | --incl | --inc) | |
922 ac_prev=includedir ;; | |
923 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
924 | --includ=* | --inclu=* | --incl=* | --inc=*) | |
925 includedir=$ac_optarg ;; | |
926 | |
927 -infodir | --infodir | --infodi | --infod | --info | --inf) | |
928 ac_prev=infodir ;; | |
929 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
930 infodir=$ac_optarg ;; | |
931 | |
932 -libdir | --libdir | --libdi | --libd) | |
933 ac_prev=libdir ;; | |
934 -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
935 libdir=$ac_optarg ;; | |
936 | |
937 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
938 | --libexe | --libex | --libe) | |
939 ac_prev=libexecdir ;; | |
940 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
941 | --libexe=* | --libex=* | --libe=*) | |
942 libexecdir=$ac_optarg ;; | |
943 | |
1 | 944 -localedir | --localedir | --localedi | --localed | --locale) |
945 ac_prev=localedir ;; | |
946 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) | |
947 localedir=$ac_optarg ;; | |
948 | |
0 | 949 -localstatedir | --localstatedir | --localstatedi | --localstated \ |
1 | 950 | --localstate | --localstat | --localsta | --localst | --locals) |
0 | 951 ac_prev=localstatedir ;; |
952 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
1 | 953 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
0 | 954 localstatedir=$ac_optarg ;; |
955 | |
956 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
957 ac_prev=mandir ;; | |
958 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
959 mandir=$ac_optarg ;; | |
960 | |
961 -nfp | --nfp | --nf) | |
962 # Obsolete; use --without-fp. | |
963 with_fp=no ;; | |
964 | |
965 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
966 | --no-cr | --no-c | -n) | |
967 no_create=yes ;; | |
968 | |
969 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
970 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
971 no_recursion=yes ;; | |
972 | |
973 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
974 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
975 | --oldin | --oldi | --old | --ol | --o) | |
976 ac_prev=oldincludedir ;; | |
977 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
978 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
979 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
980 oldincludedir=$ac_optarg ;; | |
981 | |
982 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
983 ac_prev=prefix ;; | |
984 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
985 prefix=$ac_optarg ;; | |
986 | |
987 -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
988 | --program-pre | --program-pr | --program-p) | |
989 ac_prev=program_prefix ;; | |
990 -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
991 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
992 program_prefix=$ac_optarg ;; | |
993 | |
994 -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
995 | --program-suf | --program-su | --program-s) | |
996 ac_prev=program_suffix ;; | |
997 -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
998 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
999 program_suffix=$ac_optarg ;; | |
1000 | |
1001 -program-transform-name | --program-transform-name \ | |
1002 | --program-transform-nam | --program-transform-na \ | |
1003 | --program-transform-n | --program-transform- \ | |
1004 | --program-transform | --program-transfor \ | |
1005 | --program-transfo | --program-transf \ | |
1006 | --program-trans | --program-tran \ | |
1007 | --progr-tra | --program-tr | --program-t) | |
1008 ac_prev=program_transform_name ;; | |
1009 -program-transform-name=* | --program-transform-name=* \ | |
1010 | --program-transform-nam=* | --program-transform-na=* \ | |
1011 | --program-transform-n=* | --program-transform-=* \ | |
1012 | --program-transform=* | --program-transfor=* \ | |
1013 | --program-transfo=* | --program-transf=* \ | |
1014 | --program-trans=* | --program-tran=* \ | |
1015 | --progr-tra=* | --program-tr=* | --program-t=*) | |
1016 program_transform_name=$ac_optarg ;; | |
1017 | |
1 | 1018 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
1019 ac_prev=pdfdir ;; | |
1020 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) | |
1021 pdfdir=$ac_optarg ;; | |
1022 | |
1023 -psdir | --psdir | --psdi | --psd | --ps) | |
1024 ac_prev=psdir ;; | |
1025 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) | |
1026 psdir=$ac_optarg ;; | |
1027 | |
0 | 1028 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
1029 | -silent | --silent | --silen | --sile | --sil) | |
1030 silent=yes ;; | |
1031 | |
1032 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
1033 ac_prev=sbindir ;; | |
1034 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
1035 | --sbi=* | --sb=*) | |
1036 sbindir=$ac_optarg ;; | |
1037 | |
1038 -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
1039 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
1040 | --sharedst | --shareds | --shared | --share | --shar \ | |
1041 | --sha | --sh) | |
1042 ac_prev=sharedstatedir ;; | |
1043 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
1044 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
1045 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
1046 | --sha=* | --sh=*) | |
1047 sharedstatedir=$ac_optarg ;; | |
1048 | |
1049 -site | --site | --sit) | |
1050 ac_prev=site ;; | |
1051 -site=* | --site=* | --sit=*) | |
1052 site=$ac_optarg ;; | |
1053 | |
1054 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
1055 ac_prev=srcdir ;; | |
1056 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
1057 srcdir=$ac_optarg ;; | |
1058 | |
1059 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
1060 | --syscon | --sysco | --sysc | --sys | --sy) | |
1061 ac_prev=sysconfdir ;; | |
1062 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
1063 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
1064 sysconfdir=$ac_optarg ;; | |
1065 | |
1066 -target | --target | --targe | --targ | --tar | --ta | --t) | |
1067 ac_prev=target_alias ;; | |
1068 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) | |
1069 target_alias=$ac_optarg ;; | |
1070 | |
1071 -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
1072 verbose=yes ;; | |
1073 | |
1074 -version | --version | --versio | --versi | --vers | -V) | |
1075 ac_init_version=: ;; | |
1076 | |
1077 -with-* | --with-*) | |
36 | 1078 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
0 | 1079 # Reject names that are not valid shell variable names. |
36 | 1080 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1081 as_fn_error $? "invalid package name: $ac_useropt" |
36 | 1082 ac_useropt_orig=$ac_useropt |
1083 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1084 case $ac_user_opts in | |
1085 *" | |
1086 "with_$ac_useropt" | |
1087 "*) ;; | |
1088 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" | |
1089 ac_unrecognized_sep=', ';; | |
1090 esac | |
1091 eval with_$ac_useropt=\$ac_optarg ;; | |
0 | 1092 |
1093 -without-* | --without-*) | |
36 | 1094 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
0 | 1095 # Reject names that are not valid shell variable names. |
36 | 1096 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1097 as_fn_error $? "invalid package name: $ac_useropt" |
36 | 1098 ac_useropt_orig=$ac_useropt |
1099 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | |
1100 case $ac_user_opts in | |
1101 *" | |
1102 "with_$ac_useropt" | |
1103 "*) ;; | |
1104 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" | |
1105 ac_unrecognized_sep=', ';; | |
1106 esac | |
1107 eval with_$ac_useropt=no ;; | |
0 | 1108 |
1109 --x) | |
1110 # Obsolete; use --with-x. | |
1111 with_x=yes ;; | |
1112 | |
1113 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
1114 | --x-incl | --x-inc | --x-in | --x-i) | |
1115 ac_prev=x_includes ;; | |
1116 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
1117 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
1118 x_includes=$ac_optarg ;; | |
1119 | |
1120 -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
1121 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
1122 ac_prev=x_libraries ;; | |
1123 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
1124 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
1125 x_libraries=$ac_optarg ;; | |
1126 | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1127 -*) as_fn_error $? "unrecognized option: \`$ac_option' |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1128 Try \`$0 --help' for more information" |
0 | 1129 ;; |
1130 | |
1131 *=*) | |
1132 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | |
1133 # Reject names that are not valid shell variable names. | |
36 | 1134 case $ac_envvar in #( |
1135 '' | [0-9]* | *[!_$as_cr_alnum]* ) | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1136 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; |
36 | 1137 esac |
1 | 1138 eval $ac_envvar=\$ac_optarg |
0 | 1139 export $ac_envvar ;; |
1140 | |
1141 *) | |
1142 # FIXME: should be removed in autoconf 3.0. | |
36 | 1143 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
0 | 1144 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
36 | 1145 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1146 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" |
0 | 1147 ;; |
1148 | |
1149 esac | |
1150 done | |
1151 | |
1152 if test -n "$ac_prev"; then | |
1153 ac_option=--`echo $ac_prev | sed 's/_/-/g'` | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1154 as_fn_error $? "missing argument to $ac_option" |
36 | 1155 fi |
1156 | |
1157 if test -n "$ac_unrecognized_opts"; then | |
1158 case $enable_option_checking in | |
1159 no) ;; | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1160 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
36 | 1161 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
1162 esac | |
1163 fi | |
1164 | |
1165 # Check all directory arguments for consistency. | |
1 | 1166 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
1167 datadir sysconfdir sharedstatedir localstatedir includedir \ | |
1168 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | |
1169 libdir localedir mandir | |
0 | 1170 do |
1 | 1171 eval ac_val=\$$ac_var |
36 | 1172 # Remove trailing slashes. |
1173 case $ac_val in | |
1174 */ ) | |
1175 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` | |
1176 eval $ac_var=\$ac_val;; | |
1177 esac | |
1178 # Be sure to have absolute directory names. | |
0 | 1179 case $ac_val in |
1 | 1180 [\\/$]* | ?:[\\/]* ) continue;; |
1181 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | |
0 | 1182 esac |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1183 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
0 | 1184 done |
1185 | |
1186 # There might be people who depend on the old broken behavior: `$host' | |
1187 # used to hold the argument of --host etc. | |
1188 # FIXME: To remove some day. | |
1189 build=$build_alias | |
1190 host=$host_alias | |
1191 target=$target_alias | |
1192 | |
1193 # FIXME: To remove some day. | |
1194 if test "x$host_alias" != x; then | |
1195 if test "x$build_alias" = x; then | |
1196 cross_compiling=maybe | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1197 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1198 If a cross compiler is detected then cross compile mode will be used" >&2 |
0 | 1199 elif test "x$build_alias" != "x$host_alias"; then |
1200 cross_compiling=yes | |
1201 fi | |
1202 fi | |
1203 | |
1204 ac_tool_prefix= | |
1205 test -n "$host_alias" && ac_tool_prefix=$host_alias- | |
1206 | |
1207 test "$silent" = yes && exec 6>/dev/null | |
1208 | |
1209 | |
1 | 1210 ac_pwd=`pwd` && test -n "$ac_pwd" && |
1211 ac_ls_di=`ls -di .` && | |
1212 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1213 as_fn_error $? "working directory cannot be determined" |
1 | 1214 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1215 as_fn_error $? "pwd does not report name of working directory" |
1 | 1216 |
1217 | |
0 | 1218 # Find the source files, if location was not specified. |
1219 if test -z "$srcdir"; then | |
1220 ac_srcdir_defaulted=yes | |
1 | 1221 # Try the directory containing this script, then the parent directory. |
36 | 1222 ac_confdir=`$as_dirname -- "$as_myself" || |
1223 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
1224 X"$as_myself" : 'X\(//\)[^/]' \| \ | |
1225 X"$as_myself" : 'X\(//\)$' \| \ | |
1226 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || | |
1227 $as_echo X"$as_myself" | | |
1 | 1228 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
1229 s//\1/ | |
1230 q | |
1231 } | |
1232 /^X\(\/\/\)[^/].*/{ | |
1233 s//\1/ | |
1234 q | |
1235 } | |
1236 /^X\(\/\/\)$/{ | |
1237 s//\1/ | |
1238 q | |
1239 } | |
1240 /^X\(\/\).*/{ | |
1241 s//\1/ | |
1242 q | |
1243 } | |
1244 s/.*/./; q'` | |
0 | 1245 srcdir=$ac_confdir |
1 | 1246 if test ! -r "$srcdir/$ac_unique_file"; then |
0 | 1247 srcdir=.. |
1248 fi | |
1249 else | |
1250 ac_srcdir_defaulted=no | |
1251 fi | |
1 | 1252 if test ! -r "$srcdir/$ac_unique_file"; then |
1253 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1254 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
1 | 1255 fi |
1256 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | |
1257 ac_abs_confdir=`( | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1258 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
1 | 1259 pwd)` |
1260 # When building in place, set srcdir=. | |
1261 if test "$ac_abs_confdir" = "$ac_pwd"; then | |
1262 srcdir=. | |
1263 fi | |
1264 # Remove unnecessary trailing slashes from srcdir. | |
1265 # Double slashes in file names in object file debugging info | |
1266 # mess up M-x gdb in Emacs. | |
1267 case $srcdir in | |
1268 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; | |
1269 esac | |
1270 for ac_var in $ac_precious_vars; do | |
1271 eval ac_env_${ac_var}_set=\${${ac_var}+set} | |
1272 eval ac_env_${ac_var}_value=\$${ac_var} | |
1273 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} | |
1274 eval ac_cv_env_${ac_var}_value=\$${ac_var} | |
1275 done | |
0 | 1276 |
1277 # | |
1278 # Report the --help message. | |
1279 # | |
1280 if test "$ac_init_help" = "long"; then | |
1281 # Omit some internal or obsolete options to make the list less imposing. | |
1282 # This message is too long to be a string in the A/UX 3.1 sh. | |
1283 cat <<_ACEOF | |
189 | 1284 \`configure' configures masqmail 0.2.31-dev to adapt to many kinds of systems. |
0 | 1285 |
1286 Usage: $0 [OPTION]... [VAR=VALUE]... | |
1287 | |
1288 To assign environment variables (e.g., CC, CFLAGS...), specify them as | |
1289 VAR=VALUE. See below for descriptions of some of the useful variables. | |
1290 | |
1291 Defaults for the options are specified in brackets. | |
1292 | |
1293 Configuration: | |
1294 -h, --help display this help and exit | |
1295 --help=short display options specific to this package | |
1296 --help=recursive display the short help of all the included packages | |
1297 -V, --version display version information and exit | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1298 -q, --quiet, --silent do not print \`checking ...' messages |
0 | 1299 --cache-file=FILE cache test results in FILE [disabled] |
1300 -C, --config-cache alias for \`--cache-file=config.cache' | |
1301 -n, --no-create do not create output files | |
1302 --srcdir=DIR find the sources in DIR [configure dir or \`..'] | |
1303 | |
1304 Installation directories: | |
1305 --prefix=PREFIX install architecture-independent files in PREFIX | |
36 | 1306 [$ac_default_prefix] |
0 | 1307 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
36 | 1308 [PREFIX] |
0 | 1309 |
1310 By default, \`make install' will install all the files in | |
1311 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | |
1312 an installation prefix other than \`$ac_default_prefix' using \`--prefix', | |
1313 for instance \`--prefix=\$HOME'. | |
1314 | |
1315 For better control, use the options below. | |
1316 | |
1317 Fine tuning of the installation directories: | |
36 | 1318 --bindir=DIR user executables [EPREFIX/bin] |
1319 --sbindir=DIR system admin executables [EPREFIX/sbin] | |
1320 --libexecdir=DIR program executables [EPREFIX/libexec] | |
1321 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | |
1322 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | |
1323 --localstatedir=DIR modifiable single-machine data [PREFIX/var] | |
1324 --libdir=DIR object code libraries [EPREFIX/lib] | |
1325 --includedir=DIR C header files [PREFIX/include] | |
1326 --oldincludedir=DIR C header files for non-gcc [/usr/include] | |
1327 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] | |
1328 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | |
1329 --infodir=DIR info documentation [DATAROOTDIR/info] | |
1330 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | |
1331 --mandir=DIR man documentation [DATAROOTDIR/man] | |
1332 --docdir=DIR documentation root [DATAROOTDIR/doc/masqmail] | |
1333 --htmldir=DIR html documentation [DOCDIR] | |
1334 --dvidir=DIR dvi documentation [DOCDIR] | |
1335 --pdfdir=DIR pdf documentation [DOCDIR] | |
1336 --psdir=DIR ps documentation [DOCDIR] | |
0 | 1337 _ACEOF |
1338 | |
1339 cat <<\_ACEOF | |
1340 | |
1341 Program names: | |
1342 --program-prefix=PREFIX prepend PREFIX to installed program names | |
1343 --program-suffix=SUFFIX append SUFFIX to installed program names | |
1344 --program-transform-name=PROGRAM run sed PROGRAM on installed program names | |
1345 _ACEOF | |
1346 fi | |
1347 | |
1348 if test -n "$ac_init_help"; then | |
1349 case $ac_init_help in | |
189 | 1350 short | recursive ) echo "Configuration of masqmail 0.2.31-dev:";; |
0 | 1351 esac |
1352 cat <<\_ACEOF | |
1353 | |
1354 Optional Features: | |
36 | 1355 --disable-option-checking ignore unrecognized --enable/--with options |
0 | 1356 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1357 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
36 | 1358 --disable-dependency-tracking speeds up one-time build |
1359 --enable-dependency-tracking do not reject slow dependency extractors | |
0 | 1360 --disable-resolver disable resolver support |
1361 --disable-debug disable debugging | |
1362 --disable-smtp-server disable smtp server support | |
1363 --disable-pop3 disable pop3 support | |
1364 --enable-auth enable AUTH (RFC 2554) client support | |
1365 --enable-maildir enable qmail style maildir support | |
1366 --enable-ident enable ident (RFC 1413) support | |
1367 --enable-mserver enable mserver support | |
1368 | |
1369 Optional Packages: | |
1370 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
1371 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
1372 --with-user=USER set user mail | |
1373 --with-group=GROUP set group trusted | |
1374 --with-glib-static=path link glib statically (path mandatory!) | |
1375 --with-libcrypto use libcrypto | |
1376 --with-liblockfile use liblock (for Debian) | |
1377 --with-logdir=DIR set log directory /var/masqmail | |
1378 --with-spooldir=DIR set spool directory /var/spool/masqmail | |
1379 --with-confdir directory for configuration /etc/masqmail | |
1380 | |
1381 Some influential environment variables: | |
1382 CC C compiler command | |
1383 CFLAGS C compiler flags | |
1384 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
1385 nonstandard directory <lib dir> | |
1 | 1386 LIBS libraries to pass to the linker, e.g. -l<library> |
36 | 1387 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if |
1 | 1388 you have headers in a nonstandard directory <include dir> |
0 | 1389 CPP C preprocessor |
1390 PKG_CONFIG path to pkg-config utility | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
1391 PKG_CONFIG_PATH |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
1392 directories to add to pkg-config's search path |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
1393 PKG_CONFIG_LIBDIR |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
1394 path overriding pkg-config's built-in search path |
0 | 1395 GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config |
1396 GLIB_LIBS linker flags for GLIB, overriding pkg-config | |
1397 | |
1398 Use these variables to override the choices made by `configure' or to help | |
1399 it to find libraries and programs with nonstandard names/locations. | |
1400 | |
36 | 1401 Report bugs to <meillo@marmaro.de>. |
0 | 1402 _ACEOF |
1 | 1403 ac_status=$? |
0 | 1404 fi |
1405 | |
1406 if test "$ac_init_help" = "recursive"; then | |
1407 # If there are subdirs, report their specific --help. | |
1408 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue | |
36 | 1409 test -d "$ac_dir" || |
1410 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || | |
1411 continue | |
0 | 1412 ac_builddir=. |
1413 | |
1 | 1414 case "$ac_dir" in |
1415 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1416 *) | |
36 | 1417 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
1 | 1418 # A ".." for each directory in $ac_dir_suffix. |
36 | 1419 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
1 | 1420 case $ac_top_builddir_sub in |
1421 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
1422 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
1423 esac ;; | |
1424 esac | |
1425 ac_abs_top_builddir=$ac_pwd | |
1426 ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
1427 # for backward compatibility: | |
1428 ac_top_builddir=$ac_top_build_prefix | |
0 | 1429 |
1430 case $srcdir in | |
1 | 1431 .) # We are building in place. |
0 | 1432 ac_srcdir=. |
1 | 1433 ac_top_srcdir=$ac_top_builddir_sub |
1434 ac_abs_top_srcdir=$ac_pwd ;; | |
1435 [\\/]* | ?:[\\/]* ) # Absolute name. | |
0 | 1436 ac_srcdir=$srcdir$ac_dir_suffix; |
1 | 1437 ac_top_srcdir=$srcdir |
1438 ac_abs_top_srcdir=$srcdir ;; | |
1439 *) # Relative name. | |
1440 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
1441 ac_top_srcdir=$ac_top_build_prefix$srcdir | |
1442 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
0 | 1443 esac |
1 | 1444 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
1445 | |
1446 cd "$ac_dir" || { ac_status=$?; continue; } | |
1447 # Check for guested configure. | |
1448 if test -f "$ac_srcdir/configure.gnu"; then | |
1449 echo && | |
1450 $SHELL "$ac_srcdir/configure.gnu" --help=recursive | |
1451 elif test -f "$ac_srcdir/configure"; then | |
1452 echo && | |
1453 $SHELL "$ac_srcdir/configure" --help=recursive | |
0 | 1454 else |
36 | 1455 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
1 | 1456 fi || ac_status=$? |
1457 cd "$ac_pwd" || { ac_status=$?; break; } | |
0 | 1458 done |
1459 fi | |
1460 | |
1 | 1461 test -n "$ac_init_help" && exit $ac_status |
0 | 1462 if $ac_init_version; then |
1463 cat <<\_ACEOF | |
189 | 1464 masqmail configure 0.2.31-dev |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1465 generated by GNU Autoconf 2.68 |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1466 |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1467 Copyright (C) 2010 Free Software Foundation, Inc. |
0 | 1468 This configure script is free software; the Free Software Foundation |
1469 gives unlimited permission to copy, distribute and modify it. | |
1470 _ACEOF | |
1 | 1471 exit |
1472 fi | |
36 | 1473 |
1474 ## ------------------------ ## | |
1475 ## Autoconf initialization. ## | |
1476 ## ------------------------ ## | |
1477 | |
1478 # ac_fn_c_try_compile LINENO | |
1479 # -------------------------- | |
1480 # Try to compile conftest.$ac_ext, and return whether this succeeded. | |
1481 ac_fn_c_try_compile () | |
1482 { | |
1483 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1484 rm -f conftest.$ac_objext | |
1485 if { { ac_try="$ac_compile" | |
1486 case "(($ac_try" in | |
1487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1488 *) ac_try_echo=$ac_try;; | |
1489 esac | |
1490 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1491 $as_echo "$ac_try_echo"; } >&5 | |
1492 (eval "$ac_compile") 2>conftest.err | |
1493 ac_status=$? | |
1494 if test -s conftest.err; then | |
1495 grep -v '^ *+' conftest.err >conftest.er1 | |
1496 cat conftest.er1 >&5 | |
1497 mv -f conftest.er1 conftest.err | |
1498 fi | |
1499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1500 test $ac_status = 0; } && { | |
1501 test -z "$ac_c_werror_flag" || | |
1502 test ! -s conftest.err | |
1503 } && test -s conftest.$ac_objext; then : | |
1504 ac_retval=0 | |
1505 else | |
1506 $as_echo "$as_me: failed program was:" >&5 | |
1507 sed 's/^/| /' conftest.$ac_ext >&5 | |
1508 | |
1509 ac_retval=1 | |
1510 fi | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1511 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
36 | 1512 as_fn_set_status $ac_retval |
1513 | |
1514 } # ac_fn_c_try_compile | |
1515 | |
1516 # ac_fn_c_try_link LINENO | |
1517 # ----------------------- | |
1518 # Try to link conftest.$ac_ext, and return whether this succeeded. | |
1519 ac_fn_c_try_link () | |
1520 { | |
1521 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1522 rm -f conftest.$ac_objext conftest$ac_exeext | |
1523 if { { ac_try="$ac_link" | |
1524 case "(($ac_try" in | |
1525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1526 *) ac_try_echo=$ac_try;; | |
1527 esac | |
1528 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1529 $as_echo "$ac_try_echo"; } >&5 | |
1530 (eval "$ac_link") 2>conftest.err | |
1531 ac_status=$? | |
1532 if test -s conftest.err; then | |
1533 grep -v '^ *+' conftest.err >conftest.er1 | |
1534 cat conftest.er1 >&5 | |
1535 mv -f conftest.er1 conftest.err | |
1536 fi | |
1537 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1538 test $ac_status = 0; } && { | |
1539 test -z "$ac_c_werror_flag" || | |
1540 test ! -s conftest.err | |
1541 } && test -s conftest$ac_exeext && { | |
1542 test "$cross_compiling" = yes || | |
1543 $as_test_x conftest$ac_exeext | |
1544 }; then : | |
1545 ac_retval=0 | |
1546 else | |
1547 $as_echo "$as_me: failed program was:" >&5 | |
1548 sed 's/^/| /' conftest.$ac_ext >&5 | |
1549 | |
1550 ac_retval=1 | |
1551 fi | |
1552 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information | |
1553 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would | |
1554 # interfere with the next link command; also delete a directory that is | |
1555 # left behind by Apple's compiler. We do this before executing the actions. | |
1556 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1557 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
36 | 1558 as_fn_set_status $ac_retval |
1559 | |
1560 } # ac_fn_c_try_link | |
1561 | |
1562 # ac_fn_c_try_cpp LINENO | |
1563 # ---------------------- | |
1564 # Try to preprocess conftest.$ac_ext, and return whether this succeeded. | |
1565 ac_fn_c_try_cpp () | |
1566 { | |
1567 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1568 if { { ac_try="$ac_cpp conftest.$ac_ext" | |
1569 case "(($ac_try" in | |
1570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1571 *) ac_try_echo=$ac_try;; | |
1572 esac | |
1573 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1574 $as_echo "$ac_try_echo"; } >&5 | |
1575 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err | |
1576 ac_status=$? | |
1577 if test -s conftest.err; then | |
1578 grep -v '^ *+' conftest.err >conftest.er1 | |
1579 cat conftest.er1 >&5 | |
1580 mv -f conftest.er1 conftest.err | |
1581 fi | |
1582 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1583 test $ac_status = 0; } > conftest.i && { |
36 | 1584 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
1585 test ! -s conftest.err | |
1586 }; then : | |
1587 ac_retval=0 | |
1588 else | |
1589 $as_echo "$as_me: failed program was:" >&5 | |
1590 sed 's/^/| /' conftest.$ac_ext >&5 | |
1591 | |
1592 ac_retval=1 | |
1593 fi | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1594 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
36 | 1595 as_fn_set_status $ac_retval |
1596 | |
1597 } # ac_fn_c_try_cpp | |
1598 | |
1599 # ac_fn_c_try_run LINENO | |
1600 # ---------------------- | |
1601 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes | |
1602 # that executables *can* be run. | |
1603 ac_fn_c_try_run () | |
1604 { | |
1605 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1606 if { { ac_try="$ac_link" | |
1607 case "(($ac_try" in | |
1608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1609 *) ac_try_echo=$ac_try;; | |
1610 esac | |
1611 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1612 $as_echo "$ac_try_echo"; } >&5 | |
1613 (eval "$ac_link") 2>&5 | |
1614 ac_status=$? | |
1615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1616 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' | |
1617 { { case "(($ac_try" in | |
1618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
1619 *) ac_try_echo=$ac_try;; | |
1620 esac | |
1621 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
1622 $as_echo "$ac_try_echo"; } >&5 | |
1623 (eval "$ac_try") 2>&5 | |
1624 ac_status=$? | |
1625 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
1626 test $ac_status = 0; }; }; then : | |
1627 ac_retval=0 | |
1628 else | |
1629 $as_echo "$as_me: program exited with status $ac_status" >&5 | |
1630 $as_echo "$as_me: failed program was:" >&5 | |
1631 sed 's/^/| /' conftest.$ac_ext >&5 | |
1632 | |
1633 ac_retval=$ac_status | |
1634 fi | |
1635 rm -rf conftest.dSYM conftest_ipa8_conftest.oo | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1636 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
36 | 1637 as_fn_set_status $ac_retval |
1638 | |
1639 } # ac_fn_c_try_run | |
1640 | |
1641 # ac_fn_c_check_func LINENO FUNC VAR | |
1642 # ---------------------------------- | |
1643 # Tests whether FUNC exists, setting the cache variable VAR accordingly | |
1644 ac_fn_c_check_func () | |
1645 { | |
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1648 $as_echo_n "checking for $2... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1649 if eval \${$3+:} false; then : |
36 | 1650 $as_echo_n "(cached) " >&6 |
1651 else | |
1652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1653 /* end confdefs.h. */ | |
1654 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. | |
1655 For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
1656 #define $2 innocuous_$2 | |
1657 | |
1658 /* System header to define __stub macros and hopefully few prototypes, | |
1659 which can conflict with char $2 (); below. | |
1660 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
1661 <limits.h> exists even on freestanding compilers. */ | |
1662 | |
1663 #ifdef __STDC__ | |
1664 # include <limits.h> | |
1665 #else | |
1666 # include <assert.h> | |
1667 #endif | |
1668 | |
1669 #undef $2 | |
1670 | |
1671 /* Override any GCC internal prototype to avoid an error. | |
1672 Use char because int might match the return type of a GCC | |
1673 builtin and then its argument prototype would still apply. */ | |
1674 #ifdef __cplusplus | |
1675 extern "C" | |
1676 #endif | |
1677 char $2 (); | |
1678 /* The GNU C library defines this for functions which it implements | |
1679 to always fail with ENOSYS. Some functions are actually named | |
1680 something starting with __ and the normal name is an alias. */ | |
1681 #if defined __stub_$2 || defined __stub___$2 | |
1682 choke me | |
1683 #endif | |
1684 | |
1685 int | |
1686 main () | |
1687 { | |
1688 return $2 (); | |
1689 ; | |
1690 return 0; | |
1691 } | |
1692 _ACEOF | |
1693 if ac_fn_c_try_link "$LINENO"; then : | |
1694 eval "$3=yes" | |
1695 else | |
1696 eval "$3=no" | |
1697 fi | |
1698 rm -f core conftest.err conftest.$ac_objext \ | |
1699 conftest$ac_exeext conftest.$ac_ext | |
1700 fi | |
1701 eval ac_res=\$$3 | |
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1703 $as_echo "$ac_res" >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1704 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
36 | 1705 |
1706 } # ac_fn_c_check_func | |
1707 | |
1708 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES | |
1709 # ------------------------------------------------------- | |
1710 # Tests whether HEADER exists, giving a warning if it cannot be compiled using | |
1711 # the include files in INCLUDES and setting the cache variable VAR | |
1712 # accordingly. | |
1713 ac_fn_c_check_header_mongrel () | |
1714 { | |
1715 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1716 if eval \${$3+:} false; then : |
36 | 1717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1718 $as_echo_n "checking for $2... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1719 if eval \${$3+:} false; then : |
36 | 1720 $as_echo_n "(cached) " >&6 |
1721 fi | |
1722 eval ac_res=\$$3 | |
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1724 $as_echo "$ac_res" >&6; } | |
1725 else | |
1726 # Is the header compilable? | |
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 | |
1728 $as_echo_n "checking $2 usability... " >&6; } | |
1729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1730 /* end confdefs.h. */ | |
1731 $4 | |
1732 #include <$2> | |
1733 _ACEOF | |
1734 if ac_fn_c_try_compile "$LINENO"; then : | |
1735 ac_header_compiler=yes | |
1736 else | |
1737 ac_header_compiler=no | |
1738 fi | |
1739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 | |
1741 $as_echo "$ac_header_compiler" >&6; } | |
1742 | |
1743 # Is the header present? | |
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 | |
1745 $as_echo_n "checking $2 presence... " >&6; } | |
1746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1747 /* end confdefs.h. */ | |
1748 #include <$2> | |
1749 _ACEOF | |
1750 if ac_fn_c_try_cpp "$LINENO"; then : | |
1751 ac_header_preproc=yes | |
1752 else | |
1753 ac_header_preproc=no | |
1754 fi | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1755 rm -f conftest.err conftest.i conftest.$ac_ext |
36 | 1756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
1757 $as_echo "$ac_header_preproc" >&6; } | |
1758 | |
1759 # So? What about this header? | |
1760 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( | |
1761 yes:no: ) | |
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 | |
1763 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | |
1765 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |
1766 ;; | |
1767 no:yes:* ) | |
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 | |
1769 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} | |
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 | |
1771 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} | |
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 | |
1773 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} | |
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 | |
1775 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} | |
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 | |
1777 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1778 ( $as_echo "## -------------------------------- ## |
36 | 1779 ## Report this to meillo@marmaro.de ## |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1780 ## -------------------------------- ##" |
36 | 1781 ) | sed "s/^/$as_me: WARNING: /" >&2 |
1782 ;; | |
1783 esac | |
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1785 $as_echo_n "checking for $2... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1786 if eval \${$3+:} false; then : |
36 | 1787 $as_echo_n "(cached) " >&6 |
1788 else | |
1789 eval "$3=\$ac_header_compiler" | |
1790 fi | |
1791 eval ac_res=\$$3 | |
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1793 $as_echo "$ac_res" >&6; } | |
1794 fi | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1795 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
36 | 1796 |
1797 } # ac_fn_c_check_header_mongrel | |
1798 | |
1799 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES | |
1800 # ------------------------------------------------------- | |
1801 # Tests whether HEADER exists and can be compiled using the include files in | |
1802 # INCLUDES, setting the cache variable VAR accordingly. | |
1803 ac_fn_c_check_header_compile () | |
1804 { | |
1805 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1807 $as_echo_n "checking for $2... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1808 if eval \${$3+:} false; then : |
36 | 1809 $as_echo_n "(cached) " >&6 |
1810 else | |
1811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1812 /* end confdefs.h. */ | |
1813 $4 | |
1814 #include <$2> | |
1815 _ACEOF | |
1816 if ac_fn_c_try_compile "$LINENO"; then : | |
1817 eval "$3=yes" | |
1818 else | |
1819 eval "$3=no" | |
1820 fi | |
1821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1822 fi | |
1823 eval ac_res=\$$3 | |
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1825 $as_echo "$ac_res" >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1826 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
36 | 1827 |
1828 } # ac_fn_c_check_header_compile | |
1829 | |
1830 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES | |
1831 # ------------------------------------------- | |
1832 # Tests whether TYPE exists after having included INCLUDES, setting cache | |
1833 # variable VAR accordingly. | |
1834 ac_fn_c_check_type () | |
1835 { | |
1836 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
1837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | |
1838 $as_echo_n "checking for $2... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1839 if eval \${$3+:} false; then : |
36 | 1840 $as_echo_n "(cached) " >&6 |
1841 else | |
1842 eval "$3=no" | |
1843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1844 /* end confdefs.h. */ | |
1845 $4 | |
1846 int | |
1847 main () | |
1848 { | |
1849 if (sizeof ($2)) | |
1850 return 0; | |
1851 ; | |
1852 return 0; | |
1853 } | |
1854 _ACEOF | |
1855 if ac_fn_c_try_compile "$LINENO"; then : | |
1856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1857 /* end confdefs.h. */ | |
1858 $4 | |
1859 int | |
1860 main () | |
1861 { | |
1862 if (sizeof (($2))) | |
1863 return 0; | |
1864 ; | |
1865 return 0; | |
1866 } | |
1867 _ACEOF | |
1868 if ac_fn_c_try_compile "$LINENO"; then : | |
1869 | |
1870 else | |
1871 eval "$3=yes" | |
1872 fi | |
1873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1874 fi | |
1875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
1876 fi | |
1877 eval ac_res=\$$3 | |
1878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
1879 $as_echo "$ac_res" >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1880 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
36 | 1881 |
1882 } # ac_fn_c_check_type | |
1 | 1883 cat >config.log <<_ACEOF |
0 | 1884 This file contains any messages produced by compilers while |
1885 running configure, to aid debugging if configure makes a mistake. | |
1886 | |
189 | 1887 It was created by masqmail $as_me 0.2.31-dev, which was |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1888 generated by GNU Autoconf 2.68. Invocation command line was |
0 | 1889 |
1890 $ $0 $@ | |
1891 | |
1892 _ACEOF | |
1 | 1893 exec 5>>config.log |
0 | 1894 { |
1895 cat <<_ASUNAME | |
1896 ## --------- ## | |
1897 ## Platform. ## | |
1898 ## --------- ## | |
1899 | |
1900 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` | |
1901 uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
1902 uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
1903 uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
1904 uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
1905 | |
1906 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` | |
1907 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
1908 | |
1909 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | |
1910 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
1911 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
1 | 1912 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` |
0 | 1913 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` |
1914 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
1915 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
1916 | |
1917 _ASUNAME | |
1918 | |
1919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
1920 for as_dir in $PATH | |
1921 do | |
1922 IFS=$as_save_IFS | |
1923 test -z "$as_dir" && as_dir=. | |
36 | 1924 $as_echo "PATH: $as_dir" |
1925 done | |
1 | 1926 IFS=$as_save_IFS |
0 | 1927 |
1928 } >&5 | |
1929 | |
1930 cat >&5 <<_ACEOF | |
1931 | |
1932 | |
1933 ## ----------- ## | |
1934 ## Core tests. ## | |
1935 ## ----------- ## | |
1936 | |
1937 _ACEOF | |
1938 | |
1939 | |
1940 # Keep a trace of the command line. | |
1941 # Strip out --no-create and --no-recursion so they do not pile up. | |
1942 # Strip out --silent because we don't want to record it for future runs. | |
1943 # Also quote any args containing shell meta-characters. | |
1944 # Make two passes to allow for proper duplicate-argument suppression. | |
1945 ac_configure_args= | |
1946 ac_configure_args0= | |
1947 ac_configure_args1= | |
1948 ac_must_keep_next=false | |
1949 for ac_pass in 1 2 | |
1950 do | |
1951 for ac_arg | |
1952 do | |
1953 case $ac_arg in | |
1954 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; | |
1955 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
1956 | -silent | --silent | --silen | --sile | --sil) | |
1957 continue ;; | |
1 | 1958 *\'*) |
36 | 1959 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
0 | 1960 esac |
1961 case $ac_pass in | |
36 | 1962 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; |
0 | 1963 2) |
36 | 1964 as_fn_append ac_configure_args1 " '$ac_arg'" |
0 | 1965 if test $ac_must_keep_next = true; then |
1966 ac_must_keep_next=false # Got value, back to normal. | |
1967 else | |
1968 case $ac_arg in | |
1969 *=* | --config-cache | -C | -disable-* | --disable-* \ | |
1970 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | |
1971 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | |
1972 | -with-* | --with-* | -without-* | --without-* | --x) | |
1973 case "$ac_configure_args0 " in | |
1974 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | |
1975 esac | |
1976 ;; | |
1977 -* ) ac_must_keep_next=true ;; | |
1978 esac | |
1979 fi | |
36 | 1980 as_fn_append ac_configure_args " '$ac_arg'" |
0 | 1981 ;; |
1982 esac | |
1983 done | |
1984 done | |
36 | 1985 { ac_configure_args0=; unset ac_configure_args0;} |
1986 { ac_configure_args1=; unset ac_configure_args1;} | |
0 | 1987 |
1988 # When interrupted or exit'd, cleanup temporary files, and complete | |
1989 # config.log. We remove comments because anyway the quotes in there | |
1990 # would cause problems or look ugly. | |
1 | 1991 # WARNING: Use '\'' to represent an apostrophe within the trap. |
1992 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. | |
0 | 1993 trap 'exit_status=$? |
1994 # Save into config.log some information that might help in debugging. | |
1995 { | |
1996 echo | |
1997 | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
1998 $as_echo "## ---------------- ## |
0 | 1999 ## Cache variables. ## |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2000 ## ---------------- ##" |
0 | 2001 echo |
2002 # The following way of writing the cache mishandles newlines in values, | |
1 | 2003 ( |
2004 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | |
2005 eval ac_val=\$$ac_var | |
2006 case $ac_val in #( | |
2007 *${as_nl}*) | |
2008 case $ac_var in #( | |
36 | 2009 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 |
2010 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |
1 | 2011 esac |
2012 case $ac_var in #( | |
2013 _ | IFS | as_nl) ;; #( | |
36 | 2014 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
2015 *) { eval $ac_var=; unset $ac_var;} ;; | |
1 | 2016 esac ;; |
2017 esac | |
2018 done | |
0 | 2019 (set) 2>&1 | |
1 | 2020 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( |
2021 *${as_nl}ac_space=\ *) | |
0 | 2022 sed -n \ |
1 | 2023 "s/'\''/'\''\\\\'\'''\''/g; |
2024 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" | |
2025 ;; #( | |
0 | 2026 *) |
1 | 2027 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
0 | 2028 ;; |
1 | 2029 esac | |
2030 sort | |
2031 ) | |
0 | 2032 echo |
2033 | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2034 $as_echo "## ----------------- ## |
0 | 2035 ## Output variables. ## |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2036 ## ----------------- ##" |
0 | 2037 echo |
2038 for ac_var in $ac_subst_vars | |
2039 do | |
1 | 2040 eval ac_val=\$$ac_var |
2041 case $ac_val in | |
36 | 2042 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
1 | 2043 esac |
36 | 2044 $as_echo "$ac_var='\''$ac_val'\''" |
0 | 2045 done | sort |
2046 echo | |
2047 | |
2048 if test -n "$ac_subst_files"; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2049 $as_echo "## ------------------- ## |
1 | 2050 ## File substitutions. ## |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2051 ## ------------------- ##" |
0 | 2052 echo |
2053 for ac_var in $ac_subst_files | |
2054 do | |
1 | 2055 eval ac_val=\$$ac_var |
2056 case $ac_val in | |
36 | 2057 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
1 | 2058 esac |
36 | 2059 $as_echo "$ac_var='\''$ac_val'\''" |
0 | 2060 done | sort |
2061 echo | |
2062 fi | |
2063 | |
2064 if test -s confdefs.h; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2065 $as_echo "## ----------- ## |
0 | 2066 ## confdefs.h. ## |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2067 ## ----------- ##" |
0 | 2068 echo |
1 | 2069 cat confdefs.h |
0 | 2070 echo |
2071 fi | |
2072 test "$ac_signal" != 0 && | |
36 | 2073 $as_echo "$as_me: caught signal $ac_signal" |
2074 $as_echo "$as_me: exit $exit_status" | |
0 | 2075 } >&5 |
1 | 2076 rm -f core *.core core.conftest.* && |
2077 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && | |
0 | 2078 exit $exit_status |
1 | 2079 ' 0 |
0 | 2080 for ac_signal in 1 2 13 15; do |
36 | 2081 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal |
0 | 2082 done |
2083 ac_signal=0 | |
2084 | |
2085 # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
1 | 2086 rm -f -r conftest* confdefs.h |
0 | 2087 |
36 | 2088 $as_echo "/* confdefs.h */" > confdefs.h |
2089 | |
0 | 2090 # Predefined preprocessor variables. |
2091 | |
2092 cat >>confdefs.h <<_ACEOF | |
2093 #define PACKAGE_NAME "$PACKAGE_NAME" | |
2094 _ACEOF | |
2095 | |
2096 cat >>confdefs.h <<_ACEOF | |
2097 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | |
2098 _ACEOF | |
2099 | |
2100 cat >>confdefs.h <<_ACEOF | |
2101 #define PACKAGE_VERSION "$PACKAGE_VERSION" | |
2102 _ACEOF | |
2103 | |
2104 cat >>confdefs.h <<_ACEOF | |
2105 #define PACKAGE_STRING "$PACKAGE_STRING" | |
2106 _ACEOF | |
2107 | |
2108 cat >>confdefs.h <<_ACEOF | |
2109 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" | |
2110 _ACEOF | |
2111 | |
36 | 2112 cat >>confdefs.h <<_ACEOF |
2113 #define PACKAGE_URL "$PACKAGE_URL" | |
2114 _ACEOF | |
2115 | |
0 | 2116 |
2117 # Let the site file select an alternate cache file if it wants to. | |
36 | 2118 # Prefer an explicitly selected file to automatically selected ones. |
2119 ac_site_file1=NONE | |
2120 ac_site_file2=NONE | |
1 | 2121 if test -n "$CONFIG_SITE"; then |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2122 # We do not want a PATH search for config.site. |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2123 case $CONFIG_SITE in #(( |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2124 -*) ac_site_file1=./$CONFIG_SITE;; |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2125 */*) ac_site_file1=$CONFIG_SITE;; |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2126 *) ac_site_file1=./$CONFIG_SITE;; |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2127 esac |
1 | 2128 elif test "x$prefix" != xNONE; then |
36 | 2129 ac_site_file1=$prefix/share/config.site |
2130 ac_site_file2=$prefix/etc/config.site | |
2131 else | |
2132 ac_site_file1=$ac_default_prefix/share/config.site | |
2133 ac_site_file2=$ac_default_prefix/etc/config.site | |
2134 fi | |
2135 for ac_site_file in "$ac_site_file1" "$ac_site_file2" | |
1 | 2136 do |
36 | 2137 test "x$ac_site_file" = xNONE && continue |
2138 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | |
2139 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | |
2140 $as_echo "$as_me: loading site script $ac_site_file" >&6;} | |
0 | 2141 sed 's/^/| /' "$ac_site_file" >&5 |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2142 . "$ac_site_file" \ |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2143 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2144 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2145 as_fn_error $? "failed to load site script $ac_site_file |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2146 See \`config.log' for more details" "$LINENO" 5; } |
0 | 2147 fi |
2148 done | |
2149 | |
2150 if test -r "$cache_file"; then | |
36 | 2151 # Some versions of bash will fail to source /dev/null (special files |
2152 # actually), so we avoid doing that. DJGPP emulates it as a regular file. | |
2153 if test /dev/null != "$cache_file" && test -f "$cache_file"; then | |
2154 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 | |
2155 $as_echo "$as_me: loading cache $cache_file" >&6;} | |
0 | 2156 case $cache_file in |
1 | 2157 [\\/]* | ?:[\\/]* ) . "$cache_file";; |
2158 *) . "./$cache_file";; | |
0 | 2159 esac |
2160 fi | |
2161 else | |
36 | 2162 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 |
2163 $as_echo "$as_me: creating cache $cache_file" >&6;} | |
0 | 2164 >$cache_file |
2165 fi | |
2166 | |
2167 # Check that the precious variables saved in the cache have kept the same | |
2168 # value. | |
2169 ac_cache_corrupted=false | |
1 | 2170 for ac_var in $ac_precious_vars; do |
0 | 2171 eval ac_old_set=\$ac_cv_env_${ac_var}_set |
2172 eval ac_new_set=\$ac_env_${ac_var}_set | |
1 | 2173 eval ac_old_val=\$ac_cv_env_${ac_var}_value |
2174 eval ac_new_val=\$ac_env_${ac_var}_value | |
0 | 2175 case $ac_old_set,$ac_new_set in |
2176 set,) | |
36 | 2177 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
2178 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | |
0 | 2179 ac_cache_corrupted=: ;; |
2180 ,set) | |
36 | 2181 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 |
2182 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | |
0 | 2183 ac_cache_corrupted=: ;; |
2184 ,);; | |
2185 *) | |
2186 if test "x$ac_old_val" != "x$ac_new_val"; then | |
36 | 2187 # differences in whitespace do not lead to failure. |
2188 ac_old_val_w=`echo x $ac_old_val` | |
2189 ac_new_val_w=`echo x $ac_new_val` | |
2190 if test "$ac_old_val_w" != "$ac_new_val_w"; then | |
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 | |
2192 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | |
2193 ac_cache_corrupted=: | |
2194 else | |
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 | |
2196 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} | |
2197 eval $ac_var=\$ac_old_val | |
2198 fi | |
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 | |
2200 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} | |
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 | |
2202 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} | |
0 | 2203 fi;; |
2204 esac | |
2205 # Pass precious variables to config.status. | |
2206 if test "$ac_new_set" = set; then | |
2207 case $ac_new_val in | |
36 | 2208 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
0 | 2209 *) ac_arg=$ac_var=$ac_new_val ;; |
2210 esac | |
2211 case " $ac_configure_args " in | |
2212 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | |
36 | 2213 *) as_fn_append ac_configure_args " '$ac_arg'" ;; |
0 | 2214 esac |
2215 fi | |
2216 done | |
2217 if $ac_cache_corrupted; then | |
36 | 2218 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2219 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | |
2221 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2222 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
36 | 2223 fi |
2224 ## -------------------- ## | |
2225 ## Main body of script. ## | |
2226 ## -------------------- ## | |
1 | 2227 |
0 | 2228 ac_ext=c |
2229 ac_cpp='$CPP $CPPFLAGS' | |
2230 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2231 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2232 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2233 | |
2234 | |
2235 | |
1 | 2236 ac_config_headers="$ac_config_headers config.h" |
0 | 2237 |
36 | 2238 am__api_version='1.11' |
2239 | |
0 | 2240 ac_aux_dir= |
1 | 2241 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2242 if test -f "$ac_dir/install-sh"; then |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2243 ac_aux_dir=$ac_dir |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2244 ac_install_sh="$ac_aux_dir/install-sh -c" |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2245 break |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2246 elif test -f "$ac_dir/install.sh"; then |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2247 ac_aux_dir=$ac_dir |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2248 ac_install_sh="$ac_aux_dir/install.sh -c" |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2249 break |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2250 elif test -f "$ac_dir/shtool"; then |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2251 ac_aux_dir=$ac_dir |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2252 ac_install_sh="$ac_aux_dir/shtool install -c" |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2253 break |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2254 fi |
0 | 2255 done |
2256 if test -z "$ac_aux_dir"; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2257 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
0 | 2258 fi |
1 | 2259 |
2260 # These three variables are undocumented and unsupported, | |
2261 # and are intended to be withdrawn in a future Autoconf release. | |
2262 # They can cause serious problems if a builder's source tree is in a directory | |
2263 # whose full name contains unusual characters. | |
2264 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. | |
2265 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. | |
2266 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |
2267 | |
0 | 2268 |
2269 # Find a good install program. We prefer a C program (faster), | |
2270 # so one script is as good as another. But avoid the broken or | |
2271 # incompatible versions: | |
2272 # SysV /etc/install, /usr/sbin/install | |
2273 # SunOS /usr/etc/install | |
2274 # IRIX /sbin/install | |
2275 # AIX /bin/install | |
2276 # AmigaOS /C/install, which installs bootblocks on floppy discs | |
2277 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
2278 # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
2279 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
2280 # OS/2's system install, which has a completely different semantic | |
2281 # ./install, which can be erroneously created by make from ./install.sh. | |
36 | 2282 # Reject install programs that cannot install multiple files. |
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 | |
2284 $as_echo_n "checking for a BSD-compatible install... " >&6; } | |
0 | 2285 if test -z "$INSTALL"; then |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2286 if ${ac_cv_path_install+:} false; then : |
36 | 2287 $as_echo_n "(cached) " >&6 |
0 | 2288 else |
2289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2290 for as_dir in $PATH | |
2291 do | |
2292 IFS=$as_save_IFS | |
2293 test -z "$as_dir" && as_dir=. | |
36 | 2294 # Account for people who put trailing slashes in PATH elements. |
2295 case $as_dir/ in #(( | |
2296 ./ | .// | /[cC]/* | \ | |
0 | 2297 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
36 | 2298 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
0 | 2299 /usr/ucb/* ) ;; |
2300 *) | |
2301 # OSF1 and SCO ODT 3.0 have their own names for install. | |
2302 # Don't use installbsd from OSF since it installs stuff as root | |
2303 # by default. | |
2304 for ac_prog in ginstall scoinst install; do | |
2305 for ac_exec_ext in '' $ac_executable_extensions; do | |
1 | 2306 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
0 | 2307 if test $ac_prog = install && |
2308 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
2309 # AIX install. It has an incompatible calling convention. | |
2310 : | |
2311 elif test $ac_prog = install && | |
2312 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
2313 # program-specific install script used by HP pwplus--don't use. | |
2314 : | |
2315 else | |
36 | 2316 rm -rf conftest.one conftest.two conftest.dir |
2317 echo one > conftest.one | |
2318 echo two > conftest.two | |
2319 mkdir conftest.dir | |
2320 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && | |
2321 test -s conftest.one && test -s conftest.two && | |
2322 test -s conftest.dir/conftest.one && | |
2323 test -s conftest.dir/conftest.two | |
2324 then | |
2325 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
2326 break 3 | |
2327 fi | |
0 | 2328 fi |
2329 fi | |
2330 done | |
2331 done | |
2332 ;; | |
2333 esac | |
36 | 2334 |
2335 done | |
1 | 2336 IFS=$as_save_IFS |
0 | 2337 |
36 | 2338 rm -rf conftest.one conftest.two conftest.dir |
0 | 2339 |
2340 fi | |
2341 if test "${ac_cv_path_install+set}" = set; then | |
2342 INSTALL=$ac_cv_path_install | |
2343 else | |
1 | 2344 # As a last resort, use the slow shell script. Don't cache a |
2345 # value for INSTALL within a source directory, because that will | |
0 | 2346 # break other packages using the cache if that directory is |
1 | 2347 # removed, or if the value is a relative name. |
0 | 2348 INSTALL=$ac_install_sh |
2349 fi | |
2350 fi | |
36 | 2351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
2352 $as_echo "$INSTALL" >&6; } | |
0 | 2353 |
2354 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
2355 # It thinks the first close brace ends the variable substitution. | |
2356 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
2357 | |
2358 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' | |
2359 | |
2360 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
2361 | |
36 | 2362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
2363 $as_echo_n "checking whether build environment is sane... " >&6; } | |
0 | 2364 # Just in case |
2365 sleep 1 | |
2366 echo timestamp > conftest.file | |
36 | 2367 # Reject unsafe characters in $srcdir or the absolute working directory |
2368 # name. Accept space and tab only in the latter. | |
2369 am_lf=' | |
2370 ' | |
2371 case `pwd` in | |
2372 *[\\\"\#\$\&\'\`$am_lf]*) | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2373 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; |
36 | 2374 esac |
2375 case $srcdir in | |
2376 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2377 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
36 | 2378 esac |
2379 | |
0 | 2380 # Do `set' in a subshell so we don't clobber the current shell's |
2381 # arguments. Must try -L first in case configure is actually a | |
2382 # symlink; some systems play weird games with the mod time of symlinks | |
2383 # (eg FreeBSD returns the mod time of the symlink's containing | |
2384 # directory). | |
2385 if ( | |
36 | 2386 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
0 | 2387 if test "$*" = "X"; then |
2388 # -L didn't work. | |
36 | 2389 set X `ls -t "$srcdir/configure" conftest.file` |
0 | 2390 fi |
2391 rm -f conftest.file | |
2392 if test "$*" != "X $srcdir/configure conftest.file" \ | |
2393 && test "$*" != "X conftest.file $srcdir/configure"; then | |
2394 | |
2395 # If neither matched, then we have a broken ls. This can happen | |
2396 # if, for instance, CONFIG_SHELL is bash and it inherits a | |
2397 # broken ls alias from the environment. This has actually | |
2398 # happened. Such a system could not be considered "sane". | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2399 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
36 | 2400 alias in your environment" "$LINENO" 5 |
0 | 2401 fi |
2402 | |
2403 test "$2" = conftest.file | |
2404 ) | |
2405 then | |
2406 # Ok. | |
2407 : | |
2408 else | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2409 as_fn_error $? "newly created file is older than distributed files! |
36 | 2410 Check your system clock" "$LINENO" 5 |
2411 fi | |
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
2413 $as_echo "yes" >&6; } | |
0 | 2414 test "$program_prefix" != NONE && |
1 | 2415 program_transform_name="s&^&$program_prefix&;$program_transform_name" |
0 | 2416 # Use a double $ so make ignores it. |
2417 test "$program_suffix" != NONE && | |
1 | 2418 program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
36 | 2419 # Double any \ or $. |
0 | 2420 # By default was `s,x,x', remove it if useless. |
36 | 2421 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
2422 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | |
0 | 2423 |
2424 # expand $ac_aux_dir to an absolute path | |
2425 am_aux_dir=`cd $ac_aux_dir && pwd` | |
2426 | |
36 | 2427 if test x"${MISSING+set}" != xset; then |
2428 case $am_aux_dir in | |
2429 *\ * | *\ *) | |
2430 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; | |
2431 *) | |
2432 MISSING="\${SHELL} $am_aux_dir/missing" ;; | |
2433 esac | |
2434 fi | |
0 | 2435 # Use eval to expand $SHELL |
2436 if eval "$MISSING --run true"; then | |
2437 am_missing_run="$MISSING --run " | |
2438 else | |
2439 am_missing_run= | |
36 | 2440 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
2441 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} | |
2442 fi | |
2443 | |
2444 if test x"${install_sh}" != xset; then | |
2445 case $am_aux_dir in | |
2446 *\ * | *\ *) | |
2447 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; | |
2448 *) | |
2449 install_sh="\${SHELL} $am_aux_dir/install-sh" | |
2450 esac | |
2451 fi | |
2452 | |
2453 # Installed binaries are usually stripped using `strip' when the user | |
2454 # run `make install-strip'. However `strip' might not be the right | |
2455 # tool to use in cross-compilation environments, therefore Automake | |
2456 # will honor the `STRIP' environment variable to overrule this program. | |
2457 if test "$cross_compiling" != no; then | |
2458 if test -n "$ac_tool_prefix"; then | |
2459 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
2460 set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
2462 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2463 if ${ac_cv_prog_STRIP+:} false; then : |
36 | 2464 $as_echo_n "(cached) " >&6 |
2465 else | |
2466 if test -n "$STRIP"; then | |
2467 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
2468 else | |
2469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2470 for as_dir in $PATH | |
2471 do | |
2472 IFS=$as_save_IFS | |
2473 test -z "$as_dir" && as_dir=. | |
2474 for ac_exec_ext in '' $ac_executable_extensions; do | |
2475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
2476 ac_cv_prog_STRIP="${ac_tool_prefix}strip" | |
2477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2478 break 2 | |
2479 fi | |
2480 done | |
2481 done | |
2482 IFS=$as_save_IFS | |
2483 | |
2484 fi | |
2485 fi | |
2486 STRIP=$ac_cv_prog_STRIP | |
2487 if test -n "$STRIP"; then | |
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 | |
2489 $as_echo "$STRIP" >&6; } | |
2490 else | |
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
2492 $as_echo "no" >&6; } | |
2493 fi | |
2494 | |
2495 | |
2496 fi | |
2497 if test -z "$ac_cv_prog_STRIP"; then | |
2498 ac_ct_STRIP=$STRIP | |
2499 # Extract the first word of "strip", so it can be a program name with args. | |
2500 set dummy strip; ac_word=$2 | |
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | |
2502 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2503 if ${ac_cv_prog_ac_ct_STRIP+:} false; then : |
36 | 2504 $as_echo_n "(cached) " >&6 |
2505 else | |
2506 if test -n "$ac_ct_STRIP"; then | |
2507 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
2508 else | |
2509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2510 for as_dir in $PATH | |
2511 do | |
2512 IFS=$as_save_IFS | |
2513 test -z "$as_dir" && as_dir=. | |
2514 for ac_exec_ext in '' $ac_executable_extensions; do | |
2515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
2516 ac_cv_prog_ac_ct_STRIP="strip" | |
2517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
2518 break 2 | |
2519 fi | |
2520 done | |
2521 done | |
2522 IFS=$as_save_IFS | |
2523 | |
2524 fi | |
2525 fi | |
2526 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
2527 if test -n "$ac_ct_STRIP"; then | |
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 | |
2529 $as_echo "$ac_ct_STRIP" >&6; } | |
2530 else | |
2531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
2532 $as_echo "no" >&6; } | |
2533 fi | |
2534 | |
2535 if test "x$ac_ct_STRIP" = x; then | |
2536 STRIP=":" | |
2537 else | |
2538 case $cross_compiling:$ac_tool_warned in | |
2539 yes:) | |
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 | |
2541 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
2542 ac_tool_warned=yes ;; | |
2543 esac | |
2544 STRIP=$ac_ct_STRIP | |
2545 fi | |
2546 else | |
2547 STRIP="$ac_cv_prog_STRIP" | |
2548 fi | |
2549 | |
2550 fi | |
2551 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | |
2552 | |
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 | |
2554 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } | |
2555 if test -z "$MKDIR_P"; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2556 if ${ac_cv_path_mkdir+:} false; then : |
36 | 2557 $as_echo_n "(cached) " >&6 |
2558 else | |
2559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2560 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin | |
2561 do | |
2562 IFS=$as_save_IFS | |
2563 test -z "$as_dir" && as_dir=. | |
2564 for ac_prog in mkdir gmkdir; do | |
2565 for ac_exec_ext in '' $ac_executable_extensions; do | |
2566 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue | |
2567 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( | |
2568 'mkdir (GNU coreutils) '* | \ | |
2569 'mkdir (coreutils) '* | \ | |
2570 'mkdir (fileutils) '4.1*) | |
2571 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext | |
2572 break 3;; | |
2573 esac | |
2574 done | |
2575 done | |
2576 done | |
2577 IFS=$as_save_IFS | |
2578 | |
2579 fi | |
2580 | |
2581 test -d ./--version && rmdir ./--version | |
2582 if test "${ac_cv_path_mkdir+set}" = set; then | |
2583 MKDIR_P="$ac_cv_path_mkdir -p" | |
2584 else | |
2585 # As a last resort, use the slow shell script. Don't cache a | |
2586 # value for MKDIR_P within a source directory, because that will | |
2587 # break other packages using the cache if that directory is | |
2588 # removed, or if the value is a relative name. | |
2589 MKDIR_P="$ac_install_sh -d" | |
2590 fi | |
2591 fi | |
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 | |
2593 $as_echo "$MKDIR_P" >&6; } | |
2594 | |
2595 mkdir_p="$MKDIR_P" | |
2596 case $mkdir_p in | |
2597 [\\/$]* | ?:[\\/]*) ;; | |
2598 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; | |
2599 esac | |
0 | 2600 |
2601 for ac_prog in gawk mawk nawk awk | |
2602 do | |
2603 # Extract the first word of "$ac_prog", so it can be a program name with args. | |
2604 set dummy $ac_prog; ac_word=$2 | |
36 | 2605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2606 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2607 if ${ac_cv_prog_AWK+:} false; then : |
36 | 2608 $as_echo_n "(cached) " >&6 |
0 | 2609 else |
2610 if test -n "$AWK"; then | |
2611 ac_cv_prog_AWK="$AWK" # Let the user override the test. | |
2612 else | |
2613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2614 for as_dir in $PATH | |
2615 do | |
2616 IFS=$as_save_IFS | |
2617 test -z "$as_dir" && as_dir=. | |
36 | 2618 for ac_exec_ext in '' $ac_executable_extensions; do |
1 | 2619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2620 ac_cv_prog_AWK="$ac_prog" |
36 | 2621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
0 | 2622 break 2 |
2623 fi | |
2624 done | |
36 | 2625 done |
1 | 2626 IFS=$as_save_IFS |
0 | 2627 |
2628 fi | |
2629 fi | |
2630 AWK=$ac_cv_prog_AWK | |
2631 if test -n "$AWK"; then | |
36 | 2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 |
2633 $as_echo "$AWK" >&6; } | |
2634 else | |
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
2636 $as_echo "no" >&6; } | |
1 | 2637 fi |
2638 | |
0 | 2639 |
2640 test -n "$AWK" && break | |
2641 done | |
2642 | |
36 | 2643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
2644 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | |
2645 set x ${MAKE-make} | |
2646 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2647 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
36 | 2648 $as_echo_n "(cached) " >&6 |
0 | 2649 else |
2650 cat >conftest.make <<\_ACEOF | |
1 | 2651 SHELL = /bin/sh |
0 | 2652 all: |
1 | 2653 @echo '@@@%%%=$(MAKE)=@@@%%%' |
0 | 2654 _ACEOF |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2655 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
1 | 2656 case `${MAKE-make} -f conftest.make 2>/dev/null` in |
2657 *@@@%%%=?*=@@@%%%*) | |
2658 eval ac_cv_prog_make_${ac_make}_set=yes;; | |
2659 *) | |
2660 eval ac_cv_prog_make_${ac_make}_set=no;; | |
2661 esac | |
0 | 2662 rm -f conftest.make |
2663 fi | |
1 | 2664 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
36 | 2665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
2666 $as_echo "yes" >&6; } | |
0 | 2667 SET_MAKE= |
2668 else | |
36 | 2669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
2670 $as_echo "no" >&6; } | |
0 | 2671 SET_MAKE="MAKE=${MAKE-make}" |
2672 fi | |
2673 | |
2674 rm -rf .tst 2>/dev/null | |
2675 mkdir .tst 2>/dev/null | |
2676 if test -d .tst; then | |
2677 am__leading_dot=. | |
2678 else | |
2679 am__leading_dot=_ | |
2680 fi | |
2681 rmdir .tst 2>/dev/null | |
2682 | |
36 | 2683 if test "`cd $srcdir && pwd`" != "`pwd`"; then |
2684 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output | |
2685 # is not polluted with repeated "-I." | |
2686 am__isrc=' -I$(srcdir)' | |
2687 # test to see if srcdir already configured | |
2688 if test -f $srcdir/config.status; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2689 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
36 | 2690 fi |
0 | 2691 fi |
2692 | |
2693 # test whether we have cygpath | |
2694 if test -z "$CYGPATH_W"; then | |
2695 if (cygpath --version) >/dev/null 2>/dev/null; then | |
2696 CYGPATH_W='cygpath -w' | |
2697 else | |
2698 CYGPATH_W=echo | |
2699 fi | |
2700 fi | |
2701 | |
2702 | |
2703 # Define the identity of the package. | |
2704 PACKAGE='masqmail' | |
189 | 2705 VERSION='0.2.31-dev' |
0 | 2706 |
2707 | |
2708 cat >>confdefs.h <<_ACEOF | |
2709 #define PACKAGE "$PACKAGE" | |
2710 _ACEOF | |
2711 | |
2712 | |
2713 cat >>confdefs.h <<_ACEOF | |
2714 #define VERSION "$VERSION" | |
2715 _ACEOF | |
2716 | |
2717 # Some tools Automake needs. | |
2718 | |
2719 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} | |
2720 | |
2721 | |
2722 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} | |
2723 | |
2724 | |
2725 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} | |
2726 | |
2727 | |
2728 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} | |
2729 | |
2730 | |
2731 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | |
2732 | |
36 | 2733 # We need awk for the "check" target. The system "awk" is bad on |
2734 # some platforms. | |
2735 # Always define AMTAR for backward compatibility. | |
0 | 2736 |
2737 AMTAR=${AMTAR-"${am_missing_run}tar"} | |
2738 | |
36 | 2739 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' |
2740 | |
2741 | |
0 | 2742 |
2743 | |
2744 | |
2745 | |
2746 | |
2747 | |
2748 ac_ext=c | |
2749 ac_cpp='$CPP $CPPFLAGS' | |
2750 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
2751 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
2752 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
2753 if test -n "$ac_tool_prefix"; then | |
2754 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
2755 set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
36 | 2756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2757 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2758 if ${ac_cv_prog_CC+:} false; then : |
36 | 2759 $as_echo_n "(cached) " >&6 |
0 | 2760 else |
2761 if test -n "$CC"; then | |
2762 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2763 else | |
2764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2765 for as_dir in $PATH | |
2766 do | |
2767 IFS=$as_save_IFS | |
2768 test -z "$as_dir" && as_dir=. | |
36 | 2769 for ac_exec_ext in '' $ac_executable_extensions; do |
1 | 2770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2771 ac_cv_prog_CC="${ac_tool_prefix}gcc" |
36 | 2772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
0 | 2773 break 2 |
2774 fi | |
2775 done | |
36 | 2776 done |
1 | 2777 IFS=$as_save_IFS |
0 | 2778 |
2779 fi | |
2780 fi | |
2781 CC=$ac_cv_prog_CC | |
2782 if test -n "$CC"; then | |
36 | 2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2784 $as_echo "$CC" >&6; } | |
2785 else | |
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
2787 $as_echo "no" >&6; } | |
1 | 2788 fi |
2789 | |
0 | 2790 |
2791 fi | |
2792 if test -z "$ac_cv_prog_CC"; then | |
2793 ac_ct_CC=$CC | |
2794 # Extract the first word of "gcc", so it can be a program name with args. | |
2795 set dummy gcc; ac_word=$2 | |
36 | 2796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2797 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2798 if ${ac_cv_prog_ac_ct_CC+:} false; then : |
36 | 2799 $as_echo_n "(cached) " >&6 |
0 | 2800 else |
2801 if test -n "$ac_ct_CC"; then | |
2802 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2803 else | |
2804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2805 for as_dir in $PATH | |
2806 do | |
2807 IFS=$as_save_IFS | |
2808 test -z "$as_dir" && as_dir=. | |
36 | 2809 for ac_exec_ext in '' $ac_executable_extensions; do |
1 | 2810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2811 ac_cv_prog_ac_ct_CC="gcc" |
36 | 2812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
0 | 2813 break 2 |
2814 fi | |
2815 done | |
36 | 2816 done |
1 | 2817 IFS=$as_save_IFS |
0 | 2818 |
2819 fi | |
2820 fi | |
2821 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
2822 if test -n "$ac_ct_CC"; then | |
36 | 2823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
2824 $as_echo "$ac_ct_CC" >&6; } | |
2825 else | |
2826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
2827 $as_echo "no" >&6; } | |
1 | 2828 fi |
2829 | |
2830 if test "x$ac_ct_CC" = x; then | |
2831 CC="" | |
2832 else | |
2833 case $cross_compiling:$ac_tool_warned in | |
2834 yes:) | |
36 | 2835 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
2836 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
1 | 2837 ac_tool_warned=yes ;; |
2838 esac | |
2839 CC=$ac_ct_CC | |
2840 fi | |
0 | 2841 else |
2842 CC="$ac_cv_prog_CC" | |
2843 fi | |
2844 | |
2845 if test -z "$CC"; then | |
1 | 2846 if test -n "$ac_tool_prefix"; then |
2847 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
0 | 2848 set dummy ${ac_tool_prefix}cc; ac_word=$2 |
36 | 2849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2850 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2851 if ${ac_cv_prog_CC+:} false; then : |
36 | 2852 $as_echo_n "(cached) " >&6 |
0 | 2853 else |
2854 if test -n "$CC"; then | |
2855 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2856 else | |
2857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2858 for as_dir in $PATH | |
2859 do | |
2860 IFS=$as_save_IFS | |
2861 test -z "$as_dir" && as_dir=. | |
36 | 2862 for ac_exec_ext in '' $ac_executable_extensions; do |
1 | 2863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2864 ac_cv_prog_CC="${ac_tool_prefix}cc" |
36 | 2865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
0 | 2866 break 2 |
2867 fi | |
2868 done | |
36 | 2869 done |
1 | 2870 IFS=$as_save_IFS |
0 | 2871 |
2872 fi | |
2873 fi | |
2874 CC=$ac_cv_prog_CC | |
2875 if test -n "$CC"; then | |
36 | 2876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2877 $as_echo "$CC" >&6; } | |
2878 else | |
2879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
2880 $as_echo "no" >&6; } | |
1 | 2881 fi |
2882 | |
2883 | |
0 | 2884 fi |
2885 fi | |
2886 if test -z "$CC"; then | |
2887 # Extract the first word of "cc", so it can be a program name with args. | |
2888 set dummy cc; ac_word=$2 | |
36 | 2889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2890 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2891 if ${ac_cv_prog_CC+:} false; then : |
36 | 2892 $as_echo_n "(cached) " >&6 |
0 | 2893 else |
2894 if test -n "$CC"; then | |
2895 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2896 else | |
2897 ac_prog_rejected=no | |
2898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2899 for as_dir in $PATH | |
2900 do | |
2901 IFS=$as_save_IFS | |
2902 test -z "$as_dir" && as_dir=. | |
36 | 2903 for ac_exec_ext in '' $ac_executable_extensions; do |
1 | 2904 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2905 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
2906 ac_prog_rejected=yes | |
2907 continue | |
2908 fi | |
2909 ac_cv_prog_CC="cc" | |
36 | 2910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
0 | 2911 break 2 |
2912 fi | |
2913 done | |
36 | 2914 done |
1 | 2915 IFS=$as_save_IFS |
0 | 2916 |
2917 if test $ac_prog_rejected = yes; then | |
2918 # We found a bogon in the path, so make sure we never use it. | |
2919 set dummy $ac_cv_prog_CC | |
2920 shift | |
2921 if test $# != 0; then | |
2922 # We chose a different compiler from the bogus one. | |
2923 # However, it has the same basename, so the bogon will be chosen | |
2924 # first if we set CC to just the basename; use the full file name. | |
2925 shift | |
2926 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
2927 fi | |
2928 fi | |
2929 fi | |
2930 fi | |
2931 CC=$ac_cv_prog_CC | |
2932 if test -n "$CC"; then | |
36 | 2933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2934 $as_echo "$CC" >&6; } | |
2935 else | |
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
2937 $as_echo "no" >&6; } | |
1 | 2938 fi |
2939 | |
0 | 2940 |
2941 fi | |
2942 if test -z "$CC"; then | |
2943 if test -n "$ac_tool_prefix"; then | |
1 | 2944 for ac_prog in cl.exe |
0 | 2945 do |
2946 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
2947 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
36 | 2948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2949 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2950 if ${ac_cv_prog_CC+:} false; then : |
36 | 2951 $as_echo_n "(cached) " >&6 |
0 | 2952 else |
2953 if test -n "$CC"; then | |
2954 ac_cv_prog_CC="$CC" # Let the user override the test. | |
2955 else | |
2956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
2957 for as_dir in $PATH | |
2958 do | |
2959 IFS=$as_save_IFS | |
2960 test -z "$as_dir" && as_dir=. | |
36 | 2961 for ac_exec_ext in '' $ac_executable_extensions; do |
1 | 2962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 2963 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
36 | 2964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
0 | 2965 break 2 |
2966 fi | |
2967 done | |
36 | 2968 done |
1 | 2969 IFS=$as_save_IFS |
0 | 2970 |
2971 fi | |
2972 fi | |
2973 CC=$ac_cv_prog_CC | |
2974 if test -n "$CC"; then | |
36 | 2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
2976 $as_echo "$CC" >&6; } | |
2977 else | |
2978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
2979 $as_echo "no" >&6; } | |
1 | 2980 fi |
2981 | |
0 | 2982 |
2983 test -n "$CC" && break | |
2984 done | |
2985 fi | |
2986 if test -z "$CC"; then | |
2987 ac_ct_CC=$CC | |
1 | 2988 for ac_prog in cl.exe |
0 | 2989 do |
2990 # Extract the first word of "$ac_prog", so it can be a program name with args. | |
2991 set dummy $ac_prog; ac_word=$2 | |
36 | 2992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2993 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
2994 if ${ac_cv_prog_ac_ct_CC+:} false; then : |
36 | 2995 $as_echo_n "(cached) " >&6 |
0 | 2996 else |
2997 if test -n "$ac_ct_CC"; then | |
2998 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
2999 else | |
3000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
3001 for as_dir in $PATH | |
3002 do | |
3003 IFS=$as_save_IFS | |
3004 test -z "$as_dir" && as_dir=. | |
36 | 3005 for ac_exec_ext in '' $ac_executable_extensions; do |
1 | 3006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 3007 ac_cv_prog_ac_ct_CC="$ac_prog" |
36 | 3008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
0 | 3009 break 2 |
3010 fi | |
3011 done | |
36 | 3012 done |
1 | 3013 IFS=$as_save_IFS |
0 | 3014 |
3015 fi | |
3016 fi | |
3017 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
3018 if test -n "$ac_ct_CC"; then | |
36 | 3019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
3020 $as_echo "$ac_ct_CC" >&6; } | |
3021 else | |
3022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
3023 $as_echo "no" >&6; } | |
1 | 3024 fi |
3025 | |
0 | 3026 |
3027 test -n "$ac_ct_CC" && break | |
3028 done | |
3029 | |
1 | 3030 if test "x$ac_ct_CC" = x; then |
3031 CC="" | |
3032 else | |
3033 case $cross_compiling:$ac_tool_warned in | |
3034 yes:) | |
36 | 3035 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
3036 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
1 | 3037 ac_tool_warned=yes ;; |
3038 esac | |
3039 CC=$ac_ct_CC | |
3040 fi | |
0 | 3041 fi |
3042 | |
3043 fi | |
3044 | |
3045 | |
36 | 3046 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3047 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3048 as_fn_error $? "no acceptable C compiler found in \$PATH |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3049 See \`config.log' for more details" "$LINENO" 5; } |
0 | 3050 |
3051 # Provide some information about the compiler. | |
36 | 3052 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
3053 set X $ac_compile | |
3054 ac_compiler=$2 | |
3055 for ac_option in --version -v -V -qversion; do | |
3056 { { ac_try="$ac_compiler $ac_option >&5" | |
1 | 3057 case "(($ac_try" in |
3058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3059 *) ac_try_echo=$ac_try;; | |
3060 esac | |
36 | 3061 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3062 $as_echo "$ac_try_echo"; } >&5 | |
3063 (eval "$ac_compiler $ac_option >&5") 2>conftest.err | |
0 | 3064 ac_status=$? |
36 | 3065 if test -s conftest.err; then |
3066 sed '10a\ | |
3067 ... rest of stderr output deleted ... | |
3068 10q' conftest.err >conftest.er1 | |
3069 cat conftest.er1 >&5 | |
3070 fi | |
3071 rm -f conftest.er1 conftest.err | |
3072 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
3073 test $ac_status = 0; } | |
3074 done | |
3075 | |
3076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
0 | 3077 /* end confdefs.h. */ |
3078 | |
3079 int | |
3080 main () | |
3081 { | |
3082 | |
3083 ; | |
3084 return 0; | |
3085 } | |
3086 _ACEOF | |
3087 ac_clean_files_save=$ac_clean_files | |
36 | 3088 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
0 | 3089 # Try to create an executable without -o first, disregard a.out. |
3090 # It will help us diagnose broken compilers, and finding out an intuition | |
3091 # of exeext. | |
36 | 3092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
3093 $as_echo_n "checking whether the C compiler works... " >&6; } | |
3094 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | |
3095 | |
3096 # The possible output files: | |
3097 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" | |
3098 | |
1 | 3099 ac_rmfiles= |
3100 for ac_file in $ac_files | |
3101 do | |
3102 case $ac_file in | |
36 | 3103 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
1 | 3104 * ) ac_rmfiles="$ac_rmfiles $ac_file";; |
3105 esac | |
3106 done | |
3107 rm -f $ac_rmfiles | |
3108 | |
36 | 3109 if { { ac_try="$ac_link_default" |
1 | 3110 case "(($ac_try" in |
3111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3112 *) ac_try_echo=$ac_try;; | |
3113 esac | |
36 | 3114 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3115 $as_echo "$ac_try_echo"; } >&5 | |
1 | 3116 (eval "$ac_link_default") 2>&5 |
0 | 3117 ac_status=$? |
36 | 3118 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3119 test $ac_status = 0; }; then : | |
1 | 3120 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
3121 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' | |
3122 # in a Makefile. We should not override ac_cv_exeext if it was cached, | |
3123 # so that the user can short-circuit this test for compilers unknown to | |
3124 # Autoconf. | |
3125 for ac_file in $ac_files '' | |
0 | 3126 do |
3127 test -f "$ac_file" || continue | |
3128 case $ac_file in | |
36 | 3129 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
0 | 3130 ;; |
3131 [ab].out ) | |
3132 # We found the default executable, but exeext='' is most | |
3133 # certainly right. | |
3134 break;; | |
3135 *.* ) | |
36 | 3136 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
1 | 3137 then :; else |
3138 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
3139 fi | |
3140 # We set ac_cv_exeext here because the later test for it is not | |
3141 # safe: cross compilers may not add the suffix if given an `-o' | |
3142 # argument, so we may need to know it at that point already. | |
3143 # Even if this section looks crufty: it has the advantage of | |
3144 # actually working. | |
0 | 3145 break;; |
3146 * ) | |
3147 break;; | |
3148 esac | |
3149 done | |
1 | 3150 test "$ac_cv_exeext" = no && ac_cv_exeext= |
3151 | |
3152 else | |
3153 ac_file='' | |
3154 fi | |
36 | 3155 if test -z "$ac_file"; then : |
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
3157 $as_echo "no" >&6; } | |
3158 $as_echo "$as_me: failed program was:" >&5 | |
0 | 3159 sed 's/^/| /' conftest.$ac_ext >&5 |
3160 | |
36 | 3161 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3162 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3163 as_fn_error 77 "C compiler cannot create executables |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3164 See \`config.log' for more details" "$LINENO" 5; } |
36 | 3165 else |
3166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
3167 $as_echo "yes" >&6; } | |
3168 fi | |
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | |
3170 $as_echo_n "checking for C compiler default output file name... " >&6; } | |
3171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 | |
3172 $as_echo "$ac_file" >&6; } | |
0 | 3173 ac_exeext=$ac_cv_exeext |
1 | 3174 |
36 | 3175 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
0 | 3176 ac_clean_files=$ac_clean_files_save |
36 | 3177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 |
3178 $as_echo_n "checking for suffix of executables... " >&6; } | |
3179 if { { ac_try="$ac_link" | |
1 | 3180 case "(($ac_try" in |
3181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3182 *) ac_try_echo=$ac_try;; | |
3183 esac | |
36 | 3184 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3185 $as_echo "$ac_try_echo"; } >&5 | |
1 | 3186 (eval "$ac_link") 2>&5 |
0 | 3187 ac_status=$? |
36 | 3188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3189 test $ac_status = 0; }; then : | |
0 | 3190 # If both `conftest.exe' and `conftest' are `present' (well, observable) |
3191 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
3192 # work properly (i.e., refer to `conftest.exe'), while it won't with | |
3193 # `rm'. | |
3194 for ac_file in conftest.exe conftest conftest.*; do | |
3195 test -f "$ac_file" || continue | |
3196 case $ac_file in | |
36 | 3197 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
0 | 3198 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
3199 break;; | |
3200 * ) break;; | |
3201 esac | |
3202 done | |
3203 else | |
36 | 3204 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3205 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3206 as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3207 See \`config.log' for more details" "$LINENO" 5; } |
36 | 3208 fi |
3209 rm -f conftest conftest$ac_cv_exeext | |
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | |
3211 $as_echo "$ac_cv_exeext" >&6; } | |
0 | 3212 |
3213 rm -f conftest.$ac_ext | |
3214 EXEEXT=$ac_cv_exeext | |
3215 ac_exeext=$EXEEXT | |
36 | 3216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3217 /* end confdefs.h. */ | |
3218 #include <stdio.h> | |
3219 int | |
3220 main () | |
3221 { | |
3222 FILE *f = fopen ("conftest.out", "w"); | |
3223 return ferror (f) || fclose (f) != 0; | |
3224 | |
3225 ; | |
3226 return 0; | |
3227 } | |
0 | 3228 _ACEOF |
36 | 3229 ac_clean_files="$ac_clean_files conftest.out" |
3230 # Check that the compiler produces executables we can run. If not, either | |
3231 # the compiler is broken, or we cross compile. | |
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 | |
3233 $as_echo_n "checking whether we are cross compiling... " >&6; } | |
3234 if test "$cross_compiling" != yes; then | |
3235 { { ac_try="$ac_link" | |
3236 case "(($ac_try" in | |
3237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3238 *) ac_try_echo=$ac_try;; | |
3239 esac | |
3240 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3241 $as_echo "$ac_try_echo"; } >&5 | |
3242 (eval "$ac_link") 2>&5 | |
3243 ac_status=$? | |
3244 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
3245 test $ac_status = 0; } | |
3246 if { ac_try='./conftest$ac_cv_exeext' | |
3247 { { case "(($ac_try" in | |
3248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3249 *) ac_try_echo=$ac_try;; | |
3250 esac | |
3251 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" | |
3252 $as_echo "$ac_try_echo"; } >&5 | |
3253 (eval "$ac_try") 2>&5 | |
3254 ac_status=$? | |
3255 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | |
3256 test $ac_status = 0; }; }; then | |
3257 cross_compiling=no | |
3258 else | |
3259 if test "$cross_compiling" = maybe; then | |
3260 cross_compiling=yes | |
3261 else | |
3262 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
3263 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3264 as_fn_error $? "cannot run C compiled programs. |
36 | 3265 If you meant to cross compile, use \`--host'. |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3266 See \`config.log' for more details" "$LINENO" 5; } |
36 | 3267 fi |
3268 fi | |
3269 fi | |
3270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | |
3271 $as_echo "$cross_compiling" >&6; } | |
3272 | |
3273 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | |
3274 ac_clean_files=$ac_clean_files_save | |
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 | |
3276 $as_echo_n "checking for suffix of object files... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3277 if ${ac_cv_objext+:} false; then : |
36 | 3278 $as_echo_n "(cached) " >&6 |
3279 else | |
3280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
0 | 3281 /* end confdefs.h. */ |
3282 | |
3283 int | |
3284 main () | |
3285 { | |
3286 | |
3287 ; | |
3288 return 0; | |
3289 } | |
3290 _ACEOF | |
3291 rm -f conftest.o conftest.obj | |
36 | 3292 if { { ac_try="$ac_compile" |
1 | 3293 case "(($ac_try" in |
3294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
3295 *) ac_try_echo=$ac_try;; | |
3296 esac | |
36 | 3297 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3298 $as_echo "$ac_try_echo"; } >&5 | |
1 | 3299 (eval "$ac_compile") 2>&5 |
0 | 3300 ac_status=$? |
36 | 3301 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3302 test $ac_status = 0; }; then : | |
1 | 3303 for ac_file in conftest.o conftest.obj conftest.*; do |
3304 test -f "$ac_file" || continue; | |
0 | 3305 case $ac_file in |
36 | 3306 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; |
0 | 3307 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
3308 break;; | |
3309 esac | |
3310 done | |
3311 else | |
36 | 3312 $as_echo "$as_me: failed program was:" >&5 |
0 | 3313 sed 's/^/| /' conftest.$ac_ext >&5 |
3314 | |
36 | 3315 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3316 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3317 as_fn_error $? "cannot compute suffix of object files: cannot compile |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3318 See \`config.log' for more details" "$LINENO" 5; } |
36 | 3319 fi |
0 | 3320 rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3321 fi | |
36 | 3322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
3323 $as_echo "$ac_cv_objext" >&6; } | |
0 | 3324 OBJEXT=$ac_cv_objext |
3325 ac_objext=$OBJEXT | |
36 | 3326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
3327 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3328 if ${ac_cv_c_compiler_gnu+:} false; then : |
36 | 3329 $as_echo_n "(cached) " >&6 |
3330 else | |
3331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
0 | 3332 /* end confdefs.h. */ |
3333 | |
3334 int | |
3335 main () | |
3336 { | |
3337 #ifndef __GNUC__ | |
3338 choke me | |
3339 #endif | |
3340 | |
3341 ; | |
3342 return 0; | |
3343 } | |
3344 _ACEOF | |
36 | 3345 if ac_fn_c_try_compile "$LINENO"; then : |
0 | 3346 ac_compiler_gnu=yes |
3347 else | |
36 | 3348 ac_compiler_gnu=no |
3349 fi | |
1 | 3350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
0 | 3351 ac_cv_c_compiler_gnu=$ac_compiler_gnu |
3352 | |
3353 fi | |
36 | 3354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
3355 $as_echo "$ac_cv_c_compiler_gnu" >&6; } | |
3356 if test $ac_compiler_gnu = yes; then | |
3357 GCC=yes | |
3358 else | |
3359 GCC= | |
3360 fi | |
0 | 3361 ac_test_CFLAGS=${CFLAGS+set} |
3362 ac_save_CFLAGS=$CFLAGS | |
36 | 3363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
3364 $as_echo_n "checking whether $CC accepts -g... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3365 if ${ac_cv_prog_cc_g+:} false; then : |
36 | 3366 $as_echo_n "(cached) " >&6 |
0 | 3367 else |
1 | 3368 ac_save_c_werror_flag=$ac_c_werror_flag |
3369 ac_c_werror_flag=yes | |
3370 ac_cv_prog_cc_g=no | |
3371 CFLAGS="-g" | |
36 | 3372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1 | 3373 /* end confdefs.h. */ |
3374 | |
3375 int | |
3376 main () | |
3377 { | |
3378 | |
3379 ; | |
3380 return 0; | |
3381 } | |
3382 _ACEOF | |
36 | 3383 if ac_fn_c_try_compile "$LINENO"; then : |
1 | 3384 ac_cv_prog_cc_g=yes |
3385 else | |
36 | 3386 CFLAGS="" |
3387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
0 | 3388 /* end confdefs.h. */ |
3389 | |
3390 int | |
3391 main () | |
3392 { | |
3393 | |
3394 ; | |
3395 return 0; | |
3396 } | |
3397 _ACEOF | |
36 | 3398 if ac_fn_c_try_compile "$LINENO"; then : |
3399 | |
3400 else | |
3401 ac_c_werror_flag=$ac_save_c_werror_flag | |
1 | 3402 CFLAGS="-g" |
36 | 3403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1 | 3404 /* end confdefs.h. */ |
3405 | |
3406 int | |
3407 main () | |
3408 { | |
3409 | |
3410 ; | |
3411 return 0; | |
3412 } | |
3413 _ACEOF | |
36 | 3414 if ac_fn_c_try_compile "$LINENO"; then : |
0 | 3415 ac_cv_prog_cc_g=yes |
36 | 3416 fi |
1 | 3417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
3418 fi | |
3419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
3420 fi | |
3421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
3422 ac_c_werror_flag=$ac_save_c_werror_flag | |
3423 fi | |
36 | 3424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 |
3425 $as_echo "$ac_cv_prog_cc_g" >&6; } | |
0 | 3426 if test "$ac_test_CFLAGS" = set; then |
3427 CFLAGS=$ac_save_CFLAGS | |
3428 elif test $ac_cv_prog_cc_g = yes; then | |
3429 if test "$GCC" = yes; then | |
3430 CFLAGS="-g -O2" | |
3431 else | |
3432 CFLAGS="-g" | |
3433 fi | |
3434 else | |
3435 if test "$GCC" = yes; then | |
3436 CFLAGS="-O2" | |
3437 else | |
3438 CFLAGS= | |
3439 fi | |
3440 fi | |
36 | 3441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
3442 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3443 if ${ac_cv_prog_cc_c89+:} false; then : |
36 | 3444 $as_echo_n "(cached) " >&6 |
0 | 3445 else |
1 | 3446 ac_cv_prog_cc_c89=no |
0 | 3447 ac_save_CC=$CC |
36 | 3448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 3449 /* end confdefs.h. */ |
3450 #include <stdarg.h> | |
3451 #include <stdio.h> | |
3452 #include <sys/types.h> | |
3453 #include <sys/stat.h> | |
3454 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
3455 struct buf { int x; }; | |
3456 FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
3457 static char *e (p, i) | |
3458 char **p; | |
3459 int i; | |
3460 { | |
3461 return p[i]; | |
3462 } | |
3463 static char *f (char * (*g) (char **, int), char **p, ...) | |
3464 { | |
3465 char *s; | |
3466 va_list v; | |
3467 va_start (v,p); | |
3468 s = g (p, va_arg (v,int)); | |
3469 va_end (v); | |
3470 return s; | |
3471 } | |
3472 | |
3473 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | |
3474 function prototypes and stuff, but not '\xHH' hex character constants. | |
3475 These don't provoke an error unfortunately, instead are silently treated | |
1 | 3476 as 'x'. The following induces an error, until -std is added to get |
0 | 3477 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
3478 array size at least. It's necessary to write '\x00'==0 to get something | |
1 | 3479 that's true only with -std. */ |
0 | 3480 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
3481 | |
1 | 3482 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
3483 inside strings and character constants. */ | |
3484 #define FOO(x) 'x' | |
3485 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
3486 | |
0 | 3487 int test (int i, double x); |
3488 struct s1 {int (*f) (int a);}; | |
3489 struct s2 {int (*f) (double a);}; | |
3490 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
3491 int argc; | |
3492 char **argv; | |
3493 int | |
3494 main () | |
3495 { | |
3496 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
3497 ; | |
3498 return 0; | |
3499 } | |
3500 _ACEOF | |
1 | 3501 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
3502 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
0 | 3503 do |
3504 CC="$ac_save_CC $ac_arg" | |
36 | 3505 if ac_fn_c_try_compile "$LINENO"; then : |
1 | 3506 ac_cv_prog_cc_c89=$ac_arg |
36 | 3507 fi |
1 | 3508 rm -f core conftest.err conftest.$ac_objext |
3509 test "x$ac_cv_prog_cc_c89" != "xno" && break | |
0 | 3510 done |
1 | 3511 rm -f conftest.$ac_ext |
3512 CC=$ac_save_CC | |
3513 | |
3514 fi | |
3515 # AC_CACHE_VAL | |
3516 case "x$ac_cv_prog_cc_c89" in | |
3517 x) | |
36 | 3518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 |
3519 $as_echo "none needed" >&6; } ;; | |
1 | 3520 xno) |
36 | 3521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 |
3522 $as_echo "unsupported" >&6; } ;; | |
1 | 3523 *) |
3524 CC="$CC $ac_cv_prog_cc_c89" | |
36 | 3525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 |
3526 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; | |
1 | 3527 esac |
36 | 3528 if test "x$ac_cv_prog_cc_c89" != xno; then : |
3529 | |
3530 fi | |
1 | 3531 |
0 | 3532 ac_ext=c |
3533 ac_cpp='$CPP $CPPFLAGS' | |
3534 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3535 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3536 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
3537 DEPDIR="${am__leading_dot}deps" | |
3538 | |
1 | 3539 ac_config_commands="$ac_config_commands depfiles" |
0 | 3540 |
3541 | |
3542 am_make=${MAKE-make} | |
3543 cat > confinc << 'END' | |
3544 am__doit: | |
36 | 3545 @echo this is the am__doit target |
0 | 3546 .PHONY: am__doit |
3547 END | |
3548 # If we don't find an include directive, just comment out the code. | |
36 | 3549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 |
3550 $as_echo_n "checking for style of include used by $am_make... " >&6; } | |
0 | 3551 am__include="#" |
3552 am__quote= | |
3553 _am_result=none | |
3554 # First try GNU make style include. | |
3555 echo "include confinc" > confmf | |
36 | 3556 # Ignore all kinds of additional output from `make'. |
3557 case `$am_make -s -f confmf 2> /dev/null` in #( | |
3558 *the\ am__doit\ target*) | |
3559 am__include=include | |
3560 am__quote= | |
3561 _am_result=GNU | |
3562 ;; | |
3563 esac | |
0 | 3564 # Now try BSD make style include. |
3565 if test "$am__include" = "#"; then | |
3566 echo '.include "confinc"' > confmf | |
36 | 3567 case `$am_make -s -f confmf 2> /dev/null` in #( |
3568 *the\ am__doit\ target*) | |
3569 am__include=.include | |
3570 am__quote="\"" | |
3571 _am_result=BSD | |
3572 ;; | |
3573 esac | |
3574 fi | |
3575 | |
3576 | |
3577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 | |
3578 $as_echo "$_am_result" >&6; } | |
0 | 3579 rm -f confinc confmf |
3580 | |
1 | 3581 # Check whether --enable-dependency-tracking was given. |
36 | 3582 if test "${enable_dependency_tracking+set}" = set; then : |
1 | 3583 enableval=$enable_dependency_tracking; |
3584 fi | |
3585 | |
0 | 3586 if test "x$enable_dependency_tracking" != xno; then |
3587 am_depcomp="$ac_aux_dir/depcomp" | |
3588 AMDEPBACKSLASH='\' | |
3589 fi | |
36 | 3590 if test "x$enable_dependency_tracking" != xno; then |
0 | 3591 AMDEP_TRUE= |
3592 AMDEP_FALSE='#' | |
3593 else | |
3594 AMDEP_TRUE='#' | |
3595 AMDEP_FALSE= | |
3596 fi | |
3597 | |
3598 | |
3599 | |
3600 depcc="$CC" am_compiler_list= | |
3601 | |
36 | 3602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
3603 $as_echo_n "checking dependency style of $depcc... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3604 if ${am_cv_CC_dependencies_compiler_type+:} false; then : |
36 | 3605 $as_echo_n "(cached) " >&6 |
0 | 3606 else |
3607 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then | |
3608 # We make a subdir and do the tests there. Otherwise we can end up | |
3609 # making bogus files that we don't know about and never remove. For | |
3610 # instance it was reported that on HP-UX the gcc test will end up | |
3611 # making a dummy file named `D' -- because `-MD' means `put the output | |
3612 # in D'. | |
3613 mkdir conftest.dir | |
3614 # Copy depcomp to subdir because otherwise we won't find it if we're | |
3615 # using a relative directory. | |
3616 cp "$am_depcomp" conftest.dir | |
3617 cd conftest.dir | |
3618 # We will build objects and dependencies in a subdirectory because | |
3619 # it helps to detect inapplicable dependency modes. For instance | |
3620 # both Tru64's cc and ICC support -MD to output dependencies as a | |
3621 # side effect of compilation, but ICC will put the dependencies in | |
3622 # the current directory while Tru64 will put them in the object | |
3623 # directory. | |
3624 mkdir sub | |
3625 | |
3626 am_cv_CC_dependencies_compiler_type=none | |
3627 if test "$am_compiler_list" = ""; then | |
3628 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` | |
3629 fi | |
36 | 3630 am__universal=false |
3631 case " $depcc " in #( | |
3632 *\ -arch\ *\ -arch\ *) am__universal=true ;; | |
3633 esac | |
3634 | |
0 | 3635 for depmode in $am_compiler_list; do |
3636 # Setup a source with many dependencies, because some compilers | |
3637 # like to wrap large dependency lists on column 80 (with \), and | |
3638 # we should not choose a depcomp mode which is confused by this. | |
3639 # | |
3640 # We need to recreate these files for each test, as the compiler may | |
3641 # overwrite some of them when testing with obscure command lines. | |
3642 # This happens at least with the AIX C compiler. | |
3643 : > sub/conftest.c | |
3644 for i in 1 2 3 4 5 6; do | |
3645 echo '#include "conftst'$i'.h"' >> sub/conftest.c | |
36 | 3646 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
3647 # Solaris 8's {/usr,}/bin/sh. | |
3648 touch sub/conftst$i.h | |
0 | 3649 done |
3650 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf | |
3651 | |
36 | 3652 # We check with `-c' and `-o' for the sake of the "dashmstdout" |
3653 # mode. It turns out that the SunPro C++ compiler does not properly | |
3654 # handle `-M -o', and we need to detect this. Also, some Intel | |
3655 # versions had trouble with output in subdirs | |
3656 am__obj=sub/conftest.${OBJEXT-o} | |
3657 am__minus_obj="-o $am__obj" | |
0 | 3658 case $depmode in |
36 | 3659 gcc) |
3660 # This depmode causes a compiler race in universal mode. | |
3661 test "$am__universal" = false || continue | |
3662 ;; | |
0 | 3663 nosideeffect) |
3664 # after this tag, mechanisms are not by side-effect, so they'll | |
3665 # only be used when explicitly requested | |
3666 if test "x$enable_dependency_tracking" = xyes; then | |
3667 continue | |
3668 else | |
3669 break | |
3670 fi | |
3671 ;; | |
36 | 3672 msvisualcpp | msvcmsys) |
3673 # This compiler won't grok `-c -o', but also, the minuso test has | |
3674 # not run yet. These depmodes are late enough in the game, and | |
3675 # so weak that their functioning should not be impacted. | |
3676 am__obj=conftest.${OBJEXT-o} | |
3677 am__minus_obj= | |
3678 ;; | |
0 | 3679 none) break ;; |
3680 esac | |
3681 if depmode=$depmode \ | |
36 | 3682 source=sub/conftest.c object=$am__obj \ |
0 | 3683 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
36 | 3684 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ |
0 | 3685 >/dev/null 2>conftest.err && |
36 | 3686 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && |
0 | 3687 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
36 | 3688 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && |
0 | 3689 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
3690 # icc doesn't choke on unknown options, it will just issue warnings | |
36 | 3691 # or remarks (even with -Werror). So we grep stderr for any message |
3692 # that says an option was ignored or not supported. | |
3693 # When given -MP, icc 7.0 and 7.1 complain thusly: | |
3694 # icc: Command line warning: ignoring option '-M'; no argument required | |
3695 # The diagnosis changed in icc 8.0: | |
3696 # icc: Command line remark: option '-MP' not supported | |
3697 if (grep 'ignoring option' conftest.err || | |
3698 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else | |
0 | 3699 am_cv_CC_dependencies_compiler_type=$depmode |
3700 break | |
3701 fi | |
3702 fi | |
3703 done | |
3704 | |
3705 cd .. | |
3706 rm -rf conftest.dir | |
3707 else | |
3708 am_cv_CC_dependencies_compiler_type=none | |
3709 fi | |
3710 | |
3711 fi | |
36 | 3712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 |
3713 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } | |
0 | 3714 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
3715 | |
36 | 3716 if |
0 | 3717 test "x$enable_dependency_tracking" != xno \ |
3718 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then | |
3719 am__fastdepCC_TRUE= | |
3720 am__fastdepCC_FALSE='#' | |
3721 else | |
3722 am__fastdepCC_TRUE='#' | |
3723 am__fastdepCC_FALSE= | |
3724 fi | |
3725 | |
3726 | |
3727 | |
36 | 3728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 |
3729 $as_echo_n "checking for library containing strerror... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3730 if ${ac_cv_search_strerror+:} false; then : |
36 | 3731 $as_echo_n "(cached) " >&6 |
0 | 3732 else |
1 | 3733 ac_func_search_save_LIBS=$LIBS |
36 | 3734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 3735 /* end confdefs.h. */ |
3736 | |
1 | 3737 /* Override any GCC internal prototype to avoid an error. |
3738 Use char because int might match the return type of a GCC | |
3739 builtin and then its argument prototype would still apply. */ | |
0 | 3740 #ifdef __cplusplus |
3741 extern "C" | |
3742 #endif | |
3743 char strerror (); | |
3744 int | |
3745 main () | |
3746 { | |
1 | 3747 return strerror (); |
0 | 3748 ; |
3749 return 0; | |
3750 } | |
3751 _ACEOF | |
1 | 3752 for ac_lib in '' cposix; do |
3753 if test -z "$ac_lib"; then | |
3754 ac_res="none required" | |
3755 else | |
3756 ac_res=-l$ac_lib | |
3757 LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
3758 fi | |
36 | 3759 if ac_fn_c_try_link "$LINENO"; then : |
1 | 3760 ac_cv_search_strerror=$ac_res |
36 | 3761 fi |
3762 rm -f core conftest.err conftest.$ac_objext \ | |
3763 conftest$ac_exeext | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3764 if ${ac_cv_search_strerror+:} false; then : |
1 | 3765 break |
3766 fi | |
3767 done | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3768 if ${ac_cv_search_strerror+:} false; then : |
36 | 3769 |
1 | 3770 else |
3771 ac_cv_search_strerror=no | |
3772 fi | |
3773 rm conftest.$ac_ext | |
3774 LIBS=$ac_func_search_save_LIBS | |
3775 fi | |
36 | 3776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5 |
3777 $as_echo "$ac_cv_search_strerror" >&6; } | |
1 | 3778 ac_res=$ac_cv_search_strerror |
36 | 3779 if test "$ac_res" != no; then : |
1 | 3780 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
3781 | |
3782 fi | |
0 | 3783 |
3784 ac_ext=c | |
3785 ac_cpp='$CPP $CPPFLAGS' | |
3786 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3787 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3788 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
36 | 3789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 |
3790 $as_echo_n "checking how to run the C preprocessor... " >&6; } | |
0 | 3791 # On Suns, sometimes $CPP names a directory. |
3792 if test -n "$CPP" && test -d "$CPP"; then | |
3793 CPP= | |
3794 fi | |
3795 if test -z "$CPP"; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3796 if ${ac_cv_prog_CPP+:} false; then : |
36 | 3797 $as_echo_n "(cached) " >&6 |
0 | 3798 else |
3799 # Double quotes because CPP needs to be expanded | |
3800 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
3801 do | |
3802 ac_preproc_ok=false | |
3803 for ac_c_preproc_warn_flag in '' yes | |
3804 do | |
3805 # Use a header file that comes with gcc, so configuring glibc | |
3806 # with a fresh cross-compiler works. | |
3807 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
3808 # <limits.h> exists even on freestanding compilers. | |
3809 # On the NeXT, cc -E runs the code through the compiler's parser, | |
3810 # not just through cpp. "Syntax error" is here to catch this case. | |
36 | 3811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 3812 /* end confdefs.h. */ |
3813 #ifdef __STDC__ | |
3814 # include <limits.h> | |
3815 #else | |
3816 # include <assert.h> | |
3817 #endif | |
3818 Syntax error | |
3819 _ACEOF | |
36 | 3820 if ac_fn_c_try_cpp "$LINENO"; then : |
3821 | |
3822 else | |
0 | 3823 # Broken: fails on valid input. |
3824 continue | |
3825 fi | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3826 rm -f conftest.err conftest.i conftest.$ac_ext |
0 | 3827 |
1 | 3828 # OK, works on sane cases. Now check whether nonexistent headers |
0 | 3829 # can be detected and how. |
36 | 3830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 3831 /* end confdefs.h. */ |
3832 #include <ac_nonexistent.h> | |
3833 _ACEOF | |
36 | 3834 if ac_fn_c_try_cpp "$LINENO"; then : |
0 | 3835 # Broken: success on invalid input. |
3836 continue | |
3837 else | |
3838 # Passes both tests. | |
3839 ac_preproc_ok=: | |
3840 break | |
3841 fi | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3842 rm -f conftest.err conftest.i conftest.$ac_ext |
0 | 3843 |
3844 done | |
3845 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3846 rm -f conftest.i conftest.err conftest.$ac_ext |
36 | 3847 if $ac_preproc_ok; then : |
0 | 3848 break |
3849 fi | |
3850 | |
3851 done | |
3852 ac_cv_prog_CPP=$CPP | |
3853 | |
3854 fi | |
3855 CPP=$ac_cv_prog_CPP | |
3856 else | |
3857 ac_cv_prog_CPP=$CPP | |
3858 fi | |
36 | 3859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 |
3860 $as_echo "$CPP" >&6; } | |
0 | 3861 ac_preproc_ok=false |
3862 for ac_c_preproc_warn_flag in '' yes | |
3863 do | |
3864 # Use a header file that comes with gcc, so configuring glibc | |
3865 # with a fresh cross-compiler works. | |
3866 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
3867 # <limits.h> exists even on freestanding compilers. | |
3868 # On the NeXT, cc -E runs the code through the compiler's parser, | |
3869 # not just through cpp. "Syntax error" is here to catch this case. | |
36 | 3870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 3871 /* end confdefs.h. */ |
3872 #ifdef __STDC__ | |
3873 # include <limits.h> | |
3874 #else | |
3875 # include <assert.h> | |
3876 #endif | |
3877 Syntax error | |
3878 _ACEOF | |
36 | 3879 if ac_fn_c_try_cpp "$LINENO"; then : |
3880 | |
3881 else | |
0 | 3882 # Broken: fails on valid input. |
3883 continue | |
3884 fi | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3885 rm -f conftest.err conftest.i conftest.$ac_ext |
0 | 3886 |
1 | 3887 # OK, works on sane cases. Now check whether nonexistent headers |
0 | 3888 # can be detected and how. |
36 | 3889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 3890 /* end confdefs.h. */ |
3891 #include <ac_nonexistent.h> | |
3892 _ACEOF | |
36 | 3893 if ac_fn_c_try_cpp "$LINENO"; then : |
0 | 3894 # Broken: success on invalid input. |
3895 continue | |
3896 else | |
3897 # Passes both tests. | |
3898 ac_preproc_ok=: | |
3899 break | |
3900 fi | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3901 rm -f conftest.err conftest.i conftest.$ac_ext |
0 | 3902 |
3903 done | |
3904 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3905 rm -f conftest.i conftest.err conftest.$ac_ext |
36 | 3906 if $ac_preproc_ok; then : |
3907 | |
3908 else | |
3909 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
3910 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3911 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3912 See \`config.log' for more details" "$LINENO" 5; } |
0 | 3913 fi |
3914 | |
3915 ac_ext=c | |
3916 ac_cpp='$CPP $CPPFLAGS' | |
3917 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
3918 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
3919 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
3920 | |
3921 | |
36 | 3922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
3923 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3924 if ${ac_cv_path_GREP+:} false; then : |
36 | 3925 $as_echo_n "(cached) " >&6 |
3926 else | |
3927 if test -z "$GREP"; then | |
1 | 3928 ac_path_GREP_found=false |
36 | 3929 # Loop through the user's path and test for each of PROGNAME-LIST |
3930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
1 | 3931 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
3932 do | |
3933 IFS=$as_save_IFS | |
3934 test -z "$as_dir" && as_dir=. | |
36 | 3935 for ac_prog in grep ggrep; do |
3936 for ac_exec_ext in '' $ac_executable_extensions; do | |
3937 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" | |
3938 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue | |
3939 # Check for GNU ac_path_GREP and select it if it is found. | |
1 | 3940 # Check for GNU $ac_path_GREP |
3941 case `"$ac_path_GREP" --version 2>&1` in | |
3942 *GNU*) | |
3943 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; | |
3944 *) | |
3945 ac_count=0 | |
36 | 3946 $as_echo_n 0123456789 >"conftest.in" |
1 | 3947 while : |
3948 do | |
3949 cat "conftest.in" "conftest.in" >"conftest.tmp" | |
3950 mv "conftest.tmp" "conftest.in" | |
3951 cp "conftest.in" "conftest.nl" | |
36 | 3952 $as_echo 'GREP' >> "conftest.nl" |
1 | 3953 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
3954 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
36 | 3955 as_fn_arith $ac_count + 1 && ac_count=$as_val |
1 | 3956 if test $ac_count -gt ${ac_path_GREP_max-0}; then |
3957 # Best one so far, save it but keep looking for a better one | |
3958 ac_cv_path_GREP="$ac_path_GREP" | |
3959 ac_path_GREP_max=$ac_count | |
0 | 3960 fi |
1 | 3961 # 10*(2^10) chars as input seems more than enough |
3962 test $ac_count -gt 10 && break | |
3963 done | |
3964 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
3965 esac | |
3966 | |
36 | 3967 $ac_path_GREP_found && break 3 |
3968 done | |
1 | 3969 done |
36 | 3970 done |
1 | 3971 IFS=$as_save_IFS |
36 | 3972 if test -z "$ac_cv_path_GREP"; then |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3973 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
36 | 3974 fi |
1 | 3975 else |
3976 ac_cv_path_GREP=$GREP | |
3977 fi | |
3978 | |
36 | 3979 fi |
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 | |
3981 $as_echo "$ac_cv_path_GREP" >&6; } | |
1 | 3982 GREP="$ac_cv_path_GREP" |
3983 | |
3984 | |
36 | 3985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
3986 $as_echo_n "checking for egrep... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
3987 if ${ac_cv_path_EGREP+:} false; then : |
36 | 3988 $as_echo_n "(cached) " >&6 |
1 | 3989 else |
3990 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | |
3991 then ac_cv_path_EGREP="$GREP -E" | |
3992 else | |
36 | 3993 if test -z "$EGREP"; then |
1 | 3994 ac_path_EGREP_found=false |
36 | 3995 # Loop through the user's path and test for each of PROGNAME-LIST |
3996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
1 | 3997 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
3998 do | |
3999 IFS=$as_save_IFS | |
4000 test -z "$as_dir" && as_dir=. | |
36 | 4001 for ac_prog in egrep; do |
4002 for ac_exec_ext in '' $ac_executable_extensions; do | |
4003 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" | |
4004 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue | |
4005 # Check for GNU ac_path_EGREP and select it if it is found. | |
1 | 4006 # Check for GNU $ac_path_EGREP |
4007 case `"$ac_path_EGREP" --version 2>&1` in | |
4008 *GNU*) | |
4009 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; | |
4010 *) | |
4011 ac_count=0 | |
36 | 4012 $as_echo_n 0123456789 >"conftest.in" |
1 | 4013 while : |
4014 do | |
4015 cat "conftest.in" "conftest.in" >"conftest.tmp" | |
4016 mv "conftest.tmp" "conftest.in" | |
4017 cp "conftest.in" "conftest.nl" | |
36 | 4018 $as_echo 'EGREP' >> "conftest.nl" |
1 | 4019 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
4020 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break | |
36 | 4021 as_fn_arith $ac_count + 1 && ac_count=$as_val |
1 | 4022 if test $ac_count -gt ${ac_path_EGREP_max-0}; then |
4023 # Best one so far, save it but keep looking for a better one | |
4024 ac_cv_path_EGREP="$ac_path_EGREP" | |
4025 ac_path_EGREP_max=$ac_count | |
4026 fi | |
4027 # 10*(2^10) chars as input seems more than enough | |
4028 test $ac_count -gt 10 && break | |
4029 done | |
4030 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; | |
4031 esac | |
4032 | |
36 | 4033 $ac_path_EGREP_found && break 3 |
4034 done | |
1 | 4035 done |
36 | 4036 done |
1 | 4037 IFS=$as_save_IFS |
36 | 4038 if test -z "$ac_cv_path_EGREP"; then |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4039 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
36 | 4040 fi |
1 | 4041 else |
4042 ac_cv_path_EGREP=$EGREP | |
4043 fi | |
4044 | |
4045 fi | |
4046 fi | |
36 | 4047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 |
4048 $as_echo "$ac_cv_path_EGREP" >&6; } | |
1 | 4049 EGREP="$ac_cv_path_EGREP" |
4050 | |
4051 | |
36 | 4052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
4053 $as_echo_n "checking for ANSI C header files... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4054 if ${ac_cv_header_stdc+:} false; then : |
36 | 4055 $as_echo_n "(cached) " >&6 |
4056 else | |
4057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
0 | 4058 /* end confdefs.h. */ |
4059 #include <stdlib.h> | |
4060 #include <stdarg.h> | |
4061 #include <string.h> | |
4062 #include <float.h> | |
4063 | |
4064 int | |
4065 main () | |
4066 { | |
4067 | |
4068 ; | |
4069 return 0; | |
4070 } | |
4071 _ACEOF | |
36 | 4072 if ac_fn_c_try_compile "$LINENO"; then : |
0 | 4073 ac_cv_header_stdc=yes |
4074 else | |
36 | 4075 ac_cv_header_stdc=no |
4076 fi | |
1 | 4077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
0 | 4078 |
4079 if test $ac_cv_header_stdc = yes; then | |
4080 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
36 | 4081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 4082 /* end confdefs.h. */ |
4083 #include <string.h> | |
4084 | |
4085 _ACEOF | |
4086 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
36 | 4087 $EGREP "memchr" >/dev/null 2>&1; then : |
4088 | |
0 | 4089 else |
4090 ac_cv_header_stdc=no | |
4091 fi | |
4092 rm -f conftest* | |
4093 | |
4094 fi | |
4095 | |
4096 if test $ac_cv_header_stdc = yes; then | |
4097 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
36 | 4098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 4099 /* end confdefs.h. */ |
4100 #include <stdlib.h> | |
4101 | |
4102 _ACEOF | |
4103 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
36 | 4104 $EGREP "free" >/dev/null 2>&1; then : |
4105 | |
0 | 4106 else |
4107 ac_cv_header_stdc=no | |
4108 fi | |
4109 rm -f conftest* | |
4110 | |
4111 fi | |
4112 | |
4113 if test $ac_cv_header_stdc = yes; then | |
4114 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
36 | 4115 if test "$cross_compiling" = yes; then : |
0 | 4116 : |
4117 else | |
36 | 4118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 4119 /* end confdefs.h. */ |
4120 #include <ctype.h> | |
1 | 4121 #include <stdlib.h> |
0 | 4122 #if ((' ' & 0x0FF) == 0x020) |
4123 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
4124 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
4125 #else | |
4126 # define ISLOWER(c) \ | |
4127 (('a' <= (c) && (c) <= 'i') \ | |
4128 || ('j' <= (c) && (c) <= 'r') \ | |
4129 || ('s' <= (c) && (c) <= 'z')) | |
4130 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
4131 #endif | |
4132 | |
4133 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
4134 int | |
4135 main () | |
4136 { | |
4137 int i; | |
4138 for (i = 0; i < 256; i++) | |
4139 if (XOR (islower (i), ISLOWER (i)) | |
4140 || toupper (i) != TOUPPER (i)) | |
1 | 4141 return 2; |
4142 return 0; | |
0 | 4143 } |
4144 _ACEOF | |
36 | 4145 if ac_fn_c_try_run "$LINENO"; then : |
4146 | |
4147 else | |
4148 ac_cv_header_stdc=no | |
4149 fi | |
4150 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ | |
4151 conftest.$ac_objext conftest.beam conftest.$ac_ext | |
4152 fi | |
4153 | |
4154 fi | |
4155 fi | |
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 | |
4157 $as_echo "$ac_cv_header_stdc" >&6; } | |
0 | 4158 if test $ac_cv_header_stdc = yes; then |
4159 | |
36 | 4160 $as_echo "#define STDC_HEADERS 1" >>confdefs.h |
0 | 4161 |
4162 fi | |
4163 | |
4164 if test -n "$ac_tool_prefix"; then | |
4165 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
4166 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
36 | 4167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4168 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4169 if ${ac_cv_prog_RANLIB+:} false; then : |
36 | 4170 $as_echo_n "(cached) " >&6 |
0 | 4171 else |
4172 if test -n "$RANLIB"; then | |
4173 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
4174 else | |
4175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4176 for as_dir in $PATH | |
4177 do | |
4178 IFS=$as_save_IFS | |
4179 test -z "$as_dir" && as_dir=. | |
36 | 4180 for ac_exec_ext in '' $ac_executable_extensions; do |
1 | 4181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 4182 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
36 | 4183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
0 | 4184 break 2 |
4185 fi | |
4186 done | |
36 | 4187 done |
1 | 4188 IFS=$as_save_IFS |
0 | 4189 |
4190 fi | |
4191 fi | |
4192 RANLIB=$ac_cv_prog_RANLIB | |
4193 if test -n "$RANLIB"; then | |
36 | 4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
4195 $as_echo "$RANLIB" >&6; } | |
4196 else | |
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
4198 $as_echo "no" >&6; } | |
1 | 4199 fi |
4200 | |
0 | 4201 |
4202 fi | |
4203 if test -z "$ac_cv_prog_RANLIB"; then | |
4204 ac_ct_RANLIB=$RANLIB | |
4205 # Extract the first word of "ranlib", so it can be a program name with args. | |
4206 set dummy ranlib; ac_word=$2 | |
36 | 4207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4208 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4209 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
36 | 4210 $as_echo_n "(cached) " >&6 |
0 | 4211 else |
4212 if test -n "$ac_ct_RANLIB"; then | |
4213 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
4214 else | |
4215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4216 for as_dir in $PATH | |
4217 do | |
4218 IFS=$as_save_IFS | |
4219 test -z "$as_dir" && as_dir=. | |
36 | 4220 for ac_exec_ext in '' $ac_executable_extensions; do |
1 | 4221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 4222 ac_cv_prog_ac_ct_RANLIB="ranlib" |
36 | 4223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
0 | 4224 break 2 |
4225 fi | |
4226 done | |
36 | 4227 done |
1 | 4228 IFS=$as_save_IFS |
4229 | |
0 | 4230 fi |
4231 fi | |
4232 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
4233 if test -n "$ac_ct_RANLIB"; then | |
36 | 4234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
4235 $as_echo "$ac_ct_RANLIB" >&6; } | |
4236 else | |
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
4238 $as_echo "no" >&6; } | |
1 | 4239 fi |
4240 | |
4241 if test "x$ac_ct_RANLIB" = x; then | |
4242 RANLIB=":" | |
4243 else | |
4244 case $cross_compiling:$ac_tool_warned in | |
4245 yes:) | |
36 | 4246 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
4247 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
1 | 4248 ac_tool_warned=yes ;; |
4249 esac | |
4250 RANLIB=$ac_ct_RANLIB | |
4251 fi | |
0 | 4252 else |
4253 RANLIB="$ac_cv_prog_RANLIB" | |
4254 fi | |
4255 | |
4256 | |
4257 | |
4258 | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4259 |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4260 |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4261 |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4262 |
0 | 4263 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
4264 if test -n "$ac_tool_prefix"; then | |
4265 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. | |
4266 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 | |
36 | 4267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4268 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4269 if ${ac_cv_path_PKG_CONFIG+:} false; then : |
36 | 4270 $as_echo_n "(cached) " >&6 |
0 | 4271 else |
4272 case $PKG_CONFIG in | |
4273 [\\/]* | ?:[\\/]*) | |
4274 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
4275 ;; | |
4276 *) | |
4277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4278 for as_dir in $PATH | |
4279 do | |
4280 IFS=$as_save_IFS | |
4281 test -z "$as_dir" && as_dir=. | |
36 | 4282 for ac_exec_ext in '' $ac_executable_extensions; do |
1 | 4283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 4284 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" |
36 | 4285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
0 | 4286 break 2 |
4287 fi | |
4288 done | |
36 | 4289 done |
1 | 4290 IFS=$as_save_IFS |
0 | 4291 |
4292 ;; | |
4293 esac | |
4294 fi | |
4295 PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
4296 if test -n "$PKG_CONFIG"; then | |
36 | 4297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 |
4298 $as_echo "$PKG_CONFIG" >&6; } | |
4299 else | |
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
4301 $as_echo "no" >&6; } | |
1 | 4302 fi |
4303 | |
0 | 4304 |
4305 fi | |
4306 if test -z "$ac_cv_path_PKG_CONFIG"; then | |
4307 ac_pt_PKG_CONFIG=$PKG_CONFIG | |
4308 # Extract the first word of "pkg-config", so it can be a program name with args. | |
4309 set dummy pkg-config; ac_word=$2 | |
36 | 4310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4311 $as_echo_n "checking for $ac_word... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4312 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : |
36 | 4313 $as_echo_n "(cached) " >&6 |
0 | 4314 else |
4315 case $ac_pt_PKG_CONFIG in | |
4316 [\\/]* | ?:[\\/]*) | |
4317 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. | |
4318 ;; | |
4319 *) | |
4320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
4321 for as_dir in $PATH | |
4322 do | |
4323 IFS=$as_save_IFS | |
4324 test -z "$as_dir" && as_dir=. | |
36 | 4325 for ac_exec_ext in '' $ac_executable_extensions; do |
1 | 4326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
0 | 4327 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" |
36 | 4328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
0 | 4329 break 2 |
4330 fi | |
4331 done | |
36 | 4332 done |
1 | 4333 IFS=$as_save_IFS |
0 | 4334 |
4335 ;; | |
4336 esac | |
4337 fi | |
4338 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG | |
4339 if test -n "$ac_pt_PKG_CONFIG"; then | |
36 | 4340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 |
4341 $as_echo "$ac_pt_PKG_CONFIG" >&6; } | |
4342 else | |
4343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
4344 $as_echo "no" >&6; } | |
1 | 4345 fi |
4346 | |
4347 if test "x$ac_pt_PKG_CONFIG" = x; then | |
4348 PKG_CONFIG="" | |
4349 else | |
4350 case $cross_compiling:$ac_tool_warned in | |
4351 yes:) | |
36 | 4352 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
4353 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} | |
1 | 4354 ac_tool_warned=yes ;; |
4355 esac | |
4356 PKG_CONFIG=$ac_pt_PKG_CONFIG | |
4357 fi | |
0 | 4358 else |
4359 PKG_CONFIG="$ac_cv_path_PKG_CONFIG" | |
4360 fi | |
4361 | |
4362 fi | |
4363 if test -n "$PKG_CONFIG"; then | |
4364 _pkg_min_version=0.9.0 | |
36 | 4365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 |
4366 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } | |
0 | 4367 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then |
36 | 4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
4369 $as_echo "yes" >&6; } | |
0 | 4370 else |
36 | 4371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4372 $as_echo "no" >&6; } | |
0 | 4373 PKG_CONFIG="" |
4374 fi | |
4375 fi | |
4376 | |
4377 pkg_failed=no | |
36 | 4378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5 |
4379 $as_echo_n "checking for GLIB... " >&6; } | |
0 | 4380 |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4381 if test -n "$GLIB_CFLAGS"; then |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4382 pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4383 elif test -n "$PKG_CONFIG"; then |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4384 if test -n "$PKG_CONFIG" && \ |
36 | 4385 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 |
0 | 4386 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 |
4387 ac_status=$? | |
36 | 4388 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4389 test $ac_status = 0; }; then | |
0 | 4390 pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null` |
4391 else | |
4392 pkg_failed=yes | |
4393 fi | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4394 else |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4395 pkg_failed=untried |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4396 fi |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4397 if test -n "$GLIB_LIBS"; then |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4398 pkg_cv_GLIB_LIBS="$GLIB_LIBS" |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4399 elif test -n "$PKG_CONFIG"; then |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4400 if test -n "$PKG_CONFIG" && \ |
36 | 4401 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 |
0 | 4402 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 |
4403 ac_status=$? | |
36 | 4404 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4405 test $ac_status = 0; }; then | |
0 | 4406 pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null` |
4407 else | |
4408 pkg_failed=yes | |
4409 fi | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4410 else |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4411 pkg_failed=untried |
0 | 4412 fi |
4413 | |
1 | 4414 |
4415 | |
0 | 4416 if test $pkg_failed = yes; then |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4418 $as_echo "no" >&6; } |
1 | 4419 |
4420 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then | |
4421 _pkg_short_errors_supported=yes | |
4422 else | |
4423 _pkg_short_errors_supported=no | |
4424 fi | |
4425 if test $_pkg_short_errors_supported = yes; then | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4426 GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0" 2>&1` |
1 | 4427 else |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4428 GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0" 2>&1` |
1 | 4429 fi |
0 | 4430 # Put the nasty error message in config.log where it belongs |
1 | 4431 echo "$GLIB_PKG_ERRORS" >&5 |
4432 | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4433 as_fn_error $? "Package requirements (glib-2.0) were not met: |
1 | 4434 |
4435 $GLIB_PKG_ERRORS | |
4436 | |
0 | 4437 Consider adjusting the PKG_CONFIG_PATH environment variable if you |
4438 installed software in a non-standard prefix. | |
4439 | |
1 | 4440 Alternatively, you may set the environment variables GLIB_CFLAGS |
4441 and GLIB_LIBS to avoid the need to call pkg-config. | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4442 See the pkg-config man page for more details." "$LINENO" 5 |
0 | 4443 elif test $pkg_failed = untried; then |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4445 $as_echo "no" >&6; } |
36 | 4446 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4447 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4448 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it |
0 | 4449 is in your PATH or set the PKG_CONFIG environment variable to the full |
4450 path to pkg-config. | |
4451 | |
1 | 4452 Alternatively, you may set the environment variables GLIB_CFLAGS |
4453 and GLIB_LIBS to avoid the need to call pkg-config. | |
4454 See the pkg-config man page for more details. | |
4455 | |
4456 To get pkg-config, see <http://pkg-config.freedesktop.org/>. | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4457 See \`config.log' for more details" "$LINENO" 5; } |
0 | 4458 else |
4459 GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS | |
4460 GLIB_LIBS=$pkg_cv_GLIB_LIBS | |
36 | 4461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
4462 $as_echo "yes" >&6; } | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
52
diff
changeset
|
4463 |
0 | 4464 fi |
4465 | |
4466 | |
4467 | |
1 | 4468 # Check whether --enable-resolver was given. |
36 | 4469 if test "${enable_resolver+set}" = set; then : |
1 | 4470 enableval=$enable_resolver; if test "$enable_resolver" != 'no'; then |
0 | 4471 resolver_enabled='yes' |
4472 fi | |
4473 else | |
4474 resolver_enabled='yes' | |
4475 | |
1 | 4476 fi |
4477 | |
0 | 4478 |
4479 if test "$resolver_enabled" = yes; then | |
4480 | |
36 | 4481 $as_echo "#define ENABLE_RESOLVER 1" >>confdefs.h |
4482 | |
4483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lc" >&5 | |
4484 $as_echo_n "checking for res_search in -lc... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4485 if ${ac_cv_lib_c_res_search+:} false; then : |
36 | 4486 $as_echo_n "(cached) " >&6 |
0 | 4487 else |
4488 ac_check_lib_save_LIBS=$LIBS | |
4489 LIBS="-lc $LIBS" | |
36 | 4490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 4491 /* end confdefs.h. */ |
4492 | |
1 | 4493 /* Override any GCC internal prototype to avoid an error. |
4494 Use char because int might match the return type of a GCC | |
4495 builtin and then its argument prototype would still apply. */ | |
0 | 4496 #ifdef __cplusplus |
4497 extern "C" | |
4498 #endif | |
4499 char res_search (); | |
4500 int | |
4501 main () | |
4502 { | |
1 | 4503 return res_search (); |
0 | 4504 ; |
4505 return 0; | |
4506 } | |
4507 _ACEOF | |
36 | 4508 if ac_fn_c_try_link "$LINENO"; then : |
0 | 4509 ac_cv_lib_c_res_search=yes |
4510 else | |
36 | 4511 ac_cv_lib_c_res_search=no |
4512 fi | |
4513 rm -f core conftest.err conftest.$ac_objext \ | |
4514 conftest$ac_exeext conftest.$ac_ext | |
0 | 4515 LIBS=$ac_check_lib_save_LIBS |
4516 fi | |
36 | 4517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_res_search" >&5 |
4518 $as_echo "$ac_cv_lib_c_res_search" >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4519 if test "x$ac_cv_lib_c_res_search" = xyes; then : |
0 | 4520 need_resolv=no |
4521 else | |
4522 need_resolv=yes | |
4523 fi | |
4524 | |
4525 if test "$need_resolv" = yes; then | |
36 | 4526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lresolv" >&5 |
4527 $as_echo_n "checking for res_search in -lresolv... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4528 if ${ac_cv_lib_resolv_res_search+:} false; then : |
36 | 4529 $as_echo_n "(cached) " >&6 |
0 | 4530 else |
4531 ac_check_lib_save_LIBS=$LIBS | |
4532 LIBS="-lresolv $LIBS" | |
36 | 4533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 4534 /* end confdefs.h. */ |
4535 | |
1 | 4536 /* Override any GCC internal prototype to avoid an error. |
4537 Use char because int might match the return type of a GCC | |
4538 builtin and then its argument prototype would still apply. */ | |
0 | 4539 #ifdef __cplusplus |
4540 extern "C" | |
4541 #endif | |
4542 char res_search (); | |
4543 int | |
4544 main () | |
4545 { | |
1 | 4546 return res_search (); |
0 | 4547 ; |
4548 return 0; | |
4549 } | |
4550 _ACEOF | |
36 | 4551 if ac_fn_c_try_link "$LINENO"; then : |
0 | 4552 ac_cv_lib_resolv_res_search=yes |
4553 else | |
36 | 4554 ac_cv_lib_resolv_res_search=no |
4555 fi | |
4556 rm -f core conftest.err conftest.$ac_objext \ | |
4557 conftest$ac_exeext conftest.$ac_ext | |
0 | 4558 LIBS=$ac_check_lib_save_LIBS |
4559 fi | |
36 | 4560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_search" >&5 |
4561 $as_echo "$ac_cv_lib_resolv_res_search" >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4562 if test "x$ac_cv_lib_resolv_res_search" = xyes; then : |
1 | 4563 has_resolv=yes; RESOLV_LIBS="-lresolv" |
4564 else | |
4565 has_resolv=no | |
4566 fi | |
4567 | |
4568 if test "$has_resolv" = no; then | |
4569 saved_LIBS="$LIBS" | |
4570 LIBS="$LIBS -lresolv" | |
36 | 4571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lresolv" >&5 |
4572 $as_echo_n "checking for res_search in -lresolv... " >&6; } | |
4573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
1 | 4574 /* end confdefs.h. */ |
4575 #include <resolv.h> | |
4576 int | |
4577 main () | |
4578 { | |
4579 res_search (0, 0, 0, 0, 0); | |
4580 ; | |
4581 return 0; | |
4582 } | |
4583 _ACEOF | |
36 | 4584 if ac_fn_c_try_link "$LINENO"; then : |
4585 RESOLV_LIBS="-lresolv"; has_resolv=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
4586 $as_echo "yes" >&6; } | |
4587 else | |
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
4589 $as_echo "no" >&6; } | |
4590 fi | |
4591 rm -f core conftest.err conftest.$ac_objext \ | |
4592 conftest$ac_exeext conftest.$ac_ext; | |
1 | 4593 LIBS="$saved_LIBS" |
4594 fi | |
4595 if test "$has_resolv" = no; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4596 as_fn_error $? "\"no libresolv\"" "$LINENO" 5 |
1 | 4597 RESOLV_LIBS='' |
4598 fi | |
0 | 4599 fi |
4600 else | |
4601 RESOLV_LIBS='' | |
4602 fi | |
4603 | |
4604 | |
4605 for ac_func in getline | |
36 | 4606 do : |
4607 ac_fn_c_check_func "$LINENO" "getline" "ac_cv_func_getline" | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4608 if test "x$ac_cv_func_getline" = xyes; then : |
0 | 4609 cat >>confdefs.h <<_ACEOF |
36 | 4610 #define HAVE_GETLINE 1 |
0 | 4611 _ACEOF |
4612 | |
4613 fi | |
4614 done | |
4615 | |
4616 | |
4617 for ac_func in fdatasync | |
36 | 4618 do : |
4619 ac_fn_c_check_func "$LINENO" "fdatasync" "ac_cv_func_fdatasync" | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4620 if test "x$ac_cv_func_fdatasync" = xyes; then : |
0 | 4621 cat >>confdefs.h <<_ACEOF |
36 | 4622 #define HAVE_FDATASYNC 1 |
0 | 4623 _ACEOF |
4624 | |
4625 fi | |
4626 done | |
4627 | |
4628 | |
36 | 4629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
4630 $as_echo_n "checking for ANSI C header files... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4631 if ${ac_cv_header_stdc+:} false; then : |
36 | 4632 $as_echo_n "(cached) " >&6 |
4633 else | |
4634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
0 | 4635 /* end confdefs.h. */ |
4636 #include <stdlib.h> | |
4637 #include <stdarg.h> | |
4638 #include <string.h> | |
4639 #include <float.h> | |
4640 | |
4641 int | |
4642 main () | |
4643 { | |
4644 | |
4645 ; | |
4646 return 0; | |
4647 } | |
4648 _ACEOF | |
36 | 4649 if ac_fn_c_try_compile "$LINENO"; then : |
0 | 4650 ac_cv_header_stdc=yes |
4651 else | |
36 | 4652 ac_cv_header_stdc=no |
4653 fi | |
1 | 4654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
0 | 4655 |
4656 if test $ac_cv_header_stdc = yes; then | |
4657 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
36 | 4658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 4659 /* end confdefs.h. */ |
4660 #include <string.h> | |
4661 | |
4662 _ACEOF | |
4663 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
36 | 4664 $EGREP "memchr" >/dev/null 2>&1; then : |
4665 | |
0 | 4666 else |
4667 ac_cv_header_stdc=no | |
4668 fi | |
4669 rm -f conftest* | |
4670 | |
4671 fi | |
4672 | |
4673 if test $ac_cv_header_stdc = yes; then | |
4674 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
36 | 4675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 4676 /* end confdefs.h. */ |
4677 #include <stdlib.h> | |
4678 | |
4679 _ACEOF | |
4680 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
36 | 4681 $EGREP "free" >/dev/null 2>&1; then : |
4682 | |
0 | 4683 else |
4684 ac_cv_header_stdc=no | |
4685 fi | |
4686 rm -f conftest* | |
4687 | |
4688 fi | |
4689 | |
4690 if test $ac_cv_header_stdc = yes; then | |
4691 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
36 | 4692 if test "$cross_compiling" = yes; then : |
0 | 4693 : |
4694 else | |
36 | 4695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 4696 /* end confdefs.h. */ |
4697 #include <ctype.h> | |
1 | 4698 #include <stdlib.h> |
0 | 4699 #if ((' ' & 0x0FF) == 0x020) |
4700 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
4701 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
4702 #else | |
4703 # define ISLOWER(c) \ | |
4704 (('a' <= (c) && (c) <= 'i') \ | |
4705 || ('j' <= (c) && (c) <= 'r') \ | |
4706 || ('s' <= (c) && (c) <= 'z')) | |
4707 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
4708 #endif | |
4709 | |
4710 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
4711 int | |
4712 main () | |
4713 { | |
4714 int i; | |
4715 for (i = 0; i < 256; i++) | |
4716 if (XOR (islower (i), ISLOWER (i)) | |
4717 || toupper (i) != TOUPPER (i)) | |
1 | 4718 return 2; |
4719 return 0; | |
0 | 4720 } |
4721 _ACEOF | |
36 | 4722 if ac_fn_c_try_run "$LINENO"; then : |
4723 | |
4724 else | |
4725 ac_cv_header_stdc=no | |
4726 fi | |
4727 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ | |
4728 conftest.$ac_objext conftest.beam conftest.$ac_ext | |
4729 fi | |
4730 | |
4731 fi | |
4732 fi | |
4733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 | |
4734 $as_echo "$ac_cv_header_stdc" >&6; } | |
0 | 4735 if test $ac_cv_header_stdc = yes; then |
4736 | |
36 | 4737 $as_echo "#define STDC_HEADERS 1" >>confdefs.h |
0 | 4738 |
4739 fi | |
4740 | |
4741 # On IRIX 5.3, sys/types and inttypes.h are conflicting. | |
4742 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | |
4743 inttypes.h stdint.h unistd.h | |
36 | 4744 do : |
4745 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
4746 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | |
4747 " | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4748 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
0 | 4749 cat >>confdefs.h <<_ACEOF |
36 | 4750 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
0 | 4751 _ACEOF |
4752 | |
4753 fi | |
4754 | |
4755 done | |
4756 | |
4757 | |
4758 for ac_header in fcntl.h sys/time.h syslog.h unistd.h | |
36 | 4759 do : |
4760 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
4761 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4762 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
0 | 4763 cat >>confdefs.h <<_ACEOF |
36 | 4764 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
0 | 4765 _ACEOF |
4766 | |
4767 fi | |
4768 | |
4769 done | |
4770 | |
4771 | |
36 | 4772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 |
4773 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4774 if ${ac_cv_c_const+:} false; then : |
36 | 4775 $as_echo_n "(cached) " >&6 |
4776 else | |
4777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
0 | 4778 /* end confdefs.h. */ |
4779 | |
4780 int | |
4781 main () | |
4782 { | |
4783 /* FIXME: Include the comments suggested by Paul. */ | |
4784 #ifndef __cplusplus | |
4785 /* Ultrix mips cc rejects this. */ | |
4786 typedef int charset[2]; | |
1 | 4787 const charset cs; |
0 | 4788 /* SunOS 4.1.1 cc rejects this. */ |
1 | 4789 char const *const *pcpcc; |
4790 char **ppc; | |
0 | 4791 /* NEC SVR4.0.2 mips cc rejects this. */ |
4792 struct point {int x, y;}; | |
4793 static struct point const zero = {0,0}; | |
4794 /* AIX XL C 1.02.0.0 rejects this. | |
4795 It does not let you subtract one const X* pointer from another in | |
4796 an arm of an if-expression whose if-part is not a constant | |
4797 expression */ | |
4798 const char *g = "string"; | |
1 | 4799 pcpcc = &g + (g ? g-g : 0); |
0 | 4800 /* HPUX 7.0 cc rejects these. */ |
1 | 4801 ++pcpcc; |
4802 ppc = (char**) pcpcc; | |
4803 pcpcc = (char const *const *) ppc; | |
0 | 4804 { /* SCO 3.2v4 cc rejects this. */ |
4805 char *t; | |
4806 char const *s = 0 ? (char *) 0 : (char const *) 0; | |
4807 | |
4808 *t++ = 0; | |
1 | 4809 if (s) return 0; |
0 | 4810 } |
4811 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
4812 int x[] = {25, 17}; | |
4813 const int *foo = &x[0]; | |
4814 ++foo; | |
4815 } | |
4816 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
4817 typedef const int *iptr; | |
4818 iptr p = 0; | |
4819 ++p; | |
4820 } | |
4821 { /* AIX XL C 1.02.0.0 rejects this saying | |
4822 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
4823 struct s { int j; const int *ap[3]; }; | |
4824 struct s *b; b->j = 5; | |
4825 } | |
4826 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
4827 const int foo = 10; | |
1 | 4828 if (!foo) return 0; |
0 | 4829 } |
1 | 4830 return !cs[0] && !zero.x; |
0 | 4831 #endif |
4832 | |
4833 ; | |
4834 return 0; | |
4835 } | |
4836 _ACEOF | |
36 | 4837 if ac_fn_c_try_compile "$LINENO"; then : |
0 | 4838 ac_cv_c_const=yes |
4839 else | |
36 | 4840 ac_cv_c_const=no |
4841 fi | |
1 | 4842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4843 fi | |
36 | 4844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 |
4845 $as_echo "$ac_cv_c_const" >&6; } | |
0 | 4846 if test $ac_cv_c_const = no; then |
4847 | |
36 | 4848 $as_echo "#define const /**/" >>confdefs.h |
4849 | |
4850 fi | |
4851 | |
4852 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4853 if test "x$ac_cv_type_pid_t" = xyes; then : |
36 | 4854 |
0 | 4855 else |
4856 | |
4857 cat >>confdefs.h <<_ACEOF | |
4858 #define pid_t int | |
4859 _ACEOF | |
4860 | |
4861 fi | |
4862 | |
36 | 4863 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4864 if test "x$ac_cv_type_size_t" = xyes; then : |
36 | 4865 |
0 | 4866 else |
4867 | |
4868 cat >>confdefs.h <<_ACEOF | |
1 | 4869 #define size_t unsigned int |
4870 _ACEOF | |
4871 | |
4872 fi | |
4873 | |
36 | 4874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 |
4875 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4876 if ${ac_cv_header_time+:} false; then : |
36 | 4877 $as_echo_n "(cached) " >&6 |
4878 else | |
4879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
0 | 4880 /* end confdefs.h. */ |
4881 #include <sys/types.h> | |
4882 #include <sys/time.h> | |
4883 #include <time.h> | |
4884 | |
4885 int | |
4886 main () | |
4887 { | |
4888 if ((struct tm *) 0) | |
4889 return 0; | |
4890 ; | |
4891 return 0; | |
4892 } | |
4893 _ACEOF | |
36 | 4894 if ac_fn_c_try_compile "$LINENO"; then : |
0 | 4895 ac_cv_header_time=yes |
4896 else | |
36 | 4897 ac_cv_header_time=no |
4898 fi | |
1 | 4899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4900 fi | |
36 | 4901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5 |
4902 $as_echo "$ac_cv_header_time" >&6; } | |
0 | 4903 if test $ac_cv_header_time = yes; then |
4904 | |
36 | 4905 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h |
4906 | |
4907 fi | |
4908 | |
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 | |
4910 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4911 if ${ac_cv_struct_tm+:} false; then : |
36 | 4912 $as_echo_n "(cached) " >&6 |
4913 else | |
4914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
0 | 4915 /* end confdefs.h. */ |
4916 #include <sys/types.h> | |
4917 #include <time.h> | |
4918 | |
4919 int | |
4920 main () | |
4921 { | |
1 | 4922 struct tm tm; |
4923 int *p = &tm.tm_sec; | |
36 | 4924 return !p; |
0 | 4925 ; |
4926 return 0; | |
4927 } | |
4928 _ACEOF | |
36 | 4929 if ac_fn_c_try_compile "$LINENO"; then : |
0 | 4930 ac_cv_struct_tm=time.h |
4931 else | |
36 | 4932 ac_cv_struct_tm=sys/time.h |
4933 fi | |
1 | 4934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4935 fi | |
36 | 4936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5 |
4937 $as_echo "$ac_cv_struct_tm" >&6; } | |
0 | 4938 if test $ac_cv_struct_tm = sys/time.h; then |
4939 | |
36 | 4940 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h |
4941 | |
4942 fi | |
4943 | |
4944 | |
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working POSIX fnmatch" >&5 | |
4946 $as_echo_n "checking for working POSIX fnmatch... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4947 if ${ac_cv_func_fnmatch_works+:} false; then : |
36 | 4948 $as_echo_n "(cached) " >&6 |
0 | 4949 else |
4950 # Some versions of Solaris, SCO, and the GNU C Library | |
4951 # have a broken or incompatible fnmatch. | |
4952 # So we run a test program. If we are cross-compiling, take no chance. | |
4953 # Thanks to John Oleynick, Franc,ois Pinard, and Paul Eggert for this test. | |
36 | 4954 if test "$cross_compiling" = yes; then : |
0 | 4955 ac_cv_func_fnmatch_works=cross |
4956 else | |
36 | 4957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 4958 /* end confdefs.h. */ |
4959 #include <fnmatch.h> | |
4960 # define y(a, b, c) (fnmatch (a, b, c) == 0) | |
4961 # define n(a, b, c) (fnmatch (a, b, c) == FNM_NOMATCH) | |
4962 | |
4963 int | |
4964 main () | |
4965 { | |
1 | 4966 return |
0 | 4967 (!(y ("a*", "abc", 0) |
4968 && n ("d*/*1", "d/s/1", FNM_PATHNAME) | |
4969 && y ("a\\\\bc", "abc", 0) | |
4970 && n ("a\\\\bc", "abc", FNM_NOESCAPE) | |
4971 && y ("*x", ".x", 0) | |
4972 && n ("*x", ".x", FNM_PERIOD) | |
4973 && 1)); | |
4974 ; | |
4975 return 0; | |
4976 } | |
4977 _ACEOF | |
36 | 4978 if ac_fn_c_try_run "$LINENO"; then : |
0 | 4979 ac_cv_func_fnmatch_works=yes |
4980 else | |
36 | 4981 ac_cv_func_fnmatch_works=no |
4982 fi | |
4983 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ | |
4984 conftest.$ac_objext conftest.beam conftest.$ac_ext | |
4985 fi | |
4986 | |
4987 fi | |
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fnmatch_works" >&5 | |
4989 $as_echo "$ac_cv_func_fnmatch_works" >&6; } | |
4990 if test $ac_cv_func_fnmatch_works = yes; then : | |
4991 | |
4992 $as_echo "#define HAVE_FNMATCH 1" >>confdefs.h | |
4993 | |
4994 fi | |
4995 | |
4996 | |
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 | |
4998 $as_echo_n "checking return type of signal handlers... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
4999 if ${ac_cv_type_signal+:} false; then : |
36 | 5000 $as_echo_n "(cached) " >&6 |
5001 else | |
5002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
0 | 5003 /* end confdefs.h. */ |
5004 #include <sys/types.h> | |
5005 #include <signal.h> | |
5006 | |
5007 int | |
5008 main () | |
5009 { | |
1 | 5010 return *(signal (0, 0)) (0) == 1; |
0 | 5011 ; |
5012 return 0; | |
5013 } | |
5014 _ACEOF | |
36 | 5015 if ac_fn_c_try_compile "$LINENO"; then : |
1 | 5016 ac_cv_type_signal=int |
0 | 5017 else |
36 | 5018 ac_cv_type_signal=void |
5019 fi | |
1 | 5020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5021 fi | |
36 | 5022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5 |
5023 $as_echo "$ac_cv_type_signal" >&6; } | |
0 | 5024 |
5025 cat >>confdefs.h <<_ACEOF | |
5026 #define RETSIGTYPE $ac_cv_type_signal | |
5027 _ACEOF | |
5028 | |
5029 | |
5030 for ac_func in strftime | |
36 | 5031 do : |
5032 ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5033 if test "x$ac_cv_func_strftime" = xyes; then : |
0 | 5034 cat >>confdefs.h <<_ACEOF |
36 | 5035 #define HAVE_STRFTIME 1 |
0 | 5036 _ACEOF |
5037 | |
5038 else | |
5039 # strftime is in -lintl on SCO UNIX. | |
36 | 5040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 |
5041 $as_echo_n "checking for strftime in -lintl... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5042 if ${ac_cv_lib_intl_strftime+:} false; then : |
36 | 5043 $as_echo_n "(cached) " >&6 |
0 | 5044 else |
5045 ac_check_lib_save_LIBS=$LIBS | |
5046 LIBS="-lintl $LIBS" | |
36 | 5047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 5048 /* end confdefs.h. */ |
5049 | |
1 | 5050 /* Override any GCC internal prototype to avoid an error. |
5051 Use char because int might match the return type of a GCC | |
5052 builtin and then its argument prototype would still apply. */ | |
0 | 5053 #ifdef __cplusplus |
5054 extern "C" | |
5055 #endif | |
5056 char strftime (); | |
5057 int | |
5058 main () | |
5059 { | |
1 | 5060 return strftime (); |
0 | 5061 ; |
5062 return 0; | |
5063 } | |
5064 _ACEOF | |
36 | 5065 if ac_fn_c_try_link "$LINENO"; then : |
0 | 5066 ac_cv_lib_intl_strftime=yes |
5067 else | |
36 | 5068 ac_cv_lib_intl_strftime=no |
5069 fi | |
5070 rm -f core conftest.err conftest.$ac_objext \ | |
5071 conftest$ac_exeext conftest.$ac_ext | |
0 | 5072 LIBS=$ac_check_lib_save_LIBS |
5073 fi | |
36 | 5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 |
5075 $as_echo "$ac_cv_lib_intl_strftime" >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5076 if test "x$ac_cv_lib_intl_strftime" = xyes; then : |
36 | 5077 $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h |
0 | 5078 |
5079 LIBS="-lintl $LIBS" | |
5080 fi | |
5081 | |
5082 fi | |
5083 done | |
5084 | |
5085 for ac_func in vprintf | |
36 | 5086 do : |
5087 ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf" | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5088 if test "x$ac_cv_func_vprintf" = xyes; then : |
0 | 5089 cat >>confdefs.h <<_ACEOF |
36 | 5090 #define HAVE_VPRINTF 1 |
0 | 5091 _ACEOF |
36 | 5092 |
5093 ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt" | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5094 if test "x$ac_cv_func__doprnt" = xyes; then : |
36 | 5095 |
5096 $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h | |
0 | 5097 |
5098 fi | |
5099 | |
5100 fi | |
5101 done | |
5102 | |
5103 | |
5104 for ac_func in select socket strerror strstr | |
36 | 5105 do : |
5106 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
5107 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5108 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
0 | 5109 cat >>confdefs.h <<_ACEOF |
36 | 5110 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
0 | 5111 _ACEOF |
5112 | |
5113 fi | |
5114 done | |
5115 | |
5116 | |
5117 | |
1 | 5118 # Check whether --with-user was given. |
36 | 5119 if test "${with_user+set}" = set; then : |
1 | 5120 withval=$with_user; |
5121 fi | |
5122 | |
0 | 5123 if test "x$with_user" = 'x'; then |
5124 with_user='mail' | |
5125 fi | |
5126 | |
5127 | |
1 | 5128 # Check whether --with-group was given. |
36 | 5129 if test "${with_group+set}" = set; then : |
1 | 5130 withval=$with_group; |
5131 fi | |
5132 | |
0 | 5133 if test "x$with_group" = 'x'; then |
5134 with_group='trusted' | |
5135 fi | |
5136 | |
1 | 5137 # Check whether --enable-debug was given. |
36 | 5138 if test "${enable_debug+set}" = set; then : |
1 | 5139 enableval=$enable_debug; if test "x$enable_debug" != 'xno'; then |
0 | 5140 debug_enabled='yes' |
5141 fi | |
5142 else | |
5143 debug_enabled='yes' | |
5144 | |
1 | 5145 fi |
5146 | |
0 | 5147 if test "x$debug_enabled" = xyes; then |
5148 | |
36 | 5149 $as_echo "#define ENABLE_DEBUG 1" >>confdefs.h |
0 | 5150 |
5151 fi | |
5152 | |
5153 | |
5154 cat >>confdefs.h <<_ACEOF | |
5155 #define DEF_MAIL_USER "${with_user}" | |
5156 _ACEOF | |
5157 | |
5158 | |
5159 | |
5160 cat >>confdefs.h <<_ACEOF | |
5161 #define DEF_MAIL_GROUP "${with_group}" | |
5162 _ACEOF | |
5163 | |
5164 | |
5165 | |
5166 | |
1 | 5167 # Check whether --with-glib_static was given. |
36 | 5168 if test "${with_glib_static+set}" = set; then : |
1 | 5169 withval=$with_glib_static; |
5170 fi | |
5171 | |
0 | 5172 if test "x$with_glib_static" != 'x'; then |
5173 GLIB_LIBS=$with_glib_static | |
5174 | |
5175 fi | |
5176 | |
5177 MD5_LIBS='' | |
5178 BASE64_LIBS='' | |
5179 | |
1 | 5180 # Check whether --enable-smtp_server was given. |
36 | 5181 if test "${enable_smtp_server+set}" = set; then : |
1 | 5182 enableval=$enable_smtp_server; if test "x$enable_smtp_server" != 'xno'; then |
0 | 5183 smtp_server_enabled='yes' |
5184 fi | |
5185 else | |
5186 smtp_server_enabled='yes' | |
5187 | |
1 | 5188 fi |
5189 | |
0 | 5190 if test "x$smtp_server_enabled" = xyes; then |
5191 | |
36 | 5192 $as_echo "#define ENABLE_SMTP_SERVER 1" >>confdefs.h |
0 | 5193 |
5194 fi | |
5195 | |
1 | 5196 # Check whether --enable-pop3 was given. |
36 | 5197 if test "${enable_pop3+set}" = set; then : |
1 | 5198 enableval=$enable_pop3; if test "x$enable_pop3" != 'xno'; then |
0 | 5199 pop3_enabled='yes' |
5200 fi | |
5201 else | |
5202 pop3_enabled='yes' | |
5203 | |
1 | 5204 fi |
5205 | |
0 | 5206 if test "x$pop3_enabled" = xyes; then |
5207 | |
36 | 5208 $as_echo "#define ENABLE_POP3 1" >>confdefs.h |
0 | 5209 |
5210 need_md5='yes' | |
5211 fi | |
5212 | |
1 | 5213 # Check whether --enable-auth was given. |
36 | 5214 if test "${enable_auth+set}" = set; then : |
1 | 5215 enableval=$enable_auth; if test "x$enable_auth" != 'xno'; then |
0 | 5216 auth_enabled='yes' |
5217 fi | |
1 | 5218 fi |
5219 | |
0 | 5220 if test "x$auth_enabled" = xyes; then |
5221 | |
36 | 5222 $as_echo "#define ENABLE_AUTH 1" >>confdefs.h |
0 | 5223 |
5224 BASE64_LIBS='base64/libbase64.a' | |
5225 need_md5='yes' | |
5226 fi | |
5227 | |
5228 | |
1 | 5229 # Check whether --enable-maildir was given. |
36 | 5230 if test "${enable_maildir+set}" = set; then : |
1 | 5231 enableval=$enable_maildir; if test "x$enable_maildir" != 'xno'; then |
0 | 5232 maildir_enabled='yes' |
5233 fi | |
1 | 5234 fi |
5235 | |
0 | 5236 if test "x$maildir_enabled" = xyes; then |
5237 | |
36 | 5238 $as_echo "#define ENABLE_MAILDIR 1" >>confdefs.h |
0 | 5239 |
5240 fi | |
5241 | |
5242 | |
1 | 5243 # Check whether --with-libcrypto was given. |
36 | 5244 if test "${with_libcrypto+set}" = set; then : |
1 | 5245 withval=$with_libcrypto; |
5246 fi | |
5247 | |
0 | 5248 if test "x$with_libcrypto" != 'xyes'; then |
5249 with_libcrypto='no' | |
5250 fi | |
5251 | |
5252 if test "x$need_md5" = 'xyes'; then | |
5253 if test "x$with_libcrypto" = "xyes"; then | |
36 | 5254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5 in -lcrypto" >&5 |
5255 $as_echo_n "checking for MD5 in -lcrypto... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5256 if ${ac_cv_lib_crypto_MD5+:} false; then : |
36 | 5257 $as_echo_n "(cached) " >&6 |
0 | 5258 else |
5259 ac_check_lib_save_LIBS=$LIBS | |
5260 LIBS="-lcrypto $LIBS" | |
36 | 5261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 5262 /* end confdefs.h. */ |
5263 | |
1 | 5264 /* Override any GCC internal prototype to avoid an error. |
5265 Use char because int might match the return type of a GCC | |
5266 builtin and then its argument prototype would still apply. */ | |
0 | 5267 #ifdef __cplusplus |
5268 extern "C" | |
5269 #endif | |
5270 char MD5 (); | |
5271 int | |
5272 main () | |
5273 { | |
1 | 5274 return MD5 (); |
0 | 5275 ; |
5276 return 0; | |
5277 } | |
5278 _ACEOF | |
36 | 5279 if ac_fn_c_try_link "$LINENO"; then : |
0 | 5280 ac_cv_lib_crypto_MD5=yes |
5281 else | |
36 | 5282 ac_cv_lib_crypto_MD5=no |
5283 fi | |
5284 rm -f core conftest.err conftest.$ac_objext \ | |
5285 conftest$ac_exeext conftest.$ac_ext | |
0 | 5286 LIBS=$ac_check_lib_save_LIBS |
5287 fi | |
36 | 5288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_MD5" >&5 |
5289 $as_echo "$ac_cv_lib_crypto_MD5" >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5290 if test "x$ac_cv_lib_crypto_MD5" = xyes; then : |
0 | 5291 has_crypto='yes' |
5292 else | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5293 as_fn_error $? "'no libcrypto'" "$LINENO" 5 |
0 | 5294 fi |
5295 | |
5296 if test "x$has_crypto" = 'xyes'; then | |
5297 | |
36 | 5298 $as_echo "#define USE_LIB_CRYPTO 1" >>confdefs.h |
0 | 5299 |
5300 MD5_LIBS='-lcrypto' | |
5301 fi | |
5302 else | |
162
52c82d755215
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
156
diff
changeset
|
5303 MD5_LIBS='md5/libmd5.a' |
0 | 5304 fi |
5305 fi | |
5306 | |
5307 | |
5308 IDENT_LIBS='' | |
1 | 5309 # Check whether --enable-ident was given. |
36 | 5310 if test "${enable_ident+set}" = set; then : |
1 | 5311 enableval=$enable_ident; if test "x$enable_ident" != 'xno'; then |
0 | 5312 ident_enabled='yes' |
5313 fi | |
1 | 5314 fi |
5315 | |
0 | 5316 |
5317 if test "x$ident_enabled" = xyes; then | |
5318 | |
36 | 5319 $as_echo "#define ENABLE_IDENT 1" >>confdefs.h |
5320 | |
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ident_id in -lident" >&5 | |
5322 $as_echo_n "checking for ident_id in -lident... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5323 if ${ac_cv_lib_ident_ident_id+:} false; then : |
36 | 5324 $as_echo_n "(cached) " >&6 |
0 | 5325 else |
5326 ac_check_lib_save_LIBS=$LIBS | |
5327 LIBS="-lident $LIBS" | |
36 | 5328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 5329 /* end confdefs.h. */ |
5330 | |
1 | 5331 /* Override any GCC internal prototype to avoid an error. |
5332 Use char because int might match the return type of a GCC | |
5333 builtin and then its argument prototype would still apply. */ | |
0 | 5334 #ifdef __cplusplus |
5335 extern "C" | |
5336 #endif | |
5337 char ident_id (); | |
5338 int | |
5339 main () | |
5340 { | |
1 | 5341 return ident_id (); |
0 | 5342 ; |
5343 return 0; | |
5344 } | |
5345 _ACEOF | |
36 | 5346 if ac_fn_c_try_link "$LINENO"; then : |
0 | 5347 ac_cv_lib_ident_ident_id=yes |
5348 else | |
36 | 5349 ac_cv_lib_ident_ident_id=no |
5350 fi | |
5351 rm -f core conftest.err conftest.$ac_objext \ | |
5352 conftest$ac_exeext conftest.$ac_ext | |
0 | 5353 LIBS=$ac_check_lib_save_LIBS |
5354 fi | |
36 | 5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ident_ident_id" >&5 |
5356 $as_echo "$ac_cv_lib_ident_ident_id" >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5357 if test "x$ac_cv_lib_ident_ident_id" = xyes; then : |
0 | 5358 IDENT_LIBS='-lident' |
5359 else | |
5360 IDENT_LIBS='libident/libident.a' | |
5361 fi | |
5362 | |
5363 fi | |
5364 | |
5365 | |
1 | 5366 # Check whether --enable-mserver was given. |
36 | 5367 if test "${enable_mserver+set}" = set; then : |
1 | 5368 enableval=$enable_mserver; if test "x$enable_mserver" != 'xno'; then |
0 | 5369 mserver_enabled='yes' |
5370 fi | |
1 | 5371 fi |
5372 | |
0 | 5373 if test "x$mserver_enabled" = xyes; then |
5374 | |
36 | 5375 $as_echo "#define ENABLE_MSERVER 1" >>confdefs.h |
0 | 5376 |
5377 fi | |
5378 | |
5379 | |
1 | 5380 # Check whether --with-liblockfile was given. |
36 | 5381 if test "${with_liblockfile+set}" = set; then : |
1 | 5382 withval=$with_liblockfile; |
5383 fi | |
5384 | |
154
4917e764f108
Fix handling of --with-liblockfile=no or --without-liblockfile
meillo@marmaro.de
parents:
123
diff
changeset
|
5385 if test "x$with_liblockfile" = 'xno'; then |
4917e764f108
Fix handling of --with-liblockfile=no or --without-liblockfile
meillo@marmaro.de
parents:
123
diff
changeset
|
5386 with_liblockfile='' |
4917e764f108
Fix handling of --with-liblockfile=no or --without-liblockfile
meillo@marmaro.de
parents:
123
diff
changeset
|
5387 fi |
0 | 5388 if test "x$with_liblockfile" != 'x'; then |
5389 with_liblockfile='yes' | |
5390 fi | |
5391 if test "x$with_liblockfile" = xyes; then | |
36 | 5392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 |
5393 $as_echo_n "checking for maillock in -llockfile... " >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5394 if ${ac_cv_lib_lockfile_maillock+:} false; then : |
36 | 5395 $as_echo_n "(cached) " >&6 |
0 | 5396 else |
5397 ac_check_lib_save_LIBS=$LIBS | |
5398 LIBS="-llockfile $LIBS" | |
36 | 5399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
0 | 5400 /* end confdefs.h. */ |
5401 | |
1 | 5402 /* Override any GCC internal prototype to avoid an error. |
5403 Use char because int might match the return type of a GCC | |
5404 builtin and then its argument prototype would still apply. */ | |
0 | 5405 #ifdef __cplusplus |
5406 extern "C" | |
5407 #endif | |
5408 char maillock (); | |
5409 int | |
5410 main () | |
5411 { | |
1 | 5412 return maillock (); |
0 | 5413 ; |
5414 return 0; | |
5415 } | |
5416 _ACEOF | |
36 | 5417 if ac_fn_c_try_link "$LINENO"; then : |
0 | 5418 ac_cv_lib_lockfile_maillock=yes |
5419 else | |
36 | 5420 ac_cv_lib_lockfile_maillock=no |
5421 fi | |
5422 rm -f core conftest.err conftest.$ac_objext \ | |
5423 conftest$ac_exeext conftest.$ac_ext | |
0 | 5424 LIBS=$ac_check_lib_save_LIBS |
5425 fi | |
36 | 5426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 |
5427 $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5428 if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : |
0 | 5429 has_lockfile=yes |
5430 else | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5431 as_fn_error $? "\"no liblockfile\"" "$LINENO" 5 |
0 | 5432 fi |
5433 | |
5434 LOCKFILE_LIBS='-llockfile' | |
5435 | |
36 | 5436 $as_echo "#define USE_LIBLOCKFILE 1" >>confdefs.h |
0 | 5437 |
5438 else | |
5439 LOCKFILE_LIBS='' | |
5440 fi | |
5441 | |
5442 | |
5443 | |
5444 | |
1 | 5445 # Check whether --with-logdir was given. |
36 | 5446 if test "${with_logdir+set}" = set; then : |
1 | 5447 withval=$with_logdir; |
0 | 5448 else |
5449 with_logdir='/var/log/masqmail/' | |
5450 | |
1 | 5451 fi |
5452 | |
5453 | |
5454 | |
5455 | |
5456 # Check whether --with-spooldir was given. | |
36 | 5457 if test "${with_spooldir+set}" = set; then : |
1 | 5458 withval=$with_spooldir; |
0 | 5459 else |
5460 with_spooldir='/var/spool/masqmail/' | |
5461 | |
1 | 5462 fi |
5463 | |
5464 | |
5465 | |
5466 | |
5467 # Check whether --with-confdir was given. | |
36 | 5468 if test "${with_confdir+set}" = set; then : |
1 | 5469 withval=$with_confdir; |
0 | 5470 else |
5471 with_confdir='/etc/masqmail' | |
5472 | |
1 | 5473 fi |
5474 | |
0 | 5475 |
5476 cat >>confdefs.h <<_ACEOF | |
5477 #define CONF_DIR "${with_confdir}" | |
5478 _ACEOF | |
5479 | |
5480 | |
5481 | |
5482 test "x$prefix" = xNONE && prefix="$ac_default_prefix" | |
5483 | |
36 | 5484 |
0 | 5485 cat >>confdefs.h <<_ACEOF |
36 | 5486 #define DATA_DIR "`eval eval echo $datadir`/masqmail" |
0 | 5487 _ACEOF |
5488 | |
5489 | |
5490 if test "x${exec_prefix}" != 'xNONE'; then | |
5491 | |
5492 cat >>confdefs.h <<_ACEOF | |
5493 #define SBINDIR "${exec_prefix}/sbin" | |
5494 _ACEOF | |
5495 | |
5496 else | |
5497 if test "x${prefix}" != 'xNONE'; then | |
5498 cat >>confdefs.h <<_ACEOF | |
5499 #define SBINDIR "${prefix}/sbin" | |
5500 _ACEOF | |
5501 | |
5502 else | |
5503 cat >>confdefs.h <<_ACEOF | |
5504 #define SBINDIR "/usr/sbin" | |
5505 _ACEOF | |
5506 | |
5507 fi | |
5508 fi | |
5509 | |
57 | 5510 ac_config_files="$ac_config_files Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile man/Makefile" |
1 | 5511 |
0 | 5512 cat >confcache <<\_ACEOF |
5513 # This file is a shell script that caches the results of configure | |
5514 # tests run on this system so they can be shared between configure | |
5515 # scripts and configure runs, see configure's option --config-cache. | |
5516 # It is not useful on other systems. If it contains results you don't | |
5517 # want to keep, you may remove or edit it. | |
5518 # | |
5519 # config.status only pays attention to the cache file if you give it | |
5520 # the --recheck option to rerun configure. | |
5521 # | |
5522 # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
5523 # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
5524 # following values. | |
5525 | |
5526 _ACEOF | |
5527 | |
5528 # The following way of writing the cache mishandles newlines in values, | |
5529 # but we know of no workaround that is simple, portable, and efficient. | |
1 | 5530 # So, we kill variables containing newlines. |
0 | 5531 # Ultrix sh set writes to stderr and can't be redirected directly, |
5532 # and sets the high bit in the cache file unless we assign to the vars. | |
1 | 5533 ( |
5534 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do | |
5535 eval ac_val=\$$ac_var | |
5536 case $ac_val in #( | |
5537 *${as_nl}*) | |
5538 case $ac_var in #( | |
36 | 5539 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 |
5540 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |
1 | 5541 esac |
5542 case $ac_var in #( | |
5543 _ | IFS | as_nl) ;; #( | |
36 | 5544 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
5545 *) { eval $ac_var=; unset $ac_var;} ;; | |
1 | 5546 esac ;; |
5547 esac | |
5548 done | |
5549 | |
0 | 5550 (set) 2>&1 | |
1 | 5551 case $as_nl`(ac_space=' '; set) 2>&1` in #( |
5552 *${as_nl}ac_space=\ *) | |
36 | 5553 # `set' does not quote correctly, so add quotes: double-quote |
5554 # substitution turns \\\\ into \\, and sed turns \\ into \. | |
0 | 5555 sed -n \ |
5556 "s/'/'\\\\''/g; | |
5557 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
1 | 5558 ;; #( |
0 | 5559 *) |
5560 # `set' quotes correctly as required by POSIX, so do not add quotes. | |
1 | 5561 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
0 | 5562 ;; |
1 | 5563 esac | |
5564 sort | |
5565 ) | | |
0 | 5566 sed ' |
1 | 5567 /^ac_cv_env_/b end |
0 | 5568 t clear |
1 | 5569 :clear |
0 | 5570 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
5571 t end | |
1 | 5572 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
5573 :end' >>confcache | |
5574 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | |
5575 if test -w "$cache_file"; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5576 if test "x$cache_file" != "x/dev/null"; then |
36 | 5577 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
5578 $as_echo "$as_me: updating cache $cache_file" >&6;} | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5579 if test ! -f "$cache_file" || test -h "$cache_file"; then |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5580 cat confcache >"$cache_file" |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5581 else |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5582 case $cache_file in #( |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5583 */* | ?:*) |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5584 mv -f confcache "$cache_file"$$ && |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5585 mv -f "$cache_file"$$ "$cache_file" ;; #( |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5586 *) |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5587 mv -f confcache "$cache_file" ;; |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5588 esac |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5589 fi |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5590 fi |
0 | 5591 else |
36 | 5592 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
5593 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | |
0 | 5594 fi |
5595 fi | |
5596 rm -f confcache | |
5597 | |
5598 test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
5599 # Let make expand exec_prefix. | |
5600 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
5601 | |
5602 DEFS=-DHAVE_CONFIG_H | |
5603 | |
5604 ac_libobjs= | |
5605 ac_ltlibobjs= | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5606 U= |
0 | 5607 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
5608 # 1. Remove the extension, and $U if already installed. | |
1 | 5609 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
36 | 5610 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` |
1 | 5611 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
5612 # will be set to the directory where LIBOBJS objects are built. | |
36 | 5613 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" |
5614 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' | |
0 | 5615 done |
5616 LIBOBJS=$ac_libobjs | |
5617 | |
5618 LTLIBOBJS=$ac_ltlibobjs | |
5619 | |
5620 | |
36 | 5621 if test -n "$EXEEXT"; then |
5622 am__EXEEXT_TRUE= | |
5623 am__EXEEXT_FALSE='#' | |
5624 else | |
5625 am__EXEEXT_TRUE='#' | |
5626 am__EXEEXT_FALSE= | |
5627 fi | |
5628 | |
0 | 5629 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5630 as_fn_error $? "conditional \"AMDEP\" was never defined. |
36 | 5631 Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
0 | 5632 fi |
5633 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5634 as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
36 | 5635 Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
0 | 5636 fi |
5637 | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5638 : "${CONFIG_STATUS=./config.status}" |
36 | 5639 ac_write_fail=0 |
0 | 5640 ac_clean_files_save=$ac_clean_files |
5641 ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
36 | 5642 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 |
5643 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} | |
5644 as_write_fail=0 | |
5645 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 | |
0 | 5646 #! $SHELL |
5647 # Generated by $as_me. | |
5648 # Run this file to recreate the current configuration. | |
5649 # Compiler output produced by configure, useful for debugging | |
5650 # configure, is in config.log if it exists. | |
5651 | |
5652 debug=false | |
5653 ac_cs_recheck=false | |
5654 ac_cs_silent=false | |
36 | 5655 |
0 | 5656 SHELL=\${CONFIG_SHELL-$SHELL} |
36 | 5657 export SHELL |
5658 _ASEOF | |
5659 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 | |
5660 ## -------------------- ## | |
5661 ## M4sh Initialization. ## | |
5662 ## -------------------- ## | |
0 | 5663 |
1 | 5664 # Be more Bourne compatible |
5665 DUALCASE=1; export DUALCASE # for MKS sh | |
36 | 5666 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : |
0 | 5667 emulate sh |
5668 NULLCMD=: | |
36 | 5669 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
0 | 5670 # is contrary to our usage. Disable this feature. |
5671 alias -g '${1+"$@"}'='"$@"' | |
1 | 5672 setopt NO_GLOB_SUBST |
5673 else | |
36 | 5674 case `(set -o) 2>/dev/null` in #( |
5675 *posix*) : | |
5676 set -o posix ;; #( | |
5677 *) : | |
5678 ;; | |
1 | 5679 esac |
36 | 5680 fi |
5681 | |
5682 | |
5683 as_nl=' | |
5684 ' | |
5685 export as_nl | |
5686 # Printing a long string crashes Solaris 7 /usr/bin/printf. | |
5687 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
5688 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | |
5689 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo | |
5690 # Prefer a ksh shell builtin over an external printf program on Solaris, | |
5691 # but without wasting forks for bash or zsh. | |
5692 if test -z "$BASH_VERSION$ZSH_VERSION" \ | |
5693 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then | |
5694 as_echo='print -r --' | |
5695 as_echo_n='print -rn --' | |
5696 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | |
5697 as_echo='printf %s\n' | |
5698 as_echo_n='printf %s' | |
5699 else | |
5700 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | |
5701 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | |
5702 as_echo_n='/usr/ucb/echo -n' | |
5703 else | |
5704 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' | |
5705 as_echo_n_body='eval | |
5706 arg=$1; | |
5707 case $arg in #( | |
5708 *"$as_nl"*) | |
5709 expr "X$arg" : "X\\(.*\\)$as_nl"; | |
5710 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | |
5711 esac; | |
5712 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | |
5713 ' | |
5714 export as_echo_n_body | |
5715 as_echo_n='sh -c $as_echo_n_body as_echo' | |
5716 fi | |
5717 export as_echo_body | |
5718 as_echo='sh -c $as_echo_body as_echo' | |
5719 fi | |
0 | 5720 |
5721 # The user is always right. | |
5722 if test "${PATH_SEPARATOR+set}" != set; then | |
36 | 5723 PATH_SEPARATOR=: |
5724 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | |
5725 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | |
5726 PATH_SEPARATOR=';' | |
5727 } | |
1 | 5728 fi |
5729 | |
5730 | |
5731 # IFS | |
5732 # We need space, tab and new line, in precisely that order. Quoting is | |
5733 # there to prevent editors from complaining about space-tab. | |
5734 # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
5735 # splitting by setting IFS to empty value.) | |
5736 IFS=" "" $as_nl" | |
5737 | |
5738 # Find who we are. Look in the path if we contain no directory separator. | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5739 as_myself= |
36 | 5740 case $0 in #(( |
1 | 5741 *[\\/]* ) as_myself=$0 ;; |
5742 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
0 | 5743 for as_dir in $PATH |
5744 do | |
5745 IFS=$as_save_IFS | |
5746 test -z "$as_dir" && as_dir=. | |
36 | 5747 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
5748 done | |
1 | 5749 IFS=$as_save_IFS |
5750 | |
5751 ;; | |
5752 esac | |
5753 # We did not find ourselves, most probably we were run as `sh COMMAND' | |
5754 # in which case we are not to be found in the path. | |
5755 if test "x$as_myself" = x; then | |
5756 as_myself=$0 | |
5757 fi | |
5758 if test ! -f "$as_myself"; then | |
36 | 5759 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
5760 exit 1 | |
5761 fi | |
5762 | |
5763 # Unset variables that we do not need and which cause bugs (e.g. in | |
5764 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | |
5765 # suppresses any "Segmentation fault" message there. '((' could | |
5766 # trigger a bug in pdksh 5.2.14. | |
5767 for as_var in BASH_ENV ENV MAIL MAILPATH | |
5768 do eval test x\${$as_var+set} = xset \ | |
5769 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | |
1 | 5770 done |
5771 PS1='$ ' | |
5772 PS2='> ' | |
5773 PS4='+ ' | |
5774 | |
5775 # NLS nuisances. | |
36 | 5776 LC_ALL=C |
5777 export LC_ALL | |
5778 LANGUAGE=C | |
5779 export LANGUAGE | |
5780 | |
5781 # CDPATH. | |
5782 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
5783 | |
5784 | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5785 # as_fn_error STATUS ERROR [LINENO LOG_FD] |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5786 # ---------------------------------------- |
36 | 5787 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
5788 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5789 # script with STATUS, using 1 if that was 0. |
36 | 5790 as_fn_error () |
5791 { | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5792 as_status=$1; test $as_status -eq 0 && as_status=1 |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5793 if test "$4"; then |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5794 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5795 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
0 | 5796 fi |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5797 $as_echo "$as_me: error: $2" >&2 |
36 | 5798 as_fn_exit $as_status |
5799 } # as_fn_error | |
5800 | |
5801 | |
5802 # as_fn_set_status STATUS | |
5803 # ----------------------- | |
5804 # Set $? to STATUS, without forking. | |
5805 as_fn_set_status () | |
5806 { | |
5807 return $1 | |
5808 } # as_fn_set_status | |
5809 | |
5810 # as_fn_exit STATUS | |
5811 # ----------------- | |
5812 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | |
5813 as_fn_exit () | |
5814 { | |
5815 set +e | |
5816 as_fn_set_status $1 | |
5817 exit $1 | |
5818 } # as_fn_exit | |
5819 | |
5820 # as_fn_unset VAR | |
5821 # --------------- | |
5822 # Portably unset VAR. | |
5823 as_fn_unset () | |
5824 { | |
5825 { eval $1=; unset $1;} | |
5826 } | |
5827 as_unset=as_fn_unset | |
5828 # as_fn_append VAR VALUE | |
5829 # ---------------------- | |
5830 # Append the text in VALUE to the end of the definition contained in VAR. Take | |
5831 # advantage of any shell optimizations that allow amortized linear growth over | |
5832 # repeated appends, instead of the typical quadratic growth present in naive | |
5833 # implementations. | |
5834 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | |
5835 eval 'as_fn_append () | |
5836 { | |
5837 eval $1+=\$2 | |
5838 }' | |
5839 else | |
5840 as_fn_append () | |
5841 { | |
5842 eval $1=\$$1\$2 | |
5843 } | |
5844 fi # as_fn_append | |
5845 | |
5846 # as_fn_arith ARG... | |
5847 # ------------------ | |
5848 # Perform arithmetic evaluation on the ARGs, and store the result in the | |
5849 # global $as_val. Take advantage of shells that can avoid forks. The arguments | |
5850 # must be portable across $(()) and expr. | |
5851 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | |
5852 eval 'as_fn_arith () | |
5853 { | |
5854 as_val=$(( $* )) | |
5855 }' | |
5856 else | |
5857 as_fn_arith () | |
5858 { | |
5859 as_val=`expr "$@" || test $? -eq 1` | |
5860 } | |
5861 fi # as_fn_arith | |
5862 | |
5863 | |
1 | 5864 if expr a : '\(a\)' >/dev/null 2>&1 && |
5865 test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
5866 as_expr=expr | |
5867 else | |
5868 as_expr=false | |
5869 fi | |
5870 | |
5871 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then | |
5872 as_basename=basename | |
5873 else | |
5874 as_basename=false | |
5875 fi | |
5876 | |
36 | 5877 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
5878 as_dirname=dirname | |
5879 else | |
5880 as_dirname=false | |
5881 fi | |
5882 | |
1 | 5883 as_me=`$as_basename -- "$0" || |
5884 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | |
5885 X"$0" : 'X\(//\)$' \| \ | |
5886 X"$0" : 'X\(/\)' \| . 2>/dev/null || | |
36 | 5887 $as_echo X/"$0" | |
1 | 5888 sed '/^.*\/\([^/][^/]*\)\/*$/{ |
5889 s//\1/ | |
5890 q | |
5891 } | |
5892 /^X\/\(\/\/\)$/{ | |
5893 s//\1/ | |
5894 q | |
5895 } | |
5896 /^X\/\(\/\).*/{ | |
5897 s//\1/ | |
5898 q | |
5899 } | |
5900 s/.*/./; q'` | |
5901 | |
36 | 5902 # Avoid depending upon Character Ranges. |
5903 as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
5904 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
5905 as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
5906 as_cr_digits='0123456789' | |
5907 as_cr_alnum=$as_cr_Letters$as_cr_digits | |
1 | 5908 |
5909 ECHO_C= ECHO_N= ECHO_T= | |
36 | 5910 case `echo -n x` in #((((( |
1 | 5911 -n*) |
36 | 5912 case `echo 'xy\c'` in |
1 | 5913 *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
36 | 5914 xy) ECHO_C='\c';; |
5915 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null | |
5916 ECHO_T=' ';; | |
1 | 5917 esac;; |
5918 *) | |
5919 ECHO_N='-n';; | |
0 | 5920 esac |
5921 | |
5922 rm -f conf$$ conf$$.exe conf$$.file | |
1 | 5923 if test -d conf$$.dir; then |
5924 rm -f conf$$.dir/conf$$.file | |
5925 else | |
5926 rm -f conf$$.dir | |
36 | 5927 mkdir conf$$.dir 2>/dev/null |
5928 fi | |
5929 if (echo >conf$$.file) 2>/dev/null; then | |
5930 if ln -s conf$$.file conf$$ 2>/dev/null; then | |
5931 as_ln_s='ln -s' | |
5932 # ... but there are two gotchas: | |
5933 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
5934 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
5935 # In both cases, we have to default to `cp -p'. | |
5936 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
5937 as_ln_s='cp -p' | |
5938 elif ln conf$$.file conf$$ 2>/dev/null; then | |
5939 as_ln_s=ln | |
5940 else | |
0 | 5941 as_ln_s='cp -p' |
36 | 5942 fi |
0 | 5943 else |
5944 as_ln_s='cp -p' | |
5945 fi | |
1 | 5946 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
5947 rmdir conf$$.dir 2>/dev/null | |
0 | 5948 |
36 | 5949 |
5950 # as_fn_mkdir_p | |
5951 # ------------- | |
5952 # Create "$as_dir" as a directory, including parents if necessary. | |
5953 as_fn_mkdir_p () | |
5954 { | |
5955 | |
5956 case $as_dir in #( | |
5957 -*) as_dir=./$as_dir;; | |
5958 esac | |
5959 test -d "$as_dir" || eval $as_mkdir_p || { | |
5960 as_dirs= | |
5961 while :; do | |
5962 case $as_dir in #( | |
5963 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | |
5964 *) as_qdir=$as_dir;; | |
5965 esac | |
5966 as_dirs="'$as_qdir' $as_dirs" | |
5967 as_dir=`$as_dirname -- "$as_dir" || | |
5968 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
5969 X"$as_dir" : 'X\(//\)[^/]' \| \ | |
5970 X"$as_dir" : 'X\(//\)$' \| \ | |
5971 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
5972 $as_echo X"$as_dir" | | |
5973 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
5974 s//\1/ | |
5975 q | |
5976 } | |
5977 /^X\(\/\/\)[^/].*/{ | |
5978 s//\1/ | |
5979 q | |
5980 } | |
5981 /^X\(\/\/\)$/{ | |
5982 s//\1/ | |
5983 q | |
5984 } | |
5985 /^X\(\/\).*/{ | |
5986 s//\1/ | |
5987 q | |
5988 } | |
5989 s/.*/./; q'` | |
5990 test -d "$as_dir" && break | |
5991 done | |
5992 test -z "$as_dirs" || eval "mkdir $as_dirs" | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
5993 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
36 | 5994 |
5995 | |
5996 } # as_fn_mkdir_p | |
0 | 5997 if mkdir -p . 2>/dev/null; then |
36 | 5998 as_mkdir_p='mkdir -p "$as_dir"' |
0 | 5999 else |
6000 test -d ./-p && rmdir ./-p | |
6001 as_mkdir_p=false | |
6002 fi | |
6003 | |
1 | 6004 if test -x / >/dev/null 2>&1; then |
6005 as_test_x='test -x' | |
6006 else | |
6007 if ls -dL / >/dev/null 2>&1; then | |
6008 as_ls_L_option=L | |
6009 else | |
6010 as_ls_L_option= | |
6011 fi | |
6012 as_test_x=' | |
6013 eval sh -c '\'' | |
6014 if test -d "$1"; then | |
36 | 6015 test -d "$1/."; |
1 | 6016 else |
36 | 6017 case $1 in #( |
6018 -*)set "./$1";; | |
1 | 6019 esac; |
36 | 6020 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
1 | 6021 ???[sx]*):;;*)false;;esac;fi |
6022 '\'' sh | |
6023 ' | |
6024 fi | |
6025 as_executable_p=$as_test_x | |
0 | 6026 |
6027 # Sed expression to map a string onto a valid CPP name. | |
6028 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
6029 | |
6030 # Sed expression to map a string onto a valid variable name. | |
6031 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
6032 | |
6033 | |
6034 exec 6>&1 | |
36 | 6035 ## ----------------------------------- ## |
6036 ## Main body of $CONFIG_STATUS script. ## | |
6037 ## ----------------------------------- ## | |
6038 _ASEOF | |
6039 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 | |
6040 | |
6041 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
6042 # Save the log message, to keep $0 and so on meaningful, and to | |
0 | 6043 # report actual input values of CONFIG_FILES etc. instead of their |
1 | 6044 # values after options handling. |
6045 ac_log=" | |
189 | 6046 This file was extended by masqmail $as_me 0.2.31-dev, which was |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6047 generated by GNU Autoconf 2.68. Invocation command line was |
0 | 6048 |
6049 CONFIG_FILES = $CONFIG_FILES | |
6050 CONFIG_HEADERS = $CONFIG_HEADERS | |
6051 CONFIG_LINKS = $CONFIG_LINKS | |
6052 CONFIG_COMMANDS = $CONFIG_COMMANDS | |
6053 $ $0 $@ | |
6054 | |
1 | 6055 on `(hostname || uname -n) 2>/dev/null | sed 1q` |
6056 " | |
6057 | |
6058 _ACEOF | |
6059 | |
36 | 6060 case $ac_config_files in *" |
6061 "*) set x $ac_config_files; shift; ac_config_files=$*;; | |
6062 esac | |
6063 | |
6064 case $ac_config_headers in *" | |
6065 "*) set x $ac_config_headers; shift; ac_config_headers=$*;; | |
6066 esac | |
6067 | |
6068 | |
6069 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
0 | 6070 # Files that config.status was made for. |
1 | 6071 config_files="$ac_config_files" |
6072 config_headers="$ac_config_headers" | |
6073 config_commands="$ac_config_commands" | |
6074 | |
6075 _ACEOF | |
0 | 6076 |
36 | 6077 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
0 | 6078 ac_cs_usage="\ |
36 | 6079 \`$as_me' instantiates files and other configuration actions |
6080 from templates according to the current configuration. Unless the files | |
6081 and actions are specified as TAGs, all are instantiated by default. | |
6082 | |
6083 Usage: $0 [OPTION]... [TAG]... | |
0 | 6084 |
6085 -h, --help print this help, then exit | |
1 | 6086 -V, --version print version number and configuration settings, then exit |
36 | 6087 --config print configuration, then exit |
6088 -q, --quiet, --silent | |
6089 do not print progress messages | |
0 | 6090 -d, --debug don't remove temporary files |
6091 --recheck update $as_me by reconfiguring in the same conditions | |
36 | 6092 --file=FILE[:TEMPLATE] |
6093 instantiate the configuration file FILE | |
6094 --header=FILE[:TEMPLATE] | |
6095 instantiate the configuration header FILE | |
0 | 6096 |
6097 Configuration files: | |
6098 $config_files | |
6099 | |
6100 Configuration headers: | |
6101 $config_headers | |
6102 | |
6103 Configuration commands: | |
6104 $config_commands | |
6105 | |
36 | 6106 Report bugs to <meillo@marmaro.de>." |
1 | 6107 |
6108 _ACEOF | |
36 | 6109 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
6110 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | |
0 | 6111 ac_cs_version="\\ |
189 | 6112 masqmail config.status 0.2.31-dev |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6113 configured by $0, generated by GNU Autoconf 2.68, |
36 | 6114 with options \\"\$ac_cs_config\\" |
6115 | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6116 Copyright (C) 2010 Free Software Foundation, Inc. |
0 | 6117 This config.status script is free software; the Free Software Foundation |
6118 gives unlimited permission to copy, distribute and modify it." | |
1 | 6119 |
6120 ac_pwd='$ac_pwd' | |
6121 srcdir='$srcdir' | |
6122 INSTALL='$INSTALL' | |
36 | 6123 MKDIR_P='$MKDIR_P' |
6124 AWK='$AWK' | |
6125 test -n "\$AWK" || AWK=awk | |
0 | 6126 _ACEOF |
6127 | |
36 | 6128 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
6129 # The default lists apply if the user does not specify any file. | |
0 | 6130 ac_need_defaults=: |
6131 while test $# != 0 | |
6132 do | |
6133 case $1 in | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6134 --*=?*) |
1 | 6135 ac_option=`expr "X$1" : 'X\([^=]*\)='` |
6136 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | |
0 | 6137 ac_shift=: |
6138 ;; | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6139 --*=) |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6140 ac_option=`expr "X$1" : 'X\([^=]*\)='` |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6141 ac_optarg= |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6142 ac_shift=: |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6143 ;; |
1 | 6144 *) |
0 | 6145 ac_option=$1 |
6146 ac_optarg=$2 | |
6147 ac_shift=shift | |
6148 ;; | |
6149 esac | |
6150 | |
6151 case $ac_option in | |
6152 # Handling of the options. | |
6153 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
6154 ac_cs_recheck=: ;; | |
1 | 6155 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
36 | 6156 $as_echo "$ac_cs_version"; exit ;; |
6157 --config | --confi | --conf | --con | --co | --c ) | |
6158 $as_echo "$ac_cs_config"; exit ;; | |
1 | 6159 --debug | --debu | --deb | --de | --d | -d ) |
0 | 6160 debug=: ;; |
6161 --file | --fil | --fi | --f ) | |
6162 $ac_shift | |
36 | 6163 case $ac_optarg in |
6164 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6165 '') as_fn_error $? "missing file argument" ;; |
36 | 6166 esac |
6167 as_fn_append CONFIG_FILES " '$ac_optarg'" | |
0 | 6168 ac_need_defaults=false;; |
6169 --header | --heade | --head | --hea ) | |
6170 $ac_shift | |
36 | 6171 case $ac_optarg in |
6172 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
6173 esac | |
6174 as_fn_append CONFIG_HEADERS " '$ac_optarg'" | |
0 | 6175 ac_need_defaults=false;; |
1 | 6176 --he | --h) |
6177 # Conflict between --help and --header | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6178 as_fn_error $? "ambiguous option: \`$1' |
36 | 6179 Try \`$0 --help' for more information.";; |
1 | 6180 --help | --hel | -h ) |
36 | 6181 $as_echo "$ac_cs_usage"; exit ;; |
0 | 6182 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
6183 | -silent | --silent | --silen | --sile | --sil | --si | --s) | |
6184 ac_cs_silent=: ;; | |
6185 | |
6186 # This is an error. | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6187 -*) as_fn_error $? "unrecognized option: \`$1' |
36 | 6188 Try \`$0 --help' for more information." ;; |
6189 | |
6190 *) as_fn_append ac_config_targets " $1" | |
1 | 6191 ac_need_defaults=false ;; |
0 | 6192 |
6193 esac | |
6194 shift | |
6195 done | |
6196 | |
6197 ac_configure_extra_args= | |
6198 | |
6199 if $ac_cs_silent; then | |
6200 exec 6>/dev/null | |
6201 ac_configure_extra_args="$ac_configure_extra_args --silent" | |
6202 fi | |
6203 | |
6204 _ACEOF | |
36 | 6205 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
0 | 6206 if \$ac_cs_recheck; then |
36 | 6207 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
6208 shift | |
6209 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 | |
6210 CONFIG_SHELL='$SHELL' | |
1 | 6211 export CONFIG_SHELL |
36 | 6212 exec "\$@" |
1 | 6213 fi |
6214 | |
6215 _ACEOF | |
36 | 6216 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
1 | 6217 exec 5>>config.log |
6218 { | |
6219 echo | |
6220 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
6221 ## Running $as_me. ## | |
6222 _ASBOX | |
36 | 6223 $as_echo "$ac_log" |
1 | 6224 } >&5 |
6225 | |
6226 _ACEOF | |
36 | 6227 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
0 | 6228 # |
1 | 6229 # INIT-COMMANDS |
0 | 6230 # |
6231 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" | |
6232 | |
6233 _ACEOF | |
6234 | |
36 | 6235 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
1 | 6236 |
6237 # Handling of arguments. | |
0 | 6238 for ac_config_target in $ac_config_targets |
6239 do | |
1 | 6240 case $ac_config_target in |
6241 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; | |
6242 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | |
6243 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
6244 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; | |
6245 "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; | |
6246 "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; | |
6247 "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; | |
57 | 6248 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; |
1 | 6249 |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6250 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
0 | 6251 esac |
6252 done | |
6253 | |
1 | 6254 |
0 | 6255 # If the user did not use the arguments to specify the items to instantiate, |
6256 # then the envvar interface is used. Set only those that are not. | |
6257 # We use the long form for the default assignment because of an extremely | |
6258 # bizarre bug on SunOS 4.1.3. | |
6259 if $ac_need_defaults; then | |
6260 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
6261 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
6262 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
6263 fi | |
6264 | |
6265 # Have a temporary directory for convenience. Make it in the build tree | |
1 | 6266 # simply because there is no reason against having it here, and in addition, |
0 | 6267 # creating and moving files from /tmp can sometimes cause problems. |
1 | 6268 # Hook for its removal unless debugging. |
6269 # Note that there is a small window in which the directory will not be cleaned: | |
6270 # after its creation but before its name has been assigned to `$tmp'. | |
0 | 6271 $debug || |
6272 { | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6273 tmp= ac_tmp= |
1 | 6274 trap 'exit_status=$? |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6275 : "${ac_tmp:=$tmp}" |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6276 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status |
1 | 6277 ' 0 |
36 | 6278 trap 'as_fn_exit 1' 1 2 13 15 |
0 | 6279 } |
6280 # Create a (secure) tmp directory for tmp files. | |
6281 | |
6282 { | |
1 | 6283 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6284 test -d "$tmp" |
0 | 6285 } || |
6286 { | |
1 | 6287 tmp=./conf$$-$RANDOM |
6288 (umask 077 && mkdir "$tmp") | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6289 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6290 ac_tmp=$tmp |
36 | 6291 |
6292 # Set up the scripts for CONFIG_FILES section. | |
6293 # No need to generate them if there are no CONFIG_FILES. | |
6294 # This happens for instance with `./config.status config.h'. | |
6295 if test -n "$CONFIG_FILES"; then | |
6296 | |
6297 | |
6298 ac_cr=`echo X | tr X '\015'` | |
6299 # On cygwin, bash can eat \r inside `` if the user requested igncr. | |
6300 # But we know of no other shell where ac_cr would be empty at this | |
6301 # point, so we can use a bashism as a fallback. | |
6302 if test "x$ac_cr" = x; then | |
6303 eval ac_cr=\$\'\\r\' | |
6304 fi | |
6305 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | |
6306 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6307 ac_cs_awk_cr='\\r' |
36 | 6308 else |
6309 ac_cs_awk_cr=$ac_cr | |
6310 fi | |
6311 | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6312 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && |
36 | 6313 _ACEOF |
6314 | |
6315 | |
0 | 6316 { |
36 | 6317 echo "cat >conf$$subs.awk <<_ACEOF" && |
6318 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | |
6319 echo "_ACEOF" | |
6320 } >conf$$subs.sh || | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6321 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6322 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
1 | 6323 ac_delim='%!_!# ' |
6324 for ac_last_try in false false false false false :; do | |
36 | 6325 . ./conf$$subs.sh || |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6326 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
36 | 6327 |
6328 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | |
6329 if test $ac_delim_n = $ac_delim_num; then | |
1 | 6330 break |
6331 elif $ac_last_try; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6332 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
1 | 6333 else |
6334 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
6335 fi | |
6336 done | |
36 | 6337 rm -f conf$$subs.sh |
6338 | |
6339 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6340 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
1 | 6341 _ACEOF |
36 | 6342 sed -n ' |
6343 h | |
6344 s/^/S["/; s/!.*/"]=/ | |
6345 p | |
6346 g | |
6347 s/^[^!]*!// | |
6348 :repl | |
6349 t repl | |
6350 s/'"$ac_delim"'$// | |
6351 t delim | |
6352 :nl | |
6353 h | |
6354 s/\(.\{148\}\)..*/\1/ | |
6355 t more1 | |
6356 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ | |
6357 p | |
6358 n | |
6359 b repl | |
6360 :more1 | |
6361 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | |
6362 p | |
6363 g | |
6364 s/.\{148\}// | |
6365 t nl | |
6366 :delim | |
6367 h | |
6368 s/\(.\{148\}\)..*/\1/ | |
6369 t more2 | |
6370 s/["\\]/\\&/g; s/^/"/; s/$/"/ | |
6371 p | |
6372 b | |
6373 :more2 | |
6374 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ | |
6375 p | |
6376 g | |
6377 s/.\{148\}// | |
6378 t delim | |
6379 ' <conf$$subs.awk | sed ' | |
6380 /^[^""]/{ | |
6381 N | |
6382 s/\n// | |
6383 } | |
6384 ' >>$CONFIG_STATUS || ac_write_fail=1 | |
6385 rm -f conf$$subs.awk | |
6386 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
6387 _ACAWK | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6388 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && |
36 | 6389 for (key in S) S_is_set[key] = 1 |
6390 FS = "" | |
6391 | |
6392 } | |
6393 { | |
6394 line = $ 0 | |
6395 nfields = split(line, field, "@") | |
6396 substed = 0 | |
6397 len = length(field[1]) | |
6398 for (i = 2; i < nfields; i++) { | |
6399 key = field[i] | |
6400 keylen = length(key) | |
6401 if (S_is_set[key]) { | |
6402 value = S[key] | |
6403 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) | |
6404 len += length(value) + length(field[++i]) | |
6405 substed = 1 | |
6406 } else | |
6407 len += 1 + keylen | |
6408 } | |
6409 | |
6410 print line | |
6411 } | |
6412 | |
6413 _ACAWK | |
1 | 6414 _ACEOF |
36 | 6415 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
6416 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |
6417 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | |
6418 else | |
6419 cat | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6420 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6421 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
36 | 6422 _ACEOF |
1 | 6423 |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6424 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6425 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
1 | 6426 # trailing colons and then remove the whole line if VPATH becomes empty |
6427 # (actually we leave an empty line to preserve line numbers). | |
6428 if test "x$srcdir" = x.; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6429 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6430 h |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6431 s/// |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6432 s/^/:/ |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6433 s/[ ]*$/:/ |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6434 s/:\$(srcdir):/:/g |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6435 s/:\${srcdir}:/:/g |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6436 s/:@srcdir@:/:/g |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6437 s/^:*// |
1 | 6438 s/:*$// |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6439 x |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6440 s/\(=[ ]*\).*/\1/ |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6441 G |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6442 s/\n// |
1 | 6443 s/^[^=]*=[ ]*$// |
6444 }' | |
6445 fi | |
6446 | |
36 | 6447 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
1 | 6448 fi # test -n "$CONFIG_FILES" |
6449 | |
36 | 6450 # Set up the scripts for CONFIG_HEADERS section. |
6451 # No need to generate them if there are no CONFIG_HEADERS. | |
6452 # This happens for instance with `./config.status Makefile'. | |
6453 if test -n "$CONFIG_HEADERS"; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6454 cat >"$ac_tmp/defines.awk" <<\_ACAWK || |
36 | 6455 BEGIN { |
6456 _ACEOF | |
6457 | |
6458 # Transform confdefs.h into an awk script `defines.awk', embedded as | |
6459 # here-document in config.status, that substitutes the proper values into | |
6460 # config.h.in to produce config.h. | |
6461 | |
6462 # Create a delimiter string that does not exist in confdefs.h, to ease | |
6463 # handling of long lines. | |
6464 ac_delim='%!_!# ' | |
6465 for ac_last_try in false false :; do | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6466 ac_tt=`sed -n "/$ac_delim/p" confdefs.h` |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6467 if test -z "$ac_tt"; then |
36 | 6468 break |
6469 elif $ac_last_try; then | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6470 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
36 | 6471 else |
6472 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | |
6473 fi | |
6474 done | |
6475 | |
6476 # For the awk script, D is an array of macro values keyed by name, | |
6477 # likewise P contains macro parameters if any. Preserve backslash | |
6478 # newline sequences. | |
6479 | |
6480 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* | |
6481 sed -n ' | |
6482 s/.\{148\}/&'"$ac_delim"'/g | |
6483 t rset | |
6484 :rset | |
6485 s/^[ ]*#[ ]*define[ ][ ]*/ / | |
6486 t def | |
6487 d | |
6488 :def | |
6489 s/\\$// | |
6490 t bsnl | |
6491 s/["\\]/\\&/g | |
6492 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | |
6493 D["\1"]=" \3"/p | |
6494 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p | |
6495 d | |
6496 :bsnl | |
6497 s/["\\]/\\&/g | |
6498 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ | |
6499 D["\1"]=" \3\\\\\\n"\\/p | |
6500 t cont | |
6501 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p | |
6502 t cont | |
6503 d | |
6504 :cont | |
6505 n | |
6506 s/.\{148\}/&'"$ac_delim"'/g | |
6507 t clear | |
6508 :clear | |
6509 s/\\$// | |
6510 t bsnlc | |
6511 s/["\\]/\\&/g; s/^/"/; s/$/"/p | |
6512 d | |
6513 :bsnlc | |
6514 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p | |
6515 b cont | |
6516 ' <confdefs.h | sed ' | |
6517 s/'"$ac_delim"'/"\\\ | |
6518 "/g' >>$CONFIG_STATUS || ac_write_fail=1 | |
6519 | |
6520 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |
6521 for (key in D) D_is_set[key] = 1 | |
6522 FS = "" | |
6523 } | |
6524 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { | |
6525 line = \$ 0 | |
6526 split(line, arg, " ") | |
6527 if (arg[1] == "#") { | |
6528 defundef = arg[2] | |
6529 mac1 = arg[3] | |
6530 } else { | |
6531 defundef = substr(arg[1], 2) | |
6532 mac1 = arg[2] | |
6533 } | |
6534 split(mac1, mac2, "(") #) | |
6535 macro = mac2[1] | |
6536 prefix = substr(line, 1, index(line, defundef) - 1) | |
6537 if (D_is_set[macro]) { | |
6538 # Preserve the white space surrounding the "#". | |
6539 print prefix "define", macro P[macro] D[macro] | |
6540 next | |
6541 } else { | |
6542 # Replace #undef with comments. This is necessary, for example, | |
6543 # in the case of _POSIX_SOURCE, which is predefined and required | |
6544 # on some systems where configure will not decide to define it. | |
6545 if (defundef == "undef") { | |
6546 print "/*", prefix defundef, macro, "*/" | |
6547 next | |
6548 } | |
6549 } | |
6550 } | |
6551 { print } | |
6552 _ACAWK | |
6553 _ACEOF | |
6554 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6555 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 |
36 | 6556 fi # test -n "$CONFIG_HEADERS" |
6557 | |
6558 | |
6559 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" | |
6560 shift | |
6561 for ac_tag | |
1 | 6562 do |
6563 case $ac_tag in | |
6564 :[FHLC]) ac_mode=$ac_tag; continue;; | |
6565 esac | |
6566 case $ac_mode$ac_tag in | |
6567 :[FHL]*:*);; | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6568 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
1 | 6569 :[FH]-) ac_tag=-:-;; |
6570 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | |
6571 esac | |
6572 ac_save_IFS=$IFS | |
6573 IFS=: | |
6574 set x $ac_tag | |
6575 IFS=$ac_save_IFS | |
6576 shift | |
6577 ac_file=$1 | |
6578 shift | |
6579 | |
6580 case $ac_mode in | |
6581 :L) ac_source=$1;; | |
6582 :[FH]) | |
6583 ac_file_inputs= | |
6584 for ac_f | |
6585 do | |
6586 case $ac_f in | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6587 -) ac_f="$ac_tmp/stdin";; |
1 | 6588 *) # Look for the file first in the build tree, then in the source tree |
6589 # (if the path is not absolute). The absolute path cannot be DOS-style, | |
6590 # because $ac_f cannot contain `:'. | |
6591 test -f "$ac_f" || | |
6592 case $ac_f in | |
6593 [\\/$]*) false;; | |
6594 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | |
6595 esac || | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6596 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
1 | 6597 esac |
36 | 6598 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
6599 as_fn_append ac_file_inputs " '$ac_f'" | |
1 | 6600 done |
6601 | |
6602 # Let's still pretend it is `configure' which instantiates (i.e., don't | |
6603 # use $as_me), people would be surprised to read: | |
6604 # /* config.h. Generated by config.status. */ | |
36 | 6605 configure_input='Generated from '` |
6606 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' | |
6607 `' by configure.' | |
1 | 6608 if test x"$ac_file" != x-; then |
6609 configure_input="$ac_file. $configure_input" | |
36 | 6610 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 |
6611 $as_echo "$as_me: creating $ac_file" >&6;} | |
0 | 6612 fi |
36 | 6613 # Neutralize special characters interpreted by sed in replacement strings. |
6614 case $configure_input in #( | |
6615 *\&* | *\|* | *\\* ) | |
6616 ac_sed_conf_input=`$as_echo "$configure_input" | | |
6617 sed 's/[\\\\&|]/\\\\&/g'`;; #( | |
6618 *) ac_sed_conf_input=$configure_input;; | |
6619 esac | |
1 | 6620 |
6621 case $ac_tag in | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6622 *:-:* | *:-) cat >"$ac_tmp/stdin" \ |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6623 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
1 | 6624 esac |
6625 ;; | |
0 | 6626 esac |
6627 | |
1 | 6628 ac_dir=`$as_dirname -- "$ac_file" || |
0 | 6629 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
6630 X"$ac_file" : 'X\(//\)[^/]' \| \ | |
6631 X"$ac_file" : 'X\(//\)$' \| \ | |
1 | 6632 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
36 | 6633 $as_echo X"$ac_file" | |
1 | 6634 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
6635 s//\1/ | |
6636 q | |
6637 } | |
6638 /^X\(\/\/\)[^/].*/{ | |
6639 s//\1/ | |
6640 q | |
6641 } | |
6642 /^X\(\/\/\)$/{ | |
6643 s//\1/ | |
6644 q | |
6645 } | |
6646 /^X\(\/\).*/{ | |
6647 s//\1/ | |
6648 q | |
6649 } | |
6650 s/.*/./; q'` | |
36 | 6651 as_dir="$ac_dir"; as_fn_mkdir_p |
0 | 6652 ac_builddir=. |
6653 | |
1 | 6654 case "$ac_dir" in |
6655 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
6656 *) | |
36 | 6657 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
1 | 6658 # A ".." for each directory in $ac_dir_suffix. |
36 | 6659 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
1 | 6660 case $ac_top_builddir_sub in |
6661 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
6662 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
6663 esac ;; | |
6664 esac | |
6665 ac_abs_top_builddir=$ac_pwd | |
6666 ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
6667 # for backward compatibility: | |
6668 ac_top_builddir=$ac_top_build_prefix | |
0 | 6669 |
6670 case $srcdir in | |
1 | 6671 .) # We are building in place. |
0 | 6672 ac_srcdir=. |
1 | 6673 ac_top_srcdir=$ac_top_builddir_sub |
6674 ac_abs_top_srcdir=$ac_pwd ;; | |
6675 [\\/]* | ?:[\\/]* ) # Absolute name. | |
0 | 6676 ac_srcdir=$srcdir$ac_dir_suffix; |
1 | 6677 ac_top_srcdir=$srcdir |
6678 ac_abs_top_srcdir=$srcdir ;; | |
6679 *) # Relative name. | |
6680 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
6681 ac_top_srcdir=$ac_top_build_prefix$srcdir | |
6682 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
0 | 6683 esac |
1 | 6684 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
6685 | |
6686 | |
6687 case $ac_mode in | |
6688 :F) | |
6689 # | |
6690 # CONFIG_FILE | |
6691 # | |
0 | 6692 |
6693 case $INSTALL in | |
6694 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
1 | 6695 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
0 | 6696 esac |
36 | 6697 ac_MKDIR_P=$MKDIR_P |
6698 case $MKDIR_P in | |
6699 [\\/$]* | ?:[\\/]* ) ;; | |
6700 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; | |
6701 esac | |
1 | 6702 _ACEOF |
6703 | |
36 | 6704 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
1 | 6705 # If the template does not know about datarootdir, expand it. |
6706 # FIXME: This hack should be removed a few years after 2.60. | |
6707 ac_datarootdir_hack=; ac_datarootdir_seen= | |
36 | 6708 ac_sed_dataroot=' |
6709 /datarootdir/ { | |
1 | 6710 p |
6711 q | |
6712 } | |
6713 /@datadir@/p | |
6714 /@docdir@/p | |
6715 /@infodir@/p | |
6716 /@localedir@/p | |
36 | 6717 /@mandir@/p' |
6718 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in | |
1 | 6719 *datarootdir*) ac_datarootdir_seen=yes;; |
6720 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) | |
36 | 6721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
6722 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} | |
1 | 6723 _ACEOF |
36 | 6724 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
1 | 6725 ac_datarootdir_hack=' |
6726 s&@datadir@&$datadir&g | |
6727 s&@docdir@&$docdir&g | |
6728 s&@infodir@&$infodir&g | |
6729 s&@localedir@&$localedir&g | |
6730 s&@mandir@&$mandir&g | |
36 | 6731 s&\\\${datarootdir}&$datarootdir&g' ;; |
1 | 6732 esac |
6733 _ACEOF | |
6734 | |
6735 # Neutralize VPATH when `$srcdir' = `.'. | |
6736 # Shell code in configure.ac might set extrasub. | |
6737 # FIXME: do we really want to maintain this feature? | |
36 | 6738 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
6739 ac_sed_extra="$ac_vpsub | |
0 | 6740 $extrasub |
6741 _ACEOF | |
36 | 6742 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
0 | 6743 :t |
6744 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
36 | 6745 s|@configure_input@|$ac_sed_conf_input|;t t |
1 | 6746 s&@top_builddir@&$ac_top_builddir_sub&;t t |
36 | 6747 s&@top_build_prefix@&$ac_top_build_prefix&;t t |
1 | 6748 s&@srcdir@&$ac_srcdir&;t t |
6749 s&@abs_srcdir@&$ac_abs_srcdir&;t t | |
6750 s&@top_srcdir@&$ac_top_srcdir&;t t | |
6751 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t | |
6752 s&@builddir@&$ac_builddir&;t t | |
6753 s&@abs_builddir@&$ac_abs_builddir&;t t | |
6754 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | |
6755 s&@INSTALL@&$ac_INSTALL&;t t | |
36 | 6756 s&@MKDIR_P@&$ac_MKDIR_P&;t t |
1 | 6757 $ac_datarootdir_hack |
36 | 6758 " |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6759 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6760 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
1 | 6761 |
6762 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6763 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6764 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6765 "$ac_tmp/out"`; test -z "$ac_out"; } && |
36 | 6766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6767 which seems to be undefined. Please make sure it is defined" >&5 |
36 | 6768 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6769 which seems to be undefined. Please make sure it is defined" >&2;} |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6770 |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6771 rm -f "$ac_tmp/stdin" |
0 | 6772 case $ac_file in |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6773 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6774 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; |
36 | 6775 esac \ |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6776 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
1 | 6777 ;; |
6778 :H) | |
6779 # | |
6780 # CONFIG_HEADER | |
6781 # | |
0 | 6782 if test x"$ac_file" != x-; then |
36 | 6783 { |
6784 $as_echo "/* $configure_input */" \ | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6785 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6786 } >"$ac_tmp/config.h" \ |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6787 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6788 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then |
36 | 6789 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
6790 $as_echo "$as_me: $ac_file is unchanged" >&6;} | |
0 | 6791 else |
36 | 6792 rm -f "$ac_file" |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6793 mv "$ac_tmp/config.h" "$ac_file" \ |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6794 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
0 | 6795 fi |
6796 else | |
36 | 6797 $as_echo "/* $configure_input */" \ |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6798 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ |
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6799 || as_fn_error $? "could not create -" "$LINENO" 5 |
0 | 6800 fi |
36 | 6801 # Compute "$ac_file"'s index in $config_headers. |
6802 _am_arg="$ac_file" | |
0 | 6803 _am_stamp_count=1 |
6804 for _am_header in $config_headers :; do | |
6805 case $_am_header in | |
36 | 6806 $_am_arg | $_am_arg:* ) |
0 | 6807 break ;; |
6808 * ) | |
6809 _am_stamp_count=`expr $_am_stamp_count + 1` ;; | |
6810 esac | |
6811 done | |
36 | 6812 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || |
6813 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
6814 X"$_am_arg" : 'X\(//\)[^/]' \| \ | |
6815 X"$_am_arg" : 'X\(//\)$' \| \ | |
6816 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || | |
6817 $as_echo X"$_am_arg" | | |
1 | 6818 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
6819 s//\1/ | |
6820 q | |
6821 } | |
6822 /^X\(\/\/\)[^/].*/{ | |
6823 s//\1/ | |
6824 q | |
6825 } | |
6826 /^X\(\/\/\)$/{ | |
6827 s//\1/ | |
6828 q | |
6829 } | |
6830 /^X\(\/\).*/{ | |
6831 s//\1/ | |
6832 q | |
6833 } | |
6834 s/.*/./; q'`/stamp-h$_am_stamp_count | |
6835 ;; | |
6836 | |
36 | 6837 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 |
6838 $as_echo "$as_me: executing $ac_file commands" >&6;} | |
1 | 6839 ;; |
6840 esac | |
6841 | |
6842 | |
6843 case $ac_file$ac_mode in | |
36 | 6844 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { |
6845 # Autoconf 2.62 quotes --file arguments for eval, but not when files | |
6846 # are listed without --file. Let's play safe and only enable the eval | |
6847 # if we detect the quoting. | |
6848 case $CONFIG_FILES in | |
6849 *\'*) eval set x "$CONFIG_FILES" ;; | |
6850 *) set x $CONFIG_FILES ;; | |
6851 esac | |
6852 shift | |
6853 for mf | |
6854 do | |
6855 # Strip MF so we end up with the name of the file. | |
6856 mf=`echo "$mf" | sed -e 's/:.*$//'` | |
6857 # Check whether this is an Automake generated Makefile or not. | |
6858 # We used to match only the files named `Makefile.in', but | |
6859 # some people rename them; so instead we look at the file content. | |
6860 # Grep'ing the first line is not enough: some people post-process | |
6861 # each Makefile.in and add a new line on top of each file to say so. | |
6862 # Grep'ing the whole file is not good either: AIX grep has a line | |
6863 # limit of 2048, but all sed's we know have understand at least 4000. | |
6864 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then | |
6865 dirpart=`$as_dirname -- "$mf" || | |
0 | 6866 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
6867 X"$mf" : 'X\(//\)[^/]' \| \ | |
6868 X"$mf" : 'X\(//\)$' \| \ | |
1 | 6869 X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
36 | 6870 $as_echo X"$mf" | |
1 | 6871 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
6872 s//\1/ | |
6873 q | |
6874 } | |
6875 /^X\(\/\/\)[^/].*/{ | |
6876 s//\1/ | |
6877 q | |
6878 } | |
6879 /^X\(\/\/\)$/{ | |
6880 s//\1/ | |
6881 q | |
6882 } | |
6883 /^X\(\/\).*/{ | |
6884 s//\1/ | |
6885 q | |
6886 } | |
6887 s/.*/./; q'` | |
36 | 6888 else |
6889 continue | |
6890 fi | |
6891 # Extract the definition of DEPDIR, am__include, and am__quote | |
6892 # from the Makefile without running `make'. | |
6893 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` | |
6894 test -z "$DEPDIR" && continue | |
6895 am__include=`sed -n 's/^am__include = //p' < "$mf"` | |
6896 test -z "am__include" && continue | |
6897 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` | |
6898 # When using ansi2knr, U may be empty or an underscore; expand it | |
6899 U=`sed -n 's/^U = //p' < "$mf"` | |
6900 # Find all dependency output files, they are included files with | |
6901 # $(DEPDIR) in their names. We invoke sed twice because it is the | |
6902 # simplest approach to changing $(DEPDIR) to its actual value in the | |
6903 # expansion. | |
6904 for file in `sed -n " | |
6905 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ | |
6906 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do | |
6907 # Make sure the directory exists. | |
6908 test -f "$dirpart/$file" && continue | |
6909 fdir=`$as_dirname -- "$file" || | |
0 | 6910 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
6911 X"$file" : 'X\(//\)[^/]' \| \ | |
6912 X"$file" : 'X\(//\)$' \| \ | |
1 | 6913 X"$file" : 'X\(/\)' \| . 2>/dev/null || |
36 | 6914 $as_echo X"$file" | |
1 | 6915 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
6916 s//\1/ | |
6917 q | |
6918 } | |
6919 /^X\(\/\/\)[^/].*/{ | |
6920 s//\1/ | |
6921 q | |
6922 } | |
6923 /^X\(\/\/\)$/{ | |
6924 s//\1/ | |
6925 q | |
6926 } | |
6927 /^X\(\/\).*/{ | |
6928 s//\1/ | |
6929 q | |
6930 } | |
6931 s/.*/./; q'` | |
36 | 6932 as_dir=$dirpart/$fdir; as_fn_mkdir_p |
6933 # echo "creating $dirpart/$file" | |
6934 echo '# dummy' > "$dirpart/$file" | |
0 | 6935 done |
6936 done | |
36 | 6937 } |
0 | 6938 ;; |
1 | 6939 |
0 | 6940 esac |
1 | 6941 done # for ac_tag |
6942 | |
0 | 6943 |
36 | 6944 as_fn_exit 0 |
0 | 6945 _ACEOF |
6946 ac_clean_files=$ac_clean_files_save | |
6947 | |
36 | 6948 test $ac_write_fail = 0 || |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6949 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
36 | 6950 |
0 | 6951 |
6952 # configure is writing to config.log, and then calls config.status. | |
6953 # config.status does its own redirection, appending to config.log. | |
6954 # Unfortunately, on DOS this fails, as config.log is still kept open | |
6955 # by configure, so config.status won't be able to write to it; its | |
6956 # output is simply discarded. So we exec the FD to /dev/null, | |
6957 # effectively closing config.log, so it can be properly (re)opened and | |
6958 # appended to by config.status. When coming back to configure, we | |
6959 # need to make the FD available again. | |
6960 if test "$no_create" != yes; then | |
6961 ac_cs_success=: | |
6962 ac_config_status_args= | |
6963 test "$silent" = yes && | |
6964 ac_config_status_args="$ac_config_status_args --quiet" | |
6965 exec 5>/dev/null | |
6966 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | |
6967 exec 5>>config.log | |
6968 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
6969 # would make configure fail if this is the last instruction. | |
187
9c3765e1171b
changed to release version number and updated to newer autoconf
markus schnalke <meillo@marmaro.de>
parents:
183
diff
changeset
|
6970 $ac_cs_success || as_fn_exit 1 |
36 | 6971 fi |
6972 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | |
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | |
6974 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | |
6975 fi | |
6976 |