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

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

Revision 1.17, Tue Apr 29 00:15:14 2003 UTC (14 years, 5 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.16: +3 -199 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/attributes.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(attr)
AC_PACKAGE_UTILITIES(attr)
AC_MANUAL_FORMAT

AC_C_CONST
AC_TYPE_MODE_T
AC_FUNC_ALLOCA

AC_OUTPUT(include/builddefs)