2015-06-19 14:05:59 +00:00
|
|
|
AC_INIT([MKVToolNix],[8.0.0],[https://github.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=""
|
|
|
|
|
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)
|
2010-03-15 08:29:56 +00:00
|
|
|
m4_include(ac/gcc_version.m4)
|
2011-10-21 19:40:49 +00:00
|
|
|
m4_include(ac/c++11.m4)
|
2012-08-19 21:24:06 +00:00
|
|
|
m4_include(ac/clang.m4)
|
2013-10-26 10:03:20 +00:00
|
|
|
m4_include(ac/compiler_flags.m4)
|
2008-08-27 20:38:55 +00:00
|
|
|
m4_include(ac/endianess.m4)
|
|
|
|
m4_include(ac/mingw.m4)
|
|
|
|
m4_include(ac/extra_inc_lib.m4)
|
|
|
|
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)
|
2015-03-30 23:32:37 +00:00
|
|
|
m4_include(ac/utf8cpp.m4)
|
2008-08-27 20:38:55 +00:00
|
|
|
m4_include(ac/zlib.m4)
|
|
|
|
m4_include(ac/wxwidgets.m4)
|
2014-01-16 11:02:57 +00:00
|
|
|
m4_include(ac/qt5.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)
|
2010-12-23 09:44:26 +00:00
|
|
|
m4_include(ac/curl.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)
|
2009-12-10 18:11:24 +00:00
|
|
|
m4_include(ac/ax_boost_filesystem.m4)
|
2009-12-27 22:05:37 +00:00
|
|
|
m4_include(ac/ax_boost_regex.m4)
|
|
|
|
m4_include(ac/ax_boost_system.m4)
|
2014-05-26 06:49:15 +00:00
|
|
|
m4_include(ac/ax_boost_date_time.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)
|
2009-07-30 18:13:58 +00:00
|
|
|
m4_include(ac/etags.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)
|
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)
|
2010-01-06 21:26:31 +00:00
|
|
|
m4_include(ac/guide_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'
|