zsh: use autoreconf PKG_FIXUP to configure
authorOskari Rauta <oskari.rauta@gmail.com>
Wed, 4 Oct 2023 21:46:57 +0000 (23:46 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 5 Oct 2023 10:57:17 +0000 (12:57 +0200)
commita7f837c98b0ab3fde1b19283e13a21fdaf1b1ee2
tree253fd62a29d1fe6d12c01bc0307d2c04b9d63cf3
parent5b3e517be4a1d2674fc12ea81a60ba885423758a
zsh: use autoreconf PKG_FIXUP to configure

In preparation to PCRE2 fixup, use autoreconf PKG_FIXUP as a better
configure system instead of configure script. This is needed to reduce
upcoming patch to migrate to PCRE2 library.

To correctly use autoreconf it's needed to declare empty
PKG_REMOVE_FILES.

zsh include custom macro in the default aclocal.m4
When autoreconf PKG_FIXUP is used, if PKG_REMOVE_FILES is not defined,
it's set to remove the file aclocal.m4 by default resulting in problem
with the custom macro AC_PROG_LN.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
[ split to 2 commit, add PKG_REMOVE_FILES, reword commit description ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
utils/zsh/Makefile