autogen.sh: replace this by a simple call to autoreconf
authorMax Horn <max@quendi.de>
Wed, 12 Dec 2012 20:33:52 +0000 (21:33 +0100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Wed, 12 Dec 2012 21:12:14 +0000 (08:12 +1100)
commit66c0a581d2ee22e65aaf70d50b17cfefc6287f24
tree6b723d7234a732e5710b98d3af5b82336d2b23b4
parentf20164e41ed040c56cc71b47c8b35da7f474dc57
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>
18 files changed:
Makefile.am
autogen.sh
configure.ac
doc/Makefile.am
doc/html/Makefile.am
doc/html/images/Makefile.am
doc/html/images/hw/Makefile.am
doc/html/ru/Makefile.am
include/share/Makefile.am
include/share/grabbag/Makefile.am
include/test_libs_common/Makefile.am
src/libFLAC/Makefile.am
src/plugin_common/Makefile.am
src/share/getopt/Makefile.am
src/share/grabbag/Makefile.am
src/share/replaygain_analysis/Makefile.am
src/share/replaygain_synthesis/Makefile.am
src/share/utf8/Makefile.am