]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - mkfiles.pl
Add a -U option to mkfiles.pl, which is just like -u except that it
authorSimon Tatham <anakin@pobox.com>
Sat, 20 Aug 2011 07:56:19 +0000 (07:56 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 20 Aug 2011 07:56:19 +0000 (07:56 +0000)
commit5a2e9575259426a2a4b2bbb62a9d3289233660df
treee8c63eda47150e45f5dbc3fd704b1a88301c377c
parente35feee63964bc4bd0e7eb45a30f5d0f6af017ae
Add a -U option to mkfiles.pl, which is just like -u except that it
runs configure at the top level rather than the unix subdirectory. I'm
getting into the idea of even doing it that way myself, because then I
can do VPATH builds from the same source tree elsewhere.

(Autoconf seems to be fine with doing multiple VPATH builds from the
same source tree in different build directories, but gets upset if you
try to do a VPATH build when you've done a normal build in the real
configure directory. So this way I do what autoconf sees as _only_
VPATH builds.)

[originally from svn r9269]
mkfiles.pl