[PATCH font-util] config: generated fontutil.m4 is "installed", not "distributed"

Dan Nicholson dbn.lists at gmail.com
Sun Mar 28 09:37:55 PDT 2010


On Sat, Mar 27, 2010 at 10:31 AM, Gaetan Nadon <memsize at videotron.ca> 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 <memsize at videotron.ca>
> ---
>  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 <dbn.lists at gmail.com>

--
Dan


More information about the xorg-devel mailing list