X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fconfigure.ac;h=66a6407ee0ba7e0437259fd9b8d6641eef292ef0;hb=9c73091357a9e0c1b3fe30fe2445b4d71996882e;hp=ebe545ba380a84ec2214e4c07ac0c926ac75be85;hpb=c0a582461a1c9aea914baf7889534aaf9ff4434c;p=synfig.git diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index ebe545b..66a6407 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -30,6 +30,7 @@ AC_DEFINE(LT_SCOPE,[extern],[LibLTDL is linked staticly]) 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,10 +395,10 @@ 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.12],,[ @@ -675,6 +678,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