From: Jan Engelhardt Date: Wed, 4 Jan 2012 20:43:05 +0000 (+0100) Subject: build: stash away build tools and update .gitignore X-Git-Tag: v1.41~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54d784ffdfbcb5862d87db0a2dc7ec08c702e52c;p=thirdparty%2Fxtables-addons.git build: stash away build tools and update .gitignore --- diff --git a/.gitignore b/.gitignore index e7a2d63..e55656a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,9 @@ *.lo *.loT *.o -.deps +.deps/ .dirstamp -.libs +.libs/ Makefile Makefile.in @@ -17,14 +17,10 @@ Makefile.in /targets.man /aclocal.m4 -/autom4te*.cache -/compile +/autom4te.cache/ +/build-aux/ /config.* /configure -/depcomp -/install-sh /libtool -/ltmain.sh -/missing /stamp-h1 /xtables-addons.8 diff --git a/configure.ac b/configure.ac index a851286..c39304e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ AC_INIT([xtables-addons], [1.40]) +AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_INSTALL diff --git a/extensions/.gitignore b/extensions/.gitignore index 9404ffd..3c2e675 100644 --- a/extensions/.gitignore +++ b/extensions/.gitignore @@ -1,6 +1,6 @@ .*.cmd .*.d -.tmp_versions +.tmp_versions/ *.ko *.mod.c Module.markers