diff options
author | José Fonseca <jrfonseca@users.sourceforge.net> | 2009-12-24 08:20:14 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@users.sourceforge.net> | 2009-12-24 08:20:14 +0000 |
commit | 74080763fefbf4363ab7abd6e4e1134a62e1fe5f (patch) | |
tree | 686f945b9619156d6b67b91ba0e5d36f5dd58658 | |
parent | a3c0741bbb32d02e35320f7e5884d27cac205e3a (diff) |
Get it building correctly with latest autotools.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index cd01ae1..509d876 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,8 @@ esmtp_SOURCES = \ smtp.h \ xmalloc.h +BUILT_SOURCES = parser.h + EXTRA_DIST = \ sample.esmtprc \ esmtp-wrapper diff --git a/configure.ac b/configure.ac index 92ff4ba..7572160 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.53) +AC_PREREQ(2.65) AC_INIT(esmtp, 1.1) AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE(1.9 dist-bzip2) +AM_INIT_AUTOMAKE(1.11 dist-bzip2) AM_MAINTAINER_MODE AC_PROG_CC |