dect
/
libnl
Archived
13
0
Fork 0

build: use AC_CONFIG_AUX_DIR

Stash all those scripts into a separate directory and ignore that.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
This commit is contained in:
Jan Engelhardt 2012-11-26 20:51:51 +01:00
parent 9d92564566
commit f3cd3fe950
4 changed files with 8 additions and 12 deletions

7
.gitignore vendored
View File

@ -16,15 +16,10 @@ defs.h.in~
cscope.*
/aclocal.m4
/ar-lib
/autom4te.cache
/compile
/build-aux/
/config.*
/configure
/depcomp
/libtool
/ltmain.sh
/install-sh
/missing
/*.pc

View File

@ -43,6 +43,7 @@ m4_define([libnl_version],
AC_INIT(libnl, [libnl_version], [], [], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_HEADERS([lib/defs.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)], [])

11
doc/.gitignore vendored
View File

@ -1,9 +1,8 @@
*.html
libnl.dict
Doxyfile
aclocal.m4
autom4te.cache
config.log
config.status
configure
missing
/aclocal.m4
/autom4te.cache/
/build-aux/
/config.*
/configure

View File

@ -11,6 +11,7 @@
AC_INIT(libnl-doc, [3.2.15], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)], [])