From: Erwin Janssen Date: Fri, 10 Jun 2016 22:10:38 +0000 (+0200) Subject: Changed value of graphviz_collection autogen.sh X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~6^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe82c4f8eeeedd786b69d73a02b1e74e09ebf6ad;p=graphviz Changed value of graphviz_collection autogen.sh 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. --- diff --git a/autogen.sh b/autogen.sh index 5b9ad0957..30971ea0a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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