tools-version.sh revision cf247409a1bd3875e764c3371b42b7342184d054
# Report the version of distro and tools building inkscape
#
# You can get the latest distro command from
# distro web page: http://distro.pipfield.ca/
# Please add a tool you want to check
TOOLS="m4 autoconf autoheader automake automake-1.7 automake-1.8 automake-1.9 aclocal aclocal-1.7 aclocal-1.8 aclocal-1.9 intltoolize gettextize "
ENVPATTERN='PATH\|FLAGS\|LANG'
echo '============================================================================='
echo 'When you report a trouble about building SVN version of inkscape, '
echo 'Please report following information about distro and tools version, too. '
echo
(echo '--1. distribution------------------------------------------------------------'
echo )
(echo '--2. tools-------------------------------------------------------------------'
echo "$x: not found"
else
echo -n "$loc: "
fi
done
echo )
(echo '--3. environment variables---------------------------------------------------'
env | grep -e $ENVPATTERN
echo )
echo '============================================================================='