projects
/
inform.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ffe9a
)
configure.ac: Add package_url
author
Jason Self
<j@jxself.org>
Sat, 18 Apr 2020 18:47:24 +0000
(11:47 -0700)
committer
Jason Self
<j@jxself.org>
Sat, 18 Apr 2020 18:47:24 +0000
(11:47 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0868807e9945042c590e1267c3db1af544a1bbcc..a502cfc5b3805c2d4ce153caf1657edf84b1bd85 100644
(file)
--- 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)