mirror of
https://github.com/OldUnreal/libxmp.git
synced 2026-04-02 21:37:43 -07:00
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 .)
8 lines
147 B
Makefile
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)
|