Remove some autoconf checks that have unused results
[synfig.git] / ETL / trunk / configure.ac
index 4d5af76..63f5e96 100644 (file)
@@ -2,7 +2,7 @@
 
 # -- I N I T --------------------------------------------------
 
-AC_INIT([Extended Template Library],[0.04.11],[http://synfig.org/Bugs],[ETL])
+AC_INIT([Extended Template Library],[0.04.12],[http://synfig.org/Bugs],[ETL])
 AC_REVISION
 
 AC_CONFIG_AUX_DIR(config)
@@ -17,7 +17,7 @@ AM_MAINTAINER_MODE
 
 debug="no"
 
-SVN_REPOSITORY=http://svn.voria.com/code/ETL
+SVN_REPOSITORY=https://synfig.svn.sourceforge.net/svnroot/synfig/ETL
 AC_SUBST(SVN_REPOSITORY)
 
 # -- A R G U M E N T S ----------------------------------------
@@ -62,9 +62,6 @@ AH_BOTTOM([
 # -- F U N C T I O N S ----------------------------------------
 
 ETL_DEPS
-AC_CHECK_FUNCS([fork])
-AC_CHECK_FUNCS([kill])
-AC_CHECK_FUNCS([pipe])
 
 # -- O U T P U T ----------------------------------------------