aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-08-08 22:59:29 +0200
committerUlrich Müller <ulm@gentoo.org>2013-08-08 22:59:29 +0200
commitf95b36d2beb19d53834e2f3c210fd0e0af79349e (patch)
tree53ac290ab79b517c230f7312c12941d8c23ee564 /bin
parentWhitespace. (diff)
downloadeselect-f95b36d2beb19d53834e2f3c210fd0e0af79349e.tar.gz
eselect-f95b36d2beb19d53834e2f3c210fd0e0af79349e.tar.bz2
eselect-f95b36d2beb19d53834e2f3c210fd0e0af79349e.zip
Configure check whether we are building from git.
* configure.ac: Check whether we are building from git; include git revision in EXTRAVERSION if we do. * bin/Makefile.am (dosed): Append EXTRAVERSION to VERSION.
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 72b4812..7ba2996 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -4,7 +4,7 @@ EXTRA_DIST = eselect.in
dosed = @SED@ -e 's,\@BASH\@,$(BASH),g' \
-e 's,\@DATADIR\@,$(datadir),g' \
-e 's,\@EPREFIX\@,$(EPREFIX),g' \
- -e 's,\@VERSION\@,$(VERSION),g'
+ -e 's,\@VERSION\@,$(VERSION)$(EXTRAVERSION),g'
% : %.in
@echo "Building $@..."