summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-04-18 16:55:25 +0930
committerAndrew Jeffery <andrew@aj.id.au>2017-04-18 17:04:08 +0930
commit234ba8ac523227049eb899437157439bf5200620 (patch)
treeebf9e0f4900e2642f624662e5b4614eb55a14e2e /configure.ac
parent77420d2617215bc8e39bc515d439759d8616e5e6 (diff)
downloadopenpower-pnor-code-mgmt-234ba8ac523227049eb899437157439bf5200620.tar.gz
openpower-pnor-code-mgmt-234ba8ac523227049eb899437157439bf5200620.zip
autotools: Silence warnings from autoreconf
Previously invoking ./bootstrap.sh would output: $ ./bootstrap.sh + AUTOCONF_FILES=Makefile.in aclocal.m4 ar-lib autom4te.cache compile config.guess config.h.in config.sub configure depcomp install-sh ltmain.sh missing *libtoo l test-driver + autoreconf -i libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:22: installing './compile' configure.ac:22: installing './config.guess' configure.ac:22: installing './config.sub' configure.ac:5: installing './install-sh' configure.ac:5: installing './missing' Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + echo Run "./configure ${CONFIGURE_FLAGS} && make" Run "./configure ${CONFIGURE_FLAGS} && make" Address the three lines: libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. Change-Id: I0e4b4318ff5cd3775455e7c7514609060375f24d Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9c0b40681..c8c90a782 100755
--- a/configure.ac
+++ b/configure.ac
@@ -5,6 +5,8 @@ AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz])
AM_SILENT_RULES([yes])
+AC_CONFIG_MACRO_DIRS([m4])
+
# Checks for programs
AC_PROG_CXX
AC_PROG_INSTALL #Checks/sets the install variable to be used
OpenPOWER on IntegriCloud