From d4144b17302dfcec4c18fc996c8d23885f196a29 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 5 Jul 2014 09:22:25 +0000 Subject: [PATCH] build: include common.am in Makefile.am stubs we create. --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 3deaacdb..3685143d 100755 --- a/bootstrap +++ b/bootstrap @@ -34,7 +34,8 @@ sed -ne '/AC_CONFIG_FILES/,$p' configure.ac \ mkdir -p "${p%/*}" ;; esac - echo "# Stub created by bootstrap" > "${required}" + echo '# Stub created by bootstrap' > "${required}" + echo 'include $(top_srcdir)/build/autotools/common.am' >> "${required}" fi done