automake: simplify '&saw_sources_p'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 7 Jun 2012 17:12:43 +0000 (19:12 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jun 2012 20:01:53 +0000 (22:01 +0200)
commitbe7cd4faef59ecf9dd6f25231542594f64a35709
treeba30d91ecac031439cdbaaf6f28b08fa3258a410
parent11a645aa91e606eb9c1bdd67ad1f7a10584f100c
automake: simplify '&saw_sources_p'

This is just a minor cleanup.  No semantic change is intended.

* automake.in (saw_sources_p): Since its now-only caller calls it with
the '0' argument, remove the code paths that assumed the argument could
be '1', and assume no arguments.
(handle_languages): Drop the arguments '0' in the '&saw_sources_p'
invocation.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in