Re: [PATCH] config: Put the -D option as first argument to INSTALL_DATA

2025-01-10 Thread Aaron Merey
Hi Mark, On Wed, Jan 8, 2025 at 6:45 AM Mark Wielaard wrote: > > INSTALL_DATA uses the install program to install files. The GNU > coreutils implementation of install takes options anywhere. Other > implementations of install might take options only before the source > and destination arguments.

[PATCH] config: Put the -D option as first argument to INSTALL_DATA

2025-01-08 Thread Mark Wielaard
INSTALL_DATA uses the install program to install files. The GNU coreutils implementation of install takes options anywhere. Other implementations of install might take options only before the source and destination arguments. * config/Makefile.am (all-local): Move -D option before