From: Michael Jeanson Date: Mon, 12 Feb 2024 22:21:01 +0000 (-0500) Subject: Centralize AUTOMAKE_OPTIONS in configure.ac X-Git-Tag: RELEASE_1_4_5~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c658b17123e9231ea938474bdf618c8b2a0021;p=thirdparty%2Fmlmmj.git Centralize AUTOMAKE_OPTIONS in configure.ac Signed-off-by: Michael Jeanson --- diff --git a/Makefile.am b/Makefile.am index 760c40f6..c4d214b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,5 @@ ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = foreign dist-xz EXTRA_DIST = include LICENSE UPGRADE FAQ \ TUNABLES README.access README.archives README.listtexts man \ README.exim4 README.sendmail README.security README.qmail \ diff --git a/configure.ac b/configure.ac index b2a6a78e..d55dd969 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT([mlmmj],[1.4.4],[bapt@nours.eu]) VERSION=$PACKAGE_VERSION AC_SUBST(VERSION) -AM_INIT_AUTOMAKE([subdir-objects]) +AM_INIT_AUTOMAKE([dist-xz foreign subdir-objects]) AC_CONFIG_SRCDIR([src/mlmmj-receive.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/contrib/receivestrip/Makefile.am b/contrib/receivestrip/Makefile.am index 9a6dec21..2886352d 100644 --- a/contrib/receivestrip/Makefile.am +++ b/contrib/receivestrip/Makefile.am @@ -1,7 +1,5 @@ # -AUTOMAKE_OPTIONS = foreign - if WANT_RECEIVESTRIP bin_PROGRAMS = mlmmj-receive-strip endif diff --git a/src/Makefile.am b/src/Makefile.am index 7ab219d3..28ce1bd6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,5 @@ # -AUTOMAKE_OPTIONS = foreign - bin_PROGRAMS = mlmmj-send mlmmj-receive mlmmj-process mlmmj-sub \ mlmmj-unsub mlmmj-bounce mlmmj-maintd mlmmj-list diff --git a/tests/Makefile.am b/tests/Makefile.am index 66127277..84fbc537 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,3 @@ -AUTOMAKE_OPTIONS = foreign - check_PROGRAMS = mlmmj fakesmtpd mlmmj_SOURCES = mlmmj.c \