[flac-dev] [PATCH 0/5] update build system
Max Horn
max at quendi.de
Wed Dec 12 12:33:50 PST 2012
This patch series modernizes various aspects of the autotools
based build system. There is a lot more that could and should be
done, but I tried to stay conservative for now and just resolve
some of the most obvious issues.
Max Horn (5):
configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN
autogen.sh: replace this by a simple call to autoreconf
configure: always print ac_cv_c_compiler_gnu
configure: merge AC_CHECK_HEADERS calls
configure: modernize autoconf usage
Makefile.am | 2 -
autogen.sh | 168 +--------------------------
configure.ac | 36 +++---
doc/Makefile.am | 2 -
doc/html/Makefile.am | 2 -
doc/html/images/Makefile.am | 2 -
doc/html/images/hw/Makefile.am | 2 -
doc/html/ru/Makefile.am | 2 -
include/share/Makefile.am | 2 -
include/share/grabbag/Makefile.am | 2 -
include/test_libs_common/Makefile.am | 2 -
m4/endian.m4 | 177 -----------------------------
src/libFLAC/Makefile.am | 3 +
src/plugin_common/Makefile.am | 2 -
src/share/getopt/Makefile.am | 2 -
src/share/grabbag/Makefile.am | 2 -
src/share/replaygain_analysis/Makefile.am | 2 -
src/share/replaygain_synthesis/Makefile.am | 2 -
src/share/utf8/Makefile.am | 2 -
19 files changed, 25 insertions(+), 389 deletions(-)
delete mode 100644 m4/endian.m4
--
1.8.0.1.525.gaaf5ad5
More information about the flac-dev
mailing list