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.
configureand theautom4te.cachebut still , when runningautoreconf -iit is showing these two lines of error , will there be any problems in future , what are these errors ?autoreconfandautoconfcommandapt-file search filenameand replace filename with what you have and it'll tell you what package you need to install.