From 92b06e7884d300b4f443ad9ad0fae17e4c374ca6 Mon Sep 17 00:00:00 2001 From: Christophe Alexandre Date: Wed, 3 Apr 2002 18:23:39 +0000 Subject: [PATCH] going too far .... --- alliance/src/alliance.m4 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/alliance/src/alliance.m4 b/alliance/src/alliance.m4 index d065e4eb..df565d0e 100644 --- a/alliance/src/alliance.m4 +++ b/alliance/src/alliance.m4 @@ -45,6 +45,12 @@ 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)