diff options
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 34cd3373..438d277f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile for fetchmail SUBDIRS= m4 po -AUTOMAKE_OPTIONS= foreign no-dist-gzip dist-bzip2 +AUTOMAKE_OPTIONS= 1.8 foreign no-dist-gzip dist-bzip2 AM_CFLAGS= @CEFLAGS@ AM_CPPFLAGS= @CPFLAGS@ -I$(srcdir)/libesmtp |