Bug 757688 part.6 Add numpad keys to printable key table and remove KeyboardLayout::IsNumpadKey() r=jimm
#!/bin/shfor i in autoconf;doecho"$i"$iif[$? -ne 0];thenecho"Error $? in $i"exit 1fidoneecho"./configure --enable-autogen $@"./configure --enable-autogen $@if[$? -ne 0];thenecho"Error $? in ./configure"exit 1fi