This Magisk module contains autoconf tools for Android

All executables, except m4, are Perl scripts - therefor Perl in is required (in /system/bin/perl)

The module contains 

autoconf 2.72  (https://www.gnu.org/software/autoconf/)
automake 1.17 (https://www.gnu.org/software/automake/)
m4 1.4.19 (https://www.gnu.org/software/m4/)

libtool 2.5.3 (https://www.gnu.org/software/libtool/)

patch 2.7 (https://savannah.gnu.org/projects/patch/) 
  The name of the binary in the Magisk Module is gnupatch to no overwrite the patch provide by toybox

ninja 1.13.0.git (https://ninja-build.org/)

help2man 1.49.3 
  The help2man executable is a perl script 


History

02.10.2024 v1.0.0.0
  initial release

03.10.2024 v1.1.0.0
  added libtool

08.10.2024 v1.2.0.0
  added patch 

31.10.2024 v1.3.1.0
  removed the wrong service.sh script

26.12.2024 v1.3.2.0
  recompiled m4 with an additional patch to avoid sgementation faults
  added help2man

10.07.2025 v1.3.2.1
  the link/dir config for system/usr/aclocal-1.17 was invalid --fixed
