git: update to 2.25.2.

This commit is contained in:
Đoàn Trần Công Danh 2020-03-18 13:21:18 +07:00 committed by Juan RP
parent 4775b328b5
commit c0ab53b2f5
4 changed files with 21 additions and 11 deletions

View file

@ -30,6 +30,9 @@ glib_cv_have_qsort_r=${glib_cv_have_qsort_r=yes}
#dbus-glib
ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
# git
ac_cv_iconv_omits_bom=${ac_cv_iconv_omits_bom=no}
# gnucash
am_cv_scanf_lld=${am_cv_scanf_lld=yes}

View file

@ -82,6 +82,10 @@ bash_cv_wcwidth_broken=no
ac_cv_file__dev_ptmx=yes
ac_cv_file__dev_ptc=no
# git
ac_cv_snprintf_returns_bogus=no
ac_cv_fread_reads_directories=yes
# gnulib
gl_cv_func_fstatat_zero_flag=yes
gl_cv_func_memchr_works=yes

View file

@ -175,3 +175,6 @@ ac_cv_sizeof_blkcnt_t=8
# Force detection of musl's iconv
ac_cv_libiconv_utf8=yes
# musl omits BOM on UTF-16 and UTF-32
ac_cv_iconv_omits_bom=yes