This is an automated email from the git hooks/post-receive script.
andyp pushed a commit to branch master in repository gfs2-utils.
commit 827b8cc7c6f366405f87a02aca3f2fe3de9c5d7a Author: Andrew Price anprice@redhat.com Date: Mon Aug 6 12:09:31 2018 +0100
configure: Show $libexecdir in configure summary
Signed-off-by: Andrew Price anprice@redhat.com --- configure.ac | 1 + 1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac index 1b76c7d..0c1b019 100644 --- a/configure.ac +++ b/configure.ac @@ -250,6 +250,7 @@ echo " ===================" echo " prefix : $prefix" echo " exec_prefix : $exec_prefix" echo " libdir : $libdir" +echo " libexecdir : $libexecdir" echo " sbindir : $sbindir" echo " udevdir : $udevdir" echo " ------------------"
cluster-commits@lists.stg.fedorahosted.org