summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDhaval Giani <dhaval@linux.vnet.ibm.com>2009-03-26 20:54:50 +0530
committerDhaval Giani <dhaval@linux.vnet.ibm.com>2009-03-26 20:54:50 +0530
commit7480df325b11e0a1805054e7272e6af010616362 (patch)
tree55162afb814e4a909762a849fb180e7755e9e128 /configure.in
parentbd7e85ee1a7a794c6c447d64306b6df7f1d84eec (diff)
parent95d93536f8c036f5ba8815344930a8a03af5190a (diff)
downloadlibcg-7480df325b11e0a1805054e7272e6af010616362.tar.gz
libcg-7480df325b11e0a1805054e7272e6af010616362.tar.xz
libcg-7480df325b11e0a1805054e7272e6af010616362.zip
Merge branch 'automake-and-spec-tuning' of git://fedorapeople.org/~jsafrane/libcg
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 7f44ea6..0d82f96 100644
--- a/configure.in
+++ b/configure.in
@@ -15,12 +15,13 @@
AC_PREREQ(2.61)
# In following section update all occurences of version, including soname
-AC_INIT([control groups library and utilities], 0.34,
+AC_INIT([libcgroup], 0.34,
[http://sourceforge.net/tracker/?group_id=218421&atid=1043649])
-AM_INIT_AUTOMAKE(libcgroup, 0.34)
-# set library version (X:Y:Z gets transfromed to libcgroup.so.X.Y.Z,
-# soname is libcgroup.so.X
-AC_SUBST(LIBRARY_VERSION, 1:0:34)
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
+# set library version, soname is libcgroup.so.MAJOR
+AC_SUBST(LIBRARY_VERSION_MAJOR, 1)
+AC_SUBST(LIBRARY_VERSION_MINOR, 0)
+AC_SUBST(LIBRARY_VERSION_RELEASE, 34)
# we do not want static libraries
AC_DISABLE_STATIC