]> granicus.if.org Git - graphviz/commit
Cleaned Graphviz version date in autogen.sh
authorErwin Janssen <erwinjanssen@outlook.com>
Fri, 10 Jun 2016 12:00:11 +0000 (14:00 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Fri, 10 Jun 2016 12:00:11 +0000 (14:00 +0200)
commit432d202a3761559c3004093e84b19b1cbda9bbd8
tree509600f6239ef304e0ff1f75dc98247989c6711b
parent60e427f81d3c9a47c8298b25ad0b6404c74e7dbe
Cleaned Graphviz version date in autogen.sh

- Instead of using $? to see whether the last command was successful,
the if statement now directly uses the return value.
- Moved failed cases to the top.
- Using less if-else statements.
- Reformulated errors.
autogen.sh