From 1406a7608ed6cf8e531b22325c4b6c81028e67e5 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 9 Nov 2010 13:05:14 +0000
Subject: [PATCH] do not include detailed version string in the target name.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40103 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/autoconf.cfg          | 4 ++--
 buildout/software-profiles/automake.cfg          | 2 +-
 buildout/software-profiles/mysql-tritonn-5.0.cfg | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildout/software-profiles/autoconf.cfg b/buildout/software-profiles/autoconf.cfg
index 0d2b44429a..aa5f11fd55 100644
--- a/buildout/software-profiles/autoconf.cfg
+++ b/buildout/software-profiles/autoconf.cfg
@@ -1,8 +1,8 @@
 [buildout]
 parts =
-  autoconf-2.68
+  autoconf
 
-[autoconf-2.68]
+[autoconf]
 recipe = hexagonit.recipe.cmmi
 url = http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.gz
 md5sum = c3b5247592ce694f7097873aa07d66fe
diff --git a/buildout/software-profiles/automake.cfg b/buildout/software-profiles/automake.cfg
index 4e4211b44d..13f1dfcc4a 100644
--- a/buildout/software-profiles/automake.cfg
+++ b/buildout/software-profiles/automake.cfg
@@ -8,4 +8,4 @@ recipe = hexagonit.recipe.cmmi
 md5sum = c60f77a42f103606981d456f1615f5b4
 url = http://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.gz
 environment =
-    PATH =${autoconf-2.68:location}/bin:%(PATH)s
+    PATH =${autoconf:location}/bin:%(PATH)s
diff --git a/buildout/software-profiles/mysql-tritonn-5.0.cfg b/buildout/software-profiles/mysql-tritonn-5.0.cfg
index fb10e29aa6..e26a39cd3c 100644
--- a/buildout/software-profiles/mysql-tritonn-5.0.cfg
+++ b/buildout/software-profiles/mysql-tritonn-5.0.cfg
@@ -77,7 +77,7 @@ patches =
   ${mysql-5.0-tritonn-patch:location}/${mysql-5.0-tritonn-patch:filename}
   ${mysql-5.0-sphinx-patch:location}/${mysql-5.0-sphinx-patch:filename}
 environment =
-    PATH =${senna:location}/bin:${autoconf-2.68:location}/bin:${automake-1.9:location}/bin:${libtool:location}/bin:${bison:location}/bin:${flex:location}/bin:%(PATH)s
+    PATH =${senna:location}/bin:${autoconf:location}/bin:${automake-1.9:location}/bin:${libtool:location}/bin:${bison:location}/bin:${flex:location}/bin:%(PATH)s
     CFLAGS =-I${senna:location}/include/senna -I${ncurses:location}/include
     CXXFLAGS =-I${senna:location}/include/senna
     LDFLAGS =-L${senna:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib
-- 
2.30.9