[Spice-devel] [PATCH libcacard] Add a few additional m4 files to .gitignore.
Marc-André Lureau
marcandre.lureau at gmail.com
Tue Oct 13 03:28:51 PDT 2015
Hi
On Mon, Oct 12, 2015 at 8:07 PM, Jeremy White <jwhite at codeweavers.com> wrote:
> Signed-off-by: Jeremy White <jwhite at codeweavers.com>
> ---
> git.mk | 3 +++
> 1 file changed, 3 insertions(+)
git.mk do not need to be modified, it uses a number of customizable
Makefile variables instead. (see top comments in file)
> diff --git a/git.mk b/git.mk
> index 9d4bf25..1b2edbd 100644
> --- a/git.mk
> +++ b/git.mk
> @@ -118,6 +118,9 @@ GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL = \
> ltsugar.m4 \
> ltversion.m4 \
> lt~obsolete.m4 \
> + ax_append_link_flags.m4 \
> + ax_check_link_flag.m4 \
These 2 are copied from autoconf-archive, and should be kept up to
date. Eventually we could depend on autoconf-archive to build from git
instead. So they shouldn't be ignored for now. Is there a problem with
it? Does it install older versions for ex?
> + pkg.m4 \
I don't see pkg.m4 checked in the git tree.
> ; do echo "$$MACRO_DIR/$$x"; done; \
> fi`
>
> --
> 2.1.4
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
--
Marc-André Lureau
More information about the Spice-devel
mailing list