configure.ac: Add package_url
authorJason Self <j@jxself.org>
Sat, 18 Apr 2020 18:47:24 +0000 (11:47 -0700)
committerJason Self <j@jxself.org>
Sat, 18 Apr 2020 18:47:24 +0000 (11:47 -0700)
configure.ac

index 0868807e9945042c590e1267c3db1af544a1bbcc..a502cfc5b3805c2d4ce153caf1657edf84b1bd85 100644 (file)
@@ -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)