and commit this to HEAD as well

SVN revision: 6075
This commit is contained in:
Till Adam 2002-03-18 21:00:57 +00:00
parent ca0db777cc
commit 609d6c185e
2 changed files with 6 additions and 4 deletions

View File

@ -204,12 +204,13 @@ AM_CONDITIONAL(USE_FERITE, test "x$ferite" = "xyes")
AC_SUBST(CP_OPTIONS)
if test "x$ferite" = "xyes"; then
pushd $packagesrcdir/src >& /dev/null
save_dir=`pwd`
cd $packagesrcdir/src
echo -n "... building ferite binding c code ... ";
rm -f e_ferite_gen_*;
$FEBUILDER -m e_ferite_gen -i e_ferite_register -d -c e_ferite.fec;
echo "done.";
popd >& /dev/null
cd $save_dir
fi
CFLAGS=$imlib2_cflags

View File

@ -203,12 +203,13 @@ AM_CONDITIONAL(USE_FERITE, test "x$ferite" = "xyes")
AC_SUBST(CP_OPTIONS)
if test "x$ferite" = "xyes"; then
pushd $packagesrcdir/src >& /dev/null
save_dir=`pwd`
cd $packagesrcdir/src
echo -n "... building ferite binding c code ... ";
rm -f e_ferite_gen_*;
$FEBUILDER -m e_ferite_gen -i e_ferite_register -d -c e_ferite.fec;
echo "done.";
popd >& /dev/null
cd $save_dir
fi
CFLAGS=$imlib2_cflags