File: [Development] / xfs-cmds / attr / configure.in (download)
Revision 1.18, Tue Apr 4 06:06:00 2006 UTC (11 years, 6 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.17: +6 -0
lines
fix lib64 installs
Merge of master-melb:xfs-cmds:25657a by kenmcd.
|
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_ARG_ENABLE(lib64,
[ --enable-lib64=[yes/no] Enable lib64 support [default=no]],,
enable_lib64=no)
AC_SUBST(enable_lib64)
AC_PACKAGE_GLOBALS(attr)
AC_PACKAGE_UTILITIES(attr)
AC_MANUAL_FORMAT
AC_MULTILIB($enable_lib64)
AC_C_CONST
AC_TYPE_MODE_T
AC_FUNC_ALLOCA
AC_OUTPUT(include/builddefs)