X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fconfigure.ac;h=ebe545ba380a84ec2214e4c07ac0c926ac75be85;hb=ab058f0ef6558002cc82022cc9d91d1cf5e8a88f;hp=fb334c128fcce963a62b2561c3020222191cd601;hpb=7e37ea76af5dfff3a712d79778bbe41ce6eeb8e3;p=synfig.git diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index fb334c1..ebe545b 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -27,7 +27,7 @@ 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 ------------------------------------------ @@ -619,6 +619,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"