X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fconfigure.ac;h=5f1ac5335314e9795dc0f02d7e0d5b46e6ebeb19;hb=237c52eb72d99427b00119007274aaef8c720121;hp=7ab574080dc88288d586fb142f95054b005b9ab8;hpb=5e52e7089a63443fc6b58563a8269ac2e53b520e;p=synfig.git diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index 7ab5740..5f1ac53 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.08],[http://synfig.org/Bugs],[synfig]) +AC_INIT([Synfig Core],[0.61.09],[http://synfig.org/Bugs],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -27,9 +27,10 @@ AC_DEFINE(LT_SCOPE,[extern],[LibLTDL is linked staticly]) # -- V A R I A B L E S ---------------------------------------- -SVN_REPOSITORY=http://svn.voria.com/code/synfig-core +SVN_REPOSITORY=https://synfig.svn.sourceforge.net/svnroot/synfig/synfig-core AC_SUBST(SVN_REPOSITORY) + # -- P R O G R A M S ------------------------------------------ AC_PROG_CC @@ -41,6 +42,8 @@ AC_PROG_INSTALL AC_LANG([C++]) +AC_C_BIGENDIAN + # -- A R G U M E N T S ---------------------------------------- @@ -392,14 +395,14 @@ if test $with_jpeg = "no" ; then { AC_LIB_LTDL -ALL_LINGUAS="es fr" +ALL_LINGUAS="es fr ru" AM_GNU_GETTEXT([external]) # This is here so autoreconf will run autopoint -AM_GNU_GETTEXT_VERSION([0.14.4]) +AM_GNU_GETTEXT_VERSION([0.15]) localedir="$datadir/locale" -PKG_CHECK_MODULES(ETL, [ETL >= 0.04.11],,[ - AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.11 or greater).]) +PKG_CHECK_MODULES(ETL, [ETL >= 0.04.12],,[ + AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.12 or greater).]) ]) CONFIG_DEPS="$CONFIG_DEPS ETL" @@ -619,6 +622,7 @@ AC_SUBST(CXXFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) +# this line is required for libtool 1.5.26 but must not be present for libtool 2.2.4... AC_CONFIG_SUBDIRS(libltdl) CONFIG_LIBS="-lsynfig" @@ -647,6 +651,7 @@ synfigincludedir=$includedir/synfig-$API_VERSION AC_SUBST(synfigincludedir) AC_CONFIG_FILES([synfig-config +build_tools/Makefile synfig.pc doxygen.cfg Makefile @@ -674,6 +679,7 @@ src/modules/mod_particle/Makefile src/modules/mod_png/Makefile src/modules/mod_ppm/Makefile src/modules/mod_yuv420p/Makefile +src/modules/example/Makefile src/tool/Makefile src/modules/synfig_modules.cfg examples/walk/Makefile