build: use backticks to avoid a warning during autoreconf
parent
7e09f2c64a
commit
c620fc6aa9
|
@ -4,7 +4,7 @@ AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
|
||||||
CLEANFILES = revision.h
|
CLEANFILES = revision.h
|
||||||
|
|
||||||
if BUILDING_FROM_GIT
|
if BUILDING_FROM_GIT
|
||||||
SOMETHING = "REVISION \"$(shell git describe --tags 2>/dev/null)\""
|
SOMETHING = "REVISION \"`git describe --tags 2>/dev/null`\""
|
||||||
else
|
else
|
||||||
SOMETHING = "NOTHING \"from tarball\""
|
SOMETHING = "NOTHING \"from tarball\""
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue