ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 89291ad: Follow a suggestion from libtoolize:

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 4 Nov 2014 19:56:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=89291ad4f3293893387b385a0800cad42215ddd4
Submitter: Stephen Fisher (stephenfisher@xxxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

89291ad by Stephen Fisher (stephenfisher@xxxxxxxxxxxxxxx):

    Follow a suggestion from libtoolize:
    
    libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([./aclocal-fallback])' to
    configure.ac
    
    This is explained in the libtool manual:
    
    "In the future other Autotools will automatically check the contents of
    AC_CONFIG_MACRO_DIRS, but at the moment it is more portable to add the macro
    directory to ACLOCAL_AMFLAGS in Makefile.am, which is where the tools currently
    look. If libtoolize doesn't see AC_CONFIG_MACRO_DIRS, it too will
    honour the first -I argument in ACLOCAL_AMFLAGS when
    choosing a directory to store libtool configuration macros in. It is perfectly
    sensible to use both AC_CONFIG_MACRO_DIRS and ACLOCAL_AMFLAGS, as long as they
    are kept in synchronisation."
    
    Change-Id: Ic203b0b5104ea3423cf8c0042b2278e82bcea332
    Reviewed-on: https://code.wireshark.org/review/5113
    Reviewed-by: Stephen Fisher <stephenfisher@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  8765fec   Ignore additional generated files:
    adds  89291ad   Follow a suggestion from libtoolize:


Summary of changes:
 configure.ac |    2 ++
 1 file changed, 2 insertions(+)