Fix addition of -x64 to 64 bit builds
* configure.ac (VERSION): Remove -x64 here. * src/Makefile.am: Add suffix where apropiate.
Just adding this to VERSION was wrong, while this
resulted in the correct files the architecture should
not be part of the VERSION. Instead it is now added
to files, as needed.