generate Makefile from Makefile.in without calling ./configure ?
I am working on a smaller part of a project. There is one configure.in at the source root so to configure the whole tree i allways called configure.
Now this configuration became quite a bit lengthy and time consuming.
Since everything is still the same, configure doesnt need to guess or detect anything new.
So i wondered if there is a way to generate a new Makefile from a Makefile.in
in my directory only without reconfiguring the whole tree (by calling configure).
Chris
|