[mm-common] Specify project-specific Bugzilla URL in skeleton



commit aae2ee1d47627c09261f85a4c18eb88405811b90
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Thu Oct 8 15:56:28 2009 +0200

    Specify project-specific Bugzilla URL in skeleton
    
    * skeletonmm/configure.ac (AC_INIT): Expand the bug report address to
    the project-specific GNOME Bugzilla URL for filing new bugs.
    (AC_CONFIG_SRCDIR): Specify the central header as file to check for.

 skeletonmm/configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/skeletonmm/configure.ac b/skeletonmm/configure.ac
index 946935c..4eb708d 100644
--- a/skeletonmm/configure.ac
+++ b/skeletonmm/configure.ac
@@ -15,10 +15,11 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([skeletonmm], [1.2.3], [http://bugzilla.gnome.org/], [skeletonmm], [http://www.gtkmm.org/])
+AC_INIT([skeletonmm], [1.2.3], [https://bugzilla.gnome.org/enter_bug.cgi?product=skeletonmm],
+        [skeletonmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
-AC_CONFIG_SRCDIR([skeleton/src/skeleton.hg])
+AC_CONFIG_SRCDIR([skeleton/skeletonmm.h])
 AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([build])
 AC_CONFIG_HEADERS([build/config.h skeleton/skeletonmmconfig.h])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]