[Pkg-bitcoin-commits] [libunivalue] 49/76: Merge pull request #9 from theuni/build-changes

Jonas Smedegaard dr at jones.dk
Mon Apr 4 09:18:32 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 c72d971163216552ac3d5349e242f4910bc19bb1
Merge: fa79339 6502134
Author: Jeff Garzik <jgarzik at dss.co>
Date:   Fri Sep 25 15:12:56 2015 -0400

    Merge pull request #9 from theuni/build-changes
    
    Build fixups

 AUTHORS             |  5 ----
 ChangeLog           |  3 ---
 Makefile.am         | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 NEWS                |  4 ----
 autogen.sh          |  4 ++++
 build-aux/m4/.empty |  0
 configure.ac        | 26 ++++++---------------
 lib/Makefile.am     | 18 ---------------
 test/Makefile.am    | 48 --------------------------------------
 9 files changed, 76 insertions(+), 98 deletions(-)

diff --cc configure.ac
index db555dd,9c423f0..dfa8f1d
--- a/configure.ac
+++ b/configure.ac
@@@ -38,32 -43,9 +43,15 @@@ 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++])
  
 +case $host in
 +  *mingw*)
 +     LDFLAGS+=" -static-libgcc -static-libstdc++"
 +     ;;
 +esac
 +
  AC_CONFIG_FILES([
-     lib/Makefile
-     test/Makefile
      Makefile
      lib/libunivalue.pc
      lib/libunivalue-uninstalled.pc])

-- 
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