texlive[42922] gmp-src instead of gmp-gmp_version
commits+karl at tug.org
commits+karl at tug.org
Wed Jan 11 01:30:14 CET 2017
Revision: 42922
http://tug.org/svn/texlive?view=revision&revision=42922
Author: karl
Date: 2017-01-11 01:30:14 +0100 (Wed, 11 Jan 2017)
Log Message:
-----------
gmp-src instead of gmp-gmp_version
Modified Paths:
--------------
trunk/Build/source/libs/gmp/ChangeLog
trunk/Build/source/libs/gmp/configure
trunk/Build/source/libs/gmp/m4/gmp-alloca.m4
Property Changed:
----------------
trunk/Build/source/libs/gmp/m4/gmp-alloca.m4
Modified: trunk/Build/source/libs/gmp/ChangeLog
===================================================================
--- trunk/Build/source/libs/gmp/ChangeLog 2017-01-10 23:39:44 UTC (rev 42921)
+++ trunk/Build/source/libs/gmp/ChangeLog 2017-01-11 00:30:14 UTC (rev 42922)
@@ -1,3 +1,8 @@
+2017-01-11 Karl Berry <karl at tug.org>
+
+ * m4/gmp-alloca.m4: use gmp-src instead of gmp-6.1.2.
+ Found by Akira.
+
2016-12-16 Akira Kakuto <kakuto at fuk.kindai.ac.jp>
Import gmp-6.1.2.
@@ -53,3 +58,5 @@
2014-03-31 Taco Hoekwater <taco at metatex.org>
Imported gmp-5.1.3.
+
+(This ChangeLog file public domain.)
Modified: trunk/Build/source/libs/gmp/configure
===================================================================
--- trunk/Build/source/libs/gmp/configure 2017-01-10 23:39:44 UTC (rev 42921)
+++ trunk/Build/source/libs/gmp/configure 2017-01-11 00:30:14 UTC (rev 42922)
@@ -6148,7 +6148,7 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include "gmp-tmp.h"
-#include "$srcdir/gmp-6.1.2/gmp-impl.h"
+#include "$srcdir/gmp-src/gmp-impl.h"
int
main ()
{
Modified: trunk/Build/source/libs/gmp/m4/gmp-alloca.m4
===================================================================
--- trunk/Build/source/libs/gmp/m4/gmp-alloca.m4 2017-01-10 23:39:44 UTC (rev 42921)
+++ trunk/Build/source/libs/gmp/m4/gmp-alloca.m4 2017-01-11 00:30:14 UTC (rev 42922)
@@ -1,9 +1,12 @@
+# $Id$
# Autoconf macros for the GNU MP Library.
-# Copyright (C) 2000-2014 Free Software Foundation, Inc.
#
-# Copyright (C) 2014 Peter Breitenlohner <tex-live at tug.org>
+# Copyright 2017 Karl Berry <tex-live at tug.org>
+# Copyright 2014 Peter Breitenlohner <tex-live at tug.org>
# Extracted from gmp-6.0.0/acinclude.m4 and adapted for TeX Live.
#
+# Copyright (C) 2000-2014 Free Software Foundation, Inc.
+#
# This file is free software; the copyright holders
# give unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -21,7 +24,7 @@
AC_CACHE_CHECK([for alloca (via gmp-impl.h)],
[gmp_cv_func_alloca],
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include "gmp-tmp.h"
-#include "$srcdir/gmp-]gmp_version[/gmp-impl.h"]],
+#include "$srcdir/gmp-src/gmp-impl.h"]],
[[char *p = (char *) alloca (1);]])],
[gmp_cv_func_alloca=yes],
[gmp_cv_func_alloca=no])])
Property changes on: trunk/Build/source/libs/gmp/m4/gmp-alloca.m4
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
More information about the tex-live-commits
mailing list