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