2004-11-09 18:21:59 +00:00
|
|
|
AC_INIT(src/merge/mkvmerge.cpp)
|
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)
|
|
|
|
|
|
|
|
PACKAGE="mkvtoolnix"
|
2010-01-18 20:35:47 +00:00
|
|
|
VERSION="3.1.0"
|
2004-03-01 09:51:30 +00:00
|
|
|
AC_SUBST(PACKAGE)
|
|
|
|
AC_SUBST(VERSION)
|
2003-02-16 12:09:37 +00:00
|
|
|
|
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=""
|
|
|
|
|
2008-08-27 20:38:55 +00:00
|
|
|
m4_include(ac/initialization.m4)
|
|
|
|
m4_include(ac/check_version.m4)
|
|
|
|
m4_include(ac/endianess.m4)
|
|
|
|
m4_include(ac/mingw.m4)
|
|
|
|
m4_include(ac/extra_inc_lib.m4)
|
|
|
|
m4_include(ac/debugging_profiling.m4)
|
2009-12-05 11:59:10 +00:00
|
|
|
m4_include(ac/build_timestamp_in_version.m4)
|
2008-08-27 20:38:55 +00:00
|
|
|
m4_include(ac/inttypes.m4)
|
|
|
|
m4_include(ac/pri64d.m4)
|
|
|
|
m4_include(ac/posix_fadvise.m4)
|
|
|
|
m4_include(ac/iconv.m4)
|
|
|
|
m4_include(ac/nl_langinfo.m4)
|
|
|
|
m4_include(ac/ogg.m4)
|
|
|
|
m4_include(ac/vorbis.m4)
|
|
|
|
m4_include(ac/flac.m4)
|
|
|
|
m4_include(ac/ebml.m4)
|
|
|
|
m4_include(ac/matroska.m4)
|
|
|
|
m4_include(ac/expat.m4)
|
|
|
|
m4_include(ac/zlib.m4)
|
|
|
|
m4_include(ac/lzo.m4)
|
|
|
|
m4_include(ac/bz.m4)
|
|
|
|
m4_include(ac/wxwidgets.m4)
|
|
|
|
m4_include(ac/qt4.m4)
|
|
|
|
m4_include(ac/magic.m4)
|
2008-08-30 12:45:54 +00:00
|
|
|
m4_include(ac/ax_boost_base.m4)
|
2009-12-10 18:11:24 +00:00
|
|
|
m4_include(ac/ax_boost_filesystem.m4)
|
2009-12-28 17:58:53 +00:00
|
|
|
m4_include(ac/ax_boost_filesystem_dependencies.m4)
|
2009-11-25 21:29:02 +00:00
|
|
|
m4_include(ac/ax_boost_foreach.m4)
|
2009-12-27 22:05:37 +00:00
|
|
|
m4_include(ac/ax_boost_regex.m4)
|
|
|
|
m4_include(ac/ax_boost_system.m4)
|
2008-08-30 12:45:54 +00:00
|
|
|
m4_include(ac/boost.m4)
|
2009-07-30 18:13:58 +00:00
|
|
|
m4_include(ac/etags.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)
|
2006-04-28 11:33:27 +00:00
|
|
|
|
2009-05-18 09:12:35 +00:00
|
|
|
AC_OUTPUT(
|
|
|
|
Makefile
|
2009-08-10 19:20:11 +00:00
|
|
|
doc/Makefile
|
|
|
|
doc/man/Makefile
|
2010-01-06 21:26:31 +00:00
|
|
|
doc/guide/Makefile
|
|
|
|
doc/guide/en/Makefile
|
2009-08-18 09:29:48 +00:00
|
|
|
lib/avilib-0.6.10/Makefile
|
|
|
|
lib/librmff/Makefile
|
2009-05-18 09:12:35 +00:00
|
|
|
src/Makefile
|
|
|
|
src/common/Makefile
|
|
|
|
src/common/chapters/Makefile
|
|
|
|
src/common/strings/Makefile
|
|
|
|
src/common/tags/Makefile
|
|
|
|
src/common/xml/Makefile
|
|
|
|
src/input/Makefile
|
|
|
|
src/output/Makefile
|
|
|
|
src/mpegparser/Makefile
|
|
|
|
src/mmg/Makefile
|
2009-05-21 10:08:39 +00:00
|
|
|
src/mmg/header_editor/Makefile
|
2009-06-22 10:19:53 +00:00
|
|
|
src/mmg/options/Makefile
|
2009-05-21 10:08:39 +00:00
|
|
|
src/mmg/tabs/Makefile
|
2009-05-18 09:12:35 +00:00
|
|
|
src/extract/Makefile
|
|
|
|
src/merge/Makefile
|
|
|
|
src/info/Makefile
|
2009-08-11 09:03:45 +00:00
|
|
|
src/propedit/Makefile
|
2009-05-18 09:12:35 +00:00
|
|
|
po/Makefile
|
|
|
|
)
|
2004-07-18 15:06:33 +00:00
|
|
|
|
|
|
|
echo ''
|
2006-11-28 17:58:30 +00:00
|
|
|
echo 'The mkvtoolnix configuration is complete.'
|
|
|
|
echo -e 'Optional features that are built: '"$opt_features_yes"
|
|
|
|
echo -e 'Optional features that are NOT built: '"$opt_features_no"
|