hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
842 stars 204 forks source link

Getting error after running ./autogen.sh #99

Closed Madhu205 closed 8 years ago

Madhu205 commented 8 years ago

I downloaded latest gmrenderer source code.firstly it was installed on my PC,but i doesn't support mp4,jpg file formats.For that i installed gstreamer1.0 plugins.I have automake of version 1.14.1,autoconf -2.68,libtool- 2.4.2.

Now when i run ./autogen.sh It gives the following error. configure.ac:59: error: possibly undefined macro: AC_SUBST If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 What may be the reason for this? Thanks.

Madhu205 commented 8 years ago

I slove this issue by by running ACLOCAL_PATH=/usr/share/aclocal ./autogen.sh This is due to non-standard version of automake.For more information see http://askubuntu.com/questions/468661/how-to-fix-pkg-prog-pkg-config-command-not-found-error