]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: speed up non-maintainer builds
authorEric Blake <eblake@redhat.com>
Fri, 11 Feb 2011 19:43:05 +0000 (12:43 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 18 Feb 2011 16:04:22 +0000 (09:04 -0700)
* configure.ac (gl_ASSERT_NO_GNULIB_POSIXCHECK): Use to reduce
time spent in configure.

configure.ac

index 2bb69181293abdd59a55d9d0eaeea3efdc2dec46..f79babb6264089a7e7fbac49d700a321f49ddaed 100644 (file)
@@ -9,6 +9,11 @@ dnl Make automake keep quiet about wildcards & other GNUmake-isms
 AM_INIT_AUTOMAKE([-Wno-portability])
 AM_MAINTAINER_MODE([enable])
 
+# Maintainer note - comment this line out if you plan to rerun
+# GNULIB_POSIXCHECK testing to see if libvirt should be using more modules.
+# Leave it uncommented for normal releases, for faster ./configure.
+gl_ASSERT_NO_GNULIB_POSIXCHECK
+
 # Use the silent-rules feature when possible.
 m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
 AM_SILENT_RULES([yes])