Module: synfig
Branch: master
Commit: e730a9dc6563029d92a74384bafc5addec6c9e11
URL:    
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=e730a9dc6563029d92a74384bafc5addec6c9e11

Author: Carlos Lopez <genet...@gmail.com>
Date:   Sat Oct 10 18:15:03 2009 +0200

Write the correct version in the configure.ac files.

---

 ETL/configure.ac           |    2 +-
 synfig-core/configure.ac   |    6 +++---
 synfig-studio/configure.ac |    6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ETL/configure.ac b/ETL/configure.ac
index d1005a3..0b42c52 100644
--- a/ETL/configure.ac
+++ b/ETL/configure.ac
@@ -2,7 +2,7 @@
 
 # -- I N I T --------------------------------------------------
 
-AC_INIT([Extended Template 
Library],[0.04.13-RC1],[http://synfig.org/Bugs],[ETL])
+AC_INIT([Extended Template Library],[0.04.13],[http://synfig.org/Bugs],[ETL])
 AC_REVISION
 
 AC_CONFIG_AUX_DIR(config)
diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac
index 6422573..dd40d94 100644
--- a/synfig-core/configure.ac
+++ b/synfig-core/configure.ac
@@ -2,7 +2,7 @@
 
 # -- I N I T --------------------------------------------------
 
-AC_INIT([Synfig Core],[0.62.00-RC1],[http://synfig.org/Bugs],[synfig])
+AC_INIT([Synfig Core],[0.62.00],[http://synfig.org/Bugs],[synfig])
 AC_REVISION
 
 AC_CONFIG_AUX_DIR(config)
@@ -401,8 +401,8 @@ AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION([0.15])
 localedir="$datadir/locale"
 
-PKG_CHECK_MODULES(ETL, [ETL >= 0.04.13-RC1],,[
-       AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.13-RC1 or 
greater).])
+PKG_CHECK_MODULES(ETL, [ETL >= 0.04.13],,[
+       AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.13 or 
greater).])
 ])
 CONFIG_DEPS="$CONFIG_DEPS ETL"
 
diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac
index 09469d6..e38d3f7 100755
--- a/synfig-studio/configure.ac
+++ b/synfig-studio/configure.ac
@@ -2,7 +2,7 @@
 
 # -- I N I T --------------------------------------------------
 
-AC_INIT([Synfig Studio],[0.62.00-RC1],[http://synfig.org/Bugs],[synfigstudio])
+AC_INIT([Synfig Studio],[0.62.00],[http://synfig.org/Bugs],[synfigstudio])
 AC_REVISION
 
 AC_CONFIG_AUX_DIR(config)
@@ -135,8 +135,8 @@ PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 gthread-2.0,[
 AC_SUBST(GTKMM_CFLAGS)
 AC_SUBST(GTKMM_LIBS)
 
-PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.62.00-RC1] [ETL >= 0.04.13-RC1] 
sigc++-2.0,,[
-       AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 
0.62.00-RC1, ETL >= 0.04.13-RC1)])
+PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.62.00] [ETL >= 0.04.13] sigc++-2.0,,[
+       AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 
0.62.00, ETL >= 0.04.13)])
 ])
 AC_SUBST(SYNFIG_CFLAGS)
 AC_SUBST(SYNFIG_LIBS)


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to