X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=inline;f=synfig-core%2Fconfigure.ac;h=f3ad77f615de43da001c91dffb4f0b863ccd4c82;hb=56115a82cb5584e0c0511da4788221da45668ac2;hp=dd40d94e1af8f612e4314bdd95b89279dc7ad302;hpb=e730a9dc6563029d92a74384bafc5addec6c9e11;p=synfig.git diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac index dd40d94..f3ad77f 100644 --- a/synfig-core/configure.ac +++ b/synfig-core/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Core],[0.62.00],[http://synfig.org/Bugs],[synfig]) +AC_INIT([Synfig Core],[0.62.01RC3],[http://synfig.org/Bugs],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -395,7 +395,7 @@ if test $with_jpeg = "no" ; then { AC_LIB_LTDL -ALL_LINGUAS="es fr ru" +ALL_LINGUAS="es fr it ru" AM_GNU_GETTEXT([external]) # This is here so autoreconf will run autopoint AM_GNU_GETTEXT_VERSION([0.15]) @@ -622,8 +622,11 @@ 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) +# AC_CONFIG_SUBDIRS(libltdl) is required for libtool 1.5.26 but must not be present for +# libtool 2.2.4. Problem seems to be that AC_LIB_LTDL (above) now calls AC_CONFIG_SUBDIRS +# itself, through LTDL_INIT, _LTDL_SETUP, _LTDL_MODE_DISPATCH. We need to check the +# condition that libltdl has already been registered with AC_CONFIG_SUBDIRS: +m4_ifdef([_AC_SEEN_TAG(libltdl)], [], [AC_CONFIG_SUBDIRS(libltdl)]) CONFIG_LIBS="-lsynfig" CONFIG_CFLAGS="$CONFIG_CFLAGS"