diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-10-21 17:44:47 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-10-21 17:45:54 -0400 |
commit | 9d4262ebe07bacacd6e743dea616b37ac51eac01 (patch) | |
tree | ccd599ffb0e3fa5f3f9ff7936ce576686b7a3a1a /configure.ac | |
parent | 5a822046cc66d8405618370c1071433016969020 (diff) |
[build] Use dolt
Dolt is a hack to speed up libtool-based build systems:
http://dolt.freedesktop.org/
It's completely transparent to the user. Brings make time
of cairo from 70s down to 20s. Yay!
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c75ae931..cbde1b8b 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,7 @@ AC_CONFIG_MACRO_DIR(build) AM_INIT_AUTOMAKE([1.9.6 gnu -Wall no-define]) AC_LIBTOOL_WIN32_DLL dnl Must be called before AC_PROG_LIBTOOL AC_PROG_LIBTOOL dnl ([1.4]) Don't remove! +DOLT dnl Make my libtool fast! GTK_DOC_CHECK([1.6]) dnl =========================================================================== |