diff options
author | Max Kellermann <max@duempel.org> | 2009-06-25 11:52:55 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-06-25 11:52:55 +0200 |
commit | 5b78b46a303053d084832e0b39b013a480039581 (patch) | |
tree | 7ea3bd9050ae44fe5eae731c8dc85a1d932c08d9 /Makefile.am | |
parent | eacd6045187b2d8b64f9c2e0f467145889a16795 (diff) |
Makefile.am: require automake 1.10
Refuse to build with automake 1.9. 1.9 is quite old already, and I'm
too lazy to test with ancient versions.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d02eeb12b..e51334e6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2 +AUTOMAKE_OPTIONS = foreign 1.10 dist-bzip2 AM_CPPFLAGS = -I$(srcdir)/src $(GLIB_CFLAGS) |