Codebase list libatasmart / c2ae79e
New upstream snapshot. Debian Janitor 2 years ago
3 changed file(s) with 166 addition(s) and 136 deletion(s). Raw diff Collapse all Expand all
8585 /* Version number of package */
8686 #undef VERSION
8787
88 /* Enable large inode numbers on Mac OS X 10.5. */
89 #ifndef _DARWIN_USE_64_BIT_INODE
90 # define _DARWIN_USE_64_BIT_INODE 1
91 #endif
92
8893 /* Number of bits in a file offset, on hosts where this is settable. */
8994 #undef _FILE_OFFSET_BITS
9095
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.68 for libatasmart 0.19.
2 # Generated by GNU Autoconf 2.69 for libatasmart 0.19.
33 #
44 # Report bugs to <mzyvongnfzneg (at) 0pointer (dot) net>.
55 #
66 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
9 # Foundation, Inc.
7 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
108 #
119 #
1210 # This configure script is free software; the Free Software Foundation
135133 # CDPATH.
136134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137135
136 # Use a proper internal environment variable to ensure we don't fall
137 # into an infinite loop, continuously re-executing ourselves.
138 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
139 _as_can_reexec=no; export _as_can_reexec;
140 # We cannot yet assume a decent shell, so we have to provide a
141 # neutralization value for shells without unset; and this also
142 # works around shells that cannot unset nonexistent variables.
143 # Preserve -v and -x to the replacement shell.
144 BASH_ENV=/dev/null
145 ENV=/dev/null
146 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
147 case $- in # ((((
148 *v*x* | *x*v* ) as_opts=-vx ;;
149 *v* ) as_opts=-v ;;
150 *x* ) as_opts=-x ;;
151 * ) as_opts= ;;
152 esac
153 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
154 # Admittedly, this is quite paranoid, since all the known shells bail
155 # out after a failed `exec'.
156 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
157 as_fn_exit 255
158 fi
159 # We don't want this to propagate to other subprocesses.
160 { _as_can_reexec=; unset _as_can_reexec;}
138161 if test "x$CONFIG_SHELL" = x; then
139162 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140163 emulate sh
168191 else
169192 exitcode=1; echo positional parameters were not saved.
170193 fi
171 test x\$exitcode = x0 || exit 1"
194 test x\$exitcode = x0 || exit 1
195 test -x / || exit 1"
172196 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173197 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174198 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
221245
222246
223247 if test "x$CONFIG_SHELL" != x; then :
224 # We cannot yet assume a decent shell, so we have to provide a
225 # neutralization value for shells without unset; and this also
226 # works around shells that cannot unset nonexistent variables.
227 # Preserve -v and -x to the replacement shell.
228 BASH_ENV=/dev/null
229 ENV=/dev/null
230 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
231 export CONFIG_SHELL
232 case $- in # ((((
233 *v*x* | *x*v* ) as_opts=-vx ;;
234 *v* ) as_opts=-v ;;
235 *x* ) as_opts=-x ;;
236 * ) as_opts= ;;
237 esac
238 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
248 export CONFIG_SHELL
249 # We cannot yet assume a decent shell, so we have to provide a
250 # neutralization value for shells without unset; and this also
251 # works around shells that cannot unset nonexistent variables.
252 # Preserve -v and -x to the replacement shell.
253 BASH_ENV=/dev/null
254 ENV=/dev/null
255 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
256 case $- in # ((((
257 *v*x* | *x*v* ) as_opts=-vx ;;
258 *v* ) as_opts=-v ;;
259 *x* ) as_opts=-x ;;
260 * ) as_opts= ;;
261 esac
262 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
263 # Admittedly, this is quite paranoid, since all the known shells bail
264 # out after a failed `exec'.
265 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
266 exit 255
239267 fi
240268
241269 if test x$as_have_required = xno; then :
338366
339367
340368 } # as_fn_mkdir_p
369
370 # as_fn_executable_p FILE
371 # -----------------------
372 # Test if FILE is an executable regular file.
373 as_fn_executable_p ()
374 {
375 test -f "$1" && test -x "$1"
376 } # as_fn_executable_p
341377 # as_fn_append VAR VALUE
342378 # ----------------------
343379 # Append the text in VALUE to the end of the definition contained in VAR. Take
459495 chmod +x "$as_me.lineno" ||
460496 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
461497
498 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
499 # already done that, so ensure we don't try to do so again and fall
500 # in an infinite loop. This has already happened in practice.
501 _as_can_reexec=no; export _as_can_reexec
462502 # Don't try to exec as it changes $[0], causing all sort of problems
463503 # (the dirname of $[0] is not the place where we might find the
464504 # original and so on. Autoconf is especially sensitive to this).
493533 # ... but there are two gotchas:
494534 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
495535 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
496 # In both cases, we have to default to `cp -p'.
536 # In both cases, we have to default to `cp -pR'.
497537 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
498 as_ln_s='cp -p'
538 as_ln_s='cp -pR'
499539 elif ln conf$$.file conf$$ 2>/dev/null; then
500540 as_ln_s=ln
501541 else
502 as_ln_s='cp -p'
542 as_ln_s='cp -pR'
503543 fi
504544 else
505 as_ln_s='cp -p'
545 as_ln_s='cp -pR'
506546 fi
507547 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
508548 rmdir conf$$.dir 2>/dev/null
514554 as_mkdir_p=false
515555 fi
516556
517 if test -x / >/dev/null 2>&1; then
518 as_test_x='test -x'
519 else
520 if ls -dL / >/dev/null 2>&1; then
521 as_ls_L_option=L
522 else
523 as_ls_L_option=
524 fi
525 as_test_x='
526 eval sh -c '\''
527 if test -d "$1"; then
528 test -d "$1/.";
529 else
530 case $1 in #(
531 -*)set "./$1";;
532 esac;
533 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
534 ???[sx]*):;;*)false;;esac;fi
535 '\'' sh
536 '
537 fi
538 as_executable_p=$as_test_x
557 as_test_x='test -x'
558 as_executable_p=as_fn_executable_p
539559
540560 # Sed expression to map a string onto a valid CPP name.
541561 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
720740 docdir
721741 oldincludedir
722742 includedir
743 runstatedir
723744 localstatedir
724745 sharedstatedir
725746 sysconfdir
808829 sysconfdir='${prefix}/etc'
809830 sharedstatedir='${prefix}/com'
810831 localstatedir='${prefix}/var'
832 runstatedir='${localstatedir}/run'
811833 includedir='${prefix}/include'
812834 oldincludedir='/usr/include'
813835 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
10601082 | -silent | --silent | --silen | --sile | --sil)
10611083 silent=yes ;;
10621084
1085 -runstatedir | --runstatedir | --runstatedi | --runstated \
1086 | --runstate | --runstat | --runsta | --runst | --runs \
1087 | --run | --ru | --r)
1088 ac_prev=runstatedir ;;
1089 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1090 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1091 | --run=* | --ru=* | --r=*)
1092 runstatedir=$ac_optarg ;;
1093
10631094 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
10641095 ac_prev=sbindir ;;
10651096 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
11971228 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
11981229 datadir sysconfdir sharedstatedir localstatedir includedir \
11991230 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1200 libdir localedir mandir
1231 libdir localedir mandir runstatedir
12011232 do
12021233 eval ac_val=\$$ac_var
12031234 # Remove trailing slashes.
12251256 if test "x$host_alias" != x; then
12261257 if test "x$build_alias" = x; then
12271258 cross_compiling=maybe
1228 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1229 If a cross compiler is detected then cross compile mode will be used" >&2
12301259 elif test "x$build_alias" != "x$host_alias"; then
12311260 cross_compiling=yes
12321261 fi
13521381 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13531382 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13541383 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1384 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13551385 --libdir=DIR object code libraries [EPREFIX/lib]
13561386 --includedir=DIR C header files [PREFIX/include]
13571387 --oldincludedir=DIR C header files for non-gcc [/usr/include]
15031533 if $ac_init_version; then
15041534 cat <<\_ACEOF
15051535 libatasmart configure 0.19
1506 generated by GNU Autoconf 2.68
1507
1508 Copyright (C) 2010 Free Software Foundation, Inc.
1536 generated by GNU Autoconf 2.69
1537
1538 Copyright (C) 2012 Free Software Foundation, Inc.
15091539 This configure script is free software; the Free Software Foundation
15101540 gives unlimited permission to copy, distribute and modify it.
15111541 _ACEOF
17821812 test ! -s conftest.err
17831813 } && test -s conftest$ac_exeext && {
17841814 test "$cross_compiling" = yes ||
1785 $as_test_x conftest$ac_exeext
1815 test -x conftest$ac_exeext
17861816 }; then :
17871817 ac_retval=0
17881818 else
18721902 running configure, to aid debugging if configure makes a mistake.
18731903
18741904 It was created by libatasmart $as_me 0.19, which was
1875 generated by GNU Autoconf 2.68. Invocation command line was
1905 generated by GNU Autoconf 2.69. Invocation command line was
18761906
18771907 $ $0 $@
18781908
22932323 # by default.
22942324 for ac_prog in ginstall scoinst install; do
22952325 for ac_exec_ext in '' $ac_executable_extensions; do
2296 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2326 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
22972327 if test $ac_prog = install &&
22982328 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
22992329 # AIX install. It has an incompatible calling convention.
24622492 IFS=$as_save_IFS
24632493 test -z "$as_dir" && as_dir=.
24642494 for ac_exec_ext in '' $ac_executable_extensions; do
2465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2495 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24662496 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
24672497 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24682498 break 2
25022532 IFS=$as_save_IFS
25032533 test -z "$as_dir" && as_dir=.
25042534 for ac_exec_ext in '' $ac_executable_extensions; do
2505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2535 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25062536 ac_cv_prog_ac_ct_STRIP="strip"
25072537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
25082538 break 2
25532583 test -z "$as_dir" && as_dir=.
25542584 for ac_prog in mkdir gmkdir; do
25552585 for ac_exec_ext in '' $ac_executable_extensions; do
2556 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2586 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
25572587 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
25582588 'mkdir (GNU coreutils) '* | \
25592589 'mkdir (coreutils) '* | \
26062636 IFS=$as_save_IFS
26072637 test -z "$as_dir" && as_dir=.
26082638 for ac_exec_ext in '' $ac_executable_extensions; do
2609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2639 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26102640 ac_cv_prog_AWK="$ac_prog"
26112641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26122642 break 2
29232953 IFS=$as_save_IFS
29242954 test -z "$as_dir" && as_dir=.
29252955 for ac_exec_ext in '' $ac_executable_extensions; do
2926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2956 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29272957 ac_cv_prog_CC="${ac_tool_prefix}gcc"
29282958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29292959 break 2
29632993 IFS=$as_save_IFS
29642994 test -z "$as_dir" && as_dir=.
29652995 for ac_exec_ext in '' $ac_executable_extensions; do
2966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2996 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29672997 ac_cv_prog_ac_ct_CC="gcc"
29682998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29692999 break 2
30163046 IFS=$as_save_IFS
30173047 test -z "$as_dir" && as_dir=.
30183048 for ac_exec_ext in '' $ac_executable_extensions; do
3019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30203050 ac_cv_prog_CC="${ac_tool_prefix}cc"
30213051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
30223052 break 2
30573087 IFS=$as_save_IFS
30583088 test -z "$as_dir" && as_dir=.
30593089 for ac_exec_ext in '' $ac_executable_extensions; do
3060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3090 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30613091 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
30623092 ac_prog_rejected=yes
30633093 continue
31153145 IFS=$as_save_IFS
31163146 test -z "$as_dir" && as_dir=.
31173147 for ac_exec_ext in '' $ac_executable_extensions; do
3118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31193149 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
31203150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
31213151 break 2
31593189 IFS=$as_save_IFS
31603190 test -z "$as_dir" && as_dir=.
31613191 for ac_exec_ext in '' $ac_executable_extensions; do
3162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31633193 ac_cv_prog_ac_ct_CC="$ac_prog"
31643194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
31653195 break 2
36053635 /* end confdefs.h. */
36063636 #include <stdarg.h>
36073637 #include <stdio.h>
3608 #include <sys/types.h>
3609 #include <sys/stat.h>
3638 struct stat;
36103639 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
36113640 struct buf { int x; };
36123641 FILE * (*rcsopen) (struct buf *, struct stat *, int);
40284057 return 0;
40294058 }
40304059 _ACEOF
4031 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4060 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
40324061 do
40334062 CC="$ac_save_CC $ac_arg"
40344063 if ac_fn_c_try_compile "$LINENO"; then :
43404369 for ac_prog in grep ggrep; do
43414370 for ac_exec_ext in '' $ac_executable_extensions; do
43424371 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4343 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4372 as_fn_executable_p "$ac_path_GREP" || continue
43444373 # Check for GNU ac_path_GREP and select it if it is found.
43454374 # Check for GNU $ac_path_GREP
43464375 case `"$ac_path_GREP" --version 2>&1` in
44064435 for ac_prog in egrep; do
44074436 for ac_exec_ext in '' $ac_executable_extensions; do
44084437 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4409 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4438 as_fn_executable_p "$ac_path_EGREP" || continue
44104439 # Check for GNU ac_path_EGREP and select it if it is found.
44114440 # Check for GNU $ac_path_EGREP
44124441 case `"$ac_path_EGREP" --version 2>&1` in
45254554 IFS=$as_save_IFS
45264555 test -z "$as_dir" && as_dir=.
45274556 for ac_exec_ext in '' $ac_executable_extensions; do
4528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4557 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
45294558 ac_cv_prog_CC_FOR_BUILD="$ac_prog"
45304559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
45314560 break 2
47564785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47574786 /* end confdefs.h. */
47584787
4759 # define __EXTENSIONS__ 1
4760 $ac_includes_default
4788 # define __EXTENSIONS__ 1
4789 $ac_includes_default
47614790 int
47624791 main ()
47634792 {
48124841 We can't simply define LARGE_OFF_T to be 9223372036854775807,
48134842 since some C++ compilers masquerading as C compilers
48144843 incorrectly reject 9223372036854775807. */
4815 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4844 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
48164845 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
48174846 && LARGE_OFF_T % 2147483647 == 1)
48184847 ? 1 : -1];
48584887 We can't simply define LARGE_OFF_T to be 9223372036854775807,
48594888 since some C++ compilers masquerading as C compilers
48604889 incorrectly reject 9223372036854775807. */
4861 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4890 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
48624891 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
48634892 && LARGE_OFF_T % 2147483647 == 1)
48644893 ? 1 : -1];
48824911 We can't simply define LARGE_OFF_T to be 9223372036854775807,
48834912 since some C++ compilers masquerading as C compilers
48844913 incorrectly reject 9223372036854775807. */
4885 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4914 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
48864915 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
48874916 && LARGE_OFF_T % 2147483647 == 1)
48884917 ? 1 : -1];
49274956 We can't simply define LARGE_OFF_T to be 9223372036854775807,
49284957 since some C++ compilers masquerading as C compilers
49294958 incorrectly reject 9223372036854775807. */
4930 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4959 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
49314960 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
49324961 && LARGE_OFF_T % 2147483647 == 1)
49334962 ? 1 : -1];
49514980 We can't simply define LARGE_OFF_T to be 9223372036854775807,
49524981 since some C++ compilers masquerading as C compilers
49534982 incorrectly reject 9223372036854775807. */
4954 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4983 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
49554984 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
49564985 && LARGE_OFF_T % 2147483647 == 1)
49574986 ? 1 : -1];
49835012 esac
49845013 rm -rf conftest*
49855014 fi
5015
5016
49865017 fi
49875018
49885019
51275158 IFS=$as_save_IFS
51285159 test -z "$as_dir" && as_dir=.
51295160 for ac_exec_ext in '' $ac_executable_extensions; do
5130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5161 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
51315162 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
51325163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
51335164 break 2
51705201 IFS=$as_save_IFS
51715202 test -z "$as_dir" && as_dir=.
51725203 for ac_exec_ext in '' $ac_executable_extensions; do
5173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5204 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
51745205 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
51755206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
51765207 break 2
55005531 for ac_prog in sed gsed; do
55015532 for ac_exec_ext in '' $ac_executable_extensions; do
55025533 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5503 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5534 as_fn_executable_p "$ac_path_SED" || continue
55045535 # Check for GNU ac_path_SED and select it if it is found.
55055536 # Check for GNU $ac_path_SED
55065537 case `"$ac_path_SED" --version 2>&1` in
55795610 for ac_prog in fgrep; do
55805611 for ac_exec_ext in '' $ac_executable_extensions; do
55815612 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5582 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5613 as_fn_executable_p "$ac_path_FGREP" || continue
55835614 # Check for GNU ac_path_FGREP and select it if it is found.
55845615 # Check for GNU $ac_path_FGREP
55855616 case `"$ac_path_FGREP" --version 2>&1` in
58355866 IFS=$as_save_IFS
58365867 test -z "$as_dir" && as_dir=.
58375868 for ac_exec_ext in '' $ac_executable_extensions; do
5838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5869 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
58395870 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
58405871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
58415872 break 2
58795910 IFS=$as_save_IFS
58805911 test -z "$as_dir" && as_dir=.
58815912 for ac_exec_ext in '' $ac_executable_extensions; do
5882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5913 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
58835914 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
58845915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
58855916 break 2
63036334 IFS=$as_save_IFS
63046335 test -z "$as_dir" && as_dir=.
63056336 for ac_exec_ext in '' $ac_executable_extensions; do
6306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
63076338 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
63086339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
63096340 break 2
63436374 IFS=$as_save_IFS
63446375 test -z "$as_dir" && as_dir=.
63456376 for ac_exec_ext in '' $ac_executable_extensions; do
6346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6377 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
63476378 ac_cv_prog_ac_ct_OBJDUMP="objdump"
63486379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
63496380 break 2
66496680 IFS=$as_save_IFS
66506681 test -z "$as_dir" && as_dir=.
66516682 for ac_exec_ext in '' $ac_executable_extensions; do
6652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6683 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
66536684 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
66546685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
66556686 break 2
66896720 IFS=$as_save_IFS
66906721 test -z "$as_dir" && as_dir=.
66916722 for ac_exec_ext in '' $ac_executable_extensions; do
6692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6723 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
66936724 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
66946725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
66956726 break 2
67926823 IFS=$as_save_IFS
67936824 test -z "$as_dir" && as_dir=.
67946825 for ac_exec_ext in '' $ac_executable_extensions; do
6795 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6826 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
67966827 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
67976828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
67986829 break 2
68366867 IFS=$as_save_IFS
68376868 test -z "$as_dir" && as_dir=.
68386869 for ac_exec_ext in '' $ac_executable_extensions; do
6839 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6870 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
68406871 ac_cv_prog_ac_ct_AR="$ac_prog"
68416872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
68426873 break 2
69616992 IFS=$as_save_IFS
69626993 test -z "$as_dir" && as_dir=.
69636994 for ac_exec_ext in '' $ac_executable_extensions; do
6964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6995 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
69656996 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
69666997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
69676998 break 2
70017032 IFS=$as_save_IFS
70027033 test -z "$as_dir" && as_dir=.
70037034 for ac_exec_ext in '' $ac_executable_extensions; do
7004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7035 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
70057036 ac_cv_prog_ac_ct_STRIP="strip"
70067037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
70077038 break 2
70607091 IFS=$as_save_IFS
70617092 test -z "$as_dir" && as_dir=.
70627093 for ac_exec_ext in '' $ac_executable_extensions; do
7063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7094 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
70647095 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
70657096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
70667097 break 2
71007131 IFS=$as_save_IFS
71017132 test -z "$as_dir" && as_dir=.
71027133 for ac_exec_ext in '' $ac_executable_extensions; do
7103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7134 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
71047135 ac_cv_prog_ac_ct_RANLIB="ranlib"
71057136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
71067137 break 2
77497780 IFS=$as_save_IFS
77507781 test -z "$as_dir" && as_dir=.
77517782 for ac_exec_ext in '' $ac_executable_extensions; do
7752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7783 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77537784 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
77547785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77557786 break 2
77897820 IFS=$as_save_IFS
77907821 test -z "$as_dir" && as_dir=.
77917822 for ac_exec_ext in '' $ac_executable_extensions; do
7792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7823 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77937824 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
77947825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77957826 break 2
78697900 IFS=$as_save_IFS
78707901 test -z "$as_dir" && as_dir=.
78717902 for ac_exec_ext in '' $ac_executable_extensions; do
7872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
78737904 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
78747905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
78757906 break 2
79097940 IFS=$as_save_IFS
79107941 test -z "$as_dir" && as_dir=.
79117942 for ac_exec_ext in '' $ac_executable_extensions; do
7912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7943 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
79137944 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
79147945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
79157946 break 2
79617992 IFS=$as_save_IFS
79627993 test -z "$as_dir" && as_dir=.
79637994 for ac_exec_ext in '' $ac_executable_extensions; do
7964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7995 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
79657996 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
79667997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
79677998 break 2
80018032 IFS=$as_save_IFS
80028033 test -z "$as_dir" && as_dir=.
80038034 for ac_exec_ext in '' $ac_executable_extensions; do
8004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8035 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
80058036 ac_cv_prog_ac_ct_NMEDIT="nmedit"
80068037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
80078038 break 2
80538084 IFS=$as_save_IFS
80548085 test -z "$as_dir" && as_dir=.
80558086 for ac_exec_ext in '' $ac_executable_extensions; do
8056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8087 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
80578088 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
80588089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
80598090 break 2
80938124 IFS=$as_save_IFS
80948125 test -z "$as_dir" && as_dir=.
80958126 for ac_exec_ext in '' $ac_executable_extensions; do
8096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8127 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
80978128 ac_cv_prog_ac_ct_LIPO="lipo"
80988129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
80998130 break 2
81458176 IFS=$as_save_IFS
81468177 test -z "$as_dir" && as_dir=.
81478178 for ac_exec_ext in '' $ac_executable_extensions; do
8148 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8179 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81498180 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81508181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
81518182 break 2
81858216 IFS=$as_save_IFS
81868217 test -z "$as_dir" && as_dir=.
81878218 for ac_exec_ext in '' $ac_executable_extensions; do
8188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8219 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81898220 ac_cv_prog_ac_ct_OTOOL="otool"
81908221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
81918222 break 2
82378268 IFS=$as_save_IFS
82388269 test -z "$as_dir" && as_dir=.
82398270 for ac_exec_ext in '' $ac_executable_extensions; do
8240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8271 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
82418272 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
82428273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
82438274 break 2
82778308 IFS=$as_save_IFS
82788309 test -z "$as_dir" && as_dir=.
82798310 for ac_exec_ext in '' $ac_executable_extensions; do
8280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8311 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
82818312 ac_cv_prog_ac_ct_OTOOL64="otool64"
82828313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
82838314 break 2
1292712958 # ... but there are two gotchas:
1292812959 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1292912960 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12930 # In both cases, we have to default to `cp -p'.
12961 # In both cases, we have to default to `cp -pR'.
1293112962 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12932 as_ln_s='cp -p'
12963 as_ln_s='cp -pR'
1293312964 elif ln conf$$.file conf$$ 2>/dev/null; then
1293412965 as_ln_s=ln
1293512966 else
12936 as_ln_s='cp -p'
12967 as_ln_s='cp -pR'
1293712968 fi
1293812969 else
12939 as_ln_s='cp -p'
12970 as_ln_s='cp -pR'
1294012971 fi
1294112972 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1294212973 rmdir conf$$.dir 2>/dev/null
1299613027 as_mkdir_p=false
1299713028 fi
1299813029
12999 if test -x / >/dev/null 2>&1; then
13000 as_test_x='test -x'
13001 else
13002 if ls -dL / >/dev/null 2>&1; then
13003 as_ls_L_option=L
13004 else
13005 as_ls_L_option=
13006 fi
13007 as_test_x='
13008 eval sh -c '\''
13009 if test -d "$1"; then
13010 test -d "$1/.";
13011 else
13012 case $1 in #(
13013 -*)set "./$1";;
13014 esac;
13015 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13016 ???[sx]*):;;*)false;;esac;fi
13017 '\'' sh
13018 '
13019 fi
13020 as_executable_p=$as_test_x
13030
13031 # as_fn_executable_p FILE
13032 # -----------------------
13033 # Test if FILE is an executable regular file.
13034 as_fn_executable_p ()
13035 {
13036 test -f "$1" && test -x "$1"
13037 } # as_fn_executable_p
13038 as_test_x='test -x'
13039 as_executable_p=as_fn_executable_p
1302113040
1302213041 # Sed expression to map a string onto a valid CPP name.
1302313042 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1303913058 # values after options handling.
1304013059 ac_log="
1304113060 This file was extended by libatasmart $as_me 0.19, which was
13042 generated by GNU Autoconf 2.68. Invocation command line was
13061 generated by GNU Autoconf 2.69. Invocation command line was
1304313062
1304413063 CONFIG_FILES = $CONFIG_FILES
1304513064 CONFIG_HEADERS = $CONFIG_HEADERS
1310613125 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1310713126 ac_cs_version="\\
1310813127 libatasmart config.status 0.19
13109 configured by $0, generated by GNU Autoconf 2.68,
13128 configured by $0, generated by GNU Autoconf 2.69,
1311013129 with options \\"\$ac_cs_config\\"
1311113130
13112 Copyright (C) 2010 Free Software Foundation, Inc.
13131 Copyright (C) 2012 Free Software Foundation, Inc.
1311313132 This config.status script is free software; the Free Software Foundation
1311413133 gives unlimited permission to copy, distribute and modify it."
1311513134
1320013219 _ACEOF
1320113220 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1320213221 if \$ac_cs_recheck; then
13203 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13222 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1320413223 shift
1320513224 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
1320613225 CONFIG_SHELL='$SHELL'
0 libatasmart (0.19+git20180321.1.fa3decd-1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Debian Janitor <janitor@jelmer.uk> Tue, 08 Jun 2021 14:54:28 -0000
5
06 libatasmart (0.19-5) unstable; urgency=medium
17
28 * Update Vcs-* for the switch to salsa.debian.org