summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* misc: Move all binaries to srcCraig Small2022-08-291-1/+1
| | | | | | | | *.c -> src/ ps/* src/ps/ top/* src/top/ Signed-off-by: Craig Small <csmall@dropbear.xyz>
* Remove autogen.sh libtool prog check #222.Rafael Kitover2021-10-131-4/+0
| | | | | | | | Remove the check for the libtool executable as many libtool distribution packages do not have it and it is not necessary for building, as libtoolize is also checked for to determine the presence of libtool. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
* Fix a remaining util-linux word in autogenGilles Espinasse2012-02-261-1/+1
| | | | Signed-off-by: Gilles Espinasse <g.esp@free.fr>
* top: provide extensive, generalized nls supportJim Warner2011-12-221-1/+1
| | | | | Reviewed-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Jim Warner <james.warner@comcast.net>
* build-sys: verify gettext is present in autogen.shSami Kerola2011-12-201-0/+7
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: add NLS supportSami Kerola2011-12-201-0/+7
| | | | | | Add GNU gettext internationalization and localization support. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: sensible errors when autogen.sh requirements are is missingSami Kerola2011-09-281-32/+19
| | | | | | | | | | | | | | | | | <quote="Jim"> I tested the build on several "new" linux installs that didn't yet have any development tools beyond gcc. On those systems the following error messages were received: ./autogen.sh: line 46: libtoolize: command not found ./autogen.sh: line 47: test: =: unary operator expected </quote> This commit also removes few unnecessary empty lines, and makes all shell variables to be wrote in caps & quoted properly. Cc: Jim Warner <james.warner@comcast.net> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* name change: procps -> procps-ngSami Kerola2011-06-041-5/+5
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: take autotools in use againSami Kerola2011-06-041-0/+78
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 <kerolasa@iki.fi>