]> granicus.if.org Git - graphviz/commitdiff
update Graphviz URL in AC_INIT configure setup
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Jun 2021 00:07:53 +0000 (17:07 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 25 Jun 2021 04:15:23 +0000 (21:15 -0700)
This URL was out of date (the current Graphviz URL is https://graphviz.org/),
but the third parameter of AC_INIT is also expected to be the bug tracker, not
the project’s homepage.

CHANGELOG.md
configure.ac

index 1c08211c8004334268ed5741d1f202421d7ccd2a..813c700f1790de37baeb9b59279fa4aa4a24e323 100644 (file)
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Changed
+
+- updated Graphviz bug report URL in the Autotools build system
+
 ## [2.47.3] - 2021-06-19
 
 ### Changed
index 55b23e86f56d0d90e92be21420bb70c46d060b52..cd1f813a1dd1b569405ecbc1e2bdc063aae8d421 100644 (file)
@@ -17,7 +17,8 @@ dnl Set Graphviz version information
 #      graphviz_version_commit
 m4_include(./version.m4)
 
-AC_INIT([graphviz],[graphviz_version_major().graphviz_version_minor().graphviz_version_micro()],[http://www.graphviz.org/])
+AC_INIT([graphviz],[graphviz_version_major().graphviz_version_minor().graphviz_version_micro()],
+  [https://gitlab.com/graphviz/graphviz/-/issues])
 
 GRAPHVIZ_VERSION_MAJOR=graphviz_version_major()
 GRAPHVIZ_VERSION_MINOR=graphviz_version_minor()