mess with autoconf only on f12
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 4 Jul 2012 22:32:09 +0000 (00:32 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 4 Jul 2012 22:32:09 +0000 (00:32 +0200)
onelab.mk

index 059218a..15b1c98 100644 (file)
--- a/onelab.mk
+++ b/onelab.mk
@@ -302,14 +302,18 @@ IN_NODEIMAGE += vsys-scripts
 ALL += vsys-scripts
 
 # openvswitch requires an autoconf more recent than what f12 has
+ifeq "$(DISTRONAME)" "f12"
 autoconf-MODULES := autoconf
 autoconf-SPEC := autoconf.spec
 autoconf-BUILD-FROM-SRPM := yes
 ALL += autoconf
+endif
 
 sliver-openvswitch-MODULES := sliver-openvswitch
 sliver-openvswitch-SPEC := sliver-openvswitch.spec
+ifeq "$(DISTRONAME)" "f12"
 sliver-openvswitch-DEPEND-DEVEL-RPMS := autoconf
+endif
 IN_SLICEIMAGE += sliver-openvswitch
 ALL += sliver-openvswitch