From bf9edfaed49c4387e181be454602e0cc65fe4382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sun, 1 Mar 2020 21:09:37 +0000 Subject: General cleanup, pt. III. dist/dist_digest.dist: removes obsolete dist file. etc/{build.usage,README.md}: updated. groups/000.host_tools.group:{autoconf,automake,gettext_tiny,install_strip,libtool,m4}_host: moved from groups/010.host_deps.group. groups/221.native_packages_dev.group:lua: moved from groups/231.native_packages_etc.group. groups/221.native_packages_dev.group:lua:${PKG_FORCE_AUTORECONF}: set. groups/231.native_packages_etc.group:{mlogin,tdnf}:${PKG_FORCE_AUTORECONF}: set. groups/241.native_packages_inet.group:nullmailer:${PKG_FORCE_AUTORECONF}: set. groups/251.native_packages_lib.group:lib{asr,gpg_error}:${PKG_FORCE_AUTORECONF}: set. midipix.env, etc/README.md, subr/pkg_configure_autotools.subr: adds FORCE_NO_AUTORECONF. subr/rtl_fileop.subr: adds ch{mod,own} fileops. vars/{check_updates,jamvm,lib{asr,gpg_error},lua,mlogin,tdnf}.vars: removes obsolete vars file. --- midipix.env | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'midipix.env') diff --git a/midipix.env b/midipix.env index eb39ecb4..f72cb72e 100644 --- a/midipix.env +++ b/midipix.env @@ -20,9 +20,9 @@ DEFAULT_BUILD_VARS=" CONFIG_CACHE CONFIG_CACHE_EXTRA CONFIG_CACHE_LOCAL CONFIGURE \ CONFIGURE_ARGS CONFIGURE_ARGS_EXTRA CXX CXXFLAGS_CONFIGURE \ CXXFLAGS_CONFIGURE_EXTRA DEPENDS DESTDIR DISABLED ENV_VARS_EXTRA \ - FNAME GITROOT INHERIT_FROM INSTALL_FILES INSTALL_FILES_DESTDIR \ - INSTALL_FILES_DESTDIR_EXTRA INSTALL_TARGET INSTALL_TARGET_EXTRA \ - IN_TREE LDFLAGS_BUILD_EXTRA LDFLAGS_CONFIGURE \ + FNAME FORCE_AUTORECONF GITROOT INHERIT_FROM INSTALL_FILES \ + INSTALL_FILES_DESTDIR INSTALL_FILES_DESTDIR_EXTRA INSTALL_TARGET \ + INSTALL_TARGET_EXTRA IN_TREE LDFLAGS_BUILD_EXTRA LDFLAGS_CONFIGURE \ LDFLAGS_CONFIGURE_EXTRA LIBTOOL MAKE MAKE_INSTALL_VNAME \ MAKEFLAGS_BUILD MAKEFLAGS_BUILD_EXTRA MAKEFLAGS_INSTALL \ MAKEFLAGS_INSTALL_EXTRA NO_CLEAN NO_CLEAN_BASE_DIR NO_LOG_VARS \ @@ -134,12 +134,12 @@ ac_cv_func_calloc_0_nonnull=yes ac_cv_func_chown_works=yes ac_cv_func_getgroups_works=yes ac_cv_func_malloc_0_nonnull=yes +ac_cv_func_memcmp_working=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_strcoll_works=yes ac_cv_func_strnlen_working=yes ac_cv_func_working_mktime=yes -ac_cv_func_memcmp_working=yes gl_cv_func_gettimeofday_clobber=no gl_cv_func_tzset_clobber=no gt_cv_int_divbyzero_sigfpe=yes @@ -148,14 +148,17 @@ xorg_cv_malloc0_returns_null=yes"}; : ${CONFIG_CACHE_GNULIB:=" ac_cv_func___fseterr=yes +gl_cv_C_locale_sans_EILSEQ=yes gl_cv_func_cbrtl_ieee=yes gl_cv_func_ceilf_ieee=yes gl_cv_func_ceil_ieee=yes gl_cv_func_ceill_ieee=yes gl_cv_func_chown_ctime_works=yes +gl_cv_func_chown_follows_symlink=yes gl_cv_func_chown_slash_works=yes gl_cv_func_exp2l_ieee=yes gl_cv_func_expm1_ieee=yes +gl_cv_func_fchownat_nofollow_works=yes gl_cv_func_fcntl_f_dupfd_works=yes gl_cv_func_fdopendir_works=yes gl_cv_func_fflush_stdin=yes @@ -178,7 +181,9 @@ gl_cv_func_hypot_ieee=yes gl_cv_func_hypotl_ieee=yes gl_cv_func_isfinitel_works=yes gl_cv_func_isnanl_works=yes +gl_cv_func_linkat_nofollow=yes gl_cv_func_linkat_slash=yes +gl_cv_func_link_follows_symlink=yes gl_cv_func_link_works=yes gl_cv_func_log10f_ieee=yes gl_cv_func_log10_ieee=yes @@ -262,11 +267,6 @@ gl_cv_func_working_getdelim=yes gl_cv_func_working_mkstemp=yes gl_cv_func_working_mktime=yes gl_cv_func_working_strerror=yes -gl_cv_func_chown_follows_symlink=yes -gl_cv_func_fchownat_nofollow_works=yes -gl_cv_func_link_follows_symlink=yes -gl_cv_func_linkat_nofollow=yes -gl_cv_struct_dirent_d_ino=yes -gl_cv_C_locale_sans_EILSEQ=yes"}; +gl_cv_struct_dirent_d_ino=yes"}; # vim:filetype=sh textwidth=0 -- cgit v1.2.3