Wireshark-commits: [Wireshark-commits] master e282c19: autotools: Fix multiple repetitions of -L bu

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 21 Feb 2016 07:45:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e282c19520802b6c1d61e29fa6dd72a8a991608c
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e282c19 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    autotools: Fix multiple repetitions of -L build flags
    
    Before:
    
      WS_LDFLAGS=' -Wl,--as-needed -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib'
    
    After:
    
      WS_LDFLAGS=' -Wl,--as-needed -L/usr/local/lib'
    
    Bumps autoconf required version to 2.64.
    
    Change-Id: Idac0e0382481ddd954b07d9ac729f33c9d11639a
    Reviewed-on: https://code.wireshark.org/review/14041
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  a299e69   No need to export the 48-byte-header Linux USB dissector.
    adds  e282c19   autotools: Fix multiple repetitions of -L build flags


Summary of changes:
 Makefile.am                                        |    1 +
 acinclude.m4                                       |    4 +-
 ...{ax_check_compile_flag.m4 => ax_append_flag.m4} |   60 +++++++++-----------
 3 files changed, 31 insertions(+), 34 deletions(-)
 copy aclocal-fallback/{ax_check_compile_flag.m4 => ax_append_flag.m4} (53%)