September
29
Linux: configure.ac error when running autoconf
If you start receiving errors that you have undefined macros like :
configure.ac:6: error: possibly undefined macro: AM_INIT_AUTOMAKE
after running the command autoconf, you most likely need to run autoconf –install
This command will take care of install the missing packages to create a working configure file.
By: S Gimenez