Wireshark-commits: [Wireshark-commits] master-2.2 f801943: Use $(INSTALL_DATA) rather than "install

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 24 Mar 2018 01:07:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f801943d9677f8dcd708f52c0c22c98f8bebe73d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

f801943 by Guy Harris (guy@xxxxxxxxxxxx):

    Use $(INSTALL_DATA) rather than "install -m 644".
    
    That way, we use the installation command that the configure script
    deemed appropriate, rather than relying on "install" being a BSD-style
    install program.
    
    Bug: 14555
    Change-Id: I482fb5fcbf5c9bbb4f4c6faa036114ac35e1de40
    Reviewed-on: https://code.wireshark.org/review/26614
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 8018591e5fdc7d9475b1a1860c9047d8e04c794b)
    Reviewed-on: https://code.wireshark.org/review/26615
    

Actions performed:

    from  b848262   Include alloca.h if we have it.
    adds  f801943   Use $(INSTALL_DATA) rather than "install -m 644".


Summary of changes:
 Makefile.am | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)