summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-02-10 10:57:33 +0100
committerGravatar Nikias Bassen2012-02-10 10:57:33 +0100
commit6fb230f561264d37003c692e077b63adb6dd6d97 (patch)
treebe2755b7e285c4fb3ca983eb0372f0f9795cf6b5 /configure.ac
parent017a100c7a7d0a634b9481ca8ccb12cf839dd1a1 (diff)
downloadidevicerestore-6fb230f561264d37003c692e077b63adb6dd6d97.tar.gz
idevicerestore-6fb230f561264d37003c692e077b63adb6dd6d97.tar.bz2
autofoo: add some spice to make autofoo happy
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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()