projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b3694
)
Read version from IDMETA rather than configure.ac.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 15 Nov 2011 09:17:41 +0000
(10:17 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 15 Nov 2011 09:17:41 +0000
(10:17 +0100)
IDMETA
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/IDMETA
b/IDMETA
index
86664dc
..
fb98791
100644
(file)
--- a/
IDMETA
+++ b/
IDMETA
@@
-1,2
+1,3
@@
DEBIAN_DIST="wheezy squeeze lenny"
UBUNTU_DIST="natty maverick lucid karmic"
+VERSION=1.6.5
diff --git
a/configure.ac
b/configure.ac
index
2739cf7
..
ef4469c
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5,7
+5,9
@@
# Autoconf and automake setup
AC_PREREQ(2.60)
-AC_INIT([pazpar2],[1.6.5],[pazpar2-help@indexdata.dk])
+AC_INIT([pazpar2],
+m4_esyscmd([. ./IDMETA; echo $VERSION|tr -d '\n']),
+[pazpar2-help@indexdata.dk])
AC_CONFIG_HEADERS(src/config.h)