mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
|
dnl
|
||
|
dnl Check for pandoc (optional)
|
||
|
dnl
|
||
|
AC_PATH_PROG(PANDOC, "pandoc")
|
||
|
AC_SUBST(PANDOC)
|