From 3ceeedba83fdefddf7da691f33c08a394b80a9c4 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Thu, 19 Dec 2013 09:23:20 +0000 Subject: [PATCH] Incluindo opção no configure para definir onde serão instaladas as bibliotecas rexx posto que o rexx 4.2.0 mudou o local --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9ed1843..706b945 100644 --- a/configure.ac +++ b/configure.ac @@ -440,7 +440,7 @@ if test "$app_cv_rexx" == "yes"; then AC_MSG_NOTICE([Rexx plugin enabled.]) fi -REXX_LIBDIR=$libdir +AC_ARG_WITH([rexxlibdir], [AS_HELP_STRING([--with-rexxlibdir], [Path to rexx extension libs])], [ REXX_LIBDIR=$withval ],[ REXX_LIBDIR=$libdir ]) AC_SUBST(REXXC) AC_SUBST(REXXCONFIG) -- libgit2 0.21.2