<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>Extras/contrib goom build error "-I m4/" instead of "-Im4/"</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT FACE="Times New Roman">Cygwin, WinXP, my extras/contrib is at revision 22195.</FONT>
</P>

<P><FONT FACE="Times New Roman">The part in bold below throws an error:</FONT>
</P>

<P><FONT FACE="Times New Roman">(cd goom; dos2unix configure.in)</FONT>

<BR><FONT FACE="Times New Roman">configure.in: done.</FONT>

<BR><FONT FACE="Times New Roman">patch -p0 < Patches/goom2k4-0-win32.patch</FONT>

<BR><FONT FACE="Times New Roman">patching file goom/configure.in</FONT>

<BR><FONT FACE="Times New Roman">patching file goom/src/filters.c</FONT>

<BR><FONT FACE="Times New Roman">patching file goom/src/goom_core.c</FONT>

<BR><FONT FACE="Times New Roman">(cd goom && rm -f configure; aclocal<B> -Im4/</B> &</FONT>

<BR><FONT FACE="Times New Roman">...</FONT>

<BR><FONT FACE="Times New Roman"> --disable-shared --enable-static --disable-</FONT>

<BR><FONT FACE="Times New Roman">& make install)</FONT>

<BR><B><FONT FACE="Times New Roman">aclocal: unrecognized option -- `-Im4/'</FONT></B>

<BR><FONT FACE="Times New Roman">Try `aclocal --help' for more information.</FONT>

<BR><FONT FACE="Times New Roman">make[2]: *** [.goom2k4] Error 1</FONT>
</P>

<P><FONT FACE="Times New Roman">I changed my extras/contrib makefile, added a space between the "I" and the "m":</FONT>

<BR><FONT FACE="Times New Roman">.goom2k4: goom</FONT>

<BR><FONT FACE="Times New Roman">ifdef HAVE_DARWIN_OS</FONT>

<BR>        <FONT FACE="Times New Roman">(cd $<; ./configure --prefix=$(PREFIX) --</FONT>

<BR><FONT FACE="Times New Roman">else</FONT>

<BR>        <FONT FACE="Times New Roman">(cd $< && rm -f configure; aclocal</FONT><B> <FONT FACE="Times New Roman">-I m4/</FONT></B>

<BR><FONT FACE="Times New Roman">endif</FONT>

<BR>        <FONT FACE="Times New Roman">touch $@</FONT>
</P>

<P><FONT FACE="Times New Roman">And it builds OK.</FONT>
</P>

</BODY>
</HTML>