>From 71da7d4c3225e8ac897d2a0e064d9b34fedff42d Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Thu, 10 Feb 2011 15:02:21 +0000 Subject: [PATCH 2/2] use libtool That ease the installation in weird paths (like /opt/) by adding -rpath options at link time. Signed-off-by: Lionel Landwerlin --- configure.ac | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 1014443..d21e602 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,9 @@ AC_PROG_INSTALL AC_PROG_MAKE_SET AC_PROG_SED +LT_PREREQ([2.2.6]) +LT_INIT + # Checks for header files. AC_HEADER_STDC -- 1.7.2.3