diff options
author | Eric Blake <eblake@redhat.com> | 2010-09-22 12:08:58 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-09-23 08:15:16 -0600 |
commit | 76d87a5959e3f3124cb4439994a9404d34eb34d2 (patch) | |
tree | 7a6957ced94993ac434d06eedf1f023f80ff3a35 /bootstrap.conf | |
parent | esx: Allow '-' in VMX entry names (diff) | |
download | libvirt-76d87a5959e3f3124cb4439994a9404d34eb34d2.tar.gz libvirt-76d87a5959e3f3124cb4439994a9404d34eb34d2.tar.bz2 libvirt-76d87a5959e3f3124cb4439994a9404d34eb34d2.zip |
maint: update to latest gnulib
* .gnulib: Update to latest.
* bootstrap.conf (gnulib_modules): Add new termios module.
(gnulib_tool_option_extras): Make libtool usage explicit.
* src/util/util.c (includes): Gnulib now guarantees termios.h.
* bootstrap: Resync from gnulib.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 8a85b9146..1f1d41658 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -65,6 +65,7 @@ strsep strtok_r sys_stat sys_wait +termios time_r timegm uname @@ -132,6 +133,7 @@ gnulib_mk=Makefile.am gnulib_tool_option_extras="\ --lgpl=2\ --with-tests\ + --libtool\ " # Convince bootstrap to use multiple m4 directories. |