summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-01-21 02:08:18 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-01-21 03:23:05 +0100
commitc3aa7c8bba7794d8856156ac3c361e952847648d (patch)
tree96e398774d23b4206b3897b4559f9e84bec3c534 /Makefile.am
parent09a464eb213212ac6538bc4bba9d2e391562b100 (diff)
downloadratpoison-c3aa7c8bba7794d8856156ac3c361e952847648d.zip
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 4 insertions, 3 deletions
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