1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

add a peculiar bug check to autogen

This commit is contained in:
ailin-nemui 2018-02-13 00:03:17 +01:00
parent 946876b1e9
commit adc812b6b6

View File

@ -57,3 +57,11 @@ if test x$NOCONFIGURE = x; then
else
echo Skipping configure process.
fi
if grep -q '==\|\[\[' "$srcdir"/build-aux/test-driver; then
echo
echo "************************************************************************"
echo "**Warning**: your build is not portable, please do not make dist"
echo " see https://bugzilla.opensuse.org/show_bug.cgi?id=1076146"
echo "************************************************************************"
fi