Wireshark-commits: [Wireshark-commits] master 759fc8c: Rename 'aclocal-fallback' directory to 'm4'

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 23 Mar 2016 02:34:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=759fc8cf705fba74aabb6df59c916efe7204898a
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Rename 'aclocal-fallback' directory to 'm4'
    
    Change-Id: Icac1c43264b6c6fd426d3c5146863a491b48b4ff
    Reviewed-on: https://code.wireshark.org/review/14569
    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  c57b377   Add pkg.m4 and remove aclocal-flags script
    adds  759fc8c   Rename 'aclocal-fallback' directory to 'm4'


Summary of changes:
 Makefile.am                                       |   16 ++++-----
 autogen.sh                                        |    2 +-
 configure.ac                                      |    2 +-
 {aclocal-fallback => m4}/ax_append_flag.m4        |    0
 {aclocal-fallback => m4}/ax_check_compile_flag.m4 |    0
 {aclocal-fallback => m4}/ax_compiler_vendor.m4    |    0
 m4/ax_lib_socket_nsl.m4                           |   40 +++++++++++++++++++++
 {aclocal-fallback => m4}/ax_prog_cc_for_build.m4  |    0
 {aclocal-fallback => m4}/libgcrypt.m4             |    0
 {aclocal-fallback => m4}/libsmi.m4                |    0
 {aclocal-fallback => m4}/pkg.m4                   |    0
 11 files changed, 50 insertions(+), 10 deletions(-)
 rename {aclocal-fallback => m4}/ax_append_flag.m4 (100%)
 rename {aclocal-fallback => m4}/ax_check_compile_flag.m4 (100%)
 rename {aclocal-fallback => m4}/ax_compiler_vendor.m4 (100%)
 create mode 100644 m4/ax_lib_socket_nsl.m4
 rename {aclocal-fallback => m4}/ax_prog_cc_for_build.m4 (100%)
 rename {aclocal-fallback => m4}/libgcrypt.m4 (100%)
 rename {aclocal-fallback => m4}/libsmi.m4 (100%)
 rename {aclocal-fallback => m4}/pkg.m4 (100%)