X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftags%2Fstable%2Fconfigure.ac;h=1e7fdd6f491f65b9954a3953abf55266b1ec0912;hb=2431de3e401e81fb920d57b4c278bd2b156c277e;hp=cb7fdaa28760a12ffbc1810b2bd3350b92a48a46;hpb=88de8222cd739b93a8869cb5d002eba9cc7eb74e;p=synfig.git diff --git a/ETL/tags/stable/configure.ac b/ETL/tags/stable/configure.ac index cb7fdaa..1e7fdd6 100644 --- a/ETL/tags/stable/configure.ac +++ b/ETL/tags/stable/configure.ac @@ -2,11 +2,11 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Extended Template Library],[0.4.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) -AM_CONFIG_HEADER(ETL/etl_profile_.h) +AC_CONFIG_HEADERS([ETL/etl_profile_.h]) AC_CANONICAL_HOST AC_CANONICAL_TARGET @@ -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 ---------------------------------------- @@ -30,7 +30,7 @@ AC_PROG_CXX AC_PROG_INSTALL AC_PROG_RANLIB -AC_LANG_CPLUSPLUS +AC_LANG([C++]) AC_ARG_WARNINGS AC_ARG_DEBUG @@ -72,14 +72,14 @@ AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) -AC_OUTPUT( -ETL-config +AC_CONFIG_FILES([ETL-config Makefile ETL/Makefile test/Makefile ETL.pc doxygen.cfg -) +]) +AC_OUTPUT # -- S U M M A R Y --------------------------------------------