commit | 66c0a581d2ee22e65aaf70d50b17cfefc6287f24 | [log] [tgz] |
---|---|---|
author | Max Horn <max@quendi.de> | Wed Dec 12 21:33:52 2012 +0100 |
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | Thu Dec 13 08:12:14 2012 +1100 |
tree | 6b723d7234a732e5710b98d3af5b82336d2b23b4 | |
parent | f20164e41ed040c56cc71b47c8b35da7f474dc57 [diff] |
autogen.sh: replace this by a simple call to autoreconf The autoreconf tool is provided by autoconf to do what custom autogen.sh scripts in many projects used to do. Only it is more robust and widely tested. It has been available for several years, too. No reason to rely on custom code for this. Signed-off-by: Max Horn <max@quendi.de>