]> granicus.if.org Git - handbrake/commit
build: Gracefully exit configure where version info is not present.
authorBradley Sepos <bradley@bradleysepos.com>
Mon, 26 Dec 2016 22:07:43 +0000 (17:07 -0500)
committerBradley Sepos <bradley@bradleysepos.com>
Tue, 27 Dec 2016 21:16:46 +0000 (16:16 -0500)
commitb60c0bf54e17ca03262c30121320e42967e660c5
treeb75ee90a295005b72276de44cf2f707abb0f1527
parent20c5bd33514a3f25493a008e6455083c1a471833
build: Gracefully exit configure where version info is not present.

configure.py fails hard when .git or version.txt are not present, usually when downloading a source archive from GitHub or other git-archive use. This allows configure to fail gracefully, printing instructions to work from a git clone or download a proper source archive.
make/configure.py