From adc812b6b6ed2df2c670586e5308cb767955dddd Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Tue, 13 Feb 2018 00:03:17 +0100 Subject: add a peculiar bug check to autogen --- autogen.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3