[X2Go-Commits] [nx-libs] 10/12: nxproxy/configure.ac: enable libtool support.

git-admin at x2go.org git-admin at x2go.org
Wed Jan 3 03:25:55 CET 2018


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

x2go pushed a commit to branch 3.6.x-rpm-debug
in repository nx-libs.

commit d1897719ae47dc013184d9676516d5d0fb9e85f2
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jan 3 03:18:12 2018 +0100

    nxproxy/configure.ac: enable libtool support.
    
    Using libtool, the nxproxy binary will be replaced by a shell script
    wrapper that correctly pulls in required libraries (like libXcomp), thus
    making it possible to start the binary directly in the build directory.
    
    This wrapper is dropped during installation time.
---
 nxproxy/configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nxproxy/configure.ac b/nxproxy/configure.ac
index 70f43ec..a1dcab4 100644
--- a/nxproxy/configure.ac
+++ b/nxproxy/configure.ac
@@ -16,6 +16,9 @@ AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
 
+# Initialize libtool
+AC_PROG_LIBTOOL
+
 PROXY_VERSION=nxproxy_version
 AC_SUBST([PROXY_VERSION])
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list