Wireshark-commits: [Wireshark-commits] master 39389a1: Run libtoolize before aclocal.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Jan 2017 05:44:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=39389a12e5acfa2f43b3ac30b69deacd61411b6a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

39389a1 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Run libtoolize before aclocal.
    
    libtoolize installs files in m4/ which aclocal is going to include.
    
    Prior to this change this sequence:
     1) ./autogen.sh
     2) ./configure
     3) make
    
    Results in aclocal (and subsequently ./configure) being rerun in step 3
    (because there are files in m4/ that are are newer than aclocal.m4).
    
    Change-Id: I70589ab3cede6b7cd48e089c8be4d4c98dab3b6a
    Reviewed-on: https://code.wireshark.org/review/19609
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  97b3f75   iso14443: use proto_tree_add_checksum()
    adds  39389a1   Run libtoolize before aclocal.


Summary of changes:
 autogen.sh |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)