pikeyd165 – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 2
1 #! /bin/bash 1 #! /bin/bash
2 # Generated by configure. 2 # Generated by configure.
3 # Run this file to recreate the current configuration. 3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging 4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists. 5 # configure, is in config.log if it exists.
6   6  
7 debug=false 7 debug=false
8 ac_cs_recheck=false 8 ac_cs_recheck=false
9 ac_cs_silent=false 9 ac_cs_silent=false
10   10  
11 SHELL=${CONFIG_SHELL-/bin/bash} 11 SHELL=${CONFIG_SHELL-/bin/bash}
12 export SHELL 12 export SHELL
13 ## -------------------- ## 13 ## -------------------- ##
14 ## M4sh Initialization. ## 14 ## M4sh Initialization. ##
15 ## -------------------- ## 15 ## -------------------- ##
16   16  
17 # Be more Bourne compatible 17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh 18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh 20 emulate sh
21 NULLCMD=: 21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature. 23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"' 24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST 25 setopt NO_GLOB_SUBST
26 else 26 else
27 case `(set -o) 2>/dev/null` in #( 27 case `(set -o) 2>/dev/null` in #(
28 *posix*) : 28 *posix*) :
29 set -o posix ;; #( 29 set -o posix ;; #(
30 *) : 30 *) :
31 ;; 31 ;;
32 esac 32 esac
33 fi 33 fi
34   34  
35   35  
36 as_nl=' 36 as_nl='
37 ' 37 '
38 export as_nl 38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf. 39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris, 43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh. 44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \ 45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --' 47 as_echo='print -r --'
48 as_echo_n='print -rn --' 48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n' 50 as_echo='printf %s\n'
51 as_echo_n='printf %s' 51 as_echo_n='printf %s'
52 else 52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n' 55 as_echo_n='/usr/ucb/echo -n'
56 else 56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval 58 as_echo_n_body='eval
59 arg=$1; 59 arg=$1;
60 case $arg in #( 60 case $arg in #(
61 *"$as_nl"*) 61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl"; 62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac; 64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 ' 66 '
67 export as_echo_n_body 67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo' 68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi 69 fi
70 export as_echo_body 70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo' 71 as_echo='sh -c $as_echo_body as_echo'
72 fi 72 fi
73   73  
74 # The user is always right. 74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then 75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=: 76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';' 79 PATH_SEPARATOR=';'
80 } 80 }
81 fi 81 fi
82   82  
83   83  
84 # IFS 84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is 85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab. 86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.) 88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl" 89 IFS=" "" $as_nl"
90   90  
91 # Find who we are. Look in the path if we contain no directory separator. 91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself= 92 as_myself=
93 case $0 in #(( 93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;; 94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH 96 for as_dir in $PATH
97 do 97 do
98 IFS=$as_save_IFS 98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=. 99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done 101 done
102 IFS=$as_save_IFS 102 IFS=$as_save_IFS
103   103  
104 ;; 104 ;;
105 esac 105 esac
106 # We did not find ourselves, most probably we were run as `sh COMMAND' 106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path. 107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x; then 108 if test "x$as_myself" = x; then
109 as_myself=$0 109 as_myself=$0
110 fi 110 fi
111 if test ! -f "$as_myself"; then 111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1 113 exit 1
114 fi 114 fi
115   115  
116 # Unset variables that we do not need and which cause bugs (e.g. in 116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could 118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14. 119 # trigger a bug in pdksh 5.2.14.
120 for as_var in BASH_ENV ENV MAIL MAILPATH 120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \ 121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done 123 done
124 PS1='$ ' 124 PS1='$ '
125 PS2='> ' 125 PS2='> '
126 PS4='+ ' 126 PS4='+ '
127   127  
128 # NLS nuisances. 128 # NLS nuisances.
129 LC_ALL=C 129 LC_ALL=C
130 export LC_ALL 130 export LC_ALL
131 LANGUAGE=C 131 LANGUAGE=C
132 export LANGUAGE 132 export LANGUAGE
133   133  
134 # CDPATH. 134 # CDPATH.
135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136   136  
137   137  
138 # as_fn_error STATUS ERROR [LINENO LOG_FD] 138 # as_fn_error STATUS ERROR [LINENO LOG_FD]
139 # ---------------------------------------- 139 # ----------------------------------------
140 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 140 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
141 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 141 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
142 # script with STATUS, using 1 if that was 0. 142 # script with STATUS, using 1 if that was 0.
143 as_fn_error () 143 as_fn_error ()
144 { 144 {
145 as_status=$1; test $as_status -eq 0 && as_status=1 145 as_status=$1; test $as_status -eq 0 && as_status=1
146 if test "$4"; then 146 if test "$4"; then
147 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 147 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
148 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 148 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
149 fi 149 fi
150 $as_echo "$as_me: error: $2" >&2 150 $as_echo "$as_me: error: $2" >&2
151 as_fn_exit $as_status 151 as_fn_exit $as_status
152 } # as_fn_error 152 } # as_fn_error
153   153  
154   154  
155 # as_fn_set_status STATUS 155 # as_fn_set_status STATUS
156 # ----------------------- 156 # -----------------------
157 # Set $? to STATUS, without forking. 157 # Set $? to STATUS, without forking.
158 as_fn_set_status () 158 as_fn_set_status ()
159 { 159 {
160 return $1 160 return $1
161 } # as_fn_set_status 161 } # as_fn_set_status
162   162  
163 # as_fn_exit STATUS 163 # as_fn_exit STATUS
164 # ----------------- 164 # -----------------
165 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 165 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
166 as_fn_exit () 166 as_fn_exit ()
167 { 167 {
168 set +e 168 set +e
169 as_fn_set_status $1 169 as_fn_set_status $1
170 exit $1 170 exit $1
171 } # as_fn_exit 171 } # as_fn_exit
172   172  
173 # as_fn_unset VAR 173 # as_fn_unset VAR
174 # --------------- 174 # ---------------
175 # Portably unset VAR. 175 # Portably unset VAR.
176 as_fn_unset () 176 as_fn_unset ()
177 { 177 {
178 { eval $1=; unset $1;} 178 { eval $1=; unset $1;}
179 } 179 }
180 as_unset=as_fn_unset 180 as_unset=as_fn_unset
181 # as_fn_append VAR VALUE 181 # as_fn_append VAR VALUE
182 # ---------------------- 182 # ----------------------
183 # Append the text in VALUE to the end of the definition contained in VAR. Take 183 # Append the text in VALUE to the end of the definition contained in VAR. Take
184 # advantage of any shell optimizations that allow amortized linear growth over 184 # advantage of any shell optimizations that allow amortized linear growth over
185 # repeated appends, instead of the typical quadratic growth present in naive 185 # repeated appends, instead of the typical quadratic growth present in naive
186 # implementations. 186 # implementations.
187 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 187 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
188 eval 'as_fn_append () 188 eval 'as_fn_append ()
189 { 189 {
190 eval $1+=\$2 190 eval $1+=\$2
191 }' 191 }'
192 else 192 else
193 as_fn_append () 193 as_fn_append ()
194 { 194 {
195 eval $1=\$$1\$2 195 eval $1=\$$1\$2
196 } 196 }
197 fi # as_fn_append 197 fi # as_fn_append
198   198  
199 # as_fn_arith ARG... 199 # as_fn_arith ARG...
200 # ------------------ 200 # ------------------
201 # Perform arithmetic evaluation on the ARGs, and store the result in the 201 # Perform arithmetic evaluation on the ARGs, and store the result in the
202 # global $as_val. Take advantage of shells that can avoid forks. The arguments 202 # global $as_val. Take advantage of shells that can avoid forks. The arguments
203 # must be portable across $(()) and expr. 203 # must be portable across $(()) and expr.
204 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 204 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
205 eval 'as_fn_arith () 205 eval 'as_fn_arith ()
206 { 206 {
207 as_val=$(( $* )) 207 as_val=$(( $* ))
208 }' 208 }'
209 else 209 else
210 as_fn_arith () 210 as_fn_arith ()
211 { 211 {
212 as_val=`expr "$@" || test $? -eq 1` 212 as_val=`expr "$@" || test $? -eq 1`
213 } 213 }
214 fi # as_fn_arith 214 fi # as_fn_arith
215   215  
216   216  
217 if expr a : '\(a\)' >/dev/null 2>&1 && 217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then 218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr 219 as_expr=expr
220 else 220 else
221 as_expr=false 221 as_expr=false
222 fi 222 fi
223   223  
224 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 224 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
225 as_basename=basename 225 as_basename=basename
226 else 226 else
227 as_basename=false 227 as_basename=false
228 fi 228 fi
229   229  
230 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 230 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
231 as_dirname=dirname 231 as_dirname=dirname
232 else 232 else
233 as_dirname=false 233 as_dirname=false
234 fi 234 fi
235   235  
236 as_me=`$as_basename -- "$0" || 236 as_me=`$as_basename -- "$0" ||
237 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 237 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
238 X"$0" : 'X\(//\)$' \| \ 238 X"$0" : 'X\(//\)$' \| \
239 X"$0" : 'X\(/\)' \| . 2>/dev/null || 239 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
240 $as_echo X/"$0" | 240 $as_echo X/"$0" |
241 sed '/^.*\/\([^/][^/]*\)\/*$/{ 241 sed '/^.*\/\([^/][^/]*\)\/*$/{
242 s//\1/ 242 s//\1/
243 q 243 q
244 } 244 }
245 /^X\/\(\/\/\)$/{ 245 /^X\/\(\/\/\)$/{
246 s//\1/ 246 s//\1/
247 q 247 q
248 } 248 }
249 /^X\/\(\/\).*/{ 249 /^X\/\(\/\).*/{
250 s//\1/ 250 s//\1/
251 q 251 q
252 } 252 }
253 s/.*/./; q'` 253 s/.*/./; q'`
254   254  
255 # Avoid depending upon Character Ranges. 255 # Avoid depending upon Character Ranges.
256 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 256 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
257 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 257 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
258 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 258 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
259 as_cr_digits='0123456789' 259 as_cr_digits='0123456789'
260 as_cr_alnum=$as_cr_Letters$as_cr_digits 260 as_cr_alnum=$as_cr_Letters$as_cr_digits
261   261  
262 ECHO_C= ECHO_N= ECHO_T= 262 ECHO_C= ECHO_N= ECHO_T=
263 case `echo -n x` in #((((( 263 case `echo -n x` in #(((((
264 -n*) 264 -n*)
265 case `echo 'xy\c'` in 265 case `echo 'xy\c'` in
266 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 266 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
267 xy) ECHO_C='\c';; 267 xy) ECHO_C='\c';;
268 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 268 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
269 ECHO_T=' ';; 269 ECHO_T=' ';;
270 esac;; 270 esac;;
271 *) 271 *)
272 ECHO_N='-n';; 272 ECHO_N='-n';;
273 esac 273 esac
274   274  
275 rm -f conf$$ conf$$.exe conf$$.file 275 rm -f conf$$ conf$$.exe conf$$.file
276 if test -d conf$$.dir; then 276 if test -d conf$$.dir; then
277 rm -f conf$$.dir/conf$$.file 277 rm -f conf$$.dir/conf$$.file
278 else 278 else
279 rm -f conf$$.dir 279 rm -f conf$$.dir
280 mkdir conf$$.dir 2>/dev/null 280 mkdir conf$$.dir 2>/dev/null
281 fi 281 fi
282 if (echo >conf$$.file) 2>/dev/null; then 282 if (echo >conf$$.file) 2>/dev/null; then
283 if ln -s conf$$.file conf$$ 2>/dev/null; then 283 if ln -s conf$$.file conf$$ 2>/dev/null; then
284 as_ln_s='ln -s' 284 as_ln_s='ln -s'
285 # ... but there are two gotchas: 285 # ... but there are two gotchas:
286 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 286 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
287 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 287 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
288 # In both cases, we have to default to `cp -pR'. 288 # In both cases, we have to default to `cp -pR'.
289 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 289 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
290 as_ln_s='cp -pR' 290 as_ln_s='cp -pR'
291 elif ln conf$$.file conf$$ 2>/dev/null; then 291 elif ln conf$$.file conf$$ 2>/dev/null; then
292 as_ln_s=ln 292 as_ln_s=ln
293 else 293 else
294 as_ln_s='cp -pR' 294 as_ln_s='cp -pR'
295 fi 295 fi
296 else 296 else
297 as_ln_s='cp -pR' 297 as_ln_s='cp -pR'
298 fi 298 fi
299 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 299 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
300 rmdir conf$$.dir 2>/dev/null 300 rmdir conf$$.dir 2>/dev/null
301   301  
302   302  
303 # as_fn_mkdir_p 303 # as_fn_mkdir_p
304 # ------------- 304 # -------------
305 # Create "$as_dir" as a directory, including parents if necessary. 305 # Create "$as_dir" as a directory, including parents if necessary.
306 as_fn_mkdir_p () 306 as_fn_mkdir_p ()
307 { 307 {
308   308  
309 case $as_dir in #( 309 case $as_dir in #(
310 -*) as_dir=./$as_dir;; 310 -*) as_dir=./$as_dir;;
311 esac 311 esac
312 test -d "$as_dir" || eval $as_mkdir_p || { 312 test -d "$as_dir" || eval $as_mkdir_p || {
313 as_dirs= 313 as_dirs=
314 while :; do 314 while :; do
315 case $as_dir in #( 315 case $as_dir in #(
316 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 316 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
317 *) as_qdir=$as_dir;; 317 *) as_qdir=$as_dir;;
318 esac 318 esac
319 as_dirs="'$as_qdir' $as_dirs" 319 as_dirs="'$as_qdir' $as_dirs"
320 as_dir=`$as_dirname -- "$as_dir" || 320 as_dir=`$as_dirname -- "$as_dir" ||
321 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 321 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
322 X"$as_dir" : 'X\(//\)[^/]' \| \ 322 X"$as_dir" : 'X\(//\)[^/]' \| \
323 X"$as_dir" : 'X\(//\)$' \| \ 323 X"$as_dir" : 'X\(//\)$' \| \
324 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 324 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
325 $as_echo X"$as_dir" | 325 $as_echo X"$as_dir" |
326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
327 s//\1/ 327 s//\1/
328 q 328 q
329 } 329 }
330 /^X\(\/\/\)[^/].*/{ 330 /^X\(\/\/\)[^/].*/{
331 s//\1/ 331 s//\1/
332 q 332 q
333 } 333 }
334 /^X\(\/\/\)$/{ 334 /^X\(\/\/\)$/{
335 s//\1/ 335 s//\1/
336 q 336 q
337 } 337 }
338 /^X\(\/\).*/{ 338 /^X\(\/\).*/{
339 s//\1/ 339 s//\1/
340 q 340 q
341 } 341 }
342 s/.*/./; q'` 342 s/.*/./; q'`
343 test -d "$as_dir" && break 343 test -d "$as_dir" && break
344 done 344 done
345 test -z "$as_dirs" || eval "mkdir $as_dirs" 345 test -z "$as_dirs" || eval "mkdir $as_dirs"
346 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 346 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
347   347  
348   348  
349 } # as_fn_mkdir_p 349 } # as_fn_mkdir_p
350 if mkdir -p . 2>/dev/null; then 350 if mkdir -p . 2>/dev/null; then
351 as_mkdir_p='mkdir -p "$as_dir"' 351 as_mkdir_p='mkdir -p "$as_dir"'
352 else 352 else
353 test -d ./-p && rmdir ./-p 353 test -d ./-p && rmdir ./-p
354 as_mkdir_p=false 354 as_mkdir_p=false
355 fi 355 fi
356   356  
357   357  
358 # as_fn_executable_p FILE 358 # as_fn_executable_p FILE
359 # ----------------------- 359 # -----------------------
360 # Test if FILE is an executable regular file. 360 # Test if FILE is an executable regular file.
361 as_fn_executable_p () 361 as_fn_executable_p ()
362 { 362 {
363 test -f "$1" && test -x "$1" 363 test -f "$1" && test -x "$1"
364 } # as_fn_executable_p 364 } # as_fn_executable_p
365 as_test_x='test -x' 365 as_test_x='test -x'
366 as_executable_p=as_fn_executable_p 366 as_executable_p=as_fn_executable_p
367   367  
368 # Sed expression to map a string onto a valid CPP name. 368 # Sed expression to map a string onto a valid CPP name.
369 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 369 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
370   370  
371 # Sed expression to map a string onto a valid variable name. 371 # Sed expression to map a string onto a valid variable name.
372 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 372 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
373   373  
374   374  
375 exec 6>&1 375 exec 6>&1
376 ## ----------------------------------- ## 376 ## ----------------------------------- ##
377 ## Main body of $CONFIG_STATUS script. ## 377 ## Main body of $CONFIG_STATUS script. ##
378 ## ----------------------------------- ## 378 ## ----------------------------------- ##
379 # Save the log message, to keep $0 and so on meaningful, and to 379 # Save the log message, to keep $0 and so on meaningful, and to
380 # report actual input values of CONFIG_FILES etc. instead of their 380 # report actual input values of CONFIG_FILES etc. instead of their
381 # values after options handling. 381 # values after options handling.
382 ac_log=" 382 ac_log="
383 This file was extended by bcm2835 $as_me 1.71, which was 383 This file was extended by bcm2835 $as_me 1.71, which was
384 generated by GNU Autoconf 2.69. Invocation command line was 384 generated by GNU Autoconf 2.69. Invocation command line was
385   385  
386 CONFIG_FILES = $CONFIG_FILES 386 CONFIG_FILES = $CONFIG_FILES
387 CONFIG_HEADERS = $CONFIG_HEADERS 387 CONFIG_HEADERS = $CONFIG_HEADERS
388 CONFIG_LINKS = $CONFIG_LINKS 388 CONFIG_LINKS = $CONFIG_LINKS
389 CONFIG_COMMANDS = $CONFIG_COMMANDS 389 CONFIG_COMMANDS = $CONFIG_COMMANDS
390 $ $0 $@ 390 $ $0 $@
391   391  
392 on `(hostname || uname -n) 2>/dev/null | sed 1q` 392 on `(hostname || uname -n) 2>/dev/null | sed 1q`
393 " 393 "
394   394  
395 # Files that config.status was made for. 395 # Files that config.status was made for.
396 config_files=" Makefile src/Makefile doc/Makefile" 396 config_files=" Makefile src/Makefile doc/Makefile"
397 config_headers=" config.h" 397 config_headers=" config.h"
398 config_commands=" depfiles" 398 config_commands=" depfiles"
399   399  
400 ac_cs_usage="\ 400 ac_cs_usage="\
401 \`$as_me' instantiates files and other configuration actions 401 \`$as_me' instantiates files and other configuration actions
402 from templates according to the current configuration. Unless the files 402 from templates according to the current configuration. Unless the files
403 and actions are specified as TAGs, all are instantiated by default. 403 and actions are specified as TAGs, all are instantiated by default.
404   404  
405 Usage: $0 [OPTION]... [TAG]... 405 Usage: $0 [OPTION]... [TAG]...
406   406  
407 -h, --help print this help, then exit 407 -h, --help print this help, then exit
408 -V, --version print version number and configuration settings, then exit 408 -V, --version print version number and configuration settings, then exit
409 --config print configuration, then exit 409 --config print configuration, then exit
410 -q, --quiet, --silent 410 -q, --quiet, --silent
411 do not print progress messages 411 do not print progress messages
412 -d, --debug don't remove temporary files 412 -d, --debug don't remove temporary files
413 --recheck update $as_me by reconfiguring in the same conditions 413 --recheck update $as_me by reconfiguring in the same conditions
414 --file=FILE[:TEMPLATE] 414 --file=FILE[:TEMPLATE]
415 instantiate the configuration file FILE 415 instantiate the configuration file FILE
416 --header=FILE[:TEMPLATE] 416 --header=FILE[:TEMPLATE]
417 instantiate the configuration header FILE 417 instantiate the configuration header FILE
418   418  
419 Configuration files: 419 Configuration files:
420 $config_files 420 $config_files
421   421  
422 Configuration headers: 422 Configuration headers:
423 $config_headers 423 $config_headers
424   424  
425 Configuration commands: 425 Configuration commands:
426 $config_commands 426 $config_commands
427   427  
428 Report bugs to <mikem@airspayce.com>." 428 Report bugs to <mikem@airspayce.com>."
429   429  
430 ac_cs_config="'--target=aarch64-linux-gnu' '--host=aarch64-linux-gnu' 'host_alias=aarch64-linux-gnu' 'target_alias=aarch64-linux-gnu'" 430 ac_cs_config="'--target=aarch64-linux-gnu' '--host=aarch64-linux-gnu' 'host_alias=aarch64-linux-gnu' 'target_alias=aarch64-linux-gnu'"
431 ac_cs_version="\ 431 ac_cs_version="\
432 bcm2835 config.status 1.71 432 bcm2835 config.status 1.71
433 configured by ./configure, generated by GNU Autoconf 2.69, 433 configured by ./configure, generated by GNU Autoconf 2.69,
434 with options \"$ac_cs_config\" 434 with options \"$ac_cs_config\"
435   435  
436 Copyright (C) 2012 Free Software Foundation, Inc. 436 Copyright (C) 2012 Free Software Foundation, Inc.
437 This config.status script is free software; the Free Software Foundation 437 This config.status script is free software; the Free Software Foundation
438 gives unlimited permission to copy, distribute and modify it." 438 gives unlimited permission to copy, distribute and modify it."
439   439  
440 ac_pwd='/root/regamebox_pikeyd165/bcm2835-1.71' 440 ac_pwd='/root/pikeyd165/bcm2835'
441 srcdir='.' 441 srcdir='.'
442 INSTALL='/usr/bin/install -c' 442 INSTALL='/usr/bin/install -c'
443 MKDIR_P='/bin/mkdir -p' 443 MKDIR_P='/bin/mkdir -p'
444 AWK='gawk' 444 AWK='gawk'
445 test -n "$AWK" || AWK=awk 445 test -n "$AWK" || AWK=awk
446 # The default lists apply if the user does not specify any file. 446 # The default lists apply if the user does not specify any file.
447 ac_need_defaults=: 447 ac_need_defaults=:
448 while test $# != 0 448 while test $# != 0
449 do 449 do
450 case $1 in 450 case $1 in
451 --*=?*) 451 --*=?*)
452 ac_option=`expr "X$1" : 'X\([^=]*\)='` 452 ac_option=`expr "X$1" : 'X\([^=]*\)='`
453 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 453 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
454 ac_shift=: 454 ac_shift=:
455 ;; 455 ;;
456 --*=) 456 --*=)
457 ac_option=`expr "X$1" : 'X\([^=]*\)='` 457 ac_option=`expr "X$1" : 'X\([^=]*\)='`
458 ac_optarg= 458 ac_optarg=
459 ac_shift=: 459 ac_shift=:
460 ;; 460 ;;
461 *) 461 *)
462 ac_option=$1 462 ac_option=$1
463 ac_optarg=$2 463 ac_optarg=$2
464 ac_shift=shift 464 ac_shift=shift
465 ;; 465 ;;
466 esac 466 esac
467   467  
468 case $ac_option in 468 case $ac_option in
469 # Handling of the options. 469 # Handling of the options.
470 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 470 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
471 ac_cs_recheck=: ;; 471 ac_cs_recheck=: ;;
472 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 472 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
473 $as_echo "$ac_cs_version"; exit ;; 473 $as_echo "$ac_cs_version"; exit ;;
474 --config | --confi | --conf | --con | --co | --c ) 474 --config | --confi | --conf | --con | --co | --c )
475 $as_echo "$ac_cs_config"; exit ;; 475 $as_echo "$ac_cs_config"; exit ;;
476 --debug | --debu | --deb | --de | --d | -d ) 476 --debug | --debu | --deb | --de | --d | -d )
477 debug=: ;; 477 debug=: ;;
478 --file | --fil | --fi | --f ) 478 --file | --fil | --fi | --f )
479 $ac_shift 479 $ac_shift
480 case $ac_optarg in 480 case $ac_optarg in
481 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 481 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
482 '') as_fn_error $? "missing file argument" ;; 482 '') as_fn_error $? "missing file argument" ;;
483 esac 483 esac
484 as_fn_append CONFIG_FILES " '$ac_optarg'" 484 as_fn_append CONFIG_FILES " '$ac_optarg'"
485 ac_need_defaults=false;; 485 ac_need_defaults=false;;
486 --header | --heade | --head | --hea ) 486 --header | --heade | --head | --hea )
487 $ac_shift 487 $ac_shift
488 case $ac_optarg in 488 case $ac_optarg in
489 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 489 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
490 esac 490 esac
491 as_fn_append CONFIG_HEADERS " '$ac_optarg'" 491 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
492 ac_need_defaults=false;; 492 ac_need_defaults=false;;
493 --he | --h) 493 --he | --h)
494 # Conflict between --help and --header 494 # Conflict between --help and --header
495 as_fn_error $? "ambiguous option: \`$1' 495 as_fn_error $? "ambiguous option: \`$1'
496 Try \`$0 --help' for more information.";; 496 Try \`$0 --help' for more information.";;
497 --help | --hel | -h ) 497 --help | --hel | -h )
498 $as_echo "$ac_cs_usage"; exit ;; 498 $as_echo "$ac_cs_usage"; exit ;;
499 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 499 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
500 | -silent | --silent | --silen | --sile | --sil | --si | --s) 500 | -silent | --silent | --silen | --sile | --sil | --si | --s)
501 ac_cs_silent=: ;; 501 ac_cs_silent=: ;;
502   502  
503 # This is an error. 503 # This is an error.
504 -*) as_fn_error $? "unrecognized option: \`$1' 504 -*) as_fn_error $? "unrecognized option: \`$1'
505 Try \`$0 --help' for more information." ;; 505 Try \`$0 --help' for more information." ;;
506   506  
507 *) as_fn_append ac_config_targets " $1" 507 *) as_fn_append ac_config_targets " $1"
508 ac_need_defaults=false ;; 508 ac_need_defaults=false ;;
509   509  
510 esac 510 esac
511 shift 511 shift
512 done 512 done
513   513  
514 ac_configure_extra_args= 514 ac_configure_extra_args=
515   515  
516 if $ac_cs_silent; then 516 if $ac_cs_silent; then
517 exec 6>/dev/null 517 exec 6>/dev/null
518 ac_configure_extra_args="$ac_configure_extra_args --silent" 518 ac_configure_extra_args="$ac_configure_extra_args --silent"
519 fi 519 fi
520   520  
521 if $ac_cs_recheck; then 521 if $ac_cs_recheck; then
522 set X /bin/bash './configure' '--target=aarch64-linux-gnu' '--host=aarch64-linux-gnu' 'host_alias=aarch64-linux-gnu' 'target_alias=aarch64-linux-gnu' $ac_configure_extra_args --no-create --no-recursion 522 set X /bin/bash './configure' '--target=aarch64-linux-gnu' '--host=aarch64-linux-gnu' 'host_alias=aarch64-linux-gnu' 'target_alias=aarch64-linux-gnu' $ac_configure_extra_args --no-create --no-recursion
523 shift 523 shift
524 $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6 524 $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
525 CONFIG_SHELL='/bin/bash' 525 CONFIG_SHELL='/bin/bash'
526 export CONFIG_SHELL 526 export CONFIG_SHELL
527 exec "$@" 527 exec "$@"
528 fi 528 fi
529   529  
530 exec 5>>config.log 530 exec 5>>config.log
531 { 531 {
532 echo 532 echo
533 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 533 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
534 ## Running $as_me. ## 534 ## Running $as_me. ##
535 _ASBOX 535 _ASBOX
536 $as_echo "$ac_log" 536 $as_echo "$ac_log"
537 } >&5 537 } >&5
538   538  
539 # 539 #
540 # INIT-COMMANDS 540 # INIT-COMMANDS
541 # 541 #
542 AMDEP_TRUE="" MAKE="make" 542 AMDEP_TRUE="" MAKE="make"
543   543  
544   544  
545 # Handling of arguments. 545 # Handling of arguments.
546 for ac_config_target in $ac_config_targets 546 for ac_config_target in $ac_config_targets
547 do 547 do
548 case $ac_config_target in 548 case $ac_config_target in
549 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 549 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
550 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 550 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
551 "doc/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/Doxyfile" ;; 551 "doc/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/Doxyfile" ;;
552 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 552 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
553 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 553 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
554 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 554 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
555   555  
556 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 556 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
557 esac 557 esac
558 done 558 done
559   559  
560   560  
561 # If the user did not use the arguments to specify the items to instantiate, 561 # If the user did not use the arguments to specify the items to instantiate,
562 # then the envvar interface is used. Set only those that are not. 562 # then the envvar interface is used. Set only those that are not.
563 # We use the long form for the default assignment because of an extremely 563 # We use the long form for the default assignment because of an extremely
564 # bizarre bug on SunOS 4.1.3. 564 # bizarre bug on SunOS 4.1.3.
565 if $ac_need_defaults; then 565 if $ac_need_defaults; then
566 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 566 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
567 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 567 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
568 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 568 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
569 fi 569 fi
570   570  
571 # Have a temporary directory for convenience. Make it in the build tree 571 # Have a temporary directory for convenience. Make it in the build tree
572 # simply because there is no reason against having it here, and in addition, 572 # simply because there is no reason against having it here, and in addition,
573 # creating and moving files from /tmp can sometimes cause problems. 573 # creating and moving files from /tmp can sometimes cause problems.
574 # Hook for its removal unless debugging. 574 # Hook for its removal unless debugging.
575 # Note that there is a small window in which the directory will not be cleaned: 575 # Note that there is a small window in which the directory will not be cleaned:
576 # after its creation but before its name has been assigned to `$tmp'. 576 # after its creation but before its name has been assigned to `$tmp'.
577 $debug || 577 $debug ||
578 { 578 {
579 tmp= ac_tmp= 579 tmp= ac_tmp=
580 trap 'exit_status=$? 580 trap 'exit_status=$?
581 : "${ac_tmp:=$tmp}" 581 : "${ac_tmp:=$tmp}"
582 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status 582 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
583 ' 0 583 ' 0
584 trap 'as_fn_exit 1' 1 2 13 15 584 trap 'as_fn_exit 1' 1 2 13 15
585 } 585 }
586 # Create a (secure) tmp directory for tmp files. 586 # Create a (secure) tmp directory for tmp files.
587   587  
588 { 588 {
589 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 589 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
590 test -d "$tmp" 590 test -d "$tmp"
591 } || 591 } ||
592 { 592 {
593 tmp=./conf$$-$RANDOM 593 tmp=./conf$$-$RANDOM
594 (umask 077 && mkdir "$tmp") 594 (umask 077 && mkdir "$tmp")
595 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 595 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
596 ac_tmp=$tmp 596 ac_tmp=$tmp
597   597  
598 # Set up the scripts for CONFIG_FILES section. 598 # Set up the scripts for CONFIG_FILES section.
599 # No need to generate them if there are no CONFIG_FILES. 599 # No need to generate them if there are no CONFIG_FILES.
600 # This happens for instance with `./config.status config.h'. 600 # This happens for instance with `./config.status config.h'.
601 if test -n "$CONFIG_FILES"; then 601 if test -n "$CONFIG_FILES"; then
602   602  
603   603  
604 ac_cr=`echo X | tr X '\015'` 604 ac_cr=`echo X | tr X '\015'`
605 # On cygwin, bash can eat \r inside `` if the user requested igncr. 605 # On cygwin, bash can eat \r inside `` if the user requested igncr.
606 # But we know of no other shell where ac_cr would be empty at this 606 # But we know of no other shell where ac_cr would be empty at this
607 # point, so we can use a bashism as a fallback. 607 # point, so we can use a bashism as a fallback.
608 if test "x$ac_cr" = x; then 608 if test "x$ac_cr" = x; then
609 eval ac_cr=\$\'\\r\' 609 eval ac_cr=\$\'\\r\'
610 fi 610 fi
611 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 611 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
612 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 612 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
613 ac_cs_awk_cr='\\r' 613 ac_cs_awk_cr='\\r'
614 else 614 else
615 ac_cs_awk_cr=$ac_cr 615 ac_cs_awk_cr=$ac_cr
616 fi 616 fi
617   617  
618 echo 'BEGIN {' >"$ac_tmp/subs1.awk" && 618 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
619 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && 619 cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
620 S["am__EXEEXT_FALSE"]="" 620 S["am__EXEEXT_FALSE"]=""
621 S["am__EXEEXT_TRUE"]="#" 621 S["am__EXEEXT_TRUE"]="#"
622 S["LTLIBOBJS"]="" 622 S["LTLIBOBJS"]=""
623 S["LIBOBJS"]="" 623 S["LIBOBJS"]=""
624 S["HAVE_DOXYGEN_FALSE"]="" 624 S["HAVE_DOXYGEN_FALSE"]=""
625 S["HAVE_DOXYGEN_TRUE"]="#" 625 S["HAVE_DOXYGEN_TRUE"]="#"
626 S["RANLIB"]="aarch64-linux-gnu-ranlib" 626 S["RANLIB"]="aarch64-linux-gnu-ranlib"
627 S["DOXYGEN"]="" 627 S["DOXYGEN"]=""
628 S["am__fastdepCC_FALSE"]="#" 628 S["am__fastdepCC_FALSE"]="#"
629 S["am__fastdepCC_TRUE"]="" 629 S["am__fastdepCC_TRUE"]=""
630 S["CCDEPMODE"]="depmode=gcc3" 630 S["CCDEPMODE"]="depmode=gcc3"
631 S["am__nodep"]="_no" 631 S["am__nodep"]="_no"
632 S["AMDEPBACKSLASH"]="\\" 632 S["AMDEPBACKSLASH"]="\\"
633 S["AMDEP_FALSE"]="#" 633 S["AMDEP_FALSE"]="#"
634 S["AMDEP_TRUE"]="" 634 S["AMDEP_TRUE"]=""
635 S["am__include"]="include" 635 S["am__include"]="include"
636 S["DEPDIR"]=".deps" 636 S["DEPDIR"]=".deps"
637 S["OBJEXT"]="o" 637 S["OBJEXT"]="o"
638 S["EXEEXT"]="" 638 S["EXEEXT"]=""
639 S["ac_ct_CC"]="" 639 S["ac_ct_CC"]=""
640 S["CPPFLAGS"]="" 640 S["CPPFLAGS"]=""
641 S["LDFLAGS"]="" 641 S["LDFLAGS"]=""
642 S["CFLAGS"]="-g -O2" 642 S["CFLAGS"]="-g -O2"
643 S["CC"]="aarch64-linux-gnu-gcc" 643 S["CC"]="aarch64-linux-gnu-gcc"
644 S["AM_BACKSLASH"]="\\" 644 S["AM_BACKSLASH"]="\\"
645 S["AM_DEFAULT_VERBOSITY"]="1" 645 S["AM_DEFAULT_VERBOSITY"]="1"
646 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)" 646 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
647 S["AM_V"]="$(V)" 647 S["AM_V"]="$(V)"
648 S["am__untar"]="$${TAR-tar} xf -" 648 S["am__untar"]="$${TAR-tar} xf -"
649 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" 649 S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
650 S["AMTAR"]="$${TAR-tar}" 650 S["AMTAR"]="$${TAR-tar}"
651 S["am__leading_dot"]="." 651 S["am__leading_dot"]="."
652 S["SET_MAKE"]="" 652 S["SET_MAKE"]=""
653 S["AWK"]="gawk" 653 S["AWK"]="gawk"
654 S["mkdir_p"]="$(MKDIR_P)" 654 S["mkdir_p"]="$(MKDIR_P)"
655 S["MKDIR_P"]="/bin/mkdir -p" 655 S["MKDIR_P"]="/bin/mkdir -p"
656 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" 656 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
657 S["STRIP"]="aarch64-linux-gnu-strip" 657 S["STRIP"]="aarch64-linux-gnu-strip"
658 S["install_sh"]="${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/install-sh" 658 S["install_sh"]="${SHELL} /root/pikeyd165/bcm2835/install-sh"
659 S["MAKEINFO"]="${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing makeinfo" 659 S["MAKEINFO"]="${SHELL} '/root/pikeyd165/bcm2835/missing' makeinfo"
660 S["AUTOHEADER"]="${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoheader" 660 S["AUTOHEADER"]="${SHELL} '/root/pikeyd165/bcm2835/missing' autoheader"
661 S["AUTOMAKE"]="${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing automake-1.16" 661 S["AUTOMAKE"]="${SHELL} '/root/pikeyd165/bcm2835/missing' automake-1.16"
662 S["AUTOCONF"]="${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoconf" 662 S["AUTOCONF"]="${SHELL} '/root/pikeyd165/bcm2835/missing' autoconf"
663 S["ACLOCAL"]="${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing aclocal-1.16" 663 S["ACLOCAL"]="${SHELL} '/root/pikeyd165/bcm2835/missing' aclocal-1.16"
664 S["VERSION"]="1.71" 664 S["VERSION"]="1.71"
665 S["PACKAGE"]="bcm2835" 665 S["PACKAGE"]="bcm2835"
666 S["CYGPATH_W"]="echo" 666 S["CYGPATH_W"]="echo"
667 S["am__isrc"]="" 667 S["am__isrc"]=""
668 S["INSTALL_DATA"]="${INSTALL} -m 644" 668 S["INSTALL_DATA"]="${INSTALL} -m 644"
669 S["INSTALL_SCRIPT"]="${INSTALL}" 669 S["INSTALL_SCRIPT"]="${INSTALL}"
670 S["INSTALL_PROGRAM"]="${INSTALL}" 670 S["INSTALL_PROGRAM"]="${INSTALL}"
671 S["target_alias"]="aarch64-linux-gnu" 671 S["target_alias"]="aarch64-linux-gnu"
672 S["host_alias"]="aarch64-linux-gnu" 672 S["host_alias"]="aarch64-linux-gnu"
673 S["build_alias"]="" 673 S["build_alias"]=""
674 S["LIBS"]="-lrt " 674 S["LIBS"]="-lrt "
675 S["ECHO_T"]="" 675 S["ECHO_T"]=""
676 S["ECHO_N"]="-n" 676 S["ECHO_N"]="-n"
677 S["ECHO_C"]="" 677 S["ECHO_C"]=""
678 S["DEFS"]="-DHAVE_CONFIG_H" 678 S["DEFS"]="-DHAVE_CONFIG_H"
679 S["mandir"]="${datarootdir}/man" 679 S["mandir"]="${datarootdir}/man"
680 S["localedir"]="${datarootdir}/locale" 680 S["localedir"]="${datarootdir}/locale"
681 S["libdir"]="${exec_prefix}/lib" 681 S["libdir"]="${exec_prefix}/lib"
682 S["psdir"]="${docdir}" 682 S["psdir"]="${docdir}"
683 S["pdfdir"]="${docdir}" 683 S["pdfdir"]="${docdir}"
684 S["dvidir"]="${docdir}" 684 S["dvidir"]="${docdir}"
685 S["htmldir"]="${docdir}" 685 S["htmldir"]="${docdir}"
686 S["infodir"]="${datarootdir}/info" 686 S["infodir"]="${datarootdir}/info"
687 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" 687 S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
688 S["oldincludedir"]="/usr/include" 688 S["oldincludedir"]="/usr/include"
689 S["includedir"]="${prefix}/include" 689 S["includedir"]="${prefix}/include"
690 S["runstatedir"]="${localstatedir}/run" 690 S["runstatedir"]="${localstatedir}/run"
691 S["localstatedir"]="${prefix}/var" 691 S["localstatedir"]="${prefix}/var"
692 S["sharedstatedir"]="${prefix}/com" 692 S["sharedstatedir"]="${prefix}/com"
693 S["sysconfdir"]="${prefix}/etc" 693 S["sysconfdir"]="${prefix}/etc"
694 S["datadir"]="${datarootdir}" 694 S["datadir"]="${datarootdir}"
695 S["datarootdir"]="${prefix}/share" 695 S["datarootdir"]="${prefix}/share"
696 S["libexecdir"]="${exec_prefix}/libexec" 696 S["libexecdir"]="${exec_prefix}/libexec"
697 S["sbindir"]="${exec_prefix}/sbin" 697 S["sbindir"]="${exec_prefix}/sbin"
698 S["bindir"]="${exec_prefix}/bin" 698 S["bindir"]="${exec_prefix}/bin"
699 S["program_transform_name"]="s,x,x," 699 S["program_transform_name"]="s,x,x,"
700 S["prefix"]="/usr/local" 700 S["prefix"]="/usr/local"
701 S["exec_prefix"]="${prefix}" 701 S["exec_prefix"]="${prefix}"
702 S["PACKAGE_URL"]="" 702 S["PACKAGE_URL"]=""
703 S["PACKAGE_BUGREPORT"]="mikem@airspayce.com" 703 S["PACKAGE_BUGREPORT"]="mikem@airspayce.com"
704 S["PACKAGE_STRING"]="bcm2835 1.71" 704 S["PACKAGE_STRING"]="bcm2835 1.71"
705 S["PACKAGE_VERSION"]="1.71" 705 S["PACKAGE_VERSION"]="1.71"
706 S["PACKAGE_TARNAME"]="bcm2835" 706 S["PACKAGE_TARNAME"]="bcm2835"
707 S["PACKAGE_NAME"]="bcm2835" 707 S["PACKAGE_NAME"]="bcm2835"
708 S["PATH_SEPARATOR"]=":" 708 S["PATH_SEPARATOR"]=":"
709 S["SHELL"]="/bin/bash" 709 S["SHELL"]="/bin/bash"
710 S["am__quote"]="" 710 S["am__quote"]=""
711 _ACAWK 711 _ACAWK
712 cat >>"$ac_tmp/subs1.awk" <<_ACAWK && 712 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
713 for (key in S) S_is_set[key] = 1 713 for (key in S) S_is_set[key] = 1
714 FS = "" 714 FS = ""
715   715  
716 } 716 }
717 { 717 {
718 line = $ 0 718 line = $ 0
719 nfields = split(line, field, "@") 719 nfields = split(line, field, "@")
720 substed = 0 720 substed = 0
721 len = length(field[1]) 721 len = length(field[1])
722 for (i = 2; i < nfields; i++) { 722 for (i = 2; i < nfields; i++) {
723 key = field[i] 723 key = field[i]
724 keylen = length(key) 724 keylen = length(key)
725 if (S_is_set[key]) { 725 if (S_is_set[key]) {
726 value = S[key] 726 value = S[key]
727 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 727 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
728 len += length(value) + length(field[++i]) 728 len += length(value) + length(field[++i])
729 substed = 1 729 substed = 1
730 } else 730 } else
731 len += 1 + keylen 731 len += 1 + keylen
732 } 732 }
733   733  
734 print line 734 print line
735 } 735 }
736   736  
737 _ACAWK 737 _ACAWK
738 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 738 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
739 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 739 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
740 else 740 else
741 cat 741 cat
742 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ 742 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
743 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 743 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
744 fi # test -n "$CONFIG_FILES" 744 fi # test -n "$CONFIG_FILES"
745   745  
746 # Set up the scripts for CONFIG_HEADERS section. 746 # Set up the scripts for CONFIG_HEADERS section.
747 # No need to generate them if there are no CONFIG_HEADERS. 747 # No need to generate them if there are no CONFIG_HEADERS.
748 # This happens for instance with `./config.status Makefile'. 748 # This happens for instance with `./config.status Makefile'.
749 if test -n "$CONFIG_HEADERS"; then 749 if test -n "$CONFIG_HEADERS"; then
750 cat >"$ac_tmp/defines.awk" <<\_ACAWK || 750 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
751 BEGIN { 751 BEGIN {
752 D["PACKAGE_NAME"]=" \"bcm2835\"" 752 D["PACKAGE_NAME"]=" \"bcm2835\""
753 D["PACKAGE_TARNAME"]=" \"bcm2835\"" 753 D["PACKAGE_TARNAME"]=" \"bcm2835\""
754 D["PACKAGE_VERSION"]=" \"1.71\"" 754 D["PACKAGE_VERSION"]=" \"1.71\""
755 D["PACKAGE_STRING"]=" \"bcm2835 1.71\"" 755 D["PACKAGE_STRING"]=" \"bcm2835 1.71\""
756 D["PACKAGE_BUGREPORT"]=" \"mikem@airspayce.com\"" 756 D["PACKAGE_BUGREPORT"]=" \"mikem@airspayce.com\""
757 D["PACKAGE_URL"]=" \"\"" 757 D["PACKAGE_URL"]=" \"\""
758 D["PACKAGE"]=" \"bcm2835\"" 758 D["PACKAGE"]=" \"bcm2835\""
759 D["VERSION"]=" \"1.71\"" 759 D["VERSION"]=" \"1.71\""
760 D["HAVE_LIBRT"]=" 1" 760 D["HAVE_LIBRT"]=" 1"
761 for (key in D) D_is_set[key] = 1 761 for (key in D) D_is_set[key] = 1
762 FS = "" 762 FS = ""
763 } 763 }
764 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { 764 /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
765 line = $ 0 765 line = $ 0
766 split(line, arg, " ") 766 split(line, arg, " ")
767 if (arg[1] == "#") { 767 if (arg[1] == "#") {
768 defundef = arg[2] 768 defundef = arg[2]
769 mac1 = arg[3] 769 mac1 = arg[3]
770 } else { 770 } else {
771 defundef = substr(arg[1], 2) 771 defundef = substr(arg[1], 2)
772 mac1 = arg[2] 772 mac1 = arg[2]
773 } 773 }
774 split(mac1, mac2, "(") #) 774 split(mac1, mac2, "(") #)
775 macro = mac2[1] 775 macro = mac2[1]
776 prefix = substr(line, 1, index(line, defundef) - 1) 776 prefix = substr(line, 1, index(line, defundef) - 1)
777 if (D_is_set[macro]) { 777 if (D_is_set[macro]) {
778 # Preserve the white space surrounding the "#". 778 # Preserve the white space surrounding the "#".
779 print prefix "define", macro P[macro] D[macro] 779 print prefix "define", macro P[macro] D[macro]
780 next 780 next
781 } else { 781 } else {
782 # Replace #undef with comments. This is necessary, for example, 782 # Replace #undef with comments. This is necessary, for example,
783 # in the case of _POSIX_SOURCE, which is predefined and required 783 # in the case of _POSIX_SOURCE, which is predefined and required
784 # on some systems where configure will not decide to define it. 784 # on some systems where configure will not decide to define it.
785 if (defundef == "undef") { 785 if (defundef == "undef") {
786 print "/*", prefix defundef, macro, "*/" 786 print "/*", prefix defundef, macro, "*/"
787 next 787 next
788 } 788 }
789 } 789 }
790 } 790 }
791 { print } 791 { print }
792 _ACAWK 792 _ACAWK
793 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 793 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
794 fi # test -n "$CONFIG_HEADERS" 794 fi # test -n "$CONFIG_HEADERS"
795   795  
796   796  
797 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 797 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
798 shift 798 shift
799 for ac_tag 799 for ac_tag
800 do 800 do
801 case $ac_tag in 801 case $ac_tag in
802 :[FHLC]) ac_mode=$ac_tag; continue;; 802 :[FHLC]) ac_mode=$ac_tag; continue;;
803 esac 803 esac
804 case $ac_mode$ac_tag in 804 case $ac_mode$ac_tag in
805 :[FHL]*:*);; 805 :[FHL]*:*);;
806 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; 806 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
807 :[FH]-) ac_tag=-:-;; 807 :[FH]-) ac_tag=-:-;;
808 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 808 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
809 esac 809 esac
810 ac_save_IFS=$IFS 810 ac_save_IFS=$IFS
811 IFS=: 811 IFS=:
812 set x $ac_tag 812 set x $ac_tag
813 IFS=$ac_save_IFS 813 IFS=$ac_save_IFS
814 shift 814 shift
815 ac_file=$1 815 ac_file=$1
816 shift 816 shift
817   817  
818 case $ac_mode in 818 case $ac_mode in
819 :L) ac_source=$1;; 819 :L) ac_source=$1;;
820 :[FH]) 820 :[FH])
821 ac_file_inputs= 821 ac_file_inputs=
822 for ac_f 822 for ac_f
823 do 823 do
824 case $ac_f in 824 case $ac_f in
825 -) ac_f="$ac_tmp/stdin";; 825 -) ac_f="$ac_tmp/stdin";;
826 *) # Look for the file first in the build tree, then in the source tree 826 *) # Look for the file first in the build tree, then in the source tree
827 # (if the path is not absolute). The absolute path cannot be DOS-style, 827 # (if the path is not absolute). The absolute path cannot be DOS-style,
828 # because $ac_f cannot contain `:'. 828 # because $ac_f cannot contain `:'.
829 test -f "$ac_f" || 829 test -f "$ac_f" ||
830 case $ac_f in 830 case $ac_f in
831 [\\/$]*) false;; 831 [\\/$]*) false;;
832 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 832 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
833 esac || 833 esac ||
834 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; 834 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
835 esac 835 esac
836 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 836 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
837 as_fn_append ac_file_inputs " '$ac_f'" 837 as_fn_append ac_file_inputs " '$ac_f'"
838 done 838 done
839   839  
840 # Let's still pretend it is `configure' which instantiates (i.e., don't 840 # Let's still pretend it is `configure' which instantiates (i.e., don't
841 # use $as_me), people would be surprised to read: 841 # use $as_me), people would be surprised to read:
842 # /* config.h. Generated by config.status. */ 842 # /* config.h. Generated by config.status. */
843 configure_input='Generated from '` 843 configure_input='Generated from '`
844 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 844 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
845 `' by configure.' 845 `' by configure.'
846 if test x"$ac_file" != x-; then 846 if test x"$ac_file" != x-; then
847 configure_input="$ac_file. $configure_input" 847 configure_input="$ac_file. $configure_input"
848 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 848 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
849 $as_echo "$as_me: creating $ac_file" >&6;} 849 $as_echo "$as_me: creating $ac_file" >&6;}
850 fi 850 fi
851 # Neutralize special characters interpreted by sed in replacement strings. 851 # Neutralize special characters interpreted by sed in replacement strings.
852 case $configure_input in #( 852 case $configure_input in #(
853 *\&* | *\|* | *\\* ) 853 *\&* | *\|* | *\\* )
854 ac_sed_conf_input=`$as_echo "$configure_input" | 854 ac_sed_conf_input=`$as_echo "$configure_input" |
855 sed 's/[\\\\&|]/\\\\&/g'`;; #( 855 sed 's/[\\\\&|]/\\\\&/g'`;; #(
856 *) ac_sed_conf_input=$configure_input;; 856 *) ac_sed_conf_input=$configure_input;;
857 esac 857 esac
858   858  
859 case $ac_tag in 859 case $ac_tag in
860 *:-:* | *:-) cat >"$ac_tmp/stdin" \ 860 *:-:* | *:-) cat >"$ac_tmp/stdin" \
861 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 861 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
862 esac 862 esac
863 ;; 863 ;;
864 esac 864 esac
865   865  
866 ac_dir=`$as_dirname -- "$ac_file" || 866 ac_dir=`$as_dirname -- "$ac_file" ||
867 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 867 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
868 X"$ac_file" : 'X\(//\)[^/]' \| \ 868 X"$ac_file" : 'X\(//\)[^/]' \| \
869 X"$ac_file" : 'X\(//\)$' \| \ 869 X"$ac_file" : 'X\(//\)$' \| \
870 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 870 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
871 $as_echo X"$ac_file" | 871 $as_echo X"$ac_file" |
872 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 872 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
873 s//\1/ 873 s//\1/
874 q 874 q
875 } 875 }
876 /^X\(\/\/\)[^/].*/{ 876 /^X\(\/\/\)[^/].*/{
877 s//\1/ 877 s//\1/
878 q 878 q
879 } 879 }
880 /^X\(\/\/\)$/{ 880 /^X\(\/\/\)$/{
881 s//\1/ 881 s//\1/
882 q 882 q
883 } 883 }
884 /^X\(\/\).*/{ 884 /^X\(\/\).*/{
885 s//\1/ 885 s//\1/
886 q 886 q
887 } 887 }
888 s/.*/./; q'` 888 s/.*/./; q'`
889 as_dir="$ac_dir"; as_fn_mkdir_p 889 as_dir="$ac_dir"; as_fn_mkdir_p
890 ac_builddir=. 890 ac_builddir=.
891   891  
892 case "$ac_dir" in 892 case "$ac_dir" in
893 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 893 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
894 *) 894 *)
895 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 895 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
896 # A ".." for each directory in $ac_dir_suffix. 896 # A ".." for each directory in $ac_dir_suffix.
897 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 897 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
898 case $ac_top_builddir_sub in 898 case $ac_top_builddir_sub in
899 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 899 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
900 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 900 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
901 esac ;; 901 esac ;;
902 esac 902 esac
903 ac_abs_top_builddir=$ac_pwd 903 ac_abs_top_builddir=$ac_pwd
904 ac_abs_builddir=$ac_pwd$ac_dir_suffix 904 ac_abs_builddir=$ac_pwd$ac_dir_suffix
905 # for backward compatibility: 905 # for backward compatibility:
906 ac_top_builddir=$ac_top_build_prefix 906 ac_top_builddir=$ac_top_build_prefix
907   907  
908 case $srcdir in 908 case $srcdir in
909 .) # We are building in place. 909 .) # We are building in place.
910 ac_srcdir=. 910 ac_srcdir=.
911 ac_top_srcdir=$ac_top_builddir_sub 911 ac_top_srcdir=$ac_top_builddir_sub
912 ac_abs_top_srcdir=$ac_pwd ;; 912 ac_abs_top_srcdir=$ac_pwd ;;
913 [\\/]* | ?:[\\/]* ) # Absolute name. 913 [\\/]* | ?:[\\/]* ) # Absolute name.
914 ac_srcdir=$srcdir$ac_dir_suffix; 914 ac_srcdir=$srcdir$ac_dir_suffix;
915 ac_top_srcdir=$srcdir 915 ac_top_srcdir=$srcdir
916 ac_abs_top_srcdir=$srcdir ;; 916 ac_abs_top_srcdir=$srcdir ;;
917 *) # Relative name. 917 *) # Relative name.
918 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 918 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
919 ac_top_srcdir=$ac_top_build_prefix$srcdir 919 ac_top_srcdir=$ac_top_build_prefix$srcdir
920 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 920 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
921 esac 921 esac
922 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 922 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
923   923  
924   924  
925 case $ac_mode in 925 case $ac_mode in
926 :F) 926 :F)
927 # 927 #
928 # CONFIG_FILE 928 # CONFIG_FILE
929 # 929 #
930   930  
931 case $INSTALL in 931 case $INSTALL in
932 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 932 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
933 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 933 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
934 esac 934 esac
935 ac_MKDIR_P=$MKDIR_P 935 ac_MKDIR_P=$MKDIR_P
936 case $MKDIR_P in 936 case $MKDIR_P in
937 [\\/$]* | ?:[\\/]* ) ;; 937 [\\/$]* | ?:[\\/]* ) ;;
938 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 938 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
939 esac 939 esac
940 # If the template does not know about datarootdir, expand it. 940 # If the template does not know about datarootdir, expand it.
941 # FIXME: This hack should be removed a few years after 2.60. 941 # FIXME: This hack should be removed a few years after 2.60.
942 ac_datarootdir_hack=; ac_datarootdir_seen= 942 ac_datarootdir_hack=; ac_datarootdir_seen=
943 ac_sed_dataroot=' 943 ac_sed_dataroot='
944 /datarootdir/ { 944 /datarootdir/ {
945 p 945 p
946 q 946 q
947 } 947 }
948 /@datadir@/p 948 /@datadir@/p
949 /@docdir@/p 949 /@docdir@/p
950 /@infodir@/p 950 /@infodir@/p
951 /@localedir@/p 951 /@localedir@/p
952 /@mandir@/p' 952 /@mandir@/p'
953 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 953 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
954 *datarootdir*) ac_datarootdir_seen=yes;; 954 *datarootdir*) ac_datarootdir_seen=yes;;
955 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 955 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
956 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 956 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
957 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 957 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
958 ac_datarootdir_hack=' 958 ac_datarootdir_hack='
959 s&@datadir@&${datarootdir}&g 959 s&@datadir@&${datarootdir}&g
960 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g 960 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
961 s&@infodir@&${datarootdir}/info&g 961 s&@infodir@&${datarootdir}/info&g
962 s&@localedir@&${datarootdir}/locale&g 962 s&@localedir@&${datarootdir}/locale&g
963 s&@mandir@&${datarootdir}/man&g 963 s&@mandir@&${datarootdir}/man&g
964 s&\${datarootdir}&${prefix}/share&g' ;; 964 s&\${datarootdir}&${prefix}/share&g' ;;
965 esac 965 esac
966 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ 966 ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
967 h 967 h
968 s/// 968 s///
969 s/^/:/ 969 s/^/:/
970 s/[ ]*$/:/ 970 s/[ ]*$/:/
971 s/:\$(srcdir):/:/g 971 s/:\$(srcdir):/:/g
972 s/:\${srcdir}:/:/g 972 s/:\${srcdir}:/:/g
973 s/:@srcdir@:/:/g 973 s/:@srcdir@:/:/g
974 s/^:*// 974 s/^:*//
975 s/:*$// 975 s/:*$//
976 x 976 x
977 s/\(=[ ]*\).*/\1/ 977 s/\(=[ ]*\).*/\1/
978 G 978 G
979 s/\n// 979 s/\n//
980 s/^[^=]*=[ ]*$// 980 s/^[^=]*=[ ]*$//
981 } 981 }
982   982  
983 :t 983 :t
984 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 984 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
985 s|@configure_input@|$ac_sed_conf_input|;t t 985 s|@configure_input@|$ac_sed_conf_input|;t t
986 s&@top_builddir@&$ac_top_builddir_sub&;t t 986 s&@top_builddir@&$ac_top_builddir_sub&;t t
987 s&@top_build_prefix@&$ac_top_build_prefix&;t t 987 s&@top_build_prefix@&$ac_top_build_prefix&;t t
988 s&@srcdir@&$ac_srcdir&;t t 988 s&@srcdir@&$ac_srcdir&;t t
989 s&@abs_srcdir@&$ac_abs_srcdir&;t t 989 s&@abs_srcdir@&$ac_abs_srcdir&;t t
990 s&@top_srcdir@&$ac_top_srcdir&;t t 990 s&@top_srcdir@&$ac_top_srcdir&;t t
991 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 991 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
992 s&@builddir@&$ac_builddir&;t t 992 s&@builddir@&$ac_builddir&;t t
993 s&@abs_builddir@&$ac_abs_builddir&;t t 993 s&@abs_builddir@&$ac_abs_builddir&;t t
994 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 994 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
995 s&@INSTALL@&$ac_INSTALL&;t t 995 s&@INSTALL@&$ac_INSTALL&;t t
996 s&@MKDIR_P@&$ac_MKDIR_P&;t t 996 s&@MKDIR_P@&$ac_MKDIR_P&;t t
997 $ac_datarootdir_hack 997 $ac_datarootdir_hack
998 " 998 "
999 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ 999 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
1000 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1000 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1001   1001  
1002 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 1002 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1003 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 1003 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1004 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 1004 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1005 "$ac_tmp/out"`; test -z "$ac_out"; } && 1005 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1006 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 1006 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1007 which seems to be undefined. Please make sure it is defined" >&5 1007 which seems to be undefined. Please make sure it is defined" >&5
1008 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 1008 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1009 which seems to be undefined. Please make sure it is defined" >&2;} 1009 which seems to be undefined. Please make sure it is defined" >&2;}
1010   1010  
1011 rm -f "$ac_tmp/stdin" 1011 rm -f "$ac_tmp/stdin"
1012 case $ac_file in 1012 case $ac_file in
1013 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; 1013 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
1014 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; 1014 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
1015 esac \ 1015 esac \
1016 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1016 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1017 ;; 1017 ;;
1018 :H) 1018 :H)
1019 # 1019 #
1020 # CONFIG_HEADER 1020 # CONFIG_HEADER
1021 # 1021 #
1022 if test x"$ac_file" != x-; then 1022 if test x"$ac_file" != x-; then
1023 { 1023 {
1024 $as_echo "/* $configure_input */" \ 1024 $as_echo "/* $configure_input */" \
1025 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" 1025 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1026 } >"$ac_tmp/config.h" \ 1026 } >"$ac_tmp/config.h" \
1027 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1027 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1028 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then 1028 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1029 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 1029 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1030 $as_echo "$as_me: $ac_file is unchanged" >&6;} 1030 $as_echo "$as_me: $ac_file is unchanged" >&6;}
1031 else 1031 else
1032 rm -f "$ac_file" 1032 rm -f "$ac_file"
1033 mv "$ac_tmp/config.h" "$ac_file" \ 1033 mv "$ac_tmp/config.h" "$ac_file" \
1034 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 1034 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1035 fi 1035 fi
1036 else 1036 else
1037 $as_echo "/* $configure_input */" \ 1037 $as_echo "/* $configure_input */" \
1038 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ 1038 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1039 || as_fn_error $? "could not create -" "$LINENO" 5 1039 || as_fn_error $? "could not create -" "$LINENO" 5
1040 fi 1040 fi
1041 # Compute "$ac_file"'s index in $config_headers. 1041 # Compute "$ac_file"'s index in $config_headers.
1042 _am_arg="$ac_file" 1042 _am_arg="$ac_file"
1043 _am_stamp_count=1 1043 _am_stamp_count=1
1044 for _am_header in $config_headers :; do 1044 for _am_header in $config_headers :; do
1045 case $_am_header in 1045 case $_am_header in
1046 $_am_arg | $_am_arg:* ) 1046 $_am_arg | $_am_arg:* )
1047 break ;; 1047 break ;;
1048 * ) 1048 * )
1049 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 1049 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1050 esac 1050 esac
1051 done 1051 done
1052 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 1052 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1053 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1053 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1054 X"$_am_arg" : 'X\(//\)[^/]' \| \ 1054 X"$_am_arg" : 'X\(//\)[^/]' \| \
1055 X"$_am_arg" : 'X\(//\)$' \| \ 1055 X"$_am_arg" : 'X\(//\)$' \| \
1056 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 1056 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1057 $as_echo X"$_am_arg" | 1057 $as_echo X"$_am_arg" |
1058 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1058 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1059 s//\1/ 1059 s//\1/
1060 q 1060 q
1061 } 1061 }
1062 /^X\(\/\/\)[^/].*/{ 1062 /^X\(\/\/\)[^/].*/{
1063 s//\1/ 1063 s//\1/
1064 q 1064 q
1065 } 1065 }
1066 /^X\(\/\/\)$/{ 1066 /^X\(\/\/\)$/{
1067 s//\1/ 1067 s//\1/
1068 q 1068 q
1069 } 1069 }
1070 /^X\(\/\).*/{ 1070 /^X\(\/\).*/{
1071 s//\1/ 1071 s//\1/
1072 q 1072 q
1073 } 1073 }
1074 s/.*/./; q'`/stamp-h$_am_stamp_count 1074 s/.*/./; q'`/stamp-h$_am_stamp_count
1075 ;; 1075 ;;
1076   1076  
1077 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 1077 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1078 $as_echo "$as_me: executing $ac_file commands" >&6;} 1078 $as_echo "$as_me: executing $ac_file commands" >&6;}
1079 ;; 1079 ;;
1080 esac 1080 esac
1081   1081  
1082   1082  
1083 case $ac_file$ac_mode in 1083 case $ac_file$ac_mode in
1084 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 1084 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1085 # Older Autoconf quotes --file arguments for eval, but not when files 1085 # Older Autoconf quotes --file arguments for eval, but not when files
1086 # are listed without --file. Let's play safe and only enable the eval 1086 # are listed without --file. Let's play safe and only enable the eval
1087 # if we detect the quoting. 1087 # if we detect the quoting.
1088 # TODO: see whether this extra hack can be removed once we start 1088 # TODO: see whether this extra hack can be removed once we start
1089 # requiring Autoconf 2.70 or later. 1089 # requiring Autoconf 2.70 or later.
1090 case $CONFIG_FILES in #( 1090 case $CONFIG_FILES in #(
1091 *\'*) : 1091 *\'*) :
1092 eval set x "$CONFIG_FILES" ;; #( 1092 eval set x "$CONFIG_FILES" ;; #(
1093 *) : 1093 *) :
1094 set x $CONFIG_FILES ;; #( 1094 set x $CONFIG_FILES ;; #(
1095 *) : 1095 *) :
1096 ;; 1096 ;;
1097 esac 1097 esac
1098 shift 1098 shift
1099 # Used to flag and report bootstrapping failures. 1099 # Used to flag and report bootstrapping failures.
1100 am_rc=0 1100 am_rc=0
1101 for am_mf 1101 for am_mf
1102 do 1102 do
1103 # Strip MF so we end up with the name of the file. 1103 # Strip MF so we end up with the name of the file.
1104 am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` 1104 am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
1105 # Check whether this is an Automake generated Makefile which includes 1105 # Check whether this is an Automake generated Makefile which includes
1106 # dependency-tracking related rules and includes. 1106 # dependency-tracking related rules and includes.
1107 # Grep'ing the whole file directly is not great: AIX grep has a line 1107 # Grep'ing the whole file directly is not great: AIX grep has a line
1108 # limit of 2048, but all sed's we know have understand at least 4000. 1108 # limit of 2048, but all sed's we know have understand at least 4000.
1109 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ 1109 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
1110 || continue 1110 || continue
1111 am_dirpart=`$as_dirname -- "$am_mf" || 1111 am_dirpart=`$as_dirname -- "$am_mf" ||
1112 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1112 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1113 X"$am_mf" : 'X\(//\)[^/]' \| \ 1113 X"$am_mf" : 'X\(//\)[^/]' \| \
1114 X"$am_mf" : 'X\(//\)$' \| \ 1114 X"$am_mf" : 'X\(//\)$' \| \
1115 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || 1115 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
1116 $as_echo X"$am_mf" | 1116 $as_echo X"$am_mf" |
1117 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1117 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1118 s//\1/ 1118 s//\1/
1119 q 1119 q
1120 } 1120 }
1121 /^X\(\/\/\)[^/].*/{ 1121 /^X\(\/\/\)[^/].*/{
1122 s//\1/ 1122 s//\1/
1123 q 1123 q
1124 } 1124 }
1125 /^X\(\/\/\)$/{ 1125 /^X\(\/\/\)$/{
1126 s//\1/ 1126 s//\1/
1127 q 1127 q
1128 } 1128 }
1129 /^X\(\/\).*/{ 1129 /^X\(\/\).*/{
1130 s//\1/ 1130 s//\1/
1131 q 1131 q
1132 } 1132 }
1133 s/.*/./; q'` 1133 s/.*/./; q'`
1134 am_filepart=`$as_basename -- "$am_mf" || 1134 am_filepart=`$as_basename -- "$am_mf" ||
1135 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ 1135 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
1136 X"$am_mf" : 'X\(//\)$' \| \ 1136 X"$am_mf" : 'X\(//\)$' \| \
1137 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || 1137 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
1138 $as_echo X/"$am_mf" | 1138 $as_echo X/"$am_mf" |
1139 sed '/^.*\/\([^/][^/]*\)\/*$/{ 1139 sed '/^.*\/\([^/][^/]*\)\/*$/{
1140 s//\1/ 1140 s//\1/
1141 q 1141 q
1142 } 1142 }
1143 /^X\/\(\/\/\)$/{ 1143 /^X\/\(\/\/\)$/{
1144 s//\1/ 1144 s//\1/
1145 q 1145 q
1146 } 1146 }
1147 /^X\/\(\/\).*/{ 1147 /^X\/\(\/\).*/{
1148 s//\1/ 1148 s//\1/
1149 q 1149 q
1150 } 1150 }
1151 s/.*/./; q'` 1151 s/.*/./; q'`
1152 { echo "$as_me:$LINENO: cd "$am_dirpart" \ 1152 { echo "$as_me:$LINENO: cd "$am_dirpart" \
1153 && sed -e '/# am--include-marker/d' "$am_filepart" \ 1153 && sed -e '/# am--include-marker/d' "$am_filepart" \
1154 | $MAKE -f - am--depfiles" >&5 1154 | $MAKE -f - am--depfiles" >&5
1155 (cd "$am_dirpart" \ 1155 (cd "$am_dirpart" \
1156 && sed -e '/# am--include-marker/d' "$am_filepart" \ 1156 && sed -e '/# am--include-marker/d' "$am_filepart" \
1157 | $MAKE -f - am--depfiles) >&5 2>&5 1157 | $MAKE -f - am--depfiles) >&5 2>&5
1158 ac_status=$? 1158 ac_status=$?
1159 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1160 (exit $ac_status); } || am_rc=$? 1160 (exit $ac_status); } || am_rc=$?
1161 done 1161 done
1162 if test $am_rc -ne 0; then 1162 if test $am_rc -ne 0; then
1163 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1163 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1164 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1164 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1165 as_fn_error $? "Something went wrong bootstrapping makefile fragments 1165 as_fn_error $? "Something went wrong bootstrapping makefile fragments
1166 for automatic dependency tracking. Try re-running configure with the 1166 for automatic dependency tracking. If GNU make was not used, consider
-   1167 re-running the configure script with MAKE=\"gmake\" (or whatever is
-   1168 necessary). You can also try re-running configure with the
1167 '--disable-dependency-tracking' option to at least be able to build 1169 '--disable-dependency-tracking' option to at least be able to build
1168 the package (albeit without support for automatic dependency tracking). 1170 the package (albeit without support for automatic dependency tracking).
1169 See \`config.log' for more details" "$LINENO" 5; } 1171 See \`config.log' for more details" "$LINENO" 5; }
1170 fi 1172 fi
1171 { am_dirpart=; unset am_dirpart;} 1173 { am_dirpart=; unset am_dirpart;}
1172 { am_filepart=; unset am_filepart;} 1174 { am_filepart=; unset am_filepart;}
1173 { am_mf=; unset am_mf;} 1175 { am_mf=; unset am_mf;}
1174 { am_rc=; unset am_rc;} 1176 { am_rc=; unset am_rc;}
1175 rm -f conftest-deps.mk 1177 rm -f conftest-deps.mk
1176 } 1178 }
1177 ;; 1179 ;;
1178   1180  
1179 esac 1181 esac
1180 done # for ac_tag 1182 done # for ac_tag
1181   1183  
1182   1184  
1183 as_fn_exit 0 1185 as_fn_exit 0
1184   1186