]> git.eshelyaron.com Git - emacs.git/commit
Add configury for GMP library
authorTom Tromey <tom@tromey.com>
Sat, 7 Jul 2018 04:37:51 +0000 (22:37 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jul 2018 04:12:27 +0000 (22:12 -0600)
commit7cb45cd25e510cf3c20adeb9ac11c0c3ea1dd340
treee67cbf48bf67caeaad0fe95831f9d8155f070f8e
parent42fe787b0f26c2df682b2797407a669ef8522ccb
Add configury for GMP library

* configure.ac (GMP_LIB, GMP_OBJ): New substs.
* src/Makefile.in (GMP_OBJ, GMP_OBJ): New variables.
(base_obj): Add GMP_OBJ.
(LIBES): Add GMP_LIB.
* src/mini-gmp.h: New file.
* src/mini-gmp.c: New file.
configure.ac
src/Makefile.in
src/mini-gmp.c [new file with mode: 0644]
src/mini-gmp.h [new file with mode: 0644]