File: [Development] / xfs-cmds / attr / configure.in (download)
Revision 1.20, Mon Jun 30 16:08:08 2008 UTC (9 years, 3 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD Changes since 1.19: +0 -2
lines
Undoes mod: master-melb:xfs-cmds:31373a
Undo AC_PROG_LIBTOOL - broken
Merge of master-melb:xfs-cmds:31374a 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)