annotate udis86-1.4/configure @ 1:4a9dcbd9e54f

-files of 0.13 beta -fixes so that it now compiles with the current dmd version
author marton@basel.hu
date Tue, 05 Apr 2011 20:44:01 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1 #! /bin/sh
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2 # Guess values for system-dependent variables and create Makefiles.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3 # Generated by GNU Autoconf 2.57 for udis86 1.4.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
4 #
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
5 # Report bugs to <vivek@sig9.com>.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
6 #
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
7 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
8 # Free Software Foundation, Inc.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
9 # This configure script is free software; the Free Software Foundation
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
10 # gives unlimited permission to copy, distribute and modify it.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
11 ## --------------------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
12 ## M4sh Initialization. ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
13 ## --------------------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
14
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
15 # Be Bourne compatible
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
17 emulate sh
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
18 NULLCMD=:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
20 # is contrary to our usage. Disable this feature.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
21 alias -g '${1+"$@"}'='"$@"'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
23 set -o posix
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
24 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
25
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
26 # Support unset when possible.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
27 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
28 as_unset=unset
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
29 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
30 as_unset=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
31 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
32
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
33
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
34 # Work around bugs in pre-3.0 UWIN ksh.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
35 $as_unset ENV MAIL MAILPATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
36 PS1='$ '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
37 PS2='> '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
38 PS4='+ '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
39
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
40 # NLS nuisances.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
41 for as_var in \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
42 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
43 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
44 LC_TELEPHONE LC_TIME
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
45 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
46 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
47 eval $as_var=C; export $as_var
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
48 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
49 $as_unset $as_var
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
50 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
51 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
52
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
53 # Required to use basename.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
54 if expr a : '\(a\)' >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
55 as_expr=expr
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
56 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
57 as_expr=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
58 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
59
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
60 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
61 as_basename=basename
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
62 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
63 as_basename=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
64 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
65
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
66
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
67 # Name of the executable.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
68 as_me=`$as_basename "$0" ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
69 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
70 X"$0" : 'X\(//\)$' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
71 X"$0" : 'X\(/\)$' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
72 . : '\(.\)' 2>/dev/null ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
73 echo X/"$0" |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
74 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
75 /^X\/\(\/\/\)$/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
76 /^X\/\(\/\).*/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
77 s/.*/./; q'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
78
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
79
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
80 # PATH needs CR, and LINENO needs CR and PATH.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
81 # Avoid depending upon Character Ranges.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
82 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
83 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
84 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
85 as_cr_digits='0123456789'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
86 as_cr_alnum=$as_cr_Letters$as_cr_digits
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
87
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
88 # The user is always right.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
89 if test "${PATH_SEPARATOR+set}" != set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
90 echo "#! /bin/sh" >conf$$.sh
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
91 echo "exit 0" >>conf$$.sh
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
92 chmod +x conf$$.sh
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
94 PATH_SEPARATOR=';'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
95 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
96 PATH_SEPARATOR=:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
97 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
98 rm -f conf$$.sh
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
99 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
100
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
101
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
102 as_lineno_1=$LINENO
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
103 as_lineno_2=$LINENO
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
104 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
105 test "x$as_lineno_1" != "x$as_lineno_2" &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
106 test "x$as_lineno_3" = "x$as_lineno_2" || {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
107 # Find who we are. Look in the path if we contain no path at all
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
108 # relative or not.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
109 case $0 in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
110 *[\\/]* ) as_myself=$0 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
111 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
112 for as_dir in $PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
113 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
114 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
115 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
116 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
117 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
118
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
119 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
120 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
121 # We did not find ourselves, most probably we were run as `sh COMMAND'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
122 # in which case we are not to be found in the path.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
123 if test "x$as_myself" = x; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
124 as_myself=$0
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
125 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
126 if test ! -f "$as_myself"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
127 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
128 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
129 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
130 case $CONFIG_SHELL in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
131 '')
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
133 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
134 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
135 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
136 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
137 for as_base in sh bash ksh sh5; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
138 case $as_dir in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
139 /*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
140 if ("$as_dir/$as_base" -c '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
141 as_lineno_1=$LINENO
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
142 as_lineno_2=$LINENO
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
143 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
144 test "x$as_lineno_1" != "x$as_lineno_2" &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
145 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
146 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
147 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
148 CONFIG_SHELL=$as_dir/$as_base
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
149 export CONFIG_SHELL
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
150 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
151 fi;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
152 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
153 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
154 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
155 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
156 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
157
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
158 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
159 # uniformly replaced by the line number. The first 'sed' inserts a
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
160 # line-number line before each line; the second 'sed' does the real
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
161 # work. The second script uses 'N' to pair each line-number line
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
162 # with the numbered line, and appends trailing '-' during
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
163 # substitution so that $LINENO is not a special case at line end.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
164 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
165 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
166 sed '=' <$as_myself |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
167 sed '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
168 N
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
169 s,$,-,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
170 : loop
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
171 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
172 t loop
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
173 s,-$,,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
174 s,^['$as_cr_digits']*\n,,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
175 ' >$as_me.lineno &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
176 chmod +x $as_me.lineno ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
177 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
178 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
179
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
180 # Don't try to exec as it changes $[0], causing all sort of problems
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
181 # (the dirname of $[0] is not the place where we might find the
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
182 # original and so on. Autoconf is especially sensible to this).
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
183 . ./$as_me.lineno
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
184 # Exit status is that of the last command.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
185 exit
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
186 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
187
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
188
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
189 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
190 *c*,-n*) ECHO_N= ECHO_C='
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
191 ' ECHO_T=' ' ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
192 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
193 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
194 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
195
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
196 if expr a : '\(a\)' >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
197 as_expr=expr
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
198 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
199 as_expr=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
200 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
201
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
202 rm -f conf$$ conf$$.exe conf$$.file
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
203 echo >conf$$.file
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
204 if ln -s conf$$.file conf$$ 2>/dev/null; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
205 # We could just check for DJGPP; but this test a) works b) is more generic
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
206 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
207 if test -f conf$$.exe; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
208 # Don't use ln at all; we don't have any links
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
209 as_ln_s='cp -p'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
210 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
211 as_ln_s='ln -s'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
212 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
213 elif ln conf$$.file conf$$ 2>/dev/null; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
214 as_ln_s=ln
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
215 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
216 as_ln_s='cp -p'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
217 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
218 rm -f conf$$ conf$$.exe conf$$.file
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
219
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
220 if mkdir -p . 2>/dev/null; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
221 as_mkdir_p=:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
222 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
223 as_mkdir_p=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
224 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
225
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
226 as_executable_p="test -f"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
227
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
228 # Sed expression to map a string onto a valid CPP name.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
229 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
230
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
231 # Sed expression to map a string onto a valid variable name.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
232 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
233
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
234
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
235 # IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
236 # We need space, tab and new line, in precisely that order.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
237 as_nl='
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
238 '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
239 IFS=" $as_nl"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
240
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
241 # CDPATH.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
242 $as_unset CDPATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
243
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
244
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
245 # Name of the host.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
246 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
247 # so uname gets run too.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
248 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
249
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
250 exec 6>&1
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
251
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
252 #
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
253 # Initializations.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
254 #
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
255 ac_default_prefix=/usr/local
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
256 ac_config_libobj_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
257 cross_compiling=no
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
258 subdirs=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
259 MFLAGS=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
260 MAKEFLAGS=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
261 SHELL=${CONFIG_SHELL-/bin/sh}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
262
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
263 # Maximum number of lines to put in a shell here document.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
264 # This variable seems obsolete. It should probably be removed, and
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
265 # only ac_max_sed_lines should be used.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
266 : ${ac_max_here_lines=38}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
267
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
268 # Identity of this package.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
269 PACKAGE_NAME='udis86'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
270 PACKAGE_TARNAME='udis86'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
271 PACKAGE_VERSION='1.4'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
272 PACKAGE_STRING='udis86 1.4'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
273 PACKAGE_BUGREPORT='vivek@sig9.com'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
274
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
275 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LIBOBJS LTLIBOBJS'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
276 ac_subst_files=''
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
277
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
278 # Initialize some variables set by options.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
279 ac_init_help=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
280 ac_init_version=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
281 # The variables have the same names as the options, with
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
282 # dashes changed to underlines.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
283 cache_file=/dev/null
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
284 exec_prefix=NONE
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
285 no_create=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
286 no_recursion=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
287 prefix=NONE
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
288 program_prefix=NONE
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
289 program_suffix=NONE
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
290 program_transform_name=s,x,x,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
291 silent=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
292 site=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
293 srcdir=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
294 verbose=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
295 x_includes=NONE
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
296 x_libraries=NONE
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
297
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
298 # Installation directory options.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
299 # These are left unexpanded so users can "make install exec_prefix=/foo"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
300 # and all the variables that are supposed to be based on exec_prefix
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
301 # by default will actually change.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
302 # Use braces instead of parens because sh, perl, etc. also accept them.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
303 bindir='${exec_prefix}/bin'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
304 sbindir='${exec_prefix}/sbin'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
305 libexecdir='${exec_prefix}/libexec'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
306 datadir='${prefix}/share'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
307 sysconfdir='${prefix}/etc'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
308 sharedstatedir='${prefix}/com'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
309 localstatedir='${prefix}/var'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
310 libdir='${exec_prefix}/lib'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
311 includedir='${prefix}/include'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
312 oldincludedir='/usr/include'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
313 infodir='${prefix}/info'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
314 mandir='${prefix}/man'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
315
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
316 ac_prev=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
317 for ac_option
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
318 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
319 # If the previous option needs an argument, assign it.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
320 if test -n "$ac_prev"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
321 eval "$ac_prev=\$ac_option"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
322 ac_prev=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
323 continue
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
324 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
325
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
326 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
327
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
328 # Accept the important Cygnus configure options, so we can diagnose typos.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
329
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
330 case $ac_option in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
331
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
332 -bindir | --bindir | --bindi | --bind | --bin | --bi)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
333 ac_prev=bindir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
334 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
335 bindir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
336
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
337 -build | --build | --buil | --bui | --bu)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
338 ac_prev=build_alias ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
339 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
340 build_alias=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
341
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
342 -cache-file | --cache-file | --cache-fil | --cache-fi \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
343 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
344 ac_prev=cache_file ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
345 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
346 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
347 cache_file=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
348
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
349 --config-cache | -C)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
350 cache_file=config.cache ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
351
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
352 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
353 ac_prev=datadir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
354 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
355 | --da=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
356 datadir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
357
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
358 -disable-* | --disable-*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
359 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
360 # Reject names that are not valid shell variable names.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
361 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
362 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
363 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
364 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
365 eval "enable_$ac_feature=no" ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
366
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
367 -enable-* | --enable-*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
368 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
369 # Reject names that are not valid shell variable names.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
370 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
371 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
372 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
373 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
374 case $ac_option in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
375 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
376 *) ac_optarg=yes ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
377 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
378 eval "enable_$ac_feature='$ac_optarg'" ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
379
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
380 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
381 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
382 | --exec | --exe | --ex)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
383 ac_prev=exec_prefix ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
384 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
385 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
386 | --exec=* | --exe=* | --ex=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
387 exec_prefix=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
388
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
389 -gas | --gas | --ga | --g)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
390 # Obsolete; use --with-gas.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
391 with_gas=yes ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
392
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
393 -help | --help | --hel | --he | -h)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
394 ac_init_help=long ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
395 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
396 ac_init_help=recursive ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
397 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
398 ac_init_help=short ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
399
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
400 -host | --host | --hos | --ho)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
401 ac_prev=host_alias ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
402 -host=* | --host=* | --hos=* | --ho=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
403 host_alias=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
404
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
405 -includedir | --includedir | --includedi | --included | --include \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
406 | --includ | --inclu | --incl | --inc)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
407 ac_prev=includedir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
408 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
409 | --includ=* | --inclu=* | --incl=* | --inc=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
410 includedir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
411
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
412 -infodir | --infodir | --infodi | --infod | --info | --inf)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
413 ac_prev=infodir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
414 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
415 infodir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
416
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
417 -libdir | --libdir | --libdi | --libd)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
418 ac_prev=libdir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
419 -libdir=* | --libdir=* | --libdi=* | --libd=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
420 libdir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
421
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
422 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
423 | --libexe | --libex | --libe)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
424 ac_prev=libexecdir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
425 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
426 | --libexe=* | --libex=* | --libe=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
427 libexecdir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
428
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
429 -localstatedir | --localstatedir | --localstatedi | --localstated \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
430 | --localstate | --localstat | --localsta | --localst \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
431 | --locals | --local | --loca | --loc | --lo)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
432 ac_prev=localstatedir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
433 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
434 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
435 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
436 localstatedir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
437
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
438 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
439 ac_prev=mandir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
440 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
441 mandir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
442
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
443 -nfp | --nfp | --nf)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
444 # Obsolete; use --without-fp.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
445 with_fp=no ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
446
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
447 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
448 | --no-cr | --no-c | -n)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
449 no_create=yes ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
450
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
451 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
452 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
453 no_recursion=yes ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
454
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
455 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
456 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
457 | --oldin | --oldi | --old | --ol | --o)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
458 ac_prev=oldincludedir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
459 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
460 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
461 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
462 oldincludedir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
463
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
464 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
465 ac_prev=prefix ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
466 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
467 prefix=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
468
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
469 -program-prefix | --program-prefix | --program-prefi | --program-pref \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
470 | --program-pre | --program-pr | --program-p)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
471 ac_prev=program_prefix ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
472 -program-prefix=* | --program-prefix=* | --program-prefi=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
473 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
474 program_prefix=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
475
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
476 -program-suffix | --program-suffix | --program-suffi | --program-suff \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
477 | --program-suf | --program-su | --program-s)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
478 ac_prev=program_suffix ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
479 -program-suffix=* | --program-suffix=* | --program-suffi=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
480 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
481 program_suffix=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
482
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
483 -program-transform-name | --program-transform-name \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
484 | --program-transform-nam | --program-transform-na \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
485 | --program-transform-n | --program-transform- \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
486 | --program-transform | --program-transfor \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
487 | --program-transfo | --program-transf \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
488 | --program-trans | --program-tran \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
489 | --progr-tra | --program-tr | --program-t)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
490 ac_prev=program_transform_name ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
491 -program-transform-name=* | --program-transform-name=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
492 | --program-transform-nam=* | --program-transform-na=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
493 | --program-transform-n=* | --program-transform-=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
494 | --program-transform=* | --program-transfor=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
495 | --program-transfo=* | --program-transf=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
496 | --program-trans=* | --program-tran=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
497 | --progr-tra=* | --program-tr=* | --program-t=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
498 program_transform_name=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
499
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
500 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
501 | -silent | --silent | --silen | --sile | --sil)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
502 silent=yes ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
503
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
504 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
505 ac_prev=sbindir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
506 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
507 | --sbi=* | --sb=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
508 sbindir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
509
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
510 -sharedstatedir | --sharedstatedir | --sharedstatedi \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
511 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
512 | --sharedst | --shareds | --shared | --share | --shar \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
513 | --sha | --sh)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
514 ac_prev=sharedstatedir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
515 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
516 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
517 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
518 | --sha=* | --sh=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
519 sharedstatedir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
520
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
521 -site | --site | --sit)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
522 ac_prev=site ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
523 -site=* | --site=* | --sit=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
524 site=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
525
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
526 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
527 ac_prev=srcdir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
528 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
529 srcdir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
530
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
531 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
532 | --syscon | --sysco | --sysc | --sys | --sy)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
533 ac_prev=sysconfdir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
534 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
535 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
536 sysconfdir=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
537
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
538 -target | --target | --targe | --targ | --tar | --ta | --t)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
539 ac_prev=target_alias ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
540 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
541 target_alias=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
542
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
543 -v | -verbose | --verbose | --verbos | --verbo | --verb)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
544 verbose=yes ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
545
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
546 -version | --version | --versio | --versi | --vers | -V)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
547 ac_init_version=: ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
548
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
549 -with-* | --with-*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
550 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
551 # Reject names that are not valid shell variable names.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
552 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
553 { echo "$as_me: error: invalid package name: $ac_package" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
554 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
555 ac_package=`echo $ac_package| sed 's/-/_/g'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
556 case $ac_option in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
557 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
558 *) ac_optarg=yes ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
559 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
560 eval "with_$ac_package='$ac_optarg'" ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
561
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
562 -without-* | --without-*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
563 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
564 # Reject names that are not valid shell variable names.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
565 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
566 { echo "$as_me: error: invalid package name: $ac_package" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
567 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
568 ac_package=`echo $ac_package | sed 's/-/_/g'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
569 eval "with_$ac_package=no" ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
570
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
571 --x)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
572 # Obsolete; use --with-x.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
573 with_x=yes ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
574
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
575 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
576 | --x-incl | --x-inc | --x-in | --x-i)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
577 ac_prev=x_includes ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
578 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
579 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
580 x_includes=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
581
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
582 -x-libraries | --x-libraries | --x-librarie | --x-librari \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
583 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
584 ac_prev=x_libraries ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
585 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
586 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
587 x_libraries=$ac_optarg ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
588
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
589 -*) { echo "$as_me: error: unrecognized option: $ac_option
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
590 Try \`$0 --help' for more information." >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
591 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
592 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
593
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
594 *=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
595 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
596 # Reject names that are not valid shell variable names.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
597 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
598 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
599 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
600 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
601 eval "$ac_envvar='$ac_optarg'"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
602 export $ac_envvar ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
603
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
604 *)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
605 # FIXME: should be removed in autoconf 3.0.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
606 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
607 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
608 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
609 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
610 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
611
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
612 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
613 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
614
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
615 if test -n "$ac_prev"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
616 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
617 { echo "$as_me: error: missing argument to $ac_option" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
618 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
619 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
620
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
621 # Be sure to have absolute paths.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
622 for ac_var in exec_prefix prefix
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
623 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
624 eval ac_val=$`echo $ac_var`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
625 case $ac_val in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
626 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
627 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
628 { (exit 1); exit 1; }; };;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
629 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
630 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
631
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
632 # Be sure to have absolute paths.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
633 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
634 localstatedir libdir includedir oldincludedir infodir mandir
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
635 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
636 eval ac_val=$`echo $ac_var`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
637 case $ac_val in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
638 [\\/$]* | ?:[\\/]* ) ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
639 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
640 { (exit 1); exit 1; }; };;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
641 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
642 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
643
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
644 # There might be people who depend on the old broken behavior: `$host'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
645 # used to hold the argument of --host etc.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
646 # FIXME: To remove some day.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
647 build=$build_alias
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
648 host=$host_alias
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
649 target=$target_alias
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
650
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
651 # FIXME: To remove some day.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
652 if test "x$host_alias" != x; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
653 if test "x$build_alias" = x; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
654 cross_compiling=maybe
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
655 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
656 If a cross compiler is detected then cross compile mode will be used." >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
657 elif test "x$build_alias" != "x$host_alias"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
658 cross_compiling=yes
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
659 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
660 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
661
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
662 ac_tool_prefix=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
663 test -n "$host_alias" && ac_tool_prefix=$host_alias-
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
664
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
665 test "$silent" = yes && exec 6>/dev/null
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
666
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
667
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
668 # Find the source files, if location was not specified.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
669 if test -z "$srcdir"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
670 ac_srcdir_defaulted=yes
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
671 # Try the directory containing this script, then its parent.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
672 ac_confdir=`(dirname "$0") 2>/dev/null ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
673 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
674 X"$0" : 'X\(//\)[^/]' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
675 X"$0" : 'X\(//\)$' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
676 X"$0" : 'X\(/\)' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
677 . : '\(.\)' 2>/dev/null ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
678 echo X"$0" |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
679 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
680 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
681 /^X\(\/\/\)$/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
682 /^X\(\/\).*/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
683 s/.*/./; q'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
684 srcdir=$ac_confdir
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
685 if test ! -r $srcdir/$ac_unique_file; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
686 srcdir=..
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
687 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
688 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
689 ac_srcdir_defaulted=no
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
690 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
691 if test ! -r $srcdir/$ac_unique_file; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
692 if test "$ac_srcdir_defaulted" = yes; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
693 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
694 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
695 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
696 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
697 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
698 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
699 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
700 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
701 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
702 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
703 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
704 ac_env_build_alias_set=${build_alias+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
705 ac_env_build_alias_value=$build_alias
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
706 ac_cv_env_build_alias_set=${build_alias+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
707 ac_cv_env_build_alias_value=$build_alias
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
708 ac_env_host_alias_set=${host_alias+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
709 ac_env_host_alias_value=$host_alias
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
710 ac_cv_env_host_alias_set=${host_alias+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
711 ac_cv_env_host_alias_value=$host_alias
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
712 ac_env_target_alias_set=${target_alias+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
713 ac_env_target_alias_value=$target_alias
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
714 ac_cv_env_target_alias_set=${target_alias+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
715 ac_cv_env_target_alias_value=$target_alias
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
716 ac_env_CC_set=${CC+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
717 ac_env_CC_value=$CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
718 ac_cv_env_CC_set=${CC+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
719 ac_cv_env_CC_value=$CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
720 ac_env_CFLAGS_set=${CFLAGS+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
721 ac_env_CFLAGS_value=$CFLAGS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
722 ac_cv_env_CFLAGS_set=${CFLAGS+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
723 ac_cv_env_CFLAGS_value=$CFLAGS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
724 ac_env_LDFLAGS_set=${LDFLAGS+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
725 ac_env_LDFLAGS_value=$LDFLAGS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
726 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
727 ac_cv_env_LDFLAGS_value=$LDFLAGS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
728 ac_env_CPPFLAGS_set=${CPPFLAGS+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
729 ac_env_CPPFLAGS_value=$CPPFLAGS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
730 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
731 ac_cv_env_CPPFLAGS_value=$CPPFLAGS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
732
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
733 #
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
734 # Report the --help message.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
735 #
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
736 if test "$ac_init_help" = "long"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
737 # Omit some internal or obsolete options to make the list less imposing.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
738 # This message is too long to be a string in the A/UX 3.1 sh.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
739 cat <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
740 \`configure' configures udis86 1.4 to adapt to many kinds of systems.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
741
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
742 Usage: $0 [OPTION]... [VAR=VALUE]...
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
743
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
744 To assign environment variables (e.g., CC, CFLAGS...), specify them as
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
745 VAR=VALUE. See below for descriptions of some of the useful variables.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
746
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
747 Defaults for the options are specified in brackets.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
748
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
749 Configuration:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
750 -h, --help display this help and exit
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
751 --help=short display options specific to this package
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
752 --help=recursive display the short help of all the included packages
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
753 -V, --version display version information and exit
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
754 -q, --quiet, --silent do not print \`checking...' messages
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
755 --cache-file=FILE cache test results in FILE [disabled]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
756 -C, --config-cache alias for \`--cache-file=config.cache'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
757 -n, --no-create do not create output files
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
758 --srcdir=DIR find the sources in DIR [configure dir or \`..']
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
759
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
760 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
761
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
762 cat <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
763 Installation directories:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
764 --prefix=PREFIX install architecture-independent files in PREFIX
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
765 [$ac_default_prefix]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
766 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
767 [PREFIX]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
768
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
769 By default, \`make install' will install all the files in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
770 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
771 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
772 for instance \`--prefix=\$HOME'.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
773
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
774 For better control, use the options below.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
775
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
776 Fine tuning of the installation directories:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
777 --bindir=DIR user executables [EPREFIX/bin]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
778 --sbindir=DIR system admin executables [EPREFIX/sbin]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
779 --libexecdir=DIR program executables [EPREFIX/libexec]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
780 --datadir=DIR read-only architecture-independent data [PREFIX/share]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
781 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
782 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
783 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
784 --libdir=DIR object code libraries [EPREFIX/lib]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
785 --includedir=DIR C header files [PREFIX/include]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
786 --oldincludedir=DIR C header files for non-gcc [/usr/include]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
787 --infodir=DIR info documentation [PREFIX/info]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
788 --mandir=DIR man documentation [PREFIX/man]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
789 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
790
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
791 cat <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
792 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
793 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
794
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
795 if test -n "$ac_init_help"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
796 case $ac_init_help in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
797 short | recursive ) echo "Configuration of udis86 1.4:";;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
798 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
799 cat <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
800
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
801 Some influential environment variables:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
802 CC C compiler command
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
803 CFLAGS C compiler flags
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
804 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
805 nonstandard directory <lib dir>
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
806 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
807 headers in a nonstandard directory <include dir>
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
808
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
809 Use these variables to override the choices made by `configure' or to help
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
810 it to find libraries and programs with nonstandard names/locations.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
811
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
812 Report bugs to <vivek@sig9.com>.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
813 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
814 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
815
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
816 if test "$ac_init_help" = "recursive"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
817 # If there are subdirs, report their specific --help.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
818 ac_popdir=`pwd`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
819 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
820 test -d $ac_dir || continue
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
821 ac_builddir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
822
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
823 if test "$ac_dir" != .; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
824 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
825 # A "../" for each directory in $ac_dir_suffix.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
826 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
827 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
828 ac_dir_suffix= ac_top_builddir=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
829 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
830
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
831 case $srcdir in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
832 .) # No --srcdir option. We are building in place.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
833 ac_srcdir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
834 if test -z "$ac_top_builddir"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
835 ac_top_srcdir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
836 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
837 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
838 fi ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
839 [\\/]* | ?:[\\/]* ) # Absolute path.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
840 ac_srcdir=$srcdir$ac_dir_suffix;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
841 ac_top_srcdir=$srcdir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
842 *) # Relative path.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
843 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
844 ac_top_srcdir=$ac_top_builddir$srcdir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
845 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
846 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
847 # absolute.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
848 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
849 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
850 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
851 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
852
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
853 cd $ac_dir
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
854 # Check for guested configure; otherwise get Cygnus style configure.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
855 if test -f $ac_srcdir/configure.gnu; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
856 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
857 $SHELL $ac_srcdir/configure.gnu --help=recursive
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
858 elif test -f $ac_srcdir/configure; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
859 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
860 $SHELL $ac_srcdir/configure --help=recursive
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
861 elif test -f $ac_srcdir/configure.ac ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
862 test -f $ac_srcdir/configure.in; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
863 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
864 $ac_configure --help
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
865 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
866 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
867 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
868 cd $ac_popdir
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
869 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
870 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
871
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
872 test -n "$ac_init_help" && exit 0
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
873 if $ac_init_version; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
874 cat <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
875 udis86 configure 1.4
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
876 generated by GNU Autoconf 2.57
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
877
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
878 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
879 Free Software Foundation, Inc.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
880 This configure script is free software; the Free Software Foundation
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
881 gives unlimited permission to copy, distribute and modify it.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
882 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
883 exit 0
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
884 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
885 exec 5>config.log
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
886 cat >&5 <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
887 This file contains any messages produced by compilers while
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
888 running configure, to aid debugging if configure makes a mistake.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
889
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
890 It was created by udis86 $as_me 1.4, which was
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
891 generated by GNU Autoconf 2.57. Invocation command line was
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
892
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
893 $ $0 $@
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
894
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
895 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
896 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
897 cat <<_ASUNAME
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
898 ## --------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
899 ## Platform. ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
900 ## --------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
901
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
902 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
903 uname -m = `(uname -m) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
904 uname -r = `(uname -r) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
905 uname -s = `(uname -s) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
906 uname -v = `(uname -v) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
907
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
908 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
909 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
910
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
911 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
912 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
913 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
914 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
915 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
916 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
917 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
918
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
919 _ASUNAME
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
920
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
922 for as_dir in $PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
923 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
924 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
925 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
926 echo "PATH: $as_dir"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
927 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
928
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
929 } >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
930
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
931 cat >&5 <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
932
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
933
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
934 ## ----------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
935 ## Core tests. ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
936 ## ----------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
937
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
938 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
939
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
940
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
941 # Keep a trace of the command line.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
942 # Strip out --no-create and --no-recursion so they do not pile up.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
943 # Strip out --silent because we don't want to record it for future runs.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
944 # Also quote any args containing shell meta-characters.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
945 # Make two passes to allow for proper duplicate-argument suppression.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
946 ac_configure_args=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
947 ac_configure_args0=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
948 ac_configure_args1=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
949 ac_sep=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
950 ac_must_keep_next=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
951 for ac_pass in 1 2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
952 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
953 for ac_arg
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
954 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
955 case $ac_arg in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
956 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
957 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
958 | -silent | --silent | --silen | --sile | --sil)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
959 continue ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
960 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
961 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
962 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
963 case $ac_pass in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
964 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
965 2)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
966 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
967 if test $ac_must_keep_next = true; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
968 ac_must_keep_next=false # Got value, back to normal.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
969 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
970 case $ac_arg in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
971 *=* | --config-cache | -C | -disable-* | --disable-* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
972 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
973 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
974 | -with-* | --with-* | -without-* | --without-* | --x)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
975 case "$ac_configure_args0 " in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
976 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
977 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
978 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
979 -* ) ac_must_keep_next=true ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
980 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
981 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
982 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
983 # Get rid of the leading space.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
984 ac_sep=" "
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
985 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
986 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
987 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
988 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
989 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
990 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
991
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
992 # When interrupted or exit'd, cleanup temporary files, and complete
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
993 # config.log. We remove comments because anyway the quotes in there
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
994 # would cause problems or look ugly.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
995 # WARNING: Be sure not to use single quotes in there, as some shells,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
996 # such as our DU 5.0 friend, will then `close' the trap.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
997 trap 'exit_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
998 # Save into config.log some information that might help in debugging.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
999 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1000 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1001
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1002 cat <<\_ASBOX
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1003 ## ---------------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1004 ## Cache variables. ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1005 ## ---------------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1006 _ASBOX
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1007 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1008 # The following way of writing the cache mishandles newlines in values,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1009 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1010 (set) 2>&1 |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1011 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1012 *ac_space=\ *)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1013 sed -n \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1014 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1015 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1016 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1017 *)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1018 sed -n \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1019 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1020 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1021 esac;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1022 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1023 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1024
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1025 cat <<\_ASBOX
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1026 ## ----------------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1027 ## Output variables. ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1028 ## ----------------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1029 _ASBOX
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1030 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1031 for ac_var in $ac_subst_vars
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1032 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1033 eval ac_val=$`echo $ac_var`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1034 echo "$ac_var='"'"'$ac_val'"'"'"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1035 done | sort
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1036 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1037
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1038 if test -n "$ac_subst_files"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1039 cat <<\_ASBOX
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1040 ## ------------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1041 ## Output files. ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1042 ## ------------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1043 _ASBOX
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1044 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1045 for ac_var in $ac_subst_files
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1046 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1047 eval ac_val=$`echo $ac_var`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1048 echo "$ac_var='"'"'$ac_val'"'"'"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1049 done | sort
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1050 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1051 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1052
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1053 if test -s confdefs.h; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1054 cat <<\_ASBOX
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1055 ## ----------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1056 ## confdefs.h. ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1057 ## ----------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1058 _ASBOX
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1059 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1060 sed "/^$/d" confdefs.h | sort
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1061 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1062 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1063 test "$ac_signal" != 0 &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1064 echo "$as_me: caught signal $ac_signal"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1065 echo "$as_me: exit $exit_status"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1066 } >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1067 rm -f core core.* *.core &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1068 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1069 exit $exit_status
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1070 ' 0
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1071 for ac_signal in 1 2 13 15; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1072 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1073 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1074 ac_signal=0
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1075
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1076 # confdefs.h avoids OS command line length limits that DEFS can exceed.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1077 rm -rf conftest* confdefs.h
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1078 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1079 echo >confdefs.h
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1080
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1081 # Predefined preprocessor variables.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1082
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1083 cat >>confdefs.h <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1084 #define PACKAGE_NAME "$PACKAGE_NAME"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1085 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1086
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1087
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1088 cat >>confdefs.h <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1089 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1090 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1091
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1092
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1093 cat >>confdefs.h <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1094 #define PACKAGE_VERSION "$PACKAGE_VERSION"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1095 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1096
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1097
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1098 cat >>confdefs.h <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1099 #define PACKAGE_STRING "$PACKAGE_STRING"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1100 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1101
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1102
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1103 cat >>confdefs.h <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1104 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1105 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1106
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1107
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1108 # Let the site file select an alternate cache file if it wants to.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1109 # Prefer explicitly selected file to automatically selected ones.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1110 if test -z "$CONFIG_SITE"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1111 if test "x$prefix" != xNONE; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1112 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1113 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1114 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1115 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1116 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1117 for ac_site_file in $CONFIG_SITE; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1118 if test -r "$ac_site_file"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1119 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1120 echo "$as_me: loading site script $ac_site_file" >&6;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1121 sed 's/^/| /' "$ac_site_file" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1122 . "$ac_site_file"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1123 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1124 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1125
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1126 if test -r "$cache_file"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1127 # Some versions of bash will fail to source /dev/null (special
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1128 # files actually), so we avoid doing that.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1129 if test -f "$cache_file"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1130 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1131 echo "$as_me: loading cache $cache_file" >&6;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1132 case $cache_file in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1133 [\\/]* | ?:[\\/]* ) . $cache_file;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1134 *) . ./$cache_file;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1135 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1136 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1137 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1138 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1139 echo "$as_me: creating cache $cache_file" >&6;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1140 >$cache_file
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1141 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1142
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1143 # Check that the precious variables saved in the cache have kept the same
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1144 # value.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1145 ac_cache_corrupted=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1146 for ac_var in `(set) 2>&1 |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1147 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1148 eval ac_old_set=\$ac_cv_env_${ac_var}_set
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1149 eval ac_new_set=\$ac_env_${ac_var}_set
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1150 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1151 eval ac_new_val="\$ac_env_${ac_var}_value"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1152 case $ac_old_set,$ac_new_set in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1153 set,)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1154 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1155 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1156 ac_cache_corrupted=: ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1157 ,set)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1158 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1159 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1160 ac_cache_corrupted=: ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1161 ,);;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1162 *)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1163 if test "x$ac_old_val" != "x$ac_new_val"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1164 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1165 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1166 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1167 echo "$as_me: former value: $ac_old_val" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1168 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1169 echo "$as_me: current value: $ac_new_val" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1170 ac_cache_corrupted=:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1171 fi;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1172 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1173 # Pass precious variables to config.status.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1174 if test "$ac_new_set" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1175 case $ac_new_val in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1176 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1177 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1178 *) ac_arg=$ac_var=$ac_new_val ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1179 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1180 case " $ac_configure_args " in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1181 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1182 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1183 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1184 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1185 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1186 if $ac_cache_corrupted; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1187 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1188 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1189 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1190 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1191 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1192 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1193
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1194 ac_ext=c
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1195 ac_cpp='$CPP $CPPFLAGS'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1196 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1197 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1198 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1199
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1200
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1201
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1202
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1203
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1204
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1205
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1206
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1207
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1208
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1209
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1210
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1211
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1212
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1213
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1214
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1215
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1216
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1217
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1218
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1219
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1220
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1221
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1222
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1223
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1224
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1225
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1226 ac_ext=c
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1227 ac_cpp='$CPP $CPPFLAGS'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1228 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1229 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1230 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1231 if test -n "$ac_tool_prefix"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1232 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1233 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1234 echo "$as_me:$LINENO: checking for $ac_word" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1235 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1236 if test "${ac_cv_prog_CC+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1237 echo $ECHO_N "(cached) $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1238 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1239 if test -n "$CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1240 ac_cv_prog_CC="$CC" # Let the user override the test.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1241 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1243 for as_dir in $PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1244 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1245 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1246 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1247 for ac_exec_ext in '' $ac_executable_extensions; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1248 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1249 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1250 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1251 break 2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1252 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1253 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1254 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1255
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1256 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1257 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1258 CC=$ac_cv_prog_CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1259 if test -n "$CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1260 echo "$as_me:$LINENO: result: $CC" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1261 echo "${ECHO_T}$CC" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1262 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1263 echo "$as_me:$LINENO: result: no" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1264 echo "${ECHO_T}no" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1265 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1266
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1267 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1268 if test -z "$ac_cv_prog_CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1269 ac_ct_CC=$CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1270 # Extract the first word of "gcc", so it can be a program name with args.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1271 set dummy gcc; ac_word=$2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1272 echo "$as_me:$LINENO: checking for $ac_word" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1273 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1274 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1275 echo $ECHO_N "(cached) $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1276 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1277 if test -n "$ac_ct_CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1278 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1279 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1281 for as_dir in $PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1282 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1283 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1284 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1285 for ac_exec_ext in '' $ac_executable_extensions; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1286 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1287 ac_cv_prog_ac_ct_CC="gcc"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1288 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1289 break 2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1290 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1291 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1292 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1293
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1294 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1295 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1296 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1297 if test -n "$ac_ct_CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1298 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1299 echo "${ECHO_T}$ac_ct_CC" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1300 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1301 echo "$as_me:$LINENO: result: no" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1302 echo "${ECHO_T}no" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1303 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1304
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1305 CC=$ac_ct_CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1306 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1307 CC="$ac_cv_prog_CC"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1308 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1309
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1310 if test -z "$CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1311 if test -n "$ac_tool_prefix"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1312 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1313 set dummy ${ac_tool_prefix}cc; ac_word=$2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1314 echo "$as_me:$LINENO: checking for $ac_word" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1315 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1316 if test "${ac_cv_prog_CC+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1317 echo $ECHO_N "(cached) $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1318 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1319 if test -n "$CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1320 ac_cv_prog_CC="$CC" # Let the user override the test.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1321 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1323 for as_dir in $PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1324 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1325 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1326 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1327 for ac_exec_ext in '' $ac_executable_extensions; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1328 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1329 ac_cv_prog_CC="${ac_tool_prefix}cc"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1330 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1331 break 2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1332 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1333 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1334 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1335
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1336 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1337 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1338 CC=$ac_cv_prog_CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1339 if test -n "$CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1340 echo "$as_me:$LINENO: result: $CC" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1341 echo "${ECHO_T}$CC" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1342 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1343 echo "$as_me:$LINENO: result: no" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1344 echo "${ECHO_T}no" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1345 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1346
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1347 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1348 if test -z "$ac_cv_prog_CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1349 ac_ct_CC=$CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1350 # Extract the first word of "cc", so it can be a program name with args.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1351 set dummy cc; ac_word=$2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1352 echo "$as_me:$LINENO: checking for $ac_word" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1353 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1354 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1355 echo $ECHO_N "(cached) $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1356 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1357 if test -n "$ac_ct_CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1358 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1359 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1361 for as_dir in $PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1362 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1363 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1364 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1365 for ac_exec_ext in '' $ac_executable_extensions; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1366 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1367 ac_cv_prog_ac_ct_CC="cc"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1368 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1369 break 2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1370 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1371 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1372 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1373
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1374 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1375 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1376 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1377 if test -n "$ac_ct_CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1378 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1379 echo "${ECHO_T}$ac_ct_CC" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1380 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1381 echo "$as_me:$LINENO: result: no" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1382 echo "${ECHO_T}no" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1383 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1384
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1385 CC=$ac_ct_CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1386 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1387 CC="$ac_cv_prog_CC"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1388 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1389
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1390 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1391 if test -z "$CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1392 # Extract the first word of "cc", so it can be a program name with args.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1393 set dummy cc; ac_word=$2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1394 echo "$as_me:$LINENO: checking for $ac_word" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1396 if test "${ac_cv_prog_CC+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1397 echo $ECHO_N "(cached) $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1398 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1399 if test -n "$CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1400 ac_cv_prog_CC="$CC" # Let the user override the test.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1401 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1402 ac_prog_rejected=no
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1404 for as_dir in $PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1405 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1406 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1407 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1408 for ac_exec_ext in '' $ac_executable_extensions; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1409 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1410 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1411 ac_prog_rejected=yes
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1412 continue
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1413 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1414 ac_cv_prog_CC="cc"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1416 break 2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1417 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1418 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1419 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1420
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1421 if test $ac_prog_rejected = yes; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1422 # We found a bogon in the path, so make sure we never use it.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1423 set dummy $ac_cv_prog_CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1424 shift
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1425 if test $# != 0; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1426 # We chose a different compiler from the bogus one.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1427 # However, it has the same basename, so the bogon will be chosen
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1428 # first if we set CC to just the basename; use the full file name.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1429 shift
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1430 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1431 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1432 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1433 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1434 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1435 CC=$ac_cv_prog_CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1436 if test -n "$CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1437 echo "$as_me:$LINENO: result: $CC" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1438 echo "${ECHO_T}$CC" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1439 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1440 echo "$as_me:$LINENO: result: no" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1441 echo "${ECHO_T}no" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1442 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1443
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1444 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1445 if test -z "$CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1446 if test -n "$ac_tool_prefix"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1447 for ac_prog in cl
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1448 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1449 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1450 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1451 echo "$as_me:$LINENO: checking for $ac_word" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1453 if test "${ac_cv_prog_CC+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1454 echo $ECHO_N "(cached) $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1455 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1456 if test -n "$CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1457 ac_cv_prog_CC="$CC" # Let the user override the test.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1458 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1460 for as_dir in $PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1461 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1462 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1463 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1464 for ac_exec_ext in '' $ac_executable_extensions; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1465 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1466 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1467 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1468 break 2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1469 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1470 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1471 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1472
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1473 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1474 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1475 CC=$ac_cv_prog_CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1476 if test -n "$CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1477 echo "$as_me:$LINENO: result: $CC" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1478 echo "${ECHO_T}$CC" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1479 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1480 echo "$as_me:$LINENO: result: no" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1481 echo "${ECHO_T}no" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1482 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1483
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1484 test -n "$CC" && break
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1485 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1486 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1487 if test -z "$CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1488 ac_ct_CC=$CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1489 for ac_prog in cl
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1490 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1491 # Extract the first word of "$ac_prog", so it can be a program name with args.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1492 set dummy $ac_prog; ac_word=$2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1493 echo "$as_me:$LINENO: checking for $ac_word" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1495 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1496 echo $ECHO_N "(cached) $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1497 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1498 if test -n "$ac_ct_CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1499 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1500 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1502 for as_dir in $PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1503 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1504 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1505 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1506 for ac_exec_ext in '' $ac_executable_extensions; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1507 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1508 ac_cv_prog_ac_ct_CC="$ac_prog"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1510 break 2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1511 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1512 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1513 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1514
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1515 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1516 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1517 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1518 if test -n "$ac_ct_CC"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1519 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1520 echo "${ECHO_T}$ac_ct_CC" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1521 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1522 echo "$as_me:$LINENO: result: no" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1523 echo "${ECHO_T}no" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1524 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1525
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1526 test -n "$ac_ct_CC" && break
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1527 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1528
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1529 CC=$ac_ct_CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1530 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1531
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1532 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1533
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1534
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1535 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1536 See \`config.log' for more details." >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1537 echo "$as_me: error: no acceptable C compiler found in \$PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1538 See \`config.log' for more details." >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1539 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1540
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1541 # Provide some information about the compiler.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1542 echo "$as_me:$LINENO:" \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1543 "checking for C compiler version" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1544 ac_compiler=`set X $ac_compile; echo $2`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1545 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1546 (eval $ac_compiler --version </dev/null >&5) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1547 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1549 (exit $ac_status); }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1550 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1551 (eval $ac_compiler -v </dev/null >&5) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1552 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1554 (exit $ac_status); }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1555 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1556 (eval $ac_compiler -V </dev/null >&5) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1557 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1559 (exit $ac_status); }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1560
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1561 cat >conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1562 #line $LINENO "configure"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1563 /* confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1564 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1565 cat confdefs.h >>conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1566 cat >>conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1567 /* end confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1568
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1569 int
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1570 main ()
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1571 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1572
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1573 ;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1574 return 0;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1575 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1576 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1577 ac_clean_files_save=$ac_clean_files
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1578 ac_clean_files="$ac_clean_files a.out a.exe b.out"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1579 # Try to create an executable without -o first, disregard a.out.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1580 # It will help us diagnose broken compilers, and finding out an intuition
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1581 # of exeext.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1582 echo "$as_me:$LINENO: checking for C compiler default output" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1583 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1584 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1585 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1586 (eval $ac_link_default) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1587 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1589 (exit $ac_status); }; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1590 # Find the output, starting from the most likely. This scheme is
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1591 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1592 # resort.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1593
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1594 # Be careful to initialize this variable, since it used to be cached.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1595 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1596 ac_cv_exeext=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1597 # b.out is created by i960 compilers.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1598 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1599 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1600 test -f "$ac_file" || continue
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1601 case $ac_file in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1602 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1603 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1604 conftest.$ac_ext )
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1605 # This is the source file.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1606 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1607 [ab].out )
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1608 # We found the default executable, but exeext='' is most
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1609 # certainly right.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1610 break;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1611 *.* )
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1612 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1613 # FIXME: I believe we export ac_cv_exeext for Libtool,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1614 # but it would be cool to find out if it's true. Does anybody
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1615 # maintain Libtool? --akim.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1616 export ac_cv_exeext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1617 break;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1618 * )
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1619 break;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1620 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1621 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1622 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1623 echo "$as_me: failed program was:" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1624 sed 's/^/| /' conftest.$ac_ext >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1625
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1626 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1627 See \`config.log' for more details." >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1628 echo "$as_me: error: C compiler cannot create executables
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1629 See \`config.log' for more details." >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1630 { (exit 77); exit 77; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1631 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1632
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1633 ac_exeext=$ac_cv_exeext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1634 echo "$as_me:$LINENO: result: $ac_file" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1635 echo "${ECHO_T}$ac_file" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1636
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1637 # Check the compiler produces executables we can run. If not, either
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1638 # the compiler is broken, or we cross compile.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1639 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1640 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1641 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1642 # If not cross compiling, check that we can run a simple program.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1643 if test "$cross_compiling" != yes; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1644 if { ac_try='./$ac_file'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1646 (eval $ac_try) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1647 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1649 (exit $ac_status); }; }; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1650 cross_compiling=no
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1651 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1652 if test "$cross_compiling" = maybe; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1653 cross_compiling=yes
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1654 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1655 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1656 If you meant to cross compile, use \`--host'.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1657 See \`config.log' for more details." >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1658 echo "$as_me: error: cannot run C compiled programs.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1659 If you meant to cross compile, use \`--host'.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1660 See \`config.log' for more details." >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1661 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1662 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1663 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1664 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1665 echo "$as_me:$LINENO: result: yes" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1666 echo "${ECHO_T}yes" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1667
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1668 rm -f a.out a.exe conftest$ac_cv_exeext b.out
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1669 ac_clean_files=$ac_clean_files_save
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1670 # Check the compiler produces executables we can run. If not, either
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1671 # the compiler is broken, or we cross compile.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1672 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1673 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1674 echo "$as_me:$LINENO: result: $cross_compiling" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1675 echo "${ECHO_T}$cross_compiling" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1676
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1677 echo "$as_me:$LINENO: checking for suffix of executables" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1678 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1679 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1680 (eval $ac_link) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1681 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1683 (exit $ac_status); }; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1684 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1685 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1686 # work properly (i.e., refer to `conftest.exe'), while it won't with
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1687 # `rm'.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1688 for ac_file in conftest.exe conftest conftest.*; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1689 test -f "$ac_file" || continue
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1690 case $ac_file in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1691 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1692 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1693 export ac_cv_exeext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1694 break;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1695 * ) break;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1696 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1697 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1698 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1699 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1700 See \`config.log' for more details." >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1701 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1702 See \`config.log' for more details." >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1703 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1704 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1705
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1706 rm -f conftest$ac_cv_exeext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1707 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1708 echo "${ECHO_T}$ac_cv_exeext" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1709
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1710 rm -f conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1711 EXEEXT=$ac_cv_exeext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1712 ac_exeext=$EXEEXT
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1713 echo "$as_me:$LINENO: checking for suffix of object files" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1714 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1715 if test "${ac_cv_objext+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1716 echo $ECHO_N "(cached) $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1717 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1718 cat >conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1719 #line $LINENO "configure"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1720 /* confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1721 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1722 cat confdefs.h >>conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1723 cat >>conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1724 /* end confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1725
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1726 int
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1727 main ()
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1728 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1729
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1730 ;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1731 return 0;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1732 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1733 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1734 rm -f conftest.o conftest.obj
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1735 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1736 (eval $ac_compile) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1737 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1739 (exit $ac_status); }; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1740 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1741 case $ac_file in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1742 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1743 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1744 break;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1745 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1746 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1747 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1748 echo "$as_me: failed program was:" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1749 sed 's/^/| /' conftest.$ac_ext >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1750
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1751 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1752 See \`config.log' for more details." >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1753 echo "$as_me: error: cannot compute suffix of object files: cannot compile
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1754 See \`config.log' for more details." >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1755 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1756 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1757
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1758 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1759 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1760 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1761 echo "${ECHO_T}$ac_cv_objext" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1762 OBJEXT=$ac_cv_objext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1763 ac_objext=$OBJEXT
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1764 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1765 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1766 if test "${ac_cv_c_compiler_gnu+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1767 echo $ECHO_N "(cached) $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1768 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1769 cat >conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1770 #line $LINENO "configure"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1771 /* confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1772 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1773 cat confdefs.h >>conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1774 cat >>conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1775 /* end confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1776
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1777 int
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1778 main ()
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1779 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1780 #ifndef __GNUC__
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1781 choke me
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1782 #endif
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1783
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1784 ;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1785 return 0;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1786 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1787 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1788 rm -f conftest.$ac_objext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1789 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1790 (eval $ac_compile) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1791 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1793 (exit $ac_status); } &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1794 { ac_try='test -s conftest.$ac_objext'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1796 (eval $ac_try) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1797 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1799 (exit $ac_status); }; }; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1800 ac_compiler_gnu=yes
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1801 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1802 echo "$as_me: failed program was:" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1803 sed 's/^/| /' conftest.$ac_ext >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1804
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1805 ac_compiler_gnu=no
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1806 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1807 rm -f conftest.$ac_objext conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1808 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1809
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1810 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1811 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1812 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1813 GCC=`test $ac_compiler_gnu = yes && echo yes`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1814 ac_test_CFLAGS=${CFLAGS+set}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1815 ac_save_CFLAGS=$CFLAGS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1816 CFLAGS="-g"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1817 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1818 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1819 if test "${ac_cv_prog_cc_g+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1820 echo $ECHO_N "(cached) $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1821 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1822 cat >conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1823 #line $LINENO "configure"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1824 /* confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1825 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1826 cat confdefs.h >>conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1827 cat >>conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1828 /* end confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1829
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1830 int
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1831 main ()
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1832 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1833
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1834 ;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1835 return 0;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1836 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1837 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1838 rm -f conftest.$ac_objext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1840 (eval $ac_compile) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1841 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1843 (exit $ac_status); } &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1844 { ac_try='test -s conftest.$ac_objext'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1846 (eval $ac_try) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1847 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1849 (exit $ac_status); }; }; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1850 ac_cv_prog_cc_g=yes
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1851 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1852 echo "$as_me: failed program was:" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1853 sed 's/^/| /' conftest.$ac_ext >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1854
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1855 ac_cv_prog_cc_g=no
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1856 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1857 rm -f conftest.$ac_objext conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1858 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1859 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1860 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1861 if test "$ac_test_CFLAGS" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1862 CFLAGS=$ac_save_CFLAGS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1863 elif test $ac_cv_prog_cc_g = yes; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1864 if test "$GCC" = yes; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1865 CFLAGS="-g -O2"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1866 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1867 CFLAGS="-g"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1868 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1869 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1870 if test "$GCC" = yes; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1871 CFLAGS="-O2"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1872 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1873 CFLAGS=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1874 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1875 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1876 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1877 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1878 if test "${ac_cv_prog_cc_stdc+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1879 echo $ECHO_N "(cached) $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1880 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1881 ac_cv_prog_cc_stdc=no
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1882 ac_save_CC=$CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1883 cat >conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1884 #line $LINENO "configure"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1885 /* confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1886 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1887 cat confdefs.h >>conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1888 cat >>conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1889 /* end confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1890 #include <stdarg.h>
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1891 #include <stdio.h>
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1892 #include <sys/types.h>
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1893 #include <sys/stat.h>
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1894 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1895 struct buf { int x; };
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1896 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1897 static char *e (p, i)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1898 char **p;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1899 int i;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1900 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1901 return p[i];
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1902 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1903 static char *f (char * (*g) (char **, int), char **p, ...)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1904 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1905 char *s;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1906 va_list v;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1907 va_start (v,p);
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1908 s = g (p, va_arg (v,int));
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1909 va_end (v);
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1910 return s;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1911 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1912 int test (int i, double x);
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1913 struct s1 {int (*f) (int a);};
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1914 struct s2 {int (*f) (double a);};
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1915 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1916 int argc;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1917 char **argv;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1918 int
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1919 main ()
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1920 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1921 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1922 ;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1923 return 0;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1924 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1925 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1926 # Don't try gcc -ansi; that turns off useful extensions and
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1927 # breaks some systems' header files.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1928 # AIX -qlanglvl=ansi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1929 # Ultrix and OSF/1 -std1
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1930 # HP-UX 10.20 and later -Ae
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1931 # HP-UX older versions -Aa -D_HPUX_SOURCE
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1932 # SVR4 -Xc -D__EXTENSIONS__
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1933 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1934 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1935 CC="$ac_save_CC $ac_arg"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1936 rm -f conftest.$ac_objext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1937 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1938 (eval $ac_compile) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1939 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1941 (exit $ac_status); } &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1942 { ac_try='test -s conftest.$ac_objext'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1944 (eval $ac_try) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1945 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1947 (exit $ac_status); }; }; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1948 ac_cv_prog_cc_stdc=$ac_arg
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1949 break
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1950 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1951 echo "$as_me: failed program was:" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1952 sed 's/^/| /' conftest.$ac_ext >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1953
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1954 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1955 rm -f conftest.$ac_objext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1956 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1957 rm -f conftest.$ac_ext conftest.$ac_objext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1958 CC=$ac_save_CC
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1959
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1960 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1961
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1962 case "x$ac_cv_prog_cc_stdc" in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1963 x|xno)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1964 echo "$as_me:$LINENO: result: none needed" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1965 echo "${ECHO_T}none needed" >&6 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1966 *)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1967 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1968 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1969 CC="$CC $ac_cv_prog_cc_stdc" ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1970 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1971
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1972 # Some people use a C++ compiler to compile C. Since we use `exit',
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1973 # in C++ we need to declare it. In case someone uses the same compiler
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1974 # for both compiling C and C++ we need to have the C++ compiler decide
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1975 # the declaration of exit, since it's the most demanding environment.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1976 cat >conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1977 #ifndef __cplusplus
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1978 choke me
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1979 #endif
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1980 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1981 rm -f conftest.$ac_objext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1982 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1983 (eval $ac_compile) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1984 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1986 (exit $ac_status); } &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1987 { ac_try='test -s conftest.$ac_objext'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1989 (eval $ac_try) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1990 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1992 (exit $ac_status); }; }; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1993 for ac_declaration in \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1994 ''\
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1995 '#include <stdlib.h>' \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1996 'extern "C" void std::exit (int) throw (); using std::exit;' \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1997 'extern "C" void std::exit (int); using std::exit;' \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1998 'extern "C" void exit (int) throw ();' \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
1999 'extern "C" void exit (int);' \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2000 'void exit (int);'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2001 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2002 cat >conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2003 #line $LINENO "configure"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2004 /* confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2005 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2006 cat confdefs.h >>conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2007 cat >>conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2008 /* end confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2009 #include <stdlib.h>
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2010 $ac_declaration
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2011 int
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2012 main ()
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2013 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2014 exit (42);
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2015 ;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2016 return 0;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2017 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2018 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2019 rm -f conftest.$ac_objext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2020 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2021 (eval $ac_compile) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2022 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2024 (exit $ac_status); } &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2025 { ac_try='test -s conftest.$ac_objext'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2027 (eval $ac_try) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2028 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2030 (exit $ac_status); }; }; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2031 :
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2032 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2033 echo "$as_me: failed program was:" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2034 sed 's/^/| /' conftest.$ac_ext >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2035
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2036 continue
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2037 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2038 rm -f conftest.$ac_objext conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2039 cat >conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2040 #line $LINENO "configure"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2041 /* confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2042 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2043 cat confdefs.h >>conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2044 cat >>conftest.$ac_ext <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2045 /* end confdefs.h. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2046 $ac_declaration
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2047 int
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2048 main ()
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2049 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2050 exit (42);
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2051 ;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2052 return 0;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2053 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2054 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2055 rm -f conftest.$ac_objext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2056 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2057 (eval $ac_compile) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2058 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2060 (exit $ac_status); } &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2061 { ac_try='test -s conftest.$ac_objext'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2063 (eval $ac_try) 2>&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2064 ac_status=$?
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2066 (exit $ac_status); }; }; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2067 break
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2068 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2069 echo "$as_me: failed program was:" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2070 sed 's/^/| /' conftest.$ac_ext >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2071
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2072 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2073 rm -f conftest.$ac_objext conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2074 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2075 rm -f conftest*
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2076 if test -n "$ac_declaration"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2077 echo '#ifdef __cplusplus' >>confdefs.h
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2078 echo $ac_declaration >>confdefs.h
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2079 echo '#endif' >>confdefs.h
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2080 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2081
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2082 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2083 echo "$as_me: failed program was:" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2084 sed 's/^/| /' conftest.$ac_ext >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2085
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2086 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2087 rm -f conftest.$ac_objext conftest.$ac_ext
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2088 ac_ext=c
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2089 ac_cpp='$CPP $CPPFLAGS'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2090 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2091 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2092 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2093
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2094 ac_aux_dir=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2095 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2096 if test -f $ac_dir/install-sh; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2097 ac_aux_dir=$ac_dir
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2098 ac_install_sh="$ac_aux_dir/install-sh -c"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2099 break
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2100 elif test -f $ac_dir/install.sh; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2101 ac_aux_dir=$ac_dir
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2102 ac_install_sh="$ac_aux_dir/install.sh -c"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2103 break
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2104 elif test -f $ac_dir/shtool; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2105 ac_aux_dir=$ac_dir
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2106 ac_install_sh="$ac_aux_dir/shtool install -c"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2107 break
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2108 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2109 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2110 if test -z "$ac_aux_dir"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2111 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2112 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2113 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2114 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2115 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2116 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2117 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2118
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2119 # Find a good install program. We prefer a C program (faster),
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2120 # so one script is as good as another. But avoid the broken or
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2121 # incompatible versions:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2122 # SysV /etc/install, /usr/sbin/install
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2123 # SunOS /usr/etc/install
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2124 # IRIX /sbin/install
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2125 # AIX /bin/install
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2126 # AmigaOS /C/install, which installs bootblocks on floppy discs
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2127 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2128 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2129 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2130 # ./install, which can be erroneously created by make from ./install.sh.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2131 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2132 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2133 if test -z "$INSTALL"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2134 if test "${ac_cv_path_install+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2135 echo $ECHO_N "(cached) $ECHO_C" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2136 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2138 for as_dir in $PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2139 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2140 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2141 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2142 # Account for people who put trailing slashes in PATH elements.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2143 case $as_dir/ in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2144 ./ | .// | /cC/* | \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2145 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2146 /usr/ucb/* ) ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2147 *)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2148 # OSF1 and SCO ODT 3.0 have their own names for install.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2149 # Don't use installbsd from OSF since it installs stuff as root
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2150 # by default.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2151 for ac_prog in ginstall scoinst install; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2152 for ac_exec_ext in '' $ac_executable_extensions; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2153 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2154 if test $ac_prog = install &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2155 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2156 # AIX install. It has an incompatible calling convention.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2157 :
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2158 elif test $ac_prog = install &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2159 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2160 # program-specific install script used by HP pwplus--don't use.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2161 :
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2162 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2163 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2164 break 3
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2165 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2166 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2167 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2168 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2169 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2170 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2171 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2172
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2173
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2174 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2175 if test "${ac_cv_path_install+set}" = set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2176 INSTALL=$ac_cv_path_install
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2177 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2178 # As a last resort, use the slow shell script. We don't cache a
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2179 # path for INSTALL within a source directory, because that will
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2180 # break other packages using the cache if that directory is
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2181 # removed, or if the path is relative.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2182 INSTALL=$ac_install_sh
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2183 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2184 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2185 echo "$as_me:$LINENO: result: $INSTALL" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2186 echo "${ECHO_T}$INSTALL" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2187
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2188 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2189 # It thinks the first close brace ends the variable substitution.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2190 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2191
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2192 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2193
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2194 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2195
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2196 ac_config_files="$ac_config_files Makefile libudis86/Makefile udcli/Makefile"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2197
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2198 cat >confcache <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2199 # This file is a shell script that caches the results of configure
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2200 # tests run on this system so they can be shared between configure
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2201 # scripts and configure runs, see configure's option --config-cache.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2202 # It is not useful on other systems. If it contains results you don't
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2203 # want to keep, you may remove or edit it.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2204 #
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2205 # config.status only pays attention to the cache file if you give it
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2206 # the --recheck option to rerun configure.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2207 #
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2208 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2209 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2210 # following values.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2211
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2212 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2213
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2214 # The following way of writing the cache mishandles newlines in values,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2215 # but we know of no workaround that is simple, portable, and efficient.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2216 # So, don't put newlines in cache variables' values.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2217 # Ultrix sh set writes to stderr and can't be redirected directly,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2218 # and sets the high bit in the cache file unless we assign to the vars.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2219 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2220 (set) 2>&1 |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2221 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2222 *ac_space=\ *)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2223 # `set' does not quote correctly, so add quotes (double-quote
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2224 # substitution turns \\\\ into \\, and sed turns \\ into \).
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2225 sed -n \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2226 "s/'/'\\\\''/g;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2227 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2228 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2229 *)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2230 # `set' quotes correctly as required by POSIX, so do not add quotes.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2231 sed -n \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2232 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2233 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2234 esac;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2235 } |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2236 sed '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2237 t clear
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2238 : clear
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2239 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2240 t end
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2241 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2242 : end' >>confcache
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2243 if diff $cache_file confcache >/dev/null 2>&1; then :; else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2244 if test -w $cache_file; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2245 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2246 cat confcache >$cache_file
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2247 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2248 echo "not updating unwritable cache $cache_file"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2249 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2250 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2251 rm -f confcache
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2252
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2253 test "x$prefix" = xNONE && prefix=$ac_default_prefix
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2254 # Let make expand exec_prefix.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2255 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2256
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2257 # VPATH may cause trouble with some makes, so we remove $(srcdir),
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2258 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2259 # trailing colons and then remove the whole line if VPATH becomes empty
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2260 # (actually we leave an empty line to preserve line numbers).
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2261 if test "x$srcdir" = x.; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2262 ac_vpsub='/^[ ]*VPATH[ ]*=/{
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2263 s/:*\$(srcdir):*/:/;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2264 s/:*\${srcdir}:*/:/;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2265 s/:*@srcdir@:*/:/;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2266 s/^\([^=]*=[ ]*\):*/\1/;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2267 s/:*$//;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2268 s/^[^=]*=[ ]*$//;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2269 }'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2270 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2271
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2272 # Transform confdefs.h into DEFS.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2273 # Protect against shell expansion while executing Makefile rules.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2274 # Protect against Makefile macro expansion.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2275 #
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2276 # If the first sed substitution is executed (which looks for macros that
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2277 # take arguments), then we branch to the quote section. Otherwise,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2278 # look for a macro that doesn't take arguments.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2279 cat >confdef2opt.sed <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2280 t clear
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2281 : clear
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2282 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2283 t quote
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2284 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2285 t quote
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2286 d
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2287 : quote
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2288 s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2289 s,\[,\\&,g
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2290 s,\],\\&,g
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2291 s,\$,$$,g
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2292 p
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2293 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2294 # We use echo to avoid assuming a particular line-breaking character.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2295 # The extra dot is to prevent the shell from consuming trailing
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2296 # line-breaks from the sub-command output. A line-break within
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2297 # single-quotes doesn't work because, if this script is created in a
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2298 # platform that uses two characters for line-breaks (e.g., DOS), tr
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2299 # would break.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2300 ac_LF_and_DOT=`echo; echo .`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2301 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2302 rm -f confdef2opt.sed
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2303
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2304
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2305 ac_libobjs=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2306 ac_ltlibobjs=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2307 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2308 # 1. Remove the extension, and $U if already installed.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2309 ac_i=`echo "$ac_i" |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2310 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2311 # 2. Add them.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2312 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2313 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2314 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2315 LIBOBJS=$ac_libobjs
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2316
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2317 LTLIBOBJS=$ac_ltlibobjs
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2318
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2319
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2320
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2321 : ${CONFIG_STATUS=./config.status}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2322 ac_clean_files_save=$ac_clean_files
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2323 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2324 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2325 echo "$as_me: creating $CONFIG_STATUS" >&6;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2326 cat >$CONFIG_STATUS <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2327 #! $SHELL
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2328 # Generated by $as_me.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2329 # Run this file to recreate the current configuration.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2330 # Compiler output produced by configure, useful for debugging
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2331 # configure, is in config.log if it exists.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2332
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2333 debug=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2334 ac_cs_recheck=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2335 ac_cs_silent=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2336 SHELL=\${CONFIG_SHELL-$SHELL}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2337 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2338
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2339 cat >>$CONFIG_STATUS <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2340 ## --------------------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2341 ## M4sh Initialization. ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2342 ## --------------------- ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2343
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2344 # Be Bourne compatible
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2345 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2346 emulate sh
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2347 NULLCMD=:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2348 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2349 # is contrary to our usage. Disable this feature.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2350 alias -g '${1+"$@"}'='"$@"'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2351 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2352 set -o posix
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2353 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2354
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2355 # Support unset when possible.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2356 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2357 as_unset=unset
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2358 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2359 as_unset=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2360 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2361
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2362
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2363 # Work around bugs in pre-3.0 UWIN ksh.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2364 $as_unset ENV MAIL MAILPATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2365 PS1='$ '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2366 PS2='> '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2367 PS4='+ '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2368
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2369 # NLS nuisances.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2370 for as_var in \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2371 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2372 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2373 LC_TELEPHONE LC_TIME
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2374 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2375 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2376 eval $as_var=C; export $as_var
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2377 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2378 $as_unset $as_var
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2379 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2380 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2381
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2382 # Required to use basename.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2383 if expr a : '\(a\)' >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2384 as_expr=expr
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2385 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2386 as_expr=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2387 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2388
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2389 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2390 as_basename=basename
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2391 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2392 as_basename=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2393 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2394
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2395
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2396 # Name of the executable.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2397 as_me=`$as_basename "$0" ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2399 X"$0" : 'X\(//\)$' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2400 X"$0" : 'X\(/\)$' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2401 . : '\(.\)' 2>/dev/null ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2402 echo X/"$0" |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2403 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2404 /^X\/\(\/\/\)$/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2405 /^X\/\(\/\).*/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2406 s/.*/./; q'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2407
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2408
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2409 # PATH needs CR, and LINENO needs CR and PATH.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2410 # Avoid depending upon Character Ranges.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2411 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2412 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2413 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2414 as_cr_digits='0123456789'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2415 as_cr_alnum=$as_cr_Letters$as_cr_digits
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2416
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2417 # The user is always right.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2418 if test "${PATH_SEPARATOR+set}" != set; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2419 echo "#! /bin/sh" >conf$$.sh
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2420 echo "exit 0" >>conf$$.sh
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2421 chmod +x conf$$.sh
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2422 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2423 PATH_SEPARATOR=';'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2424 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2425 PATH_SEPARATOR=:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2426 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2427 rm -f conf$$.sh
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2428 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2429
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2430
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2431 as_lineno_1=$LINENO
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2432 as_lineno_2=$LINENO
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2433 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2434 test "x$as_lineno_1" != "x$as_lineno_2" &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2435 test "x$as_lineno_3" = "x$as_lineno_2" || {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2436 # Find who we are. Look in the path if we contain no path at all
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2437 # relative or not.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2438 case $0 in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2439 *[\\/]* ) as_myself=$0 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2440 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2441 for as_dir in $PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2442 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2443 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2444 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2445 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2446 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2447
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2448 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2449 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2450 # We did not find ourselves, most probably we were run as `sh COMMAND'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2451 # in which case we are not to be found in the path.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2452 if test "x$as_myself" = x; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2453 as_myself=$0
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2454 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2455 if test ! -f "$as_myself"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2456 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2457 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2458 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2459 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2460 case $CONFIG_SHELL in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2461 '')
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2463 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2464 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2465 IFS=$as_save_IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2466 test -z "$as_dir" && as_dir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2467 for as_base in sh bash ksh sh5; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2468 case $as_dir in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2469 /*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2470 if ("$as_dir/$as_base" -c '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2471 as_lineno_1=$LINENO
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2472 as_lineno_2=$LINENO
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2473 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2474 test "x$as_lineno_1" != "x$as_lineno_2" &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2475 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2476 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2477 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2478 CONFIG_SHELL=$as_dir/$as_base
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2479 export CONFIG_SHELL
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2480 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2481 fi;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2482 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2483 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2484 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2485 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2486 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2487
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2488 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2489 # uniformly replaced by the line number. The first 'sed' inserts a
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2490 # line-number line before each line; the second 'sed' does the real
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2491 # work. The second script uses 'N' to pair each line-number line
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2492 # with the numbered line, and appends trailing '-' during
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2493 # substitution so that $LINENO is not a special case at line end.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2494 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2495 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2496 sed '=' <$as_myself |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2497 sed '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2498 N
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2499 s,$,-,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2500 : loop
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2501 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2502 t loop
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2503 s,-$,,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2504 s,^['$as_cr_digits']*\n,,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2505 ' >$as_me.lineno &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2506 chmod +x $as_me.lineno ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2507 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2508 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2509 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2510
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2511 # Don't try to exec as it changes $[0], causing all sort of problems
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2512 # (the dirname of $[0] is not the place where we might find the
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2513 # original and so on. Autoconf is especially sensible to this).
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2514 . ./$as_me.lineno
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2515 # Exit status is that of the last command.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2516 exit
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2517 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2518
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2519
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2520 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2521 *c*,-n*) ECHO_N= ECHO_C='
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2522 ' ECHO_T=' ' ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2523 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2524 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2525 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2526
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2527 if expr a : '\(a\)' >/dev/null 2>&1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2528 as_expr=expr
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2529 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2530 as_expr=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2531 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2532
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2533 rm -f conf$$ conf$$.exe conf$$.file
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2534 echo >conf$$.file
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2535 if ln -s conf$$.file conf$$ 2>/dev/null; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2536 # We could just check for DJGPP; but this test a) works b) is more generic
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2537 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2538 if test -f conf$$.exe; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2539 # Don't use ln at all; we don't have any links
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2540 as_ln_s='cp -p'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2541 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2542 as_ln_s='ln -s'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2543 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2544 elif ln conf$$.file conf$$ 2>/dev/null; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2545 as_ln_s=ln
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2546 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2547 as_ln_s='cp -p'
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2548 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2549 rm -f conf$$ conf$$.exe conf$$.file
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2550
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2551 if mkdir -p . 2>/dev/null; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2552 as_mkdir_p=:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2553 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2554 as_mkdir_p=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2555 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2556
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2557 as_executable_p="test -f"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2558
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2559 # Sed expression to map a string onto a valid CPP name.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2560 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2561
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2562 # Sed expression to map a string onto a valid variable name.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2563 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2564
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2565
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2566 # IFS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2567 # We need space, tab and new line, in precisely that order.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2568 as_nl='
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2569 '
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2570 IFS=" $as_nl"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2571
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2572 # CDPATH.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2573 $as_unset CDPATH
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2574
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2575 exec 6>&1
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2576
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2577 # Open the log real soon, to keep \$[0] and so on meaningful, and to
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2578 # report actual input values of CONFIG_FILES etc. instead of their
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2579 # values after options handling. Logging --version etc. is OK.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2580 exec 5>>config.log
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2581 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2582 echo
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2583 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2584 ## Running $as_me. ##
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2585 _ASBOX
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2586 } >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2587 cat >&5 <<_CSEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2588
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2589 This file was extended by udis86 $as_me 1.4, which was
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2590 generated by GNU Autoconf 2.57. Invocation command line was
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2591
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2592 CONFIG_FILES = $CONFIG_FILES
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2593 CONFIG_HEADERS = $CONFIG_HEADERS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2594 CONFIG_LINKS = $CONFIG_LINKS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2595 CONFIG_COMMANDS = $CONFIG_COMMANDS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2596 $ $0 $@
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2597
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2598 _CSEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2599 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2600 echo >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2601 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2602
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2603 # Files that config.status was made for.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2604 if test -n "$ac_config_files"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2605 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2606 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2607
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2608 if test -n "$ac_config_headers"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2609 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2610 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2611
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2612 if test -n "$ac_config_links"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2613 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2614 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2615
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2616 if test -n "$ac_config_commands"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2617 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2618 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2619
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2620 cat >>$CONFIG_STATUS <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2621
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2622 ac_cs_usage="\
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2623 \`$as_me' instantiates files from templates according to the
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2624 current configuration.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2625
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2626 Usage: $0 [OPTIONS] [FILE]...
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2627
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2628 -h, --help print this help, then exit
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2629 -V, --version print version number, then exit
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2630 -q, --quiet do not print progress messages
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2631 -d, --debug don't remove temporary files
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2632 --recheck update $as_me by reconfiguring in the same conditions
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2633 --file=FILE[:TEMPLATE]
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2634 instantiate the configuration file FILE
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2635
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2636 Configuration files:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2637 $config_files
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2638
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2639 Report bugs to <bug-autoconf@gnu.org>."
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2640 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2641
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2642 cat >>$CONFIG_STATUS <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2643 ac_cs_version="\\
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2644 udis86 config.status 1.4
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2645 configured by $0, generated by GNU Autoconf 2.57,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2646 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2647
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2648 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2649 Free Software Foundation, Inc.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2650 This config.status script is free software; the Free Software Foundation
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2651 gives unlimited permission to copy, distribute and modify it."
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2652 srcdir=$srcdir
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2653 INSTALL="$INSTALL"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2654 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2655
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2656 cat >>$CONFIG_STATUS <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2657 # If no file are specified by the user, then we need to provide default
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2658 # value. By we need to know if files were specified by the user.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2659 ac_need_defaults=:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2660 while test $# != 0
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2661 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2662 case $1 in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2663 --*=*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2664 ac_option=`expr "x$1" : 'x\([^=]*\)='`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2665 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2666 ac_shift=:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2667 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2668 -*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2669 ac_option=$1
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2670 ac_optarg=$2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2671 ac_shift=shift
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2672 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2673 *) # This is not an option, so the user has probably given explicit
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2674 # arguments.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2675 ac_option=$1
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2676 ac_need_defaults=false;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2677 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2678
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2679 case $ac_option in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2680 # Handling of the options.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2681 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2682 cat >>$CONFIG_STATUS <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2683 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2684 ac_cs_recheck=: ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2685 --version | --vers* | -V )
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2686 echo "$ac_cs_version"; exit 0 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2687 --he | --h)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2688 # Conflict between --help and --header
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2689 { { echo "$as_me:$LINENO: error: ambiguous option: $1
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2690 Try \`$0 --help' for more information." >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2691 echo "$as_me: error: ambiguous option: $1
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2692 Try \`$0 --help' for more information." >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2693 { (exit 1); exit 1; }; };;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2694 --help | --hel | -h )
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2695 echo "$ac_cs_usage"; exit 0 ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2696 --debug | --d* | -d )
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2697 debug=: ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2698 --file | --fil | --fi | --f )
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2699 $ac_shift
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2700 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2701 ac_need_defaults=false;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2702 --header | --heade | --head | --hea )
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2703 $ac_shift
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2704 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2705 ac_need_defaults=false;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2706 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2707 | -silent | --silent | --silen | --sile | --sil | --si | --s)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2708 ac_cs_silent=: ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2709
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2710 # This is an error.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2711 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2712 Try \`$0 --help' for more information." >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2713 echo "$as_me: error: unrecognized option: $1
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2714 Try \`$0 --help' for more information." >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2715 { (exit 1); exit 1; }; } ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2716
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2717 *) ac_config_targets="$ac_config_targets $1" ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2718
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2719 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2720 shift
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2721 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2722
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2723 ac_configure_extra_args=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2724
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2725 if $ac_cs_silent; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2726 exec 6>/dev/null
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2727 ac_configure_extra_args="$ac_configure_extra_args --silent"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2728 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2729
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2730 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2731 cat >>$CONFIG_STATUS <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2732 if \$ac_cs_recheck; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2733 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2734 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2735 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2736
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2737 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2738
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2739
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2740
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2741
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2742
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2743 cat >>$CONFIG_STATUS <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2744 for ac_config_target in $ac_config_targets
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2745 do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2746 case "$ac_config_target" in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2747 # Handling of arguments.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2748 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2749 "libudis86/Makefile" ) CONFIG_FILES="$CONFIG_FILES libudis86/Makefile" ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2750 "udcli/Makefile" ) CONFIG_FILES="$CONFIG_FILES udcli/Makefile" ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2751 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2752 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2753 { (exit 1); exit 1; }; };;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2754 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2755 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2756
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2757 # If the user did not use the arguments to specify the items to instantiate,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2758 # then the envvar interface is used. Set only those that are not.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2759 # We use the long form for the default assignment because of an extremely
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2760 # bizarre bug on SunOS 4.1.3.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2761 if $ac_need_defaults; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2762 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2763 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2764
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2765 # Have a temporary directory for convenience. Make it in the build tree
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2766 # simply because there is no reason to put it here, and in addition,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2767 # creating and moving files from /tmp can sometimes cause problems.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2768 # Create a temporary directory, and hook for its removal unless debugging.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2769 $debug ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2770 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2771 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2772 trap '{ (exit 1); exit 1; }' 1 2 13 15
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2773 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2774
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2775 # Create a (secure) tmp directory for tmp files.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2776
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2777 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2778 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2779 test -n "$tmp" && test -d "$tmp"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2780 } ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2781 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2782 tmp=./confstat$$-$RANDOM
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2783 (umask 077 && mkdir $tmp)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2784 } ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2785 {
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2786 echo "$me: cannot create a temporary directory in ." >&2
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2787 { (exit 1); exit 1; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2788 }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2789
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2790 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2791
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2792 cat >>$CONFIG_STATUS <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2793
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2794 #
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2795 # CONFIG_FILES section.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2796 #
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2797
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2798 # No need to generate the scripts if there are no CONFIG_FILES.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2799 # This happens for instance when ./config.status config.h
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2800 if test -n "\$CONFIG_FILES"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2801 # Protect against being on the right side of a sed subst in config.status.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2802 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2803 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2804 s,@SHELL@,$SHELL,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2805 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2806 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2807 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2808 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2809 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2810 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2811 s,@exec_prefix@,$exec_prefix,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2812 s,@prefix@,$prefix,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2813 s,@program_transform_name@,$program_transform_name,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2814 s,@bindir@,$bindir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2815 s,@sbindir@,$sbindir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2816 s,@libexecdir@,$libexecdir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2817 s,@datadir@,$datadir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2818 s,@sysconfdir@,$sysconfdir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2819 s,@sharedstatedir@,$sharedstatedir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2820 s,@localstatedir@,$localstatedir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2821 s,@libdir@,$libdir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2822 s,@includedir@,$includedir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2823 s,@oldincludedir@,$oldincludedir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2824 s,@infodir@,$infodir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2825 s,@mandir@,$mandir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2826 s,@build_alias@,$build_alias,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2827 s,@host_alias@,$host_alias,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2828 s,@target_alias@,$target_alias,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2829 s,@DEFS@,$DEFS,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2830 s,@ECHO_C@,$ECHO_C,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2831 s,@ECHO_N@,$ECHO_N,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2832 s,@ECHO_T@,$ECHO_T,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2833 s,@LIBS@,$LIBS,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2834 s,@CC@,$CC,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2835 s,@CFLAGS@,$CFLAGS,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2836 s,@LDFLAGS@,$LDFLAGS,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2837 s,@CPPFLAGS@,$CPPFLAGS,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2838 s,@ac_ct_CC@,$ac_ct_CC,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2839 s,@EXEEXT@,$EXEEXT,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2840 s,@OBJEXT@,$OBJEXT,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2841 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2842 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2843 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2844 s,@LIBOBJS@,$LIBOBJS,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2845 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2846 CEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2847
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2848 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2849
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2850 cat >>$CONFIG_STATUS <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2851 # Split the substitutions into bite-sized pieces for seds with
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2852 # small command number limits, like on Digital OSF/1 and HP-UX.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2853 ac_max_sed_lines=48
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2854 ac_sed_frag=1 # Number of current file.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2855 ac_beg=1 # First line for current file.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2856 ac_end=$ac_max_sed_lines # Line after last line for current file.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2857 ac_more_lines=:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2858 ac_sed_cmds=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2859 while $ac_more_lines; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2860 if test $ac_beg -gt 1; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2861 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2862 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2863 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2864 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2865 if test ! -s $tmp/subs.frag; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2866 ac_more_lines=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2867 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2868 # The purpose of the label and of the branching condition is to
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2869 # speed up the sed processing (if there are no `@' at all, there
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2870 # is no need to browse any of the substitutions).
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2871 # These are the two extra sed commands mentioned above.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2872 (echo ':t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2873 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2874 if test -z "$ac_sed_cmds"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2875 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2876 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2877 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2878 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2879 ac_sed_frag=`expr $ac_sed_frag + 1`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2880 ac_beg=$ac_end
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2881 ac_end=`expr $ac_end + $ac_max_sed_lines`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2882 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2883 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2884 if test -z "$ac_sed_cmds"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2885 ac_sed_cmds=cat
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2886 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2887 fi # test -n "$CONFIG_FILES"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2888
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2889 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2890 cat >>$CONFIG_STATUS <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2891 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2892 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2893 case $ac_file in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2894 - | *:- | *:-:* ) # input from stdin
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2895 cat >$tmp/stdin
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2896 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2897 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2898 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2899 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2900 * ) ac_file_in=$ac_file.in ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2901 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2902
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2903 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2904 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2905 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2906 X"$ac_file" : 'X\(//\)[^/]' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2907 X"$ac_file" : 'X\(//\)$' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2908 X"$ac_file" : 'X\(/\)' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2909 . : '\(.\)' 2>/dev/null ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2910 echo X"$ac_file" |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2911 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2912 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2913 /^X\(\/\/\)$/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2914 /^X\(\/\).*/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2915 s/.*/./; q'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2916 { if $as_mkdir_p; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2917 mkdir -p "$ac_dir"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2918 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2919 as_dir="$ac_dir"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2920 as_dirs=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2921 while test ! -d "$as_dir"; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2922 as_dirs="$as_dir $as_dirs"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2923 as_dir=`(dirname "$as_dir") 2>/dev/null ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2924 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2925 X"$as_dir" : 'X\(//\)[^/]' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2926 X"$as_dir" : 'X\(//\)$' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2927 X"$as_dir" : 'X\(/\)' \| \
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2928 . : '\(.\)' 2>/dev/null ||
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2929 echo X"$as_dir" |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2930 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2931 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2932 /^X\(\/\/\)$/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2933 /^X\(\/\).*/{ s//\1/; q; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2934 s/.*/./; q'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2935 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2936 test ! -n "$as_dirs" || mkdir $as_dirs
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2937 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2938 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2939 { (exit 1); exit 1; }; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2940
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2941 ac_builddir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2942
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2943 if test "$ac_dir" != .; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2944 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2945 # A "../" for each directory in $ac_dir_suffix.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2946 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2947 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2948 ac_dir_suffix= ac_top_builddir=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2949 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2950
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2951 case $srcdir in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2952 .) # No --srcdir option. We are building in place.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2953 ac_srcdir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2954 if test -z "$ac_top_builddir"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2955 ac_top_srcdir=.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2956 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2957 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2958 fi ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2959 [\\/]* | ?:[\\/]* ) # Absolute path.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2960 ac_srcdir=$srcdir$ac_dir_suffix;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2961 ac_top_srcdir=$srcdir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2962 *) # Relative path.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2963 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2964 ac_top_srcdir=$ac_top_builddir$srcdir ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2965 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2966 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2967 # absolute.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2968 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2969 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2970 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2971 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2972
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2973
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2974 case $INSTALL in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2975 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2976 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2977 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2978
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2979 if test x"$ac_file" != x-; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2980 { echo "$as_me:$LINENO: creating $ac_file" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2981 echo "$as_me: creating $ac_file" >&6;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2982 rm -f "$ac_file"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2983 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2984 # Let's still pretend it is `configure' which instantiates (i.e., don't
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2985 # use $as_me), people would be surprised to read:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2986 # /* config.h. Generated by config.status. */
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2987 if test x"$ac_file" = x-; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2988 configure_input=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2989 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2990 configure_input="$ac_file. "
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2991 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2992 configure_input=$configure_input"Generated from `echo $ac_file_in |
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2993 sed 's,.*/,,'` by configure."
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2994
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2995 # First look for the input files in the build tree, otherwise in the
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2996 # src tree.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2997 ac_file_inputs=`IFS=:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2998 for f in $ac_file_in; do
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
2999 case $f in
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3000 -) echo $tmp/stdin ;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3001 [\\/$]*)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3002 # Absolute (can't be DOS-style, as IFS=:)
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3003 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3004 echo "$as_me: error: cannot find input file: $f" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3005 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3006 echo $f;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3007 *) # Relative
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3008 if test -f "$f"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3009 # Build tree
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3010 echo $f
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3011 elif test -f "$srcdir/$f"; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3012 # Source tree
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3013 echo $srcdir/$f
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3014 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3015 # /dev/null tree
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3016 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3017 echo "$as_me: error: cannot find input file: $f" >&2;}
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3018 { (exit 1); exit 1; }; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3019 fi;;
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3020 esac
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3021 done` || { (exit 1); exit 1; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3022 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3023 cat >>$CONFIG_STATUS <<_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3024 sed "$ac_vpsub
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3025 $extrasub
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3026 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3027 cat >>$CONFIG_STATUS <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3028 :t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3029 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3030 s,@configure_input@,$configure_input,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3031 s,@srcdir@,$ac_srcdir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3032 s,@abs_srcdir@,$ac_abs_srcdir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3033 s,@top_srcdir@,$ac_top_srcdir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3034 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3035 s,@builddir@,$ac_builddir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3036 s,@abs_builddir@,$ac_abs_builddir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3037 s,@top_builddir@,$ac_top_builddir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3038 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3039 s,@INSTALL@,$ac_INSTALL,;t t
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3040 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3041 rm -f $tmp/stdin
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3042 if test x"$ac_file" != x-; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3043 mv $tmp/out $ac_file
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3044 else
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3045 cat $tmp/out
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3046 rm -f $tmp/out
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3047 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3048
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3049 done
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3050 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3051
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3052 cat >>$CONFIG_STATUS <<\_ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3053
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3054 { (exit 0); exit 0; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3055 _ACEOF
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3056 chmod +x $CONFIG_STATUS
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3057 ac_clean_files=$ac_clean_files_save
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3058
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3059
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3060 # configure is writing to config.log, and then calls config.status.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3061 # config.status does its own redirection, appending to config.log.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3062 # Unfortunately, on DOS this fails, as config.log is still kept open
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3063 # by configure, so config.status won't be able to write to it; its
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3064 # output is simply discarded. So we exec the FD to /dev/null,
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3065 # effectively closing config.log, so it can be properly (re)opened and
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3066 # appended to by config.status. When coming back to configure, we
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3067 # need to make the FD available again.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3068 if test "$no_create" != yes; then
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3069 ac_cs_success=:
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3070 ac_config_status_args=
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3071 test "$silent" = yes &&
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3072 ac_config_status_args="$ac_config_status_args --quiet"
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3073 exec 5>/dev/null
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3074 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3075 exec 5>>config.log
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3076 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3077 # would make configure fail if this is the last instruction.
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3078 $ac_cs_success || { (exit 1); exit 1; }
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3079 fi
4a9dcbd9e54f -files of 0.13 beta
marton@basel.hu
parents:
diff changeset
3080