going too far ....

This commit is contained in:
Christophe Alexandre 2002-04-03 18:23:39 +00:00
parent e1c510ac04
commit 92b06e7884
1 changed files with 6 additions and 0 deletions

View File

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