[Spice-commits] m4/spice-deps.m4

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 30 13:14:58 UTC 2019


 m4/spice-deps.m4 |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 9ca8914b7ccfd0d1adbfa833497526b3902a9dc8
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Wed Jan 30 09:18:50 2019 +0000

    Remove obsolete Autoconf macros
    
    Autoconf 2.63 was released on September 2008.
    These simple macros conflict with system ones and can
    causes issues with some systems (currently MacOS).
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/m4/spice-deps.m4 b/m4/spice-deps.m4
index 7f97727..02230dd 100644
--- a/m4/spice-deps.m4
+++ b/m4/spice-deps.m4
@@ -1,11 +1,3 @@
-# For autoconf < 2.63
-m4_ifndef([AS_VAR_APPEND],
-          AC_DEFUN([AS_VAR_APPEND], $1=$$1$2))
-m4_ifndef([AS_VAR_COPY],
-          [m4_define([AS_VAR_COPY],
-          [AS_LITERAL_IF([$1[]$2], [$1=$$2], [eval $1=\$$2])])])
-
-
 # SPICE_WARNING(warning)
 # SPICE_PRINT_MESSAGES
 # ----------------------


More information about the Spice-commits mailing list