Update call to AM_INIT_AUTOMAKE
authorSergio Durigan Junior <sergiodj@sergiodj.net>
Mon, 14 Apr 2014 03:48:45 +0000 (00:48 -0300)
committerSergio Durigan Junior <sergiodj@sergiodj.net>
Mon, 14 Apr 2014 03:49:50 +0000 (00:49 -0300)
commit5800bf3c075edcd10e16fc9930e8b830a1e789b8
tree2f8d68c463553aadb77912f2d2a170ae9fba1543
parentcb7e69c68f48505873b6590f457b4fbed4eeaf67
Update call to AM_INIT_AUTOMAKE

According to:

  <https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation>

the call to AM_INIT_AUTOMAKE should be updated to take no arguments (in
our case), because the other forms will be deprecated.  This patch does
that.

Tested with an older version of automake to make sure nothing breaks.
configure.ac