bootstrap: accommodate older libtool
authorEric Blake <eblake@redhat.com>
Thu, 19 Apr 2012 22:39:06 +0000 (16:39 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 19 Apr 2012 22:52:13 +0000 (16:52 -0600)
commitf15a17dc1f5d2b1fc8a423795c54b211552c0483
tree58c3034639f9ed35c5a4b1da297a53d83c41907c
parent40be4b8ddf60a93676c46aa932ec6950e681637a
bootstrap: accommodate older libtool

RHEL 5 still ships with libtool 1.5.22, where libtoolize lacks the
--install option but has that behavior by default.  And gnulib's
DEPENDENCIES file states that we still support that old of libtool
as our minimum version.

* build-aux/bootstrap (use_libtool): Cater to libtool 1.5.22.
Reported by Daniel P. Berrange.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
build-aux/bootstrap