powertop.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [Powertop] [PATCH v2 03/19] Makefile.am: add --install to ACLOCAL_AMFLAGS
@ 2016-08-04  0:59 Joe Konno
  0 siblings, 0 replies; only message in thread
From: Joe Konno @ 2016-08-04  0:59 UTC (permalink / raw)
  To: powertop

[-- Attachment #1: Type: text/plain, Size: 588 bytes --]

From: Joe Konno <joe.konno(a)intel.com>

This is supported by >=automake-1.10, so let's use it to ensure all
requisite m4 scripts are assembled at configure and build time.

Signed-off-by: Joe Konno <joe.konno(a)intel.com>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 128500e9b67c..819441e982c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 AUTOMAKE_OPTIONS = subdir-objects
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = --install -I m4
 
 SUBDIRS = \
 	traceevent \
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-04  0:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-04  0:59 [Powertop] [PATCH v2 03/19] Makefile.am: add --install to ACLOCAL_AMFLAGS Joe Konno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).