[yast-commit] r67008 - /trunk/openwsman-yast/configure.in
Author: kkaempf Date: Thu Dec 8 15:12:27 2011 New Revision: 67008 URL: http://svn.opensuse.org/viewcvs/yast?rev=67008&view=rev Log: bump version to 1.5.10, depend on openwsman 2.2.x Modified: trunk/openwsman-yast/configure.in Modified: trunk/openwsman-yast/configure.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/openwsman-yast/configure.in?rev=67008&r1=67007&r2=67008&view=diff ============================================================================== --- trunk/openwsman-yast/configure.in (original) +++ trunk/openwsman-yast/configure.in Thu Dec 8 15:12:27 2011 @@ -3,7 +3,7 @@ dnl ******************************************* AC_PREREQ(2.53) -AC_INIT(openwsman-yast, 1.5.9) +AC_INIT(openwsman-yast, 1.5.10) AC_CONFIG_SRCDIR(src/yast.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -11,9 +11,9 @@ AM_MAINTAINER_MODE AC_PROG_MAKE_SET -PKG_CHECK_MODULES(WSMAN, openwsman >= 1.5, [ +PKG_CHECK_MODULES(WSMAN, openwsman >= 2.2, [ WSMAN_VERSION=`$PKG_CONFIG --modversion openwsman`],[ - AC_MSG_ERROR([need openwsman-devel version 1.5 or greater], [-1])]) + AC_MSG_ERROR([need openwsman-devel version 2.2 or greater], [-1])]) AC_SUBST(WSMAN_VERSION) dnl *************************** -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kkaempf@svn2.opensuse.org