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. Reviewed-by: Dan Nicholson <[email protected]> -- Dan _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
