[Gmp-commit] /var/hg/gmp: 2 new changesets

mercurial at gmplib.org mercurial at gmplib.org
Thu Nov 17 02:27:54 UTC 2016


details:   /var/hg/gmp/rev/7f8a7908c02f
changeset: 17109:7f8a7908c02f
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Thu Nov 17 03:25:34 2016 +0100
description:
Clean up mention of mp.h.

details:   /var/hg/gmp/rev/3a88af8e8c58
changeset: 17110:3a88af8e8c58
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Thu Nov 17 03:27:07 2016 +0100
description:
(EXTRA_DIST): Add asl.h.

diffstat:

 Makefile.am       |  8 +++++---
 doc/configuration |  5 ++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 4337307c2f83 -r 3a88af8e8c58 Makefile.am
--- a/Makefile.am	Thu Nov 17 03:00:12 2016 +0100
+++ b/Makefile.am	Thu Nov 17 03:27:07 2016 +0100
@@ -113,15 +113,17 @@
 EXTRA_DIST = configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf \
 	     COPYING.LESSERv3 COPYINGv2 COPYINGv3
 
+# Put asl.h here for now.
+EXTRA_DIST += asl.h
 
 if WANT_CXX
 GMPXX_HEADERS_OPTION = gmpxx.h
 endif
 EXTRA_DIST += gmpxx.h
 
-# gmp.h and mp.h are architecture dependent, mainly since they encode the
-# limb size used in libgmp.  For that reason they belong under $exec_prefix
-# not $prefix, strictly speaking.
+# gmp.h is architecture dependent, mainly since it encodes the limb size used
+# in libgmp.  For that reason it belongs under $exec_prefix not $prefix,
+# strictly speaking.
 #
 # $exec_prefix/include is not in the default include path for gcc built to
 # the same $prefix and $exec_prefix, which might mean gmp.h is not found,
diff -r 4337307c2f83 -r 3a88af8e8c58 doc/configuration
--- a/doc/configuration	Thu Nov 17 03:00:12 2016 +0100
+++ b/doc/configuration	Thu Nov 17 03:27:07 2016 +0100
@@ -291,9 +291,8 @@
 
     */Makefile.in  \   configure    / */Makefile
     config.in      | -------------> | config.h
-    gmp-h.in       |                | config.m4
-    mp-h.in        /                | gmp.h
-                                    | mp.h
+    gmp-h.in       /                | config.m4
+                                    | gmp.h
                                     \ fat.h  (fat binary build only)
 
 When configured with --enable-maintainer-mode the Makefiles include


More information about the gmp-commit mailing list