From 267b916ea89e25e424dedd89649ba61f850fe6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 10 Oct 2002 22:13:49 +0000 Subject: Use updated autotools syntax. Generate bzip2 tarballs --- configure.ac | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 5c47958..ffa5eaf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,9 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(esmtp, 0.2) - +AC_PREREQ(2.53) +AC_INIT(esmtp, 0.2) +AC_CONFIG_SRCDIR(Makefile.am) +AM_INIT_AUTOMAKE(1.6 dist-bzip2) AM_MAINTAINER_MODE AC_PROG_CC @@ -26,4 +27,5 @@ AC_CHECK_LIB(esmtp, smtp_start_session, AC_MSG_ERROR([*** libESMTP library not found.]), -lpthread) -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT -- cgit v1.2.3