Deleted Added
full compact
3c3
< # Generated by GNU Autoconf 2.61.
---
> # Generated by GNU Autoconf 2.61 for file 4.26.
4a5,6
> # Report bugs to <christos@astron.com>.
> #
727,731c729,733
< PACKAGE_NAME=
< PACKAGE_TARNAME=
< PACKAGE_VERSION=
< PACKAGE_STRING=
< PACKAGE_BUGREPORT=
---
> PACKAGE_NAME='file'
> PACKAGE_TARNAME='file'
> PACKAGE_VERSION='4.26'
> PACKAGE_STRING='file 4.26'
> PACKAGE_BUGREPORT='christos@astron.com'
733d734
< ac_unique_file="src/file.c"
829,831d829
< MAINTAINER_MODE_TRUE
< MAINTAINER_MODE_FALSE
< MAINT
834a833
> WARNINGS
876a876
> LIBOBJS
879d878
< LIBOBJS
935c934
< docdir='${datarootdir}/doc/${PACKAGE}'
---
> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1399c1398
< \`configure' configures this package to adapt to many kinds of systems.
---
> \`configure' configures file 4.26 to adapt to many kinds of systems.
1447c1446
< --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
---
> --docdir=DIR documentation root [DATAROOTDIR/doc/file]
1468c1467,1469
<
---
> case $ac_init_help in
> short | recursive ) echo "Configuration of file 4.26:";;
> esac
1474,1475d1474
< --enable-maintainer-mode enable make rules and dependencies not useful
< (and sometimes confusing) to the casual installer
1486a1486
> --disable-warnings disable compiler warnings
1513a1514
> Report bugs to <christos@astron.com>.
1574c1575
< configure
---
> file configure 4.26
1588c1589
< It was created by $as_me, which was
---
> It was created by file $as_me 4.26, which was
1925a1927,1934
>
>
>
>
>
>
>
>
1933d1941
<
2270,2271c2278,2279
< PACKAGE=file
< VERSION=4.23
---
> PACKAGE='file'
> VERSION='4.26'
2419,2426d2426
< { echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
< echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
< # Check whether --enable-maintainer-mode was given.
< if test "${enable_maintainer_mode+set}" = set; then
< enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
< else
< USE_MAINTAINER_MODE=no
< fi
2428,2441d2427
< { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
< echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
< if test $USE_MAINTAINER_MODE = yes; then
< MAINTAINER_MODE_TRUE=
< MAINTAINER_MODE_FALSE='#'
< else
< MAINTAINER_MODE_TRUE='#'
< MAINTAINER_MODE_FALSE=
< fi
<
< MAINT=$MAINTAINER_MODE_TRUE
<
<
<
2449c2435,2436
< cat >>confdefs.h <<\_ACEOF
---
>
> cat >>confdefs.h <<\_ACEOF
2462c2449,2450
< cat >>confdefs.h <<\_ACEOF
---
>
> cat >>confdefs.h <<\_ACEOF
2477c2465,2466
< cat >>confdefs.h <<\_ACEOF
---
>
> cat >>confdefs.h <<\_ACEOF
2490c2479,2480
< cat >>confdefs.h <<\_ACEOF
---
>
> cat >>confdefs.h <<\_ACEOF
2520a2511
>
2529a2521,2522
>
>
3624a3618,3743
> if test "x$CC" != xcc; then
> { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
> echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
> else
> { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
> echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
> fi
> set dummy $CC; ac_cc=`echo $2 |
> sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
> if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
> echo $ECHO_N "(cached) $ECHO_C" >&6
> else
> cat >conftest.$ac_ext <<_ACEOF
> /* confdefs.h. */
> _ACEOF
> cat confdefs.h >>conftest.$ac_ext
> cat >>conftest.$ac_ext <<_ACEOF
> /* end confdefs.h. */
>
> int
> main ()
> {
>
> ;
> return 0;
> }
> _ACEOF
> # Make sure it works both with $CC and with simple cc.
> # We do the test twice because some compilers refuse to overwrite an
> # existing .o file with -o, though they will create one.
> ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
> rm -f conftest2.*
> if { (case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_try") 2>&5
> ac_status=$?
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } &&
> test -f conftest2.$ac_objext && { (case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_try") 2>&5
> ac_status=$?
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); };
> then
> eval ac_cv_prog_cc_${ac_cc}_c_o=yes
> if test "x$CC" != xcc; then
> # Test first that cc exists at all.
> if { ac_try='cc -c conftest.$ac_ext >&5'
> { (case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_try") 2>&5
> ac_status=$?
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); }; }; then
> ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
> rm -f conftest2.*
> if { (case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_try") 2>&5
> ac_status=$?
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } &&
> test -f conftest2.$ac_objext && { (case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_try") 2>&5
> ac_status=$?
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); };
> then
> # cc works too.
> :
> else
> # cc exists but doesn't like -o.
> eval ac_cv_prog_cc_${ac_cc}_c_o=no
> fi
> fi
> fi
> else
> eval ac_cv_prog_cc_${ac_cc}_c_o=no
> fi
> rm -f core conftest*
>
> fi
> if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
> { echo "$as_me:$LINENO: result: yes" >&5
> echo "${ECHO_T}yes" >&6; }
> else
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
>
> cat >>confdefs.h <<\_ACEOF
> #define NO_MINUS_C_MINUS_O 1
> _ACEOF
>
> fi
>
> # FIXME: we rely on the cache variable name because
> # there is no other way.
> set dummy $CC
> ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
> if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
> # Losing compiler, so override with the script.
> # FIXME: It is wrong to rewrite CC.
> # But if we don't then we get into trouble of one sort or another.
> # A longer-term fix would be to have automake use am__CC in this case,
> # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
> CC="$am_aux_dir/compile $CC"
> fi
>
>
4487c4606
< echo '#line 4487 "configure"' > conftest.$ac_ext
---
> echo '#line 4606 "configure"' > conftest.$ac_ext
5236c5355,5360
<
---
> ( cat <<\_ASBOX
> ## ---------------------------------- ##
> ## Report this to christos@astron.com ##
> ## ---------------------------------- ##
> _ASBOX
> ) | sed "s/^/$as_me: WARNING: /" >&2
7228c7352
< (eval echo "\"\$as_me:7228: $lt_compile\"" >&5)
---
> (eval echo "\"\$as_me:7352: $lt_compile\"" >&5)
7232c7356
< echo "$as_me:7232: \$? = $ac_status" >&5
---
> echo "$as_me:7356: \$? = $ac_status" >&5
7490c7614
< (eval echo "\"\$as_me:7490: $lt_compile\"" >&5)
---
> (eval echo "\"\$as_me:7614: $lt_compile\"" >&5)
7494c7618
< echo "$as_me:7494: \$? = $ac_status" >&5
---
> echo "$as_me:7618: \$? = $ac_status" >&5
7552c7676
< (eval echo "\"\$as_me:7552: $lt_compile\"" >&5)
---
> (eval echo "\"\$as_me:7676: $lt_compile\"" >&5)
7556c7680
< echo "$as_me:7556: \$? = $ac_status" >&5
---
> echo "$as_me:7680: \$? = $ac_status" >&5
9755c9879
< #line 9755 "configure"
---
> #line 9879 "configure"
9853c9977
< #line 9853 "configure"
---
> #line 9977 "configure"
12097c12221
< (eval echo "\"\$as_me:12097: $lt_compile\"" >&5)
---
> (eval echo "\"\$as_me:12221: $lt_compile\"" >&5)
12101c12225
< echo "$as_me:12101: \$? = $ac_status" >&5
---
> echo "$as_me:12225: \$? = $ac_status" >&5
12159c12283
< (eval echo "\"\$as_me:12159: $lt_compile\"" >&5)
---
> (eval echo "\"\$as_me:12283: $lt_compile\"" >&5)
12163c12287
< echo "$as_me:12163: \$? = $ac_status" >&5
---
> echo "$as_me:12287: \$? = $ac_status" >&5
13495c13619
< #line 13495 "configure"
---
> #line 13619 "configure"
13593c13717
< #line 13593 "configure"
---
> #line 13717 "configure"
14478c14602
< (eval echo "\"\$as_me:14478: $lt_compile\"" >&5)
---
> (eval echo "\"\$as_me:14602: $lt_compile\"" >&5)
14482c14606
< echo "$as_me:14482: \$? = $ac_status" >&5
---
> echo "$as_me:14606: \$? = $ac_status" >&5
14540c14664
< (eval echo "\"\$as_me:14540: $lt_compile\"" >&5)
---
> (eval echo "\"\$as_me:14664: $lt_compile\"" >&5)
14544c14668
< echo "$as_me:14544: \$? = $ac_status" >&5
---
> echo "$as_me:14668: \$? = $ac_status" >&5
16657c16781
< (eval echo "\"\$as_me:16657: $lt_compile\"" >&5)
---
> (eval echo "\"\$as_me:16781: $lt_compile\"" >&5)
16661c16785
< echo "$as_me:16661: \$? = $ac_status" >&5
---
> echo "$as_me:16785: \$? = $ac_status" >&5
16919c17043
< (eval echo "\"\$as_me:16919: $lt_compile\"" >&5)
---
> (eval echo "\"\$as_me:17043: $lt_compile\"" >&5)
16923c17047
< echo "$as_me:16923: \$? = $ac_status" >&5
---
> echo "$as_me:17047: \$? = $ac_status" >&5
16981c17105
< (eval echo "\"\$as_me:16981: $lt_compile\"" >&5)
---
> (eval echo "\"\$as_me:17105: $lt_compile\"" >&5)
16985c17109
< echo "$as_me:16985: \$? = $ac_status" >&5
---
> echo "$as_me:17109: \$? = $ac_status" >&5
19184c19308
< #line 19184 "configure"
---
> #line 19308 "configure"
19282c19406
< #line 19282 "configure"
---
> #line 19406 "configure"
20332,20364d20455
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
20704c20795,20800
<
---
> ( cat <<\_ASBOX
> ## ---------------------------------- ##
> ## Report this to christos@astron.com ##
> ## ---------------------------------- ##
> _ASBOX
> ) | sed "s/^/$as_me: WARNING: /" >&2
20840c20936,20941
<
---
> ( cat <<\_ASBOX
> ## ---------------------------------- ##
> ## Report this to christos@astron.com ##
> ## ---------------------------------- ##
> _ASBOX
> ) | sed "s/^/$as_me: WARNING: /" >&2
20934c21035,21040
< for ac_header in stdint.h
---
>
>
>
>
>
> for ac_header in stdint.h fcntl.h locale.h stdint.h inttypes.h unistd.h
21049c21155,21160
<
---
> ( cat <<\_ASBOX
> ## ---------------------------------- ##
> ## Report this to christos@astron.com ##
> ## ---------------------------------- ##
> _ASBOX
> ) | sed "s/^/$as_me: WARNING: /" >&2
21077,21079c21188
<
<
< for ac_header in fcntl.h locale.h stdint.h inttypes.h unistd.h getopt.h
---
> for ac_header in utime.h wchar.h wctype.h limits.h
21194c21303,21308
<
---
> ( cat <<\_ASBOX
> ## ---------------------------------- ##
> ## Report this to christos@astron.com ##
> ## ---------------------------------- ##
> _ASBOX
> ) | sed "s/^/$as_me: WARNING: /" >&2
21220,21222c21334
<
<
< for ac_header in utime.h wchar.h wctype.h limits.h
---
> for ac_header in getopt.h err.h
21337c21449,21454
<
---
> ( cat <<\_ASBOX
> ## ---------------------------------- ##
> ## Report this to christos@astron.com ##
> ## ---------------------------------- ##
> _ASBOX
> ) | sed "s/^/$as_me: WARNING: /" >&2
21481c21598,21603
<
---
> ( cat <<\_ASBOX
> ## ---------------------------------- ##
> ## Report this to christos@astron.com ##
> ## ---------------------------------- ##
> _ASBOX
> ) | sed "s/^/$as_me: WARNING: /" >&2
21621c21743,21748
<
---
> ( cat <<\_ASBOX
> ## ---------------------------------- ##
> ## Report this to christos@astron.com ##
> ## ---------------------------------- ##
> _ASBOX
> ) | sed "s/^/$as_me: WARNING: /" >&2
21878d22004
<
21979,21982d22104
< cat >>confdefs.h <<\_ACEOF
< #define HAVE_ST_RDEV 1
< _ACEOF
<
22217c22339,22340
< cat >>confdefs.h <<\_ACEOF
---
>
> cat >>confdefs.h <<\_ACEOF
22277c22400,22401
< cat >>confdefs.h <<\_ACEOF
---
>
> cat >>confdefs.h <<\_ACEOF
22283,22284c22407
<
< # Check whether --enable-largefile was given.
---
> # Check whether --enable-largefile was given.
22289c22412
< if test "$enable_largefile" != no; then
---
> if test "$enable_largefile" != no; then
22291,22294c22414,22415
< { echo "$as_me:$LINENO: checking for special C compiler options needed for large files=
< " >&5
< echo $ECHO_N "checking for special C compiler options needed for large files=
< ... $ECHO_C" >&6; }
---
> { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
> echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; }
22299,22302c22420,22425
< if test "$GCC" != yes; then
< # IRIX 6.2 and later do not support large files by default,
< # so use the C compiler's -n32 option if that helps.
< cat >conftest.$ac_ext <<_ACEOF
---
> if test "$GCC" != yes; then
> ac_save_CC=$CC
> while :; do
> # IRIX 6.2 and later do not support large files by default,
> # so use the C compiler's -n32 option if that helps.
> cat >conftest.$ac_ext <<_ACEOF
22309,22317c22432,22439
< /* Check that off_t can represent 2**63 - 1 correctly.
< We can't simply "#define LARGE_OFF_T 9223372036854775807",
< since some C++ compilers masquerading as C compilers
< incorrectly reject 9223372036854775807. */
< # define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
< int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
< && LARGE_OFF_T % 2147483647 == 1)
< ? 1 : -1];
<
---
> /* Check that off_t can represent 2**63 - 1 correctly.
> We can't simply define LARGE_OFF_T to be 9223372036854775807,
> since some C++ compilers masquerading as C compilers
> incorrectly reject 9223372036854775807. */
> #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
> int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
> && LARGE_OFF_T % 2147483647 == 1)
> ? 1 : -1];
22326c22448
< rm -f conftest.$ac_objext
---
> rm -f conftest.$ac_objext
22343c22465
< :
---
> break
22348,22364d22469
< ac_save_CC="$CC"
< CC="$CC -n32"
< cat >conftest.$ac_ext <<_ACEOF
< /* confdefs.h. */
< _ACEOF
< cat confdefs.h >>conftest.$ac_ext
< cat >>conftest.$ac_ext <<_ACEOF
< /* end confdefs.h. */
< #include <sys/types.h>
< /* Check that off_t can represent 2**63 - 1 correctly.
< We can't simply "#define LARGE_OFF_T 9223372036854775807",
< since some C++ compilers masquerading as C compilers
< incorrectly reject 9223372036854775807. */
< # define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
< int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
< && LARGE_OFF_T % 2147483647 == 1)
< ? 1 : -1];
22366,22368c22471
< int
< main ()
< {
---
> fi
22370,22374c22473,22475
< ;
< return 0;
< }
< _ACEOF
< rm -f conftest.$ac_objext
---
> rm -f core conftest.err conftest.$ac_objext
> CC="$CC -n32"
> rm -f conftest.$ac_objext
22391c22492
< ac_cv_sys_largefile_CC=' -n32'
---
> ac_cv_sys_largefile_CC=' -n32'; break
22399,22400c22500,22505
< rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
< CC="$ac_save_CC"
---
> rm -f core conftest.err conftest.$ac_objext
> break
> done
> CC=$ac_save_CC
> rm -f conftest.$ac_ext
> fi
22402,22405d22506
<
< rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
< fi
< fi
22408,22410c22509,22511
< if test "$ac_cv_sys_largefile_CC" != no; then
< CC="$CC$ac_cv_sys_largefile_CC"
< fi
---
> if test "$ac_cv_sys_largefile_CC" != no; then
> CC=$CC$ac_cv_sys_largefile_CC
> fi
22412c22513
< { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
---
> { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
22417,22418c22518,22519
< ac_cv_sys_file_offset_bits=no
< cat >conftest.$ac_ext <<_ACEOF
---
> while :; do
> cat >conftest.$ac_ext <<_ACEOF
22425,22433c22526,22533
< /* Check that off_t can represent 2**63 - 1 correctly.
< We can't simply "#define LARGE_OFF_T 9223372036854775807",
< since some C++ compilers masquerading as C compilers
< incorrectly reject 9223372036854775807. */
< # define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
< int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
< && LARGE_OFF_T % 2147483647 == 1)
< ? 1 : -1];
<
---
> /* Check that off_t can represent 2**63 - 1 correctly.
> We can't simply define LARGE_OFF_T to be 9223372036854775807,
> since some C++ compilers masquerading as C compilers
> incorrectly reject 9223372036854775807. */
> #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
> int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
> && LARGE_OFF_T % 2147483647 == 1)
> ? 1 : -1];
22459c22559
< :
---
> ac_cv_sys_file_offset_bits=no; break
22464c22564,22568
< cat >conftest.$ac_ext <<_ACEOF
---
>
> fi
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> cat >conftest.$ac_ext <<_ACEOF
22472,22481c22576,22583
< /* Check that off_t can represent 2**63 - 1 correctly.
< We can't simply "#define LARGE_OFF_T 9223372036854775807",
< since some C++ compilers masquerading as C compilers
< incorrectly reject 9223372036854775807. */
< # define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
< int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
< && LARGE_OFF_T % 2147483647 == 1)
< ? 1 : -1];
<
<
---
> /* Check that off_t can represent 2**63 - 1 correctly.
> We can't simply define LARGE_OFF_T to be 9223372036854775807,
> since some C++ compilers masquerading as C compilers
> incorrectly reject 9223372036854775807. */
> #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
> int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
> && LARGE_OFF_T % 2147483647 == 1)
> ? 1 : -1];
22507c22609
< ac_cv_sys_file_offset_bits=64
---
> ac_cv_sys_file_offset_bits=64; break
22515a22618,22620
> ac_cv_sys_file_offset_bits=unknown
> break
> done
22517,22519d22621
<
< rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
< fi
22522,22523c22624,22626
< if test "$ac_cv_sys_file_offset_bits" != no; then
<
---
> case $ac_cv_sys_file_offset_bits in #(
> no | unknown) ;;
> *)
22527,22529c22630,22634
<
< fi
< { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
---
> ;;
> esac
> rm -f conftest*
> if test $ac_cv_sys_file_offset_bits = unknown; then
> { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
22534,22535c22639,22640
< ac_cv_sys_large_files=no
< cat >conftest.$ac_ext <<_ACEOF
---
> while :; do
> cat >conftest.$ac_ext <<_ACEOF
22542,22550c22647,22654
< /* Check that off_t can represent 2**63 - 1 correctly.
< We can't simply "#define LARGE_OFF_T 9223372036854775807",
< since some C++ compilers masquerading as C compilers
< incorrectly reject 9223372036854775807. */
< # define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
< int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
< && LARGE_OFF_T % 2147483647 == 1)
< ? 1 : -1];
<
---
> /* Check that off_t can represent 2**63 - 1 correctly.
> We can't simply define LARGE_OFF_T to be 9223372036854775807,
> since some C++ compilers masquerading as C compilers
> incorrectly reject 9223372036854775807. */
> #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
> int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
> && LARGE_OFF_T % 2147483647 == 1)
> ? 1 : -1];
22576c22680
< :
---
> ac_cv_sys_large_files=no; break
22581c22685,22689
< cat >conftest.$ac_ext <<_ACEOF
---
>
> fi
>
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> cat >conftest.$ac_ext <<_ACEOF
22589,22598c22697,22704
< /* Check that off_t can represent 2**63 - 1 correctly.
< We can't simply "#define LARGE_OFF_T 9223372036854775807",
< since some C++ compilers masquerading as C compilers
< incorrectly reject 9223372036854775807. */
< # define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
< int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
< && LARGE_OFF_T % 2147483647 == 1)
< ? 1 : -1];
<
<
---
> /* Check that off_t can represent 2**63 - 1 correctly.
> We can't simply define LARGE_OFF_T to be 9223372036854775807,
> since some C++ compilers masquerading as C compilers
> incorrectly reject 9223372036854775807. */
> #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
> int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
> && LARGE_OFF_T % 2147483647 == 1)
> ? 1 : -1];
22624c22730
< ac_cv_sys_large_files=1
---
> ac_cv_sys_large_files=1; break
22632a22739,22741
> ac_cv_sys_large_files=unknown
> break
> done
22634,22636d22742
<
< rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
< fi
22639,22640c22745,22747
< if test "$ac_cv_sys_large_files" != no; then
<
---
> case $ac_cv_sys_large_files in #(
> no | unknown) ;;
> *)
22643a22751,22755
> ;;
> esac
> rm -f conftest*
> fi
> fi
22645,22646c22757,22799
< fi
< fi
---
> { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
> echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
> if test "${ac_cv_sys_largefile_source+set}" = set; then
> echo $ECHO_N "(cached) $ECHO_C" >&6
> else
> while :; do
> cat >conftest.$ac_ext <<_ACEOF
> /* confdefs.h. */
> _ACEOF
> cat confdefs.h >>conftest.$ac_ext
> cat >>conftest.$ac_ext <<_ACEOF
> /* end confdefs.h. */
> #include <stdio.h>
> int
> main ()
> {
> return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
> ac_status=$?
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
> ac_cv_sys_largefile_source=no; break
> else
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
22647a22801,22876
>
> fi
>
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext conftest.$ac_ext
> cat >conftest.$ac_ext <<_ACEOF
> /* confdefs.h. */
> _ACEOF
> cat confdefs.h >>conftest.$ac_ext
> cat >>conftest.$ac_ext <<_ACEOF
> /* end confdefs.h. */
> #define _LARGEFILE_SOURCE 1
> #include <stdio.h>
> int
> main ()
> {
> return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext conftest$ac_exeext
> if { (ac_try="$ac_link"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_link") 2>conftest.er1
> ac_status=$?
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
> ac_cv_sys_largefile_source=1; break
> else
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
>
>
> fi
>
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext conftest.$ac_ext
> ac_cv_sys_largefile_source=unknown
> break
> done
> fi
> { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
> echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
> case $ac_cv_sys_largefile_source in #(
> no | unknown) ;;
> *)
> cat >>confdefs.h <<_ACEOF
> #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
> _ACEOF
> ;;
> esac
> rm -f conftest*
>
> # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
> # in glibc 2.1.3, but that breaks too many other things.
> # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
> if test $ac_cv_sys_largefile_source != unknown; then
>
> cat >>confdefs.h <<\_ACEOF
> #define HAVE_FSEEKO 1
> _ACEOF
>
> fi
>
22723,22730c22952,22963
< #if HAVE_STDINT_H
< #include <stdint.h>
< #endif
< #include <sys/types.h>
< #if STDC_HEADERS
< #include <stdlib.h>
< #include <stddef.h>
< #endif
---
> $ac_includes_default
> typedef uint8_t ac__type_new_;
> int
> main ()
> {
> if ((ac__type_new_ *) 0)
> return 0;
> if (sizeof (ac__type_new_))
> return 0;
> ;
> return 0;
> }
22732,22733c22965,22981
< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
< $EGREP "(^|[^a-zA-Z_0-9])uint8_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
---
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
> ac_status=$?
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
22736c22984,22987
< ac_cv_type_uint8_t=no
---
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
>
> ac_cv_type_uint8_t=no
22738d22988
< rm -f conftest*
22739a22990
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22743,22745c22994,22997
< if test $ac_cv_type_uint8_t = no; then
< cat >>confdefs.h <<\_ACEOF
< #define uint8_t unsigned char
---
> if test $ac_cv_type_uint8_t = yes; then
>
> cat >>confdefs.h <<_ACEOF
> #define HAVE_UINT8_T 1
22748d22999
< fi
22749a23001
> fi
22761,22768c23013,23024
< #if HAVE_STDINT_H
< #include <stdint.h>
< #endif
< #include <sys/types.h>
< #if STDC_HEADERS
< #include <stdlib.h>
< #include <stddef.h>
< #endif
---
> $ac_includes_default
> typedef uint16_t ac__type_new_;
> int
> main ()
> {
> if ((ac__type_new_ *) 0)
> return 0;
> if (sizeof (ac__type_new_))
> return 0;
> ;
> return 0;
> }
22770,22771c23026,23042
< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
< $EGREP "(^|[^a-zA-Z_0-9])uint16_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
---
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
> ac_status=$?
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
22774c23045,23048
< ac_cv_type_uint16_t=no
---
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
>
> ac_cv_type_uint16_t=no
22776d23049
< rm -f conftest*
22777a23051
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22781,22783c23055,23058
< if test $ac_cv_type_uint16_t = no; then
< cat >>confdefs.h <<\_ACEOF
< #define uint16_t unsigned short
---
> if test $ac_cv_type_uint16_t = yes; then
>
> cat >>confdefs.h <<_ACEOF
> #define HAVE_UINT16_T 1
22786d23060
< fi
22787a23062
> fi
22799,22806c23074,23085
< #if HAVE_STDINT_H
< #include <stdint.h>
< #endif
< #include <sys/types.h>
< #if STDC_HEADERS
< #include <stdlib.h>
< #include <stddef.h>
< #endif
---
> $ac_includes_default
> typedef uint32_t ac__type_new_;
> int
> main ()
> {
> if ((ac__type_new_ *) 0)
> return 0;
> if (sizeof (ac__type_new_))
> return 0;
> ;
> return 0;
> }
22808,22809c23087,23103
< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
< $EGREP "(^|[^a-zA-Z_0-9])uint32_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
---
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
> ac_status=$?
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
22812c23106,23109
< ac_cv_type_uint32_t=no
---
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
>
> ac_cv_type_uint32_t=no
22814d23110
< rm -f conftest*
22815a23112
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22819,22821c23116,23119
< if test $ac_cv_type_uint32_t = no; then
< cat >>confdefs.h <<\_ACEOF
< #define uint32_t unsigned int
---
> if test $ac_cv_type_uint32_t = yes; then
>
> cat >>confdefs.h <<_ACEOF
> #define HAVE_UINT32_T 1
22824d23121
< fi
22825a23123
> fi
22837,22844c23135,23146
< #if HAVE_STDINT_H
< #include <stdint.h>
< #endif
< #include <sys/types.h>
< #if STDC_HEADERS
< #include <stdlib.h>
< #include <stddef.h>
< #endif
---
> $ac_includes_default
> typedef int32_t ac__type_new_;
> int
> main ()
> {
> if ((ac__type_new_ *) 0)
> return 0;
> if (sizeof (ac__type_new_))
> return 0;
> ;
> return 0;
> }
22846,22847c23148,23164
< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
< $EGREP "(^|[^a-zA-Z_0-9])int32_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
---
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
> ac_status=$?
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
22850c23167,23170
< ac_cv_type_int32_t=no
---
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
>
> ac_cv_type_int32_t=no
22852d23171
< rm -f conftest*
22853a23173
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22857,22859c23177,23180
< if test $ac_cv_type_int32_t = no; then
< cat >>confdefs.h <<\_ACEOF
< #define int32_t int
---
> if test $ac_cv_type_int32_t = yes; then
>
> cat >>confdefs.h <<_ACEOF
> #define HAVE_INT32_T 1
22862d23182
< fi
22864,22866c23184,23187
< { echo "$as_me:$LINENO: checking for long long" >&5
< echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
< if test "${ac_cv_c_long_long+set}" = set; then
---
> fi
> { echo "$as_me:$LINENO: checking for uint64_t" >&5
> echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6; }
> if test "${ac_cv_type_uint64_t+set}" = set; then
22869,22878d23189
< if test "$GCC" = yes; then
< ac_cv_c_long_long=yes
< else
< if test "$cross_compiling" = yes; then
< { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
< See \`config.log' for more details." >&5
< echo "$as_me: error: cannot run test program while cross compiling
< See \`config.log' for more details." >&2;}
< { (exit 1); exit 1; }; }
< else
22885,22887c23196,23207
< int main() {
< long long foo = 0;
< exit(sizeof(long long) < sizeof(long)); }
---
> $ac_includes_default
> typedef uint64_t ac__type_new_;
> int
> main ()
> {
> if ((ac__type_new_ *) 0)
> return 0;
> if (sizeof (ac__type_new_))
> return 0;
> ;
> return 0;
> }
22889,22890c23209,23210
< rm -f conftest$ac_exeext
< if { (ac_try="$ac_link"
---
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
22896c23216
< (eval "$ac_link") 2>&5
---
> (eval "$ac_compile") 2>conftest.er1
22897a23218,23220
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
22899,22909c23222,23226
< (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
< { (case "(($ac_try" in
< *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
< *) ac_try_echo=$ac_try;;
< esac
< eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
< (eval "$ac_try") 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< ac_cv_c_long_long=yes
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
> ac_cv_type_uint64_t=yes
22911,22912c23228
< echo "$as_me: program exited with status $ac_status" >&5
< echo "$as_me: failed program was:" >&5
---
> echo "$as_me: failed program was:" >&5
22915,22916c23231
< ( exit $ac_status )
< ac_cv_c_long_long=no
---
> ac_cv_type_uint64_t=no
22918,22919d23232
< rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
< fi
22921c23234
<
---
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22923,22928c23236,23241
< fi
< { echo "$as_me:$LINENO: result: $ac_cv_c_long_long" >&5
< echo "${ECHO_T}$ac_cv_c_long_long" >&6; }
< if test $ac_cv_c_long_long = yes; then
< cat >>confdefs.h <<\_ACEOF
< #define HAVE_LONG_LONG 1
---
> { echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
> echo "${ECHO_T}$ac_cv_type_uint64_t" >&6; }
> if test $ac_cv_type_uint64_t = yes; then
>
> cat >>confdefs.h <<_ACEOF
> #define HAVE_UINT64_T 1
22931d23243
< fi
22933,22938d23244
< if test $ac_cv_c_long_long = yes; then
< ulong64='unsigned long long';
< long64='long long';
< else
< ulong64='unsigned long';
< long64='long';
22940,22942c23246,23248
< { echo "$as_me:$LINENO: checking for uint64_t" >&5
< echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6; }
< if test "${ac_cv_type_uint64_t+set}" = set; then
---
> { echo "$as_me:$LINENO: checking for int64_t" >&5
> echo $ECHO_N "checking for int64_t... $ECHO_C" >&6; }
> if test "${ac_cv_type_int64_t+set}" = set; then
22951,22958c23257,23268
< #if HAVE_STDINT_H
< #include <stdint.h>
< #endif
< #include <sys/types.h>
< #if STDC_HEADERS
< #include <stdlib.h>
< #include <stddef.h>
< #endif
---
> $ac_includes_default
> typedef int64_t ac__type_new_;
> int
> main ()
> {
> if ((ac__type_new_ *) 0)
> return 0;
> if (sizeof (ac__type_new_))
> return 0;
> ;
> return 0;
> }
22960,22962c23270,23287
< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
< $EGREP "(^|[^a-zA-Z_0-9])uint64_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
< eval "ac_cv_type_uint64_t=yes"
---
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
> ac_status=$?
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
> ac_cv_type_int64_t=yes
22964c23289,23292
< eval "ac_cv_type_uint64_t=no"
---
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
>
> ac_cv_type_int64_t=no
22966d23293
< rm -f conftest*
22967a23295
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22969,22976c23297,23302
< if eval "test \"`echo '$ac_cv_type_'uint64_t`\" = yes"; then
< { echo "$as_me:$LINENO: result: yes" >&5
< echo "${ECHO_T}yes" >&6; }
< else
< { echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6; }
< cat >>confdefs.h <<_ACEOF
< #define uint64_t $ulong64
---
> { echo "$as_me:$LINENO: result: $ac_cv_type_int64_t" >&5
> echo "${ECHO_T}$ac_cv_type_int64_t" >&6; }
> if test $ac_cv_type_int64_t = yes; then
>
> cat >>confdefs.h <<_ACEOF
> #define HAVE_INT64_T 1
22978a23305
>
22981,22983c23308,23310
< { echo "$as_me:$LINENO: checking for int64_t" >&5
< echo $ECHO_N "checking for int64_t... $ECHO_C" >&6; }
< if test "${ac_cv_type_int64_t+set}" = set; then
---
> { echo "$as_me:$LINENO: checking for long long" >&5
> echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
> if test "${ac_cv_type_long_long+set}" = set; then
22992,22999c23319,23330
< #if HAVE_STDINT_H
< #include <stdint.h>
< #endif
< #include <sys/types.h>
< #if STDC_HEADERS
< #include <stdlib.h>
< #include <stddef.h>
< #endif
---
> $ac_includes_default
> typedef long long ac__type_new_;
> int
> main ()
> {
> if ((ac__type_new_ *) 0)
> return 0;
> if (sizeof (ac__type_new_))
> return 0;
> ;
> return 0;
> }
23001,23003c23332,23349
< if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
< $EGREP "(^|[^a-zA-Z_0-9])int64_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
< eval "ac_cv_type_int64_t=yes"
---
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
> *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
> *) ac_try_echo=$ac_try;;
> esac
> eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
> (eval "$ac_compile") 2>conftest.er1
> ac_status=$?
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
> echo "$as_me:$LINENO: \$? = $ac_status" >&5
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
> ac_cv_type_long_long=yes
23005,23007c23351,23352
< eval "ac_cv_type_int64_t=no"
< fi
< rm -f conftest*
---
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
23008a23354
> ac_cv_type_long_long=no
23010,23018d23355
< if eval "test \"`echo '$ac_cv_type_'int64_t`\" = yes"; then
< { echo "$as_me:$LINENO: result: yes" >&5
< echo "${ECHO_T}yes" >&6; }
< else
< { echo "$as_me:$LINENO: result: no" >&5
< echo "${ECHO_T}no" >&6; }
< cat >>confdefs.h <<_ACEOF
< #define int64_t $long64
< _ACEOF
23019a23357
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23020a23359,23360
> { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
> echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
23022,23025c23362,23368
<
< { echo "$as_me:$LINENO: checking size of uint8_t" >&5
< echo $ECHO_N "checking size of uint8_t... $ECHO_C" >&6; }
< if test "${ac_cv_sizeof_uint8_t+set}" = set; then
---
> # The cast to long int works around a bug in the HP C Compiler
> # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
> # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
> # This bug is HP SR number 8606223364.
> { echo "$as_me:$LINENO: checking size of long long" >&5
> echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
> if test "${ac_cv_sizeof_long_long+set}" = set; then
23029,23031c23372,23373
< ac_cv_sizeof_uint8_t=0
< else
< cat >conftest.$ac_ext <<_ACEOF
---
> # Depending upon the size, compute the lo and hi bounds.
> cat >conftest.$ac_ext <<_ACEOF
23037,23046c23379,23382
< #if HAVE_STDINT_H
< #include <stdint.h>
< #endif
< #include <sys/types.h>
< #ifdef STDC_HEADERS
< #include <stdlib.h>
< #endif
<
< #include <stdio.h>
< main()
---
> $ac_includes_default
> typedef long long ac__type_sizeof_;
> int
> main ()
23048,23051c23384,23388
< FILE *f=fopen("conftestval", "w");
< if (!f) exit(1);
< fprintf(f, "%d\n", sizeof(uint8_t));
< exit(0);
---
> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
> test_array [0] = 0
>
> ;
> return 0;
23054,23055c23391,23392
< rm -f conftest$ac_exeext
< if { (ac_try="$ac_link"
---
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
23061c23398
< (eval "$ac_link") 2>&5
---
> (eval "$ac_compile") 2>conftest.er1
23062a23400,23402
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
23064,23065c23404,23430
< (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
< { (case "(($ac_try" in
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
> ac_lo=0 ac_mid=0
> while :; do
> cat >conftest.$ac_ext <<_ACEOF
> /* confdefs.h. */
> _ACEOF
> cat confdefs.h >>conftest.$ac_ext
> cat >>conftest.$ac_ext <<_ACEOF
> /* end confdefs.h. */
> $ac_includes_default
> typedef long long ac__type_sizeof_;
> int
> main ()
> {
> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
> test_array [0] = 0
>
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
23070c23435
< (eval "$ac_try") 2>&5
---
> (eval "$ac_compile") 2>conftest.er1
23071a23437,23439
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
23073,23074c23441,23445
< (exit $ac_status); }; }; then
< ac_cv_sizeof_uint8_t=`cat conftestval`
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
> ac_hi=$ac_mid; break
23076,23077c23447
< echo "$as_me: program exited with status $ac_status" >&5
< echo "$as_me: failed program was:" >&5
---
> echo "$as_me: failed program was:" >&5
23080,23081c23450,23455
< ( exit $ac_status )
< ac_cv_sizeof_uint8_t=0
---
> ac_lo=`expr $ac_mid + 1`
> if test $ac_lo -le $ac_mid; then
> ac_lo= ac_hi=
> break
> fi
> ac_mid=`expr 2 '*' $ac_mid + 1`
23083,23084d23456
< rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
< fi
23086,23099c23458,23459
<
< fi
< { echo "$as_me:$LINENO: result: $ac_cv_sizeof_uint8_t" >&5
< echo "${ECHO_T}$ac_cv_sizeof_uint8_t" >&6; }
< cat >>confdefs.h <<_ACEOF
< #define SIZEOF_UINT8_T $ac_cv_sizeof_uint8_t
< _ACEOF
<
<
<
< { echo "$as_me:$LINENO: checking size of uint16_t" >&5
< echo $ECHO_N "checking size of uint16_t... $ECHO_C" >&6; }
< if test "${ac_cv_sizeof_uint16_t+set}" = set; then
< echo $ECHO_N "(cached) $ECHO_C" >&6
---
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> done
23101,23104c23461,23464
< if test "$cross_compiling" = yes; then
< ac_cv_sizeof_uint16_t=0
< else
< cat >conftest.$ac_ext <<_ACEOF
---
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
>
> cat >conftest.$ac_ext <<_ACEOF
23110,23119c23470,23473
< #if HAVE_STDINT_H
< #include <stdint.h>
< #endif
< #include <sys/types.h>
< #ifdef STDC_HEADERS
< #include <stdlib.h>
< #endif
<
< #include <stdio.h>
< main()
---
> $ac_includes_default
> typedef long long ac__type_sizeof_;
> int
> main ()
23121,23124c23475,23479
< FILE *f=fopen("conftestval", "w");
< if (!f) exit(1);
< fprintf(f, "%d\n", sizeof(uint16_t));
< exit(0);
---
> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
> test_array [0] = 0
>
> ;
> return 0;
23127,23128c23482,23483
< rm -f conftest$ac_exeext
< if { (ac_try="$ac_link"
---
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
23134c23489
< (eval "$ac_link") 2>&5
---
> (eval "$ac_compile") 2>conftest.er1
23135a23491,23493
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
23137,23138c23495,23521
< (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
< { (case "(($ac_try" in
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
> ac_hi=-1 ac_mid=-1
> while :; do
> cat >conftest.$ac_ext <<_ACEOF
> /* confdefs.h. */
> _ACEOF
> cat confdefs.h >>conftest.$ac_ext
> cat >>conftest.$ac_ext <<_ACEOF
> /* end confdefs.h. */
> $ac_includes_default
> typedef long long ac__type_sizeof_;
> int
> main ()
> {
> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
> test_array [0] = 0
>
> ;
> return 0;
> }
> _ACEOF
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
> case "(($ac_try" in
23143c23526
< (eval "$ac_try") 2>&5
---
> (eval "$ac_compile") 2>conftest.er1
23144a23528,23530
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
23146,23147c23532,23536
< (exit $ac_status); }; }; then
< ac_cv_sizeof_uint16_t=`cat conftestval`
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
> ac_lo=$ac_mid; break
23149,23150c23538
< echo "$as_me: program exited with status $ac_status" >&5
< echo "$as_me: failed program was:" >&5
---
> echo "$as_me: failed program was:" >&5
23153,23154c23541,23546
< ( exit $ac_status )
< ac_cv_sizeof_uint16_t=0
---
> ac_hi=`expr '(' $ac_mid ')' - 1`
> if test $ac_mid -le $ac_hi; then
> ac_lo= ac_hi=
> break
> fi
> ac_mid=`expr 2 '*' $ac_mid`
23156,23157d23547
< rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
< fi
23158a23549,23553
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> done
> else
> echo "$as_me: failed program was:" >&5
> sed 's/^/| /' conftest.$ac_ext >&5
23159a23555
> ac_lo= ac_hi=
23161,23165d23556
< { echo "$as_me:$LINENO: result: $ac_cv_sizeof_uint16_t" >&5
< echo "${ECHO_T}$ac_cv_sizeof_uint16_t" >&6; }
< cat >>confdefs.h <<_ACEOF
< #define SIZEOF_UINT16_T $ac_cv_sizeof_uint16_t
< _ACEOF
23166a23558,23559
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> fi
23168,23176c23561,23564
<
< { echo "$as_me:$LINENO: checking size of uint32_t" >&5
< echo $ECHO_N "checking size of uint32_t... $ECHO_C" >&6; }
< if test "${ac_cv_sizeof_uint32_t+set}" = set; then
< echo $ECHO_N "(cached) $ECHO_C" >&6
< else
< if test "$cross_compiling" = yes; then
< ac_cv_sizeof_uint32_t=0
< else
---
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> # Binary search between lo and hi bounds.
> while test "x$ac_lo" != "x$ac_hi"; do
> ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23183,23192c23571,23574
< #if HAVE_STDINT_H
< #include <stdint.h>
< #endif
< #include <sys/types.h>
< #ifdef STDC_HEADERS
< #include <stdlib.h>
< #endif
<
< #include <stdio.h>
< main()
---
> $ac_includes_default
> typedef long long ac__type_sizeof_;
> int
> main ()
23194,23197c23576,23580
< FILE *f=fopen("conftestval", "w");
< if (!f) exit(1);
< fprintf(f, "%d\n", sizeof(uint32_t));
< exit(0);
---
> static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
> test_array [0] = 0
>
> ;
> return 0;
23200,23201c23583,23584
< rm -f conftest$ac_exeext
< if { (ac_try="$ac_link"
---
> rm -f conftest.$ac_objext
> if { (ac_try="$ac_compile"
23207c23590
< (eval "$ac_link") 2>&5
---
> (eval "$ac_compile") 2>conftest.er1
23208a23592,23594
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
23210,23220c23596,23600
< (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
< { (case "(($ac_try" in
< *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
< *) ac_try_echo=$ac_try;;
< esac
< eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
< (eval "$ac_try") 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< ac_cv_sizeof_uint32_t=`cat conftestval`
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest.$ac_objext; then
> ac_hi=$ac_mid
23222,23223c23602
< echo "$as_me: program exited with status $ac_status" >&5
< echo "$as_me: failed program was:" >&5
---
> echo "$as_me: failed program was:" >&5
23226,23227c23605
< ( exit $ac_status )
< ac_cv_sizeof_uint32_t=0
---
> ac_lo=`expr '(' $ac_mid ')' + 1`
23229,23230d23606
< rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
< fi
23232,23245c23608,23621
<
< fi
< { echo "$as_me:$LINENO: result: $ac_cv_sizeof_uint32_t" >&5
< echo "${ECHO_T}$ac_cv_sizeof_uint32_t" >&6; }
< cat >>confdefs.h <<_ACEOF
< #define SIZEOF_UINT32_T $ac_cv_sizeof_uint32_t
< _ACEOF
<
<
<
< { echo "$as_me:$LINENO: checking size of int64_t" >&5
< echo $ECHO_N "checking size of int64_t... $ECHO_C" >&6; }
< if test "${ac_cv_sizeof_int64_t+set}" = set; then
< echo $ECHO_N "(cached) $ECHO_C" >&6
---
> rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
> done
> case $ac_lo in
> ?*) ac_cv_sizeof_long_long=$ac_lo;;
> '') if test "$ac_cv_type_long_long" = yes; then
> { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
> See \`config.log' for more details." >&5
> echo "$as_me: error: cannot compute sizeof (long long)
> See \`config.log' for more details." >&2;}
> { (exit 77); exit 77; }; }
> else
> ac_cv_sizeof_long_long=0
> fi ;;
> esac
23247,23249d23622
< if test "$cross_compiling" = yes; then
< ac_cv_sizeof_int64_t=0
< else
23256,23263c23629,23632
< #if HAVE_STDINT_H
< #include <stdint.h>
< #endif
< #include <sys/types.h>
< #ifdef STDC_HEADERS
< #include <stdlib.h>
< #endif
<
---
> $ac_includes_default
> typedef long long ac__type_sizeof_;
> static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
> static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23265c23634,23636
< main()
---
> #include <stdlib.h>
> int
> main ()
23267,23270c23638,23659
< FILE *f=fopen("conftestval", "w");
< if (!f) exit(1);
< fprintf(f, "%d\n", sizeof(int64_t));
< exit(0);
---
>
> FILE *f = fopen ("conftest.val", "w");
> if (! f)
> return 1;
> if (((long int) (sizeof (ac__type_sizeof_))) < 0)
> {
> long int i = longval ();
> if (i != ((long int) (sizeof (ac__type_sizeof_))))
> return 1;
> fprintf (f, "%ld\n", i);
> }
> else
> {
> unsigned long int i = ulongval ();
> if (i != ((long int) (sizeof (ac__type_sizeof_))))
> return 1;
> fprintf (f, "%lu\n", i);
> }
> return ferror (f) || fclose (f) != 0;
>
> ;
> return 0;
23293c23682
< ac_cv_sizeof_int64_t=`cat conftestval`
---
> ac_cv_sizeof_long_long=`cat conftest.val`
23300c23689,23697
< ac_cv_sizeof_int64_t=0
---
> if test "$ac_cv_type_long_long" = yes; then
> { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
> See \`config.log' for more details." >&5
> echo "$as_me: error: cannot compute sizeof (long long)
> See \`config.log' for more details." >&2;}
> { (exit 77); exit 77; }; }
> else
> ac_cv_sizeof_long_long=0
> fi
23303a23701,23704
> rm -f conftest.val
> fi
> { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
> echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
23306,23308c23707
< fi
< { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int64_t" >&5
< echo "${ECHO_T}$ac_cv_sizeof_int64_t" >&6; }
---
>
23310c23709
< #define SIZEOF_INT64_T $ac_cv_sizeof_int64_t
---
> #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
23315,23318c23714,23723
< { echo "$as_me:$LINENO: checking size of uint64_t" >&5
< echo $ECHO_N "checking size of uint64_t... $ECHO_C" >&6; }
< if test "${ac_cv_sizeof_uint64_t+set}" = set; then
< echo $ECHO_N "(cached) $ECHO_C" >&6
---
>
>
> { echo "$as_me:$LINENO: checking for gcc compiler warnings" >&5
> echo $ECHO_N "checking for gcc compiler warnings... $ECHO_C" >&6; }
> # Check whether --enable-warnings was given.
> if test "${enable_warnings+set}" = set; then
> enableval=$enable_warnings; if test "${enableval}" = no -o $GCC = no; then
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
> WARNINGS=
23320,23321c23725,23731
< if test "$cross_compiling" = yes; then
< ac_cv_sizeof_uint64_t=0
---
> { echo "$as_me:$LINENO: result: yes" >&5
> echo "${ECHO_T}yes" >&6; }
> WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
> -Wmissing-declarations -Wredundant-decls -Wnested-externs \
> -Wsign-compare -Wreturn-type -Wswitch -Wshadow \
> -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter"
> fi
23322a23733,23766
>
> if test $GCC = no; then
> WARNINGS=
> { echo "$as_me:$LINENO: result: no" >&5
> echo "${ECHO_T}no" >&6; }
> else
> { echo "$as_me:$LINENO: result: yes" >&5
> echo "${ECHO_T}yes" >&6; }
> WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
> -Wmissing-declarations -Wredundant-decls -Wnested-externs \
> -Wsign-compare -Wreturn-type -Wswitch -Wshadow \
> -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter"
> fi
> fi
>
>
>
>
>
>
>
>
>
>
>
>
> for ac_func in mmap strerror strndup strtoul mbrtowc mkstemp utimes utime wcwidth strtof
> do
> as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
> { echo "$as_me:$LINENO: checking for $ac_func" >&5
> echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
> if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
> echo $ECHO_N "(cached) $ECHO_C" >&6
> else
23329,23330c23773,23785
< #if HAVE_STDINT_H
< #include <stdint.h>
---
> /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
> For example, HP-UX 11i <limits.h> declares gettimeofday. */
> #define $ac_func innocuous_$ac_func
>
> /* System header to define __stub macros and hopefully few prototypes,
> which can conflict with char $ac_func (); below.
> Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
> <limits.h> exists even on freestanding compilers. */
>
> #ifdef __STDC__
> # include <limits.h>
> #else
> # include <assert.h>
23332,23334c23787,23794
< #include <sys/types.h>
< #ifdef STDC_HEADERS
< #include <stdlib.h>
---
>
> #undef $ac_func
>
> /* Override any GCC internal prototype to avoid an error.
> Use char because int might match the return type of a GCC
> builtin and then its argument prototype would still apply. */
> #ifdef __cplusplus
> extern "C"
23335a23796,23802
> char $ac_func ();
> /* The GNU C library defines this for functions which it implements
> to always fail with ENOSYS. Some functions are actually named
> something starting with __ and the normal name is an alias. */
> #if defined __stub_$ac_func || defined __stub___$ac_func
> choke me
> #endif
23337,23338c23804,23805
< #include <stdio.h>
< main()
---
> int
> main ()
23340,23343c23807,23809
< FILE *f=fopen("conftestval", "w");
< if (!f) exit(1);
< fprintf(f, "%d\n", sizeof(uint64_t));
< exit(0);
---
> return $ac_func ();
> ;
> return 0;
23346c23812
< rm -f conftest$ac_exeext
---
> rm -f conftest.$ac_objext conftest$ac_exeext
23353c23819
< (eval "$ac_link") 2>&5
---
> (eval "$ac_link") 2>conftest.er1
23354a23821,23823
> grep -v '^ *+' conftest.er1 >conftest.err
> rm -f conftest.er1
> cat conftest.err >&5
23356,23366c23825,23830
< (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
< { (case "(($ac_try" in
< *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
< *) ac_try_echo=$ac_try;;
< esac
< eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
< (eval "$ac_try") 2>&5
< ac_status=$?
< echo "$as_me:$LINENO: \$? = $ac_status" >&5
< (exit $ac_status); }; }; then
< ac_cv_sizeof_uint64_t=`cat conftestval`
---
> (exit $ac_status); } && {
> test -z "$ac_c_werror_flag" ||
> test ! -s conftest.err
> } && test -s conftest$ac_exeext &&
> $as_test_x conftest$ac_exeext; then
> eval "$as_ac_var=yes"
23368,23369c23832
< echo "$as_me: program exited with status $ac_status" >&5
< echo "$as_me: failed program was:" >&5
---
> echo "$as_me: failed program was:" >&5
23372,23373c23835
< ( exit $ac_status )
< ac_cv_sizeof_uint64_t=0
---
> eval "$as_ac_var=no"
23375,23376d23836
< rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
< fi
23378c23838,23839
<
---
> rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
> conftest$ac_exeext conftest.$ac_ext
23380,23383c23841,23846
< { echo "$as_me:$LINENO: result: $ac_cv_sizeof_uint64_t" >&5
< echo "${ECHO_T}$ac_cv_sizeof_uint64_t" >&6; }
< cat >>confdefs.h <<_ACEOF
< #define SIZEOF_UINT64_T $ac_cv_sizeof_uint64_t
---
> ac_res=`eval echo '${'$as_ac_var'}'`
> { echo "$as_me:$LINENO: result: $ac_res" >&5
> echo "${ECHO_T}$ac_res" >&6; }
> if test `eval echo '${'$as_ac_var'}'` = yes; then
> cat >>confdefs.h <<_ACEOF
> #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23385a23849,23850
> fi
> done
23391,23402c23856
<
<
<
<
<
<
<
<
<
<
<
< for ac_func in mmap strerror strndup strtoul mbrtowc mkstemp getopt_long utimes utime wcwidth snprintf vsnprintf strtof
---
> for ac_func in getopt_long asprintf vasprintf
23491a23946,23952
> else
> case " $LIBOBJS " in
> *" $ac_func.$ac_objext "* ) ;;
> *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
> ;;
> esac
>
23496a23958
>
23577c24039
< ac_config_files="$ac_config_files Makefile src/Makefile magic/Makefile doc/Makefile python/Makefile"
---
> ac_config_files="$ac_config_files Makefile src/Makefile magic/Makefile tests/Makefile doc/Makefile python/Makefile"
23675,23681d24136
< if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
< { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
< Usually this means the macro was only invoked conditionally." >&5
< echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
< Usually this means the macro was only invoked conditionally." >&2;}
< { (exit 1); exit 1; }; }
< fi
24017c24472
< This file was extended by $as_me, which was
---
> This file was extended by file $as_me 4.26, which was
24070c24525
< config.status
---
> file config.status 4.26
24188a24644
> "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
24312,24314d24767
< MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
< MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
< MAINT!$MAINT$ac_delim
24317a24771
> WARNINGS!$WARNINGS$ac_delim
24349a24804,24805
> CXXFLAGS!$CXXFLAGS$ac_delim
> ac_ct_CXX!$ac_ct_CXX$ac_delim
24391,24392d24846
< CXXFLAGS!$CXXFLAGS$ac_delim
< ac_ct_CXX!$ac_ct_CXX$ac_delim
24400a24855
> LIBOBJS!$LIBOBJS$ac_delim
24403d24857
< LIBOBJS!$LIBOBJS$ac_delim
24407c24861
< if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 14; then
---
> if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 12; then