]> xenbits.xensource.com Git - libvirt.git/commitdiff
maint: Drop unused GETTEXT_CPPFLAGS variable
authorEric Blake <eblake@redhat.com>
Fri, 4 Jan 2019 19:42:52 +0000 (13:42 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 7 Jan 2019 22:45:45 +0000 (16:45 -0600)
Commit c0a8ea45 removed the use of gettextize, and the setting of
GETTEXT_CPPFLAGS, but did not scrub the now-unused variable from
Makefile.am snippets.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
gnulib/lib/Makefile.am
gnulib/tests/Makefile.am
src/Makefile.am
tests/Makefile.am
tools/Makefile.am

index f098e823be22b5a4e11ff468a687bb08e21e5bcf..601f74073cb0a360611e514774a7c2110181e2b0 100644 (file)
@@ -26,5 +26,3 @@ SUFFIXES =
 noinst_LTLIBRARIES =
 
 include gnulib.mk
-
-INCLUDES = -I$(top_srcdir) $(GETTEXT_CPPFLAGS)
index df4af59a8292b7f03809301c1ac5040db735c4d5..7062cbaf87896d8df2699e23a4083ea74b9022fb 100644 (file)
@@ -18,8 +18,6 @@
 
 include gnulib.mk
 
-INCLUDES = $(GETTEXT_CPPFLAGS)
-
 GNULIB_TESTS0 =
 GNULIB_TESTS1 = $(GNULIB_TESTS)
 if WITH_EXPENSIVE_TESTS
index e2b89e27e8b1717b23332a4ec24e9836865314d0..3ac6dcad16411c99d74a1b5b3b21b0bff3ea1431 100644 (file)
@@ -24,7 +24,7 @@ abs_topsrcdir = $(shell cd $(top_srcdir) && pwd)
 
 # No libraries with the exception of LIBXML should be listed
 # here. List them against the individual XXX_la_CFLAGS targets
-# that actually use them. Also keep GETTEXT_CPPFLAGS at the end.
+# that actually use them.
 INCLUDES =     -I../gnulib/lib \
                -I$(top_srcdir)/gnulib/lib \
                -I$(top_srcdir) \
@@ -35,7 +35,7 @@ INCLUDES =    -I../gnulib/lib \
                -DIN_LIBVIRT \
                -Dabs_topbuilddir="\"$(abs_topbuilddir)\"" \
                -Dabs_topsrcdir="\"$(abs_topsrcdir)\"" \
-               $(GETTEXT_CPPFLAGS)
+               $(NULL)
 
 WARN_CFLAGS += $(STRICT_FRAME_LIMIT_CFLAGS)
 
index 3b413dca439e37a7375fe7f2373592be2676628b..69dd45728d77c0b12e09dc4c81294476630233e5 100644 (file)
@@ -31,7 +31,7 @@ INCLUDES = \
        -I$(top_builddir)/src -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/util \
        -I$(top_srcdir)/src/conf \
-       $(GETTEXT_CPPFLAGS)
+       $(NULL)
 
 WARN_CFLAGS += $(RELAXED_FRAME_LIMIT_CFLAGS)
 
index 1dc009c4fbb2dec7e71ae5d113c7554176969b0b..fadd09977e132e089b783bbd5ec8a933ab15e601 100644 (file)
@@ -21,7 +21,7 @@ INCLUDES = \
        -I$(top_builddir)/src -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/util \
        -I$(top_srcdir) \
-       $(GETTEXT_CPPFLAGS)
+       $(NULL)
 
 WARN_CFLAGS += $(STRICT_FRAME_LIMIT_CFLAGS)