]> granicus.if.org Git - zfs/commit
Fix automake program name transformations
authorRyan Moeller <ryan@ixsystems.com>
Tue, 20 Aug 2019 21:45:26 +0000 (17:45 -0400)
committerRyan Moeller <ryan@ixsystems.com>
Tue, 20 Aug 2019 21:46:40 +0000 (17:46 -0400)
commit92a9e1da60f760380220624db2681b72ffff9a0b
treebc63d68772355b74b7d12cc60281b2d542c72268
parent325d288c5d536227010ff4dfcf66df89f123d166
Fix automake program name transformations

Automake can perform program name transformations at install time.
However, arc_summary has its own name transformation taking place,
which interferes with the automake transforms. The automake transforms
must be taken into account in order to resolve the conflict.

Signed-off-by: Ryan Moeller <ryan@ixsystems.com>
cmd/arc_summary/Makefile.am