]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
libcgroup: update version details in trunk and tags
authorDhaval Giani <dhaval@linux.vnet.ibm.com>
Tue, 12 Aug 2008 12:22:45 +0000 (12:22 +0000)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Tue, 12 Aug 2008 12:22:45 +0000 (12:22 +0000)
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@131 4f4bb910-9a46-0410-90c8-c897d4f1cd53

Makefile
configure
configure.in

index fbd7dffec7f7a1cbf737e425d7d7609b08705165..4c70322b52a42e58c44081cde9fdb7beddec6a80 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
 YACC_DEBUG=-t
 DEBUG=-DDEBUG
 INC=-I.
-LIBS= -lcgroup
+LIBS= -lcgroup -lpthread
 LDFLAGS=
 YACC=byacc
 LEX=flex
@@ -24,7 +24,7 @@ prefix=/usr/local
 exec_prefix=${prefix}
 INSTALL=install
 INSTALL_DATA=install -m 644
-PACKAGE_VERSION=0.1c
+PACKAGE_VERSION=0.2
 CFLAGS=-g -O2 $(INC) -DPACKAGE_VERSION=$(PACKAGE_VERSION)
 VERSION=1
 
@@ -44,6 +44,9 @@ libcgroup.so: api.c libcgroup.h wrapper.c
        wrapper.c
        ln -sf $@ $@.$(VERSION)
 
+test:
+       $(MAKE) -C tests
+
 install: libcgroup.so
        $(INSTALL_DATA) -D libcgroup.h $(DESTDIR)$(includedir)/libcgroup.h
        $(INSTALL) -D libcgroup.so $(DESTDIR)$(libdir)/libcgroup-$(PACKAGE_VERSION).so
@@ -59,3 +62,4 @@ uninstall: libcgroup.so
 clean:
        \rm -f y.tab.c y.tab.h lex.yy.c y.output cgconfig libcgroup.so \
        libcgroup.so.$(VERSION)
+       $(MAKE) -C tests clean
index 9daa7a17a814df79ac51e70ae97026972d95b222..fe8969d53078cb9747ae7338eec965a2f9226fd4 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for control groups library and utilities 0.1c.
+# Generated by GNU Autoconf 2.61 for control groups library and utilities 0.2.
 #
 # Report bugs to <http://sourceforge.net/tracker/?group_id=218421&atid=1043649>.
 #
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='control groups library and utilities'
 PACKAGE_TARNAME='control-groups-library-and-utilities'
-PACKAGE_VERSION='0.1c'
-PACKAGE_STRING='control groups library and utilities 0.1c'
+PACKAGE_VERSION='0.2'
+PACKAGE_STRING='control groups library and utilities 0.2'
 PACKAGE_BUGREPORT='http://sourceforge.net/tracker/?group_id=218421&atid=1043649'
 
 ac_unique_file="wrapper.c"
@@ -1189,7 +1189,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures control groups library and utilities 0.1c to adapt to many kinds of systems.
+\`configure' configures control groups library and utilities 0.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1250,7 +1250,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of control groups library and utilities 0.1c:";;
+     short | recursive ) echo "Configuration of control groups library and utilities 0.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1335,7 +1335,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-control groups library and utilities configure 0.1c
+control groups library and utilities configure 0.2
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1349,7 +1349,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by control groups library and utilities $as_me 0.1c, which was
+It was created by control groups library and utilities $as_me 0.2, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -6383,7 +6383,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by control groups library and utilities $as_me 0.1c, which was
+This file was extended by control groups library and utilities $as_me 0.2, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6432,7 +6432,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-control groups library and utilities config.status 0.1c
+control groups library and utilities config.status 0.2
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 69430297183a9f2d9c65310a94e10be420b770a7..996ad3e012c9effc2b7ab046aa808e3869d11f26 100644 (file)
@@ -13,7 +13,7 @@
 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 AC_PREREQ(2.61)
-AC_INIT([control groups library and utilities], 0.1c,
+AC_INIT([control groups library and utilities], 0.2,
        [http://sourceforge.net/tracker/?group_id=218421&atid=1043649])
 AC_CONFIG_SRCDIR([wrapper.c])
 AC_CONFIG_HEADER([config.h])