summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-11-17 13:05:11 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-11-17 13:05:11 +0000
commit49462b02120f0c79d23df07fee16903ffe4be82b (patch)
tree20f8fabe5b3e38f074200cd0ef5936dd4cdb0d37 /Makefile.am
parent00f5b95a1c92114ff11b2826315d5fe910019e5c (diff)
Configuration fixes from Lars Hecking, with some more fixes and
modifications from myself. With some luck, you don't need a gettext installation any more.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 87572c29..8c1b8813 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,9 @@
# $Id$
## Process this file with automake to produce Makefile.in
-## Use aclocal; automake --foreign
+## Use aclocal -I m4; automake --foreign
+AUTOMAKE_OPTIONS = foreign
EXTRA_PROGRAMS = mutt_dotlock
bin_PROGRAMS = mutt @DOTLOCK_TARGET@
@@ -47,9 +48,11 @@ mutt_dotlock.c: dotlock.c
CLEANFILES = mutt_dotlock.c
+ACLOCAL_AMFLAGS = -I m4
+
LDADD = @LIBOBJS@ @INTLLIBS@
-SUBDIRS = doc intl po rx contrib charsets
+SUBDIRS = doc intl m4 po rx contrib charsets
OPS=$(srcdir)/OPS $(srcdir)/OPS.PGP