aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4d74789..f2e7c4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.65)
-AC_INIT([Experiment Player], [dev], [robin.haberkorn@st.ovgu.de],
- [experiment-player])
+AC_INIT([Experiment Player], [dev],
+ [robin.haberkorn@st.ovgu.de],
+ [experiment-player],
+ [https://github.com/rhaberkorn/experiment-player])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE