File: [Development] / xfs-cmds / attr / configure.in (download)
Revision 1.19, Mon Jun 30 16:07:19 2008 UTC (9 years, 3 months ago) by bnaujok.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.18: +2 -0
lines
Add AC_PROG_LIBTOOL to configure file
Merge of master-melb:xfs-cmds:31373a by kenmcd.
Add AC_PROG_LIBTOOL
|
AC_INIT(include/attributes.h)
AC_CONFIG_HEADER(include/config.h)
AC_PREFIX_DEFAULT(/usr)
AC_PROG_LIBTOOL
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)