@ -0,0 +1,18 @@
#!/bin/sh
#
if [ -f Makefile ]; then
# use existing automake files
echo >> /dev/null
else
# regenerate automake files
automake --add-missing
autoreconf --install
./configure
fi
make
The note is not visible to the blocked user.