mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 13:23:22 +00:00
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
AC_MSG_CHECKING(the mmg guide translation languages to install)
|
|
GUIDE_TRANSLATIONS="`find $srcdir/doc/guide -maxdepth 1 -type d -printf '%f\n' | sed -e 1d | tr '\n' ' '`"
|
|
AC_MSG_RESULT($GUIDE_TRANSLATIONS)
|
|
|
|
AC_SUBST(GUIDE_TRANSLATIONS)
|