From e1c510ac04be2a6ed35293ab376738b6df4acd36 Mon Sep 17 00:00:00 2001 From: Christophe Alexandre Date: Wed, 3 Apr 2002 18:15:28 +0000 Subject: [PATCH] more improvments .... removing the pollution of the standards variables .... --- alliance/src/alliance.m4 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/alliance/src/alliance.m4 b/alliance/src/alliance.m4 index c02dd852..d065e4eb 100644 --- a/alliance/src/alliance.m4 +++ b/alliance/src/alliance.m4 @@ -9,8 +9,8 @@ if test x$alliance_prefix != x ; then ALLIANCE_CFLAGS="-I$alliance_prefix/include" ALLIANCE_LIBS="-L$alliance_prefix/lib" else - ALLIANCE_CFLAGS="-I${ALLIANCE_TOP}/include $CFLAGS" - ALLIANCE_LIBS="-L${ALLIANCE_TOP}/lib $LIBS" + ALLIANCE_CFLAGS="-I${ALLIANCE_TOP}/include" + ALLIANCE_LIBS="-L${ALLIANCE_TOP}/lib" fi ac_save_CFLAGS="$CFLAGS" @@ -45,12 +45,6 @@ dnl ifelse([$2], , :, [$2]) fi dnl the following lines should disapear in the future -CFLAGS="$ALLIANCE_CFLAGS $CFLAGS" -LIBS="$ALLIANCE_LIBS $LIBS" -CXXFLAGS="$ALLIANCE_CFLAGS $CXXFLAGS" -AC_SUBST(CFLAGS) -AC_SUBST(CXXFLAGS) -AC_SUBST(LIBS) dnl end of to delete lines AC_SUBST(ALLIANCE_CFLAGS)