]> git.ipfire.org Git - thirdparty/tar.git/commit
Tune for single-threaded tar
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Mar 2021 02:29:00 +0000 (18:29 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Mar 2021 02:30:08 +0000 (18:30 -0800)
commit91c031678d6d39a1bfad9d9d483fae75c02f9418
tree48a7a854c860ec989bfa4dbf4cc74f50824b4eac
parent5227d66b3c4f7035d4ac69f613b62d68345cb362
Tune for single-threaded tar

This takes advantage of recent optimizations in Gnulib
for single-threaded programs.
* configure.ac (GNULIB_EXCLUDE_SINGLE_THREAD)
(GNULIB_MBRTOWC_SINGLE_THREAD, GNULIB_REGEX_SINGLE_THREAD)
(GNULIB_WCHAR_SINGLE_LOCALE): Define.
configure.ac