Hallo

> in order to install mjpeg tools, I had to get the latest automake and
> autoconf. I installed them, but I get errors while './autogen.sh'
> 
> You should add the contents of `/usr/share/aclocal/libtool.m4' to
> `aclocal.m4'.
> Running aclocal  ...
> aclocal: configure.in: 66: macro `AM_PROG_LIBTOOL' not found in library
> aclocal: configure.in: 187: macro `AM_PATH_GLIB' not found in library
> aclocal: configure.in: 258: macro `AM_PATH_MOVTAR' not found in library
> aclocal: configure.in: 516: macro `AM_PATH_GTK' not found in library
> aclocal: configure.in: 526: macro `AM_PATH_SDL' not found in library
[....]

Lookes like some if your *.m4 macros are in places where where the
config script does not look (like /usr/local/share/aclocal)

Try running aclocal alone with additional paths where you have found
*.m4 macros:
aclocal -I /x/X/y ....

This should normaly fix the problem.
You have to chnage than the line in the autogen.sh containing the
variable: ACLOCAL_FLAGS="" and add your directory.

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to