1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-19 21:01:35 +03:00
Files
gnulib/modules/havelib
Paul Eggert b1384cb6d4 libgmp: remove dependency on havelib
* m4/libgmp.m4 (gl_LIBGMP): If gl_HAVE_MODULE_HAVELIB is not defined,
use the more-traditional AC_SEARCH_LIBS approach.
This should work better with GNU Emacs configuration,
which uses pkg-config instead of a havelib-style approach.
* modules/havelib (gl_HAVE_MODULE_HAVELIB): New witness macro.
* modules/libgmp (Depends-on): Remove havelib.
2020-07-26 10:07:29 -07:00

25 lines
266 B
Plaintext

Description:
Macros to search for libraries.
Files:
m4/lib-ld.m4
m4/lib-link.m4
m4/lib-prefix.m4
m4/host-cpu-c-abi.m4
build-aux/config.rpath
Depends-on:
configure.ac:
AC_DEFUN([gl_HAVE_MODULE_HAVELIB])
Makefile.am:
Include:
License:
unlimited
Maintainer:
all