po: Fix placement of $(AM_V_at) in automake.mk.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Sep 2020 19:20:06 +0000 (12:20 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Sep 2020 19:20:06 +0000 (12:20 -0700)
It has to be at the beginning of the line because it is interpreted by
make, not by the shell.

Fixes: commit b703fcd74fda ("Fix build error when building --without-gui")

No differences found