diff options
| -rw-r--r-- | configure.ac | 3 | 
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() | 
