aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-12-04 02:03:56 +0100
committerPetr Machata <pmachata@redhat.com>2013-03-08 22:55:27 +0100
commitd709493aa781583c64d2e4ef845b7cc813b23a9e (patch)
treea9746ffc202976563f5695e58224aafa3f92cae4 /configure.ac
parent8544173a14b5bb9e08474eda91be7e9be708129f (diff)
downloadltrace-d709493aa781583c64d2e4ef845b7cc813b23a9e.tar.gz
configure.ac: Pass project URL to AC_INIT
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 91c2136..dede821 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
-AC_INIT([ltrace],[0.7.90-git],[ltrace-devel@lists.alioth.debian.org])
+AC_INIT([ltrace],[0.7.90-git],[ltrace-devel@lists.alioth.debian.org],
+ [ltrace],[http://ltrace.alioth.debian.org/])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR(libltrace.c)
AC_CONFIG_MACRO_DIR([config/m4])