X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fconfigure.ac;h=a89f1b76b2cf102d25b9e640271194c172e0b580;hb=f718084445cd8490afec0c0dd125526340cc1033;hp=b972337591384fcb3b6cecdf93a9feb954a74a37;hpb=d04c74c8f5a45493895afdaba9b39772401fbf39;p=synfig.git diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index b972337..a89f1b7 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Core],[0.61.07],[http://synfig.org/Bugs],[synfig]) +AC_INIT([Synfig Core],[0.61.08],[http://synfig.org/Bugs],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -335,14 +335,14 @@ if test $use_openexr_half = yes ; then { AC_LIB_LTDL -ALL_LINGUAS="es" +ALL_LINGUAS="es fr" AM_GNU_GETTEXT([external]) # This is here so autoreconf will run autopoint 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"