configure.ac: Pass project URL to AC_INIT
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])