Alex Nelson
2011-Sep-06 01:52 UTC
[Libguestfs] [PATCH 3/3] Mac OS X: Run glibtoolize in absence of libtoolize
Signed-off-by: Alex Nelson <ajnelson at cs.ucsc.edu> --- bootstrap | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bootstrap b/bootstrap index 79b6717..b2960c1 100755 --- a/bootstrap +++ b/bootstrap @@ -36,7 +36,7 @@ autopoint --force # Autoreconf runs aclocal before libtoolize, which causes spurious # warnings if the initial aclocal is confused by the libtoolized # (or worse out-of-date) macro directory. -libtoolize --copy --install +libtoolize --copy --install || glibtoolize --copy --install # Create gettext configuration. echo "$0: Creating po/Makevars from po/Makevars.template ..." -- 1.7.4.4
Richard W.M. Jones
2011-Sep-06 12:40 UTC
[Libguestfs] [PATCH 3/3] Mac OS X: Run glibtoolize in absence of libtoolize
On Mon, Sep 05, 2011 at 06:52:58PM -0700, Alex Nelson wrote:> Signed-off-by: Alex Nelson <ajnelson at cs.ucsc.edu> > --- > bootstrap | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/bootstrap b/bootstrap > index 79b6717..b2960c1 100755 > --- a/bootstrap > +++ b/bootstrap > @@ -36,7 +36,7 @@ autopoint --force > # Autoreconf runs aclocal before libtoolize, which causes spurious > # warnings if the initial aclocal is confused by the libtoolized > # (or worse out-of-date) macro directory. > -libtoolize --copy --install > +libtoolize --copy --install || glibtoolize --copy --install > > # Create gettext configuration. > echo "$0: Creating po/Makevars from po/Makevars.template ..." > -- > 1.7.4.4Thanks, ACK to all 3/3 patches. I will push them shortly. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://et.redhat.com/~rjones/virt-top