[procps] [PATCH 0/5] autotools patch set

  • From: Sami Kerola <kerolasa@xxxxxx>
  • To: procps@xxxxxxxxxxxxx
  • Date: Sun, 24 Apr 2011 19:55:01 +0200

Hello,

Here is a patch set which will replace make files with autotools.
I have understood that dpkg & rpm maintainers welcome this
enchancement, but let me know if I am mistaking. Since the change
is quite big I changed version number to be 3.3.0. See diff stats
bellow.

# git diff --stat master..HEAD      
 .gitignore       |   48 ++++++++++
 Makefile         |  262 ------------------------------------------------------
 Makefile.am      |   69 ++++++++++++++
 autogen.sh       |   78 ++++++++++++++++
 configure.ac     |  151 +++++++++++++++++++++++++++++++
 proc/Makefile.am |   45 +++++++++
 proc/library.map |   24 -----
 proc/module.mk   |  130 ---------------------------
 proc/sysinfo.c   |    2 +-
 proc/version.c   |    6 +-
 ps/Makefile.am   |   26 ++++++
 ps/module.mk     |   40 --------
 ps/p             |    6 --
 sysctl.c         |    1 +
 t                |    6 --
 v                |    6 --
 watch.c          |    5 +-
 17 files changed, 422 insertions(+), 483 deletions(-)

p.s. The gitignore change I sent earlier should be ignored.


Other related posts:

  • » [procps] [PATCH 0/5] autotools patch set - Sami Kerola