diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-02-17 16:23:35 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-02-17 16:23:35 +0000 |
commit | cc030a5929ab1dc372b3256fc624925739b9bba4 (patch) | |
tree | cb2c4c13cf474d75353a7bb3a6bf7fb8f78d8172 /Makefile.am | |
parent | 37c9db7d22a988452dd04fdf2c9bafde1a9752b2 (diff) | |
download | fetchmail-cc030a5929ab1dc372b3256fc624925739b9bba4.tar.gz fetchmail-cc030a5929ab1dc372b3256fc624925739b9bba4.tar.bz2 fetchmail-cc030a5929ab1dc372b3256fc624925739b9bba4.zip |
Specify minimum versions and options for automake consistently, bump automake version to 1.8 (was 1.5).
svn path=/branches/BRANCH_6-3/; revision=4691
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 |