# No, this ain't GNU configure!
#
if [ -f .config ]
then
	make oldconfig
else
	make autoconfig
fi
