summaryrefslogtreecommitdiff
path: root/mail.remote
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>2002-11-01 17:20:33 +0000
committerJeff Bailey <jbailey@gnu.org>2002-11-01 17:20:33 +0000
commit4a703f8271a7b17104f728f0e0a421b2ff65a966 (patch)
tree05d7a6270f23dc0dabad33feced47bbe14f4e07c /mail.remote
parent360e5ac69c0372078359a1facd962381e38d33e0 (diff)
downloadmailutils-4a703f8271a7b17104f728f0e0a421b2ff65a966.tar.gz
mailutils-4a703f8271a7b17104f728f0e0a421b2ff65a966.tar.bz2
2002-11-01 Jeff Bailey <jbailey@gnu.org>
* mh/Makefile.am: Use MHPROGRAMS and MHLIBRARIES instead of MH_PROGRAMS and MH_LIBRARIES so that automake doesn't complain. * mail.remote/Makefile.am: Use SMTPPROGRAMS instead of SMTP_PROGRAMS so that automake doesn't complain. * configure.ac: Adjust for above changes. * mh/Makefile.am: Use AM_YFLAGS instead of YFLAGS. * libmu_scm/Makefile.am: Use AM_CPPFLAGS instead of CPPFLAGS * autogen.sh: Redo using 'autoreconf'. This is now the right tool to use for generating the build environment. * Makefile.am: Require version 1.7.1, add std-options to AUTOMAKE_OPTIONS * configure.in: Require version 2.54. Update quoting. Change AC_ARG_WITH and AC_ARG_ENABLE to use AC_HELP_STRING * m4/enable.m4: Change AC_ARG_ENABLE to use AC_HELP_STRING * lib/Makefile.am: Remove ansi2knr * lib/ansi2knr.c: Remove * lib/ansi2knr.1: Remove
Diffstat (limited to 'mail.remote')
-rw-r--r--mail.remote/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail.remote/Makefile.am b/mail.remote/Makefile.am
index 99f10a355..759639cf5 100644
--- a/mail.remote/Makefile.am
+++ b/mail.remote/Makefile.am
@@ -2,13 +2,13 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm
-SMTP_PROGRAMS = mail.remote
+SMTPPROGRAMS = mail.remote
EXTRA_PROGRAMS = mail.remote
-libexec_PROGRAMS = @SMTP_PROGRAMS@
+libexec_PROGRAMS = @SMTPPROGRAMS@
mail_remote_SOURCES = mail.remote.c
mail_remote_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la

Return to:

Send suggestions and report system problems to the System administrator.