I'm trying to compile the git version but when I execute make it shows an error:
make
cd . && /bin/bash /home/simon/fuentes/audio-video/recode/missing automake-1.15 --gnits
configure.ac:43: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:43: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:43: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
automake-1.15: error: cannot open < ~/etc/mes-sites/site.mk: No such file or directory
make: *** [Makefile.in] Error 1
I'm trying to compile the git version but when I execute
make
it shows an error: