configure: Change the way we work around missing $(AM_V_P).
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 27 Sep 2014 16:23:54 +0000 (09:23 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 27 Sep 2014 16:23:54 +0000 (09:23 -0700)
commit6e6149a5d49f2de353f06d6533288e3821c04c2d
tree1a0b69ef1cb3e48cf552e1721506cad69b61949b
parentb779cc2fe07d6e8e66aad413e4644e8e124c65ff
configure: Change the way we work around missing $(AM_V_P).

The existing approach didn't work because AM_V_P was introduced after
AM_SILENT_RULES.
Makefile.am
configure.ac