[Gmp-commit] /var/hg/gmp: Swap out obsolete AC_PROG_RANLIB in favour of LT_INIT.

mercurial at gmplib.org mercurial at gmplib.org
Sun Jan 29 19:23:44 UTC 2017


details:   /var/hg/gmp/rev/9d4b73b05564
changeset: 17217:9d4b73b05564
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Sun Jan 29 20:23:41 2017 +0100
description:
Swap out obsolete AC_PROG_RANLIB in favour of LT_INIT.
(AM_INIT_AUTOMAKE): Add subdir-objects.

diffstat:

 configure.ac |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (29 lines):

diff -r b8b516fc2e3a -r 9d4b73b05564 configure.ac
--- a/configure.ac	Sun Jan 29 18:10:24 2017 +0100
+++ b/configure.ac	Sun Jan 29 20:23:41 2017 +0100
@@ -77,7 +77,7 @@
 dnl  Note that there's a copy of these options in the top-level Makefile.am,
 dnl  so update there too if changing anything.
 dnl
-AM_INIT_AUTOMAKE([1.8 gnu no-dependencies])
+AM_INIT_AUTOMAKE([1.8 gnu no-dependencies subdir-objects])
 AC_CONFIG_HEADERS(config.h:config.in)
 AM_MAINTAINER_MODE
 
@@ -3901,15 +3901,7 @@
 AC_PROG_YACC
 AM_PROG_LEX
 
-# Configs for demos/expr directory
-#
-# Libtool already runs an AC_CHECK_TOOL for ranlib, but we give
-# AC_PROG_RANLIB anyway since automake is supposed to complain if it's not
-# called.  (Automake 1.8.4 doesn't, at least not when the only library is in
-# an EXTRA_LIBRARIES.)
-#
-AC_PROG_RANLIB
-
+LT_INIT
 
 # Create config.m4.
 GMP_FINISH


More information about the gmp-commit mailing list