From 74080763fefbf4363ab7abd6e4e1134a62e1fe5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 24 Dec 2009 08:20:14 +0000 Subject: Get it building correctly with latest autotools. --- Makefile.am | 2 ++ 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 -- cgit v1.2.3