|
|
|
|
|
by majewsky
3229 days ago
|
|
> For example with make you have `./configure` files, do I also have them here? The concept of `./configure` is 100% orthogonal to Makefiles. You can have Makefiles without `./configure`, and you can have `./configure` that outputs something other than a Makefile. For example, I could easily imagine a `./configure` that prints a shell script like the one in the submission. |
|