|
|
| File: [Development] / xfs-cmds / dmapi / configure.in (download)
Revision 1.20, Tue Apr 29 03:12:13 2003 UTC (14 years, 6 months ago) by nathans
Bunch of configure updates for dmapi 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/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_PACKAGE_GLOBALS(dmapi) AC_PACKAGE_UTILITIES(dmapi) AC_PACKAGE_NEED_XFS_HANDLE_H AC_MANUAL_FORMAT AC_OUTPUT(include/builddefs)