[vlc-devel] Extras/contrib goom build error "-I m4/" instead of "-Im4/"

Mark Moriarty mfmbusiness at earthlink.net
Fri Sep 21 23:30:21 CEST 2007


Cygwin, WinXP, my extras/contrib is at revision 22195.

The part in bold below throws an error:

(cd goom; dos2unix configure.in)
configure.in: done.
patch -p0 < Patches/goom2k4-0-win32.patch
patching file goom/configure.in
patching file goom/src/filters.c
patching file goom/src/goom_core.c
(cd goom && rm -f configure; aclocal -Im4/ &
...
 --disable-shared --enable-static --disable-
& make install)
aclocal: unrecognized option -- `-Im4/'
Try `aclocal --help' for more information.
make[2]: *** [.goom2k4] Error 1

I changed my extras/contrib makefile, added a space between the "I" and the
"m":
.goom2k4: goom
ifdef HAVE_DARWIN_OS
	(cd $<; ./configure --prefix=$(PREFIX) --
else
	(cd $< && rm -f configure; aclocal -I m4/
endif
	touch $@

And it builds OK.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070921/660e35de/attachment.html>


More information about the vlc-devel mailing list