aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2015-03-05 13:03:35 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2015-03-05 13:14:36 -0300
commitda6c0d2f52390fe7ed6c40f6aa9799edfeb19dcb (patch)
tree544998732cf9337d97ed921eef7b26d9a35511a5 /configure.ac
parentd9c71758595cad72c8278179eabf17017615f704 (diff)
downloadkmod-da6c0d2f52390fe7ed6c40f6aa9799edfeb19dcb.tar.gz
build: use dolt
Drop-in replacement to libtool: http://dolt.freedesktop.org/. More details: http://marc.info/?l=freedesktop-xorg&m=120791871615872&w=3 kmod is relatively fast to compile, so it doesn't matter much. Nonetheless, less forks the better. Compilation time using ./bootstrap-configure --disable-manpages and make -j4 libtool real 0m6.453s user 0m21.067s sys 0m0.773s dolt real 0m4.792s user 0m15.920s sys 0m0.637s
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eb0f9d1..be597b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,6 +17,7 @@ AM_MAINTAINER_MODE([enable])
AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests])
AM_SILENT_RULES([yes])
LT_INIT([disable-static pic-only])
+DOLT
AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by kmod])])
AS_IF([test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by kmod])])