Support building with docker.

Signed-off-by: Anthony Romano <anthony.romano@coreos.com>
This commit is contained in:
Anthony Romano
2017-07-16 21:08:46 -07:00
committed by NIIBE Yutaka
parent 67acb670d1
commit d12483c3c9
5 changed files with 35 additions and 1 deletions

2
src/configure vendored
View File

@@ -46,7 +46,7 @@ hid_card_change=no
factory_reset=no
# Revision number
if test -e ../.git; then
if which git >/dev/null 2>&1 && test -e ../.git; then
REVISION=`git describe --dirty="-modified"`
else
REVISION=`cat ../VERSION`