summaryrefslogtreecommitdiffhomepage
path: root/vars/nano.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-01 21:09:37 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-01 21:09:37 +0000
commitbf9edfaed49c4387e181be454602e0cc65fe4382 (patch)
tree2bf582d4f1f0916946bc2285014b193482c52d86 /vars/nano.vars
parent725770754d9f53d5b41d876053a7a993b629472e (diff)
downloadmidipix_build-bf9edfaed49c4387e181be454602e0cc65fe4382.tar.bz2
midipix_build-bf9edfaed49c4387e181be454602e0cc65fe4382.tar.xz
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.
Diffstat (limited to 'vars/nano.vars')
-rw-r--r--vars/nano.vars30
1 files changed, 15 insertions, 15 deletions
diff --git a/vars/nano.vars b/vars/nano.vars
index 4d68ae6e..d58eb710 100644
--- a/vars/nano.vars
+++ b/vars/nano.vars
@@ -4,24 +4,24 @@
: ${PKG_NANO_CONFIG_CACHE_EXTRA:="
am_cv_func_working_getline=yes
-gl_cv_func_working_getdelim=yes
-gl_cv_func_memchr_works=yes
-gl_cv_func_wcwidth_works=yes
-gl_cv_func_snprintf_truncation_c99=yes
-gl_cv_func_vsnprintf_zerosize_c99=yes
-gl_cv_func_stat_file_slash=yes
-gl_cv_func_signbit=yes
-gl_cv_func_signbit_gcc=yes
gl_cv_C_locale_sans_EILSEQ=yes
-gl_fnmatch_cache_var=yes
-gl_cv_func_working_utimes=yes
-gl_cv_func_snprintf_retval_c99=yes
-gl_cv_func_printf_sizes_c99=yes
-gl_cv_func_printf_infinite=yes
+gl_cv_func_memchr_works=yes
gl_cv_func_printf_directive_a=no
gl_cv_func_printf_directive_f=yes
gl_cv_func_printf_directive_ls=yes
+gl_cv_func_printf_enomem=yes
gl_cv_func_printf_flag_zero=yes
-gl_cv_func_printf_enomem=yes"};
+gl_cv_func_printf_infinite=yes
+gl_cv_func_printf_sizes_c99=yes
+gl_cv_func_signbit_gcc=yes
+gl_cv_func_signbit=yes
+gl_cv_func_snprintf_retval_c99=yes
+gl_cv_func_snprintf_truncation_c99=yes
+gl_cv_func_stat_file_slash=yes
+gl_cv_func_vsnprintf_zerosize_c99=yes
+gl_cv_func_wcwidth_works=yes
+gl_cv_func_working_getdelim=yes
+gl_cv_func_working_utimes=yes
+gl_fnmatch_cache_var=yes"};
-# vim:filetype=sh
+# vim:filetype=sh textwidth=0