m4: add lib-ld, lib-prefix

It seems those are missing in some setup, probably because they have too
old an autotools config. Instead of forcing upgrading, let's add these
missing ones.
This commit is contained in:
Dirk-Jan C. Binnema
2020-03-04 21:00:01 +02:00
parent 58b462d4c3
commit 94b2bc08f4
3 changed files with 422 additions and 3 deletions

View File

@ -29,17 +29,19 @@ EXTRA_DIST= \
ax_check_gnu_make.m4 \
ax_check_link_flag.m4 \
ax_code_coverage.m4 \
ax_compiler_flags.m4 \
ax_compiler_flags_cflags.m4 \
ax_compiler_flags_cxxflags.m4 \
ax_compiler_flags_gir.m4 \
ax_compiler_flags_ldflags.m4 \
ax_compiler_flags.m4 \
ax_cxx_compile_stdcxx_14.m4 \
ax_cxx_compile_stdcxx.m4 \
ax_cxx_compile_stdcxx_14.m4 \
ax_file_escapes.m4 \
ax_is_release.m4 \
ax_lib_readline.m4 \
ax_require_defined.m4 \
ax_valgrind_check.m4 \
guile-2.2.m4 \
lib-link.m4
lib-ld.m4 \
lib-link.m4 \
lib-prefix.m4