]> granicus.if.org Git - graphviz/commitdiff
Changed value of graphviz_collection autogen.sh
authorErwin Janssen <erwinjanssen@outlook.com>
Fri, 10 Jun 2016 22:10:38 +0000 (00:10 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Fri, 10 Jun 2016 22:10:38 +0000 (00:10 +0200)
In configure.ac, graphviz_collection is expected to have a value of
'stable' or 'development', but the value 'test' is assigned in
autogen.sh. This commit changes that value to development.

autogen.sh

index 5b9ad095780b700ed171a485a0e0e8c3e802caa9..30971ea0a76b0e29a52f6865d0c02e5104a27867 100755 (executable)
@@ -28,7 +28,7 @@ m4_define(graphviz_version_minor, 39)
 dnl NB: the next line gets changed to a date/time string for development releases
 m4_define(graphviz_version_micro, $GRAPHVIZ_VERSION_DATE)
 m4_define(graphviz_version_date, $GRAPHVIZ_VERSION_DATE)
-m4_define(graphviz_collection, test)
+m4_define(graphviz_collection, development)
 m4_define(graphviz_version_commit, $GRAPHVIZ_VERSION_COMMIT)
 EOF