Sync up different copies of the m4 macros, noop change for this package.

This commit is contained in:
Nathan Scott
2004-04-30 03:04:58 +00:00
parent 2765c8a3f8
commit 5868405dce
2 changed files with 5 additions and 6 deletions
+3 -4
View File
@@ -66,11 +66,10 @@ AC_DEFUN([AC_PACKAGE_NEED_ATTRIBUTES_MACROS],
AC_TRY_LINK([
#include <sys/types.h>
#include <attr/attributes.h>],
[ int x = ATTR_SHIFT; ], [
[ int x = ATTR_SECURE; ], [ echo ok ], [
echo
echo 'FATAL ERROR: incorrect macros exist in attributes.h header file.'
echo 'FATAL ERROR: could not find a current attributes header.'
echo 'Upgrade the extended attributes (attr) development package.'
echo 'Alternatively, run "make install-dev" from the attr source.'
exit 1 ],
[ echo ok ])
exit 1 ])
])
+2 -2
View File
@@ -35,8 +35,8 @@ AC_DEFUN([AC_PACKAGE_NEED_LIBXFSINIT_LIBXFS],
AC_SUBST(libxfs)
])
AC_DEFUN([AC_PACKAGE_NEED_ATTRLIST_LIBHANDLE],
[ AC_CHECK_LIB(handle, attr_list_by_handle,, [
AC_DEFUN([AC_PACKAGE_NEED_OPEN_BY_FSHANDLE],
[ AC_CHECK_LIB(handle, open_by_fshandle,, [
echo
echo 'FATAL ERROR: could not find a current XFS handle library.'
echo 'Install or upgrade the XFS library package.'