~npalix/coccinelle/upstream

1
2
3
4
5
6
7
8
#!/bin/sh
if [ "$1" = "--ignore_localversion" ]; then
	export MAKE_COCCI_RELEASE="y"
else
	unset MAKE_COCCI_RELEASE
fi
aclocal -I setup
autoconf -Wall