From c3aa7c8bba7794d8856156ac3c361e952847648d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Mon, 21 Jan 2013 02:08:18 +0100 Subject: more up-to-date autotools practices * use proper AC_INIT / AM_INIT_AUTOMAKE arguments * install macros in m4/ * install junk build files in build-aux/ * replace hand-rolled autogen.sh by autoreconf -i * sync .gitignore --- Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e3d67a4..a9e226e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,11 +21,12 @@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ +ACLOCAL_AMFLAGS = -I m4 --install CLEANFILES = *~ gmon.out -MAINTAINERCLEANFILES = Makefile.in aclocal.m4 \ - config.guess config.h.in config.sub configure \ - install-sh missing mkinstalldirs stamp-h.in depcomp +MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure src/config.h.in \ + build-aux/depcomp build-aux/install-sh \ + build-aux/missing build-aux/texinfo.tex SUBDIRS = src doc contrib -- cgit v1.2.3