2021-01-30 15:07:57 +00:00
|
|
|
AC_INIT([MKVToolNix],[53.0.0],[https://gitlab.com/mbunkus/mkvtoolnix/issues/],[mkvtoolnix])
|
2003-10-04 10:17:39 +00:00
|
|
|
AC_PREREQ(2.50)
|
|
|
|
|
2004-03-01 09:51:30 +00:00
|
|
|
AC_CONFIG_HEADERS(config.h:config.h.in)
|
|
|
|
|
2004-07-18 15:06:33 +00:00
|
|
|
dnl Optional features that are built and those that aren't
|
|
|
|
opt_features_yes=""
|
|
|
|
opt_features_no=""
|
|
|
|
|
2017-07-23 15:24:28 +00:00
|
|
|
m4_include(ac/other_features.m4)
|
2011-10-22 22:07:36 +00:00
|
|
|
m4_include(ac/pkg.m4)
|
2008-08-27 20:38:55 +00:00
|
|
|
m4_include(ac/initialization.m4)
|
|
|
|
m4_include(ac/check_version.m4)
|
2017-11-17 20:32:10 +00:00
|
|
|
m4_include(ac/compiler_version.m4)
|
|
|
|
m4_include(ac/c++-features.m4)
|
2008-08-27 20:38:55 +00:00
|
|
|
m4_include(ac/endianess.m4)
|
2019-01-26 11:02:55 +00:00
|
|
|
m4_include(ac/macos.m4)
|
2008-08-27 20:38:55 +00:00
|
|
|
m4_include(ac/mingw.m4)
|
|
|
|
m4_include(ac/extra_inc_lib.m4)
|
2018-09-02 15:37:59 +00:00
|
|
|
m4_include(ac/drmingw.m4)
|
2008-08-27 20:38:55 +00:00
|
|
|
m4_include(ac/debugging_profiling.m4)
|
2010-03-15 08:29:56 +00:00
|
|
|
m4_include(ac/precompiled_headers.m4)
|
2008-08-27 20:38:55 +00:00
|
|
|
m4_include(ac/inttypes.m4)
|
|
|
|
m4_include(ac/pri64d.m4)
|
|
|
|
m4_include(ac/iconv.m4)
|
|
|
|
m4_include(ac/nl_langinfo.m4)
|
|
|
|
m4_include(ac/ogg.m4)
|
2015-02-19 14:06:11 +00:00
|
|
|
m4_include(ac/static.m4)
|
2008-08-27 20:38:55 +00:00
|
|
|
m4_include(ac/vorbis.m4)
|
|
|
|
m4_include(ac/flac.m4)
|
2011-09-10 10:18:33 +00:00
|
|
|
m4_include(ac/matroska.m4)
|
2014-12-05 11:35:39 +00:00
|
|
|
m4_include(ac/pugixml.m4)
|
2017-01-20 22:06:21 +00:00
|
|
|
m4_include(ac/nlohmann_jsoncpp.m4)
|
2015-03-30 23:32:37 +00:00
|
|
|
m4_include(ac/utf8cpp.m4)
|
2018-11-19 22:40:53 +00:00
|
|
|
m4_include(ac/fmt.m4)
|
2020-08-19 15:40:04 +00:00
|
|
|
m4_include(ac/pcre2.m4)
|
2008-08-27 20:38:55 +00:00
|
|
|
m4_include(ac/zlib.m4)
|
2014-01-16 11:02:57 +00:00
|
|
|
m4_include(ac/qt5.m4)
|
2018-01-01 13:31:36 +00:00
|
|
|
m4_include(ac/cmark.m4)
|
2011-10-23 16:08:16 +00:00
|
|
|
m4_include(ac/gnurx.m4)
|
2008-08-27 20:38:55 +00:00
|
|
|
m4_include(ac/magic.m4)
|
2008-08-30 12:45:54 +00:00
|
|
|
m4_include(ac/ax_boost_base.m4)
|
2011-08-08 14:06:07 +00:00
|
|
|
m4_include(ac/ax_boost_check_headers.m4)
|
2008-08-30 12:45:54 +00:00
|
|
|
m4_include(ac/boost.m4)
|
2013-12-25 12:00:28 +00:00
|
|
|
m4_include(ac/gtest.m4)
|
2017-11-16 14:15:29 +00:00
|
|
|
m4_include(ac/benchmark.m4)
|
2011-08-03 18:42:32 +00:00
|
|
|
m4_include(ac/pandoc.m4)
|
2009-08-10 19:20:11 +00:00
|
|
|
m4_include(ac/ax_docbook.m4)
|
2009-12-07 20:09:14 +00:00
|
|
|
m4_include(ac/tiocgwinsz.m4)
|
2020-05-03 09:48:44 +00:00
|
|
|
m4_include(ac/dvdread.m4)
|
2009-11-19 11:44:55 +00:00
|
|
|
m4_include(ac/po4a.m4)
|
2010-01-06 21:26:31 +00:00
|
|
|
m4_include(ac/translations.m4)
|
2009-11-19 11:44:55 +00:00
|
|
|
m4_include(ac/manpages_translations.m4)
|
2015-03-25 19:21:59 +00:00
|
|
|
m4_include(ac/tools.m4)
|
2006-04-28 11:33:27 +00:00
|
|
|
|
2010-07-27 19:31:27 +00:00
|
|
|
AC_OUTPUT(build-config)
|
2004-07-18 15:06:33 +00:00
|
|
|
|
|
|
|
echo ''
|
2006-11-28 17:58:30 +00:00
|
|
|
echo 'The mkvtoolnix configuration is complete.'
|
2010-03-02 15:04:01 +00:00
|
|
|
printf 'Optional features that are built: '"$opt_features_yes"'\n'
|
|
|
|
printf 'Optional features that are NOT built: '"$opt_features_no"'\n'
|