I create a very simple hello world C/C++ project by GNU Autotools. Here is a full tutorial shows how to build the simplest project in GNU Autotools. I want to change the project to store all *.o in build/ directory and the executable file in output/.
Is it possible to change the output folder of C/C++ compiler in Autotools?