summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2018-02-13 00:03:17 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2018-02-13 00:03:17 +0100
commitadc812b6b6ed2df2c670586e5308cb767955dddd (patch)
tree79542f21bb380b802fe08865027b1e98330ff02a
parent946876b1e9db5d764cecb3f884fc3075765dc94d (diff)
downloadirssi-adc812b6b6ed2df2c670586e5308cb767955dddd.zip
add a peculiar bug check to autogen
-rwxr-xr-xautogen.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 9feb0872..17f60f89 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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