From 6fb230f561264d37003c692e077b63adb6dd6d97 Mon Sep 17 00:00:00 2001
From: Nikias Bassen
Date: Fri, 10 Feb 2012 10:57:33 +0100
Subject: autofoo: add some spice to make autofoo happy

---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6e0a7f6..cf4a872 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,8 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
 AC_INIT(idevicerestore, 1.0)
-
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
 
 AC_CANONICAL_SYSTEM
 AM_INIT_AUTOMAKE()
-- 
cgit v1.1-32-gdbae