On Sun, Mar 28, 2010 at 12:24 PM, Gaetan Nadon <[email protected]> wrote: > On Sun, 2010-03-28 at 09:37 -0700, Dan Nicholson wrote: > > On Sat, Mar 27, 2010 at 10:31 AM, Gaetan Nadon <[email protected]> wrote: >> Generated files are not included in the tarball, only .in files >> The fontutil.m4.in file is added in the tarball by Automake. >> >> Signed-off-by: Gaetan Nadon <[email protected]> >> --- >> Makefile.am | 3 +-- >> 1 files changed, 1 insertions(+), 2 deletions(-) >> >> diff --git a/Makefile.am b/Makefile.am >> index ab75733..51eb0aa 100644 >> --- a/Makefile.am >> +++ b/Makefile.am >> @@ -60,8 +60,7 @@ CLEANFILES = bdftruncate $(appman_DATA) >> >> EXTRA_DIST = $(mapfiles_DATA) \ >> $(appman_PRE) \ >> - fontutil.pc.in \ >> - $(aclocal_DATA) >> + fontutil.pc.in >> >> MAINTAINERCLEANFILES = ChangeLog INSTALL >> > > Yikes, good catch. You can remove fontutil.pc.in, too, since automake > will distribute AC_CONFIG_FILES/AC_OUTPUT prereqs. > > I had not realized that, I thought it was special for m4. There are 81 more > pc.in to do now :-(
Oh, I wouldn't bother. It's redundant, but doesn't hurt anything. -- Dan _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
