From 0f4ae7b9dfc2d47c43c046ec2e3f9b18e922cad5 Mon Sep 17 00:00:00 2001 From: Christophe Alexandre Date: Mon, 25 Mar 2002 11:16:22 +0000 Subject: [PATCH] This change permits every one to add its own variables to INCLUDES and LIBS ... tha ALLIANCE macro does not overwrite them anymore.... but appends alliance variables to them . --- alliance/src/alliance.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alliance/src/alliance.m4 b/alliance/src/alliance.m4 index bda12cd4..d05b94a9 100644 --- a/alliance/src/alliance.m4 +++ b/alliance/src/alliance.m4 @@ -11,8 +11,8 @@ else echo 'Bad directory for ${ALLIANCE_TOP} =' ${ALLIANCE_TOP} exit 1 fi -INCLUDES=-I${ALLIANCE_TOP}/include -LIBS=-L${ALLIANCE_TOP}/lib +INCLUDES="-I${ALLIANCE_TOP}/include $INCLUDES" +LIBS="-L${ALLIANCE_TOP}/lib $LIBS" AC_SUBST(INCLUDES) AC_SUBST(LIBS)