URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8018591e5fdc7d9475b1a1860c9047d8e04c794b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
8018591 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>
Actions performed:
from ef94bab Include alloca.h if we have it.
adds 8018591 Use $(INSTALL_DATA) rather than "install -m 644".
Summary of changes:
Makefile.am | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)