aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Konno <joe.konno@intel.com>2016-08-03 14:53:18 -0700
committerJoe Konno <joe.konno@intel.com>2016-08-04 08:52:49 -0700
commitfadd7a020c055a8be08d6fb1270e621fb1a64db2 (patch)
tree18649656ad02a446edbf84c1ed5e8afee99f3f37
parent7b35acae25e313f8191b9733a221386ea26fd949 (diff)
downloadpowertop-2.0-fadd7a020c055a8be08d6fb1270e621fb1a64db2.tar.gz
Makefile.am: add --install to ACLOCAL_AMFLAGS
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@intel.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 128500e..819441e 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 \