diff options
author | Hajo Möller <[email protected]> | 2015-03-12 19:09:19 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-03-18 09:18:57 -0700 |
commit | a1d3450e947c4399cfa9cd3b0840de55d63b3023 (patch) | |
tree | 5392165b88d579c258a530dd1a55513342341e57 /module | |
parent | e023409500ea1ccf8e6f69b03aa44dc96bf05920 (diff) |
Fix warning about AM_INIT_AUTOMAKE arguments
As of automake 1.14.2, currently shipped with Ubuntu 14.04, automake
warns about AM_INIT_AUTOMAKE having more than one argument:
configure.ac:41: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.ac:41: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
This commit fixes the warnings by following above link's advice, so
AM_INIT gets called with the package's name and version. As both are
defined in the META file we're parsing it with `grep`, `cut` and `tr`.
NOTE: autoconf < 1.14 not supporting m4_esyscmd_s so m4_esyscmd was
used and modified `tr` to truncate newlines, too.
Signed-off-by: Hajo M<C3><B6>ller <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #3174
Diffstat (limited to 'module')
0 files changed, 0 insertions, 0 deletions