Require automake >= 1.5, as suggested by Dirk Mueller.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1448 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index 8db865d..59981dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,6 @@
 
+AUTOMAKE_OPTIONS = 1.5
+
 SUBDIRS = 	coregrind . docs tests include auxprogs \
 		addrcheck \
 		memcheck \