I wanted to learn about autotools, so I just started watching some tutorials on YouTube.
I made a folder named hello and then made a configure.ac file:
AC_INIT([hello],[.01])
AC_OUTPUT
I saved it and then ran autoreconf -i. Obviously, this didn't work the first time because it was not installed. Then I installed autoconf by the command sudo apt-get install autoconf2.13.
Now after this I again ran autoreconf -i, but now I am getting the error as show below:
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf2.50 line 196.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf2.50 line 196.