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"
|
2009-08-13 10:32:50 +00:00
|
|
|
VERSION="2.9.8"
|
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)
|
|
|
|
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/translations.m4)
|
|
|
|
m4_include(ac/magic.m4)
|
2008-08-30 12:45:54 +00:00
|
|
|
m4_include(ac/ax_boost_base.m4)
|
|
|
|
m4_include(ac/ax_boost_regex.m4)
|
|
|
|
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)
|
2006-04-28 11:33:27 +00:00
|
|
|
|
2009-05-18 09:12:35 +00:00
|
|
|
AC_OUTPUT(
|
|
|
|
Makefile
|
|
|
|
avilib-0.6.10/Makefile
|
2009-08-10 19:20:11 +00:00
|
|
|
doc/Makefile
|
|
|
|
doc/man/Makefile
|
2009-05-18 09:12:35 +00:00
|
|
|
librmff/Makefile
|
|
|
|
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"
|