[BACK]Return to configure.in CVS log [TXT][DIR] Up to [Development] / xfs-cmds / dmapi

File: [Development] / xfs-cmds / dmapi / configure.in (download)

Revision 1.20, Tue Apr 29 03:12:13 2003 UTC (14 years, 5 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1
Changes since 1.19: +5 -174 lines

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)