[Pkg-bitcoin-commits] [libunivalue] 44/76: build: Drop a bunch of unnecessary or duped checks

Jonas Smedegaard dr at jones.dk
Mon Apr 4 09:18:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libunivalue.

commit 51f051d3fc111329916e93f1403905f46aae71e7
Author: Cory Fields <cory-nospam- at coryfields.com>
Date:   Thu Sep 24 14:15:23 2015 -0400

    build: Drop a bunch of unnecessary or duped checks
---
 configure.ac | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/configure.ac b/configure.ac
index 03cb526..ddafc91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,22 +40,7 @@ AC_SUBST(LIBUNIVALUE_REVISION)
 AC_SUBST(LIBUNIVALUE_AGE)
 
 LT_INIT
-
-AC_PROG_CXX
-AC_PROG_CC
-AC_PROG_CPP
-AC_PROG_CXXCPP
-AC_PROG_INSTALL
-AC_PROG_OBJC
-AC_PROG_LN_S
-AC_PROG_MKDIR_P
-AC_PROG_SED
-AC_PATH_TOOL(AR, ar)
-AC_PATH_TOOL(RANLIB, ranlib)
-AC_PATH_TOOL(STRIP, strip)
-PKG_PROG_PKG_CONFIG
-
-AC_LANG_PUSH([C++])
+LT_LANG([C++])
 
 AC_CONFIG_FILES([
     lib/Makefile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libunivalue.git



More information about the Pkg-bitcoin-commits mailing list