Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zsh: use libpcre2 instead of libpcre
Changes: - use libpcre2 instead of libpcre - patch Src/Modules/pcre.c: source from mainstream's git (23.9.2023) - patch configure.ac and config.h.in: replace libpcre with libpcre2 and remove missing AC_PROG_LN - patch Src/Makefile.in: use LN_S instead of LN - patch Test/V07pcre.ztst: add some libpcre2 specific tests - use autoconf: git version no longer supports traditional configure script, so it was easier to patch configure.ac Signed-off-by: Oskari Rauta <[email protected]>
- Loading branch information