Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH 0/3] Build fixes



There's a couple of warnings I get all the time that I've fixed.

And recently Arch Linux updated autoconf to 2.70, which throws a bunch of errors.

Everything seems to be fixed now, and it works fine on autoconf 2.69 as well.

Felipe Contreras (3):
  src: fix build warnings
  autoconf: remove deprecated functions
  autoconf: prepare for 2.70

 Src/Modules/files.c |   6 ---
 Src/mem.c           |  16 ++-----
 Src/pattern.c       |   2 +-
 Src/utils.c         |   3 +-
 Src/zsh_system.h    |  21 +--------
 aclocal.m4          |   8 ++--
 aczsh.m4            | 104 ++++++++++++++++++++++----------------------
 configure.ac        |   4 +-
 8 files changed, 66 insertions(+), 98 deletions(-)

-- 
2.30.0





Messages sorted by: Reverse Date, Date, Thread, Author