aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel.black@au1.ibm.com>2016-07-21 14:32:38 -0700
committerNivedita Swaminathan <nivedita.swaminathan@intel.com>2016-07-21 15:12:34 -0700
commit764401dc341ea81c6ad1b48b206d1e37b011679a (patch)
treeb61b5a262501f7130713860646e970f90c54a5f8
parent4b8897b49061f897d3b825d3c0b3b8d698f7d9eb (diff)
downloadpowertop-2.0-764401dc341ea81c6ad1b48b206d1e37b011679a.tar.gz
Makefile.am need reference to m4 directory
Running autoreconf (autconf-2.69/automake-1.15/libtoolize-2.4.6) without the m4 directory specified in the Makefile.am file generates the following warning: ./autogen.sh autoreconf: Entering directory `.' autoreconf: running: autopoint autoreconf: running: aclocal autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force configure.ac:26: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. configure.ac:26: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, configure.ac:26: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files. autoreconf: Leaving directory `.' v3: (Joe) The irony. 'Real' submission fixing all nits from v2. v2: (Joe) Re-submission due to a whitespace -ism, added Acked-by Acked-by: Joe Konno <joe.konno@intel.com>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c8d0ae2..128500e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
AUTOMAKE_OPTIONS = subdir-objects
+ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \
traceevent \