From a755a2e4e5412641a0c079c9a4478cdd5f4f8130 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 25 Feb 2002 22:48:28 +0000 Subject: [PATCH] Merge of xfs-cmds-2.4.18:slinx:112280a by nathans. fix up names of attr packages. --- configure.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 50a593ea..19966c51 100644 --- a/configure.in +++ b/configure.in @@ -162,8 +162,8 @@ AC_CHECK_HEADER(attr/xattr.h,, [ AC_CHECK_LIB(attr, getxattr,, [ echo echo 'FATAL ERROR: could not find a valid Extended Attributes library.' - echo 'Install either the attr-devel (rpm) or the attr-dev (deb) package.' - echo 'Alternatively, run "make install-dev" from the attr source.' + echo 'Install either the libattr (rpm) or the libattr1 (deb) package.' + echo 'Alternatively, run "make install-lib" from the attr source.' exit 1 ]) libattr="-lattr" @@ -174,21 +174,21 @@ AC_CHECK_HEADER(sys/acl.h,, [ echo echo 'FATAL ERROR: could not find a valid Access Control List headers.' echo 'Install either the acl-devel (rpm) or the acl (deb) package.' - echo 'Alternatively, run "make install" from the acl source.' + echo 'Alternatively, run "make install-dev" from the acl source.' exit 1 ]) AC_CHECK_HEADER(acl/libacl.h,, [ echo echo 'FATAL ERROR: could not find a valid Access Control List headers.' echo 'Install either the acl-devel (rpm) or the acl (deb) package.' - echo 'Alternatively, run "make install" from the acl source.' + echo 'Alternatively, run "make install-dev" from the acl source.' exit 1 ]) AC_CHECK_LIB(acl, acl_init,, [ echo echo 'FATAL ERROR: could not find a valid Access Control List library.' - echo 'Install either the acl-devel (rpm) or the acl (deb) package.' - echo 'Alternatively, run "make install" from the acl source.' + echo 'Install either the libacl (rpm) or the libacl1 (deb) package.' + echo 'Alternatively, run "make install-lib" from the acl source.' exit 1 ]) libacl="-lacl" -- 2.39.5