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