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

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

Revision 1.28, Tue Apr 29 00:15:14 2003 UTC (14 years, 6 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.27: +6 -227 lines

Bunch of configure updates for acl/attr to allow packages to better be
kept in sync in this area.
Rewrite to use local m4 macros instead of shell snippets.

AC_INIT(include/acl.h)
AC_CONFIG_HEADER(include/config.h)
AC_PREFIX_DEFAULT(/usr)

AC_ARG_ENABLE(shared,
[ --enable-shared=[yes/no] Enable use of shared libraries [default=yes]],,
	enable_shared=yes)
AC_SUBST(enable_shared)

AC_ARG_ENABLE(gettext,
[ --enable-gettext=[yes/no] Enable alternate language support [default=yes]],,
	enable_gettext=yes)
AC_SUBST(enable_gettext)

AC_PACKAGE_GLOBALS(acl)
AC_PACKAGE_UTILITIES(acl)
AC_PACKAGE_NEED_ATTR_XATTR_H
AC_PACKAGE_NEED_ATTR_ERROR_H
AC_PACKAGE_NEED_GETXATTR_LIBATTR
AC_MANUAL_FORMAT

AC_FUNC_GCC_VISIBILITY

AC_OUTPUT(include/builddefs)