"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "tools/ft_need_funcs.m4" between
fstransform-0.9.3-src.tar.gz and fstransform-0.9.4.tar.gz

About: fstransform is a tool to change a file-system from one format to another, for example from jfs, xfs, or reiser to ext2, ext3, or ext4, in-place and without the need for backup.

ft_need_funcs.m4  (fstransform-0.9.3-src):ft_need_funcs.m4  (fstransform-0.9.4)
skipping to change at line 12 skipping to change at line 12
ft_funcs_missing= ft_funcs_missing=
for ft_func in $@ for ft_func in $@
do : do :
if test "`eval echo '$ac_cv_func_'$ft_func`" != "yes" if test "`eval echo '$ac_cv_func_'$ft_func`" != "yes"
then then
ft_funcs_missing="$ft_funcs_missing$ft_func " ft_funcs_missing="$ft_funcs_missing$ft_func "
fi fi
done done
if test "x$ft_funcs_missing" != "x" if test "x$ft_funcs_missing" != "x"
then then
as_fn_error 1 "missing required functions: $ft_funcs_missing" as_fn_error $? "missing required functions: $ft_funcs_missing"
fi fi
]) ])
m4_define([FT_NEED_ANY_FUNC], [ m4_define([FT_NEED_ANY_FUNC], [
ft_funcs_missing= ft_funcs_missing=
ft_funcs_found= ft_funcs_found=
for ft_func in $@ for ft_func in $@
do : do :
ft_funcs_missing="$ft_funcs_missing$ft_func " ft_funcs_missing="$ft_funcs_missing$ft_func "
if test "`eval echo '$ac_cv_func_'$ft_func`" == "yes" if test "`eval echo '$ac_cv_func_'$ft_func`" = "yes"
then then
ft_funcs_found=1 ft_funcs_found=1
fi fi
done done
if test "x$ft_funcs_found" = "x" if test "x$ft_funcs_found" = "x"
then then
as_fn_error 1 "least one of the following functions is required: $ft_funcs_m issing" as_fn_error $? "least one of the following functions is required: $ft_funcs_ missing"
fi fi
]) ])
 End of changes. 3 change blocks. 
3 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)