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 --- .gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d0e29b3..94777dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *~ +/build-aux/ +/m4/ configure Makefile Makefile.in @@ -6,11 +8,6 @@ aclocal.m4 autom4te.cache config.status config.log -config.guess -config.sub -depcomp -install-sh -missing ratpoison-*.tar.gz ratpoison-*.tar.gz.sig TAGS -- cgit v1.2.3