<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Sun, 2010-03-28 at 09:37 -0700, Dan Nicholson wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Sat, Mar 27, 2010 at 10:31 AM, Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt; wrote:
&gt; Generated files are not included in the tarball, only .in files
&gt; The fontutil.m4.in file is added in the tarball by Automake.
&gt;
&gt; Signed-off-by: Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;
&gt; ---
&gt; &nbsp;Makefile.am | &nbsp; &nbsp;3 +--
&gt; &nbsp;1 files changed, 1 insertions(+), 2 deletions(-)
&gt;
&gt; diff --git a/Makefile.am b/Makefile.am
&gt; index ab75733..51eb0aa 100644
&gt; --- a/Makefile.am
&gt; +++ b/Makefile.am
&gt; @@ -60,8 +60,7 @@ CLEANFILES = bdftruncate $(appman_DATA)
&gt;
&gt; &nbsp;EXTRA_DIST = $(mapfiles_DATA) \
&gt; &nbsp; &nbsp; &nbsp; &nbsp;$(appman_PRE) \
&gt; - &nbsp; &nbsp; &nbsp; fontutil.pc.in \
&gt; - &nbsp; &nbsp; &nbsp; $(aclocal_DATA)
&gt; + &nbsp; &nbsp; &nbsp; fontutil.pc.in
&gt;
&gt; &nbsp;MAINTAINERCLEANFILES = ChangeLog INSTALL
&gt;

Yikes, good catch. You can remove fontutil.pc.in, too, since automake
will distribute AC_CONFIG_FILES/AC_OUTPUT prereqs.

</PRE>
</BLOCKQUOTE>
I had not realized that, I thought it was special for m4. There are 81 more pc.in to do now :-(<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
Reviewed-by: Dan Nicholson &lt;<A HREF="mailto:dbn.lists@gmail.com">dbn.lists@gmail.com</A>&gt;

--
Dan
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>