projects
/
idzebra-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:
99842ec
)
Read version from IDMETA rather than configure.ac.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 15 Nov 2011 09:59:48 +0000
(10:59 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 15 Nov 2011 09:59:48 +0000
(10:59 +0100)
IDMETA
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/IDMETA
b/IDMETA
index
86664dc
..
74c1fc6
100644
(file)
--- a/
IDMETA
+++ b/
IDMETA
@@
-1,2
+1,3
@@
DEBIAN_DIST="wheezy squeeze lenny"
UBUNTU_DIST="natty maverick lucid karmic"
+VERSION=2.0.50
diff --git
a/configure.ac
b/configure.ac
index
65c4883
..
99a551f
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2,7
+2,9
@@
dnl This file is part of the Zebra server.
dnl Copyright (C) 1994-2011 Index Data
dnl
AC_PREREQ(2.60)
-AC_INIT([idzebra],[2.0.50],[zebra-help@indexdata.dk])
+AC_INIT([idzebra],
+m4_esyscmd([. ./IDMETA; echo $VERSION|tr -d '\n']),
+[zebra-help@indexdata.dk])
AC_CONFIG_HEADERS([include/config.h])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([config])