about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
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 fa11a8f..8fd64e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
+AC_PREREQ(2.61)
 AC_INIT(btpd, 0.13+, btpd@murmeldjur.se)
 
-AM_INIT_AUTOMAKE([foreign subdir-objects])
+AM_INIT_AUTOMAKE([1.10 foreign subdir-objects])
 
 AC_CONFIG_FILES([Makefile])