http://synfig.org/Releases
- 0.61.08 (SVN 1837) - March 3, 2008 - Bug fixes, features
+ 0.61.08 (SVN 1839) - March 3, 2008 - Bug fixes, features
* Update the website URL to synfig.org instead of synfig.com
* Synfig is now translatable using gettext
AM_GNU_GETTEXT_VERSION([0.14.4])
localedir="$datadir/locale"
-PKG_CHECK_MODULES(ETL, [ETL >= 0.04.10],,[
- AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.10 or greater).])
+PKG_CHECK_MODULES(ETL, [ETL >= 0.04.11],,[
+ AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.11 or greater).])
])
CONFIG_DEPS="$CONFIG_DEPS ETL"
http://synfig.org/Releases
- 0.61.08 (SVN 1837) - March 3, 2008 - Bug fixes, features
+ 0.61.08 (SVN 1839) - March 3, 2008 - Bug fixes, features
* Update the website URL to synfig.org instead of synfig.com
* Synfig is now translatable using gettext
AC_SUBST(GTKMM_CFLAGS)
AC_SUBST(GTKMM_LIBS)
-PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.61.07] [ETL >= 0.04.10] sigc++-2.0,,[
- AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.61.07, ETL >= 0.04.10)])
+PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.61.08] [ETL >= 0.04.11] sigc++-2.0,,[
+ AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.61.08, ETL >= 0.04.11)])
])
AC_SUBST(SYNFIG_CFLAGS)
AC_SUBST(SYNFIG_LIBS)