diff options
author | Jim Meyering <meyering@redhat.com> | 2011-06-09 22:15:52 +0200 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-06-10 12:29:49 +0100 |
commit | 343ba6d482643882c3ab3a529f3d882ee1ba36f9 (patch) | |
tree | 22f186c7d7c5cfba856bd8673c83daa3d4bde4f0 /bootstrap | |
parent | 92a7d592dfd94420563a707e2e83041bb34ed9fb (diff) | |
download | libguestfs-343ba6d482643882c3ab3a529f3d882ee1ba36f9.tar.gz libguestfs-343ba6d482643882c3ab3a529f3d882ee1ba36f9.tar.xz libguestfs-343ba6d482643882c3ab3a529f3d882ee1ba36f9.zip |
bootstrap: use --libtool
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ $gnulib_tool \ --m4-base=m4 \ --source-base=gnulib/lib \ --tests-base=gnulib/tests \ + --libtool \ --import $modules # Disable autopoint and libtoolize, since they were already done above. |