From: Jason Self Date: Fri, 19 Jan 2018 16:07:33 +0000 (-0800) Subject: Set bug-report-address in AC_INIT to mailing list X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=dc15bc8fe3c6bdfc54c7117ae8af0aaf7839690f;p=muddle-interpreter.git Set bug-report-address in AC_INIT to mailing list Until/unless a bug reporting system is in place the mailing list seems an appropriate place. Signed-off-by: Jason Self --- diff --git a/configure.ac b/configure.ac index e26493e..ddfd339 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([muddle], [1.0], [keziahw@gmail.com]) +AC_INIT([muddle], [1.0], [muddle@muddlers.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC AC_CONFIG_HEADERS([config.h])