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 .
This commit is contained in:
Christophe Alexandre 2002-03-25 11:16:22 +00:00
parent c830b99865
commit 0f4ae7b9df
1 changed files with 2 additions and 2 deletions

View File

@ -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)