X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fconfigure.ac;h=b94f4fc1b9de87d4a55749bde099888aa778270a;hb=78f44c3bf98f8b0b6a6b74ef5aba07c345639d65;hp=8757fb36a1c1a58c24cf098231e8b5cc807eb76d;hpb=d0fb3b205e25eee5bc67238189d432ba41ef7668;p=synfig.git diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index 8757fb3..b94f4fc 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -392,7 +392,7 @@ 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]) @@ -619,6 +619,9 @@ 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" CONFIG_CFLAGS="$CONFIG_CFLAGS" AC_SUBST(CONFIG_LIBS) @@ -672,6 +675,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