From eac2666f19e979ce94619dfe1ecd12fb7e77460b Mon Sep 17 00:00:00 2001
From: Pedro Gonnet <pedro.gonnet@durham.ac.uk>
Date: Tue, 2 Oct 2012 11:53:42 +0000
Subject: [PATCH] add missing includes.

Former-commit-id: f32b9ce9dd7dc78e4f115b3697fd4e0bfdfca2fe
---
 autogen.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 301b49c378..009f7fce53 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,10 +24,10 @@ libtoolize --force --copy
 aclocal -Im4/
 
 # run autoconf
-autoconf
+autoconf -I m4
 
 # run autoheader to generate config.h.in
-autoheader
+autoheader -I m4
 
 # run automake
 automake --add-missing
-- 
GitLab