Files
libxmp/m4/Makefile
Ozkan Sezer 8afb47bbe4 use LT_PATH_LD to detect GNU ld, which uses compiler's ld program:
extracted LT_PATH_LD and its dependencies with minor modifications
from libtool for use in libxmp and placed as m4/ld.m4, and with an
aclocal.m4 pointing to it.  generating the configure script is the
same as before, simply running 'autoconf' (and _not_ autoreconf .)
2021-08-05 23:33:32 +03:00

8 lines
147 B
Makefile

M4_DFILES = Makefile ld.m4
M4_PATH = m4
dist-m4:
mkdir -p $(DIST)/$(M4_PATH)
cp -RPp $(addprefix $(M4_PATH)/,$(M4_DFILES)) $(DIST)/$(M4_PATH)