From: Jason Self Date: Sat, 18 Apr 2020 18:47:24 +0000 (-0700) Subject: configure.ac: Add package_url X-Git-Tag: v6.35~7 X-Git-Url: https://jxself.org/git/?p=inform.git;a=commitdiff_plain;h=161e6b420d62970fa178dbadbb14d86322af5e22 configure.ac: Add package_url --- diff --git a/configure.ac b/configure.ac index 0868807..a502cfc 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with Inform. If not, see https://gnu.org/licenses/ -AC_INIT([inform], m4_esyscmd_s([./version.sh]), [j@jxself.org]) +AC_INIT([inform], m4_esyscmd_s([./version.sh]), [j@jxself.org], [], [https://jxself.org/git/?p=inform.git]) AM_INIT_AUTOMAKE([foreign]) AC_OUTPUT(Makefile src/Makefile)