From eb1582f29abe6a33c3380133badfabfc182534ea Mon Sep 17 00:00:00 2001 From: pabs Date: Tue, 8 Jan 2008 01:22:00 +0000 Subject: [PATCH] Use the bugs page on the website instead of the tracker in the autoconf bugs argument of AC_INIT git-svn-id: http://svn.voria.com/code@1291 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/configure.ac | 2 +- synfig-core/trunk/configure.ac | 2 +- synfig-studio/trunk/configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ETL/trunk/configure.ac b/ETL/trunk/configure.ac index 21a7705..a28961b 100644 --- a/ETL/trunk/configure.ac +++ b/ETL/trunk/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Extended Template Library],[0.4.10],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[ETL]) +AC_INIT([Extended Template Library],[0.4.10],[http://synfig.org/Bugs],[ETL]) AC_REVISION AC_CONFIG_AUX_DIR(config) diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index 316f6bb..5fd4ecf 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Core],[0.61.07],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfig]) +AC_INIT([Synfig Core],[0.61.07],[http://synfig.org/Bugs],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) diff --git a/synfig-studio/trunk/configure.ac b/synfig-studio/trunk/configure.ac index 190abc5..26fd767 100755 --- a/synfig-studio/trunk/configure.ac +++ b/synfig-studio/trunk/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Studio],[0.61.07],[http://sourceforge.net/tracker/?group_id=144022&atid=757416],[synfigstudio]) +AC_INIT([Synfig Studio],[0.61.07],[http://synfig.org/Bugs],[synfigstudio]) AC_REVISION AC_CONFIG_AUX_DIR(config) -- 2.7.4