diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-11-13 10:32:14 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-11-13 10:32:14 +0100 |
commit | 9cbdb752cdf67fadf0eced5a852cf6eedfb6a33d (patch) | |
tree | 07f5807ca5664844a8f9664979a6700fb82fd516 /configure | |
parent | qmerge: don't call zstd with --long=31 on 32-bits platforms (diff) | |
download | portage-utils-9cbdb752cdf67fadf0eced5a852cf6eedfb6a33d.tar.gz portage-utils-9cbdb752cdf67fadf0eced5a852cf6eedfb6a33d.tar.bz2 portage-utils-9cbdb752cdf67fadf0eced5a852cf6eedfb6a33d.zip |
buildsys: regenv0.90.1
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 65 |
1 files changed, 64 insertions, 1 deletions
@@ -34413,6 +34413,67 @@ CC=$lt_save_CC +headers='#ifdef HAVE_STDDEF_H +#include <stddef.h> +#endif +#ifdef HAVE_UNISTD_H +#include <unistd.h> +#endif +' +for ac_header in stddef.h unistd.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5 +$as_echo_n "checking size of size_t... " >&6; } +if ${ac_cv_sizeof_size_t+:} false; then : + $as_echo_n "(cached) " >&6 +else + for ac_size in 4 8 1 2 16 ; do # List sizes in rough order of prevalence. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include <sys/types.h> +${headers} + +int +main () +{ +switch (0) case 0: case (sizeof (size_t) == $ac_size):; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_sizeof_size_t=$ac_size +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + if test x$ac_cv_sizeof_size_t != x ; then break; fi +done + +fi + +if test x$ac_cv_sizeof_size_t = x ; then + as_fn_error $? "cannot determine a size for size_t" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5 +$as_echo "$ac_cv_sizeof_size_t" >&6; } + +cat >>confdefs.h <<_ACEOF +#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t +_ACEOF + + + @@ -37481,7 +37542,9 @@ $as_echo X/"$am_mf" | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "Something went wrong bootstrapping makefile fragments - for automatic dependency tracking. Try re-running configure with the + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See \`config.log' for more details" "$LINENO" 5; } |