From 06d491f9e44f92443f61b7414099d67a8d2c313a Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 4 Jun 2011 16:26:58 +0200 Subject: build-sys: take autotools in use again This will revert change at Oct 2002 when autotools support was removed. Unlike before the package developers are expected to use ./autogen.sh to generate ./configure script, and run make after that. The build system is also able to create, with make dist, a tar ball release which compiles correctly, and has files which seemed to be important to have. The patch removes few unnecessary files, but no everything. Files procps.lsm and procps.spec in git repository are useless as is, but I left them lying around for someone who can make more justified call about removal of them. Last, but not least package version number is set 3.3.0 to distinct this procps from the sourceforge's upstream procps. Please notice that libproc relese is kept as 3.2.8. Signed-off-by: Sami Kerola --- .gitignore | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f2a3c56..f46326d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,44 @@ +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +.deps +.libs free +INSTALL +install-sh kill +libtool +*.lo +ltmain.sh +m4/ +Makefile +Makefile.in +missing +*.o pgrep pkill pmap proc/.depend -proc/libproc-3.2.8.so -ps/ps +proc/libproc.la +proc/Makefile +proc/Makefile.in +ps/Makefile +ps/Makefile.in +ps/pscommand pwdx skill slabtop snice +*.so +stamp-h1 sysctl tload top -- cgit v1.2.1