From 161e6b420d62970fa178dbadbb14d86322af5e22 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 18 Apr 2020 11:47:24 -0700 Subject: [PATCH] configure.ac: Add package_url --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.31.1