The previous group of slides describe the situation as the package developer sees it. The minimal number of necessary source files are somewhat magically transformed into a complete package.
Recall the earlier sequence:
./configure --prefix=/foo/bar/ make make check su - make install |
The configure script is the result of running autoconf, automake and friends.