]> granicus.if.org Git - procps-ng/commit
build-sys: sensible errors when autogen.sh requirements are is missing
authorSami Kerola <kerolasa@iki.fi>
Mon, 26 Sep 2011 20:27:34 +0000 (22:27 +0200)
committerSami Kerola <kerolasa@iki.fi>
Wed, 28 Sep 2011 19:21:16 +0000 (21:21 +0200)
commit1b687fbaefedda9ba25ca5aaa0c3fc8450da95ff
tree8e2c799a21eae45d42e1684f95752c1e2e2f981a
parentb7638e7ae960d657177464d2c62122ca5c577468
build-sys: sensible errors when autogen.sh requirements are is missing

<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>
autogen.sh