Using Ubuntu, have the file clhep-2.1.2.4.tgz
The instructions say to "unwind the source code tar ball and autoconf and automake will already have been run." it then says to do the standard "/configure --prefix=[path]", "make", "make install"...
So I did
$tar -xvzf clhep-2.1.2.4.tgz
then inside the resultant 2.1.2.4/CLHEP/
is where I should do the ./configure part
... however ./configure
isn't there, only ./configure.ac which I learned from some research should produce ./configure
... Problem is when I run ./configure.ac
I get:
./configure.ac: line 11: syntax error near unexpected token '2.59'
./configure.ac: line 11: 'AC_PREREQ(2.59)'
I'm positive I have autoconf2.59
and I've run all my updates and upgrades, but I'm clueless on how to fix this since I didn't write the script and I have no idea why it's a syntax error.