+ o Fixed build outside the source directory (Ansgar Burchardt)
o Moved English listtexts and install all languages (Ansgar Burchardt)
o Added encoding headers for German listtexts (Ansgar Burchardt)
o Fixed missing exit()s in case of failed execl() calls (Ansgar Burchardt)
AUTOMAKE_OPTIONS = foreign dist-bzip2
EXTRA_DIST = include VERSION LICENSE UPGRADE src/log_error.c FAQ \
- TUNABLES README.access contrib man \
+ TUNABLES README.access man \
README.exim4 README.sendmail README.security README.qmail
CLEANFILES = *~ mlmmj-*.tar.*
man/mlmmj-sub.1 man/mlmmj-maintd.1 man/mlmmj-process.1 \
man/mlmmj-send.1 man/mlmmj-unsub.1 man/mlmmj-list.1
-SUBDIRS = src listtexts
+SUBDIRS = src listtexts contrib
AC_CONFIG_FILES([src/Makefile])
AC_CONFIG_FILES([src/mlmmj-make-ml.sh])
AC_CONFIG_FILES([listtexts/Makefile])
+AC_CONFIG_FILES([contrib/Makefile])
AC_CONFIG_FILES([contrib/recievestrip/Makefile])
AC_OUTPUT
--- /dev/null
+## Process this file with automake to produce Makefile.in
+
+EXTRA_DIST = web
+SUBDIRS = recievestrip
AM_CFLAGS = -g -Wall -pedantic -Wsign-compare -DDEFAULTTEXTDIR='"@textlibdir@"'
INCLUDES = -I$(srcdir)/../../include
-bin_PROGRAMS = mlmmj-recieve-strip
+noinst_PROGRAMS = mlmmj-recieve-strip
mlmmj_recieve_strip_SOURCES = mlmmj-recieve-strip.c ../../src/mygetline.c ../../src/memory.c ../../src/readn.c \
../../src/strgen.c ../../src/random-int.c ../../src/log_error.c ../../src/print-version.c \
#ifndef MLMMJ_GENERIC_INCLUDES
#define MLMMJ_GENERIC_INCLUDES
-#include "../config.h"
+#include "config.h"
#define RELAYHOST "127.0.0.1"
#define READ_BUFSIZE 2048
#include <unistd.h>
#include "log_error.h"
-#include "../config.h"
+#include "config.h"
#include "memory.h"
#ifdef HAVE_SYSLOG_H