mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fix lib64 installs
Merge of master-melb:xfs-cmds:25657a by kenmcd.
This commit is contained in:
@@ -42,7 +42,8 @@ AC_DEFUN([AC_PACKAGE_NEED_LIBXFSINIT_LIBXFS],
|
||||
libxfs="-lxfs"
|
||||
test -f `pwd`/../xfsprogs/libxfs/libxfs.la && \
|
||||
libxfs="`pwd`/../xfsprogs/libxfs/libxfs.la"
|
||||
test -f /usr/lib/libxfs.la && libxfs="/usr/lib/libxfs.la"
|
||||
test -f ${libexecdir}${libdirsuffix}/libxfs.la && \
|
||||
libxfs="${libexecdir}${libdirsuffix}/libxfs.la"
|
||||
AC_SUBST(libxfs)
|
||||
])
|
||||
|
||||
@@ -57,7 +58,8 @@ AC_DEFUN([AC_PACKAGE_NEED_OPEN_BY_FSHANDLE],
|
||||
libhdl="-lhandle"
|
||||
test -f `pwd`/../xfsprogs/libhandle/libhandle.la && \
|
||||
libhdl="`pwd`/../xfsprogs/libhandle/libhandle.la"
|
||||
test -f /usr/lib/libhandle.la && libhdl="/usr/lib/libhandle.la"
|
||||
test -f ${libexecdir}${libdirsuffix}/libhandle.la && \
|
||||
libhdl="${libexecdir}${libdirsuffix}/libhandle.la"
|
||||
AC_SUBST(libhdl)
|
||||
])
|
||||
|
||||
@@ -72,7 +74,8 @@ AC_DEFUN([AC_PACKAGE_NEED_ATTRLIST_LIBHANDLE],
|
||||
libhdl="-lhandle"
|
||||
test -f `pwd`/../xfsprogs/libhandle/libhandle.la && \
|
||||
libhdl="`pwd`/../xfsprogs/libhandle/libhandle.la"
|
||||
test -f /usr/lib/libhandle.la && libhdl="/usr/lib/libhandle.la"
|
||||
test -f ${libexecdir}${libdirsuffix}/libhandle.la && \
|
||||
libhdl="${libexecdir}${libdirsuffix}/libhandle.la"
|
||||
AC_SUBST(libhdl)
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user