[Pkg-bitcoin-commits] [libunivalue] 43/76: build: use glibtoolize if possible

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 e450ac495dc4e3f9807c732d6deb03f2e8727908
Author: Cory Fields <cory-nospam- at coryfields.com>
Date:   Thu Sep 24 14:13:57 2015 -0400

    build: use glibtoolize if possible
    
    Needed on some BSDs
---
 autogen.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/autogen.sh b/autogen.sh
index 5b883a6..4b38721 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,4 +2,8 @@
 set -e
 srcdir="$(dirname $0)"
 cd "$srcdir"
+if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
+  LIBTOOLIZE="${GLIBTOOLIZE}"
+  export LIBTOOLIZE
+fi
 autoreconf --install --force

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