summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-11-26 19:51:51 (GMT)
committerJan Engelhardt <jengelh@inai.de>2012-11-26 20:03:14 (GMT)
commitf3cd3fe95069ddab55263c6226d1176169fa28d8 (patch)
tree972e37cc115b71e3cd2d53d06943b7bb76f01ae5 /doc
parent9d92564566255c157fd6c2c0ac92c1b640af25fa (diff)
downloadlibnl-f3cd3fe95069ddab55263c6226d1176169fa28d8.zip
libnl-f3cd3fe95069ddab55263c6226d1176169fa28d8.tar.gz
libnl-f3cd3fe95069ddab55263c6226d1176169fa28d8.tar.bz2
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/.gitignore11
-rw-r--r--doc/configure.ac1
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/.gitignore b/doc/.gitignore
index e7209f6..f7cb70d 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -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
diff --git a/doc/configure.ac b/doc/configure.ac
index 8e93968..c245baa 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -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)], [])