diff options
author | Eric Blake <eblake@redhat.com> | 2010-09-28 10:37:50 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-09-30 11:34:00 -0600 |
commit | f8db6c90e3d4b9436488936f8ed7958635bf90a0 (patch) | |
tree | 1200c309c748313353d0b31e56ac295cc2ece1bb /bootstrap.conf | |
parent | phyp: Checking for NULL values when building new guest (diff) | |
download | libvirt-f8db6c90e3d4b9436488936f8ed7958635bf90a0.tar.gz libvirt-f8db6c90e3d4b9436488936f8ed7958635bf90a0.tar.bz2 libvirt-f8db6c90e3d4b9436488936f8ed7958635bf90a0.zip |
build: fix example build on MacOS X
Partial reversion of commit 76d87a59, now that bootstrap is smarter.
* .gnulib: Update to latest, for poll and bootstrap fixes.
* bootstrap: Resync from gnulib.
* autogen.sh: Drop redundant tool checks; bootstrap does them
better, by honoring environment variables.
* examples/domain-events/events-c/Makefile.am (INCLUDES)
(event_test_LDADD): Use gnulib library during build.
* bootstrap.conf (gnulib_tool_option_extras): Revert --libtool
addition, now that updated bootstrap does it for us.
Reported by Justin Clift.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 1f1d41658..7ce1e5d7a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -133,7 +133,6 @@ gnulib_mk=Makefile.am gnulib_tool_option_extras="\ --lgpl=2\ --with-tests\ - --libtool\ " # Convince bootstrap to use multiple m4 directories. |