[BACK]Return to configure.in CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfstests

File: [Development] / xfs-cmds / xfstests / configure.in (download)

Revision 1.14, Mon Jul 7 06:36:46 2003 UTC (14 years, 3 months ago) by nathans
Branch: MAIN
Changes since 1.13: +20 -259 lines

xfstests updates - rework build to be like other xfs packages, revive some old fs test tools and reenable xfs extensions, move ltp code into a separate subdir to help keeping in sync with real ltp project (hopefully)

AC_INIT(src/xfsctl.c)
AC_PACKAGE_GLOBALS(xfstests)
AC_PACKAGE_UTILITIES(xfstests)

AC_PACKAGE_NEED_UUID_H
AC_PACKAGE_NEED_UUIDCOMPARE

AC_PACKAGE_NEED_XFS_LIBXFS_H
AC_PACKAGE_NEED_XFSCTL_MACRO
AC_PACKAGE_NEED_LIBXFSINIT_LIBXFS
AC_PACKAGE_NEED_XFS_HANDLE_H
AC_PACKAGE_NEED_ATTRLIST_LIBHANDLE

AC_PACKAGE_NEED_ATTR_XATTR_H
AC_PACKAGE_NEED_GETXATTR_LIBATTR
AC_PACKAGE_NEED_SYS_ACL_H
AC_PACKAGE_NEED_ACL_LIBACL_H
AC_PACKAGE_NEED_ACLINIT_LIBACL

AC_PACKAGE_WANT_LIBGDBM

AC_OUTPUT(include/builddefs)