diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1d09ead1f2..0daca63e95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,8 @@ # See LICENSE for licensing information # "foreign" means we don't follow GNU package layout standards -# 1.6 means we require automake vesion 1.6 -AUTOMAKE_OPTIONS = foreign 1.6 +# 1.7 means we require automake vesion 1.7 +AUTOMAKE_OPTIONS = foreign 1.7 SUBDIRS = src doc contrib |