From 333ed18eb08d25e1367e39650266201ca841754f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 6 Feb 2017 14:01:46 -0500 Subject: aclocal: regenerate properly Rather than manually include m4 files in configure.ac, let aclocal do its thing and manage aclocal.m4 automatically for us. Change-Id: I50689ec78a85651949aab104e7f4de46b14bca5a Reviewed-on: https://chromium-review.googlesource.com/438544 Reviewed-by: Mark Mentovai --- aclocal.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index 10010c22..9b17609b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1295,3 +1295,5 @@ AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR +m4_include([m4/ax_cxx_compile_stdcxx.m4]) +m4_include([m4/ax_pthread.m4]) -- cgit v1.2.1