public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix error message when xfs handle library not found
@ 2019-02-12 18:18 fdmanana
  2019-02-12 18:59 ` Eric Sandeen
  0 siblings, 1 reply; 5+ messages in thread
From: fdmanana @ 2019-02-12 18:18 UTC (permalink / raw)
  To: fstests

From: Filipe Manana <fdmanana@suse.com>

The error message mentions a "make install-lib" target from xfsprogs,
however that target does not exists in xfsprogs, what exists is a
target named "install-dev". So fix that and replace "install-lib" with
"install-dev".

Signed-off-by: Filipe Manana <fdmanana@suse.com>
---
 m4/package_xfslibs.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/package_xfslibs.m4 b/m4/package_xfslibs.m4
index 9be56e11..ad019518 100644
--- a/m4/package_xfslibs.m4
+++ b/m4/package_xfslibs.m4
@@ -83,7 +83,7 @@ AC_DEFUN([AC_PACKAGE_NEED_ATTRLIST_LIBHANDLE],
         echo
         echo 'FATAL ERROR: could not find a current XFS handle library.'
         echo 'Install or upgrade the XFS library package.'
-        echo 'Alternatively, run "make install-lib" from the xfsprogs source.'
+        echo 'Alternatively, run "make install-dev" from the xfsprogs source.'
         exit 1
     ])
     libhdl="-lhandle"
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-02-13  2:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-12 18:18 [PATCH] Fix error message when xfs handle library not found fdmanana
2019-02-12 18:59 ` Eric Sandeen
2019-02-12 21:15   ` Dave Chinner
2019-02-12 23:46     ` Eric Sandeen
2019-02-13  2:18       ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox