]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
Generate .tar.bz2 on 'make dist'
authorJan Safranek <jsafrane@redhat.com>
Thu, 26 Mar 2009 14:10:09 +0000 (15:10 +0100)
committerJan Safranek <jsafrane@redhat.com>
Thu, 26 Mar 2009 14:10:09 +0000 (15:10 +0100)
commit95d93536f8c036f5ba8815344930a8a03af5190a
tree55162afb814e4a909762a849fb180e7755e9e128
parentcc051114d3c6ca553fe680b32c915f151c4cfed4
Generate .tar.bz2 on 'make dist'

Automatically generate libcgroup*.tar.bz2 on 'make dist'. Some restructure
of AC_INIT and AM_INIT was needed to archieve this and correct output
filename.

Namely AC_INIT( [package], ... ) is used as resulting tarball file name now.

Also run automake and autoconf to refresh the generated stuff... Only
configure.in contains manual changes, everything else is autoconf/automake
bloat :(.

Signed-off-by: Jan Safranek <jsafrane@redhat.com>
Makefile.in
configure
configure.in