From 369b451a0c8115dc2f0467bb355e602a3b80dc57 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 15 Oct 2007 11:25:04 -0300 Subject: [PATCH] libtool: Improved parse-config to export LIBTOOL for package without NO-LIBTOOL-FIX --- base/libtool/parse-config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/base/libtool/parse-config b/base/libtool/parse-config index 0f70ab320..6b1692d03 100644 --- a/base/libtool/parse-config +++ b/base/libtool/parse-config @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../libtool/parse-config -# Copyright (C) 2009 The OpenSDE Project +# Copyright (C) 2007 - 2009 The OpenSDE Project # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -101,5 +101,10 @@ elif ! hasflag NO-LIBTOOL-FIX; then hook_add preconf 8 libtool_correct_files fi -#hook_add premake 7 libtool_final_check +if ! hasflag NO-LIBTOOL-FIX; then + # use our libtool widely + export LIBTOOL=${archprefix}libtool + + #hook_add premake 7 libtool_final_check +fi