summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2009-10-08 15:56:28 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2009-10-08 15:56:28 +0200
commitaae2ee1d47627c09261f85a4c18eb88405811b90 (patch)
tree70f6637e3421e2f0e2258063572f0f56c93a12d7
parenteade29a1f42b75d7642835a96667c0ca31b3c59c (diff)
downloadmm-common-aae2ee1d47627c09261f85a4c18eb88405811b90.tar.gz
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.
-rw-r--r--skeletonmm/configure.ac5
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])