From 600c357fd9b4374e39c1841cdef98ef1a047239f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 24 Aug 2015 23:00:16 -0400 Subject: configure.ac: Add home page --- diff --git a/configure.ac b/configure.ac index 0802eee..b429be5 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,8 @@ # License along with this program. If not, see # . -AC_INIT([boukengine], [0.1.0], [mailto:pj@pehjota.net]) +AC_INIT([boukengine], [0.1.0], [mailto:pj@pehjota.net], [boukengine], + [http://www.pehjota.net/projects/overworld-rpg/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/main.c]) -- cgit v0.9.1