aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2017-02-06 14:01:46 -0500
committerMike Frysinger <vapier@chromium.org>2017-02-08 19:52:52 +0000
commit333ed18eb08d25e1367e39650266201ca841754f (patch)
tree444995d2d5da3dcc260013e88ef6fb6f2cd0de3c /Makefile.in
parentfix write() unused-result warning (diff)
downloadbreakpad-333ed18eb08d25e1367e39650266201ca841754f.tar.xz
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 <mark@chromium.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index c728e593..2d2bd9b4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -233,9 +233,8 @@ EXTRA_PROGRAMS = $(am__EXEEXT_1)
noinst_PROGRAMS =
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
- $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
+ $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \