Sync up different copies of the m4 macros, noop change for this package.
authorNathan Scott <nathans@sgi.com>
Fri, 30 Apr 2004 03:04:58 +0000 (03:04 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 30 Apr 2004 03:04:58 +0000 (03:04 +0000)
m4/package_attrdev.m4
m4/package_xfslibs.m4

index 831d1fd8f022c50b238895d609e2ee6be9144636..fbb0db74683636bbf7cb5479b9e2ff406bef5daa 100644 (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 ])
   ])
index 3d659553aac732e74f238a4642aa2495efab7eec..27dc93098c65703982efefa623d1bd8d7c7e4e55 100644 (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.'