I'm trying to install autotools for a while now and without success. I need automake to install a package (xraylib).
Problem:
While trying to install automake, it tells me I need autoconfig to install it:
configure: error: Autoconf 2.65 or better is required.
Please make sure it is installed and in your PATH.
So then I tried to install autoconfig v.2.65 and it tells me I need to install M4 before:
checking for GNU M4 that supports accurate traces... configure: error: no acceptable m4 could be found in $PATH.
GNU M4 1.4.6 or later is required; 1.4.13 is recommended
So finally I went for M4 v.1.4.9
It runs ./configure completely with no errors. I don't know if it takes the make
command to complete the installation, since when I go back to autoconfig, the same error appears when running ./configure
I've been running around in circles for hours now. Ticket Build m4, autoconf, automake, libtool on unix didn't help.
Considerations:
System OS: Windows 10 Pro Using Git-Bash (mintyy 3.0.1)
I'm installing all packages under user\bin\
I tried adding m4 to PATH. (C:\Users\user\bin\m4-1.4.9)