From 3b21fdfbb5336e46fa35c266f0f3c0c8a9ed4a29 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Oct 2010 23:17:59 +0200 Subject: build: use modern call syntax for AC_INIT, AM_INIT_AUTOMAKE automake options also need to definitely go into configure.ac, otherwise they only apply to a single directory. Signed-off-by: Jan Engelhardt --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 91e2670..4c4400a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,5 @@ include $(top_srcdir)/Make_global.am -AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 - EXTRA_DIST = $(man_MANS) SUBDIRS = src include utils -- cgit v1.2.3