blob: 0e8d6fb9afaf761e363d5d2f8d4af86c1cbb3f73 [file] [log] [blame]
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001#! /bin/sh
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002# Guess values for system-dependent variables and create Makefiles.
Theodore Ts'o61ef2472010-08-01 22:30:33 -04003# Generated by GNU Autoconf 2.65.
4#
Theodore Ts'o50e1e101997-04-26 13:58:21 +00005#
Theodore Ts'oe1052142006-10-21 21:46:47 -04006# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
8# Inc.
9#
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010#
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011# This configure script is free software; the Free Software Foundation
12# gives unlimited permission to copy, distribute and modify it.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050013## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
Theodore Ts'o50e1e101997-04-26 13:58:21 +000016
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040017# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050019if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050020 emulate sh
21 NULLCMD=:
Scott James Remnant39fd3d42009-05-14 13:03:25 +010022 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050023 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
Theodore Ts'oe1052142006-10-21 21:46:47 -040025 setopt NO_GLOB_SUBST
26else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050027 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040032esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050033fi
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040034
35
Scott James Remnant39fd3d42009-05-14 13:03:25 +010036as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050043# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Scott James Remnant39fd3d42009-05-14 13:03:25 +010050 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050060 case $arg in #(
Scott James Remnant39fd3d42009-05-14 13:03:25 +010061 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72fi
73
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050074# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
Scott James Remnant39fd3d42009-05-14 13:03:25 +010076 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050081fi
82
Theodore Ts'oe1052142006-10-21 21:46:47 -040083
84# IFS
85# We need space, tab and new line, in precisely that order. Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
Theodore Ts'oe1052142006-10-21 21:46:47 -040089IFS=" "" $as_nl"
90
91# Find who we are. Look in the path if we contain no directory separator.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050092case $0 in #((
Theodore Ts'oe1052142006-10-21 21:46:47 -040093 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050095for as_dir in $PATH
96do
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050099 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
Theodore Ts'oe1052142006-10-21 21:46:47 -0400101IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500102
Theodore Ts'oe1052142006-10-21 21:46:47 -0400103 ;;
104esac
105# We did not find ourselves, most probably we were run as `sh COMMAND'
106# in which case we are not to be found in the path.
107if test "x$as_myself" = x; then
108 as_myself=$0
109fi
110if test ! -f "$as_myself"; then
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500112 exit 1
Theodore Ts'oe1052142006-10-21 21:46:47 -0400113fi
114
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500115# Unset variables that we do not need and which cause bugs (e.g. in
116# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
117# suppresses any "Segmentation fault" message there. '((' could
118# trigger a bug in pdksh 5.2.14.
119for as_var in BASH_ENV ENV MAIL MAILPATH
120do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Theodore Ts'oe1052142006-10-21 21:46:47 -0400122done
123PS1='$ '
124PS2='> '
125PS4='+ '
126
127# NLS nuisances.
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100128LC_ALL=C
129export LC_ALL
130LANGUAGE=C
131export LANGUAGE
Theodore Ts'oe1052142006-10-21 21:46:47 -0400132
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500133# CDPATH.
134(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136if test "x$CONFIG_SHELL" = x; then
137 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 emulate sh
139 NULLCMD=:
140 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141 # is contrary to our usage. Disable this feature.
142 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 setopt NO_GLOB_SUBST
144else
145 case \`(set -o) 2>/dev/null\` in #(
146 *posix*) :
147 set -o posix ;; #(
148 *) :
149 ;;
150esac
151fi
152"
153 as_required="as_fn_return () { (exit \$1); }
154as_fn_success () { as_fn_return 0; }
155as_fn_failure () { as_fn_return 1; }
156as_fn_ret_success () { return 0; }
157as_fn_ret_failure () { return 1; }
158
159exitcode=0
160as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
166else
167 exitcode=1; echo positional parameters were not saved.
168fi
169test x\$exitcode = x0 || exit 1"
170 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174test \$(( 1 + 1 )) = 2 || exit 1"
175 if (eval "$as_required") 2>/dev/null; then :
176 as_have_required=yes
177else
178 as_have_required=no
179fi
180 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181
182else
183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184as_found=false
185for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186do
187 IFS=$as_save_IFS
188 test -z "$as_dir" && as_dir=.
189 as_found=:
190 case $as_dir in #(
191 /*)
192 for as_base in sh bash ksh sh5; do
193 # Try only shells that exist, to save several forks.
194 as_shell=$as_dir/$as_base
195 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 CONFIG_SHELL=$as_shell as_have_required=yes
198 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 break 2
200fi
201fi
202 done;;
203 esac
204 as_found=false
205done
206$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
207 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
208 CONFIG_SHELL=$SHELL as_have_required=yes
209fi; }
210IFS=$as_save_IFS
211
212
213 if test "x$CONFIG_SHELL" != x; then :
214 # We cannot yet assume a decent shell, so we have to provide a
215 # neutralization value for shells without unset; and this also
216 # works around shells that cannot unset nonexistent variables.
217 BASH_ENV=/dev/null
218 ENV=/dev/null
219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220 export CONFIG_SHELL
221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222fi
223
224 if test x$as_have_required = xno; then :
225 $as_echo "$0: This script requires a shell more modern than all"
226 $as_echo "$0: the shells that I found on your system."
227 if test x${ZSH_VERSION+set} = xset ; then
228 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
229 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230 else
231 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
232$0: including any error possibly output before this
233$0: message. Then install a modern shell, or manually run
234$0: the script under such a shell if you do have one."
235 fi
236 exit 1
237fi
238fi
239fi
240SHELL=${CONFIG_SHELL-/bin/sh}
241export SHELL
242# Unset more variables known to interfere with behavior of common tools.
243CLICOLOR_FORCE= GREP_OPTIONS=
244unset CLICOLOR_FORCE GREP_OPTIONS
245
246## --------------------- ##
247## M4sh Shell Functions. ##
248## --------------------- ##
249# as_fn_unset VAR
250# ---------------
251# Portably unset VAR.
252as_fn_unset ()
253{
254 { eval $1=; unset $1;}
255}
256as_unset=as_fn_unset
257
258# as_fn_set_status STATUS
259# -----------------------
260# Set $? to STATUS, without forking.
261as_fn_set_status ()
262{
263 return $1
264} # as_fn_set_status
265
266# as_fn_exit STATUS
267# -----------------
268# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
269as_fn_exit ()
270{
271 set +e
272 as_fn_set_status $1
273 exit $1
274} # as_fn_exit
275
276# as_fn_mkdir_p
277# -------------
278# Create "$as_dir" as a directory, including parents if necessary.
279as_fn_mkdir_p ()
280{
281
282 case $as_dir in #(
283 -*) as_dir=./$as_dir;;
284 esac
285 test -d "$as_dir" || eval $as_mkdir_p || {
286 as_dirs=
287 while :; do
288 case $as_dir in #(
289 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290 *) as_qdir=$as_dir;;
291 esac
292 as_dirs="'$as_qdir' $as_dirs"
293 as_dir=`$as_dirname -- "$as_dir" ||
294$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
295 X"$as_dir" : 'X\(//\)[^/]' \| \
296 X"$as_dir" : 'X\(//\)$' \| \
297 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
298$as_echo X"$as_dir" |
299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
300 s//\1/
301 q
302 }
303 /^X\(\/\/\)[^/].*/{
304 s//\1/
305 q
306 }
307 /^X\(\/\/\)$/{
308 s//\1/
309 q
310 }
311 /^X\(\/\).*/{
312 s//\1/
313 q
314 }
315 s/.*/./; q'`
316 test -d "$as_dir" && break
317 done
318 test -z "$as_dirs" || eval "mkdir $as_dirs"
319 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
320
321
322} # as_fn_mkdir_p
323# as_fn_append VAR VALUE
324# ----------------------
325# Append the text in VALUE to the end of the definition contained in VAR. Take
326# advantage of any shell optimizations that allow amortized linear growth over
327# repeated appends, instead of the typical quadratic growth present in naive
328# implementations.
329if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
330 eval 'as_fn_append ()
331 {
332 eval $1+=\$2
333 }'
334else
335 as_fn_append ()
336 {
337 eval $1=\$$1\$2
338 }
339fi # as_fn_append
340
341# as_fn_arith ARG...
342# ------------------
343# Perform arithmetic evaluation on the ARGs, and store the result in the
344# global $as_val. Take advantage of shells that can avoid forks. The arguments
345# must be portable across $(()) and expr.
346if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
347 eval 'as_fn_arith ()
348 {
349 as_val=$(( $* ))
350 }'
351else
352 as_fn_arith ()
353 {
354 as_val=`expr "$@" || test $? -eq 1`
355 }
356fi # as_fn_arith
357
358
359# as_fn_error ERROR [LINENO LOG_FD]
360# ---------------------------------
361# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
362# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
363# script with status $?, using 1 if that was 0.
364as_fn_error ()
365{
366 as_status=$?; test $as_status -eq 0 && as_status=1
367 if test "$3"; then
368 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
369 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
370 fi
371 $as_echo "$as_me: error: $1" >&2
372 as_fn_exit $as_status
373} # as_fn_error
374
Theodore Ts'oe1052142006-10-21 21:46:47 -0400375if expr a : '\(a\)' >/dev/null 2>&1 &&
376 test "X`expr 00001 : '.*\(...\)'`" = X001; then
377 as_expr=expr
378else
379 as_expr=false
380fi
381
382if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
383 as_basename=basename
384else
385 as_basename=false
386fi
387
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500388if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
389 as_dirname=dirname
390else
391 as_dirname=false
392fi
Theodore Ts'oe1052142006-10-21 21:46:47 -0400393
Theodore Ts'oe1052142006-10-21 21:46:47 -0400394as_me=`$as_basename -- "$0" ||
395$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
396 X"$0" : 'X\(//\)$' \| \
397 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100398$as_echo X/"$0" |
Theodore Ts'oe1052142006-10-21 21:46:47 -0400399 sed '/^.*\/\([^/][^/]*\)\/*$/{
400 s//\1/
401 q
402 }
403 /^X\/\(\/\/\)$/{
404 s//\1/
405 q
406 }
407 /^X\/\(\/\).*/{
408 s//\1/
409 q
410 }
411 s/.*/./; q'`
412
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500413# Avoid depending upon Character Ranges.
414as_cr_letters='abcdefghijklmnopqrstuvwxyz'
415as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
416as_cr_Letters=$as_cr_letters$as_cr_LETTERS
417as_cr_digits='0123456789'
418as_cr_alnum=$as_cr_Letters$as_cr_digits
Theodore Ts'oe1052142006-10-21 21:46:47 -0400419
420
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500421 as_lineno_1=$LINENO as_lineno_1a=$LINENO
422 as_lineno_2=$LINENO as_lineno_2a=$LINENO
423 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
424 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
425 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
Theodore Ts'oe1052142006-10-21 21:46:47 -0400426 sed -n '
427 p
428 /[$]LINENO/=
429 ' <$as_myself |
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500430 sed '
Theodore Ts'oe1052142006-10-21 21:46:47 -0400431 s/[$]LINENO.*/&-/
432 t lineno
433 b
434 :lineno
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500435 N
Theodore Ts'oe1052142006-10-21 21:46:47 -0400436 :loop
437 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500438 t loop
Theodore Ts'oe1052142006-10-21 21:46:47 -0400439 s/-\n.*//
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500440 ' >$as_me.lineno &&
Theodore Ts'oe1052142006-10-21 21:46:47 -0400441 chmod +x "$as_me.lineno" ||
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500442 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500443
444 # Don't try to exec as it changes $[0], causing all sort of problems
445 # (the dirname of $[0] is not the place where we might find the
Theodore Ts'oe1052142006-10-21 21:46:47 -0400446 # original and so on. Autoconf is especially sensitive to this).
447 . "./$as_me.lineno"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500448 # Exit status is that of the last command.
449 exit
450}
451
Theodore Ts'oe1052142006-10-21 21:46:47 -0400452ECHO_C= ECHO_N= ECHO_T=
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500453case `echo -n x` in #(((((
Theodore Ts'oe1052142006-10-21 21:46:47 -0400454-n*)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500455 case `echo 'xy\c'` in
Theodore Ts'oe1052142006-10-21 21:46:47 -0400456 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500457 xy) ECHO_C='\c';;
458 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
459 ECHO_T=' ';;
Theodore Ts'oe1052142006-10-21 21:46:47 -0400460 esac;;
461*)
462 ECHO_N='-n';;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500463esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500464
465rm -f conf$$ conf$$.exe conf$$.file
Theodore Ts'oe1052142006-10-21 21:46:47 -0400466if test -d conf$$.dir; then
467 rm -f conf$$.dir/conf$$.file
468else
469 rm -f conf$$.dir
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100470 mkdir conf$$.dir 2>/dev/null
Theodore Ts'oe1052142006-10-21 21:46:47 -0400471fi
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100472if (echo >conf$$.file) 2>/dev/null; then
473 if ln -s conf$$.file conf$$ 2>/dev/null; then
474 as_ln_s='ln -s'
475 # ... but there are two gotchas:
476 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
477 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
478 # In both cases, we have to default to `cp -p'.
479 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
480 as_ln_s='cp -p'
481 elif ln conf$$.file conf$$ 2>/dev/null; then
482 as_ln_s=ln
483 else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500484 as_ln_s='cp -p'
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100485 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500486else
487 as_ln_s='cp -p'
488fi
Theodore Ts'oe1052142006-10-21 21:46:47 -0400489rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
490rmdir conf$$.dir 2>/dev/null
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500491
492if mkdir -p . 2>/dev/null; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500493 as_mkdir_p='mkdir -p "$as_dir"'
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500494else
495 test -d ./-p && rmdir ./-p
496 as_mkdir_p=false
497fi
498
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400499if test -x / >/dev/null 2>&1; then
500 as_test_x='test -x'
Theodore Ts'oe1052142006-10-21 21:46:47 -0400501else
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400502 if ls -dL / >/dev/null 2>&1; then
503 as_ls_L_option=L
504 else
505 as_ls_L_option=
506 fi
507 as_test_x='
508 eval sh -c '\''
509 if test -d "$1"; then
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100510 test -d "$1/.";
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400511 else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500512 case $1 in #(
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100513 -*)set "./$1";;
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400514 esac;
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500515 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400516 ???[sx]*):;;*)false;;esac;fi
517 '\'' sh
518 '
Theodore Ts'oe1052142006-10-21 21:46:47 -0400519fi
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400520as_executable_p=$as_test_x
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500521
522# Sed expression to map a string onto a valid CPP name.
523as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
524
525# Sed expression to map a string onto a valid variable name.
526as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527
528
Theodore Ts'o61ef2472010-08-01 22:30:33 -0400529test -n "$DJDIR" || exec 7<&0 </dev/null
530exec 6>&1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500531
532# Name of the host.
533# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
534# so uname gets run too.
535ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
536
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500537#
538# Initializations.
539#
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000540ac_default_prefix=/usr/local
Theodore Ts'oe1052142006-10-21 21:46:47 -0400541ac_clean_files=
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500542ac_config_libobj_dir=.
Theodore Ts'oe1052142006-10-21 21:46:47 -0400543LIBOBJS=
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500544cross_compiling=no
545subdirs=
546MFLAGS=
547MAKEFLAGS=
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500548
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500549# Identity of this package.
550PACKAGE_NAME=
551PACKAGE_TARNAME=
552PACKAGE_VERSION=
553PACKAGE_STRING=
554PACKAGE_BUGREPORT=
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500555PACKAGE_URL=
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500556
557ac_unique_file="version.h"
558# Factoring default headers for most tests.
559ac_includes_default="\
560#include <stdio.h>
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400561#ifdef HAVE_SYS_TYPES_H
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500562# include <sys/types.h>
563#endif
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400564#ifdef HAVE_SYS_STAT_H
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500565# include <sys/stat.h>
566#endif
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400567#ifdef STDC_HEADERS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500568# include <stdlib.h>
569# include <stddef.h>
570#else
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400571# ifdef HAVE_STDLIB_H
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500572# include <stdlib.h>
573# endif
574#endif
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400575#ifdef HAVE_STRING_H
576# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500577# include <memory.h>
578# endif
579# include <string.h>
580#endif
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400581#ifdef HAVE_STRINGS_H
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500582# include <strings.h>
583#endif
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400584#ifdef HAVE_INTTYPES_H
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500585# include <inttypes.h>
Theodore Ts'oe1052142006-10-21 21:46:47 -0400586#endif
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400587#ifdef HAVE_STDINT_H
Theodore Ts'oe1052142006-10-21 21:46:47 -0400588# include <stdint.h>
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500589#endif
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400590#ifdef HAVE_UNISTD_H
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500591# include <unistd.h>
592#endif"
593
Theodore Ts'o61ef2472010-08-01 22:30:33 -0400594ac_header_list=
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100595ac_subst_vars='LTLIBOBJS
Theodore Ts'oe1052142006-10-21 21:46:47 -0400596LIBOBJS
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100597BUILD_LDFLAGS
598BUILD_CFLAGS
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400599INCLUDES
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100600DO_TEST_SUITE
601ET_DIR
602SS_DIR
603LDFLAG_STATIC
604root_sysconfdir
605root_libdir
606root_sbindir
607root_bindir
608root_prefix
609UNIX_CMT
610CYGWIN_CMT
611LINUX_CMT
612UNI_DIFF_OPTS
613SEM_INIT_LIB
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100614SOCKET_LIB
615SIZEOF_LONG_LONG
616SIZEOF_LONG
617SIZEOF_INT
618SIZEOF_SHORT
619BUILD_CC
620MAKEINFO
621STRIP
622AR
623LDCONFIG
624PERL
625SED
626AWK
627CHMOD
628RM
629CP
630MV
631LN_S
632LN
Theodore Ts'obcb915b2009-07-02 18:19:10 -0400633ifNotGNUmake
634ifGNUmake
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100635BINARY_TYPE
636POSUB
637LTLIBINTL
638LIBINTL
639INTLLIBS
640INTL_LIBTOOL_SUFFIX_PREFIX
641INTLOBJS
642GENCAT
643INSTOBJEXT
644DATADIRNAME
645CATOBJEXT
646USE_INCLUDED_LIBINTL
647BUILD_INCLUDED_LIBINTL
648INTLBISON
649LTLIBICONV
650LIBICONV
651HAVE_WPRINTF
652HAVE_SNPRINTF
653HAVE_ASPRINTF
654HAVE_POSIX_PRINTF
655GLIBC21
656ALLOCA
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400657EGREP
658GREP
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100659RANLIB
660MSGMERGE
661XGETTEXT
662GMSGFMT
663MSGFMT
664USE_NLS
665MKINSTALLDIRS
666INSTALL_DATA
667INSTALL_SCRIPT
668INSTALL_PROGRAM
669SET_MAKE
670VERSION
671PACKAGE
672GETTEXT_PACKAGE
673UUIDD_CMT
674E2INITRD_MAN
675E2INITRD_PROG
676FSCK_MAN
677FSCK_PROG
Theodore Ts'o8d9c50c2010-12-24 15:19:44 -0500678DEFRAG_CMT
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100679RESIZER_CMT
680IMAGER_CMT
681DEBUGFS_CMT
Aditya Kalif239fef2011-07-20 11:40:02 -0700682QUOTA_CMT
683DEPPROFILED_LIBQUOTA
684PROFILED_LIBQUOTA
685DEPSTATIC_LIBQUOTA
686STATIC_LIBQUOTA
687DEPLIBQUOTA
688LIBQUOTA
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100689BLKID_CMT
690DEPPROFILED_LIBBLKID
691PROFILED_LIBBLKID
692DEPSTATIC_LIBBLKID
693STATIC_LIBBLKID
694DEPLIBBLKID
695LIBBLKID
696UUID_CMT
697DEPPROFILED_LIBUUID
698PROFILED_LIBUUID
699DEPSTATIC_LIBUUID
700STATIC_LIBUUID
701DEPLIBUUID
702LIBUUID
703PKG_CONFIG
704TEST_IO_CMT
705PRIVATE_LIBS_CMT
706LDFLAG_DYNAMIC
707PROFILED_LIB_EXT
708STATIC_LIB_EXT
709LIB_EXT
710CHECKER_CMT
711PROFILE_CMT
712BSDLIB_CMT
713ELF_CMT
714HTREE_CMT
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400715Q
716E
Theodore Ts'o5aa6c3f2010-05-17 19:21:42 -0400717LINK_BUILD_FLAGS
718LINK_INSTALL_FLAGS
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100719MAINTAINER_CMT
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100720CPP
Theodore Ts'o9b3018a2011-08-11 14:56:49 -0400721RDYNAMIC
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500722DLOPEN_LIB
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100723OBJEXT
724EXEEXT
725ac_ct_CC
726CPPFLAGS
727LDFLAGS
728CFLAGS
729CC
730host_os
731host_vendor
732host_cpu
733host
734build_os
735build_vendor
736build_cpu
737build
738E2FSPROGS_PKGVER
739E2FSPROGS_VERSION
740E2FSPROGS_DAY
741E2FSPROGS_MONTH
742E2FSPROGS_YEAR
743target_alias
744host_alias
745build_alias
746LIBS
747ECHO_T
748ECHO_N
749ECHO_C
750DEFS
751mandir
752localedir
753libdir
754psdir
755pdfdir
756dvidir
757htmldir
758infodir
759docdir
760oldincludedir
761includedir
762localstatedir
763sharedstatedir
764sysconfdir
765datadir
766datarootdir
767libexecdir
768sbindir
769bindir
770program_transform_name
771prefix
772exec_prefix
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500773PACKAGE_URL
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100774PACKAGE_BUGREPORT
775PACKAGE_STRING
776PACKAGE_VERSION
777PACKAGE_TARNAME
778PACKAGE_NAME
779PATH_SEPARATOR
780SHELL'
Theodore Ts'oe1052142006-10-21 21:46:47 -0400781ac_subst_files='MCONFIG
782MAKEFILE_ELF
783MAKEFILE_BSDLIB
784MAKEFILE_PROFILE
785MAKEFILE_CHECKER
786MAKEFILE_LIBRARY
Theodore Ts'o488c75a2008-06-07 08:55:21 -0400787ASM_TYPES_HEADER
788PUBLIC_CONFIG_HEADER'
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100789ac_user_opts='
790enable_option_checking
791with_diet_libc
792with_cc
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100793with_ccopts
794with_ldopts
795with_root_prefix
796enable_maintainer_mode
Theodore Ts'o5aa6c3f2010-05-17 19:21:42 -0400797enable_symlink_install
798enable_symlink_build
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400799enable_verbose_makecmds
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100800enable_compression
801enable_htree
802enable_elf_shlibs
803enable_bsd_shlibs
804enable_profile
805enable_checker
806enable_jbd_debug
807enable_blkid_debug
808enable_testio_debug
809enable_libuuid
810enable_libblkid
Theodore Ts'o7becb202011-11-14 10:40:43 -0500811enable_quota
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100812enable_debugfs
813enable_imager
814enable_resizer
Theodore Ts'o8d9c50c2010-12-24 15:19:44 -0500815enable_defrag
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100816enable_fsck
817enable_e2initrd_helper
818enable_tls
819enable_uuidd
820enable_nls
821with_gnu_ld
822enable_rpath
823with_libiconv_prefix
824with_included_gettext
825with_libintl_prefix
Theodore Ts'o55e00a22011-09-18 23:53:23 -0400826with_multiarch
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100827'
Theodore Ts'oe1052142006-10-21 21:46:47 -0400828 ac_precious_vars='build_alias
829host_alias
830target_alias
831CC
832CFLAGS
833LDFLAGS
Theodore Ts'o29a5dee2007-07-04 16:28:47 -0400834LIBS
Theodore Ts'oe1052142006-10-21 21:46:47 -0400835CPPFLAGS
Theodore Ts'o14b596d2009-04-22 09:18:30 -0400836CPP
837PKG_CONFIG'
Theodore Ts'oe1052142006-10-21 21:46:47 -0400838
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000839
840# Initialize some variables set by options.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500841ac_init_help=
842ac_init_version=false
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100843ac_unrecognized_opts=
844ac_unrecognized_sep=
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000845# The variables have the same names as the options, with
846# dashes changed to underlines.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500847cache_file=/dev/null
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000848exec_prefix=NONE
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000849no_create=
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000850no_recursion=
851prefix=NONE
852program_prefix=NONE
853program_suffix=NONE
854program_transform_name=s,x,x,
855silent=
856site=
857srcdir=
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000858verbose=
859x_includes=NONE
860x_libraries=NONE
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500861
862# Installation directory options.
863# These are left unexpanded so users can "make install exec_prefix=/foo"
864# and all the variables that are supposed to be based on exec_prefix
865# by default will actually change.
866# Use braces instead of parens because sh, perl, etc. also accept them.
Theodore Ts'oe1052142006-10-21 21:46:47 -0400867# (The list follows the same order as the GNU Coding Standards.)
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000868bindir='${exec_prefix}/bin'
869sbindir='${exec_prefix}/sbin'
870libexecdir='${exec_prefix}/libexec'
Theodore Ts'oe1052142006-10-21 21:46:47 -0400871datarootdir='${prefix}/share'
872datadir='${datarootdir}'
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000873sysconfdir='${prefix}/etc'
874sharedstatedir='${prefix}/com'
875localstatedir='${prefix}/var'
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000876includedir='${prefix}/include'
877oldincludedir='/usr/include'
Theodore Ts'oe1052142006-10-21 21:46:47 -0400878docdir='${datarootdir}/doc/${PACKAGE}'
879infodir='${datarootdir}/info'
880htmldir='${docdir}'
881dvidir='${docdir}'
882pdfdir='${docdir}'
883psdir='${docdir}'
884libdir='${exec_prefix}/lib'
885localedir='${datarootdir}/locale'
886mandir='${datarootdir}/man'
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000887
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000888ac_prev=
Theodore Ts'oe1052142006-10-21 21:46:47 -0400889ac_dashdash=
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000890for ac_option
891do
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000892 # If the previous option needs an argument, assign it.
893 if test -n "$ac_prev"; then
Theodore Ts'oe1052142006-10-21 21:46:47 -0400894 eval $ac_prev=\$ac_option
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000895 ac_prev=
896 continue
897 fi
898
Theodore Ts'oe1052142006-10-21 21:46:47 -0400899 case $ac_option in
900 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
901 *) ac_optarg=yes ;;
902 esac
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000903
904 # Accept the important Cygnus configure options, so we can diagnose typos.
905
Theodore Ts'oe1052142006-10-21 21:46:47 -0400906 case $ac_dashdash$ac_option in
907 --)
908 ac_dashdash=yes ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000909
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000910 -bindir | --bindir | --bindi | --bind | --bin | --bi)
911 ac_prev=bindir ;;
912 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500913 bindir=$ac_optarg ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000914
915 -build | --build | --buil | --bui | --bu)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500916 ac_prev=build_alias ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000917 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500918 build_alias=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000919
920 -cache-file | --cache-file | --cache-fil | --cache-fi \
921 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
922 ac_prev=cache_file ;;
923 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
924 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500925 cache_file=$ac_optarg ;;
926
927 --config-cache | -C)
928 cache_file=config.cache ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000929
Theodore Ts'oe1052142006-10-21 21:46:47 -0400930 -datadir | --datadir | --datadi | --datad)
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000931 ac_prev=datadir ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -0400932 -datadir=* | --datadir=* | --datadi=* | --datad=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500933 datadir=$ac_optarg ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000934
Theodore Ts'oe1052142006-10-21 21:46:47 -0400935 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
936 | --dataroo | --dataro | --datar)
937 ac_prev=datarootdir ;;
938 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
939 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
940 datarootdir=$ac_optarg ;;
941
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000942 -disable-* | --disable-*)
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100943 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000944 # Reject names that are not valid shell variable names.
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100945 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500946 as_fn_error "invalid feature name: $ac_useropt"
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100947 ac_useropt_orig=$ac_useropt
948 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
949 case $ac_user_opts in
950 *"
951"enable_$ac_useropt"
952"*) ;;
953 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
954 ac_unrecognized_sep=', ';;
955 esac
956 eval enable_$ac_useropt=no ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -0400957
958 -docdir | --docdir | --docdi | --doc | --do)
959 ac_prev=docdir ;;
960 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
961 docdir=$ac_optarg ;;
962
963 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
964 ac_prev=dvidir ;;
965 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
966 dvidir=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000967
968 -enable-* | --enable-*)
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100969 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000970 # Reject names that are not valid shell variable names.
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100971 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Theodore Ts'o57aa50d2009-11-26 10:38:04 -0500972 as_fn_error "invalid feature name: $ac_useropt"
Scott James Remnant39fd3d42009-05-14 13:03:25 +0100973 ac_useropt_orig=$ac_useropt
974 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
975 case $ac_user_opts in
976 *"
977"enable_$ac_useropt"
978"*) ;;
979 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
980 ac_unrecognized_sep=', ';;
981 esac
982 eval enable_$ac_useropt=\$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000983
984 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
985 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
986 | --exec | --exe | --ex)
987 ac_prev=exec_prefix ;;
988 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
989 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
990 | --exec=* | --exe=* | --ex=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500991 exec_prefix=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000992
993 -gas | --gas | --ga | --g)
994 # Obsolete; use --with-gas.
995 with_gas=yes ;;
996
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500997 -help | --help | --hel | --he | -h)
998 ac_init_help=long ;;
999 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1000 ac_init_help=recursive ;;
1001 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1002 ac_init_help=short ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001003
1004 -host | --host | --hos | --ho)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001005 ac_prev=host_alias ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001006 -host=* | --host=* | --hos=* | --ho=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001007 host_alias=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001008
Theodore Ts'oe1052142006-10-21 21:46:47 -04001009 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1010 ac_prev=htmldir ;;
1011 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1012 | --ht=*)
1013 htmldir=$ac_optarg ;;
1014
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001015 -includedir | --includedir | --includedi | --included | --include \
1016 | --includ | --inclu | --incl | --inc)
1017 ac_prev=includedir ;;
1018 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1019 | --includ=* | --inclu=* | --incl=* | --inc=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001020 includedir=$ac_optarg ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001021
1022 -infodir | --infodir | --infodi | --infod | --info | --inf)
1023 ac_prev=infodir ;;
1024 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001025 infodir=$ac_optarg ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001026
1027 -libdir | --libdir | --libdi | --libd)
1028 ac_prev=libdir ;;
1029 -libdir=* | --libdir=* | --libdi=* | --libd=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001030 libdir=$ac_optarg ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001031
1032 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1033 | --libexe | --libex | --libe)
1034 ac_prev=libexecdir ;;
1035 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1036 | --libexe=* | --libex=* | --libe=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001037 libexecdir=$ac_optarg ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001038
Theodore Ts'oe1052142006-10-21 21:46:47 -04001039 -localedir | --localedir | --localedi | --localed | --locale)
1040 ac_prev=localedir ;;
1041 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1042 localedir=$ac_optarg ;;
1043
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001044 -localstatedir | --localstatedir | --localstatedi | --localstated \
Theodore Ts'oe1052142006-10-21 21:46:47 -04001045 | --localstate | --localstat | --localsta | --localst | --locals)
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001046 ac_prev=localstatedir ;;
1047 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
Theodore Ts'oe1052142006-10-21 21:46:47 -04001048 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001049 localstatedir=$ac_optarg ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001050
1051 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1052 ac_prev=mandir ;;
1053 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001054 mandir=$ac_optarg ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001055
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001056 -nfp | --nfp | --nf)
1057 # Obsolete; use --without-fp.
1058 with_fp=no ;;
1059
1060 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001061 | --no-cr | --no-c | -n)
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001062 no_create=yes ;;
1063
1064 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1065 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1066 no_recursion=yes ;;
1067
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001068 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1069 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1070 | --oldin | --oldi | --old | --ol | --o)
1071 ac_prev=oldincludedir ;;
1072 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1073 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1074 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001075 oldincludedir=$ac_optarg ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001076
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001077 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1078 ac_prev=prefix ;;
1079 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001080 prefix=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001081
1082 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1083 | --program-pre | --program-pr | --program-p)
1084 ac_prev=program_prefix ;;
1085 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1086 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001087 program_prefix=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001088
1089 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1090 | --program-suf | --program-su | --program-s)
1091 ac_prev=program_suffix ;;
1092 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1093 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001094 program_suffix=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001095
1096 -program-transform-name | --program-transform-name \
1097 | --program-transform-nam | --program-transform-na \
1098 | --program-transform-n | --program-transform- \
1099 | --program-transform | --program-transfor \
1100 | --program-transfo | --program-transf \
1101 | --program-trans | --program-tran \
1102 | --progr-tra | --program-tr | --program-t)
1103 ac_prev=program_transform_name ;;
1104 -program-transform-name=* | --program-transform-name=* \
1105 | --program-transform-nam=* | --program-transform-na=* \
1106 | --program-transform-n=* | --program-transform-=* \
1107 | --program-transform=* | --program-transfor=* \
1108 | --program-transfo=* | --program-transf=* \
1109 | --program-trans=* | --program-tran=* \
1110 | --progr-tra=* | --program-tr=* | --program-t=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001111 program_transform_name=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001112
Theodore Ts'oe1052142006-10-21 21:46:47 -04001113 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1114 ac_prev=pdfdir ;;
1115 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1116 pdfdir=$ac_optarg ;;
1117
1118 -psdir | --psdir | --psdi | --psd | --ps)
1119 ac_prev=psdir ;;
1120 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1121 psdir=$ac_optarg ;;
1122
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001123 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1124 | -silent | --silent | --silen | --sile | --sil)
1125 silent=yes ;;
1126
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001127 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1128 ac_prev=sbindir ;;
1129 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1130 | --sbi=* | --sb=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001131 sbindir=$ac_optarg ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001132
1133 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1134 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1135 | --sharedst | --shareds | --shared | --share | --shar \
1136 | --sha | --sh)
1137 ac_prev=sharedstatedir ;;
1138 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1139 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1140 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1141 | --sha=* | --sh=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001142 sharedstatedir=$ac_optarg ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001143
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001144 -site | --site | --sit)
1145 ac_prev=site ;;
1146 -site=* | --site=* | --sit=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001147 site=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001148
1149 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1150 ac_prev=srcdir ;;
1151 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001152 srcdir=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001153
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001154 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1155 | --syscon | --sysco | --sysc | --sys | --sy)
1156 ac_prev=sysconfdir ;;
1157 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1158 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001159 sysconfdir=$ac_optarg ;;
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001160
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001161 -target | --target | --targe | --targ | --tar | --ta | --t)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001162 ac_prev=target_alias ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001163 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001164 target_alias=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001165
1166 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1167 verbose=yes ;;
1168
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001169 -version | --version | --versio | --versi | --vers | -V)
1170 ac_init_version=: ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001171
1172 -with-* | --with-*)
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001173 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001174 # Reject names that are not valid shell variable names.
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001175 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001176 as_fn_error "invalid package name: $ac_useropt"
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001177 ac_useropt_orig=$ac_useropt
1178 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1179 case $ac_user_opts in
1180 *"
1181"with_$ac_useropt"
1182"*) ;;
1183 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1184 ac_unrecognized_sep=', ';;
1185 esac
1186 eval with_$ac_useropt=\$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001187
1188 -without-* | --without-*)
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001189 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001190 # Reject names that are not valid shell variable names.
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001191 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001192 as_fn_error "invalid package name: $ac_useropt"
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001193 ac_useropt_orig=$ac_useropt
1194 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1195 case $ac_user_opts in
1196 *"
1197"with_$ac_useropt"
1198"*) ;;
1199 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1200 ac_unrecognized_sep=', ';;
1201 esac
1202 eval with_$ac_useropt=no ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001203
1204 --x)
1205 # Obsolete; use --with-x.
1206 with_x=yes ;;
1207
1208 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1209 | --x-incl | --x-inc | --x-in | --x-i)
1210 ac_prev=x_includes ;;
1211 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1212 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001213 x_includes=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001214
1215 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1216 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1217 ac_prev=x_libraries ;;
1218 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1219 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001220 x_libraries=$ac_optarg ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001221
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001222 -*) as_fn_error "unrecognized option: \`$ac_option'
1223Try \`$0 --help' for more information."
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001224 ;;
1225
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001226 *=*)
1227 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1228 # Reject names that are not valid shell variable names.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001229 case $ac_envvar in #(
1230 '' | [0-9]* | *[!_$as_cr_alnum]* )
1231 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1232 esac
Theodore Ts'oe1052142006-10-21 21:46:47 -04001233 eval $ac_envvar=\$ac_optarg
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001234 export $ac_envvar ;;
1235
Theodore Ts'o21c84b71997-04-29 16:15:03 +00001236 *)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001237 # FIXME: should be removed in autoconf 3.0.
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001238 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001239 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001240 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001241 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001242 ;;
1243
1244 esac
1245done
1246
1247if test -n "$ac_prev"; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001248 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001249 as_fn_error "missing argument to $ac_option"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001250fi
1251
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001252if test -n "$ac_unrecognized_opts"; then
1253 case $enable_option_checking in
1254 no) ;;
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001255 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001256 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1257 esac
1258fi
1259
1260# Check all directory arguments for consistency.
Theodore Ts'oe1052142006-10-21 21:46:47 -04001261for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1262 datadir sysconfdir sharedstatedir localstatedir includedir \
1263 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1264 libdir localedir mandir
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001265do
Theodore Ts'oe1052142006-10-21 21:46:47 -04001266 eval ac_val=\$$ac_var
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001267 # Remove trailing slashes.
1268 case $ac_val in
1269 */ )
1270 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1271 eval $ac_var=\$ac_val;;
1272 esac
1273 # Be sure to have absolute directory names.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001274 case $ac_val in
Theodore Ts'oe1052142006-10-21 21:46:47 -04001275 [\\/$]* | ?:[\\/]* ) continue;;
1276 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001277 esac
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001278 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001279done
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001280
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001281# There might be people who depend on the old broken behavior: `$host'
1282# used to hold the argument of --host etc.
1283# FIXME: To remove some day.
1284build=$build_alias
1285host=$host_alias
1286target=$target_alias
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001287
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001288# FIXME: To remove some day.
1289if test "x$host_alias" != x; then
1290 if test "x$build_alias" = x; then
1291 cross_compiling=maybe
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001292 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001293 If a cross compiler is detected then cross compile mode will be used." >&2
1294 elif test "x$build_alias" != "x$host_alias"; then
1295 cross_compiling=yes
1296 fi
1297fi
1298
1299ac_tool_prefix=
1300test -n "$host_alias" && ac_tool_prefix=$host_alias-
1301
1302test "$silent" = yes && exec 6>/dev/null
1303
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001304
Theodore Ts'oe1052142006-10-21 21:46:47 -04001305ac_pwd=`pwd` && test -n "$ac_pwd" &&
1306ac_ls_di=`ls -di .` &&
1307ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001308 as_fn_error "working directory cannot be determined"
Theodore Ts'oe1052142006-10-21 21:46:47 -04001309test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001310 as_fn_error "pwd does not report name of working directory"
Theodore Ts'oe1052142006-10-21 21:46:47 -04001311
1312
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001313# Find the source files, if location was not specified.
1314if test -z "$srcdir"; then
1315 ac_srcdir_defaulted=yes
Theodore Ts'oe1052142006-10-21 21:46:47 -04001316 # Try the directory containing this script, then the parent directory.
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001317 ac_confdir=`$as_dirname -- "$as_myself" ||
1318$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1319 X"$as_myself" : 'X\(//\)[^/]' \| \
1320 X"$as_myself" : 'X\(//\)$' \| \
1321 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1322$as_echo X"$as_myself" |
Theodore Ts'oe1052142006-10-21 21:46:47 -04001323 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1324 s//\1/
1325 q
1326 }
1327 /^X\(\/\/\)[^/].*/{
1328 s//\1/
1329 q
1330 }
1331 /^X\(\/\/\)$/{
1332 s//\1/
1333 q
1334 }
1335 /^X\(\/\).*/{
1336 s//\1/
1337 q
1338 }
1339 s/.*/./; q'`
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001340 srcdir=$ac_confdir
Theodore Ts'oe1052142006-10-21 21:46:47 -04001341 if test ! -r "$srcdir/$ac_unique_file"; then
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001342 srcdir=..
1343 fi
1344else
1345 ac_srcdir_defaulted=no
1346fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04001347if test ! -r "$srcdir/$ac_unique_file"; then
1348 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001349 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001350fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04001351ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1352ac_abs_confdir=`(
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001353 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
Theodore Ts'oe1052142006-10-21 21:46:47 -04001354 pwd)`
1355# When building in place, set srcdir=.
1356if test "$ac_abs_confdir" = "$ac_pwd"; then
1357 srcdir=.
1358fi
1359# Remove unnecessary trailing slashes from srcdir.
1360# Double slashes in file names in object file debugging info
1361# mess up M-x gdb in Emacs.
1362case $srcdir in
1363*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1364esac
1365for ac_var in $ac_precious_vars; do
1366 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1367 eval ac_env_${ac_var}_value=\$${ac_var}
1368 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1369 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1370done
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001371
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001372#
1373# Report the --help message.
1374#
1375if test "$ac_init_help" = "long"; then
1376 # Omit some internal or obsolete options to make the list less imposing.
1377 # This message is too long to be a string in the A/UX 3.1 sh.
1378 cat <<_ACEOF
1379\`configure' configures this package to adapt to many kinds of systems.
1380
1381Usage: $0 [OPTION]... [VAR=VALUE]...
1382
1383To assign environment variables (e.g., CC, CFLAGS...), specify them as
1384VAR=VALUE. See below for descriptions of some of the useful variables.
1385
1386Defaults for the options are specified in brackets.
1387
1388Configuration:
1389 -h, --help display this help and exit
1390 --help=short display options specific to this package
1391 --help=recursive display the short help of all the included packages
1392 -V, --version display version information and exit
1393 -q, --quiet, --silent do not print \`checking...' messages
1394 --cache-file=FILE cache test results in FILE [disabled]
1395 -C, --config-cache alias for \`--cache-file=config.cache'
1396 -n, --no-create do not create output files
1397 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1398
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001399Installation directories:
1400 --prefix=PREFIX install architecture-independent files in PREFIX
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001401 [$ac_default_prefix]
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001402 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001403 [PREFIX]
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001404
1405By default, \`make install' will install all the files in
1406\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1407an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1408for instance \`--prefix=\$HOME'.
1409
1410For better control, use the options below.
1411
1412Fine tuning of the installation directories:
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001413 --bindir=DIR user executables [EPREFIX/bin]
1414 --sbindir=DIR system admin executables [EPREFIX/sbin]
1415 --libexecdir=DIR program executables [EPREFIX/libexec]
1416 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1417 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1418 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1419 --libdir=DIR object code libraries [EPREFIX/lib]
1420 --includedir=DIR C header files [PREFIX/include]
1421 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1422 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1423 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1424 --infodir=DIR info documentation [DATAROOTDIR/info]
1425 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1426 --mandir=DIR man documentation [DATAROOTDIR/man]
1427 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1428 --htmldir=DIR html documentation [DOCDIR]
1429 --dvidir=DIR dvi documentation [DOCDIR]
1430 --pdfdir=DIR pdf documentation [DOCDIR]
1431 --psdir=DIR ps documentation [DOCDIR]
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001432_ACEOF
1433
1434 cat <<\_ACEOF
1435
1436System types:
1437 --build=BUILD configure for building on BUILD [guessed]
1438 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1439_ACEOF
1440fi
1441
1442if test -n "$ac_init_help"; then
1443
1444 cat <<\_ACEOF
1445
1446Optional Features:
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001447 --disable-option-checking ignore unrecognized --enable/--with options
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001448 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1449 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
Theodore Ts'o98919bd2005-02-04 10:43:58 -05001450 --enable-maintainer-mode enable makefile rules useful for maintainers
Theodore Ts'o5aa6c3f2010-05-17 19:21:42 -04001451 --enable-symlink-install use symlinks when installing instead of hard links
1452 --enable-symlink-build use symlinks while building instead of hard links
1453 --enable-verbose-makecmds enable verbose make command output
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001454 --enable-compression enable EXPERIMENTAL compression support
1455 --enable-htree enable EXPERIMENTAL htree directory support
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001456 --enable-elf-shlibs select ELF shared libraries
1457 --enable-bsd-shlibs select BSD shared libraries
1458 --enable-profile build profiling libraries
1459 --enable-checker build checker libraries
1460 --enable-jbd-debug enable journal debugging
1461 --enable-blkid-debug enable blkid debugging
Theodore Ts'oaf773652008-09-01 11:27:27 -04001462 --disable-testio-debug disable the use of the test I/O manager for debugging
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001463 --disable-libuuid do not build private uuid library
Theodore Ts'o14b596d2009-04-22 09:18:30 -04001464 --disable-libblkid do not build private blkid library
Theodore Ts'o7becb202011-11-14 10:40:43 -05001465 --enable-libquota enable quota support
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001466 --disable-debugfs disable support of debugfs program
1467 --disable-imager disable support of e2image program
1468 --disable-resizer disable support of e2resize program
Theodore Ts'o8d9c50c2010-12-24 15:19:44 -05001469 --disable-defrag disable support of e4defrag program
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001470 --enable-fsck build fsck wrapper program
1471 --enable-e2initrd-helper build e2initrd-helper program
Theodore Ts'o32493942007-12-31 10:45:01 -05001472 --disable-tls disable use of thread local support
Theodore Ts'o5610f992007-12-31 11:16:56 -05001473 --disable-uuidd disable building the uuid daemon
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001474 --disable-nls do not use Native Language Support
1475 --disable-rpath do not hardcode runtime library paths
1476
1477Optional Packages:
1478 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1479 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
Theodore Ts'o32493942007-12-31 10:45:01 -05001480 --with-diet-libc use diet libc
Theodore Ts'o0b5b9f92009-09-06 21:28:47 -04001481 --with-cc no longer supported, use CC= instead
1482 --with-ccopts no longer supported, use CFLAGS= instead
1483 --with-ldopts no longer supported, use LDFLAGS= instead
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001484 --with-root-prefix=PREFIX override prefix variable for files to be placed in the root
1485 --with-gnu-ld assume the C compiler uses GNU ld default=no
1486 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1487 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1488 --with-included-gettext use the GNU gettext library included here
1489 --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
1490 --without-libintl-prefix don't search for libintl in includedir and libdir
Theodore Ts'o55e00a22011-09-18 23:53:23 -04001491 --with-multiarch=ARCH specify the multiarch triplet
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001492
1493Some influential environment variables:
1494 CC C compiler command
1495 CFLAGS C compiler flags
1496 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1497 nonstandard directory <lib dir>
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04001498 LIBS libraries to pass to the linker, e.g. -l<library>
Theodore Ts'o61ef2472010-08-01 22:30:33 -04001499 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
Theodore Ts'oe1052142006-10-21 21:46:47 -04001500 you have headers in a nonstandard directory <include dir>
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001501 CPP C preprocessor
Theodore Ts'o14b596d2009-04-22 09:18:30 -04001502 PKG_CONFIG path to pkg-config utility
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001503
1504Use these variables to override the choices made by `configure' or to help
1505it to find libraries and programs with nonstandard names/locations.
1506
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001507Report bugs to the package provider.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001508_ACEOF
Theodore Ts'oe1052142006-10-21 21:46:47 -04001509ac_status=$?
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001510fi
1511
1512if test "$ac_init_help" = "recursive"; then
1513 # If there are subdirs, report their specific --help.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001514 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001515 test -d "$ac_dir" ||
1516 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1517 continue
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001518 ac_builddir=.
1519
Theodore Ts'oe1052142006-10-21 21:46:47 -04001520case "$ac_dir" in
1521.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1522*)
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001523 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Theodore Ts'oe1052142006-10-21 21:46:47 -04001524 # A ".." for each directory in $ac_dir_suffix.
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001525 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Theodore Ts'oe1052142006-10-21 21:46:47 -04001526 case $ac_top_builddir_sub in
1527 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1528 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1529 esac ;;
1530esac
1531ac_abs_top_builddir=$ac_pwd
1532ac_abs_builddir=$ac_pwd$ac_dir_suffix
1533# for backward compatibility:
1534ac_top_builddir=$ac_top_build_prefix
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001535
1536case $srcdir in
Theodore Ts'oe1052142006-10-21 21:46:47 -04001537 .) # We are building in place.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001538 ac_srcdir=.
Theodore Ts'oe1052142006-10-21 21:46:47 -04001539 ac_top_srcdir=$ac_top_builddir_sub
1540 ac_abs_top_srcdir=$ac_pwd ;;
1541 [\\/]* | ?:[\\/]* ) # Absolute name.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001542 ac_srcdir=$srcdir$ac_dir_suffix;
Theodore Ts'oe1052142006-10-21 21:46:47 -04001543 ac_top_srcdir=$srcdir
1544 ac_abs_top_srcdir=$srcdir ;;
1545 *) # Relative name.
1546 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1547 ac_top_srcdir=$ac_top_build_prefix$srcdir
1548 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001549esac
Theodore Ts'oe1052142006-10-21 21:46:47 -04001550ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001551
Theodore Ts'oe1052142006-10-21 21:46:47 -04001552 cd "$ac_dir" || { ac_status=$?; continue; }
1553 # Check for guested configure.
1554 if test -f "$ac_srcdir/configure.gnu"; then
1555 echo &&
1556 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1557 elif test -f "$ac_srcdir/configure"; then
1558 echo &&
1559 $SHELL "$ac_srcdir/configure" --help=recursive
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001560 else
Scott James Remnant39fd3d42009-05-14 13:03:25 +01001561 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
Theodore Ts'oe1052142006-10-21 21:46:47 -04001562 fi || ac_status=$?
1563 cd "$ac_pwd" || { ac_status=$?; break; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001564 done
1565fi
1566
Theodore Ts'oe1052142006-10-21 21:46:47 -04001567test -n "$ac_init_help" && exit $ac_status
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001568if $ac_init_version; then
1569 cat <<\_ACEOF
Theodore Ts'oe1052142006-10-21 21:46:47 -04001570configure
Theodore Ts'o61ef2472010-08-01 22:30:33 -04001571generated by GNU Autoconf 2.65
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001572
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001573Copyright (C) 2009 Free Software Foundation, Inc.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001574This configure script is free software; the Free Software Foundation
1575gives unlimited permission to copy, distribute and modify it.
1576_ACEOF
Theodore Ts'oe1052142006-10-21 21:46:47 -04001577 exit
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05001578fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001579
1580## ------------------------ ##
1581## Autoconf initialization. ##
1582## ------------------------ ##
1583
1584# ac_fn_c_try_compile LINENO
1585# --------------------------
1586# Try to compile conftest.$ac_ext, and return whether this succeeded.
1587ac_fn_c_try_compile ()
1588{
1589 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1590 rm -f conftest.$ac_objext
1591 if { { ac_try="$ac_compile"
1592case "(($ac_try" in
1593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1594 *) ac_try_echo=$ac_try;;
1595esac
1596eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1597$as_echo "$ac_try_echo"; } >&5
1598 (eval "$ac_compile") 2>conftest.err
1599 ac_status=$?
1600 if test -s conftest.err; then
1601 grep -v '^ *+' conftest.err >conftest.er1
1602 cat conftest.er1 >&5
1603 mv -f conftest.er1 conftest.err
1604 fi
1605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1606 test $ac_status = 0; } && {
1607 test -z "$ac_c_werror_flag" ||
1608 test ! -s conftest.err
1609 } && test -s conftest.$ac_objext; then :
1610 ac_retval=0
1611else
1612 $as_echo "$as_me: failed program was:" >&5
1613sed 's/^/| /' conftest.$ac_ext >&5
1614
1615 ac_retval=1
1616fi
1617 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Theodore Ts'o61ef2472010-08-01 22:30:33 -04001618 as_fn_set_status $ac_retval
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001619
1620} # ac_fn_c_try_compile
1621
1622# ac_fn_c_try_link LINENO
1623# -----------------------
1624# Try to link conftest.$ac_ext, and return whether this succeeded.
1625ac_fn_c_try_link ()
1626{
1627 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1628 rm -f conftest.$ac_objext conftest$ac_exeext
1629 if { { ac_try="$ac_link"
1630case "(($ac_try" in
1631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1632 *) ac_try_echo=$ac_try;;
1633esac
1634eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1635$as_echo "$ac_try_echo"; } >&5
1636 (eval "$ac_link") 2>conftest.err
1637 ac_status=$?
1638 if test -s conftest.err; then
1639 grep -v '^ *+' conftest.err >conftest.er1
1640 cat conftest.er1 >&5
1641 mv -f conftest.er1 conftest.err
1642 fi
1643 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1644 test $ac_status = 0; } && {
1645 test -z "$ac_c_werror_flag" ||
1646 test ! -s conftest.err
1647 } && test -s conftest$ac_exeext && {
1648 test "$cross_compiling" = yes ||
1649 $as_test_x conftest$ac_exeext
1650 }; then :
1651 ac_retval=0
1652else
1653 $as_echo "$as_me: failed program was:" >&5
1654sed 's/^/| /' conftest.$ac_ext >&5
1655
1656 ac_retval=1
1657fi
1658 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1659 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1660 # interfere with the next link command; also delete a directory that is
1661 # left behind by Apple's compiler. We do this before executing the actions.
1662 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1663 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Theodore Ts'o61ef2472010-08-01 22:30:33 -04001664 as_fn_set_status $ac_retval
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001665
1666} # ac_fn_c_try_link
1667
1668# ac_fn_c_try_cpp LINENO
1669# ----------------------
1670# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1671ac_fn_c_try_cpp ()
1672{
1673 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1674 if { { ac_try="$ac_cpp conftest.$ac_ext"
1675case "(($ac_try" in
1676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1677 *) ac_try_echo=$ac_try;;
1678esac
1679eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1680$as_echo "$ac_try_echo"; } >&5
1681 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1682 ac_status=$?
1683 if test -s conftest.err; then
1684 grep -v '^ *+' conftest.err >conftest.er1
1685 cat conftest.er1 >&5
1686 mv -f conftest.er1 conftest.err
1687 fi
1688 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1689 test $ac_status = 0; } >/dev/null && {
1690 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1691 test ! -s conftest.err
1692 }; then :
1693 ac_retval=0
1694else
1695 $as_echo "$as_me: failed program was:" >&5
1696sed 's/^/| /' conftest.$ac_ext >&5
1697
1698 ac_retval=1
1699fi
1700 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Theodore Ts'o61ef2472010-08-01 22:30:33 -04001701 as_fn_set_status $ac_retval
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001702
1703} # ac_fn_c_try_cpp
1704
Theodore Ts'od1154eb2011-09-18 17:34:37 -04001705# ac_fn_c_try_run LINENO
1706# ----------------------
1707# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1708# that executables *can* be run.
1709ac_fn_c_try_run ()
1710{
1711 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1712 if { { ac_try="$ac_link"
1713case "(($ac_try" in
1714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1715 *) ac_try_echo=$ac_try;;
1716esac
1717eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1718$as_echo "$ac_try_echo"; } >&5
1719 (eval "$ac_link") 2>&5
1720 ac_status=$?
1721 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1722 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1723 { { case "(($ac_try" in
1724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1725 *) ac_try_echo=$ac_try;;
1726esac
1727eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1728$as_echo "$ac_try_echo"; } >&5
1729 (eval "$ac_try") 2>&5
1730 ac_status=$?
1731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1732 test $ac_status = 0; }; }; then :
1733 ac_retval=0
1734else
1735 $as_echo "$as_me: program exited with status $ac_status" >&5
1736 $as_echo "$as_me: failed program was:" >&5
1737sed 's/^/| /' conftest.$ac_ext >&5
1738
1739 ac_retval=$ac_status
1740fi
1741 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1742 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1743 as_fn_set_status $ac_retval
1744
1745} # ac_fn_c_try_run
1746
1747# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1748# -------------------------------------------
1749# Tests whether TYPE exists after having included INCLUDES, setting cache
1750# variable VAR accordingly.
1751ac_fn_c_check_type ()
1752{
1753 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1755$as_echo_n "checking for $2... " >&6; }
1756if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1757 $as_echo_n "(cached) " >&6
1758else
1759 eval "$3=no"
1760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1761/* end confdefs.h. */
1762$4
1763int
1764main ()
1765{
1766if (sizeof ($2))
1767 return 0;
1768 ;
1769 return 0;
1770}
1771_ACEOF
1772if ac_fn_c_try_compile "$LINENO"; then :
1773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1774/* end confdefs.h. */
1775$4
1776int
1777main ()
1778{
1779if (sizeof (($2)))
1780 return 0;
1781 ;
1782 return 0;
1783}
1784_ACEOF
1785if ac_fn_c_try_compile "$LINENO"; then :
1786
1787else
1788 eval "$3=yes"
1789fi
1790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1791fi
1792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1793fi
1794eval ac_res=\$$3
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1796$as_echo "$ac_res" >&6; }
1797 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1798
1799} # ac_fn_c_check_type
1800
1801# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1802# -------------------------------------------------------
1803# Tests whether HEADER exists and can be compiled using the include files in
1804# INCLUDES, setting the cache variable VAR accordingly.
1805ac_fn_c_check_header_compile ()
1806{
1807 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1809$as_echo_n "checking for $2... " >&6; }
1810if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1811 $as_echo_n "(cached) " >&6
1812else
1813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1814/* end confdefs.h. */
1815$4
1816#include <$2>
1817_ACEOF
1818if ac_fn_c_try_compile "$LINENO"; then :
1819 eval "$3=yes"
1820else
1821 eval "$3=no"
1822fi
1823rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1824fi
1825eval ac_res=\$$3
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1827$as_echo "$ac_res" >&6; }
1828 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1829
1830} # ac_fn_c_check_header_compile
1831
1832# ac_fn_c_check_func LINENO FUNC VAR
1833# ----------------------------------
1834# Tests whether FUNC exists, setting the cache variable VAR accordingly
1835ac_fn_c_check_func ()
1836{
1837 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1839$as_echo_n "checking for $2... " >&6; }
1840if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1841 $as_echo_n "(cached) " >&6
1842else
1843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1844/* end confdefs.h. */
1845/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1846 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1847#define $2 innocuous_$2
1848
1849/* System header to define __stub macros and hopefully few prototypes,
1850 which can conflict with char $2 (); below.
1851 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1852 <limits.h> exists even on freestanding compilers. */
1853
1854#ifdef __STDC__
1855# include <limits.h>
1856#else
1857# include <assert.h>
1858#endif
1859
1860#undef $2
1861
1862/* Override any GCC internal prototype to avoid an error.
1863 Use char because int might match the return type of a GCC
1864 builtin and then its argument prototype would still apply. */
1865#ifdef __cplusplus
1866extern "C"
1867#endif
1868char $2 ();
1869/* The GNU C library defines this for functions which it implements
1870 to always fail with ENOSYS. Some functions are actually named
1871 something starting with __ and the normal name is an alias. */
1872#if defined __stub_$2 || defined __stub___$2
1873choke me
1874#endif
1875
1876int
1877main ()
1878{
1879return $2 ();
1880 ;
1881 return 0;
1882}
1883_ACEOF
1884if ac_fn_c_try_link "$LINENO"; then :
1885 eval "$3=yes"
1886else
1887 eval "$3=no"
1888fi
1889rm -f core conftest.err conftest.$ac_objext \
1890 conftest$ac_exeext conftest.$ac_ext
1891fi
1892eval ac_res=\$$3
1893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1894$as_echo "$ac_res" >&6; }
1895 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1896
1897} # ac_fn_c_check_func
1898
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001899# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1900# -------------------------------------------------------
1901# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1902# the include files in INCLUDES and setting the cache variable VAR
1903# accordingly.
1904ac_fn_c_check_header_mongrel ()
1905{
1906 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1907 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1909$as_echo_n "checking for $2... " >&6; }
1910if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1911 $as_echo_n "(cached) " >&6
1912fi
1913eval ac_res=\$$3
1914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1915$as_echo "$ac_res" >&6; }
1916else
1917 # Is the header compilable?
1918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1919$as_echo_n "checking $2 usability... " >&6; }
1920cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1921/* end confdefs.h. */
1922$4
1923#include <$2>
1924_ACEOF
1925if ac_fn_c_try_compile "$LINENO"; then :
1926 ac_header_compiler=yes
1927else
1928 ac_header_compiler=no
1929fi
1930rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1931{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1932$as_echo "$ac_header_compiler" >&6; }
1933
1934# Is the header present?
1935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1936$as_echo_n "checking $2 presence... " >&6; }
1937cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1938/* end confdefs.h. */
1939#include <$2>
1940_ACEOF
1941if ac_fn_c_try_cpp "$LINENO"; then :
1942 ac_header_preproc=yes
1943else
1944 ac_header_preproc=no
1945fi
1946rm -f conftest.err conftest.$ac_ext
1947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1948$as_echo "$ac_header_preproc" >&6; }
1949
1950# So? What about this header?
1951case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1952 yes:no: )
1953 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1954$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1956$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1957 ;;
1958 no:yes:* )
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1960$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1961 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1962$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1963 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1964$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1965 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1966$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1967 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1968$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1969 ;;
1970esac
1971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1972$as_echo_n "checking for $2... " >&6; }
1973if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1974 $as_echo_n "(cached) " >&6
1975else
1976 eval "$3=\$ac_header_compiler"
1977fi
1978eval ac_res=\$$3
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1980$as_echo "$ac_res" >&6; }
1981fi
1982 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1983
1984} # ac_fn_c_check_header_mongrel
1985
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05001986# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1987# --------------------------------------------
1988# Tries to find the compile-time value of EXPR in a program that includes
1989# INCLUDES, setting VAR accordingly. Returns whether the value could be
1990# computed
1991ac_fn_c_compute_int ()
1992{
1993 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1994 if test "$cross_compiling" = yes; then
1995 # Depending upon the size, compute the lo and hi bounds.
1996cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1997/* end confdefs.h. */
1998$4
1999int
2000main ()
2001{
2002static int test_array [1 - 2 * !(($2) >= 0)];
2003test_array [0] = 0
2004
2005 ;
2006 return 0;
2007}
2008_ACEOF
2009if ac_fn_c_try_compile "$LINENO"; then :
2010 ac_lo=0 ac_mid=0
2011 while :; do
2012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2013/* end confdefs.h. */
2014$4
2015int
2016main ()
2017{
2018static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2019test_array [0] = 0
2020
2021 ;
2022 return 0;
2023}
2024_ACEOF
2025if ac_fn_c_try_compile "$LINENO"; then :
2026 ac_hi=$ac_mid; break
2027else
2028 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2029 if test $ac_lo -le $ac_mid; then
2030 ac_lo= ac_hi=
2031 break
2032 fi
2033 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2034fi
2035rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036 done
2037else
2038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2039/* end confdefs.h. */
2040$4
2041int
2042main ()
2043{
2044static int test_array [1 - 2 * !(($2) < 0)];
2045test_array [0] = 0
2046
2047 ;
2048 return 0;
2049}
2050_ACEOF
2051if ac_fn_c_try_compile "$LINENO"; then :
2052 ac_hi=-1 ac_mid=-1
2053 while :; do
2054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2055/* end confdefs.h. */
2056$4
2057int
2058main ()
2059{
2060static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2061test_array [0] = 0
2062
2063 ;
2064 return 0;
2065}
2066_ACEOF
2067if ac_fn_c_try_compile "$LINENO"; then :
2068 ac_lo=$ac_mid; break
2069else
2070 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2071 if test $ac_mid -le $ac_hi; then
2072 ac_lo= ac_hi=
2073 break
2074 fi
2075 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2076fi
2077rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2078 done
2079else
2080 ac_lo= ac_hi=
2081fi
2082rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2083fi
2084rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2085# Binary search between lo and hi bounds.
2086while test "x$ac_lo" != "x$ac_hi"; do
2087 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2089/* end confdefs.h. */
2090$4
2091int
2092main ()
2093{
2094static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2095test_array [0] = 0
2096
2097 ;
2098 return 0;
2099}
2100_ACEOF
2101if ac_fn_c_try_compile "$LINENO"; then :
2102 ac_hi=$ac_mid
2103else
2104 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2105fi
2106rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2107done
2108case $ac_lo in #((
2109?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2110'') ac_retval=1 ;;
2111esac
2112 else
2113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2114/* end confdefs.h. */
2115$4
2116static long int longval () { return $2; }
2117static unsigned long int ulongval () { return $2; }
2118#include <stdio.h>
2119#include <stdlib.h>
2120int
2121main ()
2122{
2123
2124 FILE *f = fopen ("conftest.val", "w");
2125 if (! f)
2126 return 1;
2127 if (($2) < 0)
2128 {
2129 long int i = longval ();
2130 if (i != ($2))
2131 return 1;
2132 fprintf (f, "%ld", i);
2133 }
2134 else
2135 {
2136 unsigned long int i = ulongval ();
2137 if (i != ($2))
2138 return 1;
2139 fprintf (f, "%lu", i);
2140 }
2141 /* Do not output a trailing newline, as this causes \r\n confusion
2142 on some platforms. */
2143 return ferror (f) || fclose (f) != 0;
2144
2145 ;
2146 return 0;
2147}
2148_ACEOF
2149if ac_fn_c_try_run "$LINENO"; then :
2150 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2151else
2152 ac_retval=1
2153fi
2154rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2155 conftest.$ac_objext conftest.beam conftest.$ac_ext
2156rm -f conftest.val
2157
2158 fi
2159 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Theodore Ts'o61ef2472010-08-01 22:30:33 -04002160 as_fn_set_status $ac_retval
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002161
2162} # ac_fn_c_compute_int
2163
2164# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2165# ----------------------------------------------------
2166# Tries to find if the field MEMBER exists in type AGGR, after including
2167# INCLUDES, setting cache variable VAR accordingly.
2168ac_fn_c_check_member ()
2169{
2170 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2172$as_echo_n "checking for $2.$3... " >&6; }
2173if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2174 $as_echo_n "(cached) " >&6
2175else
2176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2177/* end confdefs.h. */
2178$5
2179int
2180main ()
2181{
2182static $2 ac_aggr;
2183if (ac_aggr.$3)
2184return 0;
2185 ;
2186 return 0;
2187}
2188_ACEOF
2189if ac_fn_c_try_compile "$LINENO"; then :
2190 eval "$4=yes"
2191else
2192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2193/* end confdefs.h. */
2194$5
2195int
2196main ()
2197{
2198static $2 ac_aggr;
2199if (sizeof ac_aggr.$3)
2200return 0;
2201 ;
2202 return 0;
2203}
2204_ACEOF
2205if ac_fn_c_try_compile "$LINENO"; then :
2206 eval "$4=yes"
2207else
2208 eval "$4=no"
2209fi
2210rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2211fi
2212rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2213fi
2214eval ac_res=\$$4
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2216$as_echo "$ac_res" >&6; }
2217 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2218
2219} # ac_fn_c_check_member
2220
2221# ac_fn_c_check_decl LINENO SYMBOL VAR
2222# ------------------------------------
2223# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2224ac_fn_c_check_decl ()
2225{
2226 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
2228$as_echo_n "checking whether $2 is declared... " >&6; }
2229if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2230 $as_echo_n "(cached) " >&6
2231else
2232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2233/* end confdefs.h. */
2234$4
2235int
2236main ()
2237{
2238#ifndef $2
2239 (void) $2;
2240#endif
2241
2242 ;
2243 return 0;
2244}
2245_ACEOF
2246if ac_fn_c_try_compile "$LINENO"; then :
2247 eval "$3=yes"
2248else
2249 eval "$3=no"
2250fi
2251rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2252fi
2253eval ac_res=\$$3
2254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2255$as_echo "$ac_res" >&6; }
2256 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2257
2258} # ac_fn_c_check_decl
Theodore Ts'oe1052142006-10-21 21:46:47 -04002259cat >config.log <<_ACEOF
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002260This file contains any messages produced by compilers while
2261running configure, to aid debugging if configure makes a mistake.
2262
2263It was created by $as_me, which was
Theodore Ts'o61ef2472010-08-01 22:30:33 -04002264generated by GNU Autoconf 2.65. Invocation command line was
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002265
2266 $ $0 $@
2267
2268_ACEOF
Theodore Ts'oe1052142006-10-21 21:46:47 -04002269exec 5>>config.log
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002270{
2271cat <<_ASUNAME
2272## --------- ##
2273## Platform. ##
2274## --------- ##
2275
2276hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2277uname -m = `(uname -m) 2>/dev/null || echo unknown`
2278uname -r = `(uname -r) 2>/dev/null || echo unknown`
2279uname -s = `(uname -s) 2>/dev/null || echo unknown`
2280uname -v = `(uname -v) 2>/dev/null || echo unknown`
2281
2282/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2283/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2284
2285/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2286/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2287/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
Theodore Ts'oe1052142006-10-21 21:46:47 -04002288/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002289/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2290/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2291/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2292
2293_ASUNAME
2294
2295as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2296for as_dir in $PATH
2297do
2298 IFS=$as_save_IFS
2299 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002300 $as_echo "PATH: $as_dir"
2301 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04002302IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002303
2304} >&5
2305
2306cat >&5 <<_ACEOF
2307
2308
2309## ----------- ##
2310## Core tests. ##
2311## ----------- ##
2312
2313_ACEOF
2314
2315
2316# Keep a trace of the command line.
2317# Strip out --no-create and --no-recursion so they do not pile up.
2318# Strip out --silent because we don't want to record it for future runs.
2319# Also quote any args containing shell meta-characters.
2320# Make two passes to allow for proper duplicate-argument suppression.
2321ac_configure_args=
2322ac_configure_args0=
2323ac_configure_args1=
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002324ac_must_keep_next=false
2325for ac_pass in 1 2
2326do
2327 for ac_arg
2328 do
2329 case $ac_arg in
2330 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2331 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2332 | -silent | --silent | --silen | --sile | --sil)
2333 continue ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -04002334 *\'*)
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002335 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002336 esac
2337 case $ac_pass in
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002338 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002339 2)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002340 as_fn_append ac_configure_args1 " '$ac_arg'"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002341 if test $ac_must_keep_next = true; then
2342 ac_must_keep_next=false # Got value, back to normal.
2343 else
2344 case $ac_arg in
2345 *=* | --config-cache | -C | -disable-* | --disable-* \
2346 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2347 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2348 | -with-* | --with-* | -without-* | --without-* | --x)
2349 case "$ac_configure_args0 " in
2350 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2351 esac
2352 ;;
2353 -* ) ac_must_keep_next=true ;;
2354 esac
2355 fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002356 as_fn_append ac_configure_args " '$ac_arg'"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002357 ;;
2358 esac
2359 done
2360done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002361{ ac_configure_args0=; unset ac_configure_args0;}
2362{ ac_configure_args1=; unset ac_configure_args1;}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002363
2364# When interrupted or exit'd, cleanup temporary files, and complete
2365# config.log. We remove comments because anyway the quotes in there
2366# would cause problems or look ugly.
Theodore Ts'oe1052142006-10-21 21:46:47 -04002367# WARNING: Use '\'' to represent an apostrophe within the trap.
2368# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002369trap 'exit_status=$?
2370 # Save into config.log some information that might help in debugging.
2371 {
2372 echo
2373
2374 cat <<\_ASBOX
2375## ---------------- ##
2376## Cache variables. ##
2377## ---------------- ##
2378_ASBOX
2379 echo
2380 # The following way of writing the cache mishandles newlines in values,
Theodore Ts'oe1052142006-10-21 21:46:47 -04002381(
2382 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2383 eval ac_val=\$$ac_var
2384 case $ac_val in #(
2385 *${as_nl}*)
2386 case $ac_var in #(
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002387 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002388$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -04002389 esac
2390 case $ac_var in #(
2391 _ | IFS | as_nl) ;; #(
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002392 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002393 *) { eval $ac_var=; unset $ac_var;} ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -04002394 esac ;;
2395 esac
2396 done
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002397 (set) 2>&1 |
Theodore Ts'oe1052142006-10-21 21:46:47 -04002398 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2399 *${as_nl}ac_space=\ *)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002400 sed -n \
Theodore Ts'oe1052142006-10-21 21:46:47 -04002401 "s/'\''/'\''\\\\'\'''\''/g;
2402 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2403 ;; #(
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002404 *)
Theodore Ts'oe1052142006-10-21 21:46:47 -04002405 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002406 ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -04002407 esac |
2408 sort
2409)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002410 echo
2411
2412 cat <<\_ASBOX
2413## ----------------- ##
2414## Output variables. ##
2415## ----------------- ##
2416_ASBOX
2417 echo
2418 for ac_var in $ac_subst_vars
2419 do
Theodore Ts'oe1052142006-10-21 21:46:47 -04002420 eval ac_val=\$$ac_var
2421 case $ac_val in
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002422 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Theodore Ts'oe1052142006-10-21 21:46:47 -04002423 esac
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002424 $as_echo "$ac_var='\''$ac_val'\''"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002425 done | sort
2426 echo
2427
2428 if test -n "$ac_subst_files"; then
2429 cat <<\_ASBOX
Theodore Ts'oe1052142006-10-21 21:46:47 -04002430## ------------------- ##
2431## File substitutions. ##
2432## ------------------- ##
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002433_ASBOX
2434 echo
2435 for ac_var in $ac_subst_files
2436 do
Theodore Ts'oe1052142006-10-21 21:46:47 -04002437 eval ac_val=\$$ac_var
2438 case $ac_val in
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002439 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Theodore Ts'oe1052142006-10-21 21:46:47 -04002440 esac
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002441 $as_echo "$ac_var='\''$ac_val'\''"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002442 done | sort
2443 echo
2444 fi
2445
2446 if test -s confdefs.h; then
2447 cat <<\_ASBOX
2448## ----------- ##
2449## confdefs.h. ##
2450## ----------- ##
2451_ASBOX
2452 echo
Theodore Ts'oe1052142006-10-21 21:46:47 -04002453 cat confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002454 echo
2455 fi
2456 test "$ac_signal" != 0 &&
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002457 $as_echo "$as_me: caught signal $ac_signal"
2458 $as_echo "$as_me: exit $exit_status"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002459 } >&5
Theodore Ts'oe1052142006-10-21 21:46:47 -04002460 rm -f core *.core core.conftest.* &&
2461 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002462 exit $exit_status
Theodore Ts'oe1052142006-10-21 21:46:47 -04002463' 0
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002464for ac_signal in 1 2 13 15; do
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002465 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002466done
2467ac_signal=0
2468
2469# confdefs.h avoids OS command line length limits that DEFS can exceed.
Theodore Ts'oe1052142006-10-21 21:46:47 -04002470rm -f -r conftest* confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002471
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002472$as_echo "/* confdefs.h */" > confdefs.h
2473
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002474# Predefined preprocessor variables.
2475
2476cat >>confdefs.h <<_ACEOF
2477#define PACKAGE_NAME "$PACKAGE_NAME"
2478_ACEOF
2479
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002480cat >>confdefs.h <<_ACEOF
2481#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2482_ACEOF
2483
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002484cat >>confdefs.h <<_ACEOF
2485#define PACKAGE_VERSION "$PACKAGE_VERSION"
2486_ACEOF
2487
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002488cat >>confdefs.h <<_ACEOF
2489#define PACKAGE_STRING "$PACKAGE_STRING"
2490_ACEOF
2491
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002492cat >>confdefs.h <<_ACEOF
2493#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2494_ACEOF
2495
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002496cat >>confdefs.h <<_ACEOF
2497#define PACKAGE_URL "$PACKAGE_URL"
2498_ACEOF
2499
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002500
2501# Let the site file select an alternate cache file if it wants to.
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002502# Prefer an explicitly selected file to automatically selected ones.
2503ac_site_file1=NONE
2504ac_site_file2=NONE
Theodore Ts'oe1052142006-10-21 21:46:47 -04002505if test -n "$CONFIG_SITE"; then
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002506 ac_site_file1=$CONFIG_SITE
Theodore Ts'oe1052142006-10-21 21:46:47 -04002507elif test "x$prefix" != xNONE; then
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002508 ac_site_file1=$prefix/share/config.site
2509 ac_site_file2=$prefix/etc/config.site
Theodore Ts'oe1052142006-10-21 21:46:47 -04002510else
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002511 ac_site_file1=$ac_default_prefix/share/config.site
2512 ac_site_file2=$ac_default_prefix/etc/config.site
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002513fi
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002514for ac_site_file in "$ac_site_file1" "$ac_site_file2"
Theodore Ts'oe1052142006-10-21 21:46:47 -04002515do
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002516 test "x$ac_site_file" = xNONE && continue
Theodore Ts'o61ef2472010-08-01 22:30:33 -04002517 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002518 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002519$as_echo "$as_me: loading site script $ac_site_file" >&6;}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002520 sed 's/^/| /' "$ac_site_file" >&5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002521 . "$ac_site_file"
2522 fi
2523done
2524
2525if test -r "$cache_file"; then
Theodore Ts'o61ef2472010-08-01 22:30:33 -04002526 # Some versions of bash will fail to source /dev/null (special files
2527 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2528 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002529 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002530$as_echo "$as_me: loading cache $cache_file" >&6;}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002531 case $cache_file in
Theodore Ts'oe1052142006-10-21 21:46:47 -04002532 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2533 *) . "./$cache_file";;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002534 esac
2535 fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002536else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002537 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002538$as_echo "$as_me: creating cache $cache_file" >&6;}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002539 >$cache_file
2540fi
2541
Theodore Ts'o61ef2472010-08-01 22:30:33 -04002542as_fn_append ac_header_list " stdlib.h"
2543as_fn_append ac_header_list " unistd.h"
2544as_fn_append ac_header_list " sys/param.h"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002545# Check that the precious variables saved in the cache have kept the same
2546# value.
2547ac_cache_corrupted=false
Theodore Ts'oe1052142006-10-21 21:46:47 -04002548for ac_var in $ac_precious_vars; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002549 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2550 eval ac_new_set=\$ac_env_${ac_var}_set
Theodore Ts'oe1052142006-10-21 21:46:47 -04002551 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2552 eval ac_new_val=\$ac_env_${ac_var}_value
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002553 case $ac_old_set,$ac_new_set in
2554 set,)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002555 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002556$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002557 ac_cache_corrupted=: ;;
2558 ,set)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002559 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002560$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002561 ac_cache_corrupted=: ;;
2562 ,);;
2563 *)
2564 if test "x$ac_old_val" != "x$ac_new_val"; then
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002565 # differences in whitespace do not lead to failure.
2566 ac_old_val_w=`echo x $ac_old_val`
2567 ac_new_val_w=`echo x $ac_new_val`
2568 if test "$ac_old_val_w" != "$ac_new_val_w"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002569 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002570$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2571 ac_cache_corrupted=:
2572 else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002573 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002574$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2575 eval $ac_var=\$ac_old_val
2576 fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002577 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002578$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002579 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002580$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002581 fi;;
2582 esac
2583 # Pass precious variables to config.status.
2584 if test "$ac_new_set" = set; then
2585 case $ac_new_val in
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002586 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002587 *) ac_arg=$ac_var=$ac_new_val ;;
2588 esac
2589 case " $ac_configure_args " in
2590 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002591 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002592 esac
2593 fi
2594done
2595if $ac_cache_corrupted; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002596 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002597$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002598 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002599$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002600 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002601fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002602## -------------------- ##
2603## Main body of script. ##
2604## -------------------- ##
Theodore Ts'oe1052142006-10-21 21:46:47 -04002605
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002606ac_ext=c
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002607ac_cpp='$CPP $CPPFLAGS'
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002608ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2609ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2610ac_compiler_gnu=$ac_cv_c_compiler_gnu
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002611
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002612
2613
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002614ac_aux_dir=
Theodore Ts'oe1052142006-10-21 21:46:47 -04002615for ac_dir in config "$srcdir"/config; do
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002616 for ac_t in install-sh install.sh shtool; do
2617 if test -f "$ac_dir/$ac_t"; then
2618 ac_aux_dir=$ac_dir
2619 ac_install_sh="$ac_aux_dir/$ac_t -c"
2620 break 2
2621 fi
2622 done
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002623done
2624if test -z "$ac_aux_dir"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002625 as_fn_error "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002626fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04002627
2628# These three variables are undocumented and unsupported,
2629# and are intended to be withdrawn in a future Autoconf release.
2630# They can cause serious problems if a builder's source tree is in a directory
2631# whose full name contains unusual characters.
2632ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2633ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2634ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2635
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00002636
Theodore Ts'od1154eb2011-09-18 17:34:37 -04002637ac_config_headers="$ac_config_headers lib/config.h"
2638
2639
Theodore Ts'o50e1e101997-04-26 13:58:21 +00002640MCONFIG=./MCONFIG
2641
Theodore Ts'o74becf31997-04-26 14:37:06 +00002642BINARY_TYPE=bin
2643E2FSPROGS_VERSION=`grep E2FSPROGS_VERSION ${srcdir}/version.h \
2644 | awk '{print $3}' | tr \" " " | awk '{print $1}'`
2645DATE=`grep E2FSPROGS_DATE ${srcdir}/version.h | awk '{print $3}' \
2646 | tr \" " "`
Theodore Ts'obff0cc92003-03-23 01:37:53 -05002647E2FSPROGS_DAY=`echo $DATE | awk -F- '{print $1}'`
Theodore Ts'o74becf31997-04-26 14:37:06 +00002648MONTH=`echo $DATE | awk -F- '{print $2}'`
2649YEAR=`echo $DATE | awk -F- '{print $3}'`
2650
Theodore Ts'o14790ed1999-01-12 23:32:52 +00002651if expr $YEAR ">" 1900 > /dev/null ; then
2652 E2FSPROGS_YEAR=$YEAR
2653elif expr $YEAR ">" 90 >/dev/null ; then
Theodore Ts'o74becf31997-04-26 14:37:06 +00002654 E2FSPROGS_YEAR=19$YEAR
2655else
2656 E2FSPROGS_YEAR=20$YEAR
2657fi
2658
2659case $MONTH in
Andreas Dilger927566a2006-11-12 19:41:25 -05002660Jan) MONTH_NUM=01; E2FSPROGS_MONTH="January" ;;
2661Feb) MONTH_NUM=02; E2FSPROGS_MONTH="February" ;;
2662Mar) MONTH_NUM=03; E2FSPROGS_MONTH="March" ;;
2663Apr) MONTH_NUM=04; E2FSPROGS_MONTH="April" ;;
2664May) MONTH_NUM=05; E2FSPROGS_MONTH="May" ;;
2665Jun) MONTH_NUM=06; E2FSPROGS_MONTH="June" ;;
2666Jul) MONTH_NUM=07; E2FSPROGS_MONTH="July" ;;
2667Aug) MONTH_NUM=08; E2FSPROGS_MONTH="August" ;;
2668Sep) MONTH_NUM=09; E2FSPROGS_MONTH="September" ;;
2669Oct) MONTH_NUM=10; E2FSPROGS_MONTH="October" ;;
2670Nov) MONTH_NUM=11; E2FSPROGS_MONTH="November" ;;
2671Dec) MONTH_NUM=12; E2FSPROGS_MONTH="December" ;;
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002672*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unknown month $MONTH??" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002673$as_echo "$as_me: WARNING: Unknown month $MONTH??" >&2;} ;;
Theodore Ts'o74becf31997-04-26 14:37:06 +00002674esac
2675
Andreas Dilger927566a2006-11-12 19:41:25 -05002676base_ver=`echo $E2FSPROGS_VERSION | \
2677 sed -e 's/-WIP//' -e 's/pre-//' -e 's/-PLUS//'`
Andreas Dilger927566a2006-11-12 19:41:25 -05002678
2679date_spec=${E2FSPROGS_YEAR}.${MONTH_NUM}.${E2FSPROGS_DAY}
2680
2681case $E2FSPROGS_VERSION in
2682*-WIP|pre-*)
Theodore Ts'oab063962008-07-07 16:07:43 -04002683 E2FSPROGS_PKGVER="$base_ver~WIP-$E2FSPROGS_YEAR-$MONTH_NUM-$E2FSPROGS_DAY"
Andreas Dilger927566a2006-11-12 19:41:25 -05002684 ;;
2685*)
2686 E2FSPROGS_PKGVER="$base_ver"
2687 ;;
2688esac
2689
2690unset DATE MONTH YEAR base_ver pre_vers date_spec
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002691{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Generating configuration file for e2fsprogs version $E2FSPROGS_VERSION" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002692$as_echo "Generating configuration file for e2fsprogs version $E2FSPROGS_VERSION" >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Release date is ${E2FSPROGS_MONTH}, ${E2FSPROGS_YEAR}" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002694$as_echo "Release date is ${E2FSPROGS_MONTH}, ${E2FSPROGS_YEAR}" >&6; }
Theodore Ts'o74becf31997-04-26 14:37:06 +00002695
Theodore Ts'o93636bd2003-07-12 02:45:05 -04002696
2697
2698
Andreas Dilger927566a2006-11-12 19:41:25 -05002699
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002700# Make sure we can run config.sub.
Theodore Ts'oe1052142006-10-21 21:46:47 -04002701$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002702 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002703
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002705$as_echo_n "checking build system type... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002706if test "${ac_cv_build+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002707 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002708else
Theodore Ts'oe1052142006-10-21 21:46:47 -04002709 ac_build_alias=$build_alias
2710test "x$ac_build_alias" = x &&
2711 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2712test "x$ac_build_alias" = x &&
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002713 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
Theodore Ts'oe1052142006-10-21 21:46:47 -04002714ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002715 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002716
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002717fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002719$as_echo "$ac_cv_build" >&6; }
Theodore Ts'oe1052142006-10-21 21:46:47 -04002720case $ac_cv_build in
2721*-*-*) ;;
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002722*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
Theodore Ts'oe1052142006-10-21 21:46:47 -04002723esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002724build=$ac_cv_build
Theodore Ts'oe1052142006-10-21 21:46:47 -04002725ac_save_IFS=$IFS; IFS='-'
2726set x $ac_cv_build
2727shift
2728build_cpu=$1
2729build_vendor=$2
2730shift; shift
2731# Remember, the first character of IFS is used to create $*,
2732# except with old shells:
2733build_os=$*
2734IFS=$ac_save_IFS
2735case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002736
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00002737
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002739$as_echo_n "checking host system type... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002740if test "${ac_cv_host+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002741 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002742else
Theodore Ts'oe1052142006-10-21 21:46:47 -04002743 if test "x$host_alias" = x; then
2744 ac_cv_host=$ac_cv_build
2745else
2746 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002747 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
Theodore Ts'oe1052142006-10-21 21:46:47 -04002748fi
Theodore Ts'o93636bd2003-07-12 02:45:05 -04002749
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002750fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002752$as_echo "$ac_cv_host" >&6; }
Theodore Ts'oe1052142006-10-21 21:46:47 -04002753case $ac_cv_host in
2754*-*-*) ;;
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002755*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
Theodore Ts'oe1052142006-10-21 21:46:47 -04002756esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002757host=$ac_cv_host
Theodore Ts'oe1052142006-10-21 21:46:47 -04002758ac_save_IFS=$IFS; IFS='-'
2759set x $ac_cv_host
2760shift
2761host_cpu=$1
2762host_vendor=$2
2763shift; shift
2764# Remember, the first character of IFS is used to create $*,
2765# except with old shells:
2766host_os=$*
2767IFS=$ac_save_IFS
2768case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002769
2770
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002771DLOPEN_LIB=''
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002772ac_ext=c
2773ac_cpp='$CPP $CPPFLAGS'
2774ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2775ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2776ac_compiler_gnu=$ac_cv_c_compiler_gnu
2777if test -n "$ac_tool_prefix"; then
2778 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2779set dummy ${ac_tool_prefix}gcc; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002780{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002781$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002782if test "${ac_cv_prog_CC+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002783 $as_echo_n "(cached) " >&6
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00002784else
2785 if test -n "$CC"; then
2786 ac_cv_prog_CC="$CC" # Let the user override the test.
2787else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002788as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2789for as_dir in $PATH
2790do
2791 IFS=$as_save_IFS
2792 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002793 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04002794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002795 ac_cv_prog_CC="${ac_tool_prefix}gcc"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002797 break 2
2798 fi
2799done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002800 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04002801IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002802
Theodore Ts'o07a0db12003-07-05 14:50:24 -04002803fi
2804fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002805CC=$ac_cv_prog_CC
Theodore Ts'o07a0db12003-07-05 14:50:24 -04002806if test -n "$CC"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002808$as_echo "$CC" >&6; }
Theodore Ts'o07a0db12003-07-05 14:50:24 -04002809else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002811$as_echo "no" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002812fi
2813
Theodore Ts'oe1052142006-10-21 21:46:47 -04002814
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002815fi
2816if test -z "$ac_cv_prog_CC"; then
2817 ac_ct_CC=$CC
2818 # Extract the first word of "gcc", so it can be a program name with args.
2819set dummy gcc; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002821$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002822if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002823 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002824else
2825 if test -n "$ac_ct_CC"; then
2826 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2827else
2828as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2829for as_dir in $PATH
2830do
2831 IFS=$as_save_IFS
2832 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002833 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04002834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002835 ac_cv_prog_ac_ct_CC="gcc"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002837 break 2
2838 fi
2839done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002840 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04002841IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002842
2843fi
2844fi
2845ac_ct_CC=$ac_cv_prog_ac_ct_CC
2846if test -n "$ac_ct_CC"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002848$as_echo "$ac_ct_CC" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002849else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002851$as_echo "no" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002852fi
2853
Theodore Ts'oe1052142006-10-21 21:46:47 -04002854 if test "x$ac_ct_CC" = x; then
2855 CC=""
2856 else
2857 case $cross_compiling:$ac_tool_warned in
2858yes:)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002859{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002860$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Theodore Ts'oe1052142006-10-21 21:46:47 -04002861ac_tool_warned=yes ;;
2862esac
2863 CC=$ac_ct_CC
2864 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002865else
2866 CC="$ac_cv_prog_CC"
Theodore Ts'o07a0db12003-07-05 14:50:24 -04002867fi
2868
Theodore Ts'o07a0db12003-07-05 14:50:24 -04002869if test -z "$CC"; then
Theodore Ts'oe1052142006-10-21 21:46:47 -04002870 if test -n "$ac_tool_prefix"; then
2871 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002872set dummy ${ac_tool_prefix}cc; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002874$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002875if test "${ac_cv_prog_CC+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002876 $as_echo_n "(cached) " >&6
Theodore Ts'o07a0db12003-07-05 14:50:24 -04002877else
2878 if test -n "$CC"; then
2879 ac_cv_prog_CC="$CC" # Let the user override the test.
2880else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2882for as_dir in $PATH
2883do
2884 IFS=$as_save_IFS
2885 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002886 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04002887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002888 ac_cv_prog_CC="${ac_tool_prefix}cc"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002890 break 2
2891 fi
2892done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002893 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04002894IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002895
2896fi
2897fi
2898CC=$ac_cv_prog_CC
2899if test -n "$CC"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002901$as_echo "$CC" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002902else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002904$as_echo "no" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002905fi
2906
Theodore Ts'oe1052142006-10-21 21:46:47 -04002907
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002908 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002909fi
2910if test -z "$CC"; then
2911 # Extract the first word of "cc", so it can be a program name with args.
2912set dummy cc; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002914$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002915if test "${ac_cv_prog_CC+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002916 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002917else
2918 if test -n "$CC"; then
2919 ac_cv_prog_CC="$CC" # Let the user override the test.
2920else
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00002921 ac_prog_rejected=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2923for as_dir in $PATH
2924do
2925 IFS=$as_save_IFS
2926 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002927 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04002928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002929 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2930 ac_prog_rejected=yes
2931 continue
2932 fi
2933 ac_cv_prog_CC="cc"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002935 break 2
2936 fi
2937done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002938 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04002939IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002940
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00002941if test $ac_prog_rejected = yes; then
2942 # We found a bogon in the path, so make sure we never use it.
2943 set dummy $ac_cv_prog_CC
2944 shift
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002945 if test $# != 0; then
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00002946 # We chose a different compiler from the bogus one.
2947 # However, it has the same basename, so the bogon will be chosen
2948 # first if we set CC to just the basename; use the full file name.
2949 shift
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002950 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00002951 fi
2952fi
2953fi
2954fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002955CC=$ac_cv_prog_CC
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00002956if test -n "$CC"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002958$as_echo "$CC" >&6; }
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00002959else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002961$as_echo "no" >&6; }
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00002962fi
2963
Theodore Ts'oe1052142006-10-21 21:46:47 -04002964
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002965fi
2966if test -z "$CC"; then
2967 if test -n "$ac_tool_prefix"; then
Theodore Ts'oe1052142006-10-21 21:46:47 -04002968 for ac_prog in cl.exe
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002969 do
2970 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2971set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002973$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002974if test "${ac_cv_prog_CC+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01002975 $as_echo_n "(cached) " >&6
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00002976else
2977 if test -n "$CC"; then
2978 ac_cv_prog_CC="$CC" # Let the user override the test.
2979else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002980as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2981for as_dir in $PATH
2982do
2983 IFS=$as_save_IFS
2984 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002985 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04002986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002987 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002989 break 2
2990 fi
2991done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002992 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04002993IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002994
Theodore Ts'o93636bd2003-07-12 02:45:05 -04002995fi
2996fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002997CC=$ac_cv_prog_CC
Theodore Ts'o93636bd2003-07-12 02:45:05 -04002998if test -n "$CC"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05002999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003000$as_echo "$CC" >&6; }
Theodore Ts'o93636bd2003-07-12 02:45:05 -04003001else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003003$as_echo "no" >&6; }
Theodore Ts'o93636bd2003-07-12 02:45:05 -04003004fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003005
Theodore Ts'oe1052142006-10-21 21:46:47 -04003006
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003007 test -n "$CC" && break
3008 done
3009fi
3010if test -z "$CC"; then
3011 ac_ct_CC=$CC
Theodore Ts'oe1052142006-10-21 21:46:47 -04003012 for ac_prog in cl.exe
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003013do
3014 # Extract the first word of "$ac_prog", so it can be a program name with args.
3015set dummy $ac_prog; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003017$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003018if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003019 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003020else
3021 if test -n "$ac_ct_CC"; then
3022 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3023else
3024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3025for as_dir in $PATH
3026do
3027 IFS=$as_save_IFS
3028 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003029 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04003030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003031 ac_cv_prog_ac_ct_CC="$ac_prog"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003033 break 2
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00003034 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003035done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003036 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04003037IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003038
3039fi
3040fi
3041ac_ct_CC=$ac_cv_prog_ac_ct_CC
3042if test -n "$ac_ct_CC"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003044$as_echo "$ac_ct_CC" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003045else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003047$as_echo "no" >&6; }
Theodore Ts'o07a0db12003-07-05 14:50:24 -04003048fi
3049
Theodore Ts'oe1052142006-10-21 21:46:47 -04003050
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003051 test -n "$ac_ct_CC" && break
3052done
Theodore Ts'o07a0db12003-07-05 14:50:24 -04003053
Theodore Ts'oe1052142006-10-21 21:46:47 -04003054 if test "x$ac_ct_CC" = x; then
3055 CC=""
3056 else
3057 case $cross_compiling:$ac_tool_warned in
3058yes:)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003059{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003060$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Theodore Ts'oe1052142006-10-21 21:46:47 -04003061ac_tool_warned=yes ;;
3062esac
3063 CC=$ac_ct_CC
3064 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003065fi
Theodore Ts'o93636bd2003-07-12 02:45:05 -04003066
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003067fi
Theodore Ts'o93636bd2003-07-12 02:45:05 -04003068
Theodore Ts'o07a0db12003-07-05 14:50:24 -04003069
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003070test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003071$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003072as_fn_error "no acceptable C compiler found in \$PATH
3073See \`config.log' for more details." "$LINENO" 5; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003074
3075# Provide some information about the compiler.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003076$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003077set X $ac_compile
3078ac_compiler=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003079for ac_option in --version -v -V -qversion; do
3080 { { ac_try="$ac_compiler $ac_option >&5"
Theodore Ts'oe1052142006-10-21 21:46:47 -04003081case "(($ac_try" in
3082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3083 *) ac_try_echo=$ac_try;;
3084esac
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003085eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3086$as_echo "$ac_try_echo"; } >&5
3087 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003088 ac_status=$?
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003089 if test -s conftest.err; then
3090 sed '10a\
3091... rest of stderr output deleted ...
3092 10q' conftest.err >conftest.er1
3093 cat conftest.er1 >&5
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003094 fi
Theodore Ts'o61ef2472010-08-01 22:30:33 -04003095 rm -f conftest.er1 conftest.err
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003096 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3097 test $ac_status = 0; }
3098done
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003099
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003100cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003101/* end confdefs.h. */
Theodore Ts'o61ef2472010-08-01 22:30:33 -04003102
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003103int
3104main ()
3105{
3106
3107 ;
3108 return 0;
3109}
3110_ACEOF
3111ac_clean_files_save=$ac_clean_files
Theodore Ts'o61ef2472010-08-01 22:30:33 -04003112ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003113# Try to create an executable without -o first, disregard a.out.
3114# It will help us diagnose broken compilers, and finding out an intuition
3115# of exeext.
Theodore Ts'o61ef2472010-08-01 22:30:33 -04003116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3117$as_echo_n "checking whether the C compiler works... " >&6; }
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003118ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3119
3120# The possible output files:
3121ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3122
Theodore Ts'oe1052142006-10-21 21:46:47 -04003123ac_rmfiles=
3124for ac_file in $ac_files
3125do
3126 case $ac_file in
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003127 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -04003128 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3129 esac
3130done
3131rm -f $ac_rmfiles
3132
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003133if { { ac_try="$ac_link_default"
Theodore Ts'oe1052142006-10-21 21:46:47 -04003134case "(($ac_try" in
3135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3136 *) ac_try_echo=$ac_try;;
3137esac
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003138eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3139$as_echo "$ac_try_echo"; } >&5
Theodore Ts'oe1052142006-10-21 21:46:47 -04003140 (eval "$ac_link_default") 2>&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003141 ac_status=$?
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003142 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3143 test $ac_status = 0; }; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04003144 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3145# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3146# in a Makefile. We should not override ac_cv_exeext if it was cached,
3147# so that the user can short-circuit this test for compilers unknown to
3148# Autoconf.
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04003149for ac_file in $ac_files ''
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003150do
3151 test -f "$ac_file" || continue
3152 case $ac_file in
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003153 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003154 ;;
3155 [ab].out )
3156 # We found the default executable, but exeext='' is most
3157 # certainly right.
3158 break;;
3159 *.* )
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003160 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
Theodore Ts'oe1052142006-10-21 21:46:47 -04003161 then :; else
3162 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3163 fi
3164 # We set ac_cv_exeext here because the later test for it is not
3165 # safe: cross compilers may not add the suffix if given an `-o'
3166 # argument, so we may need to know it at that point already.
3167 # Even if this section looks crufty: it has the advantage of
3168 # actually working.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003169 break;;
3170 * )
3171 break;;
3172 esac
3173done
Theodore Ts'oe1052142006-10-21 21:46:47 -04003174test "$ac_cv_exeext" = no && ac_cv_exeext=
3175
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003176else
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04003177 ac_file=''
3178fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003179if test -z "$ac_file"; then :
Theodore Ts'o61ef2472010-08-01 22:30:33 -04003180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3181$as_echo "no" >&6; }
3182$as_echo "$as_me: failed program was:" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003183sed 's/^/| /' conftest.$ac_ext >&5
3184
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003185{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003186$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003187{ as_fn_set_status 77
3188as_fn_error "C compiler cannot create executables
3189See \`config.log' for more details." "$LINENO" 5; }; }
Theodore Ts'o61ef2472010-08-01 22:30:33 -04003190else
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3192$as_echo "yes" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003193fi
Theodore Ts'o61ef2472010-08-01 22:30:33 -04003194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3195$as_echo_n "checking for C compiler default output file name... " >&6; }
3196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3197$as_echo "$ac_file" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003198ac_exeext=$ac_cv_exeext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003199
Theodore Ts'o61ef2472010-08-01 22:30:33 -04003200rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003201ac_clean_files=$ac_clean_files_save
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003203$as_echo_n "checking for suffix of executables... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003204if { { ac_try="$ac_link"
Theodore Ts'oe1052142006-10-21 21:46:47 -04003205case "(($ac_try" in
3206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3207 *) ac_try_echo=$ac_try;;
3208esac
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003209eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3210$as_echo "$ac_try_echo"; } >&5
Theodore Ts'oe1052142006-10-21 21:46:47 -04003211 (eval "$ac_link") 2>&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003212 ac_status=$?
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003213 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3214 test $ac_status = 0; }; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003215 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3216# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3217# work properly (i.e., refer to `conftest.exe'), while it won't with
3218# `rm'.
3219for ac_file in conftest.exe conftest conftest.*; do
3220 test -f "$ac_file" || continue
3221 case $ac_file in
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003222 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003223 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003224 break;;
3225 * ) break;;
3226 esac
3227done
Theodore Ts'o07a0db12003-07-05 14:50:24 -04003228else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003229 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003230$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003231as_fn_error "cannot compute suffix of executables: cannot compile and link
3232See \`config.log' for more details." "$LINENO" 5; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003233fi
Theodore Ts'o61ef2472010-08-01 22:30:33 -04003234rm -f conftest conftest$ac_cv_exeext
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003235{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003236$as_echo "$ac_cv_exeext" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003237
3238rm -f conftest.$ac_ext
3239EXEEXT=$ac_cv_exeext
3240ac_exeext=$EXEEXT
Theodore Ts'o61ef2472010-08-01 22:30:33 -04003241cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3242/* end confdefs.h. */
3243#include <stdio.h>
3244int
3245main ()
3246{
3247FILE *f = fopen ("conftest.out", "w");
3248 return ferror (f) || fclose (f) != 0;
3249
3250 ;
3251 return 0;
3252}
3253_ACEOF
3254ac_clean_files="$ac_clean_files conftest.out"
3255# Check that the compiler produces executables we can run. If not, either
3256# the compiler is broken, or we cross compile.
3257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3258$as_echo_n "checking whether we are cross compiling... " >&6; }
3259if test "$cross_compiling" != yes; then
3260 { { ac_try="$ac_link"
3261case "(($ac_try" in
3262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3263 *) ac_try_echo=$ac_try;;
3264esac
3265eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3266$as_echo "$ac_try_echo"; } >&5
3267 (eval "$ac_link") 2>&5
3268 ac_status=$?
3269 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3270 test $ac_status = 0; }
3271 if { ac_try='./conftest$ac_cv_exeext'
3272 { { case "(($ac_try" in
3273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3274 *) ac_try_echo=$ac_try;;
3275esac
3276eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3277$as_echo "$ac_try_echo"; } >&5
3278 (eval "$ac_try") 2>&5
3279 ac_status=$?
3280 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3281 test $ac_status = 0; }; }; then
3282 cross_compiling=no
3283 else
3284 if test "$cross_compiling" = maybe; then
3285 cross_compiling=yes
3286 else
3287 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3288$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3289as_fn_error "cannot run C compiled programs.
3290If you meant to cross compile, use \`--host'.
3291See \`config.log' for more details." "$LINENO" 5; }
3292 fi
3293 fi
3294fi
3295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3296$as_echo "$cross_compiling" >&6; }
3297
3298rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3299ac_clean_files=$ac_clean_files_save
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003301$as_echo_n "checking for suffix of object files... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003302if test "${ac_cv_objext+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003303 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003304else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003306/* end confdefs.h. */
3307
3308int
3309main ()
3310{
3311
3312 ;
3313 return 0;
3314}
3315_ACEOF
3316rm -f conftest.o conftest.obj
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003317if { { ac_try="$ac_compile"
Theodore Ts'oe1052142006-10-21 21:46:47 -04003318case "(($ac_try" in
3319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3320 *) ac_try_echo=$ac_try;;
3321esac
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003322eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3323$as_echo "$ac_try_echo"; } >&5
Theodore Ts'oe1052142006-10-21 21:46:47 -04003324 (eval "$ac_compile") 2>&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003325 ac_status=$?
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3327 test $ac_status = 0; }; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04003328 for ac_file in conftest.o conftest.obj conftest.*; do
3329 test -f "$ac_file" || continue;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003330 case $ac_file in
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003331 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003332 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3333 break;;
3334 esac
3335done
3336else
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003337 $as_echo "$as_me: failed program was:" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003338sed 's/^/| /' conftest.$ac_ext >&5
3339
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003340{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003341$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003342as_fn_error "cannot compute suffix of object files: cannot compile
3343See \`config.log' for more details." "$LINENO" 5; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003344fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003345rm -f conftest.$ac_cv_objext conftest.$ac_ext
3346fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003348$as_echo "$ac_cv_objext" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003349OBJEXT=$ac_cv_objext
3350ac_objext=$OBJEXT
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003352$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003353if test "${ac_cv_c_compiler_gnu+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003354 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003355else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003357/* end confdefs.h. */
3358
3359int
3360main ()
3361{
3362#ifndef __GNUC__
3363 choke me
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00003364#endif
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00003365
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003366 ;
3367 return 0;
3368}
3369_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003370if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003371 ac_compiler_gnu=yes
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00003372else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003373 ac_compiler_gnu=no
Theodore Ts'o93636bd2003-07-12 02:45:05 -04003374fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04003375rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003376ac_cv_c_compiler_gnu=$ac_compiler_gnu
Theodore Ts'o07a0db12003-07-05 14:50:24 -04003377
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003378fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003379{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003380$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3381if test $ac_compiler_gnu = yes; then
3382 GCC=yes
3383else
3384 GCC=
3385fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003386ac_test_CFLAGS=${CFLAGS+set}
3387ac_save_CFLAGS=$CFLAGS
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003389$as_echo_n "checking whether $CC accepts -g... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003390if test "${ac_cv_prog_cc_g+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003391 $as_echo_n "(cached) " >&6
Theodore Ts'o93636bd2003-07-12 02:45:05 -04003392else
Theodore Ts'oe1052142006-10-21 21:46:47 -04003393 ac_save_c_werror_flag=$ac_c_werror_flag
3394 ac_c_werror_flag=yes
3395 ac_cv_prog_cc_g=no
3396 CFLAGS="-g"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003398/* end confdefs.h. */
3399
3400int
3401main ()
3402{
3403
3404 ;
3405 return 0;
3406}
3407_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003408if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00003409 ac_cv_prog_cc_g=yes
3410else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003411 CFLAGS=""
3412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'oe1052142006-10-21 21:46:47 -04003413/* end confdefs.h. */
3414
3415int
3416main ()
3417{
3418
3419 ;
3420 return 0;
3421}
3422_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003423if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04003424
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003425else
3426 ac_c_werror_flag=$ac_save_c_werror_flag
Theodore Ts'oe1052142006-10-21 21:46:47 -04003427 CFLAGS="-g"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'oe1052142006-10-21 21:46:47 -04003429/* end confdefs.h. */
3430
3431int
3432main ()
3433{
3434
3435 ;
3436 return 0;
3437}
3438_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003439if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04003440 ac_cv_prog_cc_g=yes
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00003441fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04003442rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003443fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04003444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3445fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04003446rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3447 ac_c_werror_flag=$ac_save_c_werror_flag
3448fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003450$as_echo "$ac_cv_prog_cc_g" >&6; }
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00003451if test "$ac_test_CFLAGS" = set; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003452 CFLAGS=$ac_save_CFLAGS
Theodore Ts'o73ae2d42000-02-02 16:13:14 +00003453elif test $ac_cv_prog_cc_g = yes; then
3454 if test "$GCC" = yes; then
3455 CFLAGS="-g -O2"
3456 else
3457 CFLAGS="-g"
3458 fi
3459else
3460 if test "$GCC" = yes; then
3461 CFLAGS="-O2"
3462 else
3463 CFLAGS=
3464 fi
3465fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003467$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003468if test "${ac_cv_prog_cc_c89+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003469 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003470else
Theodore Ts'oe1052142006-10-21 21:46:47 -04003471 ac_cv_prog_cc_c89=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003472ac_save_CC=$CC
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003473cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003474/* end confdefs.h. */
3475#include <stdarg.h>
3476#include <stdio.h>
3477#include <sys/types.h>
3478#include <sys/stat.h>
3479/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3480struct buf { int x; };
3481FILE * (*rcsopen) (struct buf *, struct stat *, int);
3482static char *e (p, i)
3483 char **p;
3484 int i;
3485{
3486 return p[i];
3487}
3488static char *f (char * (*g) (char **, int), char **p, ...)
3489{
3490 char *s;
3491 va_list v;
3492 va_start (v,p);
3493 s = g (p, va_arg (v,int));
3494 va_end (v);
3495 return s;
3496}
3497
3498/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3499 function prototypes and stuff, but not '\xHH' hex character constants.
3500 These don't provoke an error unfortunately, instead are silently treated
Theodore Ts'oe1052142006-10-21 21:46:47 -04003501 as 'x'. The following induces an error, until -std is added to get
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003502 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3503 array size at least. It's necessary to write '\x00'==0 to get something
Theodore Ts'oe1052142006-10-21 21:46:47 -04003504 that's true only with -std. */
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003505int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3506
Theodore Ts'oe1052142006-10-21 21:46:47 -04003507/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3508 inside strings and character constants. */
3509#define FOO(x) 'x'
3510int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3511
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003512int test (int i, double x);
3513struct s1 {int (*f) (int a);};
3514struct s2 {int (*f) (double a);};
3515int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3516int argc;
3517char **argv;
3518int
3519main ()
3520{
3521return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3522 ;
3523 return 0;
3524}
3525_ACEOF
Theodore Ts'oe1052142006-10-21 21:46:47 -04003526for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3527 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003528do
3529 CC="$ac_save_CC $ac_arg"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003530 if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04003531 ac_cv_prog_cc_c89=$ac_arg
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003532fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04003533rm -f core conftest.err conftest.$ac_objext
3534 test "x$ac_cv_prog_cc_c89" != "xno" && break
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003535done
Theodore Ts'oe1052142006-10-21 21:46:47 -04003536rm -f conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003537CC=$ac_save_CC
3538
3539fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04003540# AC_CACHE_VAL
3541case "x$ac_cv_prog_cc_c89" in
3542 x)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003544$as_echo "none needed" >&6; } ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -04003545 xno)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003547$as_echo "unsupported" >&6; } ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003548 *)
Theodore Ts'oe1052142006-10-21 21:46:47 -04003549 CC="$CC $ac_cv_prog_cc_c89"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01003551$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003552esac
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003553if test "x$ac_cv_prog_cc_c89" != xno; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003554
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003555fi
3556
3557ac_ext=c
3558ac_cpp='$CPP $CPPFLAGS'
3559ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3560ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3561ac_compiler_gnu=$ac_cv_c_compiler_gnu
3562
3563
3564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
3565$as_echo_n "checking for dlopen in -ldl... " >&6; }
3566if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
3567 $as_echo_n "(cached) " >&6
3568else
3569 ac_check_lib_save_LIBS=$LIBS
3570LIBS="-ldl $LIBS"
3571cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3572/* end confdefs.h. */
3573
3574/* Override any GCC internal prototype to avoid an error.
3575 Use char because int might match the return type of a GCC
3576 builtin and then its argument prototype would still apply. */
3577#ifdef __cplusplus
3578extern "C"
3579#endif
3580char dlopen ();
3581int
3582main ()
3583{
3584return dlopen ();
3585 ;
3586 return 0;
3587}
3588_ACEOF
3589if ac_fn_c_try_link "$LINENO"; then :
3590 ac_cv_lib_dl_dlopen=yes
3591else
3592 ac_cv_lib_dl_dlopen=no
3593fi
3594rm -f core conftest.err conftest.$ac_objext \
3595 conftest$ac_exeext conftest.$ac_ext
3596LIBS=$ac_check_lib_save_LIBS
3597fi
3598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
3599$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
3600if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
3601 DLOPEN_LIB=-ldl
Theodore Ts'od1154eb2011-09-18 17:34:37 -04003602
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003603$as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
3604
3605fi
3606
3607
3608WITH_DIET_LIBC=
3609
3610# Check whether --with-diet-libc was given.
3611if test "${with_diet_libc+set}" = set; then :
3612 withval=$with_diet_libc; CC="diet cc -nostdinc"
3613WITH_DIET_LIBC=yes
3614{ $as_echo "$as_me:${as_lineno-$LINENO}: result: CC=$CC" >&5
3615$as_echo "CC=$CC" >&6; }
3616fi
3617
3618# Check whether --with-cc was given.
3619if test "${with_cc+set}" = set; then :
3620 withval=$with_cc; as_fn_error "--with-cc no longer supported; use CC= instead" "$LINENO" 5
3621fi
3622
3623
3624# Check whether --with-ccopts was given.
3625if test "${with_ccopts+set}" = set; then :
3626 withval=$with_ccopts; as_fn_error "--with-ccopts no longer supported; use CFLAGS= instead" "$LINENO" 5
3627fi
3628
3629
3630# Check whether --with-ldopts was given.
3631if test "${with_ldopts+set}" = set; then :
3632 withval=$with_ldopts; as_fn_error "--with-ldopts no longer supported; use LDFLAGS= instead" "$LINENO" 5
3633fi
3634
3635ac_ext=c
3636ac_cpp='$CPP $CPPFLAGS'
3637ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3638ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3639ac_compiler_gnu=$ac_cv_c_compiler_gnu
3640if test -n "$ac_tool_prefix"; then
3641 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3642set dummy ${ac_tool_prefix}gcc; ac_word=$2
3643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3644$as_echo_n "checking for $ac_word... " >&6; }
3645if test "${ac_cv_prog_CC+set}" = set; then :
3646 $as_echo_n "(cached) " >&6
3647else
3648 if test -n "$CC"; then
3649 ac_cv_prog_CC="$CC" # Let the user override the test.
3650else
3651as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3652for as_dir in $PATH
3653do
3654 IFS=$as_save_IFS
3655 test -z "$as_dir" && as_dir=.
3656 for ac_exec_ext in '' $ac_executable_extensions; do
3657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3658 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3660 break 2
3661 fi
3662done
3663 done
3664IFS=$as_save_IFS
3665
3666fi
3667fi
3668CC=$ac_cv_prog_CC
3669if test -n "$CC"; then
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3671$as_echo "$CC" >&6; }
3672else
3673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3674$as_echo "no" >&6; }
3675fi
3676
3677
3678fi
3679if test -z "$ac_cv_prog_CC"; then
3680 ac_ct_CC=$CC
3681 # Extract the first word of "gcc", so it can be a program name with args.
3682set dummy gcc; ac_word=$2
3683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3684$as_echo_n "checking for $ac_word... " >&6; }
3685if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3686 $as_echo_n "(cached) " >&6
3687else
3688 if test -n "$ac_ct_CC"; then
3689 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3690else
3691as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3692for as_dir in $PATH
3693do
3694 IFS=$as_save_IFS
3695 test -z "$as_dir" && as_dir=.
3696 for ac_exec_ext in '' $ac_executable_extensions; do
3697 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3698 ac_cv_prog_ac_ct_CC="gcc"
3699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3700 break 2
3701 fi
3702done
3703 done
3704IFS=$as_save_IFS
3705
3706fi
3707fi
3708ac_ct_CC=$ac_cv_prog_ac_ct_CC
3709if test -n "$ac_ct_CC"; then
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3711$as_echo "$ac_ct_CC" >&6; }
3712else
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3714$as_echo "no" >&6; }
3715fi
3716
3717 if test "x$ac_ct_CC" = x; then
3718 CC=""
3719 else
3720 case $cross_compiling:$ac_tool_warned in
3721yes:)
3722{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3723$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3724ac_tool_warned=yes ;;
3725esac
3726 CC=$ac_ct_CC
3727 fi
3728else
3729 CC="$ac_cv_prog_CC"
3730fi
3731
3732if test -z "$CC"; then
3733 if test -n "$ac_tool_prefix"; then
3734 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3735set dummy ${ac_tool_prefix}cc; ac_word=$2
3736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3737$as_echo_n "checking for $ac_word... " >&6; }
3738if test "${ac_cv_prog_CC+set}" = set; then :
3739 $as_echo_n "(cached) " >&6
3740else
3741 if test -n "$CC"; then
3742 ac_cv_prog_CC="$CC" # Let the user override the test.
3743else
3744as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3745for as_dir in $PATH
3746do
3747 IFS=$as_save_IFS
3748 test -z "$as_dir" && as_dir=.
3749 for ac_exec_ext in '' $ac_executable_extensions; do
3750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3751 ac_cv_prog_CC="${ac_tool_prefix}cc"
3752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3753 break 2
3754 fi
3755done
3756 done
3757IFS=$as_save_IFS
3758
3759fi
3760fi
3761CC=$ac_cv_prog_CC
3762if test -n "$CC"; then
3763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3764$as_echo "$CC" >&6; }
3765else
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3767$as_echo "no" >&6; }
3768fi
3769
3770
3771 fi
3772fi
3773if test -z "$CC"; then
3774 # Extract the first word of "cc", so it can be a program name with args.
3775set dummy cc; ac_word=$2
3776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3777$as_echo_n "checking for $ac_word... " >&6; }
3778if test "${ac_cv_prog_CC+set}" = set; then :
3779 $as_echo_n "(cached) " >&6
3780else
3781 if test -n "$CC"; then
3782 ac_cv_prog_CC="$CC" # Let the user override the test.
3783else
3784 ac_prog_rejected=no
3785as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3786for as_dir in $PATH
3787do
3788 IFS=$as_save_IFS
3789 test -z "$as_dir" && as_dir=.
3790 for ac_exec_ext in '' $ac_executable_extensions; do
3791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3792 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3793 ac_prog_rejected=yes
3794 continue
3795 fi
3796 ac_cv_prog_CC="cc"
3797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3798 break 2
3799 fi
3800done
3801 done
3802IFS=$as_save_IFS
3803
3804if test $ac_prog_rejected = yes; then
3805 # We found a bogon in the path, so make sure we never use it.
3806 set dummy $ac_cv_prog_CC
3807 shift
3808 if test $# != 0; then
3809 # We chose a different compiler from the bogus one.
3810 # However, it has the same basename, so the bogon will be chosen
3811 # first if we set CC to just the basename; use the full file name.
3812 shift
3813 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3814 fi
3815fi
3816fi
3817fi
3818CC=$ac_cv_prog_CC
3819if test -n "$CC"; then
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3821$as_echo "$CC" >&6; }
3822else
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3824$as_echo "no" >&6; }
3825fi
3826
3827
3828fi
3829if test -z "$CC"; then
3830 if test -n "$ac_tool_prefix"; then
3831 for ac_prog in cl.exe
3832 do
3833 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3834set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3836$as_echo_n "checking for $ac_word... " >&6; }
3837if test "${ac_cv_prog_CC+set}" = set; then :
3838 $as_echo_n "(cached) " >&6
3839else
3840 if test -n "$CC"; then
3841 ac_cv_prog_CC="$CC" # Let the user override the test.
3842else
3843as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3844for as_dir in $PATH
3845do
3846 IFS=$as_save_IFS
3847 test -z "$as_dir" && as_dir=.
3848 for ac_exec_ext in '' $ac_executable_extensions; do
3849 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3850 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3852 break 2
3853 fi
3854done
3855 done
3856IFS=$as_save_IFS
3857
3858fi
3859fi
3860CC=$ac_cv_prog_CC
3861if test -n "$CC"; then
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3863$as_echo "$CC" >&6; }
3864else
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3866$as_echo "no" >&6; }
3867fi
3868
3869
3870 test -n "$CC" && break
3871 done
3872fi
3873if test -z "$CC"; then
3874 ac_ct_CC=$CC
3875 for ac_prog in cl.exe
3876do
3877 # Extract the first word of "$ac_prog", so it can be a program name with args.
3878set dummy $ac_prog; ac_word=$2
3879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3880$as_echo_n "checking for $ac_word... " >&6; }
3881if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3882 $as_echo_n "(cached) " >&6
3883else
3884 if test -n "$ac_ct_CC"; then
3885 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3886else
3887as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3888for as_dir in $PATH
3889do
3890 IFS=$as_save_IFS
3891 test -z "$as_dir" && as_dir=.
3892 for ac_exec_ext in '' $ac_executable_extensions; do
3893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3894 ac_cv_prog_ac_ct_CC="$ac_prog"
3895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3896 break 2
3897 fi
3898done
3899 done
3900IFS=$as_save_IFS
3901
3902fi
3903fi
3904ac_ct_CC=$ac_cv_prog_ac_ct_CC
3905if test -n "$ac_ct_CC"; then
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3907$as_echo "$ac_ct_CC" >&6; }
3908else
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3910$as_echo "no" >&6; }
3911fi
3912
3913
3914 test -n "$ac_ct_CC" && break
3915done
3916
3917 if test "x$ac_ct_CC" = x; then
3918 CC=""
3919 else
3920 case $cross_compiling:$ac_tool_warned in
3921yes:)
3922{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3923$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3924ac_tool_warned=yes ;;
3925esac
3926 CC=$ac_ct_CC
3927 fi
3928fi
3929
3930fi
3931
3932
3933test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3934$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3935as_fn_error "no acceptable C compiler found in \$PATH
3936See \`config.log' for more details." "$LINENO" 5; }
3937
3938# Provide some information about the compiler.
3939$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3940set X $ac_compile
3941ac_compiler=$2
3942for ac_option in --version -v -V -qversion; do
3943 { { ac_try="$ac_compiler $ac_option >&5"
3944case "(($ac_try" in
3945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3946 *) ac_try_echo=$ac_try;;
3947esac
3948eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3949$as_echo "$ac_try_echo"; } >&5
3950 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3951 ac_status=$?
3952 if test -s conftest.err; then
3953 sed '10a\
3954... rest of stderr output deleted ...
3955 10q' conftest.err >conftest.er1
3956 cat conftest.er1 >&5
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003957 fi
Theodore Ts'o61ef2472010-08-01 22:30:33 -04003958 rm -f conftest.er1 conftest.err
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05003959 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3960 test $ac_status = 0; }
3961done
3962
3963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3964$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3965if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3966 $as_echo_n "(cached) " >&6
3967else
3968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3969/* end confdefs.h. */
3970
3971int
3972main ()
3973{
3974#ifndef __GNUC__
3975 choke me
3976#endif
3977
3978 ;
3979 return 0;
3980}
3981_ACEOF
3982if ac_fn_c_try_compile "$LINENO"; then :
3983 ac_compiler_gnu=yes
3984else
3985 ac_compiler_gnu=no
3986fi
3987rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3988ac_cv_c_compiler_gnu=$ac_compiler_gnu
3989
3990fi
3991{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3992$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3993if test $ac_compiler_gnu = yes; then
3994 GCC=yes
3995else
3996 GCC=
3997fi
3998ac_test_CFLAGS=${CFLAGS+set}
3999ac_save_CFLAGS=$CFLAGS
4000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4001$as_echo_n "checking whether $CC accepts -g... " >&6; }
4002if test "${ac_cv_prog_cc_g+set}" = set; then :
4003 $as_echo_n "(cached) " >&6
4004else
4005 ac_save_c_werror_flag=$ac_c_werror_flag
4006 ac_c_werror_flag=yes
4007 ac_cv_prog_cc_g=no
4008 CFLAGS="-g"
4009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4010/* end confdefs.h. */
4011
4012int
4013main ()
4014{
4015
4016 ;
4017 return 0;
4018}
4019_ACEOF
4020if ac_fn_c_try_compile "$LINENO"; then :
4021 ac_cv_prog_cc_g=yes
4022else
4023 CFLAGS=""
4024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4025/* end confdefs.h. */
4026
4027int
4028main ()
4029{
4030
4031 ;
4032 return 0;
4033}
4034_ACEOF
4035if ac_fn_c_try_compile "$LINENO"; then :
4036
4037else
4038 ac_c_werror_flag=$ac_save_c_werror_flag
4039 CFLAGS="-g"
4040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4041/* end confdefs.h. */
4042
4043int
4044main ()
4045{
4046
4047 ;
4048 return 0;
4049}
4050_ACEOF
4051if ac_fn_c_try_compile "$LINENO"; then :
4052 ac_cv_prog_cc_g=yes
4053fi
4054rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4055fi
4056rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4057fi
4058rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4059 ac_c_werror_flag=$ac_save_c_werror_flag
4060fi
4061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4062$as_echo "$ac_cv_prog_cc_g" >&6; }
4063if test "$ac_test_CFLAGS" = set; then
4064 CFLAGS=$ac_save_CFLAGS
4065elif test $ac_cv_prog_cc_g = yes; then
4066 if test "$GCC" = yes; then
4067 CFLAGS="-g -O2"
4068 else
4069 CFLAGS="-g"
4070 fi
4071else
4072 if test "$GCC" = yes; then
4073 CFLAGS="-O2"
4074 else
4075 CFLAGS=
4076 fi
4077fi
4078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4079$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4080if test "${ac_cv_prog_cc_c89+set}" = set; then :
4081 $as_echo_n "(cached) " >&6
4082else
4083 ac_cv_prog_cc_c89=no
4084ac_save_CC=$CC
4085cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4086/* end confdefs.h. */
4087#include <stdarg.h>
4088#include <stdio.h>
4089#include <sys/types.h>
4090#include <sys/stat.h>
4091/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4092struct buf { int x; };
4093FILE * (*rcsopen) (struct buf *, struct stat *, int);
4094static char *e (p, i)
4095 char **p;
4096 int i;
4097{
4098 return p[i];
4099}
4100static char *f (char * (*g) (char **, int), char **p, ...)
4101{
4102 char *s;
4103 va_list v;
4104 va_start (v,p);
4105 s = g (p, va_arg (v,int));
4106 va_end (v);
4107 return s;
4108}
4109
4110/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4111 function prototypes and stuff, but not '\xHH' hex character constants.
4112 These don't provoke an error unfortunately, instead are silently treated
4113 as 'x'. The following induces an error, until -std is added to get
4114 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4115 array size at least. It's necessary to write '\x00'==0 to get something
4116 that's true only with -std. */
4117int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4118
4119/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4120 inside strings and character constants. */
4121#define FOO(x) 'x'
4122int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4123
4124int test (int i, double x);
4125struct s1 {int (*f) (int a);};
4126struct s2 {int (*f) (double a);};
4127int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4128int argc;
4129char **argv;
4130int
4131main ()
4132{
4133return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4134 ;
4135 return 0;
4136}
4137_ACEOF
4138for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4139 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4140do
4141 CC="$ac_save_CC $ac_arg"
4142 if ac_fn_c_try_compile "$LINENO"; then :
4143 ac_cv_prog_cc_c89=$ac_arg
4144fi
4145rm -f core conftest.err conftest.$ac_objext
4146 test "x$ac_cv_prog_cc_c89" != "xno" && break
4147done
4148rm -f conftest.$ac_ext
4149CC=$ac_save_CC
4150
4151fi
4152# AC_CACHE_VAL
4153case "x$ac_cv_prog_cc_c89" in
4154 x)
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4156$as_echo "none needed" >&6; } ;;
4157 xno)
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4159$as_echo "unsupported" >&6; } ;;
4160 *)
4161 CC="$CC $ac_cv_prog_cc_c89"
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4163$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4164esac
4165if test "x$ac_cv_prog_cc_c89" != xno; then :
4166
4167fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004168
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004169ac_ext=c
4170ac_cpp='$CPP $CPPFLAGS'
4171ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4172ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4173ac_compiler_gnu=$ac_cv_c_compiler_gnu
4174
Theodore Ts'o9b3018a2011-08-11 14:56:49 -04004175if test "$GCC" = yes; then
4176 RDYNAMIC="-rdynamic"
4177
4178fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004179ac_ext=c
4180ac_cpp='$CPP $CPPFLAGS'
4181ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4182ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4183ac_compiler_gnu=$ac_cv_c_compiler_gnu
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004185$as_echo_n "checking how to run the C preprocessor... " >&6; }
Theodore Ts'of8bd9801999-10-26 04:19:45 +00004186# On Suns, sometimes $CPP names a directory.
4187if test -n "$CPP" && test -d "$CPP"; then
4188 CPP=
4189fi
4190if test -z "$CPP"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004191 if test "${ac_cv_prog_CPP+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004192 $as_echo_n "(cached) " >&6
Theodore Ts'of8bd9801999-10-26 04:19:45 +00004193else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004194 # Double quotes because CPP needs to be expanded
4195 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4196 do
4197 ac_preproc_ok=false
4198for ac_c_preproc_warn_flag in '' yes
4199do
4200 # Use a header file that comes with gcc, so configuring glibc
4201 # with a fresh cross-compiler works.
4202 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4203 # <limits.h> exists even on freestanding compilers.
Theodore Ts'of8bd9801999-10-26 04:19:45 +00004204 # On the NeXT, cc -E runs the code through the compiler's parser,
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004205 # not just through cpp. "Syntax error" is here to catch this case.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004207/* end confdefs.h. */
4208#ifdef __STDC__
4209# include <limits.h>
4210#else
4211# include <assert.h>
4212#endif
4213 Syntax error
4214_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004215if ac_fn_c_try_cpp "$LINENO"; then :
Theodore Ts'o93636bd2003-07-12 02:45:05 -04004216
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004217else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004218 # Broken: fails on valid input.
4219continue
4220fi
4221rm -f conftest.err conftest.$ac_ext
4222
Theodore Ts'oe1052142006-10-21 21:46:47 -04004223 # OK, works on sane cases. Now check whether nonexistent headers
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004224 # can be detected and how.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004226/* end confdefs.h. */
4227#include <ac_nonexistent.h>
4228_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004229if ac_fn_c_try_cpp "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004230 # Broken: success on invalid input.
4231continue
Theodore Ts'of8bd9801999-10-26 04:19:45 +00004232else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004233 # Passes both tests.
4234ac_preproc_ok=:
4235break
4236fi
4237rm -f conftest.err conftest.$ac_ext
4238
4239done
4240# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4241rm -f conftest.err conftest.$ac_ext
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004242if $ac_preproc_ok; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004243 break
4244fi
4245
4246 done
4247 ac_cv_prog_CPP=$CPP
4248
4249fi
4250 CPP=$ac_cv_prog_CPP
4251else
4252 ac_cv_prog_CPP=$CPP
4253fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004254{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004255$as_echo "$CPP" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004256ac_preproc_ok=false
4257for ac_c_preproc_warn_flag in '' yes
4258do
4259 # Use a header file that comes with gcc, so configuring glibc
4260 # with a fresh cross-compiler works.
4261 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4262 # <limits.h> exists even on freestanding compilers.
4263 # On the NeXT, cc -E runs the code through the compiler's parser,
4264 # not just through cpp. "Syntax error" is here to catch this case.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004266/* end confdefs.h. */
4267#ifdef __STDC__
4268# include <limits.h>
4269#else
4270# include <assert.h>
4271#endif
4272 Syntax error
4273_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004274if ac_fn_c_try_cpp "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004275
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004276else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004277 # Broken: fails on valid input.
4278continue
4279fi
4280rm -f conftest.err conftest.$ac_ext
4281
Theodore Ts'oe1052142006-10-21 21:46:47 -04004282 # OK, works on sane cases. Now check whether nonexistent headers
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004283 # can be detected and how.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004285/* end confdefs.h. */
4286#include <ac_nonexistent.h>
4287_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004288if ac_fn_c_try_cpp "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004289 # Broken: success on invalid input.
4290continue
4291else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004292 # Passes both tests.
4293ac_preproc_ok=:
4294break
4295fi
4296rm -f conftest.err conftest.$ac_ext
4297
4298done
4299# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4300rm -f conftest.err conftest.$ac_ext
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004301if $ac_preproc_ok; then :
4302
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004303else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004304 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004305$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004306as_fn_error "C preprocessor \"$CPP\" fails sanity check
4307See \`config.log' for more details." "$LINENO" 5; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004308fi
4309
4310ac_ext=c
4311ac_cpp='$CPP $CPPFLAGS'
4312ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4313ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4314ac_compiler_gnu=$ac_cv_c_compiler_gnu
4315
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for additional special compiler flags" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004317$as_echo_n "checking for additional special compiler flags... " >&6; }
Matthias Andreeb1c92f92004-02-23 21:30:11 +01004318if test "$GCC" = yes
4319then
4320 case "$host_cpu" in
4321 alpha) addcflags="-mieee" ;;
4322 esac
4323fi
4324if test "x$addcflags" != x
4325then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $addcflags" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004327$as_echo "$addcflags" >&6; }
Matthias Andreeb1c92f92004-02-23 21:30:11 +01004328 CFLAGS="$addcflags $CFLAGS"
4329else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: (none)" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004331$as_echo "(none)" >&6; }
Matthias Andreeb1c92f92004-02-23 21:30:11 +01004332fi
Theodore Ts'oa4d09611997-04-29 14:28:00 +00004333LIB_EXT=.a
4334STATIC_LIB_EXT=.a
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004335PROFILED_LIB_EXT=.a
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004336
Theodore Ts'oe1052142006-10-21 21:46:47 -04004337# Check whether --with-root-prefix was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004338if test "${with_root_prefix+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04004339 withval=$with_root_prefix; root_prefix=$withval
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00004340else
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +00004341 root_prefix=NONE
Theodore Ts'oe1052142006-10-21 21:46:47 -04004342fi
4343# Check whether --enable-maintainer-mode was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004344if test "${enable_maintainer_mode+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04004345 enableval=$enable_maintainer_mode; if test "$enableval" = "no"
Theodore Ts'o98919bd2005-02-04 10:43:58 -05004346then
4347 MAINTAINER_CMT=#
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling maintainer mode" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004349$as_echo "Disabling maintainer mode" >&6; }
Theodore Ts'o98919bd2005-02-04 10:43:58 -05004350else
4351 MAINTAINER_CMT=
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling maintainer mode" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004353$as_echo "Enabling maintainer mode" >&6; }
Theodore Ts'o98919bd2005-02-04 10:43:58 -05004354fi
4355
4356else
4357 MAINTAINER_CMT=#
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004358{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling maintainer mode by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004359$as_echo "Disabling maintainer mode by default" >&6; }
Theodore Ts'o98919bd2005-02-04 10:43:58 -05004360
Theodore Ts'oe1052142006-10-21 21:46:47 -04004361fi
Theodore Ts'o98919bd2005-02-04 10:43:58 -05004362
Theodore Ts'oe1052142006-10-21 21:46:47 -04004363
Theodore Ts'o5aa6c3f2010-05-17 19:21:42 -04004364# Check whether --enable-symlink-install was given.
4365if test "${enable_symlink_install+set}" = set; then :
4366 enableval=$enable_symlink_install; if test "$enableval" = "no"
4367then
4368 LINK_INSTALL_FLAGS=-f
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling symlinks for install" >&5
4370$as_echo "Disabling symlinks for install" >&6; }
4371else
4372 LINK_INSTALL_FLAGS=-sf
4373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling symlinks for install" >&5
4374$as_echo "Enabling symlinks for install" >&6; }
4375fi
4376
4377else
4378 LINK_INSTALL_FLAGS=-f
4379{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling symlinks for install" >&5
4380$as_echo "Disabling symlinks for install" >&6; }
4381
4382fi
4383
4384
4385# Check whether --enable-symlink-build was given.
4386if test "${enable_symlink_build+set}" = set; then :
4387 enableval=$enable_symlink_build; if test "$enableval" = "no"
4388then
4389 LINK_BUILD_FLAGS=
4390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling symlinks for build" >&5
4391$as_echo "Disabling symlinks for build" >&6; }
4392else
4393 LINK_BUILD_FLAGS=-s
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling symlinks for build" >&5
4395$as_echo "Enabling symlinks for build" >&6; }
4396fi
4397
4398else
4399 LINK_BUILD_FLAGS=
4400{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling symlinks for build" >&5
4401$as_echo "Disabling symlinks for build" >&6; }
4402
4403fi
4404
4405
Theodore Ts'oc13351f2009-07-02 00:11:17 -04004406# Check whether --enable-verbose-makecmds was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004407if test "${enable_verbose_makecmds+set}" = set; then :
Theodore Ts'oc13351f2009-07-02 00:11:17 -04004408 enableval=$enable_verbose_makecmds; if test "$enableval" = "no"
4409then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling verbose make commands" >&5
Theodore Ts'oc13351f2009-07-02 00:11:17 -04004411$as_echo "Disabling verbose make commands" >&6; }
4412 E=@echo
4413 Q=@
4414else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling verbose make commands" >&5
Theodore Ts'oc13351f2009-07-02 00:11:17 -04004416$as_echo "Enabling verbose make commands" >&6; }
4417 E=@\\#
4418 Q=
4419fi
4420
4421else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling verbose make commands" >&5
Theodore Ts'oc13351f2009-07-02 00:11:17 -04004423$as_echo "Disabling verbose make commands" >&6; }
4424E=@echo
4425Q=@
4426
4427fi
4428
4429
4430
Theodore Ts'oe1052142006-10-21 21:46:47 -04004431# Check whether --enable-compression was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004432if test "${enable_compression+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04004433 enableval=$enable_compression; if test "$enableval" = "no"
Theodore Ts'o19178752000-02-11 15:55:07 +00004434then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling compression support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004436$as_echo "Disabling compression support" >&6; }
Theodore Ts'o19178752000-02-11 15:55:07 +00004437else
Theodore Ts'od1154eb2011-09-18 17:34:37 -04004438
4439$as_echo "#define ENABLE_COMPRESSION 1" >>confdefs.h
Theodore Ts'o19178752000-02-11 15:55:07 +00004440
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling compression support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004442$as_echo "Enabling compression support" >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004443 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Compression support is experimental" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004444$as_echo "$as_me: WARNING: Compression support is experimental" >&2;}
Theodore Ts'o19178752000-02-11 15:55:07 +00004445fi
4446
4447else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling compression support by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004449$as_echo "Disabling compression support by default" >&6; }
Theodore Ts'o19178752000-02-11 15:55:07 +00004450
Theodore Ts'oe1052142006-10-21 21:46:47 -04004451fi
4452
Theodore Ts'od1154eb2011-09-18 17:34:37 -04004453
Theodore Ts'oe1052142006-10-21 21:46:47 -04004454# Check whether --enable-htree was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004455if test "${enable_htree+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04004456 enableval=$enable_htree; if test "$enableval" = "no"
Theodore Ts'o8fdc9982002-06-25 23:26:34 -04004457then
4458 HTREE_CMT=#
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling htree directory support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004460$as_echo "Disabling htree directory support" >&6; }
Theodore Ts'o8fdc9982002-06-25 23:26:34 -04004461else
4462 HTREE_CMT=
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004463 $as_echo "#define ENABLE_HTREE 1" >>confdefs.h
Theodore Ts'o8fdc9982002-06-25 23:26:34 -04004464
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling htree directory support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004466$as_echo "Enabling htree directory support" >&6; }
Theodore Ts'o8fdc9982002-06-25 23:26:34 -04004467fi
4468
4469else
Theodore Ts'o559ca6c2002-08-18 03:48:55 -04004470 HTREE_CMT=
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004471$as_echo "#define ENABLE_HTREE 1" >>confdefs.h
Theodore Ts'o559ca6c2002-08-18 03:48:55 -04004472
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling htree directory support by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004474$as_echo "Enabling htree directory support by default" >&6; }
Theodore Ts'o8fdc9982002-06-25 23:26:34 -04004475
Theodore Ts'oe1052142006-10-21 21:46:47 -04004476fi
Theodore Ts'o8fdc9982002-06-25 23:26:34 -04004477
Theodore Ts'oe1052142006-10-21 21:46:47 -04004478
Theodore Ts'oa4ece352008-01-01 20:05:04 -05004479E2_PKG_CONFIG_STATIC=--static
Theodore Ts'o55da9872008-09-02 23:12:38 -04004480LDFLAG_DYNAMIC=
4481PRIVATE_LIBS_CMT=
Theodore Ts'oe1052142006-10-21 21:46:47 -04004482# Check whether --enable-elf-shlibs was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004483if test "${enable_elf_shlibs+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04004484 enableval=$enable_elf_shlibs; if test "$enableval" = "no"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00004485then
4486 ELF_CMT=#
4487 MAKEFILE_ELF=/dev/null
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling ELF shared libraries" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004489$as_echo "Disabling ELF shared libraries" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00004490else
Theodore Ts'oa4ece352008-01-01 20:05:04 -05004491 E2_PKG_CONFIG_STATIC=
Theodore Ts'o50e1e101997-04-26 13:58:21 +00004492 ELF_CMT=
4493 MAKEFILE_ELF=$srcdir/lib/Makefile.elf-lib
Theodore Ts'of5955dd2000-10-25 02:38:39 +00004494 case "$host_os" in
4495 solaris2.*)
4496 MAKEFILE_ELF=$srcdir/lib/Makefile.solaris-lib
4497 ;;
4498 esac
Theodore Ts'o74becf31997-04-26 14:37:06 +00004499 BINARY_TYPE=elfbin
Theodore Ts'oa4d09611997-04-29 14:28:00 +00004500 LIB_EXT=.so
Theodore Ts'o55da9872008-09-02 23:12:38 -04004501 PRIVATE_LIBS_CMT=#
4502 LDFLAG_DYNAMIC='-Wl,-rpath-link,$(top_builddir)/lib'
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling ELF shared libraries" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004504$as_echo "Enabling ELF shared libraries" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00004505fi
4506
4507else
4508 MAKEFILE_ELF=/dev/null
4509ELF_CMT=#
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004510{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling ELF shared libraries by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004511$as_echo "Disabling ELF shared libraries by default" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00004512
Theodore Ts'oe1052142006-10-21 21:46:47 -04004513fi
Theodore Ts'o93636bd2003-07-12 02:45:05 -04004514
Theodore Ts'o50e1e101997-04-26 13:58:21 +00004515
Theodore Ts'oe1052142006-10-21 21:46:47 -04004516
4517# Check whether --enable-bsd-shlibs was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004518if test "${enable_bsd_shlibs+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04004519 enableval=$enable_bsd_shlibs; if test "$enableval" = "no"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00004520then
4521 BSDLIB_CMT=#
4522 MAKEFILE_BSDLIB=/dev/null
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling BSD shared libraries" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004524$as_echo "Disabling BSD shared libraries" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00004525else
Theodore Ts'oa4ece352008-01-01 20:05:04 -05004526 E2_PKG_CONFIG_STATIC=
Theodore Ts'o50e1e101997-04-26 13:58:21 +00004527 BSDLIB_CMT=
4528 MAKEFILE_BSDLIB=$srcdir/lib/Makefile.bsd-lib
Theodore Ts'oa4d09611997-04-29 14:28:00 +00004529 LIB_EXT=.so
Theodore Ts'oe1f07222003-03-14 02:25:36 -05004530 case "$host_os" in
Theodore Ts'oaa75ecc2003-03-17 10:01:22 -05004531 darwin*)
Theodore Ts'oe1f07222003-03-14 02:25:36 -05004532 MAKEFILE_BSDLIB=$srcdir/lib/Makefile.darwin-lib
4533 LIB_EXT=.dylib
4534 ;;
4535 esac
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling BSD shared libraries" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004537$as_echo "Enabling BSD shared libraries" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00004538fi
4539
4540else
4541 MAKEFILE_BSDLIB=/dev/null
4542BSDLIB_CMT=#
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling BSD shared libraries by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004544$as_echo "Disabling BSD shared libraries by default" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00004545
Theodore Ts'oe1052142006-10-21 21:46:47 -04004546fi
Theodore Ts'o93636bd2003-07-12 02:45:05 -04004547
Theodore Ts'o50e1e101997-04-26 13:58:21 +00004548
Theodore Ts'oe1052142006-10-21 21:46:47 -04004549
4550# Check whether --enable-profile was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004551if test "${enable_profile+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04004552 enableval=$enable_profile; if test "$enableval" = "no"
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00004553then
4554 PROFILE_CMT=#
4555 MAKEFILE_PROFILE=/dev/null
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling profiling libraries" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004557$as_echo "Disabling profiling libraries" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00004558else
4559 PROFILE_CMT=
4560 MAKEFILE_PROFILE=$srcdir/lib/Makefile.profile
4561 PROFILED_LIB_EXT=_p.a
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Building profiling libraries" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004563$as_echo "Building profiling libraries" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00004564fi
4565
4566else
4567 PROFILE_CMT=#
4568MAKEFILE_PROFILE=/dev/null
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004569{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling profiling libraries by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004570$as_echo "Disabling profiling libraries by default" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00004571
Theodore Ts'oe1052142006-10-21 21:46:47 -04004572fi
Theodore Ts'o93636bd2003-07-12 02:45:05 -04004573
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00004574
Theodore Ts'oe1052142006-10-21 21:46:47 -04004575
4576# Check whether --enable-checker was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004577if test "${enable_checker+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04004578 enableval=$enable_checker; if test "$enableval" = "no"
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00004579then
4580 CHECKER_CMT=#
4581 MAKEFILE_CHECKER=/dev/null
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling checker libraries" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004583$as_echo "Disabling checker libraries" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00004584else
4585 CHECKER_CMT=
4586 MAKEFILE_CHECKER=$srcdir/lib/Makefile.checker
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Building checker libraries" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004588$as_echo "Building checker libraries" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00004589fi
4590
4591else
4592 CHECKER_CMT=#
4593MAKEFILE_CHECKER=/dev/null
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling checker libraries by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004595$as_echo "Disabling checker libraries by default" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00004596
Theodore Ts'oe1052142006-10-21 21:46:47 -04004597fi
Theodore Ts'o93636bd2003-07-12 02:45:05 -04004598
4599
4600
4601
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00004602
Theodore Ts'oe1052142006-10-21 21:46:47 -04004603
Theodore Ts'o55da9872008-09-02 23:12:38 -04004604
4605
Theodore Ts'oe1052142006-10-21 21:46:47 -04004606# Check whether --enable-jbd-debug was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004607if test "${enable_jbd_debug+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04004608 enableval=$enable_jbd_debug; if test "$enableval" = "no"
Theodore Ts'o80bfaa32000-08-18 15:08:37 +00004609then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling journal debugging" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004611$as_echo "Disabling journal debugging" >&6; }
Theodore Ts'o80bfaa32000-08-18 15:08:37 +00004612else
Theodore Ts'od1154eb2011-09-18 17:34:37 -04004613
4614$as_echo "#define CONFIG_JBD_DEBUG 1" >>confdefs.h
Theodore Ts'o80bfaa32000-08-18 15:08:37 +00004615
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling journal debugging" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004617$as_echo "Enabling journal debugging" >&6; }
Theodore Ts'o80bfaa32000-08-18 15:08:37 +00004618fi
4619
4620else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling journal debugging by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004622$as_echo "Disabling journal debugging by default" >&6; }
Theodore Ts'o80bfaa32000-08-18 15:08:37 +00004623
Theodore Ts'oe1052142006-10-21 21:46:47 -04004624fi
4625
4626# Check whether --enable-blkid-debug was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004627if test "${enable_blkid_debug+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04004628 enableval=$enable_blkid_debug; if test "$enableval" = "no"
Theodore Ts'of0a22d02003-02-22 13:19:53 -05004629then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling blkid debugging" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004631$as_echo "Disabling blkid debugging" >&6; }
Theodore Ts'of0a22d02003-02-22 13:19:53 -05004632else
Theodore Ts'od1154eb2011-09-18 17:34:37 -04004633
4634$as_echo "#define CONFIG_BLKID_DEBUG 1" >>confdefs.h
Theodore Ts'of0a22d02003-02-22 13:19:53 -05004635
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling blkid debugging" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004637$as_echo "Enabling blkid debugging" >&6; }
Theodore Ts'of0a22d02003-02-22 13:19:53 -05004638fi
4639
4640else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling blkid debugging by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004642$as_echo "Disabling blkid debugging by default" >&6; }
Theodore Ts'of0a22d02003-02-22 13:19:53 -05004643
Theodore Ts'oe1052142006-10-21 21:46:47 -04004644fi
4645
4646# Check whether --enable-testio-debug was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004647if test "${enable_testio_debug+set}" = set; then :
Theodore Ts'od1154eb2011-09-18 17:34:37 -04004648 enableval=$enable_testio_debug;
4649if test "$enableval" = "no"
Theodore Ts'o2a29f132003-05-05 12:08:47 -04004650then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling testio debugging" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004652$as_echo "Disabling testio debugging" >&6; }
Theodore Ts'oaf773652008-09-01 11:27:27 -04004653 TEST_IO_CMT="#"
Theodore Ts'o2a29f132003-05-05 12:08:47 -04004654else
Theodore Ts'oaf773652008-09-01 11:27:27 -04004655 TEST_IO_CMT=
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004656 $as_echo "#define CONFIG_TESTIO_DEBUG 1" >>confdefs.h
Theodore Ts'o2a29f132003-05-05 12:08:47 -04004657
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling testio debugging" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004659$as_echo "Enabling testio debugging" >&6; }
Theodore Ts'o2a29f132003-05-05 12:08:47 -04004660fi
4661
4662else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling testio debugging by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004664$as_echo "Enabling testio debugging by default" >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004665$as_echo "#define CONFIG_TESTIO_DEBUG 1" >>confdefs.h
Theodore Ts'oaf773652008-09-01 11:27:27 -04004666
4667TEST_IO_CMT=
Theodore Ts'o2a29f132003-05-05 12:08:47 -04004668
Theodore Ts'oe1052142006-10-21 21:46:47 -04004669fi
4670
Theodore Ts'oaf773652008-09-01 11:27:27 -04004671
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004672
4673
4674if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
4675 if test -n "$ac_tool_prefix"; then
4676 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
4677set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004679$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004680if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004681 $as_echo_n "(cached) " >&6
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004682else
4683 case $PKG_CONFIG in
4684 [\\/]* | ?:[\\/]*)
4685 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
4686 ;;
4687 *)
4688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4689for as_dir in $PATH
4690do
4691 IFS=$as_save_IFS
4692 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004693 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4695 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004697 break 2
4698 fi
4699done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004700 done
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004701IFS=$as_save_IFS
4702
4703 ;;
4704esac
4705fi
4706PKG_CONFIG=$ac_cv_path_PKG_CONFIG
4707if test -n "$PKG_CONFIG"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004709$as_echo "$PKG_CONFIG" >&6; }
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004710else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004712$as_echo "no" >&6; }
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004713fi
4714
4715
4716fi
4717if test -z "$ac_cv_path_PKG_CONFIG"; then
4718 ac_pt_PKG_CONFIG=$PKG_CONFIG
4719 # Extract the first word of "pkg-config", so it can be a program name with args.
4720set dummy pkg-config; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004722$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004723if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004724 $as_echo_n "(cached) " >&6
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004725else
4726 case $ac_pt_PKG_CONFIG in
4727 [\\/]* | ?:[\\/]*)
4728 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
4729 ;;
4730 *)
4731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4732for as_dir in $PATH
4733do
4734 IFS=$as_save_IFS
4735 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004736 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4738 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004740 break 2
4741 fi
4742done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004743 done
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004744IFS=$as_save_IFS
4745
4746 ;;
4747esac
4748fi
4749ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
4750if test -n "$ac_pt_PKG_CONFIG"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004752$as_echo "$ac_pt_PKG_CONFIG" >&6; }
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004753else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004755$as_echo "no" >&6; }
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004756fi
4757
4758 if test "x$ac_pt_PKG_CONFIG" = x; then
4759 PKG_CONFIG=""
4760 else
4761 case $cross_compiling:$ac_tool_warned in
4762yes:)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004763{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004764$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004765ac_tool_warned=yes ;;
4766esac
4767 PKG_CONFIG=$ac_pt_PKG_CONFIG
4768 fi
4769else
4770 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
4771fi
4772
4773fi
4774if test -n "$PKG_CONFIG"; then
4775 _pkg_min_version=0.9.0
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004777$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004778 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004780$as_echo "yes" >&6; }
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004781 else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004783$as_echo "no" >&6; }
4784 PKG_CONFIG=""
4785 fi
4786
4787fi
4788LIBUUID=
4789DEPLIBUUID=
4790STATIC_LIBUUID=
4791DEPSTATIC_LIBUUID=
4792PROFILED_LIBUUID=
4793DEPPROFILED_LIBUUID=
4794UUID_CMT=
4795# Check whether --enable-libuuid was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004796if test "${enable_libuuid+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004797 enableval=$enable_libuuid; if test "$enableval" = "no"
4798then
4799 if test -z "$PKG_CONFIG"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004800 as_fn_error "pkg-config not installed; please install it." "$LINENO" 5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004801 fi
4802
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_generate in -luuid" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004804$as_echo_n "checking for uuid_generate in -luuid... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004805if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004806 $as_echo_n "(cached) " >&6
4807else
4808 ac_check_lib_save_LIBS=$LIBS
4809LIBS="-luuid $LIBUUID $LIBS"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004810cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004811/* end confdefs.h. */
4812
4813/* Override any GCC internal prototype to avoid an error.
4814 Use char because int might match the return type of a GCC
4815 builtin and then its argument prototype would still apply. */
4816#ifdef __cplusplus
4817extern "C"
4818#endif
4819char uuid_generate ();
4820int
4821main ()
4822{
4823return uuid_generate ();
4824 ;
4825 return 0;
4826}
4827_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004828if ac_fn_c_try_link "$LINENO"; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004829 ac_cv_lib_uuid_uuid_generate=yes
4830else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004831 ac_cv_lib_uuid_uuid_generate=no
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004832fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004833rm -f core conftest.err conftest.$ac_objext \
4834 conftest$ac_exeext conftest.$ac_ext
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004835LIBS=$ac_check_lib_save_LIBS
4836fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004838$as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004839if test "x$ac_cv_lib_uuid_uuid_generate" = x""yes; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004840 LIBUUID=`$PKG_CONFIG --libs uuid`;
4841 STATIC_LIBUUID=`$PKG_CONFIG --static --libs uuid`
4842else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004843 as_fn_error "external uuid library not found" "$LINENO" 5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004844fi
4845
4846 UUID_CMT=#
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling private uuid library" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004848$as_echo "Disabling private uuid library" >&6; }
4849else
4850 LIBUUID='$(LIB)/libuuid'$LIB_EXT
4851 DEPLIBUUID=$LIBUUID
4852 STATIC_LIBUUID='$(LIB)/libuuid'$STATIC_LIB_EXT
4853 DEPSTATIC_LIBUUID=$STATIC_LIBUUID
4854 PROFILED_LIBUUID='$(LIB)/libuuid'$PROFILED_LIB_EXT
4855 DEPPROFILED_LIBUUID=$PROFILED_LIBUUID
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling private uuid library" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004857$as_echo "Enabling private uuid library" >&6; }
4858fi
4859
4860else
4861 LIBUUID='$(LIB)/libuuid'$LIB_EXT
4862DEPLIBUUID=$LIBUUID
4863STATIC_LIBUUID='$(LIB)/libuuid'$STATIC_LIB_EXT
4864DEPSTATIC_LIBUUID=$STATIC_LIBUUID
4865PROFILED_LIBUUID='$(LIB)/libuuid'$PROFILED_LIB_EXT
4866DEPPROFILED_LIBUUID=$PROFILED_LIBUUID
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004867{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling private uuid library by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004868$as_echo "Enabling private uuid library by default" >&6; }
4869
4870fi
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
4882 if test -n "$ac_tool_prefix"; then
4883 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
4884set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004886$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004887if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004888 $as_echo_n "(cached) " >&6
4889else
4890 case $PKG_CONFIG in
4891 [\\/]* | ?:[\\/]*)
4892 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
4893 ;;
4894 *)
4895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4896for as_dir in $PATH
4897do
4898 IFS=$as_save_IFS
4899 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004900 for ac_exec_ext in '' $ac_executable_extensions; do
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4902 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004904 break 2
4905 fi
4906done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004907 done
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004908IFS=$as_save_IFS
4909
4910 ;;
4911esac
4912fi
4913PKG_CONFIG=$ac_cv_path_PKG_CONFIG
4914if test -n "$PKG_CONFIG"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004916$as_echo "$PKG_CONFIG" >&6; }
4917else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004919$as_echo "no" >&6; }
4920fi
4921
4922
4923fi
4924if test -z "$ac_cv_path_PKG_CONFIG"; then
4925 ac_pt_PKG_CONFIG=$PKG_CONFIG
4926 # Extract the first word of "pkg-config", so it can be a program name with args.
4927set dummy pkg-config; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004929$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004930if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004931 $as_echo_n "(cached) " >&6
4932else
4933 case $ac_pt_PKG_CONFIG in
4934 [\\/]* | ?:[\\/]*)
4935 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
4936 ;;
4937 *)
4938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4939for as_dir in $PATH
4940do
4941 IFS=$as_save_IFS
4942 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004943 for ac_exec_ext in '' $ac_executable_extensions; do
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4945 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004947 break 2
4948 fi
4949done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004950 done
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004951IFS=$as_save_IFS
4952
4953 ;;
4954esac
4955fi
4956ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
4957if test -n "$ac_pt_PKG_CONFIG"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004959$as_echo "$ac_pt_PKG_CONFIG" >&6; }
4960else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004962$as_echo "no" >&6; }
4963fi
4964
4965 if test "x$ac_pt_PKG_CONFIG" = x; then
4966 PKG_CONFIG=""
4967 else
4968 case $cross_compiling:$ac_tool_warned in
4969yes:)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004970{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004971$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4972ac_tool_warned=yes ;;
4973esac
4974 PKG_CONFIG=$ac_pt_PKG_CONFIG
4975 fi
4976else
4977 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
4978fi
4979
4980fi
4981if test -n "$PKG_CONFIG"; then
4982 _pkg_min_version=0.9.0
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004984$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
4985 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004987$as_echo "yes" >&6; }
4988 else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05004989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01004990$as_echo "no" >&6; }
Theodore Ts'o14b596d2009-04-22 09:18:30 -04004991 PKG_CONFIG=""
4992 fi
4993
4994fi
4995LIBBLKID=
4996DEPLIBBLKID=
4997STATIC_LIBBLKID=
4998DEPSTATIC_LIBBLKID=
4999PROFILED_LIBBLKID=
5000DEPPROFILED_LIBBLKID=
5001BLKID_CMT=
Theodore Ts'od1154eb2011-09-18 17:34:37 -04005002
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005003# Check whether --enable-libblkid was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005004if test "${enable_libblkid+set}" = set; then :
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005005 enableval=$enable_libblkid; if test "$enableval" = "no"
5006then
5007 if test -z "$PKG_CONFIG"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005008 as_fn_error "pkg-config not installed; please install it." "$LINENO" 5
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005009 fi
5010
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for blkid_get_cache in -lblkid" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005012$as_echo_n "checking for blkid_get_cache in -lblkid... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005013if test "${ac_cv_lib_blkid_blkid_get_cache+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005014 $as_echo_n "(cached) " >&6
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005015else
5016 ac_check_lib_save_LIBS=$LIBS
5017LIBS="-lblkid $LIBBLKID $LIBS"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005018cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005019/* end confdefs.h. */
5020
5021/* Override any GCC internal prototype to avoid an error.
5022 Use char because int might match the return type of a GCC
5023 builtin and then its argument prototype would still apply. */
5024#ifdef __cplusplus
5025extern "C"
5026#endif
5027char blkid_get_cache ();
5028int
5029main ()
5030{
5031return blkid_get_cache ();
5032 ;
5033 return 0;
5034}
5035_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005036if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005037 ac_cv_lib_blkid_blkid_get_cache=yes
5038else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005039 ac_cv_lib_blkid_blkid_get_cache=no
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005040fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005041rm -f core conftest.err conftest.$ac_objext \
5042 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005043LIBS=$ac_check_lib_save_LIBS
5044fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005045{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_blkid_blkid_get_cache" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005046$as_echo "$ac_cv_lib_blkid_blkid_get_cache" >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005047if test "x$ac_cv_lib_blkid_blkid_get_cache" = x""yes; then :
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005048 LIBBLKID=`$PKG_CONFIG --libs blkid`;
5049 STATIC_LIBBLKID=`$PKG_CONFIG --static --libs blkid`
5050else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005051 as_fn_error "external blkid library not found" "$LINENO" 5
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005052fi
5053
5054 BLKID_CMT=#
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling private blkid library" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005056$as_echo "Disabling private blkid library" >&6; }
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005057else
5058 LIBBLKID='$(LIB)/libblkid'$LIB_EXT
5059 DEPLIBBLKID=$LIBBLKID
5060 STATIC_LIBBLKID='$(LIB)/libblkid'$STATIC_LIB_EXT
5061 DEPSTATIC_LIBBLKID=$STATIC_LIBBLKID
5062 PROFILED_LIBBLKID='$(LIB)/libblkid'$PROFILED_LIB_EXT
5063 DEPPROFILED_LIBBLKID=$PROFILED_LIBBLKID
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005064 $as_echo "#define CONFIG_BUILD_FINDFS 1" >>confdefs.h
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005065
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling private blkid library" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005067$as_echo "Enabling private blkid library" >&6; }
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005068fi
5069
5070else
5071 LIBBLKID='$(LIB)/libblkid'$LIB_EXT
5072DEPLIBBLKID=$LIBBLKID
5073STATIC_LIBBLKID='$(LIB)/libblkid'$STATIC_LIB_EXT
5074DEPSTATIC_LIBBLKID=$STATIC_LIBBLKID
5075PROFILED_LIBBLKID='$(LIB)/libblkid'$PROFILED_LIB_EXT
5076DEPPROFILED_LIBBLKID=$PROFILED_LIBBLKID
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005077$as_echo "#define CONFIG_BUILD_FINDFS 1" >>confdefs.h
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005078
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005079{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling private blkid library by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005080$as_echo "Enabling private blkid library by default" >&6; }
Theodore Ts'o14b596d2009-04-22 09:18:30 -04005081
5082fi
5083
5084
5085
5086
5087
5088
5089
5090
Aditya Kalif239fef2011-07-20 11:40:02 -07005091
5092
5093if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
5094 if test -n "$ac_tool_prefix"; then
5095 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5096set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
5097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5098$as_echo_n "checking for $ac_word... " >&6; }
5099if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
5100 $as_echo_n "(cached) " >&6
5101else
5102 case $PKG_CONFIG in
5103 [\\/]* | ?:[\\/]*)
5104 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
5105 ;;
5106 *)
5107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5108for as_dir in $PATH
5109do
5110 IFS=$as_save_IFS
5111 test -z "$as_dir" && as_dir=.
5112 for ac_exec_ext in '' $ac_executable_extensions; do
5113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5114 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
5115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5116 break 2
5117 fi
5118done
5119 done
5120IFS=$as_save_IFS
5121
5122 ;;
5123esac
5124fi
5125PKG_CONFIG=$ac_cv_path_PKG_CONFIG
5126if test -n "$PKG_CONFIG"; then
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5128$as_echo "$PKG_CONFIG" >&6; }
5129else
5130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5131$as_echo "no" >&6; }
5132fi
5133
5134
5135fi
5136if test -z "$ac_cv_path_PKG_CONFIG"; then
5137 ac_pt_PKG_CONFIG=$PKG_CONFIG
5138 # Extract the first word of "pkg-config", so it can be a program name with args.
5139set dummy pkg-config; ac_word=$2
5140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5141$as_echo_n "checking for $ac_word... " >&6; }
5142if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
5143 $as_echo_n "(cached) " >&6
5144else
5145 case $ac_pt_PKG_CONFIG in
5146 [\\/]* | ?:[\\/]*)
5147 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
5148 ;;
5149 *)
5150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5151for as_dir in $PATH
5152do
5153 IFS=$as_save_IFS
5154 test -z "$as_dir" && as_dir=.
5155 for ac_exec_ext in '' $ac_executable_extensions; do
5156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5157 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
5158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5159 break 2
5160 fi
5161done
5162 done
5163IFS=$as_save_IFS
5164
5165 ;;
5166esac
5167fi
5168ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
5169if test -n "$ac_pt_PKG_CONFIG"; then
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
5171$as_echo "$ac_pt_PKG_CONFIG" >&6; }
5172else
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5174$as_echo "no" >&6; }
5175fi
5176
5177 if test "x$ac_pt_PKG_CONFIG" = x; then
5178 PKG_CONFIG=""
5179 else
5180 case $cross_compiling:$ac_tool_warned in
5181yes:)
5182{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5183$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5184ac_tool_warned=yes ;;
5185esac
5186 PKG_CONFIG=$ac_pt_PKG_CONFIG
5187 fi
5188else
5189 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
5190fi
5191
5192fi
5193if test -n "$PKG_CONFIG"; then
5194 _pkg_min_version=0.9.0
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
5196$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
5197 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
5198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5199$as_echo "yes" >&6; }
5200 else
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5202$as_echo "no" >&6; }
5203 PKG_CONFIG=""
5204 fi
5205
5206fi
Theodore Ts'o7becb202011-11-14 10:40:43 -05005207
5208# Check whether --enable-quota was given.
5209if test "${enable_quota+set}" = set; then :
5210 enableval=$enable_quota; if test "$enableval" = "no"
Aditya Kalif239fef2011-07-20 11:40:02 -07005211then
Theodore Ts'o7becb202011-11-14 10:40:43 -05005212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling quota support" >&5
5213$as_echo "Disabling quota support" >&6; }
5214else
5215 $as_echo "#define CONFIG_QUOTA 1" >>confdefs.h
Aditya Kalif239fef2011-07-20 11:40:02 -07005216
Theodore Ts'o7becb202011-11-14 10:40:43 -05005217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling quota support" >&5
5218$as_echo "Enabling quota support" >&6; }
Aditya Kalif239fef2011-07-20 11:40:02 -07005219fi
5220
5221else
Theodore Ts'o7becb202011-11-14 10:40:43 -05005222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling quota support by default" >&5
5223$as_echo "Disabling quota support by default" >&6; }
5224
5225fi
5226
5227LIBQUOTA='$(LIB)/libquota'$LIB_EXT
Aditya Kalif239fef2011-07-20 11:40:02 -07005228DEPLIBQUOTA=$LIBQUOTA
5229STATIC_LIBQUOTA='$(LIB)/libquota'$STATIC_LIB_EXT
5230DEPSTATIC_LIBQUOTA=$STATIC_LIBQUOTA
5231PROFILED_LIBQUOTA='$(LIB)/libquota'$PROFILED_LIB_EXT
5232DEPPROFILED_LIBQUOTA=$PROFILED_LIBQUOTA
Aditya Kalif239fef2011-07-20 11:40:02 -07005233
5234
5235
5236
5237
5238
5239
Theodore Ts'oe1052142006-10-21 21:46:47 -04005240# Check whether --enable-debugfs was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005241if test "${enable_debugfs+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04005242 enableval=$enable_debugfs; if test "$enableval" = "no"
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005243then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling debugfs support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005245$as_echo "Disabling debugfs support" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005246 DEBUGFS_CMT="#"
5247else
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005248 DEBUGFS_CMT=
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling debugfs support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005250$as_echo "Enabling debugfs support" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005251fi
5252
5253else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling debugfs support by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005255$as_echo "Enabling debugfs support by default" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005256DEBUGFS_CMT=
5257
Theodore Ts'oe1052142006-10-21 21:46:47 -04005258fi
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005259
Theodore Ts'oe1052142006-10-21 21:46:47 -04005260
5261# Check whether --enable-imager was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005262if test "${enable_imager+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04005263 enableval=$enable_imager; if test "$enableval" = "no"
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005264then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling e2image support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005266$as_echo "Disabling e2image support" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005267 IMAGER_CMT="#"
5268else
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005269 IMAGER_CMT=
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling e2image support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005271$as_echo "Enabling e2image support" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005272fi
5273
5274else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling e2image support by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005276$as_echo "Enabling e2image support by default" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005277IMAGER_CMT=
5278
Theodore Ts'oe1052142006-10-21 21:46:47 -04005279fi
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005280
Theodore Ts'oe1052142006-10-21 21:46:47 -04005281
5282# Check whether --enable-resizer was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005283if test "${enable_resizer+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04005284 enableval=$enable_resizer; if test "$enableval" = "no"
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005285then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling e2resize support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005287$as_echo "Disabling e2resize support" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005288 RESIZER_CMT="#"
5289else
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005290 RESIZER_CMT=
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling e2resize support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005292$as_echo "Enabling e2resize support" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005293fi
5294
5295else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling e2resize support by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005297$as_echo "Enabling e2resize support by default" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005298RESIZER_CMT=
5299
Theodore Ts'oe1052142006-10-21 21:46:47 -04005300fi
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005301
Theodore Ts'oe1052142006-10-21 21:46:47 -04005302
Theodore Ts'o8d9c50c2010-12-24 15:19:44 -05005303# Check whether --enable-defrag was given.
5304if test "${enable_defrag+set}" = set; then :
5305 enableval=$enable_defrag; if test "$enableval" = "no"
5306then
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling e4defrag support" >&5
5308$as_echo "Disabling e4defrag support" >&6; }
5309 DEFRAG_CMT="#"
5310else
5311 DEFRAG_CMT=
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling e4defrag support" >&5
5313$as_echo "Enabling e4defrag support" >&6; }
5314fi
5315
5316else
5317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling e4defrag support by default" >&5
5318$as_echo "Enabling e4defrag support by default" >&6; }
5319DEFRAG_CMT=
5320
5321fi
5322
5323
Theodore Ts'oe1052142006-10-21 21:46:47 -04005324# Check whether --enable-fsck was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005325if test "${enable_fsck+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04005326 enableval=$enable_fsck; if test "$enableval" = "no"
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005327then
5328 FSCK_PROG='' FSCK_MAN=''
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not building fsck wrapper" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005330$as_echo "Not building fsck wrapper" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005331else
5332 FSCK_PROG=fsck FSCK_MAN=fsck.8
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Building fsck wrapper" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005334$as_echo "Building fsck wrapper" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005335fi
5336
5337else
5338 case "$host_os" in
Theodore Ts'oe3632402004-05-04 19:39:54 -04005339 gnu*)
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005340 FSCK_PROG='' FSCK_MAN=''
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not building fsck wrapper by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005342$as_echo "Not building fsck wrapper by default" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005343 ;;
5344 *)
5345 FSCK_PROG=fsck FSCK_MAN=fsck.8
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Building fsck wrapper by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005347$as_echo "Building fsck wrapper by default" >&6; }
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005348esac
5349
Theodore Ts'oe1052142006-10-21 21:46:47 -04005350fi
Theodore Ts'o93636bd2003-07-12 02:45:05 -04005351
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005352
Theodore Ts'oe1052142006-10-21 21:46:47 -04005353
5354# Check whether --enable-e2initrd-helper was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005355if test "${enable_e2initrd_helper+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04005356 enableval=$enable_e2initrd_helper; if test "$enableval" = "no"
Theodore Ts'o5d407732004-09-18 14:53:14 -04005357then
5358 E2INITRD_PROG='' E2INITRD_MAN=''
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not building e2initrd helper" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005360$as_echo "Not building e2initrd helper" >&6; }
Theodore Ts'o5d407732004-09-18 14:53:14 -04005361else
5362 E2INITRD_PROG=e2initrd_helper E2INITRD_MAN=e2initrd_helper.8
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Building e2initrd helper" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005364$as_echo "Building e2initrd helper" >&6; }
Theodore Ts'o5d407732004-09-18 14:53:14 -04005365fi
5366
5367else
5368 E2INITRD_PROG=e2initrd_helper E2INITRD_MAN=e2initrd_helper.8
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005369{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Building e2initrd helper by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005370$as_echo "Building e2initrd helper by default" >&6; }
Theodore Ts'o5d407732004-09-18 14:53:14 -04005371
Theodore Ts'oe1052142006-10-21 21:46:47 -04005372fi
Theodore Ts'o5d407732004-09-18 14:53:14 -04005373
5374
Theodore Ts'oe1052142006-10-21 21:46:47 -04005375
Theodore Ts'o32493942007-12-31 10:45:01 -05005376# Check whether --enable-tls was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005377if test "${enable_tls+set}" = set; then :
Theodore Ts'o32493942007-12-31 10:45:01 -05005378 enableval=$enable_tls; if test "$enableval" = "no"
5379then
5380 try_tls=""
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Disabling thread local support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005382$as_echo "Disabling thread local support" >&6; }
Theodore Ts'o32493942007-12-31 10:45:01 -05005383else
5384 try_tls="yes"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Enabling thread local support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005386$as_echo "Enabling thread local support" >&6; }
Theodore Ts'o32493942007-12-31 10:45:01 -05005387fi
5388
5389else
Theodore Ts'oeafba6c2008-07-10 10:21:42 -04005390 if test -n "$WITH_DIET_LIBC"
5391then
5392 try_tls=""
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Diet libc does not support thread local support" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005394$as_echo "Diet libc does not support thread local support" >&6; }
Theodore Ts'oeafba6c2008-07-10 10:21:42 -04005395else
5396 try_tls="yes"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Try using thread local support by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005398$as_echo "Try using thread local support by default" >&6; }
Theodore Ts'oeafba6c2008-07-10 10:21:42 -04005399fi
Theodore Ts'o32493942007-12-31 10:45:01 -05005400
5401fi
5402
5403if test "$try_tls" = "yes"
5404then
5405
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread local storage (TLS) class" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005407$as_echo_n "checking for thread local storage (TLS) class... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005408 if test "${ac_cv_tls+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005409 $as_echo_n "(cached) " >&6
Theodore Ts'o32493942007-12-31 10:45:01 -05005410else
5411
5412 ax_tls_keywords="__thread __declspec(thread) none"
5413 for ax_tls_keyword in $ax_tls_keywords; do
5414 case $ax_tls_keyword in
5415 none) ac_cv_tls=none ; break ;;
5416 *)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'o32493942007-12-31 10:45:01 -05005418/* end confdefs.h. */
5419#include <stdlib.h>
5420 static void
5421 foo(void) {
5422 static $ax_tls_keyword int bar;
5423 exit(1);
5424 }
5425int
5426main ()
5427{
5428
5429 ;
5430 return 0;
5431}
5432_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005433if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'o32493942007-12-31 10:45:01 -05005434 ac_cv_tls=$ax_tls_keyword ; break
5435else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005436 ac_cv_tls=none
Theodore Ts'o32493942007-12-31 10:45:01 -05005437
5438fi
Theodore Ts'o32493942007-12-31 10:45:01 -05005439rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5440 esac
5441 done
5442
5443fi
5444
5445
5446 if test "$ac_cv_tls" != "none"; then
5447
5448cat >>confdefs.h <<_ACEOF
5449#define TLS $ac_cv_tls
5450_ACEOF
5451
5452 fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_tls" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005454$as_echo "$ac_cv_tls" >&6; }
Theodore Ts'o32493942007-12-31 10:45:01 -05005455
5456fi
Theodore Ts'od1154eb2011-09-18 17:34:37 -04005457
Theodore Ts'o5610f992007-12-31 11:16:56 -05005458# Check whether --enable-uuidd was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005459if test "${enable_uuidd+set}" = set; then :
Theodore Ts'o5610f992007-12-31 11:16:56 -05005460 enableval=$enable_uuidd; if test "$enableval" = "no"
5461then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Not building uuidd" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005463$as_echo "Not building uuidd" >&6; }
Theodore Ts'o5610f992007-12-31 11:16:56 -05005464 UUIDD_CMT="#"
5465else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005466 $as_echo "#define USE_UUIDD 1" >>confdefs.h
Theodore Ts'o5610f992007-12-31 11:16:56 -05005467
5468 UUIDD_CMT=""
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Building uuidd" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005470$as_echo "Building uuidd" >&6; }
Theodore Ts'o5610f992007-12-31 11:16:56 -05005471fi
5472
5473else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005474 $as_echo "#define USE_UUIDD 1" >>confdefs.h
Theodore Ts'o5610f992007-12-31 11:16:56 -05005475
5476UUIDD_CMT=""
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Building uuidd by default" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005478$as_echo "Building uuidd by default" >&6; }
Theodore Ts'o5610f992007-12-31 11:16:56 -05005479
5480fi
5481
5482
Theodore Ts'ocdf186e2001-06-13 22:16:47 +00005483MAKEFILE_LIBRARY=$srcdir/lib/Makefile.library
5484
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005485GETTEXT_PACKAGE=e2fsprogs
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00005486PACKAGE=e2fsprogs
5487VERSION="$E2FSPROGS_VERSION"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005488VERSION=0.14.1
Theodore Ts'od1154eb2011-09-18 17:34:37 -04005489
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005490cat >>confdefs.h <<_ACEOF
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00005491#define PACKAGE "$PACKAGE"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005492_ACEOF
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00005493
Theodore Ts'od1154eb2011-09-18 17:34:37 -04005494
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005495cat >>confdefs.h <<_ACEOF
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00005496#define VERSION "$VERSION"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005497_ACEOF
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00005498
Theodore Ts'o93636bd2003-07-12 02:45:05 -04005499
5500
5501
5502
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005504$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
5505set x ${MAKE-make}
5506ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005507if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005508 $as_echo_n "(cached) " >&6
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005509else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005510 cat >conftest.make <<\_ACEOF
Theodore Ts'oe1052142006-10-21 21:46:47 -04005511SHELL = /bin/sh
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00005512all:
Theodore Ts'oe1052142006-10-21 21:46:47 -04005513 @echo '@@@%%%=$(MAKE)=@@@%%%'
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005514_ACEOF
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00005515# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
Theodore Ts'oe1052142006-10-21 21:46:47 -04005516case `${MAKE-make} -f conftest.make 2>/dev/null` in
5517 *@@@%%%=?*=@@@%%%*)
5518 eval ac_cv_prog_make_${ac_make}_set=yes;;
5519 *)
5520 eval ac_cv_prog_make_${ac_make}_set=no;;
5521esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005522rm -f conftest.make
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00005523fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04005524if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005526$as_echo "yes" >&6; }
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00005527 SET_MAKE=
5528else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005530$as_echo "no" >&6; }
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00005531 SET_MAKE="MAKE=${MAKE-make}"
5532fi
5533
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005534# Find a good install program. We prefer a C program (faster),
5535# so one script is as good as another. But avoid the broken or
5536# incompatible versions:
5537# SysV /etc/install, /usr/sbin/install
5538# SunOS /usr/etc/install
5539# IRIX /sbin/install
5540# AIX /bin/install
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005541# AmigaOS /C/install, which installs bootblocks on floppy discs
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005542# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5543# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5544# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005545# OS/2's system install, which has a completely different semantic
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005546# ./install, which can be erroneously created by make from ./install.sh.
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005547# Reject install programs that cannot install multiple files.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005549$as_echo_n "checking for a BSD-compatible install... " >&6; }
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005550if test -z "$INSTALL"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005551if test "${ac_cv_path_install+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005552 $as_echo_n "(cached) " >&6
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005553else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5555for as_dir in $PATH
5556do
5557 IFS=$as_save_IFS
5558 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005559 # Account for people who put trailing slashes in PATH elements.
5560case $as_dir/ in #((
5561 ./ | .// | /[cC]/* | \
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005562 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005563 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005564 /usr/ucb/* ) ;;
5565 *)
5566 # OSF1 and SCO ODT 3.0 have their own names for install.
5567 # Don't use installbsd from OSF since it installs stuff as root
5568 # by default.
5569 for ac_prog in ginstall scoinst install; do
5570 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04005571 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005572 if test $ac_prog = install &&
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005573 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005574 # AIX install. It has an incompatible calling convention.
5575 :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005576 elif test $ac_prog = install &&
5577 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5578 # program-specific install script used by HP pwplus--don't use.
5579 :
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005580 else
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005581 rm -rf conftest.one conftest.two conftest.dir
5582 echo one > conftest.one
5583 echo two > conftest.two
5584 mkdir conftest.dir
5585 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5586 test -s conftest.one && test -s conftest.two &&
5587 test -s conftest.dir/conftest.one &&
5588 test -s conftest.dir/conftest.two
5589 then
5590 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5591 break 3
5592 fi
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005593 fi
5594 fi
5595 done
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005596 done
5597 ;;
5598esac
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005599
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005600 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04005601IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005602
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005603rm -rf conftest.one conftest.two conftest.dir
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005604
5605fi
5606 if test "${ac_cv_path_install+set}" = set; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005607 INSTALL=$ac_cv_path_install
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005608 else
Theodore Ts'oe1052142006-10-21 21:46:47 -04005609 # As a last resort, use the slow shell script. Don't cache a
5610 # value for INSTALL within a source directory, because that will
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005611 # break other packages using the cache if that directory is
Theodore Ts'oe1052142006-10-21 21:46:47 -04005612 # removed, or if the value is a relative name.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005613 INSTALL=$ac_install_sh
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005614 fi
5615fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005616{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005617$as_echo "$INSTALL" >&6; }
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005618
5619# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5620# It thinks the first close brace ends the variable substitution.
5621test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5622
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005623test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005624
5625test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5626
Theodore Ts'o93636bd2003-07-12 02:45:05 -04005627
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005628 MKINSTALLDIRS=
5629 if test -n "$ac_aux_dir"; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005630 case "$ac_aux_dir" in
5631 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
5632 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
5633 esac
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005634 fi
5635 if test -z "$MKINSTALLDIRS"; then
5636 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
5637 fi
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005638
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005639
5640
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005642$as_echo_n "checking whether NLS is requested... " >&6; }
Theodore Ts'oe1052142006-10-21 21:46:47 -04005643 # Check whether --enable-nls was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005644if test "${enable_nls+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04005645 enableval=$enable_nls; USE_NLS=$enableval
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005646else
5647 USE_NLS=yes
Theodore Ts'oe1052142006-10-21 21:46:47 -04005648fi
5649
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005651$as_echo "$USE_NLS" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005652
5653
5654
5655
5656
5657
5658# Prepare PATH_SEPARATOR.
5659# The user is always right.
5660if test "${PATH_SEPARATOR+set}" != set; then
5661 echo "#! /bin/sh" >conf$$.sh
5662 echo "exit 0" >>conf$$.sh
5663 chmod +x conf$$.sh
5664 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5665 PATH_SEPARATOR=';'
5666 else
5667 PATH_SEPARATOR=:
5668 fi
5669 rm -f conf$$.sh
5670fi
5671
5672# Find out how to test for executable files. Don't use a zero-byte file,
5673# as systems may use methods other than mode bits to determine executability.
5674cat >conf$$.file <<_ASEOF
5675#! /bin/sh
5676exit 0
5677_ASEOF
5678chmod +x conf$$.file
5679if test -x conf$$.file >/dev/null 2>&1; then
5680 ac_executable_p="test -x"
5681else
5682 ac_executable_p="test -f"
5683fi
5684rm -f conf$$.file
5685
5686# Extract the first word of "msgfmt", so it can be a program name with args.
5687set dummy msgfmt; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005689$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005690if test "${ac_cv_path_MSGFMT+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005691 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005692else
5693 case "$MSGFMT" in
5694 [\\/]* | ?:[\\/]*)
5695 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
5696 ;;
5697 *)
5698 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
5699 for ac_dir in $PATH; do
5700 IFS="$ac_save_IFS"
5701 test -z "$ac_dir" && ac_dir=.
5702 for ac_exec_ext in '' $ac_executable_extensions; do
5703 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
5704 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
5705 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
5706 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
5707 break 2
5708 fi
5709 fi
5710 done
5711 done
5712 IFS="$ac_save_IFS"
5713 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
5714 ;;
5715esac
5716fi
5717MSGFMT="$ac_cv_path_MSGFMT"
5718if test "$MSGFMT" != ":"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005720$as_echo "$MSGFMT" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005721else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005723$as_echo "no" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005724fi
5725
5726 # Extract the first word of "gmsgfmt", so it can be a program name with args.
5727set dummy gmsgfmt; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005729$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005730if test "${ac_cv_path_GMSGFMT+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005731 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005732else
5733 case $GMSGFMT in
5734 [\\/]* | ?:[\\/]*)
5735 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
5736 ;;
5737 *)
5738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5739for as_dir in $PATH
5740do
5741 IFS=$as_save_IFS
5742 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005743 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04005744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005745 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005747 break 2
5748 fi
5749done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005750 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04005751IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005752
5753 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
5754 ;;
5755esac
5756fi
5757GMSGFMT=$ac_cv_path_GMSGFMT
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005758if test -n "$GMSGFMT"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005760$as_echo "$GMSGFMT" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005761else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005763$as_echo "no" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005764fi
5765
5766
5767
Theodore Ts'oe1052142006-10-21 21:46:47 -04005768
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005769# Prepare PATH_SEPARATOR.
5770# The user is always right.
5771if test "${PATH_SEPARATOR+set}" != set; then
5772 echo "#! /bin/sh" >conf$$.sh
5773 echo "exit 0" >>conf$$.sh
5774 chmod +x conf$$.sh
5775 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5776 PATH_SEPARATOR=';'
5777 else
5778 PATH_SEPARATOR=:
5779 fi
5780 rm -f conf$$.sh
5781fi
5782
5783# Find out how to test for executable files. Don't use a zero-byte file,
5784# as systems may use methods other than mode bits to determine executability.
5785cat >conf$$.file <<_ASEOF
5786#! /bin/sh
5787exit 0
5788_ASEOF
5789chmod +x conf$$.file
5790if test -x conf$$.file >/dev/null 2>&1; then
5791 ac_executable_p="test -x"
5792else
5793 ac_executable_p="test -f"
5794fi
5795rm -f conf$$.file
5796
5797# Extract the first word of "xgettext", so it can be a program name with args.
5798set dummy xgettext; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005800$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005801if test "${ac_cv_path_XGETTEXT+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005802 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005803else
5804 case "$XGETTEXT" in
5805 [\\/]* | ?:[\\/]*)
5806 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
5807 ;;
5808 *)
5809 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
5810 for ac_dir in $PATH; do
5811 IFS="$ac_save_IFS"
5812 test -z "$ac_dir" && ac_dir=.
5813 for ac_exec_ext in '' $ac_executable_extensions; do
5814 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
5815 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
5816 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
5817 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
5818 break 2
5819 fi
5820 fi
5821 done
5822 done
5823 IFS="$ac_save_IFS"
5824 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
5825 ;;
5826esac
5827fi
5828XGETTEXT="$ac_cv_path_XGETTEXT"
5829if test "$XGETTEXT" != ":"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005831$as_echo "$XGETTEXT" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005832else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005834$as_echo "no" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005835fi
5836
5837 rm -f messages.po
5838
5839
5840# Prepare PATH_SEPARATOR.
5841# The user is always right.
5842if test "${PATH_SEPARATOR+set}" != set; then
5843 echo "#! /bin/sh" >conf$$.sh
5844 echo "exit 0" >>conf$$.sh
5845 chmod +x conf$$.sh
5846 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5847 PATH_SEPARATOR=';'
5848 else
5849 PATH_SEPARATOR=:
5850 fi
5851 rm -f conf$$.sh
5852fi
5853
5854# Find out how to test for executable files. Don't use a zero-byte file,
5855# as systems may use methods other than mode bits to determine executability.
5856cat >conf$$.file <<_ASEOF
5857#! /bin/sh
5858exit 0
5859_ASEOF
5860chmod +x conf$$.file
5861if test -x conf$$.file >/dev/null 2>&1; then
5862 ac_executable_p="test -x"
5863else
5864 ac_executable_p="test -f"
5865fi
5866rm -f conf$$.file
5867
5868# Extract the first word of "msgmerge", so it can be a program name with args.
5869set dummy msgmerge; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005871$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005872if test "${ac_cv_path_MSGMERGE+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005873 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005874else
5875 case "$MSGMERGE" in
5876 [\\/]* | ?:[\\/]*)
5877 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
5878 ;;
5879 *)
5880 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
5881 for ac_dir in $PATH; do
5882 IFS="$ac_save_IFS"
5883 test -z "$ac_dir" && ac_dir=.
5884 for ac_exec_ext in '' $ac_executable_extensions; do
5885 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
5886 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
5887 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
5888 break 2
5889 fi
5890 fi
5891 done
5892 done
5893 IFS="$ac_save_IFS"
5894 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
5895 ;;
5896esac
5897fi
5898MSGMERGE="$ac_cv_path_MSGMERGE"
5899if test "$MSGMERGE" != ":"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005901$as_echo "$MSGMERGE" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005902else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005904$as_echo "no" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005905fi
5906
5907
5908 if test "$GMSGFMT" != ":"; then
5909 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
5910 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
5911 : ;
5912 else
5913 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005915$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005916 GMSGFMT=":"
5917 fi
5918 fi
5919
5920 if test "$XGETTEXT" != ":"; then
5921 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
5922 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
5923 : ;
5924 else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005926$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005927 XGETTEXT=":"
5928 fi
5929 rm -f messages.po
5930 fi
5931
Theodore Ts'oe1052142006-10-21 21:46:47 -04005932 ac_config_commands="$ac_config_commands default-1"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005933
5934
5935if test -n "$ac_tool_prefix"; then
5936 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5937set dummy ${ac_tool_prefix}ranlib; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005939$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005940if test "${ac_cv_prog_RANLIB+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005941 $as_echo_n "(cached) " >&6
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00005942else
5943 if test -n "$RANLIB"; then
5944 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5945else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5947for as_dir in $PATH
5948do
5949 IFS=$as_save_IFS
5950 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005951 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04005952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005953 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005955 break 2
5956 fi
5957done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005958 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04005959IFS=$as_save_IFS
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00005960
5961fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005962fi
5963RANLIB=$ac_cv_prog_RANLIB
5964if test -n "$RANLIB"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005966$as_echo "$RANLIB" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005967else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005969$as_echo "no" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005970fi
Theodore Ts'o93636bd2003-07-12 02:45:05 -04005971
Theodore Ts'oe1052142006-10-21 21:46:47 -04005972
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005973fi
5974if test -z "$ac_cv_prog_RANLIB"; then
5975 ac_ct_RANLIB=$RANLIB
5976 # Extract the first word of "ranlib", so it can be a program name with args.
5977set dummy ranlib; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005979$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005980if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01005981 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005982else
5983 if test -n "$ac_ct_RANLIB"; then
5984 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5985else
5986as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5987for as_dir in $PATH
5988do
5989 IFS=$as_save_IFS
5990 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005991 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04005992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005993 ac_cv_prog_ac_ct_RANLIB="ranlib"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005995 break 2
5996 fi
5997done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05005998 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04005999IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006000
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006001fi
6002fi
6003ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6004if test -n "$ac_ct_RANLIB"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006006$as_echo "$ac_ct_RANLIB" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006007else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006009$as_echo "no" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006010fi
6011
Theodore Ts'oe1052142006-10-21 21:46:47 -04006012 if test "x$ac_ct_RANLIB" = x; then
6013 RANLIB=":"
6014 else
6015 case $cross_compiling:$ac_tool_warned in
6016yes:)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006017{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006018$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Theodore Ts'oe1052142006-10-21 21:46:47 -04006019ac_tool_warned=yes ;;
6020esac
6021 RANLIB=$ac_ct_RANLIB
6022 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006023else
6024 RANLIB="$ac_cv_prog_RANLIB"
6025fi
6026
6027
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strerror in -lcposix" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006029$as_echo_n "checking for strerror in -lcposix... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006030if test "${ac_cv_lib_cposix_strerror+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006031 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006032else
6033 ac_check_lib_save_LIBS=$LIBS
6034LIBS="-lcposix $LIBS"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006035cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006036/* end confdefs.h. */
6037
Theodore Ts'oe1052142006-10-21 21:46:47 -04006038/* Override any GCC internal prototype to avoid an error.
6039 Use char because int might match the return type of a GCC
6040 builtin and then its argument prototype would still apply. */
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006041#ifdef __cplusplus
6042extern "C"
6043#endif
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006044char strerror ();
6045int
6046main ()
6047{
Theodore Ts'oe1052142006-10-21 21:46:47 -04006048return strerror ();
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006049 ;
6050 return 0;
6051}
6052_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006053if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006054 ac_cv_lib_cposix_strerror=yes
6055else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006056 ac_cv_lib_cposix_strerror=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006057fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006058rm -f core conftest.err conftest.$ac_objext \
6059 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006060LIBS=$ac_check_lib_save_LIBS
6061fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cposix_strerror" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006063$as_echo "$ac_cv_lib_cposix_strerror" >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006064if test "x$ac_cv_lib_cposix_strerror" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006065 LIBS="$LIBS -lcposix"
6066fi
6067
6068
6069
Theodore Ts'od1154eb2011-09-18 17:34:37 -04006070
6071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6072$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6073if test "${ac_cv_path_GREP+set}" = set; then :
6074 $as_echo_n "(cached) " >&6
6075else
6076 if test -z "$GREP"; then
6077 ac_path_GREP_found=false
6078 # Loop through the user's path and test for each of PROGNAME-LIST
6079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6080for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6081do
6082 IFS=$as_save_IFS
6083 test -z "$as_dir" && as_dir=.
6084 for ac_prog in grep ggrep; do
6085 for ac_exec_ext in '' $ac_executable_extensions; do
6086 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6087 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6088# Check for GNU ac_path_GREP and select it if it is found.
6089 # Check for GNU $ac_path_GREP
6090case `"$ac_path_GREP" --version 2>&1` in
6091*GNU*)
6092 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6093*)
6094 ac_count=0
6095 $as_echo_n 0123456789 >"conftest.in"
6096 while :
6097 do
6098 cat "conftest.in" "conftest.in" >"conftest.tmp"
6099 mv "conftest.tmp" "conftest.in"
6100 cp "conftest.in" "conftest.nl"
6101 $as_echo 'GREP' >> "conftest.nl"
6102 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6103 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6104 as_fn_arith $ac_count + 1 && ac_count=$as_val
6105 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6106 # Best one so far, save it but keep looking for a better one
6107 ac_cv_path_GREP="$ac_path_GREP"
6108 ac_path_GREP_max=$ac_count
6109 fi
6110 # 10*(2^10) chars as input seems more than enough
6111 test $ac_count -gt 10 && break
6112 done
6113 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6114esac
6115
6116 $ac_path_GREP_found && break 3
6117 done
6118 done
6119 done
6120IFS=$as_save_IFS
6121 if test -z "$ac_cv_path_GREP"; then
6122 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6123 fi
6124else
6125 ac_cv_path_GREP=$GREP
6126fi
6127
6128fi
6129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6130$as_echo "$ac_cv_path_GREP" >&6; }
6131 GREP="$ac_cv_path_GREP"
6132
6133
6134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6135$as_echo_n "checking for egrep... " >&6; }
6136if test "${ac_cv_path_EGREP+set}" = set; then :
6137 $as_echo_n "(cached) " >&6
6138else
6139 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6140 then ac_cv_path_EGREP="$GREP -E"
6141 else
6142 if test -z "$EGREP"; then
6143 ac_path_EGREP_found=false
6144 # Loop through the user's path and test for each of PROGNAME-LIST
6145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6146for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6147do
6148 IFS=$as_save_IFS
6149 test -z "$as_dir" && as_dir=.
6150 for ac_prog in egrep; do
6151 for ac_exec_ext in '' $ac_executable_extensions; do
6152 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6153 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6154# Check for GNU ac_path_EGREP and select it if it is found.
6155 # Check for GNU $ac_path_EGREP
6156case `"$ac_path_EGREP" --version 2>&1` in
6157*GNU*)
6158 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6159*)
6160 ac_count=0
6161 $as_echo_n 0123456789 >"conftest.in"
6162 while :
6163 do
6164 cat "conftest.in" "conftest.in" >"conftest.tmp"
6165 mv "conftest.tmp" "conftest.in"
6166 cp "conftest.in" "conftest.nl"
6167 $as_echo 'EGREP' >> "conftest.nl"
6168 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6169 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6170 as_fn_arith $ac_count + 1 && ac_count=$as_val
6171 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6172 # Best one so far, save it but keep looking for a better one
6173 ac_cv_path_EGREP="$ac_path_EGREP"
6174 ac_path_EGREP_max=$ac_count
6175 fi
6176 # 10*(2^10) chars as input seems more than enough
6177 test $ac_count -gt 10 && break
6178 done
6179 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6180esac
6181
6182 $ac_path_EGREP_found && break 3
6183 done
6184 done
6185 done
6186IFS=$as_save_IFS
6187 if test -z "$ac_cv_path_EGREP"; then
6188 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6189 fi
6190else
6191 ac_cv_path_EGREP=$EGREP
6192fi
6193
6194 fi
6195fi
6196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6197$as_echo "$ac_cv_path_EGREP" >&6; }
6198 EGREP="$ac_cv_path_EGREP"
6199
6200
6201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6202$as_echo_n "checking for ANSI C header files... " >&6; }
6203if test "${ac_cv_header_stdc+set}" = set; then :
6204 $as_echo_n "(cached) " >&6
6205else
6206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6207/* end confdefs.h. */
6208#include <stdlib.h>
6209#include <stdarg.h>
6210#include <string.h>
6211#include <float.h>
6212
6213int
6214main ()
6215{
6216
6217 ;
6218 return 0;
6219}
6220_ACEOF
6221if ac_fn_c_try_compile "$LINENO"; then :
6222 ac_cv_header_stdc=yes
6223else
6224 ac_cv_header_stdc=no
6225fi
6226rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6227
6228if test $ac_cv_header_stdc = yes; then
6229 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6231/* end confdefs.h. */
6232#include <string.h>
6233
6234_ACEOF
6235if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6236 $EGREP "memchr" >/dev/null 2>&1; then :
6237
6238else
6239 ac_cv_header_stdc=no
6240fi
6241rm -f conftest*
6242
6243fi
6244
6245if test $ac_cv_header_stdc = yes; then
6246 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6248/* end confdefs.h. */
6249#include <stdlib.h>
6250
6251_ACEOF
6252if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6253 $EGREP "free" >/dev/null 2>&1; then :
6254
6255else
6256 ac_cv_header_stdc=no
6257fi
6258rm -f conftest*
6259
6260fi
6261
6262if test $ac_cv_header_stdc = yes; then
6263 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6264 if test "$cross_compiling" = yes; then :
6265 :
6266else
6267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6268/* end confdefs.h. */
6269#include <ctype.h>
6270#include <stdlib.h>
6271#if ((' ' & 0x0FF) == 0x020)
6272# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6273# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6274#else
6275# define ISLOWER(c) \
6276 (('a' <= (c) && (c) <= 'i') \
6277 || ('j' <= (c) && (c) <= 'r') \
6278 || ('s' <= (c) && (c) <= 'z'))
6279# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6280#endif
6281
6282#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6283int
6284main ()
6285{
6286 int i;
6287 for (i = 0; i < 256; i++)
6288 if (XOR (islower (i), ISLOWER (i))
6289 || toupper (i) != TOUPPER (i))
6290 return 2;
6291 return 0;
6292}
6293_ACEOF
6294if ac_fn_c_try_run "$LINENO"; then :
6295
6296else
6297 ac_cv_header_stdc=no
6298fi
6299rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6300 conftest.$ac_objext conftest.beam conftest.$ac_ext
6301fi
6302
6303fi
6304fi
6305{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6306$as_echo "$ac_cv_header_stdc" >&6; }
6307if test $ac_cv_header_stdc = yes; then
6308
6309$as_echo "#define STDC_HEADERS 1" >>confdefs.h
6310
6311fi
6312
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006314$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006315if test "${ac_cv_c_const+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006316 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006317else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006319/* end confdefs.h. */
6320
6321int
6322main ()
6323{
6324/* FIXME: Include the comments suggested by Paul. */
6325#ifndef __cplusplus
6326 /* Ultrix mips cc rejects this. */
6327 typedef int charset[2];
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04006328 const charset cs;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006329 /* SunOS 4.1.1 cc rejects this. */
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04006330 char const *const *pcpcc;
6331 char **ppc;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006332 /* NEC SVR4.0.2 mips cc rejects this. */
6333 struct point {int x, y;};
6334 static struct point const zero = {0,0};
6335 /* AIX XL C 1.02.0.0 rejects this.
6336 It does not let you subtract one const X* pointer from another in
6337 an arm of an if-expression whose if-part is not a constant
6338 expression */
6339 const char *g = "string";
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04006340 pcpcc = &g + (g ? g-g : 0);
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006341 /* HPUX 7.0 cc rejects these. */
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04006342 ++pcpcc;
6343 ppc = (char**) pcpcc;
6344 pcpcc = (char const *const *) ppc;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006345 { /* SCO 3.2v4 cc rejects this. */
6346 char *t;
6347 char const *s = 0 ? (char *) 0 : (char const *) 0;
6348
6349 *t++ = 0;
Theodore Ts'oe1052142006-10-21 21:46:47 -04006350 if (s) return 0;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006351 }
6352 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
6353 int x[] = {25, 17};
6354 const int *foo = &x[0];
6355 ++foo;
6356 }
6357 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
6358 typedef const int *iptr;
6359 iptr p = 0;
6360 ++p;
6361 }
6362 { /* AIX XL C 1.02.0.0 rejects this saying
6363 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
6364 struct s { int j; const int *ap[3]; };
6365 struct s *b; b->j = 5;
6366 }
6367 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
6368 const int foo = 10;
Theodore Ts'oe1052142006-10-21 21:46:47 -04006369 if (!foo) return 0;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006370 }
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04006371 return !cs[0] && !zero.x;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006372#endif
6373
6374 ;
6375 return 0;
6376}
6377_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006378if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006379 ac_cv_c_const=yes
6380else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006381 ac_cv_c_const=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006382fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04006383rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006384fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006385{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006386$as_echo "$ac_cv_c_const" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006387if test $ac_cv_c_const = no; then
6388
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006389$as_echo "#define const /**/" >>confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006390
6391fi
6392
6393
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for signed" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006395$as_echo_n "checking for signed... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006396if test "${bh_cv_c_signed+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006397 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006398else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006400/* end confdefs.h. */
6401
6402int
6403main ()
6404{
6405signed char x;
6406 ;
6407 return 0;
6408}
6409_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006410if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006411 bh_cv_c_signed=yes
6412else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006413 bh_cv_c_signed=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006414fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04006415rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006416fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006417{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bh_cv_c_signed" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006418$as_echo "$bh_cv_c_signed" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006419 if test $bh_cv_c_signed = no; then
6420
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006421$as_echo "#define signed /**/" >>confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006422
6423 fi
6424
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006426$as_echo_n "checking for inline... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006427if test "${ac_cv_c_inline+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006428 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006429else
6430 ac_cv_c_inline=no
6431for ac_kw in inline __inline__ __inline; do
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006433/* end confdefs.h. */
6434#ifndef __cplusplus
6435typedef int foo_t;
6436static $ac_kw foo_t static_foo () {return 0; }
6437$ac_kw foo_t foo () {return 0; }
6438#endif
6439
6440_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006441if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04006442 ac_cv_c_inline=$ac_kw
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006443fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04006444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6445 test "$ac_cv_c_inline" != no && break
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006446done
6447
6448fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006450$as_echo "$ac_cv_c_inline" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006451
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006452case $ac_cv_c_inline in
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006453 inline | yes) ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006454 *)
6455 case $ac_cv_c_inline in
6456 no) ac_val=;;
6457 *) ac_val=$ac_cv_c_inline;;
6458 esac
6459 cat >>confdefs.h <<_ACEOF
6460#ifndef __cplusplus
6461#define inline $ac_val
6462#endif
6463_ACEOF
6464 ;;
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006465esac
6466
Theodore Ts'od1154eb2011-09-18 17:34:37 -04006467# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6468for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6469 inttypes.h stdint.h unistd.h
6470do :
6471 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6472ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6473"
6474eval as_val=\$$as_ac_Header
6475 if test "x$as_val" = x""yes; then :
6476 cat >>confdefs.h <<_ACEOF
6477#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6478_ACEOF
6479
6480fi
6481
6482done
6483
6484
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006485ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
6486if test "x$ac_cv_type_off_t" = x""yes; then :
Theodore Ts'o07a0db12003-07-05 14:50:24 -04006487
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006488else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006489
6490cat >>confdefs.h <<_ACEOF
Theodore Ts'oe1052142006-10-21 21:46:47 -04006491#define off_t long int
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006492_ACEOF
6493
6494fi
6495
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006496ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
6497if test "x$ac_cv_type_size_t" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006498
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006499else
6500
6501cat >>confdefs.h <<_ACEOF
Theodore Ts'oe1052142006-10-21 21:46:47 -04006502#define size_t unsigned int
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006503_ACEOF
6504
6505fi
6506
6507
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006509$as_echo_n "checking for long long... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006510if test "${ac_cv_type_long_long+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006511 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006512else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006514/* end confdefs.h. */
6515long long ll = 1LL; int i = 63;
6516int
6517main ()
6518{
6519long long llmax = (long long) -1;
6520 return ll << i | ll >> i | llmax / ll | llmax % ll;
6521 ;
6522 return 0;
6523}
6524_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006525if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006526 ac_cv_type_long_long=yes
6527else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006528 ac_cv_type_long_long=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006529fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006530rm -f core conftest.err conftest.$ac_objext \
6531 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006532fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006533{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006534$as_echo "$ac_cv_type_long_long" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006535 if test $ac_cv_type_long_long = yes; then
6536
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006537$as_echo "#define HAVE_LONG_LONG 1" >>confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006538
6539 fi
6540
6541
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006543$as_echo_n "checking for long double... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006544if test "${gt_cv_c_long_double+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006545 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006546else
6547 if test "$GCC" = yes; then
6548 gt_cv_c_long_double=yes
6549 else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006551/* end confdefs.h. */
6552
6553 /* The Stardent Vistra knows sizeof(long double), but does not support it. */
6554 long double foo = 0.0;
6555 /* On Ultrix 4.3 cc, long double is 4 and double is 8. */
6556 int array [2*(sizeof(long double) >= sizeof(double)) - 1];
6557
6558int
6559main ()
6560{
6561
6562 ;
6563 return 0;
6564}
6565_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006566if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006567 gt_cv_c_long_double=yes
6568else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006569 gt_cv_c_long_double=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006570fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04006571rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006572 fi
6573fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_long_double" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006575$as_echo "$gt_cv_c_long_double" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006576 if test $gt_cv_c_long_double = yes; then
6577
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006578$as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006579
6580 fi
6581
6582
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006584$as_echo_n "checking for wchar_t... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006585if test "${gt_cv_c_wchar_t+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006586 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006587else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006589/* end confdefs.h. */
6590#include <stddef.h>
6591 wchar_t foo = (wchar_t)'\0';
6592int
6593main ()
6594{
6595
6596 ;
6597 return 0;
6598}
6599_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006600if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006601 gt_cv_c_wchar_t=yes
6602else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006603 gt_cv_c_wchar_t=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006604fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04006605rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006606fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006608$as_echo "$gt_cv_c_wchar_t" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006609 if test $gt_cv_c_wchar_t = yes; then
6610
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006611$as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006612
6613 fi
6614
6615
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006617$as_echo_n "checking for wint_t... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006618if test "${gt_cv_c_wint_t+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006619 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006620else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006622/* end confdefs.h. */
6623#include <wchar.h>
6624 wint_t foo = (wchar_t)'\0';
6625int
6626main ()
6627{
6628
6629 ;
6630 return 0;
6631}
6632_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006633if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006634 gt_cv_c_wint_t=yes
6635else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006636 gt_cv_c_wint_t=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006637fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04006638rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006639fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006641$as_echo "$gt_cv_c_wint_t" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006642 if test $gt_cv_c_wint_t = yes; then
6643
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006644$as_echo "#define HAVE_WINT_T 1" >>confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006645
6646 fi
6647
6648
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006650$as_echo_n "checking for inttypes.h... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006651if test "${jm_ac_cv_header_inttypes_h+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006652 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006653else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006655/* end confdefs.h. */
6656#include <sys/types.h>
6657#include <inttypes.h>
6658int
6659main ()
6660{
6661uintmax_t i = (uintmax_t) -1;
6662 ;
6663 return 0;
6664}
6665_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006666if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006667 jm_ac_cv_header_inttypes_h=yes
6668else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006669 jm_ac_cv_header_inttypes_h=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006670fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04006671rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006672fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $jm_ac_cv_header_inttypes_h" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006674$as_echo "$jm_ac_cv_header_inttypes_h" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006675 if test $jm_ac_cv_header_inttypes_h = yes; then
6676
6677cat >>confdefs.h <<_ACEOF
6678#define HAVE_INTTYPES_H_WITH_UINTMAX 1
6679_ACEOF
6680
6681 fi
6682
6683
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdint.h" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006685$as_echo_n "checking for stdint.h... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006686if test "${jm_ac_cv_header_stdint_h+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006687 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006688else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006690/* end confdefs.h. */
6691#include <sys/types.h>
6692#include <stdint.h>
6693int
6694main ()
6695{
6696uintmax_t i = (uintmax_t) -1;
6697 ;
6698 return 0;
6699}
6700_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006701if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006702 jm_ac_cv_header_stdint_h=yes
6703else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006704 jm_ac_cv_header_stdint_h=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006705fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04006706rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006707fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006708{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $jm_ac_cv_header_stdint_h" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006709$as_echo "$jm_ac_cv_header_stdint_h" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006710 if test $jm_ac_cv_header_stdint_h = yes; then
6711
6712cat >>confdefs.h <<_ACEOF
6713#define HAVE_STDINT_H_WITH_UINTMAX 1
6714_ACEOF
6715
6716 fi
6717
6718
6719
6720
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intmax_t" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006722$as_echo_n "checking for intmax_t... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006723if test "${gt_cv_c_intmax_t+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006724 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006725else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006727/* end confdefs.h. */
6728
6729#include <stddef.h>
6730#include <stdlib.h>
6731#if HAVE_STDINT_H_WITH_UINTMAX
6732#include <stdint.h>
6733#endif
6734#if HAVE_INTTYPES_H_WITH_UINTMAX
6735#include <inttypes.h>
6736#endif
6737
6738int
6739main ()
6740{
6741intmax_t x = -1;
6742 ;
6743 return 0;
6744}
6745_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006746if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006747 gt_cv_c_intmax_t=yes
6748else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006749 gt_cv_c_intmax_t=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006750fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04006751rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006752fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006753{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_intmax_t" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006754$as_echo "$gt_cv_c_intmax_t" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006755 if test $gt_cv_c_intmax_t = yes; then
6756
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006757$as_echo "#define HAVE_INTMAX_T 1" >>confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006758
6759 fi
6760
6761
6762
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether printf() supports POSIX/XSI format strings" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006764$as_echo_n "checking whether printf() supports POSIX/XSI format strings... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006765if test "${gt_cv_func_printf_posix+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006766 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006767else
6768
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006769 if test "$cross_compiling" = yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006770
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006772/* end confdefs.h. */
6773
6774#if defined __NetBSD__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
6775 notposix
6776#endif
6777
6778_ACEOF
6779if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006780 $EGREP "notposix" >/dev/null 2>&1; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006781 gt_cv_func_printf_posix="guessing no"
6782else
6783 gt_cv_func_printf_posix="guessing yes"
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006784fi
Theodore Ts'o93636bd2003-07-12 02:45:05 -04006785rm -f conftest*
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006786
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006787
6788else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006790/* end confdefs.h. */
6791
6792#include <stdio.h>
6793#include <string.h>
6794/* The string "%2$d %1$d", with dollar characters protected from the shell's
6795 dollar expansion (possibly an autoconf bug). */
6796static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
6797static char buf[100];
6798int main ()
6799{
6800 sprintf (buf, format, 33, 55);
6801 return (strcmp (buf, "55 33") != 0);
6802}
6803_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006804if ac_fn_c_try_run "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006805 gt_cv_func_printf_posix=yes
6806else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006807 gt_cv_func_printf_posix=no
Theodore Ts'o93636bd2003-07-12 02:45:05 -04006808fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006809rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6810 conftest.$ac_objext conftest.beam conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006811fi
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006812
Theodore Ts'oe1052142006-10-21 21:46:47 -04006813
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006814fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_printf_posix" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006816$as_echo "$gt_cv_func_printf_posix" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006817 case $gt_cv_func_printf_posix in
6818 *yes)
6819
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006820$as_echo "#define HAVE_POSIX_PRINTF 1" >>confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006821
6822 ;;
6823 esac
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006824
6825# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
6826# for constant arguments. Useless!
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006828$as_echo_n "checking for working alloca.h... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006829if test "${ac_cv_working_alloca_h+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006830 $as_echo_n "(cached) " >&6
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006831else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006833/* end confdefs.h. */
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006834#include <alloca.h>
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006835int
6836main ()
6837{
6838char *p = (char *) alloca (2 * sizeof (int));
Theodore Ts'oe1052142006-10-21 21:46:47 -04006839 if (p) return 0;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006840 ;
6841 return 0;
6842}
6843_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006844if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006845 ac_cv_working_alloca_h=yes
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006846else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006847 ac_cv_working_alloca_h=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006848fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006849rm -f core conftest.err conftest.$ac_objext \
6850 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006851fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006853$as_echo "$ac_cv_working_alloca_h" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006854if test $ac_cv_working_alloca_h = yes; then
6855
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006856$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006857
6858fi
6859
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006861$as_echo_n "checking for alloca... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006862if test "${ac_cv_func_alloca_works+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006863 $as_echo_n "(cached) " >&6
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006864else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006866/* end confdefs.h. */
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006867#ifdef __GNUC__
6868# define alloca __builtin_alloca
6869#else
6870# ifdef _MSC_VER
6871# include <malloc.h>
6872# define alloca _alloca
6873# else
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04006874# ifdef HAVE_ALLOCA_H
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006875# include <alloca.h>
6876# else
6877# ifdef _AIX
6878 #pragma alloca
6879# else
6880# ifndef alloca /* predefined by HP cc +Olibcalls */
6881char *alloca ();
6882# endif
6883# endif
6884# endif
6885# endif
6886#endif
6887
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006888int
6889main ()
6890{
6891char *p = (char *) alloca (1);
Theodore Ts'oe1052142006-10-21 21:46:47 -04006892 if (p) return 0;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006893 ;
6894 return 0;
6895}
6896_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006897if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006898 ac_cv_func_alloca_works=yes
6899else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006900 ac_cv_func_alloca_works=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006901fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006902rm -f core conftest.err conftest.$ac_objext \
6903 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006904fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006906$as_echo "$ac_cv_func_alloca_works" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006907
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006908if test $ac_cv_func_alloca_works = yes; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006909
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006910$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006911
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006912else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006913 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
6914# that cause trouble. Some versions do not even contain alloca or
6915# contain a buggy version. If you still want to use their alloca,
6916# use ar to extract alloca.o from them instead of compiling alloca.c.
6917
Theodore Ts'oe1052142006-10-21 21:46:47 -04006918ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006919
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006920$as_echo "#define C_ALLOCA 1" >>confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006921
6922
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006924$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006925if test "${ac_cv_os_cray+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006926 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006927else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006929/* end confdefs.h. */
Theodore Ts'oe1052142006-10-21 21:46:47 -04006930#if defined CRAY && ! defined CRAY2
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006931webecray
6932#else
6933wenotbecray
6934#endif
6935
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006936_ACEOF
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006937if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006938 $EGREP "webecray" >/dev/null 2>&1; then :
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006939 ac_cv_os_cray=yes
6940else
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006941 ac_cv_os_cray=no
6942fi
6943rm -f conftest*
6944
6945fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006946{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006947$as_echo "$ac_cv_os_cray" >&6; }
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006948if test $ac_cv_os_cray = yes; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006949 for ac_func in _getb67 GETB67 getb67; do
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006950 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006951ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
6952eval as_val=\$$as_ac_var
6953 if test "x$as_val" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006954
6955cat >>confdefs.h <<_ACEOF
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006956#define CRAY_STACKSEG_END $ac_func
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006957_ACEOF
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006958
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006959 break
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006960fi
6961
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006962 done
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006963fi
6964
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006966$as_echo_n "checking stack direction for C alloca... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006967if test "${ac_cv_c_stack_direction+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01006968 $as_echo_n "(cached) " >&6
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006969else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006970 if test "$cross_compiling" = yes; then :
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006971 ac_cv_c_stack_direction=0
6972else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006974/* end confdefs.h. */
Theodore Ts'oe1052142006-10-21 21:46:47 -04006975$ac_includes_default
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006976int
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006977find_stack_direction ()
6978{
6979 static char *addr = 0;
6980 auto char dummy;
6981 if (addr == 0)
6982 {
6983 addr = &dummy;
6984 return find_stack_direction ();
6985 }
6986 else
6987 return (&dummy > addr) ? 1 : -1;
6988}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006989
6990int
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006991main ()
6992{
Theodore Ts'oe1052142006-10-21 21:46:47 -04006993 return find_stack_direction () < 0;
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006994}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05006995_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006996if ac_fn_c_try_run "$LINENO"; then :
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00006997 ac_cv_c_stack_direction=1
6998else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05006999 ac_cv_c_stack_direction=-1
Theodore Ts'o93636bd2003-07-12 02:45:05 -04007000fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007001rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7002 conftest.$ac_objext conftest.beam conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007003fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04007004
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007005fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007006{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007007$as_echo "$ac_cv_c_stack_direction" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007008cat >>confdefs.h <<_ACEOF
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007009#define STACK_DIRECTION $ac_cv_c_stack_direction
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007010_ACEOF
7011
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007012
7013fi
7014
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007015
7016
7017
7018 for ac_header in $ac_header_list
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007019do :
7020 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007021ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7022"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007023eval as_val=\$$as_ac_Header
7024 if test "x$as_val" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007025 cat >>confdefs.h <<_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007026#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007027_ACEOF
7028
7029fi
7030
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007031done
7032
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007033
7034
7035
7036
7037
7038
7039
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007040for ac_func in getpagesize
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007041do :
7042 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
7043if test "x$ac_cv_func_getpagesize" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007044 cat >>confdefs.h <<_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007045#define HAVE_GETPAGESIZE 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007046_ACEOF
7047
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007048fi
7049done
7050
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007052$as_echo_n "checking for working mmap... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007053if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007054 $as_echo_n "(cached) " >&6
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007055else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007056 if test "$cross_compiling" = yes; then :
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007057 ac_cv_func_mmap_fixed_mapped=no
7058else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007060/* end confdefs.h. */
7061$ac_includes_default
7062/* malloc might have been renamed as rpl_malloc. */
7063#undef malloc
Theodore Ts'o93636bd2003-07-12 02:45:05 -04007064
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007065/* Thanks to Mike Haertel and Jim Avera for this test.
7066 Here is a matrix of mmap possibilities:
7067 mmap private not fixed
7068 mmap private fixed at somewhere currently unmapped
7069 mmap private fixed at somewhere already mapped
7070 mmap shared not fixed
7071 mmap shared fixed at somewhere currently unmapped
7072 mmap shared fixed at somewhere already mapped
7073 For private mappings, we should verify that changes cannot be read()
7074 back from the file, nor mmap's back from the file at a different
7075 address. (There have been systems where private was not correctly
7076 implemented like the infamous i386 svr4.0, and systems where the
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007077 VM page cache was not coherent with the file system buffer cache
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007078 like early versions of FreeBSD and possibly contemporary NetBSD.)
7079 For shared mappings, we should conversely verify that changes get
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007080 propagated back to all the places they're supposed to be.
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007081
7082 Grep wants private fixed already mapped.
7083 The main things grep needs to know about mmap are:
7084 * does it exist and is it safe to write into the mmap'd area
7085 * how to use it (BSD variants) */
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007086
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007087#include <fcntl.h>
7088#include <sys/mman.h>
7089
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04007090#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007091char *malloc ();
7092#endif
Theodore Ts'o93636bd2003-07-12 02:45:05 -04007093
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007094/* This mess was copied from the GNU getpagesize.h. */
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04007095#ifndef HAVE_GETPAGESIZE
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007096# ifdef _SC_PAGESIZE
7097# define getpagesize() sysconf(_SC_PAGESIZE)
7098# else /* no _SC_PAGESIZE */
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04007099# ifdef HAVE_SYS_PARAM_H
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007100# include <sys/param.h>
7101# ifdef EXEC_PAGESIZE
7102# define getpagesize() EXEC_PAGESIZE
7103# else /* no EXEC_PAGESIZE */
7104# ifdef NBPG
7105# define getpagesize() NBPG * CLSIZE
7106# ifndef CLSIZE
7107# define CLSIZE 1
7108# endif /* no CLSIZE */
7109# else /* no NBPG */
7110# ifdef NBPC
7111# define getpagesize() NBPC
7112# else /* no NBPC */
7113# ifdef PAGESIZE
7114# define getpagesize() PAGESIZE
7115# endif /* PAGESIZE */
7116# endif /* no NBPC */
7117# endif /* no NBPG */
7118# endif /* no EXEC_PAGESIZE */
7119# else /* no HAVE_SYS_PARAM_H */
7120# define getpagesize() 8192 /* punt totally */
7121# endif /* no HAVE_SYS_PARAM_H */
7122# endif /* no _SC_PAGESIZE */
7123
7124#endif /* no HAVE_GETPAGESIZE */
7125
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007126int
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007127main ()
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007128{
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007129 char *data, *data2, *data3;
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007130 const char *cdata2;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007131 int i, pagesize;
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007132 int fd, fd2;
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007133
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007134 pagesize = getpagesize ();
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007135
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007136 /* First, make a file with some known garbage in it. */
7137 data = (char *) malloc (pagesize);
7138 if (!data)
Theodore Ts'oe1052142006-10-21 21:46:47 -04007139 return 1;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007140 for (i = 0; i < pagesize; ++i)
7141 *(data + i) = rand ();
7142 umask (0);
7143 fd = creat ("conftest.mmap", 0600);
7144 if (fd < 0)
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007145 return 2;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007146 if (write (fd, data, pagesize) != pagesize)
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007147 return 3;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007148 close (fd);
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007149
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007150 /* Next, check that the tail of a page is zero-filled. File must have
7151 non-zero length, otherwise we risk SIGBUS for entire page. */
7152 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
7153 if (fd2 < 0)
7154 return 4;
7155 cdata2 = "";
7156 if (write (fd2, cdata2, 1) != 1)
7157 return 5;
7158 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
7159 if (data2 == MAP_FAILED)
7160 return 6;
7161 for (i = 0; i < pagesize; ++i)
7162 if (*(data2 + i))
7163 return 7;
7164 close (fd2);
7165 if (munmap (data2, pagesize))
7166 return 8;
7167
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007168 /* Next, try to mmap the file at a fixed address which already has
7169 something else allocated at it. If we can, also make sure that
7170 we see the same garbage. */
7171 fd = open ("conftest.mmap", O_RDWR);
7172 if (fd < 0)
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007173 return 9;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007174 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
7175 MAP_PRIVATE | MAP_FIXED, fd, 0L))
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007176 return 10;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007177 for (i = 0; i < pagesize; ++i)
7178 if (*(data + i) != *(data2 + i))
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007179 return 11;
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007180
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007181 /* Finally, make sure that changes to the mapped area do not
7182 percolate back to the file as seen by read(). (This is a bug on
7183 some variants of i386 svr4.0.) */
7184 for (i = 0; i < pagesize; ++i)
7185 *(data2 + i) = *(data2 + i) + 1;
7186 data3 = (char *) malloc (pagesize);
7187 if (!data3)
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007188 return 12;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007189 if (read (fd, data3, pagesize) != pagesize)
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007190 return 13;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007191 for (i = 0; i < pagesize; ++i)
7192 if (*(data + i) != *(data3 + i))
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007193 return 14;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007194 close (fd);
Theodore Ts'oe1052142006-10-21 21:46:47 -04007195 return 0;
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007196}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007197_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007198if ac_fn_c_try_run "$LINENO"; then :
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007199 ac_cv_func_mmap_fixed_mapped=yes
7200else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007201 ac_cv_func_mmap_fixed_mapped=no
Theodore Ts'o93636bd2003-07-12 02:45:05 -04007202fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007203rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7204 conftest.$ac_objext conftest.beam conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007205fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04007206
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007207fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007208{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007209$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
Theodore Ts'o93636bd2003-07-12 02:45:05 -04007210if test $ac_cv_func_mmap_fixed_mapped = yes; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007211
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007212$as_echo "#define HAVE_MMAP 1" >>confdefs.h
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007213
7214fi
Theodore Ts'o61ef2472010-08-01 22:30:33 -04007215rm -f conftest.mmap conftest.txt
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00007216
Theodore Ts'o93636bd2003-07-12 02:45:05 -04007217
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C Library 2.1 or newer" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007219$as_echo_n "checking whether we are using the GNU C Library 2.1 or newer... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007220if test "${ac_cv_gnu_library_2_1+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007221 $as_echo_n "(cached) " >&6
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007222else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007224/* end confdefs.h. */
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007225
7226#include <features.h>
7227#ifdef __GNU_LIBRARY__
7228 #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
7229 Lucky GNU user
7230 #endif
7231#endif
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007232
7233_ACEOF
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007234if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007235 $EGREP "Lucky GNU user" >/dev/null 2>&1; then :
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007236 ac_cv_gnu_library_2_1=yes
7237else
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007238 ac_cv_gnu_library_2_1=no
7239fi
7240rm -f conftest*
7241
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007242
7243
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007244fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2_1" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007246$as_echo "$ac_cv_gnu_library_2_1" >&6; }
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007247
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007248 GLIBC21="$ac_cv_gnu_library_2_1"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007249
Theodore Ts'o93636bd2003-07-12 02:45:05 -04007250
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007251
7252
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether integer division by zero raises SIGFPE" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007254$as_echo_n "checking whether integer division by zero raises SIGFPE... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007255if test "${gt_cv_int_divbyzero_sigfpe+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007256 $as_echo_n "(cached) " >&6
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007257else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007258
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007259 if test "$cross_compiling" = yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007260
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007261 # Guess based on the CPU.
7262 case "$host_cpu" in
7263 alpha* | i3456786 | m68k | s390*)
7264 gt_cv_int_divbyzero_sigfpe="guessing yes";;
7265 *)
7266 gt_cv_int_divbyzero_sigfpe="guessing no";;
7267 esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007268
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007269else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007271/* end confdefs.h. */
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007272
7273#include <stdlib.h>
7274#include <signal.h>
7275
7276static void
7277#ifdef __cplusplus
7278sigfpe_handler (int sig)
7279#else
7280sigfpe_handler (sig) int sig;
7281#endif
7282{
7283 /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */
7284 exit (sig != SIGFPE);
7285}
7286
7287int x = 1;
7288int y = 0;
7289int z;
7290int nan;
7291
7292int main ()
7293{
7294 signal (SIGFPE, sigfpe_handler);
7295/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
7296#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
7297 signal (SIGTRAP, sigfpe_handler);
7298#endif
7299/* Linux/SPARC yields signal SIGILL. */
7300#if defined (__sparc__) && defined (__linux__)
7301 signal (SIGILL, sigfpe_handler);
7302#endif
7303
7304 z = x / y;
7305 nan = y / y;
7306 exit (1);
7307}
7308
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007309_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007310if ac_fn_c_try_run "$LINENO"; then :
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007311 gt_cv_int_divbyzero_sigfpe=yes
7312else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007313 gt_cv_int_divbyzero_sigfpe=no
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007314fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007315rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7316 conftest.$ac_objext conftest.beam conftest.$ac_ext
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007317fi
7318
Theodore Ts'oe1052142006-10-21 21:46:47 -04007319
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007320fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_int_divbyzero_sigfpe" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007322$as_echo "$gt_cv_int_divbyzero_sigfpe" >&6; }
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007323 case "$gt_cv_int_divbyzero_sigfpe" in
7324 *yes) value=1;;
7325 *) value=0;;
7326 esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007327
7328cat >>confdefs.h <<_ACEOF
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007329#define INTDIV0_RAISES_SIGFPE $value
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007330_ACEOF
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007331
7332
7333
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007335$as_echo_n "checking for unsigned long long... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007336if test "${ac_cv_type_unsigned_long_long+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007337 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007338else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007340/* end confdefs.h. */
7341unsigned long long ull = 1ULL; int i = 63;
7342int
7343main ()
7344{
7345unsigned long long ullmax = (unsigned long long) -1;
7346 return ull << i | ull >> i | ullmax / ull | ullmax % ull;
7347 ;
7348 return 0;
7349}
7350_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007351if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007352 ac_cv_type_unsigned_long_long=yes
7353else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007354 ac_cv_type_unsigned_long_long=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007355fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007356rm -f core conftest.err conftest.$ac_objext \
7357 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007358fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007359{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007360$as_echo "$ac_cv_type_unsigned_long_long" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007361 if test $ac_cv_type_unsigned_long_long = yes; then
7362
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007363$as_echo "#define HAVE_UNSIGNED_LONG_LONG 1" >>confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007364
7365 fi
7366
7367
7368
7369
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007370 if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007371
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007372 test $ac_cv_type_unsigned_long_long = yes \
7373 && ac_type='unsigned long long' \
7374 || ac_type='unsigned long'
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007375
7376cat >>confdefs.h <<_ACEOF
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007377#define uintmax_t $ac_type
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007378_ACEOF
7379
7380 else
7381
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007382$as_echo "#define HAVE_UINTMAX_T 1" >>confdefs.h
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007383
7384 fi
7385
Theodore Ts'o07a0db12003-07-05 14:50:24 -04007386
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007388$as_echo_n "checking for inttypes.h... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007389if test "${gt_cv_header_inttypes_h+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007390 $as_echo_n "(cached) " >&6
Theodore Ts'o93636bd2003-07-12 02:45:05 -04007391else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007392
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007394/* end confdefs.h. */
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007395#include <sys/types.h>
7396#include <inttypes.h>
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007397int
7398main ()
7399{
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007400
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007401 ;
7402 return 0;
7403}
7404_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007405if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007406 gt_cv_header_inttypes_h=yes
7407else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007408 gt_cv_header_inttypes_h=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007409fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04007410rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007411
7412fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007413{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_header_inttypes_h" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007414$as_echo "$gt_cv_header_inttypes_h" >&6; }
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007415 if test $gt_cv_header_inttypes_h = yes; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007416
7417cat >>confdefs.h <<_ACEOF
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007418#define HAVE_INTTYPES_H 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007419_ACEOF
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007420
7421 fi
7422
Theodore Ts'o07a0db12003-07-05 14:50:24 -04007423
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007424
Theodore Ts'o93636bd2003-07-12 02:45:05 -04007425 if test $gt_cv_header_inttypes_h = yes; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the inttypes.h PRIxNN macros are broken" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007427$as_echo_n "checking whether the inttypes.h PRIxNN macros are broken... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007428if test "${gt_cv_inttypes_pri_broken+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007429 $as_echo_n "(cached) " >&6
Theodore Ts'o93636bd2003-07-12 02:45:05 -04007430else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007431
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007433/* end confdefs.h. */
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007434#include <inttypes.h>
7435#ifdef PRId32
7436char *p = PRId32;
7437#endif
7438
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007439int
7440main ()
7441{
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007442
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007443 ;
7444 return 0;
7445}
7446_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007447if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007448 gt_cv_inttypes_pri_broken=no
7449else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007450 gt_cv_inttypes_pri_broken=yes
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007451fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04007452rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007453
7454fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_inttypes_pri_broken" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007456$as_echo "$gt_cv_inttypes_pri_broken" >&6; }
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007457 fi
7458 if test "$gt_cv_inttypes_pri_broken" = yes; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007459
7460cat >>confdefs.h <<_ACEOF
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007461#define PRI_MACROS_BROKEN 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007462_ACEOF
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007463
7464 fi
7465
7466
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007467 for ac_header in stdint.h
7468do :
7469 ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
7470if test "x$ac_cv_header_stdint_h" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007471 cat >>confdefs.h <<_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007472#define HAVE_STDINT_H 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007473_ACEOF
7474
7475fi
7476
7477done
7478
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007480$as_echo_n "checking for SIZE_MAX... " >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007481 result=
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007483/* end confdefs.h. */
7484
7485#include <limits.h>
7486#if HAVE_STDINT_H
7487#include <stdint.h>
7488#endif
7489#ifdef SIZE_MAX
7490Found it
7491#endif
7492
7493_ACEOF
7494if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007495 $EGREP "Found it" >/dev/null 2>&1; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007496 result=yes
7497fi
7498rm -f conftest*
7499
7500 if test -z "$result"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007501 if ac_fn_c_compute_int "$LINENO" "~(size_t)0 / 10" "res_hi" "#include <stddef.h>"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007502
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007503else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007504 result=?
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007505fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04007506
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007507
7508 if ac_fn_c_compute_int "$LINENO" "~(size_t)0 % 10" "res_lo" "#include <stddef.h>"; then :
7509
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007510else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007511 result=?
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007512fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04007513
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007514
7515 if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) <= sizeof (unsigned int)" "fits_in_uint" "#include <stddef.h>"; then :
7516
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007517else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007518 result=?
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007519fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04007520
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04007521
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007522 if test "$fits_in_uint" = 1; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007524/* end confdefs.h. */
7525#include <stddef.h>
7526 extern size_t foo;
7527 extern unsigned long foo;
7528
7529int
7530main ()
7531{
7532
7533 ;
7534 return 0;
7535}
7536_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007537if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007538 fits_in_uint=0
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007539fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04007540rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007541 fi
7542 if test -z "$result"; then
7543 if test "$fits_in_uint" = 1; then
7544 result="$res_hi$res_lo"U
7545 else
7546 result="$res_hi$res_lo"UL
7547 fi
7548 else
7549 result='~(size_t)0'
7550 fi
7551 fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $result" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007553$as_echo "$result" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007554 if test "$result" != yes; then
7555
7556cat >>confdefs.h <<_ACEOF
7557#define SIZE_MAX $result
7558_ACEOF
7559
7560 fi
7561
7562
7563
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007564 for ac_header in stdint.h
7565do :
7566 ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
7567if test "x$ac_cv_header_stdint_h" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007568 cat >>confdefs.h <<_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007569#define HAVE_STDINT_H 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007570_ACEOF
7571
7572fi
7573
7574done
7575
7576
7577
7578 if test "X$prefix" = "XNONE"; then
7579 acl_final_prefix="$ac_default_prefix"
7580 else
7581 acl_final_prefix="$prefix"
7582 fi
7583 if test "X$exec_prefix" = "XNONE"; then
7584 acl_final_exec_prefix='${prefix}'
7585 else
7586 acl_final_exec_prefix="$exec_prefix"
7587 fi
7588 acl_save_prefix="$prefix"
7589 prefix="$acl_final_prefix"
7590 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
7591 prefix="$acl_save_prefix"
7592
7593
Theodore Ts'oe1052142006-10-21 21:46:47 -04007594# Check whether --with-gnu-ld was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007595if test "${with_gnu_ld+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04007596 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007597else
7598 with_gnu_ld=no
Theodore Ts'oe1052142006-10-21 21:46:47 -04007599fi
7600
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007601# Prepare PATH_SEPARATOR.
7602# The user is always right.
7603if test "${PATH_SEPARATOR+set}" != set; then
7604 echo "#! /bin/sh" >conf$$.sh
7605 echo "exit 0" >>conf$$.sh
7606 chmod +x conf$$.sh
7607 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7608 PATH_SEPARATOR=';'
7609 else
7610 PATH_SEPARATOR=:
7611 fi
7612 rm -f conf$$.sh
7613fi
7614ac_prog=ld
7615if test "$GCC" = yes; then
7616 # Check if gcc -print-prog-name=ld gives a path.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007618$as_echo_n "checking for ld used by GCC... " >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007619 case $host in
7620 *-*-mingw*)
7621 # gcc leaves a trailing carriage return which upsets mingw
7622 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
7623 *)
7624 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
7625 esac
7626 case $ac_prog in
7627 # Accept absolute paths.
7628 [\\/]* | [A-Za-z]:[\\/]*)
7629 re_direlt='/[^/][^/]*/\.\./'
7630 # Canonicalize the path of ld
7631 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
7632 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
7633 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
7634 done
7635 test -z "$LD" && LD="$ac_prog"
7636 ;;
7637 "")
7638 # If it fails, then pretend we aren't using GCC.
7639 ac_prog=ld
7640 ;;
7641 *)
7642 # If it is relative, then search for the first ld in PATH.
7643 with_gnu_ld=unknown
7644 ;;
7645 esac
7646elif test "$with_gnu_ld" = yes; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007648$as_echo_n "checking for GNU ld... " >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007649else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007651$as_echo_n "checking for non-GNU ld... " >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007652fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007653if test "${acl_cv_path_LD+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007654 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007655else
7656 if test -z "$LD"; then
7657 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
7658 for ac_dir in $PATH; do
7659 test -z "$ac_dir" && ac_dir=.
7660 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
7661 acl_cv_path_LD="$ac_dir/$ac_prog"
7662 # Check to see if the program is GNU ld. I'd rather use --version,
7663 # but apparently some GNU ld's only accept -v.
7664 # Break only if it was the GNU/non-GNU ld that we prefer.
7665 case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
7666 *GNU* | *'with BFD'*)
7667 test "$with_gnu_ld" != no && break ;;
7668 *)
7669 test "$with_gnu_ld" != yes && break ;;
7670 esac
7671 fi
7672 done
7673 IFS="$ac_save_ifs"
7674else
7675 acl_cv_path_LD="$LD" # Let the user override the test with a path.
7676fi
7677fi
7678
7679LD="$acl_cv_path_LD"
7680if test -n "$LD"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007682$as_echo "$LD" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007683else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007685$as_echo "no" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007686fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007687test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
7688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007689$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007690if test "${acl_cv_prog_gnu_ld+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007691 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007692else
7693 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
7694case `$LD -v 2>&1 </dev/null` in
7695*GNU* | *'with BFD'*)
7696 acl_cv_prog_gnu_ld=yes ;;
7697*)
7698 acl_cv_prog_gnu_ld=no ;;
7699esac
7700fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007702$as_echo "$acl_cv_prog_gnu_ld" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007703with_gnu_ld=$acl_cv_prog_gnu_ld
7704
7705
7706
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007708$as_echo_n "checking for shared library run path origin... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007709if test "${acl_cv_rpath+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007710 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007711else
7712
7713 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
7714 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
7715 . ./conftest.sh
7716 rm -f ./conftest.sh
7717 acl_cv_rpath=done
7718
7719fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01007721$as_echo "$acl_cv_rpath" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007722 wl="$acl_cv_wl"
7723 libext="$acl_cv_libext"
7724 shlibext="$acl_cv_shlibext"
7725 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
7726 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
7727 hardcode_direct="$acl_cv_hardcode_direct"
7728 hardcode_minus_L="$acl_cv_hardcode_minus_L"
Theodore Ts'oe1052142006-10-21 21:46:47 -04007729 # Check whether --enable-rpath was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007730if test "${enable_rpath+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04007731 enableval=$enable_rpath; :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007732else
7733 enable_rpath=yes
Theodore Ts'oe1052142006-10-21 21:46:47 -04007734fi
7735
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007736
7737
7738
7739
7740
7741
7742
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007743 use_additional=yes
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007744
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007745 acl_save_prefix="$prefix"
7746 prefix="$acl_final_prefix"
7747 acl_save_exec_prefix="$exec_prefix"
7748 exec_prefix="$acl_final_exec_prefix"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007749
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007750 eval additional_includedir=\"$includedir\"
7751 eval additional_libdir=\"$libdir\"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007752
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007753 exec_prefix="$acl_save_exec_prefix"
7754 prefix="$acl_save_prefix"
7755
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007756
Theodore Ts'oe1052142006-10-21 21:46:47 -04007757# Check whether --with-libiconv-prefix was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05007758if test "${with_libiconv_prefix+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04007759 withval=$with_libiconv_prefix;
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007760 if test "X$withval" = "Xno"; then
7761 use_additional=no
7762 else
7763 if test "X$withval" = "X"; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007764
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007765 acl_save_prefix="$prefix"
7766 prefix="$acl_final_prefix"
7767 acl_save_exec_prefix="$exec_prefix"
7768 exec_prefix="$acl_final_exec_prefix"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007769
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007770 eval additional_includedir=\"$includedir\"
7771 eval additional_libdir=\"$libdir\"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007772
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007773 exec_prefix="$acl_save_exec_prefix"
7774 prefix="$acl_save_prefix"
7775
7776 else
7777 additional_includedir="$withval/include"
7778 additional_libdir="$withval/lib"
7779 fi
7780 fi
7781
Theodore Ts'oe1052142006-10-21 21:46:47 -04007782fi
7783
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007784 LIBICONV=
7785 LTLIBICONV=
7786 INCICONV=
7787 rpathdirs=
7788 ltrpathdirs=
7789 names_already_handled=
7790 names_next_round='iconv '
7791 while test -n "$names_next_round"; do
7792 names_this_round="$names_next_round"
7793 names_next_round=
7794 for name in $names_this_round; do
7795 already_handled=
7796 for n in $names_already_handled; do
7797 if test "$n" = "$name"; then
7798 already_handled=yes
7799 break
7800 fi
7801 done
7802 if test -z "$already_handled"; then
7803 names_already_handled="$names_already_handled $name"
7804 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
7805 eval value=\"\$HAVE_LIB$uppername\"
7806 if test -n "$value"; then
7807 if test "$value" = yes; then
7808 eval value=\"\$LIB$uppername\"
7809 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
7810 eval value=\"\$LTLIB$uppername\"
7811 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
7812 else
7813 :
7814 fi
7815 else
7816 found_dir=
7817 found_la=
7818 found_so=
7819 found_a=
7820 if test $use_additional = yes; then
7821 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
7822 found_dir="$additional_libdir"
7823 found_so="$additional_libdir/lib$name.$shlibext"
7824 if test -f "$additional_libdir/lib$name.la"; then
7825 found_la="$additional_libdir/lib$name.la"
7826 fi
7827 else
7828 if test -f "$additional_libdir/lib$name.$libext"; then
7829 found_dir="$additional_libdir"
7830 found_a="$additional_libdir/lib$name.$libext"
7831 if test -f "$additional_libdir/lib$name.la"; then
7832 found_la="$additional_libdir/lib$name.la"
7833 fi
7834 fi
7835 fi
7836 fi
7837 if test "X$found_dir" = "X"; then
7838 for x in $LDFLAGS $LTLIBICONV; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007839
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007840 acl_save_prefix="$prefix"
7841 prefix="$acl_final_prefix"
7842 acl_save_exec_prefix="$exec_prefix"
7843 exec_prefix="$acl_final_exec_prefix"
7844 eval x=\"$x\"
7845 exec_prefix="$acl_save_exec_prefix"
7846 prefix="$acl_save_prefix"
7847
7848 case "$x" in
7849 -L*)
7850 dir=`echo "X$x" | sed -e 's/^X-L//'`
7851 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
7852 found_dir="$dir"
7853 found_so="$dir/lib$name.$shlibext"
7854 if test -f "$dir/lib$name.la"; then
7855 found_la="$dir/lib$name.la"
7856 fi
7857 else
7858 if test -f "$dir/lib$name.$libext"; then
7859 found_dir="$dir"
7860 found_a="$dir/lib$name.$libext"
7861 if test -f "$dir/lib$name.la"; then
7862 found_la="$dir/lib$name.la"
7863 fi
7864 fi
7865 fi
7866 ;;
7867 esac
7868 if test "X$found_dir" != "X"; then
7869 break
7870 fi
7871 done
7872 fi
7873 if test "X$found_dir" != "X"; then
7874 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
7875 if test "X$found_so" != "X"; then
7876 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
7877 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
7878 else
7879 haveit=
7880 for x in $ltrpathdirs; do
7881 if test "X$x" = "X$found_dir"; then
7882 haveit=yes
7883 break
7884 fi
7885 done
7886 if test -z "$haveit"; then
7887 ltrpathdirs="$ltrpathdirs $found_dir"
7888 fi
7889 if test "$hardcode_direct" = yes; then
7890 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
7891 else
7892 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
7893 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
7894 haveit=
7895 for x in $rpathdirs; do
7896 if test "X$x" = "X$found_dir"; then
7897 haveit=yes
7898 break
7899 fi
7900 done
7901 if test -z "$haveit"; then
7902 rpathdirs="$rpathdirs $found_dir"
7903 fi
7904 else
7905 haveit=
7906 for x in $LDFLAGS $LIBICONV; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007907
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007908 acl_save_prefix="$prefix"
7909 prefix="$acl_final_prefix"
7910 acl_save_exec_prefix="$exec_prefix"
7911 exec_prefix="$acl_final_exec_prefix"
7912 eval x=\"$x\"
7913 exec_prefix="$acl_save_exec_prefix"
7914 prefix="$acl_save_prefix"
7915
7916 if test "X$x" = "X-L$found_dir"; then
7917 haveit=yes
7918 break
7919 fi
7920 done
7921 if test -z "$haveit"; then
7922 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
7923 fi
7924 if test "$hardcode_minus_L" != no; then
7925 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
7926 else
7927 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
7928 fi
7929 fi
7930 fi
7931 fi
7932 else
7933 if test "X$found_a" != "X"; then
7934 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
7935 else
7936 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
7937 fi
7938 fi
7939 additional_includedir=
7940 case "$found_dir" in
7941 */lib | */lib/)
7942 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
7943 additional_includedir="$basedir/include"
7944 ;;
7945 esac
7946 if test "X$additional_includedir" != "X"; then
7947 if test "X$additional_includedir" != "X/usr/include"; then
7948 haveit=
7949 if test "X$additional_includedir" = "X/usr/local/include"; then
7950 if test -n "$GCC"; then
7951 case $host_os in
7952 linux*) haveit=yes;;
7953 esac
7954 fi
7955 fi
7956 if test -z "$haveit"; then
7957 for x in $CPPFLAGS $INCICONV; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05007958
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007959 acl_save_prefix="$prefix"
7960 prefix="$acl_final_prefix"
7961 acl_save_exec_prefix="$exec_prefix"
7962 exec_prefix="$acl_final_exec_prefix"
7963 eval x=\"$x\"
7964 exec_prefix="$acl_save_exec_prefix"
7965 prefix="$acl_save_prefix"
7966
7967 if test "X$x" = "X-I$additional_includedir"; then
7968 haveit=yes
7969 break
7970 fi
7971 done
7972 if test -z "$haveit"; then
7973 if test -d "$additional_includedir"; then
7974 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
7975 fi
7976 fi
7977 fi
7978 fi
7979 fi
7980 if test -n "$found_la"; then
7981 save_libdir="$libdir"
7982 case "$found_la" in
7983 */* | *\\*) . "$found_la" ;;
7984 *) . "./$found_la" ;;
7985 esac
7986 libdir="$save_libdir"
7987 for dep in $dependency_libs; do
7988 case "$dep" in
7989 -L*)
7990 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
7991 if test "X$additional_libdir" != "X/usr/lib"; then
7992 haveit=
7993 if test "X$additional_libdir" = "X/usr/local/lib"; then
7994 if test -n "$GCC"; then
7995 case $host_os in
7996 linux*) haveit=yes;;
7997 esac
7998 fi
7999 fi
8000 if test -z "$haveit"; then
8001 haveit=
8002 for x in $LDFLAGS $LIBICONV; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008003
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008004 acl_save_prefix="$prefix"
8005 prefix="$acl_final_prefix"
8006 acl_save_exec_prefix="$exec_prefix"
8007 exec_prefix="$acl_final_exec_prefix"
8008 eval x=\"$x\"
8009 exec_prefix="$acl_save_exec_prefix"
8010 prefix="$acl_save_prefix"
8011
8012 if test "X$x" = "X-L$additional_libdir"; then
8013 haveit=yes
8014 break
8015 fi
8016 done
8017 if test -z "$haveit"; then
8018 if test -d "$additional_libdir"; then
8019 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
8020 fi
8021 fi
8022 haveit=
8023 for x in $LDFLAGS $LTLIBICONV; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008024
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008025 acl_save_prefix="$prefix"
8026 prefix="$acl_final_prefix"
8027 acl_save_exec_prefix="$exec_prefix"
8028 exec_prefix="$acl_final_exec_prefix"
8029 eval x=\"$x\"
8030 exec_prefix="$acl_save_exec_prefix"
8031 prefix="$acl_save_prefix"
8032
8033 if test "X$x" = "X-L$additional_libdir"; then
8034 haveit=yes
8035 break
8036 fi
8037 done
8038 if test -z "$haveit"; then
8039 if test -d "$additional_libdir"; then
8040 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
8041 fi
8042 fi
8043 fi
8044 fi
8045 ;;
8046 -R*)
8047 dir=`echo "X$dep" | sed -e 's/^X-R//'`
8048 if test "$enable_rpath" != no; then
8049 haveit=
8050 for x in $rpathdirs; do
8051 if test "X$x" = "X$dir"; then
8052 haveit=yes
8053 break
8054 fi
8055 done
8056 if test -z "$haveit"; then
8057 rpathdirs="$rpathdirs $dir"
8058 fi
8059 haveit=
8060 for x in $ltrpathdirs; do
8061 if test "X$x" = "X$dir"; then
8062 haveit=yes
8063 break
8064 fi
8065 done
8066 if test -z "$haveit"; then
8067 ltrpathdirs="$ltrpathdirs $dir"
8068 fi
8069 fi
8070 ;;
8071 -l*)
8072 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
8073 ;;
8074 *.la)
8075 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
8076 ;;
8077 *)
8078 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
8079 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
8080 ;;
8081 esac
8082 done
8083 fi
8084 else
8085 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
8086 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
8087 fi
8088 fi
8089 fi
8090 done
8091 done
8092 if test "X$rpathdirs" != "X"; then
8093 if test -n "$hardcode_libdir_separator"; then
8094 alldirs=
8095 for found_dir in $rpathdirs; do
8096 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
8097 done
8098 acl_save_libdir="$libdir"
8099 libdir="$alldirs"
8100 eval flag=\"$hardcode_libdir_flag_spec\"
8101 libdir="$acl_save_libdir"
8102 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
8103 else
8104 for found_dir in $rpathdirs; do
8105 acl_save_libdir="$libdir"
8106 libdir="$found_dir"
8107 eval flag=\"$hardcode_libdir_flag_spec\"
8108 libdir="$acl_save_libdir"
8109 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
8110 done
8111 fi
8112 fi
8113 if test "X$ltrpathdirs" != "X"; then
8114 for found_dir in $ltrpathdirs; do
8115 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
8116 done
8117 fi
8118
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008119
8120
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008121
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008122
8123
8124
8125
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008126 ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default"
8127if test "x$ac_cv_type_ptrdiff_t" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008128
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008129else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008130
8131$as_echo "#define ptrdiff_t long" >>confdefs.h
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008132
8133
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008134fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04008135
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008136 for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008137stdlib.h string.h unistd.h sys/param.h
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008138do :
8139 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8140ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8141eval as_val=\$$as_ac_Header
8142 if test "x$as_val" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008143 cat >>confdefs.h <<_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008144#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008145_ACEOF
8146
8147fi
8148
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008149done
8150
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008151 for ac_func in asprintf fwprintf getcwd getegid geteuid getgid getuid \
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008152mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \
8153strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \
8154__fsetlocking
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008155do :
8156 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8157ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8158eval as_val=\$$as_ac_var
8159 if test "x$as_val" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008160 cat >>confdefs.h <<_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008161#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008162_ACEOF
8163
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008164fi
8165done
8166
Theodore Ts'o07a0db12003-07-05 14:50:24 -04008167
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008168
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether _snprintf is declared" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008170$as_echo_n "checking whether _snprintf is declared... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008171if test "${ac_cv_have_decl__snprintf+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008172 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008173else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008175/* end confdefs.h. */
8176#include <stdio.h>
8177int
8178main ()
8179{
8180
8181#ifndef _snprintf
8182 char *p = (char *) _snprintf;
8183#endif
8184
8185 ;
8186 return 0;
8187}
8188_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008189if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008190 ac_cv_have_decl__snprintf=yes
8191else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008192 ac_cv_have_decl__snprintf=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008193fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04008194rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008195fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_decl__snprintf" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008197$as_echo "$ac_cv_have_decl__snprintf" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008198 if test $ac_cv_have_decl__snprintf = yes; then
8199 gt_value=1
8200 else
8201 gt_value=0
8202 fi
8203
8204cat >>confdefs.h <<_ACEOF
8205#define HAVE_DECL__SNPRINTF $gt_value
8206_ACEOF
8207
8208
8209
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether _snwprintf is declared" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008211$as_echo_n "checking whether _snwprintf is declared... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008212if test "${ac_cv_have_decl__snwprintf+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008213 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008214else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008216/* end confdefs.h. */
8217#include <stdio.h>
8218int
8219main ()
8220{
8221
8222#ifndef _snwprintf
8223 char *p = (char *) _snwprintf;
8224#endif
8225
8226 ;
8227 return 0;
8228}
8229_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008230if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008231 ac_cv_have_decl__snwprintf=yes
8232else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008233 ac_cv_have_decl__snwprintf=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008234fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04008235rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008236fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008237{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_decl__snwprintf" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008238$as_echo "$ac_cv_have_decl__snwprintf" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008239 if test $ac_cv_have_decl__snwprintf = yes; then
8240 gt_value=1
8241 else
8242 gt_value=0
8243 fi
8244
8245cat >>confdefs.h <<_ACEOF
8246#define HAVE_DECL__SNWPRINTF $gt_value
8247_ACEOF
8248
8249
8250
8251
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether feof_unlocked is declared" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008253$as_echo_n "checking whether feof_unlocked is declared... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008254if test "${ac_cv_have_decl_feof_unlocked+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008255 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008256else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008258/* end confdefs.h. */
8259#include <stdio.h>
8260int
8261main ()
8262{
8263
8264#ifndef feof_unlocked
8265 char *p = (char *) feof_unlocked;
8266#endif
8267
8268 ;
8269 return 0;
8270}
8271_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008272if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008273 ac_cv_have_decl_feof_unlocked=yes
8274else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008275 ac_cv_have_decl_feof_unlocked=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008276fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04008277rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008278fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_decl_feof_unlocked" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008280$as_echo "$ac_cv_have_decl_feof_unlocked" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008281 if test $ac_cv_have_decl_feof_unlocked = yes; then
8282 gt_value=1
8283 else
8284 gt_value=0
8285 fi
8286
8287cat >>confdefs.h <<_ACEOF
8288#define HAVE_DECL_FEOF_UNLOCKED $gt_value
8289_ACEOF
8290
8291
8292
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fgets_unlocked is declared" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008294$as_echo_n "checking whether fgets_unlocked is declared... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008295if test "${ac_cv_have_decl_fgets_unlocked+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008296 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008297else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008299/* end confdefs.h. */
8300#include <stdio.h>
8301int
8302main ()
8303{
8304
8305#ifndef fgets_unlocked
8306 char *p = (char *) fgets_unlocked;
8307#endif
8308
8309 ;
8310 return 0;
8311}
8312_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008313if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008314 ac_cv_have_decl_fgets_unlocked=yes
8315else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008316 ac_cv_have_decl_fgets_unlocked=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008317fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04008318rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008319fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_decl_fgets_unlocked" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008321$as_echo "$ac_cv_have_decl_fgets_unlocked" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008322 if test $ac_cv_have_decl_fgets_unlocked = yes; then
8323 gt_value=1
8324 else
8325 gt_value=0
8326 fi
8327
8328cat >>confdefs.h <<_ACEOF
8329#define HAVE_DECL_FGETS_UNLOCKED $gt_value
8330_ACEOF
8331
8332
8333
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getc_unlocked is declared" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008335$as_echo_n "checking whether getc_unlocked is declared... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008336if test "${ac_cv_have_decl_getc_unlocked+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008337 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008338else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008340/* end confdefs.h. */
8341#include <stdio.h>
8342int
8343main ()
8344{
8345
8346#ifndef getc_unlocked
8347 char *p = (char *) getc_unlocked;
8348#endif
8349
8350 ;
8351 return 0;
8352}
8353_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008354if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008355 ac_cv_have_decl_getc_unlocked=yes
8356else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008357 ac_cv_have_decl_getc_unlocked=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008358fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04008359rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008360fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008361{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_decl_getc_unlocked" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008362$as_echo "$ac_cv_have_decl_getc_unlocked" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008363 if test $ac_cv_have_decl_getc_unlocked = yes; then
8364 gt_value=1
8365 else
8366 gt_value=0
8367 fi
8368
8369cat >>confdefs.h <<_ACEOF
8370#define HAVE_DECL_GETC_UNLOCKED $gt_value
8371_ACEOF
8372
8373
8374
8375 case $gt_cv_func_printf_posix in
8376 *yes) HAVE_POSIX_PRINTF=1 ;;
8377 *) HAVE_POSIX_PRINTF=0 ;;
8378 esac
8379
8380 if test "$ac_cv_func_asprintf" = yes; then
8381 HAVE_ASPRINTF=1
8382 else
8383 HAVE_ASPRINTF=0
8384 fi
8385
8386 if test "$ac_cv_func_snprintf" = yes; then
8387 HAVE_SNPRINTF=1
8388 else
8389 HAVE_SNPRINTF=0
8390 fi
8391
8392 if test "$ac_cv_func_wprintf" = yes; then
8393 HAVE_WPRINTF=1
8394 else
8395 HAVE_WPRINTF=0
8396 fi
8397
8398
8399
8400
8401
8402
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008403
8404 am_save_CPPFLAGS="$CPPFLAGS"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008405
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008406 for element in $INCICONV; do
8407 haveit=
8408 for x in $CPPFLAGS; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008409
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008410 acl_save_prefix="$prefix"
8411 prefix="$acl_final_prefix"
8412 acl_save_exec_prefix="$exec_prefix"
8413 exec_prefix="$acl_final_exec_prefix"
8414 eval x=\"$x\"
8415 exec_prefix="$acl_save_exec_prefix"
8416 prefix="$acl_save_prefix"
8417
8418 if test "X$x" = "X$element"; then
8419 haveit=yes
8420 break
8421 fi
8422 done
8423 if test -z "$haveit"; then
8424 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
8425 fi
8426 done
8427
Theodore Ts'o07a0db12003-07-05 14:50:24 -04008428
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008430$as_echo_n "checking for iconv... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008431if test "${am_cv_func_iconv+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008432 $as_echo_n "(cached) " >&6
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008433else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008434
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008435 am_cv_func_iconv="no, consider installing GNU libiconv"
8436 am_cv_lib_iconv=no
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008438/* end confdefs.h. */
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008439#include <stdlib.h>
8440#include <iconv.h>
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008441int
8442main ()
8443{
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008444iconv_t cd = iconv_open("","");
8445 iconv(cd,NULL,NULL,NULL,NULL);
8446 iconv_close(cd);
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008447 ;
8448 return 0;
8449}
8450_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008451if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008452 am_cv_func_iconv=yes
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008453fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008454rm -f core conftest.err conftest.$ac_objext \
8455 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008456 if test "$am_cv_func_iconv" != yes; then
8457 am_save_LIBS="$LIBS"
8458 LIBS="$LIBS $LIBICONV"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008460/* end confdefs.h. */
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008461#include <stdlib.h>
8462#include <iconv.h>
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008463int
8464main ()
8465{
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008466iconv_t cd = iconv_open("","");
8467 iconv(cd,NULL,NULL,NULL,NULL);
8468 iconv_close(cd);
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008469 ;
8470 return 0;
8471}
8472_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008473if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008474 am_cv_lib_iconv=yes
8475 am_cv_func_iconv=yes
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008476fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008477rm -f core conftest.err conftest.$ac_objext \
8478 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008479 LIBS="$am_save_LIBS"
8480 fi
Theodore Ts'o07a0db12003-07-05 14:50:24 -04008481
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008482fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008483{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008484$as_echo "$am_cv_func_iconv" >&6; }
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008485 if test "$am_cv_func_iconv" = yes; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008486
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008487$as_echo "#define HAVE_ICONV 1" >>confdefs.h
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008488
8489 fi
8490 if test "$am_cv_lib_iconv" = yes; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008492$as_echo_n "checking how to link with libiconv... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008494$as_echo "$LIBICONV" >&6; }
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008495 else
8496 CPPFLAGS="$am_save_CPPFLAGS"
8497 LIBICONV=
8498 LTLIBICONV=
8499 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008500
8501
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008502
8503 if test "$am_cv_func_iconv" = yes; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008505$as_echo_n "checking for iconv declaration... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008506 if test "${am_cv_proto_iconv+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008507 $as_echo_n "(cached) " >&6
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008508else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008509
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008511/* end confdefs.h. */
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008512
8513#include <stdlib.h>
8514#include <iconv.h>
8515extern
8516#ifdef __cplusplus
8517"C"
8518#endif
8519#if defined(__STDC__) || defined(__cplusplus)
8520size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
8521#else
8522size_t iconv();
8523#endif
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008524
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008525int
8526main ()
8527{
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008528
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008529 ;
8530 return 0;
8531}
8532_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008533if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008534 am_cv_proto_iconv_arg1=""
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008535else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008536 am_cv_proto_iconv_arg1="const"
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008537fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04008538rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008539 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008540fi
8541
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008542 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008544 }$am_cv_proto_iconv" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008545$as_echo "${ac_t:-
Theodore Ts'oe1052142006-10-21 21:46:47 -04008546 }$am_cv_proto_iconv" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008547
8548cat >>confdefs.h <<_ACEOF
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008549#define ICONV_CONST $am_cv_proto_iconv_arg1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008550_ACEOF
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008551
8552 fi
8553
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008554
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008556$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008557if test "${am_cv_langinfo_codeset+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008558 $as_echo_n "(cached) " >&6
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008559else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008561/* end confdefs.h. */
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008562#include <langinfo.h>
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008563int
8564main ()
8565{
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008566char* cs = nl_langinfo(CODESET);
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008567 ;
8568 return 0;
8569}
8570_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008571if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008572 am_cv_langinfo_codeset=yes
8573else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008574 am_cv_langinfo_codeset=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008575fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008576rm -f core conftest.err conftest.$ac_objext \
8577 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008578
8579fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008580{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008581$as_echo "$am_cv_langinfo_codeset" >&6; }
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008582 if test $am_cv_langinfo_codeset = yes; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008583
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008584$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008585
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008586 fi
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008587
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008588 if test $ac_cv_header_locale_h = yes; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008589
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008591$as_echo_n "checking for LC_MESSAGES... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008592if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008593 $as_echo_n "(cached) " >&6
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008594else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008596/* end confdefs.h. */
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008597#include <locale.h>
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008598int
8599main ()
8600{
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008601return LC_MESSAGES
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008602 ;
8603 return 0;
8604}
8605_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008606if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008607 am_cv_val_LC_MESSAGES=yes
8608else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008609 am_cv_val_LC_MESSAGES=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008610fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008611rm -f core conftest.err conftest.$ac_objext \
8612 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008613fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008614{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008615$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008616 if test $am_cv_val_LC_MESSAGES = yes; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008617
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008618$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008619
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008620 fi
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008621
8622 fi
8623
8624 for ac_prog in bison
8625do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008626 # Extract the first word of "$ac_prog", so it can be a program name with args.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008627set dummy $ac_prog; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008629$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008630if test "${ac_cv_prog_INTLBISON+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008631 $as_echo_n "(cached) " >&6
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008632else
8633 if test -n "$INTLBISON"; then
8634 ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test.
8635else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008636as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8637for as_dir in $PATH
8638do
8639 IFS=$as_save_IFS
8640 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008641 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04008642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008643 ac_cv_prog_INTLBISON="$ac_prog"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008645 break 2
8646 fi
8647done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008648 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04008649IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008650
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008651fi
8652fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008653INTLBISON=$ac_cv_prog_INTLBISON
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008654if test -n "$INTLBISON"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLBISON" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008656$as_echo "$INTLBISON" >&6; }
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008657else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008659$as_echo "no" >&6; }
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008660fi
8661
Theodore Ts'oe1052142006-10-21 21:46:47 -04008662
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008663 test -n "$INTLBISON" && break
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008664done
8665
8666 if test -z "$INTLBISON"; then
8667 ac_verc_fail=yes
8668 else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of bison" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008670$as_echo_n "checking version of bison... " >&6; }
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008671 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
8672 case $ac_prog_version in
8673 '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
8674 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
8675 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
8676 *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
8677 esac
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008679$as_echo "$ac_prog_version" >&6; }
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008680 fi
8681 if test $ac_verc_fail = yes; then
8682 INTLBISON=:
8683 fi
8684
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008685
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008686
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008687
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008688
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008689
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008690
8691
8692
8693
8694
8695
8696
8697
8698
8699
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008701$as_echo_n "checking whether NLS is requested... " >&6; }
Theodore Ts'oe1052142006-10-21 21:46:47 -04008702 # Check whether --enable-nls was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008703if test "${enable_nls+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04008704 enableval=$enable_nls; USE_NLS=$enableval
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008705else
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008706 USE_NLS=yes
Theodore Ts'oe1052142006-10-21 21:46:47 -04008707fi
8708
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008710$as_echo "$USE_NLS" >&6; }
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008711
Theodore Ts'o93636bd2003-07-12 02:45:05 -04008712
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008713
8714
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008715 BUILD_INCLUDED_LIBINTL=no
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008716 USE_INCLUDED_LIBINTL=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008717
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008718 LIBINTL=
8719 LTLIBINTL=
8720 POSUB=
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008721
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008722 if test "$USE_NLS" = "yes"; then
8723 gt_use_preinstalled_gnugettext=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008724
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether included gettext is requested" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008726$as_echo_n "checking whether included gettext is requested... " >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008727
Theodore Ts'oe1052142006-10-21 21:46:47 -04008728# Check whether --with-included-gettext was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008729if test "${with_included_gettext+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04008730 withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008731else
8732 nls_cv_force_use_gnu_gettext=no
Theodore Ts'oe1052142006-10-21 21:46:47 -04008733fi
8734
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $nls_cv_force_use_gnu_gettext" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008736$as_echo "$nls_cv_force_use_gnu_gettext" >&6; }
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008737
8738 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
8739 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008740
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008741
8742
8743
8744
8745
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008747$as_echo_n "checking for GNU gettext in libc... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008748if test "${gt_cv_func_gnugettext1_libc+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008749 $as_echo_n "(cached) " >&6
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008750else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008752/* end confdefs.h. */
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008753#include <libintl.h>
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008754extern int _nl_msg_cat_cntr;
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008755extern int *_nl_domain_bindings;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008756int
8757main ()
8758{
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008759bindtextdomain ("", "");
8760return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008761 ;
8762 return 0;
8763}
8764_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008765if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008766 gt_cv_func_gnugettext1_libc=yes
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008767else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008768 gt_cv_func_gnugettext1_libc=no
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008769fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008770rm -f core conftest.err conftest.$ac_objext \
8771 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008772fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_gnugettext1_libc" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01008774$as_echo "$gt_cv_func_gnugettext1_libc" >&6; }
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008775
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008776 if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008777
8778
8779
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008780 use_additional=yes
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008781
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008782 acl_save_prefix="$prefix"
8783 prefix="$acl_final_prefix"
8784 acl_save_exec_prefix="$exec_prefix"
8785 exec_prefix="$acl_final_exec_prefix"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008786
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008787 eval additional_includedir=\"$includedir\"
8788 eval additional_libdir=\"$libdir\"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008789
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008790 exec_prefix="$acl_save_exec_prefix"
8791 prefix="$acl_save_prefix"
8792
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008793
Theodore Ts'oe1052142006-10-21 21:46:47 -04008794# Check whether --with-libintl-prefix was given.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05008795if test "${with_libintl_prefix+set}" = set; then :
Theodore Ts'oe1052142006-10-21 21:46:47 -04008796 withval=$with_libintl_prefix;
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008797 if test "X$withval" = "Xno"; then
8798 use_additional=no
8799 else
8800 if test "X$withval" = "X"; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008801
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008802 acl_save_prefix="$prefix"
8803 prefix="$acl_final_prefix"
8804 acl_save_exec_prefix="$exec_prefix"
8805 exec_prefix="$acl_final_exec_prefix"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008806
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008807 eval additional_includedir=\"$includedir\"
8808 eval additional_libdir=\"$libdir\"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008809
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008810 exec_prefix="$acl_save_exec_prefix"
8811 prefix="$acl_save_prefix"
8812
8813 else
8814 additional_includedir="$withval/include"
8815 additional_libdir="$withval/lib"
8816 fi
8817 fi
8818
Theodore Ts'oe1052142006-10-21 21:46:47 -04008819fi
8820
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008821 LIBINTL=
8822 LTLIBINTL=
8823 INCINTL=
8824 rpathdirs=
8825 ltrpathdirs=
8826 names_already_handled=
8827 names_next_round='intl '
8828 while test -n "$names_next_round"; do
8829 names_this_round="$names_next_round"
8830 names_next_round=
8831 for name in $names_this_round; do
8832 already_handled=
8833 for n in $names_already_handled; do
8834 if test "$n" = "$name"; then
8835 already_handled=yes
8836 break
8837 fi
8838 done
8839 if test -z "$already_handled"; then
8840 names_already_handled="$names_already_handled $name"
8841 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
8842 eval value=\"\$HAVE_LIB$uppername\"
8843 if test -n "$value"; then
8844 if test "$value" = yes; then
8845 eval value=\"\$LIB$uppername\"
8846 test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
8847 eval value=\"\$LTLIB$uppername\"
8848 test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
8849 else
8850 :
8851 fi
8852 else
8853 found_dir=
8854 found_la=
8855 found_so=
8856 found_a=
8857 if test $use_additional = yes; then
8858 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
8859 found_dir="$additional_libdir"
8860 found_so="$additional_libdir/lib$name.$shlibext"
8861 if test -f "$additional_libdir/lib$name.la"; then
8862 found_la="$additional_libdir/lib$name.la"
8863 fi
8864 else
8865 if test -f "$additional_libdir/lib$name.$libext"; then
8866 found_dir="$additional_libdir"
8867 found_a="$additional_libdir/lib$name.$libext"
8868 if test -f "$additional_libdir/lib$name.la"; then
8869 found_la="$additional_libdir/lib$name.la"
8870 fi
8871 fi
8872 fi
8873 fi
8874 if test "X$found_dir" = "X"; then
8875 for x in $LDFLAGS $LTLIBINTL; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008876
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008877 acl_save_prefix="$prefix"
8878 prefix="$acl_final_prefix"
8879 acl_save_exec_prefix="$exec_prefix"
8880 exec_prefix="$acl_final_exec_prefix"
8881 eval x=\"$x\"
8882 exec_prefix="$acl_save_exec_prefix"
8883 prefix="$acl_save_prefix"
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00008884
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008885 case "$x" in
8886 -L*)
8887 dir=`echo "X$x" | sed -e 's/^X-L//'`
8888 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
8889 found_dir="$dir"
8890 found_so="$dir/lib$name.$shlibext"
8891 if test -f "$dir/lib$name.la"; then
8892 found_la="$dir/lib$name.la"
8893 fi
8894 else
8895 if test -f "$dir/lib$name.$libext"; then
8896 found_dir="$dir"
8897 found_a="$dir/lib$name.$libext"
8898 if test -f "$dir/lib$name.la"; then
8899 found_la="$dir/lib$name.la"
8900 fi
8901 fi
8902 fi
8903 ;;
8904 esac
8905 if test "X$found_dir" != "X"; then
8906 break
8907 fi
8908 done
8909 fi
8910 if test "X$found_dir" != "X"; then
8911 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
8912 if test "X$found_so" != "X"; then
8913 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
8914 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
8915 else
8916 haveit=
8917 for x in $ltrpathdirs; do
8918 if test "X$x" = "X$found_dir"; then
8919 haveit=yes
8920 break
8921 fi
8922 done
8923 if test -z "$haveit"; then
8924 ltrpathdirs="$ltrpathdirs $found_dir"
8925 fi
8926 if test "$hardcode_direct" = yes; then
8927 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
8928 else
8929 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
8930 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
8931 haveit=
8932 for x in $rpathdirs; do
8933 if test "X$x" = "X$found_dir"; then
8934 haveit=yes
8935 break
8936 fi
8937 done
8938 if test -z "$haveit"; then
8939 rpathdirs="$rpathdirs $found_dir"
8940 fi
8941 else
8942 haveit=
8943 for x in $LDFLAGS $LIBINTL; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008944
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008945 acl_save_prefix="$prefix"
8946 prefix="$acl_final_prefix"
8947 acl_save_exec_prefix="$exec_prefix"
8948 exec_prefix="$acl_final_exec_prefix"
8949 eval x=\"$x\"
8950 exec_prefix="$acl_save_exec_prefix"
8951 prefix="$acl_save_prefix"
8952
8953 if test "X$x" = "X-L$found_dir"; then
8954 haveit=yes
8955 break
8956 fi
8957 done
8958 if test -z "$haveit"; then
8959 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
8960 fi
8961 if test "$hardcode_minus_L" != no; then
8962 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
8963 else
8964 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
8965 fi
8966 fi
8967 fi
8968 fi
8969 else
8970 if test "X$found_a" != "X"; then
8971 LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
8972 else
8973 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
8974 fi
8975 fi
8976 additional_includedir=
8977 case "$found_dir" in
8978 */lib | */lib/)
8979 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
8980 additional_includedir="$basedir/include"
8981 ;;
8982 esac
8983 if test "X$additional_includedir" != "X"; then
8984 if test "X$additional_includedir" != "X/usr/include"; then
8985 haveit=
8986 if test "X$additional_includedir" = "X/usr/local/include"; then
8987 if test -n "$GCC"; then
8988 case $host_os in
8989 linux*) haveit=yes;;
8990 esac
8991 fi
8992 fi
8993 if test -z "$haveit"; then
8994 for x in $CPPFLAGS $INCINTL; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05008995
Theodore Ts'oa04eba32003-05-03 16:35:17 -04008996 acl_save_prefix="$prefix"
8997 prefix="$acl_final_prefix"
8998 acl_save_exec_prefix="$exec_prefix"
8999 exec_prefix="$acl_final_exec_prefix"
9000 eval x=\"$x\"
9001 exec_prefix="$acl_save_exec_prefix"
9002 prefix="$acl_save_prefix"
9003
9004 if test "X$x" = "X-I$additional_includedir"; then
9005 haveit=yes
9006 break
9007 fi
9008 done
9009 if test -z "$haveit"; then
9010 if test -d "$additional_includedir"; then
9011 INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
9012 fi
9013 fi
9014 fi
9015 fi
9016 fi
9017 if test -n "$found_la"; then
9018 save_libdir="$libdir"
9019 case "$found_la" in
9020 */* | *\\*) . "$found_la" ;;
9021 *) . "./$found_la" ;;
9022 esac
9023 libdir="$save_libdir"
9024 for dep in $dependency_libs; do
9025 case "$dep" in
9026 -L*)
9027 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
9028 if test "X$additional_libdir" != "X/usr/lib"; then
9029 haveit=
9030 if test "X$additional_libdir" = "X/usr/local/lib"; then
9031 if test -n "$GCC"; then
9032 case $host_os in
9033 linux*) haveit=yes;;
9034 esac
9035 fi
9036 fi
9037 if test -z "$haveit"; then
9038 haveit=
9039 for x in $LDFLAGS $LIBINTL; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009040
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009041 acl_save_prefix="$prefix"
9042 prefix="$acl_final_prefix"
9043 acl_save_exec_prefix="$exec_prefix"
9044 exec_prefix="$acl_final_exec_prefix"
9045 eval x=\"$x\"
9046 exec_prefix="$acl_save_exec_prefix"
9047 prefix="$acl_save_prefix"
9048
9049 if test "X$x" = "X-L$additional_libdir"; then
9050 haveit=yes
9051 break
9052 fi
9053 done
9054 if test -z "$haveit"; then
9055 if test -d "$additional_libdir"; then
9056 LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
9057 fi
9058 fi
9059 haveit=
9060 for x in $LDFLAGS $LTLIBINTL; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009061
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009062 acl_save_prefix="$prefix"
9063 prefix="$acl_final_prefix"
9064 acl_save_exec_prefix="$exec_prefix"
9065 exec_prefix="$acl_final_exec_prefix"
9066 eval x=\"$x\"
9067 exec_prefix="$acl_save_exec_prefix"
9068 prefix="$acl_save_prefix"
9069
9070 if test "X$x" = "X-L$additional_libdir"; then
9071 haveit=yes
9072 break
9073 fi
9074 done
9075 if test -z "$haveit"; then
9076 if test -d "$additional_libdir"; then
9077 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
9078 fi
9079 fi
9080 fi
9081 fi
9082 ;;
9083 -R*)
9084 dir=`echo "X$dep" | sed -e 's/^X-R//'`
9085 if test "$enable_rpath" != no; then
9086 haveit=
9087 for x in $rpathdirs; do
9088 if test "X$x" = "X$dir"; then
9089 haveit=yes
9090 break
9091 fi
9092 done
9093 if test -z "$haveit"; then
9094 rpathdirs="$rpathdirs $dir"
9095 fi
9096 haveit=
9097 for x in $ltrpathdirs; do
9098 if test "X$x" = "X$dir"; then
9099 haveit=yes
9100 break
9101 fi
9102 done
9103 if test -z "$haveit"; then
9104 ltrpathdirs="$ltrpathdirs $dir"
9105 fi
9106 fi
9107 ;;
9108 -l*)
9109 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
9110 ;;
9111 *.la)
9112 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
9113 ;;
9114 *)
9115 LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
9116 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
9117 ;;
9118 esac
9119 done
9120 fi
9121 else
9122 LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
9123 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
9124 fi
9125 fi
9126 fi
9127 done
9128 done
9129 if test "X$rpathdirs" != "X"; then
9130 if test -n "$hardcode_libdir_separator"; then
9131 alldirs=
9132 for found_dir in $rpathdirs; do
9133 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
9134 done
9135 acl_save_libdir="$libdir"
9136 libdir="$alldirs"
9137 eval flag=\"$hardcode_libdir_flag_spec\"
9138 libdir="$acl_save_libdir"
9139 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
9140 else
9141 for found_dir in $rpathdirs; do
9142 acl_save_libdir="$libdir"
9143 libdir="$found_dir"
9144 eval flag=\"$hardcode_libdir_flag_spec\"
9145 libdir="$acl_save_libdir"
9146 LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
9147 done
9148 fi
9149 fi
9150 if test "X$ltrpathdirs" != "X"; then
9151 for found_dir in $ltrpathdirs; do
9152 LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
9153 done
9154 fi
9155
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009157$as_echo_n "checking for GNU gettext in libintl... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009158if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009159 $as_echo_n "(cached) " >&6
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009160else
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009161 gt_save_CPPFLAGS="$CPPFLAGS"
9162 CPPFLAGS="$CPPFLAGS $INCINTL"
9163 gt_save_LIBS="$LIBS"
9164 LIBS="$LIBS $LIBINTL"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009166/* end confdefs.h. */
Theodore Ts'o2b5901d2004-11-19 17:06:47 -05009167#include <libintl.h>
9168extern int _nl_msg_cat_cntr;
9169extern
9170#ifdef __cplusplus
9171"C"
9172#endif
9173const char *_nl_expand_alias ();
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009174int
9175main ()
9176{
Theodore Ts'o2b5901d2004-11-19 17:06:47 -05009177bindtextdomain ("", "");
9178return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009179 ;
9180 return 0;
9181}
9182_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009183if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'o2b5901d2004-11-19 17:06:47 -05009184 gt_cv_func_gnugettext1_libintl=yes
9185else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009186 gt_cv_func_gnugettext1_libintl=no
Theodore Ts'o2b5901d2004-11-19 17:06:47 -05009187fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009188rm -f core conftest.err conftest.$ac_objext \
9189 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'o2b5901d2004-11-19 17:06:47 -05009190 if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then
9191 LIBS="$LIBS $LIBICONV"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009193/* end confdefs.h. */
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009194#include <libintl.h>
9195extern int _nl_msg_cat_cntr;
9196extern
9197#ifdef __cplusplus
9198"C"
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009199#endif
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009200const char *_nl_expand_alias ();
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009201int
9202main ()
9203{
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009204bindtextdomain ("", "");
9205return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009206 ;
9207 return 0;
9208}
9209_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009210if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009211 LIBINTL="$LIBINTL $LIBICONV"
9212 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
9213 gt_cv_func_gnugettext1_libintl=yes
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009214
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009215fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009216rm -f core conftest.err conftest.$ac_objext \
9217 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009218 fi
9219 CPPFLAGS="$gt_save_CPPFLAGS"
9220 LIBS="$gt_save_LIBS"
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009221fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_gnugettext1_libintl" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009223$as_echo "$gt_cv_func_gnugettext1_libintl" >&6; }
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009224 fi
9225
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009226 if test "$gt_cv_func_gnugettext1_libc" = "yes" \
9227 || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009228 && test "$PACKAGE" != gettext-runtime \
9229 && test "$PACKAGE" != gettext-tools; }; then
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009230 gt_use_preinstalled_gnugettext=yes
9231 else
9232 LIBINTL=
9233 LTLIBINTL=
9234 INCINTL=
9235 fi
9236
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009237
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009238 if test "$gt_use_preinstalled_gnugettext" != "yes"; then
9239 nls_cv_use_gnu_gettext=yes
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009240 fi
9241 fi
9242
9243 if test "$nls_cv_use_gnu_gettext" = "yes"; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009244 BUILD_INCLUDED_LIBINTL=yes
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009245 USE_INCLUDED_LIBINTL=yes
9246 LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV"
9247 LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV"
9248 LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009249 fi
9250
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009251 if test "$gt_use_preinstalled_gnugettext" = "yes" \
9252 || test "$nls_cv_use_gnu_gettext" = "yes"; then
9253 CATOBJEXT=.gmo
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009254 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009255
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009256
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009257 if test "$gt_use_preinstalled_gnugettext" = "yes" \
9258 || test "$nls_cv_use_gnu_gettext" = "yes"; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009259
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009260$as_echo "#define ENABLE_NLS 1" >>confdefs.h
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009261
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009262 else
9263 USE_NLS=no
9264 fi
9265 fi
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009266
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009268$as_echo_n "checking whether to use NLS... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009270$as_echo "$USE_NLS" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009271 if test "$USE_NLS" = "yes"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009273$as_echo_n "checking where the gettext function comes from... " >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009274 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
9275 if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
9276 gt_source="external libintl"
9277 else
9278 gt_source="libc"
9279 fi
9280 else
9281 gt_source="included intl directory"
9282 fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009284$as_echo "$gt_source" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009285 fi
9286
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009287 if test "$USE_NLS" = "yes"; then
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009288
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009289 if test "$gt_use_preinstalled_gnugettext" = "yes"; then
9290 if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009292$as_echo_n "checking how to link with libintl... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009294$as_echo "$LIBINTL" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009295
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009296 for element in $INCINTL; do
9297 haveit=
9298 for x in $CPPFLAGS; do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009299
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009300 acl_save_prefix="$prefix"
9301 prefix="$acl_final_prefix"
9302 acl_save_exec_prefix="$exec_prefix"
9303 exec_prefix="$acl_final_exec_prefix"
9304 eval x=\"$x\"
9305 exec_prefix="$acl_save_exec_prefix"
9306 prefix="$acl_save_prefix"
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009307
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009308 if test "X$x" = "X$element"; then
9309 haveit=yes
9310 break
9311 fi
9312 done
9313 if test -z "$haveit"; then
9314 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
9315 fi
9316 done
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009317
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009318 fi
Theodore Ts'oa64c9c12000-02-08 20:17:21 +00009319
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009320
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009321$as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009322
9323
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009324$as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009325
9326 fi
9327
9328 POSUB=po
9329 fi
9330
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009331
9332 if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009333 BUILD_INCLUDED_LIBINTL=yes
9334 fi
9335
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009336
9337
9338
Theodore Ts'o93636bd2003-07-12 02:45:05 -04009339
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009340 nls_cv_header_intl=
9341 nls_cv_header_libgt=
9342
9343 DATADIRNAME=share
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009344
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009345
9346 INSTOBJEXT=.mo
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009347
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009348
9349 GENCAT=gencat
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009350
9351
9352 if test "$USE_INCLUDED_LIBINTL" = yes; then
9353 INTLOBJS="\$(GETTOBJS)"
9354 fi
9355
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009356
9357 INTL_LIBTOOL_SUFFIX_PREFIX=
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009358
9359
Theodore Ts'oa04eba32003-05-03 16:35:17 -04009360
9361 INTLLIBS="$LIBINTL"
Theodore Ts'o93636bd2003-07-12 02:45:05 -04009362
9363
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009364
9365
9366
9367
9368
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009370$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
9371set x ${MAKE-make}
9372ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009373if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009374 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009375else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009376 cat >conftest.make <<\_ACEOF
Theodore Ts'oe1052142006-10-21 21:46:47 -04009377SHELL = /bin/sh
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009378all:
Theodore Ts'oe1052142006-10-21 21:46:47 -04009379 @echo '@@@%%%=$(MAKE)=@@@%%%'
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009380_ACEOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009381# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
Theodore Ts'oe1052142006-10-21 21:46:47 -04009382case `${MAKE-make} -f conftest.make 2>/dev/null` in
9383 *@@@%%%=?*=@@@%%%*)
9384 eval ac_cv_prog_make_${ac_make}_set=yes;;
9385 *)
9386 eval ac_cv_prog_make_${ac_make}_set=no;;
9387esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009388rm -f conftest.make
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009389fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04009390if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009392$as_echo "yes" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009393 SET_MAKE=
9394else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009396$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009397 SET_MAKE="MAKE=${MAKE-make}"
9398fi
9399
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU make" >&5
Theodore Ts'obcb915b2009-07-02 18:19:10 -04009401$as_echo_n "checking for GNU make... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009402if test "${_cv_gnu_make_command+set}" = set; then :
Theodore Ts'obcb915b2009-07-02 18:19:10 -04009403 $as_echo_n "(cached) " >&6
9404else
9405 _cv_gnu_make_command='' ;
9406 for a in "$MAKE" make gmake gnumake ; do
9407 if test -z "$a" ; then continue ; fi ;
9408 if ( sh -c "$a --version" 2> /dev/null | grep GNU 2>&1 > /dev/null ) ; then
9409 _cv_gnu_make_command=$a ;
9410 break;
9411 fi
9412 done ;
9413
9414fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009415{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_cv_gnu_make_command" >&5
Theodore Ts'obcb915b2009-07-02 18:19:10 -04009416$as_echo "$_cv_gnu_make_command" >&6; } ;
9417 if test "x$_cv_gnu_make_command" != "x" ; then
9418 ifGNUmake='' ;
9419 ifNotGNUmake='#' ;
9420 else
9421 ifGNUmake='#' ;
9422 ifNotGNUmake='' ;
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"Not found\"" >&5
Theodore Ts'obcb915b2009-07-02 18:19:10 -04009424$as_echo "\"Not found\"" >&6; };
9425 fi
9426
9427
9428
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009429# Extract the first word of "ln", so it can be a program name with args.
9430set dummy ln; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009432$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009433if test "${ac_cv_path_LN+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009434 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009435else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009436 case $LN in
9437 [\\/]* | ?:[\\/]*)
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009438 ac_cv_path_LN="$LN" # Let the user override the test with a path.
9439 ;;
9440 *)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9442for as_dir in $PATH
9443do
9444 IFS=$as_save_IFS
9445 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009446 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04009447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009448 ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009450 break 2
9451 fi
9452done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009453 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009454IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009455
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009456 test -z "$ac_cv_path_LN" && ac_cv_path_LN="ln"
9457 ;;
9458esac
9459fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009460LN=$ac_cv_path_LN
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009461if test -n "$LN"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LN" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009463$as_echo "$LN" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009464else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009466$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009467fi
9468
Theodore Ts'oe1052142006-10-21 21:46:47 -04009469
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009471$as_echo_n "checking whether ln -s works... " >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009472LN_S=$as_ln_s
9473if test "$LN_S" = "ln -s"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009475$as_echo "yes" >&6; }
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00009476else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009478$as_echo "no, using $LN_S" >&6; }
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +00009479fi
9480
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009481# Extract the first word of "mv", so it can be a program name with args.
9482set dummy mv; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009484$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009485if test "${ac_cv_path_MV+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009486 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009487else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009488 case $MV in
9489 [\\/]* | ?:[\\/]*)
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009490 ac_cv_path_MV="$MV" # Let the user override the test with a path.
9491 ;;
9492 *)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9494for as_dir in $PATH
9495do
9496 IFS=$as_save_IFS
9497 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009498 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04009499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009500 ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009502 break 2
9503 fi
9504done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009505 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009506IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009507
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009508 test -z "$ac_cv_path_MV" && ac_cv_path_MV="mv"
9509 ;;
9510esac
9511fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009512MV=$ac_cv_path_MV
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009513if test -n "$MV"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MV" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009515$as_echo "$MV" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009516else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009518$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009519fi
9520
Theodore Ts'oe1052142006-10-21 21:46:47 -04009521
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009522# Extract the first word of "cp", so it can be a program name with args.
9523set dummy cp; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009525$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009526if test "${ac_cv_path_CP+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009527 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009528else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009529 case $CP in
9530 [\\/]* | ?:[\\/]*)
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009531 ac_cv_path_CP="$CP" # Let the user override the test with a path.
9532 ;;
9533 *)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9535for as_dir in $PATH
9536do
9537 IFS=$as_save_IFS
9538 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009539 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04009540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009541 ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009543 break 2
9544 fi
9545done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009546 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009547IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009548
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009549 test -z "$ac_cv_path_CP" && ac_cv_path_CP="cp"
9550 ;;
9551esac
9552fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009553CP=$ac_cv_path_CP
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009554if test -n "$CP"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CP" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009556$as_echo "$CP" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009557else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009559$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009560fi
9561
Theodore Ts'oe1052142006-10-21 21:46:47 -04009562
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009563# Extract the first word of "rm", so it can be a program name with args.
9564set dummy rm; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009566$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009567if test "${ac_cv_path_RM+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009568 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009569else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009570 case $RM in
9571 [\\/]* | ?:[\\/]*)
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009572 ac_cv_path_RM="$RM" # Let the user override the test with a path.
9573 ;;
9574 *)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9576for as_dir in $PATH
9577do
9578 IFS=$as_save_IFS
9579 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009580 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04009581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009582 ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009584 break 2
9585 fi
9586done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009587 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009588IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009589
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009590 test -z "$ac_cv_path_RM" && ac_cv_path_RM="rm"
9591 ;;
9592esac
9593fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009594RM=$ac_cv_path_RM
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009595if test -n "$RM"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RM" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009597$as_echo "$RM" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009598else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009600$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009601fi
9602
Theodore Ts'oe1052142006-10-21 21:46:47 -04009603
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009604# Extract the first word of "chmod", so it can be a program name with args.
9605set dummy chmod; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009607$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009608if test "${ac_cv_path_CHMOD+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009609 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009610else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009611 case $CHMOD in
9612 [\\/]* | ?:[\\/]*)
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009613 ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a path.
9614 ;;
9615 *)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9617for as_dir in $PATH
9618do
9619 IFS=$as_save_IFS
9620 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009621 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04009622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009623 ac_cv_path_CHMOD="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009624 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009625 break 2
9626 fi
9627done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009628 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009629IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009630
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009631 test -z "$ac_cv_path_CHMOD" && ac_cv_path_CHMOD=":"
9632 ;;
9633esac
9634fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009635CHMOD=$ac_cv_path_CHMOD
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009636if test -n "$CHMOD"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CHMOD" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009638$as_echo "$CHMOD" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009639else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009641$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009642fi
9643
Theodore Ts'oe1052142006-10-21 21:46:47 -04009644
Theodore Ts'o32237012005-01-17 19:13:39 -05009645for ac_prog in gawk mawk nawk awk
9646do
9647 # Extract the first word of "$ac_prog", so it can be a program name with args.
9648set dummy $ac_prog; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009650$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009651if test "${ac_cv_prog_AWK+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009652 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009653else
Theodore Ts'o32237012005-01-17 19:13:39 -05009654 if test -n "$AWK"; then
9655 ac_cv_prog_AWK="$AWK" # Let the user override the test.
9656else
9657as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009658for as_dir in $PATH
9659do
9660 IFS=$as_save_IFS
9661 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009662 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04009663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'o32237012005-01-17 19:13:39 -05009664 ac_cv_prog_AWK="$ac_prog"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009666 break 2
9667 fi
9668done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009669 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009670IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009671
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009672fi
Theodore Ts'o32237012005-01-17 19:13:39 -05009673fi
9674AWK=$ac_cv_prog_AWK
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009675if test -n "$AWK"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009677$as_echo "$AWK" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009678else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009680$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009681fi
9682
Theodore Ts'oe1052142006-10-21 21:46:47 -04009683
Theodore Ts'o32237012005-01-17 19:13:39 -05009684 test -n "$AWK" && break
9685done
9686
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009688$as_echo_n "checking for egrep... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009689if test "${ac_cv_path_EGREP+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009690 $as_echo_n "(cached) " >&6
Theodore Ts'o32237012005-01-17 19:13:39 -05009691else
Theodore Ts'oe1052142006-10-21 21:46:47 -04009692 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
9693 then ac_cv_path_EGREP="$GREP -E"
9694 else
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009695 if test -z "$EGREP"; then
Theodore Ts'oe1052142006-10-21 21:46:47 -04009696 ac_path_EGREP_found=false
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009697 # Loop through the user's path and test for each of PROGNAME-LIST
9698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Theodore Ts'oe1052142006-10-21 21:46:47 -04009699for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
9700do
9701 IFS=$as_save_IFS
9702 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009703 for ac_prog in egrep; do
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009704 for ac_exec_ext in '' $ac_executable_extensions; do
9705 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
9706 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
9707# Check for GNU ac_path_EGREP and select it if it is found.
Theodore Ts'oe1052142006-10-21 21:46:47 -04009708 # Check for GNU $ac_path_EGREP
9709case `"$ac_path_EGREP" --version 2>&1` in
9710*GNU*)
9711 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
9712*)
9713 ac_count=0
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009714 $as_echo_n 0123456789 >"conftest.in"
Theodore Ts'oe1052142006-10-21 21:46:47 -04009715 while :
9716 do
9717 cat "conftest.in" "conftest.in" >"conftest.tmp"
9718 mv "conftest.tmp" "conftest.in"
9719 cp "conftest.in" "conftest.nl"
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009720 $as_echo 'EGREP' >> "conftest.nl"
Theodore Ts'oe1052142006-10-21 21:46:47 -04009721 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
9722 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009723 as_fn_arith $ac_count + 1 && ac_count=$as_val
Theodore Ts'oe1052142006-10-21 21:46:47 -04009724 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
9725 # Best one so far, save it but keep looking for a better one
9726 ac_cv_path_EGREP="$ac_path_EGREP"
9727 ac_path_EGREP_max=$ac_count
Theodore Ts'o32237012005-01-17 19:13:39 -05009728 fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04009729 # 10*(2^10) chars as input seems more than enough
9730 test $ac_count -gt 10 && break
9731 done
9732 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
9733esac
9734
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009735 $ac_path_EGREP_found && break 3
9736 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009737 done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009738 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009739IFS=$as_save_IFS
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009740 if test -z "$ac_cv_path_EGREP"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009741 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009742 fi
Theodore Ts'oe1052142006-10-21 21:46:47 -04009743else
9744 ac_cv_path_EGREP=$EGREP
9745fi
9746
Theodore Ts'oe1052142006-10-21 21:46:47 -04009747 fi
9748fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009749{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009750$as_echo "$ac_cv_path_EGREP" >&6; }
Theodore Ts'oe1052142006-10-21 21:46:47 -04009751 EGREP="$ac_cv_path_EGREP"
Theodore Ts'o32237012005-01-17 19:13:39 -05009752
9753
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009754# Extract the first word of "sed", so it can be a program name with args.
9755set dummy sed; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009757$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009758if test "${ac_cv_path_SED+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009759 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009760else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009761 case $SED in
9762 [\\/]* | ?:[\\/]*)
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009763 ac_cv_path_SED="$SED" # Let the user override the test with a path.
9764 ;;
9765 *)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9767for as_dir in $PATH
9768do
9769 IFS=$as_save_IFS
9770 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009771 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04009772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009773 ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009775 break 2
9776 fi
9777done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009778 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009779IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009780
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009781 test -z "$ac_cv_path_SED" && ac_cv_path_SED="sed"
9782 ;;
9783esac
9784fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009785SED=$ac_cv_path_SED
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009786if test -n "$SED"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SED" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009788$as_echo "$SED" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009789else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009791$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009792fi
9793
Theodore Ts'oe1052142006-10-21 21:46:47 -04009794
Theodore Ts'o9d564f71999-07-03 20:25:58 +00009795# Extract the first word of "perl", so it can be a program name with args.
9796set dummy perl; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009798$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009799if test "${ac_cv_path_PERL+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009800 $as_echo_n "(cached) " >&6
Theodore Ts'o9d564f71999-07-03 20:25:58 +00009801else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009802 case $PERL in
9803 [\\/]* | ?:[\\/]*)
Theodore Ts'o9d564f71999-07-03 20:25:58 +00009804 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
9805 ;;
Theodore Ts'o9d564f71999-07-03 20:25:58 +00009806 *)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9808for as_dir in $PATH
9809do
9810 IFS=$as_save_IFS
9811 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009812 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04009813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009814 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009816 break 2
9817 fi
9818done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009819 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009820IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009821
Theodore Ts'o9d564f71999-07-03 20:25:58 +00009822 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="perl"
9823 ;;
9824esac
9825fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009826PERL=$ac_cv_path_PERL
Theodore Ts'o9d564f71999-07-03 20:25:58 +00009827if test -n "$PERL"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009829$as_echo "$PERL" >&6; }
Theodore Ts'o9d564f71999-07-03 20:25:58 +00009830else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009832$as_echo "no" >&6; }
Theodore Ts'o9d564f71999-07-03 20:25:58 +00009833fi
9834
Theodore Ts'oe1052142006-10-21 21:46:47 -04009835
Theodore Ts'o250f79f2001-05-19 22:02:22 +00009836# Extract the first word of "ldconfig", so it can be a program name with args.
9837set dummy ldconfig; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009839$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009840if test "${ac_cv_path_LDCONFIG+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009841 $as_echo_n "(cached) " >&6
Theodore Ts'o250f79f2001-05-19 22:02:22 +00009842else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009843 case $LDCONFIG in
9844 [\\/]* | ?:[\\/]*)
Theodore Ts'o250f79f2001-05-19 22:02:22 +00009845 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
9846 ;;
Theodore Ts'o250f79f2001-05-19 22:02:22 +00009847 *)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9849for as_dir in $PATH
9850do
9851 IFS=$as_save_IFS
9852 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009853 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04009854 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009855 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009856 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009857 break 2
9858 fi
9859done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009860 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009861IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009862
Theodore Ts'o250f79f2001-05-19 22:02:22 +00009863 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG=":"
9864 ;;
9865esac
9866fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009867LDCONFIG=$ac_cv_path_LDCONFIG
Theodore Ts'o250f79f2001-05-19 22:02:22 +00009868if test -n "$LDCONFIG"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009870$as_echo "$LDCONFIG" >&6; }
Theodore Ts'o250f79f2001-05-19 22:02:22 +00009871else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009873$as_echo "no" >&6; }
Theodore Ts'o250f79f2001-05-19 22:02:22 +00009874fi
9875
Theodore Ts'oe1052142006-10-21 21:46:47 -04009876
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009877if test -n "$ac_tool_prefix"; then
9878 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009879set dummy ${ac_tool_prefix}ar; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009881$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009882if test "${ac_cv_prog_AR+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009883 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009884else
9885 if test -n "$AR"; then
9886 ac_cv_prog_AR="$AR" # Let the user override the test.
9887else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009888as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9889for as_dir in $PATH
9890do
9891 IFS=$as_save_IFS
9892 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009893 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04009894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009895 ac_cv_prog_AR="${ac_tool_prefix}ar"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009897 break 2
9898 fi
9899done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009900 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009901IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009902
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009903fi
9904fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009905AR=$ac_cv_prog_AR
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009906if test -n "$AR"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009908$as_echo "$AR" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009909else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009911$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009912fi
9913
Theodore Ts'oe1052142006-10-21 21:46:47 -04009914
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009915fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009916if test -z "$ac_cv_prog_AR"; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009917 ac_ct_AR=$AR
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009918 # Extract the first word of "ar", so it can be a program name with args.
9919set dummy ar; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009921$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009922if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009923 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009924else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009925 if test -n "$ac_ct_AR"; then
9926 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009927else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009928as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9929for as_dir in $PATH
9930do
9931 IFS=$as_save_IFS
9932 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009933 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04009934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009935 ac_cv_prog_ac_ct_AR="ar"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009937 break 2
9938 fi
9939done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009940 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009941IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009942
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009943fi
9944fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009945ac_ct_AR=$ac_cv_prog_ac_ct_AR
9946if test -n "$ac_ct_AR"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009948$as_echo "$ac_ct_AR" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009949else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009951$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009952fi
9953
Theodore Ts'oe1052142006-10-21 21:46:47 -04009954 if test "x$ac_ct_AR" = x; then
9955 AR="ar"
9956 else
9957 case $cross_compiling:$ac_tool_warned in
9958yes:)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009959{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009960$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Theodore Ts'oe1052142006-10-21 21:46:47 -04009961ac_tool_warned=yes ;;
9962esac
9963 AR=$ac_ct_AR
9964 fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009965else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009966 AR="$ac_cv_prog_AR"
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009967fi
9968
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009969if test -n "$ac_tool_prefix"; then
9970 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009971set dummy ${ac_tool_prefix}ranlib; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009973$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009974if test "${ac_cv_prog_RANLIB+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +01009975 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009976else
9977 if test -n "$RANLIB"; then
9978 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
9979else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009980as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9981for as_dir in $PATH
9982do
9983 IFS=$as_save_IFS
9984 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009985 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -04009986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009987 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009989 break 2
9990 fi
9991done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009992 done
Theodore Ts'oe1052142006-10-21 21:46:47 -04009993IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009994
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009995fi
9996fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05009997RANLIB=$ac_cv_prog_RANLIB
Theodore Ts'o50e1e101997-04-26 13:58:21 +00009998if test -n "$RANLIB"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -05009999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010000$as_echo "$RANLIB" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010001else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010003$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010004fi
10005
Theodore Ts'oe1052142006-10-21 21:46:47 -040010006
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010007fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010008if test -z "$ac_cv_prog_RANLIB"; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010009 ac_ct_RANLIB=$RANLIB
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010010 # Extract the first word of "ranlib", so it can be a program name with args.
10011set dummy ranlib; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010012{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010013$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010014if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010015 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010016else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010017 if test -n "$ac_ct_RANLIB"; then
10018 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010019else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010020as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10021for as_dir in $PATH
10022do
10023 IFS=$as_save_IFS
10024 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010025 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010027 ac_cv_prog_ac_ct_RANLIB="ranlib"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010029 break 2
10030 fi
10031done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010032 done
Theodore Ts'oe1052142006-10-21 21:46:47 -040010033IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010034
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010035fi
10036fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010037ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
10038if test -n "$ac_ct_RANLIB"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010040$as_echo "$ac_ct_RANLIB" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010041else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010043$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010044fi
10045
Theodore Ts'oe1052142006-10-21 21:46:47 -040010046 if test "x$ac_ct_RANLIB" = x; then
10047 RANLIB=":"
10048 else
10049 case $cross_compiling:$ac_tool_warned in
10050yes:)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010051{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010052$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Theodore Ts'oe1052142006-10-21 21:46:47 -040010053ac_tool_warned=yes ;;
10054esac
10055 RANLIB=$ac_ct_RANLIB
10056 fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010057else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010058 RANLIB="$ac_cv_prog_RANLIB"
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010059fi
10060
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010061if test -n "$ac_tool_prefix"; then
10062 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010063set dummy ${ac_tool_prefix}strip; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010065$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010066if test "${ac_cv_prog_STRIP+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010067 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010068else
10069 if test -n "$STRIP"; then
10070 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
10071else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010072as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10073for as_dir in $PATH
10074do
10075 IFS=$as_save_IFS
10076 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010077 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010079 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010081 break 2
10082 fi
10083done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010084 done
Theodore Ts'oe1052142006-10-21 21:46:47 -040010085IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010086
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010087fi
10088fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010089STRIP=$ac_cv_prog_STRIP
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010090if test -n "$STRIP"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010092$as_echo "$STRIP" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010093else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010095$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010096fi
10097
Theodore Ts'oe1052142006-10-21 21:46:47 -040010098
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010099fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010100if test -z "$ac_cv_prog_STRIP"; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010101 ac_ct_STRIP=$STRIP
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010102 # Extract the first word of "strip", so it can be a program name with args.
10103set dummy strip; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010105$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010106if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010107 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010108else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010109 if test -n "$ac_ct_STRIP"; then
10110 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010111else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010112as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10113for as_dir in $PATH
10114do
10115 IFS=$as_save_IFS
10116 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010117 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010119 ac_cv_prog_ac_ct_STRIP="strip"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010121 break 2
10122 fi
10123done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010124 done
Theodore Ts'oe1052142006-10-21 21:46:47 -040010125IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010126
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010127fi
10128fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010129ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
10130if test -n "$ac_ct_STRIP"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010132$as_echo "$ac_ct_STRIP" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010133else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010135$as_echo "no" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010136fi
10137
Theodore Ts'oe1052142006-10-21 21:46:47 -040010138 if test "x$ac_ct_STRIP" = x; then
10139 STRIP=":"
10140 else
10141 case $cross_compiling:$ac_tool_warned in
10142yes:)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010143{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010144$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Theodore Ts'oe1052142006-10-21 21:46:47 -040010145ac_tool_warned=yes ;;
10146esac
10147 STRIP=$ac_ct_STRIP
10148 fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010149else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010150 STRIP="$ac_cv_prog_STRIP"
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010151fi
10152
Manish Katiyar7321d942008-04-14 17:20:03 +053010153# Extract the first word of "makeinfo", so it can be a program name with args.
10154set dummy makeinfo; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010156$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010157if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010158 $as_echo_n "(cached) " >&6
Manish Katiyar7321d942008-04-14 17:20:03 +053010159else
10160 if test -n "$MAKEINFO"; then
10161 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
10162else
10163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10164for as_dir in $PATH
10165do
10166 IFS=$as_save_IFS
10167 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010168 for ac_exec_ext in '' $ac_executable_extensions; do
Manish Katiyar7321d942008-04-14 17:20:03 +053010169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10170 ac_cv_prog_MAKEINFO="makeinfo"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Manish Katiyar7321d942008-04-14 17:20:03 +053010172 break 2
10173 fi
10174done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010175 done
Manish Katiyar7321d942008-04-14 17:20:03 +053010176IFS=$as_save_IFS
10177
10178fi
10179fi
10180MAKEINFO=$ac_cv_prog_MAKEINFO
10181if test -n "$MAKEINFO"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010183$as_echo "$MAKEINFO" >&6; }
Manish Katiyar7321d942008-04-14 17:20:03 +053010184else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010186$as_echo "no" >&6; }
Manish Katiyar7321d942008-04-14 17:20:03 +053010187fi
10188
10189
10190if test "_$MAKEINFO" = "_"; then
10191 MAKEINFO="@echo Makeinfo is missing. Info documentation will not be built.;true"
10192else
10193 case "$MAKEINFO" in
10194 */missing.*)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010195 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
Manish Katiyar7321d942008-04-14 17:20:03 +053010196*** Makeinfo is missing. Info documentation will not be built." >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010197$as_echo "$as_me: WARNING:
Manish Katiyar7321d942008-04-14 17:20:03 +053010198*** Makeinfo is missing. Info documentation will not be built." >&2;}
10199 ;;
10200 *)
10201 ;;
10202 esac
10203fi
10204
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010205
Theodore Ts'o6c133521999-07-03 20:37:03 +000010206# See if we need a separate native compiler.
10207if test $cross_compiling = no; then
10208 BUILD_CC="$CC"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010209
Theodore Ts'o6c133521999-07-03 20:37:03 +000010210else
10211 for ac_prog in gcc cc
10212do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010213 # Extract the first word of "$ac_prog", so it can be a program name with args.
Theodore Ts'o6c133521999-07-03 20:37:03 +000010214set dummy $ac_prog; ac_word=$2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010216$as_echo_n "checking for $ac_word... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010217if test "${ac_cv_prog_BUILD_CC+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010218 $as_echo_n "(cached) " >&6
Theodore Ts'o6c133521999-07-03 20:37:03 +000010219else
10220 if test -n "$BUILD_CC"; then
10221 ac_cv_prog_BUILD_CC="$BUILD_CC" # Let the user override the test.
10222else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010223as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10224for as_dir in $PATH
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010225do
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010226 IFS=$as_save_IFS
10227 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010228 for ac_exec_ext in '' $ac_executable_extensions; do
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010230 ac_cv_prog_BUILD_CC="$ac_prog"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010232 break 2
10233 fi
10234done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010235 done
Theodore Ts'oe1052142006-10-21 21:46:47 -040010236IFS=$as_save_IFS
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010237
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010238fi
10239fi
10240BUILD_CC=$ac_cv_prog_BUILD_CC
10241if test -n "$BUILD_CC"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BUILD_CC" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010243$as_echo "$BUILD_CC" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010244else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010246$as_echo "no" >&6; }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010247fi
10248
Theodore Ts'oe1052142006-10-21 21:46:47 -040010249
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010250 test -n "$BUILD_CC" && break
10251done
10252
10253fi
Theodore Ts'oedbfd752011-10-04 11:20:50 -040010254for ac_header in dirent.h errno.h execinfo.h getopt.h malloc.h mntent.h paths.h semaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime.h linux/falloc.h linux/fd.h linux/major.h net/if_dl.h netinet/in.h sys/disklabel.h sys/file.h sys/ioctl.h sys/mkdev.h sys/mman.h sys/prctl.h sys/queue.h sys/quota.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys/syscall.h sys/sysmacros.h sys/time.h sys/types.h sys/un.h sys/wait.h
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010255do :
10256 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10257ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10258eval as_val=\$$as_ac_Header
10259 if test "x$as_val" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010260 cat >>confdefs.h <<_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010261#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010262_ACEOF
10263
10264fi
10265
10266done
10267
Theodore Ts'oda76d6b2005-01-18 23:29:01 -050010268for ac_header in sys/disk.h sys/mount.h
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010269do :
10270 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10271ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
Theodore Ts'oda76d6b2005-01-18 23:29:01 -050010272#if HAVE_SYS_QUEUE_H
10273#include <sys/queue.h>
10274#endif
10275
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010276"
10277eval as_val=\$$as_ac_Header
10278 if test "x$as_val" = x""yes; then :
Theodore Ts'oda76d6b2005-01-18 23:29:01 -050010279 cat >>confdefs.h <<_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010280#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Theodore Ts'oda76d6b2005-01-18 23:29:01 -050010281_ACEOF
10282
10283fi
10284
10285done
10286
Theodore Ts'oda76d6b2005-01-18 23:29:01 -050010287for ac_header in net/if.h
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010288do :
10289 ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "
Theodore Ts'oda76d6b2005-01-18 23:29:01 -050010290#if HAVE_SYS_TYPES_H
10291#include <sys/types.h>
10292#endif
10293#if HAVE_SYS_SOCKET
10294#include <sys/socket.h>
10295#endif
10296
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010297"
10298if test "x$ac_cv_header_net_if_h" = x""yes; then :
Theodore Ts'oda76d6b2005-01-18 23:29:01 -050010299 cat >>confdefs.h <<_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010300#define HAVE_NET_IF_H 1
Theodore Ts'oda76d6b2005-01-18 23:29:01 -050010301_ACEOF
10302
10303fi
10304
10305done
10306
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010307for ac_func in vprintf
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010308do :
10309 ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
10310if test "x$ac_cv_func_vprintf" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010311 cat >>confdefs.h <<_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010312#define HAVE_VPRINTF 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010313_ACEOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010314
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010315ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
10316if test "x$ac_cv_func__doprnt" = x""yes; then :
Theodore Ts'o93636bd2003-07-12 02:45:05 -040010317
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010318$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
Theodore Ts'o93636bd2003-07-12 02:45:05 -040010319
10320fi
10321
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010322fi
10323done
10324
10325
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010326ac_fn_c_check_member "$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#include <dirent.h>
10327"
10328if test "x$ac_cv_member_struct_dirent_d_reclen" = x""yes; then :
Theodore Ts'od1154eb2011-09-18 17:34:37 -040010329
10330$as_echo "#define HAVE_RECLEN_DIRENT 1" >>confdefs.h
Theodore Ts'offf45482003-04-13 00:44:19 -040010331
10332fi
Theodore Ts'o6c65d252005-01-19 12:59:48 -050010333
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010334ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "#include <sys/types.h>
10335"
10336if test "x$ac_cv_type_ssize_t" = x""yes; then :
Theodore Ts'od1154eb2011-09-18 17:34:37 -040010337
10338$as_echo "#define HAVE_TYPE_SSIZE_T 1" >>confdefs.h
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010339
Theodore Ts'offf45482003-04-13 00:44:19 -040010340fi
Theodore Ts'oe1052142006-10-21 21:46:47 -040010341
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010342ac_fn_c_check_decl "$LINENO" "llseek" "ac_cv_have_decl_llseek" "#include <unistd.h>
10343"
10344if test "x$ac_cv_have_decl_llseek" = x""yes; then :
Theodore Ts'od1154eb2011-09-18 17:34:37 -040010345
10346$as_echo "#define HAVE_LLSEEK_PROTOTYPE 1" >>confdefs.h
Theodore Ts'offf45482003-04-13 00:44:19 -040010347
10348fi
Theodore Ts'o6c65d252005-01-19 12:59:48 -050010349
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010350ac_fn_c_check_decl "$LINENO" "lseek64" "ac_cv_have_decl_lseek64" "#define _LARGEFILE_SOURCE
Theodore Ts'o6c65d252005-01-19 12:59:48 -050010351 #define _LARGEFILE64_SOURCE
10352 #include <unistd.h>
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010353"
10354if test "x$ac_cv_have_decl_lseek64" = x""yes; then :
Theodore Ts'od1154eb2011-09-18 17:34:37 -040010355
10356$as_echo "#define HAVE_LSEEK64_PROTOTYPE 1" >>confdefs.h
Theodore Ts'o6928adc2000-05-25 23:28:50 +000010357
10358fi
Theodore Ts'o6c65d252005-01-19 12:59:48 -050010359
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010360# The cast to long int works around a bug in the HP C Compiler
10361# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
10362# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
10363# This bug is HP SR number 8606223364.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010365$as_echo_n "checking size of short... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010366if test "${ac_cv_sizeof_short+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010367 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010368else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010369 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010370
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010371else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010372 if test "$ac_cv_type_short" = yes; then
10373 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010374$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010375{ as_fn_set_status 77
10376as_fn_error "cannot compute sizeof (short)
10377See \`config.log' for more details." "$LINENO" 5; }; }
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010378 else
10379 ac_cv_sizeof_short=0
10380 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010381fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010382
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010383fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010385$as_echo "$ac_cv_sizeof_short" >&6; }
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010386
10387
10388
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010389cat >>confdefs.h <<_ACEOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010390#define SIZEOF_SHORT $ac_cv_sizeof_short
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010391_ACEOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010392
10393
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010394# The cast to long int works around a bug in the HP C Compiler
10395# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
10396# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
10397# This bug is HP SR number 8606223364.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010399$as_echo_n "checking size of int... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010400if test "${ac_cv_sizeof_int+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010401 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010402else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010403 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010404
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010405else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010406 if test "$ac_cv_type_int" = yes; then
10407 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010408$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010409{ as_fn_set_status 77
10410as_fn_error "cannot compute sizeof (int)
10411See \`config.log' for more details." "$LINENO" 5; }; }
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010412 else
10413 ac_cv_sizeof_int=0
10414 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010415fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010416
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010417fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010418{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010419$as_echo "$ac_cv_sizeof_int" >&6; }
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010420
10421
10422
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010423cat >>confdefs.h <<_ACEOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010424#define SIZEOF_INT $ac_cv_sizeof_int
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010425_ACEOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010426
10427
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010428# The cast to long int works around a bug in the HP C Compiler
10429# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
10430# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
10431# This bug is HP SR number 8606223364.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010433$as_echo_n "checking size of long... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010434if test "${ac_cv_sizeof_long+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010435 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010436else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010437 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010438
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010439else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010440 if test "$ac_cv_type_long" = yes; then
10441 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010442$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010443{ as_fn_set_status 77
10444as_fn_error "cannot compute sizeof (long)
10445See \`config.log' for more details." "$LINENO" 5; }; }
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010446 else
10447 ac_cv_sizeof_long=0
10448 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010449fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010450
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010451fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010452{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010453$as_echo "$ac_cv_sizeof_long" >&6; }
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010454
10455
10456
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010457cat >>confdefs.h <<_ACEOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010458#define SIZEOF_LONG $ac_cv_sizeof_long
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010459_ACEOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010460
10461
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010462# The cast to long int works around a bug in the HP C Compiler
10463# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
10464# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
10465# This bug is HP SR number 8606223364.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010467$as_echo_n "checking size of long long... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010468if test "${ac_cv_sizeof_long_long+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010469 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010470else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010471 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010472
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010473else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010474 if test "$ac_cv_type_long_long" = yes; then
10475 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010476$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010477{ as_fn_set_status 77
10478as_fn_error "cannot compute sizeof (long long)
10479See \`config.log' for more details." "$LINENO" 5; }; }
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010480 else
10481 ac_cv_sizeof_long_long=0
10482 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010483fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010484
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010485fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010486{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010487$as_echo "$ac_cv_sizeof_long_long" >&6; }
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010488
10489
10490
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010491cat >>confdefs.h <<_ACEOF
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000010492#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010493_ACEOF
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000010494
Theodore Ts'o93636bd2003-07-12 02:45:05 -040010495
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010496SIZEOF_SHORT=$ac_cv_sizeof_short
10497SIZEOF_INT=$ac_cv_sizeof_int
10498SIZEOF_LONG=$ac_cv_sizeof_long
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000010499SIZEOF_LONG_LONG=$ac_cv_sizeof_long_long
10500
Theodore Ts'o93636bd2003-07-12 02:45:05 -040010501
10502
10503
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010505$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010506if test "${ac_cv_c_bigendian+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010507 $as_echo_n "(cached) " >&6
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010508else
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010509 ac_cv_c_bigendian=unknown
10510 # See if we're dealing with a universal compiler.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010512/* end confdefs.h. */
10513#ifndef __APPLE_CC__
10514 not a universal capable compiler
10515 #endif
10516 typedef int dummy;
10517
10518_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010519if ac_fn_c_try_compile "$LINENO"; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010520
10521 # Check for potential -arch flags. It is not universal unless
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010522 # there are at least two -arch flags with different values.
10523 ac_arch=
10524 ac_prev=
10525 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
10526 if test -n "$ac_prev"; then
10527 case $ac_word in
10528 i?86 | x86_64 | ppc | ppc64)
10529 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
10530 ac_arch=$ac_word
10531 else
10532 ac_cv_c_bigendian=universal
10533 break
10534 fi
10535 ;;
10536 esac
10537 ac_prev=
10538 elif test "x$ac_word" = "x-arch"; then
10539 ac_prev=arch
10540 fi
10541 done
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010542fi
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010543rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10544 if test $ac_cv_c_bigendian = unknown; then
10545 # See if sys/param.h defines the BYTE_ORDER macro.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010547/* end confdefs.h. */
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010548#include <sys/types.h>
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010549 #include <sys/param.h>
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010550
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010551int
10552main ()
10553{
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010554#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
10555 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
10556 && LITTLE_ENDIAN)
10557 bogus endian macros
10558 #endif
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010559
10560 ;
10561 return 0;
10562}
10563_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010564if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010565 # It does; now see whether it defined to BIG_ENDIAN or not.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010567/* end confdefs.h. */
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010568#include <sys/types.h>
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010569 #include <sys/param.h>
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010570
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010571int
10572main ()
10573{
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010574#if BYTE_ORDER != BIG_ENDIAN
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010575 not big endian
10576 #endif
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010577
10578 ;
10579 return 0;
10580}
10581_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010582if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010583 ac_cv_c_bigendian=yes
10584else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010585 ac_cv_c_bigendian=no
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010586fi
Theodore Ts'oe1052142006-10-21 21:46:47 -040010587rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010588fi
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010589rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10590 fi
10591 if test $ac_cv_c_bigendian = unknown; then
10592 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010594/* end confdefs.h. */
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010595#include <limits.h>
10596
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010597int
10598main ()
10599{
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010600#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
10601 bogus endian macros
10602 #endif
10603
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010604 ;
10605 return 0;
10606}
10607_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010608if ac_fn_c_try_compile "$LINENO"; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010609 # It does; now see whether it defined to _BIG_ENDIAN or not.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010611/* end confdefs.h. */
10612#include <limits.h>
10613
10614int
10615main ()
10616{
10617#ifndef _BIG_ENDIAN
10618 not big endian
10619 #endif
10620
10621 ;
10622 return 0;
10623}
10624_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010625if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010626 ac_cv_c_bigendian=yes
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010627else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010628 ac_cv_c_bigendian=no
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010629fi
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010630rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010631fi
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010632rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10633 fi
10634 if test $ac_cv_c_bigendian = unknown; then
10635 # Compile a test program.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010636 if test "$cross_compiling" = yes; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010637 # Try to guess by grepping values from an object file.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010639/* end confdefs.h. */
10640short int ascii_mm[] =
10641 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
10642 short int ascii_ii[] =
10643 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
10644 int use_ascii (int i) {
10645 return ascii_mm[i] + ascii_ii[i];
10646 }
10647 short int ebcdic_ii[] =
10648 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
10649 short int ebcdic_mm[] =
10650 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
10651 int use_ebcdic (int i) {
10652 return ebcdic_mm[i] + ebcdic_ii[i];
10653 }
10654 extern int foo;
10655
10656int
10657main ()
10658{
10659return use_ascii (foo) == use_ebcdic (foo);
10660 ;
10661 return 0;
10662}
10663_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010664if ac_fn_c_try_compile "$LINENO"; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010665 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
10666 ac_cv_c_bigendian=yes
10667 fi
10668 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
10669 if test "$ac_cv_c_bigendian" = unknown; then
10670 ac_cv_c_bigendian=no
10671 else
10672 # finding both strings is unlikely to happen, but who knows?
10673 ac_cv_c_bigendian=unknown
10674 fi
10675 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010676fi
Theodore Ts'oe1052142006-10-21 21:46:47 -040010677rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010678else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010680/* end confdefs.h. */
Theodore Ts'oe1052142006-10-21 21:46:47 -040010681$ac_includes_default
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010682int
10683main ()
10684{
Theodore Ts'oe1052142006-10-21 21:46:47 -040010685
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010686 /* Are we little or big endian? From Harbison&Steele. */
10687 union
10688 {
10689 long int l;
10690 char c[sizeof (long int)];
10691 } u;
10692 u.l = 1;
10693 return u.c[sizeof (long int) - 1] == 1;
Theodore Ts'oe1052142006-10-21 21:46:47 -040010694
10695 ;
10696 return 0;
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010697}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010698_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010699if ac_fn_c_try_run "$LINENO"; then :
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010700 ac_cv_c_bigendian=no
10701else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010702 ac_cv_c_bigendian=yes
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010703fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010704rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10705 conftest.$ac_objext conftest.beam conftest.$ac_ext
Theodore Ts'o93636bd2003-07-12 02:45:05 -040010706fi
Theodore Ts'oe1052142006-10-21 21:46:47 -040010707
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010708 fi
Theodore Ts'o93636bd2003-07-12 02:45:05 -040010709fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010710{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010711$as_echo "$ac_cv_c_bigendian" >&6; }
10712 case $ac_cv_c_bigendian in #(
10713 yes)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010714 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010715;; #(
10716 no)
10717 ;; #(
10718 universal)
10719
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010720$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010721
10722 ;; #(
10723 *)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010724 as_fn_error "unknown endianness
10725 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010726 esac
Theodore Ts'o877eb6d2001-06-11 06:54:13 +000010727
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040010728BUILD_CC="$BUILD_CC" CPP="$CPP" /bin/sh $ac_aux_dir/parse-types.sh
Theodore Ts'o4ea7ea02006-04-09 08:41:55 -040010729ASM_TYPES_HEADER=./asm_types.h
10730
Theodore Ts'o488c75a2008-06-07 08:55:21 -040010731echo "/* These defines are needed for the public ext2fs.h header file */" \
10732 > public_config.h
10733if grep HAVE_SYS_TYPES_H confdefs.h > tmp_config.$$; then
10734 uniq tmp_config.$$ >> public_config.h
10735else
10736 echo "#undef HAVE_SYS_TYPES_H" >> public_config.h
10737fi
10738if grep WORDS_BIGENDIAN confdefs.h > tmp_config.$$; then
10739 uniq tmp_config.$$ >> public_config.h
10740else
10741 echo "#undef WORDS_BIGENDIAN" >> public_config.h
10742fi
10743rm -f tmp_config.$$
10744PUBLIC_CONFIG_HEADER=./public_config.h
10745
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010746for ac_header in inttypes.h
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010747do :
10748 ac_fn_c_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default"
10749if test "x$ac_cv_header_inttypes_h" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010750 cat >>confdefs.h <<_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010751#define HAVE_INTTYPES_H 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010752_ACEOF
10753
10754fi
10755
Theodore Ts'o0c193f82003-08-01 14:26:23 -040010756done
10757
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010758ac_fn_c_check_type "$LINENO" "intptr_t" "ac_cv_type_intptr_t" "$ac_includes_default"
10759if test "x$ac_cv_type_intptr_t" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010760
10761cat >>confdefs.h <<_ACEOF
Theodore Ts'od2ee56d2005-01-09 00:57:45 -050010762#define HAVE_INTPTR_T 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010763_ACEOF
10764
Theodore Ts'od2ee56d2005-01-09 00:57:45 -050010765
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010766fi
10767
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct stat has a st_flags field" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010769$as_echo_n "checking whether struct stat has a st_flags field... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010770if test "${e2fsprogs_cv_struct_st_flags+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010771 $as_echo_n "(cached) " >&6
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010772else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010774/* end confdefs.h. */
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010775#include <sys/stat.h>
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010776int
10777main ()
10778{
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010779struct stat stat; stat.st_flags = 0;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010780 ;
10781 return 0;
10782}
10783_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010784if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010785 e2fsprogs_cv_struct_st_flags=yes
10786else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010787 e2fsprogs_cv_struct_st_flags=no
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010788fi
Theodore Ts'oe1052142006-10-21 21:46:47 -040010789rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10790fi
10791
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010792{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $e2fsprogs_cv_struct_st_flags" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010793$as_echo "$e2fsprogs_cv_struct_st_flags" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010794if test "$e2fsprogs_cv_struct_st_flags" = yes; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether st_flags field is useful" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010796$as_echo_n "checking whether st_flags field is useful... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010797 if test "${e2fsprogs_cv_struct_st_flags_immut+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010798 $as_echo_n "(cached) " >&6
Theodore Ts'oc03bc4e1999-10-20 18:20:36 +000010799else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010801/* end confdefs.h. */
Theodore Ts'oc03bc4e1999-10-20 18:20:36 +000010802#include <sys/stat.h>
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010803int
10804main ()
10805{
Theodore Ts'oc03bc4e1999-10-20 18:20:36 +000010806struct stat stat; stat.st_flags |= UF_IMMUTABLE;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010807 ;
10808 return 0;
10809}
10810_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010811if ac_fn_c_try_compile "$LINENO"; then :
Theodore Ts'oc03bc4e1999-10-20 18:20:36 +000010812 e2fsprogs_cv_struct_st_flags_immut=yes
10813else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010814 e2fsprogs_cv_struct_st_flags_immut=no
Theodore Ts'oc03bc4e1999-10-20 18:20:36 +000010815fi
Theodore Ts'oe1052142006-10-21 21:46:47 -040010816rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10817fi
10818
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $e2fsprogs_cv_struct_st_flags_immut" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010820$as_echo "$e2fsprogs_cv_struct_st_flags_immut" >&6; }
Theodore Ts'oc03bc4e1999-10-20 18:20:36 +000010821 if test "$e2fsprogs_cv_struct_st_flags_immut" = yes; then
Theodore Ts'od1154eb2011-09-18 17:34:37 -040010822
10823$as_echo "#define HAVE_STAT_FLAGS 1" >>confdefs.h
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010824
Theodore Ts'oc03bc4e1999-10-20 18:20:36 +000010825 fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010826fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010827ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
Theodore Ts'o6c65d252005-01-19 12:59:48 -050010828 #include <sys/socket.h>
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010829"
10830if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010831
10832cat >>confdefs.h <<_ACEOF
Theodore Ts'o84ea6e72004-03-19 19:29:17 -050010833#define HAVE_SA_LEN 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010834_ACEOF
Theodore Ts'o84ea6e72004-03-19 19:29:17 -050010835
10836fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010837
Eric Sandeen9ed8e5f2009-10-02 11:32:42 -050010838if test -n "$BLKID_CMT"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing blkid_probe_all" >&5
Eric Sandeen9ed8e5f2009-10-02 11:32:42 -050010840$as_echo_n "checking for library containing blkid_probe_all... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010841if test "${ac_cv_search_blkid_probe_all+set}" = set; then :
Eric Sandeen9ed8e5f2009-10-02 11:32:42 -050010842 $as_echo_n "(cached) " >&6
10843else
10844 ac_func_search_save_LIBS=$LIBS
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010845cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Eric Sandeen9ed8e5f2009-10-02 11:32:42 -050010846/* end confdefs.h. */
10847
10848/* Override any GCC internal prototype to avoid an error.
10849 Use char because int might match the return type of a GCC
10850 builtin and then its argument prototype would still apply. */
10851#ifdef __cplusplus
10852extern "C"
10853#endif
10854char blkid_probe_all ();
10855int
10856main ()
10857{
10858return blkid_probe_all ();
10859 ;
10860 return 0;
10861}
10862_ACEOF
10863for ac_lib in '' blkid; do
10864 if test -z "$ac_lib"; then
10865 ac_res="none required"
10866 else
10867 ac_res=-l$ac_lib
10868 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
10869 fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010870 if ac_fn_c_try_link "$LINENO"; then :
Eric Sandeen9ed8e5f2009-10-02 11:32:42 -050010871 ac_cv_search_blkid_probe_all=$ac_res
Eric Sandeen9ed8e5f2009-10-02 11:32:42 -050010872fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010873rm -f core conftest.err conftest.$ac_objext \
10874 conftest$ac_exeext
10875 if test "${ac_cv_search_blkid_probe_all+set}" = set; then :
Eric Sandeen9ed8e5f2009-10-02 11:32:42 -050010876 break
10877fi
10878done
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010879if test "${ac_cv_search_blkid_probe_all+set}" = set; then :
10880
Eric Sandeen9ed8e5f2009-10-02 11:32:42 -050010881else
10882 ac_cv_search_blkid_probe_all=no
10883fi
10884rm conftest.$ac_ext
10885LIBS=$ac_func_search_save_LIBS
10886fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_blkid_probe_all" >&5
Eric Sandeen9ed8e5f2009-10-02 11:32:42 -050010888$as_echo "$ac_cv_search_blkid_probe_all" >&6; }
10889ac_res=$ac_cv_search_blkid_probe_all
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010890if test "$ac_res" != no; then :
Eric Sandeen9ed8e5f2009-10-02 11:32:42 -050010891 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
10892
10893fi
10894
10895fi
Theodore Ts'oedbfd752011-10-04 11:20:50 -040010896for ac_func in chflags getrusage llseek lseek64 open64 fstat64 ftruncate64 getmntinfo strtoull strcasecmp srandom jrand48 fchown mallinfo fdatasync quotactl strnlen strptime strdup sysconf pathconf posix_memalign memalign valloc __secure_getenv prctl mmap utime setresuid setresgid usleep nanosleep getdtablesize getrlimit sync_file_range posix_fadvise fallocate fallocate64 blkid_probe_get_topology mbstowcs backtrace
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010897do :
10898 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10899ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10900eval as_val=\$$as_ac_var
10901 if test "x$as_val" = x""yes; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010902 cat >>confdefs.h <<_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010903#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010904_ACEOF
10905
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010906fi
10907done
10908
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000010909SOCKET_LIB=''
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010911$as_echo_n "checking for socket in -lsocket... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010912if test "${ac_cv_lib_socket_socket+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010913 $as_echo_n "(cached) " >&6
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000010914else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010915 ac_check_lib_save_LIBS=$LIBS
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000010916LIBS="-lsocket $LIBS"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010917cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010918/* end confdefs.h. */
10919
Theodore Ts'oe1052142006-10-21 21:46:47 -040010920/* Override any GCC internal prototype to avoid an error.
10921 Use char because int might match the return type of a GCC
10922 builtin and then its argument prototype would still apply. */
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010923#ifdef __cplusplus
10924extern "C"
10925#endif
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010926char socket ();
10927int
10928main ()
10929{
Theodore Ts'oe1052142006-10-21 21:46:47 -040010930return socket ();
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010931 ;
10932 return 0;
10933}
10934_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010935if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010936 ac_cv_lib_socket_socket=yes
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000010937else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010938 ac_cv_lib_socket_socket=no
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000010939fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010940rm -f core conftest.err conftest.$ac_objext \
10941 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010942LIBS=$ac_check_lib_save_LIBS
10943fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010944{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010945$as_echo "$ac_cv_lib_socket_socket" >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010946if test "x$ac_cv_lib_socket_socket" = x""yes; then :
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000010947 SOCKET_LIB=-lsocket
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000010948fi
10949
Theodore Ts'o93636bd2003-07-12 02:45:05 -040010950
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for optreset" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010952$as_echo_n "checking for optreset... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010953if test "${ac_cv_have_optreset+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010954 $as_echo_n "(cached) " >&6
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010955else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010957/* end confdefs.h. */
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010958#include <unistd.h>
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050010959
10960_ACEOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010961if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010962 $EGREP "optreset" >/dev/null 2>&1; then :
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010963 ac_cv_have_optreset=yes
10964else
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010965 ac_cv_have_optreset=no
10966fi
10967rm -f conftest*
10968
10969fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_optreset" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010971$as_echo "$ac_cv_have_optreset" >&6; }
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010972if test $ac_cv_have_optreset = yes; then
Theodore Ts'od1154eb2011-09-18 17:34:37 -040010973
10974$as_echo "#define HAVE_OPTRESET 1" >>confdefs.h
Theodore Ts'o50e1e101997-04-26 13:58:21 +000010975
10976fi
Theodore Ts'od1154eb2011-09-18 17:34:37 -040010977
Theodore Ts'od7f45af2008-09-12 10:15:26 -040010978SEM_INIT_LIB=''
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010979ac_fn_c_check_func "$LINENO" "sem_init" "ac_cv_func_sem_init"
10980if test "x$ac_cv_func_sem_init" = x""yes; then :
10981
Theodore Ts'od7f45af2008-09-12 10:15:26 -040010982else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sem_init in -lpthread" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010984$as_echo_n "checking for sem_init in -lpthread... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010985if test "${ac_cv_lib_pthread_sem_init+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010010986 $as_echo_n "(cached) " >&6
Theodore Ts'od7f45af2008-09-12 10:15:26 -040010987else
10988 ac_check_lib_save_LIBS=$LIBS
10989LIBS="-lpthread $LIBS"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050010990cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'od7f45af2008-09-12 10:15:26 -040010991/* end confdefs.h. */
10992
10993/* Override any GCC internal prototype to avoid an error.
10994 Use char because int might match the return type of a GCC
10995 builtin and then its argument prototype would still apply. */
10996#ifdef __cplusplus
10997extern "C"
10998#endif
10999char sem_init ();
11000int
11001main ()
11002{
11003return sem_init ();
11004 ;
11005 return 0;
11006}
11007_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011008if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011009 ac_cv_lib_pthread_sem_init=yes
11010else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011011 ac_cv_lib_pthread_sem_init=no
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011012fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011013rm -f core conftest.err conftest.$ac_objext \
11014 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011015LIBS=$ac_check_lib_save_LIBS
11016fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011017{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_sem_init" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011018$as_echo "$ac_cv_lib_pthread_sem_init" >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011019if test "x$ac_cv_lib_pthread_sem_init" = x""yes; then :
11020 $as_echo "#define HAVE_SEM_INIT 1" >>confdefs.h
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011021
11022 SEM_INIT_LIB=-lpthread
11023else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sem_init in -lrt" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011025$as_echo_n "checking for sem_init in -lrt... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011026if test "${ac_cv_lib_rt_sem_init+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011027 $as_echo_n "(cached) " >&6
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011028else
11029 ac_check_lib_save_LIBS=$LIBS
11030LIBS="-lrt $LIBS"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011031cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011032/* end confdefs.h. */
11033
11034/* Override any GCC internal prototype to avoid an error.
11035 Use char because int might match the return type of a GCC
11036 builtin and then its argument prototype would still apply. */
11037#ifdef __cplusplus
11038extern "C"
11039#endif
11040char sem_init ();
11041int
11042main ()
11043{
11044return sem_init ();
11045 ;
11046 return 0;
11047}
11048_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011049if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011050 ac_cv_lib_rt_sem_init=yes
11051else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011052 ac_cv_lib_rt_sem_init=no
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011053fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011054rm -f core conftest.err conftest.$ac_objext \
11055 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011056LIBS=$ac_check_lib_save_LIBS
11057fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011058{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_sem_init" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011059$as_echo "$ac_cv_lib_rt_sem_init" >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011060if test "x$ac_cv_lib_rt_sem_init" = x""yes; then :
11061 $as_echo "#define HAVE_SEM_INIT 1" >>confdefs.h
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011062
11063 SEM_INIT_LIB=-lrt
11064else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sem_init in -lposix4" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011066$as_echo_n "checking for sem_init in -lposix4... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011067if test "${ac_cv_lib_posix4_sem_init+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011068 $as_echo_n "(cached) " >&6
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011069else
11070 ac_check_lib_save_LIBS=$LIBS
11071LIBS="-lposix4 $LIBS"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011072cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011073/* end confdefs.h. */
11074
11075/* Override any GCC internal prototype to avoid an error.
11076 Use char because int might match the return type of a GCC
11077 builtin and then its argument prototype would still apply. */
11078#ifdef __cplusplus
11079extern "C"
11080#endif
11081char sem_init ();
11082int
11083main ()
11084{
11085return sem_init ();
11086 ;
11087 return 0;
11088}
11089_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011090if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011091 ac_cv_lib_posix4_sem_init=yes
11092else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011093 ac_cv_lib_posix4_sem_init=no
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011094fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011095rm -f core conftest.err conftest.$ac_objext \
11096 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011097LIBS=$ac_check_lib_save_LIBS
11098fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sem_init" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011100$as_echo "$ac_cv_lib_posix4_sem_init" >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011101if test "x$ac_cv_lib_posix4_sem_init" = x""yes; then :
11102 $as_echo "#define HAVE_SEM_INIT 1" >>confdefs.h
Theodore Ts'od7f45af2008-09-12 10:15:26 -040011103
11104 SEM_INIT_LIB=-lposix4
11105fi
11106
11107fi
11108
11109fi
11110
11111fi
11112
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unified diff option" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011114$as_echo_n "checking for unified diff option... " >&6; }
Theodore Ts'o27f991b2008-04-01 20:32:55 -040011115if diff -u $0 $0 > /dev/null 2>&1 ; then
Theodore Ts'oe54635d2006-08-06 14:33:13 -040011116 UNI_DIFF_OPTS=-u
11117else
11118 UNI_DIFF_OPTS=-c
11119fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $UNI_DIFF_OPTS" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011121$as_echo "$UNI_DIFF_OPTS" >&6; }
Theodore Ts'oe54635d2006-08-06 14:33:13 -040011122
Theodore Ts'o8f3f29d2000-02-11 05:04:44 +000011123case "$host_os" in
11124linux*)
Theodore Ts'od1154eb2011-09-18 17:34:37 -040011125
11126$as_echo "#define HAVE_EXT2_IOCTLS 1" >>confdefs.h
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011127
Theodore Ts'o8f3f29d2000-02-11 05:04:44 +000011128 ;;
11129esac
Theodore Ts'oe6f2bda2002-08-18 03:37:10 -040011130LINUX_CMT="#"
Theodore Ts'offf45482003-04-13 00:44:19 -040011131CYGWIN_CMT="#"
11132UNIX_CMT=
Theodore Ts'oe6f2bda2002-08-18 03:37:10 -040011133case "$host_os" in
11134linux*)
11135 LINUX_CMT=
11136 ;;
Theodore Ts'offf45482003-04-13 00:44:19 -040011137cygwin)
11138 CYGWIN_CMT=
11139 UNIX_CMT="#"
Theodore Ts'offf45482003-04-13 00:44:19 -040011140 ;;
Theodore Ts'oe6f2bda2002-08-18 03:37:10 -040011141esac
11142
Theodore Ts'o93636bd2003-07-12 02:45:05 -040011143
11144
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011145case "$host_os" in
Theodore Ts'o93636bd2003-07-12 02:45:05 -040011146linux* | gnu* | k*bsd*-gnu)
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +000011147 if test "$prefix" = NONE -a "$root_prefix" = NONE ; then
11148 root_prefix="";
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: On $host_os systems, root_prefix defaults to ''" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011150$as_echo "On $host_os systems, root_prefix defaults to ''" >&6; }
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000011151 fi
11152 ;;
11153esac
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000011154case "$host_os" in
Theodore Ts'o93636bd2003-07-12 02:45:05 -040011155linux* | gnu* | k*bsd*-gnu)
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000011156 if test "$prefix" = NONE ; then
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +000011157 prefix="/usr";
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: On $host_os systems, prefix defaults to /usr" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011159$as_echo "On $host_os systems, prefix defaults to /usr" >&6; }
Theodore Ts'obff61a72002-05-21 22:21:38 -040011160 if test "$mandir" = '${prefix}/man' ; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ...and mandir defaults to /usr/share/man" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011162$as_echo "...and mandir defaults to /usr/share/man" >&6; }
Theodore Ts'obff61a72002-05-21 22:21:38 -040011163 mandir=/usr/share/man
11164 fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011165 fi
11166;;
11167esac
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +000011168if test "$root_prefix" = NONE ; then
Theodore Ts'offe19911998-04-08 06:05:49 +000011169 if test "$prefix" = NONE ; then
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +000011170 root_prefix="$ac_default_prefix"
11171 else
11172 root_prefix="$prefix"
11173 fi
Theodore Ts'ob5ffead2002-05-11 19:17:00 -040011174 root_bindir=$bindir
11175 root_sbindir=$sbindir
11176 root_libdir=$libdir
11177 root_sysconfdir=$sysconfdir
11178else
11179 root_bindir='${root_prefix}/bin'
11180 root_sbindir='${root_prefix}/sbin'
11181 root_libdir='${root_prefix}/lib'
11182 root_sysconfdir='${root_prefix}/etc'
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +000011183fi
Theodore Ts'oc4ef11c2008-01-04 16:55:37 -050011184if test "$bindir" != '${exec_prefix}/bin'; then
11185 root_bindir=$bindir
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Setting root_bindir to $root_bindir" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011187$as_echo "Setting root_bindir to $root_bindir" >&6; }
Theodore Ts'oc4ef11c2008-01-04 16:55:37 -050011188fi
11189if test "$sbindir" != '${exec_prefix}/sbin'; then
11190 root_sbindir=$sbindir
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Setting root_sbindir to $root_sbindir" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011192$as_echo "Setting root_sbindir to $root_sbindir" >&6; }
Theodore Ts'oc4ef11c2008-01-04 16:55:37 -050011193fi
11194if test "$libdir" != '${exec_prefix}/lib'; then
11195 root_libdir=$libdir
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Setting root_libdir to $root_libdir" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011197$as_echo "Setting root_libdir to $root_libdir" >&6; }
Theodore Ts'oc4ef11c2008-01-04 16:55:37 -050011198fi
11199if test "$sysconfdir" != '${prefix}/etc'; then
11200 root_sysconfdir=$sysconfdir
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Setting root_sysconfdir to $root_sysconfdir" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011202$as_echo "Setting root_sysconfdir to $root_sysconfdir" >&6; }
Theodore Ts'oc4ef11c2008-01-04 16:55:37 -050011203fi
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +000011204
Theodore Ts'o93636bd2003-07-12 02:45:05 -040011205
11206
11207
11208
Theodore Ts'o55e00a22011-09-18 23:53:23 -040011209
11210# Check whether --with-multiarch was given.
11211if test "${with_multiarch+set}" = set; then :
11212 withval=$with_multiarch; libdir=$libdir/$withval
11213root_libdir=$root_libdir/$withval
11214
11215fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linker accepts -static" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011217$as_echo_n "checking whether linker accepts -static... " >&6; }
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011218if test "${ac_cv_e2fsprogs_use_static+set}" = set; then :
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011219 $as_echo_n "(cached) " >&6
Theodore Ts'oae851481997-04-29 18:13:24 +000011220else
11221 SAVE_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -static"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011222cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011223/* end confdefs.h. */
Theodore Ts'oae851481997-04-29 18:13:24 +000011224#include <stdio.h>
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011225int
11226main ()
11227{
Theodore Ts'oae851481997-04-29 18:13:24 +000011228fflush(stdout);
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011229 ;
11230 return 0;
11231}
11232_ACEOF
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011233if ac_fn_c_try_link "$LINENO"; then :
Theodore Ts'oae851481997-04-29 18:13:24 +000011234 ac_cv_e2fsprogs_use_static=yes
11235else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011236 ac_cv_e2fsprogs_use_static=no
Theodore Ts'oae851481997-04-29 18:13:24 +000011237fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011238rm -f core conftest.err conftest.$ac_objext \
11239 conftest$ac_exeext conftest.$ac_ext
Theodore Ts'oae851481997-04-29 18:13:24 +000011240LDFLAGS=$SAVE_LDFLAGS
11241fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011242
Theodore Ts'odefde781999-01-04 07:39:19 +000011243case "$host_os" in
11244solaris2.*)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011245 ac_cv_e2fsprogs_use_static=no
Theodore Ts'odefde781999-01-04 07:39:19 +000011246;;
11247esac
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011248{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_e2fsprogs_use_static" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011249$as_echo "$ac_cv_e2fsprogs_use_static" >&6; }
Theodore Ts'o74becf31997-04-26 14:37:06 +000011250LDFLAG_STATIC=
Theodore Ts'oae851481997-04-29 18:13:24 +000011251if test $ac_cv_e2fsprogs_use_static = yes; then
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011252 LDFLAG_STATIC=-static
Theodore Ts'oae851481997-04-29 18:13:24 +000011253fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011254
Theodore Ts'o07a0db12003-07-05 14:50:24 -040011255case "$host_os" in
11256darwin*)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using Apple Darwin / GNU libintl workaround" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011258$as_echo "Using Apple Darwin / GNU libintl workaround" >&6; }
Theodore Ts'od1154eb2011-09-18 17:34:37 -040011259
11260$as_echo "#define _INTL_REDIRECT_MACROS 1" >>confdefs.h
Theodore Ts'o07a0db12003-07-05 14:50:24 -040011261
11262 ;;
11263esac
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011264SS_DIR=`cd ${srcdir}/lib/ss; pwd`
11265ET_DIR=`cd ${srcdir}/lib/et; pwd`
11266
Theodore Ts'o93636bd2003-07-12 02:45:05 -040011267
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011268if test "$cross_compiling" = yes ; then
11269 DO_TEST_SUITE=
11270else
11271 DO_TEST_SUITE=check
11272fi
11273
Theodore Ts'od1154eb2011-09-18 17:34:37 -040011274INCLUDES='-I. -I$(top_builddir)/lib -I$(top_srcdir)/lib'
11275if test -n "$CPPFLAGS" ; then
11276 INCLUDES="$INCLUDES $CPPFLAGS"
11277fi
Theodore Ts'oc6f35b82003-05-17 16:29:27 -040011278if test "$USE_INCLUDED_LIBINTL" = "yes" ; then
Theodore Ts'od1154eb2011-09-18 17:34:37 -040011279 INCLUDES=$INCLUDES' -I$(top_builddir)/intl -I$(top_srcdir)/intl'
Theodore Ts'oc6f35b82003-05-17 16:29:27 -040011280fi
11281
Theodore Ts'odd947da2005-11-09 18:37:07 -040011282if test $cross_compiling = no; then
11283 BUILD_CFLAGS="$CFLAGS"
11284 BUILD_LDFLAGS="$LDFLAGS"
11285else
11286 BUILD_CFLAGS=
11287 BUILD_LDFLAGS=
11288fi
11289
11290
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011291test -d lib || mkdir lib
11292test -d include || mkdir include
11293test -d include/linux || mkdir include/linux
Theodore Ts'odefde781999-01-04 07:39:19 +000011294test -d include/asm || mkdir include/asm
Theodore Ts'obff0cc92003-03-23 01:37:53 -050011295for i in MCONFIG Makefile e2fsprogs.spec \
11296 util/Makefile util/subst.conf util/gen-tarball \
Theodore Ts'o4ea7ea02006-04-09 08:41:55 -040011297 lib/et/Makefile lib/ss/Makefile lib/e2p/Makefile \
11298 lib/ext2fs/Makefile lib/ext2fs/ext2_types.h \
Theodore Ts'o94ba8c72003-03-02 02:07:14 -050011299 lib/uuid/Makefile lib/uuid/uuid_types.h \
Aditya Kalif239fef2011-07-20 11:40:02 -070011300 lib/blkid/Makefile lib/blkid/blkid_types.h lib/quota/Makefile \
Theodore Ts'oe6441862005-01-26 12:59:25 -050011301 lib/ss/ss.pc lib/uuid/uuid.pc lib/et/com_err.pc \
11302 lib/e2p/e2p.pc lib/blkid/blkid.pc lib/ext2fs/ext2fs.pc \
Theodore Ts'o921f4ad2004-11-19 17:25:27 -050011303 misc/Makefile ext2ed/Makefile e2fsck/Makefile \
Theodore Ts'o94ba8c72003-03-02 02:07:14 -050011304 debugfs/Makefile tests/Makefile tests/progs/Makefile \
Matthias Andree98a5ad62009-07-15 17:37:52 +020011305 resize/Makefile doc/Makefile intl/Makefile \
11306 intl/libgnuintl.h po/Makefile.in ; do
Theodore Ts'o94ba8c72003-03-02 02:07:14 -050011307 if test -d `dirname ${srcdir}/$i` ; then
11308 outlist="$outlist $i"
11309 fi
11310done
Theodore Ts'oe1052142006-10-21 21:46:47 -040011311ac_config_files="$ac_config_files $outlist"
11312
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011313cat >confcache <<\_ACEOF
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011314# This file is a shell script that caches the results of configure
11315# tests run on this system so they can be shared between configure
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011316# scripts and configure runs, see configure's option --config-cache.
11317# It is not useful on other systems. If it contains results you don't
11318# want to keep, you may remove or edit it.
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011319#
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011320# config.status only pays attention to the cache file if you give it
11321# the --recheck option to rerun configure.
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011322#
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011323# `ac_cv_env_foo' variables (set or unset) will be overridden when
11324# loading this file, other *unset* `ac_cv_foo' will be assigned the
11325# following values.
11326
11327_ACEOF
11328
Theodore Ts'o21c84b71997-04-29 16:15:03 +000011329# The following way of writing the cache mishandles newlines in values,
11330# but we know of no workaround that is simple, portable, and efficient.
Theodore Ts'oe1052142006-10-21 21:46:47 -040011331# So, we kill variables containing newlines.
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011332# Ultrix sh set writes to stderr and can't be redirected directly,
11333# and sets the high bit in the cache file unless we assign to the vars.
Theodore Ts'oe1052142006-10-21 21:46:47 -040011334(
11335 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11336 eval ac_val=\$$ac_var
11337 case $ac_val in #(
11338 *${as_nl}*)
11339 case $ac_var in #(
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011340 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011341$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -040011342 esac
11343 case $ac_var in #(
11344 _ | IFS | as_nl) ;; #(
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011345 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011346 *) { eval $ac_var=; unset $ac_var;} ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -040011347 esac ;;
11348 esac
11349 done
11350
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011351 (set) 2>&1 |
Theodore Ts'oe1052142006-10-21 21:46:47 -040011352 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11353 *${as_nl}ac_space=\ *)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011354 # `set' does not quote correctly, so add quotes: double-quote
11355 # substitution turns \\\\ into \\, and sed turns \\ into \.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011356 sed -n \
11357 "s/'/'\\\\''/g;
11358 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
Theodore Ts'oe1052142006-10-21 21:46:47 -040011359 ;; #(
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011360 *)
11361 # `set' quotes correctly as required by POSIX, so do not add quotes.
Theodore Ts'oe1052142006-10-21 21:46:47 -040011362 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011363 ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -040011364 esac |
11365 sort
11366) |
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011367 sed '
Theodore Ts'oe1052142006-10-21 21:46:47 -040011368 /^ac_cv_env_/b end
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011369 t clear
Theodore Ts'oe1052142006-10-21 21:46:47 -040011370 :clear
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011371 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11372 t end
Theodore Ts'oe1052142006-10-21 21:46:47 -040011373 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11374 :end' >>confcache
11375if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11376 if test -w "$cache_file"; then
11377 test "x$cache_file" != "x/dev/null" &&
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011378 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011379$as_echo "$as_me: updating cache $cache_file" >&6;}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011380 cat confcache >$cache_file
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011381 else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011382 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011383$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011384 fi
11385fi
11386rm -f confcache
11387
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011388test "x$prefix" = xNONE && prefix=$ac_default_prefix
11389# Let make expand exec_prefix.
11390test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11391
Theodore Ts'od1154eb2011-09-18 17:34:37 -040011392DEFS=-DHAVE_CONFIG_H
Theodore Ts'o93636bd2003-07-12 02:45:05 -040011393
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011394ac_libobjs=
11395ac_ltlibobjs=
11396for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11397 # 1. Remove the extension, and $U if already installed.
Theodore Ts'oe1052142006-10-21 21:46:47 -040011398 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011399 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
Theodore Ts'oe1052142006-10-21 21:46:47 -040011400 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11401 # will be set to the directory where LIBOBJS objects are built.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011402 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11403 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011404done
11405LIBOBJS=$ac_libobjs
11406
11407LTLIBOBJS=$ac_ltlibobjs
11408
11409
11410
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011411
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011412: ${CONFIG_STATUS=./config.status}
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011413ac_write_fail=0
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011414ac_clean_files_save=$ac_clean_files
11415ac_clean_files="$ac_clean_files $CONFIG_STATUS"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011416{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011417$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011418as_write_fail=0
11419cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011420#! $SHELL
11421# Generated by $as_me.
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011422# Run this file to recreate the current configuration.
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011423# Compiler output produced by configure, useful for debugging
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011424# configure, is in config.log if it exists.
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011425
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011426debug=false
11427ac_cs_recheck=false
11428ac_cs_silent=false
Theodore Ts'o07a0db12003-07-05 14:50:24 -040011429
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011430SHELL=\${CONFIG_SHELL-$SHELL}
11431export SHELL
11432_ASEOF
11433cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11434## -------------------- ##
11435## M4sh Initialization. ##
11436## -------------------- ##
Theodore Ts'o07a0db12003-07-05 14:50:24 -040011437
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040011438# Be more Bourne compatible
11439DUALCASE=1; export DUALCASE # for MKS sh
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011440if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011441 emulate sh
11442 NULLCMD=:
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011443 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011444 # is contrary to our usage. Disable this feature.
11445 alias -g '${1+"$@"}'='"$@"'
Theodore Ts'oe1052142006-10-21 21:46:47 -040011446 setopt NO_GLOB_SUBST
11447else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011448 case `(set -o) 2>/dev/null` in #(
11449 *posix*) :
11450 set -o posix ;; #(
11451 *) :
11452 ;;
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040011453esac
Theodore Ts'o93636bd2003-07-12 02:45:05 -040011454fi
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040011455
11456
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011457as_nl='
11458'
11459export as_nl
11460# Printing a long string crashes Solaris 7 /usr/bin/printf.
11461as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11462as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11463as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011464# Prefer a ksh shell builtin over an external printf program on Solaris,
11465# but without wasting forks for bash or zsh.
11466if test -z "$BASH_VERSION$ZSH_VERSION" \
11467 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11468 as_echo='print -r --'
11469 as_echo_n='print -rn --'
11470elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011471 as_echo='printf %s\n'
11472 as_echo_n='printf %s'
11473else
11474 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11475 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11476 as_echo_n='/usr/ucb/echo -n'
11477 else
11478 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11479 as_echo_n_body='eval
11480 arg=$1;
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011481 case $arg in #(
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011482 *"$as_nl"*)
11483 expr "X$arg" : "X\\(.*\\)$as_nl";
11484 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11485 esac;
11486 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11487 '
11488 export as_echo_n_body
11489 as_echo_n='sh -c $as_echo_n_body as_echo'
11490 fi
11491 export as_echo_body
11492 as_echo='sh -c $as_echo_body as_echo'
11493fi
11494
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011495# The user is always right.
11496if test "${PATH_SEPARATOR+set}" != set; then
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011497 PATH_SEPARATOR=:
11498 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11499 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11500 PATH_SEPARATOR=';'
11501 }
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011502fi
11503
Theodore Ts'oe1052142006-10-21 21:46:47 -040011504
11505# IFS
11506# We need space, tab and new line, in precisely that order. Quoting is
11507# there to prevent editors from complaining about space-tab.
11508# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11509# splitting by setting IFS to empty value.)
Theodore Ts'oe1052142006-10-21 21:46:47 -040011510IFS=" "" $as_nl"
11511
11512# Find who we are. Look in the path if we contain no directory separator.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011513case $0 in #((
Theodore Ts'oe1052142006-10-21 21:46:47 -040011514 *[\\/]* ) as_myself=$0 ;;
11515 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011516for as_dir in $PATH
11517do
11518 IFS=$as_save_IFS
11519 test -z "$as_dir" && as_dir=.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011520 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11521 done
Theodore Ts'oe1052142006-10-21 21:46:47 -040011522IFS=$as_save_IFS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011523
Theodore Ts'oe1052142006-10-21 21:46:47 -040011524 ;;
11525esac
11526# We did not find ourselves, most probably we were run as `sh COMMAND'
11527# in which case we are not to be found in the path.
11528if test "x$as_myself" = x; then
11529 as_myself=$0
11530fi
11531if test ! -f "$as_myself"; then
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011532 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011533 exit 1
Theodore Ts'oe1052142006-10-21 21:46:47 -040011534fi
11535
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011536# Unset variables that we do not need and which cause bugs (e.g. in
11537# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11538# suppresses any "Segmentation fault" message there. '((' could
11539# trigger a bug in pdksh 5.2.14.
11540for as_var in BASH_ENV ENV MAIL MAILPATH
11541do eval test x\${$as_var+set} = xset \
11542 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Theodore Ts'oe1052142006-10-21 21:46:47 -040011543done
11544PS1='$ '
11545PS2='> '
11546PS4='+ '
11547
11548# NLS nuisances.
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011549LC_ALL=C
11550export LC_ALL
11551LANGUAGE=C
11552export LANGUAGE
Theodore Ts'oe1052142006-10-21 21:46:47 -040011553
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011554# CDPATH.
11555(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11556
11557
11558# as_fn_error ERROR [LINENO LOG_FD]
11559# ---------------------------------
11560# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11561# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11562# script with status $?, using 1 if that was 0.
11563as_fn_error ()
11564{
11565 as_status=$?; test $as_status -eq 0 && as_status=1
11566 if test "$3"; then
11567 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11568 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11569 fi
11570 $as_echo "$as_me: error: $1" >&2
11571 as_fn_exit $as_status
11572} # as_fn_error
11573
11574
11575# as_fn_set_status STATUS
11576# -----------------------
11577# Set $? to STATUS, without forking.
11578as_fn_set_status ()
11579{
11580 return $1
11581} # as_fn_set_status
11582
11583# as_fn_exit STATUS
11584# -----------------
11585# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11586as_fn_exit ()
11587{
11588 set +e
11589 as_fn_set_status $1
11590 exit $1
11591} # as_fn_exit
11592
11593# as_fn_unset VAR
11594# ---------------
11595# Portably unset VAR.
11596as_fn_unset ()
11597{
11598 { eval $1=; unset $1;}
11599}
11600as_unset=as_fn_unset
11601# as_fn_append VAR VALUE
11602# ----------------------
11603# Append the text in VALUE to the end of the definition contained in VAR. Take
11604# advantage of any shell optimizations that allow amortized linear growth over
11605# repeated appends, instead of the typical quadratic growth present in naive
11606# implementations.
11607if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11608 eval 'as_fn_append ()
11609 {
11610 eval $1+=\$2
11611 }'
11612else
11613 as_fn_append ()
11614 {
11615 eval $1=\$$1\$2
11616 }
11617fi # as_fn_append
11618
11619# as_fn_arith ARG...
11620# ------------------
11621# Perform arithmetic evaluation on the ARGs, and store the result in the
11622# global $as_val. Take advantage of shells that can avoid forks. The arguments
11623# must be portable across $(()) and expr.
11624if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11625 eval 'as_fn_arith ()
11626 {
11627 as_val=$(( $* ))
11628 }'
11629else
11630 as_fn_arith ()
11631 {
11632 as_val=`expr "$@" || test $? -eq 1`
11633 }
11634fi # as_fn_arith
11635
11636
Theodore Ts'oe1052142006-10-21 21:46:47 -040011637if expr a : '\(a\)' >/dev/null 2>&1 &&
11638 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11639 as_expr=expr
11640else
11641 as_expr=false
11642fi
11643
11644if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11645 as_basename=basename
11646else
11647 as_basename=false
11648fi
11649
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011650if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11651 as_dirname=dirname
11652else
11653 as_dirname=false
11654fi
Theodore Ts'oe1052142006-10-21 21:46:47 -040011655
Theodore Ts'oe1052142006-10-21 21:46:47 -040011656as_me=`$as_basename -- "$0" ||
11657$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11658 X"$0" : 'X\(//\)$' \| \
11659 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011660$as_echo X/"$0" |
Theodore Ts'oe1052142006-10-21 21:46:47 -040011661 sed '/^.*\/\([^/][^/]*\)\/*$/{
11662 s//\1/
11663 q
11664 }
11665 /^X\/\(\/\/\)$/{
11666 s//\1/
11667 q
11668 }
11669 /^X\/\(\/\).*/{
11670 s//\1/
11671 q
11672 }
11673 s/.*/./; q'`
11674
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011675# Avoid depending upon Character Ranges.
11676as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11677as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11678as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11679as_cr_digits='0123456789'
11680as_cr_alnum=$as_cr_Letters$as_cr_digits
Theodore Ts'oe1052142006-10-21 21:46:47 -040011681
11682ECHO_C= ECHO_N= ECHO_T=
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011683case `echo -n x` in #(((((
Theodore Ts'oe1052142006-10-21 21:46:47 -040011684-n*)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011685 case `echo 'xy\c'` in
Theodore Ts'oe1052142006-10-21 21:46:47 -040011686 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011687 xy) ECHO_C='\c';;
11688 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11689 ECHO_T=' ';;
Theodore Ts'oe1052142006-10-21 21:46:47 -040011690 esac;;
11691*)
11692 ECHO_N='-n';;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011693esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011694
11695rm -f conf$$ conf$$.exe conf$$.file
Theodore Ts'oe1052142006-10-21 21:46:47 -040011696if test -d conf$$.dir; then
11697 rm -f conf$$.dir/conf$$.file
11698else
11699 rm -f conf$$.dir
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011700 mkdir conf$$.dir 2>/dev/null
Theodore Ts'oe1052142006-10-21 21:46:47 -040011701fi
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011702if (echo >conf$$.file) 2>/dev/null; then
11703 if ln -s conf$$.file conf$$ 2>/dev/null; then
11704 as_ln_s='ln -s'
11705 # ... but there are two gotchas:
11706 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11707 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11708 # In both cases, we have to default to `cp -p'.
11709 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11710 as_ln_s='cp -p'
11711 elif ln conf$$.file conf$$ 2>/dev/null; then
11712 as_ln_s=ln
11713 else
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011714 as_ln_s='cp -p'
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011715 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011716else
11717 as_ln_s='cp -p'
11718fi
Theodore Ts'oe1052142006-10-21 21:46:47 -040011719rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11720rmdir conf$$.dir 2>/dev/null
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011721
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011722
11723# as_fn_mkdir_p
11724# -------------
11725# Create "$as_dir" as a directory, including parents if necessary.
11726as_fn_mkdir_p ()
11727{
11728
11729 case $as_dir in #(
11730 -*) as_dir=./$as_dir;;
11731 esac
11732 test -d "$as_dir" || eval $as_mkdir_p || {
11733 as_dirs=
11734 while :; do
11735 case $as_dir in #(
11736 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11737 *) as_qdir=$as_dir;;
11738 esac
11739 as_dirs="'$as_qdir' $as_dirs"
11740 as_dir=`$as_dirname -- "$as_dir" ||
11741$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11742 X"$as_dir" : 'X\(//\)[^/]' \| \
11743 X"$as_dir" : 'X\(//\)$' \| \
11744 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11745$as_echo X"$as_dir" |
11746 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11747 s//\1/
11748 q
11749 }
11750 /^X\(\/\/\)[^/].*/{
11751 s//\1/
11752 q
11753 }
11754 /^X\(\/\/\)$/{
11755 s//\1/
11756 q
11757 }
11758 /^X\(\/\).*/{
11759 s//\1/
11760 q
11761 }
11762 s/.*/./; q'`
11763 test -d "$as_dir" && break
11764 done
11765 test -z "$as_dirs" || eval "mkdir $as_dirs"
11766 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11767
11768
11769} # as_fn_mkdir_p
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011770if mkdir -p . 2>/dev/null; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011771 as_mkdir_p='mkdir -p "$as_dir"'
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011772else
11773 test -d ./-p && rmdir ./-p
11774 as_mkdir_p=false
11775fi
11776
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040011777if test -x / >/dev/null 2>&1; then
11778 as_test_x='test -x'
Theodore Ts'oe1052142006-10-21 21:46:47 -040011779else
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040011780 if ls -dL / >/dev/null 2>&1; then
11781 as_ls_L_option=L
11782 else
11783 as_ls_L_option=
11784 fi
11785 as_test_x='
11786 eval sh -c '\''
11787 if test -d "$1"; then
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011788 test -d "$1/.";
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040011789 else
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011790 case $1 in #(
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011791 -*)set "./$1";;
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040011792 esac;
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011793 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040011794 ???[sx]*):;;*)false;;esac;fi
11795 '\'' sh
11796 '
Theodore Ts'oe1052142006-10-21 21:46:47 -040011797fi
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040011798as_executable_p=$as_test_x
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011799
11800# Sed expression to map a string onto a valid CPP name.
11801as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11802
11803# Sed expression to map a string onto a valid variable name.
11804as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11805
11806
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011807exec 6>&1
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011808## ----------------------------------- ##
11809## Main body of $CONFIG_STATUS script. ##
11810## ----------------------------------- ##
11811_ASEOF
11812test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011813
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011814cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11815# Save the log message, to keep $0 and so on meaningful, and to
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011816# report actual input values of CONFIG_FILES etc. instead of their
Theodore Ts'oe1052142006-10-21 21:46:47 -040011817# values after options handling.
11818ac_log="
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011819This file was extended by $as_me, which was
Theodore Ts'o61ef2472010-08-01 22:30:33 -040011820generated by GNU Autoconf 2.65. Invocation command line was
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011821
11822 CONFIG_FILES = $CONFIG_FILES
11823 CONFIG_HEADERS = $CONFIG_HEADERS
11824 CONFIG_LINKS = $CONFIG_LINKS
11825 CONFIG_COMMANDS = $CONFIG_COMMANDS
11826 $ $0 $@
11827
Theodore Ts'oe1052142006-10-21 21:46:47 -040011828on `(hostname || uname -n) 2>/dev/null | sed 1q`
11829"
11830
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011831_ACEOF
11832
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011833case $ac_config_files in *"
11834"*) set x $ac_config_files; shift; ac_config_files=$*;;
11835esac
11836
Theodore Ts'od1154eb2011-09-18 17:34:37 -040011837case $ac_config_headers in *"
11838"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11839esac
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011840
11841
11842cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011843# Files that config.status was made for.
Theodore Ts'oe1052142006-10-21 21:46:47 -040011844config_files="$ac_config_files"
Theodore Ts'od1154eb2011-09-18 17:34:37 -040011845config_headers="$ac_config_headers"
Theodore Ts'oe1052142006-10-21 21:46:47 -040011846config_commands="$ac_config_commands"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011847
Theodore Ts'oe1052142006-10-21 21:46:47 -040011848_ACEOF
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011849
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011850cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011851ac_cs_usage="\
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011852\`$as_me' instantiates files and other configuration actions
11853from templates according to the current configuration. Unless the files
11854and actions are specified as TAGs, all are instantiated by default.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011855
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011856Usage: $0 [OPTION]... [TAG]...
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011857
11858 -h, --help print this help, then exit
Theodore Ts'o29a5dee2007-07-04 16:28:47 -040011859 -V, --version print version number and configuration settings, then exit
Theodore Ts'o61ef2472010-08-01 22:30:33 -040011860 --config print configuration, then exit
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011861 -q, --quiet, --silent
11862 do not print progress messages
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011863 -d, --debug don't remove temporary files
11864 --recheck update $as_me by reconfiguring in the same conditions
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011865 --file=FILE[:TEMPLATE]
11866 instantiate the configuration file FILE
Theodore Ts'od1154eb2011-09-18 17:34:37 -040011867 --header=FILE[:TEMPLATE]
11868 instantiate the configuration header FILE
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011869
11870Configuration files:
11871$config_files
11872
Theodore Ts'od1154eb2011-09-18 17:34:37 -040011873Configuration headers:
11874$config_headers
11875
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011876Configuration commands:
11877$config_commands
11878
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011879Report bugs to the package provider."
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011880
Theodore Ts'oe1052142006-10-21 21:46:47 -040011881_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011882cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Theodore Ts'o61ef2472010-08-01 22:30:33 -040011883ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011884ac_cs_version="\\
11885config.status
Theodore Ts'o61ef2472010-08-01 22:30:33 -040011886configured by $0, generated by GNU Autoconf 2.65,
11887 with options \\"\$ac_cs_config\\"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011888
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011889Copyright (C) 2009 Free Software Foundation, Inc.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011890This config.status script is free software; the Free Software Foundation
11891gives unlimited permission to copy, distribute and modify it."
Theodore Ts'oe1052142006-10-21 21:46:47 -040011892
11893ac_pwd='$ac_pwd'
11894srcdir='$srcdir'
11895INSTALL='$INSTALL'
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011896AWK='$AWK'
11897test -n "\$AWK" || AWK=awk
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011898_ACEOF
11899
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011900cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11901# The default lists apply if the user does not specify any file.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011902ac_need_defaults=:
11903while test $# != 0
11904do
11905 case $1 in
11906 --*=*)
Theodore Ts'oe1052142006-10-21 21:46:47 -040011907 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11908 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011909 ac_shift=:
11910 ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -040011911 *)
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011912 ac_option=$1
11913 ac_optarg=$2
11914 ac_shift=shift
11915 ;;
Theodore Ts'o93636bd2003-07-12 02:45:05 -040011916 esac
11917
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011918 case $ac_option in
11919 # Handling of the options.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011920 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11921 ac_cs_recheck=: ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -040011922 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011923 $as_echo "$ac_cs_version"; exit ;;
Theodore Ts'o61ef2472010-08-01 22:30:33 -040011924 --config | --confi | --conf | --con | --co | --c )
11925 $as_echo "$ac_cs_config"; exit ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -040011926 --debug | --debu | --deb | --de | --d | -d )
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011927 debug=: ;;
11928 --file | --fil | --fi | --f )
11929 $ac_shift
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011930 case $ac_optarg in
11931 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11932 esac
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011933 as_fn_append CONFIG_FILES " '$ac_optarg'"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011934 ac_need_defaults=false;;
Theodore Ts'od1154eb2011-09-18 17:34:37 -040011935 --header | --heade | --head | --hea )
11936 $ac_shift
11937 case $ac_optarg in
11938 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11939 esac
11940 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11941 ac_need_defaults=false;;
11942 --he | --h)
11943 # Conflict between --help and --header
11944 as_fn_error "ambiguous option: \`$1'
11945Try \`$0 --help' for more information.";;
11946 --help | --hel | -h )
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011947 $as_echo "$ac_cs_usage"; exit ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011948 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11949 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11950 ac_cs_silent=: ;;
11951
11952 # This is an error.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011953 -*) as_fn_error "unrecognized option: \`$1'
11954Try \`$0 --help' for more information." ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011955
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050011956 *) as_fn_append ac_config_targets " $1"
Theodore Ts'oe1052142006-10-21 21:46:47 -040011957 ac_need_defaults=false ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011958
Theodore Ts'o93636bd2003-07-12 02:45:05 -040011959 esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011960 shift
11961done
Theodore Ts'o93636bd2003-07-12 02:45:05 -040011962
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011963ac_configure_extra_args=
Theodore Ts'o93636bd2003-07-12 02:45:05 -040011964
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011965if $ac_cs_silent; then
11966 exec 6>/dev/null
11967 ac_configure_extra_args="$ac_configure_extra_args --silent"
11968fi
11969
11970_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011971cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011972if \$ac_cs_recheck; then
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011973 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11974 shift
11975 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11976 CONFIG_SHELL='$SHELL'
Theodore Ts'oe1052142006-10-21 21:46:47 -040011977 export CONFIG_SHELL
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011978 exec "\$@"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011979fi
11980
11981_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011982cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Theodore Ts'oe1052142006-10-21 21:46:47 -040011983exec 5>>config.log
11984{
11985 echo
11986 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11987## Running $as_me. ##
11988_ASBOX
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011989 $as_echo "$ac_log"
Theodore Ts'oe1052142006-10-21 21:46:47 -040011990} >&5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011991
Theodore Ts'oe1052142006-10-21 21:46:47 -040011992_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +010011993cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011994#
Theodore Ts'oe1052142006-10-21 21:46:47 -040011995# INIT-COMMANDS
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011996#
Theodore Ts'oa04eba32003-05-03 16:35:17 -040011997# Capture the value of obsolete ALL_LINGUAS because we need it to compute
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050011998 # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
Theodore Ts'oa04eba32003-05-03 16:35:17 -040011999 # from automake.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012000 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012001 # Capture the value of LINGUAS because we need it to compute CATALOGS.
12002 LINGUAS="${LINGUAS-%UNSET%}"
Theodore Ts'o50e1e101997-04-26 13:58:21 +000012003
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012004
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012005_ACEOF
12006
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012007cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Theodore Ts'oe1052142006-10-21 21:46:47 -040012008
12009# Handling of arguments.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012010for ac_config_target in $ac_config_targets
12011do
Theodore Ts'oe1052142006-10-21 21:46:47 -040012012 case $ac_config_target in
Theodore Ts'od1154eb2011-09-18 17:34:37 -040012013 "lib/config.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/config.h" ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -040012014 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
12015 "$outlist") CONFIG_FILES="$CONFIG_FILES $outlist" ;;
12016
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012017 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012018 esac
12019done
12020
Theodore Ts'oe1052142006-10-21 21:46:47 -040012021
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012022# If the user did not use the arguments to specify the items to instantiate,
12023# then the envvar interface is used. Set only those that are not.
12024# We use the long form for the default assignment because of an extremely
12025# bizarre bug on SunOS 4.1.3.
12026if $ac_need_defaults; then
12027 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
Theodore Ts'od1154eb2011-09-18 17:34:37 -040012028 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012029 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12030fi
12031
12032# Have a temporary directory for convenience. Make it in the build tree
Theodore Ts'oe1052142006-10-21 21:46:47 -040012033# simply because there is no reason against having it here, and in addition,
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012034# creating and moving files from /tmp can sometimes cause problems.
Theodore Ts'oe1052142006-10-21 21:46:47 -040012035# Hook for its removal unless debugging.
12036# Note that there is a small window in which the directory will not be cleaned:
12037# after its creation but before its name has been assigned to `$tmp'.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012038$debug ||
12039{
Theodore Ts'oe1052142006-10-21 21:46:47 -040012040 tmp=
12041 trap 'exit_status=$?
12042 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12043' 0
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012044 trap 'as_fn_exit 1' 1 2 13 15
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012045}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012046# Create a (secure) tmp directory for tmp files.
12047
12048{
Theodore Ts'oe1052142006-10-21 21:46:47 -040012049 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012050 test -n "$tmp" && test -d "$tmp"
12051} ||
12052{
Theodore Ts'oe1052142006-10-21 21:46:47 -040012053 tmp=./conf$$-$RANDOM
12054 (umask 077 && mkdir "$tmp")
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012055} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012056
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012057# Set up the scripts for CONFIG_FILES section.
12058# No need to generate them if there are no CONFIG_FILES.
12059# This happens for instance with `./config.status config.h'.
Theodore Ts'oe1052142006-10-21 21:46:47 -040012060if test -n "$CONFIG_FILES"; then
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012061
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012062if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
12063 ac_cs_awk_getline=:
12064 ac_cs_awk_pipe_init=
12065 ac_cs_awk_read_file='
12066 while ((getline aline < (F[key])) > 0)
12067 print(aline)
12068 close(F[key])'
12069 ac_cs_awk_pipe_fini=
12070else
12071 ac_cs_awk_getline=false
12072 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
12073 ac_cs_awk_read_file='
12074 print "|#_!!_#|"
12075 print "cat " F[key] " &&"
12076 '$ac_cs_awk_pipe_init
12077 # The final `:' finishes the AND list.
12078 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
12079fi
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012080ac_cr=`echo X | tr X '\015'`
12081# On cygwin, bash can eat \r inside `` if the user requested igncr.
12082# But we know of no other shell where ac_cr would be empty at this
12083# point, so we can use a bashism as a fallback.
12084if test "x$ac_cr" = x; then
12085 eval ac_cr=\$\'\\r\'
12086fi
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012087ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12088if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012089 ac_cs_awk_cr='\r'
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012090else
12091 ac_cs_awk_cr=$ac_cr
12092fi
12093
12094echo 'BEGIN {' >"$tmp/subs1.awk" &&
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012095_ACEOF
12096
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012097# Create commands to substitute file output variables.
12098{
12099 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
12100 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
12101 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
12102 echo "_ACAWK" &&
12103 echo "_ACEOF"
12104} >conf$$files.sh &&
12105. ./conf$$files.sh ||
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012106 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012107rm -f conf$$files.sh
Theodore Ts'oe1052142006-10-21 21:46:47 -040012108
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012109{
12110 echo "cat >conf$$subs.awk <<_ACEOF" &&
12111 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12112 echo "_ACEOF"
12113} >conf$$subs.sh ||
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012114 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012115ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
Theodore Ts'oe1052142006-10-21 21:46:47 -040012116ac_delim='%!_!# '
12117for ac_last_try in false false false false false :; do
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012118 . ./conf$$subs.sh ||
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012119 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Theodore Ts'oe1052142006-10-21 21:46:47 -040012120
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012121 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12122 if test $ac_delim_n = $ac_delim_num; then
Theodore Ts'oe1052142006-10-21 21:46:47 -040012123 break
12124 elif $ac_last_try; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012125 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Theodore Ts'oe1052142006-10-21 21:46:47 -040012126 else
12127 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012128 fi
Theodore Ts'oe1052142006-10-21 21:46:47 -040012129done
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012130rm -f conf$$subs.sh
Theodore Ts'oe1052142006-10-21 21:46:47 -040012131
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012132cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12133cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
Theodore Ts'oe1052142006-10-21 21:46:47 -040012134_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012135sed -n '
12136h
12137s/^/S["/; s/!.*/"]=/
12138p
12139g
12140s/^[^!]*!//
12141:repl
12142t repl
12143s/'"$ac_delim"'$//
12144t delim
12145:nl
12146h
Theodore Ts'o61ef2472010-08-01 22:30:33 -040012147s/\(.\{148\}\)..*/\1/
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012148t more1
12149s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12150p
12151n
12152b repl
12153:more1
12154s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12155p
12156g
12157s/.\{148\}//
12158t nl
12159:delim
12160h
Theodore Ts'o61ef2472010-08-01 22:30:33 -040012161s/\(.\{148\}\)..*/\1/
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012162t more2
12163s/["\\]/\\&/g; s/^/"/; s/$/"/
12164p
12165b
12166:more2
12167s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12168p
12169g
12170s/.\{148\}//
12171t delim
12172' <conf$$subs.awk | sed '
12173/^[^""]/{
12174 N
12175 s/\n//
12176}
12177' >>$CONFIG_STATUS || ac_write_fail=1
12178rm -f conf$$subs.awk
12179cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12180_ACAWK
12181cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12182 for (key in S) S_is_set[key] = 1
12183 FS = ""
12184 \$ac_cs_awk_pipe_init
12185}
12186{
12187 line = $ 0
12188 nfields = split(line, field, "@")
12189 substed = 0
12190 len = length(field[1])
12191 for (i = 2; i < nfields; i++) {
12192 key = field[i]
12193 keylen = length(key)
12194 if (S_is_set[key]) {
12195 value = S[key]
12196 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12197 len += length(value) + length(field[++i])
12198 substed = 1
12199 } else
12200 len += 1 + keylen
12201 }
12202 if (nfields == 3 && !substed) {
12203 key = field[2]
12204 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
12205 \$ac_cs_awk_read_file
12206 next
12207 }
12208 }
12209 print line
12210}
12211\$ac_cs_awk_pipe_fini
12212_ACAWK
Theodore Ts'oe1052142006-10-21 21:46:47 -040012213_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012214cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12215if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12216 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12217else
12218 cat
12219fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012220 || as_fn_error "could not setup config files machinery" "$LINENO" 5
Theodore Ts'oe1052142006-10-21 21:46:47 -040012221_ACEOF
Theodore Ts'oe1052142006-10-21 21:46:47 -040012222
12223# VPATH may cause trouble with some makes, so we remove $(srcdir),
12224# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12225# trailing colons and then remove the whole line if VPATH becomes empty
12226# (actually we leave an empty line to preserve line numbers).
12227if test "x$srcdir" = x.; then
12228 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12229s/:*\$(srcdir):*/:/
12230s/:*\${srcdir}:*/:/
12231s/:*@srcdir@:*/:/
12232s/^\([^=]*=[ ]*\):*/\1/
12233s/:*$//
12234s/^[^=]*=[ ]*$//
12235}'
12236fi
12237
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012238cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012239fi # test -n "$CONFIG_FILES"
12240
Theodore Ts'od1154eb2011-09-18 17:34:37 -040012241# Set up the scripts for CONFIG_HEADERS section.
12242# No need to generate them if there are no CONFIG_HEADERS.
12243# This happens for instance with `./config.status Makefile'.
12244if test -n "$CONFIG_HEADERS"; then
12245cat >"$tmp/defines.awk" <<\_ACAWK ||
12246BEGIN {
12247_ACEOF
Theodore Ts'oe1052142006-10-21 21:46:47 -040012248
Theodore Ts'od1154eb2011-09-18 17:34:37 -040012249# Transform confdefs.h into an awk script `defines.awk', embedded as
12250# here-document in config.status, that substitutes the proper values into
12251# config.h.in to produce config.h.
12252
12253# Create a delimiter string that does not exist in confdefs.h, to ease
12254# handling of long lines.
12255ac_delim='%!_!# '
12256for ac_last_try in false false :; do
12257 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12258 if test -z "$ac_t"; then
12259 break
12260 elif $ac_last_try; then
12261 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12262 else
12263 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12264 fi
12265done
12266
12267# For the awk script, D is an array of macro values keyed by name,
12268# likewise P contains macro parameters if any. Preserve backslash
12269# newline sequences.
12270
12271ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12272sed -n '
12273s/.\{148\}/&'"$ac_delim"'/g
12274t rset
12275:rset
12276s/^[ ]*#[ ]*define[ ][ ]*/ /
12277t def
12278d
12279:def
12280s/\\$//
12281t bsnl
12282s/["\\]/\\&/g
12283s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12284D["\1"]=" \3"/p
12285s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12286d
12287:bsnl
12288s/["\\]/\\&/g
12289s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12290D["\1"]=" \3\\\\\\n"\\/p
12291t cont
12292s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12293t cont
12294d
12295:cont
12296n
12297s/.\{148\}/&'"$ac_delim"'/g
12298t clear
12299:clear
12300s/\\$//
12301t bsnlc
12302s/["\\]/\\&/g; s/^/"/; s/$/"/p
12303d
12304:bsnlc
12305s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12306b cont
12307' <confdefs.h | sed '
12308s/'"$ac_delim"'/"\\\
12309"/g' >>$CONFIG_STATUS || ac_write_fail=1
12310
12311cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12312 for (key in D) D_is_set[key] = 1
12313 FS = ""
12314}
12315/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12316 line = \$ 0
12317 split(line, arg, " ")
12318 if (arg[1] == "#") {
12319 defundef = arg[2]
12320 mac1 = arg[3]
12321 } else {
12322 defundef = substr(arg[1], 2)
12323 mac1 = arg[2]
12324 }
12325 split(mac1, mac2, "(") #)
12326 macro = mac2[1]
12327 prefix = substr(line, 1, index(line, defundef) - 1)
12328 if (D_is_set[macro]) {
12329 # Preserve the white space surrounding the "#".
12330 print prefix "define", macro P[macro] D[macro]
12331 next
12332 } else {
12333 # Replace #undef with comments. This is necessary, for example,
12334 # in the case of _POSIX_SOURCE, which is predefined and required
12335 # on some systems where configure will not decide to define it.
12336 if (defundef == "undef") {
12337 print "/*", prefix defundef, macro, "*/"
12338 next
12339 }
12340 }
12341}
12342{ print }
12343_ACAWK
12344_ACEOF
12345cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12346 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12347fi # test -n "$CONFIG_HEADERS"
12348
12349
12350eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012351shift
12352for ac_tag
Theodore Ts'oe1052142006-10-21 21:46:47 -040012353do
12354 case $ac_tag in
12355 :[FHLC]) ac_mode=$ac_tag; continue;;
12356 esac
12357 case $ac_mode$ac_tag in
12358 :[FHL]*:*);;
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012359 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
Theodore Ts'oe1052142006-10-21 21:46:47 -040012360 :[FH]-) ac_tag=-:-;;
12361 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12362 esac
12363 ac_save_IFS=$IFS
12364 IFS=:
12365 set x $ac_tag
12366 IFS=$ac_save_IFS
12367 shift
12368 ac_file=$1
12369 shift
12370
12371 case $ac_mode in
12372 :L) ac_source=$1;;
12373 :[FH])
12374 ac_file_inputs=
12375 for ac_f
12376 do
12377 case $ac_f in
12378 -) ac_f="$tmp/stdin";;
12379 *) # Look for the file first in the build tree, then in the source tree
12380 # (if the path is not absolute). The absolute path cannot be DOS-style,
12381 # because $ac_f cannot contain `:'.
12382 test -f "$ac_f" ||
12383 case $ac_f in
12384 [\\/$]*) false;;
12385 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12386 esac ||
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012387 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
Theodore Ts'oe1052142006-10-21 21:46:47 -040012388 esac
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012389 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012390 as_fn_append ac_file_inputs " '$ac_f'"
Theodore Ts'oe1052142006-10-21 21:46:47 -040012391 done
12392
12393 # Let's still pretend it is `configure' which instantiates (i.e., don't
12394 # use $as_me), people would be surprised to read:
12395 # /* config.h. Generated by config.status. */
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012396 configure_input='Generated from '`
12397 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12398 `' by configure.'
Theodore Ts'oe1052142006-10-21 21:46:47 -040012399 if test x"$ac_file" != x-; then
12400 configure_input="$ac_file. $configure_input"
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012401 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012402$as_echo "$as_me: creating $ac_file" >&6;}
Theodore Ts'oe1052142006-10-21 21:46:47 -040012403 fi
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012404 # Neutralize special characters interpreted by sed in replacement strings.
12405 case $configure_input in #(
12406 *\&* | *\|* | *\\* )
12407 ac_sed_conf_input=`$as_echo "$configure_input" |
12408 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12409 *) ac_sed_conf_input=$configure_input;;
12410 esac
Theodore Ts'oe1052142006-10-21 21:46:47 -040012411
12412 case $ac_tag in
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012413 *:-:* | *:-) cat >"$tmp/stdin" \
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012414 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -040012415 esac
12416 ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012417 esac
12418
Theodore Ts'oe1052142006-10-21 21:46:47 -040012419 ac_dir=`$as_dirname -- "$ac_file" ||
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012420$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12421 X"$ac_file" : 'X\(//\)[^/]' \| \
12422 X"$ac_file" : 'X\(//\)$' \| \
Theodore Ts'oe1052142006-10-21 21:46:47 -040012423 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012424$as_echo X"$ac_file" |
Theodore Ts'oe1052142006-10-21 21:46:47 -040012425 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12426 s//\1/
12427 q
12428 }
12429 /^X\(\/\/\)[^/].*/{
12430 s//\1/
12431 q
12432 }
12433 /^X\(\/\/\)$/{
12434 s//\1/
12435 q
12436 }
12437 /^X\(\/\).*/{
12438 s//\1/
12439 q
12440 }
12441 s/.*/./; q'`
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012442 as_dir="$ac_dir"; as_fn_mkdir_p
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012443 ac_builddir=.
12444
Theodore Ts'oe1052142006-10-21 21:46:47 -040012445case "$ac_dir" in
12446.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12447*)
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012448 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Theodore Ts'oe1052142006-10-21 21:46:47 -040012449 # A ".." for each directory in $ac_dir_suffix.
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012450 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Theodore Ts'oe1052142006-10-21 21:46:47 -040012451 case $ac_top_builddir_sub in
12452 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12453 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12454 esac ;;
12455esac
12456ac_abs_top_builddir=$ac_pwd
12457ac_abs_builddir=$ac_pwd$ac_dir_suffix
12458# for backward compatibility:
12459ac_top_builddir=$ac_top_build_prefix
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012460
12461case $srcdir in
Theodore Ts'oe1052142006-10-21 21:46:47 -040012462 .) # We are building in place.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012463 ac_srcdir=.
Theodore Ts'oe1052142006-10-21 21:46:47 -040012464 ac_top_srcdir=$ac_top_builddir_sub
12465 ac_abs_top_srcdir=$ac_pwd ;;
12466 [\\/]* | ?:[\\/]* ) # Absolute name.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012467 ac_srcdir=$srcdir$ac_dir_suffix;
Theodore Ts'oe1052142006-10-21 21:46:47 -040012468 ac_top_srcdir=$srcdir
12469 ac_abs_top_srcdir=$srcdir ;;
12470 *) # Relative name.
12471 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12472 ac_top_srcdir=$ac_top_build_prefix$srcdir
12473 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012474esac
Theodore Ts'oe1052142006-10-21 21:46:47 -040012475ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012476
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012477
Theodore Ts'oe1052142006-10-21 21:46:47 -040012478 case $ac_mode in
12479 :F)
12480 #
12481 # CONFIG_FILE
12482 #
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012483
12484 case $INSTALL in
12485 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -040012486 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012487 esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012488_ACEOF
Theodore Ts'oe1052142006-10-21 21:46:47 -040012489
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012490cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Theodore Ts'oe1052142006-10-21 21:46:47 -040012491# If the template does not know about datarootdir, expand it.
12492# FIXME: This hack should be removed a few years after 2.60.
12493ac_datarootdir_hack=; ac_datarootdir_seen=
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012494ac_sed_dataroot='
12495/datarootdir/ {
Theodore Ts'oe1052142006-10-21 21:46:47 -040012496 p
12497 q
12498}
12499/@datadir@/p
12500/@docdir@/p
12501/@infodir@/p
12502/@localedir@/p
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012503/@mandir@/p'
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012504case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
Theodore Ts'oe1052142006-10-21 21:46:47 -040012505*datarootdir*) ac_datarootdir_seen=yes;;
12506*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012507 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012508$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
Theodore Ts'oe1052142006-10-21 21:46:47 -040012509_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012510cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Theodore Ts'oe1052142006-10-21 21:46:47 -040012511 ac_datarootdir_hack='
12512 s&@datadir@&$datadir&g
12513 s&@docdir@&$docdir&g
12514 s&@infodir@&$infodir&g
12515 s&@localedir@&$localedir&g
12516 s&@mandir@&$mandir&g
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012517 s&\\\${datarootdir}&$datarootdir&g' ;;
Theodore Ts'oe1052142006-10-21 21:46:47 -040012518esac
12519_ACEOF
12520
12521# Neutralize VPATH when `$srcdir' = `.'.
12522# Shell code in configure.ac might set extrasub.
12523# FIXME: do we really want to maintain this feature?
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012524cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12525ac_sed_extra="$ac_vpsub
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012526$extrasub
12527_ACEOF
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012528cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012529:t
12530/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012531s|@configure_input@|$ac_sed_conf_input|;t t
Theodore Ts'oe1052142006-10-21 21:46:47 -040012532s&@top_builddir@&$ac_top_builddir_sub&;t t
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012533s&@top_build_prefix@&$ac_top_build_prefix&;t t
Theodore Ts'oe1052142006-10-21 21:46:47 -040012534s&@srcdir@&$ac_srcdir&;t t
12535s&@abs_srcdir@&$ac_abs_srcdir&;t t
12536s&@top_srcdir@&$ac_top_srcdir&;t t
12537s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12538s&@builddir@&$ac_builddir&;t t
12539s&@abs_builddir@&$ac_abs_builddir&;t t
12540s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12541s&@INSTALL@&$ac_INSTALL&;t t
12542$ac_datarootdir_hack
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012543"
12544eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
12545if $ac_cs_awk_getline; then
12546 $AWK -f "$tmp/subs.awk"
12547else
12548 $AWK -f "$tmp/subs.awk" | $SHELL
12549fi >$tmp/out \
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012550 || as_fn_error "could not create $ac_file" "$LINENO" 5
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012551
Theodore Ts'oe1052142006-10-21 21:46:47 -040012552test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12553 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12554 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Theodore Ts'oe1052142006-10-21 21:46:47 -040012556which seems to be undefined. Please make sure it is defined." >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012557$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Theodore Ts'oe1052142006-10-21 21:46:47 -040012558which seems to be undefined. Please make sure it is defined." >&2;}
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012559
Theodore Ts'oe1052142006-10-21 21:46:47 -040012560 rm -f "$tmp/stdin"
12561 case $ac_file in
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012562 -) cat "$tmp/out" && rm -f "$tmp/out";;
12563 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12564 esac \
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012565 || as_fn_error "could not create $ac_file" "$LINENO" 5
Theodore Ts'oe1052142006-10-21 21:46:47 -040012566 ;;
Theodore Ts'od1154eb2011-09-18 17:34:37 -040012567 :H)
12568 #
12569 # CONFIG_HEADER
12570 #
12571 if test x"$ac_file" != x-; then
12572 {
12573 $as_echo "/* $configure_input */" \
12574 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12575 } >"$tmp/config.h" \
12576 || as_fn_error "could not create $ac_file" "$LINENO" 5
12577 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12579$as_echo "$as_me: $ac_file is unchanged" >&6;}
12580 else
12581 rm -f "$ac_file"
12582 mv "$tmp/config.h" "$ac_file" \
12583 || as_fn_error "could not create $ac_file" "$LINENO" 5
12584 fi
12585 else
12586 $as_echo "/* $configure_input */" \
12587 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12588 || as_fn_error "could not create -" "$LINENO" 5
12589 fi
12590 ;;
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012591
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012592 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012593$as_echo "$as_me: executing $ac_file commands" >&6;}
Theodore Ts'oe1052142006-10-21 21:46:47 -040012594 ;;
12595 esac
12596
12597
12598 case $ac_file$ac_mode in
12599 "default-1":C)
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012600 for ac_file in $CONFIG_FILES; do
12601 # Support "outfile[:infile[:infile...]]"
12602 case "$ac_file" in
12603 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
Theodore Ts'oa64c9c12000-02-08 20:17:21 +000012604 esac
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012605 # PO directories have a Makefile.in generated from Makefile.in.in.
12606 case "$ac_file" in */Makefile.in)
12607 # Adjust a relative srcdir.
12608 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
12609 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
12610 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
12611 # In autoconf-2.13 it is called $ac_given_srcdir.
12612 # In autoconf-2.50 it is called $srcdir.
12613 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
12614 case "$ac_given_srcdir" in
12615 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
12616 /*) top_srcdir="$ac_given_srcdir" ;;
12617 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
12618 esac
12619 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
12620 rm -f "$ac_dir/POTFILES"
12621 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
12622 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012623 POMAKEFILEDEPS="POTFILES.in"
12624 # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012625 # on $ac_dir but don't depend on user-specified configuration
12626 # parameters.
12627 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
12628 # The LINGUAS file contains the set of available languages.
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012629 if test -n "$OBSOLETE_ALL_LINGUAS"; then
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012630 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
12631 fi
12632 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
12633 # Hide the ALL_LINGUAS assigment from automake.
12634 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012635 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
12636 else
12637 # The set of available languages was given in configure.in.
12638 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012639 fi
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012640 # Compute POFILES
12641 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
12642 # Compute UPDATEPOFILES
12643 # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
12644 # Compute DUMMYPOFILES
12645 # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
12646 # Compute GMOFILES
12647 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012648 case "$ac_given_srcdir" in
12649 .) srcdirpre= ;;
12650 *) srcdirpre='$(srcdir)/' ;;
12651 esac
12652 POFILES=
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012653 UPDATEPOFILES=
12654 DUMMYPOFILES=
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012655 GMOFILES=
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012656 for lang in $ALL_LINGUAS; do
12657 POFILES="$POFILES $srcdirpre$lang.po"
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012658 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
12659 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012660 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012661 done
12662 # CATALOGS depends on both $ac_dir and the user's LINGUAS
12663 # environment variable.
12664 INST_LINGUAS=
12665 if test -n "$ALL_LINGUAS"; then
12666 for presentlang in $ALL_LINGUAS; do
12667 useit=no
12668 if test "%UNSET%" != "$LINGUAS"; then
12669 desiredlanguages="$LINGUAS"
12670 else
12671 desiredlanguages="$ALL_LINGUAS"
12672 fi
12673 for desiredlang in $desiredlanguages; do
12674 # Use the presentlang catalog if desiredlang is
12675 # a. equal to presentlang, or
12676 # b. a variant of presentlang (because in this case,
12677 # presentlang can be used as a fallback for messages
12678 # which are not translated in the desiredlang catalog).
12679 case "$desiredlang" in
12680 "$presentlang"*) useit=yes;;
12681 esac
12682 done
12683 if test $useit = yes; then
12684 INST_LINGUAS="$INST_LINGUAS $presentlang"
12685 fi
12686 done
12687 fi
12688 CATALOGS=
12689 if test -n "$INST_LINGUAS"; then
12690 for lang in $INST_LINGUAS; do
12691 CATALOGS="$CATALOGS $lang.gmo"
12692 done
12693 fi
12694 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012695 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
Theodore Ts'oa04eba32003-05-03 16:35:17 -040012696 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
12697 if test -f "$f"; then
12698 case "$f" in
12699 *.orig | *.bak | *~) ;;
12700 *) cat "$f" >> "$ac_dir/Makefile" ;;
12701 esac
12702 fi
12703 done
12704 fi
12705 ;;
12706 esac
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012707 done ;;
Theodore Ts'o50e1e101997-04-26 13:58:21 +000012708
Theodore Ts'oe1052142006-10-21 21:46:47 -040012709 esac
12710done # for ac_tag
12711
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012712
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012713as_fn_exit 0
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012714_ACEOF
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012715ac_clean_files=$ac_clean_files_save
12716
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012717test $ac_write_fail = 0 ||
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012718 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012719
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012720
12721# configure is writing to config.log, and then calls config.status.
12722# config.status does its own redirection, appending to config.log.
12723# Unfortunately, on DOS this fails, as config.log is still kept open
12724# by configure, so config.status won't be able to write to it; its
12725# output is simply discarded. So we exec the FD to /dev/null,
12726# effectively closing config.log, so it can be properly (re)opened and
12727# appended to by config.status. When coming back to configure, we
12728# need to make the FD available again.
12729if test "$no_create" != yes; then
12730 ac_cs_success=:
12731 ac_config_status_args=
12732 test "$silent" = yes &&
12733 ac_config_status_args="$ac_config_status_args --quiet"
12734 exec 5>/dev/null
12735 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
12736 exec 5>>config.log
12737 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12738 # would make configure fail if this is the last instruction.
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012739 $ac_cs_success || as_fn_exit $?
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050012740fi
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012741if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
Theodore Ts'o57aa50d2009-11-26 10:38:04 -050012742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
Scott James Remnant39fd3d42009-05-14 13:03:25 +010012743$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
12744fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +000012745
Theodore Ts'oee683a12005-02-05 15:53:56 -050012746if test -f util/gen-tarball; then chmod +x util/gen-tarball; fi