I'm trying to install gnuplot 5.3 from github. I'm running
aclocal
autoheader
autoconf
automake
inside the package location.
This gives an error because automake is looking for Makefile.in and I have a bunch of Makefile.am files, supposedly automake should change the .am files to .in but that clearly doesn't happen. Can't run ./configure after becuase of the same reason, how do I get the .am files to change to .in?
